]> Git Repo - linux.git/blob - MAINTAINERS
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'
[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 ACENIC DRIVER
269 M:      Jes Sorensen <[email protected]>
270 L:      [email protected]
271 S:      Maintained
272 F:      drivers/net/ethernet/alteon/acenic*
273
274 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
275 M:      Peter Feuerer <[email protected]>
276 L:      [email protected]
277 W:      http://piie.net/?section=acerhdf
278 S:      Maintained
279 F:      drivers/platform/x86/acerhdf.c
280
281 ACER WMI LAPTOP EXTRAS
282 M:      "Lee, Chun-Yi" <[email protected]>
283 L:      [email protected]
284 S:      Maintained
285 F:      drivers/platform/x86/acer-wmi.c
286
287 ACPI
288 M:      "Rafael J. Wysocki" <[email protected]>
289 M:      Len Brown <[email protected]>
290 L:      [email protected]
291 W:      https://01.org/linux-acpi
292 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
294 B:      https://bugzilla.kernel.org
295 S:      Supported
296 F:      drivers/acpi/
297 F:      drivers/pnp/pnpacpi/
298 F:      include/linux/acpi.h
299 F:      include/acpi/
300 F:      Documentation/acpi/
301 F:      Documentation/ABI/testing/sysfs-bus-acpi
302 F:      Documentation/ABI/testing/configfs-acpi
303 F:      drivers/pci/*acpi*
304 F:      drivers/pci/*/*acpi*
305 F:      drivers/pci/*/*/*acpi*
306 F:      tools/power/acpi/
307
308 ACPI COMPONENT ARCHITECTURE (ACPICA)
309 M:      Robert Moore <[email protected]>
310 M:      Lv Zheng <[email protected]>
311 M:      "Rafael J. Wysocki" <[email protected]>
312 L:      [email protected]
313 L:      [email protected]
314 W:      https://acpica.org/
315 W:      https://github.com/acpica/acpica/
316 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
318 B:      https://bugzilla.kernel.org
319 B:      https://bugs.acpica.org
320 S:      Supported
321 F:      drivers/acpi/acpica/
322 F:      include/acpi/
323 F:      tools/power/acpi/
324
325 ACPI FAN DRIVER
326 M:      Zhang Rui <[email protected]>
327 L:      [email protected]
328 W:      https://01.org/linux-acpi
329 B:      https://bugzilla.kernel.org
330 S:      Supported
331 F:      drivers/acpi/fan.c
332
333 ACPI FOR ARM64 (ACPI/arm64)
334 M:      Lorenzo Pieralisi <[email protected]>
335 M:      Hanjun Guo <[email protected]>
336 M:      Sudeep Holla <[email protected]>
337 L:      [email protected]
338 S:      Maintained
339 F:      drivers/acpi/arm64
340
341 ACPI THERMAL DRIVER
342 M:      Zhang Rui <[email protected]>
343 L:      [email protected]
344 W:      https://01.org/linux-acpi
345 B:      https://bugzilla.kernel.org
346 S:      Supported
347 F:      drivers/acpi/*thermal*
348
349 ACPI VIDEO DRIVER
350 M:      Zhang Rui <[email protected]>
351 L:      [email protected]
352 W:      https://01.org/linux-acpi
353 B:      https://bugzilla.kernel.org
354 S:      Supported
355 F:      drivers/acpi/acpi_video.c
356
357 ACPI WMI DRIVER
358 L:      [email protected]
359 S:      Orphan
360 F:      drivers/platform/x86/wmi.c
361
362 AD1889 ALSA SOUND DRIVER
363 M:      Thibaut Varene <[email protected]>
364 W:      http://wiki.parisc-linux.org/AD1889
365 L:      [email protected]
366 S:      Maintained
367 F:      sound/pci/ad1889.*
368
369 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
370 M:      Michael Hennerich <[email protected]>
371 W:      http://wiki.analog.com/AD5254
372 W:      http://ez.analog.com/community/linux-device-drivers
373 S:      Supported
374 F:      drivers/misc/ad525x_dpot.c
375
376 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
377 M:      Michael Hennerich <[email protected]>
378 W:      http://wiki.analog.com/AD5398
379 W:      http://ez.analog.com/community/linux-device-drivers
380 S:      Supported
381 F:      drivers/regulator/ad5398.c
382
383 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
384 M:      Michael Hennerich <[email protected]>
385 W:      http://wiki.analog.com/AD7142
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/input/misc/ad714x.c
389
390 AD7877 TOUCHSCREEN DRIVER
391 M:      Michael Hennerich <[email protected]>
392 W:      http://wiki.analog.com/AD7877
393 W:      http://ez.analog.com/community/linux-device-drivers
394 S:      Supported
395 F:      drivers/input/touchscreen/ad7877.c
396
397 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
398 M:      Michael Hennerich <[email protected]>
399 W:      http://wiki.analog.com/AD7879
400 W:      http://ez.analog.com/community/linux-device-drivers
401 S:      Supported
402 F:      drivers/input/touchscreen/ad7879.c
403
404 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
405 M:      Jiri Kosina <[email protected]>
406 S:      Maintained
407
408 ADF7242 IEEE 802.15.4 RADIO DRIVER
409 M:      Michael Hennerich <[email protected]>
410 W:      https://wiki.analog.com/ADF7242
411 W:      http://ez.analog.com/community/linux-device-drivers
412 L:      [email protected]
413 S:      Supported
414 F:      drivers/net/ieee802154/adf7242.c
415 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
416
417 ADM1025 HARDWARE MONITOR DRIVER
418 M:      Jean Delvare <[email protected]>
419 L:      [email protected]
420 S:      Maintained
421 F:      Documentation/hwmon/adm1025
422 F:      drivers/hwmon/adm1025.c
423
424 ADM1029 HARDWARE MONITOR DRIVER
425 M:      Corentin Labbe <[email protected]>
426 L:      [email protected]
427 S:      Maintained
428 F:      drivers/hwmon/adm1029.c
429
430 ADM8211 WIRELESS DRIVER
431 L:      [email protected]
432 W:      http://wireless.kernel.org/
433 S:      Orphan
434 F:      drivers/net/wireless/admtek/adm8211.*
435
436 ADP1653 FLASH CONTROLLER DRIVER
437 M:      Sakari Ailus <[email protected]>
438 L:      [email protected]
439 S:      Maintained
440 F:      drivers/media/i2c/adp1653.c
441 F:      include/media/i2c/adp1653.h
442
443 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
444 M:      Michael Hennerich <[email protected]>
445 W:      http://wiki.analog.com/ADP5520
446 W:      http://ez.analog.com/community/linux-device-drivers
447 S:      Supported
448 F:      drivers/mfd/adp5520.c
449 F:      drivers/video/backlight/adp5520_bl.c
450 F:      drivers/leds/leds-adp5520.c
451 F:      drivers/gpio/gpio-adp5520.c
452 F:      drivers/input/keyboard/adp5520-keys.c
453
454 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
455 M:      Michael Hennerich <[email protected]>
456 W:      http://wiki.analog.com/ADP5588
457 W:      http://ez.analog.com/community/linux-device-drivers
458 S:      Supported
459 F:      drivers/input/keyboard/adp5588-keys.c
460 F:      drivers/gpio/gpio-adp5588.c
461
462 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
463 M:      Michael Hennerich <[email protected]>
464 W:      http://wiki.analog.com/ADP8860
465 W:      http://ez.analog.com/community/linux-device-drivers
466 S:      Supported
467 F:      drivers/video/backlight/adp8860_bl.c
468
469 ADS1015 HARDWARE MONITOR DRIVER
470 M:      Dirk Eibach <[email protected]>
471 L:      [email protected]
472 S:      Maintained
473 F:      Documentation/hwmon/ads1015
474 F:      drivers/hwmon/ads1015.c
475 F:      include/linux/i2c/ads1015.h
476
477 ADT746X FAN DRIVER
478 M:      Colin Leroy <[email protected]>
479 S:      Maintained
480 F:      drivers/macintosh/therm_adt746x.c
481
482 ADT7475 HARDWARE MONITOR DRIVER
483 M:      Jean Delvare <[email protected]>
484 L:      [email protected]
485 S:      Maintained
486 F:      Documentation/hwmon/adt7475
487 F:      drivers/hwmon/adt7475.c
488
489 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
490 M:      Michael Hennerich <[email protected]>
491 W:      http://wiki.analog.com/ADXL345
492 W:      http://ez.analog.com/community/linux-device-drivers
493 S:      Supported
494 F:      drivers/input/misc/adxl34x.c
495
496 ADVANSYS SCSI DRIVER
497 M:      Matthew Wilcox <[email protected]>
498 M:      Hannes Reinecke <[email protected]>
499 L:      [email protected]
500 S:      Maintained
501 F:      Documentation/scsi/advansys.txt
502 F:      drivers/scsi/advansys.c
503
504 AEDSP16 DRIVER
505 M:      Riccardo Facchetti <[email protected]>
506 S:      Maintained
507 F:      sound/oss/aedsp16.c
508
509 AF9013 MEDIA DRIVER
510 M:      Antti Palosaari <[email protected]>
511 L:      [email protected]
512 W:      https://linuxtv.org
513 W:      http://palosaari.fi/linux/
514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
515 T:      git git://linuxtv.org/anttip/media_tree.git
516 S:      Maintained
517 F:      drivers/media/dvb-frontends/af9013*
518
519 AF9033 MEDIA DRIVER
520 M:      Antti Palosaari <[email protected]>
521 L:      [email protected]
522 W:      https://linuxtv.org
523 W:      http://palosaari.fi/linux/
524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
525 T:      git git://linuxtv.org/anttip/media_tree.git
526 S:      Maintained
527 F:      drivers/media/dvb-frontends/af9033*
528
529 AFFS FILE SYSTEM
530 L:      [email protected]
531 S:      Orphan
532 F:      Documentation/filesystems/affs.txt
533 F:      fs/affs/
534
535 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
536 M:      David Howells <[email protected]>
537 L:      [email protected]
538 S:      Supported
539 F:      fs/afs/
540 F:      include/net/af_rxrpc.h
541 F:      net/rxrpc/af_rxrpc.c
542 W:      https://www.infradead.org/~dhowells/kafs/
543
544 AGPGART DRIVER
545 M:      David Airlie <[email protected]>
546 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
547 S:      Maintained
548 F:      drivers/char/agp/
549 F:      include/linux/agp*
550 F:      include/uapi/linux/agp*
551
552 AHA152X SCSI DRIVER
553 M:      "Juergen E. Fischer" <[email protected]>
554 L:      [email protected]
555 S:      Maintained
556 F:      drivers/scsi/aha152x*
557 F:      drivers/scsi/pcmcia/aha152x*
558
559 AIC7XXX / AIC79XX SCSI DRIVER
560 M:      Hannes Reinecke <[email protected]>
561 L:      [email protected]
562 S:      Maintained
563 F:      drivers/scsi/aic7xxx/
564
565 AIMSLAB FM RADIO RECEIVER DRIVER
566 M:      Hans Verkuil <[email protected]>
567 L:      [email protected]
568 T:      git git://linuxtv.org/media_tree.git
569 W:      https://linuxtv.org
570 S:      Maintained
571 F:      drivers/media/radio/radio-aimslab*
572
573 AIO
574 M:      Benjamin LaHaise <[email protected]>
575 L:      [email protected]
576 S:      Supported
577 F:      fs/aio.c
578 F:      include/linux/*aio*.h
579
580 AIRSPY MEDIA DRIVER
581 M:      Antti Palosaari <[email protected]>
582 L:      [email protected]
583 W:      https://linuxtv.org
584 W:      http://palosaari.fi/linux/
585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
586 T:      git git://linuxtv.org/anttip/media_tree.git
587 S:      Maintained
588 F:      drivers/media/usb/airspy/
589
590 ALACRITECH GIGABIT ETHERNET DRIVER
591 M:      Lino Sanfilippo <[email protected]>
592 S:      Maintained
593 F:      drivers/net/ethernet/alacritech/*
594
595 ALCATEL SPEEDTOUCH USB DRIVER
596 M:      Duncan Sands <[email protected]>
597 L:      [email protected]
598 W:      http://www.linux-usb.org/SpeedTouch/
599 S:      Maintained
600 F:      drivers/usb/atm/speedtch.c
601 F:      drivers/usb/atm/usbatm.c
602
603 ALCHEMY AU1XX0 MMC DRIVER
604 M:      Manuel Lauss <[email protected]>
605 S:      Maintained
606 F:      drivers/mmc/host/au1xmmc.c
607
608 ALI1563 I2C DRIVER
609 M:      Rudolf Marek <[email protected]>
610 L:      [email protected]
611 S:      Maintained
612 F:      Documentation/i2c/busses/i2c-ali1563
613 F:      drivers/i2c/busses/i2c-ali1563.c
614
615 ALLWINNER SECURITY SYSTEM
616 M:      Corentin Labbe <[email protected]>
617 L:      [email protected]
618 S:      Maintained
619 F:      drivers/crypto/sunxi-ss/
620
621 ALPHA PORT
622 M:      Richard Henderson <[email protected]>
623 M:      Ivan Kokshaysky <[email protected]>
624 M:      Matt Turner <[email protected]>
625 S:      Odd Fixes
626 L:      [email protected]
627 F:      arch/alpha/
628
629 ALPS PS/2 TOUCHPAD DRIVER
630 R:      Pali Rohár <[email protected]>
631 F:      drivers/input/mouse/alps.*
632
633 ALTERA MAILBOX DRIVER
634 M:      Ley Foon Tan <[email protected]>
635 L:      [email protected] (moderated for non-subscribers)
636 S:      Maintained
637 F:      drivers/mailbox/mailbox-altera.c
638
639 ALTERA PIO DRIVER
640 M:      Tien Hock Loh <[email protected]>
641 L:      [email protected]
642 S:      Maintained
643 F:      drivers/gpio/gpio-altera.c
644
645 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
646 M:      Thor Thayer <[email protected]>
647 S:      Maintained
648 F:      drivers/gpio/gpio-altera-a10sr.c
649 F:      drivers/mfd/altera-a10sr.c
650 F:      include/linux/mfd/altera-a10sr.h
651
652 ALTERA TRIPLE SPEED ETHERNET DRIVER
653 M:      Vince Bridgers <[email protected]>
654 L:      [email protected]
655 L:      [email protected] (moderated for non-subscribers)
656 S:      Maintained
657 F:      drivers/net/ethernet/altera/
658
659 ALTERA UART/JTAG UART SERIAL DRIVERS
660 M:      Tobias Klauser <[email protected]>
661 L:      [email protected]
662 L:      [email protected] (moderated for non-subscribers)
663 S:      Maintained
664 F:      drivers/tty/serial/altera_uart.c
665 F:      drivers/tty/serial/altera_jtaguart.c
666 F:      include/linux/altera_uart.h
667 F:      include/linux/altera_jtaguart.h
668
669 AMAZON ETHERNET DRIVERS
670 M:      Netanel Belgazal <[email protected]>
671 R:      Saeed Bishara <[email protected]>
672 R:      Zorik Machulsky <[email protected]>
673 L:      [email protected]
674 S:      Supported
675 F:      Documentation/networking/ena.txt
676 F:      drivers/net/ethernet/amazon/
677
678 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
679 M:      Tom Lendacky <[email protected]>
680 M:      Gary Hook <[email protected]>
681 L:      [email protected]
682 S:      Supported
683 F:      drivers/crypto/ccp/
684 F:      include/linux/ccp.h
685
686 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
687 M:      Huang Rui <[email protected]>
688 L:      [email protected]
689 S:      Supported
690 F:      Documentation/hwmon/fam15h_power
691 F:      drivers/hwmon/fam15h_power.c
692
693 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
694 L:      [email protected] (moderated for non-subscribers)
695 S:      Orphan
696 F:      drivers/usb/gadget/udc/amd5536udc.*
697
698 AMD GEODE PROCESSOR/CHIPSET SUPPORT
699 P:      Andres Salomon <[email protected]>
700 L:      [email protected] (moderated for non-subscribers)
701 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
702 S:      Supported
703 F:      drivers/char/hw_random/geode-rng.c
704 F:      drivers/crypto/geode*
705 F:      drivers/video/fbdev/geode/
706 F:      arch/x86/include/asm/geode.h
707
708 AMD IOMMU (AMD-VI)
709 M:      Joerg Roedel <[email protected]>
710 L:      [email protected]
711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
712 S:      Maintained
713 F:      drivers/iommu/amd_iommu*.[ch]
714 F:      include/linux/amd-iommu.h
715
716 AMD KFD
717 M:      Oded Gabbay <[email protected]>
718 L:      [email protected]
719 T:      git git://people.freedesktop.org/~gabbayo/linux.git
720 S:      Supported
721 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
722 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
723 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
724 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
725 F:      drivers/gpu/drm/amd/amdkfd/
726 F:      drivers/gpu/drm/amd/include/cik_structs.h
727 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
728 F:      drivers/gpu/drm/amd/include/vi_structs.h
729 F:      drivers/gpu/drm/radeon/radeon_kfd.c
730 F:      drivers/gpu/drm/radeon/radeon_kfd.h
731 F:      include/uapi/linux/kfd_ioctl.h
732
733 AMD SEATTLE DEVICE TREE SUPPORT
734 M:      Brijesh Singh <[email protected]>
735 M:      Suravee Suthikulpanit <[email protected]>
736 M:      Tom Lendacky <[email protected]>
737 S:      Supported
738 F:      arch/arm64/boot/dts/amd/
739
740 AMD XGBE DRIVER
741 M:      Tom Lendacky <[email protected]>
742 L:      [email protected]
743 S:      Supported
744 F:      drivers/net/ethernet/amd/xgbe/
745 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
746
747 AMS (Apple Motion Sensor) DRIVER
748 M:      Michael Hanselmann <[email protected]>
749 S:      Supported
750 F:      drivers/macintosh/ams/
751
752 ANALOG DEVICES INC AD9389B DRIVER
753 M:      Hans Verkuil <[email protected]>
754 L:      [email protected]
755 S:      Maintained
756 F:      drivers/media/i2c/ad9389b*
757
758 ANALOG DEVICES INC ADV7180 DRIVER
759 M:      Lars-Peter Clausen <[email protected]>
760 L:      [email protected]
761 W:      http://ez.analog.com/community/linux-device-drivers
762 S:      Supported
763 F:      drivers/media/i2c/adv7180.c
764
765 ANALOG DEVICES INC ADV7511 DRIVER
766 M:      Hans Verkuil <[email protected]>
767 L:      [email protected]
768 S:      Maintained
769 F:      drivers/media/i2c/adv7511*
770
771 ANALOG DEVICES INC ADV7604 DRIVER
772 M:      Hans Verkuil <[email protected]>
773 L:      [email protected]
774 S:      Maintained
775 F:      drivers/media/i2c/adv7604*
776
777 ANALOG DEVICES INC ADV7842 DRIVER
778 M:      Hans Verkuil <[email protected]>
779 L:      [email protected]
780 S:      Maintained
781 F:      drivers/media/i2c/adv7842*
782
783 ANALOG DEVICES INC ASOC CODEC DRIVERS
784 M:      Lars-Peter Clausen <[email protected]>
785 L:      [email protected] (moderated for non-subscribers)
786 W:      http://wiki.analog.com/
787 W:      http://ez.analog.com/community/linux-device-drivers
788 S:      Supported
789 F:      sound/soc/codecs/adau*
790 F:      sound/soc/codecs/adav*
791 F:      sound/soc/codecs/ad1*
792 F:      sound/soc/codecs/ad7*
793 F:      sound/soc/codecs/ssm*
794 F:      sound/soc/codecs/sigmadsp.*
795
796 ANALOG DEVICES INC ASOC DRIVERS
797 L:      [email protected] (moderated for non-subscribers)
798 L:      [email protected] (moderated for non-subscribers)
799 W:      http://blackfin.uclinux.org/
800 S:      Supported
801 F:      sound/soc/blackfin/*
802
803 ANALOG DEVICES INC IIO DRIVERS
804 M:      Lars-Peter Clausen <[email protected]>
805 M:      Michael Hennerich <[email protected]>
806 W:      http://wiki.analog.com/
807 W:      http://ez.analog.com/community/linux-device-drivers
808 S:      Supported
809 F:      drivers/iio/*/ad*
810 X:      drivers/iio/*/adjd*
811 F:      drivers/staging/iio/*/ad*
812 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
813
814 ANALOG DEVICES INC DMA DRIVERS
815 M:      Lars-Peter Clausen <[email protected]>
816 W:      http://ez.analog.com/community/linux-device-drivers
817 S:      Supported
818 F:      drivers/dma/dma-axi-dmac.c
819
820 ANDROID CONFIG FRAGMENTS
821 M:      Rob Herring <[email protected]>
822 S:      Supported
823 F:      kernel/configs/android*
824
825 ANDROID DRIVERS
826 M:      Greg Kroah-Hartman <[email protected]>
827 M:      Arve Hjønnevåg <[email protected]>
828 M:      Riley Andrews <[email protected]>
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
830 L:      [email protected]
831 S:      Supported
832 F:      drivers/android/
833 F:      drivers/staging/android/
834
835 ANDROID ION DRIVER
836 M:      Laura Abbott <[email protected]>
837 M:      Sumit Semwal <[email protected]>
838 L:      [email protected]
839 S:      Supported
840 F:      Documentation/devicetree/bindings/staging/ion/
841 F:      drivers/staging/android/ion
842 F:      drivers/staging/android/uapi/ion.h
843 F:      drivers/staging/android/uapi/ion_test.h
844
845 AOA (Apple Onboard Audio) ALSA DRIVER
846 M:      Johannes Berg <[email protected]>
847 L:      [email protected]
848 L:      [email protected] (moderated for non-subscribers)
849 S:      Maintained
850 F:      sound/aoa/
851
852 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
853 M:      William Breathitt Gray <[email protected]>
854 L:      [email protected]
855 S:      Maintained
856 F:      drivers/iio/adc/stx104.c
857
858 APM DRIVER
859 M:      Jiri Kosina <[email protected]>
860 S:      Odd fixes
861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
862 F:      arch/x86/kernel/apm_32.c
863 F:      include/linux/apm_bios.h
864 F:      include/uapi/linux/apm_bios.h
865 F:      drivers/char/apm-emulation.c
866
867 APPLE BCM5974 MULTITOUCH DRIVER
868 M:      Henrik Rydberg <[email protected]>
869 L:      [email protected]
870 S:      Odd fixes
871 F:      drivers/input/mouse/bcm5974.c
872
873 APPLE SMC DRIVER
874 M:      Henrik Rydberg <[email protected]>
875 L:      [email protected]
876 S:      Odd fixes
877 F:      drivers/hwmon/applesmc.c
878
879 APPLETALK NETWORK LAYER
880 L:      [email protected]
881 S:      Odd fixes
882 F:      drivers/net/appletalk/
883 F:      net/appletalk/
884
885 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
886 M:      Duc Dang <[email protected]>
887 S:      Supported
888 F:      arch/arm64/boot/dts/apm/
889
890 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
891 M:      Iyappan Subramanian <[email protected]>
892 M:      Keyur Chudgar <[email protected]>
893 S:      Supported
894 F:      drivers/net/ethernet/apm/xgene/
895 F:      drivers/net/phy/mdio-xgene.c
896 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
897 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
898
899 APPLIED MICRO (APM) X-GENE SOC PMU
900 M:      Tai Nguyen <[email protected]>
901 S:      Supported
902 F:      drivers/perf/xgene_pmu.c
903 F:      Documentation/perf/xgene-pmu.txt
904 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
905
906 APTINA CAMERA SENSOR PLL
907 M:      Laurent Pinchart <[email protected]>
908 L:      [email protected]
909 S:      Maintained
910 F:      drivers/media/i2c/aptina-pll.*
911
912 ARC FRAMEBUFFER DRIVER
913 M:      Jaya Kumar <[email protected]>
914 S:      Maintained
915 F:      drivers/video/fbdev/arcfb.c
916 F:      drivers/video/fbdev/core/fb_defio.c
917
918 ARCNET NETWORK LAYER
919 M:      Michael Grzeschik <[email protected]>
920 L:      [email protected]
921 S:      Maintained
922 F:      drivers/net/arcnet/
923 F:      include/uapi/linux/if_arcnet.h
924
925 ARC PGU DRM DRIVER
926 M:      Alexey Brodkin <[email protected]>
927 S:      Supported
928 F:      drivers/gpu/drm/arc/
929 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
930
931 ARM ARCHITECTED TIMER DRIVER
932 M:      Mark Rutland <[email protected]>
933 M:      Marc Zyngier <[email protected]>
934 L:      [email protected] (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/arch_timer.h
937 F:      arch/arm64/include/asm/arch_timer.h
938 F:      drivers/clocksource/arm_arch_timer.c
939
940 ARM HDLCD DRM DRIVER
941 M:      Liviu Dudau <[email protected]>
942 S:      Supported
943 F:      drivers/gpu/drm/arm/hdlcd_*
944 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
945
946 ARM MALI-DP DRM DRIVER
947 M:      Liviu Dudau <[email protected]>
948 M:      Brian Starkey <[email protected]>
949 M:      Mali DP Maintainers <[email protected]>
950 S:      Supported
951 F:      drivers/gpu/drm/arm/
952 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
953
954 ARM MFM AND FLOPPY DRIVERS
955 M:      Ian Molton <[email protected]>
956 S:      Maintained
957 F:      arch/arm/lib/floppydma.S
958 F:      arch/arm/include/asm/floppy.h
959
960 ARM PMU PROFILING AND DEBUGGING
961 M:      Will Deacon <[email protected]>
962 M:      Mark Rutland <[email protected]>
963 S:      Maintained
964 L:      [email protected] (moderated for non-subscribers)
965 F:      arch/arm*/kernel/perf_*
966 F:      arch/arm/oprofile/common.c
967 F:      arch/arm*/kernel/hw_breakpoint.c
968 F:      arch/arm*/include/asm/hw_breakpoint.h
969 F:      arch/arm*/include/asm/perf_event.h
970 F:      drivers/perf/*
971 F:      include/linux/perf/arm_pmu.h
972 F:      Documentation/devicetree/bindings/arm/pmu.txt
973
974 ARM PORT
975 M:      Russell King <[email protected]>
976 L:      [email protected] (moderated for non-subscribers)
977 W:      http://www.armlinux.org.uk/
978 S:      Maintained
979 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
980 F:      arch/arm/
981
982 ARM SUB-ARCHITECTURES
983 L:      [email protected] (moderated for non-subscribers)
984 S:      Maintained
985 F:      arch/arm/mach-*/
986 F:      arch/arm/plat-*/
987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
988
989 ARM PRIMECELL AACI PL041 DRIVER
990 M:      Russell King <[email protected]>
991 S:      Maintained
992 F:      sound/arm/aaci.*
993
994 ARM PRIMECELL CLCD PL110 DRIVER
995 M:      Russell King <[email protected]>
996 S:      Maintained
997 F:      drivers/video/fbdev/amba-clcd.*
998
999 ARM PRIMECELL KMI PL050 DRIVER
1000 M:      Russell King <[email protected]>
1001 S:      Maintained
1002 F:      drivers/input/serio/ambakmi.*
1003 F:      include/linux/amba/kmi.h
1004
1005 ARM PRIMECELL MMCI PL180/1 DRIVER
1006 M:      Russell King <[email protected]>
1007 S:      Maintained
1008 F:      drivers/mmc/host/mmci.*
1009 F:      include/linux/amba/mmci.h
1010
1011 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1012 M:      Russell King <[email protected]>
1013 S:      Maintained
1014 F:      drivers/tty/serial/amba-pl01*.c
1015 F:      include/linux/amba/serial.h
1016
1017 ARM PRIMECELL BUS SUPPORT
1018 M:      Russell King <[email protected]>
1019 S:      Maintained
1020 F:      drivers/amba/
1021 F:      include/linux/amba/bus.h
1022
1023 ARM/ADS SPHERE MACHINE SUPPORT
1024 M:      Lennert Buytenhek <[email protected]>
1025 L:      [email protected] (moderated for non-subscribers)
1026 S:      Maintained
1027
1028 ARM/AFEB9260 MACHINE SUPPORT
1029 M:      Sergey Lapin <[email protected]>
1030 L:      [email protected] (moderated for non-subscribers)
1031 S:      Maintained
1032
1033 ARM/AJECO 1ARM MACHINE SUPPORT
1034 M:      Lennert Buytenhek <[email protected]>
1035 L:      [email protected] (moderated for non-subscribers)
1036 S:      Maintained
1037
1038 ARM/Allwinner sunXi SoC support
1039 M:      Maxime Ripard <[email protected]>
1040 M:      Chen-Yu Tsai <[email protected]>
1041 L:      [email protected] (moderated for non-subscribers)
1042 S:      Maintained
1043 N:      sun[x456789]i
1044 F:      arch/arm/boot/dts/ntc-gr8*
1045 F:      arch/arm64/boot/dts/allwinner/
1046
1047 ARM/Allwinner SoC Clock Support
1048 M:      Emilio López <[email protected]>
1049 S:      Maintained
1050 F:      drivers/clk/sunxi/
1051
1052 ARM/Amlogic Meson SoC support
1053 M:      Carlo Caione <[email protected]>
1054 M:      Kevin Hilman <[email protected]>
1055 L:      [email protected] (moderated for non-subscribers)
1056 L:      [email protected]
1057 W:      http://linux-meson.com/
1058 S:      Maintained
1059 F:      arch/arm/mach-meson/
1060 F:      arch/arm/boot/dts/meson*
1061 F:      arch/arm64/boot/dts/amlogic/
1062 F:      drivers/pinctrl/meson/
1063 F:      drivers/mmc/host/meson*
1064 N:      meson
1065
1066 ARM/Annapurna Labs ALPINE ARCHITECTURE
1067 M:      Tsahee Zidenberg <[email protected]>
1068 M:      Antoine Tenart <[email protected]>
1069 L:      [email protected] (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/mach-alpine/
1072 F:      arch/arm/boot/dts/alpine*
1073 F:      arch/arm64/boot/dts/al/
1074 F:      drivers/*/*alpine*
1075
1076 ARM/ARTPEC MACHINE SUPPORT
1077 M:      Jesper Nilsson <[email protected]>
1078 M:      Lars Persson <[email protected]>
1079 M:      Niklas Cassel <[email protected]>
1080 S:      Maintained
1081 L:      [email protected]
1082 F:      arch/arm/mach-artpec
1083 F:      arch/arm/boot/dts/artpec6*
1084 F:      drivers/clk/axis
1085
1086 ARM/ASPEED MACHINE SUPPORT
1087 M:      Joel Stanley <[email protected]>
1088 S:      Maintained
1089 F:      arch/arm/mach-aspeed/
1090 F:      arch/arm/boot/dts/aspeed-*
1091 F:      drivers/*/*aspeed*
1092
1093 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1094 M:      Nicolas Ferre <[email protected]>
1095 M:      Alexandre Belloni <[email protected]>
1096 M:      Jean-Christophe Plagniol-Villard <[email protected]>
1097 L:      [email protected] (moderated for non-subscribers)
1098 W:      http://www.linux4sam.org
1099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1100 S:      Supported
1101 F:      arch/arm/mach-at91/
1102 F:      include/soc/at91/
1103 F:      arch/arm/boot/dts/at91*.dts
1104 F:      arch/arm/boot/dts/at91*.dtsi
1105 F:      arch/arm/boot/dts/sama*.dts
1106 F:      arch/arm/boot/dts/sama*.dtsi
1107 F:      arch/arm/include/debug/at91.S
1108
1109 ARM/ATMEL AT91 Clock Support
1110 M:      Boris Brezillon <[email protected]>
1111 S:      Maintained
1112 F:      drivers/clk/at91
1113
1114 ARM/CALXEDA HIGHBANK ARCHITECTURE
1115 M:      Rob Herring <[email protected]>
1116 L:      [email protected] (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-highbank/
1119 F:      arch/arm/boot/dts/highbank.dts
1120 F:      arch/arm/boot/dts/ecx-*.dts*
1121
1122 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1123 M:      Krzysztof Halasa <[email protected]>
1124 S:      Maintained
1125 F:      arch/arm/mach-cns3xxx/
1126
1127 ARM/CAVIUM THUNDER NETWORK DRIVER
1128 M:      Sunil Goutham <[email protected]>
1129 M:      Robert Richter <[email protected]>
1130 L:      [email protected] (moderated for non-subscribers)
1131 S:      Supported
1132 F:      drivers/net/ethernet/cavium/thunder/
1133
1134 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1135 M:      Alexander Shiyan <[email protected]>
1136 L:      [email protected] (moderated for non-subscribers)
1137 S:      Odd Fixes
1138 N:      clps711x
1139
1140 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1141 M:      Hartley Sweeten <[email protected]>
1142 M:      Ryan Mallon <[email protected]>
1143 L:      [email protected] (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-ep93xx/
1146 F:      arch/arm/mach-ep93xx/include/mach/
1147
1148 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1149 M:      Lennert Buytenhek <[email protected]>
1150 L:      [email protected] (moderated for non-subscribers)
1151 S:      Maintained
1152
1153 ARM/CLKDEV SUPPORT
1154 M:      Russell King <[email protected]>
1155 L:      [email protected] (moderated for non-subscribers)
1156 S:      Maintained
1157 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1158 F:      arch/arm/include/asm/clkdev.h
1159 F:      drivers/clk/clkdev.c
1160
1161 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1162 M:      Mike Rapoport <[email protected]>
1163 L:      [email protected] (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/CONTEC MICRO9 MACHINE SUPPORT
1167 M:      Hubert Feurstein <[email protected]>
1168 S:      Maintained
1169 F:      arch/arm/mach-ep93xx/micro9.c
1170
1171 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1172 M:      Mathieu Poirier <[email protected]>
1173 L:      [email protected] (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      drivers/hwtracing/coresight/*
1176 F:      Documentation/trace/coresight.txt
1177 F:      Documentation/devicetree/bindings/arm/coresight.txt
1178 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1179 F:      tools/perf/arch/arm/util/pmu.c
1180 F:      tools/perf/arch/arm/util/auxtrace.c
1181 F:      tools/perf/arch/arm/util/cs-etm.c
1182 F:      tools/perf/arch/arm/util/cs-etm.h
1183 F:      tools/perf/util/cs-etm.h
1184
1185 ARM/CORGI MACHINE SUPPORT
1186 M:      Richard Purdie <[email protected]>
1187 S:      Maintained
1188
1189 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1190 M:      Hans Ulli Kroll <[email protected]>
1191 L:      [email protected] (moderated for non-subscribers)
1192 T:      git git://github.com/ulli-kroll/linux.git
1193 S:      Maintained
1194 F:      arch/arm/mach-gemini/
1195 F:      drivers/rtc/rtc-gemini.c
1196
1197 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1198 M:      Barry Song <[email protected]>
1199 L:      [email protected] (moderated for non-subscribers)
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1201 S:      Maintained
1202 F:      arch/arm/boot/dts/prima2*
1203 F:      arch/arm/mach-prima2/
1204 F:      drivers/clk/sirf/
1205 F:      drivers/clocksource/timer-prima2.c
1206 F:      drivers/clocksource/timer-atlas7.c
1207 N:      [^a-z]sirf
1208
1209 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1210 M:      Baruch Siach <[email protected]>
1211 L:      [email protected] (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/cx92755*
1214 N:      digicolor
1215
1216 ARM/EBSA110 MACHINE SUPPORT
1217 M:      Russell King <[email protected]>
1218 L:      [email protected] (moderated for non-subscribers)
1219 W:      http://www.armlinux.org.uk/
1220 S:      Maintained
1221 F:      arch/arm/mach-ebsa110/
1222 F:      drivers/net/ethernet/amd/am79c961a.*
1223
1224 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1225 M:      Uwe Kleine-König <[email protected]>
1226 L:      [email protected] (moderated for non-subscribers)
1227 S:      Maintained
1228 N:      efm32
1229
1230 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1231 M:      Daniel Ribeiro <[email protected]>
1232 M:      Stefan Schmidt <[email protected]>
1233 M:      Harald Welte <[email protected]>
1234 L:      [email protected] (moderated for non-subscribers)
1235 W:      http://www.openezx.org/
1236 S:      Maintained
1237 T:      topgit git://git.openezx.org/openezx.git
1238 F:      arch/arm/mach-pxa/ezx.c
1239
1240 ARM/FARADAY FA526 PORT
1241 M:      Hans Ulli Kroll <[email protected]>
1242 L:      [email protected] (moderated for non-subscribers)
1243 S:      Maintained
1244 T:      git git://git.berlios.de/gemini-board
1245 F:      arch/arm/mm/*-fa*
1246
1247 ARM/FOOTBRIDGE ARCHITECTURE
1248 M:      Russell King <[email protected]>
1249 L:      [email protected] (moderated for non-subscribers)
1250 W:      http://www.armlinux.org.uk/
1251 S:      Maintained
1252 F:      arch/arm/include/asm/hardware/dec21285.h
1253 F:      arch/arm/mach-footbridge/
1254
1255 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1256 M:      Shawn Guo <[email protected]>
1257 M:      Sascha Hauer <[email protected]>
1258 R:      Fabio Estevam <[email protected]>
1259 L:      [email protected] (moderated for non-subscribers)
1260 S:      Maintained
1261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1262 F:      arch/arm/mach-imx/
1263 F:      arch/arm/mach-mxs/
1264 F:      arch/arm/boot/dts/imx*
1265 F:      arch/arm/configs/imx*_defconfig
1266 F:      drivers/clk/imx/
1267 F:      include/soc/imx/
1268
1269 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1270 M:      Shawn Guo <[email protected]>
1271 M:      Sascha Hauer <[email protected]>
1272 R:      Stefan Agner <[email protected]>
1273 L:      [email protected] (moderated for non-subscribers)
1274 S:      Maintained
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1276 F:      arch/arm/mach-imx/*vf610*
1277 F:      arch/arm/boot/dts/vf*
1278
1279 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1280 M:      Lennert Buytenhek <[email protected]>
1281 L:      [email protected] (moderated for non-subscribers)
1282 S:      Maintained
1283
1284 ARM/GUMSTIX MACHINE SUPPORT
1285 M:      Steve Sakoman <[email protected]>
1286 L:      [email protected] (moderated for non-subscribers)
1287 S:      Maintained
1288
1289 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1290 M:      Philipp Zabel <[email protected]>
1291 M:      Paul Parsons <[email protected]>
1292 L:      [email protected] (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/mach-pxa/hx4700.c
1295 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1296 F:      sound/soc/pxa/hx4700.c
1297
1298 ARM/HISILICON SOC SUPPORT
1299 M:      Wei Xu <[email protected]>
1300 L:      [email protected] (moderated for non-subscribers)
1301 W:      http://www.hisilicon.com
1302 S:      Supported
1303 T:      git git://github.com/hisilicon/linux-hisi.git
1304 F:      arch/arm/mach-hisi/
1305 F:      arch/arm/boot/dts/hi3*
1306 F:      arch/arm/boot/dts/hip*
1307 F:      arch/arm/boot/dts/hisi*
1308 F:      arch/arm64/boot/dts/hisilicon/
1309
1310 ARM/HP JORNADA 7XX MACHINE SUPPORT
1311 M:      Kristoffer Ericson <[email protected]>
1312 W:      www.jlime.com
1313 S:      Maintained
1314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1315 F:      arch/arm/mach-sa1100/jornada720.c
1316 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1317
1318 ARM/IGEP MACHINE SUPPORT
1319 M:      Enric Balletbo i Serra <[email protected]>
1320 M:      Javier Martinez Canillas <[email protected]>
1321 L:      [email protected]
1322 L:      [email protected] (moderated for non-subscribers)
1323 S:      Maintained
1324 F:      arch/arm/boot/dts/omap3-igep*
1325
1326 ARM/INCOME PXA270 SUPPORT
1327 M:      Marek Vasut <[email protected]>
1328 L:      [email protected] (moderated for non-subscribers)
1329 S:      Maintained
1330 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1331
1332 ARM/INTEL IOP32X ARM ARCHITECTURE
1333 M:      Lennert Buytenhek <[email protected]>
1334 L:      [email protected] (moderated for non-subscribers)
1335 S:      Maintained
1336
1337 ARM/INTEL IOP33X ARM ARCHITECTURE
1338 L:      [email protected] (moderated for non-subscribers)
1339 S:      Orphan
1340
1341 ARM/INTEL IOP13XX ARM ARCHITECTURE
1342 M:      Lennert Buytenhek <[email protected]>
1343 L:      [email protected] (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/INTEL IQ81342EX MACHINE SUPPORT
1347 M:      Lennert Buytenhek <[email protected]>
1348 L:      [email protected] (moderated for non-subscribers)
1349 S:      Maintained
1350
1351 ARM/INTEL IXDP2850 MACHINE SUPPORT
1352 M:      Lennert Buytenhek <[email protected]>
1353 L:      [email protected] (moderated for non-subscribers)
1354 S:      Maintained
1355
1356 ARM/INTEL IXP4XX ARM ARCHITECTURE
1357 M:      Imre Kaloz <[email protected]>
1358 M:      Krzysztof Halasa <[email protected]>
1359 L:      [email protected] (moderated for non-subscribers)
1360 S:      Maintained
1361 F:      arch/arm/mach-ixp4xx/
1362
1363 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1364 M:      Jonathan Cameron <[email protected]>
1365 L:      [email protected] (moderated for non-subscribers)
1366 S:      Maintained
1367 F:      arch/arm/mach-pxa/stargate2.c
1368 F:      drivers/pcmcia/pxa2xx_stargate2.c
1369
1370 ARM/INTEL XSC3 (MANZANO) ARM CORE
1371 M:      Lennert Buytenhek <[email protected]>
1372 L:      [email protected] (moderated for non-subscribers)
1373 S:      Maintained
1374
1375 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1376 M:      Lennert Buytenhek <[email protected]>
1377 L:      [email protected] (moderated for non-subscribers)
1378 S:      Maintained
1379
1380 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1381 M:      Santosh Shilimkar <[email protected]>
1382 L:      [email protected] (moderated for non-subscribers)
1383 S:      Maintained
1384 F:      arch/arm/mach-keystone/
1385 F:      arch/arm/boot/dts/keystone-*
1386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1387
1388 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1389 M:      Santosh Shilimkar <[email protected]>
1390 L:      [email protected]
1391 S:      Maintained
1392 F:      drivers/clk/keystone/
1393
1394 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1395 M:      Santosh Shilimkar <[email protected]>
1396 L:      [email protected] (moderated for non-subscribers)
1397 L:      [email protected]
1398 S:      Maintained
1399 F:      drivers/clocksource/timer-keystone.c
1400
1401 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1402 M:      Santosh Shilimkar <[email protected]>
1403 L:      [email protected]
1404 S:      Maintained
1405 F:      drivers/power/reset/keystone-reset.c
1406
1407 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1408 M:      Santosh Shilimkar <[email protected]>
1409 L:      [email protected]
1410 S:      Maintained
1411 F:      drivers/memory/*emif*
1412
1413 ARM/LG1K ARCHITECTURE
1414 M:      Chanho Min <[email protected]>
1415 L:      [email protected] (moderated for non-subscribers)
1416 S:      Maintained
1417 F:      arch/arm64/boot/dts/lg/
1418
1419 ARM/LOGICPD PXA270 MACHINE SUPPORT
1420 M:      Lennert Buytenhek <[email protected]>
1421 L:      [email protected] (moderated for non-subscribers)
1422 S:      Maintained
1423
1424 ARM/LPC18XX ARCHITECTURE
1425 M:      Joachim Eastwood <[email protected]>
1426 L:      [email protected] (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/boot/dts/lpc43*
1429 F:      drivers/clk/nxp/clk-lpc18xx*
1430 F:      drivers/clocksource/time-lpc32xx.c
1431 F:      drivers/i2c/busses/i2c-lpc2k.c
1432 F:      drivers/memory/pl172.c
1433 F:      drivers/mtd/spi-nor/nxp-spifi.c
1434 F:      drivers/rtc/rtc-lpc24xx.c
1435 N:      lpc18xx
1436
1437 ARM/LPC32XX SOC SUPPORT
1438 M:      Vladimir Zapolskiy <[email protected]>
1439 M:      Sylvain Lemieux <[email protected]>
1440 L:      [email protected] (moderated for non-subscribers)
1441 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1442 S:      Maintained
1443 F:      arch/arm/boot/dts/lpc32*
1444 F:      arch/arm/mach-lpc32xx/
1445 F:      drivers/i2c/busses/i2c-pnx.c
1446 F:      drivers/net/ethernet/nxp/lpc_eth.c
1447 F:      drivers/usb/host/ohci-nxp.c
1448 F:      drivers/watchdog/pnx4008_wdt.c
1449 N:      lpc32xx
1450
1451 ARM/MAGICIAN MACHINE SUPPORT
1452 M:      Philipp Zabel <[email protected]>
1453 S:      Maintained
1454
1455 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1456 M:      Jason Cooper <[email protected]>
1457 M:      Andrew Lunn <[email protected]>
1458 M:      Gregory Clement <[email protected]>
1459 M:      Sebastian Hesselbarth <[email protected]>
1460 L:      [email protected] (moderated for non-subscribers)
1461 S:      Maintained
1462 F:      arch/arm/mach-mvebu/
1463 F:      drivers/rtc/rtc-armada38x.c
1464 F:      arch/arm/boot/dts/armada*
1465 F:      arch/arm/boot/dts/kirkwood*
1466 F:      arch/arm64/boot/dts/marvell/armada*
1467 F:      drivers/cpufreq/mvebu-cpufreq.c
1468 F:      arch/arm/configs/mvebu_*_defconfig
1469
1470 ARM/Marvell Berlin SoC support
1471 M:      Jisheng Zhang <[email protected]>
1472 M:      Sebastian Hesselbarth <[email protected]>
1473 L:      [email protected] (moderated for non-subscribers)
1474 S:      Maintained
1475 F:      arch/arm/mach-berlin/
1476 F:      arch/arm/boot/dts/berlin*
1477 F:      arch/arm64/boot/dts/marvell/berlin*
1478
1479
1480 ARM/Marvell Dove/MV78xx0/Orion SOC support
1481 M:      Jason Cooper <[email protected]>
1482 M:      Andrew Lunn <[email protected]>
1483 M:      Sebastian Hesselbarth <[email protected]>
1484 M:      Gregory Clement <[email protected]>
1485 L:      [email protected] (moderated for non-subscribers)
1486 S:      Maintained
1487 F:      arch/arm/mach-dove/
1488 F:      arch/arm/mach-mv78xx0/
1489 F:      arch/arm/mach-orion5x/
1490 F:      arch/arm/plat-orion/
1491 F:      arch/arm/boot/dts/dove*
1492 F:      arch/arm/boot/dts/orion5x*
1493
1494
1495 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1496 M:      Alexander Clouter <[email protected]>
1497 L:      [email protected] (moderated for non-subscribers)
1498 W:      http://www.digriz.org.uk/ts78xx/kernel
1499 S:      Maintained
1500 F:      arch/arm/mach-orion5x/ts78xx-*
1501
1502 ARM/OXNAS platform support
1503 M:      Neil Armstrong <[email protected]>
1504 L:      [email protected] (moderated for non-subscribers)
1505 L:      [email protected] (moderated for non-subscribers)
1506 S:      Maintained
1507 F:      arch/arm/mach-oxnas/
1508 F:      arch/arm/boot/dts/ox8*.dtsi
1509 F:      arch/arm/boot/dts/wd-mbwe.dts
1510 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1511 N:      oxnas
1512
1513 ARM/Mediatek RTC DRIVER
1514 M:      Eddie Huang <[email protected]>
1515 L:      [email protected] (moderated for non-subscribers)
1516 L:      [email protected] (moderated for non-subscribers)
1517 S:      Maintained
1518 F:      drivers/rtc/rtc-mt6397.c
1519
1520 ARM/Mediatek SoC support
1521 M:      Matthias Brugger <[email protected]>
1522 L:      [email protected] (moderated for non-subscribers)
1523 L:      [email protected] (moderated for non-subscribers)
1524 S:      Maintained
1525 F:      arch/arm/boot/dts/mt6*
1526 F:      arch/arm/boot/dts/mt8*
1527 F:      arch/arm/mach-mediatek/
1528 N:      mtk
1529 K:      mediatek
1530
1531 ARM/Mediatek USB3 PHY DRIVER
1532 M:      Chunfeng Yun <[email protected]>
1533 L:      [email protected] (moderated for non-subscribers)
1534 L:      [email protected] (moderated for non-subscribers)
1535 S:      Maintained
1536 F:      drivers/phy/phy-mt65xx-usb3.c
1537
1538 ARM/MICREL KS8695 ARCHITECTURE
1539 M:      Greg Ungerer <[email protected]>
1540 L:      [email protected] (moderated for non-subscribers)
1541 F:      arch/arm/mach-ks8695/
1542 S:      Odd Fixes
1543
1544 ARM/MIOA701 MACHINE SUPPORT
1545 M:      Robert Jarzmik <[email protected]>
1546 L:      [email protected] (moderated for non-subscribers)
1547 F:      arch/arm/mach-pxa/mioa701.c
1548 S:      Maintained
1549
1550 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1551 M:      Michael Petchkovsky <[email protected]>
1552 S:      Maintained
1553
1554 ARM/NOMADIK ARCHITECTURE
1555 M:      Alessandro Rubini <[email protected]>
1556 M:      Linus Walleij <[email protected]>
1557 L:      [email protected] (moderated for non-subscribers)
1558 S:      Maintained
1559 F:      arch/arm/mach-nomadik/
1560 F:      drivers/pinctrl/nomadik/
1561 F:      drivers/i2c/busses/i2c-nomadik.c
1562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1563
1564 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1565 M:      Nelson Castillo <[email protected]>
1566 L:      [email protected] (subscribers-only)
1567 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1568 S:      Supported
1569
1570 ARM/TOSA MACHINE SUPPORT
1571 M:      Dmitry Eremin-Solenikov <[email protected]>
1572 M:      Dirk Opfer <[email protected]>
1573 S:      Maintained
1574
1575 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1576 M:      Marek Vasut <[email protected]>
1577 L:      [email protected]
1578 W:      http://hackndev.com
1579 S:      Maintained
1580 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1581 F:      arch/arm/mach-pxa/palmtx.c
1582 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1583 F:      arch/arm/mach-pxa/palmt5.c
1584 F:      arch/arm/mach-pxa/include/mach/palmld.h
1585 F:      arch/arm/mach-pxa/palmld.c
1586 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1587 F:      arch/arm/mach-pxa/palmte2.c
1588 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1589 F:      arch/arm/mach-pxa/palmtc.c
1590
1591 ARM/PALM TREO SUPPORT
1592 M:      Tomas Cech <[email protected]>
1593 L:      [email protected]
1594 W:      http://hackndev.com
1595 S:      Maintained
1596 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1597 F:      arch/arm/mach-pxa/palmtreo.c
1598
1599 ARM/PALMZ72 SUPPORT
1600 M:      Sergey Lapin <[email protected]>
1601 L:      [email protected]
1602 W:      http://hackndev.com
1603 S:      Maintained
1604 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1605 F:      arch/arm/mach-pxa/palmz72.c
1606
1607 ARM/PLEB SUPPORT
1608 M:      Peter Chubb <[email protected]>
1609 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1610 S:      Maintained
1611
1612 ARM/PT DIGITAL BOARD PORT
1613 M:      Stefan Eletzhofer <[email protected]>
1614 L:      [email protected] (moderated for non-subscribers)
1615 W:      http://www.armlinux.org.uk/
1616 S:      Maintained
1617
1618 ARM/QUALCOMM SUPPORT
1619 M:      Andy Gross <[email protected]>
1620 M:      David Brown <[email protected]>
1621 L:      [email protected]
1622 L:      [email protected]
1623 S:      Maintained
1624 F:      Documentation/devicetree/bindings/soc/qcom/
1625 F:      arch/arm/boot/dts/qcom-*.dts
1626 F:      arch/arm/boot/dts/qcom-*.dtsi
1627 F:      arch/arm/mach-qcom/
1628 F:      arch/arm64/boot/dts/qcom/*
1629 F:      drivers/i2c/busses/i2c-qup.c
1630 F:      drivers/clk/qcom/
1631 F:      drivers/pinctrl/qcom/
1632 F:      drivers/soc/qcom/
1633 F:      drivers/spi/spi-qup.c
1634 F:      drivers/tty/serial/msm_serial.h
1635 F:      drivers/tty/serial/msm_serial.c
1636 F:      drivers/*/pm8???-*
1637 F:      drivers/mfd/ssbi.c
1638 F:      drivers/firmware/qcom_scm.c
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1640
1641 ARM/RADISYS ENP2611 MACHINE SUPPORT
1642 M:      Lennert Buytenhek <[email protected]>
1643 L:      [email protected] (moderated for non-subscribers)
1644 S:      Maintained
1645
1646 ARM/RENESAS ARM64 ARCHITECTURE
1647 M:      Simon Horman <[email protected]>
1648 M:      Magnus Damm <[email protected]>
1649 L:      [email protected]
1650 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1652 S:      Supported
1653 F:      arch/arm64/boot/dts/renesas/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/RISCPC ARCHITECTURE
1658 M:      Russell King <[email protected]>
1659 L:      [email protected] (moderated for non-subscribers)
1660 W:      http://www.armlinux.org.uk/
1661 S:      Maintained
1662 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1663 F:      arch/arm/include/asm/hardware/ioc.h
1664 F:      arch/arm/include/asm/hardware/iomd.h
1665 F:      arch/arm/include/asm/hardware/memc.h
1666 F:      arch/arm/mach-rpc/
1667 F:      drivers/net/ethernet/8390/etherh.c
1668 F:      drivers/net/ethernet/i825xx/ether1*
1669 F:      drivers/net/ethernet/seeq/ether3*
1670 F:      drivers/scsi/arm/
1671
1672 ARM/Rockchip SoC support
1673 M:      Heiko Stuebner <[email protected]>
1674 L:      [email protected] (moderated for non-subscribers)
1675 L:      [email protected]
1676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1677 S:      Maintained
1678 F:      arch/arm/boot/dts/rk3*
1679 F:      arch/arm/mach-rockchip/
1680 F:      drivers/clk/rockchip/
1681 F:      drivers/i2c/busses/i2c-rk3x.c
1682 F:      drivers/*/*rockchip*
1683 F:      drivers/*/*/*rockchip*
1684 F:      sound/soc/rockchip/
1685 N:      rockchip
1686
1687 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1688 M:      Kukjin Kim <[email protected]>
1689 M:      Krzysztof Kozlowski <[email protected]>
1690 R:      Javier Martinez Canillas <[email protected]>
1691 L:      [email protected] (moderated for non-subscribers)
1692 L:      [email protected] (moderated for non-subscribers)
1693 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1694 S:      Maintained
1695 F:      arch/arm/boot/dts/s3c*
1696 F:      arch/arm/boot/dts/s5p*
1697 F:      arch/arm/boot/dts/samsung*
1698 F:      arch/arm/boot/dts/exynos*
1699 F:      arch/arm64/boot/dts/exynos/
1700 F:      arch/arm/plat-samsung/
1701 F:      arch/arm/mach-s3c24*/
1702 F:      arch/arm/mach-s3c64xx/
1703 F:      arch/arm/mach-s5p*/
1704 F:      arch/arm/mach-exynos*/
1705 F:      drivers/*/*s3c24*
1706 F:      drivers/*/*/*s3c24*
1707 F:      drivers/*/*s3c64xx*
1708 F:      drivers/*/*s5pv210*
1709 F:      drivers/memory/samsung/*
1710 F:      drivers/soc/samsung/*
1711 F:      Documentation/arm/Samsung/
1712 F:      Documentation/devicetree/bindings/arm/samsung/
1713 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1714 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1715 N:      exynos
1716
1717 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1718 M:      Kyungmin Park <[email protected]>
1719 L:      [email protected] (moderated for non-subscribers)
1720 S:      Maintained
1721 F:      arch/arm/mach-s5pv210/
1722
1723 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1724 M:      Kyungmin Park <[email protected]>
1725 M:      Kamil Debski <[email protected]>
1726 M:      Andrzej Hajda <[email protected]>
1727 L:      [email protected]
1728 L:      [email protected]
1729 S:      Maintained
1730 F:      drivers/media/platform/s5p-g2d/
1731
1732 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1733 M:      Kyungmin Park <[email protected]>
1734 M:      Kamil Debski <[email protected]>
1735 M:      Jeongtae Park <[email protected]>
1736 M:      Andrzej Hajda <[email protected]>
1737 L:      [email protected]
1738 L:      [email protected]
1739 S:      Maintained
1740 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1741 F:      drivers/media/platform/s5p-mfc/
1742
1743 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1744 M:      Kyungmin Park <[email protected]>
1745 L:      [email protected]
1746 L:      [email protected]
1747 S:      Maintained
1748 F:      drivers/staging/media/platform/s5p-cec/
1749
1750 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1751 M:      Andrzej Pietrasiewicz <[email protected]>
1752 M:      Jacek Anaszewski <[email protected]>
1753 L:      [email protected]
1754 L:      [email protected]
1755 S:      Maintained
1756 F:      drivers/media/platform/s5p-jpeg/
1757
1758 ARM/SHMOBILE ARM ARCHITECTURE
1759 M:      Simon Horman <[email protected]>
1760 M:      Magnus Damm <[email protected]>
1761 L:      [email protected]
1762 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1764 S:      Supported
1765 F:      arch/arm/boot/dts/emev2*
1766 F:      arch/arm/boot/dts/r7s*
1767 F:      arch/arm/boot/dts/r8a*
1768 F:      arch/arm/boot/dts/sh*
1769 F:      arch/arm/configs/shmobile_defconfig
1770 F:      arch/arm/include/debug/renesas-scif.S
1771 F:      arch/arm/mach-shmobile/
1772 F:      drivers/soc/renesas/
1773 F:      include/linux/soc/renesas/
1774
1775 ARM/SOCFPGA ARCHITECTURE
1776 M:      Dinh Nguyen <[email protected]>
1777 S:      Maintained
1778 F:      arch/arm/mach-socfpga/
1779 F:      arch/arm/boot/dts/socfpga*
1780 F:      arch/arm/configs/socfpga_defconfig
1781 F:      arch/arm64/boot/dts/altera/
1782 W:      http://www.rocketboards.org
1783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1784
1785 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1786 M:      Dinh Nguyen <[email protected]>
1787 S:      Maintained
1788 F:      drivers/clk/socfpga/
1789
1790 ARM/SOCFPGA EDAC SUPPORT
1791 M:      Thor Thayer <[email protected]>
1792 S:      Maintained
1793 F:      drivers/edac/altera_edac.
1794
1795 ARM/STI ARCHITECTURE
1796 M:      Patrice Chotard <[email protected]>
1797 L:      [email protected] (moderated for non-subscribers)
1798 L:      [email protected]
1799 W:      http://www.stlinux.com
1800 S:      Maintained
1801 F:      arch/arm/mach-sti/
1802 F:      arch/arm/boot/dts/sti*
1803 F:      drivers/char/hw_random/st-rng.c
1804 F:      drivers/clocksource/arm_global_timer.c
1805 F:      drivers/clocksource/clksrc_st_lpc.c
1806 F:      drivers/cpufreq/sti-cpufreq.c
1807 F:      drivers/dma/st_fdma*
1808 F:      drivers/i2c/busses/i2c-st.c
1809 F:      drivers/media/rc/st_rc.c
1810 F:      drivers/media/platform/sti/c8sectpfe/
1811 F:      drivers/mmc/host/sdhci-st.c
1812 F:      drivers/phy/phy-miphy28lp.c
1813 F:      drivers/phy/phy-stih407-usb.c
1814 F:      drivers/pinctrl/pinctrl-st.c
1815 F:      drivers/remoteproc/st_remoteproc.c
1816 F:      drivers/remoteproc/st_slim_rproc.c
1817 F:      drivers/reset/sti/
1818 F:      drivers/rtc/rtc-st-lpc.c
1819 F:      drivers/tty/serial/st-asc.c
1820 F:      drivers/usb/dwc3/dwc3-st.c
1821 F:      drivers/usb/host/ehci-st.c
1822 F:      drivers/usb/host/ohci-st.c
1823 F:      drivers/watchdog/st_lpc_wdt.c
1824 F:      drivers/ata/ahci_st.c
1825 F:      include/linux/remoteproc/st_slim_rproc.h
1826
1827 ARM/STM32 ARCHITECTURE
1828 M:      Maxime Coquelin <[email protected]>
1829 M:      Alexandre Torgue <[email protected]>
1830 L:      [email protected] (moderated for non-subscribers)
1831 S:      Maintained
1832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1833 N:      stm32
1834 F:      drivers/clocksource/armv7m_systick.c
1835
1836 ARM/TANGO ARCHITECTURE
1837 M:      Marc Gonzalez <[email protected]>
1838 L:      [email protected]
1839 S:      Maintained
1840 N:      tango
1841
1842 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1843 M:      Lennert Buytenhek <[email protected]>
1844 L:      [email protected] (moderated for non-subscribers)
1845 S:      Maintained
1846
1847 ARM/TETON BGA MACHINE SUPPORT
1848 M:      "Mark F. Brown" <[email protected]>
1849 L:      [email protected] (moderated for non-subscribers)
1850 S:      Maintained
1851
1852 ARM/THECUS N2100 MACHINE SUPPORT
1853 M:      Lennert Buytenhek <[email protected]>
1854 L:      [email protected] (moderated for non-subscribers)
1855 S:      Maintained
1856
1857 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1858 M:      Wan ZongShun <[email protected]>
1859 L:      [email protected] (moderated for non-subscribers)
1860 W:      http://www.mcuos.com
1861 S:      Maintained
1862 F:      arch/arm/mach-w90x900/
1863 F:      drivers/input/keyboard/w90p910_keypad.c
1864 F:      drivers/input/touchscreen/w90p910_ts.c
1865 F:      drivers/watchdog/nuc900_wdt.c
1866 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1867 F:      drivers/mtd/nand/nuc900_nand.c
1868 F:      drivers/rtc/rtc-nuc900.c
1869 F:      drivers/spi/spi-nuc900.c
1870 F:      drivers/usb/host/ehci-w90x900.c
1871 F:      drivers/video/fbdev/nuc900fb.c
1872
1873 ARM/U300 MACHINE SUPPORT
1874 M:      Linus Walleij <[email protected]>
1875 L:      [email protected] (moderated for non-subscribers)
1876 S:      Supported
1877 F:      arch/arm/mach-u300/
1878 F:      drivers/clocksource/timer-u300.c
1879 F:      drivers/i2c/busses/i2c-stu300.c
1880 F:      drivers/rtc/rtc-coh901331.c
1881 F:      drivers/watchdog/coh901327_wdt.c
1882 F:      drivers/dma/coh901318*
1883 F:      drivers/mfd/ab3100*
1884 F:      drivers/rtc/rtc-ab3100.c
1885 F:      drivers/rtc/rtc-coh901331.c
1886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1887
1888 ARM/UNIPHIER ARCHITECTURE
1889 M:      Masahiro Yamada <[email protected]>
1890 L:      [email protected] (moderated for non-subscribers)
1891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1892 S:      Maintained
1893 F:      arch/arm/boot/dts/uniphier*
1894 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1895 F:      arch/arm/mach-uniphier/
1896 F:      arch/arm/mm/cache-uniphier.c
1897 F:      arch/arm64/boot/dts/socionext/
1898 F:      drivers/bus/uniphier-system-bus.c
1899 F:      drivers/clk/uniphier/
1900 F:      drivers/i2c/busses/i2c-uniphier*
1901 F:      drivers/pinctrl/uniphier/
1902 F:      drivers/reset/reset-uniphier.c
1903 F:      drivers/tty/serial/8250/8250_uniphier.c
1904 N:      uniphier
1905
1906 ARM/Ux500 ARM ARCHITECTURE
1907 M:      Linus Walleij <[email protected]>
1908 L:      [email protected] (moderated for non-subscribers)
1909 S:      Maintained
1910 F:      arch/arm/mach-ux500/
1911 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1912 F:      drivers/dma/ste_dma40*
1913 F:      drivers/hwspinlock/u8500_hsem.c
1914 F:      drivers/mfd/abx500*
1915 F:      drivers/mfd/ab8500*
1916 F:      drivers/mfd/dbx500*
1917 F:      drivers/mfd/db8500*
1918 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1919 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1920 F:      drivers/rtc/rtc-ab8500.c
1921 F:      drivers/rtc/rtc-pl031.c
1922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1923
1924 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1925 M:      Ulf Hansson <[email protected]>
1926 L:      [email protected] (moderated for non-subscribers)
1927 T:      git git://git.linaro.org/people/ulfh/clk.git
1928 S:      Maintained
1929 F:      drivers/clk/ux500/
1930
1931 ARM/VERSATILE EXPRESS PLATFORM
1932 M:      Liviu Dudau <[email protected]>
1933 M:      Sudeep Holla <[email protected]>
1934 M:      Lorenzo Pieralisi <[email protected]>
1935 L:      [email protected] (moderated for non-subscribers)
1936 S:      Maintained
1937 F:      arch/arm/boot/dts/vexpress*
1938 F:      arch/arm64/boot/dts/arm/
1939 F:      arch/arm/mach-vexpress/
1940 F:      */*/vexpress*
1941 F:      */*/*/vexpress*
1942 F:      drivers/clk/versatile/clk-vexpress-osc.c
1943 F:      drivers/clocksource/versatile.c
1944 N:      mps2
1945
1946 ARM/VFP SUPPORT
1947 M:      Russell King <[email protected]>
1948 L:      [email protected] (moderated for non-subscribers)
1949 W:      http://www.armlinux.org.uk/
1950 S:      Maintained
1951 F:      arch/arm/vfp/
1952
1953 ARM/VOIPAC PXA270 SUPPORT
1954 M:      Marek Vasut <[email protected]>
1955 L:      [email protected] (moderated for non-subscribers)
1956 S:      Maintained
1957 F:      arch/arm/mach-pxa/vpac270.c
1958 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1959
1960 ARM/VT8500 ARM ARCHITECTURE
1961 M:      Tony Prisk <[email protected]>
1962 L:      [email protected] (moderated for non-subscribers)
1963 S:      Maintained
1964 F:      arch/arm/mach-vt8500/
1965 F:      drivers/clocksource/vt8500_timer.c
1966 F:      drivers/i2c/busses/i2c-wmt.c
1967 F:      drivers/mmc/host/wmt-sdmmc.c
1968 F:      drivers/pwm/pwm-vt8500.c
1969 F:      drivers/rtc/rtc-vt8500.c
1970 F:      drivers/tty/serial/vt8500_serial.c
1971 F:      drivers/usb/host/ehci-platform.c
1972 F:      drivers/usb/host/uhci-platform.c
1973 F:      drivers/video/fbdev/vt8500lcdfb.*
1974 F:      drivers/video/fbdev/wm8505fb*
1975 F:      drivers/video/fbdev/wmt_ge_rops.*
1976
1977 ARM/ZIPIT Z2 SUPPORT
1978 M:      Marek Vasut <[email protected]>
1979 L:      [email protected] (moderated for non-subscribers)
1980 S:      Maintained
1981 F:      arch/arm/mach-pxa/z2.c
1982 F:      arch/arm/mach-pxa/include/mach/z2.h
1983
1984 ARM/ZTE ARCHITECTURE
1985 M:      Jun Nie <[email protected]>
1986 L:      [email protected] (moderated for non-subscribers)
1987 S:      Maintained
1988 F:      arch/arm/mach-zx/
1989 F:      drivers/clk/zte/
1990 F:      Documentation/devicetree/bindings/arm/zte.txt
1991 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1992
1993 ARM/ZYNQ ARCHITECTURE
1994 M:      Michal Simek <[email protected]>
1995 R:      Sören Brinkmann <[email protected]>
1996 L:      [email protected] (moderated for non-subscribers)
1997 W:      http://wiki.xilinx.com
1998 T:      git https://github.com/Xilinx/linux-xlnx.git
1999 S:      Supported
2000 F:      arch/arm/mach-zynq/
2001 F:      drivers/cpuidle/cpuidle-zynq.c
2002 F:      drivers/block/xsysace.c
2003 N:      zynq
2004 N:      xilinx
2005 F:      drivers/clocksource/cadence_ttc_timer.c
2006 F:      drivers/i2c/busses/i2c-cadence.c
2007 F:      drivers/mmc/host/sdhci-of-arasan.c
2008 F:      drivers/edac/synopsys_edac.c
2009
2010 ARM SMMU DRIVERS
2011 M:      Will Deacon <[email protected]>
2012 R:      Robin Murphy <[email protected]>
2013 L:      [email protected] (moderated for non-subscribers)
2014 S:      Maintained
2015 F:      drivers/iommu/arm-smmu.c
2016 F:      drivers/iommu/arm-smmu-v3.c
2017 F:      drivers/iommu/io-pgtable-arm.c
2018 F:      drivers/iommu/io-pgtable-arm-v7s.c
2019
2020 ARM64 PORT (AARCH64 ARCHITECTURE)
2021 M:      Catalin Marinas <[email protected]>
2022 M:      Will Deacon <[email protected]>
2023 L:      [email protected] (moderated for non-subscribers)
2024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2025 S:      Maintained
2026 F:      arch/arm64/
2027 F:      Documentation/arm64/
2028
2029 AS3645A LED FLASH CONTROLLER DRIVER
2030 M:      Laurent Pinchart <[email protected]>
2031 L:      [email protected]
2032 T:      git git://linuxtv.org/media_tree.git
2033 S:      Maintained
2034 F:      drivers/media/i2c/as3645a.c
2035 F:      include/media/i2c/as3645a.h
2036
2037 ASAHI KASEI AK8974 DRIVER
2038 M:      Linus Walleij <[email protected]>
2039 L:      [email protected]
2040 W:      http://www.akm.com/
2041 S:      Supported
2042 F:      drivers/iio/magnetometer/ak8974.c
2043
2044 ASC7621 HARDWARE MONITOR DRIVER
2045 M:      George Joseph <[email protected]>
2046 L:      [email protected]
2047 S:      Maintained
2048 F:      Documentation/hwmon/asc7621
2049 F:      drivers/hwmon/asc7621.c
2050
2051 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2052 M:      Corentin Chary <[email protected]>
2053 L:      [email protected]
2054 L:      [email protected]
2055 W:      http://acpi4asus.sf.net
2056 S:      Maintained
2057 F:      drivers/platform/x86/asus*.c
2058 F:      drivers/platform/x86/eeepc*.c
2059
2060 ASUS WIRELESS RADIO CONTROL DRIVER
2061 M:      João Paulo Rechi Vita <[email protected]>
2062 L:      [email protected]
2063 S:      Maintained
2064 F:      drivers/platform/x86/asus-wireless.c
2065
2066 ASYMMETRIC KEYS
2067 M:      David Howells <[email protected]>
2068 L:      [email protected]
2069 S:      Maintained
2070 F:      Documentation/crypto/asymmetric-keys.txt
2071 F:      include/linux/verification.h
2072 F:      include/crypto/public_key.h
2073 F:      include/crypto/pkcs7.h
2074 F:      crypto/asymmetric_keys/
2075
2076 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2077 R:      Dan Williams <[email protected]>
2078 W:      http://sourceforge.net/projects/xscaleiop
2079 S:      Odd fixes
2080 F:      Documentation/crypto/async-tx-api.txt
2081 F:      crypto/async_tx/
2082 F:      drivers/dma/
2083 F:      include/linux/dmaengine.h
2084 F:      include/linux/async_tx.h
2085
2086 AT24 EEPROM DRIVER
2087 M:      Wolfram Sang <[email protected]>
2088 L:      [email protected]
2089 S:      Maintained
2090 F:      drivers/misc/eeprom/at24.c
2091 F:      include/linux/platform_data/at24.h
2092
2093 ATA OVER ETHERNET (AOE) DRIVER
2094 M:      "Ed L. Cashin" <[email protected]>
2095 W:      http://www.openaoe.org/
2096 S:      Supported
2097 F:      Documentation/aoe/
2098 F:      drivers/block/aoe/
2099
2100 ATHEROS 71XX/9XXX GPIO DRIVER
2101 M:      Alban Bedel <[email protected]>
2102 W:      https://github.com/AlbanBedel/linux
2103 T:      git git://github.com/AlbanBedel/linux
2104 S:      Maintained
2105 F:      drivers/gpio/gpio-ath79.c
2106 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2107
2108 ATHEROS ATH GENERIC UTILITIES
2109 M:      "Luis R. Rodriguez" <[email protected]>
2110 L:      [email protected]
2111 S:      Supported
2112 F:      drivers/net/wireless/ath/*
2113
2114 ATHEROS ATH5K WIRELESS DRIVER
2115 M:      Jiri Slaby <[email protected]>
2116 M:      Nick Kossifidis <[email protected]>
2117 M:      "Luis R. Rodriguez" <[email protected]>
2118 L:      [email protected]
2119 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2120 S:      Maintained
2121 F:      drivers/net/wireless/ath/ath5k/
2122
2123 ATHEROS ATH6KL WIRELESS DRIVER
2124 M:      Kalle Valo <[email protected]>
2125 L:      [email protected]
2126 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2128 S:      Supported
2129 F:      drivers/net/wireless/ath/ath6kl/
2130
2131 WILOCITY WIL6210 WIRELESS DRIVER
2132 M:      Maya Erez <[email protected]>
2133 L:      [email protected]
2134 L:      [email protected]
2135 S:      Supported
2136 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2137 F:      drivers/net/wireless/ath/wil6210/
2138 F:      include/uapi/linux/wil6210_uapi.h
2139
2140 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2141 M:      Christian Lamparter <[email protected]>
2142 L:      [email protected]
2143 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2144 S:      Maintained
2145 F:      drivers/net/wireless/ath/carl9170/
2146
2147 ATK0110 HWMON DRIVER
2148 M:      Luca Tettamanti <[email protected]>
2149 L:      [email protected]
2150 S:      Maintained
2151 F:      drivers/hwmon/asus_atk0110.c
2152
2153 ATI_REMOTE2 DRIVER
2154 M:      Ville Syrjala <[email protected]>
2155 S:      Maintained
2156 F:      drivers/input/misc/ati_remote2.c
2157
2158 ATLX ETHERNET DRIVERS
2159 M:      Jay Cliburn <[email protected]>
2160 M:      Chris Snook <[email protected]>
2161 L:      [email protected]
2162 W:      http://sourceforge.net/projects/atl1
2163 W:      http://atl1.sourceforge.net
2164 S:      Maintained
2165 F:      drivers/net/ethernet/atheros/
2166
2167 ATM
2168 M:      Chas Williams <[email protected]>
2169 L:      [email protected] (moderated for non-subscribers)
2170 L:      [email protected]
2171 W:      http://linux-atm.sourceforge.net
2172 S:      Maintained
2173 F:      drivers/atm/
2174 F:      include/linux/atm*
2175 F:      include/uapi/linux/atm*
2176
2177 ATMEL AT91 / AT32 MCI DRIVER
2178 M:      Ludovic Desroches <[email protected]>
2179 S:      Maintained
2180 F:      drivers/mmc/host/atmel-mci.c
2181
2182 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2183 M:      Nicolas Ferre <[email protected]>
2184 S:      Supported
2185 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2186
2187 ATMEL SAMA5D2 ADC DRIVER
2188 M:      Ludovic Desroches <[email protected]>
2189 L:      [email protected]
2190 S:      Supported
2191 F:      drivers/iio/adc/at91-sama5d2_adc.c
2192
2193 ATMEL Audio ALSA driver
2194 M:      Nicolas Ferre <[email protected]>
2195 L:      [email protected] (moderated for non-subscribers)
2196 S:      Supported
2197 F:      sound/soc/atmel
2198
2199 ATMEL XDMA DRIVER
2200 M:      Ludovic Desroches <[email protected]>
2201 L:      [email protected]
2202 L:      [email protected]
2203 S:      Supported
2204 F:      drivers/dma/at_xdmac.c
2205
2206 ATMEL I2C DRIVER
2207 M:      Ludovic Desroches <[email protected]>
2208 L:      [email protected]
2209 S:      Supported
2210 F:      drivers/i2c/busses/i2c-at91.c
2211
2212 ATMEL ISI DRIVER
2213 M:      Ludovic Desroches <[email protected]>
2214 L:      [email protected]
2215 S:      Supported
2216 F:      drivers/media/platform/soc_camera/atmel-isi.c
2217 F:      include/media/atmel-isi.h
2218
2219 ATMEL LCDFB DRIVER
2220 M:      Nicolas Ferre <[email protected]>
2221 L:      [email protected]
2222 S:      Maintained
2223 F:      drivers/video/fbdev/atmel_lcdfb.c
2224 F:      include/video/atmel_lcdc.h
2225
2226 ATMEL MACB ETHERNET DRIVER
2227 M:      Nicolas Ferre <[email protected]>
2228 S:      Supported
2229 F:      drivers/net/ethernet/cadence/
2230
2231 ATMEL NAND DRIVER
2232 M:      Wenyou Yang <[email protected]>
2233 M:      Josh Wu <[email protected]>
2234 L:      [email protected]
2235 S:      Supported
2236 F:      drivers/mtd/nand/atmel_nand*
2237
2238 ATMEL SDMMC DRIVER
2239 M:      Ludovic Desroches <[email protected]>
2240 L:      [email protected]
2241 S:      Supported
2242 F:      drivers/mmc/host/sdhci-of-at91.c
2243
2244 ATMEL SPI DRIVER
2245 M:      Nicolas Ferre <[email protected]>
2246 S:      Supported
2247 F:      drivers/spi/spi-atmel.*
2248
2249 ATMEL SSC DRIVER
2250 M:      Nicolas Ferre <[email protected]>
2251 L:      [email protected] (moderated for non-subscribers)
2252 S:      Supported
2253 F:      drivers/misc/atmel-ssc.c
2254 F:      include/linux/atmel-ssc.h
2255
2256 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2257 M:      Nicolas Ferre <[email protected]>
2258 L:      [email protected] (moderated for non-subscribers)
2259 S:      Supported
2260 F:      drivers/misc/atmel_tclib.c
2261 F:      drivers/clocksource/tcb_clksrc.c
2262
2263 ATMEL USBA UDC DRIVER
2264 M:      Nicolas Ferre <[email protected]>
2265 L:      [email protected] (moderated for non-subscribers)
2266 S:      Supported
2267 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2268
2269 ATMEL WIRELESS DRIVER
2270 M:      Simon Kelley <[email protected]>
2271 L:      [email protected]
2272 W:      http://www.thekelleys.org.uk/atmel
2273 W:      http://atmelwlandriver.sourceforge.net/
2274 S:      Maintained
2275 F:      drivers/net/wireless/atmel/atmel*
2276
2277 ATMEL MAXTOUCH DRIVER
2278 M:      Nick Dyer <[email protected]>
2279 T:      git git://github.com/ndyer/linux.git
2280 S:      Maintained
2281 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2282 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2283 F:      include/linux/platform_data/atmel_mxt_ts.h
2284
2285 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2286 M:      Bradley Grove <[email protected]>
2287 L:      [email protected]
2288 W:      http://www.attotech.com
2289 S:      Supported
2290 F:      drivers/scsi/esas2r
2291
2292 ATUSB IEEE 802.15.4 RADIO DRIVER
2293 M:      Stefan Schmidt <[email protected]>
2294 L:      [email protected]
2295 S:      Maintained
2296 F:      drivers/net/ieee802154/atusb.c
2297 F:      drivers/net/ieee802154/atusb.h
2298 F:      drivers/net/ieee802154/at86rf230.h
2299
2300 AUDIT SUBSYSTEM
2301 M:      Paul Moore <[email protected]>
2302 M:      Eric Paris <[email protected]>
2303 L:      [email protected] (moderated for non-subscribers)
2304 W:      http://people.redhat.com/sgrubb/audit/
2305 T:      git git://git.infradead.org/users/pcmoore/audit
2306 S:      Maintained
2307 F:      include/linux/audit.h
2308 F:      include/uapi/linux/audit.h
2309 F:      kernel/audit*
2310
2311 AUXILIARY DISPLAY DRIVERS
2312 M:      Miguel Ojeda Sandonis <[email protected]>
2313 W:      http://miguelojeda.es/auxdisplay.htm
2314 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2315 S:      Maintained
2316 F:      drivers/auxdisplay/
2317 F:      include/linux/cfag12864b.h
2318
2319 AVR32 ARCHITECTURE
2320 M:      Haavard Skinnemoen <[email protected]>
2321 M:      Hans-Christian Egtvedt <[email protected]>
2322 W:      http://www.atmel.com/products/AVR32/
2323 W:      http://mirror.egtvedt.no/avr32linux.org/
2324 W:      http://avrfreaks.net/
2325 S:      Maintained
2326 F:      arch/avr32/
2327
2328 AVR32/AT32AP MACHINE SUPPORT
2329 M:      Haavard Skinnemoen <[email protected]>
2330 M:      Hans-Christian Egtvedt <[email protected]>
2331 S:      Maintained
2332 F:      arch/avr32/mach-at32ap/
2333
2334 AX.25 NETWORK LAYER
2335 M:      Ralf Baechle <[email protected]>
2336 L:      [email protected]
2337 W:      http://www.linux-ax25.org/
2338 S:      Maintained
2339 F:      include/uapi/linux/ax25.h
2340 F:      include/net/ax25.h
2341 F:      net/ax25/
2342
2343 AXENTIA ASOC DRIVERS
2344 M:      Peter Rosin <[email protected]>
2345 L:      [email protected] (moderated for non-subscribers)
2346 S:      Maintained
2347 F:      Documentation/devicetree/bindings/sound/axentia,*
2348 F:      sound/soc/atmel/tse850-pcm5142.c
2349
2350 AZ6007 DVB DRIVER
2351 M:      Mauro Carvalho Chehab <[email protected]>
2352 M:      Mauro Carvalho Chehab <[email protected]>
2353 L:      [email protected]
2354 W:      https://linuxtv.org
2355 T:      git git://linuxtv.org/media_tree.git
2356 S:      Maintained
2357 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2358
2359 AZTECH FM RADIO RECEIVER DRIVER
2360 M:      Hans Verkuil <[email protected]>
2361 L:      [email protected]
2362 T:      git git://linuxtv.org/media_tree.git
2363 W:      https://linuxtv.org
2364 S:      Maintained
2365 F:      drivers/media/radio/radio-aztech*
2366
2367 B43 WIRELESS DRIVER
2368 L:      [email protected]
2369 L:      [email protected]
2370 W:      http://wireless.kernel.org/en/users/Drivers/b43
2371 S:      Odd Fixes
2372 F:      drivers/net/wireless/broadcom/b43/
2373
2374 B43LEGACY WIRELESS DRIVER
2375 M:      Larry Finger <[email protected]>
2376 L:      [email protected]
2377 L:      [email protected]
2378 W:      http://wireless.kernel.org/en/users/Drivers/b43
2379 S:      Maintained
2380 F:      drivers/net/wireless/broadcom/b43legacy/
2381
2382 BACKLIGHT CLASS/SUBSYSTEM
2383 M:      Jingoo Han <[email protected]>
2384 M:      Lee Jones <[email protected]>
2385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2386 S:      Maintained
2387 F:      drivers/video/backlight/
2388 F:      include/linux/backlight.h
2389
2390 BATMAN ADVANCED
2391 M:      Marek Lindner <[email protected]>
2392 M:      Simon Wunderlich <[email protected]>
2393 M:      Antonio Quartulli <[email protected]>
2394 L:      [email protected] (moderated for non-subscribers)
2395 W:      https://www.open-mesh.org/
2396 Q:      https://patchwork.open-mesh.org/project/batman/list/
2397 S:      Maintained
2398 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2399 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2400 F:      Documentation/networking/batman-adv.txt
2401 F:      include/uapi/linux/batman_adv.h
2402 F:      net/batman-adv/
2403
2404 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2405 M:      Thomas Sailer <[email protected]>
2406 L:      [email protected]
2407 W:      http://www.baycom.org/~tom/ham/ham.html
2408 S:      Maintained
2409 F:      drivers/net/hamradio/baycom*
2410
2411 BCACHE (BLOCK LAYER CACHE)
2412 M:      Kent Overstreet <[email protected]>
2413 L:      [email protected]
2414 W:      http://bcache.evilpiepirate.org
2415 S:      Orphan
2416 F:      drivers/md/bcache/
2417
2418 BDISP ST MEDIA DRIVER
2419 M:      Fabien Dessenne <[email protected]>
2420 L:      [email protected]
2421 T:      git git://linuxtv.org/media_tree.git
2422 W:      https://linuxtv.org
2423 S:      Supported
2424 F:      drivers/media/platform/sti/bdisp
2425
2426 BEFS FILE SYSTEM
2427 M:      Luis de Bethencourt <[email protected]>
2428 M:      Salah Triki <[email protected]>
2429 S:      Maintained
2430 T:      git git://github.com/luisbg/linux-befs.git
2431 F:      Documentation/filesystems/befs.txt
2432 F:      fs/befs/
2433
2434 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2435 M:      Dariusz Marcinkiewicz <[email protected]>
2436 L:      [email protected]
2437 S:      Maintained
2438 F:      drivers/net/ethernet/ec_bhf.c
2439
2440 BFS FILE SYSTEM
2441 M:      "Tigran A. Aivazian" <[email protected]>
2442 S:      Maintained
2443 F:      Documentation/filesystems/bfs.txt
2444 F:      fs/bfs/
2445 F:      include/uapi/linux/bfs_fs.h
2446
2447 BLACKFIN ARCHITECTURE
2448 M:      Steven Miao <[email protected]>
2449 L:      [email protected] (moderated for non-subscribers)
2450 T:      git git://git.code.sf.net/p/adi-linux/code
2451 W:      http://blackfin.uclinux.org
2452 S:      Supported
2453 F:      arch/blackfin/
2454
2455 BLACKFIN EMAC DRIVER
2456 L:      [email protected] (moderated for non-subscribers)
2457 W:      http://blackfin.uclinux.org
2458 S:      Supported
2459 F:      drivers/net/ethernet/adi/
2460
2461 BLACKFIN RTC DRIVER
2462 L:      [email protected] (moderated for non-subscribers)
2463 W:      http://blackfin.uclinux.org
2464 S:      Supported
2465 F:      drivers/rtc/rtc-bfin.c
2466
2467 BLACKFIN SDH DRIVER
2468 M:      Sonic Zhang <[email protected]>
2469 L:      [email protected] (moderated for non-subscribers)
2470 W:      http://blackfin.uclinux.org
2471 S:      Supported
2472 F:      drivers/mmc/host/bfin_sdh.c
2473
2474 BLACKFIN SERIAL DRIVER
2475 M:      Sonic Zhang <[email protected]>
2476 L:      [email protected] (moderated for non-subscribers)
2477 W:      http://blackfin.uclinux.org
2478 S:      Supported
2479 F:      drivers/tty/serial/bfin_uart.c
2480
2481 BLACKFIN WATCHDOG DRIVER
2482 L:      [email protected] (moderated for non-subscribers)
2483 W:      http://blackfin.uclinux.org
2484 S:      Supported
2485 F:      drivers/watchdog/bfin_wdt.c
2486
2487 BLACKFIN I2C TWI DRIVER
2488 M:      Sonic Zhang <[email protected]>
2489 L:      [email protected] (moderated for non-subscribers)
2490 W:      http://blackfin.uclinux.org/
2491 S:      Supported
2492 F:      drivers/i2c/busses/i2c-bfin-twi.c
2493
2494 BLACKFIN MEDIA DRIVER
2495 M:      Scott Jiang <[email protected]>
2496 L:      [email protected] (moderated for non-subscribers)
2497 W:      http://blackfin.uclinux.org/
2498 S:      Supported
2499 F:      drivers/media/platform/blackfin/
2500 F:      drivers/media/i2c/adv7183*
2501 F:      drivers/media/i2c/vs6624*
2502
2503 BLINKM RGB LED DRIVER
2504 M:      Jan-Simon Moeller <[email protected]>
2505 S:      Maintained
2506 F:      drivers/leds/leds-blinkm.c
2507
2508 BLOCK LAYER
2509 M:      Jens Axboe <[email protected]>
2510 L:      [email protected]
2511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2512 S:      Maintained
2513 F:      block/
2514 F:      kernel/trace/blktrace.c
2515 F:      lib/sbitmap.c
2516
2517 BLOCK2MTD DRIVER
2518 M:      Joern Engel <[email protected]>
2519 L:      [email protected]
2520 S:      Maintained
2521 F:      drivers/mtd/devices/block2mtd.c
2522
2523 BLUETOOTH DRIVERS
2524 M:      Marcel Holtmann <[email protected]>
2525 M:      Gustavo Padovan <[email protected]>
2526 M:      Johan Hedberg <[email protected]>
2527 L:      [email protected]
2528 W:      http://www.bluez.org/
2529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2531 S:      Maintained
2532 F:      drivers/bluetooth/
2533
2534 BLUETOOTH SUBSYSTEM
2535 M:      Marcel Holtmann <[email protected]>
2536 M:      Gustavo Padovan <[email protected]>
2537 M:      Johan Hedberg <[email protected]>
2538 L:      [email protected]
2539 W:      http://www.bluez.org/
2540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2542 S:      Maintained
2543 F:      net/bluetooth/
2544 F:      include/net/bluetooth/
2545
2546 BONDING DRIVER
2547 M:      Jay Vosburgh <[email protected]>
2548 M:      Veaceslav Falico <[email protected]>
2549 M:      Andy Gospodarek <[email protected]>
2550 L:      [email protected]
2551 W:      http://sourceforge.net/projects/bonding/
2552 S:      Supported
2553 F:      drivers/net/bonding/
2554 F:      include/uapi/linux/if_bonding.h
2555
2556 BPF (Safe dynamic programs and tools)
2557 M:      Alexei Starovoitov <[email protected]>
2558 L:      [email protected]
2559 L:      [email protected]
2560 S:      Supported
2561 F:      kernel/bpf/
2562 F:      tools/testing/selftests/bpf/
2563 F:      lib/test_bpf.c
2564
2565 BROADCOM B44 10/100 ETHERNET DRIVER
2566 M:      Michael Chan <[email protected]>
2567 L:      [email protected]
2568 S:      Supported
2569 F:      drivers/net/ethernet/broadcom/b44.*
2570
2571 BROADCOM B53 ETHERNET SWITCH DRIVER
2572 M:      Florian Fainelli <[email protected]>
2573 L:      [email protected]
2574 L:      [email protected] (subscribers-only)
2575 S:      Supported
2576 F:      drivers/net/dsa/b53/*
2577 F:      include/linux/platform_data/b53.h
2578
2579 BROADCOM GENET ETHERNET DRIVER
2580 M:      Florian Fainelli <[email protected]>
2581 L:      [email protected]
2582 S:      Supported
2583 F:      drivers/net/ethernet/broadcom/genet/
2584
2585 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2586 M:      Rasesh Mody <[email protected]>
2587 M:      Harish Patil <[email protected]>
2588 M:      [email protected]
2589 L:      [email protected]
2590 S:      Supported
2591 F:      drivers/net/ethernet/broadcom/bnx2.*
2592 F:      drivers/net/ethernet/broadcom/bnx2_*
2593
2594 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2595 M:      Yuval Mintz <[email protected]>
2596 M:      Ariel Elior <[email protected]>
2597 M:      [email protected]
2598 L:      [email protected]
2599 S:      Supported
2600 F:      drivers/net/ethernet/broadcom/bnx2x/
2601
2602 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2603 M:      Florian Fainelli <[email protected]>
2604 M:      Ray Jui <[email protected]>
2605 M:      Scott Branden <[email protected]>
2606 M:      [email protected]
2607 T:      git git://github.com/broadcom/mach-bcm
2608 S:      Maintained
2609 N:      bcm281*
2610 N:      bcm113*
2611 N:      bcm216*
2612 N:      kona
2613 F:      arch/arm/mach-bcm/
2614
2615 BROADCOM BCM2835 ARM ARCHITECTURE
2616 M:      Stephen Warren <[email protected]>
2617 M:      Lee Jones <[email protected]>
2618 M:      Eric Anholt <[email protected]>
2619 L:      [email protected] (moderated for non-subscribers)
2620 L:      [email protected] (moderated for non-subscribers)
2621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2622 S:      Maintained
2623 N:      bcm2835
2624 F:      drivers/staging/vc04_services
2625
2626 BROADCOM BCM47XX MIPS ARCHITECTURE
2627 M:      Hauke Mehrtens <[email protected]>
2628 M:      Rafał Miłecki <[email protected]>
2629 L:      [email protected]
2630 S:      Maintained
2631 F:      Documentation/devicetree/bindings/mips/brcm/
2632 F:      arch/mips/bcm47xx/*
2633 F:      arch/mips/include/asm/mach-bcm47xx/*
2634
2635 BROADCOM BCM5301X ARM ARCHITECTURE
2636 M:      Hauke Mehrtens <[email protected]>
2637 M:      Rafał Miłecki <[email protected]>
2638 M:      [email protected]
2639 L:      [email protected]
2640 S:      Maintained
2641 F:      arch/arm/mach-bcm/bcm_5301x.c
2642 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2643 F:      arch/arm/boot/dts/bcm470*
2644
2645 BROADCOM BCM53573 ARM ARCHITECTURE
2646 M:      Rafał Miłecki <[email protected]>
2647 L:      [email protected]
2648 S:      Maintained
2649 F:      arch/arm/boot/dts/bcm53573*
2650 F:      arch/arm/boot/dts/bcm47189*
2651
2652 BROADCOM BCM63XX ARM ARCHITECTURE
2653 M:      Florian Fainelli <[email protected]>
2654 M:      [email protected]
2655 L:      [email protected] (moderated for non-subscribers)
2656 T:      git git://github.com/broadcom/stblinux.git
2657 S:      Maintained
2658 N:      bcm63xx
2659
2660 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2661 M:      Kevin Cernekee <[email protected]>
2662 L:      [email protected]
2663 S:      Maintained
2664 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2665
2666 BROADCOM BCM7XXX ARM ARCHITECTURE
2667 M:      Brian Norris <[email protected]>
2668 M:      Gregory Fong <[email protected]>
2669 M:      Florian Fainelli <[email protected]>
2670 M:      [email protected]
2671 L:      [email protected] (moderated for non-subscribers)
2672 T:      git git://github.com/broadcom/stblinux.git
2673 S:      Maintained
2674 F:      arch/arm/mach-bcm/*brcmstb*
2675 F:      arch/arm/boot/dts/bcm7*.dts*
2676 F:      drivers/bus/brcmstb_gisb.c
2677 N:      brcmstb
2678
2679 BROADCOM BMIPS MIPS ARCHITECTURE
2680 M:      Kevin Cernekee <[email protected]>
2681 M:      Florian Fainelli <[email protected]>
2682 L:      [email protected]
2683 T:      git git://github.com/broadcom/stblinux.git
2684 S:      Maintained
2685 F:      arch/mips/bmips/*
2686 F:      arch/mips/include/asm/mach-bmips/*
2687 F:      arch/mips/kernel/*bmips*
2688 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2689 F:      drivers/irqchip/irq-bcm63*
2690 F:      drivers/irqchip/irq-bcm7*
2691 F:      drivers/irqchip/irq-brcmstb*
2692 F:      include/linux/bcm963xx_nvram.h
2693 F:      include/linux/bcm963xx_tag.h
2694
2695 BROADCOM BMIPS CPUFREQ DRIVER
2696 M:      Markus Mayer <[email protected]>
2697 M:      [email protected]
2698 L:      [email protected]
2699 S:      Maintained
2700 F:      drivers/cpufreq/bmips-cpufreq.c
2701
2702 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2703 M:      Siva Reddy Kallam <[email protected]>
2704 M:      Prashant Sreedharan <[email protected]>
2705 M:      Michael Chan <[email protected]>
2706 L:      [email protected]
2707 S:      Supported
2708 F:      drivers/net/ethernet/broadcom/tg3.*
2709
2710 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2711 M:      Arend van Spriel <[email protected]>
2712 M:      Franky Lin <[email protected]>
2713 M:      Hante Meuleman <[email protected]>
2714 L:      [email protected]
2715 L:      [email protected]
2716 S:      Supported
2717 F:      drivers/net/wireless/broadcom/brcm80211/
2718
2719 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2720 M:      [email protected]
2721 L:      [email protected]
2722 S:      Supported
2723 F:      drivers/scsi/bnx2fc/
2724
2725 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2726 M:      [email protected]
2727 L:      [email protected]
2728 S:      Supported
2729 F:      drivers/scsi/bnx2i/
2730
2731 BROADCOM IPROC ARM ARCHITECTURE
2732 M:      Ray Jui <[email protected]>
2733 M:      Scott Branden <[email protected]>
2734 M:      Jon Mason <[email protected]>
2735 M:      [email protected]
2736 L:      [email protected] (moderated for non-subscribers)
2737 T:      git git://github.com/broadcom/cygnus-linux.git
2738 S:      Maintained
2739 N:      iproc
2740 N:      cygnus
2741 N:      bcm[-_]nsp
2742 N:      bcm9113*
2743 N:      bcm9583*
2744 N:      bcm9585*
2745 N:      bcm9586*
2746 N:      bcm988312
2747 N:      bcm113*
2748 N:      bcm583*
2749 N:      bcm585*
2750 N:      bcm586*
2751 N:      bcm88312
2752 F:      arch/arm64/boot/dts/broadcom/ns2*
2753 F:      drivers/clk/bcm/clk-ns*
2754 F:      drivers/pinctrl/bcm/pinctrl-ns*
2755
2756 BROADCOM BRCMSTB GPIO DRIVER
2757 M:      Gregory Fong <[email protected]>
2758 L:      [email protected]
2759 S:      Supported
2760 F:      drivers/gpio/gpio-brcmstb.c
2761 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2762
2763 BROADCOM KONA GPIO DRIVER
2764 M:      Ray Jui <[email protected]>
2765 L:      [email protected]
2766 S:      Supported
2767 F:      drivers/gpio/gpio-bcm-kona.c
2768 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2769
2770 BROADCOM NVRAM DRIVER
2771 M:      Rafał Miłecki <[email protected]>
2772 L:      [email protected]
2773 S:      Maintained
2774 F:      drivers/firmware/broadcom/*
2775
2776 BROADCOM STB NAND FLASH DRIVER
2777 M:      Brian Norris <[email protected]>
2778 M:      Kamal Dasu <[email protected]>
2779 L:      [email protected]
2780 L:      [email protected]
2781 S:      Maintained
2782 F:      drivers/mtd/nand/brcmnand/
2783
2784 BROADCOM STB AVS CPUFREQ DRIVER
2785 M:      Markus Mayer <[email protected]>
2786 M:      [email protected]
2787 L:      [email protected]
2788 S:      Maintained
2789 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2790 F:      drivers/cpufreq/brcmstb*
2791
2792 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2793 M:      Rafał Miłecki <[email protected]>
2794 L:      [email protected]
2795 S:      Maintained
2796 F:      drivers/bcma/
2797 F:      include/linux/bcma/
2798
2799 BROADCOM SYSTEMPORT ETHERNET DRIVER
2800 M:      Florian Fainelli <[email protected]>
2801 L:      [email protected]
2802 S:      Supported
2803 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2804
2805 BROADCOM VULCAN ARM64 SOC
2806 M:      Jayachandran C. <[email protected]>
2807 M:      [email protected]
2808 L:      [email protected] (moderated for non-subscribers)
2809 S:      Maintained
2810 F:      arch/arm64/boot/dts/broadcom/vulcan*
2811
2812 BROCADE BFA FC SCSI DRIVER
2813 M:      Anil Gurumurthy <[email protected]>
2814 M:      Sudarsana Kalluru <[email protected]>
2815 L:      [email protected]
2816 S:      Supported
2817 F:      drivers/scsi/bfa/
2818
2819 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2820 M:      Rasesh Mody <[email protected]>
2821 M:      Sudarsana Kalluru <[email protected]>
2822 M:      [email protected]
2823 L:      [email protected]
2824 S:      Supported
2825 F:      drivers/net/ethernet/brocade/bna/
2826
2827 BSG (block layer generic sg v4 driver)
2828 M:      FUJITA Tomonori <[email protected]>
2829 L:      [email protected]
2830 S:      Supported
2831 F:      block/bsg.c
2832 F:      include/linux/bsg.h
2833 F:      include/uapi/linux/bsg.h
2834
2835 BT87X AUDIO DRIVER
2836 M:      Clemens Ladisch <[email protected]>
2837 L:      [email protected] (moderated for non-subscribers)
2838 T:      git git://git.alsa-project.org/alsa-kernel.git
2839 S:      Maintained
2840 F:      Documentation/sound/alsa/Bt87x.txt
2841 F:      sound/pci/bt87x.c
2842
2843 BT8XXGPIO DRIVER
2844 M:      Michael Buesch <[email protected]>
2845 W:      http://bu3sch.de/btgpio.php
2846 S:      Maintained
2847 F:      drivers/gpio/gpio-bt8xx.c
2848
2849 BTRFS FILE SYSTEM
2850 M:      Chris Mason <[email protected]>
2851 M:      Josef Bacik <[email protected]>
2852 M:      David Sterba <[email protected]>
2853 L:      [email protected]
2854 W:      http://btrfs.wiki.kernel.org/
2855 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2857 S:      Maintained
2858 F:      Documentation/filesystems/btrfs.txt
2859 F:      fs/btrfs/
2860
2861 BTTV VIDEO4LINUX DRIVER
2862 M:      Mauro Carvalho Chehab <[email protected]>
2863 M:      Mauro Carvalho Chehab <[email protected]>
2864 L:      [email protected]
2865 W:      https://linuxtv.org
2866 T:      git git://linuxtv.org/media_tree.git
2867 S:      Odd fixes
2868 F:      Documentation/media/v4l-drivers/bttv*
2869 F:      drivers/media/pci/bt8xx/bttv*
2870
2871 BUSLOGIC SCSI DRIVER
2872 M:      Khalid Aziz <[email protected]>
2873 L:      [email protected]
2874 S:      Maintained
2875 F:      drivers/scsi/BusLogic.*
2876 F:      drivers/scsi/FlashPoint.*
2877
2878 C-MEDIA CMI8788 DRIVER
2879 M:      Clemens Ladisch <[email protected]>
2880 L:      [email protected] (moderated for non-subscribers)
2881 T:      git git://git.alsa-project.org/alsa-kernel.git
2882 S:      Maintained
2883 F:      sound/pci/oxygen/
2884
2885 C6X ARCHITECTURE
2886 M:      Mark Salter <[email protected]>
2887 M:      Aurelien Jacquiot <[email protected]>
2888 L:      [email protected]
2889 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2890 S:      Maintained
2891 F:      arch/c6x/
2892
2893 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2894 M:      David Howells <[email protected]>
2895 L:      [email protected] (moderated for non-subscribers)
2896 S:      Supported
2897 F:      Documentation/filesystems/caching/cachefiles.txt
2898 F:      fs/cachefiles/
2899
2900 CADET FM/AM RADIO RECEIVER DRIVER
2901 M:      Hans Verkuil <[email protected]>
2902 L:      [email protected]
2903 T:      git git://linuxtv.org/media_tree.git
2904 W:      https://linuxtv.org
2905 S:      Maintained
2906 F:      drivers/media/radio/radio-cadet*
2907
2908 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2909 M:      Jonathan Corbet <[email protected]>
2910 L:      [email protected]
2911 T:      git git://linuxtv.org/media_tree.git
2912 S:      Maintained
2913 F:      Documentation/media/v4l-drivers/cafe_ccic*
2914 F:      drivers/media/platform/marvell-ccic/
2915
2916 CAIF NETWORK LAYER
2917 M:      Dmitry Tarnyagin <[email protected]>
2918 L:      [email protected]
2919 S:      Supported
2920 F:      Documentation/networking/caif/
2921 F:      drivers/net/caif/
2922 F:      include/uapi/linux/caif/
2923 F:      include/net/caif/
2924 F:      net/caif/
2925
2926 CALGARY x86-64 IOMMU
2927 M:      Muli Ben-Yehuda <[email protected]>
2928 M:      Jon Mason <[email protected]>
2929 L:      [email protected]
2930 S:      Maintained
2931 F:      arch/x86/kernel/pci-calgary_64.c
2932 F:      arch/x86/kernel/tce_64.c
2933 F:      arch/x86/include/asm/calgary.h
2934 F:      arch/x86/include/asm/tce.h
2935
2936 CAN NETWORK LAYER
2937 M:      Oliver Hartkopp <[email protected]>
2938 M:      Marc Kleine-Budde <[email protected]>
2939 L:      [email protected]
2940 W:      https://github.com/linux-can
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2943 S:      Maintained
2944 F:      Documentation/networking/can.txt
2945 F:      net/can/
2946 F:      include/linux/can/core.h
2947 F:      include/uapi/linux/can.h
2948 F:      include/uapi/linux/can/bcm.h
2949 F:      include/uapi/linux/can/raw.h
2950 F:      include/uapi/linux/can/gw.h
2951
2952 CAN NETWORK DRIVERS
2953 M:      Wolfgang Grandegger <[email protected]>
2954 M:      Marc Kleine-Budde <[email protected]>
2955 L:      [email protected]
2956 W:      https://github.com/linux-can
2957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2959 S:      Maintained
2960 F:      Documentation/devicetree/bindings/net/can/
2961 F:      drivers/net/can/
2962 F:      include/linux/can/dev.h
2963 F:      include/linux/can/platform/
2964 F:      include/uapi/linux/can/error.h
2965 F:      include/uapi/linux/can/netlink.h
2966
2967 CAPABILITIES
2968 M:      Serge Hallyn <[email protected]>
2969 L:      [email protected]
2970 S:      Supported
2971 F:      include/linux/capability.h
2972 F:      include/uapi/linux/capability.h
2973 F:      security/commoncap.c
2974 F:      kernel/capability.c
2975
2976 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2977 M:      Kevin Tsai <[email protected]>
2978 S:      Maintained
2979 F:      drivers/iio/light/cm*
2980 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2981
2982 CAVIUM I2C DRIVER
2983 M:      Jan Glauber <[email protected]>
2984 M:      David Daney <[email protected]>
2985 W:      http://www.cavium.com
2986 S:      Supported
2987 F:      drivers/i2c/busses/i2c-octeon*
2988 F:      drivers/i2c/busses/i2c-thunderx*
2989
2990 CAVIUM LIQUIDIO NETWORK DRIVER
2991 M:     Derek Chickles <[email protected]>
2992 M:     Satanand Burla <[email protected]>
2993 M:     Felix Manlunas <[email protected]>
2994 M:     Raghu Vatsavayi <[email protected]>
2995 L:     [email protected]
2996 W:     http://www.cavium.com
2997 S:     Supported
2998 F:     drivers/net/ethernet/cavium/liquidio/
2999
3000 CC2520 IEEE-802.15.4 RADIO DRIVER
3001 M:      Varka Bhadram <[email protected]>
3002 L:      [email protected]
3003 S:      Maintained
3004 F:      drivers/net/ieee802154/cc2520.c
3005 F:      include/linux/spi/cc2520.h
3006 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3007
3008 CEC DRIVER
3009 M:      Hans Verkuil <[email protected]>
3010 L:      [email protected]
3011 T:      git git://linuxtv.org/media_tree.git
3012 W:      http://linuxtv.org
3013 S:      Supported
3014 F:      Documentation/media/kapi/cec-core.rst
3015 F:      Documentation/media/uapi/cec
3016 F:      drivers/media/cec/
3017 F:      drivers/media/cec-edid.c
3018 F:      drivers/media/rc/keymaps/rc-cec.c
3019 F:      include/media/cec.h
3020 F:      include/media/cec-edid.h
3021 F:      include/uapi/linux/cec.h
3022 F:      include/uapi/linux/cec-funcs.h
3023
3024 CELL BROADBAND ENGINE ARCHITECTURE
3025 M:      Arnd Bergmann <[email protected]>
3026 L:      [email protected]
3027 W:      http://www.ibm.com/developerworks/power/cell/
3028 S:      Supported
3029 F:      arch/powerpc/include/asm/cell*.h
3030 F:      arch/powerpc/include/asm/spu*.h
3031 F:      arch/powerpc/include/uapi/asm/spu*.h
3032 F:      arch/powerpc/oprofile/*cell*
3033 F:      arch/powerpc/platforms/cell/
3034
3035 CEPH COMMON CODE (LIBCEPH)
3036 M:      Ilya Dryomov <[email protected]>
3037 M:      "Yan, Zheng" <[email protected]>
3038 M:      Sage Weil <[email protected]>
3039 L:      [email protected]
3040 W:      http://ceph.com/
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3042 T:      git git://github.com/ceph/ceph-client.git
3043 S:      Supported
3044 F:      net/ceph/
3045 F:      include/linux/ceph/
3046 F:      include/linux/crush/
3047
3048 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3049 M:      "Yan, Zheng" <[email protected]>
3050 M:      Sage Weil <[email protected]>
3051 M:      Ilya Dryomov <[email protected]>
3052 L:      [email protected]
3053 W:      http://ceph.com/
3054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3055 T:      git git://github.com/ceph/ceph-client.git
3056 S:      Supported
3057 F:      Documentation/filesystems/ceph.txt
3058 F:      fs/ceph/
3059
3060 CERTIFICATE HANDLING:
3061 M:      David Howells <[email protected]>
3062 M:      David Woodhouse <[email protected]>
3063 L:      [email protected]
3064 S:      Maintained
3065 F:      Documentation/module-signing.txt
3066 F:      certs/
3067 F:      scripts/sign-file.c
3068 F:      scripts/extract-cert.c
3069
3070 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3071 L:      [email protected]
3072 S:      Orphan
3073 F:      Documentation/usb/WUSB-Design-overview.txt
3074 F:      Documentation/usb/wusb-cbaf
3075 F:      drivers/usb/host/hwa-hc.c
3076 F:      drivers/usb/host/whci/
3077 F:      drivers/usb/wusbcore/
3078 F:      include/linux/usb/wusb*
3079
3080 HT16K33 LED CONTROLLER DRIVER
3081 M:      Robin van der Gracht <[email protected]>
3082 S:      Maintained
3083 F:      drivers/auxdisplay/ht16k33.c
3084 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3085
3086 CFAG12864B LCD DRIVER
3087 M:      Miguel Ojeda Sandonis <[email protected]>
3088 W:      http://miguelojeda.es/auxdisplay.htm
3089 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3090 S:      Maintained
3091 F:      drivers/auxdisplay/cfag12864b.c
3092 F:      include/linux/cfag12864b.h
3093
3094 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3095 M:      Miguel Ojeda Sandonis <[email protected]>
3096 W:      http://miguelojeda.es/auxdisplay.htm
3097 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3098 S:      Maintained
3099 F:      drivers/auxdisplay/cfag12864bfb.c
3100 F:      include/linux/cfag12864b.h
3101
3102 CFG80211 and NL80211
3103 M:      Johannes Berg <[email protected]>
3104 L:      [email protected]
3105 W:      http://wireless.kernel.org/
3106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3108 S:      Maintained
3109 F:      include/uapi/linux/nl80211.h
3110 F:      include/net/cfg80211.h
3111 F:      net/wireless/*
3112 X:      net/wireless/wext*
3113
3114 CHAR and MISC DRIVERS
3115 M:      Arnd Bergmann <[email protected]>
3116 M:      Greg Kroah-Hartman <[email protected]>
3117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3118 S:      Supported
3119 F:      drivers/char/*
3120 F:      drivers/misc/*
3121 F:      include/linux/miscdevice.h
3122
3123 CHECKPATCH
3124 M:      Andy Whitcroft <[email protected]>
3125 M:      Joe Perches <[email protected]>
3126 S:      Maintained
3127 F:      scripts/checkpatch.pl
3128
3129 CHINESE DOCUMENTATION
3130 M:      Harry Wei <[email protected]>
3131 L:      [email protected] (subscribers-only)
3132 L:      [email protected] (moderated for non-subscribers)
3133 S:      Maintained
3134 F:      Documentation/translations/zh_CN/
3135
3136 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3137 M:      Peter Chen <[email protected]>
3138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3139 L:      [email protected]
3140 S:      Maintained
3141 F:      drivers/usb/chipidea/
3142
3143 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3144 M:      Hans de Goede <[email protected]>
3145 L:      [email protected]
3146 S:      Maintained
3147 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3148 F:      drivers/input/touchscreen/chipone_icn8318.c
3149
3150 CHROME HARDWARE PLATFORM SUPPORT
3151 M:      Olof Johansson <[email protected]>
3152 S:      Maintained
3153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3154 F:      drivers/platform/chrome/
3155
3156 CISCO VIC ETHERNET NIC DRIVER
3157 M:      Christian Benvenuti <[email protected]>
3158 M:      Sujith Sankar <[email protected]>
3159 M:      Govindarajulu Varadarajan <[email protected]>
3160 M:      Neel Patel <[email protected]>
3161 S:      Supported
3162 F:      drivers/net/ethernet/cisco/enic/
3163
3164 CISCO VIC LOW LATENCY NIC DRIVER
3165 M:      Christian Benvenuti <[email protected]>
3166 M:      Dave Goodell <[email protected]>
3167 S:      Supported
3168 F:      drivers/infiniband/hw/usnic/
3169
3170 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3171 M:      Hartley Sweeten <[email protected]>
3172 L:      [email protected]
3173 S:      Maintained
3174 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3175
3176 CIRRUS LOGIC AUDIO CODEC DRIVERS
3177 M:      Brian Austin <[email protected]>
3178 M:      Paul Handrigan <[email protected]>
3179 L:      [email protected] (moderated for non-subscribers)
3180 S:      Maintained
3181 F:      sound/soc/codecs/cs*
3182
3183 CLEANCACHE API
3184 M:      Konrad Rzeszutek Wilk <[email protected]>
3185 L:      [email protected]
3186 S:      Maintained
3187 F:      mm/cleancache.c
3188 F:      include/linux/cleancache.h
3189
3190 CLK API
3191 M:      Russell King <[email protected]>
3192 L:      [email protected]
3193 S:      Maintained
3194 F:      include/linux/clk.h
3195
3196 CLOCKSOURCE, CLOCKEVENT DRIVERS
3197 M:      Daniel Lezcano <[email protected]>
3198 M:      Thomas Gleixner <[email protected]>
3199 L:      [email protected]
3200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3201 S:      Supported
3202 F:      drivers/clocksource
3203
3204 CISCO FCOE HBA DRIVER
3205 M:      Satish Kharat <[email protected]>
3206 M:      Sesidhar Baddela <[email protected]>
3207 M:      Karan Tilak Kumar <[email protected]>
3208 L:      [email protected]
3209 S:      Supported
3210 F:      drivers/scsi/fnic/
3211
3212 CISCO SCSI HBA DRIVER
3213 M:      Karan Tilak Kumar <[email protected]>
3214 M:      Sesidhar Baddela <[email protected]>
3215 L:      [email protected]
3216 S:      Supported
3217 F:      drivers/scsi/snic/
3218
3219 CMPC ACPI DRIVER
3220 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3221 M:      Daniel Oliveira Nascimento <[email protected]>
3222 L:      [email protected]
3223 S:      Supported
3224 F:      drivers/platform/x86/classmate-laptop.c
3225
3226 COBALT MEDIA DRIVER
3227 M:      Hans Verkuil <[email protected]>
3228 L:      [email protected]
3229 T:      git git://linuxtv.org/media_tree.git
3230 W:      https://linuxtv.org
3231 S:      Supported
3232 F:      drivers/media/pci/cobalt/
3233
3234 COCCINELLE/Semantic Patches (SmPL)
3235 M:      Julia Lawall <[email protected]>
3236 M:      Gilles Muller <[email protected]>
3237 M:      Nicolas Palix <[email protected]>
3238 M:      Michal Marek <[email protected]>
3239 L:      [email protected] (moderated for non-subscribers)
3240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3241 W:      http://coccinelle.lip6.fr/
3242 S:      Supported
3243 F:      Documentation/dev-tools/coccinelle.rst
3244 F:      scripts/coccinelle/
3245 F:      scripts/coccicheck
3246
3247 CODA FILE SYSTEM
3248 M:      Jan Harkes <[email protected]>
3249 M:      [email protected]
3250 L:      [email protected]
3251 W:      http://www.coda.cs.cmu.edu/
3252 S:      Maintained
3253 F:      Documentation/filesystems/coda.txt
3254 F:      fs/coda/
3255 F:      include/linux/coda*.h
3256 F:      include/uapi/linux/coda*.h
3257
3258 CODA V4L2 MEM2MEM DRIVER
3259 M:      Philipp Zabel <[email protected]>
3260 L:      [email protected]
3261 S:      Maintained
3262 F:      Documentation/devicetree/bindings/media/coda.txt
3263 F:      drivers/media/platform/coda/
3264
3265 COMMON CLK FRAMEWORK
3266 M:      Michael Turquette <[email protected]>
3267 M:      Stephen Boyd <[email protected]>
3268 L:      [email protected]
3269 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3271 S:      Maintained
3272 F:      Documentation/devicetree/bindings/clock/
3273 F:      drivers/clk/
3274 X:      drivers/clk/clkdev.c
3275 F:      include/linux/clk-pr*
3276 F:      include/linux/clk/
3277
3278 COMMON INTERNET FILE SYSTEM (CIFS)
3279 M:      Steve French <[email protected]>
3280 L:      [email protected]
3281 L:      [email protected] (moderated for non-subscribers)
3282 W:      http://linux-cifs.samba.org/
3283 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3284 S:      Supported
3285 F:      Documentation/filesystems/cifs/
3286 F:      fs/cifs/
3287
3288 COMPACTPCI HOTPLUG CORE
3289 M:      Scott Murray <[email protected]>
3290 L:      [email protected]
3291 S:      Maintained
3292 F:      drivers/pci/hotplug/cpci_hotplug*
3293
3294 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3295 M:      Scott Murray <[email protected]>
3296 L:      [email protected]
3297 S:      Maintained
3298 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3299
3300 COMPACTPCI HOTPLUG GENERIC DRIVER
3301 M:      Scott Murray <[email protected]>
3302 L:      [email protected]
3303 S:      Maintained
3304 F:      drivers/pci/hotplug/cpcihp_generic.c
3305
3306 COMPAL LAPTOP SUPPORT
3307 M:      Cezary Jackiewicz <[email protected]>
3308 L:      [email protected]
3309 S:      Maintained
3310 F:      drivers/platform/x86/compal-laptop.c
3311
3312 CONEXANT ACCESSRUNNER USB DRIVER
3313 L:      [email protected]
3314 W:      http://accessrunner.sourceforge.net/
3315 S:      Orphan
3316 F:      drivers/usb/atm/cxacru.c
3317
3318 CONFIGFS
3319 M:      Joel Becker <[email protected]>
3320 M:      Christoph Hellwig <[email protected]>
3321 T:      git git://git.infradead.org/users/hch/configfs.git
3322 S:      Supported
3323 F:      fs/configfs/
3324 F:      include/linux/configfs.h
3325
3326 CONNECTOR
3327 M:      Evgeniy Polyakov <[email protected]>
3328 L:      [email protected]
3329 S:      Maintained
3330 F:      drivers/connector/
3331
3332 CONTROL GROUP (CGROUP)
3333 M:      Tejun Heo <[email protected]>
3334 M:      Li Zefan <[email protected]>
3335 M:      Johannes Weiner <[email protected]>
3336 L:      [email protected]
3337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3338 S:      Maintained
3339 F:      Documentation/cgroup*
3340 F:      include/linux/cgroup*
3341 F:      kernel/cgroup*
3342
3343 CONTROL GROUP - CPUSET
3344 M:      Li Zefan <[email protected]>
3345 L:      [email protected]
3346 W:      http://www.bullopensource.org/cpuset/
3347 W:      http://oss.sgi.com/projects/cpusets/
3348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3349 S:      Maintained
3350 F:      Documentation/cgroup-v1/cpusets.txt
3351 F:      include/linux/cpuset.h
3352 F:      kernel/cpuset.c
3353
3354 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3355 M:      Johannes Weiner <[email protected]>
3356 M:      Michal Hocko <[email protected]>
3357 M:      Vladimir Davydov <[email protected]>
3358 L:      [email protected]
3359 L:      [email protected]
3360 S:      Maintained
3361 F:      mm/memcontrol.c
3362 F:      mm/swap_cgroup.c
3363
3364 CORETEMP HARDWARE MONITORING DRIVER
3365 M:      Fenghua Yu <[email protected]>
3366 L:      [email protected]
3367 S:      Maintained
3368 F:      Documentation/hwmon/coretemp
3369 F:      drivers/hwmon/coretemp.c
3370
3371 COSA/SRP SYNC SERIAL DRIVER
3372 M:      Jan "Yenya" Kasprzak <[email protected]>
3373 W:      http://www.fi.muni.cz/~kas/cosa/
3374 S:      Maintained
3375 F:      drivers/net/wan/cosa*
3376
3377 CPMAC ETHERNET DRIVER
3378 M:      Florian Fainelli <[email protected]>
3379 L:      [email protected]
3380 S:      Maintained
3381 F:      drivers/net/ethernet/ti/cpmac.c
3382
3383 CPU FREQUENCY DRIVERS
3384 M:      "Rafael J. Wysocki" <[email protected]>
3385 M:      Viresh Kumar <[email protected]>
3386 L:      [email protected]
3387 S:      Maintained
3388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3389 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3390 B:      https://bugzilla.kernel.org
3391 F:      Documentation/cpu-freq/
3392 F:      drivers/cpufreq/
3393 F:      include/linux/cpufreq.h
3394
3395 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3396 M:      Viresh Kumar <[email protected]>
3397 M:      Sudeep Holla <[email protected]>
3398 L:      [email protected]
3399 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3400 S:      Maintained
3401 F:      drivers/cpufreq/arm_big_little.h
3402 F:      drivers/cpufreq/arm_big_little.c
3403 F:      drivers/cpufreq/arm_big_little_dt.c
3404
3405 CPUIDLE DRIVER - ARM BIG LITTLE
3406 M:      Lorenzo Pieralisi <[email protected]>
3407 M:      Daniel Lezcano <[email protected]>
3408 L:      [email protected]
3409 L:      [email protected]
3410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3411 S:      Maintained
3412 F:      drivers/cpuidle/cpuidle-big_little.c
3413
3414 CPUIDLE DRIVER - ARM EXYNOS
3415 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3416 M:      Daniel Lezcano <[email protected]>
3417 M:      Kukjin Kim <[email protected]>
3418 L:      [email protected]
3419 L:      [email protected]
3420 S:      Supported
3421 F:      drivers/cpuidle/cpuidle-exynos.c
3422 F:      arch/arm/mach-exynos/pm.c
3423
3424 CPUIDLE DRIVERS
3425 M:      "Rafael J. Wysocki" <[email protected]>
3426 M:      Daniel Lezcano <[email protected]>
3427 L:      [email protected]
3428 S:      Maintained
3429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3430 B:      https://bugzilla.kernel.org
3431 F:      drivers/cpuidle/*
3432 F:      include/linux/cpuidle.h
3433
3434 CPUID/MSR DRIVER
3435 M:      "H. Peter Anvin" <[email protected]>
3436 S:      Maintained
3437 F:      arch/x86/kernel/cpuid.c
3438 F:      arch/x86/kernel/msr.c
3439
3440 CPU POWER MONITORING SUBSYSTEM
3441 M:      Thomas Renninger <[email protected]>
3442 L:      [email protected]
3443 S:      Maintained
3444 F:      tools/power/cpupower/
3445
3446 CRAMFS FILESYSTEM
3447 W:      http://sourceforge.net/projects/cramfs/
3448 S:      Orphan / Obsolete
3449 F:      Documentation/filesystems/cramfs.txt
3450 F:      fs/cramfs/
3451
3452 CRIS PORT
3453 M:      Mikael Starvik <[email protected]>
3454 M:      Jesper Nilsson <[email protected]>
3455 L:      [email protected]
3456 W:      http://developer.axis.com
3457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3458 S:      Maintained
3459 F:      arch/cris/
3460 F:      drivers/tty/serial/crisv10.*
3461
3462 CRYPTO API
3463 M:      Herbert Xu <[email protected]>
3464 M:      "David S. Miller" <[email protected]>
3465 L:      [email protected]
3466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3468 S:      Maintained
3469 F:      Documentation/crypto/
3470 F:      Documentation/devicetree/bindings/crypto/
3471 F:      Documentation/DocBook/crypto-API.tmpl
3472 F:      arch/*/crypto/
3473 F:      crypto/
3474 F:      drivers/crypto/
3475 F:      include/crypto/
3476 F:      include/linux/crypto*
3477
3478 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3479 M:      Neil Horman <[email protected]>
3480 L:      [email protected]
3481 S:      Maintained
3482 F:      crypto/ansi_cprng.c
3483 F:      crypto/rng.c
3484
3485 CS3308 MEDIA DRIVER
3486 M:      Hans Verkuil <[email protected]>
3487 L:      [email protected]
3488 T:      git git://linuxtv.org/media_tree.git
3489 W:      http://linuxtv.org
3490 S:      Odd Fixes
3491 F:      drivers/media/i2c/cs3308.c
3492 F:      drivers/media/i2c/cs3308.h
3493
3494 CS5535 Audio ALSA driver
3495 M:      Jaya Kumar <[email protected]>
3496 S:      Maintained
3497 F:      sound/pci/cs5535audio/
3498
3499 CW1200 WLAN driver
3500 M:      Solomon Peachy <[email protected]>
3501 S:      Maintained
3502 F:      drivers/net/wireless/st/cw1200/
3503
3504 CX18 VIDEO4LINUX DRIVER
3505 M:      Andy Walls <[email protected]>
3506 L:      [email protected] (subscribers-only)
3507 L:      [email protected]
3508 T:      git git://linuxtv.org/media_tree.git
3509 W:      https://linuxtv.org
3510 W:      http://www.ivtvdriver.org/index.php/Cx18
3511 S:      Maintained
3512 F:      Documentation/media/v4l-drivers/cx18*
3513 F:      drivers/media/pci/cx18/
3514 F:      include/uapi/linux/ivtv*
3515
3516 CX2341X MPEG ENCODER HELPER MODULE
3517 M:      Hans Verkuil <[email protected]>
3518 L:      [email protected]
3519 T:      git git://linuxtv.org/media_tree.git
3520 W:      https://linuxtv.org
3521 S:      Maintained
3522 F:      drivers/media/common/cx2341x*
3523 F:      include/media/cx2341x*
3524
3525 CX24120 MEDIA DRIVER
3526 M:      Jemma Denson <[email protected]>
3527 M:      Patrick Boettcher <[email protected]>
3528 L:      [email protected]
3529 W:      https://linuxtv.org
3530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3531 S:      Maintained
3532 F:      drivers/media/dvb-frontends/cx24120*
3533
3534 CX88 VIDEO4LINUX DRIVER
3535 M:      Mauro Carvalho Chehab <[email protected]>
3536 M:      Mauro Carvalho Chehab <[email protected]>
3537 L:      [email protected]
3538 W:      https://linuxtv.org
3539 T:      git git://linuxtv.org/media_tree.git
3540 S:      Odd fixes
3541 F:      Documentation/media/v4l-drivers/cx88*
3542 F:      drivers/media/pci/cx88/
3543
3544 CXD2820R MEDIA DRIVER
3545 M:      Antti Palosaari <[email protected]>
3546 L:      [email protected]
3547 W:      https://linuxtv.org
3548 W:      http://palosaari.fi/linux/
3549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3550 T:      git git://linuxtv.org/anttip/media_tree.git
3551 S:      Maintained
3552 F:      drivers/media/dvb-frontends/cxd2820r*
3553
3554 CXGB3 ETHERNET DRIVER (CXGB3)
3555 M:      Santosh Raspatur <[email protected]>
3556 L:      [email protected]
3557 W:      http://www.chelsio.com
3558 S:      Supported
3559 F:      drivers/net/ethernet/chelsio/cxgb3/
3560
3561 CXGB3 ISCSI DRIVER (CXGB3I)
3562 M:      Karen Xie <[email protected]>
3563 L:      [email protected]
3564 W:      http://www.chelsio.com
3565 S:      Supported
3566 F:      drivers/scsi/cxgbi/cxgb3i
3567
3568 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3569 M:      Steve Wise <[email protected]>
3570 L:      [email protected]
3571 W:      http://www.openfabrics.org
3572 S:      Supported
3573 F:      drivers/infiniband/hw/cxgb3/
3574 F:      include/uapi/rdma/cxgb3-abi.h
3575
3576 CXGB4 ETHERNET DRIVER (CXGB4)
3577 M:      Ganesh Goudar <[email protected]>
3578 L:      [email protected]
3579 W:      http://www.chelsio.com
3580 S:      Supported
3581 F:      drivers/net/ethernet/chelsio/cxgb4/
3582
3583 CXGB4 ISCSI DRIVER (CXGB4I)
3584 M:      Karen Xie <[email protected]>
3585 L:      [email protected]
3586 W:      http://www.chelsio.com
3587 S:      Supported
3588 F:      drivers/scsi/cxgbi/cxgb4i
3589
3590 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3591 M:      Steve Wise <[email protected]>
3592 L:      [email protected]
3593 W:      http://www.openfabrics.org
3594 S:      Supported
3595 F:      drivers/infiniband/hw/cxgb4/
3596 F:      include/uapi/rdma/cxgb4-abi.h
3597
3598 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3599 M:      Casey Leedom <[email protected]>
3600 L:      [email protected]
3601 W:      http://www.chelsio.com
3602 S:      Supported
3603 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3604
3605 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3606 M:      Ian Munsie <[email protected]>
3607 M:      Frederic Barrat <[email protected]>
3608 L:      [email protected]
3609 S:      Supported
3610 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3611 F:      drivers/misc/cxl/
3612 F:      include/misc/cxl*
3613 F:      include/uapi/misc/cxl.h
3614 F:      Documentation/powerpc/cxl.txt
3615 F:      Documentation/ABI/testing/sysfs-class-cxl
3616
3617 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3618 M:      Manoj N. Kumar <[email protected]>
3619 M:      Matthew R. Ochs <[email protected]>
3620 M:      Uma Krishnan <[email protected]>
3621 L:      [email protected]
3622 S:      Supported
3623 F:      drivers/scsi/cxlflash/
3624 F:      include/uapi/scsi/cxlflash_ioctls.h
3625 F:      Documentation/powerpc/cxlflash.txt
3626
3627 STMMAC ETHERNET DRIVER
3628 M:      Giuseppe Cavallaro <[email protected]>
3629 M:      Alexandre Torgue <[email protected]>
3630 L:      [email protected]
3631 W:      http://www.stlinux.com
3632 S:      Supported
3633 F:      drivers/net/ethernet/stmicro/stmmac/
3634
3635 CYBERPRO FB DRIVER
3636 M:      Russell King <[email protected]>
3637 L:      [email protected] (moderated for non-subscribers)
3638 W:      http://www.armlinux.org.uk/
3639 S:      Maintained
3640 F:      drivers/video/fbdev/cyber2000fb.*
3641
3642 CYCLADES ASYNC MUX DRIVER
3643 W:      http://www.cyclades.com/
3644 S:      Orphan
3645 F:      drivers/tty/cyclades.c
3646 F:      include/linux/cyclades.h
3647 F:      include/uapi/linux/cyclades.h
3648
3649 CYCLADES PC300 DRIVER
3650 W:      http://www.cyclades.com/
3651 S:      Orphan
3652 F:      drivers/net/wan/pc300*
3653
3654 CYPRESS_FIRMWARE MEDIA DRIVER
3655 M:      Antti Palosaari <[email protected]>
3656 L:      [email protected]
3657 W:      https://linuxtv.org
3658 W:      http://palosaari.fi/linux/
3659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3660 T:      git git://linuxtv.org/anttip/media_tree.git
3661 S:      Maintained
3662 F:      drivers/media/common/cypress_firmware*
3663
3664 CYTTSP TOUCHSCREEN DRIVER
3665 M:      Ferruh Yigit <[email protected]>
3666 L:      [email protected]
3667 S:      Supported
3668 F:      drivers/input/touchscreen/cyttsp*
3669 F:      include/linux/input/cyttsp.h
3670
3671 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3672 M:      Joshua Kinard <[email protected]>
3673 S:      Maintained
3674 F:      drivers/rtc/rtc-ds1685.c
3675 F:      include/linux/rtc/ds1685.h
3676
3677 DAMA SLAVE for AX.25
3678 M:      Joerg Reuter <[email protected]>
3679 W:      http://yaina.de/jreuter/
3680 W:      http://www.qsl.net/dl1bke/
3681 L:      [email protected]
3682 S:      Maintained
3683 F:      net/ax25/af_ax25.c
3684 F:      net/ax25/ax25_dev.c
3685 F:      net/ax25/ax25_ds_*
3686 F:      net/ax25/ax25_in.c
3687 F:      net/ax25/ax25_out.c
3688 F:      net/ax25/ax25_timer.c
3689 F:      net/ax25/sysctl_net_ax25.c
3690
3691 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3692 L:      [email protected]
3693 S:      Orphan
3694 F:      Documentation/networking/dmfe.txt
3695 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3696
3697 DC390/AM53C974 SCSI driver
3698 M:      Hannes Reinecke <[email protected]>
3699 L:      [email protected]
3700 S:      Maintained
3701 F:      drivers/scsi/am53c974.c
3702
3703 DC395x SCSI driver
3704 M:      Oliver Neukum <[email protected]>
3705 M:      Ali Akcaagac <[email protected]>
3706 M:      Jamie Lenehan <[email protected]>
3707 L:      [email protected]
3708 W:      http://twibble.org/dist/dc395x/
3709 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3710 S:      Maintained
3711 F:      Documentation/scsi/dc395x.txt
3712 F:      drivers/scsi/dc395x.*
3713
3714 DCCP PROTOCOL
3715 M:      Gerrit Renker <[email protected]>
3716 L:      [email protected]
3717 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3718 S:      Maintained
3719 F:      include/linux/dccp.h
3720 F:      include/uapi/linux/dccp.h
3721 F:      include/linux/tfrc.h
3722 F:      net/dccp/
3723
3724 DECnet NETWORK LAYER
3725 W:      http://linux-decnet.sourceforge.net
3726 L:      [email protected]
3727 S:      Orphan
3728 F:      Documentation/networking/decnet.txt
3729 F:      net/decnet/
3730
3731 DECSTATION PLATFORM SUPPORT
3732 M:      "Maciej W. Rozycki" <[email protected]>
3733 L:      [email protected]
3734 W:      http://www.linux-mips.org/wiki/DECstation
3735 S:      Maintained
3736 F:      arch/mips/dec/
3737 F:      arch/mips/include/asm/dec/
3738 F:      arch/mips/include/asm/mach-dec/
3739
3740 DEFXX FDDI NETWORK DRIVER
3741 M:      "Maciej W. Rozycki" <[email protected]>
3742 S:      Maintained
3743 F:      drivers/net/fddi/defxx.*
3744
3745 DELL LAPTOP DRIVER
3746 M:      Matthew Garrett <[email protected]>
3747 M:      Pali Rohár <[email protected]>
3748 L:      [email protected]
3749 S:      Maintained
3750 F:      drivers/platform/x86/dell-laptop.c
3751
3752 DELL LAPTOP RBTN DRIVER
3753 M:      Pali Rohár <[email protected]>
3754 S:      Maintained
3755 F:      drivers/platform/x86/dell-rbtn.*
3756
3757 DELL LAPTOP FREEFALL DRIVER
3758 M:      Pali Rohár <[email protected]>
3759 S:      Maintained
3760 F:      drivers/platform/x86/dell-smo8800.c
3761
3762 DELL LAPTOP SMM DRIVER
3763 M:      Pali Rohár <[email protected]>
3764 S:      Maintained
3765 F:      drivers/hwmon/dell-smm-hwmon.c
3766 F:      include/uapi/linux/i8k.h
3767
3768 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3769 M:      Doug Warzecha <[email protected]>
3770 S:      Maintained
3771 F:      Documentation/dcdbas.txt
3772 F:      drivers/firmware/dcdbas.*
3773
3774 DELL WMI EXTRAS DRIVER
3775 M:      Matthew Garrett <[email protected]>
3776 M:      Pali Rohár <[email protected]>
3777 S:      Maintained
3778 F:      drivers/platform/x86/dell-wmi.c
3779
3780 DESIGNWARE USB2 DRD IP DRIVER
3781 M:      John Youn <[email protected]>
3782 L:      [email protected]
3783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3784 S:      Maintained
3785 F:      drivers/usb/dwc2/
3786
3787 DESIGNWARE USB3 DRD IP DRIVER
3788 M:      Felipe Balbi <[email protected]>
3789 L:      [email protected]
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3791 S:      Maintained
3792 F:      drivers/usb/dwc3/
3793
3794 DEVICE COREDUMP (DEV_COREDUMP)
3795 M:      Johannes Berg <[email protected]>
3796 L:      [email protected]
3797 S:      Maintained
3798 F:      drivers/base/devcoredump.c
3799 F:      include/linux/devcoredump.h
3800
3801 DEVICE FREQUENCY (DEVFREQ)
3802 M:      MyungJoo Ham <[email protected]>
3803 M:      Kyungmin Park <[email protected]>
3804 R:      Chanwoo Choi <[email protected]>
3805 L:      [email protected]
3806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3807 S:      Maintained
3808 F:      drivers/devfreq/
3809 F:      include/linux/devfreq.h
3810 F:      Documentation/devicetree/bindings/devfreq/
3811
3812 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3813 M:      Chanwoo Choi <[email protected]>
3814 L:      [email protected]
3815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3816 S:      Supported
3817 F:      drivers/devfreq/event/
3818 F:      drivers/devfreq/devfreq-event.c
3819 F:      include/linux/devfreq-event.h
3820 F:      Documentation/devicetree/bindings/devfreq/event/
3821
3822 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3823 M:      Chanwoo Choi <[email protected]>
3824 L:      [email protected]
3825 L:      [email protected]
3826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3827 S:      Maintained
3828 F:      drivers/devfreq/exynos-bus.c
3829 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3830
3831 DEVICE NUMBER REGISTRY
3832 M:      Torben Mathiasen <[email protected]>
3833 W:      http://lanana.org/docs/device-list/index.html
3834 S:      Maintained
3835
3836 DEVICE-MAPPER  (LVM)
3837 M:      Alasdair Kergon <[email protected]>
3838 M:      Mike Snitzer <[email protected]>
3839 M:      [email protected]
3840 L:      [email protected]
3841 W:      http://sources.redhat.com/dm
3842 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3844 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3845 S:      Maintained
3846 F:      Documentation/device-mapper/
3847 F:      drivers/md/dm*
3848 F:      drivers/md/persistent-data/
3849 F:      include/linux/device-mapper.h
3850 F:      include/linux/dm-*.h
3851 F:      include/uapi/linux/dm-*.h
3852
3853 DEVLINK
3854 M:      Jiri Pirko <[email protected]>
3855 L:      [email protected]
3856 S:      Supported
3857 F:      net/core/devlink.c
3858 F:      include/net/devlink.h
3859 F:      include/uapi/linux/devlink.h
3860
3861 DIALOG SEMICONDUCTOR DRIVERS
3862 M:      Support Opensource <[email protected]>
3863 W:      http://www.dialog-semiconductor.com/products
3864 S:      Supported
3865 F:      Documentation/hwmon/da90??
3866 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3867 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3868 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3869 F:      drivers/gpio/gpio-da90??.c
3870 F:      drivers/hwmon/da90??-hwmon.c
3871 F:      drivers/iio/adc/da91??-*.c
3872 F:      drivers/input/misc/da90??_onkey.c
3873 F:      drivers/input/touchscreen/da9052_tsi.c
3874 F:      drivers/leds/leds-da90??.c
3875 F:      drivers/mfd/da903x.c
3876 F:      drivers/mfd/da90??-*.c
3877 F:      drivers/mfd/da91??-*.c
3878 F:      drivers/power/supply/da9052-battery.c
3879 F:      drivers/power/supply/da91??-*.c
3880 F:      drivers/regulator/da903x.c
3881 F:      drivers/regulator/da9???-regulator.[ch]
3882 F:      drivers/rtc/rtc-da90??.c
3883 F:      drivers/video/backlight/da90??_bl.c
3884 F:      drivers/watchdog/da90??_wdt.c
3885 F:      include/linux/mfd/da903x.h
3886 F:      include/linux/mfd/da9052/
3887 F:      include/linux/mfd/da9055/
3888 F:      include/linux/mfd/da9062/
3889 F:      include/linux/mfd/da9063/
3890 F:      include/linux/mfd/da9150/
3891 F:      include/linux/regulator/da9211.h
3892 F:      include/sound/da[79]*.h
3893 F:      sound/soc/codecs/da[79]*.[ch]
3894
3895 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3896 M:      William Breathitt Gray <[email protected]>
3897 L:      [email protected]
3898 S:      Maintained
3899 F:      drivers/gpio/gpio-gpio-mm.c
3900
3901 DIGI NEO AND CLASSIC PCI PRODUCTS
3902 M:      Lidza Louina <[email protected]>
3903 M:      Mark Hounschell <[email protected]>
3904 L:      [email protected]
3905 S:      Maintained
3906 F:      drivers/staging/dgnc/
3907
3908 DIOLAN U2C-12 I2C DRIVER
3909 M:      Guenter Roeck <[email protected]>
3910 L:      [email protected]
3911 S:      Maintained
3912 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3913
3914 DIRECT ACCESS (DAX)
3915 M:      Matthew Wilcox <[email protected]>
3916 L:      [email protected]
3917 S:      Supported
3918 F:      fs/dax.c
3919
3920 DIRECTORY NOTIFICATION (DNOTIFY)
3921 M:      Eric Paris <[email protected]>
3922 S:      Maintained
3923 F:      Documentation/filesystems/dnotify.txt
3924 F:      fs/notify/dnotify/
3925 F:      include/linux/dnotify.h
3926
3927 DISK GEOMETRY AND PARTITION HANDLING
3928 M:      Andries Brouwer <[email protected]>
3929 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3930 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3931 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3932 S:      Maintained
3933
3934 DISKQUOTA
3935 M:      Jan Kara <[email protected]>
3936 S:      Maintained
3937 F:      Documentation/filesystems/quota.txt
3938 F:      fs/quota/
3939 F:      include/linux/quota*.h
3940 F:      include/uapi/linux/quota*.h
3941
3942 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3943 M:      Bernie Thompson <[email protected]>
3944 L:      [email protected]
3945 S:      Maintained
3946 W:      http://plugable.com/category/projects/udlfb/
3947 F:      drivers/video/fbdev/udlfb.c
3948 F:      include/video/udlfb.h
3949 F:      Documentation/fb/udlfb.txt
3950
3951 DISTRIBUTED LOCK MANAGER (DLM)
3952 M:      Christine Caulfield <[email protected]>
3953 M:      David Teigland <[email protected]>
3954 L:      [email protected]
3955 W:      http://sources.redhat.com/cluster/
3956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3957 S:      Supported
3958 F:      fs/dlm/
3959
3960 DMA BUFFER SHARING FRAMEWORK
3961 M:      Sumit Semwal <[email protected]>
3962 S:      Maintained
3963 L:      [email protected]
3964 L:      [email protected]
3965 L:      [email protected] (moderated for non-subscribers)
3966 F:      drivers/dma-buf/
3967 F:      include/linux/dma-buf*
3968 F:      include/linux/reservation.h
3969 F:      include/linux/*fence.h
3970 F:      Documentation/dma-buf-sharing.txt
3971 T:      git git://anongit.freedesktop.org/drm/drm-misc
3972
3973 SYNC FILE FRAMEWORK
3974 M:      Sumit Semwal <[email protected]>
3975 R:      Gustavo Padovan <[email protected]>
3976 S:      Maintained
3977 L:      [email protected]
3978 L:      [email protected]
3979 F:      drivers/dma-buf/sync_*
3980 F:      drivers/dma-buf/sw_sync.c
3981 F:      include/linux/sync_file.h
3982 F:      include/uapi/linux/sync_file.h
3983 F:      Documentation/sync_file.txt
3984 T:      git git://anongit.freedesktop.org/drm/drm-misc
3985
3986 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3987 M:      Vinod Koul <[email protected]>
3988 L:      [email protected]
3989 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3990 S:      Maintained
3991 F:      drivers/dma/
3992 F:      include/linux/dmaengine.h
3993 F:      Documentation/devicetree/bindings/dma/
3994 F:      Documentation/dmaengine/
3995 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3996
3997 DME1737 HARDWARE MONITOR DRIVER
3998 M:      Juerg Haefliger <[email protected]>
3999 L:      [email protected]
4000 S:      Maintained
4001 F:      Documentation/hwmon/dme1737
4002 F:      drivers/hwmon/dme1737.c
4003
4004 DMI/SMBIOS SUPPORT
4005 M:      Jean Delvare <[email protected]>
4006 S:      Maintained
4007 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4008 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4009 F:      drivers/firmware/dmi-id.c
4010 F:      drivers/firmware/dmi_scan.c
4011 F:      include/linux/dmi.h
4012
4013 DOCUMENTATION
4014 M:      Jonathan Corbet <[email protected]>
4015 L:      [email protected]
4016 S:      Maintained
4017 F:      Documentation/
4018 F:      scripts/docproc.c
4019 F:      scripts/kernel-doc*
4020 X:      Documentation/ABI/
4021 X:      Documentation/devicetree/
4022 X:      Documentation/acpi
4023 X:      Documentation/power
4024 X:      Documentation/spi
4025 X:      Documentation/media
4026 T:      git git://git.lwn.net/linux.git docs-next
4027
4028 DOUBLETALK DRIVER
4029 M:      "James R. Van Zandt" <[email protected]>
4030 L:      [email protected]
4031 S:      Maintained
4032 F:      drivers/char/dtlk.c
4033 F:      include/linux/dtlk.h
4034
4035 DPT_I2O SCSI RAID DRIVER
4036 M:      Adaptec OEM Raid Solutions <[email protected]>
4037 L:      [email protected]
4038 W:      http://www.adaptec.com/
4039 S:      Maintained
4040 F:      drivers/scsi/dpt*
4041 F:      drivers/scsi/dpt/
4042
4043 DRBD DRIVER
4044 M:      Philipp Reisner <[email protected]>
4045 M:      Lars Ellenberg <[email protected]>
4046 L:      [email protected]
4047 W:      http://www.drbd.org
4048 T:      git git://git.linbit.com/linux-drbd.git
4049 T:      git git://git.linbit.com/drbd-8.4.git
4050 S:      Supported
4051 F:      drivers/block/drbd/
4052 F:      lib/lru_cache.c
4053 F:      Documentation/blockdev/drbd/
4054
4055 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4056 M:      Greg Kroah-Hartman <[email protected]>
4057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4058 S:      Supported
4059 F:      Documentation/kobject.txt
4060 F:      drivers/base/
4061 F:      fs/debugfs/
4062 F:      fs/kernfs/
4063 F:      fs/sysfs/
4064 F:      include/linux/debugfs.h
4065 F:      include/linux/kobj*
4066 F:      lib/kobj*
4067
4068 DRM DRIVERS
4069 M:      David Airlie <[email protected]>
4070 L:      [email protected]
4071 T:      git git://people.freedesktop.org/~airlied/linux
4072 B:      https://bugs.freedesktop.org/
4073 C:      irc://chat.freenode.net/dri-devel
4074 S:      Maintained
4075 F:      drivers/gpu/drm/
4076 F:      drivers/gpu/vga/
4077 F:      Documentation/devicetree/bindings/display/
4078 F:      Documentation/devicetree/bindings/gpu/
4079 F:      Documentation/devicetree/bindings/video/
4080 F:      Documentation/gpu/
4081 F:      include/drm/
4082 F:      include/uapi/drm/
4083
4084 DRM DRIVERS AND MISC GPU PATCHES
4085 M:      Daniel Vetter <[email protected]>
4086 M:      Jani Nikula <[email protected]>
4087 M:      Sean Paul <[email protected]>
4088 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4089 S:      Maintained
4090 T:      git git://anongit.freedesktop.org/drm/drm-misc
4091 F:      Documentation/gpu/
4092 F:      drivers/gpu/vga/
4093 F:      drivers/gpu/drm/*
4094 F:      include/drm/drm*
4095 F:      include/uapi/drm/drm*
4096
4097 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4098 M:      Dave Airlie <[email protected]>
4099 S:      Odd Fixes
4100 F:      drivers/gpu/drm/ast/
4101
4102 DRM DRIVERS FOR BRIDGE CHIPS
4103 M:      Archit Taneja <[email protected]>
4104 S:      Maintained
4105 T:      git git://anongit.freedesktop.org/drm/drm-misc
4106 F:      drivers/gpu/drm/bridge/
4107
4108 DRM DRIVER FOR BOCHS VIRTUAL GPU
4109 M:      Gerd Hoffmann <[email protected]>
4110 L:      [email protected]
4111 T:      git git://git.kraxel.org/linux drm-qemu
4112 S:      Maintained
4113 F:      drivers/gpu/drm/bochs/
4114
4115 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4116 M:      Dave Airlie <[email protected]>
4117 M:      Gerd Hoffmann <[email protected]>
4118 L:      [email protected]
4119 T:      git git://git.kraxel.org/linux drm-qemu
4120 S:      Obsolete
4121 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4122 F:      drivers/gpu/drm/cirrus/
4123
4124 RADEON and AMDGPU DRM DRIVERS
4125 M:      Alex Deucher <[email protected]>
4126 M:      Christian König <[email protected]>
4127 L:      [email protected]
4128 T:      git git://people.freedesktop.org/~agd5f/linux
4129 S:      Supported
4130 F:      drivers/gpu/drm/radeon/
4131 F:      include/uapi/drm/radeon_drm.h
4132 F:      drivers/gpu/drm/amd/
4133 F:      include/uapi/drm/amdgpu_drm.h
4134
4135 DRM PANEL DRIVERS
4136 M:      Thierry Reding <[email protected]>
4137 L:      [email protected]
4138 T:      git git://anongit.freedesktop.org/tegra/linux.git
4139 S:      Maintained
4140 F:      drivers/gpu/drm/drm_panel.c
4141 F:      drivers/gpu/drm/panel/
4142 F:      include/drm/drm_panel.h
4143 F:      Documentation/devicetree/bindings/display/panel/
4144
4145 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4146 M:      Daniel Vetter <[email protected]>
4147 M:      Jani Nikula <[email protected]>
4148 L:      [email protected]
4149 W:      https://01.org/linuxgraphics/
4150 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4151 C:      irc://chat.freenode.net/intel-gfx
4152 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4153 T:      git git://anongit.freedesktop.org/drm-intel
4154 S:      Supported
4155 F:      drivers/gpu/drm/i915/
4156 F:      include/drm/i915*
4157 F:      include/uapi/drm/i915_drm.h
4158 F:      Documentation/gpu/i915.rst
4159
4160 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4161 M:      Zhenyu Wang <[email protected]>
4162 M:      Zhi Wang <[email protected]>
4163 L:      [email protected]
4164 L:      [email protected]
4165 W:      https://01.org/igvt-g
4166 T:      git https://github.com/01org/gvt-linux.git
4167 S:      Supported
4168 F:      drivers/gpu/drm/i915/gvt/
4169
4170 DRM DRIVERS FOR ATMEL HLCDC
4171 M:      Boris Brezillon <[email protected]>
4172 L:      [email protected]
4173 S:      Supported
4174 F:      drivers/gpu/drm/atmel-hlcdc/
4175 F:      Documentation/devicetree/bindings/drm/atmel/
4176
4177 DRM DRIVERS FOR ALLWINNER A10
4178 M:      Maxime Ripard  <[email protected]>
4179 L:      [email protected]
4180 S:      Supported
4181 F:      drivers/gpu/drm/sun4i/
4182 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4183
4184 DRM DRIVERS FOR AMLOGIC SOCS
4185 M:      Neil Armstrong <[email protected]>
4186 L:      [email protected]
4187 L:      [email protected]
4188 W:      http://linux-meson.com/
4189 S:      Supported
4190 F:      drivers/gpu/drm/meson/
4191 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4192
4193 DRM DRIVERS FOR EXYNOS
4194 M:      Inki Dae <[email protected]>
4195 M:      Joonyoung Shim <[email protected]>
4196 M:      Seung-Woo Kim <[email protected]>
4197 M:      Kyungmin Park <[email protected]>
4198 L:      [email protected]
4199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4200 S:      Supported
4201 F:      drivers/gpu/drm/exynos/
4202 F:      include/uapi/drm/exynos_drm.h
4203 F:      Documentation/devicetree/bindings/display/exynos/
4204
4205 DRM DRIVERS FOR FREESCALE DCU
4206 M:      Stefan Agner <[email protected]>
4207 M:      Alison Wang <[email protected]>
4208 L:      [email protected]
4209 S:      Supported
4210 F:      drivers/gpu/drm/fsl-dcu/
4211 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4212 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4213 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4214
4215 DRM DRIVERS FOR FREESCALE IMX
4216 M:      Philipp Zabel <[email protected]>
4217 L:      [email protected]
4218 S:      Maintained
4219 F:      drivers/gpu/drm/imx/
4220 F:      drivers/gpu/ipu-v3/
4221 F:      Documentation/devicetree/bindings/display/imx/
4222
4223 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4224 M:      Patrik Jakobsson <[email protected]>
4225 L:      [email protected]
4226 T:      git git://github.com/patjak/drm-gma500
4227 S:      Maintained
4228 F:      drivers/gpu/drm/gma500/
4229
4230 DRM DRIVERS FOR HISILICON
4231 M:      Xinliang Liu <[email protected]>
4232 M:      Rongrong Zou <[email protected]>
4233 R:      Xinwei Kong <[email protected]>
4234 R:      Chen Feng <[email protected]>
4235 L:      [email protected]
4236 T:      git git://github.com/xin3liang/linux.git
4237 S:      Maintained
4238 F:      drivers/gpu/drm/hisilicon/
4239 F:      Documentation/devicetree/bindings/display/hisilicon/
4240
4241 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4242 S:      Orphan / Obsolete
4243 F:      drivers/gpu/drm/i810/
4244 F:      include/uapi/drm/i810_drm.h
4245
4246 DRM DRIVERS FOR MEDIATEK
4247 M:      CK Hu <[email protected]>
4248 M:      Philipp Zabel <[email protected]>
4249 L:      [email protected]
4250 S:      Supported
4251 F:      drivers/gpu/drm/mediatek/
4252 F:      Documentation/devicetree/bindings/display/mediatek/
4253
4254 DRM DRIVER FOR MSM ADRENO GPU
4255 M:      Rob Clark <[email protected]>
4256 L:      [email protected]
4257 L:      [email protected]
4258 L:      [email protected]
4259 T:      git git://people.freedesktop.org/~robclark/linux
4260 S:      Maintained
4261 F:      drivers/gpu/drm/msm/
4262 F:      include/uapi/drm/msm_drm.h
4263 F:      Documentation/devicetree/bindings/display/msm/
4264
4265 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4266 M:      Ben Skeggs <[email protected]>
4267 L:      [email protected]
4268 L:      [email protected]
4269 T:      git git://github.com/skeggsb/linux
4270 S:      Supported
4271 F:      drivers/gpu/drm/nouveau/
4272 F:      include/uapi/drm/nouveau_drm.h
4273
4274 DRM DRIVERS FOR NVIDIA TEGRA
4275 M:      Thierry Reding <[email protected]>
4276 L:      [email protected]
4277 L:      [email protected]
4278 T:      git git://anongit.freedesktop.org/tegra/linux.git
4279 S:      Supported
4280 F:      drivers/gpu/drm/tegra/
4281 F:      drivers/gpu/host1x/
4282 F:      include/linux/host1x.h
4283 F:      include/uapi/drm/tegra_drm.h
4284 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4285
4286 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4287 S:      Orphan / Obsolete
4288 F:      drivers/gpu/drm/mga/
4289 F:      include/uapi/drm/mga_drm.h
4290
4291 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4292 M:      Dave Airlie <[email protected]>
4293 S:      Odd Fixes
4294 F:      drivers/gpu/drm/mgag200/
4295
4296 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4297 S:      Orphan / Obsolete
4298 F:      drivers/gpu/drm/r128/
4299 F:      include/uapi/drm/r128_drm.h
4300
4301 DRM DRIVERS FOR RENESAS
4302 M:      Laurent Pinchart <[email protected]>
4303 L:      [email protected]
4304 L:      [email protected]
4305 T:      git git://linuxtv.org/pinchartl/fbdev
4306 S:      Supported
4307 F:      drivers/gpu/drm/rcar-du/
4308 F:      drivers/gpu/drm/shmobile/
4309 F:      include/linux/platform_data/shmob_drm.h
4310 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4311
4312 DRM DRIVER FOR QXL VIRTUAL GPU
4313 M:      Dave Airlie <[email protected]>
4314 M:      Gerd Hoffmann <[email protected]>
4315 L:      [email protected]
4316 T:      git git://git.kraxel.org/linux drm-qemu
4317 S:      Maintained
4318 F:      drivers/gpu/drm/qxl/
4319 F:      include/uapi/drm/qxl_drm.h
4320
4321 DRM DRIVERS FOR ROCKCHIP
4322 M:      Mark Yao <[email protected]>
4323 L:      [email protected]
4324 S:      Maintained
4325 F:      drivers/gpu/drm/rockchip/
4326 F:      Documentation/devicetree/bindings/display/rockchip/
4327
4328 DRM DRIVER FOR SAVAGE VIDEO CARDS
4329 S:      Orphan / Obsolete
4330 F:      drivers/gpu/drm/savage/
4331 F:      include/uapi/drm/savage_drm.h
4332
4333 DRM DRIVER FOR SIS VIDEO CARDS
4334 S:      Orphan / Obsolete
4335 F:      drivers/gpu/drm/sis/
4336 F:      include/uapi/drm/sis_drm.h
4337
4338 DRM DRIVERS FOR STI
4339 M:      Benjamin Gaignard <[email protected]>
4340 M:      Vincent Abriou <[email protected]>
4341 L:      [email protected]
4342 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4343 S:      Maintained
4344 F:      drivers/gpu/drm/sti
4345 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4346
4347 DRM DRIVER FOR TDFX VIDEO CARDS
4348 S:      Orphan / Obsolete
4349 F:      drivers/gpu/drm/tdfx/
4350
4351 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4352 M:      Dave Airlie <[email protected]>
4353 S:      Odd Fixes
4354 F:      drivers/gpu/drm/udl/
4355
4356 DRM DRIVERS FOR VIVANTE GPU IP
4357 M:      Lucas Stach <[email protected]>
4358 R:      Russell King <[email protected]>
4359 R:      Christian Gmeiner <[email protected]>
4360 L:      [email protected]
4361 L:      [email protected]
4362 S:      Maintained
4363 F:      drivers/gpu/drm/etnaviv/
4364 F:      include/uapi/drm/etnaviv_drm.h
4365 F:      Documentation/devicetree/bindings/display/etnaviv/
4366
4367 DRM DRIVER FOR VMWARE VIRTUAL GPU
4368 M:      "VMware Graphics" <[email protected]>
4369 M:      Sinclair Yeh <[email protected]>
4370 M:      Thomas Hellstrom <[email protected]>
4371 L:      [email protected]
4372 T:      git git://people.freedesktop.org/~syeh/repos_linux
4373 T:      git git://people.freedesktop.org/~thomash/linux
4374 S:      Supported
4375 F:      drivers/gpu/drm/vmwgfx/
4376 F:      include/uapi/drm/vmwgfx_drm.h
4377
4378 DRM DRIVERS FOR VC4
4379 M:      Eric Anholt <[email protected]>
4380 T:      git git://github.com/anholt/linux
4381 S:      Supported
4382 F:      drivers/gpu/drm/vc4/
4383 F:      include/uapi/drm/vc4_drm.h
4384 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4385
4386 DRM DRIVERS FOR TI OMAP
4387 M:      Tomi Valkeinen <[email protected]>
4388 L:      [email protected]
4389 S:      Maintained
4390 F:      drivers/gpu/drm/omapdrm/
4391 F:      Documentation/devicetree/bindings/display/ti/
4392
4393 DRM DRIVERS FOR TI LCDC
4394 M:      Jyri Sarha <[email protected]>
4395 R:      Tomi Valkeinen <[email protected]>
4396 L:      [email protected]
4397 S:      Maintained
4398 F:      drivers/gpu/drm/tilcdc/
4399 F:      Documentation/devicetree/bindings/display/tilcdc/
4400
4401 DRM DRIVERS FOR ZTE ZX
4402 M:      Shawn Guo <[email protected]>
4403 L:      [email protected]
4404 S:      Maintained
4405 F:      drivers/gpu/drm/zte/
4406 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4407
4408 DSBR100 USB FM RADIO DRIVER
4409 M:      Alexey Klimov <[email protected]>
4410 L:      [email protected]
4411 T:      git git://linuxtv.org/media_tree.git
4412 S:      Maintained
4413 F:      drivers/media/radio/dsbr100.c
4414
4415 DSCC4 DRIVER
4416 M:      Francois Romieu <[email protected]>
4417 L:      [email protected]
4418 S:      Maintained
4419 F:      drivers/net/wan/dscc4.c
4420
4421 DT3155 MEDIA DRIVER
4422 M:      Hans Verkuil <[email protected]>
4423 L:      [email protected]
4424 T:      git git://linuxtv.org/media_tree.git
4425 W:      https://linuxtv.org
4426 S:      Odd Fixes
4427 F:      drivers/media/pci/dt3155/
4428
4429 DVB_USB_AF9015 MEDIA DRIVER
4430 M:      Antti Palosaari <[email protected]>
4431 L:      [email protected]
4432 W:      https://linuxtv.org
4433 W:      http://palosaari.fi/linux/
4434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4435 T:      git git://linuxtv.org/anttip/media_tree.git
4436 S:      Maintained
4437 F:      drivers/media/usb/dvb-usb-v2/af9015*
4438
4439 DVB_USB_AF9035 MEDIA DRIVER
4440 M:      Antti Palosaari <[email protected]>
4441 L:      [email protected]
4442 W:      https://linuxtv.org
4443 W:      http://palosaari.fi/linux/
4444 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4445 T:      git git://linuxtv.org/anttip/media_tree.git
4446 S:      Maintained
4447 F:      drivers/media/usb/dvb-usb-v2/af9035*
4448
4449 DVB_USB_ANYSEE MEDIA DRIVER
4450 M:      Antti Palosaari <[email protected]>
4451 L:      [email protected]
4452 W:      https://linuxtv.org
4453 W:      http://palosaari.fi/linux/
4454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4455 T:      git git://linuxtv.org/anttip/media_tree.git
4456 S:      Maintained
4457 F:      drivers/media/usb/dvb-usb-v2/anysee*
4458
4459 DVB_USB_AU6610 MEDIA DRIVER
4460 M:      Antti Palosaari <[email protected]>
4461 L:      [email protected]
4462 W:      https://linuxtv.org
4463 W:      http://palosaari.fi/linux/
4464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4465 T:      git git://linuxtv.org/anttip/media_tree.git
4466 S:      Maintained
4467 F:      drivers/media/usb/dvb-usb-v2/au6610*
4468
4469 DVB_USB_CE6230 MEDIA DRIVER
4470 M:      Antti Palosaari <[email protected]>
4471 L:      [email protected]
4472 W:      https://linuxtv.org
4473 W:      http://palosaari.fi/linux/
4474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4475 T:      git git://linuxtv.org/anttip/media_tree.git
4476 S:      Maintained
4477 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4478
4479 DVB_USB_CXUSB MEDIA DRIVER
4480 M:      Michael Krufky <[email protected]>
4481 L:      [email protected]
4482 W:      https://linuxtv.org
4483 W:      http://github.com/mkrufky
4484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4485 T:      git git://linuxtv.org/media_tree.git
4486 S:      Maintained
4487 F:      drivers/media/usb/dvb-usb/cxusb*
4488
4489 DVB_USB_EC168 MEDIA DRIVER
4490 M:      Antti Palosaari <[email protected]>
4491 L:      [email protected]
4492 W:      https://linuxtv.org
4493 W:      http://palosaari.fi/linux/
4494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4495 T:      git git://linuxtv.org/anttip/media_tree.git
4496 S:      Maintained
4497 F:      drivers/media/usb/dvb-usb-v2/ec168*
4498
4499 DVB_USB_GL861 MEDIA DRIVER
4500 M:      Antti Palosaari <[email protected]>
4501 L:      [email protected]
4502 W:      https://linuxtv.org
4503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4504 T:      git git://linuxtv.org/anttip/media_tree.git
4505 S:      Maintained
4506 F:      drivers/media/usb/dvb-usb-v2/gl861*
4507
4508 DVB_USB_MXL111SF MEDIA DRIVER
4509 M:      Michael Krufky <[email protected]>
4510 L:      [email protected]
4511 W:      https://linuxtv.org
4512 W:      http://github.com/mkrufky
4513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4514 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4515 S:      Maintained
4516 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4517
4518 DVB_USB_RTL28XXU MEDIA DRIVER
4519 M:      Antti Palosaari <[email protected]>
4520 L:      [email protected]
4521 W:      https://linuxtv.org
4522 W:      http://palosaari.fi/linux/
4523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4524 T:      git git://linuxtv.org/anttip/media_tree.git
4525 S:      Maintained
4526 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4527
4528 DVB_USB_V2 MEDIA DRIVER
4529 M:      Antti Palosaari <[email protected]>
4530 L:      [email protected]
4531 W:      https://linuxtv.org
4532 W:      http://palosaari.fi/linux/
4533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4534 T:      git git://linuxtv.org/anttip/media_tree.git
4535 S:      Maintained
4536 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4537 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4538
4539 DYNAMIC DEBUG
4540 M:      Jason Baron <[email protected]>
4541 S:      Maintained
4542 F:      lib/dynamic_debug.c
4543 F:      include/linux/dynamic_debug.h
4544
4545 DZ DECSTATION DZ11 SERIAL DRIVER
4546 M:      "Maciej W. Rozycki" <[email protected]>
4547 S:      Maintained
4548 F:      drivers/tty/serial/dz.*
4549
4550 E3X0 POWER BUTTON DRIVER
4551 M:      Moritz Fischer <[email protected]>
4552 L:      [email protected]
4553 W:      http://www.ettus.com
4554 S:      Supported
4555 F:      drivers/input/misc/e3x0-button.c
4556 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4557
4558 E4000 MEDIA DRIVER
4559 M:      Antti Palosaari <[email protected]>
4560 L:      [email protected]
4561 W:      https://linuxtv.org
4562 W:      http://palosaari.fi/linux/
4563 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4564 T:      git git://linuxtv.org/anttip/media_tree.git
4565 S:      Maintained
4566 F:      drivers/media/tuners/e4000*
4567
4568 EATA ISA/EISA/PCI SCSI DRIVER
4569 M:      Dario Ballabio <[email protected]>
4570 L:      [email protected]
4571 S:      Maintained
4572 F:      drivers/scsi/eata.c
4573
4574 EC100 MEDIA DRIVER
4575 M:      Antti Palosaari <[email protected]>
4576 L:      [email protected]
4577 W:      https://linuxtv.org
4578 W:      http://palosaari.fi/linux/
4579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4580 T:      git git://linuxtv.org/anttip/media_tree.git
4581 S:      Maintained
4582 F:      drivers/media/dvb-frontends/ec100*
4583
4584 ECRYPT FILE SYSTEM
4585 M:      Tyler Hicks <[email protected]>
4586 L:      [email protected]
4587 W:      http://ecryptfs.org
4588 W:      https://launchpad.net/ecryptfs
4589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4590 S:      Supported
4591 F:      Documentation/filesystems/ecryptfs.txt
4592 F:      fs/ecryptfs/
4593
4594 EDAC-CORE
4595 M:      Borislav Petkov <[email protected]>
4596 M:      Mauro Carvalho Chehab <[email protected]>
4597 M:      Mauro Carvalho Chehab <[email protected]>
4598 L:      [email protected]
4599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4601 S:      Supported
4602 F:      Documentation/admin-guide/ras.rst
4603 F:      Documentation/driver-api/edac.rst
4604 F:      drivers/edac/
4605 F:      include/linux/edac.h
4606
4607 EDAC-AMD64
4608 M:      Borislav Petkov <[email protected]>
4609 L:      [email protected]
4610 S:      Maintained
4611 F:      drivers/edac/amd64_edac*
4612
4613 EDAC-CALXEDA
4614 M:      Robert Richter <[email protected]>
4615 L:      [email protected]
4616 S:      Maintained
4617 F:      drivers/edac/highbank*
4618
4619 EDAC-CAVIUM
4620 M:      Ralf Baechle <[email protected]>
4621 M:      David Daney <[email protected]>
4622 L:      [email protected]
4623 L:      [email protected]
4624 S:      Supported
4625 F:      drivers/edac/octeon_edac*
4626
4627 EDAC-E752X
4628 M:      Mark Gross <[email protected]>
4629 L:      [email protected]
4630 S:      Maintained
4631 F:      drivers/edac/e752x_edac.c
4632
4633 EDAC-E7XXX
4634 L:      [email protected]
4635 S:      Maintained
4636 F:      drivers/edac/e7xxx_edac.c
4637
4638 EDAC-FSL_DDR
4639 M:      York Sun <[email protected]>
4640 L:      [email protected]
4641 S:      Maintained
4642 F:      drivers/edac/fsl_ddr_edac.*
4643
4644 EDAC-GHES
4645 M:      Mauro Carvalho Chehab <[email protected]>
4646 M:      Mauro Carvalho Chehab <[email protected]>
4647 L:      [email protected]
4648 S:      Maintained
4649 F:      drivers/edac/ghes_edac.c
4650
4651 EDAC-I82443BXGX
4652 M:      Tim Small <[email protected]>
4653 L:      [email protected]
4654 S:      Maintained
4655 F:      drivers/edac/i82443bxgx_edac.c
4656
4657 EDAC-I3000
4658 L:      [email protected]
4659 S:      Orphan
4660 F:      drivers/edac/i3000_edac.c
4661
4662 EDAC-I5000
4663 L:      [email protected]
4664 S:      Maintained
4665 F:      drivers/edac/i5000_edac.c
4666
4667 EDAC-I5400
4668 M:      Mauro Carvalho Chehab <[email protected]>
4669 M:      Mauro Carvalho Chehab <[email protected]>
4670 L:      [email protected]
4671 S:      Maintained
4672 F:      drivers/edac/i5400_edac.c
4673
4674 EDAC-I7300
4675 M:      Mauro Carvalho Chehab <[email protected]>
4676 M:      Mauro Carvalho Chehab <[email protected]>
4677 L:      [email protected]
4678 S:      Maintained
4679 F:      drivers/edac/i7300_edac.c
4680
4681 EDAC-I7CORE
4682 M:      Mauro Carvalho Chehab <[email protected]>
4683 M:      Mauro Carvalho Chehab <[email protected]>
4684 L:      [email protected]
4685 S:      Maintained
4686 F:      drivers/edac/i7core_edac.c
4687
4688 EDAC-I82975X
4689 M:      Ranganathan Desikan <[email protected]>
4690 M:      "Arvind R." <[email protected]>
4691 L:      [email protected]
4692 S:      Maintained
4693 F:      drivers/edac/i82975x_edac.c
4694
4695 EDAC-IE31200
4696 M:      Jason Baron <[email protected]>
4697 L:      [email protected]
4698 S:      Maintained
4699 F:      drivers/edac/ie31200_edac.c
4700
4701 EDAC-MPC85XX
4702 M:      Johannes Thumshirn <[email protected]>
4703 L:      [email protected]
4704 S:      Maintained
4705 F:      drivers/edac/mpc85xx_edac.[ch]
4706
4707 EDAC-PASEMI
4708 M:      Egor Martovetsky <[email protected]>
4709 L:      [email protected]
4710 S:      Maintained
4711 F:      drivers/edac/pasemi_edac.c
4712
4713 EDAC-R82600
4714 M:      Tim Small <[email protected]>
4715 L:      [email protected]
4716 S:      Maintained
4717 F:      drivers/edac/r82600_edac.c
4718
4719 EDAC-SBRIDGE
4720 M:      Mauro Carvalho Chehab <[email protected]>
4721 M:      Mauro Carvalho Chehab <[email protected]>
4722 L:      [email protected]
4723 S:      Maintained
4724 F:      drivers/edac/sb_edac.c
4725
4726 EDAC-SKYLAKE
4727 M:      Tony Luck <[email protected]>
4728 L:      [email protected]
4729 S:      Maintained
4730 F:      drivers/edac/skx_edac.c
4731
4732 EDAC-XGENE
4733 APPLIED MICRO (APM) X-GENE SOC EDAC
4734 M:     Loc Ho <[email protected]>
4735 S:     Supported
4736 F:     drivers/edac/xgene_edac.c
4737 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4738
4739 EDIROL UA-101/UA-1000 DRIVER
4740 M:      Clemens Ladisch <[email protected]>
4741 L:      [email protected] (moderated for non-subscribers)
4742 T:      git git://git.alsa-project.org/alsa-kernel.git
4743 S:      Maintained
4744 F:      sound/usb/misc/ua101.c
4745
4746 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4747 M:      Matt Fleming <[email protected]>
4748 M:      Ard Biesheuvel <[email protected]>
4749 L:      [email protected]
4750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4751 S:      Maintained
4752 F:      Documentation/efi-stub.txt
4753 F:      arch/*/kernel/efi.c
4754 F:      arch/x86/boot/compressed/eboot.[ch]
4755 F:      arch/*/include/asm/efi.h
4756 F:      arch/x86/platform/efi/
4757 F:      drivers/firmware/efi/
4758 F:      include/linux/efi*.h
4759 F:      arch/arm/boot/compressed/efi-header.S
4760 F:      arch/arm64/kernel/efi-entry.S
4761
4762 EFI VARIABLE FILESYSTEM
4763 M:      Matthew Garrett <[email protected]>
4764 M:      Jeremy Kerr <[email protected]>
4765 M:      Matt Fleming <[email protected]>
4766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4767 L:      [email protected]
4768 S:      Maintained
4769 F:      fs/efivarfs/
4770
4771 EFIFB FRAMEBUFFER DRIVER
4772 L:      [email protected]
4773 M:      Peter Jones <[email protected]>
4774 S:      Maintained
4775 F:      drivers/video/fbdev/efifb.c
4776
4777 EFI TEST DRIVER
4778 L:      [email protected]
4779 M:      Ivan Hu <[email protected]>
4780 M:      Matt Fleming <[email protected]>
4781 S:      Maintained
4782 F:      drivers/firmware/efi/test/
4783
4784 EFS FILESYSTEM
4785 W:      http://aeschi.ch.eu.org/efs/
4786 S:      Orphan
4787 F:      fs/efs/
4788
4789 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4790 M:      Douglas Miller <[email protected]>
4791 L:      [email protected]
4792 S:      Maintained
4793 F:      drivers/net/ethernet/ibm/ehea/
4794
4795 EM28XX VIDEO4LINUX DRIVER
4796 M:      Mauro Carvalho Chehab <[email protected]>
4797 M:      Mauro Carvalho Chehab <[email protected]>
4798 L:      [email protected]
4799 W:      https://linuxtv.org
4800 T:      git git://linuxtv.org/media_tree.git
4801 S:      Maintained
4802 F:      drivers/media/usb/em28xx/
4803 F:      Documentation/media/v4l-drivers/em28xx*
4804
4805 EMBEDDED LINUX
4806 M:      Paul Gortmaker <[email protected]>
4807 M:      Matt Mackall <[email protected]>
4808 M:      David Woodhouse <[email protected]>
4809 L:      [email protected]
4810 S:      Maintained
4811
4812 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4813 M:      James Smart <[email protected]>
4814 M:      Dick Kennedy <[email protected]>
4815 L:      [email protected]
4816 W:      http://www.broadcom.com
4817 S:      Supported
4818 F:      drivers/scsi/lpfc/
4819
4820 ENE CB710 FLASH CARD READER DRIVER
4821 M:      Michał Mirosław <[email protected]>
4822 S:      Maintained
4823 F:      drivers/misc/cb710/
4824 F:      drivers/mmc/host/cb710-mmc.*
4825 F:      include/linux/cb710.h
4826
4827 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4828 M:      Maxim Levitsky <[email protected]>
4829 S:      Maintained
4830 F:      drivers/media/rc/ene_ir.*
4831
4832 EPSON S1D13XXX FRAMEBUFFER DRIVER
4833 M:      Kristoffer Ericson <[email protected]>
4834 S:      Maintained
4835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4836 F:      drivers/video/fbdev/s1d13xxxfb.c
4837 F:      include/video/s1d13xxxfb.h
4838
4839 ET131X NETWORK DRIVER
4840 M:      Mark Einon <[email protected]>
4841 S:      Odd Fixes
4842 F:      drivers/net/ethernet/agere/
4843
4844 ETHERNET BRIDGE
4845 M:      Stephen Hemminger <[email protected]>
4846 L:      [email protected] (moderated for non-subscribers)
4847 L:      [email protected]
4848 W:      http://www.linuxfoundation.org/en/Net:Bridge
4849 S:      Maintained
4850 F:      include/linux/netfilter_bridge/
4851 F:      net/bridge/
4852
4853 ETHERNET PHY LIBRARY
4854 M:      Florian Fainelli <[email protected]>
4855 L:      [email protected]
4856 S:      Maintained
4857 F:      include/linux/phy.h
4858 F:      include/linux/phy_fixed.h
4859 F:      drivers/net/phy/
4860 F:      Documentation/networking/phy.txt
4861 F:      drivers/of/of_mdio.c
4862 F:      drivers/of/of_net.c
4863
4864 EXT2 FILE SYSTEM
4865 M:      Jan Kara <[email protected]>
4866 L:      [email protected]
4867 S:      Maintained
4868 F:      Documentation/filesystems/ext2.txt
4869 F:      fs/ext2/
4870 F:      include/linux/ext2*
4871
4872 EXT4 FILE SYSTEM
4873 M:      "Theodore Ts'o" <[email protected]>
4874 M:      Andreas Dilger <[email protected]>
4875 L:      [email protected]
4876 W:      http://ext4.wiki.kernel.org
4877 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4879 S:      Maintained
4880 F:      Documentation/filesystems/ext4.txt
4881 F:      fs/ext4/
4882
4883 Extended Verification Module (EVM)
4884 M:      Mimi Zohar <[email protected]>
4885 L:      [email protected]
4886 L:      [email protected]
4887 S:      Supported
4888 F:      security/integrity/evm/
4889
4890 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4891 M:      MyungJoo Ham <[email protected]>
4892 M:      Chanwoo Choi <[email protected]>
4893 L:      [email protected]
4894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4895 S:      Maintained
4896 F:      drivers/extcon/
4897 F:      include/linux/extcon/
4898 F:      include/linux/extcon.h
4899 F:      Documentation/extcon/
4900 F:      Documentation/devicetree/bindings/extcon/
4901
4902 EXYNOS DP DRIVER
4903 M:      Jingoo Han <[email protected]>
4904 L:      [email protected]
4905 S:      Maintained
4906 F:      drivers/gpu/drm/exynos/exynos_dp*
4907
4908 EXYNOS SYSMMU (IOMMU) driver
4909 M:      Marek Szyprowski <[email protected]>
4910 L:      [email protected]
4911 S:      Maintained
4912 F:      drivers/iommu/exynos-iommu.c
4913
4914 EZchip NPS platform support
4915 M:      Noam Camus <[email protected]>
4916 S:      Supported
4917 F:      arch/arc/plat-eznps
4918 F:      arch/arc/boot/dts/eznps.dts
4919
4920 F71805F HARDWARE MONITORING DRIVER
4921 M:      Jean Delvare <[email protected]>
4922 L:      [email protected]
4923 S:      Maintained
4924 F:      Documentation/hwmon/f71805f
4925 F:      drivers/hwmon/f71805f.c
4926
4927 FC0011 TUNER DRIVER
4928 M:      Michael Buesch <[email protected]>
4929 L:      [email protected]
4930 S:      Maintained
4931 F:      drivers/media/tuners/fc0011.h
4932 F:      drivers/media/tuners/fc0011.c
4933
4934 FC2580 MEDIA DRIVER
4935 M:      Antti Palosaari <[email protected]>
4936 L:      [email protected]
4937 W:      https://linuxtv.org
4938 W:      http://palosaari.fi/linux/
4939 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4940 T:      git git://linuxtv.org/anttip/media_tree.git
4941 S:      Maintained
4942 F:      drivers/media/tuners/fc2580*
4943
4944 FANOTIFY
4945 M:      Eric Paris <[email protected]>
4946 S:      Maintained
4947 F:      fs/notify/fanotify/
4948 F:      include/linux/fanotify.h
4949 F:      include/uapi/linux/fanotify.h
4950
4951 FARSYNC SYNCHRONOUS DRIVER
4952 M:      Kevin Curtis <[email protected]>
4953 W:      http://www.farsite.co.uk/
4954 S:      Supported
4955 F:      drivers/net/wan/farsync.*
4956
4957 FAULT INJECTION SUPPORT
4958 M:      Akinobu Mita <[email protected]>
4959 S:      Supported
4960 F:      Documentation/fault-injection/
4961 F:      lib/fault-inject.c
4962
4963 FBTFT Framebuffer drivers
4964 M:      Thomas Petazzoni <[email protected]>
4965 M:      Noralf Trønnes <[email protected]>
4966 S:      Maintained
4967 F:      drivers/staging/fbtft/
4968
4969 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4970 M:      Johannes Thumshirn <[email protected]>
4971 L:      [email protected]
4972 W:      www.Open-FCoE.org
4973 S:      Supported
4974 F:      drivers/scsi/libfc/
4975 F:      drivers/scsi/fcoe/
4976 F:      include/scsi/fc/
4977 F:      include/scsi/libfc.h
4978 F:      include/scsi/libfcoe.h
4979 F:      include/uapi/scsi/fc/
4980
4981 FILE LOCKING (flock() and fcntl()/lockf())
4982 M:      Jeff Layton <[email protected]>
4983 M:      "J. Bruce Fields" <[email protected]>
4984 L:      [email protected]
4985 S:      Maintained
4986 F:      include/linux/fcntl.h
4987 F:      include/linux/fs.h
4988 F:      include/uapi/linux/fcntl.h
4989 F:      include/uapi/linux/fs.h
4990 F:      fs/fcntl.c
4991 F:      fs/locks.c
4992
4993 FILESYSTEMS (VFS and infrastructure)
4994 M:      Alexander Viro <[email protected]>
4995 L:      [email protected]
4996 S:      Maintained
4997 F:      fs/*
4998
4999 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5000 M:      Riku Voipio <[email protected]>
5001 L:      [email protected]
5002 S:      Maintained
5003 F:      drivers/hwmon/f75375s.c
5004 F:      include/linux/f75375s.h
5005
5006 FIREWIRE AUDIO DRIVERS
5007 M:      Clemens Ladisch <[email protected]>
5008 L:      [email protected] (moderated for non-subscribers)
5009 T:      git git://git.alsa-project.org/alsa-kernel.git
5010 S:      Maintained
5011 F:      sound/firewire/
5012
5013 FIREWIRE MEDIA DRIVERS (firedtv)
5014 M:      Stefan Richter <[email protected]>
5015 L:      [email protected]
5016 L:      [email protected]
5017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5018 S:      Maintained
5019 F:      drivers/media/firewire/
5020
5021 FIREWIRE SBP-2 TARGET
5022 M:      Chris Boot <[email protected]>
5023 L:      [email protected]
5024 L:      [email protected]
5025 L:      [email protected]
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5027 S:      Maintained
5028 F:      drivers/target/sbp/
5029
5030 FIREWIRE SUBSYSTEM
5031 M:      Stefan Richter <[email protected]>
5032 L:      [email protected]
5033 W:      http://ieee1394.wiki.kernel.org/
5034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5035 S:      Maintained
5036 F:      drivers/firewire/
5037 F:      include/linux/firewire.h
5038 F:      include/uapi/linux/firewire*.h
5039 F:      tools/firewire/
5040
5041 FIRMWARE LOADER (request_firmware)
5042 M:      Ming Lei <[email protected]>
5043 M:      Luis R. Rodriguez <[email protected]>
5044 L:      [email protected]
5045 S:      Maintained
5046 F:      Documentation/firmware_class/
5047 F:      drivers/base/firmware*.c
5048 F:      include/linux/firmware.h
5049
5050 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5051 M:      Joshua Morris <[email protected]>
5052 M:      Philip Kelleher <[email protected]>
5053 S:      Maintained
5054 F:      drivers/block/rsxx/
5055
5056 FLOPPY DRIVER
5057 M:      Jiri Kosina <[email protected]>
5058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5059 S:      Odd fixes
5060 F:      drivers/block/floppy.c
5061
5062 FMC SUBSYSTEM
5063 M:      Alessandro Rubini <[email protected]>
5064 W:      http://www.ohwr.org/projects/fmc-bus
5065 S:      Supported
5066 F:      drivers/fmc/
5067 F:      include/linux/fmc*.h
5068 F:      include/linux/ipmi-fru.h
5069 K:      fmc_d.*register
5070
5071 FPGA MANAGER FRAMEWORK
5072 M:      Alan Tull <[email protected]>
5073 R:      Moritz Fischer <[email protected]>
5074 L:      [email protected]
5075 S:      Maintained
5076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5077 F:      drivers/fpga/
5078 F:      include/linux/fpga/fpga-mgr.h
5079 W:      http://www.rocketboards.org
5080
5081 FPU EMULATOR
5082 M:      Bill Metzenthen <[email protected]>
5083 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5084 S:      Maintained
5085 F:      arch/x86/math-emu/
5086
5087 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5088 L:      [email protected]
5089 S:      Orphan
5090 F:      drivers/net/wan/dlci.c
5091 F:      drivers/net/wan/sdla.c
5092
5093 FRAMEBUFFER LAYER
5094 M:      Bartlomiej Zolnierkiewicz <[email protected]>
5095 L:      [email protected]
5096 T:      git git://github.com/bzolnier/linux.git
5097 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5098 S:      Maintained
5099 F:      Documentation/fb/
5100 F:      drivers/video/
5101 F:      include/video/
5102 F:      include/linux/fb.h
5103 F:      include/uapi/video/
5104 F:      include/uapi/linux/fb.h
5105
5106 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5107 M:      Horia Geantă <[email protected]>
5108 M:      Dan Douglass <[email protected]>
5109 L:      [email protected]
5110 S:      Maintained
5111 F:      drivers/crypto/caam/
5112 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5113
5114 FREESCALE DIU FRAMEBUFFER DRIVER
5115 M:      Timur Tabi <[email protected]>
5116 L:      [email protected]
5117 S:      Maintained
5118 F:      drivers/video/fbdev/fsl-diu-fb.*
5119
5120 FREESCALE DMA DRIVER
5121 M:      Li Yang <[email protected]>
5122 M:      Zhang Wei <[email protected]>
5123 L:      [email protected]
5124 S:      Maintained
5125 F:      drivers/dma/fsldma.*
5126
5127 FREESCALE GPMI NAND DRIVER
5128 M:      Han Xu <[email protected]>
5129 L:      [email protected]
5130 S:      Maintained
5131 F:      drivers/mtd/nand/gpmi-nand/*
5132
5133 FREESCALE I2C CPM DRIVER
5134 M:      Jochen Friedrich <[email protected]>
5135 L:      [email protected]
5136 L:      [email protected]
5137 S:      Maintained
5138 F:      drivers/i2c/busses/i2c-cpm.c
5139
5140 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5141 M:      Sascha Hauer <[email protected]>
5142 L:      [email protected]
5143 L:      [email protected] (moderated for non-subscribers)
5144 S:      Maintained
5145 F:      include/linux/platform_data/video-imxfb.h
5146 F:      drivers/video/fbdev/imxfb.c
5147
5148 FREESCALE QUAD SPI DRIVER
5149 M:      Han Xu <[email protected]>
5150 L:      [email protected]
5151 S:      Maintained
5152 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5153
5154 FREESCALE SOC FS_ENET DRIVER
5155 M:      Pantelis Antoniou <[email protected]>
5156 M:      Vitaly Bordug <[email protected]>
5157 L:      [email protected]
5158 L:      [email protected]
5159 S:      Maintained
5160 F:      drivers/net/ethernet/freescale/fs_enet/
5161 F:      include/linux/fs_enet_pd.h
5162
5163 FREESCALE IMX / MXC FEC DRIVER
5164 M:      Fugang Duan <[email protected]>
5165 L:      [email protected]
5166 S:      Maintained
5167 F:      drivers/net/ethernet/freescale/fec_main.c
5168 F:      drivers/net/ethernet/freescale/fec_ptp.c
5169 F:      drivers/net/ethernet/freescale/fec.h
5170 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5171
5172 FREESCALE QORIQ DPAA FMAN DRIVER
5173 M:      Madalin Bucur <[email protected]>
5174 L:      [email protected]
5175 S:      Maintained
5176 F:      drivers/net/ethernet/freescale/fman
5177 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5178
5179 FREESCALE QORIQ DPAA ETHERNET DRIVER
5180 M:      Madalin Bucur <[email protected]>
5181 L:      [email protected]
5182 S:      Maintained
5183 F:      drivers/net/ethernet/freescale/dpaa
5184
5185 FREESCALE SOC DRIVERS
5186 M:      Scott Wood <[email protected]>
5187 L:      [email protected]
5188 L:      [email protected]
5189 S:      Maintained
5190 F:      drivers/soc/fsl/
5191 F:      include/linux/fsl/
5192
5193 FREESCALE QUICC ENGINE LIBRARY
5194 M:      Qiang Zhao <[email protected]>
5195 L:      [email protected]
5196 S:      Maintained
5197 F:      drivers/soc/fsl/qe/
5198 F:      include/soc/fsl/*qe*.h
5199 F:      include/soc/fsl/*ucc*.h
5200
5201 FREESCALE USB PERIPHERAL DRIVERS
5202 M:      Li Yang <[email protected]>
5203 L:      [email protected]
5204 L:      [email protected]
5205 S:      Maintained
5206 F:      drivers/usb/gadget/udc/fsl*
5207
5208 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5209 M:      Li Yang <[email protected]>
5210 L:      [email protected]
5211 L:      [email protected]
5212 S:      Maintained
5213 F:      drivers/net/ethernet/freescale/ucc_geth*
5214
5215 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5216 M:      Claudiu Manoil <[email protected]>
5217 L:      [email protected]
5218 S:      Maintained
5219 F:      drivers/net/ethernet/freescale/gianfar*
5220 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5221 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5222
5223 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5224 M:      Zhao Qiang <[email protected]>
5225 L:      [email protected]
5226 L:      [email protected]
5227 S:      Maintained
5228 F:      drivers/net/wan/fsl_ucc_hdlc*
5229
5230 FREESCALE QUICC ENGINE UCC UART DRIVER
5231 M:      Timur Tabi <[email protected]>
5232 L:      [email protected]
5233 S:      Maintained
5234 F:      drivers/tty/serial/ucc_uart.c
5235
5236 FREESCALE SOC SOUND DRIVERS
5237 M:      Timur Tabi <[email protected]>
5238 M:      Nicolin Chen <[email protected]>
5239 M:      Xiubo Li <[email protected]>
5240 R:      Fabio Estevam <[email protected]>
5241 L:      [email protected] (moderated for non-subscribers)
5242 L:      [email protected]
5243 S:      Maintained
5244 F:      sound/soc/fsl/fsl*
5245 F:      sound/soc/fsl/imx*
5246 F:      sound/soc/fsl/mpc8610_hpcd.c
5247
5248 FREEVXFS FILESYSTEM
5249 M:      Christoph Hellwig <[email protected]>
5250 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5251 S:      Maintained
5252 F:      fs/freevxfs/
5253
5254 FREEZER
5255 M:      "Rafael J. Wysocki" <[email protected]>
5256 M:      Pavel Machek <[email protected]>
5257 L:      [email protected]
5258 S:      Supported
5259 F:      Documentation/power/freezing-of-tasks.txt
5260 F:      include/linux/freezer.h
5261 F:      kernel/freezer.c
5262
5263 FRONTSWAP API
5264 M:      Konrad Rzeszutek Wilk <[email protected]>
5265 L:      [email protected]
5266 S:      Maintained
5267 F:      mm/frontswap.c
5268 F:      include/linux/frontswap.h
5269
5270 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5271 M:      David Howells <[email protected]>
5272 L:      [email protected] (moderated for non-subscribers)
5273 S:      Supported
5274 F:      Documentation/filesystems/caching/
5275 F:      fs/fscache/
5276 F:      include/linux/fscache*.h
5277
5278 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5279 M:      Theodore Y. Ts'o <[email protected]>
5280 M:      Jaegeuk Kim <[email protected]>
5281 L:      [email protected]
5282 S:      Supported
5283 F:      fs/crypto/
5284 F:      include/linux/fscrypto.h
5285
5286 F2FS FILE SYSTEM
5287 M:      Jaegeuk Kim <[email protected]>
5288 M:      Chao Yu <[email protected]>
5289 L:      [email protected]
5290 W:      https://f2fs.wiki.kernel.org/
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5292 S:      Maintained
5293 F:      Documentation/filesystems/f2fs.txt
5294 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5295 F:      fs/f2fs/
5296 F:      include/linux/f2fs_fs.h
5297 F:      include/trace/events/f2fs.h
5298
5299 FUJITSU FR-V (FRV) PORT
5300 S:      Orphan
5301 F:      arch/frv/
5302
5303 FUJITSU LAPTOP EXTRAS
5304 M:      Jonathan Woithe <[email protected]>
5305 L:      [email protected]
5306 S:      Maintained
5307 F:      drivers/platform/x86/fujitsu-laptop.c
5308
5309 FUJITSU M-5MO LS CAMERA ISP DRIVER
5310 M:      Kyungmin Park <[email protected]>
5311 M:      Heungjun Kim <[email protected]>
5312 L:      [email protected]
5313 S:      Maintained
5314 F:      drivers/media/i2c/m5mols/
5315 F:      include/media/i2c/m5mols.h
5316
5317 FUJITSU TABLET EXTRAS
5318 M:      Robert Gerlach <[email protected]>
5319 L:      [email protected]
5320 S:      Maintained
5321 F:      drivers/platform/x86/fujitsu-tablet.c
5322
5323 FUSE: FILESYSTEM IN USERSPACE
5324 M:      Miklos Szeredi <[email protected]>
5325 L:      [email protected]
5326 W:      http://fuse.sourceforge.net/
5327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5328 S:      Maintained
5329 F:      fs/fuse/
5330 F:      include/uapi/linux/fuse.h
5331 F:      Documentation/filesystems/fuse.txt
5332
5333 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5334 M:      Rik Faith <[email protected]>
5335 L:      [email protected]
5336 S:      Odd Fixes (e.g., new signatures)
5337 F:      drivers/scsi/fdomain.*
5338
5339 GCC PLUGINS
5340 M:      Kees Cook <[email protected]>
5341 R:      Emese Revfy <[email protected]>
5342 L:      [email protected]
5343 S:      Maintained
5344 F:      scripts/gcc-plugins/
5345 F:      scripts/gcc-plugin.sh
5346 F:      scripts/Makefile.gcc-plugins
5347 F:      Documentation/gcc-plugins.txt
5348
5349 GCOV BASED KERNEL PROFILING
5350 M:      Peter Oberparleiter <[email protected]>
5351 S:      Maintained
5352 F:      kernel/gcov/
5353 F:      Documentation/dev-tools/gcov.rst
5354
5355 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5356 M:      Achim Leubner <[email protected]>
5357 L:      [email protected]
5358 W:      http://www.icp-vortex.com/
5359 S:      Supported
5360 F:      drivers/scsi/gdt*
5361
5362 GDB KERNEL DEBUGGING HELPER SCRIPTS
5363 M:      Jan Kiszka <[email protected]>
5364 M:      Kieran Bingham <[email protected]>
5365 S:      Supported
5366 F:      scripts/gdb/
5367
5368 GEMTEK FM RADIO RECEIVER DRIVER
5369 M:      Hans Verkuil <[email protected]>
5370 L:      [email protected]
5371 T:      git git://linuxtv.org/media_tree.git
5372 W:      https://linuxtv.org
5373 S:      Maintained
5374 F:      drivers/media/radio/radio-gemtek*
5375
5376 GENERIC GPIO I2C DRIVER
5377 M:      Haavard Skinnemoen <[email protected]>
5378 S:      Supported
5379 F:      drivers/i2c/busses/i2c-gpio.c
5380 F:      include/linux/i2c-gpio.h
5381
5382 GENERIC GPIO I2C MULTIPLEXER DRIVER
5383 M:      Peter Korsgaard <[email protected]>
5384 L:      [email protected]
5385 S:      Supported
5386 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5387 F:      include/linux/i2c-mux-gpio.h
5388 F:      Documentation/i2c/muxes/i2c-mux-gpio
5389
5390 GENERIC HDLC (WAN) DRIVERS
5391 M:      Krzysztof Halasa <[email protected]>
5392 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5393 S:      Maintained
5394 F:      drivers/net/wan/c101.c
5395 F:      drivers/net/wan/hd6457*
5396 F:      drivers/net/wan/hdlc*
5397 F:      drivers/net/wan/n2.c
5398 F:      drivers/net/wan/pc300too.c
5399 F:      drivers/net/wan/pci200syn.c
5400 F:      drivers/net/wan/wanxl*
5401
5402 GENERIC INCLUDE/ASM HEADER FILES
5403 M:      Arnd Bergmann <[email protected]>
5404 L:      [email protected]
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5406 S:      Maintained
5407 F:      include/asm-generic/
5408 F:      include/uapi/asm-generic/
5409
5410 GENERIC PHY FRAMEWORK
5411 M:      Kishon Vijay Abraham I <[email protected]>
5412 L:      [email protected]
5413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5414 S:      Supported
5415 F:      drivers/phy/
5416 F:      include/linux/phy/
5417
5418 GENERIC PM DOMAINS
5419 M:      "Rafael J. Wysocki" <[email protected]>
5420 M:      Kevin Hilman <[email protected]>
5421 M:      Ulf Hansson <[email protected]>
5422 L:      [email protected]
5423 S:      Supported
5424 F:      drivers/base/power/domain*.c
5425 F:      include/linux/pm_domain.h
5426
5427 GENERIC UIO DRIVER FOR PCI DEVICES
5428 M:      "Michael S. Tsirkin" <[email protected]>
5429 L:      [email protected]
5430 S:      Supported
5431 F:      drivers/uio/uio_pci_generic.c
5432
5433 GET_MAINTAINER SCRIPT
5434 M:      Joe Perches <[email protected]>
5435 S:      Maintained
5436 F:      scripts/get_maintainer.pl
5437
5438 GENWQE (IBM Generic Workqueue Card)
5439 M:      Frank Haverkamp <[email protected]>
5440 M:      Gabriel Krisman Bertazi <[email protected]>
5441 S:      Supported
5442 F:      drivers/misc/genwqe/
5443
5444 GFS2 FILE SYSTEM
5445 M:      Steven Whitehouse <[email protected]>
5446 M:      Bob Peterson <[email protected]>
5447 L:      [email protected]
5448 W:      http://sources.redhat.com/cluster/
5449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5450 S:      Supported
5451 F:      Documentation/filesystems/gfs2*.txt
5452 F:      fs/gfs2/
5453 F:      include/uapi/linux/gfs2_ondisk.h
5454
5455 GIGASET ISDN DRIVERS
5456 M:      Paul Bolle <[email protected]>
5457 L:      [email protected]
5458 W:      http://gigaset307x.sourceforge.net/
5459 S:      Odd Fixes
5460 F:      Documentation/isdn/README.gigaset
5461 F:      drivers/isdn/gigaset/
5462 F:      include/uapi/linux/gigaset_dev.h
5463
5464 GO7007 MPEG CODEC
5465 M:      Hans Verkuil <[email protected]>
5466 L:      [email protected]
5467 S:      Maintained
5468 F:      drivers/media/usb/go7007/
5469
5470 GOODIX TOUCHSCREEN
5471 M:      Bastien Nocera <[email protected]>
5472 L:      [email protected]
5473 S:      Maintained
5474 F:      drivers/input/touchscreen/goodix.c
5475
5476 GPIO MOCKUP DRIVER
5477 M:      Bamvor Jian Zhang <[email protected]>
5478 L:      [email protected]
5479 S:      Maintained
5480 F:      drivers/gpio/gpio-mockup.c
5481 F:      tools/testing/selftests/gpio/
5482
5483 GPIO SUBSYSTEM
5484 M:      Linus Walleij <[email protected]>
5485 M:      Alexandre Courbot <[email protected]>
5486 L:      [email protected]
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5488 S:      Maintained
5489 F:      Documentation/devicetree/bindings/gpio/
5490 F:      Documentation/gpio/
5491 F:      Documentation/ABI/testing/gpio-cdev
5492 F:      Documentation/ABI/obsolete/sysfs-gpio
5493 F:      drivers/gpio/
5494 F:      include/linux/gpio/
5495 F:      include/linux/gpio.h
5496 F:      include/asm-generic/gpio.h
5497 F:      include/uapi/linux/gpio.h
5498 F:      tools/gpio/
5499
5500 GRE DEMULTIPLEXER DRIVER
5501 M:      Dmitry Kozlov <[email protected]>
5502 L:      [email protected]
5503 S:      Maintained
5504 F:      net/ipv4/gre_demux.c
5505 F:      net/ipv4/gre_offload.c
5506 F:      include/net/gre.h
5507
5508 GRETH 10/100/1G Ethernet MAC device driver
5509 M:      Andreas Larsson <[email protected]>
5510 L:      [email protected]
5511 S:      Maintained
5512 F:      drivers/net/ethernet/aeroflex/
5513
5514 GREYBUS SUBSYSTEM
5515 M:      Johan Hovold <[email protected]>
5516 M:      Alex Elder <[email protected]>
5517 M:      Greg Kroah-Hartman <[email protected]>
5518 S:      Maintained
5519 F:      drivers/staging/greybus/
5520 L:      [email protected]
5521
5522 GREYBUS AUDIO PROTOCOLS DRIVERS
5523 M:      Vaibhav Agarwal <[email protected]>
5524 M:      Mark Greer <[email protected]>
5525 S:      Maintained
5526 F:      drivers/staging/greybus/audio_apbridgea.c
5527 F:      drivers/staging/greybus/audio_apbridgea.h
5528 F:      drivers/staging/greybus/audio_codec.c
5529 F:      drivers/staging/greybus/audio_codec.h
5530 F:      drivers/staging/greybus/audio_gb.c
5531 F:      drivers/staging/greybus/audio_manager.c
5532 F:      drivers/staging/greybus/audio_manager.h
5533 F:      drivers/staging/greybus/audio_manager_module.c
5534 F:      drivers/staging/greybus/audio_manager_private.h
5535 F:      drivers/staging/greybus/audio_manager_sysfs.c
5536 F:      drivers/staging/greybus/audio_module.c
5537 F:      drivers/staging/greybus/audio_topology.c
5538
5539 GREYBUS PROTOCOLS DRIVERS
5540 M:      Rui Miguel Silva <[email protected]>
5541 S:      Maintained
5542 F:      drivers/staging/greybus/sdio.c
5543 F:      drivers/staging/greybus/light.c
5544 F:      drivers/staging/greybus/gpio.c
5545 F:      drivers/staging/greybus/power_supply.c
5546 F:      drivers/staging/greybus/spi.c
5547 F:      drivers/staging/greybus/spilib.c
5548
5549 GREYBUS PROTOCOLS DRIVERS
5550 M:      Bryan O'Donoghue <[email protected]>
5551 S:      Maintained
5552 F:      drivers/staging/greybus/loopback.c
5553 F:      drivers/staging/greybus/timesync.c
5554 F:      drivers/staging/greybus/timesync_platform.c
5555
5556 GREYBUS PROTOCOLS DRIVERS
5557 M:      Viresh Kumar <[email protected]>
5558 S:      Maintained
5559 F:      drivers/staging/greybus/authentication.c
5560 F:      drivers/staging/greybus/bootrom.c
5561 F:      drivers/staging/greybus/firmware.h
5562 F:      drivers/staging/greybus/fw-core.c
5563 F:      drivers/staging/greybus/fw-download.c
5564 F:      drivers/staging/greybus/fw-managament.c
5565 F:      drivers/staging/greybus/greybus_authentication.h
5566 F:      drivers/staging/greybus/greybus_firmware.h
5567 F:      drivers/staging/greybus/hid.c
5568 F:      drivers/staging/greybus/i2c.c
5569 F:      drivers/staging/greybus/spi.c
5570 F:      drivers/staging/greybus/spilib.c
5571 F:      drivers/staging/greybus/spilib.h
5572
5573 GREYBUS PROTOCOLS DRIVERS
5574 M:      David Lin <[email protected]>
5575 S:      Maintained
5576 F:      drivers/staging/greybus/uart.c
5577 F:      drivers/staging/greybus/log.c
5578
5579 GREYBUS PLATFORM DRIVERS
5580 M:      Vaibhav Hiremath <[email protected]>
5581 S:      Maintained
5582 F:      drivers/staging/greybus/arche-platform.c
5583 F:      drivers/staging/greybus/arche-apb-ctrl.c
5584 F:      drivers/staging/greybus/arche_platform.h
5585
5586 GS1662 VIDEO SERIALIZER
5587 M:      Charles-Antoine Couret <[email protected]>
5588 L:      [email protected]
5589 T:      git git://linuxtv.org/media_tree.git
5590 S:      Maintained
5591 F:      drivers/media/spi/gs1662.c
5592
5593 GSPCA FINEPIX SUBDRIVER
5594 M:      Frank Zago <[email protected]>
5595 L:      [email protected]
5596 T:      git git://linuxtv.org/media_tree.git
5597 S:      Maintained
5598 F:      drivers/media/usb/gspca/finepix.c
5599
5600 GSPCA GL860 SUBDRIVER
5601 M:      Olivier Lorin <[email protected]>
5602 L:      [email protected]
5603 T:      git git://linuxtv.org/media_tree.git
5604 S:      Maintained
5605 F:      drivers/media/usb/gspca/gl860/
5606
5607 GSPCA M5602 SUBDRIVER
5608 M:      Erik Andren <[email protected]>
5609 L:      [email protected]
5610 T:      git git://linuxtv.org/media_tree.git
5611 S:      Maintained
5612 F:      drivers/media/usb/gspca/m5602/
5613
5614 GSPCA PAC207 SONIXB SUBDRIVER
5615 M:      Hans Verkuil <[email protected]>
5616 L:      [email protected]
5617 T:      git git://linuxtv.org/media_tree.git
5618 S:      Odd Fixes
5619 F:      drivers/media/usb/gspca/pac207.c
5620
5621 GSPCA SN9C20X SUBDRIVER
5622 M:      Brian Johnson <[email protected]>
5623 L:      [email protected]
5624 T:      git git://linuxtv.org/media_tree.git
5625 S:      Maintained
5626 F:      drivers/media/usb/gspca/sn9c20x.c
5627
5628 GSPCA T613 SUBDRIVER
5629 M:      Leandro Costantino <[email protected]>
5630 L:      [email protected]
5631 T:      git git://linuxtv.org/media_tree.git
5632 S:      Maintained
5633 F:      drivers/media/usb/gspca/t613.c
5634
5635 GSPCA USB WEBCAM DRIVER
5636 M:      Hans Verkuil <[email protected]>
5637 L:      [email protected]
5638 T:      git git://linuxtv.org/media_tree.git
5639 S:      Odd Fixes
5640 F:      drivers/media/usb/gspca/
5641
5642 GUID PARTITION TABLE (GPT)
5643 M:      Davidlohr Bueso <[email protected]>
5644 L:      [email protected]
5645 S:      Maintained
5646 F:      block/partitions/efi.*
5647
5648 STK1160 USB VIDEO CAPTURE DRIVER
5649 M:      Ezequiel Garcia <[email protected]>
5650 L:      [email protected]
5651 T:      git git://linuxtv.org/media_tree.git
5652 S:      Maintained
5653 F:      drivers/media/usb/stk1160/
5654
5655 H8/300 ARCHITECTURE
5656 M:      Yoshinori Sato <[email protected]>
5657 L:      [email protected] (moderated for non-subscribers)
5658 W:      http://uclinux-h8.sourceforge.jp
5659 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5660 S:      Maintained
5661 F:      arch/h8300/
5662 F:      drivers/clocksource/h8300_*.c
5663 F:      drivers/clk/h8300/
5664 F:      drivers/irqchip/irq-renesas-h8*.c
5665
5666 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5667 M:      Frank Seidel <[email protected]>
5668 L:      [email protected]
5669 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5670 S:      Maintained
5671 F:      drivers/platform/x86/hdaps.c
5672
5673 HDPVR USB VIDEO ENCODER DRIVER
5674 M:      Hans Verkuil <[email protected]>
5675 L:      [email protected]
5676 T:      git git://linuxtv.org/media_tree.git
5677 W:      https://linuxtv.org
5678 S:      Odd Fixes
5679 F:      drivers/media/usb/hdpvr/
5680
5681 HWPOISON MEMORY FAILURE HANDLING
5682 M:      Naoya Horiguchi <[email protected]>
5683 L:      [email protected]
5684 S:      Maintained
5685 F:      mm/memory-failure.c
5686 F:      mm/hwpoison-inject.c
5687
5688 HYPERVISOR VIRTUAL CONSOLE DRIVER
5689 L:      [email protected]
5690 S:      Odd Fixes
5691 F:      drivers/tty/hvc/
5692
5693 HACKRF MEDIA DRIVER
5694 M:      Antti Palosaari <[email protected]>
5695 L:      [email protected]
5696 W:      https://linuxtv.org
5697 W:      http://palosaari.fi/linux/
5698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5699 T:      git git://linuxtv.org/anttip/media_tree.git
5700 S:      Maintained
5701 F:      drivers/media/usb/hackrf/
5702
5703 HARDWARE MONITORING
5704 M:      Jean Delvare <[email protected]>
5705 M:      Guenter Roeck <[email protected]>
5706 L:      [email protected]
5707 W:      http://hwmon.wiki.kernel.org/
5708 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5710 S:      Maintained
5711 F:      Documentation/hwmon/
5712 F:      drivers/hwmon/
5713 F:      include/linux/hwmon*.h
5714
5715 HARDWARE RANDOM NUMBER GENERATOR CORE
5716 M:      Matt Mackall <[email protected]>
5717 M:      Herbert Xu <[email protected]>
5718 L:      [email protected]
5719 S:      Odd fixes
5720 F:      Documentation/devicetree/bindings/rng/
5721 F:      Documentation/hw_random.txt
5722 F:      drivers/char/hw_random/
5723 F:      include/linux/hw_random.h
5724
5725 HARDWARE SPINLOCK CORE
5726 M:      Ohad Ben-Cohen <[email protected]>
5727 M:      Bjorn Andersson <[email protected]>
5728 L:      [email protected]
5729 S:      Maintained
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5731 F:      Documentation/devicetree/bindings/hwlock/
5732 F:      Documentation/hwspinlock.txt
5733 F:      drivers/hwspinlock/
5734 F:      include/linux/hwspinlock.h
5735
5736 HARMONY SOUND DRIVER
5737 L:      [email protected]
5738 S:      Maintained
5739 F:      sound/parisc/harmony.*
5740
5741 HD29L2 MEDIA DRIVER
5742 M:      Antti Palosaari <[email protected]>
5743 L:      [email protected]
5744 W:      https://linuxtv.org
5745 W:      http://palosaari.fi/linux/
5746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5747 T:      git git://linuxtv.org/anttip/media_tree.git
5748 S:      Maintained
5749 F:      drivers/media/dvb-frontends/hd29l2*
5750
5751 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5752 M:      Jimmy Vance <[email protected]>
5753 S:      Supported
5754 F:      Documentation/watchdog/hpwdt.txt
5755 F:      drivers/watchdog/hpwdt.c
5756
5757 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5758 M:      Don Brace <[email protected]>
5759 L:      [email protected]
5760 L:      [email protected]
5761 S:      Supported
5762 F:      Documentation/scsi/hpsa.txt
5763 F:      drivers/scsi/hpsa*.[ch]
5764 F:      include/linux/cciss*.h
5765 F:      include/uapi/linux/cciss*.h
5766
5767 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5768 M:      Don Brace <[email protected]>
5769 L:      [email protected]
5770 L:      [email protected]
5771 S:      Supported
5772 F:      Documentation/blockdev/cciss.txt
5773 F:      drivers/block/cciss*
5774 F:      include/linux/cciss_ioctl.h
5775 F:      include/uapi/linux/cciss_ioctl.h
5776
5777 HFI1 DRIVER
5778 M:      Mike Marciniszyn <[email protected]>
5779 M:      Dennis Dalessandro <[email protected]>
5780 L:      [email protected]
5781 S:      Supported
5782 F:      drivers/infiniband/hw/hfi1
5783
5784 HFS FILESYSTEM
5785 L:      [email protected]
5786 S:      Orphan
5787 F:      Documentation/filesystems/hfs.txt
5788 F:      fs/hfs/
5789
5790 HFSPLUS FILESYSTEM
5791 L:      [email protected]
5792 S:      Orphan
5793 F:      Documentation/filesystems/hfsplus.txt
5794 F:      fs/hfsplus/
5795
5796 HGA FRAMEBUFFER DRIVER
5797 M:      Ferenc Bakonyi <[email protected]>
5798 L:      [email protected]
5799 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5800 S:      Maintained
5801 F:      drivers/video/fbdev/hgafb.c
5802
5803 HIBERNATION (aka Software Suspend, aka swsusp)
5804 M:      "Rafael J. Wysocki" <[email protected]>
5805 M:      Pavel Machek <[email protected]>
5806 L:      [email protected]
5807 B:      https://bugzilla.kernel.org
5808 S:      Supported
5809 F:      arch/x86/power/
5810 F:      drivers/base/power/
5811 F:      kernel/power/
5812 F:      include/linux/suspend.h
5813 F:      include/linux/freezer.h
5814 F:      include/linux/pm.h
5815 F:      arch/*/include/asm/suspend*.h
5816
5817 HID CORE LAYER
5818 M:      Jiri Kosina <[email protected]>
5819 R:      Benjamin Tissoires <[email protected]>
5820 L:      [email protected]
5821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5822 S:      Maintained
5823 F:      drivers/hid/
5824 F:      include/linux/hid*
5825 F:      include/uapi/linux/hid*
5826
5827 HID SENSOR HUB DRIVERS
5828 M:      Jiri Kosina <[email protected]>
5829 M:      Jonathan Cameron <[email protected]>
5830 M:      Srinivas Pandruvada <[email protected]>
5831 L:      [email protected]
5832 L:      [email protected]
5833 S:      Maintained
5834 F:      Documentation/hid/hid-sensor*
5835 F:      drivers/hid/hid-sensor-*
5836 F:      drivers/iio/*/hid-*
5837 F:      include/linux/hid-sensor-*
5838
5839 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5840 M:      Thomas Gleixner <[email protected]>
5841 L:      [email protected]
5842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5843 S:      Maintained
5844 F:      Documentation/timers/
5845 F:      kernel/time/hrtimer.c
5846 F:      kernel/time/clockevents.c
5847 F:      kernel/time/tick*.*
5848 F:      kernel/time/timer_*.c
5849 F:      include/linux/clockchips.h
5850 F:      include/linux/hrtimer.h
5851
5852 HIGH-SPEED SCC DRIVER FOR AX.25
5853 L:      [email protected]
5854 S:      Orphan
5855 F:      drivers/net/hamradio/dmascc.c
5856 F:      drivers/net/hamradio/scc.c
5857
5858 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5859 M:      HighPoint Linux Team <[email protected]>
5860 W:      http://www.highpoint-tech.com
5861 S:      Supported
5862 F:      Documentation/scsi/hptiop.txt
5863 F:      drivers/scsi/hptiop.c
5864
5865 HIPPI
5866 M:      Jes Sorensen <[email protected]>
5867 L:      [email protected]
5868 S:      Maintained
5869 F:      include/linux/hippidevice.h
5870 F:      include/uapi/linux/if_hippi.h
5871 F:      net/802/hippi.c
5872 F:      drivers/net/hippi/
5873
5874 HISILICON NETWORK SUBSYSTEM DRIVER
5875 M:      Yisen Zhuang <[email protected]>
5876 M:      Salil Mehta <[email protected]>
5877 L:      [email protected]
5878 W:      http://www.hisilicon.com
5879 S:      Maintained
5880 F:      drivers/net/ethernet/hisilicon/
5881 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5882
5883 HISILICON ROCE DRIVER
5884 M:      Lijun Ou <[email protected]>
5885 M:      Wei Hu(Xavier) <[email protected]>
5886 L:      [email protected]
5887 S:      Maintained
5888 F:      drivers/infiniband/hw/hns/
5889 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5890
5891 HISILICON SAS Controller
5892 M:      John Garry <[email protected]>
5893 W:      http://www.hisilicon.com
5894 S:      Supported
5895 F:      drivers/scsi/hisi_sas/
5896 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5897
5898 HOST AP DRIVER
5899 M:      Jouni Malinen <[email protected]>
5900 L:      [email protected]
5901 W:      http://w1.fi/hostap-driver.html
5902 S:      Obsolete
5903 F:      drivers/net/wireless/intersil/hostap/
5904
5905 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5906 L:      [email protected]
5907 S:      Orphan
5908 F:      drivers/platform/x86/tc1100-wmi.c
5909
5910 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5911 M:      Jaroslav Kysela <[email protected]>
5912 S:      Maintained
5913 F:      drivers/net/ethernet/hp/hp100.*
5914
5915 HPET:   High Precision Event Timers driver
5916 M:      Clemens Ladisch <[email protected]>
5917 S:      Maintained
5918 F:      Documentation/timers/hpet.txt
5919 F:      drivers/char/hpet.c
5920 F:      include/linux/hpet.h
5921 F:      include/uapi/linux/hpet.h
5922
5923 HPET:   x86
5924 S:      Orphan
5925 F:      arch/x86/kernel/hpet.c
5926 F:      arch/x86/include/asm/hpet.h
5927
5928 HPFS FILESYSTEM
5929 M:      Mikulas Patocka <[email protected]>
5930 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5931 S:      Maintained
5932 F:      fs/hpfs/
5933
5934 HSI SUBSYSTEM
5935 M:      Sebastian Reichel <[email protected]>
5936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5937 S:      Maintained
5938 F:      Documentation/ABI/testing/sysfs-bus-hsi
5939 F:      Documentation/device-drivers/serial-interfaces.rst
5940 F:      drivers/hsi/
5941 F:      include/linux/hsi/
5942 F:      include/uapi/linux/hsi/
5943
5944 HSO 3G MODEM DRIVER
5945 M:      Jan Dumon <[email protected]>
5946 W:      http://www.pharscape.org
5947 S:      Maintained
5948 F:      drivers/net/usb/hso.c
5949
5950 HSR NETWORK PROTOCOL
5951 M:      Arvid Brodin <[email protected]>
5952 L:      [email protected]
5953 S:      Maintained
5954 F:      net/hsr/
5955
5956 HTCPEN TOUCHSCREEN DRIVER
5957 M:      Pau Oliva Fora <[email protected]>
5958 L:      [email protected]
5959 S:      Maintained
5960 F:      drivers/input/touchscreen/htcpen.c
5961
5962 HUGETLB FILESYSTEM
5963 M:      Nadia Yvette Chambers <[email protected]>
5964 S:      Maintained
5965 F:      fs/hugetlbfs/
5966
5967 HVA ST MEDIA DRIVER
5968 M:      Jean-Christophe Trotin <[email protected]>
5969 L:      [email protected]
5970 T:      git git://linuxtv.org/media_tree.git
5971 W:      https://linuxtv.org
5972 S:      Supported
5973 F:      drivers/media/platform/sti/hva
5974
5975 Hyper-V CORE AND DRIVERS
5976 M:      "K. Y. Srinivasan" <[email protected]>
5977 M:      Haiyang Zhang <[email protected]>
5978 M:      Stephen Hemminger <[email protected]>
5979 L:      [email protected]
5980 S:      Maintained
5981 F:      arch/x86/include/asm/mshyperv.h
5982 F:      arch/x86/include/uapi/asm/hyperv.h
5983 F:      arch/x86/kernel/cpu/mshyperv.c
5984 F:      drivers/hid/hid-hyperv.c
5985 F:      drivers/hv/
5986 F:      drivers/input/serio/hyperv-keyboard.c
5987 F:      drivers/pci/host/pci-hyperv.c
5988 F:      drivers/net/hyperv/
5989 F:      drivers/scsi/storvsc_drv.c
5990 F:      drivers/uio/uio_hv_generic.c
5991 F:      drivers/video/fbdev/hyperv_fb.c
5992 F:      include/linux/hyperv.h
5993 F:      tools/hv/
5994 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5995
5996 I2C MUXES
5997 M:      Peter Rosin <[email protected]>
5998 L:      [email protected]
5999 S:      Maintained
6000 F:      Documentation/i2c/i2c-topology
6001 F:      Documentation/i2c/muxes/
6002 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6003 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6004 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6005 F:      drivers/i2c/i2c-mux.c
6006 F:      drivers/i2c/muxes/
6007 F:      include/linux/i2c-mux.h
6008
6009 I2C OVER PARALLEL PORT
6010 M:      Jean Delvare <[email protected]>
6011 L:      [email protected]
6012 S:      Maintained
6013 F:      Documentation/i2c/busses/i2c-parport
6014 F:      Documentation/i2c/busses/i2c-parport-light
6015 F:      drivers/i2c/busses/i2c-parport.c
6016 F:      drivers/i2c/busses/i2c-parport-light.c
6017
6018 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6019 M:      Jean Delvare <[email protected]>
6020 L:      [email protected]
6021 S:      Maintained
6022 F:      Documentation/i2c/busses/i2c-ali1535
6023 F:      Documentation/i2c/busses/i2c-ali1563
6024 F:      Documentation/i2c/busses/i2c-ali15x3
6025 F:      Documentation/i2c/busses/i2c-amd756
6026 F:      Documentation/i2c/busses/i2c-amd8111
6027 F:      Documentation/i2c/busses/i2c-i801
6028 F:      Documentation/i2c/busses/i2c-nforce2
6029 F:      Documentation/i2c/busses/i2c-piix4
6030 F:      Documentation/i2c/busses/i2c-sis5595
6031 F:      Documentation/i2c/busses/i2c-sis630
6032 F:      Documentation/i2c/busses/i2c-sis96x
6033 F:      Documentation/i2c/busses/i2c-via
6034 F:      Documentation/i2c/busses/i2c-viapro
6035 F:      drivers/i2c/busses/i2c-ali1535.c
6036 F:      drivers/i2c/busses/i2c-ali1563.c
6037 F:      drivers/i2c/busses/i2c-ali15x3.c
6038 F:      drivers/i2c/busses/i2c-amd756.c
6039 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6040 F:      drivers/i2c/busses/i2c-amd8111.c
6041 F:      drivers/i2c/busses/i2c-i801.c
6042 F:      drivers/i2c/busses/i2c-isch.c
6043 F:      drivers/i2c/busses/i2c-nforce2.c
6044 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6045 F:      drivers/i2c/busses/i2c-piix4.c
6046 F:      drivers/i2c/busses/i2c-sis5595.c
6047 F:      drivers/i2c/busses/i2c-sis630.c
6048 F:      drivers/i2c/busses/i2c-sis96x.c
6049 F:      drivers/i2c/busses/i2c-via.c
6050 F:      drivers/i2c/busses/i2c-viapro.c
6051
6052 I2C/SMBUS ISMT DRIVER
6053 M:      Seth Heasley <[email protected]>
6054 M:      Neil Horman <[email protected]>
6055 L:      [email protected]
6056 F:      drivers/i2c/busses/i2c-ismt.c
6057 F:      Documentation/i2c/busses/i2c-ismt
6058
6059 I2C/SMBUS STUB DRIVER
6060 M:      Jean Delvare <[email protected]>
6061 L:      [email protected]
6062 S:      Maintained
6063 F:      drivers/i2c/i2c-stub.c
6064
6065 I2C SUBSYSTEM
6066 M:      Wolfram Sang <[email protected]>
6067 L:      [email protected]
6068 W:      https://i2c.wiki.kernel.org/
6069 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6071 S:      Maintained
6072 F:      Documentation/devicetree/bindings/i2c/
6073 F:      Documentation/i2c/
6074 F:      drivers/i2c/
6075 F:      drivers/i2c/*/
6076 F:      include/linux/i2c.h
6077 F:      include/linux/i2c-*.h
6078 F:      include/uapi/linux/i2c.h
6079 F:      include/uapi/linux/i2c-*.h
6080
6081 I2C ACPI SUPPORT
6082 M:      Mika Westerberg <[email protected]>
6083 L:      [email protected]
6084 L:      [email protected]
6085 S:      Maintained
6086
6087 I2C-TAOS-EVM DRIVER
6088 M:      Jean Delvare <[email protected]>
6089 L:      [email protected]
6090 S:      Maintained
6091 F:      Documentation/i2c/busses/i2c-taos-evm
6092 F:      drivers/i2c/busses/i2c-taos-evm.c
6093
6094 I2C-TINY-USB DRIVER
6095 M:      Till Harbaum <[email protected]>
6096 L:      [email protected]
6097 W:      http://www.harbaum.org/till/i2c_tiny_usb
6098 S:      Maintained
6099 F:      drivers/i2c/busses/i2c-tiny-usb.c
6100
6101 i386 BOOT CODE
6102 M:      "H. Peter Anvin" <[email protected]>
6103 S:      Maintained
6104 F:      arch/x86/boot/
6105
6106 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6107 M:      "H. Peter Anvin" <[email protected]>
6108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6109 S:      Maintained
6110
6111 IA64 (Itanium) PLATFORM
6112 M:      Tony Luck <[email protected]>
6113 M:      Fenghua Yu <[email protected]>
6114 L:      [email protected]
6115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6116 S:      Maintained
6117 F:      arch/ia64/
6118
6119 IBM Power VMX Cryptographic instructions
6120 M:      Leonidas S. Barbosa <[email protected]>
6121 M:      Paulo Flabiano Smorigo <[email protected]>
6122 L:      [email protected]
6123 S:      Supported
6124 F:      drivers/crypto/vmx/Makefile
6125 F:      drivers/crypto/vmx/Kconfig
6126 F:      drivers/crypto/vmx/vmx.c
6127 F:      drivers/crypto/vmx/aes*
6128 F:      drivers/crypto/vmx/ghash*
6129 F:      drivers/crypto/vmx/ppc-xlate.pl
6130
6131 IBM Power in-Nest Crypto Acceleration
6132 M:      Leonidas S. Barbosa <[email protected]>
6133 M:      Paulo Flabiano Smorigo <[email protected]>
6134 L:      [email protected]
6135 S:      Supported
6136 F:      drivers/crypto/nx/Makefile
6137 F:      drivers/crypto/nx/Kconfig
6138 F:      drivers/crypto/nx/nx-aes*
6139 F:      drivers/crypto/nx/nx-sha*
6140 F:      drivers/crypto/nx/nx.*
6141 F:      drivers/crypto/nx/nx_csbcpb.h
6142 F:      drivers/crypto/nx/nx_debugfs.h
6143
6144 IBM Power 842 compression accelerator
6145 M:      Dan Streetman <[email protected]>
6146 S:      Supported
6147 F:      drivers/crypto/nx/Makefile
6148 F:      drivers/crypto/nx/Kconfig
6149 F:      drivers/crypto/nx/nx-842*
6150 F:      include/linux/sw842.h
6151 F:      crypto/842.c
6152 F:      lib/842/
6153
6154 IBM Power Linux RAID adapter
6155 M:      Brian King <[email protected]>
6156 S:      Supported
6157 F:      drivers/scsi/ipr.*
6158
6159 IBM Power Virtual Ethernet Device Driver
6160 M:      Thomas Falcon <[email protected]>
6161 L:      [email protected]
6162 S:      Supported
6163 F:      drivers/net/ethernet/ibm/ibmveth.*
6164
6165 IBM Power SRIOV Virtual NIC Device Driver
6166 M:      Thomas Falcon <[email protected]>
6167 M:      John Allen <[email protected]>
6168 L:      [email protected]
6169 S:      Supported
6170 F:      drivers/net/ethernet/ibm/ibmvnic.*
6171
6172 IBM Power Virtual SCSI Device Drivers
6173 M:      Tyrel Datwyler <[email protected]>
6174 L:      [email protected]
6175 S:      Supported
6176 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6177 F:      include/scsi/viosrp.h
6178
6179 IBM Power Virtual SCSI Device Target Driver
6180 M:      Bryant G. Ly <[email protected]>
6181 M:      Michael Cyr <[email protected]>
6182 L:      [email protected]
6183 L:      [email protected]
6184 S:      Supported
6185 F:      drivers/scsi/ibmvscsi_tgt/
6186
6187 IBM Power Virtual FC Device Drivers
6188 M:      Tyrel Datwyler <[email protected]>
6189 L:      [email protected]
6190 S:      Supported
6191 F:      drivers/scsi/ibmvscsi/ibmvfc*
6192
6193 IBM ServeRAID RAID DRIVER
6194 S:      Orphan
6195 F:      drivers/scsi/ips.*
6196
6197 ICH LPC AND GPIO DRIVER
6198 M:      Peter Tyser <[email protected]>
6199 S:      Maintained
6200 F:      drivers/mfd/lpc_ich.c
6201 F:      drivers/gpio/gpio-ich.c
6202
6203 IDE SUBSYSTEM
6204 M:      "David S. Miller" <[email protected]>
6205 L:      [email protected]
6206 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6208 S:      Maintained
6209 F:      Documentation/ide/
6210 F:      drivers/ide/
6211 F:      include/linux/ide.h
6212
6213 IDEAPAD LAPTOP EXTRAS DRIVER
6214 M:      Ike Panhc <[email protected]>
6215 L:      [email protected]
6216 W:      http://launchpad.net/ideapad-laptop
6217 S:      Maintained
6218 F:      drivers/platform/x86/ideapad-laptop.c
6219
6220 IDEAPAD LAPTOP SLIDEBAR DRIVER
6221 M:      Andrey Moiseev <[email protected]>
6222 L:      [email protected]
6223 W:      https://github.com/o2genum/ideapad-slidebar
6224 S:      Maintained
6225 F:      drivers/input/misc/ideapad_slidebar.c
6226
6227 IDE/ATAPI DRIVERS
6228 M:      Borislav Petkov <[email protected]>
6229 L:      [email protected]
6230 S:      Maintained
6231 F:      Documentation/cdrom/ide-cd
6232 F:      drivers/ide/ide-cd*
6233
6234 IEEE 802.15.4 SUBSYSTEM
6235 M:      Alexander Aring <[email protected]>
6236 M:      Stefan Schmidt <[email protected]>
6237 L:      [email protected]
6238 W:      http://wpan.cakelab.org/
6239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6241 S:      Maintained
6242 F:      net/ieee802154/
6243 F:      net/mac802154/
6244 F:      drivers/net/ieee802154/
6245 F:      include/linux/nl802154.h
6246 F:      include/linux/ieee802154.h
6247 F:      include/net/nl802154.h
6248 F:      include/net/mac802154.h
6249 F:      include/net/af_ieee802154.h
6250 F:      include/net/cfg802154.h
6251 F:      include/net/ieee802154_netdev.h
6252 F:      Documentation/networking/ieee802154.txt
6253
6254 IGORPLUG-USB IR RECEIVER
6255 M:      Sean Young <[email protected]>
6256 L:      [email protected]
6257 S:      Maintained
6258 F:      drivers/media/rc/igorplugusb.c
6259
6260 IGUANAWORKS USB IR TRANSCEIVER
6261 M:      Sean Young <[email protected]>
6262 L:      [email protected]
6263 S:      Maintained
6264 F:      drivers/media/rc/iguanair.c
6265
6266 IIO DIGITAL POTENTIOMETER DAC
6267 M:      Peter Rosin <[email protected]>
6268 L:      [email protected]
6269 S:      Maintained
6270 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6271 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6272 F:      drivers/iio/dac/dpot-dac.c
6273
6274 IIO ENVELOPE DETECTOR
6275 M:      Peter Rosin <[email protected]>
6276 L:      [email protected]
6277 S:      Maintained
6278 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6279 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6280 F:      drivers/iio/adc/envelope-detector.c
6281
6282 IIO SUBSYSTEM AND DRIVERS
6283 M:      Jonathan Cameron <[email protected]>
6284 R:      Hartmut Knaack <[email protected]>
6285 R:      Lars-Peter Clausen <[email protected]>
6286 R:      Peter Meerwald-Stadler <[email protected]>
6287 L:      [email protected]
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6289 S:      Maintained
6290 F:      Documentation/devicetree/bindings/iio/
6291 F:      drivers/iio/
6292 F:      drivers/staging/iio/
6293 F:      include/linux/iio/
6294 F:      tools/iio/
6295
6296 IKANOS/ADI EAGLE ADSL USB DRIVER
6297 M:      Matthieu Castet <[email protected]>
6298 M:      Stanislaw Gruszka <[email protected]>
6299 S:      Maintained
6300 F:      drivers/usb/atm/ueagle-atm.c
6301
6302 IMGTEC ASCII LCD DRIVER
6303 M:      Paul Burton <[email protected]>
6304 S:      Maintained
6305 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6306 F:      drivers/auxdisplay/img-ascii-lcd.c
6307
6308 INA209 HARDWARE MONITOR DRIVER
6309 M:      Guenter Roeck <[email protected]>
6310 L:      [email protected]
6311 S:      Maintained
6312 F:      Documentation/hwmon/ina209
6313 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6314 F:      drivers/hwmon/ina209.c
6315
6316 INA2XX HARDWARE MONITOR DRIVER
6317 M:      Guenter Roeck <[email protected]>
6318 L:      [email protected]
6319 S:      Maintained
6320 F:      Documentation/hwmon/ina2xx
6321 F:      drivers/hwmon/ina2xx.c
6322 F:      include/linux/platform_data/ina2xx.h
6323
6324 INDUSTRY PACK SUBSYSTEM (IPACK)
6325 M:      Samuel Iglesias Gonsalvez <[email protected]>
6326 M:      Jens Taprogge <[email protected]>
6327 M:      Greg Kroah-Hartman <[email protected]>
6328 L:      [email protected]
6329 W:      http://industrypack.sourceforge.net
6330 S:      Maintained
6331 F:      drivers/ipack/
6332
6333 INGENIC JZ4780 DMA Driver
6334 M:      Zubair Lutfullah Kakakhel <[email protected]>
6335 S:      Maintained
6336 F:      drivers/dma/dma-jz4780.c
6337
6338 INGENIC JZ4780 NAND DRIVER
6339 M:      Harvey Hunt <[email protected]>
6340 L:      [email protected]
6341 S:      Maintained
6342 F:      drivers/mtd/nand/jz4780_*
6343
6344 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6345 M:      Mimi Zohar <[email protected]>
6346 M:      Dmitry Kasatkin <[email protected]>
6347 L:      [email protected]
6348 L:      [email protected]
6349 L:      [email protected]
6350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6351 S:      Supported
6352 F:      security/integrity/ima/
6353
6354 IMGTEC IR DECODER DRIVER
6355 M:      James Hogan <[email protected]>
6356 S:      Maintained
6357 F:      drivers/media/rc/img-ir/
6358
6359 IMS TWINTURBO FRAMEBUFFER DRIVER
6360 L:      [email protected]
6361 S:      Orphan
6362 F:      drivers/video/fbdev/imsttfb.c
6363
6364 INFINIBAND SUBSYSTEM
6365 M:      Doug Ledford <[email protected]>
6366 M:      Sean Hefty <[email protected]>
6367 M:      Hal Rosenstock <[email protected]>
6368 L:      [email protected]
6369 W:      http://www.openfabrics.org/
6370 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6372 S:      Supported
6373 F:      Documentation/infiniband/
6374 F:      drivers/infiniband/
6375 F:      include/uapi/linux/if_infiniband.h
6376 F:      include/uapi/rdma/
6377 F:      include/rdma/
6378
6379 INOTIFY
6380 M:      John McCutchan <[email protected]>
6381 M:      Robert Love <[email protected]>
6382 M:      Eric Paris <[email protected]>
6383 S:      Maintained
6384 F:      Documentation/filesystems/inotify.txt
6385 F:      fs/notify/inotify/
6386 F:      include/linux/inotify.h
6387 F:      include/uapi/linux/inotify.h
6388
6389 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6390 M:      Dmitry Torokhov <[email protected]>
6391 L:      [email protected]
6392 Q:      http://patchwork.kernel.org/project/linux-input/list/
6393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6394 S:      Maintained
6395 F:      drivers/input/
6396 F:      include/linux/input.h
6397 F:      include/uapi/linux/input.h
6398 F:      include/linux/input/
6399 F:      Documentation/devicetree/bindings/input/
6400
6401 INPUT MULTITOUCH (MT) PROTOCOL
6402 M:      Henrik Rydberg <[email protected]>
6403 L:      [email protected]
6404 S:      Odd fixes
6405 F:      Documentation/input/multi-touch-protocol.txt
6406 F:      drivers/input/input-mt.c
6407 K:      \b(ABS|SYN)_MT_
6408
6409 INTEL ASoC BDW/HSW DRIVERS
6410 M:      Jie Yang <[email protected]>
6411 L:      [email protected] (moderated for non-subscribers)
6412 S:      Supported
6413 F:      sound/soc/intel/common/sst-dsp*
6414 F:      sound/soc/intel/common/sst-firmware.c
6415 F:      sound/soc/intel/boards/broadwell.c
6416 F:      sound/soc/intel/haswell/
6417
6418 INTEL C600 SERIES SAS CONTROLLER DRIVER
6419 M:      Intel SCU Linux support <[email protected]>
6420 M:      Artur Paszkiewicz <[email protected]>
6421 L:      [email protected]
6422 T:      git git://git.code.sf.net/p/intel-sas/isci
6423 S:      Supported
6424 F:      drivers/scsi/isci/
6425
6426 INTEL HID EVENT DRIVER
6427 M:      Alex Hung <[email protected]>
6428 L:      [email protected]
6429 S:      Maintained
6430 F:      drivers/platform/x86/intel-hid.c
6431
6432 INTEL VIRTUAL BUTTON DRIVER
6433 M:      AceLan Kao <[email protected]>
6434 L:      [email protected]
6435 S:      Maintained
6436 F:      drivers/platform/x86/intel-vbtn.c
6437
6438 INTEL IDLE DRIVER
6439 M:      Jacob Pan <[email protected]>
6440 M:      Len Brown <[email protected]>
6441 L:      [email protected]
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6443 B:      https://bugzilla.kernel.org
6444 S:      Supported
6445 F:      drivers/idle/intel_idle.c
6446
6447 INTEL INTEGRATED SENSOR HUB DRIVER
6448 M:      Srinivas Pandruvada <[email protected]>
6449 M:      Jiri Kosina <[email protected]>
6450 L:      [email protected]
6451 S:      Maintained
6452 F:      drivers/hid/intel-ish-hid/
6453
6454 INTEL PSTATE DRIVER
6455 M:      Srinivas Pandruvada <[email protected]>
6456 M:      Len Brown <[email protected]>
6457 L:      [email protected]
6458 S:      Supported
6459 F:      drivers/cpufreq/intel_pstate.c
6460
6461 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6462 M:      Maik Broemme <[email protected]>
6463 L:      [email protected]
6464 S:      Maintained
6465 F:      Documentation/fb/intelfb.txt
6466 F:      drivers/video/fbdev/intelfb/
6467
6468 INTEL 810/815 FRAMEBUFFER DRIVER
6469 M:      Antonino Daplas <[email protected]>
6470 L:      [email protected]
6471 S:      Maintained
6472 F:      drivers/video/fbdev/i810/
6473
6474 INTEL MENLOW THERMAL DRIVER
6475 M:      Sujith Thomas <[email protected]>
6476 L:      [email protected]
6477 W:      https://01.org/linux-acpi
6478 S:      Supported
6479 F:      drivers/platform/x86/intel_menlow.c
6480
6481 INTEL I/OAT DMA DRIVER
6482 M:      Dave Jiang <[email protected]>
6483 R:      Dan Williams <[email protected]>
6484 L:      [email protected]
6485 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6486 S:      Supported
6487 F:      drivers/dma/ioat*
6488
6489 INTEL IOMMU (VT-d)
6490 M:      David Woodhouse <[email protected]>
6491 L:      [email protected]
6492 T:      git git://git.infradead.org/iommu-2.6.git
6493 S:      Supported
6494 F:      drivers/iommu/intel-iommu.c
6495 F:      include/linux/intel-iommu.h
6496
6497 INTEL IOP-ADMA DMA DRIVER
6498 R:      Dan Williams <[email protected]>
6499 S:      Odd fixes
6500 F:      drivers/dma/iop-adma.c
6501
6502 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6503 M:      Krzysztof Halasa <[email protected]>
6504 S:      Maintained
6505 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6506 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6507 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6508 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6509 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6510 F:      drivers/net/wan/ixp4xx_hss.c
6511
6512 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6513 M:      Deepak Saxena <[email protected]>
6514 S:      Maintained
6515 F:      drivers/char/hw_random/ixp4xx-rng.c
6516
6517 INTEL ETHERNET DRIVERS
6518 M:      Jeff Kirsher <[email protected]>
6519 L:      [email protected] (moderated for non-subscribers)
6520 W:      http://www.intel.com/support/feedback.htm
6521 W:      http://e1000.sourceforge.net/
6522 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6525 S:      Supported
6526 F:      Documentation/networking/e100.txt
6527 F:      Documentation/networking/e1000.txt
6528 F:      Documentation/networking/e1000e.txt
6529 F:      Documentation/networking/igb.txt
6530 F:      Documentation/networking/igbvf.txt
6531 F:      Documentation/networking/ixgb.txt
6532 F:      Documentation/networking/ixgbe.txt
6533 F:      Documentation/networking/ixgbevf.txt
6534 F:      Documentation/networking/i40e.txt
6535 F:      Documentation/networking/i40evf.txt
6536 F:      drivers/net/ethernet/intel/
6537 F:      drivers/net/ethernet/intel/*/
6538
6539 INTEL RDMA RNIC DRIVER
6540 M:     Faisal Latif <[email protected]>
6541 M:     Shiraz Saleem <[email protected]>
6542 L:     [email protected]
6543 S:     Supported
6544 F:     drivers/infiniband/hw/i40iw/
6545
6546 INTEL MERRIFIELD GPIO DRIVER
6547 M:      Andy Shevchenko <[email protected]>
6548 L:      [email protected]
6549 S:      Maintained
6550 F:      drivers/gpio/gpio-merrifield.c
6551
6552 INTEL-MID GPIO DRIVER
6553 M:      David Cohen <[email protected]>
6554 L:      [email protected]
6555 S:      Maintained
6556 F:      drivers/gpio/gpio-intel-mid.c
6557
6558 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6559 M:      Stanislav Yakovlev <[email protected]>
6560 L:      [email protected]
6561 S:      Maintained
6562 F:      Documentation/networking/README.ipw2100
6563 F:      Documentation/networking/README.ipw2200
6564 F:      drivers/net/wireless/intel/ipw2x00/
6565
6566 INTEL(R) TRACE HUB
6567 M:      Alexander Shishkin <[email protected]>
6568 S:      Supported
6569 F:      Documentation/trace/intel_th.txt
6570 F:      drivers/hwtracing/intel_th/
6571
6572 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6573 M:      Ning Sun <[email protected]>
6574 L:      [email protected]
6575 W:      http://tboot.sourceforge.net
6576 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6577 S:      Supported
6578 F:      Documentation/intel_txt.txt
6579 F:      include/linux/tboot.h
6580 F:      arch/x86/kernel/tboot.c
6581
6582 INTEL WIRELESS WIMAX CONNECTION 2400
6583 M:      Inaky Perez-Gonzalez <[email protected]>
6584 M:      [email protected]
6585 L:      [email protected] (subscribers-only)
6586 S:      Supported
6587 W:      http://linuxwimax.org
6588 F:      Documentation/wimax/README.i2400m
6589 F:      drivers/net/wimax/i2400m/
6590 F:      include/uapi/linux/wimax/i2400m.h
6591
6592 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6593 M:      Stanislaw Gruszka <[email protected]>
6594 L:      [email protected]
6595 S:      Supported
6596 F:      drivers/net/wireless/intel/iwlegacy/
6597
6598 INTEL WIRELESS WIFI LINK (iwlwifi)
6599 M:      Johannes Berg <[email protected]>
6600 M:      Emmanuel Grumbach <[email protected]>
6601 M:      Luca Coelho <[email protected]>
6602 M:      Intel Linux Wireless <[email protected]>
6603 L:      [email protected]
6604 W:      http://intellinuxwireless.org
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6606 S:      Supported
6607 F:      drivers/net/wireless/intel/iwlwifi/
6608
6609 INTEL MANAGEMENT ENGINE (mei)
6610 M:      Tomas Winkler <[email protected]>
6611 L:      [email protected]
6612 S:      Supported
6613 F:      include/uapi/linux/mei.h
6614 F:      include/linux/mei_cl_bus.h
6615 F:      drivers/misc/mei/*
6616 F:      drivers/watchdog/mei_wdt.c
6617 F:      Documentation/misc-devices/mei/*
6618 F:      samples/mei/*
6619
6620 INTEL MIC DRIVERS (mic)
6621 M:      Sudeep Dutt <[email protected]>
6622 M:      Ashutosh Dixit <[email protected]>
6623 S:      Supported
6624 W:      https://github.com/sudeepdutt/mic
6625 W:      http://software.intel.com/en-us/mic-developer
6626 F:      include/linux/mic_bus.h
6627 F:      include/linux/scif.h
6628 F:      include/uapi/linux/mic_common.h
6629 F:      include/uapi/linux/mic_ioctl.h
6630 F:      include/uapi/linux/scif_ioctl.h
6631 F:      drivers/misc/mic/
6632 F:      drivers/dma/mic_x100_dma.c
6633 F:      drivers/dma/mic_x100_dma.h
6634 F:      Documentation/mic/
6635
6636 INTEL PMC/P-Unit IPC DRIVER
6637 M:      Zha Qipeng<[email protected]>
6638 L:      [email protected]
6639 S:      Maintained
6640 F:      drivers/platform/x86/intel_pmc_ipc.c
6641 F:      drivers/platform/x86/intel_punit_ipc.c
6642 F:      arch/x86/include/asm/intel_pmc_ipc.h
6643 F:      arch/x86/include/asm/intel_punit_ipc.h
6644
6645 INTEL TELEMETRY DRIVER
6646 M:      Souvik Kumar Chakravarty <[email protected]>
6647 L:      [email protected]
6648 S:      Maintained
6649 F:      arch/x86/include/asm/intel_telemetry.h
6650 F:      drivers/platform/x86/intel_telemetry*
6651
6652 INTEL PMC CORE DRIVER
6653 M:      Rajneesh Bhardwaj <[email protected]>
6654 M:      Vishwanath Somayaji <[email protected]>
6655 L:      [email protected]
6656 S:      Maintained
6657 F:      arch/x86/include/asm/pmc_core.h
6658 F:      drivers/platform/x86/intel_pmc_core*
6659
6660 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6661 M:      Linus Walleij <[email protected]>
6662 L:      [email protected]
6663 S:      Maintained
6664 F:      drivers/iio/gyro/mpu3050*
6665 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6666
6667 IOC3 ETHERNET DRIVER
6668 M:      Ralf Baechle <[email protected]>
6669 L:      [email protected]
6670 S:      Maintained
6671 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6672
6673 IOC3 SERIAL DRIVER
6674 M:      Pat Gefre <[email protected]>
6675 L:      [email protected]
6676 S:      Maintained
6677 F:      drivers/tty/serial/ioc3_serial.c
6678
6679 IOMMU DRIVERS
6680 M:      Joerg Roedel <[email protected]>
6681 L:      [email protected]
6682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6683 S:      Maintained
6684 F:      Documentation/devicetree/bindings/iommu/
6685 F:      drivers/iommu/
6686
6687 IP MASQUERADING
6688 M:      Juanjo Ciarlante <[email protected]>
6689 S:      Maintained
6690 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6691
6692 IPMI SUBSYSTEM
6693 M:      Corey Minyard <[email protected]>
6694 L:      [email protected] (moderated for non-subscribers)
6695 W:      http://openipmi.sourceforge.net/
6696 S:      Supported
6697 F:      Documentation/IPMI.txt
6698 F:      drivers/char/ipmi/
6699 F:      include/linux/ipmi*
6700 F:      include/uapi/linux/ipmi*
6701
6702 QCOM AUDIO (ASoC) DRIVERS
6703 M:      Patrick Lai <[email protected]>
6704 M:      Banajit Goswami <[email protected]>
6705 L:      [email protected] (moderated for non-subscribers)
6706 S:      Supported
6707 F:      sound/soc/qcom/
6708
6709 IPS SCSI RAID DRIVER
6710 M:      Adaptec OEM Raid Solutions <[email protected]>
6711 L:      [email protected]
6712 W:      http://www.adaptec.com/
6713 S:      Maintained
6714 F:      drivers/scsi/ips*
6715
6716 IPVS
6717 M:      Wensong Zhang <[email protected]>
6718 M:      Simon Horman <[email protected]>
6719 M:      Julian Anastasov <[email protected]>
6720 L:      [email protected]
6721 L:      [email protected]
6722 S:      Maintained
6723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6725 F:      Documentation/networking/ipvs-sysctl.txt
6726 F:      include/net/ip_vs.h
6727 F:      include/uapi/linux/ip_vs.h
6728 F:      net/netfilter/ipvs/
6729
6730 IPWIRELESS DRIVER
6731 M:      Jiri Kosina <[email protected]>
6732 M:      David Sterba <[email protected]>
6733 S:      Odd Fixes
6734 F:      drivers/tty/ipwireless/
6735
6736 IPX NETWORK LAYER
6737 L:      [email protected]
6738 S:      Odd fixes
6739 F:      include/net/ipx.h
6740 F:      include/uapi/linux/ipx.h
6741 F:      net/ipx/
6742
6743 IRDA SUBSYSTEM
6744 M:      Samuel Ortiz <[email protected]>
6745 L:      [email protected] (subscribers-only)
6746 L:      [email protected]
6747 W:      http://irda.sourceforge.net/
6748 S:      Maintained
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6750 F:      Documentation/networking/irda.txt
6751 F:      drivers/net/irda/
6752 F:      include/net/irda/
6753 F:      net/irda/
6754
6755 IRQ SUBSYSTEM
6756 M:      Thomas Gleixner <[email protected]>
6757 L:      [email protected]
6758 S:      Maintained
6759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6760 F:      kernel/irq/
6761
6762 IRQCHIP DRIVERS
6763 M:      Thomas Gleixner <[email protected]>
6764 M:      Jason Cooper <[email protected]>
6765 M:      Marc Zyngier <[email protected]>
6766 L:      [email protected]
6767 S:      Maintained
6768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6769 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6770 F:      Documentation/devicetree/bindings/interrupt-controller/
6771 F:      drivers/irqchip/
6772
6773 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6774 M:      Marc Zyngier <[email protected]>
6775 S:      Maintained
6776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6777 F:      Documentation/IRQ-domain.txt
6778 F:      include/linux/irqdomain.h
6779 F:      kernel/irq/irqdomain.c
6780 F:      kernel/irq/msi.c
6781
6782 ISA
6783 M:      William Breathitt Gray <[email protected]>
6784 S:      Maintained
6785 F:      Documentation/isa.txt
6786 F:      drivers/base/isa.c
6787 F:      include/linux/isa.h
6788
6789 ISAPNP
6790 M:      Jaroslav Kysela <[email protected]>
6791 S:      Maintained
6792 F:      Documentation/isapnp.txt
6793 F:      drivers/pnp/isapnp/
6794 F:      include/linux/isapnp.h
6795
6796 ISA RADIO MODULE
6797 M:      Hans Verkuil <[email protected]>
6798 L:      [email protected]
6799 T:      git git://linuxtv.org/media_tree.git
6800 W:      https://linuxtv.org
6801 S:      Maintained
6802 F:      drivers/media/radio/radio-isa*
6803
6804 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6805 M:      Peter Jones <[email protected]>
6806 M:      Konrad Rzeszutek Wilk <[email protected]>
6807 S:      Maintained
6808 F:      drivers/firmware/iscsi_ibft*
6809
6810 ISCSI
6811 M:      Lee Duncan <[email protected]>
6812 M:      Chris Leech <[email protected]>
6813 L:      [email protected]
6814 W:      www.open-iscsi.com
6815 S:      Maintained
6816 F:      drivers/scsi/*iscsi*
6817 F:      include/scsi/*iscsi*
6818
6819 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6820 M:      Or Gerlitz <[email protected]>
6821 M:      Sagi Grimberg <[email protected]>
6822 M:      Roi Dayan <[email protected]>
6823 L:      [email protected]
6824 S:      Supported
6825 W:      http://www.openfabrics.org
6826 W:      www.open-iscsi.org
6827 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6828 F:      drivers/infiniband/ulp/iser/
6829
6830 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6831 M:      Sagi Grimberg <[email protected]>
6832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6833 L:      [email protected]
6834 L:      [email protected]
6835 S:      Supported
6836 W:      http://www.linux-iscsi.org
6837 F:      drivers/infiniband/ulp/isert
6838
6839 ISDN SUBSYSTEM
6840 M:      Karsten Keil <[email protected]>
6841 L:      [email protected] (subscribers-only)
6842 L:      [email protected]
6843 W:      http://www.isdn4linux.de
6844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6845 S:      Maintained
6846 F:      Documentation/isdn/
6847 F:      drivers/isdn/
6848 F:      include/linux/isdn.h
6849 F:      include/linux/isdn/
6850 F:      include/uapi/linux/isdn.h
6851 F:      include/uapi/linux/isdn/
6852
6853 ISDN SUBSYSTEM (Eicon active card driver)
6854 M:      Armin Schindler <[email protected]>
6855 L:      [email protected] (subscribers-only)
6856 W:      http://www.melware.de
6857 S:      Maintained
6858 F:      drivers/isdn/hardware/eicon/
6859
6860 IT87 HARDWARE MONITORING DRIVER
6861 M:      Jean Delvare <[email protected]>
6862 L:      [email protected]
6863 S:      Maintained
6864 F:      Documentation/hwmon/it87
6865 F:      drivers/hwmon/it87.c
6866
6867 IT913X MEDIA DRIVER
6868 M:      Antti Palosaari <[email protected]>
6869 L:      [email protected]
6870 W:      https://linuxtv.org
6871 W:      http://palosaari.fi/linux/
6872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6873 T:      git git://linuxtv.org/anttip/media_tree.git
6874 S:      Maintained
6875 F:      drivers/media/tuners/it913x*
6876
6877 IVTV VIDEO4LINUX DRIVER
6878 M:      Andy Walls <[email protected]>
6879 L:      [email protected] (subscribers-only)
6880 L:      [email protected]
6881 T:      git git://linuxtv.org/media_tree.git
6882 W:      http://www.ivtvdriver.org
6883 S:      Maintained
6884 F:      Documentation/media/v4l-drivers/ivtv*
6885 F:      drivers/media/pci/ivtv/
6886 F:      include/uapi/linux/ivtv*
6887
6888 IX2505V MEDIA DRIVER
6889 M:      Malcolm Priestley <[email protected]>
6890 L:      [email protected]
6891 W:      https://linuxtv.org
6892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6893 S:      Maintained
6894 F:      drivers/media/dvb-frontends/ix2505v*
6895
6896 JC42.4 TEMPERATURE SENSOR DRIVER
6897 M:      Guenter Roeck <[email protected]>
6898 L:      [email protected]
6899 S:      Maintained
6900 F:      drivers/hwmon/jc42.c
6901 F:      Documentation/hwmon/jc42
6902
6903 JFS FILESYSTEM
6904 M:      Dave Kleikamp <[email protected]>
6905 L:      [email protected]
6906 W:      http://jfs.sourceforge.net/
6907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6908 S:      Maintained
6909 F:      Documentation/filesystems/jfs.txt
6910 F:      fs/jfs/
6911
6912 JME NETWORK DRIVER
6913 M:      Guo-Fu Tseng <[email protected]>
6914 L:      [email protected]
6915 S:      Maintained
6916 F:      drivers/net/ethernet/jme.*
6917
6918 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6919 M:      David Woodhouse <[email protected]>
6920 L:      [email protected]
6921 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6922 S:      Maintained
6923 F:      fs/jffs2/
6924 F:      include/uapi/linux/jffs2.h
6925
6926 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6927 M:      "Theodore Ts'o" <[email protected]>
6928 M:      Jan Kara <[email protected]>
6929 L:      [email protected]
6930 S:      Maintained
6931 F:      fs/jbd2/
6932 F:      include/linux/jbd2.h
6933
6934 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6935 M:      Mikhail Ulyanov <[email protected]>
6936 L:      [email protected]
6937 S:      Maintained
6938 F:      drivers/media/platform/rcar_jpu.c
6939
6940 JSM Neo PCI based serial card
6941 M:      Gabriel Krisman Bertazi <[email protected]>
6942 L:      [email protected]
6943 S:      Maintained
6944 F:      drivers/tty/serial/jsm/
6945
6946 K10TEMP HARDWARE MONITORING DRIVER
6947 M:      Clemens Ladisch <[email protected]>
6948 L:      [email protected]
6949 S:      Maintained
6950 F:      Documentation/hwmon/k10temp
6951 F:      drivers/hwmon/k10temp.c
6952
6953 K8TEMP HARDWARE MONITORING DRIVER
6954 M:      Rudolf Marek <[email protected]>
6955 L:      [email protected]
6956 S:      Maintained
6957 F:      Documentation/hwmon/k8temp
6958 F:      drivers/hwmon/k8temp.c
6959
6960 KASAN
6961 M:      Andrey Ryabinin <[email protected]>
6962 R:      Alexander Potapenko <[email protected]>
6963 R:      Dmitry Vyukov <[email protected]>
6964 L:      [email protected]
6965 S:      Maintained
6966 F:      arch/*/include/asm/kasan.h
6967 F:      arch/*/mm/kasan_init*
6968 F:      Documentation/dev-tools/kasan.rst
6969 F:      include/linux/kasan*.h
6970 F:      lib/test_kasan.c
6971 F:      mm/kasan/
6972 F:      scripts/Makefile.kasan
6973
6974 KCONFIG
6975 M:      "Yann E. MORIN" <[email protected]>
6976 L:      [email protected]
6977 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6978 S:      Maintained
6979 F:      Documentation/kbuild/kconfig-language.txt
6980 F:      scripts/kconfig/
6981
6982 KDUMP
6983 M:      Dave Young <[email protected]>
6984 M:      Baoquan He <[email protected]>
6985 R:      Vivek Goyal <[email protected]>
6986 L:      [email protected]
6987 W:      http://lse.sourceforge.net/kdump/
6988 S:      Maintained
6989 F:      Documentation/kdump/
6990
6991 KEENE FM RADIO TRANSMITTER DRIVER
6992 M:      Hans Verkuil <[email protected]>
6993 L:      [email protected]
6994 T:      git git://linuxtv.org/media_tree.git
6995 W:      https://linuxtv.org
6996 S:      Maintained
6997 F:      drivers/media/radio/radio-keene*
6998
6999 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7000 M:      Ian Kent <[email protected]>
7001 L:      [email protected]
7002 S:      Maintained
7003 F:      fs/autofs4/
7004
7005 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7006 M:      Michal Marek <[email protected]>
7007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
7008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
7009 L:      [email protected]
7010 S:      Maintained
7011 F:      Documentation/kbuild/
7012 F:      Makefile
7013 F:      scripts/Makefile.*
7014 F:      scripts/basic/
7015 F:      scripts/mk*
7016 F:      scripts/package/
7017
7018 KERNEL JANITORS
7019 L:      [email protected]
7020 W:      http://kernelnewbies.org/KernelJanitors
7021 S:      Odd Fixes
7022
7023 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7024 M:      "J. Bruce Fields" <[email protected]>
7025 M:      Jeff Layton <[email protected]>
7026 L:      [email protected]
7027 W:      http://nfs.sourceforge.net/
7028 T:      git git://linux-nfs.org/~bfields/linux.git
7029 S:      Supported
7030 F:      fs/nfsd/
7031 F:      include/uapi/linux/nfsd/
7032 F:      fs/lockd/
7033 F:      fs/nfs_common/
7034 F:      net/sunrpc/
7035 F:      include/linux/lockd/
7036 F:      include/linux/sunrpc/
7037 F:      include/uapi/linux/sunrpc/
7038
7039 KERNEL SELFTEST FRAMEWORK
7040 M:      Shuah Khan <[email protected]>
7041 M:      Shuah Khan <[email protected]>
7042 L:      [email protected]
7043 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7044 S:      Maintained
7045 F:      tools/testing/selftests
7046
7047 KERNEL VIRTUAL MACHINE (KVM)
7048 M:      Paolo Bonzini <[email protected]>
7049 M:      Radim Krčmář <[email protected]>
7050 L:      [email protected]
7051 W:      http://www.linux-kvm.org
7052 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7053 S:      Supported
7054 F:      Documentation/*/kvm*.txt
7055 F:      Documentation/virtual/kvm/
7056 F:      arch/*/kvm/
7057 F:      arch/x86/kernel/kvm.c
7058 F:      arch/x86/kernel/kvmclock.c
7059 F:      arch/*/include/asm/kvm*
7060 F:      include/linux/kvm*
7061 F:      include/uapi/linux/kvm*
7062 F:      virt/kvm/
7063 F:      tools/kvm/
7064
7065 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7066 M:      Joerg Roedel <[email protected]>
7067 L:      [email protected]
7068 W:      http://www.linux-kvm.org/
7069 S:      Maintained
7070 F:      arch/x86/include/asm/svm.h
7071 F:      arch/x86/kvm/svm.c
7072
7073 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7074 M:      Alexander Graf <[email protected]>
7075 L:      [email protected]
7076 W:      http://www.linux-kvm.org/
7077 T:      git git://github.com/agraf/linux-2.6.git
7078 S:      Supported
7079 F:      arch/powerpc/include/asm/kvm*
7080 F:      arch/powerpc/kvm/
7081
7082 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7083 M:      Christian Borntraeger <[email protected]>
7084 M:      Cornelia Huck <[email protected]>
7085 L:      [email protected]
7086 W:      http://www.ibm.com/developerworks/linux/linux390/
7087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7088 S:      Supported
7089 F:      Documentation/s390/kvm.txt
7090 F:      arch/s390/include/asm/kvm*
7091 F:      arch/s390/kvm/
7092
7093 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7094 M:      Christoffer Dall <[email protected]>
7095 M:      Marc Zyngier <[email protected]>
7096 L:      [email protected] (moderated for non-subscribers)
7097 L:      [email protected]
7098 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7100 S:      Supported
7101 F:      arch/arm/include/uapi/asm/kvm*
7102 F:      arch/arm/include/asm/kvm*
7103 F:      arch/arm/kvm/
7104 F:      virt/kvm/arm/
7105 F:      include/kvm/arm_*
7106
7107 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7108 M:      Christoffer Dall <[email protected]>
7109 M:      Marc Zyngier <[email protected]>
7110 L:      [email protected] (moderated for non-subscribers)
7111 L:      [email protected]
7112 S:      Maintained
7113 F:      arch/arm64/include/uapi/asm/kvm*
7114 F:      arch/arm64/include/asm/kvm*
7115 F:      arch/arm64/kvm/
7116
7117 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7118 M:      James Hogan <[email protected]>
7119 L:      [email protected]
7120 S:      Supported
7121 F:      arch/mips/include/uapi/asm/kvm*
7122 F:      arch/mips/include/asm/kvm*
7123 F:      arch/mips/kvm/
7124
7125 KEXEC
7126 M:      Eric Biederman <[email protected]>
7127 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7128 L:      [email protected]
7129 S:      Maintained
7130 F:      include/linux/kexec.h
7131 F:      include/uapi/linux/kexec.h
7132 F:      kernel/kexec*
7133
7134 KEYS/KEYRINGS:
7135 M:      David Howells <[email protected]>
7136 L:      [email protected]
7137 S:      Maintained
7138 F:      Documentation/security/keys.txt
7139 F:      include/linux/key.h
7140 F:      include/linux/key-type.h
7141 F:      include/linux/keyctl.h
7142 F:      include/uapi/linux/keyctl.h
7143 F:      include/keys/
7144 F:      security/keys/
7145
7146 KEYS-TRUSTED
7147 M:      David Safford <[email protected]>
7148 M:      Mimi Zohar <[email protected]>
7149 L:      [email protected]
7150 L:      [email protected]
7151 S:      Supported
7152 F:      Documentation/security/keys-trusted-encrypted.txt
7153 F:      include/keys/trusted-type.h
7154 F:      security/keys/trusted.c
7155 F:      security/keys/trusted.h
7156
7157 KEYS-ENCRYPTED
7158 M:      Mimi Zohar <[email protected]>
7159 M:      David Safford <[email protected]>
7160 L:      [email protected]
7161 L:      [email protected]
7162 S:      Supported
7163 F:      Documentation/security/keys-trusted-encrypted.txt
7164 F:      include/keys/encrypted-type.h
7165 F:      security/keys/encrypted-keys/
7166
7167 KGDB / KDB /debug_core
7168 M:      Jason Wessel <[email protected]>
7169 W:      http://kgdb.wiki.kernel.org/
7170 L:      [email protected]
7171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7172 S:      Maintained
7173 F:      Documentation/DocBook/kgdb.tmpl
7174 F:      drivers/misc/kgdbts.c
7175 F:      drivers/tty/serial/kgdboc.c
7176 F:      include/linux/kdb.h
7177 F:      include/linux/kgdb.h
7178 F:      kernel/debug/
7179
7180 KMEMCHECK
7181 M:      Vegard Nossum <[email protected]>
7182 M:      Pekka Enberg <[email protected]>
7183 S:      Maintained
7184 F:      Documentation/dev-tools/kmemcheck.rst
7185 F:      arch/x86/include/asm/kmemcheck.h
7186 F:      arch/x86/mm/kmemcheck/
7187 F:      include/linux/kmemcheck.h
7188 F:      mm/kmemcheck.c
7189
7190 KMEMLEAK
7191 M:      Catalin Marinas <[email protected]>
7192 S:      Maintained
7193 F:      Documentation/dev-tools/kmemleak.rst
7194 F:      include/linux/kmemleak.h
7195 F:      mm/kmemleak.c
7196 F:      mm/kmemleak-test.c
7197
7198 KPROBES
7199 M:      Ananth N Mavinakayanahalli <[email protected]>
7200 M:      Anil S Keshavamurthy <[email protected]>
7201 M:      "David S. Miller" <[email protected]>
7202 M:      Masami Hiramatsu <[email protected]>
7203 S:      Maintained
7204 F:      Documentation/kprobes.txt
7205 F:      include/linux/kprobes.h
7206 F:      kernel/kprobes.c
7207
7208 KS0108 LCD CONTROLLER DRIVER
7209 M:      Miguel Ojeda Sandonis <[email protected]>
7210 W:      http://miguelojeda.es/auxdisplay.htm
7211 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7212 S:      Maintained
7213 F:      Documentation/auxdisplay/ks0108
7214 F:      drivers/auxdisplay/ks0108.c
7215 F:      include/linux/ks0108.h
7216
7217 L3MDEV
7218 M:      David Ahern <[email protected]>
7219 L:      [email protected]
7220 S:      Maintained
7221 F:      net/l3mdev
7222 F:      include/net/l3mdev.h
7223
7224 LANTIQ MIPS ARCHITECTURE
7225 M:      John Crispin <[email protected]>
7226 L:      [email protected]
7227 S:      Maintained
7228 F:      arch/mips/lantiq
7229
7230 LAPB module
7231 L:      [email protected]
7232 S:      Orphan
7233 F:      Documentation/networking/lapb-module.txt
7234 F:      include/*/lapb.h
7235 F:      net/lapb/
7236
7237 LASI 53c700 driver for PARISC
7238 M:      "James E.J. Bottomley" <[email protected]>
7239 L:      [email protected]
7240 S:      Maintained
7241 F:      Documentation/scsi/53c700.txt
7242 F:      drivers/scsi/53c700*
7243
7244 LED SUBSYSTEM
7245 M:      Richard Purdie <[email protected]>
7246 M:      Jacek Anaszewski <[email protected]>
7247 M:      Pavel Machek <[email protected]>
7248 L:      [email protected]
7249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7250 S:      Maintained
7251 F:      Documentation/devicetree/bindings/leds/
7252 F:      drivers/leds/
7253 F:      include/linux/leds.h
7254
7255 LEGACY EEPROM DRIVER
7256 M:      Jean Delvare <[email protected]>
7257 S:      Maintained
7258 F:      Documentation/misc-devices/eeprom
7259 F:      drivers/misc/eeprom/eeprom.c
7260
7261 LEGO USB Tower driver
7262 M:      Juergen Stuber <[email protected]>
7263 L:      [email protected]
7264 W:      http://legousb.sourceforge.net/
7265 S:      Maintained
7266 F:      drivers/usb/misc/legousbtower.c
7267
7268 LG2160 MEDIA DRIVER
7269 M:      Michael Krufky <[email protected]>
7270 L:      [email protected]
7271 W:      https://linuxtv.org
7272 W:      http://github.com/mkrufky
7273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7274 T:      git git://linuxtv.org/mkrufky/tuners.git
7275 S:      Maintained
7276 F:      drivers/media/dvb-frontends/lg2160.*
7277
7278 LGDT3305 MEDIA DRIVER
7279 M:      Michael Krufky <[email protected]>
7280 L:      [email protected]
7281 W:      https://linuxtv.org
7282 W:      http://github.com/mkrufky
7283 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7284 T:      git git://linuxtv.org/mkrufky/tuners.git
7285 S:      Maintained
7286 F:      drivers/media/dvb-frontends/lgdt3305.*
7287
7288 LGUEST
7289 M:      Rusty Russell <[email protected]>
7290 L:      [email protected]
7291 W:      http://lguest.ozlabs.org/
7292 S:      Odd Fixes
7293 F:      arch/x86/include/asm/lguest*.h
7294 F:      arch/x86/lguest/
7295 F:      drivers/lguest/
7296 F:      include/linux/lguest*.h
7297 F:      tools/lguest/
7298
7299 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7300 M:      Tejun Heo <[email protected]>
7301 L:      [email protected]
7302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7303 S:      Maintained
7304 F:      drivers/ata/
7305 F:      include/linux/ata.h
7306 F:      include/linux/libata.h
7307 F:      Documentation/devicetree/bindings/ata/
7308
7309 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7310 M:      Viresh Kumar <[email protected]>
7311 L:      [email protected]
7312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7313 S:      Maintained
7314 F:      include/linux/pata_arasan_cf_data.h
7315 F:      drivers/ata/pata_arasan_cf.c
7316
7317 LIBATA PATA DRIVERS
7318 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7319 M:      Tejun Heo <[email protected]>
7320 L:      [email protected]
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7322 S:      Maintained
7323 F:      drivers/ata/pata_*.c
7324 F:      drivers/ata/ata_generic.c
7325
7326 LIBATA SATA AHCI PLATFORM devices support
7327 M:      Hans de Goede <[email protected]>
7328 M:      Tejun Heo <[email protected]>
7329 L:      [email protected]
7330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7331 S:      Maintained
7332 F:      drivers/ata/ahci_platform.c
7333 F:      drivers/ata/libahci_platform.c
7334 F:      include/linux/ahci_platform.h
7335
7336 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7337 M:      Mikael Pettersson <[email protected]>
7338 L:      [email protected]
7339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7340 S:      Maintained
7341 F:      drivers/ata/sata_promise.*
7342
7343 LIBLOCKDEP
7344 M:      Sasha Levin <[email protected]>
7345 S:      Maintained
7346 F:      tools/lib/lockdep/
7347
7348 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7349 M:      Dan Williams <[email protected]>
7350 L:      [email protected]
7351 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7353 S:      Supported
7354 F:      drivers/nvdimm/*
7355 F:      include/linux/nd.h
7356 F:      include/linux/libnvdimm.h
7357 F:      include/uapi/linux/ndctl.h
7358
7359 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7360 M:      Ross Zwisler <[email protected]>
7361 L:      [email protected]
7362 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7363 S:      Supported
7364 F:      drivers/nvdimm/blk.c
7365 F:      drivers/nvdimm/region_devs.c
7366 F:      drivers/acpi/nfit*
7367
7368 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7369 M:      Vishal Verma <[email protected]>
7370 L:      [email protected]
7371 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7372 S:      Supported
7373 F:      drivers/nvdimm/btt*
7374
7375 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7376 M:      Ross Zwisler <[email protected]>
7377 L:      [email protected]
7378 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7379 S:      Supported
7380 F:      drivers/nvdimm/pmem.c
7381 F:      include/linux/pmem.h
7382 F:      arch/*/include/asm/pmem.h
7383
7384 LIGHTNVM PLATFORM SUPPORT
7385 M:      Matias Bjorling <[email protected]>
7386 W:      http://github/OpenChannelSSD
7387 L:      [email protected]
7388 S:      Maintained
7389 F:      drivers/lightnvm/
7390 F:      include/linux/lightnvm.h
7391 F:      include/uapi/linux/lightnvm.h
7392
7393 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7394 M:      Benjamin Herrenschmidt <[email protected]>
7395 M:      Paul Mackerras <[email protected]>
7396 M:      Michael Ellerman <[email protected]>
7397 W:      https://github.com/linuxppc/linux/wiki
7398 L:      [email protected]
7399 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7401 S:      Supported
7402 F:      Documentation/powerpc/
7403 F:      arch/powerpc/
7404 F:      drivers/char/tpm/tpm_ibmvtpm*
7405 F:      drivers/crypto/nx/
7406 F:      drivers/crypto/vmx/
7407 F:      drivers/net/ethernet/ibm/ibmveth.*
7408 F:      drivers/net/ethernet/ibm/ibmvnic.*
7409 F:      drivers/pci/hotplug/pnv_php.c
7410 F:      drivers/pci/hotplug/rpa*
7411 F:      drivers/scsi/ibmvscsi/
7412 F:      tools/testing/selftests/powerpc
7413 N:      opal
7414 N:      /pmac
7415 N:      powermac
7416 N:      powernv
7417 N:      [^a-z0-9]ps3
7418 N:      pseries
7419
7420 LINUX FOR POWER MACINTOSH
7421 M:      Benjamin Herrenschmidt <[email protected]>
7422 W:      http://www.penguinppc.org/
7423 L:      [email protected]
7424 S:      Maintained
7425 F:      arch/powerpc/platforms/powermac/
7426 F:      drivers/macintosh/
7427
7428 LINUX FOR POWERPC EMBEDDED MPC5XXX
7429 M:      Anatolij Gustschin <[email protected]>
7430 L:      [email protected]
7431 T:      git git://git.denx.de/linux-denx-agust.git
7432 S:      Maintained
7433 F:      arch/powerpc/platforms/512x/
7434 F:      arch/powerpc/platforms/52xx/
7435
7436 LINUX FOR POWERPC EMBEDDED PPC4XX
7437 M:      Alistair Popple <[email protected]>
7438 M:      Matt Porter <[email protected]>
7439 W:      http://www.penguinppc.org/
7440 L:      [email protected]
7441 S:      Maintained
7442 F:      arch/powerpc/platforms/40x/
7443 F:      arch/powerpc/platforms/44x/
7444
7445 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7446 L:      [email protected]
7447 S:      Orphan
7448 F:      arch/powerpc/*/*virtex*
7449 F:      arch/powerpc/*/*/*virtex*
7450
7451 LINUX FOR POWERPC EMBEDDED PPC8XX
7452 M:      Vitaly Bordug <[email protected]>
7453 W:      http://www.penguinppc.org/
7454 L:      [email protected]
7455 S:      Maintained
7456 F:      arch/powerpc/platforms/8xx/
7457
7458 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7459 M:      Scott Wood <[email protected]>
7460 M:      Kumar Gala <[email protected]>
7461 W:      http://www.penguinppc.org/
7462 L:      [email protected]
7463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7464 S:      Maintained
7465 F:      arch/powerpc/platforms/83xx/
7466 F:      arch/powerpc/platforms/85xx/
7467
7468 LINUX FOR POWERPC PA SEMI PWRFICIENT
7469 L:      [email protected]
7470 S:      Orphan
7471 F:      arch/powerpc/platforms/pasemi/
7472 F:      drivers/*/*pasemi*
7473 F:      drivers/*/*/*pasemi*
7474
7475 LINUX SECURITY MODULE (LSM) FRAMEWORK
7476 M:      Chris Wright <[email protected]>
7477 L:      [email protected]
7478 S:      Supported
7479
7480 LIS3LV02D ACCELEROMETER DRIVER
7481 M:      Eric Piel <[email protected]>
7482 S:      Maintained
7483 F:      Documentation/misc-devices/lis3lv02d
7484 F:      drivers/misc/lis3lv02d/
7485 F:      drivers/platform/x86/hp_accel.c
7486
7487 LIVE PATCHING
7488 M:      Josh Poimboeuf <[email protected]>
7489 M:      Jessica Yu <[email protected]>
7490 M:      Jiri Kosina <[email protected]>
7491 M:      Miroslav Benes <[email protected]>
7492 R:      Petr Mladek <[email protected]>
7493 S:      Maintained
7494 F:      kernel/livepatch/
7495 F:      include/linux/livepatch.h
7496 F:      arch/x86/include/asm/livepatch.h
7497 F:      arch/x86/kernel/livepatch.c
7498 F:      Documentation/livepatch/
7499 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7500 F:      samples/livepatch/
7501 L:      [email protected]
7502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7503
7504 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7505 M:      Kees Cook <[email protected]>
7506 S:      Maintained
7507 F:      drivers/misc/lkdtm*
7508
7509 LLC (802.2)
7510 L:      [email protected]
7511 S:      Odd fixes
7512 F:      include/linux/llc.h
7513 F:      include/uapi/linux/llc.h
7514 F:      include/net/llc*
7515 F:      net/llc/
7516
7517 LM73 HARDWARE MONITOR DRIVER
7518 M:      Guillaume Ligneul <[email protected]>
7519 L:      [email protected]
7520 S:      Maintained
7521 F:      drivers/hwmon/lm73.c
7522
7523 LM78 HARDWARE MONITOR DRIVER
7524 M:      Jean Delvare <[email protected]>
7525 L:      [email protected]
7526 S:      Maintained
7527 F:      Documentation/hwmon/lm78
7528 F:      drivers/hwmon/lm78.c
7529
7530 LM83 HARDWARE MONITOR DRIVER
7531 M:      Jean Delvare <[email protected]>
7532 L:      [email protected]
7533 S:      Maintained
7534 F:      Documentation/hwmon/lm83
7535 F:      drivers/hwmon/lm83.c
7536
7537 LM90 HARDWARE MONITOR DRIVER
7538 M:      Jean Delvare <[email protected]>
7539 L:      [email protected]
7540 S:      Maintained
7541 F:      Documentation/hwmon/lm90
7542 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7543 F:      drivers/hwmon/lm90.c
7544 F:      include/dt-bindings/thermal/lm90.h
7545
7546 LM95234 HARDWARE MONITOR DRIVER
7547 M:      Guenter Roeck <[email protected]>
7548 L:      [email protected]
7549 S:      Maintained
7550 F:      Documentation/hwmon/lm95234
7551 F:      drivers/hwmon/lm95234.c
7552
7553 LME2510 MEDIA DRIVER
7554 M:      Malcolm Priestley <[email protected]>
7555 L:      [email protected]
7556 W:      https://linuxtv.org
7557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7558 S:      Maintained
7559 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7560
7561 LOCKING PRIMITIVES
7562 M:      Peter Zijlstra <[email protected]>
7563 M:      Ingo Molnar <[email protected]>
7564 L:      [email protected]
7565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7566 S:      Maintained
7567 F:      Documentation/locking/
7568 F:      include/linux/lockdep.h
7569 F:      include/linux/spinlock*.h
7570 F:      arch/*/include/asm/spinlock*.h
7571 F:      include/linux/rwlock*.h
7572 F:      include/linux/mutex*.h
7573 F:      arch/*/include/asm/mutex*.h
7574 F:      include/linux/rwsem*.h
7575 F:      arch/*/include/asm/rwsem.h
7576 F:      include/linux/seqlock.h
7577 F:      lib/locking*.[ch]
7578 F:      kernel/locking/
7579
7580 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7581 M:      "Richard Russon (FlatCap)" <[email protected]>
7582 L:      [email protected]
7583 W:      http://www.linux-ntfs.org/content/view/19/37/
7584 S:      Maintained
7585 F:      Documentation/ldm.txt
7586 F:      block/partitions/ldm.*
7587
7588 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7589 M:      Sathya Prakash <[email protected]>
7590 M:      Chaitra P B <[email protected]>
7591 M:      Suganath Prabu Subramani <[email protected]>
7592 L:      [email protected]
7593 L:      [email protected]
7594 W:      http://www.avagotech.com/support/
7595 S:      Supported
7596 F:      drivers/message/fusion/
7597 F:      drivers/scsi/mpt2sas/
7598 F:      drivers/scsi/mpt3sas/
7599
7600 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7601 M:      Matthew Wilcox <[email protected]>
7602 L:      [email protected]
7603 S:      Maintained
7604 F:      drivers/scsi/sym53c8xx_2/
7605
7606 LTC4261 HARDWARE MONITOR DRIVER
7607 M:      Guenter Roeck <[email protected]>
7608 L:      [email protected]
7609 S:      Maintained
7610 F:      Documentation/hwmon/ltc4261
7611 F:      drivers/hwmon/ltc4261.c
7612
7613 LTP (Linux Test Project)
7614 M:      Mike Frysinger <[email protected]>
7615 M:      Cyril Hrubis <[email protected]>
7616 M:      Wanlong Gao <[email protected]>
7617 M:      Jan Stancek <[email protected]>
7618 M:      Stanislav Kholmanskikh <[email protected]>
7619 M:      Alexey Kodanev <[email protected]>
7620 L:      [email protected] (subscribers-only)
7621 W:      http://linux-test-project.github.io/
7622 T:      git git://github.com/linux-test-project/ltp.git
7623 S:      Maintained
7624
7625 M32R ARCHITECTURE
7626 W:      http://www.linux-m32r.org/
7627 S:      Orphan
7628 F:      arch/m32r/
7629
7630 M68K ARCHITECTURE
7631 M:      Geert Uytterhoeven <[email protected]>
7632 L:      [email protected]
7633 W:      http://www.linux-m68k.org/
7634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7635 S:      Maintained
7636 F:      arch/m68k/
7637 F:      drivers/zorro/
7638
7639 M68K ON APPLE MACINTOSH
7640 M:      Joshua Thompson <[email protected]>
7641 W:      http://www.mac.linux-m68k.org/
7642 L:      [email protected]
7643 S:      Maintained
7644 F:      arch/m68k/mac/
7645
7646 M68K ON HP9000/300
7647 M:      Philip Blundell <[email protected]>
7648 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7649 S:      Maintained
7650 F:      arch/m68k/hp300/
7651
7652 M88DS3103 MEDIA DRIVER
7653 M:      Antti Palosaari <[email protected]>
7654 L:      [email protected]
7655 W:      https://linuxtv.org
7656 W:      http://palosaari.fi/linux/
7657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7658 T:      git git://linuxtv.org/anttip/media_tree.git
7659 S:      Maintained
7660 F:      drivers/media/dvb-frontends/m88ds3103*
7661
7662 M88RS2000 MEDIA DRIVER
7663 M:      Malcolm Priestley <[email protected]>
7664 L:      [email protected]
7665 W:      https://linuxtv.org
7666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7667 S:      Maintained
7668 F:      drivers/media/dvb-frontends/m88rs2000*
7669
7670 MA901 MASTERKIT USB FM RADIO DRIVER
7671 M:      Alexey Klimov <[email protected]>
7672 L:      [email protected]
7673 T:      git git://linuxtv.org/media_tree.git
7674 S:      Maintained
7675 F:      drivers/media/radio/radio-ma901.c
7676
7677 MAC80211
7678 M:      Johannes Berg <[email protected]>
7679 L:      [email protected]
7680 W:      http://wireless.kernel.org/
7681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7683 S:      Maintained
7684 F:      Documentation/networking/mac80211-injection.txt
7685 F:      include/net/mac80211.h
7686 F:      net/mac80211/
7687 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7688
7689 MACVLAN DRIVER
7690 M:      Patrick McHardy <[email protected]>
7691 L:      [email protected]
7692 S:      Maintained
7693 F:      drivers/net/macvlan.c
7694 F:      include/linux/if_macvlan.h
7695
7696 MAILBOX API
7697 M:      Jassi Brar <[email protected]>
7698 L:      [email protected]
7699 S:      Maintained
7700 F:      drivers/mailbox/
7701 F:      include/linux/mailbox_client.h
7702 F:      include/linux/mailbox_controller.h
7703
7704 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7705 M:      Michael Kerrisk <[email protected]>
7706 W:      http://www.kernel.org/doc/man-pages
7707 L:      [email protected]
7708 S:      Maintained
7709
7710 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7711 M:      Andrew Lunn <[email protected]>
7712 M:      Vivien Didelot <[email protected]>
7713 L:      [email protected]
7714 S:      Maintained
7715 F:      drivers/net/dsa/mv88e6xxx/
7716 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7717
7718 MARVELL ARMADA DRM SUPPORT
7719 M:      Russell King <[email protected]>
7720 S:      Maintained
7721 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7722 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7723 F:      drivers/gpu/drm/armada/
7724 F:      include/uapi/drm/armada_drm.h
7725 F:      Documentation/devicetree/bindings/display/armada/
7726
7727 MARVELL CRYPTO DRIVER
7728 M:      Boris Brezillon <[email protected]>
7729 M:      Arnaud Ebalard <[email protected]>
7730 F:      drivers/crypto/marvell/
7731 S:      Maintained
7732 L:      [email protected]
7733
7734 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7735 M:      Mirko Lindner <[email protected]>
7736 M:      Stephen Hemminger <[email protected]>
7737 L:      [email protected]
7738 S:      Maintained
7739 F:      drivers/net/ethernet/marvell/sk*
7740
7741 MARVELL LIBERTAS WIRELESS DRIVER
7742 L:      [email protected]
7743 S:      Orphan
7744 F:      drivers/net/wireless/marvell/libertas/
7745
7746 MARVELL MV643XX ETHERNET DRIVER
7747 M:      Sebastian Hesselbarth <[email protected]>
7748 L:      [email protected]
7749 S:      Maintained
7750 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7751 F:      include/linux/mv643xx.h
7752
7753 MARVELL MVNETA ETHERNET DRIVER
7754 M:      Thomas Petazzoni <[email protected]>
7755 L:      [email protected]
7756 S:      Maintained
7757 F:      drivers/net/ethernet/marvell/mvneta.*
7758
7759 MARVELL MWIFIEX WIRELESS DRIVER
7760 M:      Amitkumar Karwar <[email protected]>
7761 M:      Nishant Sarmukadam <[email protected]>
7762 L:      [email protected]
7763 S:      Maintained
7764 F:      drivers/net/wireless/marvell/mwifiex/
7765
7766 MARVELL MWL8K WIRELESS DRIVER
7767 M:      Lennert Buytenhek <[email protected]>
7768 L:      [email protected]
7769 S:      Odd Fixes
7770 F:      drivers/net/wireless/marvell/mwl8k.c
7771
7772 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7773 M:      Nicolas Pitre <[email protected]>
7774 S:      Odd Fixes
7775 F:      drivers/mmc/host/mvsdio.*
7776
7777 MATROX FRAMEBUFFER DRIVER
7778 L:      [email protected]
7779 S:      Orphan
7780 F:      drivers/video/fbdev/matrox/matroxfb_*
7781 F:      include/uapi/linux/matroxfb.h
7782
7783 MAX16065 HARDWARE MONITOR DRIVER
7784 M:      Guenter Roeck <[email protected]>
7785 L:      [email protected]
7786 S:      Maintained
7787 F:      Documentation/hwmon/max16065
7788 F:      drivers/hwmon/max16065.c
7789
7790 MAX20751 HARDWARE MONITOR DRIVER
7791 M:      Guenter Roeck <[email protected]>
7792 L:      [email protected]
7793 S:      Maintained
7794 F:      Documentation/hwmon/max20751
7795 F:      drivers/hwmon/max20751.c
7796
7797 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7798 L:      [email protected]
7799 S:      Orphan
7800 F:      Documentation/hwmon/max6650
7801 F:      drivers/hwmon/max6650.c
7802
7803 MAX6697 HARDWARE MONITOR DRIVER
7804 M:      Guenter Roeck <[email protected]>
7805 L:      [email protected]
7806 S:      Maintained
7807 F:      Documentation/hwmon/max6697
7808 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7809 F:      drivers/hwmon/max6697.c
7810 F:      include/linux/platform_data/max6697.h
7811
7812 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7813 M:      Peter Rosin <[email protected]>
7814 L:      [email protected] (moderated for non-subscribers)
7815 S:      Maintained
7816 F:      Documentation/devicetree/bindings/sound/max9860.txt
7817 F:      sound/soc/codecs/max9860.*
7818
7819 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7820 M:      Krzysztof Kozlowski <[email protected]>
7821 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7822 L:      [email protected]
7823 S:      Supported
7824 F:      drivers/power/supply/max14577_charger.c
7825 F:      drivers/power/supply/max77693_charger.c
7826
7827 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7828 M:      Javier Martinez Canillas <[email protected]>
7829 L:      [email protected]
7830 S:      Supported
7831 F:      drivers/*/*max77802*.c
7832 F:      Documentation/devicetree/bindings/*/*max77802.txt
7833 F:      include/dt-bindings/*/*max77802.h
7834
7835 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7836 M:      Chanwoo Choi <[email protected]>
7837 M:      Krzysztof Kozlowski <[email protected]>
7838 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7839 L:      [email protected]
7840 S:      Supported
7841 F:      drivers/*/max14577*.c
7842 F:      drivers/*/max77686*.c
7843 F:      drivers/*/max77693*.c
7844 F:      drivers/extcon/extcon-max14577.c
7845 F:      drivers/extcon/extcon-max77693.c
7846 F:      drivers/rtc/rtc-max77686.c
7847 F:      drivers/clk/clk-max77686.c
7848 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7849 F:      Documentation/devicetree/bindings/*/max77686.txt
7850 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7851 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7852 F:      include/linux/mfd/max14577*.h
7853 F:      include/linux/mfd/max77686*.h
7854 F:      include/linux/mfd/max77693*.h
7855
7856 MAXIRADIO FM RADIO RECEIVER DRIVER
7857 M:      Hans Verkuil <[email protected]>
7858 L:      [email protected]
7859 T:      git git://linuxtv.org/media_tree.git
7860 W:      https://linuxtv.org
7861 S:      Maintained
7862 F:      drivers/media/radio/radio-maxiradio*
7863
7864 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7865 M:      Peter Rosin <[email protected]>
7866 L:      [email protected]
7867 S:      Maintained
7868 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7869 F:      drivers/iio/potentiometer/mcp4531.c
7870
7871 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7872 M:      William Breathitt Gray <[email protected]>
7873 L:      [email protected]
7874 S:      Maintained
7875 F:      drivers/iio/dac/cio-dac.c
7876
7877 MEDIA DRIVERS FOR RENESAS - FCP
7878 M:      Laurent Pinchart <[email protected]>
7879 L:      [email protected]
7880 L:      [email protected]
7881 T:      git git://linuxtv.org/media_tree.git
7882 S:      Supported
7883 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7884 F:      drivers/media/platform/rcar-fcp.c
7885 F:      include/media/rcar-fcp.h
7886
7887 MEDIA DRIVERS FOR RENESAS - FDP1
7888 M:      Kieran Bingham <[email protected]>
7889 L:      [email protected]
7890 L:      [email protected]
7891 T:      git git://linuxtv.org/media_tree.git
7892 S:      Supported
7893 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
7894 F:      drivers/media/platform/rcar_fdp1.c
7895
7896 MEDIA DRIVERS FOR RENESAS - VIN
7897 M:      Niklas Söderlund <[email protected]>
7898 L:      [email protected]
7899 L:      [email protected]
7900 T:      git git://linuxtv.org/media_tree.git
7901 S:      Supported
7902 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7903 F:      drivers/media/platform/rcar-vin/
7904
7905 MEDIA DRIVERS FOR RENESAS - VSP1
7906 M:      Laurent Pinchart <[email protected]>
7907 L:      [email protected]
7908 L:      [email protected]
7909 T:      git git://linuxtv.org/media_tree.git
7910 S:      Supported
7911 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7912 F:      drivers/media/platform/vsp1/
7913
7914 MEDIA DRIVERS FOR HELENE
7915 M:      Abylay Ospan <[email protected]>
7916 L:      [email protected]
7917 W:      https://linuxtv.org
7918 W:      http://netup.tv/
7919 T:      git git://linuxtv.org/media_tree.git
7920 S:      Supported
7921 F:      drivers/media/dvb-frontends/helene*
7922
7923 MEDIA DRIVERS FOR ASCOT2E
7924 M:      Sergey Kozlov <[email protected]>
7925 M:      Abylay Ospan <[email protected]>
7926 L:      [email protected]
7927 W:      https://linuxtv.org
7928 W:      http://netup.tv/
7929 T:      git git://linuxtv.org/media_tree.git
7930 S:      Supported
7931 F:      drivers/media/dvb-frontends/ascot2e*
7932
7933 MEDIA DRIVERS FOR CXD2841ER
7934 M:      Sergey Kozlov <[email protected]>
7935 M:      Abylay Ospan <[email protected]>
7936 L:      [email protected]
7937 W:      https://linuxtv.org
7938 W:      http://netup.tv/
7939 T:      git git://linuxtv.org/media_tree.git
7940 S:      Supported
7941 F:      drivers/media/dvb-frontends/cxd2841er*
7942
7943 MEDIA DRIVERS FOR HORUS3A
7944 M:      Sergey Kozlov <[email protected]>
7945 M:      Abylay Ospan <[email protected]>
7946 L:      [email protected]
7947 W:      https://linuxtv.org
7948 W:      http://netup.tv/
7949 T:      git git://linuxtv.org/media_tree.git
7950 S:      Supported
7951 F:      drivers/media/dvb-frontends/horus3a*
7952
7953 MEDIA DRIVERS FOR LNBH25
7954 M:      Sergey Kozlov <[email protected]>
7955 M:      Abylay Ospan <[email protected]>
7956 L:      [email protected]
7957 W:      https://linuxtv.org
7958 W:      http://netup.tv/
7959 T:      git git://linuxtv.org/media_tree.git
7960 S:      Supported
7961 F:      drivers/media/dvb-frontends/lnbh25*
7962
7963 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7964 M:      Sergey Kozlov <[email protected]>
7965 M:      Abylay Ospan <[email protected]>
7966 L:      [email protected]
7967 W:      https://linuxtv.org
7968 W:      http://netup.tv/
7969 T:      git git://linuxtv.org/media_tree.git
7970 S:      Supported
7971 F:      drivers/media/pci/netup_unidvb/*
7972
7973 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7974 M:      Mauro Carvalho Chehab <[email protected]>
7975 M:      Mauro Carvalho Chehab <[email protected]>
7976 P:      LinuxTV.org Project
7977 L:      [email protected]
7978 W:      https://linuxtv.org
7979 Q:      http://patchwork.kernel.org/project/linux-media/list/
7980 T:      git git://linuxtv.org/media_tree.git
7981 S:      Maintained
7982 F:      Documentation/media/
7983 F:      drivers/media/
7984 F:      drivers/staging/media/
7985 F:      include/linux/platform_data/media/
7986 F:      include/media/
7987 F:      include/uapi/linux/dvb/
7988 F:      include/uapi/linux/videodev2.h
7989 F:      include/uapi/linux/media.h
7990 F:      include/uapi/linux/v4l2-*
7991 F:      include/uapi/linux/meye.h
7992 F:      include/uapi/linux/ivtv*
7993 F:      include/uapi/linux/uvcvideo.h
7994
7995 MEDIATEK ETHERNET DRIVER
7996 M:      Felix Fietkau <[email protected]>
7997 M:      John Crispin <[email protected]>
7998 L:      [email protected]
7999 S:      Maintained
8000 F:      drivers/net/ethernet/mediatek/
8001
8002 MEDIATEK MEDIA DRIVER
8003 M:      Tiffany Lin <[email protected]>
8004 M:      Andrew-CT Chen <[email protected]>
8005 S:      Supported
8006 F:      drivers/media/platform/mtk-vcodec/
8007 F:      drivers/media/platform/mtk-vpu/
8008 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8009 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8010
8011 MEDIATEK MDP DRIVER
8012 M:      Minghsiu Tsai <[email protected]>
8013 M:      Houlong Wei <[email protected]>
8014 M:      Andrew-CT Chen <[email protected]>
8015 S:      Supported
8016 F:      drivers/media/platform/mtk-mdp/
8017 F:      drivers/media/platform/mtk-vpu/
8018 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8019
8020 MEDIATEK MT7601U WIRELESS LAN DRIVER
8021 M:      Jakub Kicinski <[email protected]>
8022 L:      [email protected]
8023 S:      Maintained
8024 F:      drivers/net/wireless/mediatek/mt7601u/
8025
8026 MEGARAID SCSI/SAS DRIVERS
8027 M:      Kashyap Desai <[email protected]>
8028 M:      Sumit Saxena <[email protected]>
8029 M:      Shivasharan S <[email protected]>
8030 L:      [email protected]
8031 L:      [email protected]
8032 W:      http://www.avagotech.com/support/
8033 S:      Maintained
8034 F:      Documentation/scsi/megaraid.txt
8035 F:      drivers/scsi/megaraid.*
8036 F:      drivers/scsi/megaraid/
8037
8038 MELFAS MIP4 TOUCHSCREEN DRIVER
8039 M:      Sangwon Jee <[email protected]>
8040 W:      http://www.melfas.com
8041 S:      Supported
8042 F:      drivers/input/touchscreen/melfas_mip4.c
8043 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8044
8045 MELLANOX ETHERNET DRIVER (mlx4_en)
8046 M:      Tariq Toukan <[email protected]>
8047 L:      [email protected]
8048 S:      Supported
8049 W:      http://www.mellanox.com
8050 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8051 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8052
8053 MELLANOX ETHERNET DRIVER (mlx5e)
8054 M:      Saeed Mahameed <[email protected]>
8055 L:      [email protected]
8056 S:      Supported
8057 W:      http://www.mellanox.com
8058 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8059 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8060
8061 MELLANOX ETHERNET SWITCH DRIVERS
8062 M:      Jiri Pirko <[email protected]>
8063 M:      Ido Schimmel <[email protected]>
8064 L:      [email protected]
8065 S:      Supported
8066 W:      http://www.mellanox.com
8067 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8068 F:      drivers/net/ethernet/mellanox/mlxsw/
8069
8070 MELLANOX MLXCPLD I2C AND MUX DRIVER
8071 M:      Vadim Pasternak <[email protected]>
8072 M:      Michael Shych <[email protected]>
8073 L:      [email protected]
8074 S:      Supported
8075 F:      drivers/i2c/busses/i2c-mlxcpld.c
8076 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8077 F:      Documentation/i2c/busses/i2c-mlxcpld
8078
8079 MELLANOX MLXCPLD LED DRIVER
8080 M:      Vadim Pasternak <[email protected]>
8081 L:      [email protected]
8082 S:      Supported
8083 F:      drivers/leds/leds-mlxcpld.c
8084 F:      Documentation/leds/leds-mlxcpld.txt
8085
8086 MELLANOX PLATFORM DRIVER
8087 M:      Vadim Pasternak <[email protected]>
8088 L:      [email protected]
8089 S:      Supported
8090 F:      drivers/platform/x86/mlx-platform.c
8091
8092 MELLANOX MLX CPLD HOTPLUG DRIVER
8093 M:      Vadim Pasternak <[email protected]>
8094 L:      [email protected]
8095 S:      Supported
8096 F:      drivers/platform/x86/mlxcpld-hotplug.c
8097 F:      include/linux/platform_data/mlxcpld-hotplug.h
8098
8099 SOFT-ROCE DRIVER (rxe)
8100 M:      Moni Shoua <[email protected]>
8101 L:      [email protected]
8102 S:      Supported
8103 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8104 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8105 F:      drivers/infiniband/sw/rxe/
8106 F:      include/uapi/rdma/rdma_user_rxe.h
8107
8108 MEMBARRIER SUPPORT
8109 M:      Mathieu Desnoyers <[email protected]>
8110 M:      "Paul E. McKenney" <[email protected]>
8111 L:      [email protected]
8112 S:      Supported
8113 F:      kernel/membarrier.c
8114 F:      include/uapi/linux/membarrier.h
8115
8116 MEMORY MANAGEMENT
8117 L:      [email protected]
8118 W:      http://www.linux-mm.org
8119 S:      Maintained
8120 F:      include/linux/mm.h
8121 F:      include/linux/gfp.h
8122 F:      include/linux/mmzone.h
8123 F:      include/linux/memory_hotplug.h
8124 F:      include/linux/vmalloc.h
8125 F:      mm/
8126
8127 MEMORY TECHNOLOGY DEVICES (MTD)
8128 M:      David Woodhouse <[email protected]>
8129 M:      Brian Norris <[email protected]>
8130 M:      Boris Brezillon <[email protected]>
8131 M:      Marek Vasut <[email protected]>
8132 M:      Richard Weinberger <[email protected]>
8133 M:      Cyrille Pitchen <[email protected]>
8134 L:      [email protected]
8135 W:      http://www.linux-mtd.infradead.org/
8136 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8137 T:      git git://git.infradead.org/linux-mtd.git
8138 T:      git git://git.infradead.org/l2-mtd.git
8139 S:      Maintained
8140 F:      Documentation/devicetree/bindings/mtd/
8141 F:      drivers/mtd/
8142 F:      include/linux/mtd/
8143 F:      include/uapi/mtd/
8144
8145 MEN A21 WATCHDOG DRIVER
8146 M:      Johannes Thumshirn <[email protected]>
8147 L:      [email protected]
8148 S:      Maintained
8149 F:      drivers/watchdog/mena21_wdt.c
8150
8151 MEN CHAMELEON BUS (mcb)
8152 M:      Johannes Thumshirn <[email protected]>
8153 S:      Maintained
8154 F:      drivers/mcb/
8155 F:      include/linux/mcb.h
8156 F:      Documentation/men-chameleon-bus.txt
8157
8158 MEN F21BMC (Board Management Controller)
8159 M:      Andreas Werner <[email protected]>
8160 S:      Supported
8161 F:      drivers/mfd/menf21bmc.c
8162 F:      drivers/watchdog/menf21bmc_wdt.c
8163 F:      drivers/leds/leds-menf21bmc.c
8164 F:      drivers/hwmon/menf21bmc_hwmon.c
8165 F:      Documentation/hwmon/menf21bmc
8166
8167 METAG ARCHITECTURE
8168 M:      James Hogan <[email protected]>
8169 L:      [email protected]
8170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8171 S:      Odd Fixes
8172 F:      arch/metag/
8173 F:      Documentation/metag/
8174 F:      Documentation/devicetree/bindings/metag/
8175 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8176 F:      drivers/clocksource/metag_generic.c
8177 F:      drivers/irqchip/irq-metag.c
8178 F:      drivers/irqchip/irq-metag-ext.c
8179 F:      drivers/tty/metag_da.c
8180
8181 MICROBLAZE ARCHITECTURE
8182 M:      Michal Simek <[email protected]>
8183 W:      http://www.monstr.eu/fdt/
8184 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8185 S:      Supported
8186 F:      arch/microblaze/
8187
8188 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8189 M:      Richard Genoud <[email protected]>
8190 S:      Maintained
8191 F:      drivers/tty/serial/atmel_serial.c
8192 F:      include/linux/atmel_serial.h
8193
8194 MICROCHIP / ATMEL DMA DRIVER
8195 M:      Ludovic Desroches <[email protected]>
8196 L:      [email protected] (moderated for non-subscribers)
8197 L:      [email protected]
8198 S:      Supported
8199 F:      drivers/dma/at_hdmac.c
8200 F:      drivers/dma/at_hdmac_regs.h
8201 F:      include/linux/platform_data/dma-atmel.h
8202
8203 MICROCHIP / ATMEL ISC DRIVER
8204 M:      Songjun Wu <[email protected]>
8205 L:      [email protected]
8206 S:      Supported
8207 F:      drivers/media/platform/atmel/atmel-isc.c
8208 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8209 F:      devicetree/bindings/media/atmel-isc.txt
8210
8211 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8212 M:      Chen Yu <[email protected]>
8213 L:      [email protected]
8214 S:      Supported
8215 F:      drivers/platform/x86/surfacepro3_button.c
8216
8217 MICROTEK X6 SCANNER
8218 M:      Oliver Neukum <[email protected]>
8219 S:      Maintained
8220 F:      drivers/usb/image/microtek.*
8221
8222 MIPS
8223 M:      Ralf Baechle <[email protected]>
8224 L:      [email protected]
8225 W:      http://www.linux-mips.org/
8226 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8227 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8228 S:      Supported
8229 F:      Documentation/devicetree/bindings/mips/
8230 F:      Documentation/mips/
8231 F:      arch/mips/
8232
8233 MIPS/LOONGSON1 ARCHITECTURE
8234 M:      Keguang Zhang <[email protected]>
8235 L:      [email protected]
8236 S:      Maintained
8237 F:      arch/mips/loongson32/
8238 F:      arch/mips/include/asm/mach-loongson32/
8239 F:      drivers/*/*loongson1*
8240 F:      drivers/*/*/*loongson1*
8241
8242 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8243 M:      Hans Verkuil <[email protected]>
8244 L:      [email protected]
8245 T:      git git://linuxtv.org/media_tree.git
8246 W:      https://linuxtv.org
8247 S:      Odd Fixes
8248 F:      drivers/media/radio/radio-miropcm20*
8249
8250 MELLANOX MLX4 core VPI driver
8251 M:      Yishai Hadas <[email protected]>
8252 L:      [email protected]
8253 L:      [email protected]
8254 W:      http://www.mellanox.com
8255 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8256 S:      Supported
8257 F:      drivers/net/ethernet/mellanox/mlx4/
8258 F:      include/linux/mlx4/
8259 F:      include/uapi/rdma/mlx4-abi.h
8260
8261 MELLANOX MLX4 IB driver
8262 M:      Yishai Hadas <[email protected]>
8263 L:      [email protected]
8264 W:      http://www.mellanox.com
8265 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8266 S:      Supported
8267 F:      drivers/infiniband/hw/mlx4/
8268 F:      include/linux/mlx4/
8269
8270 MELLANOX MLX5 core VPI driver
8271 M:      Saeed Mahameed <[email protected]>
8272 M:      Matan Barak <[email protected]>
8273 M:      Leon Romanovsky <[email protected]>
8274 L:      [email protected]
8275 L:      [email protected]
8276 W:      http://www.mellanox.com
8277 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8278 S:      Supported
8279 F:      drivers/net/ethernet/mellanox/mlx5/core/
8280 F:      include/linux/mlx5/
8281 F:      include/uapi/rdma/mlx5-abi.h
8282
8283 MELLANOX MLX5 IB driver
8284 M:      Matan Barak <[email protected]>
8285 M:      Leon Romanovsky <[email protected]>
8286 L:      [email protected]
8287 W:      http://www.mellanox.com
8288 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8289 S:      Supported
8290 F:      drivers/infiniband/hw/mlx5/
8291 F:      include/linux/mlx5/
8292
8293 MELEXIS MLX90614 DRIVER
8294 M:      Crt Mori <[email protected]>
8295 L:      [email protected]
8296 W:      http://www.melexis.com
8297 S:      Supported
8298 F:      drivers/iio/temperature/mlx90614.c
8299
8300 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8301 M:      Don Brace <[email protected]>
8302 L:      [email protected]
8303 L:      [email protected]
8304 S:      Supported
8305 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8306 F:      drivers/scsi/smartpqi/Kconfig
8307 F:      drivers/scsi/smartpqi/Makefile
8308 F:      include/linux/cciss*.h
8309 F:      include/uapi/linux/cciss*.h
8310 F:      Documentation/scsi/smartpqi.txt
8311
8312 MN88472 MEDIA DRIVER
8313 M:      Antti Palosaari <[email protected]>
8314 L:      [email protected]
8315 W:      https://linuxtv.org
8316 W:      http://palosaari.fi/linux/
8317 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8318 S:      Maintained
8319 F:      drivers/media/dvb-frontends/mn88472*
8320
8321 MN88473 MEDIA DRIVER
8322 M:      Antti Palosaari <[email protected]>
8323 L:      [email protected]
8324 W:      https://linuxtv.org
8325 W:      http://palosaari.fi/linux/
8326 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8327 S:      Maintained
8328 F:      drivers/media/dvb-frontends/mn88473*
8329
8330 MODULE SUPPORT
8331 M:      Jessica Yu <[email protected]>
8332 M:      Rusty Russell <[email protected]>
8333 S:      Maintained
8334 F:      include/linux/module.h
8335 F:      kernel/module.c
8336
8337 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8338 W:      http://popies.net/meye/
8339 S:      Orphan
8340 F:      Documentation/media/v4l-drivers/meye*
8341 F:      drivers/media/pci/meye/
8342 F:      include/uapi/linux/meye.h
8343
8344 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8345 M:      Jiri Slaby <[email protected]>
8346 S:      Maintained
8347 F:      Documentation/serial/moxa-smartio
8348 F:      drivers/tty/mxser.*
8349
8350 MR800 AVERMEDIA USB FM RADIO DRIVER
8351 M:      Alexey Klimov <[email protected]>
8352 L:      [email protected]
8353 T:      git git://linuxtv.org/media_tree.git
8354 S:      Maintained
8355 F:      drivers/media/radio/radio-mr800.c
8356
8357 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8358 M:      Alan Ott <[email protected]>
8359 L:      [email protected]
8360 S:      Maintained
8361 F:      drivers/net/ieee802154/mrf24j40.c
8362 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8363
8364 MSI LAPTOP SUPPORT
8365 M:      "Lee, Chun-Yi" <[email protected]>
8366 L:      [email protected]
8367 S:      Maintained
8368 F:      drivers/platform/x86/msi-laptop.c
8369
8370 MSI WMI SUPPORT
8371 L:      [email protected]
8372 S:      Orphan
8373 F:      drivers/platform/x86/msi-wmi.c
8374
8375 MSI001 MEDIA DRIVER
8376 M:      Antti Palosaari <[email protected]>
8377 L:      [email protected]
8378 W:      https://linuxtv.org
8379 W:      http://palosaari.fi/linux/
8380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8381 T:      git git://linuxtv.org/anttip/media_tree.git
8382 S:      Maintained
8383 F:      drivers/media/tuners/msi001*
8384
8385 MSI2500 MEDIA DRIVER
8386 M:      Antti Palosaari <[email protected]>
8387 L:      [email protected]
8388 W:      https://linuxtv.org
8389 W:      http://palosaari.fi/linux/
8390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8391 T:      git git://linuxtv.org/anttip/media_tree.git
8392 S:      Maintained
8393 F:      drivers/media/usb/msi2500/
8394
8395 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8396 M:      Robert Jarzmik <[email protected]>
8397 L:      [email protected]
8398 S:      Maintained
8399 F:      drivers/mtd/devices/docg3*
8400
8401 MT9M032 APTINA SENSOR DRIVER
8402 M:      Laurent Pinchart <[email protected]>
8403 L:      [email protected]
8404 T:      git git://linuxtv.org/media_tree.git
8405 S:      Maintained
8406 F:      drivers/media/i2c/mt9m032.c
8407 F:      include/media/i2c/mt9m032.h
8408
8409 MT9P031 APTINA CAMERA SENSOR
8410 M:      Laurent Pinchart <[email protected]>
8411 L:      [email protected]
8412 T:      git git://linuxtv.org/media_tree.git
8413 S:      Maintained
8414 F:      drivers/media/i2c/mt9p031.c
8415 F:      include/media/i2c/mt9p031.h
8416
8417 MT9T001 APTINA CAMERA SENSOR
8418 M:      Laurent Pinchart <[email protected]>
8419 L:      [email protected]
8420 T:      git git://linuxtv.org/media_tree.git
8421 S:      Maintained
8422 F:      drivers/media/i2c/mt9t001.c
8423 F:      include/media/i2c/mt9t001.h
8424
8425 MT9V032 APTINA CAMERA SENSOR
8426 M:      Laurent Pinchart <[email protected]>
8427 L:      [email protected]
8428 T:      git git://linuxtv.org/media_tree.git
8429 S:      Maintained
8430 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8431 F:      drivers/media/i2c/mt9v032.c
8432 F:      include/media/i2c/mt9v032.h
8433
8434 MULTIFUNCTION DEVICES (MFD)
8435 M:      Lee Jones <[email protected]>
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8437 S:      Supported
8438 F:      Documentation/devicetree/bindings/mfd/
8439 F:      drivers/mfd/
8440 F:      include/linux/mfd/
8441
8442 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8443 M:      Ulf Hansson <[email protected]>
8444 L:      [email protected]
8445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8446 S:      Maintained
8447 F:      Documentation/devicetree/bindings/mmc/
8448 F:      drivers/mmc/
8449 F:      include/linux/mmc/
8450 F:      include/uapi/linux/mmc/
8451
8452 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8453 S:      Orphan
8454 F:      drivers/mmc/host/mmc_spi.c
8455 F:      include/linux/spi/mmc_spi.h
8456
8457 MULTISOUND SOUND DRIVER
8458 M:      Andrew Veliath <[email protected]>
8459 S:      Maintained
8460 F:      Documentation/sound/oss/MultiSound
8461 F:      sound/oss/msnd*
8462
8463 MULTITECH MULTIPORT CARD (ISICOM)
8464 S:      Orphan
8465 F:      drivers/tty/isicom.c
8466 F:      include/linux/isicom.h
8467
8468 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8469 M:      Bin Liu <[email protected]>
8470 L:      [email protected]
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8472 S:      Maintained
8473 F:      drivers/usb/musb/
8474
8475 MXL5007T MEDIA DRIVER
8476 M:      Michael Krufky <[email protected]>
8477 L:      [email protected]
8478 W:      https://linuxtv.org
8479 W:      http://github.com/mkrufky
8480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8481 T:      git git://linuxtv.org/mkrufky/tuners.git
8482 S:      Maintained
8483 F:      drivers/media/tuners/mxl5007t.*
8484
8485 MXSFB DRM DRIVER
8486 M:      Marek Vasut <[email protected]>
8487 S:      Supported
8488 F:      drivers/gpu/drm/mxsfb/
8489 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8490
8491 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8492 M:      Hyong-Youb Kim <[email protected]>
8493 L:      [email protected]
8494 W:      https://www.myricom.com/support/downloads/myri10ge.html
8495 S:      Supported
8496 F:      drivers/net/ethernet/myricom/myri10ge/
8497
8498 NAND FLASH SUBSYSTEM
8499 M:      Boris Brezillon <[email protected]>
8500 R:      Richard Weinberger <[email protected]>
8501 L:      [email protected]
8502 W:      http://www.linux-mtd.infradead.org/
8503 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8504 T:      git git://github.com/linux-nand/linux.git
8505 S:      Maintained
8506 F:      drivers/mtd/nand/
8507 F:      include/linux/mtd/nand*.h
8508
8509 NATSEMI ETHERNET DRIVER (DP8381x)
8510 S:      Orphan
8511 F:      drivers/net/ethernet/natsemi/natsemi.c
8512
8513 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8514 M:      Daniel Mack <[email protected]>
8515 S:      Maintained
8516 L:      [email protected] (moderated for non-subscribers)
8517 W:      http://www.native-instruments.com
8518 F:      sound/usb/caiaq/
8519
8520 NCP FILESYSTEM
8521 M:      Petr Vandrovec <[email protected]>
8522 S:      Odd Fixes
8523 F:      fs/ncpfs/
8524
8525 NCR 5380 SCSI DRIVERS
8526 M:      Finn Thain <[email protected]>
8527 M:      Michael Schmitz <[email protected]>
8528 L:      [email protected]
8529 S:      Maintained
8530 F:      Documentation/scsi/g_NCR5380.txt
8531 F:      drivers/scsi/NCR5380.*
8532 F:      drivers/scsi/arm/cumana_1.c
8533 F:      drivers/scsi/arm/oak.c
8534 F:      drivers/scsi/atari_scsi.*
8535 F:      drivers/scsi/dmx3191d.c
8536 F:      drivers/scsi/g_NCR5380.*
8537 F:      drivers/scsi/mac_scsi.*
8538 F:      drivers/scsi/sun3_scsi.*
8539 F:      drivers/scsi/sun3_scsi_vme.c
8540
8541 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8542 M:      "James E.J. Bottomley" <[email protected]>
8543 L:      [email protected]
8544 S:      Maintained
8545 F:      drivers/scsi/NCR_D700.*
8546
8547 NCT6775 HARDWARE MONITOR DRIVER
8548 M:      Guenter Roeck <[email protected]>
8549 L:      [email protected]
8550 S:      Maintained
8551 F:      Documentation/hwmon/nct6775
8552 F:      drivers/hwmon/nct6775.c
8553
8554 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8555 M:      Faisal Latif <[email protected]>
8556 L:      [email protected]
8557 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8558 S:      Supported
8559 F:      drivers/infiniband/hw/nes/
8560 F:      include/uapi/rdma/nes-abi.h
8561
8562 NETEM NETWORK EMULATOR
8563 M:      Stephen Hemminger <[email protected]>
8564 L:      [email protected] (moderated for non-subscribers)
8565 S:      Maintained
8566 F:      net/sched/sch_netem.c
8567
8568 NETERION 10GbE DRIVERS (s2io/vxge)
8569 M:      Jon Mason <[email protected]>
8570 L:      [email protected]
8571 S:      Supported
8572 F:      Documentation/networking/s2io.txt
8573 F:      Documentation/networking/vxge.txt
8574 F:      drivers/net/ethernet/neterion/
8575
8576 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8577 M:      Pablo Neira Ayuso <[email protected]>
8578 M:      Patrick McHardy <[email protected]>
8579 M:      Jozsef Kadlecsik <[email protected]>
8580 L:      [email protected]
8581 L:      [email protected]
8582 W:      http://www.netfilter.org/
8583 W:      http://www.iptables.org/
8584 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8587 S:      Supported
8588 F:      include/linux/netfilter*
8589 F:      include/linux/netfilter/
8590 F:      include/net/netfilter/
8591 F:      include/uapi/linux/netfilter*
8592 F:      include/uapi/linux/netfilter/
8593 F:      net/*/netfilter.c
8594 F:      net/*/netfilter/
8595 F:      net/netfilter/
8596 F:      net/bridge/br_netfilter*.c
8597
8598 NETLABEL
8599 M:      Paul Moore <[email protected]>
8600 W:      http://netlabel.sf.net
8601 L:      [email protected]
8602 S:      Maintained
8603 F:      Documentation/netlabel/
8604 F:      include/net/netlabel.h
8605 F:      net/netlabel/
8606
8607 NETROM NETWORK LAYER
8608 M:      Ralf Baechle <[email protected]>
8609 L:      [email protected]
8610 W:      http://www.linux-ax25.org/
8611 S:      Maintained
8612 F:      include/net/netrom.h
8613 F:      include/uapi/linux/netrom.h
8614 F:      net/netrom/
8615
8616 NETRONOME ETHERNET DRIVERS
8617 M:      Jakub Kicinski <[email protected]>
8618 L:      [email protected]
8619 S:      Maintained
8620 F:      drivers/net/ethernet/netronome/
8621
8622 NETWORK BLOCK DEVICE (NBD)
8623 M:      Markus Pargmann <[email protected]>
8624 S:      Maintained
8625 L:      [email protected]
8626 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8627 F:      Documentation/blockdev/nbd.txt
8628 F:      drivers/block/nbd.c
8629 F:      include/uapi/linux/nbd.h
8630
8631 NETWORK DROP MONITOR
8632 M:      Neil Horman <[email protected]>
8633 L:      [email protected]
8634 S:      Maintained
8635 W:      https://fedorahosted.org/dropwatch/
8636 F:      net/core/drop_monitor.c
8637
8638 NETWORKING [DSA]
8639 M:      Andrew Lunn <[email protected]>
8640 M:      Vivien Didelot <[email protected]>
8641 M:      Florian Fainelli <[email protected]>
8642 S:      Maintained
8643 F:      net/dsa/
8644 F:      include/net/dsa.h
8645 F:      drivers/net/dsa/
8646
8647 NETWORKING [GENERAL]
8648 M:      "David S. Miller" <[email protected]>
8649 L:      [email protected]
8650 W:      http://www.linuxfoundation.org/en/Net
8651 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8654 S:      Maintained
8655 F:      net/
8656 F:      include/net/
8657 F:      include/linux/in.h
8658 F:      include/linux/net.h
8659 F:      include/linux/netdevice.h
8660 F:      include/uapi/linux/in.h
8661 F:      include/uapi/linux/net.h
8662 F:      include/uapi/linux/netdevice.h
8663 F:      include/uapi/linux/net_namespace.h
8664 F:      tools/net/
8665 F:      tools/testing/selftests/net/
8666 F:      lib/random32.c
8667
8668 NETWORKING [IPv4/IPv6]
8669 M:      "David S. Miller" <[email protected]>
8670 M:      Alexey Kuznetsov <[email protected]>
8671 M:      James Morris <[email protected]>
8672 M:      Hideaki YOSHIFUJI <[email protected]>
8673 M:      Patrick McHardy <[email protected]>
8674 L:      [email protected]
8675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8676 S:      Maintained
8677 F:      net/ipv4/
8678 F:      net/ipv6/
8679 F:      include/net/ip*
8680 F:      arch/x86/net/*
8681
8682 NETWORKING [IPSEC]
8683 M:      Steffen Klassert <[email protected]>
8684 M:      Herbert Xu <[email protected]>
8685 M:      "David S. Miller" <[email protected]>
8686 L:      [email protected]
8687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8689 S:      Maintained
8690 F:      net/core/flow.c
8691 F:      net/xfrm/
8692 F:      net/key/
8693 F:      net/ipv4/xfrm*
8694 F:      net/ipv4/esp4.c
8695 F:      net/ipv4/ah4.c
8696 F:      net/ipv4/ipcomp.c
8697 F:      net/ipv4/ip_vti.c
8698 F:      net/ipv6/xfrm*
8699 F:      net/ipv6/esp6.c
8700 F:      net/ipv6/ah6.c
8701 F:      net/ipv6/ipcomp6.c
8702 F:      net/ipv6/ip6_vti.c
8703 F:      include/uapi/linux/xfrm.h
8704 F:      include/net/xfrm.h
8705
8706 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8707 M:      Paul Moore <[email protected]>
8708 L:      [email protected]
8709 S:      Maintained
8710
8711 NETWORKING [WIRELESS]
8712 L:      [email protected]
8713 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8714
8715 NETWORKING DRIVERS
8716 L:      [email protected]
8717 W:      http://www.linuxfoundation.org/en/Net
8718 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8721 S:      Odd Fixes
8722 F:      Documentation/devicetree/bindings/net/
8723 F:      drivers/net/
8724 F:      include/linux/if_*
8725 F:      include/linux/netdevice.h
8726 F:      include/linux/etherdevice.h
8727 F:      include/linux/fcdevice.h
8728 F:      include/linux/fddidevice.h
8729 F:      include/linux/hippidevice.h
8730 F:      include/linux/inetdevice.h
8731 F:      include/uapi/linux/if_*
8732 F:      include/uapi/linux/netdevice.h
8733
8734 NETWORKING DRIVERS (WIRELESS)
8735 M:      Kalle Valo <[email protected]>
8736 L:      [email protected]
8737 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8740 S:      Maintained
8741 F:      Documentation/devicetree/bindings/net/wireless/
8742 F:      drivers/net/wireless/
8743
8744 NETXEN (1/10) GbE SUPPORT
8745 M:      Manish Chopra <[email protected]>
8746 M:      Rahul Verma <[email protected]>
8747 M:      [email protected]
8748 L:      [email protected]
8749 S:      Supported
8750 F:      drivers/net/ethernet/qlogic/netxen/
8751
8752 NFC SUBSYSTEM
8753 M:      Lauro Ramos Venancio <[email protected]>
8754 M:      Aloisio Almeida Jr <[email protected]>
8755 M:      Samuel Ortiz <[email protected]>
8756 L:      [email protected]
8757 L:      [email protected] (subscribers-only)
8758 S:      Supported
8759 F:      net/nfc/
8760 F:      include/net/nfc/
8761 F:      include/uapi/linux/nfc.h
8762 F:      drivers/nfc/
8763 F:      include/linux/platform_data/nfcmrvl.h
8764 F:      include/linux/platform_data/nxp-nci.h
8765 F:      include/linux/platform_data/pn544.h
8766 F:      include/linux/platform_data/st21nfca.h
8767 F:      include/linux/platform_data/st-nci.h
8768 F:      Documentation/devicetree/bindings/net/nfc/
8769
8770 NFS, SUNRPC, AND LOCKD CLIENTS
8771 M:      Trond Myklebust <[email protected]>
8772 M:      Anna Schumaker <[email protected]>
8773 L:      [email protected]
8774 W:      http://client.linux-nfs.org
8775 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8776 S:      Maintained
8777 F:      fs/lockd/
8778 F:      fs/nfs/
8779 F:      fs/nfs_common/
8780 F:      net/sunrpc/
8781 F:      include/linux/lockd/
8782 F:      include/linux/nfs*
8783 F:      include/linux/sunrpc/
8784 F:      include/uapi/linux/nfs*
8785 F:      include/uapi/linux/sunrpc/
8786
8787 NILFS2 FILESYSTEM
8788 M:      Ryusuke Konishi <[email protected]>
8789 L:      [email protected]
8790 W:      http://nilfs.sourceforge.net/
8791 W:      http://nilfs.osdn.jp/
8792 T:      git git://github.com/konis/nilfs2.git
8793 S:      Supported
8794 F:      Documentation/filesystems/nilfs2.txt
8795 F:      fs/nilfs2/
8796 F:      include/trace/events/nilfs2.h
8797 F:      include/uapi/linux/nilfs2_api.h
8798 F:      include/uapi/linux/nilfs2_ondisk.h
8799
8800 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8801 M:      YOKOTA Hiroshi <[email protected]>
8802 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8803 S:      Maintained
8804 F:      Documentation/scsi/NinjaSCSI.txt
8805 F:      drivers/scsi/pcmcia/nsp_*
8806
8807 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8808 M:      GOTO Masanori <[email protected]>
8809 M:      YOKOTA Hiroshi <[email protected]>
8810 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8811 S:      Maintained
8812 F:      Documentation/scsi/NinjaSCSI.txt
8813 F:      drivers/scsi/nsp32*
8814
8815 NIOS2 ARCHITECTURE
8816 M:      Ley Foon Tan <[email protected]>
8817 L:      [email protected] (moderated for non-subscribers)
8818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8819 S:      Maintained
8820 F:      arch/nios2/
8821
8822 NOKIA N900 POWER SUPPLY DRIVERS
8823 R:      Pali Rohár <[email protected]>
8824 F:      include/linux/power/bq2415x_charger.h
8825 F:      include/linux/power/bq27xxx_battery.h
8826 F:      include/linux/power/isp1704_charger.h
8827 F:      drivers/power/supply/bq2415x_charger.c
8828 F:      drivers/power/supply/bq27xxx_battery.c
8829 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8830 F:      drivers/power/supply/isp1704_charger.c
8831 F:      drivers/power/supply/rx51_battery.c
8832
8833 NTB DRIVER CORE
8834 M:      Jon Mason <[email protected]>
8835 M:      Dave Jiang <[email protected]>
8836 M:      Allen Hubbe <[email protected]>
8837 L:      [email protected]
8838 S:      Supported
8839 W:      https://github.com/jonmason/ntb/wiki
8840 T:      git git://github.com/jonmason/ntb.git
8841 F:      drivers/ntb/
8842 F:      drivers/net/ntb_netdev.c
8843 F:      include/linux/ntb.h
8844 F:      include/linux/ntb_transport.h
8845 F:      tools/testing/selftests/ntb/
8846
8847 NTB INTEL DRIVER
8848 M:      Jon Mason <[email protected]>
8849 M:      Dave Jiang <[email protected]>
8850 L:      [email protected]
8851 S:      Supported
8852 W:      https://github.com/jonmason/ntb/wiki
8853 T:      git git://github.com/jonmason/ntb.git
8854 F:      drivers/ntb/hw/intel/
8855
8856 NTB AMD DRIVER
8857 M:      Shyam Sundar S K <[email protected]>
8858 L:      [email protected]
8859 S:      Supported
8860 F:      drivers/ntb/hw/amd/
8861
8862 NTFS FILESYSTEM
8863 M:      Anton Altaparmakov <[email protected]>
8864 L:      [email protected]
8865 W:      http://www.tuxera.com/
8866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8867 S:      Supported
8868 F:      Documentation/filesystems/ntfs.txt
8869 F:      fs/ntfs/
8870
8871 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8872 M:      Antonino Daplas <[email protected]>
8873 L:      [email protected]
8874 S:      Maintained
8875 F:      drivers/video/fbdev/riva/
8876 F:      drivers/video/fbdev/nvidia/
8877
8878 NVM EXPRESS DRIVER
8879 M:      Keith Busch <[email protected]>
8880 M:      Jens Axboe <[email protected]>
8881 M:      Christoph Hellwig <[email protected]>
8882 M:      Sagi Grimberg <[email protected]>
8883 L:      [email protected]
8884 T:      git://git.infradead.org/nvme.git
8885 W:      http://git.infradead.org/nvme.git
8886 S:      Supported
8887 F:      drivers/nvme/host/
8888 F:      include/linux/nvme.h
8889 F:      include/uapi/linux/nvme_ioctl.h
8890
8891 NVM EXPRESS TARGET DRIVER
8892 M:      Christoph Hellwig <[email protected]>
8893 M:      Sagi Grimberg <[email protected]>
8894 L:      [email protected]
8895 T:      git://git.infradead.org/nvme.git
8896 W:      http://git.infradead.org/nvme.git
8897 S:      Supported
8898 F:      drivers/nvme/target/
8899
8900 NVM EXPRESS FC TRANSPORT DRIVERS
8901 M:      James Smart <[email protected]>
8902 L:      [email protected]
8903 S:      Supported
8904 F:      include/linux/nvme-fc.h
8905 F:      include/linux/nvme-fc-driver.h
8906 F:      drivers/nvme/host/fc.c
8907 F:      drivers/nvme/target/fc.c
8908 F:      drivers/nvme/target/fcloop.c
8909
8910 NVMEM FRAMEWORK
8911 M:      Srinivas Kandagatla <[email protected]>
8912 M:      Maxime Ripard <[email protected]>
8913 S:      Maintained
8914 F:      drivers/nvmem/
8915 F:      Documentation/devicetree/bindings/nvmem/
8916 F:      include/linux/nvmem-consumer.h
8917 F:      include/linux/nvmem-provider.h
8918
8919 NXP-NCI NFC DRIVER
8920 M:      Clément Perrochaud <[email protected]>
8921 R:      Charles Gorand <[email protected]>
8922 L:      [email protected] (moderated for non-subscribers)
8923 S:      Supported
8924 F:      drivers/nfc/nxp-nci
8925
8926 NXP TDA998X DRM DRIVER
8927 M:      Russell King <[email protected]>
8928 S:      Supported
8929 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
8930 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
8931 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8932 F:      include/drm/i2c/tda998x.h
8933
8934 NXP TFA9879 DRIVER
8935 M:      Peter Rosin <[email protected]>
8936 L:      [email protected] (moderated for non-subscribers)
8937 S:      Maintained
8938 F:      sound/soc/codecs/tfa9879*
8939
8940 OBJTOOL
8941 M:      Josh Poimboeuf <[email protected]>
8942 S:      Supported
8943 F:      tools/objtool/
8944
8945 OMAP SUPPORT
8946 M:      Tony Lindgren <[email protected]>
8947 L:      [email protected]
8948 W:      http://www.muru.com/linux/omap/
8949 W:      http://linux.omap.com/
8950 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8952 S:      Maintained
8953 F:      arch/arm/*omap*/
8954 F:      arch/arm/configs/omap1_defconfig
8955 F:      arch/arm/configs/omap2plus_defconfig
8956 F:      drivers/i2c/busses/i2c-omap.c
8957 F:      drivers/irqchip/irq-omap-intc.c
8958 F:      drivers/mfd/*omap*.c
8959 F:      drivers/mfd/menelaus.c
8960 F:      drivers/mfd/palmas.c
8961 F:      drivers/mfd/tps65217.c
8962 F:      drivers/mfd/tps65218.c
8963 F:      drivers/mfd/tps65910.c
8964 F:      drivers/mfd/twl-core.[ch]
8965 F:      drivers/mfd/twl4030*.c
8966 F:      drivers/mfd/twl6030*.c
8967 F:      drivers/mfd/twl6040*.c
8968 F:      drivers/regulator/palmas-regulator*.c
8969 F:      drivers/regulator/pbias-regulator.c
8970 F:      drivers/regulator/tps65217-regulator.c
8971 F:      drivers/regulator/tps65218-regulator.c
8972 F:      drivers/regulator/tps65910-regulator.c
8973 F:      drivers/regulator/twl-regulator.c
8974 F:      drivers/regulator/twl6030-regulator.c
8975 F:      include/linux/i2c-omap.h
8976
8977 OMAP DEVICE TREE SUPPORT
8978 M:      Benoît Cousson <[email protected]>
8979 M:      Tony Lindgren <[email protected]>
8980 L:      [email protected]
8981 L:      [email protected]
8982 S:      Maintained
8983 F:      arch/arm/boot/dts/*omap*
8984 F:      arch/arm/boot/dts/*am3*
8985 F:      arch/arm/boot/dts/*am4*
8986 F:      arch/arm/boot/dts/*am5*
8987 F:      arch/arm/boot/dts/*dra7*
8988
8989 OMAP CLOCK FRAMEWORK SUPPORT
8990 M:      Paul Walmsley <[email protected]>
8991 L:      [email protected]
8992 S:      Maintained
8993 F:      arch/arm/*omap*/*clock*
8994
8995 OMAP POWER MANAGEMENT SUPPORT
8996 M:      Kevin Hilman <[email protected]>
8997 L:      [email protected]
8998 S:      Maintained
8999 F:      arch/arm/*omap*/*pm*
9000 F:      drivers/cpufreq/omap-cpufreq.c
9001
9002 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9003 M:      Rajendra Nayak <[email protected]>
9004 M:      Paul Walmsley <[email protected]>
9005 L:      [email protected]
9006 S:      Maintained
9007 F:      arch/arm/mach-omap2/prm*
9008
9009 OMAP AUDIO SUPPORT
9010 M:      Peter Ujfalusi <[email protected]>
9011 M:      Jarkko Nikula <[email protected]>
9012 L:      [email protected] (moderated for non-subscribers)
9013 L:      [email protected]
9014 S:      Maintained
9015 F:      sound/soc/omap/
9016
9017 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9018 M:      Roger Quadros <[email protected]>
9019 M:      Tony Lindgren <[email protected]>
9020 L:      [email protected]
9021 S:      Maintained
9022 F:      drivers/memory/omap-gpmc.c
9023 F:      arch/arm/mach-omap2/*gpmc*
9024
9025 OMAP FRAMEBUFFER SUPPORT
9026 M:      Tomi Valkeinen <[email protected]>
9027 L:      [email protected]
9028 L:      [email protected]
9029 S:      Maintained
9030 F:      drivers/video/fbdev/omap/
9031
9032 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9033 M:      Tomi Valkeinen <[email protected]>
9034 L:      [email protected]
9035 L:      [email protected]
9036 S:      Maintained
9037 F:      drivers/video/fbdev/omap2/
9038 F:      Documentation/arm/OMAP/DSS
9039
9040 OMAP HARDWARE SPINLOCK SUPPORT
9041 M:      Ohad Ben-Cohen <[email protected]>
9042 L:      [email protected]
9043 S:      Maintained
9044 F:      drivers/hwspinlock/omap_hwspinlock.c
9045
9046 OMAP MMC SUPPORT
9047 M:      Jarkko Lavinen <[email protected]>
9048 L:      [email protected]
9049 S:      Maintained
9050 F:      drivers/mmc/host/omap.c
9051
9052 OMAP HS MMC SUPPORT
9053 L:      [email protected]
9054 L:      [email protected]
9055 S:      Orphan
9056 F:      drivers/mmc/host/omap_hsmmc.c
9057
9058 OMAP RANDOM NUMBER GENERATOR SUPPORT
9059 M:      Deepak Saxena <[email protected]>
9060 S:      Maintained
9061 F:      drivers/char/hw_random/omap-rng.c
9062
9063 OMAP HWMOD SUPPORT
9064 M:      Benoît Cousson <[email protected]>
9065 M:      Paul Walmsley <[email protected]>
9066 L:      [email protected]
9067 S:      Maintained
9068 F:      arch/arm/mach-omap2/omap_hwmod.*
9069
9070 OMAP HWMOD DATA
9071 M:      Paul Walmsley <[email protected]>
9072 L:      [email protected]
9073 S:      Maintained
9074 F:      arch/arm/mach-omap2/omap_hwmod*data*
9075
9076 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9077 M:      Benoît Cousson <[email protected]>
9078 L:      [email protected]
9079 S:      Maintained
9080 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9081
9082 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9083 M:      Laurent Pinchart <[email protected]>
9084 L:      [email protected]
9085 S:      Maintained
9086 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9087 F:      drivers/media/platform/omap3isp/
9088 F:      drivers/staging/media/omap4iss/
9089
9090 OMAP USB SUPPORT
9091 L:      [email protected]
9092 L:      [email protected]
9093 S:      Orphan
9094 F:      drivers/usb/*/*omap*
9095 F:      arch/arm/*omap*/usb*
9096
9097 OMAP GPIO DRIVER
9098 M:      Grygorii Strashko <[email protected]>
9099 M:      Santosh Shilimkar <[email protected]>
9100 M:      Kevin Hilman <[email protected]>
9101 L:      [email protected]
9102 S:      Maintained
9103 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9104 F:      drivers/gpio/gpio-omap.c
9105
9106 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9107 M:      Mark Jackson <[email protected]>
9108 L:      [email protected]
9109 S:      Maintained
9110 F:      arch/arm/boot/dts/am335x-nano.dts
9111
9112 OMFS FILESYSTEM
9113 M:      Bob Copeland <[email protected]>
9114 L:      [email protected]
9115 S:      Maintained
9116 F:      Documentation/filesystems/omfs.txt
9117 F:      fs/omfs/
9118
9119 OMNIKEY CARDMAN 4000 DRIVER
9120 M:      Harald Welte <[email protected]>
9121 S:      Maintained
9122 F:      drivers/char/pcmcia/cm4000_cs.c
9123 F:      include/linux/cm4000_cs.h
9124 F:      include/uapi/linux/cm4000_cs.h
9125
9126 OMNIKEY CARDMAN 4040 DRIVER
9127 M:      Harald Welte <[email protected]>
9128 S:      Maintained
9129 F:      drivers/char/pcmcia/cm4040_cs.*
9130
9131 OMNIVISION OV7670 SENSOR DRIVER
9132 M:      Jonathan Corbet <[email protected]>
9133 L:      [email protected]
9134 T:      git git://linuxtv.org/media_tree.git
9135 S:      Maintained
9136 F:      drivers/media/i2c/ov7670.c
9137
9138 ONENAND FLASH DRIVER
9139 M:      Kyungmin Park <[email protected]>
9140 L:      [email protected]
9141 S:      Maintained
9142 F:      drivers/mtd/onenand/
9143 F:      include/linux/mtd/onenand*.h
9144
9145 ONSTREAM SCSI TAPE DRIVER
9146 M:      Willem Riede <[email protected]>
9147 L:      [email protected]
9148 L:      [email protected]
9149 S:      Maintained
9150 F:      Documentation/scsi/osst.txt
9151 F:      drivers/scsi/osst.*
9152 F:      drivers/scsi/osst_*.h
9153 F:      drivers/scsi/st.h
9154
9155 OPENCORES I2C BUS DRIVER
9156 M:      Peter Korsgaard <[email protected]>
9157 L:      [email protected]
9158 S:      Maintained
9159 F:      Documentation/i2c/busses/i2c-ocores
9160 F:      drivers/i2c/busses/i2c-ocores.c
9161
9162 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9163 M:      Rob Herring <[email protected]>
9164 M:      Frank Rowand <[email protected]>
9165 L:      [email protected]
9166 W:      http://www.devicetree.org/
9167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9168 S:      Maintained
9169 F:      drivers/of/
9170 F:      include/linux/of*.h
9171 F:      scripts/dtc/
9172
9173 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9174 M:      Rob Herring <[email protected]>
9175 M:      Mark Rutland <[email protected]>
9176 L:      [email protected]
9177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9178 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9179 S:      Maintained
9180 F:      Documentation/devicetree/
9181 F:      arch/*/boot/dts/
9182 F:      include/dt-bindings/
9183
9184 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9185 M:      Pantelis Antoniou <[email protected]>
9186 L:      [email protected]
9187 S:      Maintained
9188 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9189 F:      Documentation/devicetree/overlay-notes.txt
9190 F:      drivers/of/overlay.c
9191 F:      drivers/of/resolver.c
9192
9193 OPENRISC ARCHITECTURE
9194 M:      Jonas Bonn <[email protected]>
9195 M:      Stefan Kristiansson <[email protected]>
9196 M:      Stafford Horne <[email protected]>
9197 L:      [email protected]
9198 W:      http://openrisc.io
9199 S:      Maintained
9200 F:      arch/openrisc/
9201
9202 OPENVSWITCH
9203 M:      Pravin Shelar <[email protected]>
9204 L:      [email protected]
9205 L:      [email protected]
9206 W:      http://openvswitch.org
9207 S:      Maintained
9208 F:      net/openvswitch/
9209 F:      include/uapi/linux/openvswitch.h
9210
9211 OPERATING PERFORMANCE POINTS (OPP)
9212 M:      Viresh Kumar <[email protected]>
9213 M:      Nishanth Menon <[email protected]>
9214 M:      Stephen Boyd <[email protected]>
9215 L:      [email protected]
9216 S:      Maintained
9217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9218 F:      drivers/base/power/opp/
9219 F:      include/linux/pm_opp.h
9220 F:      Documentation/power/opp.txt
9221 F:      Documentation/devicetree/bindings/opp/
9222
9223 OPL4 DRIVER
9224 M:      Clemens Ladisch <[email protected]>
9225 L:      [email protected] (moderated for non-subscribers)
9226 T:      git git://git.alsa-project.org/alsa-kernel.git
9227 S:      Maintained
9228 F:      sound/drivers/opl4/
9229
9230 OPROFILE
9231 M:      Robert Richter <[email protected]>
9232 L:      [email protected]
9233 S:      Maintained
9234 F:      arch/*/include/asm/oprofile*.h
9235 F:      arch/*/oprofile/
9236 F:      drivers/oprofile/
9237 F:      include/linux/oprofile.h
9238
9239 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9240 M:      Mark Fasheh <[email protected]>
9241 M:      Joel Becker <[email protected]>
9242 L:      [email protected] (moderated for non-subscribers)
9243 W:      http://ocfs2.wiki.kernel.org
9244 S:      Supported
9245 F:      Documentation/filesystems/ocfs2.txt
9246 F:      Documentation/filesystems/dlmfs.txt
9247 F:      fs/ocfs2/
9248
9249 ORINOCO DRIVER
9250 L:      [email protected]
9251 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9252 W:      http://www.nongnu.org/orinoco/
9253 S:      Orphan
9254 F:      drivers/net/wireless/intersil/orinoco/
9255
9256 OSD LIBRARY and FILESYSTEM
9257 M:      Boaz Harrosh <[email protected]>
9258 M:      Benny Halevy <[email protected]>
9259 L:      [email protected]
9260 W:      http://open-osd.org
9261 T:      git git://git.open-osd.org/open-osd.git
9262 S:      Maintained
9263 F:      drivers/scsi/osd/
9264 F:      include/scsi/osd_*
9265 F:      fs/exofs/
9266
9267 OVERLAY FILESYSTEM
9268 M:      Miklos Szeredi <[email protected]>
9269 L:      [email protected]
9270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9271 S:      Supported
9272 F:      fs/overlayfs/
9273 F:      Documentation/filesystems/overlayfs.txt
9274
9275 ORANGEFS FILESYSTEM
9276 M:      Mike Marshall <[email protected]>
9277 L:      [email protected] (subscribers-only)
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9279 S:      Supported
9280 F:      fs/orangefs/
9281 F:      Documentation/filesystems/orangefs.txt
9282
9283 P54 WIRELESS DRIVER
9284 M:      Christian Lamparter <[email protected]>
9285 L:      [email protected]
9286 W:      http://wireless.kernel.org/en/users/Drivers/p54
9287 S:      Maintained
9288 F:      drivers/net/wireless/intersil/p54/
9289
9290 PA SEMI ETHERNET DRIVER
9291 L:      [email protected]
9292 S:      Orphan
9293 F:      drivers/net/ethernet/pasemi/*
9294
9295 PA SEMI SMBUS DRIVER
9296 L:      [email protected]
9297 S:      Orphan
9298 F:      drivers/i2c/busses/i2c-pasemi.c
9299
9300 PADATA PARALLEL EXECUTION MECHANISM
9301 M:      Steffen Klassert <[email protected]>
9302 L:      [email protected]
9303 S:      Maintained
9304 F:      kernel/padata.c
9305 F:      include/linux/padata.h
9306 F:      Documentation/padata.txt
9307
9308 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9309 M:      Harald Welte <[email protected]>
9310 L:      [email protected]
9311 S:      Maintained
9312 F:      drivers/platform/x86/panasonic-laptop.c
9313
9314 PANASONIC MN10300/AM33/AM34 PORT
9315 M:      David Howells <[email protected]>
9316 L:      [email protected] (moderated for non-subscribers)
9317 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9318 S:      Maintained
9319 F:      Documentation/mn10300/
9320 F:      arch/mn10300/
9321
9322 PARALLEL LCD/KEYPAD PANEL DRIVER
9323 M:      Willy Tarreau <[email protected]>
9324 M:      Ksenija Stanojevic <[email protected]>
9325 S:      Odd Fixes
9326 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9327 F:      drivers/misc/panel.c
9328
9329 PARALLEL PORT SUBSYSTEM
9330 M:      Sudip Mukherjee <[email protected]>
9331 M:      Sudip Mukherjee <[email protected]>
9332 L:      [email protected] (subscribers-only)
9333 S:      Maintained
9334 F:      drivers/parport/
9335 F:      include/linux/parport*.h
9336 F:      drivers/char/ppdev.c
9337 F:      include/uapi/linux/ppdev.h
9338 F:      Documentation/parport*.txt
9339
9340 PARAVIRT_OPS INTERFACE
9341 M:      Jeremy Fitzhardinge <[email protected]>
9342 M:      Chris Wright <[email protected]>
9343 M:      Alok Kataria <[email protected]>
9344 M:      Rusty Russell <[email protected]>
9345 L:      [email protected]
9346 S:      Supported
9347 F:      Documentation/virtual/paravirt_ops.txt
9348 F:      arch/*/kernel/paravirt*
9349 F:      arch/*/include/asm/paravirt.h
9350 F:      include/linux/hypervisor.h
9351
9352 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9353 M:      Tim Waugh <[email protected]>
9354 L:      [email protected] (subscribers-only)
9355 S:      Maintained
9356 F:      Documentation/blockdev/paride.txt
9357 F:      drivers/block/paride/
9358
9359 PARISC ARCHITECTURE
9360 M:      "James E.J. Bottomley" <[email protected]>
9361 M:      Helge Deller <[email protected]>
9362 L:      [email protected]
9363 W:      http://www.parisc-linux.org/
9364 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9367 S:      Maintained
9368 F:      arch/parisc/
9369 F:      Documentation/parisc/
9370 F:      drivers/parisc/
9371 F:      drivers/char/agp/parisc-agp.c
9372 F:      drivers/input/serio/gscps2.c
9373 F:      drivers/parport/parport_gsc.*
9374 F:      drivers/tty/serial/8250/8250_gsc.c
9375 F:      drivers/video/fbdev/sti*
9376 F:      drivers/video/console/sti*
9377 F:      drivers/video/logo/logo_parisc*
9378
9379 PC87360 HARDWARE MONITORING DRIVER
9380 M:      Jim Cromie <[email protected]>
9381 L:      [email protected]
9382 S:      Maintained
9383 F:      Documentation/hwmon/pc87360
9384 F:      drivers/hwmon/pc87360.c
9385
9386 PC8736x GPIO DRIVER
9387 M:      Jim Cromie <[email protected]>
9388 S:      Maintained
9389 F:      drivers/char/pc8736x_gpio.c
9390
9391 PC87427 HARDWARE MONITORING DRIVER
9392 M:      Jean Delvare <[email protected]>
9393 L:      [email protected]
9394 S:      Maintained
9395 F:      Documentation/hwmon/pc87427
9396 F:      drivers/hwmon/pc87427.c
9397
9398 PCA9532 LED DRIVER
9399 M:      Riku Voipio <[email protected]>
9400 S:      Maintained
9401 F:      drivers/leds/leds-pca9532.c
9402 F:      include/linux/leds-pca9532.h
9403
9404 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9405 M:      Guenter Roeck <[email protected]>
9406 L:      [email protected]
9407 S:      Maintained
9408 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9409
9410 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9411 M:      Khalid Aziz <[email protected]>
9412 S:      Maintained
9413 F:      drivers/firmware/pcdp.*
9414
9415 PCI ERROR RECOVERY
9416 M:      Linas Vepstas <[email protected]>
9417 L:      [email protected]
9418 S:      Supported
9419 F:      Documentation/PCI/pci-error-recovery.txt
9420
9421 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9422 M:      Russell Currey <[email protected]>
9423 L:      [email protected]
9424 S:      Supported
9425 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9426 F:      arch/powerpc/kernel/eeh*.c
9427 F:      arch/powerpc/platforms/*/eeh*.c
9428 F:      arch/powerpc/include/*/eeh*.h
9429
9430 PCI SUBSYSTEM
9431 M:      Bjorn Helgaas <[email protected]>
9432 L:      [email protected]
9433 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9435 S:      Supported
9436 F:      Documentation/devicetree/bindings/pci/
9437 F:      Documentation/PCI/
9438 F:      drivers/pci/
9439 F:      include/linux/pci*
9440 F:      arch/x86/pci/
9441 F:      arch/x86/kernel/quirks.c
9442
9443 PCI DRIVER FOR ALTERA PCIE IP
9444 M:      Ley Foon Tan <[email protected]>
9445 L:      [email protected] (moderated for non-subscribers)
9446 L:      [email protected]
9447 S:      Supported
9448 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9449 F:      drivers/pci/host/pcie-altera.c
9450
9451 PCI DRIVER FOR ARM VERSATILE PLATFORM
9452 M:      Rob Herring <[email protected]>
9453 L:      [email protected]
9454 L:      [email protected]
9455 S:      Maintained
9456 F:      Documentation/devicetree/bindings/pci/versatile.txt
9457 F:      drivers/pci/host/pci-versatile.c
9458
9459 PCI DRIVER FOR ARMADA 8K
9460 M:      Thomas Petazzoni <[email protected]>
9461 L:      [email protected]
9462 L:      [email protected]
9463 S:      Maintained
9464 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9465 F:      drivers/pci/host/pcie-armada8k.c
9466
9467 PCI DRIVER FOR APPLIEDMICRO XGENE
9468 M:      Tanmay Inamdar <[email protected]>
9469 L:      [email protected]
9470 L:      [email protected]
9471 S:      Maintained
9472 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9473 F:      drivers/pci/host/pci-xgene.c
9474
9475 PCI DRIVER FOR FREESCALE LAYERSCAPE
9476 M:      Minghuan Lian <[email protected]>
9477 M:      Mingkai Hu <[email protected]>
9478 M:      Roy Zang <[email protected]>
9479 L:      [email protected]
9480 L:      [email protected]
9481 L:      [email protected]
9482 S:      Maintained
9483 F:      drivers/pci/host/*layerscape*
9484
9485 PCI DRIVER FOR IMX6
9486 M:      Richard Zhu <[email protected]>
9487 M:      Lucas Stach <[email protected]>
9488 L:      [email protected]
9489 L:      [email protected] (moderated for non-subscribers)
9490 S:      Maintained
9491 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9492 F:      drivers/pci/host/*imx6*
9493
9494 PCI DRIVER FOR TI KEYSTONE
9495 M:      Murali Karicheri <[email protected]>
9496 L:      [email protected]
9497 L:      [email protected] (moderated for non-subscribers)
9498 S:      Maintained
9499 F:      drivers/pci/host/*keystone*
9500
9501 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9502 M:      Thomas Petazzoni <[email protected]>
9503 M:      Jason Cooper <[email protected]>
9504 L:      [email protected]
9505 L:      [email protected] (moderated for non-subscribers)
9506 S:      Maintained
9507 F:      drivers/pci/host/*mvebu*
9508
9509 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9510 M:      Thomas Petazzoni <[email protected]>
9511 L:      [email protected]
9512 L:      [email protected] (moderated for non-subscribers)
9513 S:      Maintained
9514 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9515 F:      drivers/pci/host/pci-aardvark.c
9516
9517 PCI DRIVER FOR NVIDIA TEGRA
9518 M:      Thierry Reding <[email protected]>
9519 L:      [email protected]
9520 L:      [email protected]
9521 S:      Supported
9522 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9523 F:      drivers/pci/host/pci-tegra.c
9524
9525 PCI DRIVER FOR TI DRA7XX
9526 M:      Kishon Vijay Abraham I <[email protected]>
9527 L:      [email protected]
9528 L:      [email protected]
9529 S:      Supported
9530 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9531 F:      drivers/pci/host/pci-dra7xx.c
9532
9533 PCI DRIVER FOR RENESAS R-CAR
9534 M:      Simon Horman <[email protected]>
9535 L:      [email protected]
9536 L:      [email protected]
9537 S:      Maintained
9538 F:      drivers/pci/host/*rcar*
9539
9540 PCI DRIVER FOR SAMSUNG EXYNOS
9541 M:      Jingoo Han <[email protected]>
9542 L:      [email protected]
9543 L:      [email protected] (moderated for non-subscribers)
9544 L:      [email protected] (moderated for non-subscribers)
9545 S:      Maintained
9546 F:      drivers/pci/host/pci-exynos.c
9547
9548 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9549 M:      Jingoo Han <[email protected]>
9550 M:      Joao Pinto <[email protected]>
9551 L:      [email protected]
9552 S:      Maintained
9553 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9554 F:      drivers/pci/host/*designware*
9555
9556 PCI DRIVER FOR GENERIC OF HOSTS
9557 M:      Will Deacon <[email protected]>
9558 L:      [email protected]
9559 L:      [email protected] (moderated for non-subscribers)
9560 S:      Maintained
9561 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9562 F:      drivers/pci/host/pci-host-common.c
9563 F:      drivers/pci/host/pci-host-generic.c
9564
9565 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9566 M:      Keith Busch <[email protected]>
9567 L:      [email protected]
9568 S:      Supported
9569 F:      drivers/pci/host/vmd.c
9570
9571 PCIE DRIVER FOR ST SPEAR13XX
9572 M:      Pratyush Anand <[email protected]>
9573 L:      [email protected]
9574 S:      Maintained
9575 F:      drivers/pci/host/*spear*
9576
9577 PCI MSI DRIVER FOR ALTERA MSI IP
9578 M:      Ley Foon Tan <[email protected]>
9579 L:      [email protected] (moderated for non-subscribers)
9580 L:      [email protected]
9581 S:      Supported
9582 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9583 F:      drivers/pci/host/pcie-altera-msi.c
9584
9585 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9586 M:      Duc Dang <[email protected]>
9587 L:      [email protected]
9588 L:      [email protected]
9589 S:      Maintained
9590 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9591 F:      drivers/pci/host/pci-xgene-msi.c
9592
9593 PCIE DRIVER FOR AXIS ARTPEC
9594 M:      Niklas Cassel <[email protected]>
9595 M:      Jesper Nilsson <[email protected]>
9596 L:      [email protected]
9597 L:      [email protected]
9598 S:      Maintained
9599 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9600 F:      drivers/pci/host/*artpec*
9601
9602 PCIE DRIVER FOR HISILICON
9603 M:      Zhou Wang <[email protected]>
9604 M:      Gabriele Paoloni <[email protected]>
9605 L:      [email protected]
9606 S:      Maintained
9607 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9608 F:      drivers/pci/host/pcie-hisi.c
9609
9610 PCIE DRIVER FOR ROCKCHIP
9611 M:      Shawn Lin <[email protected]>
9612 M:      Wenrui Li <[email protected]>
9613 L:      [email protected]
9614 L:      [email protected]
9615 S:      Maintained
9616 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9617 F:      drivers/pci/host/pcie-rockchip.c
9618
9619 PCIE DRIVER FOR QUALCOMM MSM
9620 M:     Stanimir Varbanov <[email protected]>
9621 L:     [email protected]
9622 L:     [email protected]
9623 S:     Maintained
9624 F:     drivers/pci/host/*qcom*
9625
9626 PCIE DRIVER FOR CAVIUM THUNDERX
9627 M:      David Daney <[email protected]>
9628 L:      [email protected]
9629 L:      [email protected] (moderated for non-subscribers)
9630 S:      Supported
9631 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9632 F:      drivers/pci/host/pci-thunder-*
9633
9634 PCMCIA SUBSYSTEM
9635 P:      Linux PCMCIA Team
9636 L:      [email protected]
9637 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9639 S:      Maintained
9640 F:      Documentation/pcmcia/
9641 F:      tools/pcmcia/
9642 F:      drivers/pcmcia/
9643 F:      include/pcmcia/
9644
9645 PCNET32 NETWORK DRIVER
9646 M:      Don Fry <[email protected]>
9647 L:      [email protected]
9648 S:      Maintained
9649 F:      drivers/net/ethernet/amd/pcnet32.c
9650
9651 PCRYPT PARALLEL CRYPTO ENGINE
9652 M:      Steffen Klassert <[email protected]>
9653 L:      [email protected]
9654 S:      Maintained
9655 F:      crypto/pcrypt.c
9656 F:      include/crypto/pcrypt.h
9657
9658 PER-CPU MEMORY ALLOCATOR
9659 M:      Tejun Heo <[email protected]>
9660 M:      Christoph Lameter <[email protected]>
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9662 S:      Maintained
9663 F:      include/linux/percpu*.h
9664 F:      mm/percpu*.c
9665 F:      arch/*/include/asm/percpu.h
9666
9667 PER-TASK DELAY ACCOUNTING
9668 M:      Balbir Singh <[email protected]>
9669 S:      Maintained
9670 F:      include/linux/delayacct.h
9671 F:      kernel/delayacct.c
9672
9673 PERFORMANCE EVENTS SUBSYSTEM
9674 M:      Peter Zijlstra <[email protected]>
9675 M:      Ingo Molnar <[email protected]>
9676 M:      Arnaldo Carvalho de Melo <[email protected]>
9677 R:      Alexander Shishkin <[email protected]>
9678 L:      [email protected]
9679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9680 S:      Supported
9681 F:      kernel/events/*
9682 F:      include/linux/perf_event.h
9683 F:      include/uapi/linux/perf_event.h
9684 F:      arch/*/kernel/perf_event*.c
9685 F:      arch/*/kernel/*/perf_event*.c
9686 F:      arch/*/kernel/*/*/perf_event*.c
9687 F:      arch/*/include/asm/perf_event.h
9688 F:      arch/*/kernel/perf_callchain.c
9689 F:      arch/*/events/*
9690 F:      tools/perf/
9691
9692 PERSONALITY HANDLING
9693 M:      Christoph Hellwig <[email protected]>
9694 L:      [email protected]
9695 S:      Maintained
9696 F:      include/linux/personality.h
9697 F:      include/uapi/linux/personality.h
9698
9699 PHONET PROTOCOL
9700 M:      Remi Denis-Courmont <[email protected]>
9701 S:      Supported
9702 F:      Documentation/networking/phonet.txt
9703 F:      include/linux/phonet.h
9704 F:      include/net/phonet/
9705 F:      include/uapi/linux/phonet.h
9706 F:      net/phonet/
9707
9708 PHRAM MTD DRIVER
9709 M:      Joern Engel <[email protected]>
9710 L:      [email protected]
9711 S:      Maintained
9712 F:      drivers/mtd/devices/phram.c
9713
9714 PICOLCD HID DRIVER
9715 M:      Bruno Prémont <[email protected]>
9716 L:      [email protected]
9717 S:      Maintained
9718 F:      drivers/hid/hid-picolcd*
9719
9720 PICOXCELL SUPPORT
9721 M:      Jamie Iles <[email protected]>
9722 L:      [email protected] (moderated for non-subscribers)
9723 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9724 S:      Supported
9725 F:      arch/arm/boot/dts/picoxcell*
9726 F:      arch/arm/mach-picoxcell/
9727 F:      drivers/crypto/picoxcell*
9728
9729 PIN CONTROL SUBSYSTEM
9730 M:      Linus Walleij <[email protected]>
9731 L:      [email protected]
9732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9733 S:      Maintained
9734 F:      Documentation/devicetree/bindings/pinctrl/
9735 F:      Documentation/pinctrl.txt
9736 F:      drivers/pinctrl/
9737 F:      include/linux/pinctrl/
9738
9739 PIN CONTROLLER - ATMEL AT91
9740 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9741 L:      [email protected] (moderated for non-subscribers)
9742 S:      Maintained
9743 F:      drivers/pinctrl/pinctrl-at91.*
9744
9745 PIN CONTROLLER - ATMEL AT91 PIO4
9746 M:      Ludovic Desroches <[email protected]>
9747 L:      [email protected] (moderated for non-subscribers)
9748 L:      [email protected]
9749 S:      Supported
9750 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9751
9752 PIN CONTROLLER - INTEL
9753 M:      Mika Westerberg <[email protected]>
9754 M:      Heikki Krogerus <[email protected]>
9755 S:      Maintained
9756 F:      drivers/pinctrl/intel/
9757
9758 PIN CONTROLLER - RENESAS
9759 M:      Laurent Pinchart <[email protected]>
9760 M:      Geert Uytterhoeven <[email protected]>
9761 L:      [email protected]
9762 S:      Maintained
9763 F:      drivers/pinctrl/sh-pfc/
9764
9765 PIN CONTROLLER - SAMSUNG
9766 M:      Tomasz Figa <[email protected]>
9767 M:      Krzysztof Kozlowski <[email protected]>
9768 M:      Sylwester Nawrocki <[email protected]>
9769 L:      [email protected] (moderated for non-subscribers)
9770 L:      [email protected] (moderated for non-subscribers)
9771 S:      Maintained
9772 F:      drivers/pinctrl/samsung/
9773 F:      include/dt-bindings/pinctrl/samsung.h
9774 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9775
9776 PIN CONTROLLER - SINGLE
9777 M:      Tony Lindgren <[email protected]>
9778 M:      Haojian Zhuang <[email protected]>
9779 L:      [email protected] (moderated for non-subscribers)
9780 L:      [email protected]
9781 S:      Maintained
9782 F:      drivers/pinctrl/pinctrl-single.c
9783
9784 PIN CONTROLLER - ST SPEAR
9785 M:      Viresh Kumar <[email protected]>
9786 L:      [email protected] (moderated for non-subscribers)
9787 W:      http://www.st.com/spear
9788 S:      Maintained
9789 F:      drivers/pinctrl/spear/
9790
9791 PISTACHIO SOC SUPPORT
9792 M:      James Hartley <[email protected]>
9793 M:      Ionela Voinescu <[email protected]>
9794 L:      [email protected]
9795 S:      Maintained
9796 F:      arch/mips/pistachio/
9797 F:      arch/mips/include/asm/mach-pistachio/
9798 F:      arch/mips/boot/dts/pistachio/
9799 F:      arch/mips/configs/pistachio*_defconfig
9800
9801 PKTCDVD DRIVER
9802 S:      Orphan
9803 M:      [email protected]
9804 F:      drivers/block/pktcdvd.c
9805 F:      include/linux/pktcdvd.h
9806 F:      include/uapi/linux/pktcdvd.h
9807
9808 PKUNITY SOC DRIVERS
9809 M:      Guan Xuetao <[email protected]>
9810 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9811 S:      Maintained
9812 T:      git git://github.com/gxt/linux.git
9813 F:      drivers/input/serio/i8042-unicore32io.h
9814 F:      drivers/i2c/busses/i2c-puv3.c
9815 F:      drivers/video/fbdev/fb-puv3.c
9816 F:      drivers/rtc/rtc-puv3.c
9817
9818 PMBUS HARDWARE MONITORING DRIVERS
9819 M:      Guenter Roeck <[email protected]>
9820 L:      [email protected]
9821 W:      http://hwmon.wiki.kernel.org/
9822 W:      http://www.roeck-us.net/linux/drivers/
9823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9824 S:      Maintained
9825 F:      Documentation/hwmon/pmbus
9826 F:      drivers/hwmon/pmbus/
9827 F:      include/linux/i2c/pmbus.h
9828
9829 PMC SIERRA MaxRAID DRIVER
9830 L:      [email protected]
9831 W:      http://www.pmc-sierra.com/
9832 S:      Orphan
9833 F:      drivers/scsi/pmcraid.*
9834
9835 PMC SIERRA PM8001 DRIVER
9836 M:      Jack Wang <[email protected]>
9837 M:      [email protected]
9838 L:      [email protected]
9839 L:      [email protected]
9840 S:      Supported
9841 F:      drivers/scsi/pm8001/
9842
9843 POSIX CLOCKS and TIMERS
9844 M:      Thomas Gleixner <[email protected]>
9845 L:      [email protected]
9846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9847 S:      Maintained
9848 F:      fs/timerfd.c
9849 F:      include/linux/timer*
9850 F:      kernel/time/*timer*
9851
9852 POWER MANAGEMENT CORE
9853 M:      "Rafael J. Wysocki" <[email protected]>
9854 L:      [email protected]
9855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9856 B:      https://bugzilla.kernel.org
9857 S:      Supported
9858 F:      drivers/base/power/
9859 F:      include/linux/pm.h
9860 F:      include/linux/pm_*
9861 F:      include/linux/powercap.h
9862 F:      drivers/powercap/
9863
9864 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9865 M:      Sebastian Reichel <[email protected]>
9866 L:      [email protected]
9867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9868 S:      Maintained
9869 F:      Documentation/devicetree/bindings/power/supply/
9870 F:      include/linux/power_supply.h
9871 F:      drivers/power/supply/
9872
9873 POWER STATE COORDINATION INTERFACE (PSCI)
9874 M:      Mark Rutland <[email protected]>
9875 M:      Lorenzo Pieralisi <[email protected]>
9876 L:      [email protected]
9877 S:      Maintained
9878 F:      drivers/firmware/psci*.c
9879 F:      include/linux/psci.h
9880 F:      include/uapi/linux/psci.h
9881
9882 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9883 M:      Suraj Jitindar Singh <[email protected]>
9884 L:      [email protected]
9885 S:      Maintained
9886 F:      drivers/char/powernv-op-panel.c
9887
9888 PNP SUPPORT
9889 M:      "Rafael J. Wysocki" <[email protected]>
9890 S:      Maintained
9891 F:      drivers/pnp/
9892
9893 PPP PROTOCOL DRIVERS AND COMPRESSORS
9894 M:      Paul Mackerras <[email protected]>
9895 L:      [email protected]
9896 S:      Maintained
9897 F:      drivers/net/ppp/ppp_*
9898
9899 PPP OVER ATM (RFC 2364)
9900 M:      Mitchell Blank Jr <[email protected]>
9901 S:      Maintained
9902 F:      net/atm/pppoatm.c
9903 F:      include/uapi/linux/atmppp.h
9904
9905 PPP OVER ETHERNET
9906 M:      Michal Ostrowski <[email protected]>
9907 S:      Maintained
9908 F:      drivers/net/ppp/pppoe.c
9909 F:      drivers/net/ppp/pppox.c
9910
9911 PPP OVER L2TP
9912 M:      James Chapman <[email protected]>
9913 S:      Maintained
9914 F:      net/l2tp/l2tp_ppp.c
9915 F:      include/linux/if_pppol2tp.h
9916 F:      include/uapi/linux/if_pppol2tp.h
9917
9918 PPS SUPPORT
9919 M:      Rodolfo Giometti <[email protected]>
9920 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9921 L:      [email protected] (subscribers-only)
9922 S:      Maintained
9923 F:      Documentation/pps/
9924 F:      drivers/pps/
9925 F:      include/linux/pps*.h
9926
9927 PPTP DRIVER
9928 M:      Dmitry Kozlov <[email protected]>
9929 L:      [email protected]
9930 S:      Maintained
9931 F:      drivers/net/ppp/pptp.c
9932 W:      http://sourceforge.net/projects/accel-pptp
9933
9934 PREEMPTIBLE KERNEL
9935 M:      Robert Love <[email protected]>
9936 L:      [email protected]
9937 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9938 S:      Supported
9939 F:      Documentation/preempt-locking.txt
9940 F:      include/linux/preempt.h
9941
9942 PRISM54 WIRELESS DRIVER
9943 M:      "Luis R. Rodriguez" <[email protected]>
9944 L:      [email protected]
9945 W:      http://wireless.kernel.org/en/users/Drivers/p54
9946 S:      Obsolete
9947 F:      drivers/net/wireless/intersil/prism54/
9948
9949 PS3 NETWORK SUPPORT
9950 M:      Geoff Levand <[email protected]>
9951 L:      [email protected]
9952 L:      [email protected]
9953 S:      Maintained
9954 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9955
9956 PS3 PLATFORM SUPPORT
9957 M:      Geoff Levand <[email protected]>
9958 L:      [email protected]
9959 S:      Maintained
9960 F:      arch/powerpc/boot/ps3*
9961 F:      arch/powerpc/include/asm/lv1call.h
9962 F:      arch/powerpc/include/asm/ps3*.h
9963 F:      arch/powerpc/platforms/ps3/
9964 F:      drivers/*/ps3*
9965 F:      drivers/ps3/
9966 F:      drivers/rtc/rtc-ps3.c
9967 F:      drivers/usb/host/*ps3.c
9968 F:      sound/ppc/snd_ps3*
9969
9970 PS3VRAM DRIVER
9971 M:      Jim Paris <[email protected]>
9972 M:      Geoff Levand <[email protected]>
9973 L:      [email protected]
9974 S:      Maintained
9975 F:      drivers/block/ps3vram.c
9976
9977 PSTORE FILESYSTEM
9978 M:      Anton Vorontsov <[email protected]>
9979 M:      Colin Cross <[email protected]>
9980 M:      Kees Cook <[email protected]>
9981 M:      Tony Luck <[email protected]>
9982 S:      Maintained
9983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9984 F:      fs/pstore/
9985 F:      include/linux/pstore*
9986 F:      drivers/firmware/efi/efi-pstore.c
9987 F:      drivers/acpi/apei/erst.c
9988
9989 PTP HARDWARE CLOCK SUPPORT
9990 M:      Richard Cochran <[email protected]>
9991 L:      [email protected]
9992 S:      Maintained
9993 W:      http://linuxptp.sourceforge.net/
9994 F:      Documentation/ABI/testing/sysfs-ptp
9995 F:      Documentation/ptp/*
9996 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9997 F:      drivers/net/phy/dp83640*
9998 F:      drivers/ptp/*
9999 F:      include/linux/ptp_cl*
10000
10001 PTRACE SUPPORT
10002 M:      Roland McGrath <[email protected]>
10003 M:      Oleg Nesterov <[email protected]>
10004 S:      Maintained
10005 F:      include/asm-generic/syscall.h
10006 F:      include/linux/ptrace.h
10007 F:      include/linux/regset.h
10008 F:      include/linux/tracehook.h
10009 F:      include/uapi/linux/ptrace.h
10010 F:      kernel/ptrace.c
10011
10012 PULSE8-CEC DRIVER
10013 M:      Hans Verkuil <[email protected]>
10014 L:      [email protected]
10015 T:      git git://linuxtv.org/media_tree.git
10016 S:      Maintained
10017 F:      drivers/media/usb/pulse8-cec/*
10018
10019 PVRUSB2 VIDEO4LINUX DRIVER
10020 M:      Mike Isely <[email protected]>
10021 L:      [email protected]       (subscribers-only)
10022 L:      [email protected]
10023 W:      http://www.isely.net/pvrusb2/
10024 T:      git git://linuxtv.org/media_tree.git
10025 S:      Maintained
10026 F:      Documentation/media/v4l-drivers/pvrusb2*
10027 F:      drivers/media/usb/pvrusb2/
10028
10029 PWC WEBCAM DRIVER
10030 M:      Hans Verkuil <[email protected]>
10031 L:      [email protected]
10032 T:      git git://linuxtv.org/media_tree.git
10033 S:      Odd Fixes
10034 F:      drivers/media/usb/pwc/*
10035
10036 PWM FAN DRIVER
10037 M:      Kamil Debski <[email protected]>
10038 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10039 L:      [email protected]
10040 S:      Supported
10041 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10042 F:      Documentation/hwmon/pwm-fan
10043 F:      drivers/hwmon/pwm-fan.c
10044
10045 PWM SUBSYSTEM
10046 M:      Thierry Reding <[email protected]>
10047 L:      [email protected]
10048 S:      Maintained
10049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10050 F:      Documentation/pwm.txt
10051 F:      Documentation/devicetree/bindings/pwm/
10052 F:      include/linux/pwm.h
10053 F:      drivers/pwm/
10054 F:      drivers/video/backlight/pwm_bl.c
10055 F:      include/linux/pwm_backlight.h
10056
10057 PXA2xx/PXA3xx SUPPORT
10058 M:      Daniel Mack <[email protected]>
10059 M:      Haojian Zhuang <[email protected]>
10060 M:      Robert Jarzmik <[email protected]>
10061 L:      [email protected] (moderated for non-subscribers)
10062 T:      git git://github.com/hzhuang1/linux.git
10063 T:      git git://github.com/rjarzmik/linux.git
10064 S:      Maintained
10065 F:      arch/arm/boot/dts/pxa*
10066 F:      arch/arm/mach-pxa/
10067 F:      drivers/dma/pxa*
10068 F:      drivers/pcmcia/pxa2xx*
10069 F:      drivers/pinctrl/pxa/
10070 F:      drivers/spi/spi-pxa2xx*
10071 F:      drivers/usb/gadget/udc/pxa2*
10072 F:      include/sound/pxa2xx-lib.h
10073 F:      sound/arm/pxa*
10074 F:      sound/soc/pxa/
10075
10076 PXA GPIO DRIVER
10077 M:      Robert Jarzmik <[email protected]>
10078 L:      [email protected]
10079 S:      Maintained
10080 F:      drivers/gpio/gpio-pxa.c
10081
10082 PXA3xx NAND FLASH DRIVER
10083 M:      Ezequiel Garcia <[email protected]>
10084 L:      [email protected]
10085 S:      Maintained
10086 F:      drivers/mtd/nand/pxa3xx_nand.c
10087
10088 MMP SUPPORT
10089 M:      Eric Miao <[email protected]>
10090 M:      Haojian Zhuang <[email protected]>
10091 L:      [email protected] (moderated for non-subscribers)
10092 T:      git git://github.com/hzhuang1/linux.git
10093 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10094 S:      Maintained
10095 F:      arch/arm/boot/dts/mmp*
10096 F:      arch/arm/mach-mmp/
10097
10098 PXA MMCI DRIVER
10099 S:      Orphan
10100
10101 PXA RTC DRIVER
10102 M:      Robert Jarzmik <[email protected]>
10103 L:      [email protected]
10104 S:      Maintained
10105
10106 QAT DRIVER
10107 M:      Giovanni Cabiddu <[email protected]>
10108 M:      Salvatore Benedetto <[email protected]>
10109 L:      [email protected]
10110 S:      Supported
10111 F:      drivers/crypto/qat/
10112
10113 QIB DRIVER
10114 M:      Mike Marciniszyn <[email protected]>
10115 L:      [email protected]
10116 S:      Supported
10117 F:      drivers/infiniband/hw/qib/
10118
10119 QLOGIC QLA1280 SCSI DRIVER
10120 M:      Michael Reed <[email protected]>
10121 L:      [email protected]
10122 S:      Maintained
10123 F:      drivers/scsi/qla1280.[ch]
10124
10125 QLOGIC QLA2XXX FC-SCSI DRIVER
10126 M:      [email protected]
10127 L:      [email protected]
10128 S:      Supported
10129 F:      Documentation/scsi/LICENSE.qla2xxx
10130 F:      drivers/scsi/qla2xxx/
10131
10132 QLOGIC QLA4XXX iSCSI DRIVER
10133 M:      [email protected]
10134 L:      [email protected]
10135 S:      Supported
10136 F:      Documentation/scsi/LICENSE.qla4xxx
10137 F:      drivers/scsi/qla4xxx/
10138
10139 QLOGIC QLA3XXX NETWORK DRIVER
10140 M:      [email protected]
10141 L:      [email protected]
10142 S:      Supported
10143 F:      Documentation/networking/LICENSE.qla3xxx
10144 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10145
10146 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10147 M:      Harish Patil <[email protected]>
10148 M:      Manish Chopra <[email protected]>
10149 M:      [email protected]
10150 L:      [email protected]
10151 S:      Supported
10152 F:      drivers/net/ethernet/qlogic/qlcnic/
10153
10154 QLOGIC QLGE 10Gb ETHERNET DRIVER
10155 M:      Harish Patil <[email protected]>
10156 M:      Manish Chopra <[email protected]>
10157 M:      [email protected]
10158 L:      [email protected]
10159 S:      Supported
10160 F:      drivers/net/ethernet/qlogic/qlge/
10161
10162 QLOGIC QL4xxx ETHERNET DRIVER
10163 M:      Yuval Mintz <[email protected]>
10164 M:      Ariel Elior <[email protected]>
10165 M:      [email protected]
10166 L:      [email protected]
10167 S:      Supported
10168 F:      drivers/net/ethernet/qlogic/qed/
10169 F:      include/linux/qed/
10170 F:      drivers/net/ethernet/qlogic/qede/
10171
10172 QLOGIC QL41xxx ISCSI DRIVER
10173 M:      [email protected]
10174 L:      [email protected]
10175 S:      Supported
10176 F:      drivers/scsi/qedi/
10177
10178 QNX4 FILESYSTEM
10179 M:      Anders Larsen <[email protected]>
10180 W:      http://www.alarsen.net/linux/qnx4fs/
10181 S:      Maintained
10182 F:      fs/qnx4/
10183 F:      include/uapi/linux/qnx4_fs.h
10184 F:      include/uapi/linux/qnxtypes.h
10185
10186 QORIQ DPAA2 FSL-MC BUS DRIVER
10187 M:      Stuart Yoder <[email protected]>
10188 L:      [email protected]
10189 S:      Maintained
10190 F:      drivers/staging/fsl-mc/
10191
10192 QT1010 MEDIA DRIVER
10193 M:      Antti Palosaari <[email protected]>
10194 L:      [email protected]
10195 W:      https://linuxtv.org
10196 W:      http://palosaari.fi/linux/
10197 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10198 T:      git git://linuxtv.org/anttip/media_tree.git
10199 S:      Maintained
10200 F:      drivers/media/tuners/qt1010*
10201
10202 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10203 M:      QCA ath9k Development <[email protected]>
10204 L:      [email protected]
10205 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10206 S:      Supported
10207 F:      drivers/net/wireless/ath/ath9k/
10208
10209 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10210 M:      Kalle Valo <[email protected]>
10211 L:      [email protected]
10212 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10214 S:      Supported
10215 F:      drivers/net/wireless/ath/ath10k/
10216
10217 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10218 M:      Timur Tabi <[email protected]>
10219 L:      [email protected]
10220 S:      Supported
10221 F:      drivers/net/ethernet/qualcomm/emac/
10222
10223 QUALCOMM HEXAGON ARCHITECTURE
10224 M:      Richard Kuo <[email protected]>
10225 L:      [email protected]
10226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10227 S:      Supported
10228 F:      arch/hexagon/
10229
10230 QUALCOMM WCN36XX WIRELESS DRIVER
10231 M:      Eugene Krasnikov <[email protected]>
10232 L:      [email protected]
10233 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10234 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10235 S:      Supported
10236 F:      drivers/net/wireless/ath/wcn36xx/
10237
10238 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10239 M:      Gabriel Somlo <[email protected]>
10240 M:      "Michael S. Tsirkin" <[email protected]>
10241 L:      [email protected]
10242 S:      Maintained
10243 F:      drivers/firmware/qemu_fw_cfg.c
10244
10245 RADOS BLOCK DEVICE (RBD)
10246 M:      Ilya Dryomov <[email protected]>
10247 M:      Sage Weil <[email protected]>
10248 M:      Alex Elder <[email protected]>
10249 L:      [email protected]
10250 W:      http://ceph.com/
10251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10252 T:      git git://github.com/ceph/ceph-client.git
10253 S:      Supported
10254 F:      Documentation/ABI/testing/sysfs-bus-rbd
10255 F:      drivers/block/rbd.c
10256 F:      drivers/block/rbd_types.h
10257
10258 RADEON FRAMEBUFFER DISPLAY DRIVER
10259 M:      Benjamin Herrenschmidt <[email protected]>
10260 L:      [email protected]
10261 S:      Maintained
10262 F:      drivers/video/fbdev/aty/radeon*
10263 F:      include/uapi/linux/radeonfb.h
10264
10265 RADIOSHARK RADIO DRIVER
10266 M:      Hans Verkuil <[email protected]>
10267 L:      [email protected]
10268 T:      git git://linuxtv.org/media_tree.git
10269 S:      Maintained
10270 F:      drivers/media/radio/radio-shark.c
10271
10272 RADIOSHARK2 RADIO DRIVER
10273 M:      Hans Verkuil <[email protected]>
10274 L:      [email protected]
10275 T:      git git://linuxtv.org/media_tree.git
10276 S:      Maintained
10277 F:      drivers/media/radio/radio-shark2.c
10278 F:      drivers/media/radio/radio-tea5777.c
10279
10280 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10281 M:      Paul Mackerras <[email protected]>
10282 L:      [email protected]
10283 S:      Maintained
10284 F:      drivers/video/fbdev/aty/aty128fb.c
10285
10286 RALINK MIPS ARCHITECTURE
10287 M:      John Crispin <[email protected]>
10288 L:      [email protected]
10289 S:      Maintained
10290 F:      arch/mips/ralink
10291
10292 RALINK RT2X00 WIRELESS LAN DRIVER
10293 P:      rt2x00 project
10294 M:      Stanislaw Gruszka <[email protected]>
10295 M:      Helmut Schaa <[email protected]>
10296 L:      [email protected]
10297 S:      Maintained
10298 F:      drivers/net/wireless/ralink/rt2x00/
10299
10300 RAMDISK RAM BLOCK DEVICE DRIVER
10301 M:      Jens Axboe <[email protected]>
10302 S:      Maintained
10303 F:      Documentation/blockdev/ramdisk.txt
10304 F:      drivers/block/brd.c
10305
10306 RANDOM NUMBER DRIVER
10307 M:      "Theodore Ts'o" <[email protected]>
10308 S:      Maintained
10309 F:      drivers/char/random.c
10310
10311 RAPIDIO SUBSYSTEM
10312 M:      Matt Porter <[email protected]>
10313 M:      Alexandre Bounine <[email protected]>
10314 S:      Maintained
10315 F:      drivers/rapidio/
10316
10317 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10318 L:      [email protected]
10319 S:      Orphan
10320 F:      drivers/net/wireless/ray*
10321
10322 RCUTORTURE MODULE
10323 M:      Josh Triplett <[email protected]>
10324 M:      "Paul E. McKenney" <[email protected]>
10325 L:      [email protected]
10326 S:      Supported
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10328 F:      Documentation/RCU/torture.txt
10329 F:      kernel/rcu/rcutorture.c
10330
10331 RCUTORTURE TEST FRAMEWORK
10332 M:      "Paul E. McKenney" <[email protected]>
10333 M:      Josh Triplett <[email protected]>
10334 R:      Steven Rostedt <[email protected]>
10335 R:      Mathieu Desnoyers <[email protected]>
10336 R:      Lai Jiangshan <[email protected]>
10337 L:      [email protected]
10338 S:      Supported
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10340 F:      tools/testing/selftests/rcutorture
10341
10342 RDC R-321X SoC
10343 M:      Florian Fainelli <[email protected]>
10344 S:      Maintained
10345
10346 RDC R6040 FAST ETHERNET DRIVER
10347 M:      Florian Fainelli <[email protected]>
10348 L:      [email protected]
10349 S:      Maintained
10350 F:      drivers/net/ethernet/rdc/r6040.c
10351
10352 RDS - RELIABLE DATAGRAM SOCKETS
10353 M:      Santosh Shilimkar <[email protected]>
10354 L:      [email protected]
10355 L:      [email protected]
10356 L:      [email protected] (moderated for non-subscribers)
10357 W:      https://oss.oracle.com/projects/rds/
10358 S:      Supported
10359 F:      net/rds/
10360 F:      Documentation/networking/rds.txt
10361
10362 RDMAVT - RDMA verbs software
10363 M:      Dennis Dalessandro <[email protected]>
10364 L:      [email protected]
10365 S:      Supported
10366 F:      drivers/infiniband/sw/rdmavt
10367
10368 RDT - RESOURCE ALLOCATION
10369 M:      Fenghua Yu <[email protected]>
10370 L:      [email protected]
10371 S:      Supported
10372 F:      arch/x86/kernel/cpu/intel_rdt*
10373 F:      arch/x86/include/asm/intel_rdt*
10374 F:      Documentation/x86/intel_rdt*
10375
10376 READ-COPY UPDATE (RCU)
10377 M:      "Paul E. McKenney" <[email protected]>
10378 M:      Josh Triplett <[email protected]>
10379 R:      Steven Rostedt <[email protected]>
10380 R:      Mathieu Desnoyers <[email protected]>
10381 R:      Lai Jiangshan <[email protected]>
10382 L:      [email protected]
10383 W:      http://www.rdrop.com/users/paulmck/RCU/
10384 S:      Supported
10385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10386 F:      Documentation/RCU/
10387 X:      Documentation/RCU/torture.txt
10388 F:      include/linux/rcu*
10389 X:      include/linux/srcu.h
10390 F:      kernel/rcu/
10391 X:      kernel/torture.c
10392
10393 REAL TIME CLOCK (RTC) SUBSYSTEM
10394 M:      Alessandro Zummo <[email protected]>
10395 M:      Alexandre Belloni <[email protected]>
10396 L:      [email protected]
10397 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10399 S:      Maintained
10400 F:      Documentation/devicetree/bindings/rtc/
10401 F:      Documentation/rtc.txt
10402 F:      drivers/rtc/
10403 F:      include/linux/rtc.h
10404 F:      include/uapi/linux/rtc.h
10405 F:      include/linux/rtc/
10406 F:      include/linux/platform_data/rtc-*
10407 F:      tools/testing/selftests/timers/rtctest.c
10408
10409 REALTEK AUDIO CODECS
10410 M:      Bard Liao <[email protected]>
10411 M:      Oder Chiou <[email protected]>
10412 S:      Maintained
10413 F:      sound/soc/codecs/rt*
10414 F:      include/sound/rt*.h
10415
10416 REISERFS FILE SYSTEM
10417 L:      [email protected]
10418 S:      Supported
10419 F:      fs/reiserfs/
10420
10421 REGISTER MAP ABSTRACTION
10422 M:      Mark Brown <[email protected]>
10423 L:      [email protected]
10424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10425 S:      Supported
10426 F:      Documentation/devicetree/bindings/regmap/
10427 F:      drivers/base/regmap/
10428 F:      include/linux/regmap.h
10429
10430 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10431 M:      Ohad Ben-Cohen <[email protected]>
10432 M:      Bjorn Andersson <[email protected]>
10433 L:      [email protected]
10434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10435 S:      Maintained
10436 F:      Documentation/devicetree/bindings/remoteproc/
10437 F:      Documentation/remoteproc.txt
10438 F:      drivers/remoteproc/
10439 F:      include/linux/remoteproc.h
10440
10441 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10442 M:      Ohad Ben-Cohen <[email protected]>
10443 M:      Bjorn Andersson <[email protected]>
10444 L:      [email protected]
10445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10446 S:      Maintained
10447 F:      drivers/rpmsg/
10448 F:      Documentation/rpmsg.txt
10449 F:      include/linux/rpmsg.h
10450
10451 RENESAS CLOCK DRIVERS
10452 M:      Geert Uytterhoeven <[email protected]>
10453 L:      [email protected]
10454 S:      Supported
10455 F:      drivers/clk/renesas/
10456
10457 RENESAS ETHERNET DRIVERS
10458 R:      Sergei Shtylyov <[email protected]>
10459 L:      [email protected]
10460 L:      [email protected]
10461 F:      drivers/net/ethernet/renesas/
10462 F:      include/linux/sh_eth.h
10463
10464 RENESAS USB2 PHY DRIVER
10465 M:      Yoshihiro Shimoda <[email protected]>
10466 L:      [email protected]
10467 S:      Maintained
10468 F:      drivers/phy/phy-rcar-gen3-usb2.c
10469
10470 RESET CONTROLLER FRAMEWORK
10471 M:      Philipp Zabel <[email protected]>
10472 T:      git git://git.pengutronix.de/git/pza/linux
10473 S:      Maintained
10474 F:      drivers/reset/
10475 F:      Documentation/devicetree/bindings/reset/
10476 F:      include/dt-bindings/reset/
10477 F:      include/linux/reset.h
10478 F:      include/linux/reset-controller.h
10479
10480 RFKILL
10481 M:      Johannes Berg <[email protected]>
10482 L:      [email protected]
10483 W:      http://wireless.kernel.org/
10484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10486 S:      Maintained
10487 F:      Documentation/rfkill.txt
10488 F:      net/rfkill/
10489
10490 RHASHTABLE
10491 M:      Thomas Graf <[email protected]>
10492 M:      Herbert Xu <[email protected]>
10493 L:      [email protected]
10494 S:      Maintained
10495 F:      lib/rhashtable.c
10496 F:      include/linux/rhashtable.h
10497
10498 RICOH SMARTMEDIA/XD DRIVER
10499 M:      Maxim Levitsky <[email protected]>
10500 S:      Maintained
10501 F:      drivers/mtd/nand/r852.c
10502 F:      drivers/mtd/nand/r852.h
10503
10504 RICOH R5C592 MEMORYSTICK DRIVER
10505 M:      Maxim Levitsky <[email protected]>
10506 S:      Maintained
10507 F:      drivers/memstick/host/r592.*
10508
10509 ROCCAT DRIVERS
10510 M:      Stefan Achatz <[email protected]>
10511 W:      http://sourceforge.net/projects/roccat/
10512 S:      Maintained
10513 F:      drivers/hid/hid-roccat*
10514 F:      include/linux/hid-roccat*
10515 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10516
10517 ROCKER DRIVER
10518 M:      Jiri Pirko <[email protected]>
10519 L:      [email protected]
10520 S:      Supported
10521 F:      drivers/net/ethernet/rocker/
10522
10523 ROCKETPORT DRIVER
10524 P:      Comtrol Corp.
10525 W:      http://www.comtrol.com
10526 S:      Maintained
10527 F:      Documentation/serial/rocket.txt
10528 F:      drivers/tty/rocket*
10529
10530 ROCKETPORT EXPRESS/INFINITY DRIVER
10531 M:      Kevin Cernekee <[email protected]>
10532 L:      [email protected]
10533 S:      Odd Fixes
10534 F:      drivers/tty/serial/rp2.*
10535
10536 ROSE NETWORK LAYER
10537 M:      Ralf Baechle <[email protected]>
10538 L:      [email protected]
10539 W:      http://www.linux-ax25.org/
10540 S:      Maintained
10541 F:      include/net/rose.h
10542 F:      include/uapi/linux/rose.h
10543 F:      net/rose/
10544
10545 RTL2830 MEDIA DRIVER
10546 M:      Antti Palosaari <[email protected]>
10547 L:      [email protected]
10548 W:      https://linuxtv.org
10549 W:      http://palosaari.fi/linux/
10550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10551 T:      git git://linuxtv.org/anttip/media_tree.git
10552 S:      Maintained
10553 F:      drivers/media/dvb-frontends/rtl2830*
10554
10555 RTL2832 MEDIA DRIVER
10556 M:      Antti Palosaari <[email protected]>
10557 L:      [email protected]
10558 W:      https://linuxtv.org
10559 W:      http://palosaari.fi/linux/
10560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10561 T:      git git://linuxtv.org/anttip/media_tree.git
10562 S:      Maintained
10563 F:      drivers/media/dvb-frontends/rtl2832*
10564
10565 RTL2832_SDR MEDIA DRIVER
10566 M:      Antti Palosaari <[email protected]>
10567 L:      [email protected]
10568 W:      https://linuxtv.org
10569 W:      http://palosaari.fi/linux/
10570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10571 T:      git git://linuxtv.org/anttip/media_tree.git
10572 S:      Maintained
10573 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10574
10575 RTL8180 WIRELESS DRIVER
10576 L:      [email protected]
10577 W:      http://wireless.kernel.org/
10578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10579 S:      Orphan
10580 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10581
10582 RTL8187 WIRELESS DRIVER
10583 M:      Herton Ronaldo Krzesinski <[email protected]>
10584 M:      Hin-Tak Leung <[email protected]>
10585 M:      Larry Finger <[email protected]>
10586 L:      [email protected]
10587 W:      http://wireless.kernel.org/
10588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10589 S:      Maintained
10590 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10591
10592 RTL8192CE WIRELESS DRIVER
10593 M:      Larry Finger <[email protected]>
10594 M:      Chaoming Li <[email protected]>
10595 L:      [email protected]
10596 W:      http://wireless.kernel.org/
10597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10598 S:      Maintained
10599 F:      drivers/net/wireless/realtek/rtlwifi/
10600 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10601
10602 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10603 M:      Jes Sorensen <[email protected]>
10604 L:      [email protected]
10605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10606 S:      Maintained
10607 F:      drivers/net/wireless/realtek/rtl8xxxu/
10608
10609 S3 SAVAGE FRAMEBUFFER DRIVER
10610 M:      Antonino Daplas <[email protected]>
10611 L:      [email protected]
10612 S:      Maintained
10613 F:      drivers/video/fbdev/savage/
10614
10615 S390
10616 M:      Martin Schwidefsky <[email protected]>
10617 M:      Heiko Carstens <[email protected]>
10618 L:      [email protected]
10619 W:      http://www.ibm.com/developerworks/linux/linux390/
10620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10621 S:      Supported
10622 F:      arch/s390/
10623 F:      drivers/s390/
10624 F:      Documentation/s390/
10625 F:      Documentation/DocBook/s390*
10626
10627 S390 COMMON I/O LAYER
10628 M:      Sebastian Ott <[email protected]>
10629 M:      Peter Oberparleiter <[email protected]>
10630 L:      [email protected]
10631 W:      http://www.ibm.com/developerworks/linux/linux390/
10632 S:      Supported
10633 F:      drivers/s390/cio/
10634
10635 S390 DASD DRIVER
10636 M:      Stefan Haberland <[email protected]>
10637 M:      Jan Hoeppner <[email protected]>
10638 L:      [email protected]
10639 W:      http://www.ibm.com/developerworks/linux/linux390/
10640 S:      Supported
10641 F:      drivers/s390/block/dasd*
10642 F:      block/partitions/ibm.c
10643
10644 S390 NETWORK DRIVERS
10645 M:      Ursula Braun <[email protected]>
10646 L:      [email protected]
10647 W:      http://www.ibm.com/developerworks/linux/linux390/
10648 S:      Supported
10649 F:      drivers/s390/net/
10650
10651 S390 PCI SUBSYSTEM
10652 M:      Sebastian Ott <[email protected]>
10653 M:      Gerald Schaefer <[email protected]>
10654 L:      [email protected]
10655 W:      http://www.ibm.com/developerworks/linux/linux390/
10656 S:      Supported
10657 F:      arch/s390/pci/
10658 F:      drivers/pci/hotplug/s390_pci_hpc.c
10659
10660 S390 ZCRYPT DRIVER
10661 M:      Harald Freudenberger <[email protected]>
10662 L:      [email protected]
10663 W:      http://www.ibm.com/developerworks/linux/linux390/
10664 S:      Supported
10665 F:      drivers/s390/crypto/
10666
10667 S390 ZFCP DRIVER
10668 M:      Steffen Maier <[email protected]>
10669 L:      [email protected]
10670 W:      http://www.ibm.com/developerworks/linux/linux390/
10671 S:      Supported
10672 F:      drivers/s390/scsi/zfcp_*
10673
10674 S390 IUCV NETWORK LAYER
10675 M:      Ursula Braun <[email protected]>
10676 L:      [email protected]
10677 W:      http://www.ibm.com/developerworks/linux/linux390/
10678 S:      Supported
10679 F:      drivers/s390/net/*iucv*
10680 F:      include/net/iucv/
10681 F:      net/iucv/
10682
10683 S390 IOMMU (PCI)
10684 M:      Gerald Schaefer <[email protected]>
10685 L:      [email protected]
10686 W:      http://www.ibm.com/developerworks/linux/linux390/
10687 S:      Supported
10688 F:      drivers/iommu/s390-iommu.c
10689
10690 S3C24XX SD/MMC Driver
10691 M:      Ben Dooks <[email protected]>
10692 L:      [email protected] (moderated for non-subscribers)
10693 S:      Supported
10694 F:      drivers/mmc/host/s3cmci.*
10695
10696 SAA6588 RDS RECEIVER DRIVER
10697 M:      Hans Verkuil <[email protected]>
10698 L:      [email protected]
10699 T:      git git://linuxtv.org/media_tree.git
10700 W:      https://linuxtv.org
10701 S:      Odd Fixes
10702 F:      drivers/media/i2c/saa6588*
10703
10704 SAA7134 VIDEO4LINUX DRIVER
10705 M:      Mauro Carvalho Chehab <[email protected]>
10706 M:      Mauro Carvalho Chehab <[email protected]>
10707 L:      [email protected]
10708 W:      https://linuxtv.org
10709 T:      git git://linuxtv.org/media_tree.git
10710 S:      Odd fixes
10711 F:      Documentation/media/v4l-drivers/saa7134*
10712 F:      drivers/media/pci/saa7134/
10713
10714 SAA7146 VIDEO4LINUX-2 DRIVER
10715 M:      Hans Verkuil <[email protected]>
10716 L:      [email protected]
10717 T:      git git://linuxtv.org/media_tree.git
10718 S:      Maintained
10719 F:      drivers/media/common/saa7146/
10720 F:      drivers/media/pci/saa7146/
10721 F:      include/media/saa7146*
10722
10723 SAMSUNG LAPTOP DRIVER
10724 M:      Corentin Chary <[email protected]>
10725 L:      [email protected]
10726 S:      Maintained
10727 F:      drivers/platform/x86/samsung-laptop.c
10728
10729 SAMSUNG AUDIO (ASoC) DRIVERS
10730 M:      Krzysztof Kozlowski <[email protected]>
10731 M:      Sangbeom Kim <[email protected]>
10732 M:      Sylwester Nawrocki <[email protected]>
10733 L:      [email protected] (moderated for non-subscribers)
10734 S:      Supported
10735 F:      sound/soc/samsung/
10736
10737 SAMSUNG FRAMEBUFFER DRIVER
10738 M:      Jingoo Han <[email protected]>
10739 L:      [email protected]
10740 S:      Maintained
10741 F:      drivers/video/fbdev/s3c-fb.c
10742
10743 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10744 M:      Sangbeom Kim <[email protected]>
10745 M:      Krzysztof Kozlowski <[email protected]>
10746 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10747 L:      [email protected]
10748 L:      [email protected]
10749 S:      Supported
10750 F:      drivers/mfd/sec*.c
10751 F:      drivers/regulator/s2m*.c
10752 F:      drivers/regulator/s5m*.c
10753 F:      drivers/clk/clk-s2mps11.c
10754 F:      drivers/rtc/rtc-s5m.c
10755 F:      include/linux/mfd/samsung/
10756 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10757 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10758 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10759 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10760
10761 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10762 M:      Kyungmin Park <[email protected]>
10763 M:      Sylwester Nawrocki <[email protected]>
10764 L:      [email protected]
10765 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10766 S:      Supported
10767 F:      drivers/media/platform/exynos4-is/
10768
10769 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10770 M:      Sylwester Nawrocki <[email protected]>
10771 L:      [email protected]
10772 L:      [email protected] (moderated for non-subscribers)
10773 S:      Maintained
10774 F:      drivers/media/platform/s3c-camif/
10775 F:      include/media/drv-intf/s3c_camif.h
10776
10777 SAMSUNG S5C73M3 CAMERA DRIVER
10778 M:      Kyungmin Park <[email protected]>
10779 M:      Andrzej Hajda <[email protected]>
10780 L:      [email protected]
10781 S:      Supported
10782 F:      drivers/media/i2c/s5c73m3/*
10783
10784 SAMSUNG S5K5BAF CAMERA DRIVER
10785 M:      Kyungmin Park <[email protected]>
10786 M:      Andrzej Hajda <[email protected]>
10787 L:      [email protected]
10788 S:      Supported
10789 F:      drivers/media/i2c/s5k5baf.c
10790
10791 SAMSUNG S3FWRN5 NFC DRIVER
10792 M:      Robert Baldyga <[email protected]>
10793 M:      Krzysztof Opasiak <[email protected]>
10794 L:      [email protected] (moderated for non-subscribers)
10795 S:      Supported
10796 F:      drivers/nfc/s3fwrn5
10797
10798 SAMSUNG SOC CLOCK DRIVERS
10799 M:      Sylwester Nawrocki <[email protected]>
10800 M:      Tomasz Figa <[email protected]>
10801 M:      Chanwoo Choi <[email protected]>
10802 S:      Supported
10803 L:      [email protected] (moderated for non-subscribers)
10804 F:      drivers/clk/samsung/
10805 F:      include/dt-bindings/clock/exynos*.h
10806 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10807
10808 SAMSUNG SPI DRIVERS
10809 M:      Kukjin Kim <[email protected]>
10810 M:      Krzysztof Kozlowski <[email protected]>
10811 M:      Andi Shyti <[email protected]>
10812 L:      [email protected]
10813 L:      [email protected] (moderated for non-subscribers)
10814 S:      Maintained
10815 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10816 F:      drivers/spi/spi-s3c*
10817 F:      include/linux/platform_data/spi-s3c64xx.h
10818
10819 SAMSUNG SXGBE DRIVERS
10820 M:      Byungho An <[email protected]>
10821 M:      Girish K S <[email protected]>
10822 M:      Vipul Pandya <[email protected]>
10823 S:      Supported
10824 L:      [email protected]
10825 F:      drivers/net/ethernet/samsung/sxgbe/
10826
10827 SAMSUNG THERMAL DRIVER
10828 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10829 L:      [email protected]
10830 L:      [email protected]
10831 S:      Supported
10832 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10833 F:      drivers/thermal/samsung/
10834
10835 SAMSUNG USB2 PHY DRIVER
10836 M:      Kamil Debski <[email protected]>
10837 M:      Sylwester Nawrocki <[email protected]>
10838 L:      [email protected]
10839 S:      Supported
10840 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10841 F:      Documentation/phy/samsung-usb2.txt
10842 F:      drivers/phy/phy-exynos4210-usb2.c
10843 F:      drivers/phy/phy-exynos4x12-usb2.c
10844 F:      drivers/phy/phy-exynos5250-usb2.c
10845 F:      drivers/phy/phy-s5pv210-usb2.c
10846 F:      drivers/phy/phy-samsung-usb2.c
10847 F:      drivers/phy/phy-samsung-usb2.h
10848
10849 SERIAL DRIVERS
10850 M:      Greg Kroah-Hartman <[email protected]>
10851 L:      [email protected]
10852 S:      Maintained
10853 F:      Documentation/devicetree/bindings/serial/
10854 F:      drivers/tty/serial/
10855
10856 SERIAL IR RECEIVER
10857 M:      Sean Young <[email protected]>
10858 L:      [email protected]
10859 S:      Maintained
10860 F:      drivers/media/rc/serial_ir.c
10861
10862 STI CEC DRIVER
10863 M:      Benjamin Gaignard <[email protected]>
10864 L:      [email protected]
10865 S:      Maintained
10866 F:      drivers/staging/media/st-cec/
10867 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10868
10869 SYNOPSYS DESIGNWARE DMAC DRIVER
10870 M:      Viresh Kumar <[email protected]>
10871 M:      Andy Shevchenko <[email protected]>
10872 S:      Maintained
10873 F:      include/linux/dma/dw.h
10874 F:      include/linux/platform_data/dma-dw.h
10875 F:      drivers/dma/dw/
10876
10877 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10878 M: Lars Persson <[email protected]>
10879 L: [email protected]
10880 S: Supported
10881 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10882 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10883
10884 SYNOPSYS DESIGNWARE I2C DRIVER
10885 M:      Jarkko Nikula <[email protected]>
10886 R:      Andy Shevchenko <[email protected]>
10887 R:      Mika Westerberg <[email protected]>
10888 L:      [email protected]
10889 S:      Maintained
10890 F:      drivers/i2c/busses/i2c-designware-*
10891 F:      include/linux/platform_data/i2c-designware.h
10892
10893 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10894 M:      Jaehoon Chung <[email protected]>
10895 L:      [email protected]
10896 S:      Maintained
10897 F:      include/linux/mmc/dw_mmc.h
10898 F:      drivers/mmc/host/dw_mmc*
10899
10900 SYSTEM TRACE MODULE CLASS
10901 M:      Alexander Shishkin <[email protected]>
10902 S:      Maintained
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10904 F:      Documentation/trace/stm.txt
10905 F:      drivers/hwtracing/stm/
10906 F:      include/linux/stm.h
10907 F:      include/uapi/linux/stm.h
10908
10909 THUNDERBOLT DRIVER
10910 M:      Andreas Noever <[email protected]>
10911 S:      Maintained
10912 F:      drivers/thunderbolt/
10913
10914 TI BQ27XXX POWER SUPPLY DRIVER
10915 R:      Andrew F. Davis <[email protected]>
10916 F:      include/linux/power/bq27xxx_battery.h
10917 F:      drivers/power/supply/bq27xxx_battery.c
10918 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10919
10920 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10921 M:      John Stultz <[email protected]>
10922 M:      Thomas Gleixner <[email protected]>
10923 L:      [email protected]
10924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10925 S:      Supported
10926 F:      include/linux/clocksource.h
10927 F:      include/linux/time.h
10928 F:      include/linux/timex.h
10929 F:      include/uapi/linux/time.h
10930 F:      include/uapi/linux/timex.h
10931 F:      kernel/time/clocksource.c
10932 F:      kernel/time/time*.c
10933 F:      kernel/time/alarmtimer.c
10934 F:      kernel/time/ntp.c
10935 F:      tools/testing/selftests/timers/
10936
10937 SC1200 WDT DRIVER
10938 M:      Zwane Mwaikambo <[email protected]>
10939 S:      Maintained
10940 F:      drivers/watchdog/sc1200wdt.c
10941
10942 SCHEDULER
10943 M:      Ingo Molnar <[email protected]>
10944 M:      Peter Zijlstra <[email protected]>
10945 L:      [email protected]
10946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10947 S:      Maintained
10948 F:      kernel/sched/
10949 F:      include/linux/sched.h
10950 F:      include/uapi/linux/sched.h
10951 F:      include/linux/wait.h
10952
10953 SCORE ARCHITECTURE
10954 M:      Chen Liqin <[email protected]>
10955 M:      Lennox Wu <[email protected]>
10956 W:      http://www.sunplus.com
10957 S:      Supported
10958 F:      arch/score/
10959
10960 SCR24X CHIP CARD INTERFACE DRIVER
10961 M:      Lubomir Rintel <[email protected]>
10962 S:      Supported
10963 F:      drivers/char/pcmcia/scr24x_cs.c
10964
10965 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10966 M:      Sudeep Holla <[email protected]>
10967 L:      [email protected]
10968 S:      Maintained
10969 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10970 F:      drivers/clk/clk-scpi.c
10971 F:      drivers/cpufreq/scpi-cpufreq.c
10972 F:      drivers/firmware/arm_scpi.c
10973 F:      include/linux/scpi_protocol.h
10974
10975 SCSI CDROM DRIVER
10976 M:      Jens Axboe <[email protected]>
10977 L:      [email protected]
10978 W:      http://www.kernel.dk
10979 S:      Maintained
10980 F:      drivers/scsi/sr*
10981
10982 SCSI RDMA PROTOCOL (SRP) INITIATOR
10983 M:      Bart Van Assche <[email protected]>
10984 L:      [email protected]
10985 S:      Supported
10986 W:      http://www.openfabrics.org
10987 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10989 F:      drivers/infiniband/ulp/srp/
10990 F:      include/scsi/srp.h
10991
10992 SCSI SG DRIVER
10993 M:      Doug Gilbert <[email protected]>
10994 L:      [email protected]
10995 W:      http://sg.danny.cz/sg
10996 S:      Maintained
10997 F:      Documentation/scsi/scsi-generic.txt
10998 F:      drivers/scsi/sg.c
10999 F:      include/scsi/sg.h
11000
11001 SCSI SUBSYSTEM
11002 M:      "James E.J. Bottomley" <[email protected]>
11003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11004 M:      "Martin K. Petersen" <[email protected]>
11005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11006 L:      [email protected]
11007 S:      Maintained
11008 F:      Documentation/devicetree/bindings/scsi/
11009 F:      drivers/scsi/
11010 F:      include/scsi/
11011
11012 SCSI TAPE DRIVER
11013 M:      Kai Mäkisara <[email protected]>
11014 L:      [email protected]
11015 S:      Maintained
11016 F:      Documentation/scsi/st.txt
11017 F:      drivers/scsi/st.*
11018 F:      drivers/scsi/st_*.h
11019
11020 SCTP PROTOCOL
11021 M:      Vlad Yasevich <[email protected]>
11022 M:      Neil Horman <[email protected]>
11023 L:      [email protected]
11024 W:      http://lksctp.sourceforge.net
11025 S:      Maintained
11026 F:      Documentation/networking/sctp.txt
11027 F:      include/linux/sctp.h
11028 F:      include/uapi/linux/sctp.h
11029 F:      include/net/sctp/
11030 F:      net/sctp/
11031
11032 SCx200 CPU SUPPORT
11033 M:      Jim Cromie <[email protected]>
11034 S:      Odd Fixes
11035 F:      Documentation/i2c/busses/scx200_acb
11036 F:      arch/x86/platform/scx200/
11037 F:      drivers/watchdog/scx200_wdt.c
11038 F:      drivers/i2c/busses/scx200*
11039 F:      drivers/mtd/maps/scx200_docflash.c
11040 F:      include/linux/scx200.h
11041
11042 SCx200 GPIO DRIVER
11043 M:      Jim Cromie <[email protected]>
11044 S:      Maintained
11045 F:      drivers/char/scx200_gpio.c
11046 F:      include/linux/scx200_gpio.h
11047
11048 SCx200 HRT CLOCKSOURCE DRIVER
11049 M:      Jim Cromie <[email protected]>
11050 S:      Maintained
11051 F:      drivers/clocksource/scx200_hrt.c
11052
11053 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11054 M:      Sascha Sommer <[email protected]>
11055 L:      [email protected] (subscribers-only)
11056 S:      Maintained
11057 F:      drivers/mmc/host/sdricoh_cs.c
11058
11059 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11060 M:      Adrian Hunter <[email protected]>
11061 L:      [email protected]
11062 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11063 S:      Maintained
11064 F:      drivers/mmc/host/sdhci*
11065 F:      include/linux/mmc/sdhci*
11066
11067 SECURE COMPUTING
11068 M:      Kees Cook <[email protected]>
11069 R:      Andy Lutomirski <[email protected]>
11070 R:      Will Drewry <[email protected]>
11071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11072 S:      Supported
11073 F:      kernel/seccomp.c
11074 F:      include/uapi/linux/seccomp.h
11075 F:      include/linux/seccomp.h
11076 F:      tools/testing/selftests/seccomp/*
11077 K:      \bsecure_computing
11078 K:      \bTIF_SECCOMP\b
11079
11080 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11081 M:      Al Cooper <[email protected]>
11082 L:      [email protected]
11083 L:      [email protected]
11084 S:      Maintained
11085 F:      drivers/mmc/host/sdhci-brcmstb*
11086
11087 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11088 M:      Ben Dooks <[email protected]>
11089 M:      Jaehoon Chung <[email protected]>
11090 L:      [email protected]
11091 S:      Maintained
11092 F:      drivers/mmc/host/sdhci-s3c*
11093
11094 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11095 M:      Viresh Kumar <[email protected]>
11096 L:      [email protected]
11097 S:      Maintained
11098 F:      drivers/mmc/host/sdhci-spear.c
11099
11100 SECURITY SUBSYSTEM
11101 M:      James Morris <[email protected]>
11102 M:      "Serge E. Hallyn" <[email protected]>
11103 L:      [email protected] (suggested Cc:)
11104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11105 W:      http://kernsec.org/
11106 S:      Supported
11107 F:      security/
11108
11109 SECURITY CONTACT
11110 M:      Security Officers <[email protected]>
11111 S:      Supported
11112
11113 SELINUX SECURITY MODULE
11114 M:      Paul Moore <[email protected]>
11115 M:      Stephen Smalley <[email protected]>
11116 M:      Eric Paris <[email protected]>
11117 L:      [email protected] (moderated for non-subscribers)
11118 W:      http://selinuxproject.org
11119 T:      git git://git.infradead.org/users/pcmoore/selinux
11120 S:      Supported
11121 F:      include/linux/selinux*
11122 F:      security/selinux/
11123 F:      scripts/selinux/
11124
11125 APPARMOR SECURITY MODULE
11126 M:      John Johansen <[email protected]>
11127 L:      [email protected] (subscribers-only, general discussion)
11128 W:      apparmor.wiki.kernel.org
11129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11130 S:      Supported
11131 F:      security/apparmor/
11132
11133 LOADPIN SECURITY MODULE
11134 M:      Kees Cook <[email protected]>
11135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11136 S:      Supported
11137 F:      security/loadpin/
11138
11139 YAMA SECURITY MODULE
11140 M:      Kees Cook <[email protected]>
11141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11142 S:      Supported
11143 F:      security/yama/
11144
11145 SENSABLE PHANTOM
11146 M:      Jiri Slaby <[email protected]>
11147 S:      Maintained
11148 F:      drivers/misc/phantom.c
11149 F:      include/uapi/linux/phantom.h
11150
11151 Emulex 10Gbps iSCSI - OneConnect DRIVER
11152 M:      Subbu Seetharaman <[email protected]>
11153 M:      Ketan Mukadam <[email protected]>
11154 M:      Jitendra Bhivare <[email protected]>
11155 L:      [email protected]
11156 W:      http://www.broadcom.com
11157 S:      Supported
11158 F:      drivers/scsi/be2iscsi/
11159
11160 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11161 M:      Sathya Perla <[email protected]>
11162 M:      Ajit Khaparde <[email protected]>
11163 M:      Sriharsha Basavapatna <[email protected]>
11164 M:      Somnath Kotur <[email protected]>
11165 L:      [email protected]
11166 W:      http://www.emulex.com
11167 S:      Supported
11168 F:      drivers/net/ethernet/emulex/benet/
11169
11170 EMULEX ONECONNECT ROCE DRIVER
11171 M:      Selvin Xavier <[email protected]>
11172 M:      Devesh Sharma <[email protected]>
11173 L:      [email protected]
11174 W:      http://www.emulex.com
11175 S:      Supported
11176 F:      drivers/infiniband/hw/ocrdma/
11177 F:      include/uapi/rdma/ocrdma-abi.h
11178
11179 SFC NETWORK DRIVER
11180 M:      Solarflare linux maintainers <[email protected]>
11181 M:      Edward Cree <[email protected]>
11182 M:      Bert Kenward <[email protected]>
11183 L:      [email protected]
11184 S:      Supported
11185 F:      drivers/net/ethernet/sfc/
11186
11187 SGI GRU DRIVER
11188 M:      Dimitri Sivanich <[email protected]>
11189 S:      Maintained
11190 F:      drivers/misc/sgi-gru/
11191
11192 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11193 M:      Pat Gefre <[email protected]>
11194 L:      [email protected]
11195 S:      Supported
11196 F:      Documentation/ia64/serial.txt
11197 F:      drivers/tty/serial/ioc?_serial.c
11198 F:      include/linux/ioc?.h
11199
11200 SGI XP/XPC/XPNET DRIVER
11201 M:      Cliff Whickman <[email protected]>
11202 M:      Robin Holt <[email protected]>
11203 S:      Maintained
11204 F:      drivers/misc/sgi-xp/
11205
11206 SI2157 MEDIA DRIVER
11207 M:      Antti Palosaari <[email protected]>
11208 L:      [email protected]
11209 W:      https://linuxtv.org
11210 W:      http://palosaari.fi/linux/
11211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11212 T:      git git://linuxtv.org/anttip/media_tree.git
11213 S:      Maintained
11214 F:      drivers/media/tuners/si2157*
11215
11216 SI2168 MEDIA DRIVER
11217 M:      Antti Palosaari <[email protected]>
11218 L:      [email protected]
11219 W:      https://linuxtv.org
11220 W:      http://palosaari.fi/linux/
11221 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11222 T:      git git://linuxtv.org/anttip/media_tree.git
11223 S:      Maintained
11224 F:      drivers/media/dvb-frontends/si2168*
11225
11226 SI470X FM RADIO RECEIVER I2C DRIVER
11227 M:      Hans Verkuil <[email protected]>
11228 L:      [email protected]
11229 T:      git git://linuxtv.org/media_tree.git
11230 W:      https://linuxtv.org
11231 S:      Odd Fixes
11232 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11233
11234 SI470X FM RADIO RECEIVER USB DRIVER
11235 M:      Hans Verkuil <[email protected]>
11236 L:      [email protected]
11237 T:      git git://linuxtv.org/media_tree.git
11238 W:      https://linuxtv.org
11239 S:      Maintained
11240 F:      drivers/media/radio/si470x/radio-si470x-common.c
11241 F:      drivers/media/radio/si470x/radio-si470x.h
11242 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11243
11244 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11245 M:      Eduardo Valentin <[email protected]>
11246 L:      [email protected]
11247 T:      git git://linuxtv.org/media_tree.git
11248 W:      https://linuxtv.org
11249 S:      Odd Fixes
11250 F:      drivers/media/radio/si4713/si4713.?
11251
11252 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11253 M:      Eduardo Valentin <[email protected]>
11254 L:      [email protected]
11255 T:      git git://linuxtv.org/media_tree.git
11256 W:      https://linuxtv.org
11257 S:      Odd Fixes
11258 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11259
11260 SI4713 FM RADIO TRANSMITTER USB DRIVER
11261 M:      Hans Verkuil <[email protected]>
11262 L:      [email protected]
11263 T:      git git://linuxtv.org/media_tree.git
11264 W:      https://linuxtv.org
11265 S:      Maintained
11266 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11267
11268 SIANO DVB DRIVER
11269 M:      Mauro Carvalho Chehab <[email protected]>
11270 M:      Mauro Carvalho Chehab <[email protected]>
11271 L:      [email protected]
11272 W:      https://linuxtv.org
11273 T:      git git://linuxtv.org/media_tree.git
11274 S:      Odd fixes
11275 F:      drivers/media/common/siano/
11276 F:      drivers/media/usb/siano/
11277 F:      drivers/media/usb/siano/
11278 F:      drivers/media/mmc/siano/
11279
11280 SIMPLEFB FB DRIVER
11281 M:      Hans de Goede <[email protected]>
11282 L:      [email protected]
11283 S:      Maintained
11284 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11285 F:      drivers/video/fbdev/simplefb.c
11286 F:      include/linux/platform_data/simplefb.h
11287
11288 SH_VEU V4L2 MEM2MEM DRIVER
11289 L:      [email protected]
11290 S:      Orphan
11291 F:      drivers/media/platform/sh_veu.c
11292
11293 SH_VOU V4L2 OUTPUT DRIVER
11294 L:      [email protected]
11295 S:      Orphan
11296 F:      drivers/media/platform/sh_vou.c
11297 F:      include/media/drv-intf/sh_vou.h
11298
11299 SIMPLE FIRMWARE INTERFACE (SFI)
11300 M:      Len Brown <[email protected]>
11301 L:      [email protected]
11302 W:      http://simplefirmware.org/
11303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11304 S:      Supported
11305 F:      arch/x86/platform/sfi/
11306 F:      drivers/sfi/
11307 F:      include/linux/sfi*.h
11308
11309 SIMTEC EB110ATX (Chalice CATS)
11310 P:      Ben Dooks
11311 P:      Vincent Sanders <[email protected]>
11312 M:      Simtec Linux Team <[email protected]>
11313 W:      http://www.simtec.co.uk/products/EB110ATX/
11314 S:      Supported
11315
11316 SIMTEC EB2410ITX (BAST)
11317 P:      Ben Dooks
11318 P:      Vincent Sanders <[email protected]>
11319 M:      Simtec Linux Team <[email protected]>
11320 W:      http://www.simtec.co.uk/products/EB2410ITX/
11321 S:      Supported
11322 F:      arch/arm/mach-s3c24xx/mach-bast.c
11323 F:      arch/arm/mach-s3c24xx/bast-ide.c
11324 F:      arch/arm/mach-s3c24xx/bast-irq.c
11325
11326 TI DAVINCI MACHINE SUPPORT
11327 M:      Sekhar Nori <[email protected]>
11328 M:      Kevin Hilman <[email protected]>
11329 L:      [email protected] (moderated for non-subscribers)
11330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11331 S:      Supported
11332 F:      arch/arm/mach-davinci/
11333 F:      drivers/i2c/busses/i2c-davinci.c
11334
11335 TI DAVINCI SERIES MEDIA DRIVER
11336 M:      "Lad, Prabhakar" <[email protected]>
11337 L:      [email protected]
11338 W:      https://linuxtv.org
11339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11340 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11341 S:      Maintained
11342 F:      drivers/media/platform/davinci/
11343 F:      include/media/davinci/
11344
11345 TI AM437X VPFE DRIVER
11346 M:      "Lad, Prabhakar" <[email protected]>
11347 L:      [email protected]
11348 W:      https://linuxtv.org
11349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11350 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11351 S:      Maintained
11352 F:      drivers/media/platform/am437x/
11353
11354 OV2659 OMNIVISION SENSOR DRIVER
11355 M:      "Lad, Prabhakar" <[email protected]>
11356 L:      [email protected]
11357 W:      https://linuxtv.org
11358 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11359 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11360 S:      Maintained
11361 F:      drivers/media/i2c/ov2659.c
11362 F:      include/media/i2c/ov2659.h
11363
11364 SILICON MOTION SM712 FRAME BUFFER DRIVER
11365 M:      Sudip Mukherjee <[email protected]>
11366 M:      Teddy Wang <[email protected]>
11367 M:      Sudip Mukherjee <[email protected]>
11368 L:      [email protected]
11369 S:      Maintained
11370 F:      drivers/video/fbdev/sm712*
11371 F:      Documentation/fb/sm712fb.txt
11372
11373 SIS 190 ETHERNET DRIVER
11374 M:      Francois Romieu <[email protected]>
11375 L:      [email protected]
11376 S:      Maintained
11377 F:      drivers/net/ethernet/sis/sis190.c
11378
11379 SIS 900/7016 FAST ETHERNET DRIVER
11380 M:      Daniele Venzano <[email protected]>
11381 W:      http://www.brownhat.org/sis900.html
11382 L:      [email protected]
11383 S:      Maintained
11384 F:      drivers/net/ethernet/sis/sis900.*
11385
11386 SIS FRAMEBUFFER DRIVER
11387 M:      Thomas Winischhofer <[email protected]>
11388 W:      http://www.winischhofer.net/linuxsisvga.shtml
11389 S:      Maintained
11390 F:      Documentation/fb/sisfb.txt
11391 F:      drivers/video/fbdev/sis/
11392 F:      include/video/sisfb.h
11393
11394 SIS USB2VGA DRIVER
11395 M:      Thomas Winischhofer <[email protected]>
11396 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11397 S:      Maintained
11398 F:      drivers/usb/misc/sisusbvga/
11399
11400 SLAB ALLOCATOR
11401 M:      Christoph Lameter <[email protected]>
11402 M:      Pekka Enberg <[email protected]>
11403 M:      David Rientjes <[email protected]>
11404 M:      Joonsoo Kim <[email protected]>
11405 M:      Andrew Morton <[email protected]>
11406 L:      [email protected]
11407 S:      Maintained
11408 F:      include/linux/sl?b*.h
11409 F:      mm/sl?b*
11410
11411 SLEEPABLE READ-COPY UPDATE (SRCU)
11412 M:      Lai Jiangshan <[email protected]>
11413 M:      "Paul E. McKenney" <[email protected]>
11414 M:      Josh Triplett <[email protected]>
11415 R:      Steven Rostedt <[email protected]>
11416 R:      Mathieu Desnoyers <[email protected]>
11417 L:      [email protected]
11418 W:      http://www.rdrop.com/users/paulmck/RCU/
11419 S:      Supported
11420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11421 F:      include/linux/srcu.h
11422 F:      kernel/rcu/srcu.c
11423
11424 SMACK SECURITY MODULE
11425 M:      Casey Schaufler <[email protected]>
11426 L:      [email protected]
11427 W:      http://schaufler-ca.com
11428 T:      git git://github.com/cschaufler/smack-next
11429 S:      Maintained
11430 F:      Documentation/security/Smack.txt
11431 F:      security/smack/
11432
11433 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11434 M:      Kevin Hilman <[email protected]>
11435 M:      Nishanth Menon <[email protected]>
11436 S:      Maintained
11437 F:      drivers/power/avs/
11438 F:      include/linux/power/smartreflex.h
11439 L:      [email protected]
11440
11441 SMC91x ETHERNET DRIVER
11442 M:      Nicolas Pitre <[email protected]>
11443 S:      Odd Fixes
11444 F:      drivers/net/ethernet/smsc/smc91x.*
11445
11446 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11447 M:      Sakari Ailus <[email protected]>
11448 L:      [email protected]
11449 S:      Maintained
11450 F:      drivers/media/i2c/smiapp/
11451 F:      include/media/i2c/smiapp.h
11452 F:      drivers/media/i2c/smiapp-pll.c
11453 F:      drivers/media/i2c/smiapp-pll.h
11454 F:      include/uapi/linux/smiapp.h
11455 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11456
11457 SMM665 HARDWARE MONITOR DRIVER
11458 M:      Guenter Roeck <[email protected]>
11459 L:      [email protected]
11460 S:      Maintained
11461 F:      Documentation/hwmon/smm665
11462 F:      drivers/hwmon/smm665.c
11463
11464 SMSC EMC2103 HARDWARE MONITOR DRIVER
11465 M:      Steve Glendinning <[email protected]>
11466 L:      [email protected]
11467 S:      Maintained
11468 F:      Documentation/hwmon/emc2103
11469 F:      drivers/hwmon/emc2103.c
11470
11471 SMSC SCH5627 HARDWARE MONITOR DRIVER
11472 M:      Hans de Goede <[email protected]>
11473 L:      [email protected]
11474 S:      Supported
11475 F:      Documentation/hwmon/sch5627
11476 F:      drivers/hwmon/sch5627.c
11477
11478 SMSC47B397 HARDWARE MONITOR DRIVER
11479 M:      Jean Delvare <[email protected]>
11480 L:      [email protected]
11481 S:      Maintained
11482 F:      Documentation/hwmon/smsc47b397
11483 F:      drivers/hwmon/smsc47b397.c
11484
11485 SMSC911x ETHERNET DRIVER
11486 M:      Steve Glendinning <[email protected]>
11487 L:      [email protected]
11488 S:      Maintained
11489 F:      include/linux/smsc911x.h
11490 F:      drivers/net/ethernet/smsc/smsc911x.*
11491
11492 SMSC9420 PCI ETHERNET DRIVER
11493 M:      Steve Glendinning <[email protected]>
11494 L:      [email protected]
11495 S:      Maintained
11496 F:      drivers/net/ethernet/smsc/smsc9420.*
11497
11498 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11499 M:      Steve Glendinning <[email protected]>
11500 L:      [email protected]
11501 S:      Maintained
11502 F:      drivers/video/fbdev/smscufx.c
11503
11504 SOC-CAMERA V4L2 SUBSYSTEM
11505 M:      Guennadi Liakhovetski <[email protected]>
11506 L:      [email protected]
11507 T:      git git://linuxtv.org/media_tree.git
11508 S:      Maintained
11509 F:      include/media/soc*
11510 F:      drivers/media/i2c/soc_camera/
11511 F:      drivers/media/platform/soc_camera/
11512
11513 SOEKRIS NET48XX LED SUPPORT
11514 M:      Chris Boot <[email protected]>
11515 S:      Maintained
11516 F:      drivers/leds/leds-net48xx.c
11517
11518 SOFTLOGIC 6x10 MPEG CODEC
11519 M:      Bluecherry Maintainers <[email protected]>
11520 M:      Andrey Utkin <[email protected]>
11521 M:      Andrey Utkin <[email protected]>
11522 M:      Ismael Luceno <[email protected]>
11523 L:      [email protected]
11524 S:      Supported
11525 F:      drivers/media/pci/solo6x10/
11526
11527 SOFTWARE RAID (Multiple Disks) SUPPORT
11528 M:      Shaohua Li <[email protected]>
11529 L:      [email protected]
11530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11531 S:      Supported
11532 F:      drivers/md/
11533 F:      include/linux/raid/
11534 F:      include/uapi/linux/raid/
11535
11536 SONIC NETWORK DRIVER
11537 M:      Thomas Bogendoerfer <[email protected]>
11538 L:      [email protected]
11539 S:      Maintained
11540 F:      drivers/net/ethernet/natsemi/sonic.*
11541
11542 SONICS SILICON BACKPLANE DRIVER (SSB)
11543 M:      Michael Buesch <[email protected]>
11544 L:      [email protected]
11545 S:      Maintained
11546 F:      drivers/ssb/
11547 F:      include/linux/ssb/
11548
11549 SONY VAIO CONTROL DEVICE DRIVER
11550 M:      Mattia Dongili <[email protected]>
11551 L:      [email protected]
11552 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11553 S:      Maintained
11554 F:      Documentation/laptops/sony-laptop.txt
11555 F:      drivers/char/sonypi.c
11556 F:      drivers/platform/x86/sony-laptop.c
11557 F:      include/linux/sony-laptop.h
11558
11559 SONY MEMORYSTICK CARD SUPPORT
11560 M:      Alex Dubov <[email protected]>
11561 W:      http://tifmxx.berlios.de/
11562 S:      Maintained
11563 F:      drivers/memstick/host/tifm_ms.c
11564
11565 SONY MEMORYSTICK STANDARD SUPPORT
11566 M:      Maxim Levitsky <[email protected]>
11567 S:      Maintained
11568 F:      drivers/memstick/core/ms_block.*
11569
11570 SOUND
11571 M:      Jaroslav Kysela <[email protected]>
11572 M:      Takashi Iwai <[email protected]>
11573 L:      [email protected] (moderated for non-subscribers)
11574 W:      http://www.alsa-project.org/
11575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11576 T:      git git://git.alsa-project.org/alsa-kernel.git
11577 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11578 S:      Maintained
11579 F:      Documentation/sound/
11580 F:      include/sound/
11581 F:      include/uapi/sound/
11582 F:      sound/
11583
11584 SOUND - COMPRESSED AUDIO
11585 M:      Vinod Koul <[email protected]>
11586 L:      [email protected] (moderated for non-subscribers)
11587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11588 S:      Supported
11589 F:      Documentation/sound/alsa/compress_offload.txt
11590 F:      include/sound/compress_driver.h
11591 F:      include/uapi/sound/compress_*
11592 F:      sound/core/compress_offload.c
11593 F:      sound/soc/soc-compress.c
11594
11595 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11596 M:      Liam Girdwood <[email protected]>
11597 M:      Mark Brown <[email protected]>
11598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11599 L:      [email protected] (moderated for non-subscribers)
11600 W:      http://alsa-project.org/main/index.php/ASoC
11601 S:      Supported
11602 F:      Documentation/devicetree/bindings/sound/
11603 F:      Documentation/sound/alsa/soc/
11604 F:      sound/soc/
11605 F:      include/sound/soc*
11606
11607 SOUND - DMAENGINE HELPERS
11608 M:      Lars-Peter Clausen <[email protected]>
11609 S:      Supported
11610 F:      include/sound/dmaengine_pcm.h
11611 F:      sound/core/pcm_dmaengine.c
11612 F:      sound/soc/soc-generic-dmaengine-pcm.c
11613
11614 SP2 MEDIA DRIVER
11615 M:      Olli Salonen <[email protected]>
11616 L:      [email protected]
11617 W:      https://linuxtv.org
11618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11619 S:      Maintained
11620 F:      drivers/media/dvb-frontends/sp2*
11621
11622 SPARC + UltraSPARC (sparc/sparc64)
11623 M:      "David S. Miller" <[email protected]>
11624 L:      [email protected]
11625 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11628 S:      Maintained
11629 F:      arch/sparc/
11630 F:      drivers/sbus/
11631
11632 SPARC SERIAL DRIVERS
11633 M:      "David S. Miller" <[email protected]>
11634 L:      [email protected]
11635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11637 S:      Maintained
11638 F:      include/linux/sunserialcore.h
11639 F:      drivers/tty/serial/suncore.c
11640 F:      drivers/tty/serial/sunhv.c
11641 F:      drivers/tty/serial/sunsab.c
11642 F:      drivers/tty/serial/sunsab.h
11643 F:      drivers/tty/serial/sunsu.c
11644 F:      drivers/tty/serial/sunzilog.c
11645 F:      drivers/tty/serial/sunzilog.h
11646
11647 SPARSE CHECKER
11648 M:      "Christopher Li" <[email protected]>
11649 L:      [email protected]
11650 W:      https://sparse.wiki.kernel.org/
11651 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11652 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11653 S:      Maintained
11654 F:      include/linux/compiler.h
11655
11656 SPEAR PLATFORM SUPPORT
11657 M:      Viresh Kumar <[email protected]>
11658 M:      Shiraz Hashim <[email protected]>
11659 L:      [email protected] (moderated for non-subscribers)
11660 W:      http://www.st.com/spear
11661 S:      Maintained
11662 F:      arch/arm/boot/dts/spear*
11663 F:      arch/arm/mach-spear/
11664
11665 SPEAR CLOCK FRAMEWORK SUPPORT
11666 M:      Viresh Kumar <[email protected]>
11667 L:      [email protected] (moderated for non-subscribers)
11668 W:      http://www.st.com/spear
11669 S:      Maintained
11670 F:      drivers/clk/spear/
11671
11672 SPI NOR SUBSYSTEM
11673 M:      Cyrille Pitchen <[email protected]>
11674 M:      Marek Vasut <[email protected]>
11675 L:      [email protected]
11676 W:      http://www.linux-mtd.infradead.org/
11677 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11678 T:      git git://github.com/spi-nor/linux.git
11679 S:      Maintained
11680 F:      drivers/mtd/spi-nor/
11681 F:      include/linux/mtd/spi-nor.h
11682
11683 SPI SUBSYSTEM
11684 M:      Mark Brown <[email protected]>
11685 L:      [email protected]
11686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11687 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11688 S:      Maintained
11689 F:      Documentation/devicetree/bindings/spi/
11690 F:      Documentation/spi/
11691 F:      drivers/spi/
11692 F:      include/linux/spi/
11693 F:      include/uapi/linux/spi/
11694 F:      tools/spi/
11695
11696 SPIDERNET NETWORK DRIVER for CELL
11697 M:      Ishizaki Kou <[email protected]>
11698 L:      [email protected]
11699 S:      Supported
11700 F:      Documentation/networking/spider_net.txt
11701 F:      drivers/net/ethernet/toshiba/spider_net*
11702
11703 SPU FILE SYSTEM
11704 M:      Jeremy Kerr <[email protected]>
11705 L:      [email protected]
11706 W:      http://www.ibm.com/developerworks/power/cell/
11707 S:      Supported
11708 F:      Documentation/filesystems/spufs.txt
11709 F:      arch/powerpc/platforms/cell/spufs/
11710
11711 SQUASHFS FILE SYSTEM
11712 M:      Phillip Lougher <[email protected]>
11713 L:      [email protected] (subscribers-only)
11714 W:      http://squashfs.org.uk
11715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11716 S:      Maintained
11717 F:      Documentation/filesystems/squashfs.txt
11718 F:      fs/squashfs/
11719
11720 SRM (Alpha) environment access
11721 M:      Jan-Benedict Glaw <[email protected]>
11722 S:      Maintained
11723 F:      arch/alpha/kernel/srm_env.c
11724
11725 STABLE BRANCH
11726 M:      Greg Kroah-Hartman <[email protected]>
11727 L:      [email protected]
11728 S:      Supported
11729 F:      Documentation/process/stable-kernel-rules.rst
11730
11731 STAGING SUBSYSTEM
11732 M:      Greg Kroah-Hartman <[email protected]>
11733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11734 L:      [email protected]
11735 S:      Supported
11736 F:      drivers/staging/
11737
11738 STAGING - COMEDI
11739 M:      Ian Abbott <[email protected]>
11740 M:      H Hartley Sweeten <[email protected]>
11741 S:      Odd Fixes
11742 F:      drivers/staging/comedi/
11743
11744 STAGING - FLARION FT1000 DRIVERS
11745 M:      Marek Belisko <[email protected]>
11746 S:      Odd Fixes
11747 F:      drivers/staging/ft1000/
11748
11749 STAGING - INDUSTRIAL IO
11750 M:      Jonathan Cameron <[email protected]>
11751 L:      [email protected]
11752 S:      Odd Fixes
11753 F:      Documentation/devicetree/bindings/staging/iio/
11754 F:      drivers/staging/iio/
11755
11756 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11757 M:      Jarod Wilson <[email protected]>
11758 W:      http://www.lirc.org/
11759 S:      Odd Fixes
11760 F:      drivers/staging/media/lirc/
11761
11762 STAGING - LUSTRE PARALLEL FILESYSTEM
11763 M:      Oleg Drokin <[email protected]>
11764 M:      Andreas Dilger <[email protected]>
11765 M:      James Simmons <[email protected]>
11766 L:      [email protected] (moderated for non-subscribers)
11767 W:      http://wiki.lustre.org/
11768 S:      Maintained
11769 F:      drivers/staging/lustre
11770
11771 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11772 M:      Marc Dietrich <[email protected]>
11773 L:      [email protected] (moderated for non-subscribers)
11774 L:      [email protected]
11775 S:      Maintained
11776 F:      drivers/staging/nvec/
11777
11778 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11779 M:      Jens Frederich <[email protected]>
11780 M:      Daniel Drake <[email protected]>
11781 M:      Jon Nettleton <[email protected]>
11782 W:      http://wiki.laptop.org/go/DCON
11783 S:      Maintained
11784 F:      drivers/staging/olpc_dcon/
11785
11786 STAGING - REALTEK RTL8712U DRIVERS
11787 M:      Larry Finger <[email protected]>
11788 M:      Florian Schilhabel <[email protected]>.
11789 S:      Odd Fixes
11790 F:      drivers/staging/rtl8712/
11791
11792 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11793 M:      Sudip Mukherjee <[email protected]>
11794 M:      Teddy Wang <[email protected]>
11795 M:      Sudip Mukherjee <[email protected]>
11796 L:      [email protected]
11797 S:      Maintained
11798 F:      drivers/staging/sm750fb/
11799
11800 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11801 M:      William Hubbs <[email protected]>
11802 M:      Chris Brannon <[email protected]>
11803 M:      Kirk Reiser <[email protected]>
11804 M:      Samuel Thibault <[email protected]>
11805 L:      [email protected]
11806 W:      http://www.linux-speakup.org/
11807 S:      Odd Fixes
11808 F:      drivers/staging/speakup/
11809
11810 STAGING - VIA VT665X DRIVERS
11811 M:      Forest Bond <[email protected]>
11812 S:      Odd Fixes
11813 F:      drivers/staging/vt665?/
11814
11815 STAGING - WILC1000 WIFI DRIVER
11816 M:      Aditya Shankar <[email protected]>
11817 M:      Ganesh Krishna <[email protected]>
11818 L:      [email protected]
11819 S:      Supported
11820 F:      drivers/staging/wilc1000/
11821
11822 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11823 M:      Arnaud Patard <[email protected]>
11824 S:      Odd Fixes
11825 F:      drivers/staging/xgifb/
11826
11827 STARFIRE/DURALAN NETWORK DRIVER
11828 M:      Ion Badulescu <[email protected]>
11829 S:      Odd Fixes
11830 F:      drivers/net/ethernet/adaptec/starfire*
11831
11832 SUN3/3X
11833 M:      Sam Creasey <[email protected]>
11834 W:      http://sammy.net/sun3/
11835 S:      Maintained
11836 F:      arch/m68k/kernel/*sun3*
11837 F:      arch/m68k/sun3*/
11838 F:      arch/m68k/include/asm/sun3*
11839 F:      drivers/net/ethernet/i825xx/sun3*
11840
11841 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11842 M:      Hans de Goede <[email protected]>
11843 L:      [email protected]
11844 S:      Maintained
11845 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11846 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11847
11848 SUNDANCE NETWORK DRIVER
11849 M:      Denis Kirjanov <[email protected]>
11850 L:      [email protected]
11851 S:      Maintained
11852 F:      drivers/net/ethernet/dlink/sundance.c
11853
11854 SUPERH
11855 M:      Yoshinori Sato <[email protected]>
11856 M:      Rich Felker <[email protected]>
11857 L:      [email protected]
11858 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11859 S:      Maintained
11860 F:      Documentation/sh/
11861 F:      arch/sh/
11862 F:      drivers/sh/
11863
11864 SUSPEND TO RAM
11865 M:      "Rafael J. Wysocki" <[email protected]>
11866 M:      Len Brown <[email protected]>
11867 M:      Pavel Machek <[email protected]>
11868 L:      [email protected]
11869 B:      https://bugzilla.kernel.org
11870 S:      Supported
11871 F:      Documentation/power/
11872 F:      arch/x86/kernel/acpi/
11873 F:      drivers/base/power/
11874 F:      kernel/power/
11875 F:      include/linux/suspend.h
11876 F:      include/linux/freezer.h
11877 F:      include/linux/pm.h
11878
11879 SVGA HANDLING
11880 M:      Martin Mares <[email protected]>
11881 L:      [email protected]
11882 S:      Maintained
11883 F:      Documentation/svga.txt
11884 F:      arch/x86/boot/video*
11885
11886 SWIOTLB SUBSYSTEM
11887 M:      Konrad Rzeszutek Wilk <[email protected]>
11888 L:      [email protected]
11889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11890 S:      Supported
11891 F:      lib/swiotlb.c
11892 F:      arch/*/kernel/pci-swiotlb.c
11893 F:      include/linux/swiotlb.h
11894
11895 SWITCHDEV
11896 M:      Jiri Pirko <[email protected]>
11897 L:      [email protected]
11898 S:      Supported
11899 F:      net/switchdev/
11900 F:      include/net/switchdev.h
11901
11902 SYNOPSYS ARC ARCHITECTURE
11903 M:      Vineet Gupta <[email protected]>
11904 L:      [email protected]
11905 S:      Supported
11906 F:      arch/arc/
11907 F:      Documentation/devicetree/bindings/arc/*
11908 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11909 F:      drivers/clocksource/arc_timer.c
11910 F:      drivers/tty/serial/arc_uart.c
11911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11912
11913 SYNOPSYS ARC SDP platform support
11914 M:      Alexey Brodkin <[email protected]>
11915 S:      Supported
11916 F:      arch/arc/plat-axs10x
11917 F:      arch/arc/boot/dts/ax*
11918 F:      Documentation/devicetree/bindings/arc/axs10*
11919
11920 SYSTEM CONFIGURATION (SYSCON)
11921 M:      Lee Jones <[email protected]>
11922 M:      Arnd Bergmann <[email protected]>
11923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11924 S:      Supported
11925 F:      drivers/mfd/syscon.c
11926
11927 SYSTEM RESET/SHUTDOWN DRIVERS
11928 M:      Sebastian Reichel <[email protected]>
11929 L:      [email protected]
11930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11931 S:      Maintained
11932 F:      Documentation/devicetree/bindings/power/reset/
11933 F:      drivers/power/reset/
11934
11935 SYSV FILESYSTEM
11936 M:      Christoph Hellwig <[email protected]>
11937 S:      Maintained
11938 F:      Documentation/filesystems/sysv-fs.txt
11939 F:      fs/sysv/
11940 F:      include/linux/sysv_fs.h
11941
11942 TARGET SUBSYSTEM
11943 M:      "Nicholas A. Bellinger" <[email protected]>
11944 L:      [email protected]
11945 L:      [email protected]
11946 W:      http://www.linux-iscsi.org
11947 W:      http://groups.google.com/group/linux-iscsi-target-dev
11948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11949 S:      Supported
11950 F:      drivers/target/
11951 F:      include/target/
11952 F:      Documentation/target/
11953
11954 TASKSTATS STATISTICS INTERFACE
11955 M:      Balbir Singh <[email protected]>
11956 S:      Maintained
11957 F:      Documentation/accounting/taskstats*
11958 F:      include/linux/taskstats*
11959 F:      kernel/taskstats.c
11960
11961 TC CLASSIFIER
11962 M:      Jamal Hadi Salim <[email protected]>
11963 L:      [email protected]
11964 S:      Maintained
11965 F:      include/net/pkt_cls.h
11966 F:      include/uapi/linux/pkt_cls.h
11967 F:      net/sched/
11968
11969 TCP LOW PRIORITY MODULE
11970 M:      "Wong Hoi Sing, Edison" <[email protected]>
11971 M:      "Hung Hing Lun, Mike" <[email protected]>
11972 W:      http://tcp-lp-mod.sourceforge.net/
11973 S:      Maintained
11974 F:      net/ipv4/tcp_lp.c
11975
11976 TDA10071 MEDIA DRIVER
11977 M:      Antti Palosaari <[email protected]>
11978 L:      [email protected]
11979 W:      https://linuxtv.org
11980 W:      http://palosaari.fi/linux/
11981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11982 T:      git git://linuxtv.org/anttip/media_tree.git
11983 S:      Maintained
11984 F:      drivers/media/dvb-frontends/tda10071*
11985
11986 TDA18212 MEDIA DRIVER
11987 M:      Antti Palosaari <[email protected]>
11988 L:      [email protected]
11989 W:      https://linuxtv.org
11990 W:      http://palosaari.fi/linux/
11991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11992 T:      git git://linuxtv.org/anttip/media_tree.git
11993 S:      Maintained
11994 F:      drivers/media/tuners/tda18212*
11995
11996 TDA18218 MEDIA DRIVER
11997 M:      Antti Palosaari <[email protected]>
11998 L:      [email protected]
11999 W:      https://linuxtv.org
12000 W:      http://palosaari.fi/linux/
12001 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12002 T:      git git://linuxtv.org/anttip/media_tree.git
12003 S:      Maintained
12004 F:      drivers/media/tuners/tda18218*
12005
12006 TDA18271 MEDIA DRIVER
12007 M:      Michael Krufky <[email protected]>
12008 L:      [email protected]
12009 W:      https://linuxtv.org
12010 W:      http://github.com/mkrufky
12011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12012 T:      git git://linuxtv.org/mkrufky/tuners.git
12013 S:      Maintained
12014 F:      drivers/media/tuners/tda18271*
12015
12016 TDA827x MEDIA DRIVER
12017 M:      Michael Krufky <[email protected]>
12018 L:      [email protected]
12019 W:      https://linuxtv.org
12020 W:      http://github.com/mkrufky
12021 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12022 T:      git git://linuxtv.org/mkrufky/tuners.git
12023 S:      Maintained
12024 F:      drivers/media/tuners/tda8290.*
12025
12026 TDA8290 MEDIA DRIVER
12027 M:      Michael Krufky <[email protected]>
12028 L:      [email protected]
12029 W:      https://linuxtv.org
12030 W:      http://github.com/mkrufky
12031 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12032 T:      git git://linuxtv.org/mkrufky/tuners.git
12033 S:      Maintained
12034 F:      drivers/media/tuners/tda8290.*
12035
12036 TDA9840 MEDIA DRIVER
12037 M:      Hans Verkuil <[email protected]>
12038 L:      [email protected]
12039 T:      git git://linuxtv.org/media_tree.git
12040 W:      https://linuxtv.org
12041 S:      Maintained
12042 F:      drivers/media/i2c/tda9840*
12043
12044 TEA5761 TUNER DRIVER
12045 M:      Mauro Carvalho Chehab <[email protected]>
12046 M:      Mauro Carvalho Chehab <[email protected]>
12047 L:      [email protected]
12048 W:      https://linuxtv.org
12049 T:      git git://linuxtv.org/media_tree.git
12050 S:      Odd fixes
12051 F:      drivers/media/tuners/tea5761.*
12052
12053 TEA5767 TUNER DRIVER
12054 M:      Mauro Carvalho Chehab <[email protected]>
12055 M:      Mauro Carvalho Chehab <[email protected]>
12056 L:      [email protected]
12057 W:      https://linuxtv.org
12058 T:      git git://linuxtv.org/media_tree.git
12059 S:      Maintained
12060 F:      drivers/media/tuners/tea5767.*
12061
12062 TEA6415C MEDIA DRIVER
12063 M:      Hans Verkuil <[email protected]>
12064 L:      [email protected]
12065 T:      git git://linuxtv.org/media_tree.git
12066 W:      https://linuxtv.org
12067 S:      Maintained
12068 F:      drivers/media/i2c/tea6415c*
12069
12070 TEA6420 MEDIA DRIVER
12071 M:      Hans Verkuil <[email protected]>
12072 L:      [email protected]
12073 T:      git git://linuxtv.org/media_tree.git
12074 W:      https://linuxtv.org
12075 S:      Maintained
12076 F:      drivers/media/i2c/tea6420*
12077
12078 TEAM DRIVER
12079 M:      Jiri Pirko <[email protected]>
12080 L:      [email protected]
12081 S:      Supported
12082 F:      drivers/net/team/
12083 F:      include/linux/if_team.h
12084 F:      include/uapi/linux/if_team.h
12085
12086 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12087 M:      "Savoir-faire Linux Inc." <[email protected]>
12088 S:      Maintained
12089 F:      arch/x86/platform/ts5500/
12090
12091 TECHNOTREND USB IR RECEIVER
12092 M:      Sean Young <[email protected]>
12093 L:      [email protected]
12094 S:      Maintained
12095 F:      drivers/media/rc/ttusbir.c
12096
12097 TEGRA ARCHITECTURE SUPPORT
12098 M:      Stephen Warren <[email protected]>
12099 M:      Thierry Reding <[email protected]>
12100 M:      Alexandre Courbot <[email protected]>
12101 L:      [email protected]
12102 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12104 S:      Supported
12105 N:      [^a-z]tegra
12106
12107 TEGRA CLOCK DRIVER
12108 M:      Peter De Schrijver <[email protected]>
12109 M:      Prashant Gaikwad <[email protected]>
12110 S:      Supported
12111 F:      drivers/clk/tegra/
12112
12113 TEGRA DMA DRIVERS
12114 M:      Laxman Dewangan <[email protected]>
12115 M:      Jon Hunter <[email protected]>
12116 S:      Supported
12117 F:      drivers/dma/tegra*
12118
12119 TEGRA I2C DRIVER
12120 M:      Laxman Dewangan <[email protected]>
12121 S:      Supported
12122 F:      drivers/i2c/busses/i2c-tegra.c
12123
12124 TEGRA IOMMU DRIVERS
12125 M:      Hiroshi Doyu <[email protected]>
12126 S:      Supported
12127 F:      drivers/iommu/tegra*
12128
12129 TEGRA KBC DRIVER
12130 M:      Rakesh Iyer <[email protected]>
12131 M:      Laxman Dewangan <[email protected]>
12132 S:      Supported
12133 F:      drivers/input/keyboard/tegra-kbc.c
12134
12135 TEGRA PWM DRIVER
12136 M:      Thierry Reding <[email protected]>
12137 S:      Supported
12138 F:      drivers/pwm/pwm-tegra.c
12139
12140 TEGRA SERIAL DRIVER
12141 M:      Laxman Dewangan <[email protected]>
12142 S:      Supported
12143 F:      drivers/tty/serial/serial-tegra.c
12144
12145 TEGRA SPI DRIVER
12146 M:      Laxman Dewangan <[email protected]>
12147 S:      Supported
12148 F:      drivers/spi/spi-tegra*
12149
12150 TEHUTI ETHERNET DRIVER
12151 M:      Andy Gospodarek <[email protected]>
12152 L:      [email protected]
12153 S:      Supported
12154 F:      drivers/net/ethernet/tehuti/*
12155
12156 Telecom Clock Driver for MCPL0010
12157 M:      Mark Gross <[email protected]>
12158 S:      Supported
12159 F:      drivers/char/tlclk.c
12160
12161 TENSILICA XTENSA PORT (xtensa)
12162 M:      Chris Zankel <[email protected]>
12163 M:      Max Filippov <[email protected]>
12164 L:      [email protected]
12165 T:      git git://github.com/czankel/xtensa-linux.git
12166 S:      Maintained
12167 F:      arch/xtensa/
12168 F:      drivers/irqchip/irq-xtensa-*
12169
12170 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12171 M:      Nishanth Menon <[email protected]>
12172 M:      Tero Kristo <[email protected]>
12173 M:      Santosh Shilimkar <[email protected]>
12174 L:      [email protected]
12175 S:      Maintained
12176 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12177 F:      drivers/firmware/ti_sci*
12178 F:      include/linux/soc/ti/ti_sci_protocol.h
12179
12180 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12181 M:      Hans Verkuil <[email protected]>
12182 L:      [email protected]
12183 T:      git git://linuxtv.org/media_tree.git
12184 W:      https://linuxtv.org
12185 S:      Maintained
12186 F:      drivers/media/radio/radio-raremono.c
12187
12188 THERMAL
12189 M:      Zhang Rui <[email protected]>
12190 M:      Eduardo Valentin <[email protected]>
12191 L:      [email protected]
12192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12194 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12195 S:      Supported
12196 F:      drivers/thermal/
12197 F:      include/linux/thermal.h
12198 F:      include/uapi/linux/thermal.h
12199 F:      include/linux/cpu_cooling.h
12200 F:      Documentation/devicetree/bindings/thermal/
12201
12202 THERMAL/CPU_COOLING
12203 M:      Amit Daniel Kachhap <[email protected]>
12204 M:      Viresh Kumar <[email protected]>
12205 M:      Javi Merino <[email protected]>
12206 L:      [email protected]
12207 S:      Supported
12208 F:      Documentation/thermal/cpu-cooling-api.txt
12209 F:      drivers/thermal/cpu_cooling.c
12210 F:      include/linux/cpu_cooling.h
12211
12212 THINKPAD ACPI EXTRAS DRIVER
12213 M:      Henrique de Moraes Holschuh <[email protected]>
12214 L:      [email protected]
12215 L:      [email protected]
12216 W:      http://ibm-acpi.sourceforge.net
12217 W:      http://thinkwiki.org/wiki/Ibm-acpi
12218 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12219 S:      Maintained
12220 F:      drivers/platform/x86/thinkpad_acpi.c
12221
12222 TI BANDGAP AND THERMAL DRIVER
12223 M:      Eduardo Valentin <[email protected]>
12224 M:      Keerthy <[email protected]>
12225 L:      [email protected]
12226 L:      [email protected]
12227 S:      Maintained
12228 F:      drivers/thermal/ti-soc-thermal/
12229
12230 TI VPE/CAL DRIVERS
12231 M:      Benoit Parrot <[email protected]>
12232 L:      [email protected]
12233 W:      http://linuxtv.org/
12234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12235 S:      Maintained
12236 F:      drivers/media/platform/ti-vpe/
12237
12238 TI CDCE706 CLOCK DRIVER
12239 M:      Max Filippov <[email protected]>
12240 S:      Maintained
12241 F:      drivers/clk/clk-cdce706.c
12242
12243 TI CLOCK DRIVER
12244 M:      Tero Kristo <[email protected]>
12245 L:      [email protected]
12246 S:      Maintained
12247 F:      drivers/clk/ti/
12248 F:      include/linux/clk/ti.h
12249
12250 TI ETHERNET SWITCH DRIVER (CPSW)
12251 M:      Mugunthan V N <[email protected]>
12252 R:      Grygorii Strashko <[email protected]>
12253 L:      [email protected]
12254 L:      [email protected]
12255 S:      Maintained
12256 F:      drivers/net/ethernet/ti/cpsw*
12257 F:      drivers/net/ethernet/ti/davinci*
12258
12259 TI FLASH MEDIA INTERFACE DRIVER
12260 M:      Alex Dubov <[email protected]>
12261 S:      Maintained
12262 F:      drivers/misc/tifm*
12263 F:      drivers/mmc/host/tifm_sd.c
12264 F:      include/linux/tifm.h
12265
12266 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12267 M:      Santosh Shilimkar <[email protected]>
12268 L:      [email protected]
12269 L:      [email protected] (moderated for non-subscribers)
12270 S:      Maintained
12271 F:      drivers/soc/ti/*
12272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12273
12274
12275 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12276 M:      M R Swami Reddy <[email protected]>
12277 M:      Vishwas A Deshpande <[email protected]>
12278 L:      [email protected] (moderated for non-subscribers)
12279 S:      Maintained
12280 F:      sound/soc/codecs/lm49453*
12281 F:      sound/soc/codecs/isabelle*
12282
12283 TI LP855x BACKLIGHT DRIVER
12284 M:      Milo Kim <[email protected]>
12285 S:      Maintained
12286 F:      Documentation/backlight/lp855x-driver.txt
12287 F:      drivers/video/backlight/lp855x_bl.c
12288 F:      include/linux/platform_data/lp855x.h
12289
12290 TI LP8727 CHARGER DRIVER
12291 M:      Milo Kim <[email protected]>
12292 S:      Maintained
12293 F:      drivers/power/supply/lp8727_charger.c
12294 F:      include/linux/platform_data/lp8727.h
12295
12296 TI LP8788 MFD DRIVER
12297 M:      Milo Kim <[email protected]>
12298 S:      Maintained
12299 F:      drivers/iio/adc/lp8788_adc.c
12300 F:      drivers/leds/leds-lp8788.c
12301 F:      drivers/mfd/lp8788*.c
12302 F:      drivers/power/supply/lp8788-charger.c
12303 F:      drivers/regulator/lp8788-*.c
12304 F:      include/linux/mfd/lp8788*.h
12305
12306 TI NETCP ETHERNET DRIVER
12307 M:      Wingman Kwok <[email protected]>
12308 M:      Murali Karicheri <[email protected]>
12309 L:      [email protected]
12310 S:      Maintained
12311 F:      drivers/net/ethernet/ti/netcp*
12312
12313 TI TAS571X FAMILY ASoC CODEC DRIVER
12314 M:      Kevin Cernekee <[email protected]>
12315 L:      [email protected] (moderated for non-subscribers)
12316 S:      Odd Fixes
12317 F:      sound/soc/codecs/tas571x*
12318
12319 TI TWL4030 SERIES SOC CODEC DRIVER
12320 M:      Peter Ujfalusi <[email protected]>
12321 L:      [email protected] (moderated for non-subscribers)
12322 S:      Maintained
12323 F:      sound/soc/codecs/twl4030*
12324
12325 TI WILINK WIRELESS DRIVERS
12326 L:      [email protected]
12327 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12328 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12330 S:      Orphan
12331 F:      drivers/net/wireless/ti/
12332 F:      include/linux/wl12xx.h
12333
12334 TIPC NETWORK LAYER
12335 M:      Jon Maloy <[email protected]>
12336 M:      Ying Xue <[email protected]>
12337 L:      [email protected] (core kernel code)
12338 L:      [email protected] (user apps, general discussion)
12339 W:      http://tipc.sourceforge.net/
12340 S:      Maintained
12341 F:      include/uapi/linux/tipc*.h
12342 F:      net/tipc/
12343
12344 TILE ARCHITECTURE
12345 M:      Chris Metcalf <[email protected]>
12346 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12348 S:      Supported
12349 F:      arch/tile/
12350 F:      drivers/char/tile-srom.c
12351 F:      drivers/edac/tile_edac.c
12352 F:      drivers/net/ethernet/tile/
12353 F:      drivers/rtc/rtc-tile.c
12354 F:      drivers/tty/hvc/hvc_tile.c
12355 F:      drivers/tty/serial/tilegx.c
12356 F:      drivers/usb/host/*-tilegx.c
12357 F:      include/linux/usb/tilegx.h
12358
12359 TLAN NETWORK DRIVER
12360 M:      Samuel Chessman <[email protected]>
12361 L:      [email protected] (subscribers-only)
12362 W:      http://sourceforge.net/projects/tlan/
12363 S:      Maintained
12364 F:      Documentation/networking/tlan.txt
12365 F:      drivers/net/ethernet/ti/tlan.*
12366
12367 TOMOYO SECURITY MODULE
12368 M:      Kentaro Takeda <[email protected]>
12369 M:      Tetsuo Handa <[email protected]>
12370 L:      [email protected] (subscribers-only, for developers in English)
12371 L:      [email protected] (subscribers-only, for users in English)
12372 L:      [email protected] (subscribers-only, for developers in Japanese)
12373 L:      [email protected] (subscribers-only, for users in Japanese)
12374 W:      http://tomoyo.sourceforge.jp/
12375 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12376 S:      Maintained
12377 F:      security/tomoyo/
12378
12379 TOPSTAR LAPTOP EXTRAS DRIVER
12380 M:      Herton Ronaldo Krzesinski <[email protected]>
12381 L:      [email protected]
12382 S:      Maintained
12383 F:      drivers/platform/x86/topstar-laptop.c
12384
12385 TOSHIBA ACPI EXTRAS DRIVER
12386 M:      Azael Avalos <[email protected]>
12387 L:      [email protected]
12388 S:      Maintained
12389 F:      drivers/platform/x86/toshiba_acpi.c
12390
12391 TOSHIBA BLUETOOTH DRIVER
12392 M:      Azael Avalos <[email protected]>
12393 L:      [email protected]
12394 S:      Maintained
12395 F:      drivers/platform/x86/toshiba_bluetooth.c
12396
12397 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12398 M:      Azael Avalos <[email protected]>
12399 L:      [email protected]
12400 S:      Maintained
12401 F:      drivers/platform/x86/toshiba_haps.c
12402
12403 TOSHIBA WMI HOTKEYS DRIVER
12404 M:      Azael Avalos <[email protected]>
12405 L:      [email protected]
12406 S:      Maintained
12407 F:      drivers/platform/x86/toshiba-wmi.c
12408
12409 TOSHIBA SMM DRIVER
12410 M:      Jonathan Buzzard <[email protected]>
12411 W:      http://www.buzzard.org.uk/toshiba/
12412 S:      Maintained
12413 F:      drivers/char/toshiba.c
12414 F:      include/linux/toshiba.h
12415 F:      include/uapi/linux/toshiba.h
12416
12417 TOSHIBA TC358743 DRIVER
12418 M:      Mats Randgaard <[email protected]>
12419 L:      [email protected]
12420 S:      Maintained
12421 F:      drivers/media/i2c/tc358743*
12422 F:      include/media/i2c/tc358743.h
12423
12424 TMIO/SDHI MMC DRIVER
12425 M:      Wolfram Sang <[email protected]>
12426 L:      [email protected]
12427 S:      Supported
12428 F:      drivers/mmc/host/tmio_mmc*
12429 F:      drivers/mmc/host/sh_mobile_sdhi.c
12430 F:      include/linux/mfd/tmio.h
12431
12432 TMP401 HARDWARE MONITOR DRIVER
12433 M:      Guenter Roeck <[email protected]>
12434 L:      [email protected]
12435 S:      Maintained
12436 F:      Documentation/hwmon/tmp401
12437 F:      drivers/hwmon/tmp401.c
12438
12439 TMPFS (SHMEM FILESYSTEM)
12440 M:      Hugh Dickins <[email protected]>
12441 L:      [email protected]
12442 S:      Maintained
12443 F:      include/linux/shmem_fs.h
12444 F:      mm/shmem.c
12445
12446 TM6000 VIDEO4LINUX DRIVER
12447 M:      Mauro Carvalho Chehab <[email protected]>
12448 M:      Mauro Carvalho Chehab <[email protected]>
12449 L:      [email protected]
12450 W:      https://linuxtv.org
12451 T:      git git://linuxtv.org/media_tree.git
12452 S:      Odd fixes
12453 F:      drivers/media/usb/tm6000/
12454 F:      Documentation/media/v4l-drivers/tm6000*
12455
12456 TW5864 VIDEO4LINUX DRIVER
12457 M:      Bluecherry Maintainers <[email protected]>
12458 M:      Andrey Utkin <[email protected]>
12459 M:      Andrey Utkin <[email protected]>
12460 L:      [email protected]
12461 S:      Supported
12462 F:      drivers/media/pci/tw5864/
12463
12464 TW68 VIDEO4LINUX DRIVER
12465 M:      Hans Verkuil <[email protected]>
12466 L:      [email protected]
12467 T:      git git://linuxtv.org/media_tree.git
12468 W:      https://linuxtv.org
12469 S:      Odd Fixes
12470 F:      drivers/media/pci/tw68/
12471
12472 TW686X VIDEO4LINUX DRIVER
12473 M:      Ezequiel Garcia <[email protected]>
12474 L:      [email protected]
12475 T:      git git://linuxtv.org/media_tree.git
12476 W:      http://linuxtv.org
12477 S:      Maintained
12478 F:      drivers/media/pci/tw686x/
12479
12480 TPM DEVICE DRIVER
12481 M:      Peter Huewe <[email protected]>
12482 M:      Marcel Selhorst <[email protected]>
12483 M:      Jarkko Sakkinen <[email protected]>
12484 R:      Jason Gunthorpe <[email protected]>
12485 W:      http://tpmdd.sourceforge.net
12486 L:      [email protected] (moderated for non-subscribers)
12487 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12488 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12489 S:      Maintained
12490 F:      drivers/char/tpm/
12491
12492 TPM IBM_VTPM DEVICE DRIVER
12493 M:      Ashley Lai <[email protected]>
12494 W:      http://tpmdd.sourceforge.net
12495 L:      [email protected] (moderated for non-subscribers)
12496 S:      Maintained
12497 F:      drivers/char/tpm/tpm_ibmvtpm*
12498
12499 TRACING
12500 M:      Steven Rostedt <[email protected]>
12501 M:      Ingo Molnar <[email protected]>
12502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12503 S:      Maintained
12504 F:      Documentation/trace/ftrace.txt
12505 F:      arch/*/*/*/ftrace.h
12506 F:      arch/*/kernel/ftrace.c
12507 F:      include/*/ftrace.h
12508 F:      include/linux/trace*.h
12509 F:      include/trace/
12510 F:      kernel/trace/
12511 F:      tools/testing/selftests/ftrace/
12512
12513 TRACING MMIO ACCESSES (MMIOTRACE)
12514 M:      Steven Rostedt <[email protected]>
12515 M:      Ingo Molnar <[email protected]>
12516 R:      Karol Herbst <[email protected]>
12517 R:      Pekka Paalanen <[email protected]>
12518 S:      Maintained
12519 L:      [email protected]
12520 L:      [email protected]
12521 F:      kernel/trace/trace_mmiotrace.c
12522 F:      include/linux/mmiotrace.h
12523 F:      arch/x86/mm/kmmio.c
12524 F:      arch/x86/mm/mmio-mod.c
12525 F:      arch/x86/mm/testmmiotrace.c
12526
12527 TRIVIAL PATCHES
12528 M:      Jiri Kosina <[email protected]>
12529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12530 S:      Maintained
12531 K:      ^Subject:.*(?i)trivial
12532
12533 TTY LAYER
12534 M:      Greg Kroah-Hartman <[email protected]>
12535 M:      Jiri Slaby <[email protected]>
12536 S:      Supported
12537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12538 F:      Documentation/serial/
12539 F:      drivers/tty/
12540 F:      drivers/tty/serial/serial_core.c
12541 F:      include/linux/serial_core.h
12542 F:      include/linux/serial.h
12543 F:      include/linux/tty.h
12544 F:      include/uapi/linux/serial_core.h
12545 F:      include/uapi/linux/serial.h
12546 F:      include/uapi/linux/tty.h
12547
12548 TUA9001 MEDIA DRIVER
12549 M:      Antti Palosaari <[email protected]>
12550 L:      [email protected]
12551 W:      https://linuxtv.org
12552 W:      http://palosaari.fi/linux/
12553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12554 T:      git git://linuxtv.org/anttip/media_tree.git
12555 S:      Maintained
12556 F:      drivers/media/tuners/tua9001*
12557
12558 TULIP NETWORK DRIVERS
12559 L:      [email protected]
12560 L:      [email protected]
12561 S:      Orphan
12562 F:      drivers/net/ethernet/dec/tulip/
12563
12564 TUN/TAP driver
12565 M:      Maxim Krasnyansky <[email protected]>
12566 W:      http://vtun.sourceforge.net/tun
12567 S:      Maintained
12568 F:      Documentation/networking/tuntap.txt
12569 F:      arch/um/os-Linux/drivers/
12570
12571 TURBOCHANNEL SUBSYSTEM
12572 M:      "Maciej W. Rozycki" <[email protected]>
12573 M:      Ralf Baechle <[email protected]>
12574 L:      [email protected]
12575 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12576 S:      Maintained
12577 F:      drivers/tc/
12578 F:      include/linux/tc.h
12579
12580 UBI FILE SYSTEM (UBIFS)
12581 M:      Richard Weinberger <[email protected]>
12582 M:      Artem Bityutskiy <[email protected]>
12583 M:      Adrian Hunter <[email protected]>
12584 L:      [email protected]
12585 T:      git git://git.infradead.org/ubifs-2.6.git
12586 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12587 S:      Supported
12588 F:      Documentation/filesystems/ubifs.txt
12589 F:      fs/ubifs/
12590
12591 UCLINUX (M68KNOMMU AND COLDFIRE)
12592 M:      Greg Ungerer <[email protected]>
12593 W:      http://www.linux-m68k.org/
12594 W:      http://www.uclinux.org/
12595 L:      [email protected]
12596 L:      [email protected]  (subscribers-only)
12597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12598 S:      Maintained
12599 F:      arch/m68k/coldfire/
12600 F:      arch/m68k/68*/
12601 F:      arch/m68k/*/*_no.*
12602 F:      arch/m68k/include/asm/*_no.*
12603
12604 UDF FILESYSTEM
12605 M:      Jan Kara <[email protected]>
12606 S:      Maintained
12607 F:      Documentation/filesystems/udf.txt
12608 F:      fs/udf/
12609
12610 UDRAW TABLET
12611 M:      Bastien Nocera <[email protected]>
12612 L:      [email protected]
12613 S:      Maintained
12614 F:      drivers/hid/hid-udraw.c
12615
12616 UFS FILESYSTEM
12617 M:      Evgeniy Dushistov <[email protected]>
12618 S:      Maintained
12619 F:      Documentation/filesystems/ufs.txt
12620 F:      fs/ufs/
12621
12622 UHID USERSPACE HID IO DRIVER:
12623 M:      David Herrmann <[email protected]>
12624 L:      [email protected]
12625 S:      Maintained
12626 F:      drivers/hid/uhid.c
12627 F:      include/uapi/linux/uhid.h
12628
12629 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12630 L:      [email protected]
12631 S:      Orphan
12632 F:      drivers/uwb/
12633 F:      include/linux/uwb.h
12634 F:      include/linux/uwb/
12635
12636 UNICORE32 ARCHITECTURE:
12637 M:      Guan Xuetao <[email protected]>
12638 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12639 S:      Maintained
12640 T:      git git://github.com/gxt/linux.git
12641 F:      arch/unicore32/
12642
12643 UNIFDEF
12644 M:      Tony Finch <[email protected]>
12645 W:      http://dotat.at/prog/unifdef
12646 S:      Maintained
12647 F:      scripts/unifdef.c
12648
12649 UNIFORM CDROM DRIVER
12650 M:      Jens Axboe <[email protected]>
12651 W:      http://www.kernel.dk
12652 S:      Maintained
12653 F:      Documentation/cdrom/
12654 F:      drivers/cdrom/cdrom.c
12655 F:      include/linux/cdrom.h
12656 F:      include/uapi/linux/cdrom.h
12657
12658 UNISYS S-PAR DRIVERS
12659 M:      David Kershner <[email protected]>
12660 L:      [email protected] (Unisys internal)
12661 S:      Supported
12662 F:      drivers/staging/unisys/
12663
12664 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12665 M:      Vinayak Holikatti <[email protected]>
12666 L:      [email protected]
12667 S:      Supported
12668 F:      Documentation/scsi/ufs.txt
12669 F:      drivers/scsi/ufs/
12670
12671 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12672 M:      Manjunath M Bettegowda <[email protected]>
12673 M:      Prabu Thangamuthu <[email protected]>
12674 L:      [email protected]
12675 S:      Supported
12676 F:      drivers/scsi/ufs/*dwc*
12677
12678 UNSORTED BLOCK IMAGES (UBI)
12679 M:      Artem Bityutskiy <[email protected]>
12680 M:      Richard Weinberger <[email protected]>
12681 W:      http://www.linux-mtd.infradead.org/
12682 L:      [email protected]
12683 T:      git git://git.infradead.org/ubifs-2.6.git
12684 S:      Supported
12685 F:      drivers/mtd/ubi/
12686 F:      include/linux/mtd/ubi.h
12687 F:      include/uapi/mtd/ubi-user.h
12688
12689 USB ACM DRIVER
12690 M:      Oliver Neukum <[email protected]>
12691 L:      [email protected]
12692 S:      Maintained
12693 F:      Documentation/usb/acm.txt
12694 F:      drivers/usb/class/cdc-acm.*
12695
12696 USB AR5523 WIRELESS DRIVER
12697 M:      Pontus Fuchs <[email protected]>
12698 L:      [email protected]
12699 S:      Maintained
12700 F:      drivers/net/wireless/ath/ar5523/
12701
12702 USB ATTACHED SCSI
12703 M:      Oliver Neukum <[email protected]>
12704 L:      [email protected]
12705 L:      [email protected]
12706 S:      Maintained
12707 F:      drivers/usb/storage/uas.c
12708
12709 USB CDC ETHERNET DRIVER
12710 M:      Oliver Neukum <[email protected]>
12711 L:      [email protected]
12712 S:      Maintained
12713 F:      drivers/net/usb/cdc_*.c
12714 F:      include/uapi/linux/usb/cdc.h
12715
12716 USB CHAOSKEY DRIVER
12717 M:      Keith Packard <[email protected]>
12718 L:      [email protected]
12719 S:      Maintained
12720 F:      drivers/usb/misc/chaoskey.c
12721
12722 USB CYPRESS C67X00 DRIVER
12723 M:      Peter Korsgaard <[email protected]>
12724 L:      [email protected]
12725 S:      Maintained
12726 F:      drivers/usb/c67x00/
12727
12728 USB DAVICOM DM9601 DRIVER
12729 M:      Peter Korsgaard <[email protected]>
12730 L:      [email protected]
12731 W:      http://www.linux-usb.org/usbnet
12732 S:      Maintained
12733 F:      drivers/net/usb/dm9601.c
12734
12735 USB DIAMOND RIO500 DRIVER
12736 M:      Cesar Miquel <[email protected]>
12737 L:      [email protected]
12738 W:      http://rio500.sourceforge.net
12739 S:      Maintained
12740 F:      drivers/usb/misc/rio500*
12741
12742 USB EHCI DRIVER
12743 M:      Alan Stern <[email protected]>
12744 L:      [email protected]
12745 S:      Maintained
12746 F:      Documentation/usb/ehci.txt
12747 F:      drivers/usb/host/ehci*
12748
12749 USB GADGET/PERIPHERAL SUBSYSTEM
12750 M:      Felipe Balbi <[email protected]>
12751 L:      [email protected]
12752 W:      http://www.linux-usb.org/gadget
12753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12754 S:      Maintained
12755 F:      drivers/usb/gadget/
12756 F:      include/linux/usb/gadget*
12757
12758 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12759 M:      Jiri Kosina <[email protected]>
12760 R:      Benjamin Tissoires <[email protected]>
12761 L:      [email protected]
12762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12763 S:      Maintained
12764 F:      Documentation/hid/hiddev.txt
12765 F:      drivers/hid/usbhid/
12766
12767 USB ISP116X DRIVER
12768 M:      Olav Kongas <[email protected]>
12769 L:      [email protected]
12770 S:      Maintained
12771 F:      drivers/usb/host/isp116x*
12772 F:      include/linux/usb/isp116x.h
12773
12774 USB LAN78XX ETHERNET DRIVER
12775 M:      Woojung Huh <[email protected]>
12776 M:      Microchip Linux Driver Support <[email protected]>
12777 L:      [email protected]
12778 S:      Maintained
12779 F:      drivers/net/usb/lan78xx.*
12780
12781 USB MASS STORAGE DRIVER
12782 M:      Alan Stern <[email protected]>
12783 L:      [email protected]
12784 L:      [email protected]
12785 S:      Maintained
12786 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12787 F:      drivers/usb/storage/
12788
12789 USB MIDI DRIVER
12790 M:      Clemens Ladisch <[email protected]>
12791 L:      [email protected] (moderated for non-subscribers)
12792 T:      git git://git.alsa-project.org/alsa-kernel.git
12793 S:      Maintained
12794 F:      sound/usb/midi.*
12795
12796 USB NETWORKING DRIVERS
12797 L:      [email protected]
12798 S:      Odd Fixes
12799 F:      drivers/net/usb/
12800
12801 USB OHCI DRIVER
12802 M:      Alan Stern <[email protected]>
12803 L:      [email protected]
12804 S:      Maintained
12805 F:      Documentation/usb/ohci.txt
12806 F:      drivers/usb/host/ohci*
12807
12808 USB OTG FSM (Finite State Machine)
12809 M:      Peter Chen <[email protected]>
12810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12811 L:      [email protected]
12812 S:      Maintained
12813 F:      drivers/usb/common/usb-otg-fsm.c
12814
12815 USB OVER IP DRIVER
12816 M:      Valentina Manea <[email protected]>
12817 M:      Shuah Khan <[email protected]>
12818 M:      Shuah Khan <[email protected]>
12819 L:      [email protected]
12820 S:      Maintained
12821 F:      Documentation/usb/usbip_protocol.txt
12822 F:      drivers/usb/usbip/
12823 F:      tools/usb/usbip/
12824
12825 USB PEGASUS DRIVER
12826 M:      Petko Manolov <[email protected]>
12827 L:      [email protected]
12828 L:      [email protected]
12829 T:      git git://github.com/petkan/pegasus.git
12830 W:      https://github.com/petkan/pegasus
12831 S:      Maintained
12832 F:      drivers/net/usb/pegasus.*
12833
12834 USB PHY LAYER
12835 M:      Felipe Balbi <[email protected]>
12836 L:      [email protected]
12837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12838 S:      Maintained
12839 F:      drivers/usb/phy/
12840
12841 USB PRINTER DRIVER (usblp)
12842 M:      Pete Zaitcev <[email protected]>
12843 L:      [email protected]
12844 S:      Supported
12845 F:      drivers/usb/class/usblp.c
12846
12847 USB QMI WWAN NETWORK DRIVER
12848 M:      Bjørn Mork <[email protected]>
12849 L:      [email protected]
12850 S:      Maintained
12851 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12852 F:      drivers/net/usb/qmi_wwan.c
12853
12854 USB RTL8150 DRIVER
12855 M:      Petko Manolov <[email protected]>
12856 L:      [email protected]
12857 L:      [email protected]
12858 T:      git git://github.com/petkan/rtl8150.git
12859 W:      https://github.com/petkan/rtl8150
12860 S:      Maintained
12861 F:      drivers/net/usb/rtl8150.c
12862
12863 USB SERIAL SUBSYSTEM
12864 M:      Johan Hovold <[email protected]>
12865 L:      [email protected]
12866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12867 S:      Maintained
12868 F:      Documentation/usb/usb-serial.txt
12869 F:      drivers/usb/serial/
12870 F:      include/linux/usb/serial.h
12871
12872 USB SMSC75XX ETHERNET DRIVER
12873 M:      Steve Glendinning <[email protected]>
12874 L:      [email protected]
12875 S:      Maintained
12876 F:      drivers/net/usb/smsc75xx.*
12877
12878 USB SMSC95XX ETHERNET DRIVER
12879 M:      Steve Glendinning <[email protected]>
12880 M:      Microchip Linux Driver Support <[email protected]>
12881 L:      [email protected]
12882 S:      Maintained
12883 F:      drivers/net/usb/smsc95xx.*
12884
12885 USB SUBSYSTEM
12886 M:      Greg Kroah-Hartman <[email protected]>
12887 L:      [email protected]
12888 W:      http://www.linux-usb.org
12889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12890 S:      Supported
12891 F:      Documentation/devicetree/bindings/usb/
12892 F:      Documentation/usb/
12893 F:      drivers/usb/
12894 F:      include/linux/usb.h
12895 F:      include/linux/usb/
12896
12897 USB UHCI DRIVER
12898 M:      Alan Stern <[email protected]>
12899 L:      [email protected]
12900 S:      Maintained
12901 F:      drivers/usb/host/uhci*
12902
12903 USB "USBNET" DRIVER FRAMEWORK
12904 M:      Oliver Neukum <[email protected]>
12905 L:      [email protected]
12906 W:      http://www.linux-usb.org/usbnet
12907 S:      Maintained
12908 F:      drivers/net/usb/usbnet.c
12909 F:      include/linux/usb/usbnet.h
12910
12911 USB VIDEO CLASS
12912 M:      Laurent Pinchart <[email protected]>
12913 L:      [email protected] (subscribers-only)
12914 L:      [email protected]
12915 T:      git git://linuxtv.org/media_tree.git
12916 W:      http://www.ideasonboard.org/uvc/
12917 S:      Maintained
12918 F:      drivers/media/usb/uvc/
12919 F:      include/uapi/linux/uvcvideo.h
12920
12921 USB VISION DRIVER
12922 M:      Hans Verkuil <[email protected]>
12923 L:      [email protected]
12924 T:      git git://linuxtv.org/media_tree.git
12925 W:      https://linuxtv.org
12926 S:      Odd Fixes
12927 F:      drivers/media/usb/usbvision/
12928
12929 USB WEBCAM GADGET
12930 M:      Laurent Pinchart <[email protected]>
12931 L:      [email protected]
12932 S:      Maintained
12933 F:      drivers/usb/gadget/function/*uvc*
12934 F:      drivers/usb/gadget/legacy/webcam.c
12935
12936 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12937 M:      Jussi Kivilinna <[email protected]>
12938 L:      [email protected]
12939 S:      Maintained
12940 F:      drivers/net/wireless/rndis_wlan.c
12941
12942 USB XHCI DRIVER
12943 M:      Mathias Nyman <[email protected]>
12944 L:      [email protected]
12945 S:      Supported
12946 F:      drivers/usb/host/xhci*
12947 F:      drivers/usb/host/pci-quirks*
12948
12949 USB ZD1201 DRIVER
12950 L:      [email protected]
12951 W:      http://linux-lc100020.sourceforge.net
12952 S:      Orphan
12953 F:      drivers/net/wireless/zydas/zd1201.*
12954
12955 USB ZR364XX DRIVER
12956 M:      Antoine Jacquet <[email protected]>
12957 L:      [email protected]
12958 L:      [email protected]
12959 T:      git git://linuxtv.org/media_tree.git
12960 W:      http://royale.zerezo.com/zr364xx/
12961 S:      Maintained
12962 F:      Documentation/media/v4l-drivers/zr364xx*
12963 F:      drivers/media/usb/zr364xx/
12964
12965 ULPI BUS
12966 M:      Heikki Krogerus <[email protected]>
12967 L:      [email protected]
12968 S:      Maintained
12969 F:      drivers/usb/common/ulpi.c
12970 F:      include/linux/ulpi/
12971
12972 USER-MODE LINUX (UML)
12973 M:      Jeff Dike <[email protected]>
12974 M:      Richard Weinberger <[email protected]>
12975 L:      [email protected]
12976 L:      [email protected]
12977 W:      http://user-mode-linux.sourceforge.net
12978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12979 S:      Maintained
12980 F:      Documentation/virtual/uml/
12981 F:      arch/um/
12982 F:      arch/x86/um/
12983 F:      fs/hostfs/
12984 F:      fs/hppfs/
12985
12986 USERSPACE I/O (UIO)
12987 M:      Greg Kroah-Hartman <[email protected]>
12988 S:      Maintained
12989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12990 F:      Documentation/DocBook/uio-howto.tmpl
12991 F:      drivers/uio/
12992 F:      include/linux/uio*.h
12993
12994 UTIL-LINUX PACKAGE
12995 M:      Karel Zak <[email protected]>
12996 L:      [email protected]
12997 W:      http://en.wikipedia.org/wiki/Util-linux
12998 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12999 S:      Maintained
13000
13001 UVESAFB DRIVER
13002 M:      Michal Januszewski <[email protected]>
13003 L:      [email protected]
13004 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13005 S:      Maintained
13006 F:      Documentation/fb/uvesafb.txt
13007 F:      drivers/video/fbdev/uvesafb.*
13008
13009 VF610 NAND DRIVER
13010 M:      Stefan Agner <[email protected]>
13011 L:      [email protected]
13012 S:      Supported
13013 F:      drivers/mtd/nand/vf610_nfc.c
13014
13015 VFAT/FAT/MSDOS FILESYSTEM
13016 M:      OGAWA Hirofumi <[email protected]>
13017 S:      Maintained
13018 F:      Documentation/filesystems/vfat.txt
13019 F:      fs/fat/
13020
13021 VFIO DRIVER
13022 M:      Alex Williamson <[email protected]>
13023 L:      [email protected]
13024 T:      git git://github.com/awilliam/linux-vfio.git
13025 S:      Maintained
13026 F:      Documentation/vfio.txt
13027 F:      drivers/vfio/
13028 F:      include/linux/vfio.h
13029 F:      include/uapi/linux/vfio.h
13030
13031 VFIO MEDIATED DEVICE DRIVERS
13032 M:      Kirti Wankhede <[email protected]>
13033 L:      [email protected]
13034 S:      Maintained
13035 F:      Documentation/vfio-mediated-device.txt
13036 F:      drivers/vfio/mdev/
13037 F:      include/linux/mdev.h
13038 F:      samples/vfio-mdev/
13039
13040 VFIO PLATFORM DRIVER
13041 M:      Baptiste Reynal <[email protected]>
13042 L:      [email protected]
13043 S:      Maintained
13044 F:      drivers/vfio/platform/
13045
13046 VIDEOBUF2 FRAMEWORK
13047 M:      Pawel Osciak <[email protected]>
13048 M:      Marek Szyprowski <[email protected]>
13049 M:      Kyungmin Park <[email protected]>
13050 L:      [email protected]
13051 S:      Maintained
13052 F:      drivers/media/v4l2-core/videobuf2-*
13053 F:      include/media/videobuf2-*
13054
13055 VIRTIO AND VHOST VSOCK DRIVER
13056 M:      Stefan Hajnoczi <[email protected]>
13057 L:      [email protected]
13058 L:      [email protected]
13059 L:      [email protected]
13060 S:      Maintained
13061 F:      include/linux/virtio_vsock.h
13062 F:      include/uapi/linux/virtio_vsock.h
13063 F:      net/vmw_vsock/virtio_transport_common.c
13064 F:      net/vmw_vsock/virtio_transport.c
13065 F:      drivers/vhost/vsock.c
13066 F:      drivers/vhost/vsock.h
13067
13068 VIRTUAL SERIO DEVICE DRIVER
13069 M:      Stephen Chandler Paul <[email protected]>
13070 S:      Maintained
13071 F:      drivers/input/serio/userio.c
13072 F:      include/uapi/linux/userio.h
13073
13074 VIRTIO CONSOLE DRIVER
13075 M:      Amit Shah <[email protected]>
13076 L:      [email protected]
13077 S:      Maintained
13078 F:      drivers/char/virtio_console.c
13079 F:      include/linux/virtio_console.h
13080 F:      include/uapi/linux/virtio_console.h
13081
13082 VIRTIO CORE, NET AND BLOCK DRIVERS
13083 M:      "Michael S. Tsirkin" <[email protected]>
13084 M:      Jason Wang <[email protected]>
13085 L:      [email protected]
13086 S:      Maintained
13087 F:      Documentation/devicetree/bindings/virtio/
13088 F:      drivers/virtio/
13089 F:      tools/virtio/
13090 F:      drivers/net/virtio_net.c
13091 F:      drivers/block/virtio_blk.c
13092 F:      include/linux/virtio_*.h
13093 F:      include/uapi/linux/virtio_*.h
13094 F:      drivers/crypto/virtio/
13095
13096 VIRTIO DRIVERS FOR S390
13097 M:      Christian Borntraeger <[email protected]>
13098 M:      Cornelia Huck <[email protected]>
13099 L:      [email protected]
13100 L:      [email protected]
13101 L:      [email protected]
13102 S:      Supported
13103 F:      drivers/s390/virtio/
13104
13105 VIRTIO GPU DRIVER
13106 M:      David Airlie <[email protected]>
13107 M:      Gerd Hoffmann <[email protected]>
13108 L:      [email protected]
13109 L:      [email protected]
13110 T:      git git://git.kraxel.org/linux drm-qemu
13111 S:      Maintained
13112 F:      drivers/gpu/drm/virtio/
13113 F:      include/uapi/linux/virtio_gpu.h
13114
13115 VIRTIO HOST (VHOST)
13116 M:      "Michael S. Tsirkin" <[email protected]>
13117 M:      Jason Wang <[email protected]>
13118 L:      [email protected]
13119 L:      [email protected]
13120 L:      [email protected]
13121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13122 S:      Maintained
13123 F:      drivers/vhost/
13124 F:      include/uapi/linux/vhost.h
13125
13126 VIRTIO INPUT DRIVER
13127 M:      Gerd Hoffmann <[email protected]>
13128 S:      Maintained
13129 F:      drivers/virtio/virtio_input.c
13130 F:      include/uapi/linux/virtio_input.h
13131
13132 VIRTIO CRYPTO DRIVER
13133 M:  Gonglei <[email protected]>
13134 L:  [email protected]
13135 L:  [email protected]
13136 S:  Maintained
13137 F:  drivers/crypto/virtio/
13138 F:  include/uapi/linux/virtio_crypto.h
13139
13140 VIA RHINE NETWORK DRIVER
13141 S:      Orphan
13142 F:      drivers/net/ethernet/via/via-rhine.c
13143
13144 VIA SD/MMC CARD CONTROLLER DRIVER
13145 M:      Bruce Chang <[email protected]>
13146 M:      Harald Welte <[email protected]>
13147 S:      Maintained
13148 F:      drivers/mmc/host/via-sdmmc.c
13149
13150 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13151 M:      Florian Tobias Schandinat <[email protected]>
13152 L:      [email protected]
13153 S:      Maintained
13154 F:      include/linux/via-core.h
13155 F:      include/linux/via-gpio.h
13156 F:      include/linux/via_i2c.h
13157 F:      drivers/video/fbdev/via/
13158
13159 VIA VELOCITY NETWORK DRIVER
13160 M:      Francois Romieu <[email protected]>
13161 L:      [email protected]
13162 S:      Maintained
13163 F:      drivers/net/ethernet/via/via-velocity.*
13164
13165 VIRT LIB
13166 M:      Alex Williamson <[email protected]>
13167 M:      Paolo Bonzini <[email protected]>
13168 L:      [email protected]
13169 S:      Supported
13170 F:      virt/lib/
13171
13172 VIVID VIRTUAL VIDEO DRIVER
13173 M:      Hans Verkuil <[email protected]>
13174 L:      [email protected]
13175 T:      git git://linuxtv.org/media_tree.git
13176 W:      https://linuxtv.org
13177 S:      Maintained
13178 F:      drivers/media/platform/vivid/*
13179
13180 VLAN (802.1Q)
13181 M:      Patrick McHardy <[email protected]>
13182 L:      [email protected]
13183 S:      Maintained
13184 F:      drivers/net/macvlan.c
13185 F:      include/linux/if_*vlan.h
13186 F:      net/8021q/
13187
13188 VLYNQ BUS
13189 M:      Florian Fainelli <[email protected]>
13190 L:      [email protected] (subscribers-only)
13191 S:      Maintained
13192 F:      drivers/vlynq/vlynq.c
13193 F:      include/linux/vlynq.h
13194
13195 VME SUBSYSTEM
13196 M:      Martyn Welch <[email protected]>
13197 M:      Manohar Vanga <[email protected]>
13198 M:      Greg Kroah-Hartman <[email protected]>
13199 L:      [email protected]
13200 S:      Maintained
13201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13202 F:      Documentation/driver-api/vme.rst
13203 F:      drivers/staging/vme/
13204 F:      drivers/vme/
13205 F:      include/linux/vme*
13206
13207 VMWARE HYPERVISOR INTERFACE
13208 M:      Alok Kataria <[email protected]>
13209 L:      [email protected]
13210 S:      Supported
13211 F:      arch/x86/kernel/cpu/vmware.c
13212
13213 VMWARE BALLOON DRIVER
13214 M:      Xavier Deguillard <[email protected]>
13215 M:      Philip Moltmann <[email protected]>
13216 M:      "VMware, Inc." <[email protected]>
13217 L:      [email protected]
13218 S:      Maintained
13219 F:      drivers/misc/vmw_balloon.c
13220
13221 VMWARE VMMOUSE SUBDRIVER
13222 M:      "VMware Graphics" <[email protected]>
13223 M:      "VMware, Inc." <[email protected]>
13224 L:      [email protected]
13225 S:      Maintained
13226 F:      drivers/input/mouse/vmmouse.c
13227 F:      drivers/input/mouse/vmmouse.h
13228
13229 VMWARE VMXNET3 ETHERNET DRIVER
13230 M:      Shrikrishna Khare <[email protected]>
13231 M:      "VMware, Inc." <[email protected]>
13232 L:      [email protected]
13233 S:      Maintained
13234 F:      drivers/net/vmxnet3/
13235
13236 VMware PVSCSI driver
13237 M:      Jim Gill <[email protected]>
13238 M:      VMware PV-Drivers <[email protected]>
13239 L:      [email protected]
13240 S:      Maintained
13241 F:      drivers/scsi/vmw_pvscsi.c
13242 F:      drivers/scsi/vmw_pvscsi.h
13243
13244 VMWARE PVRDMA DRIVER
13245 M:      Adit Ranadive <[email protected]>
13246 M:      VMware PV-Drivers <[email protected]>
13247 L:      [email protected]
13248 S:      Maintained
13249 F:      drivers/infiniband/hw/vmw_pvrdma/
13250
13251 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13252 M:      Liam Girdwood <[email protected]>
13253 M:      Mark Brown <[email protected]>
13254 L:      [email protected]
13255 W:      http://www.slimlogic.co.uk/?p=48
13256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13257 S:      Supported
13258 F:      Documentation/devicetree/bindings/regulator/
13259 F:      drivers/regulator/
13260 F:      include/dt-bindings/regulator/
13261 F:      include/linux/regulator/
13262
13263 VRF
13264 M:      David Ahern <[email protected]>
13265 M:      Shrijeet Mukherjee <[email protected]>
13266 L:      [email protected]
13267 S:      Maintained
13268 F:      drivers/net/vrf.c
13269 F:      Documentation/networking/vrf.txt
13270
13271 VT1211 HARDWARE MONITOR DRIVER
13272 M:      Juerg Haefliger <[email protected]>
13273 L:      [email protected]
13274 S:      Maintained
13275 F:      Documentation/hwmon/vt1211
13276 F:      drivers/hwmon/vt1211.c
13277
13278 VT8231 HARDWARE MONITOR DRIVER
13279 M:      Roger Lucas <[email protected]>
13280 L:      [email protected]
13281 S:      Maintained
13282 F:      drivers/hwmon/vt8231.c
13283
13284 VUB300 USB to SDIO/SD/MMC bridge chip
13285 M:      Tony Olech <[email protected]>
13286 L:      [email protected]
13287 L:      [email protected]
13288 S:      Supported
13289 F:      drivers/mmc/host/vub300.c
13290
13291 W1 DALLAS'S 1-WIRE BUS
13292 M:      Evgeniy Polyakov <[email protected]>
13293 S:      Maintained
13294 F:      Documentation/w1/
13295 F:      drivers/w1/
13296
13297 W83791D HARDWARE MONITORING DRIVER
13298 M:      Marc Hulsman <[email protected]>
13299 L:      [email protected]
13300 S:      Maintained
13301 F:      Documentation/hwmon/w83791d
13302 F:      drivers/hwmon/w83791d.c
13303
13304 W83793 HARDWARE MONITORING DRIVER
13305 M:      Rudolf Marek <[email protected]>
13306 L:      [email protected]
13307 S:      Maintained
13308 F:      Documentation/hwmon/w83793
13309 F:      drivers/hwmon/w83793.c
13310
13311 W83795 HARDWARE MONITORING DRIVER
13312 M:      Jean Delvare <[email protected]>
13313 L:      [email protected]
13314 S:      Maintained
13315 F:      drivers/hwmon/w83795.c
13316
13317 W83L51xD SD/MMC CARD INTERFACE DRIVER
13318 M:      Pierre Ossman <[email protected]>
13319 S:      Maintained
13320 F:      drivers/mmc/host/wbsd.*
13321
13322 WACOM PROTOCOL 4 SERIAL TABLETS
13323 M:      Julian Squires <[email protected]>
13324 M:      Hans de Goede <[email protected]>
13325 L:      [email protected]
13326 S:      Maintained
13327 F:      drivers/input/tablet/wacom_serial4.c
13328
13329 WATCHDOG DEVICE DRIVERS
13330 M:      Wim Van Sebroeck <[email protected]>
13331 R:      Guenter Roeck <[email protected]>
13332 L:      [email protected]
13333 W:      http://www.linux-watchdog.org/
13334 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13335 S:      Maintained
13336 F:      Documentation/devicetree/bindings/watchdog/
13337 F:      Documentation/watchdog/
13338 F:      drivers/watchdog/
13339 F:      include/linux/watchdog.h
13340 F:      include/uapi/linux/watchdog.h
13341
13342 WIIMOTE HID DRIVER
13343 M:      David Herrmann <[email protected]>
13344 L:      [email protected]
13345 S:      Maintained
13346 F:      drivers/hid/hid-wiimote*
13347
13348 WINBOND CIR DRIVER
13349 M:      David Härdeman <[email protected]>
13350 S:      Maintained
13351 F:      drivers/media/rc/winbond-cir.c
13352
13353 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13354 M:      William Breathitt Gray <[email protected]>
13355 L:      [email protected]
13356 S:      Maintained
13357 F:      drivers/watchdog/ebc-c384_wdt.c
13358
13359 WINSYSTEMS WS16C48 GPIO DRIVER
13360 M:      William Breathitt Gray <[email protected]>
13361 L:      [email protected]
13362 S:      Maintained
13363 F:      drivers/gpio/gpio-ws16c48.c
13364
13365 WIMAX STACK
13366 M:      Inaky Perez-Gonzalez <[email protected]>
13367 M:      [email protected]
13368 L:      [email protected] (subscribers-only)
13369 S:      Supported
13370 W:      http://linuxwimax.org
13371 F:      Documentation/wimax/README.wimax
13372 F:      include/linux/wimax/debug.h
13373 F:      include/net/wimax.h
13374 F:      include/uapi/linux/wimax.h
13375 F:      net/wimax/
13376
13377 WISTRON LAPTOP BUTTON DRIVER
13378 M:      Miloslav Trmac <[email protected]>
13379 S:      Maintained
13380 F:      drivers/input/misc/wistron_btns.c
13381
13382 WL3501 WIRELESS PCMCIA CARD DRIVER
13383 L:      [email protected]
13384 S:      Odd fixes
13385 F:      drivers/net/wireless/wl3501*
13386
13387 WOLFSON MICROELECTRONICS DRIVERS
13388 L:      [email protected]
13389 T:      git https://github.com/CirrusLogic/linux-drivers.git
13390 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13391 S:      Supported
13392 F:      Documentation/hwmon/wm83??
13393 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13394 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13395 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13396 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13397 F:      drivers/clk/clk-wm83*.c
13398 F:      drivers/extcon/extcon-arizona.c
13399 F:      drivers/leds/leds-wm83*.c
13400 F:      drivers/gpio/gpio-*wm*.c
13401 F:      drivers/gpio/gpio-arizona.c
13402 F:      drivers/hwmon/wm83??-hwmon.c
13403 F:      drivers/input/misc/wm831x-on.c
13404 F:      drivers/input/touchscreen/wm831x-ts.c
13405 F:      drivers/input/touchscreen/wm97*.c
13406 F:      drivers/mfd/arizona*
13407 F:      drivers/mfd/wm*.c
13408 F:      drivers/mfd/cs47l24*
13409 F:      drivers/power/supply/wm83*.c
13410 F:      drivers/rtc/rtc-wm83*.c
13411 F:      drivers/regulator/wm8*.c
13412 F:      drivers/video/backlight/wm83*_bl.c
13413 F:      drivers/watchdog/wm83*_wdt.c
13414 F:      include/linux/mfd/arizona/
13415 F:      include/linux/mfd/wm831x/
13416 F:      include/linux/mfd/wm8350/
13417 F:      include/linux/mfd/wm8400*
13418 F:      include/linux/wm97xx.h
13419 F:      include/sound/wm????.h
13420 F:      sound/soc/codecs/arizona.?
13421 F:      sound/soc/codecs/wm*
13422 F:      sound/soc/codecs/cs47l24*
13423
13424 WORKQUEUE
13425 M:      Tejun Heo <[email protected]>
13426 R:      Lai Jiangshan <[email protected]>
13427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13428 S:      Maintained
13429 F:      include/linux/workqueue.h
13430 F:      kernel/workqueue.c
13431 F:      Documentation/core-api/workqueue.rst
13432
13433 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13434 M:      Chen-Yu Tsai <[email protected]>
13435 L:      [email protected]
13436 S:      Maintained
13437 N:      axp[128]
13438
13439 X.25 NETWORK LAYER
13440 M:      Andrew Hendry <[email protected]>
13441 L:      [email protected]
13442 S:      Odd Fixes
13443 F:      Documentation/networking/x25*
13444 F:      include/net/x25*
13445 F:      net/x25/
13446
13447 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13448 M:      Thomas Gleixner <[email protected]>
13449 M:      Ingo Molnar <[email protected]>
13450 M:      "H. Peter Anvin" <[email protected]>
13451 M:      [email protected]
13452 L:      [email protected]
13453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13454 S:      Maintained
13455 F:      Documentation/x86/
13456 F:      arch/x86/
13457
13458 X86 PLATFORM DRIVERS
13459 M:      Darren Hart <[email protected]>
13460 M:      Andy Shevchenko <[email protected]>
13461 L:      [email protected]
13462 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13463 S:      Maintained
13464 F:      drivers/platform/x86/
13465 F:      drivers/platform/olpc/
13466
13467 X86 MCE INFRASTRUCTURE
13468 M:      Tony Luck <[email protected]>
13469 M:      Borislav Petkov <[email protected]>
13470 L:      [email protected]
13471 S:      Maintained
13472 F:      arch/x86/kernel/cpu/mcheck/*
13473
13474 X86 MICROCODE UPDATE SUPPORT
13475 M:      Borislav Petkov <[email protected]>
13476 S:      Maintained
13477 F:      arch/x86/kernel/cpu/microcode/*
13478
13479 X86 VDSO
13480 M:      Andy Lutomirski <[email protected]>
13481 L:      [email protected]
13482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13483 S:      Maintained
13484 F:      arch/x86/entry/vdso/
13485
13486 XC2028/3028 TUNER DRIVER
13487 M:      Mauro Carvalho Chehab <[email protected]>
13488 M:      Mauro Carvalho Chehab <[email protected]>
13489 L:      [email protected]
13490 W:      https://linuxtv.org
13491 T:      git git://linuxtv.org/media_tree.git
13492 S:      Maintained
13493 F:      drivers/media/tuners/tuner-xc2028.*
13494
13495 XEN HYPERVISOR INTERFACE
13496 M:      Boris Ostrovsky <[email protected]>
13497 M:      Juergen Gross <[email protected]>
13498 L:      [email protected] (moderated for non-subscribers)
13499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13500 S:      Supported
13501 F:      arch/x86/xen/
13502 F:      drivers/*/xen-*front.c
13503 F:      drivers/xen/
13504 F:      arch/x86/include/asm/xen/
13505 F:      include/xen/
13506 F:      include/uapi/xen/
13507
13508 XEN HYPERVISOR ARM
13509 M:      Stefano Stabellini <[email protected]>
13510 L:      [email protected] (moderated for non-subscribers)
13511 S:      Maintained
13512 F:      arch/arm/xen/
13513 F:      arch/arm/include/asm/xen/
13514
13515 XEN HYPERVISOR ARM64
13516 M:      Stefano Stabellini <[email protected]>
13517 L:      [email protected] (moderated for non-subscribers)
13518 S:      Maintained
13519 F:      arch/arm64/xen/
13520 F:      arch/arm64/include/asm/xen/
13521
13522 XEN NETWORK BACKEND DRIVER
13523 M:      Wei Liu <[email protected]>
13524 M:      Paul Durrant <[email protected]>
13525 L:      [email protected] (moderated for non-subscribers)
13526 L:      [email protected]
13527 S:      Supported
13528 F:      drivers/net/xen-netback/*
13529
13530 XEN PCI SUBSYSTEM
13531 M:      Konrad Rzeszutek Wilk <[email protected]>
13532 L:      [email protected] (moderated for non-subscribers)
13533 S:      Supported
13534 F:      arch/x86/pci/*xen*
13535 F:      drivers/pci/*xen*
13536
13537 XEN BLOCK SUBSYSTEM
13538 M:      Konrad Rzeszutek Wilk <[email protected]>
13539 M:      Roger Pau Monné <[email protected]>
13540 L:      [email protected] (moderated for non-subscribers)
13541 S:      Supported
13542 F:      drivers/block/xen-blkback/*
13543 F:      drivers/block/xen*
13544
13545 XEN PVSCSI DRIVERS
13546 M:      Juergen Gross <[email protected]>
13547 L:      [email protected] (moderated for non-subscribers)
13548 L:      [email protected]
13549 S:      Supported
13550 F:      drivers/scsi/xen-scsifront.c
13551 F:      drivers/xen/xen-scsiback.c
13552 F:      include/xen/interface/io/vscsiif.h
13553
13554 XEN SWIOTLB SUBSYSTEM
13555 M:      Konrad Rzeszutek Wilk <[email protected]>
13556 L:      [email protected] (moderated for non-subscribers)
13557 S:      Supported
13558 F:      arch/x86/xen/*swiotlb*
13559 F:      drivers/xen/*swiotlb*
13560
13561 XFS FILESYSTEM
13562 M:      Darrick J. Wong <[email protected]>
13563 M:      [email protected]
13564 L:      [email protected]
13565 W:      http://xfs.org/
13566 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13567 S:      Supported
13568 F:      Documentation/filesystems/xfs.txt
13569 F:      fs/xfs/
13570
13571 XILINX AXI ETHERNET DRIVER
13572 M:      Anirudha Sarangi <[email protected]>
13573 M:      John Linn <[email protected]>
13574 S:      Maintained
13575 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13576
13577 XILINX UARTLITE SERIAL DRIVER
13578 M:      Peter Korsgaard <[email protected]>
13579 L:      [email protected]
13580 S:      Maintained
13581 F:      drivers/tty/serial/uartlite.c
13582
13583 XILINX VIDEO IP CORES
13584 M:      Hyun Kwon <[email protected]>
13585 M:      Laurent Pinchart <[email protected]>
13586 L:      [email protected]
13587 T:      git git://linuxtv.org/media_tree.git
13588 S:      Supported
13589 F:      Documentation/devicetree/bindings/media/xilinx/
13590 F:      drivers/media/platform/xilinx/
13591 F:      include/uapi/linux/xilinx-v4l2-controls.h
13592
13593 XILLYBUS DRIVER
13594 M:      Eli Billauer <[email protected]>
13595 L:      [email protected]
13596 S:      Supported
13597 F:      drivers/char/xillybus/
13598
13599 XTENSA XTFPGA PLATFORM SUPPORT
13600 M:      Max Filippov <[email protected]>
13601 L:      [email protected]
13602 S:      Maintained
13603 F:      drivers/spi/spi-xtensa-xtfpga.c
13604 F:      sound/soc/xtensa/xtfpga-i2s.c
13605
13606 YAM DRIVER FOR AX.25
13607 M:      Jean-Paul Roubelat <[email protected]>
13608 L:      [email protected]
13609 S:      Maintained
13610 F:      drivers/net/hamradio/yam*
13611 F:      include/linux/yam.h
13612
13613 YEALINK PHONE DRIVER
13614 M:      Henk Vergonet <[email protected]>
13615 L:      [email protected]
13616 S:      Maintained
13617 F:      Documentation/input/yealink.txt
13618 F:      drivers/input/misc/yealink.*
13619
13620 Z8530 DRIVER FOR AX.25
13621 M:      Joerg Reuter <[email protected]>
13622 W:      http://yaina.de/jreuter/
13623 W:      http://www.qsl.net/dl1bke/
13624 L:      [email protected]
13625 S:      Maintained
13626 F:      Documentation/networking/z8530drv.txt
13627 F:      drivers/net/hamradio/*scc.c
13628 F:      drivers/net/hamradio/z8530.h
13629
13630 ZBUD COMPRESSED PAGE ALLOCATOR
13631 M:      Seth Jennings <[email protected]>
13632 M:      Dan Streetman <[email protected]>
13633 L:      [email protected]
13634 S:      Maintained
13635 F:      mm/zbud.c
13636 F:      include/linux/zbud.h
13637
13638 ZD1211RW WIRELESS DRIVER
13639 M:      Daniel Drake <[email protected]>
13640 M:      Ulrich Kunitz <[email protected]>
13641 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13642 L:      [email protected]
13643 L:      [email protected] (subscribers-only)
13644 S:      Maintained
13645 F:      drivers/net/wireless/zydas/zd1211rw/
13646
13647 ZPOOL COMPRESSED PAGE STORAGE API
13648 M:      Dan Streetman <[email protected]>
13649 L:      [email protected]
13650 S:      Maintained
13651 F:      mm/zpool.c
13652 F:      include/linux/zpool.h
13653
13654 ZR36067 VIDEO FOR LINUX DRIVER
13655 L:      [email protected]
13656 L:      [email protected]
13657 W:      http://mjpeg.sourceforge.net/driver-zoran/
13658 T:      hg https://linuxtv.org/hg/v4l-dvb
13659 S:      Odd Fixes
13660 F:      drivers/media/pci/zoran/
13661
13662 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13663 M:      Minchan Kim <[email protected]>
13664 M:      Nitin Gupta <[email protected]>
13665 R:      Sergey Senozhatsky <[email protected]>
13666 L:      [email protected]
13667 S:      Maintained
13668 F:      drivers/block/zram/
13669 F:      Documentation/blockdev/zram.txt
13670
13671 ZS DECSTATION Z85C30 SERIAL DRIVER
13672 M:      "Maciej W. Rozycki" <[email protected]>
13673 S:      Maintained
13674 F:      drivers/tty/serial/zs.*
13675
13676 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13677 M:      Minchan Kim <[email protected]>
13678 M:      Nitin Gupta <[email protected]>
13679 R:      Sergey Senozhatsky <[email protected]>
13680 L:      [email protected]
13681 S:      Maintained
13682 F:      mm/zsmalloc.c
13683 F:      include/linux/zsmalloc.h
13684 F:      Documentation/vm/zsmalloc.txt
13685
13686 ZSWAP COMPRESSED SWAP CACHING
13687 M:      Seth Jennings <[email protected]>
13688 M:      Dan Streetman <[email protected]>
13689 L:      [email protected]
13690 S:      Maintained
13691 F:      mm/zswap.c
13692
13693 THE REST
13694 M:      Linus Torvalds <[email protected]>
13695 L:      [email protected]
13696 Q:      http://patchwork.kernel.org/project/LKML/list/
13697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13698 S:      Buried alive in reporters
13699 F:      *
13700 F:      */
This page took 0.861269 seconds and 4 git commands to generate.