]> Git Repo - linux.git/blob - MAINTAINERS
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[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         B: Bug tracking system location.
85         S: Status, one of the following:
86            Supported:   Someone is actually paid to look after this.
87            Maintained:  Someone actually looks after it.
88            Odd Fixes:   It has a maintainer but they don't have time to do
89                         much other than throw the odd patch in. See below..
90            Orphan:      No current maintainer [but maybe you could take the
91                         role as you write your new code].
92            Obsolete:    Old code. Something tagged obsolete generally means
93                         it has been replaced by a better system and you
94                         should be using that.
95         F: Files and directories with wildcard patterns.
96            A trailing slash includes all files and subdirectory files.
97            F:   drivers/net/    all files in and below drivers/net
98            F:   drivers/net/*   all files in drivers/net, but not below
99            F:   */net/*         all files in "any top level directory"/net
100            One pattern per line.  Multiple F: lines acceptable.
101         N: Files and directories with regex patterns.
102            N:   [^a-z]tegra     all files whose path contains the word tegra
103            One pattern per line.  Multiple N: lines acceptable.
104            scripts/get_maintainer.pl has different behavior for files that
105            match F: pattern and matches of N: patterns.  By default,
106            get_maintainer will not look at git log history when an F: pattern
107            match occurs.  When an N: match occurs, git log history is used
108            to also notify the people that have git commit signatures.
109         X: Files and directories that are NOT maintained, same rules as F:
110            Files exclusions are tested before file matches.
111            Can be useful for excluding a specific subdirectory, for instance:
112            F:   net/
113            X:   net/ipv6/
114            matches all files in and below net excluding net/ipv6/
115         K: Keyword perl extended regex pattern to match content in a
116            patch or file.  For instance:
117            K: of_get_profile
118               matches patches or files that contain "of_get_profile"
119            K: \b(printk|pr_(info|err))\b
120               matches patches or files that contain one or more of the words
121               printk, pr_info or pr_err
122            One regex pattern per line.  Multiple K: lines acceptable.
123
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
127
128 Maintainers List (try to look for most precise areas first)
129
130                 -----------------------------------
131
132 3C59X NETWORK DRIVER
133 M:      Steffen Klassert <[email protected]>
134 L:      [email protected]
135 S:      Maintained
136 F:      Documentation/networking/vortex.txt
137 F:      drivers/net/ethernet/3com/3c59x.c
138
139 3CR990 NETWORK DRIVER
140 M:      David Dillow <[email protected]>
141 L:      [email protected]
142 S:      Maintained
143 F:      drivers/net/ethernet/3com/typhoon*
144
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M:      Adam Radford <[email protected]>
147 L:      [email protected]
148 W:      http://www.lsi.com
149 S:      Supported
150 F:      drivers/scsi/3w-*
151
152 53C700 AND 53C700-66 SCSI DRIVER
153 M:      "James E.J. Bottomley" <[email protected]>
154 L:      [email protected]
155 S:      Maintained
156 F:      drivers/scsi/53c700*
157
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M:      Alexander Aring <[email protected]>
160 M:      Jukka Rissanen <[email protected]>
161 L:      [email protected]
162 L:      [email protected]
163 S:      Maintained
164 F:      net/6lowpan/
165 F:      include/net/6lowpan.h
166 F:      Documentation/networking/6lowpan.txt
167
168 6PACK NETWORK DRIVER FOR AX.25
169 M:      Andreas Koensgen <[email protected]>
170 L:      [email protected]
171 S:      Maintained
172 F:      drivers/net/hamradio/6pack.c
173
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M:      Realtek linux nic maintainers <[email protected]>
176 L:      [email protected]
177 S:      Maintained
178 F:      drivers/net/ethernet/realtek/r8169.c
179
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M:      Greg Kroah-Hartman <[email protected]>
182 L:      [email protected]
183 S:      Maintained
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F:      drivers/tty/serial/8250*
186 F:      include/linux/serial_8250.h
187
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L:      [email protected]
190 S:      Orphan / Obsolete
191 F:      drivers/net/ethernet/8390/
192
193 9P FILE SYSTEM
194 M:      Eric Van Hensbergen <[email protected]>
195 M:      Ron Minnich <[email protected]>
196 M:      Latchesar Ionkov <[email protected]>
197 L:      [email protected]
198 W:      http://swik.net/v9fs
199 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S:      Maintained
202 F:      Documentation/filesystems/9p.txt
203 F:      fs/9p/
204 F:      net/9p/
205 F:      include/net/9p/
206 F:      include/uapi/linux/virtio_9p.h
207 F:      include/trace/events/9p.h
208
209
210 A8293 MEDIA DRIVER
211 M:      Antti Palosaari <[email protected]>
212 L:      [email protected]
213 W:      https://linuxtv.org
214 W:      http://palosaari.fi/linux/
215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
216 T:      git git://linuxtv.org/anttip/media_tree.git
217 S:      Maintained
218 F:      drivers/media/dvb-frontends/a8293*
219
220 AACRAID SCSI RAID DRIVER
221 M:      Adaptec OEM Raid Solutions <[email protected]>
222 L:      [email protected]
223 W:      http://www.adaptec.com/
224 S:      Supported
225 F:      Documentation/scsi/aacraid.txt
226 F:      drivers/scsi/aacraid/
227
228 ABI/API
229 L:      [email protected]
230 F:      include/linux/syscalls.h
231 F:      kernel/sys_ni.c
232
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M:      Hans de Goede <[email protected]>
235 L:      [email protected]
236 S:      Maintained
237 F:      drivers/hwmon/abituguru.c
238
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M:      Alistair John Strachan <[email protected]>
241 L:      [email protected]
242 S:      Maintained
243 F:      drivers/hwmon/abituguru3.c
244
245 ACCES 104-DIO-48E GPIO DRIVER
246 M:      William Breathitt Gray <[email protected]>
247 L:      [email protected]
248 S:      Maintained
249 F:      drivers/gpio/gpio-104-dio-48e.c
250
251 ACCES 104-IDI-48 GPIO DRIVER
252 M:      "William Breathitt Gray" <[email protected]>
253 L:      [email protected]
254 S:      Maintained
255 F:      drivers/gpio/gpio-104-idi-48.c
256
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M:      "William Breathitt Gray" <[email protected]>
259 L:      [email protected]
260 S:      Maintained
261 F:      drivers/gpio/gpio-104-idio-16.c
262
263 ACCES 104-QUAD-8 IIO DRIVER
264 M:      William Breathitt Gray <[email protected]>
265 L:      [email protected]
266 S:      Maintained
267 F:      drivers/iio/counter/104-quad-8.c
268
269 ACENIC DRIVER
270 M:      Jes Sorensen <[email protected]>
271 L:      [email protected]
272 S:      Maintained
273 F:      drivers/net/ethernet/alteon/acenic*
274
275 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
276 M:      Peter Feuerer <[email protected]>
277 L:      [email protected]
278 W:      http://piie.net/?section=acerhdf
279 S:      Maintained
280 F:      drivers/platform/x86/acerhdf.c
281
282 ACER WMI LAPTOP EXTRAS
283 M:      "Lee, Chun-Yi" <[email protected]>
284 L:      [email protected]
285 S:      Maintained
286 F:      drivers/platform/x86/acer-wmi.c
287
288 ACPI
289 M:      "Rafael J. Wysocki" <[email protected]>
290 M:      Len Brown <[email protected]>
291 L:      [email protected]
292 W:      https://01.org/linux-acpi
293 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
295 B:      https://bugzilla.kernel.org
296 S:      Supported
297 F:      drivers/acpi/
298 F:      drivers/pnp/pnpacpi/
299 F:      include/linux/acpi.h
300 F:      include/acpi/
301 F:      Documentation/acpi/
302 F:      Documentation/ABI/testing/sysfs-bus-acpi
303 F:      Documentation/ABI/testing/configfs-acpi
304 F:      drivers/pci/*acpi*
305 F:      drivers/pci/*/*acpi*
306 F:      drivers/pci/*/*/*acpi*
307 F:      tools/power/acpi/
308
309 ACPI COMPONENT ARCHITECTURE (ACPICA)
310 M:      Robert Moore <[email protected]>
311 M:      Lv Zheng <[email protected]>
312 M:      "Rafael J. Wysocki" <[email protected]>
313 L:      [email protected]
314 L:      [email protected]
315 W:      https://acpica.org/
316 W:      https://github.com/acpica/acpica/
317 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
319 B:      https://bugzilla.kernel.org
320 B:      https://bugs.acpica.org
321 S:      Supported
322 F:      drivers/acpi/acpica/
323 F:      include/acpi/
324 F:      tools/power/acpi/
325
326 ACPI FAN DRIVER
327 M:      Zhang Rui <[email protected]>
328 L:      [email protected]
329 W:      https://01.org/linux-acpi
330 B:      https://bugzilla.kernel.org
331 S:      Supported
332 F:      drivers/acpi/fan.c
333
334 ACPI FOR ARM64 (ACPI/arm64)
335 M:      Lorenzo Pieralisi <[email protected]>
336 M:      Hanjun Guo <[email protected]>
337 M:      Sudeep Holla <[email protected]>
338 L:      [email protected]
339 S:      Maintained
340 F:      drivers/acpi/arm64
341
342 ACPI THERMAL DRIVER
343 M:      Zhang Rui <[email protected]>
344 L:      [email protected]
345 W:      https://01.org/linux-acpi
346 B:      https://bugzilla.kernel.org
347 S:      Supported
348 F:      drivers/acpi/*thermal*
349
350 ACPI VIDEO DRIVER
351 M:      Zhang Rui <[email protected]>
352 L:      [email protected]
353 W:      https://01.org/linux-acpi
354 B:      https://bugzilla.kernel.org
355 S:      Supported
356 F:      drivers/acpi/acpi_video.c
357
358 ACPI WMI DRIVER
359 L:      [email protected]
360 S:      Orphan
361 F:      drivers/platform/x86/wmi.c
362
363 AD1889 ALSA SOUND DRIVER
364 M:      Thibaut Varene <[email protected]>
365 W:      http://wiki.parisc-linux.org/AD1889
366 L:      [email protected]
367 S:      Maintained
368 F:      sound/pci/ad1889.*
369
370 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
371 M:      Michael Hennerich <[email protected]>
372 W:      http://wiki.analog.com/AD5254
373 W:      http://ez.analog.com/community/linux-device-drivers
374 S:      Supported
375 F:      drivers/misc/ad525x_dpot.c
376
377 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
378 M:      Michael Hennerich <[email protected]>
379 W:      http://wiki.analog.com/AD5398
380 W:      http://ez.analog.com/community/linux-device-drivers
381 S:      Supported
382 F:      drivers/regulator/ad5398.c
383
384 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
385 M:      Michael Hennerich <[email protected]>
386 W:      http://wiki.analog.com/AD7142
387 W:      http://ez.analog.com/community/linux-device-drivers
388 S:      Supported
389 F:      drivers/input/misc/ad714x.c
390
391 AD7877 TOUCHSCREEN DRIVER
392 M:      Michael Hennerich <[email protected]>
393 W:      http://wiki.analog.com/AD7877
394 W:      http://ez.analog.com/community/linux-device-drivers
395 S:      Supported
396 F:      drivers/input/touchscreen/ad7877.c
397
398 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
399 M:      Michael Hennerich <[email protected]>
400 W:      http://wiki.analog.com/AD7879
401 W:      http://ez.analog.com/community/linux-device-drivers
402 S:      Supported
403 F:      drivers/input/touchscreen/ad7879.c
404
405 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
406 M:      Jiri Kosina <[email protected]>
407 S:      Maintained
408
409 ADF7242 IEEE 802.15.4 RADIO DRIVER
410 M:      Michael Hennerich <[email protected]>
411 W:      https://wiki.analog.com/ADF7242
412 W:      http://ez.analog.com/community/linux-device-drivers
413 L:      [email protected]
414 S:      Supported
415 F:      drivers/net/ieee802154/adf7242.c
416 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
417
418 ADM1025 HARDWARE MONITOR DRIVER
419 M:      Jean Delvare <[email protected]>
420 L:      [email protected]
421 S:      Maintained
422 F:      Documentation/hwmon/adm1025
423 F:      drivers/hwmon/adm1025.c
424
425 ADM1029 HARDWARE MONITOR DRIVER
426 M:      Corentin Labbe <[email protected]>
427 L:      [email protected]
428 S:      Maintained
429 F:      drivers/hwmon/adm1029.c
430
431 ADM8211 WIRELESS DRIVER
432 L:      [email protected]
433 W:      http://wireless.kernel.org/
434 S:      Orphan
435 F:      drivers/net/wireless/admtek/adm8211.*
436
437 ADP1653 FLASH CONTROLLER DRIVER
438 M:      Sakari Ailus <[email protected]>
439 L:      [email protected]
440 S:      Maintained
441 F:      drivers/media/i2c/adp1653.c
442 F:      include/media/i2c/adp1653.h
443
444 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
445 M:      Michael Hennerich <[email protected]>
446 W:      http://wiki.analog.com/ADP5520
447 W:      http://ez.analog.com/community/linux-device-drivers
448 S:      Supported
449 F:      drivers/mfd/adp5520.c
450 F:      drivers/video/backlight/adp5520_bl.c
451 F:      drivers/leds/leds-adp5520.c
452 F:      drivers/gpio/gpio-adp5520.c
453 F:      drivers/input/keyboard/adp5520-keys.c
454
455 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
456 M:      Michael Hennerich <[email protected]>
457 W:      http://wiki.analog.com/ADP5588
458 W:      http://ez.analog.com/community/linux-device-drivers
459 S:      Supported
460 F:      drivers/input/keyboard/adp5588-keys.c
461 F:      drivers/gpio/gpio-adp5588.c
462
463 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
464 M:      Michael Hennerich <[email protected]>
465 W:      http://wiki.analog.com/ADP8860
466 W:      http://ez.analog.com/community/linux-device-drivers
467 S:      Supported
468 F:      drivers/video/backlight/adp8860_bl.c
469
470 ADS1015 HARDWARE MONITOR DRIVER
471 M:      Dirk Eibach <[email protected]>
472 L:      [email protected]
473 S:      Maintained
474 F:      Documentation/hwmon/ads1015
475 F:      drivers/hwmon/ads1015.c
476 F:      include/linux/i2c/ads1015.h
477
478 ADT746X FAN DRIVER
479 M:      Colin Leroy <[email protected]>
480 S:      Maintained
481 F:      drivers/macintosh/therm_adt746x.c
482
483 ADT7475 HARDWARE MONITOR DRIVER
484 M:      Jean Delvare <[email protected]>
485 L:      [email protected]
486 S:      Maintained
487 F:      Documentation/hwmon/adt7475
488 F:      drivers/hwmon/adt7475.c
489
490 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
491 M:      Michael Hennerich <[email protected]>
492 W:      http://wiki.analog.com/ADXL345
493 W:      http://ez.analog.com/community/linux-device-drivers
494 S:      Supported
495 F:      drivers/input/misc/adxl34x.c
496
497 ADVANSYS SCSI DRIVER
498 M:      Matthew Wilcox <[email protected]>
499 M:      Hannes Reinecke <[email protected]>
500 L:      [email protected]
501 S:      Maintained
502 F:      Documentation/scsi/advansys.txt
503 F:      drivers/scsi/advansys.c
504
505 AEDSP16 DRIVER
506 M:      Riccardo Facchetti <[email protected]>
507 S:      Maintained
508 F:      sound/oss/aedsp16.c
509
510 AF9013 MEDIA DRIVER
511 M:      Antti Palosaari <[email protected]>
512 L:      [email protected]
513 W:      https://linuxtv.org
514 W:      http://palosaari.fi/linux/
515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
516 T:      git git://linuxtv.org/anttip/media_tree.git
517 S:      Maintained
518 F:      drivers/media/dvb-frontends/af9013*
519
520 AF9033 MEDIA DRIVER
521 M:      Antti Palosaari <[email protected]>
522 L:      [email protected]
523 W:      https://linuxtv.org
524 W:      http://palosaari.fi/linux/
525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
526 T:      git git://linuxtv.org/anttip/media_tree.git
527 S:      Maintained
528 F:      drivers/media/dvb-frontends/af9033*
529
530 AFFS FILE SYSTEM
531 L:      [email protected]
532 S:      Orphan
533 F:      Documentation/filesystems/affs.txt
534 F:      fs/affs/
535
536 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
537 M:      David Howells <[email protected]>
538 L:      [email protected]
539 S:      Supported
540 F:      fs/afs/
541 F:      include/net/af_rxrpc.h
542 F:      net/rxrpc/af_rxrpc.c
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 M:      Arnaldo Carvalho de Melo <[email protected]>
881 S:      Maintained
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 F:      arch/arm/
980
981 ARM SUB-ARCHITECTURES
982 L:      [email protected] (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/mach-*/
985 F:      arch/arm/plat-*/
986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
987
988 ARM PRIMECELL AACI PL041 DRIVER
989 M:      Russell King <[email protected]>
990 S:      Maintained
991 F:      sound/arm/aaci.*
992
993 ARM PRIMECELL CLCD PL110 DRIVER
994 M:      Russell King <[email protected]>
995 S:      Maintained
996 F:      drivers/video/fbdev/amba-clcd.*
997
998 ARM PRIMECELL KMI PL050 DRIVER
999 M:      Russell King <[email protected]>
1000 S:      Maintained
1001 F:      drivers/input/serio/ambakmi.*
1002 F:      include/linux/amba/kmi.h
1003
1004 ARM PRIMECELL MMCI PL180/1 DRIVER
1005 M:      Russell King <[email protected]>
1006 S:      Maintained
1007 F:      drivers/mmc/host/mmci.*
1008 F:      include/linux/amba/mmci.h
1009
1010 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1011 M:      Russell King <[email protected]>
1012 S:      Maintained
1013 F:      drivers/tty/serial/amba-pl01*.c
1014 F:      include/linux/amba/serial.h
1015
1016 ARM PRIMECELL BUS SUPPORT
1017 M:      Russell King <[email protected]>
1018 S:      Maintained
1019 F:      drivers/amba/
1020 F:      include/linux/amba/bus.h
1021
1022 ARM/ADS SPHERE MACHINE SUPPORT
1023 M:      Lennert Buytenhek <[email protected]>
1024 L:      [email protected] (moderated for non-subscribers)
1025 S:      Maintained
1026
1027 ARM/AFEB9260 MACHINE SUPPORT
1028 M:      Sergey Lapin <[email protected]>
1029 L:      [email protected] (moderated for non-subscribers)
1030 S:      Maintained
1031
1032 ARM/AJECO 1ARM MACHINE SUPPORT
1033 M:      Lennert Buytenhek <[email protected]>
1034 L:      [email protected] (moderated for non-subscribers)
1035 S:      Maintained
1036
1037 ARM/Allwinner sunXi SoC support
1038 M:      Maxime Ripard <[email protected]>
1039 M:      Chen-Yu Tsai <[email protected]>
1040 L:      [email protected] (moderated for non-subscribers)
1041 S:      Maintained
1042 N:      sun[x456789]i
1043 F:      arch/arm/boot/dts/ntc-gr8*
1044
1045 ARM/Allwinner SoC Clock Support
1046 M:      Emilio López <[email protected]>
1047 S:      Maintained
1048 F:      drivers/clk/sunxi/
1049
1050 ARM/Amlogic Meson SoC support
1051 M:      Carlo Caione <[email protected]>
1052 M:      Kevin Hilman <[email protected]>
1053 L:      [email protected] (moderated for non-subscribers)
1054 L:      [email protected]
1055 W:      http://linux-meson.com/
1056 S:      Maintained
1057 F:      arch/arm/mach-meson/
1058 F:      arch/arm/boot/dts/meson*
1059 F:      arch/arm64/boot/dts/amlogic/
1060 F:      drivers/pinctrl/meson/
1061 F:      drivers/mmc/host/meson*
1062 N:      meson
1063
1064 ARM/Annapurna Labs ALPINE ARCHITECTURE
1065 M:      Tsahee Zidenberg <[email protected]>
1066 M:      Antoine Tenart <[email protected]>
1067 L:      [email protected] (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      arch/arm/mach-alpine/
1070 F:      arch/arm/boot/dts/alpine*
1071 F:      arch/arm64/boot/dts/al/
1072 F:      drivers/*/*alpine*
1073
1074 ARM/ARTPEC MACHINE SUPPORT
1075 M:      Jesper Nilsson <[email protected]>
1076 M:      Lars Persson <[email protected]>
1077 M:      Niklas Cassel <[email protected]>
1078 S:      Maintained
1079 L:      [email protected]
1080 F:      arch/arm/mach-artpec
1081 F:      arch/arm/boot/dts/artpec6*
1082 F:      drivers/clk/axis
1083
1084 ARM/ASPEED MACHINE SUPPORT
1085 M:      Joel Stanley <[email protected]>
1086 S:      Maintained
1087 F:      arch/arm/mach-aspeed/
1088 F:      arch/arm/boot/dts/aspeed-*
1089 F:      drivers/*/*aspeed*
1090
1091 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1092 M:      Nicolas Ferre <[email protected]>
1093 M:      Alexandre Belloni <[email protected]>
1094 M:      Jean-Christophe Plagniol-Villard <[email protected]>
1095 L:      [email protected] (moderated for non-subscribers)
1096 W:      http://www.linux4sam.org
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1098 S:      Supported
1099 F:      arch/arm/mach-at91/
1100 F:      include/soc/at91/
1101 F:      arch/arm/boot/dts/at91*.dts
1102 F:      arch/arm/boot/dts/at91*.dtsi
1103 F:      arch/arm/boot/dts/sama*.dts
1104 F:      arch/arm/boot/dts/sama*.dtsi
1105 F:      arch/arm/include/debug/at91.S
1106
1107 ARM/ATMEL AT91 Clock Support
1108 M:      Boris Brezillon <[email protected]>
1109 S:      Maintained
1110 F:      drivers/clk/at91
1111
1112 ARM/CALXEDA HIGHBANK ARCHITECTURE
1113 M:      Rob Herring <[email protected]>
1114 L:      [email protected] (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-highbank/
1117 F:      arch/arm/boot/dts/highbank.dts
1118 F:      arch/arm/boot/dts/ecx-*.dts*
1119
1120 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1121 M:      Krzysztof Halasa <[email protected]>
1122 S:      Maintained
1123 F:      arch/arm/mach-cns3xxx/
1124
1125 ARM/CAVIUM THUNDER NETWORK DRIVER
1126 M:      Sunil Goutham <[email protected]>
1127 M:      Robert Richter <[email protected]>
1128 L:      [email protected] (moderated for non-subscribers)
1129 S:      Supported
1130 F:      drivers/net/ethernet/cavium/thunder/
1131
1132 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1133 M:      Alexander Shiyan <[email protected]>
1134 L:      [email protected] (moderated for non-subscribers)
1135 S:      Odd Fixes
1136 N:      clps711x
1137
1138 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1139 M:      Hartley Sweeten <[email protected]>
1140 M:      Ryan Mallon <[email protected]>
1141 L:      [email protected] (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-ep93xx/
1144 F:      arch/arm/mach-ep93xx/include/mach/
1145
1146 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1147 M:      Lennert Buytenhek <[email protected]>
1148 L:      [email protected] (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/CLKDEV SUPPORT
1152 M:      Russell King <[email protected]>
1153 L:      [email protected] (moderated for non-subscribers)
1154 S:      Maintained
1155 F:      arch/arm/include/asm/clkdev.h
1156 F:      drivers/clk/clkdev.c
1157
1158 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1159 M:      Mike Rapoport <[email protected]>
1160 L:      [email protected] (moderated for non-subscribers)
1161 S:      Maintained
1162
1163 ARM/CONTEC MICRO9 MACHINE SUPPORT
1164 M:      Hubert Feurstein <[email protected]>
1165 S:      Maintained
1166 F:      arch/arm/mach-ep93xx/micro9.c
1167
1168 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1169 M:      Mathieu Poirier <[email protected]>
1170 L:      [email protected] (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      drivers/hwtracing/coresight/*
1173 F:      Documentation/trace/coresight.txt
1174 F:      Documentation/devicetree/bindings/arm/coresight.txt
1175 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1176 F:      tools/perf/arch/arm/util/pmu.c
1177 F:      tools/perf/arch/arm/util/auxtrace.c
1178 F:      tools/perf/arch/arm/util/cs-etm.c
1179 F:      tools/perf/arch/arm/util/cs-etm.h
1180 F:      tools/perf/util/cs-etm.h
1181
1182 ARM/CORGI MACHINE SUPPORT
1183 M:      Richard Purdie <[email protected]>
1184 S:      Maintained
1185
1186 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1187 M:      Hans Ulli Kroll <[email protected]>
1188 L:      [email protected] (moderated for non-subscribers)
1189 T:      git git://github.com/ulli-kroll/linux.git
1190 S:      Maintained
1191 F:      arch/arm/mach-gemini/
1192 F:      drivers/rtc/rtc-gemini.c
1193
1194 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1195 M:      Barry Song <[email protected]>
1196 L:      [email protected] (moderated for non-subscribers)
1197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1198 S:      Maintained
1199 F:      arch/arm/boot/dts/prima2*
1200 F:      arch/arm/mach-prima2/
1201 F:      drivers/clk/sirf/
1202 F:      drivers/clocksource/timer-prima2.c
1203 F:      drivers/clocksource/timer-atlas7.c
1204 N:      [^a-z]sirf
1205
1206 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1207 M:      Baruch Siach <[email protected]>
1208 L:      [email protected] (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/boot/dts/cx92755*
1211 N:      digicolor
1212
1213 ARM/EBSA110 MACHINE SUPPORT
1214 M:      Russell King <[email protected]>
1215 L:      [email protected] (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/mach-ebsa110/
1219 F:      drivers/net/ethernet/amd/am79c961a.*
1220
1221 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1222 M:      Uwe Kleine-König <[email protected]>
1223 L:      [email protected] (moderated for non-subscribers)
1224 S:      Maintained
1225 N:      efm32
1226
1227 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1228 M:      Daniel Ribeiro <[email protected]>
1229 M:      Stefan Schmidt <[email protected]>
1230 M:      Harald Welte <[email protected]>
1231 L:      [email protected] (moderated for non-subscribers)
1232 W:      http://www.openezx.org/
1233 S:      Maintained
1234 T:      topgit git://git.openezx.org/openezx.git
1235 F:      arch/arm/mach-pxa/ezx.c
1236
1237 ARM/FARADAY FA526 PORT
1238 M:      Hans Ulli Kroll <[email protected]>
1239 L:      [email protected] (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.berlios.de/gemini-board
1242 F:      arch/arm/mm/*-fa*
1243
1244 ARM/FOOTBRIDGE ARCHITECTURE
1245 M:      Russell King <[email protected]>
1246 L:      [email protected] (moderated for non-subscribers)
1247 W:      http://www.armlinux.org.uk/
1248 S:      Maintained
1249 F:      arch/arm/include/asm/hardware/dec21285.h
1250 F:      arch/arm/mach-footbridge/
1251
1252 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1253 M:      Shawn Guo <[email protected]>
1254 M:      Sascha Hauer <[email protected]>
1255 R:      Fabio Estevam <[email protected]>
1256 L:      [email protected] (moderated for non-subscribers)
1257 S:      Maintained
1258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1259 F:      arch/arm/mach-imx/
1260 F:      arch/arm/mach-mxs/
1261 F:      arch/arm/boot/dts/imx*
1262 F:      arch/arm/configs/imx*_defconfig
1263 F:      drivers/clk/imx/
1264 F:      include/soc/imx/
1265
1266 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1267 M:      Shawn Guo <[email protected]>
1268 M:      Sascha Hauer <[email protected]>
1269 R:      Stefan Agner <[email protected]>
1270 L:      [email protected] (moderated for non-subscribers)
1271 S:      Maintained
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F:      arch/arm/mach-imx/*vf610*
1274 F:      arch/arm/boot/dts/vf*
1275
1276 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1277 M:      Lennert Buytenhek <[email protected]>
1278 L:      [email protected] (moderated for non-subscribers)
1279 S:      Maintained
1280
1281 ARM/GUMSTIX MACHINE SUPPORT
1282 M:      Steve Sakoman <[email protected]>
1283 L:      [email protected] (moderated for non-subscribers)
1284 S:      Maintained
1285
1286 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1287 M:      Philipp Zabel <[email protected]>
1288 M:      Paul Parsons <[email protected]>
1289 L:      [email protected] (moderated for non-subscribers)
1290 S:      Maintained
1291 F:      arch/arm/mach-pxa/hx4700.c
1292 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1293 F:      sound/soc/pxa/hx4700.c
1294
1295 ARM/HISILICON SOC SUPPORT
1296 M:      Wei Xu <[email protected]>
1297 L:      [email protected] (moderated for non-subscribers)
1298 W:      http://www.hisilicon.com
1299 S:      Supported
1300 T:      git git://github.com/hisilicon/linux-hisi.git
1301 F:      arch/arm/mach-hisi/
1302 F:      arch/arm/boot/dts/hi3*
1303 F:      arch/arm/boot/dts/hip*
1304 F:      arch/arm/boot/dts/hisi*
1305 F:      arch/arm64/boot/dts/hisilicon/
1306
1307 ARM/HP JORNADA 7XX MACHINE SUPPORT
1308 M:      Kristoffer Ericson <[email protected]>
1309 W:      www.jlime.com
1310 S:      Maintained
1311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1312 F:      arch/arm/mach-sa1100/jornada720.c
1313 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1314
1315 ARM/IGEP MACHINE SUPPORT
1316 M:      Enric Balletbo i Serra <[email protected]>
1317 M:      Javier Martinez Canillas <[email protected]>
1318 L:      [email protected]
1319 L:      [email protected] (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/boot/dts/omap3-igep*
1322
1323 ARM/INCOME PXA270 SUPPORT
1324 M:      Marek Vasut <[email protected]>
1325 L:      [email protected] (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1328
1329 ARM/INTEL IOP32X ARM ARCHITECTURE
1330 M:      Lennert Buytenhek <[email protected]>
1331 L:      [email protected] (moderated for non-subscribers)
1332 S:      Maintained
1333
1334 ARM/INTEL IOP33X ARM ARCHITECTURE
1335 L:      [email protected] (moderated for non-subscribers)
1336 S:      Orphan
1337
1338 ARM/INTEL IOP13XX ARM ARCHITECTURE
1339 M:      Lennert Buytenhek <[email protected]>
1340 L:      [email protected] (moderated for non-subscribers)
1341 S:      Maintained
1342
1343 ARM/INTEL IQ81342EX MACHINE SUPPORT
1344 M:      Lennert Buytenhek <[email protected]>
1345 L:      [email protected] (moderated for non-subscribers)
1346 S:      Maintained
1347
1348 ARM/INTEL IXDP2850 MACHINE SUPPORT
1349 M:      Lennert Buytenhek <[email protected]>
1350 L:      [email protected] (moderated for non-subscribers)
1351 S:      Maintained
1352
1353 ARM/INTEL IXP4XX ARM ARCHITECTURE
1354 M:      Imre Kaloz <[email protected]>
1355 M:      Krzysztof Halasa <[email protected]>
1356 L:      [email protected] (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      arch/arm/mach-ixp4xx/
1359
1360 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1361 M:      Jonathan Cameron <[email protected]>
1362 L:      [email protected] (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-pxa/stargate2.c
1365 F:      drivers/pcmcia/pxa2xx_stargate2.c
1366
1367 ARM/INTEL XSC3 (MANZANO) ARM CORE
1368 M:      Lennert Buytenhek <[email protected]>
1369 L:      [email protected] (moderated for non-subscribers)
1370 S:      Maintained
1371
1372 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1373 M:      Lennert Buytenhek <[email protected]>
1374 L:      [email protected] (moderated for non-subscribers)
1375 S:      Maintained
1376
1377 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1378 M:      Santosh Shilimkar <[email protected]>
1379 L:      [email protected] (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      arch/arm/mach-keystone/
1382 F:      arch/arm/boot/dts/keystone-*
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1384
1385 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1386 M:      Santosh Shilimkar <[email protected]>
1387 L:      [email protected]
1388 S:      Maintained
1389 F:      drivers/clk/keystone/
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1392 M:      Santosh Shilimkar <[email protected]>
1393 L:      [email protected] (moderated for non-subscribers)
1394 L:      [email protected]
1395 S:      Maintained
1396 F:      drivers/clocksource/timer-keystone.c
1397
1398 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1399 M:      Santosh Shilimkar <[email protected]>
1400 L:      [email protected]
1401 S:      Maintained
1402 F:      drivers/power/reset/keystone-reset.c
1403
1404 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1405 M:      Santosh Shilimkar <[email protected]>
1406 L:      [email protected]
1407 S:      Maintained
1408 F:      drivers/memory/*emif*
1409
1410 ARM/LG1K ARCHITECTURE
1411 M:      Chanho Min <[email protected]>
1412 L:      [email protected] (moderated for non-subscribers)
1413 S:      Maintained
1414 F:      arch/arm64/boot/dts/lg/
1415
1416 ARM/LOGICPD PXA270 MACHINE SUPPORT
1417 M:      Lennert Buytenhek <[email protected]>
1418 L:      [email protected] (moderated for non-subscribers)
1419 S:      Maintained
1420
1421 ARM/LPC18XX ARCHITECTURE
1422 M:      Joachim Eastwood <[email protected]>
1423 L:      [email protected] (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/lpc43*
1426 F:      drivers/clk/nxp/clk-lpc18xx*
1427 F:      drivers/clocksource/time-lpc32xx.c
1428 F:      drivers/i2c/busses/i2c-lpc2k.c
1429 F:      drivers/memory/pl172.c
1430 F:      drivers/mtd/spi-nor/nxp-spifi.c
1431 F:      drivers/rtc/rtc-lpc24xx.c
1432 N:      lpc18xx
1433
1434 ARM/LPC32XX SOC SUPPORT
1435 M:      Vladimir Zapolskiy <[email protected]>
1436 M:      Sylvain Lemieux <[email protected]>
1437 L:      [email protected] (moderated for non-subscribers)
1438 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1439 S:      Maintained
1440 F:      arch/arm/boot/dts/lpc32*
1441 F:      arch/arm/mach-lpc32xx/
1442 F:      drivers/i2c/busses/i2c-pnx.c
1443 F:      drivers/net/ethernet/nxp/lpc_eth.c
1444 F:      drivers/usb/host/ohci-nxp.c
1445 F:      drivers/watchdog/pnx4008_wdt.c
1446 N:      lpc32xx
1447
1448 ARM/MAGICIAN MACHINE SUPPORT
1449 M:      Philipp Zabel <[email protected]>
1450 S:      Maintained
1451
1452 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1453 M:      Jason Cooper <[email protected]>
1454 M:      Andrew Lunn <[email protected]>
1455 M:      Gregory Clement <[email protected]>
1456 M:      Sebastian Hesselbarth <[email protected]>
1457 L:      [email protected] (moderated for non-subscribers)
1458 S:      Maintained
1459 F:      arch/arm/mach-mvebu/
1460 F:      drivers/rtc/rtc-armada38x.c
1461 F:      arch/arm/boot/dts/armada*
1462 F:      arch/arm/boot/dts/kirkwood*
1463 F:      arch/arm64/boot/dts/marvell/armada*
1464 F:      drivers/cpufreq/mvebu-cpufreq.c
1465 F:      arch/arm/configs/mvebu_*_defconfig
1466
1467 ARM/Marvell Berlin SoC support
1468 M:      Jisheng Zhang <[email protected]>
1469 M:      Sebastian Hesselbarth <[email protected]>
1470 L:      [email protected] (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-berlin/
1473 F:      arch/arm/boot/dts/berlin*
1474 F:      arch/arm64/boot/dts/marvell/berlin*
1475
1476
1477 ARM/Marvell Dove/MV78xx0/Orion SOC support
1478 M:      Jason Cooper <[email protected]>
1479 M:      Andrew Lunn <[email protected]>
1480 M:      Sebastian Hesselbarth <[email protected]>
1481 M:      Gregory Clement <[email protected]>
1482 L:      [email protected] (moderated for non-subscribers)
1483 S:      Maintained
1484 F:      arch/arm/mach-dove/
1485 F:      arch/arm/mach-mv78xx0/
1486 F:      arch/arm/mach-orion5x/
1487 F:      arch/arm/plat-orion/
1488 F:      arch/arm/boot/dts/dove*
1489 F:      arch/arm/boot/dts/orion5x*
1490
1491
1492 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1493 M:      Alexander Clouter <[email protected]>
1494 L:      [email protected] (moderated for non-subscribers)
1495 W:      http://www.digriz.org.uk/ts78xx/kernel
1496 S:      Maintained
1497 F:      arch/arm/mach-orion5x/ts78xx-*
1498
1499 ARM/OXNAS platform support
1500 M:      Neil Armstrong <[email protected]>
1501 L:      [email protected] (moderated for non-subscribers)
1502 L:      [email protected] (moderated for non-subscribers)
1503 S:      Maintained
1504 F:      arch/arm/mach-oxnas/
1505 F:      arch/arm/boot/dts/oxnas*
1506 F:      arch/arm/boot/dts/wd-mbwe.dts
1507 N:      oxnas
1508
1509 ARM/Mediatek RTC DRIVER
1510 M:      Eddie Huang <[email protected]>
1511 L:      [email protected] (moderated for non-subscribers)
1512 L:      [email protected] (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      drivers/rtc/rtc-mt6397.c
1515
1516 ARM/Mediatek SoC support
1517 M:      Matthias Brugger <[email protected]>
1518 L:      [email protected] (moderated for non-subscribers)
1519 L:      [email protected] (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/boot/dts/mt6*
1522 F:      arch/arm/boot/dts/mt8*
1523 F:      arch/arm/mach-mediatek/
1524 N:      mtk
1525 K:      mediatek
1526
1527 ARM/Mediatek USB3 PHY DRIVER
1528 M:      Chunfeng Yun <[email protected]>
1529 L:      [email protected] (moderated for non-subscribers)
1530 L:      [email protected] (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      drivers/phy/phy-mt65xx-usb3.c
1533
1534 ARM/MICREL KS8695 ARCHITECTURE
1535 M:      Greg Ungerer <[email protected]>
1536 L:      [email protected] (moderated for non-subscribers)
1537 F:      arch/arm/mach-ks8695/
1538 S:      Odd Fixes
1539
1540 ARM/MIOA701 MACHINE SUPPORT
1541 M:      Robert Jarzmik <[email protected]>
1542 L:      [email protected] (moderated for non-subscribers)
1543 F:      arch/arm/mach-pxa/mioa701.c
1544 S:      Maintained
1545
1546 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1547 M:      Michael Petchkovsky <[email protected]>
1548 S:      Maintained
1549
1550 ARM/NOMADIK ARCHITECTURE
1551 M:      Alessandro Rubini <[email protected]>
1552 M:      Linus Walleij <[email protected]>
1553 L:      [email protected] (moderated for non-subscribers)
1554 S:      Maintained
1555 F:      arch/arm/mach-nomadik/
1556 F:      drivers/pinctrl/nomadik/
1557 F:      drivers/i2c/busses/i2c-nomadik.c
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1559
1560 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1561 M:      Nelson Castillo <[email protected]>
1562 L:      [email protected] (subscribers-only)
1563 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1564 S:      Supported
1565
1566 ARM/TOSA MACHINE SUPPORT
1567 M:      Dmitry Eremin-Solenikov <[email protected]>
1568 M:      Dirk Opfer <[email protected]>
1569 S:      Maintained
1570
1571 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1572 M:      Marek Vasut <[email protected]>
1573 L:      [email protected]
1574 W:      http://hackndev.com
1575 S:      Maintained
1576 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1577 F:      arch/arm/mach-pxa/palmtx.c
1578 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1579 F:      arch/arm/mach-pxa/palmt5.c
1580 F:      arch/arm/mach-pxa/include/mach/palmld.h
1581 F:      arch/arm/mach-pxa/palmld.c
1582 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1583 F:      arch/arm/mach-pxa/palmte2.c
1584 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1585 F:      arch/arm/mach-pxa/palmtc.c
1586
1587 ARM/PALM TREO SUPPORT
1588 M:      Tomas Cech <[email protected]>
1589 L:      [email protected]
1590 W:      http://hackndev.com
1591 S:      Maintained
1592 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1593 F:      arch/arm/mach-pxa/palmtreo.c
1594
1595 ARM/PALMZ72 SUPPORT
1596 M:      Sergey Lapin <[email protected]>
1597 L:      [email protected]
1598 W:      http://hackndev.com
1599 S:      Maintained
1600 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1601 F:      arch/arm/mach-pxa/palmz72.c
1602
1603 ARM/PLEB SUPPORT
1604 M:      Peter Chubb <[email protected]>
1605 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1606 S:      Maintained
1607
1608 ARM/PT DIGITAL BOARD PORT
1609 M:      Stefan Eletzhofer <[email protected]>
1610 L:      [email protected] (moderated for non-subscribers)
1611 W:      http://www.armlinux.org.uk/
1612 S:      Maintained
1613
1614 ARM/QUALCOMM SUPPORT
1615 M:      Andy Gross <[email protected]>
1616 M:      David Brown <[email protected]>
1617 L:      [email protected]
1618 L:      [email protected]
1619 S:      Maintained
1620 F:      Documentation/devicetree/bindings/soc/qcom/
1621 F:      arch/arm/boot/dts/qcom-*.dts
1622 F:      arch/arm/boot/dts/qcom-*.dtsi
1623 F:      arch/arm/mach-qcom/
1624 F:      arch/arm64/boot/dts/qcom/*
1625 F:      drivers/i2c/busses/i2c-qup.c
1626 F:      drivers/clk/qcom/
1627 F:      drivers/soc/qcom/
1628 F:      drivers/spi/spi-qup.c
1629 F:      drivers/tty/serial/msm_serial.h
1630 F:      drivers/tty/serial/msm_serial.c
1631 F:      drivers/*/pm8???-*
1632 F:      drivers/mfd/ssbi.c
1633 F:      drivers/firmware/qcom_scm.c
1634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1635
1636 ARM/RADISYS ENP2611 MACHINE SUPPORT
1637 M:      Lennert Buytenhek <[email protected]>
1638 L:      [email protected] (moderated for non-subscribers)
1639 S:      Maintained
1640
1641 ARM/RENESAS ARM64 ARCHITECTURE
1642 M:      Simon Horman <[email protected]>
1643 M:      Magnus Damm <[email protected]>
1644 L:      [email protected]
1645 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1647 S:      Supported
1648 F:      arch/arm64/boot/dts/renesas/
1649 F:      drivers/soc/renesas/
1650 F:      include/linux/soc/renesas/
1651
1652 ARM/RISCPC ARCHITECTURE
1653 M:      Russell King <[email protected]>
1654 L:      [email protected] (moderated for non-subscribers)
1655 W:      http://www.armlinux.org.uk/
1656 S:      Maintained
1657 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1658 F:      arch/arm/include/asm/hardware/ioc.h
1659 F:      arch/arm/include/asm/hardware/iomd.h
1660 F:      arch/arm/include/asm/hardware/memc.h
1661 F:      arch/arm/mach-rpc/
1662 F:      drivers/net/ethernet/8390/etherh.c
1663 F:      drivers/net/ethernet/i825xx/ether1*
1664 F:      drivers/net/ethernet/seeq/ether3*
1665 F:      drivers/scsi/arm/
1666
1667 ARM/Rockchip SoC support
1668 M:      Heiko Stuebner <[email protected]>
1669 L:      [email protected] (moderated for non-subscribers)
1670 L:      [email protected]
1671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1672 S:      Maintained
1673 F:      arch/arm/boot/dts/rk3*
1674 F:      arch/arm/mach-rockchip/
1675 F:      drivers/clk/rockchip/
1676 F:      drivers/i2c/busses/i2c-rk3x.c
1677 F:      drivers/*/*rockchip*
1678 F:      drivers/*/*/*rockchip*
1679 F:      sound/soc/rockchip/
1680 N:      rockchip
1681
1682 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1683 M:      Kukjin Kim <[email protected]>
1684 M:      Krzysztof Kozlowski <[email protected]>
1685 R:      Javier Martinez Canillas <[email protected]>
1686 L:      [email protected] (moderated for non-subscribers)
1687 L:      [email protected] (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/boot/dts/s3c*
1690 F:      arch/arm/boot/dts/s5p*
1691 F:      arch/arm/boot/dts/samsung*
1692 F:      arch/arm/boot/dts/exynos*
1693 F:      arch/arm64/boot/dts/exynos/
1694 F:      arch/arm/plat-samsung/
1695 F:      arch/arm/mach-s3c24*/
1696 F:      arch/arm/mach-s3c64xx/
1697 F:      arch/arm/mach-s5p*/
1698 F:      arch/arm/mach-exynos*/
1699 F:      drivers/*/*s3c24*
1700 F:      drivers/*/*/*s3c24*
1701 F:      drivers/*/*s3c64xx*
1702 F:      drivers/*/*s5pv210*
1703 F:      drivers/memory/samsung/*
1704 F:      drivers/soc/samsung/*
1705 F:      Documentation/arm/Samsung/
1706 F:      Documentation/devicetree/bindings/arm/samsung/
1707 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1708 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1709 N:      exynos
1710
1711 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1712 M:      Kyungmin Park <[email protected]>
1713 L:      [email protected] (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-s5pv210/
1716
1717 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1718 M:      Kyungmin Park <[email protected]>
1719 M:      Kamil Debski <[email protected]>
1720 M:      Andrzej Hajda <[email protected]>
1721 L:      [email protected]
1722 L:      [email protected]
1723 S:      Maintained
1724 F:      drivers/media/platform/s5p-g2d/
1725
1726 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1727 M:      Kyungmin Park <[email protected]>
1728 M:      Kamil Debski <[email protected]>
1729 M:      Jeongtae Park <[email protected]>
1730 M:      Andrzej Hajda <[email protected]>
1731 L:      [email protected]
1732 L:      [email protected]
1733 S:      Maintained
1734 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1735 F:      drivers/media/platform/s5p-mfc/
1736
1737 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1738 M:      Kyungmin Park <[email protected]>
1739 L:      [email protected]
1740 L:      [email protected]
1741 S:      Maintained
1742 F:      drivers/staging/media/platform/s5p-cec/
1743
1744 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1745 M:      Andrzej Pietrasiewicz <[email protected]>
1746 M:      Jacek Anaszewski <[email protected]>
1747 L:      [email protected]
1748 L:      [email protected]
1749 S:      Maintained
1750 F:      drivers/media/platform/s5p-jpeg/
1751
1752 ARM/SHMOBILE ARM ARCHITECTURE
1753 M:      Simon Horman <[email protected]>
1754 M:      Magnus Damm <[email protected]>
1755 L:      [email protected]
1756 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1758 S:      Supported
1759 F:      arch/arm/boot/dts/emev2*
1760 F:      arch/arm/boot/dts/r7s*
1761 F:      arch/arm/boot/dts/r8a*
1762 F:      arch/arm/boot/dts/sh*
1763 F:      arch/arm/configs/shmobile_defconfig
1764 F:      arch/arm/include/debug/renesas-scif.S
1765 F:      arch/arm/mach-shmobile/
1766 F:      drivers/soc/renesas/
1767 F:      include/linux/soc/renesas/
1768
1769 ARM/SOCFPGA ARCHITECTURE
1770 M:      Dinh Nguyen <[email protected]>
1771 S:      Maintained
1772 F:      arch/arm/mach-socfpga/
1773 F:      arch/arm/boot/dts/socfpga*
1774 F:      arch/arm/configs/socfpga_defconfig
1775 F:      arch/arm64/boot/dts/altera/
1776 W:      http://www.rocketboards.org
1777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1778
1779 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1780 M:      Dinh Nguyen <[email protected]>
1781 S:      Maintained
1782 F:      drivers/clk/socfpga/
1783
1784 ARM/SOCFPGA EDAC SUPPORT
1785 M:      Thor Thayer <[email protected]>
1786 S:      Maintained
1787 F:      drivers/edac/altera_edac.
1788
1789 ARM/STI ARCHITECTURE
1790 M:      Patrice Chotard <[email protected]>
1791 L:      [email protected] (moderated for non-subscribers)
1792 L:      [email protected]
1793 W:      http://www.stlinux.com
1794 S:      Maintained
1795 F:      arch/arm/mach-sti/
1796 F:      arch/arm/boot/dts/sti*
1797 F:      drivers/char/hw_random/st-rng.c
1798 F:      drivers/clocksource/arm_global_timer.c
1799 F:      drivers/clocksource/clksrc_st_lpc.c
1800 F:      drivers/cpufreq/sti-cpufreq.c
1801 F:      drivers/dma/st_fdma*
1802 F:      drivers/i2c/busses/i2c-st.c
1803 F:      drivers/media/rc/st_rc.c
1804 F:      drivers/media/platform/sti/c8sectpfe/
1805 F:      drivers/mmc/host/sdhci-st.c
1806 F:      drivers/phy/phy-miphy28lp.c
1807 F:      drivers/phy/phy-miphy365x.c
1808 F:      drivers/phy/phy-stih407-usb.c
1809 F:      drivers/phy/phy-stih41x-usb.c
1810 F:      drivers/pinctrl/pinctrl-st.c
1811 F:      drivers/remoteproc/st_remoteproc.c
1812 F:      drivers/remoteproc/st_slim_rproc.c
1813 F:      drivers/reset/sti/
1814 F:      drivers/rtc/rtc-st-lpc.c
1815 F:      drivers/tty/serial/st-asc.c
1816 F:      drivers/usb/dwc3/dwc3-st.c
1817 F:      drivers/usb/host/ehci-st.c
1818 F:      drivers/usb/host/ohci-st.c
1819 F:      drivers/watchdog/st_lpc_wdt.c
1820 F:      drivers/ata/ahci_st.c
1821 F:      include/linux/remoteproc/st_slim_rproc.h
1822
1823 ARM/STM32 ARCHITECTURE
1824 M:      Maxime Coquelin <[email protected]>
1825 M:      Alexandre Torgue <[email protected]>
1826 L:      [email protected] (moderated for non-subscribers)
1827 S:      Maintained
1828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1829 N:      stm32
1830 F:      drivers/clocksource/armv7m_systick.c
1831
1832 ARM/TANGO ARCHITECTURE
1833 M:      Marc Gonzalez <[email protected]>
1834 L:      [email protected]
1835 S:      Maintained
1836 N:      tango
1837
1838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1839 M:      Lennert Buytenhek <[email protected]>
1840 L:      [email protected] (moderated for non-subscribers)
1841 S:      Maintained
1842
1843 ARM/TETON BGA MACHINE SUPPORT
1844 M:      "Mark F. Brown" <[email protected]>
1845 L:      [email protected] (moderated for non-subscribers)
1846 S:      Maintained
1847
1848 ARM/THECUS N2100 MACHINE SUPPORT
1849 M:      Lennert Buytenhek <[email protected]>
1850 L:      [email protected] (moderated for non-subscribers)
1851 S:      Maintained
1852
1853 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1854 M:      Wan ZongShun <[email protected]>
1855 L:      [email protected] (moderated for non-subscribers)
1856 W:      http://www.mcuos.com
1857 S:      Maintained
1858 F:      arch/arm/mach-w90x900/
1859 F:      drivers/input/keyboard/w90p910_keypad.c
1860 F:      drivers/input/touchscreen/w90p910_ts.c
1861 F:      drivers/watchdog/nuc900_wdt.c
1862 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1863 F:      drivers/mtd/nand/nuc900_nand.c
1864 F:      drivers/rtc/rtc-nuc900.c
1865 F:      drivers/spi/spi-nuc900.c
1866 F:      drivers/usb/host/ehci-w90x900.c
1867 F:      drivers/video/fbdev/nuc900fb.c
1868
1869 ARM/U300 MACHINE SUPPORT
1870 M:      Linus Walleij <[email protected]>
1871 L:      [email protected] (moderated for non-subscribers)
1872 S:      Supported
1873 F:      arch/arm/mach-u300/
1874 F:      drivers/clocksource/timer-u300.c
1875 F:      drivers/i2c/busses/i2c-stu300.c
1876 F:      drivers/rtc/rtc-coh901331.c
1877 F:      drivers/watchdog/coh901327_wdt.c
1878 F:      drivers/dma/coh901318*
1879 F:      drivers/mfd/ab3100*
1880 F:      drivers/rtc/rtc-ab3100.c
1881 F:      drivers/rtc/rtc-coh901331.c
1882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1883
1884 ARM/UNIPHIER ARCHITECTURE
1885 M:      Masahiro Yamada <[email protected]>
1886 L:      [email protected] (moderated for non-subscribers)
1887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1888 S:      Maintained
1889 F:      arch/arm/boot/dts/uniphier*
1890 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1891 F:      arch/arm/mach-uniphier/
1892 F:      arch/arm/mm/cache-uniphier.c
1893 F:      arch/arm64/boot/dts/socionext/
1894 F:      drivers/bus/uniphier-system-bus.c
1895 F:      drivers/clk/uniphier/
1896 F:      drivers/i2c/busses/i2c-uniphier*
1897 F:      drivers/pinctrl/uniphier/
1898 F:      drivers/reset/reset-uniphier.c
1899 F:      drivers/tty/serial/8250/8250_uniphier.c
1900 N:      uniphier
1901
1902 ARM/Ux500 ARM ARCHITECTURE
1903 M:      Linus Walleij <[email protected]>
1904 L:      [email protected] (moderated for non-subscribers)
1905 S:      Maintained
1906 F:      arch/arm/mach-ux500/
1907 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1908 F:      drivers/dma/ste_dma40*
1909 F:      drivers/hwspinlock/u8500_hsem.c
1910 F:      drivers/mfd/abx500*
1911 F:      drivers/mfd/ab8500*
1912 F:      drivers/mfd/dbx500*
1913 F:      drivers/mfd/db8500*
1914 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1915 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1916 F:      drivers/rtc/rtc-ab8500.c
1917 F:      drivers/rtc/rtc-pl031.c
1918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1919
1920 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1921 M:      Ulf Hansson <[email protected]>
1922 L:      [email protected] (moderated for non-subscribers)
1923 T:      git git://git.linaro.org/people/ulfh/clk.git
1924 S:      Maintained
1925 F:      drivers/clk/ux500/
1926
1927 ARM/VERSATILE EXPRESS PLATFORM
1928 M:      Liviu Dudau <[email protected]>
1929 M:      Sudeep Holla <[email protected]>
1930 M:      Lorenzo Pieralisi <[email protected]>
1931 L:      [email protected] (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/boot/dts/vexpress*
1934 F:      arch/arm64/boot/dts/arm/
1935 F:      arch/arm/mach-vexpress/
1936 F:      */*/vexpress*
1937 F:      */*/*/vexpress*
1938 F:      drivers/clk/versatile/clk-vexpress-osc.c
1939 F:      drivers/clocksource/versatile.c
1940 N:      mps2
1941
1942 ARM/VFP SUPPORT
1943 M:      Russell King <[email protected]>
1944 L:      [email protected] (moderated for non-subscribers)
1945 W:      http://www.armlinux.org.uk/
1946 S:      Maintained
1947 F:      arch/arm/vfp/
1948
1949 ARM/VOIPAC PXA270 SUPPORT
1950 M:      Marek Vasut <[email protected]>
1951 L:      [email protected] (moderated for non-subscribers)
1952 S:      Maintained
1953 F:      arch/arm/mach-pxa/vpac270.c
1954 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1955
1956 ARM/VT8500 ARM ARCHITECTURE
1957 M:      Tony Prisk <[email protected]>
1958 L:      [email protected] (moderated for non-subscribers)
1959 S:      Maintained
1960 F:      arch/arm/mach-vt8500/
1961 F:      drivers/clocksource/vt8500_timer.c
1962 F:      drivers/i2c/busses/i2c-wmt.c
1963 F:      drivers/mmc/host/wmt-sdmmc.c
1964 F:      drivers/pwm/pwm-vt8500.c
1965 F:      drivers/rtc/rtc-vt8500.c
1966 F:      drivers/tty/serial/vt8500_serial.c
1967 F:      drivers/usb/host/ehci-platform.c
1968 F:      drivers/usb/host/uhci-platform.c
1969 F:      drivers/video/fbdev/vt8500lcdfb.*
1970 F:      drivers/video/fbdev/wm8505fb*
1971 F:      drivers/video/fbdev/wmt_ge_rops.*
1972
1973 ARM/ZIPIT Z2 SUPPORT
1974 M:      Marek Vasut <[email protected]>
1975 L:      [email protected] (moderated for non-subscribers)
1976 S:      Maintained
1977 F:      arch/arm/mach-pxa/z2.c
1978 F:      arch/arm/mach-pxa/include/mach/z2.h
1979
1980 ARM/ZTE ARCHITECTURE
1981 M:      Jun Nie <[email protected]>
1982 L:      [email protected] (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      arch/arm/mach-zx/
1985 F:      drivers/clk/zte/
1986 F:      Documentation/devicetree/bindings/arm/zte.txt
1987 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1988
1989 ARM/ZYNQ ARCHITECTURE
1990 M:      Michal Simek <[email protected]>
1991 R:      Sören Brinkmann <[email protected]>
1992 L:      [email protected] (moderated for non-subscribers)
1993 W:      http://wiki.xilinx.com
1994 T:      git https://github.com/Xilinx/linux-xlnx.git
1995 S:      Supported
1996 F:      arch/arm/mach-zynq/
1997 F:      drivers/cpuidle/cpuidle-zynq.c
1998 F:      drivers/block/xsysace.c
1999 N:      zynq
2000 N:      xilinx
2001 F:      drivers/clocksource/cadence_ttc_timer.c
2002 F:      drivers/i2c/busses/i2c-cadence.c
2003 F:      drivers/mmc/host/sdhci-of-arasan.c
2004 F:      drivers/edac/synopsys_edac.c
2005
2006 ARM SMMU DRIVERS
2007 M:      Will Deacon <[email protected]>
2008 R:      Robin Murphy <[email protected]>
2009 L:      [email protected] (moderated for non-subscribers)
2010 S:      Maintained
2011 F:      drivers/iommu/arm-smmu.c
2012 F:      drivers/iommu/arm-smmu-v3.c
2013 F:      drivers/iommu/io-pgtable-arm.c
2014 F:      drivers/iommu/io-pgtable-arm-v7s.c
2015
2016 ARM64 PORT (AARCH64 ARCHITECTURE)
2017 M:      Catalin Marinas <[email protected]>
2018 M:      Will Deacon <[email protected]>
2019 L:      [email protected] (moderated for non-subscribers)
2020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2021 S:      Maintained
2022 F:      arch/arm64/
2023 F:      Documentation/arm64/
2024
2025 AS3645A LED FLASH CONTROLLER DRIVER
2026 M:      Laurent Pinchart <[email protected]>
2027 L:      [email protected]
2028 T:      git git://linuxtv.org/media_tree.git
2029 S:      Maintained
2030 F:      drivers/media/i2c/as3645a.c
2031 F:      include/media/i2c/as3645a.h
2032
2033 ASAHI KASEI AK8974 DRIVER
2034 M:      Linus Walleij <[email protected]>
2035 L:      [email protected]
2036 W:      http://www.akm.com/
2037 S:      Supported
2038 F:      drivers/iio/magnetometer/ak8974.c
2039
2040 ASC7621 HARDWARE MONITOR DRIVER
2041 M:      George Joseph <[email protected]>
2042 L:      [email protected]
2043 S:      Maintained
2044 F:      Documentation/hwmon/asc7621
2045 F:      drivers/hwmon/asc7621.c
2046
2047 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2048 M:      Corentin Chary <[email protected]>
2049 L:      [email protected]
2050 L:      [email protected]
2051 W:      http://acpi4asus.sf.net
2052 S:      Maintained
2053 F:      drivers/platform/x86/asus*.c
2054 F:      drivers/platform/x86/eeepc*.c
2055
2056 ASUS WIRELESS RADIO CONTROL DRIVER
2057 M:      João Paulo Rechi Vita <[email protected]>
2058 L:      [email protected]
2059 S:      Maintained
2060 F:      drivers/platform/x86/asus-wireless.c
2061
2062 ASYMMETRIC KEYS
2063 M:      David Howells <[email protected]>
2064 L:      [email protected]
2065 S:      Maintained
2066 F:      Documentation/crypto/asymmetric-keys.txt
2067 F:      include/linux/verification.h
2068 F:      include/crypto/public_key.h
2069 F:      include/crypto/pkcs7.h
2070 F:      crypto/asymmetric_keys/
2071
2072 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2073 R:      Dan Williams <[email protected]>
2074 W:      http://sourceforge.net/projects/xscaleiop
2075 S:      Odd fixes
2076 F:      Documentation/crypto/async-tx-api.txt
2077 F:      crypto/async_tx/
2078 F:      drivers/dma/
2079 F:      include/linux/dmaengine.h
2080 F:      include/linux/async_tx.h
2081
2082 AT24 EEPROM DRIVER
2083 M:      Wolfram Sang <[email protected]>
2084 L:      [email protected]
2085 S:      Maintained
2086 F:      drivers/misc/eeprom/at24.c
2087 F:      include/linux/platform_data/at24.h
2088
2089 ATA OVER ETHERNET (AOE) DRIVER
2090 M:      "Ed L. Cashin" <[email protected]>
2091 W:      http://www.openaoe.org/
2092 S:      Supported
2093 F:      Documentation/aoe/
2094 F:      drivers/block/aoe/
2095
2096 ATHEROS 71XX/9XXX GPIO DRIVER
2097 M:      Alban Bedel <[email protected]>
2098 W:      https://github.com/AlbanBedel/linux
2099 T:      git git://github.com/AlbanBedel/linux
2100 S:      Maintained
2101 F:      drivers/gpio/gpio-ath79.c
2102 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2103
2104 ATHEROS ATH GENERIC UTILITIES
2105 M:      "Luis R. Rodriguez" <[email protected]>
2106 L:      [email protected]
2107 S:      Supported
2108 F:      drivers/net/wireless/ath/*
2109
2110 ATHEROS ATH5K WIRELESS DRIVER
2111 M:      Jiri Slaby <[email protected]>
2112 M:      Nick Kossifidis <[email protected]>
2113 M:      "Luis R. Rodriguez" <[email protected]>
2114 L:      [email protected]
2115 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2116 S:      Maintained
2117 F:      drivers/net/wireless/ath/ath5k/
2118
2119 ATHEROS ATH6KL WIRELESS DRIVER
2120 M:      Kalle Valo <[email protected]>
2121 L:      [email protected]
2122 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2124 S:      Supported
2125 F:      drivers/net/wireless/ath/ath6kl/
2126
2127 WILOCITY WIL6210 WIRELESS DRIVER
2128 M:      Maya Erez <[email protected]>
2129 L:      [email protected]
2130 L:      [email protected]
2131 S:      Supported
2132 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2133 F:      drivers/net/wireless/ath/wil6210/
2134 F:      include/uapi/linux/wil6210_uapi.h
2135
2136 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2137 M:      Christian Lamparter <[email protected]>
2138 L:      [email protected]
2139 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2140 S:      Maintained
2141 F:      drivers/net/wireless/ath/carl9170/
2142
2143 ATK0110 HWMON DRIVER
2144 M:      Luca Tettamanti <[email protected]>
2145 L:      [email protected]
2146 S:      Maintained
2147 F:      drivers/hwmon/asus_atk0110.c
2148
2149 ATI_REMOTE2 DRIVER
2150 M:      Ville Syrjala <[email protected]>
2151 S:      Maintained
2152 F:      drivers/input/misc/ati_remote2.c
2153
2154 ATLX ETHERNET DRIVERS
2155 M:      Jay Cliburn <[email protected]>
2156 M:      Chris Snook <[email protected]>
2157 L:      [email protected]
2158 W:      http://sourceforge.net/projects/atl1
2159 W:      http://atl1.sourceforge.net
2160 S:      Maintained
2161 F:      drivers/net/ethernet/atheros/
2162
2163 ATM
2164 M:      Chas Williams <[email protected]>
2165 L:      [email protected] (moderated for non-subscribers)
2166 L:      [email protected]
2167 W:      http://linux-atm.sourceforge.net
2168 S:      Maintained
2169 F:      drivers/atm/
2170 F:      include/linux/atm*
2171 F:      include/uapi/linux/atm*
2172
2173 ATMEL AT91 / AT32 MCI DRIVER
2174 M:      Ludovic Desroches <[email protected]>
2175 S:      Maintained
2176 F:      drivers/mmc/host/atmel-mci.c
2177
2178 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2179 M:      Nicolas Ferre <[email protected]>
2180 S:      Supported
2181 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2182
2183 ATMEL SAMA5D2 ADC DRIVER
2184 M:      Ludovic Desroches <[email protected]>
2185 L:      [email protected]
2186 S:      Supported
2187 F:      drivers/iio/adc/at91-sama5d2_adc.c
2188
2189 ATMEL Audio ALSA driver
2190 M:      Nicolas Ferre <[email protected]>
2191 L:      [email protected] (moderated for non-subscribers)
2192 S:      Supported
2193 F:      sound/soc/atmel
2194
2195 ATMEL DMA DRIVER
2196 M:      Nicolas Ferre <[email protected]>
2197 L:      [email protected] (moderated for non-subscribers)
2198 S:      Supported
2199 F:      drivers/dma/at_hdmac.c
2200 F:      drivers/dma/at_hdmac_regs.h
2201 F:      include/linux/platform_data/dma-atmel.h
2202
2203 ATMEL XDMA DRIVER
2204 M:      Ludovic Desroches <[email protected]>
2205 L:      [email protected]
2206 L:      [email protected]
2207 S:      Supported
2208 F:      drivers/dma/at_xdmac.c
2209
2210 ATMEL I2C DRIVER
2211 M:      Ludovic Desroches <[email protected]>
2212 L:      [email protected]
2213 S:      Supported
2214 F:      drivers/i2c/busses/i2c-at91.c
2215
2216 ATMEL ISI DRIVER
2217 M:      Ludovic Desroches <[email protected]>
2218 L:      [email protected]
2219 S:      Supported
2220 F:      drivers/media/platform/soc_camera/atmel-isi.c
2221 F:      include/media/atmel-isi.h
2222
2223 ATMEL LCDFB DRIVER
2224 M:      Nicolas Ferre <[email protected]>
2225 L:      [email protected]
2226 S:      Maintained
2227 F:      drivers/video/fbdev/atmel_lcdfb.c
2228 F:      include/video/atmel_lcdc.h
2229
2230 ATMEL MACB ETHERNET DRIVER
2231 M:      Nicolas Ferre <[email protected]>
2232 S:      Supported
2233 F:      drivers/net/ethernet/cadence/
2234
2235 ATMEL NAND DRIVER
2236 M:      Wenyou Yang <[email protected]>
2237 M:      Josh Wu <[email protected]>
2238 L:      [email protected]
2239 S:      Supported
2240 F:      drivers/mtd/nand/atmel_nand*
2241
2242 ATMEL SDMMC DRIVER
2243 M:      Ludovic Desroches <[email protected]>
2244 L:      [email protected]
2245 S:      Supported
2246 F:      drivers/mmc/host/sdhci-of-at91.c
2247
2248 ATMEL SPI DRIVER
2249 M:      Nicolas Ferre <[email protected]>
2250 S:      Supported
2251 F:      drivers/spi/spi-atmel.*
2252
2253 ATMEL SSC DRIVER
2254 M:      Nicolas Ferre <[email protected]>
2255 L:      [email protected] (moderated for non-subscribers)
2256 S:      Supported
2257 F:      drivers/misc/atmel-ssc.c
2258 F:      include/linux/atmel-ssc.h
2259
2260 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2261 M:      Nicolas Ferre <[email protected]>
2262 L:      [email protected] (moderated for non-subscribers)
2263 S:      Supported
2264 F:      drivers/misc/atmel_tclib.c
2265 F:      drivers/clocksource/tcb_clksrc.c
2266
2267 ATMEL USBA UDC DRIVER
2268 M:      Nicolas Ferre <[email protected]>
2269 L:      [email protected] (moderated for non-subscribers)
2270 S:      Supported
2271 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2272
2273 ATMEL WIRELESS DRIVER
2274 M:      Simon Kelley <[email protected]>
2275 L:      [email protected]
2276 W:      http://www.thekelleys.org.uk/atmel
2277 W:      http://atmelwlandriver.sourceforge.net/
2278 S:      Maintained
2279 F:      drivers/net/wireless/atmel/atmel*
2280
2281 ATMEL MAXTOUCH DRIVER
2282 M:      Nick Dyer <[email protected]>
2283 T:      git git://github.com/ndyer/linux.git
2284 S:      Maintained
2285 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2286 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2287 F:      include/linux/platform_data/atmel_mxt_ts.h
2288
2289 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2290 M:      Bradley Grove <[email protected]>
2291 L:      [email protected]
2292 W:      http://www.attotech.com
2293 S:      Supported
2294 F:      drivers/scsi/esas2r
2295
2296 ATUSB IEEE 802.15.4 RADIO DRIVER
2297 M:      Stefan Schmidt <[email protected]>
2298 L:      [email protected]
2299 S:      Maintained
2300 F:      drivers/net/ieee802154/atusb.c
2301 F:      drivers/net/ieee802154/atusb.h
2302 F:      drivers/net/ieee802154/at86rf230.h
2303
2304 AUDIT SUBSYSTEM
2305 M:      Paul Moore <[email protected]>
2306 M:      Eric Paris <[email protected]>
2307 L:      [email protected] (moderated for non-subscribers)
2308 W:      http://people.redhat.com/sgrubb/audit/
2309 T:      git git://git.infradead.org/users/pcmoore/audit
2310 S:      Maintained
2311 F:      include/linux/audit.h
2312 F:      include/uapi/linux/audit.h
2313 F:      kernel/audit*
2314
2315 AUXILIARY DISPLAY DRIVERS
2316 M:      Miguel Ojeda Sandonis <[email protected]>
2317 W:      http://miguelojeda.es/auxdisplay.htm
2318 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2319 S:      Maintained
2320 F:      drivers/auxdisplay/
2321 F:      include/linux/cfag12864b.h
2322
2323 AVR32 ARCHITECTURE
2324 M:      Haavard Skinnemoen <[email protected]>
2325 M:      Hans-Christian Egtvedt <[email protected]>
2326 W:      http://www.atmel.com/products/AVR32/
2327 W:      http://mirror.egtvedt.no/avr32linux.org/
2328 W:      http://avrfreaks.net/
2329 S:      Maintained
2330 F:      arch/avr32/
2331
2332 AVR32/AT32AP MACHINE SUPPORT
2333 M:      Haavard Skinnemoen <[email protected]>
2334 M:      Hans-Christian Egtvedt <[email protected]>
2335 S:      Maintained
2336 F:      arch/avr32/mach-at32ap/
2337
2338 AX.25 NETWORK LAYER
2339 M:      Ralf Baechle <[email protected]>
2340 L:      [email protected]
2341 W:      http://www.linux-ax25.org/
2342 S:      Maintained
2343 F:      include/uapi/linux/ax25.h
2344 F:      include/net/ax25.h
2345 F:      net/ax25/
2346
2347 AZ6007 DVB DRIVER
2348 M:      Mauro Carvalho Chehab <[email protected]>
2349 M:      Mauro Carvalho Chehab <[email protected]>
2350 L:      [email protected]
2351 W:      https://linuxtv.org
2352 T:      git git://linuxtv.org/media_tree.git
2353 S:      Maintained
2354 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2355
2356 AZTECH FM RADIO RECEIVER DRIVER
2357 M:      Hans Verkuil <[email protected]>
2358 L:      [email protected]
2359 T:      git git://linuxtv.org/media_tree.git
2360 W:      https://linuxtv.org
2361 S:      Maintained
2362 F:      drivers/media/radio/radio-aztech*
2363
2364 B43 WIRELESS DRIVER
2365 L:      [email protected]
2366 L:      [email protected]
2367 W:      http://wireless.kernel.org/en/users/Drivers/b43
2368 S:      Odd Fixes
2369 F:      drivers/net/wireless/broadcom/b43/
2370
2371 B43LEGACY WIRELESS DRIVER
2372 M:      Larry Finger <[email protected]>
2373 L:      [email protected]
2374 L:      [email protected]
2375 W:      http://wireless.kernel.org/en/users/Drivers/b43
2376 S:      Maintained
2377 F:      drivers/net/wireless/broadcom/b43legacy/
2378
2379 BACKLIGHT CLASS/SUBSYSTEM
2380 M:      Jingoo Han <[email protected]>
2381 M:      Lee Jones <[email protected]>
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2383 S:      Maintained
2384 F:      drivers/video/backlight/
2385 F:      include/linux/backlight.h
2386
2387 BATMAN ADVANCED
2388 M:      Marek Lindner <[email protected]>
2389 M:      Simon Wunderlich <[email protected]>
2390 M:      Antonio Quartulli <[email protected]>
2391 L:      [email protected] (moderated for non-subscribers)
2392 W:      https://www.open-mesh.org/
2393 Q:      https://patchwork.open-mesh.org/project/batman/list/
2394 S:      Maintained
2395 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2396 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2397 F:      Documentation/networking/batman-adv.txt
2398 F:      include/uapi/linux/batman_adv.h
2399 F:      net/batman-adv/
2400
2401 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2402 M:      Thomas Sailer <[email protected]>
2403 L:      [email protected]
2404 W:      http://www.baycom.org/~tom/ham/ham.html
2405 S:      Maintained
2406 F:      drivers/net/hamradio/baycom*
2407
2408 BCACHE (BLOCK LAYER CACHE)
2409 M:      Kent Overstreet <[email protected]>
2410 L:      [email protected]
2411 W:      http://bcache.evilpiepirate.org
2412 S:      Orphan
2413 F:      drivers/md/bcache/
2414
2415 BDISP ST MEDIA DRIVER
2416 M:      Fabien Dessenne <[email protected]>
2417 L:      [email protected]
2418 T:      git git://linuxtv.org/media_tree.git
2419 W:      https://linuxtv.org
2420 S:      Supported
2421 F:      drivers/media/platform/sti/bdisp
2422
2423 BEFS FILE SYSTEM
2424 M:      Luis de Bethencourt <[email protected]>
2425 M:      Salah Triki <[email protected]>
2426 S:      Maintained
2427 T:      git git://github.com/luisbg/linux-befs.git
2428 F:      Documentation/filesystems/befs.txt
2429 F:      fs/befs/
2430
2431 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2432 M:      Dariusz Marcinkiewicz <[email protected]>
2433 L:      [email protected]
2434 S:      Maintained
2435 F:      drivers/net/ethernet/ec_bhf.c
2436
2437 BFS FILE SYSTEM
2438 M:      "Tigran A. Aivazian" <[email protected]>
2439 S:      Maintained
2440 F:      Documentation/filesystems/bfs.txt
2441 F:      fs/bfs/
2442 F:      include/uapi/linux/bfs_fs.h
2443
2444 BLACKFIN ARCHITECTURE
2445 M:      Steven Miao <[email protected]>
2446 L:      [email protected] (moderated for non-subscribers)
2447 T:      git git://git.code.sf.net/p/adi-linux/code
2448 W:      http://blackfin.uclinux.org
2449 S:      Supported
2450 F:      arch/blackfin/
2451
2452 BLACKFIN EMAC DRIVER
2453 L:      [email protected] (moderated for non-subscribers)
2454 W:      http://blackfin.uclinux.org
2455 S:      Supported
2456 F:      drivers/net/ethernet/adi/
2457
2458 BLACKFIN RTC DRIVER
2459 L:      [email protected] (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org
2461 S:      Supported
2462 F:      drivers/rtc/rtc-bfin.c
2463
2464 BLACKFIN SDH DRIVER
2465 M:      Sonic Zhang <[email protected]>
2466 L:      [email protected] (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org
2468 S:      Supported
2469 F:      drivers/mmc/host/bfin_sdh.c
2470
2471 BLACKFIN SERIAL DRIVER
2472 M:      Sonic Zhang <[email protected]>
2473 L:      [email protected] (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org
2475 S:      Supported
2476 F:      drivers/tty/serial/bfin_uart.c
2477
2478 BLACKFIN WATCHDOG DRIVER
2479 L:      [email protected] (moderated for non-subscribers)
2480 W:      http://blackfin.uclinux.org
2481 S:      Supported
2482 F:      drivers/watchdog/bfin_wdt.c
2483
2484 BLACKFIN I2C TWI DRIVER
2485 M:      Sonic Zhang <[email protected]>
2486 L:      [email protected] (moderated for non-subscribers)
2487 W:      http://blackfin.uclinux.org/
2488 S:      Supported
2489 F:      drivers/i2c/busses/i2c-bfin-twi.c
2490
2491 BLACKFIN MEDIA DRIVER
2492 M:      Scott Jiang <[email protected]>
2493 L:      [email protected] (moderated for non-subscribers)
2494 W:      http://blackfin.uclinux.org/
2495 S:      Supported
2496 F:      drivers/media/platform/blackfin/
2497 F:      drivers/media/i2c/adv7183*
2498 F:      drivers/media/i2c/vs6624*
2499
2500 BLINKM RGB LED DRIVER
2501 M:      Jan-Simon Moeller <[email protected]>
2502 S:      Maintained
2503 F:      drivers/leds/leds-blinkm.c
2504
2505 BLOCK LAYER
2506 M:      Jens Axboe <[email protected]>
2507 L:      [email protected]
2508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2509 S:      Maintained
2510 F:      block/
2511 F:      kernel/trace/blktrace.c
2512 F:      lib/sbitmap.c
2513
2514 BLOCK2MTD DRIVER
2515 M:      Joern Engel <[email protected]>
2516 L:      [email protected]
2517 S:      Maintained
2518 F:      drivers/mtd/devices/block2mtd.c
2519
2520 BLUETOOTH DRIVERS
2521 M:      Marcel Holtmann <[email protected]>
2522 M:      Gustavo Padovan <[email protected]>
2523 M:      Johan Hedberg <[email protected]>
2524 L:      [email protected]
2525 W:      http://www.bluez.org/
2526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2528 S:      Maintained
2529 F:      drivers/bluetooth/
2530
2531 BLUETOOTH SUBSYSTEM
2532 M:      Marcel Holtmann <[email protected]>
2533 M:      Gustavo Padovan <[email protected]>
2534 M:      Johan Hedberg <[email protected]>
2535 L:      [email protected]
2536 W:      http://www.bluez.org/
2537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2539 S:      Maintained
2540 F:      net/bluetooth/
2541 F:      include/net/bluetooth/
2542
2543 BONDING DRIVER
2544 M:      Jay Vosburgh <[email protected]>
2545 M:      Veaceslav Falico <[email protected]>
2546 M:      Andy Gospodarek <[email protected]>
2547 L:      [email protected]
2548 W:      http://sourceforge.net/projects/bonding/
2549 S:      Supported
2550 F:      drivers/net/bonding/
2551 F:      include/uapi/linux/if_bonding.h
2552
2553 BPF (Safe dynamic programs and tools)
2554 M:      Alexei Starovoitov <[email protected]>
2555 L:      [email protected]
2556 L:      [email protected]
2557 S:      Supported
2558 F:      kernel/bpf/
2559 F:      tools/testing/selftests/bpf/
2560 F:      lib/test_bpf.c
2561
2562 BROADCOM B44 10/100 ETHERNET DRIVER
2563 M:      Michael Chan <[email protected]>
2564 L:      [email protected]
2565 S:      Supported
2566 F:      drivers/net/ethernet/broadcom/b44.*
2567
2568 BROADCOM B53 ETHERNET SWITCH DRIVER
2569 M:      Florian Fainelli <[email protected]>
2570 L:      [email protected]
2571 L:      [email protected] (subscribers-only)
2572 S:      Supported
2573 F:      drivers/net/dsa/b53/*
2574 F:      include/linux/platform_data/b53.h
2575
2576 BROADCOM GENET ETHERNET DRIVER
2577 M:      Florian Fainelli <[email protected]>
2578 L:      [email protected]
2579 S:      Supported
2580 F:      drivers/net/ethernet/broadcom/genet/
2581
2582 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2583 M:      Rasesh Mody <[email protected]>
2584 M:      Harish Patil <[email protected]>
2585 M:      [email protected]
2586 L:      [email protected]
2587 S:      Supported
2588 F:      drivers/net/ethernet/broadcom/bnx2.*
2589 F:      drivers/net/ethernet/broadcom/bnx2_*
2590
2591 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2592 M:      Yuval Mintz <[email protected]>
2593 M:      Ariel Elior <[email protected]>
2594 M:      [email protected]
2595 L:      [email protected]
2596 S:      Supported
2597 F:      drivers/net/ethernet/broadcom/bnx2x/
2598
2599 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2600 M:      Florian Fainelli <[email protected]>
2601 M:      Ray Jui <[email protected]>
2602 M:      Scott Branden <[email protected]>
2603 M:      [email protected]
2604 T:      git git://github.com/broadcom/mach-bcm
2605 S:      Maintained
2606 N:      bcm281*
2607 N:      bcm113*
2608 N:      bcm216*
2609 N:      kona
2610 F:      arch/arm/mach-bcm/
2611
2612 BROADCOM BCM2835 ARM ARCHITECTURE
2613 M:      Stephen Warren <[email protected]>
2614 M:      Lee Jones <[email protected]>
2615 M:      Eric Anholt <[email protected]>
2616 L:      [email protected] (moderated for non-subscribers)
2617 L:      [email protected] (moderated for non-subscribers)
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2619 S:      Maintained
2620 N:      bcm2835
2621 F:      drivers/staging/vc04_services
2622
2623 BROADCOM BCM47XX MIPS ARCHITECTURE
2624 M:      Hauke Mehrtens <[email protected]>
2625 M:      Rafał Miłecki <[email protected]>
2626 L:      [email protected]
2627 S:      Maintained
2628 F:      Documentation/devicetree/bindings/mips/brcm/
2629 F:      arch/mips/bcm47xx/*
2630 F:      arch/mips/include/asm/mach-bcm47xx/*
2631
2632 BROADCOM BCM5301X ARM ARCHITECTURE
2633 M:      Hauke Mehrtens <[email protected]>
2634 M:      Rafał Miłecki <[email protected]>
2635 M:      [email protected]
2636 L:      [email protected]
2637 S:      Maintained
2638 F:      arch/arm/mach-bcm/bcm_5301x.c
2639 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2640 F:      arch/arm/boot/dts/bcm470*
2641
2642 BROADCOM BCM53573 ARM ARCHITECTURE
2643 M:      Rafał Miłecki <[email protected]>
2644 L:      [email protected]
2645 S:      Maintained
2646 F:      arch/arm/boot/dts/bcm53573*
2647 F:      arch/arm/boot/dts/bcm47189*
2648
2649 BROADCOM BCM63XX ARM ARCHITECTURE
2650 M:      Florian Fainelli <[email protected]>
2651 M:      [email protected]
2652 L:      [email protected] (moderated for non-subscribers)
2653 T:      git git://github.com/broadcom/stblinux.git
2654 S:      Maintained
2655 N:      bcm63xx
2656
2657 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2658 M:      Kevin Cernekee <[email protected]>
2659 L:      [email protected]
2660 S:      Maintained
2661 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2662
2663 BROADCOM BCM7XXX ARM ARCHITECTURE
2664 M:      Brian Norris <[email protected]>
2665 M:      Gregory Fong <[email protected]>
2666 M:      Florian Fainelli <[email protected]>
2667 M:      [email protected]
2668 L:      [email protected] (moderated for non-subscribers)
2669 T:      git git://github.com/broadcom/stblinux.git
2670 S:      Maintained
2671 F:      arch/arm/mach-bcm/*brcmstb*
2672 F:      arch/arm/boot/dts/bcm7*.dts*
2673 F:      drivers/bus/brcmstb_gisb.c
2674 N:      brcmstb
2675
2676 BROADCOM BMIPS MIPS ARCHITECTURE
2677 M:      Kevin Cernekee <[email protected]>
2678 M:      Florian Fainelli <[email protected]>
2679 L:      [email protected]
2680 T:      git git://github.com/broadcom/stblinux.git
2681 S:      Maintained
2682 F:      arch/mips/bmips/*
2683 F:      arch/mips/include/asm/mach-bmips/*
2684 F:      arch/mips/kernel/*bmips*
2685 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2686 F:      drivers/irqchip/irq-bcm63*
2687 F:      drivers/irqchip/irq-bcm7*
2688 F:      drivers/irqchip/irq-brcmstb*
2689 F:      include/linux/bcm963xx_nvram.h
2690 F:      include/linux/bcm963xx_tag.h
2691
2692 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2693 M:      Siva Reddy Kallam <[email protected]>
2694 M:      Prashant Sreedharan <[email protected]>
2695 M:      Michael Chan <[email protected]>
2696 L:      [email protected]
2697 S:      Supported
2698 F:      drivers/net/ethernet/broadcom/tg3.*
2699
2700 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2701 M:      Arend van Spriel <[email protected]>
2702 M:      Franky Lin <[email protected]>
2703 M:      Hante Meuleman <[email protected]>
2704 L:      [email protected]
2705 L:      [email protected]
2706 S:      Supported
2707 F:      drivers/net/wireless/broadcom/brcm80211/
2708
2709 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2710 M:      [email protected]
2711 L:      [email protected]
2712 S:      Supported
2713 F:      drivers/scsi/bnx2fc/
2714
2715 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2716 M:      [email protected]
2717 L:      [email protected]
2718 S:      Supported
2719 F:      drivers/scsi/bnx2i/
2720
2721 BROADCOM IPROC ARM ARCHITECTURE
2722 M:      Ray Jui <[email protected]>
2723 M:      Scott Branden <[email protected]>
2724 M:      Jon Mason <[email protected]>
2725 M:      [email protected]
2726 L:      [email protected] (moderated for non-subscribers)
2727 T:      git git://github.com/broadcom/cygnus-linux.git
2728 S:      Maintained
2729 N:      iproc
2730 N:      cygnus
2731 N:      bcm[-_]nsp
2732 N:      bcm9113*
2733 N:      bcm9583*
2734 N:      bcm9585*
2735 N:      bcm9586*
2736 N:      bcm988312
2737 N:      bcm113*
2738 N:      bcm583*
2739 N:      bcm585*
2740 N:      bcm586*
2741 N:      bcm88312
2742 F:      arch/arm64/boot/dts/broadcom/ns2*
2743 F:      drivers/clk/bcm/clk-ns*
2744 F:      drivers/pinctrl/bcm/pinctrl-ns*
2745
2746 BROADCOM BRCMSTB GPIO DRIVER
2747 M:      Gregory Fong <[email protected]>
2748 L:      [email protected]
2749 S:      Supported
2750 F:      drivers/gpio/gpio-brcmstb.c
2751 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2752
2753 BROADCOM KONA GPIO DRIVER
2754 M:      Ray Jui <[email protected]>
2755 L:      [email protected]
2756 S:      Supported
2757 F:      drivers/gpio/gpio-bcm-kona.c
2758 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2759
2760 BROADCOM NVRAM DRIVER
2761 M:      Rafał Miłecki <[email protected]>
2762 L:      [email protected]
2763 S:      Maintained
2764 F:      drivers/firmware/broadcom/*
2765
2766 BROADCOM STB NAND FLASH DRIVER
2767 M:      Brian Norris <[email protected]>
2768 M:      Kamal Dasu <[email protected]>
2769 L:      [email protected]
2770 L:      [email protected]
2771 S:      Maintained
2772 F:      drivers/mtd/nand/brcmnand/
2773
2774 BROADCOM STB AVS CPUFREQ DRIVER
2775 M:      Markus Mayer <[email protected]>
2776 M:      [email protected]
2777 L:      [email protected]
2778 S:      Maintained
2779 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2780 F:      drivers/cpufreq/brcmstb*
2781
2782 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2783 M:      Rafał Miłecki <[email protected]>
2784 L:      [email protected]
2785 S:      Maintained
2786 F:      drivers/bcma/
2787 F:      include/linux/bcma/
2788
2789 BROADCOM SYSTEMPORT ETHERNET DRIVER
2790 M:      Florian Fainelli <[email protected]>
2791 L:      [email protected]
2792 S:      Supported
2793 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2794
2795 BROADCOM VULCAN ARM64 SOC
2796 M:      Jayachandran C. <[email protected]>
2797 M:      [email protected]
2798 L:      [email protected] (moderated for non-subscribers)
2799 S:      Maintained
2800 F:      arch/arm64/boot/dts/broadcom/vulcan*
2801
2802 BROCADE BFA FC SCSI DRIVER
2803 M:      Anil Gurumurthy <[email protected]>
2804 M:      Sudarsana Kalluru <[email protected]>
2805 L:      [email protected]
2806 S:      Supported
2807 F:      drivers/scsi/bfa/
2808
2809 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2810 M:      Rasesh Mody <[email protected]>
2811 M:      Sudarsana Kalluru <[email protected]>
2812 M:      [email protected]
2813 L:      [email protected]
2814 S:      Supported
2815 F:      drivers/net/ethernet/brocade/bna/
2816
2817 BSG (block layer generic sg v4 driver)
2818 M:      FUJITA Tomonori <[email protected]>
2819 L:      [email protected]
2820 S:      Supported
2821 F:      block/bsg.c
2822 F:      include/linux/bsg.h
2823 F:      include/uapi/linux/bsg.h
2824
2825 BT87X AUDIO DRIVER
2826 M:      Clemens Ladisch <[email protected]>
2827 L:      [email protected] (moderated for non-subscribers)
2828 T:      git git://git.alsa-project.org/alsa-kernel.git
2829 S:      Maintained
2830 F:      Documentation/sound/alsa/Bt87x.txt
2831 F:      sound/pci/bt87x.c
2832
2833 BT8XXGPIO DRIVER
2834 M:      Michael Buesch <[email protected]>
2835 W:      http://bu3sch.de/btgpio.php
2836 S:      Maintained
2837 F:      drivers/gpio/gpio-bt8xx.c
2838
2839 BTRFS FILE SYSTEM
2840 M:      Chris Mason <[email protected]>
2841 M:      Josef Bacik <[email protected]>
2842 M:      David Sterba <[email protected]>
2843 L:      [email protected]
2844 W:      http://btrfs.wiki.kernel.org/
2845 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2847 S:      Maintained
2848 F:      Documentation/filesystems/btrfs.txt
2849 F:      fs/btrfs/
2850
2851 BTTV VIDEO4LINUX DRIVER
2852 M:      Mauro Carvalho Chehab <[email protected]>
2853 M:      Mauro Carvalho Chehab <[email protected]>
2854 L:      [email protected]
2855 W:      https://linuxtv.org
2856 T:      git git://linuxtv.org/media_tree.git
2857 S:      Odd fixes
2858 F:      Documentation/media/v4l-drivers/bttv*
2859 F:      drivers/media/pci/bt8xx/bttv*
2860
2861 BUSLOGIC SCSI DRIVER
2862 M:      Khalid Aziz <[email protected]>
2863 L:      [email protected]
2864 S:      Maintained
2865 F:      drivers/scsi/BusLogic.*
2866 F:      drivers/scsi/FlashPoint.*
2867
2868 C-MEDIA CMI8788 DRIVER
2869 M:      Clemens Ladisch <[email protected]>
2870 L:      [email protected] (moderated for non-subscribers)
2871 T:      git git://git.alsa-project.org/alsa-kernel.git
2872 S:      Maintained
2873 F:      sound/pci/oxygen/
2874
2875 C6X ARCHITECTURE
2876 M:      Mark Salter <[email protected]>
2877 M:      Aurelien Jacquiot <[email protected]>
2878 L:      [email protected]
2879 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2880 S:      Maintained
2881 F:      arch/c6x/
2882
2883 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2884 M:      David Howells <[email protected]>
2885 L:      [email protected] (moderated for non-subscribers)
2886 S:      Supported
2887 F:      Documentation/filesystems/caching/cachefiles.txt
2888 F:      fs/cachefiles/
2889
2890 CADET FM/AM RADIO RECEIVER DRIVER
2891 M:      Hans Verkuil <[email protected]>
2892 L:      [email protected]
2893 T:      git git://linuxtv.org/media_tree.git
2894 W:      https://linuxtv.org
2895 S:      Maintained
2896 F:      drivers/media/radio/radio-cadet*
2897
2898 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2899 M:      Jonathan Corbet <[email protected]>
2900 L:      [email protected]
2901 T:      git git://linuxtv.org/media_tree.git
2902 S:      Maintained
2903 F:      Documentation/media/v4l-drivers/cafe_ccic*
2904 F:      drivers/media/platform/marvell-ccic/
2905
2906 CAIF NETWORK LAYER
2907 M:      Dmitry Tarnyagin <[email protected]>
2908 L:      [email protected]
2909 S:      Supported
2910 F:      Documentation/networking/caif/
2911 F:      drivers/net/caif/
2912 F:      include/uapi/linux/caif/
2913 F:      include/net/caif/
2914 F:      net/caif/
2915
2916 CALGARY x86-64 IOMMU
2917 M:      Muli Ben-Yehuda <[email protected]>
2918 M:      Jon Mason <[email protected]>
2919 L:      [email protected]
2920 S:      Maintained
2921 F:      arch/x86/kernel/pci-calgary_64.c
2922 F:      arch/x86/kernel/tce_64.c
2923 F:      arch/x86/include/asm/calgary.h
2924 F:      arch/x86/include/asm/tce.h
2925
2926 CAN NETWORK LAYER
2927 M:      Oliver Hartkopp <[email protected]>
2928 M:      Marc Kleine-Budde <[email protected]>
2929 L:      [email protected]
2930 W:      https://github.com/linux-can
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2933 S:      Maintained
2934 F:      Documentation/networking/can.txt
2935 F:      net/can/
2936 F:      include/linux/can/core.h
2937 F:      include/uapi/linux/can.h
2938 F:      include/uapi/linux/can/bcm.h
2939 F:      include/uapi/linux/can/raw.h
2940 F:      include/uapi/linux/can/gw.h
2941
2942 CAN NETWORK DRIVERS
2943 M:      Wolfgang Grandegger <[email protected]>
2944 M:      Marc Kleine-Budde <[email protected]>
2945 L:      [email protected]
2946 W:      https://github.com/linux-can
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2949 S:      Maintained
2950 F:      Documentation/devicetree/bindings/net/can/
2951 F:      drivers/net/can/
2952 F:      include/linux/can/dev.h
2953 F:      include/linux/can/platform/
2954 F:      include/uapi/linux/can/error.h
2955 F:      include/uapi/linux/can/netlink.h
2956
2957 CAPABILITIES
2958 M:      Serge Hallyn <[email protected]>
2959 L:      [email protected]
2960 S:      Supported
2961 F:      include/linux/capability.h
2962 F:      include/uapi/linux/capability.h
2963 F:      security/commoncap.c
2964 F:      kernel/capability.c
2965
2966 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2967 M:      Kevin Tsai <[email protected]>
2968 S:      Maintained
2969 F:      drivers/iio/light/cm*
2970 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2971
2972 CAVIUM I2C DRIVER
2973 M:      Jan Glauber <[email protected]>
2974 M:      David Daney <[email protected]>
2975 W:      http://www.cavium.com
2976 S:      Supported
2977 F:      drivers/i2c/busses/i2c-octeon*
2978 F:      drivers/i2c/busses/i2c-thunderx*
2979
2980 CAVIUM LIQUIDIO NETWORK DRIVER
2981 M:     Derek Chickles <[email protected]>
2982 M:     Satanand Burla <[email protected]>
2983 M:     Felix Manlunas <[email protected]>
2984 M:     Raghu Vatsavayi <[email protected]>
2985 L:     [email protected]
2986 W:     http://www.cavium.com
2987 S:     Supported
2988 F:     drivers/net/ethernet/cavium/liquidio/
2989
2990 CC2520 IEEE-802.15.4 RADIO DRIVER
2991 M:      Varka Bhadram <[email protected]>
2992 L:      [email protected]
2993 S:      Maintained
2994 F:      drivers/net/ieee802154/cc2520.c
2995 F:      include/linux/spi/cc2520.h
2996 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2997
2998 CEC DRIVER
2999 M:      Hans Verkuil <[email protected]>
3000 L:      [email protected]
3001 T:      git git://linuxtv.org/media_tree.git
3002 W:      http://linuxtv.org
3003 S:      Supported
3004 F:      Documentation/cec.txt
3005 F:      Documentation/media/uapi/cec
3006 F:      drivers/staging/media/cec/
3007 F:      drivers/media/cec-edid.c
3008 F:      drivers/media/rc/keymaps/rc-cec.c
3009 F:      include/media/cec.h
3010 F:      include/media/cec-edid.h
3011 F:      include/linux/cec.h
3012 F:      include/linux/cec-funcs.h
3013
3014 CELL BROADBAND ENGINE ARCHITECTURE
3015 M:      Arnd Bergmann <[email protected]>
3016 L:      [email protected]
3017 W:      http://www.ibm.com/developerworks/power/cell/
3018 S:      Supported
3019 F:      arch/powerpc/include/asm/cell*.h
3020 F:      arch/powerpc/include/asm/spu*.h
3021 F:      arch/powerpc/include/uapi/asm/spu*.h
3022 F:      arch/powerpc/oprofile/*cell*
3023 F:      arch/powerpc/platforms/cell/
3024
3025 CEPH COMMON CODE (LIBCEPH)
3026 M:      Ilya Dryomov <[email protected]>
3027 M:      "Yan, Zheng" <[email protected]>
3028 M:      Sage Weil <[email protected]>
3029 L:      [email protected]
3030 W:      http://ceph.com/
3031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3032 T:      git git://github.com/ceph/ceph-client.git
3033 S:      Supported
3034 F:      net/ceph/
3035 F:      include/linux/ceph/
3036 F:      include/linux/crush/
3037
3038 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3039 M:      "Yan, Zheng" <[email protected]>
3040 M:      Sage Weil <[email protected]>
3041 M:      Ilya Dryomov <[email protected]>
3042 L:      [email protected]
3043 W:      http://ceph.com/
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3045 T:      git git://github.com/ceph/ceph-client.git
3046 S:      Supported
3047 F:      Documentation/filesystems/ceph.txt
3048 F:      fs/ceph/
3049
3050 CERTIFICATE HANDLING:
3051 M:      David Howells <[email protected]>
3052 M:      David Woodhouse <[email protected]>
3053 L:      [email protected]
3054 S:      Maintained
3055 F:      Documentation/module-signing.txt
3056 F:      certs/
3057 F:      scripts/sign-file.c
3058 F:      scripts/extract-cert.c
3059
3060 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3061 L:      [email protected]
3062 S:      Orphan
3063 F:      Documentation/usb/WUSB-Design-overview.txt
3064 F:      Documentation/usb/wusb-cbaf
3065 F:      drivers/usb/host/hwa-hc.c
3066 F:      drivers/usb/host/whci/
3067 F:      drivers/usb/wusbcore/
3068 F:      include/linux/usb/wusb*
3069
3070 HT16K33 LED CONTROLLER DRIVER
3071 M:      Robin van der Gracht <[email protected]>
3072 S:      Maintained
3073 F:      drivers/auxdisplay/ht16k33.c
3074 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3075
3076 CFAG12864B LCD DRIVER
3077 M:      Miguel Ojeda Sandonis <[email protected]>
3078 W:      http://miguelojeda.es/auxdisplay.htm
3079 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3080 S:      Maintained
3081 F:      drivers/auxdisplay/cfag12864b.c
3082 F:      include/linux/cfag12864b.h
3083
3084 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3085 M:      Miguel Ojeda Sandonis <[email protected]>
3086 W:      http://miguelojeda.es/auxdisplay.htm
3087 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3088 S:      Maintained
3089 F:      drivers/auxdisplay/cfag12864bfb.c
3090 F:      include/linux/cfag12864b.h
3091
3092 CFG80211 and NL80211
3093 M:      Johannes Berg <[email protected]>
3094 L:      [email protected]
3095 W:      http://wireless.kernel.org/
3096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3098 S:      Maintained
3099 F:      include/uapi/linux/nl80211.h
3100 F:      include/net/cfg80211.h
3101 F:      net/wireless/*
3102 X:      net/wireless/wext*
3103
3104 CHAR and MISC DRIVERS
3105 M:      Arnd Bergmann <[email protected]>
3106 M:      Greg Kroah-Hartman <[email protected]>
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3108 S:      Supported
3109 F:      drivers/char/*
3110 F:      drivers/misc/*
3111 F:      include/linux/miscdevice.h
3112
3113 CHECKPATCH
3114 M:      Andy Whitcroft <[email protected]>
3115 M:      Joe Perches <[email protected]>
3116 S:      Maintained
3117 F:      scripts/checkpatch.pl
3118
3119 CHINESE DOCUMENTATION
3120 M:      Harry Wei <[email protected]>
3121 L:      [email protected] (subscribers-only)
3122 L:      [email protected] (moderated for non-subscribers)
3123 S:      Maintained
3124 F:      Documentation/translations/zh_CN/
3125
3126 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3127 M:      Peter Chen <[email protected]>
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3129 L:      [email protected]
3130 S:      Maintained
3131 F:      drivers/usb/chipidea/
3132
3133 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3134 M:      Hans de Goede <[email protected]>
3135 L:      [email protected]
3136 S:      Maintained
3137 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3138 F:      drivers/input/touchscreen/chipone_icn8318.c
3139
3140 CHROME HARDWARE PLATFORM SUPPORT
3141 M:      Olof Johansson <[email protected]>
3142 S:      Maintained
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3144 F:      drivers/platform/chrome/
3145
3146 CISCO VIC ETHERNET NIC DRIVER
3147 M:      Christian Benvenuti <[email protected]>
3148 M:      Sujith Sankar <[email protected]>
3149 M:      Govindarajulu Varadarajan <[email protected]>
3150 M:      Neel Patel <[email protected]>
3151 S:      Supported
3152 F:      drivers/net/ethernet/cisco/enic/
3153
3154 CISCO VIC LOW LATENCY NIC DRIVER
3155 M:      Christian Benvenuti <[email protected]>
3156 M:      Dave Goodell <[email protected]>
3157 S:      Supported
3158 F:      drivers/infiniband/hw/usnic/
3159
3160 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3161 M:      Hartley Sweeten <[email protected]>
3162 L:      [email protected]
3163 S:      Maintained
3164 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3165
3166 CIRRUS LOGIC AUDIO CODEC DRIVERS
3167 M:      Brian Austin <[email protected]>
3168 M:      Paul Handrigan <[email protected]>
3169 L:      [email protected] (moderated for non-subscribers)
3170 S:      Maintained
3171 F:      sound/soc/codecs/cs*
3172
3173 CLEANCACHE API
3174 M:      Konrad Rzeszutek Wilk <[email protected]>
3175 L:      [email protected]
3176 S:      Maintained
3177 F:      mm/cleancache.c
3178 F:      include/linux/cleancache.h
3179
3180 CLK API
3181 M:      Russell King <[email protected]>
3182 L:      [email protected]
3183 S:      Maintained
3184 F:      include/linux/clk.h
3185
3186 CLOCKSOURCE, CLOCKEVENT DRIVERS
3187 M:      Daniel Lezcano <[email protected]>
3188 M:      Thomas Gleixner <[email protected]>
3189 L:      [email protected]
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3191 S:      Supported
3192 F:      drivers/clocksource
3193
3194 CISCO FCOE HBA DRIVER
3195 M:      Hiral Patel <[email protected]>
3196 M:      Suma Ramars <[email protected]>
3197 M:      Brian Uchino <[email protected]>
3198 L:      [email protected]
3199 S:      Supported
3200 F:      drivers/scsi/fnic/
3201
3202 CISCO SCSI HBA DRIVER
3203 M:      Narsimhulu Musini <[email protected]>
3204 M:      Sesidhar Baddela <[email protected]>
3205 L:      [email protected]
3206 S:      Supported
3207 F:      drivers/scsi/snic/
3208
3209 CMPC ACPI DRIVER
3210 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3211 M:      Daniel Oliveira Nascimento <[email protected]>
3212 L:      [email protected]
3213 S:      Supported
3214 F:      drivers/platform/x86/classmate-laptop.c
3215
3216 COBALT MEDIA DRIVER
3217 M:      Hans Verkuil <[email protected]>
3218 L:      [email protected]
3219 T:      git git://linuxtv.org/media_tree.git
3220 W:      https://linuxtv.org
3221 S:      Supported
3222 F:      drivers/media/pci/cobalt/
3223
3224 COCCINELLE/Semantic Patches (SmPL)
3225 M:      Julia Lawall <[email protected]>
3226 M:      Gilles Muller <[email protected]>
3227 M:      Nicolas Palix <[email protected]>
3228 M:      Michal Marek <[email protected]>
3229 L:      [email protected] (moderated for non-subscribers)
3230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3231 W:      http://coccinelle.lip6.fr/
3232 S:      Supported
3233 F:      Documentation/dev-tools/coccinelle.rst
3234 F:      scripts/coccinelle/
3235 F:      scripts/coccicheck
3236
3237 CODA FILE SYSTEM
3238 M:      Jan Harkes <[email protected]>
3239 M:      [email protected]
3240 L:      [email protected]
3241 W:      http://www.coda.cs.cmu.edu/
3242 S:      Maintained
3243 F:      Documentation/filesystems/coda.txt
3244 F:      fs/coda/
3245 F:      include/linux/coda*.h
3246 F:      include/uapi/linux/coda*.h
3247
3248 CODA V4L2 MEM2MEM DRIVER
3249 M:      Philipp Zabel <[email protected]>
3250 L:      [email protected]
3251 S:      Maintained
3252 F:      Documentation/devicetree/bindings/media/coda.txt
3253 F:      drivers/media/platform/coda/
3254
3255 COMMON CLK FRAMEWORK
3256 M:      Michael Turquette <[email protected]>
3257 M:      Stephen Boyd <[email protected]>
3258 L:      [email protected]
3259 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3261 S:      Maintained
3262 F:      Documentation/devicetree/bindings/clock/
3263 F:      drivers/clk/
3264 X:      drivers/clk/clkdev.c
3265 F:      include/linux/clk-pr*
3266 F:      include/linux/clk/
3267
3268 COMMON INTERNET FILE SYSTEM (CIFS)
3269 M:      Steve French <[email protected]>
3270 L:      [email protected]
3271 L:      [email protected] (moderated for non-subscribers)
3272 W:      http://linux-cifs.samba.org/
3273 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3274 S:      Supported
3275 F:      Documentation/filesystems/cifs/
3276 F:      fs/cifs/
3277
3278 COMPACTPCI HOTPLUG CORE
3279 M:      Scott Murray <[email protected]>
3280 L:      [email protected]
3281 S:      Maintained
3282 F:      drivers/pci/hotplug/cpci_hotplug*
3283
3284 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3285 M:      Scott Murray <[email protected]>
3286 L:      [email protected]
3287 S:      Maintained
3288 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3289
3290 COMPACTPCI HOTPLUG GENERIC DRIVER
3291 M:      Scott Murray <[email protected]>
3292 L:      [email protected]
3293 S:      Maintained
3294 F:      drivers/pci/hotplug/cpcihp_generic.c
3295
3296 COMPAL LAPTOP SUPPORT
3297 M:      Cezary Jackiewicz <[email protected]>
3298 L:      [email protected]
3299 S:      Maintained
3300 F:      drivers/platform/x86/compal-laptop.c
3301
3302 CONEXANT ACCESSRUNNER USB DRIVER
3303 L:      [email protected]
3304 W:      http://accessrunner.sourceforge.net/
3305 S:      Orphan
3306 F:      drivers/usb/atm/cxacru.c
3307
3308 CONFIGFS
3309 M:      Joel Becker <[email protected]>
3310 M:      Christoph Hellwig <[email protected]>
3311 T:      git git://git.infradead.org/users/hch/configfs.git
3312 S:      Supported
3313 F:      fs/configfs/
3314 F:      include/linux/configfs.h
3315
3316 CONNECTOR
3317 M:      Evgeniy Polyakov <[email protected]>
3318 L:      [email protected]
3319 S:      Maintained
3320 F:      drivers/connector/
3321
3322 CONTROL GROUP (CGROUP)
3323 M:      Tejun Heo <[email protected]>
3324 M:      Li Zefan <[email protected]>
3325 M:      Johannes Weiner <[email protected]>
3326 L:      [email protected]
3327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3328 S:      Maintained
3329 F:      Documentation/cgroup*
3330 F:      include/linux/cgroup*
3331 F:      kernel/cgroup*
3332
3333 CONTROL GROUP - CPUSET
3334 M:      Li Zefan <[email protected]>
3335 L:      [email protected]
3336 W:      http://www.bullopensource.org/cpuset/
3337 W:      http://oss.sgi.com/projects/cpusets/
3338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3339 S:      Maintained
3340 F:      Documentation/cgroup-v1/cpusets.txt
3341 F:      include/linux/cpuset.h
3342 F:      kernel/cpuset.c
3343
3344 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3345 M:      Johannes Weiner <[email protected]>
3346 M:      Michal Hocko <[email protected]>
3347 M:      Vladimir Davydov <[email protected]>
3348 L:      [email protected]
3349 L:      [email protected]
3350 S:      Maintained
3351 F:      mm/memcontrol.c
3352 F:      mm/swap_cgroup.c
3353
3354 CORETEMP HARDWARE MONITORING DRIVER
3355 M:      Fenghua Yu <[email protected]>
3356 L:      [email protected]
3357 S:      Maintained
3358 F:      Documentation/hwmon/coretemp
3359 F:      drivers/hwmon/coretemp.c
3360
3361 COSA/SRP SYNC SERIAL DRIVER
3362 M:      Jan "Yenya" Kasprzak <[email protected]>
3363 W:      http://www.fi.muni.cz/~kas/cosa/
3364 S:      Maintained
3365 F:      drivers/net/wan/cosa*
3366
3367 CPMAC ETHERNET DRIVER
3368 M:      Florian Fainelli <[email protected]>
3369 L:      [email protected]
3370 S:      Maintained
3371 F:      drivers/net/ethernet/ti/cpmac.c
3372
3373 CPU FREQUENCY DRIVERS
3374 M:      "Rafael J. Wysocki" <[email protected]>
3375 M:      Viresh Kumar <[email protected]>
3376 L:      [email protected]
3377 S:      Maintained
3378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3379 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3380 B:      https://bugzilla.kernel.org
3381 F:      Documentation/cpu-freq/
3382 F:      drivers/cpufreq/
3383 F:      include/linux/cpufreq.h
3384
3385 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3386 M:      Viresh Kumar <[email protected]>
3387 M:      Sudeep Holla <[email protected]>
3388 L:      [email protected]
3389 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3390 S:      Maintained
3391 F:      drivers/cpufreq/arm_big_little.h
3392 F:      drivers/cpufreq/arm_big_little.c
3393 F:      drivers/cpufreq/arm_big_little_dt.c
3394
3395 CPUIDLE DRIVER - ARM BIG LITTLE
3396 M:      Lorenzo Pieralisi <[email protected]>
3397 M:      Daniel Lezcano <[email protected]>
3398 L:      [email protected]
3399 L:      [email protected]
3400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3401 S:      Maintained
3402 F:      drivers/cpuidle/cpuidle-big_little.c
3403
3404 CPUIDLE DRIVER - ARM EXYNOS
3405 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3406 M:      Daniel Lezcano <[email protected]>
3407 M:      Kukjin Kim <[email protected]>
3408 L:      [email protected]
3409 L:      [email protected]
3410 S:      Supported
3411 F:      drivers/cpuidle/cpuidle-exynos.c
3412 F:      arch/arm/mach-exynos/pm.c
3413
3414 CPUIDLE DRIVERS
3415 M:      "Rafael J. Wysocki" <[email protected]>
3416 M:      Daniel Lezcano <[email protected]>
3417 L:      [email protected]
3418 S:      Maintained
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3420 B:      https://bugzilla.kernel.org
3421 F:      drivers/cpuidle/*
3422 F:      include/linux/cpuidle.h
3423
3424 CPUID/MSR DRIVER
3425 M:      "H. Peter Anvin" <[email protected]>
3426 S:      Maintained
3427 F:      arch/x86/kernel/cpuid.c
3428 F:      arch/x86/kernel/msr.c
3429
3430 CPU POWER MONITORING SUBSYSTEM
3431 M:      Thomas Renninger <[email protected]>
3432 L:      [email protected]
3433 S:      Maintained
3434 F:      tools/power/cpupower/
3435
3436 CRAMFS FILESYSTEM
3437 W:      http://sourceforge.net/projects/cramfs/
3438 S:      Orphan / Obsolete
3439 F:      Documentation/filesystems/cramfs.txt
3440 F:      fs/cramfs/
3441
3442 CRIS PORT
3443 M:      Mikael Starvik <[email protected]>
3444 M:      Jesper Nilsson <[email protected]>
3445 L:      [email protected]
3446 W:      http://developer.axis.com
3447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3448 S:      Maintained
3449 F:      arch/cris/
3450 F:      drivers/tty/serial/crisv10.*
3451
3452 CRYPTO API
3453 M:      Herbert Xu <[email protected]>
3454 M:      "David S. Miller" <[email protected]>
3455 L:      [email protected]
3456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3458 S:      Maintained
3459 F:      Documentation/crypto/
3460 F:      Documentation/devicetree/bindings/crypto/
3461 F:      Documentation/DocBook/crypto-API.tmpl
3462 F:      arch/*/crypto/
3463 F:      crypto/
3464 F:      drivers/crypto/
3465 F:      include/crypto/
3466
3467 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3468 M:      Neil Horman <[email protected]>
3469 L:      [email protected]
3470 S:      Maintained
3471 F:      crypto/ansi_cprng.c
3472 F:      crypto/rng.c
3473
3474 CS3308 MEDIA DRIVER
3475 M:      Hans Verkuil <[email protected]>
3476 L:      [email protected]
3477 T:      git git://linuxtv.org/media_tree.git
3478 W:      http://linuxtv.org
3479 S:      Odd Fixes
3480 F:      drivers/media/i2c/cs3308.c
3481 F:      drivers/media/i2c/cs3308.h
3482
3483 CS5535 Audio ALSA driver
3484 M:      Jaya Kumar <[email protected]>
3485 S:      Maintained
3486 F:      sound/pci/cs5535audio/
3487
3488 CW1200 WLAN driver
3489 M:      Solomon Peachy <[email protected]>
3490 S:      Maintained
3491 F:      drivers/net/wireless/st/cw1200/
3492
3493 CX18 VIDEO4LINUX DRIVER
3494 M:      Andy Walls <[email protected]>
3495 L:      [email protected] (subscribers-only)
3496 L:      [email protected]
3497 T:      git git://linuxtv.org/media_tree.git
3498 W:      https://linuxtv.org
3499 W:      http://www.ivtvdriver.org/index.php/Cx18
3500 S:      Maintained
3501 F:      Documentation/media/v4l-drivers/cx18*
3502 F:      drivers/media/pci/cx18/
3503 F:      include/uapi/linux/ivtv*
3504
3505 CX2341X MPEG ENCODER HELPER MODULE
3506 M:      Hans Verkuil <[email protected]>
3507 L:      [email protected]
3508 T:      git git://linuxtv.org/media_tree.git
3509 W:      https://linuxtv.org
3510 S:      Maintained
3511 F:      drivers/media/common/cx2341x*
3512 F:      include/media/cx2341x*
3513
3514 CX24120 MEDIA DRIVER
3515 M:      Jemma Denson <[email protected]>
3516 M:      Patrick Boettcher <[email protected]>
3517 L:      [email protected]
3518 W:      https://linuxtv.org
3519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3520 S:      Maintained
3521 F:      drivers/media/dvb-frontends/cx24120*
3522
3523 CX88 VIDEO4LINUX DRIVER
3524 M:      Mauro Carvalho Chehab <[email protected]>
3525 M:      Mauro Carvalho Chehab <[email protected]>
3526 L:      [email protected]
3527 W:      https://linuxtv.org
3528 T:      git git://linuxtv.org/media_tree.git
3529 S:      Odd fixes
3530 F:      Documentation/media/v4l-drivers/cx88*
3531 F:      drivers/media/pci/cx88/
3532
3533 CXD2820R MEDIA DRIVER
3534 M:      Antti Palosaari <[email protected]>
3535 L:      [email protected]
3536 W:      https://linuxtv.org
3537 W:      http://palosaari.fi/linux/
3538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3539 T:      git git://linuxtv.org/anttip/media_tree.git
3540 S:      Maintained
3541 F:      drivers/media/dvb-frontends/cxd2820r*
3542
3543 CXGB3 ETHERNET DRIVER (CXGB3)
3544 M:      Santosh Raspatur <[email protected]>
3545 L:      [email protected]
3546 W:      http://www.chelsio.com
3547 S:      Supported
3548 F:      drivers/net/ethernet/chelsio/cxgb3/
3549
3550 CXGB3 ISCSI DRIVER (CXGB3I)
3551 M:      Karen Xie <[email protected]>
3552 L:      [email protected]
3553 W:      http://www.chelsio.com
3554 S:      Supported
3555 F:      drivers/scsi/cxgbi/cxgb3i
3556
3557 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3558 M:      Steve Wise <[email protected]>
3559 L:      [email protected]
3560 W:      http://www.openfabrics.org
3561 S:      Supported
3562 F:      drivers/infiniband/hw/cxgb3/
3563 F:      include/uapi/rdma/cxgb3-abi.h
3564
3565 CXGB4 ETHERNET DRIVER (CXGB4)
3566 M:      Hariprasad S <[email protected]>
3567 L:      [email protected]
3568 W:      http://www.chelsio.com
3569 S:      Supported
3570 F:      drivers/net/ethernet/chelsio/cxgb4/
3571
3572 CXGB4 ISCSI DRIVER (CXGB4I)
3573 M:      Karen Xie <[email protected]>
3574 L:      [email protected]
3575 W:      http://www.chelsio.com
3576 S:      Supported
3577 F:      drivers/scsi/cxgbi/cxgb4i
3578
3579 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3580 M:      Steve Wise <[email protected]>
3581 L:      [email protected]
3582 W:      http://www.openfabrics.org
3583 S:      Supported
3584 F:      drivers/infiniband/hw/cxgb4/
3585 F:      include/uapi/rdma/cxgb4-abi.h
3586
3587 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3588 M:      Casey Leedom <[email protected]>
3589 L:      [email protected]
3590 W:      http://www.chelsio.com
3591 S:      Supported
3592 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3593
3594 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3595 M:      Ian Munsie <[email protected]>
3596 M:      Frederic Barrat <[email protected]>
3597 L:      [email protected]
3598 S:      Supported
3599 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3600 F:      drivers/misc/cxl/
3601 F:      include/misc/cxl*
3602 F:      include/uapi/misc/cxl.h
3603 F:      Documentation/powerpc/cxl.txt
3604 F:      Documentation/ABI/testing/sysfs-class-cxl
3605
3606 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3607 M:      Manoj N. Kumar <[email protected]>
3608 M:      Matthew R. Ochs <[email protected]>
3609 M:      Uma Krishnan <[email protected]>
3610 L:      [email protected]
3611 S:      Supported
3612 F:      drivers/scsi/cxlflash/
3613 F:      include/uapi/scsi/cxlflash_ioctls.h
3614 F:      Documentation/powerpc/cxlflash.txt
3615
3616 STMMAC ETHERNET DRIVER
3617 M:      Giuseppe Cavallaro <[email protected]>
3618 M:      Alexandre Torgue <[email protected]>
3619 L:      [email protected]
3620 W:      http://www.stlinux.com
3621 S:      Supported
3622 F:      drivers/net/ethernet/stmicro/stmmac/
3623
3624 CYBERPRO FB DRIVER
3625 M:      Russell King <[email protected]>
3626 L:      [email protected] (moderated for non-subscribers)
3627 W:      http://www.armlinux.org.uk/
3628 S:      Maintained
3629 F:      drivers/video/fbdev/cyber2000fb.*
3630
3631 CYCLADES ASYNC MUX DRIVER
3632 W:      http://www.cyclades.com/
3633 S:      Orphan
3634 F:      drivers/tty/cyclades.c
3635 F:      include/linux/cyclades.h
3636 F:      include/uapi/linux/cyclades.h
3637
3638 CYCLADES PC300 DRIVER
3639 W:      http://www.cyclades.com/
3640 S:      Orphan
3641 F:      drivers/net/wan/pc300*
3642
3643 CYPRESS_FIRMWARE MEDIA DRIVER
3644 M:      Antti Palosaari <[email protected]>
3645 L:      [email protected]
3646 W:      https://linuxtv.org
3647 W:      http://palosaari.fi/linux/
3648 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3649 T:      git git://linuxtv.org/anttip/media_tree.git
3650 S:      Maintained
3651 F:      drivers/media/common/cypress_firmware*
3652
3653 CYTTSP TOUCHSCREEN DRIVER
3654 M:      Ferruh Yigit <[email protected]>
3655 L:      [email protected]
3656 S:      Supported
3657 F:      drivers/input/touchscreen/cyttsp*
3658 F:      include/linux/input/cyttsp.h
3659
3660 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3661 M:      Joshua Kinard <[email protected]>
3662 S:      Maintained
3663 F:      drivers/rtc/rtc-ds1685.c
3664 F:      include/linux/rtc/ds1685.h
3665
3666 DAMA SLAVE for AX.25
3667 M:      Joerg Reuter <[email protected]>
3668 W:      http://yaina.de/jreuter/
3669 W:      http://www.qsl.net/dl1bke/
3670 L:      [email protected]
3671 S:      Maintained
3672 F:      net/ax25/af_ax25.c
3673 F:      net/ax25/ax25_dev.c
3674 F:      net/ax25/ax25_ds_*
3675 F:      net/ax25/ax25_in.c
3676 F:      net/ax25/ax25_out.c
3677 F:      net/ax25/ax25_timer.c
3678 F:      net/ax25/sysctl_net_ax25.c
3679
3680 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3681 L:      [email protected]
3682 S:      Orphan
3683 F:      Documentation/networking/dmfe.txt
3684 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3685
3686 DC390/AM53C974 SCSI driver
3687 M:      Hannes Reinecke <[email protected]>
3688 L:      [email protected]
3689 S:      Maintained
3690 F:      drivers/scsi/am53c974.c
3691
3692 DC395x SCSI driver
3693 M:      Oliver Neukum <[email protected]>
3694 M:      Ali Akcaagac <[email protected]>
3695 M:      Jamie Lenehan <[email protected]>
3696 L:      [email protected]
3697 W:      http://twibble.org/dist/dc395x/
3698 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3699 S:      Maintained
3700 F:      Documentation/scsi/dc395x.txt
3701 F:      drivers/scsi/dc395x.*
3702
3703 DCCP PROTOCOL
3704 M:      Gerrit Renker <[email protected]>
3705 L:      [email protected]
3706 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3707 S:      Maintained
3708 F:      include/linux/dccp.h
3709 F:      include/uapi/linux/dccp.h
3710 F:      include/linux/tfrc.h
3711 F:      net/dccp/
3712
3713 DECnet NETWORK LAYER
3714 W:      http://linux-decnet.sourceforge.net
3715 L:      [email protected]
3716 S:      Orphan
3717 F:      Documentation/networking/decnet.txt
3718 F:      net/decnet/
3719
3720 DECSTATION PLATFORM SUPPORT
3721 M:      "Maciej W. Rozycki" <[email protected]>
3722 L:      [email protected]
3723 W:      http://www.linux-mips.org/wiki/DECstation
3724 S:      Maintained
3725 F:      arch/mips/dec/
3726 F:      arch/mips/include/asm/dec/
3727 F:      arch/mips/include/asm/mach-dec/
3728
3729 DEFXX FDDI NETWORK DRIVER
3730 M:      "Maciej W. Rozycki" <[email protected]>
3731 S:      Maintained
3732 F:      drivers/net/fddi/defxx.*
3733
3734 DELL LAPTOP DRIVER
3735 M:      Matthew Garrett <[email protected]>
3736 M:      Pali Rohár <[email protected]>
3737 L:      [email protected]
3738 S:      Maintained
3739 F:      drivers/platform/x86/dell-laptop.c
3740
3741 DELL LAPTOP RBTN DRIVER
3742 M:      Pali Rohár <[email protected]>
3743 S:      Maintained
3744 F:      drivers/platform/x86/dell-rbtn.*
3745
3746 DELL LAPTOP FREEFALL DRIVER
3747 M:      Pali Rohár <[email protected]>
3748 S:      Maintained
3749 F:      drivers/platform/x86/dell-smo8800.c
3750
3751 DELL LAPTOP SMM DRIVER
3752 M:      Pali Rohár <[email protected]>
3753 S:      Maintained
3754 F:      drivers/hwmon/dell-smm-hwmon.c
3755 F:      include/uapi/linux/i8k.h
3756
3757 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3758 M:      Doug Warzecha <[email protected]>
3759 S:      Maintained
3760 F:      Documentation/dcdbas.txt
3761 F:      drivers/firmware/dcdbas.*
3762
3763 DELL WMI EXTRAS DRIVER
3764 M:      Matthew Garrett <[email protected]>
3765 M:      Pali Rohár <[email protected]>
3766 S:      Maintained
3767 F:      drivers/platform/x86/dell-wmi.c
3768
3769 DESIGNWARE USB2 DRD IP DRIVER
3770 M:      John Youn <[email protected]>
3771 L:      [email protected]
3772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3773 S:      Maintained
3774 F:      drivers/usb/dwc2/
3775
3776 DESIGNWARE USB3 DRD IP DRIVER
3777 M:      Felipe Balbi <[email protected]>
3778 L:      [email protected]
3779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3780 S:      Maintained
3781 F:      drivers/usb/dwc3/
3782
3783 DEVICE COREDUMP (DEV_COREDUMP)
3784 M:      Johannes Berg <[email protected]>
3785 L:      [email protected]
3786 S:      Maintained
3787 F:      drivers/base/devcoredump.c
3788 F:      include/linux/devcoredump.h
3789
3790 DEVICE FREQUENCY (DEVFREQ)
3791 M:      MyungJoo Ham <[email protected]>
3792 M:      Kyungmin Park <[email protected]>
3793 L:      [email protected]
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3795 S:      Maintained
3796 F:      drivers/devfreq/
3797 F:      include/linux/devfreq.h
3798 F:      Documentation/devicetree/bindings/devfreq/
3799
3800 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3801 M:      Chanwoo Choi <[email protected]>
3802 L:      [email protected]
3803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3804 S:      Supported
3805 F:      drivers/devfreq/event/
3806 F:      drivers/devfreq/devfreq-event.c
3807 F:      include/linux/devfreq-event.h
3808 F:      Documentation/devicetree/bindings/devfreq/event/
3809
3810 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3811 M:      Chanwoo Choi <[email protected]>
3812 L:      [email protected]
3813 L:      [email protected]
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3815 S:      Maintained
3816 F:      drivers/devfreq/exynos-bus.c
3817 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3818
3819 DEVICE NUMBER REGISTRY
3820 M:      Torben Mathiasen <[email protected]>
3821 W:      http://lanana.org/docs/device-list/index.html
3822 S:      Maintained
3823
3824 DEVICE-MAPPER  (LVM)
3825 M:      Alasdair Kergon <[email protected]>
3826 M:      Mike Snitzer <[email protected]>
3827 M:      [email protected]
3828 L:      [email protected]
3829 W:      http://sources.redhat.com/dm
3830 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3832 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3833 S:      Maintained
3834 F:      Documentation/device-mapper/
3835 F:      drivers/md/dm*
3836 F:      drivers/md/persistent-data/
3837 F:      include/linux/device-mapper.h
3838 F:      include/linux/dm-*.h
3839 F:      include/uapi/linux/dm-*.h
3840
3841 DEVLINK
3842 M:      Jiri Pirko <[email protected]>
3843 L:      [email protected]
3844 S:      Supported
3845 F:      net/core/devlink.c
3846 F:      include/net/devlink.h
3847 F:      include/uapi/linux/devlink.h
3848
3849 DIALOG SEMICONDUCTOR DRIVERS
3850 M:      Support Opensource <[email protected]>
3851 W:      http://www.dialog-semiconductor.com/products
3852 S:      Supported
3853 F:      Documentation/hwmon/da90??
3854 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3855 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3856 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3857 F:      drivers/gpio/gpio-da90??.c
3858 F:      drivers/hwmon/da90??-hwmon.c
3859 F:      drivers/iio/adc/da91??-*.c
3860 F:      drivers/input/misc/da90??_onkey.c
3861 F:      drivers/input/touchscreen/da9052_tsi.c
3862 F:      drivers/leds/leds-da90??.c
3863 F:      drivers/mfd/da903x.c
3864 F:      drivers/mfd/da90??-*.c
3865 F:      drivers/mfd/da91??-*.c
3866 F:      drivers/power/supply/da9052-battery.c
3867 F:      drivers/power/supply/da91??-*.c
3868 F:      drivers/regulator/da903x.c
3869 F:      drivers/regulator/da9???-regulator.[ch]
3870 F:      drivers/rtc/rtc-da90??.c
3871 F:      drivers/video/backlight/da90??_bl.c
3872 F:      drivers/watchdog/da90??_wdt.c
3873 F:      include/linux/mfd/da903x.h
3874 F:      include/linux/mfd/da9052/
3875 F:      include/linux/mfd/da9055/
3876 F:      include/linux/mfd/da9062/
3877 F:      include/linux/mfd/da9063/
3878 F:      include/linux/mfd/da9150/
3879 F:      include/linux/regulator/da9211.h
3880 F:      include/sound/da[79]*.h
3881 F:      sound/soc/codecs/da[79]*.[ch]
3882
3883 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3884 M:      William Breathitt Gray <[email protected]>
3885 L:      [email protected]
3886 S:      Maintained
3887 F:      drivers/gpio/gpio-gpio-mm.c
3888
3889 DIGI NEO AND CLASSIC PCI PRODUCTS
3890 M:      Lidza Louina <[email protected]>
3891 M:      Mark Hounschell <[email protected]>
3892 L:      [email protected]
3893 S:      Maintained
3894 F:      drivers/staging/dgnc/
3895
3896 DIOLAN U2C-12 I2C DRIVER
3897 M:      Guenter Roeck <[email protected]>
3898 L:      [email protected]
3899 S:      Maintained
3900 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3901
3902 DIRECT ACCESS (DAX)
3903 M:      Matthew Wilcox <[email protected]>
3904 L:      [email protected]
3905 S:      Supported
3906 F:      fs/dax.c
3907
3908 DIRECTORY NOTIFICATION (DNOTIFY)
3909 M:      Eric Paris <[email protected]>
3910 S:      Maintained
3911 F:      Documentation/filesystems/dnotify.txt
3912 F:      fs/notify/dnotify/
3913 F:      include/linux/dnotify.h
3914
3915 DISK GEOMETRY AND PARTITION HANDLING
3916 M:      Andries Brouwer <[email protected]>
3917 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3918 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3919 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3920 S:      Maintained
3921
3922 DISKQUOTA
3923 M:      Jan Kara <[email protected]>
3924 S:      Maintained
3925 F:      Documentation/filesystems/quota.txt
3926 F:      fs/quota/
3927 F:      include/linux/quota*.h
3928 F:      include/uapi/linux/quota*.h
3929
3930 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3931 M:      Bernie Thompson <[email protected]>
3932 L:      [email protected]
3933 S:      Maintained
3934 W:      http://plugable.com/category/projects/udlfb/
3935 F:      drivers/video/fbdev/udlfb.c
3936 F:      include/video/udlfb.h
3937 F:      Documentation/fb/udlfb.txt
3938
3939 DISTRIBUTED LOCK MANAGER (DLM)
3940 M:      Christine Caulfield <[email protected]>
3941 M:      David Teigland <[email protected]>
3942 L:      [email protected]
3943 W:      http://sources.redhat.com/cluster/
3944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3945 S:      Supported
3946 F:      fs/dlm/
3947
3948 DMA BUFFER SHARING FRAMEWORK
3949 M:      Sumit Semwal <[email protected]>
3950 S:      Maintained
3951 L:      [email protected]
3952 L:      [email protected]
3953 L:      [email protected] (moderated for non-subscribers)
3954 F:      drivers/dma-buf/
3955 F:      include/linux/dma-buf*
3956 F:      include/linux/reservation.h
3957 F:      include/linux/*fence.h
3958 F:      Documentation/dma-buf-sharing.txt
3959 T:      git git://anongit.freedesktop.org/drm/drm-misc
3960
3961 SYNC FILE FRAMEWORK
3962 M:      Sumit Semwal <[email protected]>
3963 R:      Gustavo Padovan <[email protected]>
3964 S:      Maintained
3965 L:      [email protected]
3966 L:      [email protected]
3967 F:      drivers/dma-buf/sync_*
3968 F:      drivers/dma-buf/sw_sync.c
3969 F:      include/linux/sync_file.h
3970 F:      include/uapi/linux/sync_file.h
3971 F:      Documentation/sync_file.txt
3972 T:      git git://anongit.freedesktop.org/drm/drm-misc
3973
3974 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3975 M:      Vinod Koul <[email protected]>
3976 L:      [email protected]
3977 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3978 S:      Maintained
3979 F:      drivers/dma/
3980 F:      include/linux/dmaengine.h
3981 F:      Documentation/devicetree/bindings/dma/
3982 F:      Documentation/dmaengine/
3983 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3984
3985 DME1737 HARDWARE MONITOR DRIVER
3986 M:      Juerg Haefliger <[email protected]>
3987 L:      [email protected]
3988 S:      Maintained
3989 F:      Documentation/hwmon/dme1737
3990 F:      drivers/hwmon/dme1737.c
3991
3992 DMI/SMBIOS SUPPORT
3993 M:      Jean Delvare <[email protected]>
3994 S:      Maintained
3995 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3996 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3997 F:      drivers/firmware/dmi-id.c
3998 F:      drivers/firmware/dmi_scan.c
3999 F:      include/linux/dmi.h
4000
4001 DOCUMENTATION
4002 M:      Jonathan Corbet <[email protected]>
4003 L:      [email protected]
4004 S:      Maintained
4005 F:      Documentation/
4006 F:      scripts/docproc.c
4007 F:      scripts/kernel-doc*
4008 X:      Documentation/ABI/
4009 X:      Documentation/devicetree/
4010 X:      Documentation/acpi
4011 X:      Documentation/power
4012 X:      Documentation/spi
4013 X:      Documentation/media
4014 T:      git git://git.lwn.net/linux.git docs-next
4015
4016 DOUBLETALK DRIVER
4017 M:      "James R. Van Zandt" <[email protected]>
4018 L:      [email protected]
4019 S:      Maintained
4020 F:      drivers/char/dtlk.c
4021 F:      include/linux/dtlk.h
4022
4023 DPT_I2O SCSI RAID DRIVER
4024 M:      Adaptec OEM Raid Solutions <[email protected]>
4025 L:      [email protected]
4026 W:      http://www.adaptec.com/
4027 S:      Maintained
4028 F:      drivers/scsi/dpt*
4029 F:      drivers/scsi/dpt/
4030
4031 DRBD DRIVER
4032 M:      Philipp Reisner <[email protected]>
4033 M:      Lars Ellenberg <[email protected]>
4034 L:      [email protected]
4035 W:      http://www.drbd.org
4036 T:      git git://git.linbit.com/linux-drbd.git
4037 T:      git git://git.linbit.com/drbd-8.4.git
4038 S:      Supported
4039 F:      drivers/block/drbd/
4040 F:      lib/lru_cache.c
4041 F:      Documentation/blockdev/drbd/
4042
4043 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4044 M:      Greg Kroah-Hartman <[email protected]>
4045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4046 S:      Supported
4047 F:      Documentation/kobject.txt
4048 F:      drivers/base/
4049 F:      fs/debugfs/
4050 F:      fs/kernfs/
4051 F:      fs/sysfs/
4052 F:      include/linux/debugfs.h
4053 F:      include/linux/kobj*
4054 F:      lib/kobj*
4055
4056 DRM DRIVERS
4057 M:      David Airlie <[email protected]>
4058 L:      [email protected]
4059 T:      git git://people.freedesktop.org/~airlied/linux
4060 B:      https://bugs.freedesktop.org/
4061 C:      irc://chat.freenode.net/dri-devel
4062 S:      Maintained
4063 F:      drivers/gpu/drm/
4064 F:      drivers/gpu/vga/
4065 F:      Documentation/devicetree/bindings/display/
4066 F:      Documentation/devicetree/bindings/gpu/
4067 F:      Documentation/devicetree/bindings/video/
4068 F:      Documentation/gpu/
4069 F:      include/drm/
4070 F:      include/uapi/drm/
4071
4072 DRM DRIVERS AND MISC GPU PATCHES
4073 M:      Daniel Vetter <[email protected]>
4074 M:      Jani Nikula <[email protected]>
4075 M:      Sean Paul <[email protected]>
4076 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4077 S:      Maintained
4078 T:      git git://anongit.freedesktop.org/drm/drm-misc
4079 F:      Documentation/gpu/
4080 F:      drivers/gpu/vga/
4081 F:      drivers/gpu/drm/*
4082 F:      include/drm/drm*
4083 F:      include/uapi/drm/drm*
4084
4085 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4086 M:      Dave Airlie <[email protected]>
4087 S:      Odd Fixes
4088 F:      drivers/gpu/drm/ast/
4089
4090 DRM DRIVERS FOR BRIDGE CHIPS
4091 M:      Archit Taneja <[email protected]>
4092 S:      Maintained
4093 T:      git git://anongit.freedesktop.org/drm/drm-misc
4094 F:      drivers/gpu/drm/bridge/
4095
4096 DRM DRIVER FOR BOCHS VIRTUAL GPU
4097 M:      Gerd Hoffmann <[email protected]>
4098 S:      Odd Fixes
4099 F:      drivers/gpu/drm/bochs/
4100
4101 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4102 M:      Dave Airlie <[email protected]>
4103 S:      Odd Fixes
4104 F:      drivers/gpu/drm/cirrus/
4105
4106 RADEON and AMDGPU DRM DRIVERS
4107 M:      Alex Deucher <[email protected]>
4108 M:      Christian König <[email protected]>
4109 L:      [email protected]
4110 T:      git git://people.freedesktop.org/~agd5f/linux
4111 S:      Supported
4112 F:      drivers/gpu/drm/radeon/
4113 F:      include/uapi/drm/radeon_drm.h
4114 F:      drivers/gpu/drm/amd/
4115 F:      include/uapi/drm/amdgpu_drm.h
4116
4117 DRM PANEL DRIVERS
4118 M:      Thierry Reding <[email protected]>
4119 L:      [email protected]
4120 T:      git git://anongit.freedesktop.org/tegra/linux.git
4121 S:      Maintained
4122 F:      drivers/gpu/drm/drm_panel.c
4123 F:      drivers/gpu/drm/panel/
4124 F:      include/drm/drm_panel.h
4125 F:      Documentation/devicetree/bindings/display/panel/
4126
4127 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4128 M:      Daniel Vetter <[email protected]>
4129 M:      Jani Nikula <[email protected]>
4130 L:      [email protected]
4131 W:      https://01.org/linuxgraphics/
4132 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4133 C:      irc://chat.freenode.net/intel-gfx
4134 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4135 T:      git git://anongit.freedesktop.org/drm-intel
4136 S:      Supported
4137 F:      drivers/gpu/drm/i915/
4138 F:      include/drm/i915*
4139 F:      include/uapi/drm/i915_drm.h
4140 F:      Documentation/gpu/i915.rst
4141
4142 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4143 M:      Zhenyu Wang <[email protected]>
4144 M:      Zhi Wang <[email protected]>
4145 L:      [email protected]
4146 L:      [email protected]
4147 W:      https://01.org/igvt-g
4148 T:      git https://github.com/01org/gvt-linux.git
4149 S:      Supported
4150 F:      drivers/gpu/drm/i915/gvt/
4151
4152 DRM DRIVERS FOR ATMEL HLCDC
4153 M:      Boris Brezillon <[email protected]>
4154 L:      [email protected]
4155 S:      Supported
4156 F:      drivers/gpu/drm/atmel-hlcdc/
4157 F:      Documentation/devicetree/bindings/drm/atmel/
4158
4159 DRM DRIVERS FOR ALLWINNER A10
4160 M:      Maxime Ripard  <[email protected]>
4161 L:      [email protected]
4162 S:      Supported
4163 F:      drivers/gpu/drm/sun4i/
4164 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4165
4166 DRM DRIVERS FOR AMLOGIC SOCS
4167 M:      Neil Armstrong <[email protected]>
4168 L:      [email protected]
4169 L:      [email protected]
4170 W:      http://linux-meson.com/
4171 S:      Supported
4172 F:      drivers/gpu/drm/meson/
4173 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4174
4175 DRM DRIVERS FOR EXYNOS
4176 M:      Inki Dae <[email protected]>
4177 M:      Joonyoung Shim <[email protected]>
4178 M:      Seung-Woo Kim <[email protected]>
4179 M:      Kyungmin Park <[email protected]>
4180 L:      [email protected]
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4182 S:      Supported
4183 F:      drivers/gpu/drm/exynos/
4184 F:      include/uapi/drm/exynos_drm.h
4185 F:      Documentation/devicetree/bindings/display/exynos/
4186
4187 DRM DRIVERS FOR FREESCALE DCU
4188 M:      Stefan Agner <[email protected]>
4189 M:      Alison Wang <[email protected]>
4190 L:      [email protected]
4191 S:      Supported
4192 F:      drivers/gpu/drm/fsl-dcu/
4193 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4194 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4195 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4196
4197 DRM DRIVERS FOR FREESCALE IMX
4198 M:      Philipp Zabel <[email protected]>
4199 L:      [email protected]
4200 S:      Maintained
4201 F:      drivers/gpu/drm/imx/
4202 F:      drivers/gpu/ipu-v3/
4203 F:      Documentation/devicetree/bindings/display/imx/
4204
4205 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4206 M:      Patrik Jakobsson <[email protected]>
4207 L:      [email protected]
4208 T:      git git://github.com/patjak/drm-gma500
4209 S:      Maintained
4210 F:      drivers/gpu/drm/gma500/
4211
4212 DRM DRIVERS FOR HISILICON
4213 M:      Xinliang Liu <[email protected]>
4214 M:      Rongrong Zou <[email protected]>
4215 R:      Xinwei Kong <[email protected]>
4216 R:      Chen Feng <[email protected]>
4217 L:      [email protected]
4218 T:      git git://github.com/xin3liang/linux.git
4219 S:      Maintained
4220 F:      drivers/gpu/drm/hisilicon/
4221 F:      Documentation/devicetree/bindings/display/hisilicon/
4222
4223 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4224 S:      Orphan / Obsolete
4225 F:      drivers/gpu/drm/i810/
4226 F:      include/uapi/drm/i810_drm.h
4227
4228 DRM DRIVERS FOR MEDIATEK
4229 M:      CK Hu <[email protected]>
4230 M:      Philipp Zabel <[email protected]>
4231 L:      [email protected]
4232 S:      Supported
4233 F:      drivers/gpu/drm/mediatek/
4234 F:      Documentation/devicetree/bindings/display/mediatek/
4235
4236 DRM DRIVER FOR MSM ADRENO GPU
4237 M:      Rob Clark <[email protected]>
4238 L:      [email protected]
4239 L:      [email protected]
4240 L:      [email protected]
4241 T:      git git://people.freedesktop.org/~robclark/linux
4242 S:      Maintained
4243 F:      drivers/gpu/drm/msm/
4244 F:      include/uapi/drm/msm_drm.h
4245 F:      Documentation/devicetree/bindings/display/msm/
4246
4247 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4248 M:      Ben Skeggs <[email protected]>
4249 L:      [email protected]
4250 L:      [email protected]
4251 T:      git git://github.com/skeggsb/linux
4252 S:      Supported
4253 F:      drivers/gpu/drm/nouveau/
4254 F:      include/uapi/drm/nouveau_drm.h
4255
4256 DRM DRIVERS FOR NVIDIA TEGRA
4257 M:      Thierry Reding <[email protected]>
4258 L:      [email protected]
4259 L:      [email protected]
4260 T:      git git://anongit.freedesktop.org/tegra/linux.git
4261 S:      Supported
4262 F:      drivers/gpu/drm/tegra/
4263 F:      drivers/gpu/host1x/
4264 F:      include/linux/host1x.h
4265 F:      include/uapi/drm/tegra_drm.h
4266 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4267
4268 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4269 S:      Orphan / Obsolete
4270 F:      drivers/gpu/drm/mga/
4271 F:      include/uapi/drm/mga_drm.h
4272
4273 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4274 M:      Dave Airlie <[email protected]>
4275 S:      Odd Fixes
4276 F:      drivers/gpu/drm/mgag200/
4277
4278 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4279 S:      Orphan / Obsolete
4280 F:      drivers/gpu/drm/r128/
4281 F:      include/uapi/drm/r128_drm.h
4282
4283 DRM DRIVERS FOR RENESAS
4284 M:      Laurent Pinchart <[email protected]>
4285 L:      [email protected]
4286 L:      [email protected]
4287 T:      git git://linuxtv.org/pinchartl/fbdev
4288 S:      Supported
4289 F:      drivers/gpu/drm/rcar-du/
4290 F:      drivers/gpu/drm/shmobile/
4291 F:      include/linux/platform_data/shmob_drm.h
4292 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4293
4294 DRM DRIVER FOR QXL VIRTUAL GPU
4295 M:      Dave Airlie <[email protected]>
4296 S:      Odd Fixes
4297 F:      drivers/gpu/drm/qxl/
4298 F:      include/uapi/drm/qxl_drm.h
4299
4300 DRM DRIVERS FOR ROCKCHIP
4301 M:      Mark Yao <[email protected]>
4302 L:      [email protected]
4303 S:      Maintained
4304 F:      drivers/gpu/drm/rockchip/
4305 F:      Documentation/devicetree/bindings/display/rockchip/
4306
4307 DRM DRIVER FOR SAVAGE VIDEO CARDS
4308 S:      Orphan / Obsolete
4309 F:      drivers/gpu/drm/savage/
4310 F:      include/uapi/drm/savage_drm.h
4311
4312 DRM DRIVER FOR SIS VIDEO CARDS
4313 S:      Orphan / Obsolete
4314 F:      drivers/gpu/drm/sis/
4315 F:      include/uapi/drm/sis_drm.h
4316
4317 DRM DRIVERS FOR STI
4318 M:      Benjamin Gaignard <[email protected]>
4319 M:      Vincent Abriou <[email protected]>
4320 L:      [email protected]
4321 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4322 S:      Maintained
4323 F:      drivers/gpu/drm/sti
4324 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4325
4326 DRM DRIVER FOR TDFX VIDEO CARDS
4327 S:      Orphan / Obsolete
4328 F:      drivers/gpu/drm/tdfx/
4329
4330 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4331 M:      Dave Airlie <[email protected]>
4332 S:      Odd Fixes
4333 F:      drivers/gpu/drm/udl/
4334
4335 DRM DRIVERS FOR VIVANTE GPU IP
4336 M:      Lucas Stach <[email protected]>
4337 R:      Russell King <[email protected]>
4338 R:      Christian Gmeiner <[email protected]>
4339 L:      [email protected]
4340 L:      [email protected]
4341 S:      Maintained
4342 F:      drivers/gpu/drm/etnaviv/
4343 F:      include/uapi/drm/etnaviv_drm.h
4344 F:      Documentation/devicetree/bindings/display/etnaviv/
4345
4346 DRM DRIVER FOR VMWARE VIRTUAL GPU
4347 M:      "VMware Graphics" <[email protected]>
4348 M:      Sinclair Yeh <[email protected]>
4349 M:      Thomas Hellstrom <[email protected]>
4350 L:      [email protected]
4351 T:      git git://people.freedesktop.org/~syeh/repos_linux
4352 T:      git git://people.freedesktop.org/~thomash/linux
4353 S:      Supported
4354 F:      drivers/gpu/drm/vmwgfx/
4355 F:      include/uapi/drm/vmwgfx_drm.h
4356
4357 DRM DRIVERS FOR VC4
4358 M:      Eric Anholt <[email protected]>
4359 T:      git git://github.com/anholt/linux
4360 S:      Supported
4361 F:      drivers/gpu/drm/vc4/
4362 F:      include/uapi/drm/vc4_drm.h
4363 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4364
4365 DRM DRIVERS FOR TI OMAP
4366 M:      Tomi Valkeinen <[email protected]>
4367 L:      [email protected]
4368 S:      Maintained
4369 F:      drivers/gpu/drm/omapdrm/
4370 F:      Documentation/devicetree/bindings/display/ti/
4371
4372 DRM DRIVERS FOR TI LCDC
4373 M:      Jyri Sarha <[email protected]>
4374 R:      Tomi Valkeinen <[email protected]>
4375 L:      [email protected]
4376 S:      Maintained
4377 F:      drivers/gpu/drm/tilcdc/
4378 F:      Documentation/devicetree/bindings/display/tilcdc/
4379
4380 DRM DRIVERS FOR ZTE ZX
4381 M:      Shawn Guo <[email protected]>
4382 L:      [email protected]
4383 S:      Maintained
4384 F:      drivers/gpu/drm/zte/
4385 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4386
4387 DSBR100 USB FM RADIO DRIVER
4388 M:      Alexey Klimov <[email protected]>
4389 L:      [email protected]
4390 T:      git git://linuxtv.org/media_tree.git
4391 S:      Maintained
4392 F:      drivers/media/radio/dsbr100.c
4393
4394 DSCC4 DRIVER
4395 M:      Francois Romieu <[email protected]>
4396 L:      [email protected]
4397 S:      Maintained
4398 F:      drivers/net/wan/dscc4.c
4399
4400 DT3155 MEDIA DRIVER
4401 M:      Hans Verkuil <[email protected]>
4402 L:      [email protected]
4403 T:      git git://linuxtv.org/media_tree.git
4404 W:      https://linuxtv.org
4405 S:      Odd Fixes
4406 F:      drivers/media/pci/dt3155/
4407
4408 DVB_USB_AF9015 MEDIA DRIVER
4409 M:      Antti Palosaari <[email protected]>
4410 L:      [email protected]
4411 W:      https://linuxtv.org
4412 W:      http://palosaari.fi/linux/
4413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4414 T:      git git://linuxtv.org/anttip/media_tree.git
4415 S:      Maintained
4416 F:      drivers/media/usb/dvb-usb-v2/af9015*
4417
4418 DVB_USB_AF9035 MEDIA DRIVER
4419 M:      Antti Palosaari <[email protected]>
4420 L:      [email protected]
4421 W:      https://linuxtv.org
4422 W:      http://palosaari.fi/linux/
4423 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4424 T:      git git://linuxtv.org/anttip/media_tree.git
4425 S:      Maintained
4426 F:      drivers/media/usb/dvb-usb-v2/af9035*
4427
4428 DVB_USB_ANYSEE MEDIA DRIVER
4429 M:      Antti Palosaari <[email protected]>
4430 L:      [email protected]
4431 W:      https://linuxtv.org
4432 W:      http://palosaari.fi/linux/
4433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4434 T:      git git://linuxtv.org/anttip/media_tree.git
4435 S:      Maintained
4436 F:      drivers/media/usb/dvb-usb-v2/anysee*
4437
4438 DVB_USB_AU6610 MEDIA DRIVER
4439 M:      Antti Palosaari <[email protected]>
4440 L:      [email protected]
4441 W:      https://linuxtv.org
4442 W:      http://palosaari.fi/linux/
4443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4444 T:      git git://linuxtv.org/anttip/media_tree.git
4445 S:      Maintained
4446 F:      drivers/media/usb/dvb-usb-v2/au6610*
4447
4448 DVB_USB_CE6230 MEDIA DRIVER
4449 M:      Antti Palosaari <[email protected]>
4450 L:      [email protected]
4451 W:      https://linuxtv.org
4452 W:      http://palosaari.fi/linux/
4453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4454 T:      git git://linuxtv.org/anttip/media_tree.git
4455 S:      Maintained
4456 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4457
4458 DVB_USB_CXUSB MEDIA DRIVER
4459 M:      Michael Krufky <[email protected]>
4460 L:      [email protected]
4461 W:      https://linuxtv.org
4462 W:      http://github.com/mkrufky
4463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4464 T:      git git://linuxtv.org/media_tree.git
4465 S:      Maintained
4466 F:      drivers/media/usb/dvb-usb/cxusb*
4467
4468 DVB_USB_EC168 MEDIA DRIVER
4469 M:      Antti Palosaari <[email protected]>
4470 L:      [email protected]
4471 W:      https://linuxtv.org
4472 W:      http://palosaari.fi/linux/
4473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4474 T:      git git://linuxtv.org/anttip/media_tree.git
4475 S:      Maintained
4476 F:      drivers/media/usb/dvb-usb-v2/ec168*
4477
4478 DVB_USB_GL861 MEDIA DRIVER
4479 M:      Antti Palosaari <[email protected]>
4480 L:      [email protected]
4481 W:      https://linuxtv.org
4482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4483 T:      git git://linuxtv.org/anttip/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/dvb-usb-v2/gl861*
4486
4487 DVB_USB_MXL111SF MEDIA DRIVER
4488 M:      Michael Krufky <[email protected]>
4489 L:      [email protected]
4490 W:      https://linuxtv.org
4491 W:      http://github.com/mkrufky
4492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4493 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4494 S:      Maintained
4495 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4496
4497 DVB_USB_RTL28XXU MEDIA DRIVER
4498 M:      Antti Palosaari <[email protected]>
4499 L:      [email protected]
4500 W:      https://linuxtv.org
4501 W:      http://palosaari.fi/linux/
4502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4503 T:      git git://linuxtv.org/anttip/media_tree.git
4504 S:      Maintained
4505 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4506
4507 DVB_USB_V2 MEDIA DRIVER
4508 M:      Antti Palosaari <[email protected]>
4509 L:      [email protected]
4510 W:      https://linuxtv.org
4511 W:      http://palosaari.fi/linux/
4512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4513 T:      git git://linuxtv.org/anttip/media_tree.git
4514 S:      Maintained
4515 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4516 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4517
4518 DYNAMIC DEBUG
4519 M:      Jason Baron <[email protected]>
4520 S:      Maintained
4521 F:      lib/dynamic_debug.c
4522 F:      include/linux/dynamic_debug.h
4523
4524 DZ DECSTATION DZ11 SERIAL DRIVER
4525 M:      "Maciej W. Rozycki" <[email protected]>
4526 S:      Maintained
4527 F:      drivers/tty/serial/dz.*
4528
4529 E3X0 POWER BUTTON DRIVER
4530 M:      Moritz Fischer <[email protected]>
4531 L:      [email protected]
4532 W:      http://www.ettus.com
4533 S:      Supported
4534 F:      drivers/input/misc/e3x0-button.c
4535 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4536
4537 E4000 MEDIA DRIVER
4538 M:      Antti Palosaari <[email protected]>
4539 L:      [email protected]
4540 W:      https://linuxtv.org
4541 W:      http://palosaari.fi/linux/
4542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4543 T:      git git://linuxtv.org/anttip/media_tree.git
4544 S:      Maintained
4545 F:      drivers/media/tuners/e4000*
4546
4547 EATA ISA/EISA/PCI SCSI DRIVER
4548 M:      Dario Ballabio <[email protected]>
4549 L:      [email protected]
4550 S:      Maintained
4551 F:      drivers/scsi/eata.c
4552
4553 EC100 MEDIA DRIVER
4554 M:      Antti Palosaari <[email protected]>
4555 L:      [email protected]
4556 W:      https://linuxtv.org
4557 W:      http://palosaari.fi/linux/
4558 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4559 T:      git git://linuxtv.org/anttip/media_tree.git
4560 S:      Maintained
4561 F:      drivers/media/dvb-frontends/ec100*
4562
4563 ECRYPT FILE SYSTEM
4564 M:      Tyler Hicks <[email protected]>
4565 L:      [email protected]
4566 W:      http://ecryptfs.org
4567 W:      https://launchpad.net/ecryptfs
4568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4569 S:      Supported
4570 F:      Documentation/filesystems/ecryptfs.txt
4571 F:      fs/ecryptfs/
4572
4573 EDAC-CORE
4574 M:      Borislav Petkov <[email protected]>
4575 M:      Mauro Carvalho Chehab <[email protected]>
4576 M:      Mauro Carvalho Chehab <[email protected]>
4577 L:      [email protected]
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4580 S:      Supported
4581 F:      Documentation/edac.txt
4582 F:      drivers/edac/
4583 F:      include/linux/edac.h
4584
4585 EDAC-AMD64
4586 M:      Borislav Petkov <[email protected]>
4587 L:      [email protected]
4588 S:      Maintained
4589 F:      drivers/edac/amd64_edac*
4590
4591 EDAC-CALXEDA
4592 M:      Robert Richter <[email protected]>
4593 L:      [email protected]
4594 S:      Maintained
4595 F:      drivers/edac/highbank*
4596
4597 EDAC-CAVIUM
4598 M:      Ralf Baechle <[email protected]>
4599 M:      David Daney <[email protected]>
4600 L:      [email protected]
4601 L:      [email protected]
4602 S:      Supported
4603 F:      drivers/edac/octeon_edac*
4604
4605 EDAC-E752X
4606 M:      Mark Gross <[email protected]>
4607 L:      [email protected]
4608 S:      Maintained
4609 F:      drivers/edac/e752x_edac.c
4610
4611 EDAC-E7XXX
4612 L:      [email protected]
4613 S:      Maintained
4614 F:      drivers/edac/e7xxx_edac.c
4615
4616 EDAC-FSL_DDR
4617 M:      York Sun <[email protected]>
4618 L:      [email protected]
4619 S:      Maintained
4620 F:      drivers/edac/fsl_ddr_edac.*
4621
4622 EDAC-GHES
4623 M:      Mauro Carvalho Chehab <[email protected]>
4624 M:      Mauro Carvalho Chehab <[email protected]>
4625 L:      [email protected]
4626 S:      Maintained
4627 F:      drivers/edac/ghes_edac.c
4628
4629 EDAC-I82443BXGX
4630 M:      Tim Small <[email protected]>
4631 L:      [email protected]
4632 S:      Maintained
4633 F:      drivers/edac/i82443bxgx_edac.c
4634
4635 EDAC-I3000
4636 L:      [email protected]
4637 S:      Orphan
4638 F:      drivers/edac/i3000_edac.c
4639
4640 EDAC-I5000
4641 L:      [email protected]
4642 S:      Maintained
4643 F:      drivers/edac/i5000_edac.c
4644
4645 EDAC-I5400
4646 M:      Mauro Carvalho Chehab <[email protected]>
4647 M:      Mauro Carvalho Chehab <[email protected]>
4648 L:      [email protected]
4649 S:      Maintained
4650 F:      drivers/edac/i5400_edac.c
4651
4652 EDAC-I7300
4653 M:      Mauro Carvalho Chehab <[email protected]>
4654 M:      Mauro Carvalho Chehab <[email protected]>
4655 L:      [email protected]
4656 S:      Maintained
4657 F:      drivers/edac/i7300_edac.c
4658
4659 EDAC-I7CORE
4660 M:      Mauro Carvalho Chehab <[email protected]>
4661 M:      Mauro Carvalho Chehab <[email protected]>
4662 L:      [email protected]
4663 S:      Maintained
4664 F:      drivers/edac/i7core_edac.c
4665
4666 EDAC-I82975X
4667 M:      Ranganathan Desikan <[email protected]>
4668 M:      "Arvind R." <[email protected]>
4669 L:      [email protected]
4670 S:      Maintained
4671 F:      drivers/edac/i82975x_edac.c
4672
4673 EDAC-IE31200
4674 M:      Jason Baron <[email protected]>
4675 L:      [email protected]
4676 S:      Maintained
4677 F:      drivers/edac/ie31200_edac.c
4678
4679 EDAC-MPC85XX
4680 M:      Johannes Thumshirn <[email protected]>
4681 L:      [email protected]
4682 S:      Maintained
4683 F:      drivers/edac/mpc85xx_edac.[ch]
4684
4685 EDAC-PASEMI
4686 M:      Egor Martovetsky <[email protected]>
4687 L:      [email protected]
4688 S:      Maintained
4689 F:      drivers/edac/pasemi_edac.c
4690
4691 EDAC-R82600
4692 M:      Tim Small <[email protected]>
4693 L:      [email protected]
4694 S:      Maintained
4695 F:      drivers/edac/r82600_edac.c
4696
4697 EDAC-SBRIDGE
4698 M:      Mauro Carvalho Chehab <[email protected]>
4699 M:      Mauro Carvalho Chehab <[email protected]>
4700 L:      [email protected]
4701 S:      Maintained
4702 F:      drivers/edac/sb_edac.c
4703
4704 EDAC-SKYLAKE
4705 M:      Tony Luck <[email protected]>
4706 L:      [email protected]
4707 S:      Maintained
4708 F:      drivers/edac/skx_edac.c
4709
4710 EDAC-XGENE
4711 APPLIED MICRO (APM) X-GENE SOC EDAC
4712 M:     Loc Ho <[email protected]>
4713 S:     Supported
4714 F:     drivers/edac/xgene_edac.c
4715 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4716
4717 EDIROL UA-101/UA-1000 DRIVER
4718 M:      Clemens Ladisch <[email protected]>
4719 L:      [email protected] (moderated for non-subscribers)
4720 T:      git git://git.alsa-project.org/alsa-kernel.git
4721 S:      Maintained
4722 F:      sound/usb/misc/ua101.c
4723
4724 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4725 M:      Matt Fleming <[email protected]>
4726 M:      Ard Biesheuvel <[email protected]>
4727 L:      [email protected]
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4729 S:      Maintained
4730 F:      Documentation/efi-stub.txt
4731 F:      arch/*/kernel/efi.c
4732 F:      arch/x86/boot/compressed/eboot.[ch]
4733 F:      arch/*/include/asm/efi.h
4734 F:      arch/x86/platform/efi/
4735 F:      drivers/firmware/efi/
4736 F:      include/linux/efi*.h
4737 F:      arch/arm/boot/compressed/efi-header.S
4738 F:      arch/arm64/kernel/efi-entry.S
4739
4740 EFI VARIABLE FILESYSTEM
4741 M:      Matthew Garrett <[email protected]>
4742 M:      Jeremy Kerr <[email protected]>
4743 M:      Matt Fleming <[email protected]>
4744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4745 L:      [email protected]
4746 S:      Maintained
4747 F:      fs/efivarfs/
4748
4749 EFIFB FRAMEBUFFER DRIVER
4750 L:      [email protected]
4751 M:      Peter Jones <[email protected]>
4752 S:      Maintained
4753 F:      drivers/video/fbdev/efifb.c
4754
4755 EFI TEST DRIVER
4756 L:      [email protected]
4757 M:      Ivan Hu <[email protected]>
4758 M:      Matt Fleming <[email protected]>
4759 S:      Maintained
4760 F:      drivers/firmware/efi/test/
4761
4762 EFS FILESYSTEM
4763 W:      http://aeschi.ch.eu.org/efs/
4764 S:      Orphan
4765 F:      fs/efs/
4766
4767 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4768 M:      Douglas Miller <[email protected]>
4769 L:      [email protected]
4770 S:      Maintained
4771 F:      drivers/net/ethernet/ibm/ehea/
4772
4773 EM28XX VIDEO4LINUX DRIVER
4774 M:      Mauro Carvalho Chehab <[email protected]>
4775 M:      Mauro Carvalho Chehab <[email protected]>
4776 L:      [email protected]
4777 W:      https://linuxtv.org
4778 T:      git git://linuxtv.org/media_tree.git
4779 S:      Maintained
4780 F:      drivers/media/usb/em28xx/
4781 F:      Documentation/media/v4l-drivers/em28xx*
4782
4783 EMBEDDED LINUX
4784 M:      Paul Gortmaker <[email protected]>
4785 M:      Matt Mackall <[email protected]>
4786 M:      David Woodhouse <[email protected]>
4787 L:      [email protected]
4788 S:      Maintained
4789
4790 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4791 M:      James Smart <[email protected]>
4792 M:      Dick Kennedy <[email protected]>
4793 L:      [email protected]
4794 W:      http://www.avagotech.com
4795 S:      Supported
4796 F:      drivers/scsi/lpfc/
4797
4798 ENE CB710 FLASH CARD READER DRIVER
4799 M:      Michał Mirosław <[email protected]>
4800 S:      Maintained
4801 F:      drivers/misc/cb710/
4802 F:      drivers/mmc/host/cb710-mmc.*
4803 F:      include/linux/cb710.h
4804
4805 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4806 M:      Maxim Levitsky <[email protected]>
4807 S:      Maintained
4808 F:      drivers/media/rc/ene_ir.*
4809
4810 EPSON S1D13XXX FRAMEBUFFER DRIVER
4811 M:      Kristoffer Ericson <[email protected]>
4812 S:      Maintained
4813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4814 F:      drivers/video/fbdev/s1d13xxxfb.c
4815 F:      include/video/s1d13xxxfb.h
4816
4817 ET131X NETWORK DRIVER
4818 M:      Mark Einon <[email protected]>
4819 S:      Odd Fixes
4820 F:      drivers/net/ethernet/agere/
4821
4822 ETHERNET BRIDGE
4823 M:      Stephen Hemminger <[email protected]>
4824 L:      [email protected] (moderated for non-subscribers)
4825 L:      [email protected]
4826 W:      http://www.linuxfoundation.org/en/Net:Bridge
4827 S:      Maintained
4828 F:      include/linux/netfilter_bridge/
4829 F:      net/bridge/
4830
4831 ETHERNET PHY LIBRARY
4832 M:      Florian Fainelli <[email protected]>
4833 L:      [email protected]
4834 S:      Maintained
4835 F:      include/linux/phy.h
4836 F:      include/linux/phy_fixed.h
4837 F:      drivers/net/phy/
4838 F:      Documentation/networking/phy.txt
4839 F:      drivers/of/of_mdio.c
4840 F:      drivers/of/of_net.c
4841
4842 EXT2 FILE SYSTEM
4843 M:      Jan Kara <[email protected]>
4844 L:      [email protected]
4845 S:      Maintained
4846 F:      Documentation/filesystems/ext2.txt
4847 F:      fs/ext2/
4848 F:      include/linux/ext2*
4849
4850 EXT4 FILE SYSTEM
4851 M:      "Theodore Ts'o" <[email protected]>
4852 M:      Andreas Dilger <[email protected]>
4853 L:      [email protected]
4854 W:      http://ext4.wiki.kernel.org
4855 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4857 S:      Maintained
4858 F:      Documentation/filesystems/ext4.txt
4859 F:      fs/ext4/
4860
4861 Extended Verification Module (EVM)
4862 M:      Mimi Zohar <[email protected]>
4863 L:      [email protected]
4864 L:      [email protected]
4865 S:      Supported
4866 F:      security/integrity/evm/
4867
4868 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4869 M:      MyungJoo Ham <[email protected]>
4870 M:      Chanwoo Choi <[email protected]>
4871 L:      [email protected]
4872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4873 S:      Maintained
4874 F:      drivers/extcon/
4875 F:      include/linux/extcon/
4876 F:      include/linux/extcon.h
4877 F:      Documentation/extcon/
4878 F:      Documentation/devicetree/bindings/extcon/
4879
4880 EXYNOS DP DRIVER
4881 M:      Jingoo Han <[email protected]>
4882 L:      [email protected]
4883 S:      Maintained
4884 F:      drivers/gpu/drm/exynos/exynos_dp*
4885
4886 EXYNOS SYSMMU (IOMMU) driver
4887 M:      Marek Szyprowski <[email protected]>
4888 L:      [email protected]
4889 S:      Maintained
4890 F:      drivers/iommu/exynos-iommu.c
4891
4892 EZchip NPS platform support
4893 M:      Noam Camus <[email protected]>
4894 S:      Supported
4895 F:      arch/arc/plat-eznps
4896 F:      arch/arc/boot/dts/eznps.dts
4897
4898 F71805F HARDWARE MONITORING DRIVER
4899 M:      Jean Delvare <[email protected]>
4900 L:      [email protected]
4901 S:      Maintained
4902 F:      Documentation/hwmon/f71805f
4903 F:      drivers/hwmon/f71805f.c
4904
4905 FC0011 TUNER DRIVER
4906 M:      Michael Buesch <[email protected]>
4907 L:      [email protected]
4908 S:      Maintained
4909 F:      drivers/media/tuners/fc0011.h
4910 F:      drivers/media/tuners/fc0011.c
4911
4912 FC2580 MEDIA DRIVER
4913 M:      Antti Palosaari <[email protected]>
4914 L:      [email protected]
4915 W:      https://linuxtv.org
4916 W:      http://palosaari.fi/linux/
4917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4918 T:      git git://linuxtv.org/anttip/media_tree.git
4919 S:      Maintained
4920 F:      drivers/media/tuners/fc2580*
4921
4922 FANOTIFY
4923 M:      Eric Paris <[email protected]>
4924 S:      Maintained
4925 F:      fs/notify/fanotify/
4926 F:      include/linux/fanotify.h
4927 F:      include/uapi/linux/fanotify.h
4928
4929 FARSYNC SYNCHRONOUS DRIVER
4930 M:      Kevin Curtis <[email protected]>
4931 W:      http://www.farsite.co.uk/
4932 S:      Supported
4933 F:      drivers/net/wan/farsync.*
4934
4935 FAULT INJECTION SUPPORT
4936 M:      Akinobu Mita <[email protected]>
4937 S:      Supported
4938 F:      Documentation/fault-injection/
4939 F:      lib/fault-inject.c
4940
4941 FBTFT Framebuffer drivers
4942 M:      Thomas Petazzoni <[email protected]>
4943 M:      Noralf Trønnes <[email protected]>
4944 S:      Maintained
4945 F:      drivers/staging/fbtft/
4946
4947 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4948 M:      Johannes Thumshirn <[email protected]>
4949 L:      [email protected]
4950 W:      www.Open-FCoE.org
4951 S:      Supported
4952 F:      drivers/scsi/libfc/
4953 F:      drivers/scsi/fcoe/
4954 F:      include/scsi/fc/
4955 F:      include/scsi/libfc.h
4956 F:      include/scsi/libfcoe.h
4957 F:      include/uapi/scsi/fc/
4958
4959 FILE LOCKING (flock() and fcntl()/lockf())
4960 M:      Jeff Layton <[email protected]>
4961 M:      "J. Bruce Fields" <[email protected]>
4962 L:      [email protected]
4963 S:      Maintained
4964 F:      include/linux/fcntl.h
4965 F:      include/linux/fs.h
4966 F:      include/uapi/linux/fcntl.h
4967 F:      include/uapi/linux/fs.h
4968 F:      fs/fcntl.c
4969 F:      fs/locks.c
4970
4971 FILESYSTEMS (VFS and infrastructure)
4972 M:      Alexander Viro <[email protected]>
4973 L:      [email protected]
4974 S:      Maintained
4975 F:      fs/*
4976
4977 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4978 M:      Riku Voipio <[email protected]>
4979 L:      [email protected]
4980 S:      Maintained
4981 F:      drivers/hwmon/f75375s.c
4982 F:      include/linux/f75375s.h
4983
4984 FIREWIRE AUDIO DRIVERS
4985 M:      Clemens Ladisch <[email protected]>
4986 L:      [email protected] (moderated for non-subscribers)
4987 T:      git git://git.alsa-project.org/alsa-kernel.git
4988 S:      Maintained
4989 F:      sound/firewire/
4990
4991 FIREWIRE MEDIA DRIVERS (firedtv)
4992 M:      Stefan Richter <[email protected]>
4993 L:      [email protected]
4994 L:      [email protected]
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4996 S:      Maintained
4997 F:      drivers/media/firewire/
4998
4999 FIREWIRE SBP-2 TARGET
5000 M:      Chris Boot <[email protected]>
5001 L:      [email protected]
5002 L:      [email protected]
5003 L:      [email protected]
5004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5005 S:      Maintained
5006 F:      drivers/target/sbp/
5007
5008 FIREWIRE SUBSYSTEM
5009 M:      Stefan Richter <[email protected]>
5010 L:      [email protected]
5011 W:      http://ieee1394.wiki.kernel.org/
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5013 S:      Maintained
5014 F:      drivers/firewire/
5015 F:      include/linux/firewire.h
5016 F:      include/uapi/linux/firewire*.h
5017 F:      tools/firewire/
5018
5019 FIRMWARE LOADER (request_firmware)
5020 M:      Ming Lei <[email protected]>
5021 M:      Luis R. Rodriguez <[email protected]>
5022 L:      [email protected]
5023 S:      Maintained
5024 F:      Documentation/firmware_class/
5025 F:      drivers/base/firmware*.c
5026 F:      include/linux/firmware.h
5027
5028 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5029 M:      Joshua Morris <[email protected]>
5030 M:      Philip Kelleher <[email protected]>
5031 S:      Maintained
5032 F:      drivers/block/rsxx/
5033
5034 FLOPPY DRIVER
5035 M:      Jiri Kosina <[email protected]>
5036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5037 S:      Odd fixes
5038 F:      drivers/block/floppy.c
5039
5040 FMC SUBSYSTEM
5041 M:      Alessandro Rubini <[email protected]>
5042 W:      http://www.ohwr.org/projects/fmc-bus
5043 S:      Supported
5044 F:      drivers/fmc/
5045 F:      include/linux/fmc*.h
5046 F:      include/linux/ipmi-fru.h
5047 K:      fmc_d.*register
5048
5049 FPGA MANAGER FRAMEWORK
5050 M:      Alan Tull <[email protected]>
5051 R:      Moritz Fischer <[email protected]>
5052 L:      [email protected]
5053 S:      Maintained
5054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5055 F:      drivers/fpga/
5056 F:      include/linux/fpga/fpga-mgr.h
5057 W:      http://www.rocketboards.org
5058
5059 FPU EMULATOR
5060 M:      Bill Metzenthen <[email protected]>
5061 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5062 S:      Maintained
5063 F:      arch/x86/math-emu/
5064
5065 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5066 L:      [email protected]
5067 S:      Orphan
5068 F:      drivers/net/wan/dlci.c
5069 F:      drivers/net/wan/sdla.c
5070
5071 FRAMEBUFFER LAYER
5072 L:      [email protected]
5073 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5074 S:      Orphan
5075 F:      Documentation/fb/
5076 F:      drivers/video/
5077 F:      include/video/
5078 F:      include/linux/fb.h
5079 F:      include/uapi/video/
5080 F:      include/uapi/linux/fb.h
5081
5082 FREESCALE DIU FRAMEBUFFER DRIVER
5083 M:      Timur Tabi <[email protected]>
5084 L:      [email protected]
5085 S:      Maintained
5086 F:      drivers/video/fbdev/fsl-diu-fb.*
5087
5088 FREESCALE DMA DRIVER
5089 M:      Li Yang <[email protected]>
5090 M:      Zhang Wei <[email protected]>
5091 L:      [email protected]
5092 S:      Maintained
5093 F:      drivers/dma/fsldma.*
5094
5095 FREESCALE GPMI NAND DRIVER
5096 M:      Han Xu <[email protected]>
5097 L:      [email protected]
5098 S:      Maintained
5099 F:      drivers/mtd/nand/gpmi-nand/*
5100
5101 FREESCALE I2C CPM DRIVER
5102 M:      Jochen Friedrich <[email protected]>
5103 L:      [email protected]
5104 L:      [email protected]
5105 S:      Maintained
5106 F:      drivers/i2c/busses/i2c-cpm.c
5107
5108 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5109 M:      Sascha Hauer <[email protected]>
5110 L:      [email protected]
5111 L:      [email protected] (moderated for non-subscribers)
5112 S:      Maintained
5113 F:      include/linux/platform_data/video-imxfb.h
5114 F:      drivers/video/fbdev/imxfb.c
5115
5116 FREESCALE QUAD SPI DRIVER
5117 M:      Han Xu <[email protected]>
5118 L:      [email protected]
5119 S:      Maintained
5120 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5121
5122 FREESCALE SOC FS_ENET DRIVER
5123 M:      Pantelis Antoniou <[email protected]>
5124 M:      Vitaly Bordug <[email protected]>
5125 L:      [email protected]
5126 L:      [email protected]
5127 S:      Maintained
5128 F:      drivers/net/ethernet/freescale/fs_enet/
5129 F:      include/linux/fs_enet_pd.h
5130
5131 FREESCALE IMX / MXC FEC DRIVER
5132 M:      Fugang Duan <[email protected]>
5133 L:      [email protected]
5134 S:      Maintained
5135 F:      drivers/net/ethernet/freescale/fec_main.c
5136 F:      drivers/net/ethernet/freescale/fec_ptp.c
5137 F:      drivers/net/ethernet/freescale/fec.h
5138 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5139
5140 FREESCALE QORIQ DPAA FMAN DRIVER
5141 M:      Madalin Bucur <[email protected]>
5142 L:      [email protected]
5143 S:      Maintained
5144 F:      drivers/net/ethernet/freescale/fman
5145 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5146
5147 FREESCALE SOC DRIVERS
5148 M:      Scott Wood <[email protected]>
5149 L:      [email protected]
5150 L:      [email protected]
5151 S:      Maintained
5152 F:      drivers/soc/fsl/
5153 F:      include/linux/fsl/
5154
5155 FREESCALE QUICC ENGINE LIBRARY
5156 M:      Qiang Zhao <[email protected]>
5157 L:      [email protected]
5158 S:      Maintained
5159 F:      drivers/soc/fsl/qe/
5160 F:      include/soc/fsl/*qe*.h
5161 F:      include/soc/fsl/*ucc*.h
5162
5163 FREESCALE USB PERIPHERAL DRIVERS
5164 M:      Li Yang <[email protected]>
5165 L:      [email protected]
5166 L:      [email protected]
5167 S:      Maintained
5168 F:      drivers/usb/gadget/udc/fsl*
5169
5170 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5171 M:      Li Yang <[email protected]>
5172 L:      [email protected]
5173 L:      [email protected]
5174 S:      Maintained
5175 F:      drivers/net/ethernet/freescale/ucc_geth*
5176
5177 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5178 M:      Claudiu Manoil <[email protected]>
5179 L:      [email protected]
5180 S:      Maintained
5181 F:      drivers/net/ethernet/freescale/gianfar*
5182 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5183 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5184
5185 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5186 M:      Zhao Qiang <[email protected]>
5187 L:      [email protected]
5188 L:      [email protected]
5189 S:      Maintained
5190 F:      drivers/net/wan/fsl_ucc_hdlc*
5191
5192 FREESCALE QUICC ENGINE UCC UART DRIVER
5193 M:      Timur Tabi <[email protected]>
5194 L:      [email protected]
5195 S:      Maintained
5196 F:      drivers/tty/serial/ucc_uart.c
5197
5198 FREESCALE SOC SOUND DRIVERS
5199 M:      Timur Tabi <[email protected]>
5200 M:      Nicolin Chen <[email protected]>
5201 M:      Xiubo Li <[email protected]>
5202 R:      Fabio Estevam <[email protected]>
5203 L:      [email protected] (moderated for non-subscribers)
5204 L:      [email protected]
5205 S:      Maintained
5206 F:      sound/soc/fsl/fsl*
5207 F:      sound/soc/fsl/imx*
5208 F:      sound/soc/fsl/mpc8610_hpcd.c
5209
5210 FREEVXFS FILESYSTEM
5211 M:      Christoph Hellwig <[email protected]>
5212 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5213 S:      Maintained
5214 F:      fs/freevxfs/
5215
5216 FREEZER
5217 M:      "Rafael J. Wysocki" <[email protected]>
5218 M:      Pavel Machek <[email protected]>
5219 L:      [email protected]
5220 S:      Supported
5221 F:      Documentation/power/freezing-of-tasks.txt
5222 F:      include/linux/freezer.h
5223 F:      kernel/freezer.c
5224
5225 FRONTSWAP API
5226 M:      Konrad Rzeszutek Wilk <[email protected]>
5227 L:      [email protected]
5228 S:      Maintained
5229 F:      mm/frontswap.c
5230 F:      include/linux/frontswap.h
5231
5232 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5233 M:      David Howells <[email protected]>
5234 L:      [email protected] (moderated for non-subscribers)
5235 S:      Supported
5236 F:      Documentation/filesystems/caching/
5237 F:      fs/fscache/
5238 F:      include/linux/fscache*.h
5239
5240 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5241 M:      Theodore Y. Ts'o <[email protected]>
5242 M:      Jaegeuk Kim <[email protected]>
5243 S:      Supported
5244 F:      fs/crypto/
5245 F:      include/linux/fscrypto.h
5246
5247 F2FS FILE SYSTEM
5248 M:      Jaegeuk Kim <[email protected]>
5249 M:      Chao Yu <[email protected]>
5250 L:      [email protected]
5251 W:      https://f2fs.wiki.kernel.org/
5252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5253 S:      Maintained
5254 F:      Documentation/filesystems/f2fs.txt
5255 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5256 F:      fs/f2fs/
5257 F:      include/linux/f2fs_fs.h
5258 F:      include/trace/events/f2fs.h
5259
5260 FUJITSU FR-V (FRV) PORT
5261 S:      Orphan
5262 F:      arch/frv/
5263
5264 FUJITSU LAPTOP EXTRAS
5265 M:      Jonathan Woithe <[email protected]>
5266 L:      [email protected]
5267 S:      Maintained
5268 F:      drivers/platform/x86/fujitsu-laptop.c
5269
5270 FUJITSU M-5MO LS CAMERA ISP DRIVER
5271 M:      Kyungmin Park <[email protected]>
5272 M:      Heungjun Kim <[email protected]>
5273 L:      [email protected]
5274 S:      Maintained
5275 F:      drivers/media/i2c/m5mols/
5276 F:      include/media/i2c/m5mols.h
5277
5278 FUJITSU TABLET EXTRAS
5279 M:      Robert Gerlach <[email protected]>
5280 L:      [email protected]
5281 S:      Maintained
5282 F:      drivers/platform/x86/fujitsu-tablet.c
5283
5284 FUSE: FILESYSTEM IN USERSPACE
5285 M:      Miklos Szeredi <[email protected]>
5286 L:      [email protected]
5287 W:      http://fuse.sourceforge.net/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5289 S:      Maintained
5290 F:      fs/fuse/
5291 F:      include/uapi/linux/fuse.h
5292 F:      Documentation/filesystems/fuse.txt
5293
5294 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5295 M:      Rik Faith <[email protected]>
5296 L:      [email protected]
5297 S:      Odd Fixes (e.g., new signatures)
5298 F:      drivers/scsi/fdomain.*
5299
5300 GCC PLUGINS
5301 M:      Kees Cook <[email protected]>
5302 R:      Emese Revfy <[email protected]>
5303 L:      [email protected]
5304 S:      Maintained
5305 F:      scripts/gcc-plugins/
5306 F:      scripts/gcc-plugin.sh
5307 F:      scripts/Makefile.gcc-plugins
5308 F:      Documentation/gcc-plugins.txt
5309
5310 GCOV BASED KERNEL PROFILING
5311 M:      Peter Oberparleiter <[email protected]>
5312 S:      Maintained
5313 F:      kernel/gcov/
5314 F:      Documentation/dev-tools/gcov.rst
5315
5316 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5317 M:      Achim Leubner <[email protected]>
5318 L:      [email protected]
5319 W:      http://www.icp-vortex.com/
5320 S:      Supported
5321 F:      drivers/scsi/gdt*
5322
5323 GDB KERNEL DEBUGGING HELPER SCRIPTS
5324 M:      Jan Kiszka <[email protected]>
5325 M:      Kieran Bingham <[email protected]>
5326 S:      Supported
5327 F:      scripts/gdb/
5328
5329 GEMTEK FM RADIO RECEIVER DRIVER
5330 M:      Hans Verkuil <[email protected]>
5331 L:      [email protected]
5332 T:      git git://linuxtv.org/media_tree.git
5333 W:      https://linuxtv.org
5334 S:      Maintained
5335 F:      drivers/media/radio/radio-gemtek*
5336
5337 GENERIC GPIO I2C DRIVER
5338 M:      Haavard Skinnemoen <[email protected]>
5339 S:      Supported
5340 F:      drivers/i2c/busses/i2c-gpio.c
5341 F:      include/linux/i2c-gpio.h
5342
5343 GENERIC GPIO I2C MULTIPLEXER DRIVER
5344 M:      Peter Korsgaard <[email protected]>
5345 L:      [email protected]
5346 S:      Supported
5347 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5348 F:      include/linux/i2c-mux-gpio.h
5349 F:      Documentation/i2c/muxes/i2c-mux-gpio
5350
5351 GENERIC HDLC (WAN) DRIVERS
5352 M:      Krzysztof Halasa <[email protected]>
5353 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5354 S:      Maintained
5355 F:      drivers/net/wan/c101.c
5356 F:      drivers/net/wan/hd6457*
5357 F:      drivers/net/wan/hdlc*
5358 F:      drivers/net/wan/n2.c
5359 F:      drivers/net/wan/pc300too.c
5360 F:      drivers/net/wan/pci200syn.c
5361 F:      drivers/net/wan/wanxl*
5362
5363 GENERIC INCLUDE/ASM HEADER FILES
5364 M:      Arnd Bergmann <[email protected]>
5365 L:      [email protected]
5366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5367 S:      Maintained
5368 F:      include/asm-generic/
5369 F:      include/uapi/asm-generic/
5370
5371 GENERIC PHY FRAMEWORK
5372 M:      Kishon Vijay Abraham I <[email protected]>
5373 L:      [email protected]
5374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5375 S:      Supported
5376 F:      drivers/phy/
5377 F:      include/linux/phy/
5378
5379 GENERIC PM DOMAINS
5380 M:      "Rafael J. Wysocki" <[email protected]>
5381 M:      Kevin Hilman <[email protected]>
5382 M:      Ulf Hansson <[email protected]>
5383 L:      [email protected]
5384 S:      Supported
5385 F:      drivers/base/power/domain*.c
5386 F:      include/linux/pm_domain.h
5387
5388 GENERIC UIO DRIVER FOR PCI DEVICES
5389 M:      "Michael S. Tsirkin" <[email protected]>
5390 L:      [email protected]
5391 S:      Supported
5392 F:      drivers/uio/uio_pci_generic.c
5393
5394 GET_MAINTAINER SCRIPT
5395 M:      Joe Perches <[email protected]>
5396 S:      Maintained
5397 F:      scripts/get_maintainer.pl
5398
5399 GENWQE (IBM Generic Workqueue Card)
5400 M:      Frank Haverkamp <[email protected]>
5401 M:      Gabriel Krisman Bertazi <[email protected]>
5402 S:      Supported
5403 F:      drivers/misc/genwqe/
5404
5405 GFS2 FILE SYSTEM
5406 M:      Steven Whitehouse <[email protected]>
5407 M:      Bob Peterson <[email protected]>
5408 L:      [email protected]
5409 W:      http://sources.redhat.com/cluster/
5410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5411 S:      Supported
5412 F:      Documentation/filesystems/gfs2*.txt
5413 F:      fs/gfs2/
5414 F:      include/uapi/linux/gfs2_ondisk.h
5415
5416 GIGASET ISDN DRIVERS
5417 M:      Paul Bolle <[email protected]>
5418 L:      [email protected]
5419 W:      http://gigaset307x.sourceforge.net/
5420 S:      Odd Fixes
5421 F:      Documentation/isdn/README.gigaset
5422 F:      drivers/isdn/gigaset/
5423 F:      include/uapi/linux/gigaset_dev.h
5424
5425 GO7007 MPEG CODEC
5426 M:      Hans Verkuil <[email protected]>
5427 L:      [email protected]
5428 S:      Maintained
5429 F:      drivers/media/usb/go7007/
5430
5431 GOODIX TOUCHSCREEN
5432 M:      Bastien Nocera <[email protected]>
5433 L:      [email protected]
5434 S:      Maintained
5435 F:      drivers/input/touchscreen/goodix.c
5436
5437 GPIO MOCKUP DRIVER
5438 M:      Bamvor Jian Zhang <[email protected]>
5439 L:      [email protected]
5440 S:      Maintained
5441 F:      drivers/gpio/gpio-mockup.c
5442 F:      tools/testing/selftests/gpio/
5443
5444 GPIO SUBSYSTEM
5445 M:      Linus Walleij <[email protected]>
5446 M:      Alexandre Courbot <[email protected]>
5447 L:      [email protected]
5448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5449 S:      Maintained
5450 F:      Documentation/devicetree/bindings/gpio/
5451 F:      Documentation/gpio/
5452 F:      Documentation/ABI/testing/gpio-cdev
5453 F:      Documentation/ABI/obsolete/sysfs-gpio
5454 F:      drivers/gpio/
5455 F:      include/linux/gpio/
5456 F:      include/linux/gpio.h
5457 F:      include/asm-generic/gpio.h
5458 F:      include/uapi/linux/gpio.h
5459 F:      tools/gpio/
5460
5461 GRE DEMULTIPLEXER DRIVER
5462 M:      Dmitry Kozlov <[email protected]>
5463 L:      [email protected]
5464 S:      Maintained
5465 F:      net/ipv4/gre_demux.c
5466 F:      net/ipv4/gre_offload.c
5467 F:      include/net/gre.h
5468
5469 GRETH 10/100/1G Ethernet MAC device driver
5470 M:      Andreas Larsson <[email protected]>
5471 L:      [email protected]
5472 S:      Maintained
5473 F:      drivers/net/ethernet/aeroflex/
5474
5475 GREYBUS SUBSYSTEM
5476 M:      Johan Hovold <[email protected]>
5477 M:      Alex Elder <[email protected]>
5478 M:      Greg Kroah-Hartman <[email protected]>
5479 S:      Maintained
5480 F:      drivers/staging/greybus/
5481
5482 GREYBUS AUDIO PROTOCOLS DRIVERS
5483 M:      Vaibhav Agarwal <[email protected]>
5484 M:      Mark Greer <[email protected]>
5485 S:      Maintained
5486 F:      drivers/staging/greybus/audio_apbridgea.c
5487 F:      drivers/staging/greybus/audio_apbridgea.h
5488 F:      drivers/staging/greybus/audio_codec.c
5489 F:      drivers/staging/greybus/audio_codec.h
5490 F:      drivers/staging/greybus/audio_gb.c
5491 F:      drivers/staging/greybus/audio_manager.c
5492 F:      drivers/staging/greybus/audio_manager.h
5493 F:      drivers/staging/greybus/audio_manager_module.c
5494 F:      drivers/staging/greybus/audio_manager_private.h
5495 F:      drivers/staging/greybus/audio_manager_sysfs.c
5496 F:      drivers/staging/greybus/audio_module.c
5497 F:      drivers/staging/greybus/audio_topology.c
5498
5499 GREYBUS PROTOCOLS DRIVERS
5500 M:      Rui Miguel Silva <[email protected]>
5501 S:      Maintained
5502 F:      drivers/staging/greybus/sdio.c
5503 F:      drivers/staging/greybus/light.c
5504 F:      drivers/staging/greybus/gpio.c
5505 F:      drivers/staging/greybus/power_supply.c
5506 F:      drivers/staging/greybus/spi.c
5507 F:      drivers/staging/greybus/spilib.c
5508
5509 GREYBUS PROTOCOLS DRIVERS
5510 M:      Bryan O'Donoghue <[email protected]>
5511 S:      Maintained
5512 F:      drivers/staging/greybus/loopback.c
5513 F:      drivers/staging/greybus/timesync.c
5514 F:      drivers/staging/greybus/timesync_platform.c
5515
5516 GREYBUS PROTOCOLS DRIVERS
5517 M:      Viresh Kumar <[email protected]>
5518 S:      Maintained
5519 F:      drivers/staging/greybus/authentication.c
5520 F:      drivers/staging/greybus/bootrom.c
5521 F:      drivers/staging/greybus/firmware.h
5522 F:      drivers/staging/greybus/fw-core.c
5523 F:      drivers/staging/greybus/fw-download.c
5524 F:      drivers/staging/greybus/fw-managament.c
5525 F:      drivers/staging/greybus/greybus_authentication.h
5526 F:      drivers/staging/greybus/greybus_firmware.h
5527 F:      drivers/staging/greybus/hid.c
5528 F:      drivers/staging/greybus/i2c.c
5529 F:      drivers/staging/greybus/spi.c
5530 F:      drivers/staging/greybus/spilib.c
5531 F:      drivers/staging/greybus/spilib.h
5532
5533 GREYBUS PROTOCOLS DRIVERS
5534 M:      David Lin <[email protected]>
5535 S:      Maintained
5536 F:      drivers/staging/greybus/uart.c
5537 F:      drivers/staging/greybus/log.c
5538
5539 GREYBUS PLATFORM DRIVERS
5540 M:      Vaibhav Hiremath <[email protected]>
5541 S:      Maintained
5542 F:      drivers/staging/greybus/arche-platform.c
5543 F:      drivers/staging/greybus/arche-apb-ctrl.c
5544 F:      drivers/staging/greybus/arche_platform.h
5545
5546 GS1662 VIDEO SERIALIZER
5547 M:      Charles-Antoine Couret <[email protected]>
5548 L:      [email protected]
5549 T:      git git://linuxtv.org/media_tree.git
5550 S:      Maintained
5551 F:      drivers/media/spi/gs1662.c
5552
5553 GSPCA FINEPIX SUBDRIVER
5554 M:      Frank Zago <[email protected]>
5555 L:      [email protected]
5556 T:      git git://linuxtv.org/media_tree.git
5557 S:      Maintained
5558 F:      drivers/media/usb/gspca/finepix.c
5559
5560 GSPCA GL860 SUBDRIVER
5561 M:      Olivier Lorin <[email protected]>
5562 L:      [email protected]
5563 T:      git git://linuxtv.org/media_tree.git
5564 S:      Maintained
5565 F:      drivers/media/usb/gspca/gl860/
5566
5567 GSPCA M5602 SUBDRIVER
5568 M:      Erik Andren <[email protected]>
5569 L:      [email protected]
5570 T:      git git://linuxtv.org/media_tree.git
5571 S:      Maintained
5572 F:      drivers/media/usb/gspca/m5602/
5573
5574 GSPCA PAC207 SONIXB SUBDRIVER
5575 M:      Hans Verkuil <[email protected]>
5576 L:      [email protected]
5577 T:      git git://linuxtv.org/media_tree.git
5578 S:      Odd Fixes
5579 F:      drivers/media/usb/gspca/pac207.c
5580
5581 GSPCA SN9C20X SUBDRIVER
5582 M:      Brian Johnson <[email protected]>
5583 L:      [email protected]
5584 T:      git git://linuxtv.org/media_tree.git
5585 S:      Maintained
5586 F:      drivers/media/usb/gspca/sn9c20x.c
5587
5588 GSPCA T613 SUBDRIVER
5589 M:      Leandro Costantino <[email protected]>
5590 L:      [email protected]
5591 T:      git git://linuxtv.org/media_tree.git
5592 S:      Maintained
5593 F:      drivers/media/usb/gspca/t613.c
5594
5595 GSPCA USB WEBCAM DRIVER
5596 M:      Hans Verkuil <[email protected]>
5597 L:      [email protected]
5598 T:      git git://linuxtv.org/media_tree.git
5599 S:      Odd Fixes
5600 F:      drivers/media/usb/gspca/
5601
5602 GUID PARTITION TABLE (GPT)
5603 M:      Davidlohr Bueso <[email protected]>
5604 L:      [email protected]
5605 S:      Maintained
5606 F:      block/partitions/efi.*
5607
5608 STK1160 USB VIDEO CAPTURE DRIVER
5609 M:      Ezequiel Garcia <[email protected]>
5610 L:      [email protected]
5611 T:      git git://linuxtv.org/media_tree.git
5612 S:      Maintained
5613 F:      drivers/media/usb/stk1160/
5614
5615 H8/300 ARCHITECTURE
5616 M:      Yoshinori Sato <[email protected]>
5617 L:      [email protected] (moderated for non-subscribers)
5618 W:      http://uclinux-h8.sourceforge.jp
5619 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5620 S:      Maintained
5621 F:      arch/h8300/
5622 F:      drivers/clocksource/h8300_*.c
5623 F:      drivers/clk/h8300/
5624 F:      drivers/irqchip/irq-renesas-h8*.c
5625
5626 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5627 M:      Frank Seidel <[email protected]>
5628 L:      [email protected]
5629 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5630 S:      Maintained
5631 F:      drivers/platform/x86/hdaps.c
5632
5633 HDPVR USB VIDEO ENCODER DRIVER
5634 M:      Hans Verkuil <[email protected]>
5635 L:      [email protected]
5636 T:      git git://linuxtv.org/media_tree.git
5637 W:      https://linuxtv.org
5638 S:      Odd Fixes
5639 F:      drivers/media/usb/hdpvr/
5640
5641 HWPOISON MEMORY FAILURE HANDLING
5642 M:      Naoya Horiguchi <[email protected]>
5643 L:      [email protected]
5644 S:      Maintained
5645 F:      mm/memory-failure.c
5646 F:      mm/hwpoison-inject.c
5647
5648 HYPERVISOR VIRTUAL CONSOLE DRIVER
5649 L:      [email protected]
5650 S:      Odd Fixes
5651 F:      drivers/tty/hvc/
5652
5653 HACKRF MEDIA DRIVER
5654 M:      Antti Palosaari <[email protected]>
5655 L:      [email protected]
5656 W:      https://linuxtv.org
5657 W:      http://palosaari.fi/linux/
5658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5659 T:      git git://linuxtv.org/anttip/media_tree.git
5660 S:      Maintained
5661 F:      drivers/media/usb/hackrf/
5662
5663 HARDWARE MONITORING
5664 M:      Jean Delvare <[email protected]>
5665 M:      Guenter Roeck <[email protected]>
5666 L:      [email protected]
5667 W:      http://hwmon.wiki.kernel.org/
5668 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5670 S:      Maintained
5671 F:      Documentation/hwmon/
5672 F:      drivers/hwmon/
5673 F:      include/linux/hwmon*.h
5674
5675 HARDWARE RANDOM NUMBER GENERATOR CORE
5676 M:      Matt Mackall <[email protected]>
5677 M:      Herbert Xu <[email protected]>
5678 L:      [email protected]
5679 S:      Odd fixes
5680 F:      Documentation/devicetree/bindings/rng/
5681 F:      Documentation/hw_random.txt
5682 F:      drivers/char/hw_random/
5683 F:      include/linux/hw_random.h
5684
5685 HARDWARE SPINLOCK CORE
5686 M:      Ohad Ben-Cohen <[email protected]>
5687 M:      Bjorn Andersson <[email protected]>
5688 L:      [email protected]
5689 S:      Maintained
5690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5691 F:      Documentation/devicetree/bindings/hwlock/
5692 F:      Documentation/hwspinlock.txt
5693 F:      drivers/hwspinlock/
5694 F:      include/linux/hwspinlock.h
5695
5696 HARMONY SOUND DRIVER
5697 L:      [email protected]
5698 S:      Maintained
5699 F:      sound/parisc/harmony.*
5700
5701 HD29L2 MEDIA DRIVER
5702 M:      Antti Palosaari <[email protected]>
5703 L:      [email protected]
5704 W:      https://linuxtv.org
5705 W:      http://palosaari.fi/linux/
5706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5707 T:      git git://linuxtv.org/anttip/media_tree.git
5708 S:      Maintained
5709 F:      drivers/media/dvb-frontends/hd29l2*
5710
5711 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5712 M:      Brian Boylston <[email protected]>
5713 S:      Supported
5714 F:      Documentation/watchdog/hpwdt.txt
5715 F:      drivers/watchdog/hpwdt.c
5716
5717 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5718 M:      Don Brace <[email protected]>
5719 L:      [email protected]
5720 L:      [email protected]
5721 L:      [email protected]
5722 S:      Supported
5723 F:      Documentation/scsi/hpsa.txt
5724 F:      drivers/scsi/hpsa*.[ch]
5725 F:      include/linux/cciss*.h
5726 F:      include/uapi/linux/cciss*.h
5727
5728 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5729 M:      Don Brace <[email protected]>
5730 L:      [email protected]
5731 L:      [email protected]
5732 L:      [email protected]
5733 S:      Supported
5734 F:      Documentation/blockdev/cciss.txt
5735 F:      drivers/block/cciss*
5736 F:      include/linux/cciss_ioctl.h
5737 F:      include/uapi/linux/cciss_ioctl.h
5738
5739 HFI1 DRIVER
5740 M:      Mike Marciniszyn <[email protected]>
5741 M:      Dennis Dalessandro <[email protected]>
5742 L:      [email protected]
5743 S:      Supported
5744 F:      drivers/infiniband/hw/hfi1
5745
5746 HFS FILESYSTEM
5747 L:      [email protected]
5748 S:      Orphan
5749 F:      Documentation/filesystems/hfs.txt
5750 F:      fs/hfs/
5751
5752 HFSPLUS FILESYSTEM
5753 L:      [email protected]
5754 S:      Orphan
5755 F:      Documentation/filesystems/hfsplus.txt
5756 F:      fs/hfsplus/
5757
5758 HGA FRAMEBUFFER DRIVER
5759 M:      Ferenc Bakonyi <[email protected]>
5760 L:      [email protected]
5761 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5762 S:      Maintained
5763 F:      drivers/video/fbdev/hgafb.c
5764
5765 HIBERNATION (aka Software Suspend, aka swsusp)
5766 M:      "Rafael J. Wysocki" <[email protected]>
5767 M:      Pavel Machek <[email protected]>
5768 L:      [email protected]
5769 B:      https://bugzilla.kernel.org
5770 S:      Supported
5771 F:      arch/x86/power/
5772 F:      drivers/base/power/
5773 F:      kernel/power/
5774 F:      include/linux/suspend.h
5775 F:      include/linux/freezer.h
5776 F:      include/linux/pm.h
5777 F:      arch/*/include/asm/suspend*.h
5778
5779 HID CORE LAYER
5780 M:      Jiri Kosina <[email protected]>
5781 R:      Benjamin Tissoires <[email protected]>
5782 L:      [email protected]
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5784 S:      Maintained
5785 F:      drivers/hid/
5786 F:      include/linux/hid*
5787 F:      include/uapi/linux/hid*
5788
5789 HID SENSOR HUB DRIVERS
5790 M:      Jiri Kosina <[email protected]>
5791 M:      Jonathan Cameron <[email protected]>
5792 M:      Srinivas Pandruvada <[email protected]>
5793 L:      [email protected]
5794 L:      [email protected]
5795 S:      Maintained
5796 F:      Documentation/hid/hid-sensor*
5797 F:      drivers/hid/hid-sensor-*
5798 F:      drivers/iio/*/hid-*
5799 F:      include/linux/hid-sensor-*
5800
5801 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5802 M:      Thomas Gleixner <[email protected]>
5803 L:      [email protected]
5804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5805 S:      Maintained
5806 F:      Documentation/timers/
5807 F:      kernel/time/hrtimer.c
5808 F:      kernel/time/clockevents.c
5809 F:      kernel/time/tick*.*
5810 F:      kernel/time/timer_*.c
5811 F:      include/linux/clockchips.h
5812 F:      include/linux/hrtimer.h
5813
5814 HIGH-SPEED SCC DRIVER FOR AX.25
5815 L:      [email protected]
5816 S:      Orphan
5817 F:      drivers/net/hamradio/dmascc.c
5818 F:      drivers/net/hamradio/scc.c
5819
5820 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5821 M:      HighPoint Linux Team <[email protected]>
5822 W:      http://www.highpoint-tech.com
5823 S:      Supported
5824 F:      Documentation/scsi/hptiop.txt
5825 F:      drivers/scsi/hptiop.c
5826
5827 HIPPI
5828 M:      Jes Sorensen <[email protected]>
5829 L:      [email protected]
5830 S:      Maintained
5831 F:      include/linux/hippidevice.h
5832 F:      include/uapi/linux/if_hippi.h
5833 F:      net/802/hippi.c
5834 F:      drivers/net/hippi/
5835
5836 HISILICON NETWORK SUBSYSTEM DRIVER
5837 M:      Yisen Zhuang <[email protected]>
5838 M:      Salil Mehta <[email protected]>
5839 L:      [email protected]
5840 W:      http://www.hisilicon.com
5841 S:      Maintained
5842 F:      drivers/net/ethernet/hisilicon/
5843 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5844
5845 HISILICON ROCE DRIVER
5846 M:      Lijun Ou <[email protected]>
5847 M:      Wei Hu(Xavier) <[email protected]>
5848 L:      [email protected]
5849 S:      Maintained
5850 F:      drivers/infiniband/hw/hns/
5851 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5852
5853 HISILICON SAS Controller
5854 M:      John Garry <[email protected]>
5855 W:      http://www.hisilicon.com
5856 S:      Supported
5857 F:      drivers/scsi/hisi_sas/
5858 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5859
5860 HOST AP DRIVER
5861 M:      Jouni Malinen <[email protected]>
5862 L:      [email protected]
5863 W:      http://w1.fi/hostap-driver.html
5864 S:      Obsolete
5865 F:      drivers/net/wireless/intersil/hostap/
5866
5867 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5868 L:      [email protected]
5869 S:      Orphan
5870 F:      drivers/platform/x86/tc1100-wmi.c
5871
5872 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5873 M:      Jaroslav Kysela <[email protected]>
5874 S:      Maintained
5875 F:      drivers/net/ethernet/hp/hp100.*
5876
5877 HPET:   High Precision Event Timers driver
5878 M:      Clemens Ladisch <[email protected]>
5879 S:      Maintained
5880 F:      Documentation/timers/hpet.txt
5881 F:      drivers/char/hpet.c
5882 F:      include/linux/hpet.h
5883 F:      include/uapi/linux/hpet.h
5884
5885 HPET:   x86
5886 S:      Orphan
5887 F:      arch/x86/kernel/hpet.c
5888 F:      arch/x86/include/asm/hpet.h
5889
5890 HPFS FILESYSTEM
5891 M:      Mikulas Patocka <[email protected]>
5892 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5893 S:      Maintained
5894 F:      fs/hpfs/
5895
5896 HSI SUBSYSTEM
5897 M:      Sebastian Reichel <[email protected]>
5898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5899 S:      Maintained
5900 F:      Documentation/ABI/testing/sysfs-bus-hsi
5901 F:      Documentation/device-drivers/serial-interfaces.rst
5902 F:      drivers/hsi/
5903 F:      include/linux/hsi/
5904 F:      include/uapi/linux/hsi/
5905
5906 HSO 3G MODEM DRIVER
5907 M:      Jan Dumon <[email protected]>
5908 W:      http://www.pharscape.org
5909 S:      Maintained
5910 F:      drivers/net/usb/hso.c
5911
5912 HSR NETWORK PROTOCOL
5913 M:      Arvid Brodin <[email protected]>
5914 L:      [email protected]
5915 S:      Maintained
5916 F:      net/hsr/
5917
5918 HTCPEN TOUCHSCREEN DRIVER
5919 M:      Pau Oliva Fora <[email protected]>
5920 L:      [email protected]
5921 S:      Maintained
5922 F:      drivers/input/touchscreen/htcpen.c
5923
5924 HUGETLB FILESYSTEM
5925 M:      Nadia Yvette Chambers <[email protected]>
5926 S:      Maintained
5927 F:      fs/hugetlbfs/
5928
5929 HVA ST MEDIA DRIVER
5930 M:      Jean-Christophe Trotin <[email protected]>
5931 L:      [email protected]
5932 T:      git git://linuxtv.org/media_tree.git
5933 W:      https://linuxtv.org
5934 S:      Supported
5935 F:      drivers/media/platform/sti/hva
5936
5937 Hyper-V CORE AND DRIVERS
5938 M:      "K. Y. Srinivasan" <[email protected]>
5939 M:      Haiyang Zhang <[email protected]>
5940 L:      [email protected]
5941 S:      Maintained
5942 F:      arch/x86/include/asm/mshyperv.h
5943 F:      arch/x86/include/uapi/asm/hyperv.h
5944 F:      arch/x86/kernel/cpu/mshyperv.c
5945 F:      drivers/hid/hid-hyperv.c
5946 F:      drivers/hv/
5947 F:      drivers/input/serio/hyperv-keyboard.c
5948 F:      drivers/pci/host/pci-hyperv.c
5949 F:      drivers/net/hyperv/
5950 F:      drivers/scsi/storvsc_drv.c
5951 F:      drivers/uio/uio_hv_generic.c
5952 F:      drivers/video/fbdev/hyperv_fb.c
5953 F:      include/linux/hyperv.h
5954 F:      tools/hv/
5955 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5956
5957 I2C MUXES
5958 M:      Peter Rosin <[email protected]>
5959 L:      [email protected]
5960 S:      Maintained
5961 F:      Documentation/i2c/i2c-topology
5962 F:      Documentation/i2c/muxes/
5963 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5964 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5965 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5966 F:      drivers/i2c/i2c-mux.c
5967 F:      drivers/i2c/muxes/
5968 F:      include/linux/i2c-mux.h
5969
5970 I2C OVER PARALLEL PORT
5971 M:      Jean Delvare <[email protected]>
5972 L:      [email protected]
5973 S:      Maintained
5974 F:      Documentation/i2c/busses/i2c-parport
5975 F:      Documentation/i2c/busses/i2c-parport-light
5976 F:      drivers/i2c/busses/i2c-parport.c
5977 F:      drivers/i2c/busses/i2c-parport-light.c
5978
5979 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5980 M:      Jean Delvare <[email protected]>
5981 L:      [email protected]
5982 S:      Maintained
5983 F:      Documentation/i2c/busses/i2c-ali1535
5984 F:      Documentation/i2c/busses/i2c-ali1563
5985 F:      Documentation/i2c/busses/i2c-ali15x3
5986 F:      Documentation/i2c/busses/i2c-amd756
5987 F:      Documentation/i2c/busses/i2c-amd8111
5988 F:      Documentation/i2c/busses/i2c-i801
5989 F:      Documentation/i2c/busses/i2c-nforce2
5990 F:      Documentation/i2c/busses/i2c-piix4
5991 F:      Documentation/i2c/busses/i2c-sis5595
5992 F:      Documentation/i2c/busses/i2c-sis630
5993 F:      Documentation/i2c/busses/i2c-sis96x
5994 F:      Documentation/i2c/busses/i2c-via
5995 F:      Documentation/i2c/busses/i2c-viapro
5996 F:      drivers/i2c/busses/i2c-ali1535.c
5997 F:      drivers/i2c/busses/i2c-ali1563.c
5998 F:      drivers/i2c/busses/i2c-ali15x3.c
5999 F:      drivers/i2c/busses/i2c-amd756.c
6000 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6001 F:      drivers/i2c/busses/i2c-amd8111.c
6002 F:      drivers/i2c/busses/i2c-i801.c
6003 F:      drivers/i2c/busses/i2c-isch.c
6004 F:      drivers/i2c/busses/i2c-nforce2.c
6005 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6006 F:      drivers/i2c/busses/i2c-piix4.c
6007 F:      drivers/i2c/busses/i2c-sis5595.c
6008 F:      drivers/i2c/busses/i2c-sis630.c
6009 F:      drivers/i2c/busses/i2c-sis96x.c
6010 F:      drivers/i2c/busses/i2c-via.c
6011 F:      drivers/i2c/busses/i2c-viapro.c
6012
6013 I2C/SMBUS ISMT DRIVER
6014 M:      Seth Heasley <[email protected]>
6015 M:      Neil Horman <[email protected]>
6016 L:      [email protected]
6017 F:      drivers/i2c/busses/i2c-ismt.c
6018 F:      Documentation/i2c/busses/i2c-ismt
6019
6020 I2C/SMBUS STUB DRIVER
6021 M:      Jean Delvare <[email protected]>
6022 L:      [email protected]
6023 S:      Maintained
6024 F:      drivers/i2c/i2c-stub.c
6025
6026 I2C SUBSYSTEM
6027 M:      Wolfram Sang <[email protected]>
6028 L:      [email protected]
6029 W:      https://i2c.wiki.kernel.org/
6030 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6032 S:      Maintained
6033 F:      Documentation/devicetree/bindings/i2c/
6034 F:      Documentation/i2c/
6035 F:      drivers/i2c/
6036 F:      drivers/i2c/*/
6037 F:      include/linux/i2c.h
6038 F:      include/linux/i2c-*.h
6039 F:      include/uapi/linux/i2c.h
6040 F:      include/uapi/linux/i2c-*.h
6041
6042 I2C ACPI SUPPORT
6043 M:      Mika Westerberg <[email protected]>
6044 L:      [email protected]
6045 L:      [email protected]
6046 S:      Maintained
6047
6048 I2C-TAOS-EVM DRIVER
6049 M:      Jean Delvare <[email protected]>
6050 L:      [email protected]
6051 S:      Maintained
6052 F:      Documentation/i2c/busses/i2c-taos-evm
6053 F:      drivers/i2c/busses/i2c-taos-evm.c
6054
6055 I2C-TINY-USB DRIVER
6056 M:      Till Harbaum <[email protected]>
6057 L:      [email protected]
6058 W:      http://www.harbaum.org/till/i2c_tiny_usb
6059 S:      Maintained
6060 F:      drivers/i2c/busses/i2c-tiny-usb.c
6061
6062 i386 BOOT CODE
6063 M:      "H. Peter Anvin" <[email protected]>
6064 S:      Maintained
6065 F:      arch/x86/boot/
6066
6067 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6068 M:      "H. Peter Anvin" <[email protected]>
6069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6070 S:      Maintained
6071
6072 IA64 (Itanium) PLATFORM
6073 M:      Tony Luck <[email protected]>
6074 M:      Fenghua Yu <[email protected]>
6075 L:      [email protected]
6076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6077 S:      Maintained
6078 F:      arch/ia64/
6079
6080 IBM Power VMX Cryptographic instructions
6081 M:      Leonidas S. Barbosa <[email protected]>
6082 M:      Paulo Flabiano Smorigo <[email protected]>
6083 L:      [email protected]
6084 S:      Supported
6085 F:      drivers/crypto/vmx/Makefile
6086 F:      drivers/crypto/vmx/Kconfig
6087 F:      drivers/crypto/vmx/vmx.c
6088 F:      drivers/crypto/vmx/aes*
6089 F:      drivers/crypto/vmx/ghash*
6090 F:      drivers/crypto/vmx/ppc-xlate.pl
6091
6092 IBM Power in-Nest Crypto Acceleration
6093 M:      Leonidas S. Barbosa <[email protected]>
6094 M:      Paulo Flabiano Smorigo <[email protected]>
6095 L:      [email protected]
6096 S:      Supported
6097 F:      drivers/crypto/nx/Makefile
6098 F:      drivers/crypto/nx/Kconfig
6099 F:      drivers/crypto/nx/nx-aes*
6100 F:      drivers/crypto/nx/nx-sha*
6101 F:      drivers/crypto/nx/nx.*
6102 F:      drivers/crypto/nx/nx_csbcpb.h
6103 F:      drivers/crypto/nx/nx_debugfs.h
6104
6105 IBM Power 842 compression accelerator
6106 M:      Dan Streetman <[email protected]>
6107 S:      Supported
6108 F:      drivers/crypto/nx/Makefile
6109 F:      drivers/crypto/nx/Kconfig
6110 F:      drivers/crypto/nx/nx-842*
6111 F:      include/linux/sw842.h
6112 F:      crypto/842.c
6113 F:      lib/842/
6114
6115 IBM Power Linux RAID adapter
6116 M:      Brian King <[email protected]>
6117 S:      Supported
6118 F:      drivers/scsi/ipr.*
6119
6120 IBM Power Virtual Ethernet Device Driver
6121 M:      Thomas Falcon <[email protected]>
6122 L:      [email protected]
6123 S:      Supported
6124 F:      drivers/net/ethernet/ibm/ibmveth.*
6125
6126 IBM Power SRIOV Virtual NIC Device Driver
6127 M:      Thomas Falcon <[email protected]>
6128 M:      John Allen <[email protected]>
6129 L:      [email protected]
6130 S:      Supported
6131 F:      drivers/net/ethernet/ibm/ibmvnic.*
6132
6133 IBM Power Virtual SCSI Device Drivers
6134 M:      Tyrel Datwyler <[email protected]>
6135 L:      [email protected]
6136 S:      Supported
6137 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6138 F:      include/scsi/viosrp.h
6139
6140 IBM Power Virtual SCSI Device Target Driver
6141 M:      Bryant G. Ly <[email protected]>
6142 M:      Michael Cyr <[email protected]>
6143 L:      [email protected]
6144 L:      [email protected]
6145 S:      Supported
6146 F:      drivers/scsi/ibmvscsi_tgt/
6147
6148 IBM Power Virtual FC Device Drivers
6149 M:      Tyrel Datwyler <[email protected]>
6150 L:      [email protected]
6151 S:      Supported
6152 F:      drivers/scsi/ibmvscsi/ibmvfc*
6153
6154 IBM ServeRAID RAID DRIVER
6155 S:      Orphan
6156 F:      drivers/scsi/ips.*
6157
6158 ICH LPC AND GPIO DRIVER
6159 M:      Peter Tyser <[email protected]>
6160 S:      Maintained
6161 F:      drivers/mfd/lpc_ich.c
6162 F:      drivers/gpio/gpio-ich.c
6163
6164 IDE SUBSYSTEM
6165 M:      "David S. Miller" <[email protected]>
6166 L:      [email protected]
6167 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6169 S:      Maintained
6170 F:      Documentation/ide/
6171 F:      drivers/ide/
6172 F:      include/linux/ide.h
6173
6174 IDEAPAD LAPTOP EXTRAS DRIVER
6175 M:      Ike Panhc <[email protected]>
6176 L:      [email protected]
6177 W:      http://launchpad.net/ideapad-laptop
6178 S:      Maintained
6179 F:      drivers/platform/x86/ideapad-laptop.c
6180
6181 IDEAPAD LAPTOP SLIDEBAR DRIVER
6182 M:      Andrey Moiseev <[email protected]>
6183 L:      [email protected]
6184 W:      https://github.com/o2genum/ideapad-slidebar
6185 S:      Maintained
6186 F:      drivers/input/misc/ideapad_slidebar.c
6187
6188 IDE/ATAPI DRIVERS
6189 M:      Borislav Petkov <[email protected]>
6190 L:      [email protected]
6191 S:      Maintained
6192 F:      Documentation/cdrom/ide-cd
6193 F:      drivers/ide/ide-cd*
6194
6195 IEEE 802.15.4 SUBSYSTEM
6196 M:      Alexander Aring <[email protected]>
6197 M:      Stefan Schmidt <[email protected]>
6198 L:      [email protected]
6199 W:      http://wpan.cakelab.org/
6200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6202 S:      Maintained
6203 F:      net/ieee802154/
6204 F:      net/mac802154/
6205 F:      drivers/net/ieee802154/
6206 F:      include/linux/nl802154.h
6207 F:      include/linux/ieee802154.h
6208 F:      include/net/nl802154.h
6209 F:      include/net/mac802154.h
6210 F:      include/net/af_ieee802154.h
6211 F:      include/net/cfg802154.h
6212 F:      include/net/ieee802154_netdev.h
6213 F:      Documentation/networking/ieee802154.txt
6214
6215 IGORPLUG-USB IR RECEIVER
6216 M:      Sean Young <[email protected]>
6217 L:      [email protected]
6218 S:      Maintained
6219 F:      drivers/media/rc/igorplugusb.c
6220
6221 IGUANAWORKS USB IR TRANSCEIVER
6222 M:      Sean Young <[email protected]>
6223 L:      [email protected]
6224 S:      Maintained
6225 F:      drivers/media/rc/iguanair.c
6226
6227 IIO DIGITAL POTENTIOMETER DAC
6228 M:      Peter Rosin <[email protected]>
6229 L:      [email protected]
6230 S:      Maintained
6231 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6232 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6233 F:      drivers/iio/dac/dpot-dac.c
6234
6235 IIO ENVELOPE DETECTOR
6236 M:      Peter Rosin <[email protected]>
6237 L:      [email protected]
6238 S:      Maintained
6239 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6240 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6241 F:      drivers/iio/adc/envelope-detector.c
6242
6243 IIO SUBSYSTEM AND DRIVERS
6244 M:      Jonathan Cameron <[email protected]>
6245 R:      Hartmut Knaack <[email protected]>
6246 R:      Lars-Peter Clausen <[email protected]>
6247 R:      Peter Meerwald-Stadler <[email protected]>
6248 L:      [email protected]
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6250 S:      Maintained
6251 F:      Documentation/devicetree/bindings/iio/
6252 F:      drivers/iio/
6253 F:      drivers/staging/iio/
6254 F:      include/linux/iio/
6255 F:      tools/iio/
6256
6257 IKANOS/ADI EAGLE ADSL USB DRIVER
6258 M:      Matthieu Castet <[email protected]>
6259 M:      Stanislaw Gruszka <[email protected]>
6260 S:      Maintained
6261 F:      drivers/usb/atm/ueagle-atm.c
6262
6263 IMGTEC ASCII LCD DRIVER
6264 M:      Paul Burton <[email protected]>
6265 S:      Maintained
6266 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6267 F:      drivers/auxdisplay/img-ascii-lcd.c
6268
6269 INA209 HARDWARE MONITOR DRIVER
6270 M:      Guenter Roeck <[email protected]>
6271 L:      [email protected]
6272 S:      Maintained
6273 F:      Documentation/hwmon/ina209
6274 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6275 F:      drivers/hwmon/ina209.c
6276
6277 INA2XX HARDWARE MONITOR DRIVER
6278 M:      Guenter Roeck <[email protected]>
6279 L:      [email protected]
6280 S:      Maintained
6281 F:      Documentation/hwmon/ina2xx
6282 F:      drivers/hwmon/ina2xx.c
6283 F:      include/linux/platform_data/ina2xx.h
6284
6285 INDUSTRY PACK SUBSYSTEM (IPACK)
6286 M:      Samuel Iglesias Gonsalvez <[email protected]>
6287 M:      Jens Taprogge <[email protected]>
6288 M:      Greg Kroah-Hartman <[email protected]>
6289 L:      [email protected]
6290 W:      http://industrypack.sourceforge.net
6291 S:      Maintained
6292 F:      drivers/ipack/
6293
6294 INGENIC JZ4780 DMA Driver
6295 M:      Zubair Lutfullah Kakakhel <[email protected]>
6296 S:      Maintained
6297 F:      drivers/dma/dma-jz4780.c
6298
6299 INGENIC JZ4780 NAND DRIVER
6300 M:      Harvey Hunt <[email protected]>
6301 L:      [email protected]
6302 S:      Maintained
6303 F:      drivers/mtd/nand/jz4780_*
6304
6305 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6306 M:      Mimi Zohar <[email protected]>
6307 M:      Dmitry Kasatkin <[email protected]>
6308 L:      [email protected]
6309 L:      [email protected]
6310 L:      [email protected]
6311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6312 S:      Supported
6313 F:      security/integrity/ima/
6314
6315 IMGTEC IR DECODER DRIVER
6316 M:      James Hogan <[email protected]>
6317 S:      Maintained
6318 F:      drivers/media/rc/img-ir/
6319
6320 IMS TWINTURBO FRAMEBUFFER DRIVER
6321 L:      [email protected]
6322 S:      Orphan
6323 F:      drivers/video/fbdev/imsttfb.c
6324
6325 INFINIBAND SUBSYSTEM
6326 M:      Doug Ledford <[email protected]>
6327 M:      Sean Hefty <[email protected]>
6328 M:      Hal Rosenstock <[email protected]>
6329 L:      [email protected]
6330 W:      http://www.openfabrics.org/
6331 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6333 S:      Supported
6334 F:      Documentation/infiniband/
6335 F:      drivers/infiniband/
6336 F:      include/uapi/linux/if_infiniband.h
6337 F:      include/uapi/rdma/
6338 F:      include/rdma/
6339
6340 INOTIFY
6341 M:      John McCutchan <[email protected]>
6342 M:      Robert Love <[email protected]>
6343 M:      Eric Paris <[email protected]>
6344 S:      Maintained
6345 F:      Documentation/filesystems/inotify.txt
6346 F:      fs/notify/inotify/
6347 F:      include/linux/inotify.h
6348 F:      include/uapi/linux/inotify.h
6349
6350 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6351 M:      Dmitry Torokhov <[email protected]>
6352 L:      [email protected]
6353 Q:      http://patchwork.kernel.org/project/linux-input/list/
6354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6355 S:      Maintained
6356 F:      drivers/input/
6357 F:      include/linux/input.h
6358 F:      include/uapi/linux/input.h
6359 F:      include/linux/input/
6360 F:      Documentation/devicetree/bindings/input/
6361
6362 INPUT MULTITOUCH (MT) PROTOCOL
6363 M:      Henrik Rydberg <[email protected]>
6364 L:      [email protected]
6365 S:      Odd fixes
6366 F:      Documentation/input/multi-touch-protocol.txt
6367 F:      drivers/input/input-mt.c
6368 K:      \b(ABS|SYN)_MT_
6369
6370 INTEL ASoC BDW/HSW DRIVERS
6371 M:      Jie Yang <[email protected]>
6372 L:      [email protected] (moderated for non-subscribers)
6373 S:      Supported
6374 F:      sound/soc/intel/common/sst-dsp*
6375 F:      sound/soc/intel/common/sst-firmware.c
6376 F:      sound/soc/intel/boards/broadwell.c
6377 F:      sound/soc/intel/haswell/
6378
6379 INTEL C600 SERIES SAS CONTROLLER DRIVER
6380 M:      Intel SCU Linux support <[email protected]>
6381 M:      Artur Paszkiewicz <[email protected]>
6382 L:      [email protected]
6383 T:      git git://git.code.sf.net/p/intel-sas/isci
6384 S:      Supported
6385 F:      drivers/scsi/isci/
6386
6387 INTEL HID EVENT DRIVER
6388 M:      Alex Hung <[email protected]>
6389 L:      [email protected]
6390 S:      Maintained
6391 F:      drivers/platform/x86/intel-hid.c
6392
6393 INTEL VIRTUAL BUTTON DRIVER
6394 M:      AceLan Kao <[email protected]>
6395 L:      [email protected]
6396 S:      Maintained
6397 F:      drivers/platform/x86/intel-vbtn.c
6398
6399 INTEL IDLE DRIVER
6400 M:      Jacob Pan <[email protected]>
6401 M:      Len Brown <[email protected]>
6402 L:      [email protected]
6403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6404 B:      https://bugzilla.kernel.org
6405 S:      Supported
6406 F:      drivers/idle/intel_idle.c
6407
6408 INTEL INTEGRATED SENSOR HUB DRIVER
6409 M:      Srinivas Pandruvada <[email protected]>
6410 M:      Jiri Kosina <[email protected]>
6411 L:      [email protected]
6412 S:      Maintained
6413 F:      drivers/hid/intel-ish-hid/
6414
6415 INTEL PSTATE DRIVER
6416 M:      Srinivas Pandruvada <[email protected]>
6417 M:      Len Brown <[email protected]>
6418 L:      [email protected]
6419 S:      Supported
6420 F:      drivers/cpufreq/intel_pstate.c
6421
6422 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6423 M:      Maik Broemme <[email protected]>
6424 L:      [email protected]
6425 S:      Maintained
6426 F:      Documentation/fb/intelfb.txt
6427 F:      drivers/video/fbdev/intelfb/
6428
6429 INTEL 810/815 FRAMEBUFFER DRIVER
6430 M:      Antonino Daplas <[email protected]>
6431 L:      [email protected]
6432 S:      Maintained
6433 F:      drivers/video/fbdev/i810/
6434
6435 INTEL MENLOW THERMAL DRIVER
6436 M:      Sujith Thomas <[email protected]>
6437 L:      [email protected]
6438 W:      https://01.org/linux-acpi
6439 S:      Supported
6440 F:      drivers/platform/x86/intel_menlow.c
6441
6442 INTEL I/OAT DMA DRIVER
6443 M:      Dave Jiang <[email protected]>
6444 R:      Dan Williams <[email protected]>
6445 L:      [email protected]
6446 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6447 S:      Supported
6448 F:      drivers/dma/ioat*
6449
6450 INTEL IOMMU (VT-d)
6451 M:      David Woodhouse <[email protected]>
6452 L:      [email protected]
6453 T:      git git://git.infradead.org/iommu-2.6.git
6454 S:      Supported
6455 F:      drivers/iommu/intel-iommu.c
6456 F:      include/linux/intel-iommu.h
6457
6458 INTEL IOP-ADMA DMA DRIVER
6459 R:      Dan Williams <[email protected]>
6460 S:      Odd fixes
6461 F:      drivers/dma/iop-adma.c
6462
6463 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6464 M:      Krzysztof Halasa <[email protected]>
6465 S:      Maintained
6466 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6467 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6468 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6469 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6470 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6471 F:      drivers/net/wan/ixp4xx_hss.c
6472
6473 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6474 M:      Deepak Saxena <[email protected]>
6475 S:      Maintained
6476 F:      drivers/char/hw_random/ixp4xx-rng.c
6477
6478 INTEL ETHERNET DRIVERS
6479 M:      Jeff Kirsher <[email protected]>
6480 L:      [email protected] (moderated for non-subscribers)
6481 W:      http://www.intel.com/support/feedback.htm
6482 W:      http://e1000.sourceforge.net/
6483 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6486 S:      Supported
6487 F:      Documentation/networking/e100.txt
6488 F:      Documentation/networking/e1000.txt
6489 F:      Documentation/networking/e1000e.txt
6490 F:      Documentation/networking/igb.txt
6491 F:      Documentation/networking/igbvf.txt
6492 F:      Documentation/networking/ixgb.txt
6493 F:      Documentation/networking/ixgbe.txt
6494 F:      Documentation/networking/ixgbevf.txt
6495 F:      Documentation/networking/i40e.txt
6496 F:      Documentation/networking/i40evf.txt
6497 F:      drivers/net/ethernet/intel/
6498 F:      drivers/net/ethernet/intel/*/
6499
6500 INTEL RDMA RNIC DRIVER
6501 M:     Faisal Latif <[email protected]>
6502 R:     Chien Tin Tung <[email protected]>
6503 R:     Mustafa Ismail <[email protected]>
6504 R:     Shiraz Saleem <[email protected]>
6505 R:     Tatyana Nikolova <[email protected]>
6506 L:     [email protected]
6507 S:     Supported
6508 F:     drivers/infiniband/hw/i40iw/
6509
6510 INTEL MERRIFIELD GPIO DRIVER
6511 M:      Andy Shevchenko <[email protected]>
6512 L:      [email protected]
6513 S:      Maintained
6514 F:      drivers/gpio/gpio-merrifield.c
6515
6516 INTEL-MID GPIO DRIVER
6517 M:      David Cohen <[email protected]>
6518 L:      [email protected]
6519 S:      Maintained
6520 F:      drivers/gpio/gpio-intel-mid.c
6521
6522 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6523 M:      Stanislav Yakovlev <[email protected]>
6524 L:      [email protected]
6525 S:      Maintained
6526 F:      Documentation/networking/README.ipw2100
6527 F:      Documentation/networking/README.ipw2200
6528 F:      drivers/net/wireless/intel/ipw2x00/
6529
6530 INTEL(R) TRACE HUB
6531 M:      Alexander Shishkin <[email protected]>
6532 S:      Supported
6533 F:      Documentation/trace/intel_th.txt
6534 F:      drivers/hwtracing/intel_th/
6535
6536 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6537 M:      Ning Sun <[email protected]>
6538 L:      [email protected]
6539 W:      http://tboot.sourceforge.net
6540 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6541 S:      Supported
6542 F:      Documentation/intel_txt.txt
6543 F:      include/linux/tboot.h
6544 F:      arch/x86/kernel/tboot.c
6545
6546 INTEL WIRELESS WIMAX CONNECTION 2400
6547 M:      Inaky Perez-Gonzalez <[email protected]>
6548 M:      [email protected]
6549 L:      [email protected] (subscribers-only)
6550 S:      Supported
6551 W:      http://linuxwimax.org
6552 F:      Documentation/wimax/README.i2400m
6553 F:      drivers/net/wimax/i2400m/
6554 F:      include/uapi/linux/wimax/i2400m.h
6555
6556 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6557 M:      Stanislaw Gruszka <[email protected]>
6558 L:      [email protected]
6559 S:      Supported
6560 F:      drivers/net/wireless/intel/iwlegacy/
6561
6562 INTEL WIRELESS WIFI LINK (iwlwifi)
6563 M:      Johannes Berg <[email protected]>
6564 M:      Emmanuel Grumbach <[email protected]>
6565 M:      Luca Coelho <[email protected]>
6566 M:      Intel Linux Wireless <[email protected]>
6567 L:      [email protected]
6568 W:      http://intellinuxwireless.org
6569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6570 S:      Supported
6571 F:      drivers/net/wireless/intel/iwlwifi/
6572
6573 INTEL MANAGEMENT ENGINE (mei)
6574 M:      Tomas Winkler <[email protected]>
6575 L:      [email protected]
6576 S:      Supported
6577 F:      include/uapi/linux/mei.h
6578 F:      include/linux/mei_cl_bus.h
6579 F:      drivers/misc/mei/*
6580 F:      drivers/watchdog/mei_wdt.c
6581 F:      Documentation/misc-devices/mei/*
6582 F:      samples/mei/*
6583
6584 INTEL MIC DRIVERS (mic)
6585 M:      Sudeep Dutt <[email protected]>
6586 M:      Ashutosh Dixit <[email protected]>
6587 S:      Supported
6588 W:      https://github.com/sudeepdutt/mic
6589 W:      http://software.intel.com/en-us/mic-developer
6590 F:      include/linux/mic_bus.h
6591 F:      include/linux/scif.h
6592 F:      include/uapi/linux/mic_common.h
6593 F:      include/uapi/linux/mic_ioctl.h
6594 F:      include/uapi/linux/scif_ioctl.h
6595 F:      drivers/misc/mic/
6596 F:      drivers/dma/mic_x100_dma.c
6597 F:      drivers/dma/mic_x100_dma.h
6598 F:      Documentation/mic/
6599
6600 INTEL PMC/P-Unit IPC DRIVER
6601 M:      Zha Qipeng<[email protected]>
6602 L:      [email protected]
6603 S:      Maintained
6604 F:      drivers/platform/x86/intel_pmc_ipc.c
6605 F:      drivers/platform/x86/intel_punit_ipc.c
6606 F:      arch/x86/include/asm/intel_pmc_ipc.h
6607 F:      arch/x86/include/asm/intel_punit_ipc.h
6608
6609 INTEL TELEMETRY DRIVER
6610 M:      Souvik Kumar Chakravarty <[email protected]>
6611 L:      [email protected]
6612 S:      Maintained
6613 F:      arch/x86/include/asm/intel_telemetry.h
6614 F:      drivers/platform/x86/intel_telemetry*
6615
6616 INTEL PMC CORE DRIVER
6617 M:      Rajneesh Bhardwaj <[email protected]>
6618 M:      Vishwanath Somayaji <[email protected]>
6619 L:      [email protected]
6620 S:      Maintained
6621 F:      arch/x86/include/asm/pmc_core.h
6622 F:      drivers/platform/x86/intel_pmc_core*
6623
6624 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6625 M:      Linus Walleij <[email protected]>
6626 L:      [email protected]
6627 S:      Maintained
6628 F:      drivers/iio/gyro/mpu3050*
6629 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6630
6631 IOC3 ETHERNET DRIVER
6632 M:      Ralf Baechle <[email protected]>
6633 L:      [email protected]
6634 S:      Maintained
6635 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6636
6637 IOC3 SERIAL DRIVER
6638 M:      Pat Gefre <[email protected]>
6639 L:      [email protected]
6640 S:      Maintained
6641 F:      drivers/tty/serial/ioc3_serial.c
6642
6643 IOMMU DRIVERS
6644 M:      Joerg Roedel <[email protected]>
6645 L:      [email protected]
6646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6647 S:      Maintained
6648 F:      Documentation/devicetree/bindings/iommu/
6649 F:      drivers/iommu/
6650
6651 IP MASQUERADING
6652 M:      Juanjo Ciarlante <[email protected]>
6653 S:      Maintained
6654 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6655
6656 IPMI SUBSYSTEM
6657 M:      Corey Minyard <[email protected]>
6658 L:      [email protected] (moderated for non-subscribers)
6659 W:      http://openipmi.sourceforge.net/
6660 S:      Supported
6661 F:      Documentation/IPMI.txt
6662 F:      drivers/char/ipmi/
6663 F:      include/linux/ipmi*
6664 F:      include/uapi/linux/ipmi*
6665
6666 QCOM AUDIO (ASoC) DRIVERS
6667 M:      Patrick Lai <[email protected]>
6668 M:      Banajit Goswami <[email protected]>
6669 L:      [email protected] (moderated for non-subscribers)
6670 S:      Supported
6671 F:      sound/soc/qcom/
6672
6673 IPS SCSI RAID DRIVER
6674 M:      Adaptec OEM Raid Solutions <[email protected]>
6675 L:      [email protected]
6676 W:      http://www.adaptec.com/
6677 S:      Maintained
6678 F:      drivers/scsi/ips*
6679
6680 IPVS
6681 M:      Wensong Zhang <[email protected]>
6682 M:      Simon Horman <[email protected]>
6683 M:      Julian Anastasov <[email protected]>
6684 L:      [email protected]
6685 L:      [email protected]
6686 S:      Maintained
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6689 F:      Documentation/networking/ipvs-sysctl.txt
6690 F:      include/net/ip_vs.h
6691 F:      include/uapi/linux/ip_vs.h
6692 F:      net/netfilter/ipvs/
6693
6694 IPWIRELESS DRIVER
6695 M:      Jiri Kosina <[email protected]>
6696 M:      David Sterba <[email protected]>
6697 S:      Odd Fixes
6698 F:      drivers/tty/ipwireless/
6699
6700 IPX NETWORK LAYER
6701 M:      Arnaldo Carvalho de Melo <[email protected]>
6702 L:      [email protected]
6703 S:      Maintained
6704 F:      include/net/ipx.h
6705 F:      include/uapi/linux/ipx.h
6706 F:      net/ipx/
6707
6708 IRDA SUBSYSTEM
6709 M:      Samuel Ortiz <[email protected]>
6710 L:      [email protected] (subscribers-only)
6711 L:      [email protected]
6712 W:      http://irda.sourceforge.net/
6713 S:      Maintained
6714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6715 F:      Documentation/networking/irda.txt
6716 F:      drivers/net/irda/
6717 F:      include/net/irda/
6718 F:      net/irda/
6719
6720 IRQ SUBSYSTEM
6721 M:      Thomas Gleixner <[email protected]>
6722 L:      [email protected]
6723 S:      Maintained
6724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6725 F:      kernel/irq/
6726
6727 IRQCHIP DRIVERS
6728 M:      Thomas Gleixner <[email protected]>
6729 M:      Jason Cooper <[email protected]>
6730 M:      Marc Zyngier <[email protected]>
6731 L:      [email protected]
6732 S:      Maintained
6733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6734 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6735 F:      Documentation/devicetree/bindings/interrupt-controller/
6736 F:      drivers/irqchip/
6737
6738 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6739 M:      Marc Zyngier <[email protected]>
6740 S:      Maintained
6741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6742 F:      Documentation/IRQ-domain.txt
6743 F:      include/linux/irqdomain.h
6744 F:      kernel/irq/irqdomain.c
6745 F:      kernel/irq/msi.c
6746
6747 ISA
6748 M:      William Breathitt Gray <[email protected]>
6749 S:      Maintained
6750 F:      Documentation/isa.txt
6751 F:      drivers/base/isa.c
6752 F:      include/linux/isa.h
6753
6754 ISAPNP
6755 M:      Jaroslav Kysela <[email protected]>
6756 S:      Maintained
6757 F:      Documentation/isapnp.txt
6758 F:      drivers/pnp/isapnp/
6759 F:      include/linux/isapnp.h
6760
6761 ISA RADIO MODULE
6762 M:      Hans Verkuil <[email protected]>
6763 L:      [email protected]
6764 T:      git git://linuxtv.org/media_tree.git
6765 W:      https://linuxtv.org
6766 S:      Maintained
6767 F:      drivers/media/radio/radio-isa*
6768
6769 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6770 M:      Peter Jones <[email protected]>
6771 M:      Konrad Rzeszutek Wilk <[email protected]>
6772 S:      Maintained
6773 F:      drivers/firmware/iscsi_ibft*
6774
6775 ISCSI
6776 M:      Lee Duncan <[email protected]>
6777 M:      Chris Leech <[email protected]>
6778 L:      [email protected]
6779 W:      www.open-iscsi.com
6780 S:      Maintained
6781 F:      drivers/scsi/*iscsi*
6782 F:      include/scsi/*iscsi*
6783
6784 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6785 M:      Or Gerlitz <[email protected]>
6786 M:      Sagi Grimberg <[email protected]>
6787 M:      Roi Dayan <[email protected]>
6788 L:      [email protected]
6789 S:      Supported
6790 W:      http://www.openfabrics.org
6791 W:      www.open-iscsi.org
6792 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6793 F:      drivers/infiniband/ulp/iser/
6794
6795 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6796 M:      Sagi Grimberg <[email protected]>
6797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6798 L:      [email protected]
6799 L:      [email protected]
6800 S:      Supported
6801 W:      http://www.linux-iscsi.org
6802 F:      drivers/infiniband/ulp/isert
6803
6804 ISDN SUBSYSTEM
6805 M:      Karsten Keil <[email protected]>
6806 L:      [email protected] (subscribers-only)
6807 L:      [email protected]
6808 W:      http://www.isdn4linux.de
6809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6810 S:      Maintained
6811 F:      Documentation/isdn/
6812 F:      drivers/isdn/
6813 F:      include/linux/isdn.h
6814 F:      include/linux/isdn/
6815 F:      include/uapi/linux/isdn.h
6816 F:      include/uapi/linux/isdn/
6817
6818 ISDN SUBSYSTEM (Eicon active card driver)
6819 M:      Armin Schindler <[email protected]>
6820 L:      [email protected] (subscribers-only)
6821 W:      http://www.melware.de
6822 S:      Maintained
6823 F:      drivers/isdn/hardware/eicon/
6824
6825 IT87 HARDWARE MONITORING DRIVER
6826 M:      Jean Delvare <[email protected]>
6827 L:      [email protected]
6828 S:      Maintained
6829 F:      Documentation/hwmon/it87
6830 F:      drivers/hwmon/it87.c
6831
6832 IT913X MEDIA DRIVER
6833 M:      Antti Palosaari <[email protected]>
6834 L:      [email protected]
6835 W:      https://linuxtv.org
6836 W:      http://palosaari.fi/linux/
6837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6838 T:      git git://linuxtv.org/anttip/media_tree.git
6839 S:      Maintained
6840 F:      drivers/media/tuners/it913x*
6841
6842 IVTV VIDEO4LINUX DRIVER
6843 M:      Andy Walls <[email protected]>
6844 L:      [email protected] (subscribers-only)
6845 L:      [email protected]
6846 T:      git git://linuxtv.org/media_tree.git
6847 W:      http://www.ivtvdriver.org
6848 S:      Maintained
6849 F:      Documentation/media/v4l-drivers/ivtv*
6850 F:      drivers/media/pci/ivtv/
6851 F:      include/uapi/linux/ivtv*
6852
6853 IX2505V MEDIA DRIVER
6854 M:      Malcolm Priestley <[email protected]>
6855 L:      [email protected]
6856 W:      https://linuxtv.org
6857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6858 S:      Maintained
6859 F:      drivers/media/dvb-frontends/ix2505v*
6860
6861 JC42.4 TEMPERATURE SENSOR DRIVER
6862 M:      Guenter Roeck <[email protected]>
6863 L:      [email protected]
6864 S:      Maintained
6865 F:      drivers/hwmon/jc42.c
6866 F:      Documentation/hwmon/jc42
6867
6868 JFS FILESYSTEM
6869 M:      Dave Kleikamp <[email protected]>
6870 L:      [email protected]
6871 W:      http://jfs.sourceforge.net/
6872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6873 S:      Maintained
6874 F:      Documentation/filesystems/jfs.txt
6875 F:      fs/jfs/
6876
6877 JME NETWORK DRIVER
6878 M:      Guo-Fu Tseng <[email protected]>
6879 L:      [email protected]
6880 S:      Maintained
6881 F:      drivers/net/ethernet/jme.*
6882
6883 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6884 M:      David Woodhouse <[email protected]>
6885 L:      [email protected]
6886 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6887 S:      Maintained
6888 F:      fs/jffs2/
6889 F:      include/uapi/linux/jffs2.h
6890
6891 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6892 M:      "Theodore Ts'o" <[email protected]>
6893 M:      Jan Kara <[email protected]>
6894 L:      [email protected]
6895 S:      Maintained
6896 F:      fs/jbd2/
6897 F:      include/linux/jbd2.h
6898
6899 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6900 M:      Mikhail Ulyanov <[email protected]>
6901 L:      [email protected]
6902 S:      Maintained
6903 F:      drivers/media/platform/rcar_jpu.c
6904
6905 JSM Neo PCI based serial card
6906 M:      Gabriel Krisman Bertazi <[email protected]>
6907 L:      [email protected]
6908 S:      Maintained
6909 F:      drivers/tty/serial/jsm/
6910
6911 K10TEMP HARDWARE MONITORING DRIVER
6912 M:      Clemens Ladisch <[email protected]>
6913 L:      [email protected]
6914 S:      Maintained
6915 F:      Documentation/hwmon/k10temp
6916 F:      drivers/hwmon/k10temp.c
6917
6918 K8TEMP HARDWARE MONITORING DRIVER
6919 M:      Rudolf Marek <[email protected]>
6920 L:      [email protected]
6921 S:      Maintained
6922 F:      Documentation/hwmon/k8temp
6923 F:      drivers/hwmon/k8temp.c
6924
6925 KASAN
6926 M:      Andrey Ryabinin <[email protected]>
6927 R:      Alexander Potapenko <[email protected]>
6928 R:      Dmitry Vyukov <[email protected]>
6929 L:      [email protected]
6930 S:      Maintained
6931 F:      arch/*/include/asm/kasan.h
6932 F:      arch/*/mm/kasan_init*
6933 F:      Documentation/dev-tools/kasan.rst
6934 F:      include/linux/kasan*.h
6935 F:      lib/test_kasan.c
6936 F:      mm/kasan/
6937 F:      scripts/Makefile.kasan
6938
6939 KCONFIG
6940 M:      "Yann E. MORIN" <[email protected]>
6941 L:      [email protected]
6942 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6943 S:      Maintained
6944 F:      Documentation/kbuild/kconfig-language.txt
6945 F:      scripts/kconfig/
6946
6947 KDUMP
6948 M:      Dave Young <[email protected]>
6949 M:      Baoquan He <[email protected]>
6950 R:      Vivek Goyal <[email protected]>
6951 L:      [email protected]
6952 W:      http://lse.sourceforge.net/kdump/
6953 S:      Maintained
6954 F:      Documentation/kdump/
6955
6956 KEENE FM RADIO TRANSMITTER DRIVER
6957 M:      Hans Verkuil <[email protected]>
6958 L:      [email protected]
6959 T:      git git://linuxtv.org/media_tree.git
6960 W:      https://linuxtv.org
6961 S:      Maintained
6962 F:      drivers/media/radio/radio-keene*
6963
6964 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6965 M:      Ian Kent <[email protected]>
6966 L:      [email protected]
6967 S:      Maintained
6968 F:      fs/autofs4/
6969
6970 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6971 M:      Michal Marek <[email protected]>
6972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6974 L:      [email protected]
6975 S:      Maintained
6976 F:      Documentation/kbuild/
6977 F:      Makefile
6978 F:      scripts/Makefile.*
6979 F:      scripts/basic/
6980 F:      scripts/mk*
6981 F:      scripts/package/
6982
6983 KERNEL JANITORS
6984 L:      [email protected]
6985 W:      http://kernelnewbies.org/KernelJanitors
6986 S:      Odd Fixes
6987
6988 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6989 M:      "J. Bruce Fields" <[email protected]>
6990 M:      Jeff Layton <[email protected]>
6991 L:      [email protected]
6992 W:      http://nfs.sourceforge.net/
6993 T:      git git://linux-nfs.org/~bfields/linux.git
6994 S:      Supported
6995 F:      fs/nfsd/
6996 F:      include/uapi/linux/nfsd/
6997 F:      fs/lockd/
6998 F:      fs/nfs_common/
6999 F:      net/sunrpc/
7000 F:      include/linux/lockd/
7001 F:      include/linux/sunrpc/
7002 F:      include/uapi/linux/sunrpc/
7003
7004 KERNEL SELFTEST FRAMEWORK
7005 M:      Shuah Khan <[email protected]>
7006 M:      Shuah Khan <[email protected]>
7007 L:      [email protected]
7008 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7009 S:      Maintained
7010 F:      tools/testing/selftests
7011
7012 KERNEL VIRTUAL MACHINE (KVM)
7013 M:      Paolo Bonzini <[email protected]>
7014 M:      Radim Krčmář <[email protected]>
7015 L:      [email protected]
7016 W:      http://www.linux-kvm.org
7017 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7018 S:      Supported
7019 F:      Documentation/*/kvm*.txt
7020 F:      Documentation/virtual/kvm/
7021 F:      arch/*/kvm/
7022 F:      arch/x86/kernel/kvm.c
7023 F:      arch/x86/kernel/kvmclock.c
7024 F:      arch/*/include/asm/kvm*
7025 F:      include/linux/kvm*
7026 F:      include/uapi/linux/kvm*
7027 F:      virt/kvm/
7028 F:      tools/kvm/
7029
7030 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7031 M:      Joerg Roedel <[email protected]>
7032 L:      [email protected]
7033 W:      http://www.linux-kvm.org/
7034 S:      Maintained
7035 F:      arch/x86/include/asm/svm.h
7036 F:      arch/x86/kvm/svm.c
7037
7038 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7039 M:      Alexander Graf <[email protected]>
7040 L:      [email protected]
7041 W:      http://www.linux-kvm.org/
7042 T:      git git://github.com/agraf/linux-2.6.git
7043 S:      Supported
7044 F:      arch/powerpc/include/asm/kvm*
7045 F:      arch/powerpc/kvm/
7046
7047 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7048 M:      Christian Borntraeger <[email protected]>
7049 M:      Cornelia Huck <[email protected]>
7050 L:      [email protected]
7051 W:      http://www.ibm.com/developerworks/linux/linux390/
7052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7053 S:      Supported
7054 F:      Documentation/s390/kvm.txt
7055 F:      arch/s390/include/asm/kvm*
7056 F:      arch/s390/kvm/
7057
7058 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7059 M:      Christoffer Dall <[email protected]>
7060 M:      Marc Zyngier <[email protected]>
7061 L:      [email protected] (moderated for non-subscribers)
7062 L:      [email protected]
7063 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7065 S:      Supported
7066 F:      arch/arm/include/uapi/asm/kvm*
7067 F:      arch/arm/include/asm/kvm*
7068 F:      arch/arm/kvm/
7069 F:      virt/kvm/arm/
7070 F:      include/kvm/arm_*
7071
7072 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7073 M:      Christoffer Dall <[email protected]>
7074 M:      Marc Zyngier <[email protected]>
7075 L:      [email protected] (moderated for non-subscribers)
7076 L:      [email protected]
7077 S:      Maintained
7078 F:      arch/arm64/include/uapi/asm/kvm*
7079 F:      arch/arm64/include/asm/kvm*
7080 F:      arch/arm64/kvm/
7081
7082 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7083 M:      James Hogan <[email protected]>
7084 L:      [email protected]
7085 S:      Supported
7086 F:      arch/mips/include/uapi/asm/kvm*
7087 F:      arch/mips/include/asm/kvm*
7088 F:      arch/mips/kvm/
7089
7090 KEXEC
7091 M:      Eric Biederman <[email protected]>
7092 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7093 L:      [email protected]
7094 S:      Maintained
7095 F:      include/linux/kexec.h
7096 F:      include/uapi/linux/kexec.h
7097 F:      kernel/kexec*
7098
7099 KEYS/KEYRINGS:
7100 M:      David Howells <[email protected]>
7101 L:      [email protected]
7102 S:      Maintained
7103 F:      Documentation/security/keys.txt
7104 F:      include/linux/key.h
7105 F:      include/linux/key-type.h
7106 F:      include/linux/keyctl.h
7107 F:      include/uapi/linux/keyctl.h
7108 F:      include/keys/
7109 F:      security/keys/
7110
7111 KEYS-TRUSTED
7112 M:      David Safford <[email protected]>
7113 M:      Mimi Zohar <[email protected]>
7114 L:      [email protected]
7115 L:      [email protected]
7116 S:      Supported
7117 F:      Documentation/security/keys-trusted-encrypted.txt
7118 F:      include/keys/trusted-type.h
7119 F:      security/keys/trusted.c
7120 F:      security/keys/trusted.h
7121
7122 KEYS-ENCRYPTED
7123 M:      Mimi Zohar <[email protected]>
7124 M:      David Safford <[email protected]>
7125 L:      [email protected]
7126 L:      [email protected]
7127 S:      Supported
7128 F:      Documentation/security/keys-trusted-encrypted.txt
7129 F:      include/keys/encrypted-type.h
7130 F:      security/keys/encrypted-keys/
7131
7132 KGDB / KDB /debug_core
7133 M:      Jason Wessel <[email protected]>
7134 W:      http://kgdb.wiki.kernel.org/
7135 L:      [email protected]
7136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7137 S:      Maintained
7138 F:      Documentation/DocBook/kgdb.tmpl
7139 F:      drivers/misc/kgdbts.c
7140 F:      drivers/tty/serial/kgdboc.c
7141 F:      include/linux/kdb.h
7142 F:      include/linux/kgdb.h
7143 F:      kernel/debug/
7144
7145 KMEMCHECK
7146 M:      Vegard Nossum <[email protected]>
7147 M:      Pekka Enberg <[email protected]>
7148 S:      Maintained
7149 F:      Documentation/dev-tools/kmemcheck.rst
7150 F:      arch/x86/include/asm/kmemcheck.h
7151 F:      arch/x86/mm/kmemcheck/
7152 F:      include/linux/kmemcheck.h
7153 F:      mm/kmemcheck.c
7154
7155 KMEMLEAK
7156 M:      Catalin Marinas <[email protected]>
7157 S:      Maintained
7158 F:      Documentation/dev-tools/kmemleak.rst
7159 F:      include/linux/kmemleak.h
7160 F:      mm/kmemleak.c
7161 F:      mm/kmemleak-test.c
7162
7163 KPROBES
7164 M:      Ananth N Mavinakayanahalli <[email protected]>
7165 M:      Anil S Keshavamurthy <[email protected]>
7166 M:      "David S. Miller" <[email protected]>
7167 M:      Masami Hiramatsu <[email protected]>
7168 S:      Maintained
7169 F:      Documentation/kprobes.txt
7170 F:      include/linux/kprobes.h
7171 F:      kernel/kprobes.c
7172
7173 KS0108 LCD CONTROLLER DRIVER
7174 M:      Miguel Ojeda Sandonis <[email protected]>
7175 W:      http://miguelojeda.es/auxdisplay.htm
7176 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7177 S:      Maintained
7178 F:      Documentation/auxdisplay/ks0108
7179 F:      drivers/auxdisplay/ks0108.c
7180 F:      include/linux/ks0108.h
7181
7182 L3MDEV
7183 M:      David Ahern <[email protected]>
7184 L:      [email protected]
7185 S:      Maintained
7186 F:      net/l3mdev
7187 F:      include/net/l3mdev.h
7188
7189 LANTIQ MIPS ARCHITECTURE
7190 M:      John Crispin <[email protected]>
7191 L:      [email protected]
7192 S:      Maintained
7193 F:      arch/mips/lantiq
7194
7195 LAPB module
7196 L:      [email protected]
7197 S:      Orphan
7198 F:      Documentation/networking/lapb-module.txt
7199 F:      include/*/lapb.h
7200 F:      net/lapb/
7201
7202 LASI 53c700 driver for PARISC
7203 M:      "James E.J. Bottomley" <[email protected]>
7204 L:      [email protected]
7205 S:      Maintained
7206 F:      Documentation/scsi/53c700.txt
7207 F:      drivers/scsi/53c700*
7208
7209 LED SUBSYSTEM
7210 M:      Richard Purdie <[email protected]>
7211 M:      Jacek Anaszewski <[email protected]>
7212 M:      Pavel Machek <[email protected]>
7213 L:      [email protected]
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7215 S:      Maintained
7216 F:      Documentation/devicetree/bindings/leds/
7217 F:      drivers/leds/
7218 F:      include/linux/leds.h
7219
7220 LEGACY EEPROM DRIVER
7221 M:      Jean Delvare <[email protected]>
7222 S:      Maintained
7223 F:      Documentation/misc-devices/eeprom
7224 F:      drivers/misc/eeprom/eeprom.c
7225
7226 LEGO USB Tower driver
7227 M:      Juergen Stuber <[email protected]>
7228 L:      [email protected]
7229 W:      http://legousb.sourceforge.net/
7230 S:      Maintained
7231 F:      drivers/usb/misc/legousbtower.c
7232
7233 LG2160 MEDIA DRIVER
7234 M:      Michael Krufky <[email protected]>
7235 L:      [email protected]
7236 W:      https://linuxtv.org
7237 W:      http://github.com/mkrufky
7238 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7239 T:      git git://linuxtv.org/mkrufky/tuners.git
7240 S:      Maintained
7241 F:      drivers/media/dvb-frontends/lg2160.*
7242
7243 LGDT3305 MEDIA DRIVER
7244 M:      Michael Krufky <[email protected]>
7245 L:      [email protected]
7246 W:      https://linuxtv.org
7247 W:      http://github.com/mkrufky
7248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7249 T:      git git://linuxtv.org/mkrufky/tuners.git
7250 S:      Maintained
7251 F:      drivers/media/dvb-frontends/lgdt3305.*
7252
7253 LGUEST
7254 M:      Rusty Russell <[email protected]>
7255 L:      [email protected]
7256 W:      http://lguest.ozlabs.org/
7257 S:      Odd Fixes
7258 F:      arch/x86/include/asm/lguest*.h
7259 F:      arch/x86/lguest/
7260 F:      drivers/lguest/
7261 F:      include/linux/lguest*.h
7262 F:      tools/lguest/
7263
7264 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7265 M:      Tejun Heo <[email protected]>
7266 L:      [email protected]
7267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7268 S:      Maintained
7269 F:      drivers/ata/
7270 F:      include/linux/ata.h
7271 F:      include/linux/libata.h
7272 F:      Documentation/devicetree/bindings/ata/
7273
7274 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7275 M:      Viresh Kumar <[email protected]>
7276 L:      [email protected]
7277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7278 S:      Maintained
7279 F:      include/linux/pata_arasan_cf_data.h
7280 F:      drivers/ata/pata_arasan_cf.c
7281
7282 LIBATA PATA DRIVERS
7283 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7284 M:      Tejun Heo <[email protected]>
7285 L:      [email protected]
7286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7287 S:      Maintained
7288 F:      drivers/ata/pata_*.c
7289 F:      drivers/ata/ata_generic.c
7290
7291 LIBATA SATA AHCI PLATFORM devices support
7292 M:      Hans de Goede <[email protected]>
7293 M:      Tejun Heo <[email protected]>
7294 L:      [email protected]
7295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7296 S:      Maintained
7297 F:      drivers/ata/ahci_platform.c
7298 F:      drivers/ata/libahci_platform.c
7299 F:      include/linux/ahci_platform.h
7300
7301 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7302 M:      Mikael Pettersson <[email protected]>
7303 L:      [email protected]
7304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7305 S:      Maintained
7306 F:      drivers/ata/sata_promise.*
7307
7308 LIBLOCKDEP
7309 M:      Sasha Levin <[email protected]>
7310 S:      Maintained
7311 F:      tools/lib/lockdep/
7312
7313 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7314 M:      Dan Williams <[email protected]>
7315 L:      [email protected]
7316 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7318 S:      Supported
7319 F:      drivers/nvdimm/*
7320 F:      include/linux/nd.h
7321 F:      include/linux/libnvdimm.h
7322 F:      include/uapi/linux/ndctl.h
7323
7324 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7325 M:      Ross Zwisler <[email protected]>
7326 L:      [email protected]
7327 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7328 S:      Supported
7329 F:      drivers/nvdimm/blk.c
7330 F:      drivers/nvdimm/region_devs.c
7331 F:      drivers/acpi/nfit*
7332
7333 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7334 M:      Vishal Verma <[email protected]>
7335 L:      [email protected]
7336 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7337 S:      Supported
7338 F:      drivers/nvdimm/btt*
7339
7340 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7341 M:      Ross Zwisler <[email protected]>
7342 L:      [email protected]
7343 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7344 S:      Supported
7345 F:      drivers/nvdimm/pmem.c
7346 F:      include/linux/pmem.h
7347 F:      arch/*/include/asm/pmem.h
7348
7349 LIGHTNVM PLATFORM SUPPORT
7350 M:      Matias Bjorling <[email protected]>
7351 W:      http://github/OpenChannelSSD
7352 L:      [email protected]
7353 S:      Maintained
7354 F:      drivers/lightnvm/
7355 F:      include/linux/lightnvm.h
7356 F:      include/uapi/linux/lightnvm.h
7357
7358 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7359 M:      Benjamin Herrenschmidt <[email protected]>
7360 M:      Paul Mackerras <[email protected]>
7361 M:      Michael Ellerman <[email protected]>
7362 W:      https://github.com/linuxppc/linux/wiki
7363 L:      [email protected]
7364 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7366 S:      Supported
7367 F:      Documentation/powerpc/
7368 F:      arch/powerpc/
7369 F:      drivers/char/tpm/tpm_ibmvtpm*
7370 F:      drivers/crypto/nx/
7371 F:      drivers/crypto/vmx/
7372 F:      drivers/net/ethernet/ibm/ibmveth.*
7373 F:      drivers/net/ethernet/ibm/ibmvnic.*
7374 F:      drivers/pci/hotplug/pnv_php.c
7375 F:      drivers/pci/hotplug/rpa*
7376 F:      drivers/scsi/ibmvscsi/
7377 F:      tools/testing/selftests/powerpc
7378 N:      opal
7379 N:      /pmac
7380 N:      powermac
7381 N:      powernv
7382 N:      [^a-z0-9]ps3
7383 N:      pseries
7384
7385 LINUX FOR POWER MACINTOSH
7386 M:      Benjamin Herrenschmidt <[email protected]>
7387 W:      http://www.penguinppc.org/
7388 L:      [email protected]
7389 S:      Maintained
7390 F:      arch/powerpc/platforms/powermac/
7391 F:      drivers/macintosh/
7392
7393 LINUX FOR POWERPC EMBEDDED MPC5XXX
7394 M:      Anatolij Gustschin <[email protected]>
7395 L:      [email protected]
7396 T:      git git://git.denx.de/linux-denx-agust.git
7397 S:      Maintained
7398 F:      arch/powerpc/platforms/512x/
7399 F:      arch/powerpc/platforms/52xx/
7400
7401 LINUX FOR POWERPC EMBEDDED PPC4XX
7402 M:      Alistair Popple <[email protected]>
7403 M:      Matt Porter <[email protected]>
7404 W:      http://www.penguinppc.org/
7405 L:      [email protected]
7406 S:      Maintained
7407 F:      arch/powerpc/platforms/40x/
7408 F:      arch/powerpc/platforms/44x/
7409
7410 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7411 L:      [email protected]
7412 S:      Orphan
7413 F:      arch/powerpc/*/*virtex*
7414 F:      arch/powerpc/*/*/*virtex*
7415
7416 LINUX FOR POWERPC EMBEDDED PPC8XX
7417 M:      Vitaly Bordug <[email protected]>
7418 W:      http://www.penguinppc.org/
7419 L:      [email protected]
7420 S:      Maintained
7421 F:      arch/powerpc/platforms/8xx/
7422
7423 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7424 M:      Scott Wood <[email protected]>
7425 M:      Kumar Gala <[email protected]>
7426 W:      http://www.penguinppc.org/
7427 L:      [email protected]
7428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7429 S:      Maintained
7430 F:      arch/powerpc/platforms/83xx/
7431 F:      arch/powerpc/platforms/85xx/
7432
7433 LINUX FOR POWERPC PA SEMI PWRFICIENT
7434 L:      [email protected]
7435 S:      Orphan
7436 F:      arch/powerpc/platforms/pasemi/
7437 F:      drivers/*/*pasemi*
7438 F:      drivers/*/*/*pasemi*
7439
7440 LINUX SECURITY MODULE (LSM) FRAMEWORK
7441 M:      Chris Wright <[email protected]>
7442 L:      [email protected]
7443 S:      Supported
7444
7445 LIS3LV02D ACCELEROMETER DRIVER
7446 M:      Eric Piel <[email protected]>
7447 S:      Maintained
7448 F:      Documentation/misc-devices/lis3lv02d
7449 F:      drivers/misc/lis3lv02d/
7450 F:      drivers/platform/x86/hp_accel.c
7451
7452 LIVE PATCHING
7453 M:      Josh Poimboeuf <[email protected]>
7454 M:      Jessica Yu <[email protected]>
7455 M:      Jiri Kosina <[email protected]>
7456 M:      Miroslav Benes <[email protected]>
7457 R:      Petr Mladek <[email protected]>
7458 S:      Maintained
7459 F:      kernel/livepatch/
7460 F:      include/linux/livepatch.h
7461 F:      arch/x86/include/asm/livepatch.h
7462 F:      arch/x86/kernel/livepatch.c
7463 F:      Documentation/livepatch/
7464 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7465 F:      samples/livepatch/
7466 L:      [email protected]
7467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7468
7469 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7470 M:      Kees Cook <[email protected]>
7471 S:      Maintained
7472 F:      drivers/misc/lkdtm*
7473
7474 LLC (802.2)
7475 M:      Arnaldo Carvalho de Melo <[email protected]>
7476 S:      Maintained
7477 F:      include/linux/llc.h
7478 F:      include/uapi/linux/llc.h
7479 F:      include/net/llc*
7480 F:      net/llc/
7481
7482 LM73 HARDWARE MONITOR DRIVER
7483 M:      Guillaume Ligneul <[email protected]>
7484 L:      [email protected]
7485 S:      Maintained
7486 F:      drivers/hwmon/lm73.c
7487
7488 LM78 HARDWARE MONITOR DRIVER
7489 M:      Jean Delvare <[email protected]>
7490 L:      [email protected]
7491 S:      Maintained
7492 F:      Documentation/hwmon/lm78
7493 F:      drivers/hwmon/lm78.c
7494
7495 LM83 HARDWARE MONITOR DRIVER
7496 M:      Jean Delvare <[email protected]>
7497 L:      [email protected]
7498 S:      Maintained
7499 F:      Documentation/hwmon/lm83
7500 F:      drivers/hwmon/lm83.c
7501
7502 LM90 HARDWARE MONITOR DRIVER
7503 M:      Jean Delvare <[email protected]>
7504 L:      [email protected]
7505 S:      Maintained
7506 F:      Documentation/hwmon/lm90
7507 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7508 F:      drivers/hwmon/lm90.c
7509
7510 LM95234 HARDWARE MONITOR DRIVER
7511 M:      Guenter Roeck <[email protected]>
7512 L:      [email protected]
7513 S:      Maintained
7514 F:      Documentation/hwmon/lm95234
7515 F:      drivers/hwmon/lm95234.c
7516
7517 LME2510 MEDIA DRIVER
7518 M:      Malcolm Priestley <[email protected]>
7519 L:      [email protected]
7520 W:      https://linuxtv.org
7521 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7522 S:      Maintained
7523 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7524
7525 LOCKING PRIMITIVES
7526 M:      Peter Zijlstra <[email protected]>
7527 M:      Ingo Molnar <[email protected]>
7528 L:      [email protected]
7529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7530 S:      Maintained
7531 F:      Documentation/locking/
7532 F:      include/linux/lockdep.h
7533 F:      include/linux/spinlock*.h
7534 F:      arch/*/include/asm/spinlock*.h
7535 F:      include/linux/rwlock*.h
7536 F:      include/linux/mutex*.h
7537 F:      arch/*/include/asm/mutex*.h
7538 F:      include/linux/rwsem*.h
7539 F:      arch/*/include/asm/rwsem.h
7540 F:      include/linux/seqlock.h
7541 F:      lib/locking*.[ch]
7542 F:      kernel/locking/
7543
7544 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7545 M:      "Richard Russon (FlatCap)" <[email protected]>
7546 L:      [email protected]
7547 W:      http://www.linux-ntfs.org/content/view/19/37/
7548 S:      Maintained
7549 F:      Documentation/ldm.txt
7550 F:      block/partitions/ldm.*
7551
7552 LogFS
7553 M:      Joern Engel <[email protected]>
7554 M:      Prasad Joshi <[email protected]>
7555 L:      [email protected]
7556 W:      logfs.org
7557 S:      Maintained
7558 F:      fs/logfs/
7559
7560 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7561 M:      Sathya Prakash <[email protected]>
7562 M:      Chaitra P B <[email protected]>
7563 M:      Suganath Prabu Subramani <[email protected]>
7564 L:      [email protected]
7565 L:      [email protected]
7566 W:      http://www.avagotech.com/support/
7567 S:      Supported
7568 F:      drivers/message/fusion/
7569 F:      drivers/scsi/mpt2sas/
7570 F:      drivers/scsi/mpt3sas/
7571
7572 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7573 M:      Matthew Wilcox <[email protected]>
7574 L:      [email protected]
7575 S:      Maintained
7576 F:      drivers/scsi/sym53c8xx_2/
7577
7578 LTC4261 HARDWARE MONITOR DRIVER
7579 M:      Guenter Roeck <[email protected]>
7580 L:      [email protected]
7581 S:      Maintained
7582 F:      Documentation/hwmon/ltc4261
7583 F:      drivers/hwmon/ltc4261.c
7584
7585 LTP (Linux Test Project)
7586 M:      Mike Frysinger <[email protected]>
7587 M:      Cyril Hrubis <[email protected]>
7588 M:      Wanlong Gao <[email protected]>
7589 M:      Jan Stancek <[email protected]>
7590 M:      Stanislav Kholmanskikh <[email protected]>
7591 M:      Alexey Kodanev <[email protected]>
7592 L:      [email protected] (subscribers-only)
7593 W:      http://linux-test-project.github.io/
7594 T:      git git://github.com/linux-test-project/ltp.git
7595 S:      Maintained
7596
7597 M32R ARCHITECTURE
7598 W:      http://www.linux-m32r.org/
7599 S:      Orphan
7600 F:      arch/m32r/
7601
7602 M68K ARCHITECTURE
7603 M:      Geert Uytterhoeven <[email protected]>
7604 L:      [email protected]
7605 W:      http://www.linux-m68k.org/
7606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7607 S:      Maintained
7608 F:      arch/m68k/
7609 F:      drivers/zorro/
7610
7611 M68K ON APPLE MACINTOSH
7612 M:      Joshua Thompson <[email protected]>
7613 W:      http://www.mac.linux-m68k.org/
7614 L:      [email protected]
7615 S:      Maintained
7616 F:      arch/m68k/mac/
7617
7618 M68K ON HP9000/300
7619 M:      Philip Blundell <[email protected]>
7620 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7621 S:      Maintained
7622 F:      arch/m68k/hp300/
7623
7624 M88DS3103 MEDIA DRIVER
7625 M:      Antti Palosaari <[email protected]>
7626 L:      [email protected]
7627 W:      https://linuxtv.org
7628 W:      http://palosaari.fi/linux/
7629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7630 T:      git git://linuxtv.org/anttip/media_tree.git
7631 S:      Maintained
7632 F:      drivers/media/dvb-frontends/m88ds3103*
7633
7634 M88RS2000 MEDIA DRIVER
7635 M:      Malcolm Priestley <[email protected]>
7636 L:      [email protected]
7637 W:      https://linuxtv.org
7638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7639 S:      Maintained
7640 F:      drivers/media/dvb-frontends/m88rs2000*
7641
7642 MA901 MASTERKIT USB FM RADIO DRIVER
7643 M:      Alexey Klimov <[email protected]>
7644 L:      [email protected]
7645 T:      git git://linuxtv.org/media_tree.git
7646 S:      Maintained
7647 F:      drivers/media/radio/radio-ma901.c
7648
7649 MAC80211
7650 M:      Johannes Berg <[email protected]>
7651 L:      [email protected]
7652 W:      http://wireless.kernel.org/
7653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7655 S:      Maintained
7656 F:      Documentation/networking/mac80211-injection.txt
7657 F:      include/net/mac80211.h
7658 F:      net/mac80211/
7659 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7660
7661 MACVLAN DRIVER
7662 M:      Patrick McHardy <[email protected]>
7663 L:      [email protected]
7664 S:      Maintained
7665 F:      drivers/net/macvlan.c
7666 F:      include/linux/if_macvlan.h
7667
7668 MAILBOX API
7669 M:      Jassi Brar <[email protected]>
7670 L:      [email protected]
7671 S:      Maintained
7672 F:      drivers/mailbox/
7673 F:      include/linux/mailbox_client.h
7674 F:      include/linux/mailbox_controller.h
7675
7676 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7677 M:      Michael Kerrisk <[email protected]>
7678 W:      http://www.kernel.org/doc/man-pages
7679 L:      [email protected]
7680 S:      Maintained
7681
7682 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7683 M:      Andrew Lunn <[email protected]>
7684 M:      Vivien Didelot <[email protected]>
7685 L:      [email protected]
7686 S:      Maintained
7687 F:      drivers/net/dsa/mv88e6xxx/
7688 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7689
7690 MARVELL ARMADA DRM SUPPORT
7691 M:      Russell King <[email protected]>
7692 S:      Maintained
7693 F:      drivers/gpu/drm/armada/
7694 F:      include/uapi/drm/armada_drm.h
7695 F:      Documentation/devicetree/bindings/display/armada/
7696
7697 MARVELL CRYPTO DRIVER
7698 M:      Boris Brezillon <[email protected]>
7699 M:      Arnaud Ebalard <[email protected]>
7700 F:      drivers/crypto/marvell/
7701 S:      Maintained
7702 L:      [email protected]
7703
7704 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7705 M:      Mirko Lindner <[email protected]>
7706 M:      Stephen Hemminger <[email protected]>
7707 L:      [email protected]
7708 S:      Maintained
7709 F:      drivers/net/ethernet/marvell/sk*
7710
7711 MARVELL LIBERTAS WIRELESS DRIVER
7712 L:      [email protected]
7713 S:      Orphan
7714 F:      drivers/net/wireless/marvell/libertas/
7715
7716 MARVELL MV643XX ETHERNET DRIVER
7717 M:      Sebastian Hesselbarth <[email protected]>
7718 L:      [email protected]
7719 S:      Maintained
7720 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7721 F:      include/linux/mv643xx.h
7722
7723 MARVELL MVNETA ETHERNET DRIVER
7724 M:      Thomas Petazzoni <[email protected]>
7725 L:      [email protected]
7726 S:      Maintained
7727 F:      drivers/net/ethernet/marvell/mvneta.*
7728
7729 MARVELL MWIFIEX WIRELESS DRIVER
7730 M:      Amitkumar Karwar <[email protected]>
7731 M:      Nishant Sarmukadam <[email protected]>
7732 L:      [email protected]
7733 S:      Maintained
7734 F:      drivers/net/wireless/marvell/mwifiex/
7735
7736 MARVELL MWL8K WIRELESS DRIVER
7737 M:      Lennert Buytenhek <[email protected]>
7738 L:      [email protected]
7739 S:      Odd Fixes
7740 F:      drivers/net/wireless/marvell/mwl8k.c
7741
7742 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7743 M:      Nicolas Pitre <[email protected]>
7744 S:      Odd Fixes
7745 F:      drivers/mmc/host/mvsdio.*
7746
7747 MATROX FRAMEBUFFER DRIVER
7748 L:      [email protected]
7749 S:      Orphan
7750 F:      drivers/video/fbdev/matrox/matroxfb_*
7751 F:      include/uapi/linux/matroxfb.h
7752
7753 MAX16065 HARDWARE MONITOR DRIVER
7754 M:      Guenter Roeck <[email protected]>
7755 L:      [email protected]
7756 S:      Maintained
7757 F:      Documentation/hwmon/max16065
7758 F:      drivers/hwmon/max16065.c
7759
7760 MAX20751 HARDWARE MONITOR DRIVER
7761 M:      Guenter Roeck <[email protected]>
7762 L:      [email protected]
7763 S:      Maintained
7764 F:      Documentation/hwmon/max20751
7765 F:      drivers/hwmon/max20751.c
7766
7767 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7768 L:      [email protected]
7769 S:      Orphan
7770 F:      Documentation/hwmon/max6650
7771 F:      drivers/hwmon/max6650.c
7772
7773 MAX6697 HARDWARE MONITOR DRIVER
7774 M:      Guenter Roeck <[email protected]>
7775 L:      [email protected]
7776 S:      Maintained
7777 F:      Documentation/hwmon/max6697
7778 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7779 F:      drivers/hwmon/max6697.c
7780 F:      include/linux/platform_data/max6697.h
7781
7782 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7783 M:      Peter Rosin <[email protected]>
7784 L:      [email protected] (moderated for non-subscribers)
7785 S:      Maintained
7786 F:      Documentation/devicetree/bindings/sound/max9860.txt
7787 F:      sound/soc/codecs/max9860.*
7788
7789 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7790 M:      Krzysztof Kozlowski <[email protected]>
7791 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7792 L:      [email protected]
7793 S:      Supported
7794 F:      drivers/power/supply/max14577_charger.c
7795 F:      drivers/power/supply/max77693_charger.c
7796
7797 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7798 M:      Javier Martinez Canillas <[email protected]>
7799 L:      [email protected]
7800 S:      Supported
7801 F:      drivers/*/*max77802*.c
7802 F:      Documentation/devicetree/bindings/*/*max77802.txt
7803 F:      include/dt-bindings/*/*max77802.h
7804
7805 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7806 M:      Chanwoo Choi <[email protected]>
7807 M:      Krzysztof Kozlowski <[email protected]>
7808 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7809 L:      [email protected]
7810 S:      Supported
7811 F:      drivers/*/max14577*.c
7812 F:      drivers/*/max77686*.c
7813 F:      drivers/*/max77693*.c
7814 F:      drivers/extcon/extcon-max14577.c
7815 F:      drivers/extcon/extcon-max77693.c
7816 F:      drivers/rtc/rtc-max77686.c
7817 F:      drivers/clk/clk-max77686.c
7818 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7819 F:      Documentation/devicetree/bindings/*/max77686.txt
7820 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7821 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7822 F:      include/linux/mfd/max14577*.h
7823 F:      include/linux/mfd/max77686*.h
7824 F:      include/linux/mfd/max77693*.h
7825
7826 MAXIRADIO FM RADIO RECEIVER DRIVER
7827 M:      Hans Verkuil <[email protected]>
7828 L:      [email protected]
7829 T:      git git://linuxtv.org/media_tree.git
7830 W:      https://linuxtv.org
7831 S:      Maintained
7832 F:      drivers/media/radio/radio-maxiradio*
7833
7834 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7835 M:      Peter Rosin <[email protected]>
7836 L:      [email protected]
7837 S:      Maintained
7838 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7839 F:      drivers/iio/potentiometer/mcp4531.c
7840
7841 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7842 M:      William Breathitt Gray <[email protected]>
7843 L:      [email protected]
7844 S:      Maintained
7845 F:      drivers/iio/dac/cio-dac.c
7846
7847 MEDIA DRIVERS FOR RENESAS - FCP
7848 M:      Laurent Pinchart <[email protected]>
7849 L:      [email protected]
7850 L:      [email protected]
7851 T:      git git://linuxtv.org/media_tree.git
7852 S:      Supported
7853 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7854 F:      drivers/media/platform/rcar-fcp.c
7855 F:      include/media/rcar-fcp.h
7856
7857 MEDIA DRIVERS FOR RENESAS - VIN
7858 M:      Niklas Söderlund <[email protected]>
7859 L:      [email protected]
7860 L:      [email protected]
7861 T:      git git://linuxtv.org/media_tree.git
7862 S:      Supported
7863 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7864 F:      drivers/media/platform/rcar-vin/
7865
7866 MEDIA DRIVERS FOR RENESAS - VSP1
7867 M:      Laurent Pinchart <[email protected]>
7868 L:      [email protected]
7869 L:      [email protected]
7870 T:      git git://linuxtv.org/media_tree.git
7871 S:      Supported
7872 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7873 F:      drivers/media/platform/vsp1/
7874
7875 MEDIA DRIVERS FOR HELENE
7876 M:      Abylay Ospan <[email protected]>
7877 L:      [email protected]
7878 W:      https://linuxtv.org
7879 W:      http://netup.tv/
7880 T:      git git://linuxtv.org/media_tree.git
7881 S:      Supported
7882 F:      drivers/media/dvb-frontends/helene*
7883
7884 MEDIA DRIVERS FOR ASCOT2E
7885 M:      Sergey Kozlov <[email protected]>
7886 M:      Abylay Ospan <[email protected]>
7887 L:      [email protected]
7888 W:      https://linuxtv.org
7889 W:      http://netup.tv/
7890 T:      git git://linuxtv.org/media_tree.git
7891 S:      Supported
7892 F:      drivers/media/dvb-frontends/ascot2e*
7893
7894 MEDIA DRIVERS FOR CXD2841ER
7895 M:      Sergey Kozlov <[email protected]>
7896 M:      Abylay Ospan <[email protected]>
7897 L:      [email protected]
7898 W:      https://linuxtv.org
7899 W:      http://netup.tv/
7900 T:      git git://linuxtv.org/media_tree.git
7901 S:      Supported
7902 F:      drivers/media/dvb-frontends/cxd2841er*
7903
7904 MEDIA DRIVERS FOR HORUS3A
7905 M:      Sergey Kozlov <[email protected]>
7906 M:      Abylay Ospan <[email protected]>
7907 L:      [email protected]
7908 W:      https://linuxtv.org
7909 W:      http://netup.tv/
7910 T:      git git://linuxtv.org/media_tree.git
7911 S:      Supported
7912 F:      drivers/media/dvb-frontends/horus3a*
7913
7914 MEDIA DRIVERS FOR LNBH25
7915 M:      Sergey Kozlov <[email protected]>
7916 M:      Abylay Ospan <[email protected]>
7917 L:      [email protected]
7918 W:      https://linuxtv.org
7919 W:      http://netup.tv/
7920 T:      git git://linuxtv.org/media_tree.git
7921 S:      Supported
7922 F:      drivers/media/dvb-frontends/lnbh25*
7923
7924 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7925 M:      Sergey Kozlov <[email protected]>
7926 M:      Abylay Ospan <[email protected]>
7927 L:      [email protected]
7928 W:      https://linuxtv.org
7929 W:      http://netup.tv/
7930 T:      git git://linuxtv.org/media_tree.git
7931 S:      Supported
7932 F:      drivers/media/pci/netup_unidvb/*
7933
7934 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7935 M:      Mauro Carvalho Chehab <[email protected]>
7936 M:      Mauro Carvalho Chehab <[email protected]>
7937 P:      LinuxTV.org Project
7938 L:      [email protected]
7939 W:      https://linuxtv.org
7940 Q:      http://patchwork.kernel.org/project/linux-media/list/
7941 T:      git git://linuxtv.org/media_tree.git
7942 S:      Maintained
7943 F:      Documentation/media/
7944 F:      drivers/media/
7945 F:      drivers/staging/media/
7946 F:      include/linux/platform_data/media/
7947 F:      include/media/
7948 F:      include/uapi/linux/dvb/
7949 F:      include/uapi/linux/videodev2.h
7950 F:      include/uapi/linux/media.h
7951 F:      include/uapi/linux/v4l2-*
7952 F:      include/uapi/linux/meye.h
7953 F:      include/uapi/linux/ivtv*
7954 F:      include/uapi/linux/uvcvideo.h
7955
7956 MEDIATEK ETHERNET DRIVER
7957 M:      Felix Fietkau <[email protected]>
7958 M:      John Crispin <[email protected]>
7959 L:      [email protected]
7960 S:      Maintained
7961 F:      drivers/net/ethernet/mediatek/
7962
7963 MEDIATEK MT7601U WIRELESS LAN DRIVER
7964 M:      Jakub Kicinski <[email protected]>
7965 L:      [email protected]
7966 S:      Maintained
7967 F:      drivers/net/wireless/mediatek/mt7601u/
7968
7969 MEGARAID SCSI/SAS DRIVERS
7970 M:      Kashyap Desai <[email protected]>
7971 M:      Sumit Saxena <[email protected]>
7972 M:      Uday Lingala <[email protected]>
7973 L:      [email protected]
7974 L:      [email protected]
7975 W:      http://www.lsi.com
7976 S:      Maintained
7977 F:      Documentation/scsi/megaraid.txt
7978 F:      drivers/scsi/megaraid.*
7979 F:      drivers/scsi/megaraid/
7980
7981 MELFAS MIP4 TOUCHSCREEN DRIVER
7982 M:      Sangwon Jee <[email protected]>
7983 W:      http://www.melfas.com
7984 S:      Supported
7985 F:      drivers/input/touchscreen/melfas_mip4.c
7986 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7987
7988 MELLANOX ETHERNET DRIVER (mlx4_en)
7989 M:      Tariq Toukan <[email protected]>
7990 L:      [email protected]
7991 S:      Supported
7992 W:      http://www.mellanox.com
7993 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7994 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7995
7996 MELLANOX ETHERNET DRIVER (mlx5e)
7997 M:      Saeed Mahameed <[email protected]>
7998 L:      [email protected]
7999 S:      Supported
8000 W:      http://www.mellanox.com
8001 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8002 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8003
8004 MELLANOX ETHERNET SWITCH DRIVERS
8005 M:      Jiri Pirko <[email protected]>
8006 M:      Ido Schimmel <[email protected]>
8007 L:      [email protected]
8008 S:      Supported
8009 W:      http://www.mellanox.com
8010 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8011 F:      drivers/net/ethernet/mellanox/mlxsw/
8012
8013 MELLANOX MLXCPLD LED DRIVER
8014 M:      Vadim Pasternak <[email protected]>
8015 L:      [email protected]
8016 S:      Supported
8017 F:      drivers/leds/leds-mlxcpld.c
8018 F:      Documentation/leds/leds-mlxcpld.txt
8019
8020 MELLANOX PLATFORM DRIVER
8021 M:      Vadim Pasternak <[email protected]>
8022 L:      [email protected]
8023 S:      Supported
8024 F:      arch/x86/platform/mellanox/mlx-platform.c
8025
8026 SOFT-ROCE DRIVER (rxe)
8027 M:      Moni Shoua <[email protected]>
8028 L:      [email protected]
8029 S:      Supported
8030 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8031 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8032 F:      drivers/infiniband/sw/rxe/
8033 F:      include/uapi/rdma/rdma_user_rxe.h
8034
8035 MEMBARRIER SUPPORT
8036 M:      Mathieu Desnoyers <[email protected]>
8037 M:      "Paul E. McKenney" <[email protected]>
8038 L:      [email protected]
8039 S:      Supported
8040 F:      kernel/membarrier.c
8041 F:      include/uapi/linux/membarrier.h
8042
8043 MEMORY MANAGEMENT
8044 L:      [email protected]
8045 W:      http://www.linux-mm.org
8046 S:      Maintained
8047 F:      include/linux/mm.h
8048 F:      include/linux/gfp.h
8049 F:      include/linux/mmzone.h
8050 F:      include/linux/memory_hotplug.h
8051 F:      include/linux/vmalloc.h
8052 F:      mm/
8053
8054 MEMORY TECHNOLOGY DEVICES (MTD)
8055 M:      David Woodhouse <[email protected]>
8056 M:      Brian Norris <[email protected]>
8057 M:      Boris Brezillon <[email protected]>
8058 M:      Marek Vasut <[email protected]>
8059 M:      Richard Weinberger <[email protected]>
8060 M:      Cyrille Pitchen <[email protected]>
8061 L:      [email protected]
8062 W:      http://www.linux-mtd.infradead.org/
8063 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8064 T:      git git://git.infradead.org/linux-mtd.git
8065 T:      git git://git.infradead.org/l2-mtd.git
8066 S:      Maintained
8067 F:      Documentation/devicetree/bindings/mtd/
8068 F:      drivers/mtd/
8069 F:      include/linux/mtd/
8070 F:      include/uapi/mtd/
8071
8072 MEN A21 WATCHDOG DRIVER
8073 M:      Johannes Thumshirn <[email protected]>
8074 L:      [email protected]
8075 S:      Maintained
8076 F:      drivers/watchdog/mena21_wdt.c
8077
8078 MEN CHAMELEON BUS (mcb)
8079 M:      Johannes Thumshirn <[email protected]>
8080 S:      Maintained
8081 F:      drivers/mcb/
8082 F:      include/linux/mcb.h
8083 F:      Documentation/men-chameleon-bus.txt
8084
8085 MEN F21BMC (Board Management Controller)
8086 M:      Andreas Werner <[email protected]>
8087 S:      Supported
8088 F:      drivers/mfd/menf21bmc.c
8089 F:      drivers/watchdog/menf21bmc_wdt.c
8090 F:      drivers/leds/leds-menf21bmc.c
8091 F:      drivers/hwmon/menf21bmc_hwmon.c
8092 F:      Documentation/hwmon/menf21bmc
8093
8094 METAG ARCHITECTURE
8095 M:      James Hogan <[email protected]>
8096 L:      [email protected]
8097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8098 S:      Odd Fixes
8099 F:      arch/metag/
8100 F:      Documentation/metag/
8101 F:      Documentation/devicetree/bindings/metag/
8102 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8103 F:      drivers/clocksource/metag_generic.c
8104 F:      drivers/irqchip/irq-metag.c
8105 F:      drivers/irqchip/irq-metag-ext.c
8106 F:      drivers/tty/metag_da.c
8107
8108 MICROBLAZE ARCHITECTURE
8109 M:      Michal Simek <[email protected]>
8110 W:      http://www.monstr.eu/fdt/
8111 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8112 S:      Supported
8113 F:      arch/microblaze/
8114
8115 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8116 M:      Richard Genoud <[email protected]>
8117 S:      Maintained
8118 F:      drivers/tty/serial/atmel_serial.c
8119 F:      include/linux/atmel_serial.h
8120
8121 MICROCHIP / ATMEL ISC DRIVER
8122 M:      Songjun Wu <[email protected]>
8123 L:      [email protected]
8124 S:      Supported
8125 F:      drivers/media/platform/atmel/atmel-isc.c
8126 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8127 F:      devicetree/bindings/media/atmel-isc.txt
8128
8129 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8130 M:      Chen Yu <[email protected]>
8131 L:      [email protected]
8132 S:      Supported
8133 F:      drivers/platform/x86/surfacepro3_button.c
8134
8135 MICROTEK X6 SCANNER
8136 M:      Oliver Neukum <[email protected]>
8137 S:      Maintained
8138 F:      drivers/usb/image/microtek.*
8139
8140 MIPS
8141 M:      Ralf Baechle <[email protected]>
8142 L:      [email protected]
8143 W:      http://www.linux-mips.org/
8144 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8145 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8146 S:      Supported
8147 F:      Documentation/devicetree/bindings/mips/
8148 F:      Documentation/mips/
8149 F:      arch/mips/
8150
8151 MIPS/LOONGSON1 ARCHITECTURE
8152 M:      Keguang Zhang <[email protected]>
8153 L:      [email protected]
8154 S:      Maintained
8155 F:      arch/mips/loongson32/
8156 F:      arch/mips/include/asm/mach-loongson32/
8157 F:      drivers/*/*loongson1*
8158 F:      drivers/*/*/*loongson1*
8159
8160 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8161 M:      Hans Verkuil <[email protected]>
8162 L:      [email protected]
8163 T:      git git://linuxtv.org/media_tree.git
8164 W:      https://linuxtv.org
8165 S:      Odd Fixes
8166 F:      drivers/media/radio/radio-miropcm20*
8167
8168 MELLANOX MLX4 core VPI driver
8169 M:      Yishai Hadas <[email protected]>
8170 L:      [email protected]
8171 L:      [email protected]
8172 W:      http://www.mellanox.com
8173 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8174 S:      Supported
8175 F:      drivers/net/ethernet/mellanox/mlx4/
8176 F:      include/linux/mlx4/
8177 F:      include/uapi/rdma/mlx4-abi.h
8178
8179 MELLANOX MLX4 IB driver
8180 M:      Yishai Hadas <[email protected]>
8181 L:      [email protected]
8182 W:      http://www.mellanox.com
8183 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8184 S:      Supported
8185 F:      drivers/infiniband/hw/mlx4/
8186 F:      include/linux/mlx4/
8187
8188 MELLANOX MLX5 core VPI driver
8189 M:      Saeed Mahameed <[email protected]>
8190 M:      Matan Barak <[email protected]>
8191 M:      Leon Romanovsky <[email protected]>
8192 L:      [email protected]
8193 L:      [email protected]
8194 W:      http://www.mellanox.com
8195 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8196 S:      Supported
8197 F:      drivers/net/ethernet/mellanox/mlx5/core/
8198 F:      include/linux/mlx5/
8199 F:      include/uapi/rdma/mlx5-abi.h
8200
8201 MELLANOX MLX5 IB driver
8202 M:      Matan Barak <[email protected]>
8203 M:      Leon Romanovsky <[email protected]>
8204 L:      [email protected]
8205 W:      http://www.mellanox.com
8206 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8207 S:      Supported
8208 F:      drivers/infiniband/hw/mlx5/
8209 F:      include/linux/mlx5/
8210
8211 MELEXIS MLX90614 DRIVER
8212 M:      Crt Mori <[email protected]>
8213 L:      [email protected]
8214 W:      http://www.melexis.com
8215 S:      Supported
8216 F:      drivers/iio/temperature/mlx90614.c
8217
8218 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8219 M:      Don Brace <[email protected]>
8220 L:      [email protected]
8221 L:      [email protected]
8222 S:      Supported
8223 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8224 F:      drivers/scsi/smartpqi/Kconfig
8225 F:      drivers/scsi/smartpqi/Makefile
8226 F:      include/linux/cciss*.h
8227 F:      include/uapi/linux/cciss*.h
8228 F:      Documentation/scsi/smartpqi.txt
8229
8230 MN88472 MEDIA DRIVER
8231 M:      Antti Palosaari <[email protected]>
8232 L:      [email protected]
8233 W:      https://linuxtv.org
8234 W:      http://palosaari.fi/linux/
8235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8236 S:      Maintained
8237 F:      drivers/media/dvb-frontends/mn88472*
8238
8239 MN88473 MEDIA DRIVER
8240 M:      Antti Palosaari <[email protected]>
8241 L:      [email protected]
8242 W:      https://linuxtv.org
8243 W:      http://palosaari.fi/linux/
8244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8245 S:      Maintained
8246 F:      drivers/media/dvb-frontends/mn88473*
8247
8248 MODULE SUPPORT
8249 M:      Jessica Yu <[email protected]>
8250 M:      Rusty Russell <[email protected]>
8251 S:      Maintained
8252 F:      include/linux/module.h
8253 F:      kernel/module.c
8254
8255 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8256 W:      http://popies.net/meye/
8257 S:      Orphan
8258 F:      Documentation/media/v4l-drivers/meye*
8259 F:      drivers/media/pci/meye/
8260 F:      include/uapi/linux/meye.h
8261
8262 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8263 M:      Jiri Slaby <[email protected]>
8264 S:      Maintained
8265 F:      Documentation/serial/moxa-smartio
8266 F:      drivers/tty/mxser.*
8267
8268 MR800 AVERMEDIA USB FM RADIO DRIVER
8269 M:      Alexey Klimov <[email protected]>
8270 L:      [email protected]
8271 T:      git git://linuxtv.org/media_tree.git
8272 S:      Maintained
8273 F:      drivers/media/radio/radio-mr800.c
8274
8275 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8276 M:      Alan Ott <[email protected]>
8277 L:      [email protected]
8278 S:      Maintained
8279 F:      drivers/net/ieee802154/mrf24j40.c
8280 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8281
8282 MSI LAPTOP SUPPORT
8283 M:      "Lee, Chun-Yi" <[email protected]>
8284 L:      [email protected]
8285 S:      Maintained
8286 F:      drivers/platform/x86/msi-laptop.c
8287
8288 MSI WMI SUPPORT
8289 L:      [email protected]
8290 S:      Orphan
8291 F:      drivers/platform/x86/msi-wmi.c
8292
8293 MSI001 MEDIA DRIVER
8294 M:      Antti Palosaari <[email protected]>
8295 L:      [email protected]
8296 W:      https://linuxtv.org
8297 W:      http://palosaari.fi/linux/
8298 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8299 T:      git git://linuxtv.org/anttip/media_tree.git
8300 S:      Maintained
8301 F:      drivers/media/tuners/msi001*
8302
8303 MSI2500 MEDIA DRIVER
8304 M:      Antti Palosaari <[email protected]>
8305 L:      [email protected]
8306 W:      https://linuxtv.org
8307 W:      http://palosaari.fi/linux/
8308 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8309 T:      git git://linuxtv.org/anttip/media_tree.git
8310 S:      Maintained
8311 F:      drivers/media/usb/msi2500/
8312
8313 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8314 M:      Robert Jarzmik <[email protected]>
8315 L:      [email protected]
8316 S:      Maintained
8317 F:      drivers/mtd/devices/docg3*
8318
8319 MT9M032 APTINA SENSOR DRIVER
8320 M:      Laurent Pinchart <[email protected]>
8321 L:      [email protected]
8322 T:      git git://linuxtv.org/media_tree.git
8323 S:      Maintained
8324 F:      drivers/media/i2c/mt9m032.c
8325 F:      include/media/i2c/mt9m032.h
8326
8327 MT9P031 APTINA CAMERA SENSOR
8328 M:      Laurent Pinchart <[email protected]>
8329 L:      [email protected]
8330 T:      git git://linuxtv.org/media_tree.git
8331 S:      Maintained
8332 F:      drivers/media/i2c/mt9p031.c
8333 F:      include/media/i2c/mt9p031.h
8334
8335 MT9T001 APTINA CAMERA SENSOR
8336 M:      Laurent Pinchart <[email protected]>
8337 L:      [email protected]
8338 T:      git git://linuxtv.org/media_tree.git
8339 S:      Maintained
8340 F:      drivers/media/i2c/mt9t001.c
8341 F:      include/media/i2c/mt9t001.h
8342
8343 MT9V032 APTINA CAMERA SENSOR
8344 M:      Laurent Pinchart <[email protected]>
8345 L:      [email protected]
8346 T:      git git://linuxtv.org/media_tree.git
8347 S:      Maintained
8348 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8349 F:      drivers/media/i2c/mt9v032.c
8350 F:      include/media/i2c/mt9v032.h
8351
8352 MULTIFUNCTION DEVICES (MFD)
8353 M:      Lee Jones <[email protected]>
8354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8355 S:      Supported
8356 F:      Documentation/devicetree/bindings/mfd/
8357 F:      drivers/mfd/
8358 F:      include/linux/mfd/
8359
8360 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8361 M:      Ulf Hansson <[email protected]>
8362 L:      [email protected]
8363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8364 S:      Maintained
8365 F:      Documentation/devicetree/bindings/mmc/
8366 F:      drivers/mmc/
8367 F:      include/linux/mmc/
8368 F:      include/uapi/linux/mmc/
8369
8370 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8371 S:      Orphan
8372 F:      drivers/mmc/host/mmc_spi.c
8373 F:      include/linux/spi/mmc_spi.h
8374
8375 MULTISOUND SOUND DRIVER
8376 M:      Andrew Veliath <[email protected]>
8377 S:      Maintained
8378 F:      Documentation/sound/oss/MultiSound
8379 F:      sound/oss/msnd*
8380
8381 MULTITECH MULTIPORT CARD (ISICOM)
8382 S:      Orphan
8383 F:      drivers/tty/isicom.c
8384 F:      include/linux/isicom.h
8385
8386 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8387 M:      Bin Liu <[email protected]>
8388 L:      [email protected]
8389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8390 S:      Maintained
8391 F:      drivers/usb/musb/
8392
8393 MXL5007T MEDIA DRIVER
8394 M:      Michael Krufky <[email protected]>
8395 L:      [email protected]
8396 W:      https://linuxtv.org
8397 W:      http://github.com/mkrufky
8398 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8399 T:      git git://linuxtv.org/mkrufky/tuners.git
8400 S:      Maintained
8401 F:      drivers/media/tuners/mxl5007t.*
8402
8403 MXSFB DRM DRIVER
8404 M:      Marek Vasut <[email protected]>
8405 S:      Supported
8406 F:      drivers/gpu/drm/mxsfb/
8407 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8408
8409 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8410 M:      Hyong-Youb Kim <[email protected]>
8411 L:      [email protected]
8412 W:      https://www.myricom.com/support/downloads/myri10ge.html
8413 S:      Supported
8414 F:      drivers/net/ethernet/myricom/myri10ge/
8415
8416 NAND FLASH SUBSYSTEM
8417 M:      Boris Brezillon <[email protected]>
8418 R:      Richard Weinberger <[email protected]>
8419 L:      [email protected]
8420 W:      http://www.linux-mtd.infradead.org/
8421 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8422 T:      git git://github.com/linux-nand/linux.git
8423 S:      Maintained
8424 F:      drivers/mtd/nand/
8425 F:      include/linux/mtd/nand*.h
8426
8427 NATSEMI ETHERNET DRIVER (DP8381x)
8428 S:      Orphan
8429 F:      drivers/net/ethernet/natsemi/natsemi.c
8430
8431 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8432 M:      Daniel Mack <[email protected]>
8433 S:      Maintained
8434 L:      [email protected] (moderated for non-subscribers)
8435 W:      http://www.native-instruments.com
8436 F:      sound/usb/caiaq/
8437
8438 NCP FILESYSTEM
8439 M:      Petr Vandrovec <[email protected]>
8440 S:      Odd Fixes
8441 F:      fs/ncpfs/
8442
8443 NCR 5380 SCSI DRIVERS
8444 M:      Finn Thain <[email protected]>
8445 M:      Michael Schmitz <[email protected]>
8446 L:      [email protected]
8447 S:      Maintained
8448 F:      Documentation/scsi/g_NCR5380.txt
8449 F:      drivers/scsi/NCR5380.*
8450 F:      drivers/scsi/arm/cumana_1.c
8451 F:      drivers/scsi/arm/oak.c
8452 F:      drivers/scsi/atari_scsi.*
8453 F:      drivers/scsi/dmx3191d.c
8454 F:      drivers/scsi/g_NCR5380.*
8455 F:      drivers/scsi/g_NCR5380_mmio.c
8456 F:      drivers/scsi/mac_scsi.*
8457 F:      drivers/scsi/sun3_scsi.*
8458 F:      drivers/scsi/sun3_scsi_vme.c
8459
8460 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8461 M:      "James E.J. Bottomley" <[email protected]>
8462 L:      [email protected]
8463 S:      Maintained
8464 F:      drivers/scsi/NCR_D700.*
8465
8466 NCT6775 HARDWARE MONITOR DRIVER
8467 M:      Guenter Roeck <[email protected]>
8468 L:      [email protected]
8469 S:      Maintained
8470 F:      Documentation/hwmon/nct6775
8471 F:      drivers/hwmon/nct6775.c
8472
8473 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8474 M:      Faisal Latif <[email protected]>
8475 L:      [email protected]
8476 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8477 S:      Supported
8478 F:      drivers/infiniband/hw/nes/
8479 F:      include/uapi/rdma/nes-abi.h
8480
8481 NETEM NETWORK EMULATOR
8482 M:      Stephen Hemminger <[email protected]>
8483 L:      [email protected] (moderated for non-subscribers)
8484 S:      Maintained
8485 F:      net/sched/sch_netem.c
8486
8487 NETERION 10GbE DRIVERS (s2io/vxge)
8488 M:      Jon Mason <[email protected]>
8489 L:      [email protected]
8490 S:      Supported
8491 F:      Documentation/networking/s2io.txt
8492 F:      Documentation/networking/vxge.txt
8493 F:      drivers/net/ethernet/neterion/
8494
8495 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8496 M:      Pablo Neira Ayuso <[email protected]>
8497 M:      Patrick McHardy <[email protected]>
8498 M:      Jozsef Kadlecsik <[email protected]>
8499 L:      [email protected]
8500 L:      [email protected]
8501 W:      http://www.netfilter.org/
8502 W:      http://www.iptables.org/
8503 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8506 S:      Supported
8507 F:      include/linux/netfilter*
8508 F:      include/linux/netfilter/
8509 F:      include/net/netfilter/
8510 F:      include/uapi/linux/netfilter*
8511 F:      include/uapi/linux/netfilter/
8512 F:      net/*/netfilter.c
8513 F:      net/*/netfilter/
8514 F:      net/netfilter/
8515 F:      net/bridge/br_netfilter*.c
8516
8517 NETLABEL
8518 M:      Paul Moore <[email protected]>
8519 W:      http://netlabel.sf.net
8520 L:      [email protected]
8521 S:      Maintained
8522 F:      Documentation/netlabel/
8523 F:      include/net/netlabel.h
8524 F:      net/netlabel/
8525
8526 NETROM NETWORK LAYER
8527 M:      Ralf Baechle <[email protected]>
8528 L:      [email protected]
8529 W:      http://www.linux-ax25.org/
8530 S:      Maintained
8531 F:      include/net/netrom.h
8532 F:      include/uapi/linux/netrom.h
8533 F:      net/netrom/
8534
8535 NETRONOME ETHERNET DRIVERS
8536 M:      Jakub Kicinski <[email protected]>
8537 L:      [email protected]
8538 S:      Maintained
8539 F:      drivers/net/ethernet/netronome/
8540
8541 NETWORK BLOCK DEVICE (NBD)
8542 M:      Markus Pargmann <[email protected]>
8543 S:      Maintained
8544 L:      [email protected]
8545 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8546 F:      Documentation/blockdev/nbd.txt
8547 F:      drivers/block/nbd.c
8548 F:      include/uapi/linux/nbd.h
8549
8550 NETWORK DROP MONITOR
8551 M:      Neil Horman <[email protected]>
8552 L:      [email protected]
8553 S:      Maintained
8554 W:      https://fedorahosted.org/dropwatch/
8555 F:      net/core/drop_monitor.c
8556
8557 NETWORKING [DSA]
8558 M:      Andrew Lunn <[email protected]>
8559 M:      Vivien Didelot <[email protected]>
8560 M:      Florian Fainelli <[email protected]>
8561 S:      Maintained
8562 F:      net/dsa/
8563 F:      include/net/dsa.h
8564 F:      drivers/net/dsa/
8565
8566 NETWORKING [GENERAL]
8567 M:      "David S. Miller" <[email protected]>
8568 L:      [email protected]
8569 W:      http://www.linuxfoundation.org/en/Net
8570 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8573 S:      Maintained
8574 F:      net/
8575 F:      include/net/
8576 F:      include/linux/in.h
8577 F:      include/linux/net.h
8578 F:      include/linux/netdevice.h
8579 F:      include/uapi/linux/in.h
8580 F:      include/uapi/linux/net.h
8581 F:      include/uapi/linux/netdevice.h
8582 F:      include/uapi/linux/net_namespace.h
8583 F:      tools/net/
8584 F:      tools/testing/selftests/net/
8585 F:      lib/random32.c
8586
8587 NETWORKING [IPv4/IPv6]
8588 M:      "David S. Miller" <[email protected]>
8589 M:      Alexey Kuznetsov <[email protected]>
8590 M:      James Morris <[email protected]>
8591 M:      Hideaki YOSHIFUJI <[email protected]>
8592 M:      Patrick McHardy <[email protected]>
8593 L:      [email protected]
8594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8595 S:      Maintained
8596 F:      net/ipv4/
8597 F:      net/ipv6/
8598 F:      include/net/ip*
8599 F:      arch/x86/net/*
8600
8601 NETWORKING [IPSEC]
8602 M:      Steffen Klassert <[email protected]>
8603 M:      Herbert Xu <[email protected]>
8604 M:      "David S. Miller" <[email protected]>
8605 L:      [email protected]
8606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8608 S:      Maintained
8609 F:      net/core/flow.c
8610 F:      net/xfrm/
8611 F:      net/key/
8612 F:      net/ipv4/xfrm*
8613 F:      net/ipv4/esp4.c
8614 F:      net/ipv4/ah4.c
8615 F:      net/ipv4/ipcomp.c
8616 F:      net/ipv4/ip_vti.c
8617 F:      net/ipv6/xfrm*
8618 F:      net/ipv6/esp6.c
8619 F:      net/ipv6/ah6.c
8620 F:      net/ipv6/ipcomp6.c
8621 F:      net/ipv6/ip6_vti.c
8622 F:      include/uapi/linux/xfrm.h
8623 F:      include/net/xfrm.h
8624
8625 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8626 M:      Paul Moore <[email protected]>
8627 L:      [email protected]
8628 S:      Maintained
8629
8630 NETWORKING [WIRELESS]
8631 L:      [email protected]
8632 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8633
8634 NETWORKING DRIVERS
8635 L:      [email protected]
8636 W:      http://www.linuxfoundation.org/en/Net
8637 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8640 S:      Odd Fixes
8641 F:      Documentation/devicetree/bindings/net/
8642 F:      drivers/net/
8643 F:      include/linux/if_*
8644 F:      include/linux/netdevice.h
8645 F:      include/linux/etherdevice.h
8646 F:      include/linux/fcdevice.h
8647 F:      include/linux/fddidevice.h
8648 F:      include/linux/hippidevice.h
8649 F:      include/linux/inetdevice.h
8650 F:      include/uapi/linux/if_*
8651 F:      include/uapi/linux/netdevice.h
8652
8653 NETWORKING DRIVERS (WIRELESS)
8654 M:      Kalle Valo <[email protected]>
8655 L:      [email protected]
8656 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8659 S:      Maintained
8660 F:      Documentation/devicetree/bindings/net/wireless/
8661 F:      drivers/net/wireless/
8662
8663 NETXEN (1/10) GbE SUPPORT
8664 M:      Manish Chopra <[email protected]>
8665 M:      Rahul Verma <[email protected]>
8666 M:      [email protected]
8667 L:      [email protected]
8668 S:      Supported
8669 F:      drivers/net/ethernet/qlogic/netxen/
8670
8671 NFC SUBSYSTEM
8672 M:      Lauro Ramos Venancio <[email protected]>
8673 M:      Aloisio Almeida Jr <[email protected]>
8674 M:      Samuel Ortiz <[email protected]>
8675 L:      [email protected]
8676 L:      [email protected] (subscribers-only)
8677 S:      Supported
8678 F:      net/nfc/
8679 F:      include/net/nfc/
8680 F:      include/uapi/linux/nfc.h
8681 F:      drivers/nfc/
8682 F:      include/linux/platform_data/nfcmrvl.h
8683 F:      include/linux/platform_data/nxp-nci.h
8684 F:      include/linux/platform_data/pn544.h
8685 F:      include/linux/platform_data/st21nfca.h
8686 F:      include/linux/platform_data/st-nci.h
8687 F:      Documentation/devicetree/bindings/net/nfc/
8688
8689 NFS, SUNRPC, AND LOCKD CLIENTS
8690 M:      Trond Myklebust <[email protected]>
8691 M:      Anna Schumaker <[email protected]>
8692 L:      [email protected]
8693 W:      http://client.linux-nfs.org
8694 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8695 S:      Maintained
8696 F:      fs/lockd/
8697 F:      fs/nfs/
8698 F:      fs/nfs_common/
8699 F:      net/sunrpc/
8700 F:      include/linux/lockd/
8701 F:      include/linux/nfs*
8702 F:      include/linux/sunrpc/
8703 F:      include/uapi/linux/nfs*
8704 F:      include/uapi/linux/sunrpc/
8705
8706 NILFS2 FILESYSTEM
8707 M:      Ryusuke Konishi <[email protected]>
8708 L:      [email protected]
8709 W:      http://nilfs.sourceforge.net/
8710 W:      http://nilfs.osdn.jp/
8711 T:      git git://github.com/konis/nilfs2.git
8712 S:      Supported
8713 F:      Documentation/filesystems/nilfs2.txt
8714 F:      fs/nilfs2/
8715 F:      include/trace/events/nilfs2.h
8716 F:      include/uapi/linux/nilfs2_api.h
8717 F:      include/uapi/linux/nilfs2_ondisk.h
8718
8719 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8720 M:      YOKOTA Hiroshi <[email protected]>
8721 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8722 S:      Maintained
8723 F:      Documentation/scsi/NinjaSCSI.txt
8724 F:      drivers/scsi/pcmcia/nsp_*
8725
8726 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8727 M:      GOTO Masanori <[email protected]>
8728 M:      YOKOTA Hiroshi <[email protected]>
8729 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8730 S:      Maintained
8731 F:      Documentation/scsi/NinjaSCSI.txt
8732 F:      drivers/scsi/nsp32*
8733
8734 NIOS2 ARCHITECTURE
8735 M:      Ley Foon Tan <[email protected]>
8736 L:      [email protected] (moderated for non-subscribers)
8737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8738 S:      Maintained
8739 F:      arch/nios2/
8740
8741 NOKIA N900 POWER SUPPLY DRIVERS
8742 R:      Pali Rohár <[email protected]>
8743 F:      include/linux/power/bq2415x_charger.h
8744 F:      include/linux/power/bq27xxx_battery.h
8745 F:      include/linux/power/isp1704_charger.h
8746 F:      drivers/power/supply/bq2415x_charger.c
8747 F:      drivers/power/supply/bq27xxx_battery.c
8748 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8749 F:      drivers/power/supply/isp1704_charger.c
8750 F:      drivers/power/supply/rx51_battery.c
8751
8752 NTB DRIVER CORE
8753 M:      Jon Mason <[email protected]>
8754 M:      Dave Jiang <[email protected]>
8755 M:      Allen Hubbe <[email protected]>
8756 L:      [email protected]
8757 S:      Supported
8758 W:      https://github.com/jonmason/ntb/wiki
8759 T:      git git://github.com/jonmason/ntb.git
8760 F:      drivers/ntb/
8761 F:      drivers/net/ntb_netdev.c
8762 F:      include/linux/ntb.h
8763 F:      include/linux/ntb_transport.h
8764 F:      tools/testing/selftests/ntb/
8765
8766 NTB INTEL DRIVER
8767 M:      Jon Mason <[email protected]>
8768 M:      Dave Jiang <[email protected]>
8769 L:      [email protected]
8770 S:      Supported
8771 W:      https://github.com/jonmason/ntb/wiki
8772 T:      git git://github.com/jonmason/ntb.git
8773 F:      drivers/ntb/hw/intel/
8774
8775 NTB AMD DRIVER
8776 M:      Xiangliang Yu <[email protected]>
8777 L:      [email protected]
8778 S:      Supported
8779 F:      drivers/ntb/hw/amd/
8780
8781 NTFS FILESYSTEM
8782 M:      Anton Altaparmakov <[email protected]>
8783 L:      [email protected]
8784 W:      http://www.tuxera.com/
8785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8786 S:      Supported
8787 F:      Documentation/filesystems/ntfs.txt
8788 F:      fs/ntfs/
8789
8790 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8791 M:      Antonino Daplas <[email protected]>
8792 L:      [email protected]
8793 S:      Maintained
8794 F:      drivers/video/fbdev/riva/
8795 F:      drivers/video/fbdev/nvidia/
8796
8797 NVM EXPRESS DRIVER
8798 M:      Keith Busch <[email protected]>
8799 M:      Jens Axboe <[email protected]>
8800 L:      [email protected]
8801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8802 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8803 S:      Supported
8804 F:      drivers/nvme/host/
8805 F:      include/linux/nvme.h
8806
8807 NVM EXPRESS TARGET DRIVER
8808 M:      Christoph Hellwig <[email protected]>
8809 M:      Sagi Grimberg <[email protected]>
8810 L:      [email protected]
8811 S:      Supported
8812 F:      drivers/nvme/target/
8813
8814 NVM EXPRESS FC TRANSPORT DRIVERS
8815 M:      James Smart <[email protected]>
8816 L:      [email protected]
8817 S:      Supported
8818 F:      include/linux/nvme-fc.h
8819 F:      include/linux/nvme-fc-driver.h
8820 F:      drivers/nvme/host/fc.c
8821 F:      drivers/nvme/target/fc.c
8822 F:      drivers/nvme/target/fcloop.c
8823
8824 NVMEM FRAMEWORK
8825 M:      Srinivas Kandagatla <[email protected]>
8826 M:      Maxime Ripard <[email protected]>
8827 S:      Maintained
8828 F:      drivers/nvmem/
8829 F:      Documentation/devicetree/bindings/nvmem/
8830 F:      include/linux/nvmem-consumer.h
8831 F:      include/linux/nvmem-provider.h
8832
8833 NXP-NCI NFC DRIVER
8834 M:      Clément Perrochaud <[email protected]>
8835 R:      Charles Gorand <[email protected]>
8836 L:      [email protected] (moderated for non-subscribers)
8837 S:      Supported
8838 F:      drivers/nfc/nxp-nci
8839
8840 NXP TDA998X DRM DRIVER
8841 M:      Russell King <[email protected]>
8842 S:      Supported
8843 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8844 F:      include/drm/i2c/tda998x.h
8845
8846 NXP TFA9879 DRIVER
8847 M:      Peter Rosin <[email protected]>
8848 L:      [email protected] (moderated for non-subscribers)
8849 S:      Maintained
8850 F:      sound/soc/codecs/tfa9879*
8851
8852 OBJTOOL
8853 M:      Josh Poimboeuf <[email protected]>
8854 S:      Supported
8855 F:      tools/objtool/
8856
8857 OMAP SUPPORT
8858 M:      Tony Lindgren <[email protected]>
8859 L:      [email protected]
8860 W:      http://www.muru.com/linux/omap/
8861 W:      http://linux.omap.com/
8862 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8864 S:      Maintained
8865 F:      arch/arm/*omap*/
8866 F:      arch/arm/configs/omap1_defconfig
8867 F:      arch/arm/configs/omap2plus_defconfig
8868 F:      drivers/i2c/busses/i2c-omap.c
8869 F:      drivers/irqchip/irq-omap-intc.c
8870 F:      drivers/mfd/*omap*.c
8871 F:      drivers/mfd/menelaus.c
8872 F:      drivers/mfd/palmas.c
8873 F:      drivers/mfd/tps65217.c
8874 F:      drivers/mfd/tps65218.c
8875 F:      drivers/mfd/tps65910.c
8876 F:      drivers/mfd/twl-core.[ch]
8877 F:      drivers/mfd/twl4030*.c
8878 F:      drivers/mfd/twl6030*.c
8879 F:      drivers/mfd/twl6040*.c
8880 F:      drivers/regulator/palmas-regulator*.c
8881 F:      drivers/regulator/pbias-regulator.c
8882 F:      drivers/regulator/tps65217-regulator.c
8883 F:      drivers/regulator/tps65218-regulator.c
8884 F:      drivers/regulator/tps65910-regulator.c
8885 F:      drivers/regulator/twl-regulator.c
8886 F:      drivers/regulator/twl6030-regulator.c
8887 F:      include/linux/i2c-omap.h
8888
8889 OMAP DEVICE TREE SUPPORT
8890 M:      Benoît Cousson <[email protected]>
8891 M:      Tony Lindgren <[email protected]>
8892 L:      [email protected]
8893 L:      [email protected]
8894 S:      Maintained
8895 F:      arch/arm/boot/dts/*omap*
8896 F:      arch/arm/boot/dts/*am3*
8897 F:      arch/arm/boot/dts/*am4*
8898 F:      arch/arm/boot/dts/*am5*
8899 F:      arch/arm/boot/dts/*dra7*
8900
8901 OMAP CLOCK FRAMEWORK SUPPORT
8902 M:      Paul Walmsley <[email protected]>
8903 L:      [email protected]
8904 S:      Maintained
8905 F:      arch/arm/*omap*/*clock*
8906
8907 OMAP POWER MANAGEMENT SUPPORT
8908 M:      Kevin Hilman <[email protected]>
8909 L:      [email protected]
8910 S:      Maintained
8911 F:      arch/arm/*omap*/*pm*
8912 F:      drivers/cpufreq/omap-cpufreq.c
8913
8914 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8915 M:      Rajendra Nayak <[email protected]>
8916 M:      Paul Walmsley <[email protected]>
8917 L:      [email protected]
8918 S:      Maintained
8919 F:      arch/arm/mach-omap2/prm*
8920
8921 OMAP AUDIO SUPPORT
8922 M:      Peter Ujfalusi <[email protected]>
8923 M:      Jarkko Nikula <[email protected]>
8924 L:      [email protected] (moderated for non-subscribers)
8925 L:      [email protected]
8926 S:      Maintained
8927 F:      sound/soc/omap/
8928
8929 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8930 M:      Roger Quadros <[email protected]>
8931 M:      Tony Lindgren <[email protected]>
8932 L:      [email protected]
8933 S:      Maintained
8934 F:      drivers/memory/omap-gpmc.c
8935 F:      arch/arm/mach-omap2/*gpmc*
8936
8937 OMAP FRAMEBUFFER SUPPORT
8938 M:      Tomi Valkeinen <[email protected]>
8939 L:      [email protected]
8940 L:      [email protected]
8941 S:      Maintained
8942 F:      drivers/video/fbdev/omap/
8943
8944 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8945 M:      Tomi Valkeinen <[email protected]>
8946 L:      [email protected]
8947 L:      [email protected]
8948 S:      Maintained
8949 F:      drivers/video/fbdev/omap2/
8950 F:      Documentation/arm/OMAP/DSS
8951
8952 OMAP HARDWARE SPINLOCK SUPPORT
8953 M:      Ohad Ben-Cohen <[email protected]>
8954 L:      [email protected]
8955 S:      Maintained
8956 F:      drivers/hwspinlock/omap_hwspinlock.c
8957
8958 OMAP MMC SUPPORT
8959 M:      Jarkko Lavinen <[email protected]>
8960 L:      [email protected]
8961 S:      Maintained
8962 F:      drivers/mmc/host/omap.c
8963
8964 OMAP HS MMC SUPPORT
8965 L:      [email protected]
8966 L:      [email protected]
8967 S:      Orphan
8968 F:      drivers/mmc/host/omap_hsmmc.c
8969
8970 OMAP RANDOM NUMBER GENERATOR SUPPORT
8971 M:      Deepak Saxena <[email protected]>
8972 S:      Maintained
8973 F:      drivers/char/hw_random/omap-rng.c
8974
8975 OMAP HWMOD SUPPORT
8976 M:      Benoît Cousson <[email protected]>
8977 M:      Paul Walmsley <[email protected]>
8978 L:      [email protected]
8979 S:      Maintained
8980 F:      arch/arm/mach-omap2/omap_hwmod.*
8981
8982 OMAP HWMOD DATA
8983 M:      Paul Walmsley <[email protected]>
8984 L:      [email protected]
8985 S:      Maintained
8986 F:      arch/arm/mach-omap2/omap_hwmod*data*
8987
8988 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8989 M:      Benoît Cousson <[email protected]>
8990 L:      [email protected]
8991 S:      Maintained
8992 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8993
8994 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8995 M:      Laurent Pinchart <[email protected]>
8996 L:      [email protected]
8997 S:      Maintained
8998 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8999 F:      drivers/media/platform/omap3isp/
9000 F:      drivers/staging/media/omap4iss/
9001
9002 OMAP USB SUPPORT
9003 L:      [email protected]
9004 L:      [email protected]
9005 S:      Orphan
9006 F:      drivers/usb/*/*omap*
9007 F:      arch/arm/*omap*/usb*
9008
9009 OMAP GPIO DRIVER
9010 M:      Grygorii Strashko <[email protected]>
9011 M:      Santosh Shilimkar <[email protected]>
9012 M:      Kevin Hilman <[email protected]>
9013 L:      [email protected]
9014 S:      Maintained
9015 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9016 F:      drivers/gpio/gpio-omap.c
9017
9018 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9019 M:      Mark Jackson <[email protected]>
9020 L:      [email protected]
9021 S:      Maintained
9022 F:      arch/arm/boot/dts/am335x-nano.dts
9023
9024 OMFS FILESYSTEM
9025 M:      Bob Copeland <[email protected]>
9026 L:      [email protected]
9027 S:      Maintained
9028 F:      Documentation/filesystems/omfs.txt
9029 F:      fs/omfs/
9030
9031 OMNIKEY CARDMAN 4000 DRIVER
9032 M:      Harald Welte <[email protected]>
9033 S:      Maintained
9034 F:      drivers/char/pcmcia/cm4000_cs.c
9035 F:      include/linux/cm4000_cs.h
9036 F:      include/uapi/linux/cm4000_cs.h
9037
9038 OMNIKEY CARDMAN 4040 DRIVER
9039 M:      Harald Welte <[email protected]>
9040 S:      Maintained
9041 F:      drivers/char/pcmcia/cm4040_cs.*
9042
9043 OMNIVISION OV7670 SENSOR DRIVER
9044 M:      Jonathan Corbet <[email protected]>
9045 L:      [email protected]
9046 T:      git git://linuxtv.org/media_tree.git
9047 S:      Maintained
9048 F:      drivers/media/i2c/ov7670.c
9049
9050 ONENAND FLASH DRIVER
9051 M:      Kyungmin Park <[email protected]>
9052 L:      [email protected]
9053 S:      Maintained
9054 F:      drivers/mtd/onenand/
9055 F:      include/linux/mtd/onenand*.h
9056
9057 ONSTREAM SCSI TAPE DRIVER
9058 M:      Willem Riede <[email protected]>
9059 L:      [email protected]
9060 L:      [email protected]
9061 S:      Maintained
9062 F:      Documentation/scsi/osst.txt
9063 F:      drivers/scsi/osst.*
9064 F:      drivers/scsi/osst_*.h
9065 F:      drivers/scsi/st.h
9066
9067 OPENCORES I2C BUS DRIVER
9068 M:      Peter Korsgaard <[email protected]>
9069 L:      [email protected]
9070 S:      Maintained
9071 F:      Documentation/i2c/busses/i2c-ocores
9072 F:      drivers/i2c/busses/i2c-ocores.c
9073
9074 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9075 M:      Rob Herring <[email protected]>
9076 M:      Frank Rowand <[email protected]>
9077 L:      [email protected]
9078 W:      http://www.devicetree.org/
9079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9080 S:      Maintained
9081 F:      drivers/of/
9082 F:      include/linux/of*.h
9083 F:      scripts/dtc/
9084
9085 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9086 M:      Rob Herring <[email protected]>
9087 M:      Mark Rutland <[email protected]>
9088 L:      [email protected]
9089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9090 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9091 S:      Maintained
9092 F:      Documentation/devicetree/
9093 F:      arch/*/boot/dts/
9094 F:      include/dt-bindings/
9095
9096 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9097 M:      Pantelis Antoniou <[email protected]>
9098 L:      [email protected]
9099 S:      Maintained
9100 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9101 F:      Documentation/devicetree/overlay-notes.txt
9102 F:      drivers/of/overlay.c
9103 F:      drivers/of/resolver.c
9104
9105 OPENRISC ARCHITECTURE
9106 M:      Jonas Bonn <[email protected]>
9107 M:      Stefan Kristiansson <[email protected]>
9108 M:      Stafford Horne <[email protected]>
9109 L:      [email protected]
9110 W:      http://openrisc.io
9111 S:      Maintained
9112 F:      arch/openrisc/
9113
9114 OPENVSWITCH
9115 M:      Pravin Shelar <[email protected]>
9116 L:      [email protected]
9117 L:      [email protected]
9118 W:      http://openvswitch.org
9119 S:      Maintained
9120 F:      net/openvswitch/
9121 F:      include/uapi/linux/openvswitch.h
9122
9123 OPERATING PERFORMANCE POINTS (OPP)
9124 M:      Viresh Kumar <[email protected]>
9125 M:      Nishanth Menon <[email protected]>
9126 M:      Stephen Boyd <[email protected]>
9127 L:      [email protected]
9128 S:      Maintained
9129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9130 F:      drivers/base/power/opp/
9131 F:      include/linux/pm_opp.h
9132 F:      Documentation/power/opp.txt
9133 F:      Documentation/devicetree/bindings/opp/
9134
9135 OPL4 DRIVER
9136 M:      Clemens Ladisch <[email protected]>
9137 L:      [email protected] (moderated for non-subscribers)
9138 T:      git git://git.alsa-project.org/alsa-kernel.git
9139 S:      Maintained
9140 F:      sound/drivers/opl4/
9141
9142 OPROFILE
9143 M:      Robert Richter <[email protected]>
9144 L:      [email protected]
9145 S:      Maintained
9146 F:      arch/*/include/asm/oprofile*.h
9147 F:      arch/*/oprofile/
9148 F:      drivers/oprofile/
9149 F:      include/linux/oprofile.h
9150
9151 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9152 M:      Mark Fasheh <[email protected]>
9153 M:      Joel Becker <[email protected]>
9154 L:      [email protected] (moderated for non-subscribers)
9155 W:      http://ocfs2.wiki.kernel.org
9156 S:      Supported
9157 F:      Documentation/filesystems/ocfs2.txt
9158 F:      Documentation/filesystems/dlmfs.txt
9159 F:      fs/ocfs2/
9160
9161 ORINOCO DRIVER
9162 L:      [email protected]
9163 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9164 W:      http://www.nongnu.org/orinoco/
9165 S:      Orphan
9166 F:      drivers/net/wireless/intersil/orinoco/
9167
9168 OSD LIBRARY and FILESYSTEM
9169 M:      Boaz Harrosh <[email protected]>
9170 M:      Benny Halevy <[email protected]>
9171 L:      [email protected]
9172 W:      http://open-osd.org
9173 T:      git git://git.open-osd.org/open-osd.git
9174 S:      Maintained
9175 F:      drivers/scsi/osd/
9176 F:      include/scsi/osd_*
9177 F:      fs/exofs/
9178
9179 OVERLAY FILESYSTEM
9180 M:      Miklos Szeredi <[email protected]>
9181 L:      [email protected]
9182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9183 S:      Supported
9184 F:      fs/overlayfs/
9185 F:      Documentation/filesystems/overlayfs.txt
9186
9187 ORANGEFS FILESYSTEM
9188 M:      Mike Marshall <[email protected]>
9189 L:      [email protected] (subscribers-only)
9190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9191 S:      Supported
9192 F:      fs/orangefs/
9193 F:      Documentation/filesystems/orangefs.txt
9194
9195 P54 WIRELESS DRIVER
9196 M:      Christian Lamparter <[email protected]>
9197 L:      [email protected]
9198 W:      http://wireless.kernel.org/en/users/Drivers/p54
9199 S:      Maintained
9200 F:      drivers/net/wireless/intersil/p54/
9201
9202 PA SEMI ETHERNET DRIVER
9203 L:      [email protected]
9204 S:      Orphan
9205 F:      drivers/net/ethernet/pasemi/*
9206
9207 PA SEMI SMBUS DRIVER
9208 L:      [email protected]
9209 S:      Orphan
9210 F:      drivers/i2c/busses/i2c-pasemi.c
9211
9212 PADATA PARALLEL EXECUTION MECHANISM
9213 M:      Steffen Klassert <[email protected]>
9214 L:      [email protected]
9215 S:      Maintained
9216 F:      kernel/padata.c
9217 F:      include/linux/padata.h
9218 F:      Documentation/padata.txt
9219
9220 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9221 M:      Harald Welte <[email protected]>
9222 L:      [email protected]
9223 S:      Maintained
9224 F:      drivers/platform/x86/panasonic-laptop.c
9225
9226 PANASONIC MN10300/AM33/AM34 PORT
9227 M:      David Howells <[email protected]>
9228 L:      [email protected] (moderated for non-subscribers)
9229 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9230 S:      Maintained
9231 F:      Documentation/mn10300/
9232 F:      arch/mn10300/
9233
9234 PARALLEL LCD/KEYPAD PANEL DRIVER
9235 M:      Willy Tarreau <[email protected]>
9236 M:      Ksenija Stanojevic <[email protected]>
9237 S:      Odd Fixes
9238 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9239 F:      drivers/misc/panel.c
9240
9241 PARALLEL PORT SUBSYSTEM
9242 M:      Sudip Mukherjee <[email protected]>
9243 M:      Sudip Mukherjee <[email protected]>
9244 L:      [email protected] (subscribers-only)
9245 S:      Maintained
9246 F:      drivers/parport/
9247 F:      include/linux/parport*.h
9248 F:      drivers/char/ppdev.c
9249 F:      include/uapi/linux/ppdev.h
9250 F:      Documentation/parport*.txt
9251
9252 PARAVIRT_OPS INTERFACE
9253 M:      Jeremy Fitzhardinge <[email protected]>
9254 M:      Chris Wright <[email protected]>
9255 M:      Alok Kataria <[email protected]>
9256 M:      Rusty Russell <[email protected]>
9257 L:      [email protected]
9258 S:      Supported
9259 F:      Documentation/virtual/paravirt_ops.txt
9260 F:      arch/*/kernel/paravirt*
9261 F:      arch/*/include/asm/paravirt.h
9262 F:      include/linux/hypervisor.h
9263
9264 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9265 M:      Tim Waugh <[email protected]>
9266 L:      [email protected] (subscribers-only)
9267 S:      Maintained
9268 F:      Documentation/blockdev/paride.txt
9269 F:      drivers/block/paride/
9270
9271 PARISC ARCHITECTURE
9272 M:      "James E.J. Bottomley" <[email protected]>
9273 M:      Helge Deller <[email protected]>
9274 L:      [email protected]
9275 W:      http://www.parisc-linux.org/
9276 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9279 S:      Maintained
9280 F:      arch/parisc/
9281 F:      Documentation/parisc/
9282 F:      drivers/parisc/
9283 F:      drivers/char/agp/parisc-agp.c
9284 F:      drivers/input/serio/gscps2.c
9285 F:      drivers/parport/parport_gsc.*
9286 F:      drivers/tty/serial/8250/8250_gsc.c
9287 F:      drivers/video/fbdev/sti*
9288 F:      drivers/video/console/sti*
9289 F:      drivers/video/logo/logo_parisc*
9290
9291 PC87360 HARDWARE MONITORING DRIVER
9292 M:      Jim Cromie <[email protected]>
9293 L:      [email protected]
9294 S:      Maintained
9295 F:      Documentation/hwmon/pc87360
9296 F:      drivers/hwmon/pc87360.c
9297
9298 PC8736x GPIO DRIVER
9299 M:      Jim Cromie <[email protected]>
9300 S:      Maintained
9301 F:      drivers/char/pc8736x_gpio.c
9302
9303 PC87427 HARDWARE MONITORING DRIVER
9304 M:      Jean Delvare <[email protected]>
9305 L:      [email protected]
9306 S:      Maintained
9307 F:      Documentation/hwmon/pc87427
9308 F:      drivers/hwmon/pc87427.c
9309
9310 PCA9532 LED DRIVER
9311 M:      Riku Voipio <[email protected]>
9312 S:      Maintained
9313 F:      drivers/leds/leds-pca9532.c
9314 F:      include/linux/leds-pca9532.h
9315
9316 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9317 M:      Guenter Roeck <[email protected]>
9318 L:      [email protected]
9319 S:      Maintained
9320 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9321
9322 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9323 M:      Khalid Aziz <[email protected]>
9324 S:      Maintained
9325 F:      drivers/firmware/pcdp.*
9326
9327 PCI ERROR RECOVERY
9328 M:      Linas Vepstas <[email protected]>
9329 L:      [email protected]
9330 S:      Supported
9331 F:      Documentation/PCI/pci-error-recovery.txt
9332
9333 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9334 M:      Russell Currey <[email protected]>
9335 L:      [email protected]
9336 S:      Supported
9337 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9338 F:      arch/powerpc/kernel/eeh*.c
9339 F:      arch/powerpc/platforms/*/eeh*.c
9340 F:      arch/powerpc/include/*/eeh*.h
9341
9342 PCI SUBSYSTEM
9343 M:      Bjorn Helgaas <[email protected]>
9344 L:      [email protected]
9345 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9347 S:      Supported
9348 F:      Documentation/devicetree/bindings/pci/
9349 F:      Documentation/PCI/
9350 F:      drivers/pci/
9351 F:      include/linux/pci*
9352 F:      arch/x86/pci/
9353 F:      arch/x86/kernel/quirks.c
9354
9355 PCI DRIVER FOR ALTERA PCIE IP
9356 M:      Ley Foon Tan <[email protected]>
9357 L:      [email protected] (moderated for non-subscribers)
9358 L:      [email protected]
9359 S:      Supported
9360 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9361 F:      drivers/pci/host/pcie-altera.c
9362
9363 PCI DRIVER FOR ARM VERSATILE PLATFORM
9364 M:      Rob Herring <[email protected]>
9365 L:      [email protected]
9366 L:      [email protected]
9367 S:      Maintained
9368 F:      Documentation/devicetree/bindings/pci/versatile.txt
9369 F:      drivers/pci/host/pci-versatile.c
9370
9371 PCI DRIVER FOR ARMADA 8K
9372 M:      Thomas Petazzoni <[email protected]>
9373 L:      [email protected]
9374 L:      [email protected]
9375 S:      Maintained
9376 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9377 F:      drivers/pci/host/pcie-armada8k.c
9378
9379 PCI DRIVER FOR APPLIEDMICRO XGENE
9380 M:      Tanmay Inamdar <[email protected]>
9381 L:      [email protected]
9382 L:      [email protected]
9383 S:      Maintained
9384 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9385 F:      drivers/pci/host/pci-xgene.c
9386
9387 PCI DRIVER FOR FREESCALE LAYERSCAPE
9388 M:      Minghuan Lian <[email protected]>
9389 M:      Mingkai Hu <[email protected]>
9390 M:      Roy Zang <[email protected]>
9391 L:      [email protected]
9392 L:      [email protected]
9393 L:      [email protected]
9394 S:      Maintained
9395 F:      drivers/pci/host/*layerscape*
9396
9397 PCI DRIVER FOR IMX6
9398 M:      Richard Zhu <[email protected]>
9399 M:      Lucas Stach <[email protected]>
9400 L:      [email protected]
9401 L:      [email protected] (moderated for non-subscribers)
9402 S:      Maintained
9403 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9404 F:      drivers/pci/host/*imx6*
9405
9406 PCI DRIVER FOR TI KEYSTONE
9407 M:      Murali Karicheri <[email protected]>
9408 L:      [email protected]
9409 L:      [email protected] (moderated for non-subscribers)
9410 S:      Maintained
9411 F:      drivers/pci/host/*keystone*
9412
9413 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9414 M:      Thomas Petazzoni <[email protected]>
9415 M:      Jason Cooper <[email protected]>
9416 L:      [email protected]
9417 L:      [email protected] (moderated for non-subscribers)
9418 S:      Maintained
9419 F:      drivers/pci/host/*mvebu*
9420
9421 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9422 M:      Thomas Petazzoni <[email protected]>
9423 L:      [email protected]
9424 L:      [email protected] (moderated for non-subscribers)
9425 S:      Maintained
9426 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9427 F:      drivers/pci/host/pci-aardvark.c
9428
9429 PCI DRIVER FOR NVIDIA TEGRA
9430 M:      Thierry Reding <[email protected]>
9431 L:      [email protected]
9432 L:      [email protected]
9433 S:      Supported
9434 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9435 F:      drivers/pci/host/pci-tegra.c
9436
9437 PCI DRIVER FOR TI DRA7XX
9438 M:      Kishon Vijay Abraham I <[email protected]>
9439 L:      [email protected]
9440 L:      [email protected]
9441 S:      Supported
9442 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9443 F:      drivers/pci/host/pci-dra7xx.c
9444
9445 PCI DRIVER FOR RENESAS R-CAR
9446 M:      Simon Horman <[email protected]>
9447 L:      [email protected]
9448 L:      [email protected]
9449 S:      Maintained
9450 F:      drivers/pci/host/*rcar*
9451
9452 PCI DRIVER FOR SAMSUNG EXYNOS
9453 M:      Jingoo Han <[email protected]>
9454 L:      [email protected]
9455 L:      [email protected] (moderated for non-subscribers)
9456 L:      [email protected] (moderated for non-subscribers)
9457 S:      Maintained
9458 F:      drivers/pci/host/pci-exynos.c
9459
9460 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9461 M:      Jingoo Han <[email protected]>
9462 M:      Joao Pinto <[email protected]>
9463 L:      [email protected]
9464 S:      Maintained
9465 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9466 F:      drivers/pci/host/*designware*
9467
9468 PCI DRIVER FOR GENERIC OF HOSTS
9469 M:      Will Deacon <[email protected]>
9470 L:      [email protected]
9471 L:      [email protected] (moderated for non-subscribers)
9472 S:      Maintained
9473 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9474 F:      drivers/pci/host/pci-host-common.c
9475 F:      drivers/pci/host/pci-host-generic.c
9476
9477 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9478 M:      Keith Busch <[email protected]>
9479 L:      [email protected]
9480 S:      Supported
9481 F:      drivers/pci/host/vmd.c
9482
9483 PCIE DRIVER FOR ST SPEAR13XX
9484 M:      Pratyush Anand <[email protected]>
9485 L:      [email protected]
9486 S:      Maintained
9487 F:      drivers/pci/host/*spear*
9488
9489 PCI MSI DRIVER FOR ALTERA MSI IP
9490 M:      Ley Foon Tan <[email protected]>
9491 L:      [email protected] (moderated for non-subscribers)
9492 L:      [email protected]
9493 S:      Supported
9494 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9495 F:      drivers/pci/host/pcie-altera-msi.c
9496
9497 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9498 M:      Duc Dang <[email protected]>
9499 L:      [email protected]
9500 L:      [email protected]
9501 S:      Maintained
9502 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9503 F:      drivers/pci/host/pci-xgene-msi.c
9504
9505 PCIE DRIVER FOR AXIS ARTPEC
9506 M:      Niklas Cassel <[email protected]>
9507 M:      Jesper Nilsson <[email protected]>
9508 L:      [email protected]
9509 L:      [email protected]
9510 S:      Maintained
9511 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9512 F:      drivers/pci/host/*artpec*
9513
9514 PCIE DRIVER FOR HISILICON
9515 M:      Zhou Wang <[email protected]>
9516 M:      Gabriele Paoloni <[email protected]>
9517 L:      [email protected]
9518 S:      Maintained
9519 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9520 F:      drivers/pci/host/pcie-hisi.c
9521
9522 PCIE DRIVER FOR ROCKCHIP
9523 M:      Shawn Lin <[email protected]>
9524 M:      Wenrui Li <[email protected]>
9525 L:      [email protected]
9526 L:      [email protected]
9527 S:      Maintained
9528 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9529 F:      drivers/pci/host/pcie-rockchip.c
9530
9531 PCIE DRIVER FOR QUALCOMM MSM
9532 M:     Stanimir Varbanov <[email protected]>
9533 L:     [email protected]
9534 L:     [email protected]
9535 S:     Maintained
9536 F:     drivers/pci/host/*qcom*
9537
9538 PCIE DRIVER FOR CAVIUM THUNDERX
9539 M:      David Daney <[email protected]>
9540 L:      [email protected]
9541 L:      [email protected] (moderated for non-subscribers)
9542 S:      Supported
9543 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9544 F:      drivers/pci/host/pci-thunder-*
9545
9546 PCMCIA SUBSYSTEM
9547 P:      Linux PCMCIA Team
9548 L:      [email protected]
9549 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9551 S:      Maintained
9552 F:      Documentation/pcmcia/
9553 F:      tools/pcmcia/
9554 F:      drivers/pcmcia/
9555 F:      include/pcmcia/
9556
9557 PCNET32 NETWORK DRIVER
9558 M:      Don Fry <[email protected]>
9559 L:      [email protected]
9560 S:      Maintained
9561 F:      drivers/net/ethernet/amd/pcnet32.c
9562
9563 PCRYPT PARALLEL CRYPTO ENGINE
9564 M:      Steffen Klassert <[email protected]>
9565 L:      [email protected]
9566 S:      Maintained
9567 F:      crypto/pcrypt.c
9568 F:      include/crypto/pcrypt.h
9569
9570 PER-CPU MEMORY ALLOCATOR
9571 M:      Tejun Heo <[email protected]>
9572 M:      Christoph Lameter <[email protected]>
9573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9574 S:      Maintained
9575 F:      include/linux/percpu*.h
9576 F:      mm/percpu*.c
9577 F:      arch/*/include/asm/percpu.h
9578
9579 PER-TASK DELAY ACCOUNTING
9580 M:      Balbir Singh <[email protected]>
9581 S:      Maintained
9582 F:      include/linux/delayacct.h
9583 F:      kernel/delayacct.c
9584
9585 PERFORMANCE EVENTS SUBSYSTEM
9586 M:      Peter Zijlstra <[email protected]>
9587 M:      Ingo Molnar <[email protected]>
9588 M:      Arnaldo Carvalho de Melo <[email protected]>
9589 R:      Alexander Shishkin <[email protected]>
9590 L:      [email protected]
9591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9592 S:      Supported
9593 F:      kernel/events/*
9594 F:      include/linux/perf_event.h
9595 F:      include/uapi/linux/perf_event.h
9596 F:      arch/*/kernel/perf_event*.c
9597 F:      arch/*/kernel/*/perf_event*.c
9598 F:      arch/*/kernel/*/*/perf_event*.c
9599 F:      arch/*/include/asm/perf_event.h
9600 F:      arch/*/kernel/perf_callchain.c
9601 F:      arch/*/events/*
9602 F:      tools/perf/
9603
9604 PERSONALITY HANDLING
9605 M:      Christoph Hellwig <[email protected]>
9606 L:      [email protected]
9607 S:      Maintained
9608 F:      include/linux/personality.h
9609 F:      include/uapi/linux/personality.h
9610
9611 PHONET PROTOCOL
9612 M:      Remi Denis-Courmont <[email protected]>
9613 S:      Supported
9614 F:      Documentation/networking/phonet.txt
9615 F:      include/linux/phonet.h
9616 F:      include/net/phonet/
9617 F:      include/uapi/linux/phonet.h
9618 F:      net/phonet/
9619
9620 PHRAM MTD DRIVER
9621 M:      Joern Engel <[email protected]>
9622 L:      [email protected]
9623 S:      Maintained
9624 F:      drivers/mtd/devices/phram.c
9625
9626 PICOLCD HID DRIVER
9627 M:      Bruno Prémont <[email protected]>
9628 L:      [email protected]
9629 S:      Maintained
9630 F:      drivers/hid/hid-picolcd*
9631
9632 PICOXCELL SUPPORT
9633 M:      Jamie Iles <[email protected]>
9634 L:      [email protected] (moderated for non-subscribers)
9635 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9636 S:      Supported
9637 F:      arch/arm/boot/dts/picoxcell*
9638 F:      arch/arm/mach-picoxcell/
9639 F:      drivers/crypto/picoxcell*
9640
9641 PIN CONTROL SUBSYSTEM
9642 M:      Linus Walleij <[email protected]>
9643 L:      [email protected]
9644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9645 S:      Maintained
9646 F:      Documentation/devicetree/bindings/pinctrl/
9647 F:      Documentation/pinctrl.txt
9648 F:      drivers/pinctrl/
9649 F:      include/linux/pinctrl/
9650
9651 PIN CONTROLLER - ATMEL AT91
9652 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9653 L:      [email protected] (moderated for non-subscribers)
9654 S:      Maintained
9655 F:      drivers/pinctrl/pinctrl-at91.*
9656
9657 PIN CONTROLLER - ATMEL AT91 PIO4
9658 M:      Ludovic Desroches <[email protected]>
9659 L:      [email protected] (moderated for non-subscribers)
9660 L:      [email protected]
9661 S:      Supported
9662 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9663
9664 PIN CONTROLLER - INTEL
9665 M:      Mika Westerberg <[email protected]>
9666 M:      Heikki Krogerus <[email protected]>
9667 S:      Maintained
9668 F:      drivers/pinctrl/intel/
9669
9670 PIN CONTROLLER - RENESAS
9671 M:      Laurent Pinchart <[email protected]>
9672 M:      Geert Uytterhoeven <[email protected]>
9673 L:      [email protected]
9674 S:      Maintained
9675 F:      drivers/pinctrl/sh-pfc/
9676
9677 PIN CONTROLLER - SAMSUNG
9678 M:      Tomasz Figa <[email protected]>
9679 M:      Krzysztof Kozlowski <[email protected]>
9680 M:      Sylwester Nawrocki <[email protected]>
9681 L:      [email protected] (moderated for non-subscribers)
9682 L:      [email protected] (moderated for non-subscribers)
9683 S:      Maintained
9684 F:      drivers/pinctrl/samsung/
9685 F:      include/dt-bindings/pinctrl/samsung.h
9686 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9687
9688 PIN CONTROLLER - SINGLE
9689 M:      Tony Lindgren <[email protected]>
9690 M:      Haojian Zhuang <[email protected]>
9691 L:      [email protected] (moderated for non-subscribers)
9692 L:      [email protected]
9693 S:      Maintained
9694 F:      drivers/pinctrl/pinctrl-single.c
9695
9696 PIN CONTROLLER - ST SPEAR
9697 M:      Viresh Kumar <[email protected]>
9698 L:      [email protected] (moderated for non-subscribers)
9699 W:      http://www.st.com/spear
9700 S:      Maintained
9701 F:      drivers/pinctrl/spear/
9702
9703 PISTACHIO SOC SUPPORT
9704 M:      James Hartley <[email protected]>
9705 M:      Ionela Voinescu <[email protected]>
9706 L:      [email protected]
9707 S:      Maintained
9708 F:      arch/mips/pistachio/
9709 F:      arch/mips/include/asm/mach-pistachio/
9710 F:      arch/mips/boot/dts/pistachio/
9711 F:      arch/mips/configs/pistachio*_defconfig
9712
9713 PKTCDVD DRIVER
9714 S:      Orphan
9715 M:      [email protected]
9716 F:      drivers/block/pktcdvd.c
9717 F:      include/linux/pktcdvd.h
9718 F:      include/uapi/linux/pktcdvd.h
9719
9720 PKUNITY SOC DRIVERS
9721 M:      Guan Xuetao <[email protected]>
9722 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9723 S:      Maintained
9724 T:      git git://github.com/gxt/linux.git
9725 F:      drivers/input/serio/i8042-unicore32io.h
9726 F:      drivers/i2c/busses/i2c-puv3.c
9727 F:      drivers/video/fbdev/fb-puv3.c
9728 F:      drivers/rtc/rtc-puv3.c
9729
9730 PMBUS HARDWARE MONITORING DRIVERS
9731 M:      Guenter Roeck <[email protected]>
9732 L:      [email protected]
9733 W:      http://hwmon.wiki.kernel.org/
9734 W:      http://www.roeck-us.net/linux/drivers/
9735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9736 S:      Maintained
9737 F:      Documentation/hwmon/pmbus
9738 F:      drivers/hwmon/pmbus/
9739 F:      include/linux/i2c/pmbus.h
9740
9741 PMC SIERRA MaxRAID DRIVER
9742 L:      [email protected]
9743 W:      http://www.pmc-sierra.com/
9744 S:      Orphan
9745 F:      drivers/scsi/pmcraid.*
9746
9747 PMC SIERRA PM8001 DRIVER
9748 M:      Jack Wang <[email protected]>
9749 M:      [email protected]
9750 L:      [email protected]
9751 L:      [email protected]
9752 S:      Supported
9753 F:      drivers/scsi/pm8001/
9754
9755 POSIX CLOCKS and TIMERS
9756 M:      Thomas Gleixner <[email protected]>
9757 L:      [email protected]
9758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9759 S:      Maintained
9760 F:      fs/timerfd.c
9761 F:      include/linux/timer*
9762 F:      kernel/time/*timer*
9763
9764 POWER MANAGEMENT CORE
9765 M:      "Rafael J. Wysocki" <[email protected]>
9766 L:      [email protected]
9767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9768 B:      https://bugzilla.kernel.org
9769 S:      Supported
9770 F:      drivers/base/power/
9771 F:      include/linux/pm.h
9772 F:      include/linux/pm_*
9773 F:      include/linux/powercap.h
9774 F:      drivers/powercap/
9775
9776 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9777 M:      Sebastian Reichel <[email protected]>
9778 L:      [email protected]
9779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9780 S:      Maintained
9781 F:      Documentation/devicetree/bindings/power/supply/
9782 F:      include/linux/power_supply.h
9783 F:      drivers/power/supply/
9784
9785 POWER STATE COORDINATION INTERFACE (PSCI)
9786 M:      Mark Rutland <[email protected]>
9787 M:      Lorenzo Pieralisi <[email protected]>
9788 L:      [email protected]
9789 S:      Maintained
9790 F:      drivers/firmware/psci.c
9791 F:      include/linux/psci.h
9792 F:      include/uapi/linux/psci.h
9793
9794 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9795 M:      Suraj Jitindar Singh <[email protected]>
9796 L:      [email protected]
9797 S:      Maintained
9798 F:      drivers/char/powernv-op-panel.c
9799
9800 PNP SUPPORT
9801 M:      "Rafael J. Wysocki" <[email protected]>
9802 S:      Maintained
9803 F:      drivers/pnp/
9804
9805 PPP PROTOCOL DRIVERS AND COMPRESSORS
9806 M:      Paul Mackerras <[email protected]>
9807 L:      [email protected]
9808 S:      Maintained
9809 F:      drivers/net/ppp/ppp_*
9810
9811 PPP OVER ATM (RFC 2364)
9812 M:      Mitchell Blank Jr <[email protected]>
9813 S:      Maintained
9814 F:      net/atm/pppoatm.c
9815 F:      include/uapi/linux/atmppp.h
9816
9817 PPP OVER ETHERNET
9818 M:      Michal Ostrowski <[email protected]>
9819 S:      Maintained
9820 F:      drivers/net/ppp/pppoe.c
9821 F:      drivers/net/ppp/pppox.c
9822
9823 PPP OVER L2TP
9824 M:      James Chapman <[email protected]>
9825 S:      Maintained
9826 F:      net/l2tp/l2tp_ppp.c
9827 F:      include/linux/if_pppol2tp.h
9828 F:      include/uapi/linux/if_pppol2tp.h
9829
9830 PPS SUPPORT
9831 M:      Rodolfo Giometti <[email protected]>
9832 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9833 L:      [email protected] (subscribers-only)
9834 S:      Maintained
9835 F:      Documentation/pps/
9836 F:      drivers/pps/
9837 F:      include/linux/pps*.h
9838
9839 PPTP DRIVER
9840 M:      Dmitry Kozlov <[email protected]>
9841 L:      [email protected]
9842 S:      Maintained
9843 F:      drivers/net/ppp/pptp.c
9844 W:      http://sourceforge.net/projects/accel-pptp
9845
9846 PREEMPTIBLE KERNEL
9847 M:      Robert Love <[email protected]>
9848 L:      [email protected]
9849 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9850 S:      Supported
9851 F:      Documentation/preempt-locking.txt
9852 F:      include/linux/preempt.h
9853
9854 PRISM54 WIRELESS DRIVER
9855 M:      "Luis R. Rodriguez" <[email protected]>
9856 L:      [email protected]
9857 W:      http://wireless.kernel.org/en/users/Drivers/p54
9858 S:      Obsolete
9859 F:      drivers/net/wireless/intersil/prism54/
9860
9861 PS3 NETWORK SUPPORT
9862 M:      Geoff Levand <[email protected]>
9863 L:      [email protected]
9864 L:      [email protected]
9865 S:      Maintained
9866 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9867
9868 PS3 PLATFORM SUPPORT
9869 M:      Geoff Levand <[email protected]>
9870 L:      [email protected]
9871 S:      Maintained
9872 F:      arch/powerpc/boot/ps3*
9873 F:      arch/powerpc/include/asm/lv1call.h
9874 F:      arch/powerpc/include/asm/ps3*.h
9875 F:      arch/powerpc/platforms/ps3/
9876 F:      drivers/*/ps3*
9877 F:      drivers/ps3/
9878 F:      drivers/rtc/rtc-ps3.c
9879 F:      drivers/usb/host/*ps3.c
9880 F:      sound/ppc/snd_ps3*
9881
9882 PS3VRAM DRIVER
9883 M:      Jim Paris <[email protected]>
9884 M:      Geoff Levand <[email protected]>
9885 L:      [email protected]
9886 S:      Maintained
9887 F:      drivers/block/ps3vram.c
9888
9889 PSTORE FILESYSTEM
9890 M:      Anton Vorontsov <[email protected]>
9891 M:      Colin Cross <[email protected]>
9892 M:      Kees Cook <[email protected]>
9893 M:      Tony Luck <[email protected]>
9894 S:      Maintained
9895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9896 F:      fs/pstore/
9897 F:      include/linux/pstore*
9898 F:      drivers/firmware/efi/efi-pstore.c
9899 F:      drivers/acpi/apei/erst.c
9900
9901 PTP HARDWARE CLOCK SUPPORT
9902 M:      Richard Cochran <[email protected]>
9903 L:      [email protected]
9904 S:      Maintained
9905 W:      http://linuxptp.sourceforge.net/
9906 F:      Documentation/ABI/testing/sysfs-ptp
9907 F:      Documentation/ptp/*
9908 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9909 F:      drivers/net/phy/dp83640*
9910 F:      drivers/ptp/*
9911 F:      include/linux/ptp_cl*
9912
9913 PTRACE SUPPORT
9914 M:      Roland McGrath <[email protected]>
9915 M:      Oleg Nesterov <[email protected]>
9916 S:      Maintained
9917 F:      include/asm-generic/syscall.h
9918 F:      include/linux/ptrace.h
9919 F:      include/linux/regset.h
9920 F:      include/linux/tracehook.h
9921 F:      include/uapi/linux/ptrace.h
9922 F:      kernel/ptrace.c
9923
9924 PULSE8-CEC DRIVER
9925 M:      Hans Verkuil <[email protected]>
9926 L:      [email protected]
9927 T:      git git://linuxtv.org/media_tree.git
9928 S:      Maintained
9929 F:      drivers/staging/media/pulse8-cec
9930
9931 PVRUSB2 VIDEO4LINUX DRIVER
9932 M:      Mike Isely <[email protected]>
9933 L:      [email protected]       (subscribers-only)
9934 L:      [email protected]
9935 W:      http://www.isely.net/pvrusb2/
9936 T:      git git://linuxtv.org/media_tree.git
9937 S:      Maintained
9938 F:      Documentation/media/v4l-drivers/pvrusb2*
9939 F:      drivers/media/usb/pvrusb2/
9940
9941 PWC WEBCAM DRIVER
9942 M:      Hans Verkuil <[email protected]>
9943 L:      [email protected]
9944 T:      git git://linuxtv.org/media_tree.git
9945 S:      Odd Fixes
9946 F:      drivers/media/usb/pwc/*
9947
9948 PWM FAN DRIVER
9949 M:      Kamil Debski <[email protected]>
9950 M:      Bartlomiej Zolnierkiewicz <[email protected]>
9951 L:      [email protected]
9952 S:      Supported
9953 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9954 F:      Documentation/hwmon/pwm-fan
9955 F:      drivers/hwmon/pwm-fan.c
9956
9957 PWM SUBSYSTEM
9958 M:      Thierry Reding <[email protected]>
9959 L:      [email protected]
9960 S:      Maintained
9961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9962 F:      Documentation/pwm.txt
9963 F:      Documentation/devicetree/bindings/pwm/
9964 F:      include/linux/pwm.h
9965 F:      drivers/pwm/
9966 F:      drivers/video/backlight/pwm_bl.c
9967 F:      include/linux/pwm_backlight.h
9968
9969 PXA2xx/PXA3xx SUPPORT
9970 M:      Daniel Mack <[email protected]>
9971 M:      Haojian Zhuang <[email protected]>
9972 M:      Robert Jarzmik <[email protected]>
9973 L:      [email protected] (moderated for non-subscribers)
9974 T:      git git://github.com/hzhuang1/linux.git
9975 T:      git git://github.com/rjarzmik/linux.git
9976 S:      Maintained
9977 F:      arch/arm/boot/dts/pxa*
9978 F:      arch/arm/mach-pxa/
9979 F:      drivers/dma/pxa*
9980 F:      drivers/pcmcia/pxa2xx*
9981 F:      drivers/pinctrl/pxa/
9982 F:      drivers/spi/spi-pxa2xx*
9983 F:      drivers/usb/gadget/udc/pxa2*
9984 F:      include/sound/pxa2xx-lib.h
9985 F:      sound/arm/pxa*
9986 F:      sound/soc/pxa/
9987
9988 PXA GPIO DRIVER
9989 M:      Robert Jarzmik <[email protected]>
9990 L:      [email protected]
9991 S:      Maintained
9992 F:      drivers/gpio/gpio-pxa.c
9993
9994 PXA3xx NAND FLASH DRIVER
9995 M:      Ezequiel Garcia <[email protected]>
9996 L:      [email protected]
9997 S:      Maintained
9998 F:      drivers/mtd/nand/pxa3xx_nand.c
9999
10000 MMP SUPPORT
10001 M:      Eric Miao <[email protected]>
10002 M:      Haojian Zhuang <[email protected]>
10003 L:      [email protected] (moderated for non-subscribers)
10004 T:      git git://github.com/hzhuang1/linux.git
10005 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10006 S:      Maintained
10007 F:      arch/arm/boot/dts/mmp*
10008 F:      arch/arm/mach-mmp/
10009
10010 PXA MMCI DRIVER
10011 S:      Orphan
10012
10013 PXA RTC DRIVER
10014 M:      Robert Jarzmik <[email protected]>
10015 L:      [email protected]
10016 S:      Maintained
10017
10018 QAT DRIVER
10019 M:      Giovanni Cabiddu <[email protected]>
10020 M:      Salvatore Benedetto <[email protected]>
10021 L:      [email protected]
10022 S:      Supported
10023 F:      drivers/crypto/qat/
10024
10025 QIB DRIVER
10026 M:      Mike Marciniszyn <[email protected]>
10027 L:      [email protected]
10028 S:      Supported
10029 F:      drivers/infiniband/hw/qib/
10030
10031 QLOGIC QLA1280 SCSI DRIVER
10032 M:      Michael Reed <[email protected]>
10033 L:      [email protected]
10034 S:      Maintained
10035 F:      drivers/scsi/qla1280.[ch]
10036
10037 QLOGIC QLA2XXX FC-SCSI DRIVER
10038 M:      [email protected]
10039 L:      [email protected]
10040 S:      Supported
10041 F:      Documentation/scsi/LICENSE.qla2xxx
10042 F:      drivers/scsi/qla2xxx/
10043
10044 QLOGIC QLA4XXX iSCSI DRIVER
10045 M:      [email protected]
10046 L:      [email protected]
10047 S:      Supported
10048 F:      Documentation/scsi/LICENSE.qla4xxx
10049 F:      drivers/scsi/qla4xxx/
10050
10051 QLOGIC QLA3XXX NETWORK DRIVER
10052 M:      [email protected]
10053 L:      [email protected]
10054 S:      Supported
10055 F:      Documentation/networking/LICENSE.qla3xxx
10056 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10057
10058 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10059 M:      Harish Patil <[email protected]>
10060 M:      Manish Chopra <[email protected]>
10061 M:      [email protected]
10062 L:      [email protected]
10063 S:      Supported
10064 F:      drivers/net/ethernet/qlogic/qlcnic/
10065
10066 QLOGIC QLGE 10Gb ETHERNET DRIVER
10067 M:      Harish Patil <[email protected]>
10068 M:      Manish Chopra <[email protected]>
10069 M:      [email protected]
10070 L:      [email protected]
10071 S:      Supported
10072 F:      drivers/net/ethernet/qlogic/qlge/
10073
10074 QLOGIC QL4xxx ETHERNET DRIVER
10075 M:      Yuval Mintz <[email protected]>
10076 M:      Ariel Elior <[email protected]>
10077 M:      [email protected]
10078 L:      [email protected]
10079 S:      Supported
10080 F:      drivers/net/ethernet/qlogic/qed/
10081 F:      include/linux/qed/
10082 F:      drivers/net/ethernet/qlogic/qede/
10083
10084 QNX4 FILESYSTEM
10085 M:      Anders Larsen <[email protected]>
10086 W:      http://www.alarsen.net/linux/qnx4fs/
10087 S:      Maintained
10088 F:      fs/qnx4/
10089 F:      include/uapi/linux/qnx4_fs.h
10090 F:      include/uapi/linux/qnxtypes.h
10091
10092 QORIQ DPAA2 FSL-MC BUS DRIVER
10093 M:      Stuart Yoder <[email protected]>
10094 L:      [email protected]
10095 S:      Maintained
10096 F:      drivers/staging/fsl-mc/
10097
10098 QT1010 MEDIA DRIVER
10099 M:      Antti Palosaari <[email protected]>
10100 L:      [email protected]
10101 W:      https://linuxtv.org
10102 W:      http://palosaari.fi/linux/
10103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10104 T:      git git://linuxtv.org/anttip/media_tree.git
10105 S:      Maintained
10106 F:      drivers/media/tuners/qt1010*
10107
10108 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10109 M:      QCA ath9k Development <[email protected]>
10110 L:      [email protected]
10111 L:      [email protected]
10112 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10113 S:      Supported
10114 F:      drivers/net/wireless/ath/ath9k/
10115
10116 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10117 M:      Kalle Valo <[email protected]>
10118 L:      [email protected]
10119 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10121 S:      Supported
10122 F:      drivers/net/wireless/ath/ath10k/
10123
10124 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10125 M:      Timur Tabi <[email protected]>
10126 L:      [email protected]
10127 S:      Supported
10128 F:      drivers/net/ethernet/qualcomm/emac/
10129
10130 QUALCOMM HEXAGON ARCHITECTURE
10131 M:      Richard Kuo <[email protected]>
10132 L:      [email protected]
10133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10134 S:      Supported
10135 F:      arch/hexagon/
10136
10137 QUALCOMM WCN36XX WIRELESS DRIVER
10138 M:      Eugene Krasnikov <[email protected]>
10139 L:      [email protected]
10140 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10141 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10142 S:      Supported
10143 F:      drivers/net/wireless/ath/wcn36xx/
10144
10145 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10146 M:      Gabriel Somlo <[email protected]>
10147 M:      "Michael S. Tsirkin" <[email protected]>
10148 L:      [email protected]
10149 S:      Maintained
10150 F:      drivers/firmware/qemu_fw_cfg.c
10151
10152 RADOS BLOCK DEVICE (RBD)
10153 M:      Ilya Dryomov <[email protected]>
10154 M:      Sage Weil <[email protected]>
10155 M:      Alex Elder <[email protected]>
10156 L:      [email protected]
10157 W:      http://ceph.com/
10158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10159 T:      git git://github.com/ceph/ceph-client.git
10160 S:      Supported
10161 F:      Documentation/ABI/testing/sysfs-bus-rbd
10162 F:      drivers/block/rbd.c
10163 F:      drivers/block/rbd_types.h
10164
10165 RADEON FRAMEBUFFER DISPLAY DRIVER
10166 M:      Benjamin Herrenschmidt <[email protected]>
10167 L:      [email protected]
10168 S:      Maintained
10169 F:      drivers/video/fbdev/aty/radeon*
10170 F:      include/uapi/linux/radeonfb.h
10171
10172 RADIOSHARK RADIO DRIVER
10173 M:      Hans Verkuil <[email protected]>
10174 L:      [email protected]
10175 T:      git git://linuxtv.org/media_tree.git
10176 S:      Maintained
10177 F:      drivers/media/radio/radio-shark.c
10178
10179 RADIOSHARK2 RADIO DRIVER
10180 M:      Hans Verkuil <[email protected]>
10181 L:      [email protected]
10182 T:      git git://linuxtv.org/media_tree.git
10183 S:      Maintained
10184 F:      drivers/media/radio/radio-shark2.c
10185 F:      drivers/media/radio/radio-tea5777.c
10186
10187 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10188 M:      Paul Mackerras <[email protected]>
10189 L:      [email protected]
10190 S:      Maintained
10191 F:      drivers/video/fbdev/aty/aty128fb.c
10192
10193 RALINK MIPS ARCHITECTURE
10194 M:      John Crispin <[email protected]>
10195 L:      [email protected]
10196 S:      Maintained
10197 F:      arch/mips/ralink
10198
10199 RALINK RT2X00 WIRELESS LAN DRIVER
10200 P:      rt2x00 project
10201 M:      Stanislaw Gruszka <[email protected]>
10202 M:      Helmut Schaa <[email protected]>
10203 L:      [email protected]
10204 S:      Maintained
10205 F:      drivers/net/wireless/ralink/rt2x00/
10206
10207 RAMDISK RAM BLOCK DEVICE DRIVER
10208 M:      Jens Axboe <[email protected]>
10209 S:      Maintained
10210 F:      Documentation/blockdev/ramdisk.txt
10211 F:      drivers/block/brd.c
10212
10213 RANDOM NUMBER DRIVER
10214 M:      "Theodore Ts'o" <[email protected]>
10215 S:      Maintained
10216 F:      drivers/char/random.c
10217
10218 RAPIDIO SUBSYSTEM
10219 M:      Matt Porter <[email protected]>
10220 M:      Alexandre Bounine <[email protected]>
10221 S:      Maintained
10222 F:      drivers/rapidio/
10223
10224 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10225 L:      [email protected]
10226 S:      Orphan
10227 F:      drivers/net/wireless/ray*
10228
10229 RCUTORTURE MODULE
10230 M:      Josh Triplett <[email protected]>
10231 M:      "Paul E. McKenney" <[email protected]>
10232 L:      [email protected]
10233 S:      Supported
10234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10235 F:      Documentation/RCU/torture.txt
10236 F:      kernel/rcu/rcutorture.c
10237
10238 RCUTORTURE TEST FRAMEWORK
10239 M:      "Paul E. McKenney" <[email protected]>
10240 M:      Josh Triplett <[email protected]>
10241 R:      Steven Rostedt <[email protected]>
10242 R:      Mathieu Desnoyers <[email protected]>
10243 R:      Lai Jiangshan <[email protected]>
10244 L:      [email protected]
10245 S:      Supported
10246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10247 F:      tools/testing/selftests/rcutorture
10248
10249 RDC R-321X SoC
10250 M:      Florian Fainelli <[email protected]>
10251 S:      Maintained
10252
10253 RDC R6040 FAST ETHERNET DRIVER
10254 M:      Florian Fainelli <[email protected]>
10255 L:      [email protected]
10256 S:      Maintained
10257 F:      drivers/net/ethernet/rdc/r6040.c
10258
10259 RDS - RELIABLE DATAGRAM SOCKETS
10260 M:      Santosh Shilimkar <[email protected]>
10261 L:      [email protected]
10262 L:      [email protected]
10263 L:      [email protected] (moderated for non-subscribers)
10264 W:      https://oss.oracle.com/projects/rds/
10265 S:      Supported
10266 F:      net/rds/
10267 F:      Documentation/networking/rds.txt
10268
10269 RDMAVT - RDMA verbs software
10270 M:      Dennis Dalessandro <[email protected]>
10271 L:      [email protected]
10272 S:      Supported
10273 F:      drivers/infiniband/sw/rdmavt
10274
10275 READ-COPY UPDATE (RCU)
10276 M:      "Paul E. McKenney" <[email protected]>
10277 M:      Josh Triplett <[email protected]>
10278 R:      Steven Rostedt <[email protected]>
10279 R:      Mathieu Desnoyers <[email protected]>
10280 R:      Lai Jiangshan <[email protected]>
10281 L:      [email protected]
10282 W:      http://www.rdrop.com/users/paulmck/RCU/
10283 S:      Supported
10284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10285 F:      Documentation/RCU/
10286 X:      Documentation/RCU/torture.txt
10287 F:      include/linux/rcu*
10288 X:      include/linux/srcu.h
10289 F:      kernel/rcu/
10290 X:      kernel/torture.c
10291
10292 REAL TIME CLOCK (RTC) SUBSYSTEM
10293 M:      Alessandro Zummo <[email protected]>
10294 M:      Alexandre Belloni <[email protected]>
10295 L:      [email protected]
10296 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10298 S:      Maintained
10299 F:      Documentation/devicetree/bindings/rtc/
10300 F:      Documentation/rtc.txt
10301 F:      drivers/rtc/
10302 F:      include/linux/rtc.h
10303 F:      include/uapi/linux/rtc.h
10304 F:      include/linux/rtc/
10305 F:      include/linux/platform_data/rtc-*
10306 F:      tools/testing/selftests/timers/rtctest.c
10307
10308 REALTEK AUDIO CODECS
10309 M:      Bard Liao <[email protected]>
10310 M:      Oder Chiou <[email protected]>
10311 S:      Maintained
10312 F:      sound/soc/codecs/rt*
10313 F:      include/sound/rt*.h
10314
10315 REISERFS FILE SYSTEM
10316 L:      [email protected]
10317 S:      Supported
10318 F:      fs/reiserfs/
10319
10320 REGISTER MAP ABSTRACTION
10321 M:      Mark Brown <[email protected]>
10322 L:      [email protected]
10323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10324 S:      Supported
10325 F:      Documentation/devicetree/bindings/regmap/
10326 F:      drivers/base/regmap/
10327 F:      include/linux/regmap.h
10328
10329 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10330 M:      Ohad Ben-Cohen <[email protected]>
10331 M:      Bjorn Andersson <[email protected]>
10332 L:      [email protected]
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10334 S:      Maintained
10335 F:      Documentation/devicetree/bindings/remoteproc/
10336 F:      Documentation/remoteproc.txt
10337 F:      drivers/remoteproc/
10338 F:      include/linux/remoteproc.h
10339
10340 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10341 M:      Ohad Ben-Cohen <[email protected]>
10342 M:      Bjorn Andersson <[email protected]>
10343 L:      [email protected]
10344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10345 S:      Maintained
10346 F:      drivers/rpmsg/
10347 F:      Documentation/rpmsg.txt
10348 F:      include/linux/rpmsg.h
10349
10350 RENESAS CLOCK DRIVERS
10351 M:      Geert Uytterhoeven <[email protected]>
10352 L:      [email protected]
10353 S:      Supported
10354 F:      drivers/clk/renesas/
10355
10356 RENESAS ETHERNET DRIVERS
10357 R:      Sergei Shtylyov <[email protected]>
10358 L:      [email protected]
10359 L:      [email protected]
10360 F:      drivers/net/ethernet/renesas/
10361 F:      include/linux/sh_eth.h
10362
10363 RENESAS USB2 PHY DRIVER
10364 M:      Yoshihiro Shimoda <[email protected]>
10365 L:      [email protected]
10366 S:      Maintained
10367 F:      drivers/phy/phy-rcar-gen3-usb2.c
10368
10369 RESET CONTROLLER FRAMEWORK
10370 M:      Philipp Zabel <[email protected]>
10371 T:      git git://git.pengutronix.de/git/pza/linux
10372 S:      Maintained
10373 F:      drivers/reset/
10374 F:      Documentation/devicetree/bindings/reset/
10375 F:      include/dt-bindings/reset/
10376 F:      include/linux/reset.h
10377 F:      include/linux/reset-controller.h
10378
10379 RFKILL
10380 M:      Johannes Berg <[email protected]>
10381 L:      [email protected]
10382 W:      http://wireless.kernel.org/
10383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10385 S:      Maintained
10386 F:      Documentation/rfkill.txt
10387 F:      net/rfkill/
10388
10389 RHASHTABLE
10390 M:      Thomas Graf <[email protected]>
10391 M:      Herbert Xu <[email protected]>
10392 L:      [email protected]
10393 S:      Maintained
10394 F:      lib/rhashtable.c
10395 F:      include/linux/rhashtable.h
10396
10397 RICOH SMARTMEDIA/XD DRIVER
10398 M:      Maxim Levitsky <[email protected]>
10399 S:      Maintained
10400 F:      drivers/mtd/nand/r852.c
10401 F:      drivers/mtd/nand/r852.h
10402
10403 RICOH R5C592 MEMORYSTICK DRIVER
10404 M:      Maxim Levitsky <[email protected]>
10405 S:      Maintained
10406 F:      drivers/memstick/host/r592.*
10407
10408 ROCCAT DRIVERS
10409 M:      Stefan Achatz <[email protected]>
10410 W:      http://sourceforge.net/projects/roccat/
10411 S:      Maintained
10412 F:      drivers/hid/hid-roccat*
10413 F:      include/linux/hid-roccat*
10414 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10415
10416 ROCKER DRIVER
10417 M:      Jiri Pirko <[email protected]>
10418 L:      [email protected]
10419 S:      Supported
10420 F:      drivers/net/ethernet/rocker/
10421
10422 ROCKETPORT DRIVER
10423 P:      Comtrol Corp.
10424 W:      http://www.comtrol.com
10425 S:      Maintained
10426 F:      Documentation/serial/rocket.txt
10427 F:      drivers/tty/rocket*
10428
10429 ROCKETPORT EXPRESS/INFINITY DRIVER
10430 M:      Kevin Cernekee <[email protected]>
10431 L:      [email protected]
10432 S:      Odd Fixes
10433 F:      drivers/tty/serial/rp2.*
10434
10435 ROSE NETWORK LAYER
10436 M:      Ralf Baechle <[email protected]>
10437 L:      [email protected]
10438 W:      http://www.linux-ax25.org/
10439 S:      Maintained
10440 F:      include/net/rose.h
10441 F:      include/uapi/linux/rose.h
10442 F:      net/rose/
10443
10444 RTL2830 MEDIA DRIVER
10445 M:      Antti Palosaari <[email protected]>
10446 L:      [email protected]
10447 W:      https://linuxtv.org
10448 W:      http://palosaari.fi/linux/
10449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10450 T:      git git://linuxtv.org/anttip/media_tree.git
10451 S:      Maintained
10452 F:      drivers/media/dvb-frontends/rtl2830*
10453
10454 RTL2832 MEDIA DRIVER
10455 M:      Antti Palosaari <[email protected]>
10456 L:      [email protected]
10457 W:      https://linuxtv.org
10458 W:      http://palosaari.fi/linux/
10459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10460 T:      git git://linuxtv.org/anttip/media_tree.git
10461 S:      Maintained
10462 F:      drivers/media/dvb-frontends/rtl2832*
10463
10464 RTL2832_SDR MEDIA DRIVER
10465 M:      Antti Palosaari <[email protected]>
10466 L:      [email protected]
10467 W:      https://linuxtv.org
10468 W:      http://palosaari.fi/linux/
10469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10470 T:      git git://linuxtv.org/anttip/media_tree.git
10471 S:      Maintained
10472 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10473
10474 RTL8180 WIRELESS DRIVER
10475 L:      [email protected]
10476 W:      http://wireless.kernel.org/
10477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10478 S:      Orphan
10479 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10480
10481 RTL8187 WIRELESS DRIVER
10482 M:      Herton Ronaldo Krzesinski <[email protected]>
10483 M:      Hin-Tak Leung <[email protected]>
10484 M:      Larry Finger <[email protected]>
10485 L:      [email protected]
10486 W:      http://wireless.kernel.org/
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10488 S:      Maintained
10489 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10490
10491 RTL8192CE WIRELESS DRIVER
10492 M:      Larry Finger <[email protected]>
10493 M:      Chaoming Li <[email protected]>
10494 L:      [email protected]
10495 W:      http://wireless.kernel.org/
10496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10497 S:      Maintained
10498 F:      drivers/net/wireless/realtek/rtlwifi/
10499 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10500
10501 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10502 M:      Jes Sorensen <[email protected]>
10503 L:      [email protected]
10504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10505 S:      Maintained
10506 F:      drivers/net/wireless/realtek/rtl8xxxu/
10507
10508 S3 SAVAGE FRAMEBUFFER DRIVER
10509 M:      Antonino Daplas <[email protected]>
10510 L:      [email protected]
10511 S:      Maintained
10512 F:      drivers/video/fbdev/savage/
10513
10514 S390
10515 M:      Martin Schwidefsky <[email protected]>
10516 M:      Heiko Carstens <[email protected]>
10517 L:      [email protected]
10518 W:      http://www.ibm.com/developerworks/linux/linux390/
10519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10520 S:      Supported
10521 F:      arch/s390/
10522 F:      drivers/s390/
10523 F:      Documentation/s390/
10524 F:      Documentation/DocBook/s390*
10525
10526 S390 COMMON I/O LAYER
10527 M:      Sebastian Ott <[email protected]>
10528 M:      Peter Oberparleiter <[email protected]>
10529 L:      [email protected]
10530 W:      http://www.ibm.com/developerworks/linux/linux390/
10531 S:      Supported
10532 F:      drivers/s390/cio/
10533
10534 S390 DASD DRIVER
10535 M:      Stefan Haberland <[email protected]>
10536 M:      Jan Hoeppner <[email protected]>
10537 L:      [email protected]
10538 W:      http://www.ibm.com/developerworks/linux/linux390/
10539 S:      Supported
10540 F:      drivers/s390/block/dasd*
10541 F:      block/partitions/ibm.c
10542
10543 S390 NETWORK DRIVERS
10544 M:      Ursula Braun <[email protected]>
10545 L:      [email protected]
10546 W:      http://www.ibm.com/developerworks/linux/linux390/
10547 S:      Supported
10548 F:      drivers/s390/net/
10549
10550 S390 PCI SUBSYSTEM
10551 M:      Sebastian Ott <[email protected]>
10552 M:      Gerald Schaefer <[email protected]>
10553 L:      [email protected]
10554 W:      http://www.ibm.com/developerworks/linux/linux390/
10555 S:      Supported
10556 F:      arch/s390/pci/
10557 F:      drivers/pci/hotplug/s390_pci_hpc.c
10558
10559 S390 ZCRYPT DRIVER
10560 M:      Harald Freudenberger <[email protected]>
10561 L:      [email protected]
10562 W:      http://www.ibm.com/developerworks/linux/linux390/
10563 S:      Supported
10564 F:      drivers/s390/crypto/
10565
10566 S390 ZFCP DRIVER
10567 M:      Steffen Maier <[email protected]>
10568 L:      [email protected]
10569 W:      http://www.ibm.com/developerworks/linux/linux390/
10570 S:      Supported
10571 F:      drivers/s390/scsi/zfcp_*
10572
10573 S390 IUCV NETWORK LAYER
10574 M:      Ursula Braun <[email protected]>
10575 L:      [email protected]
10576 W:      http://www.ibm.com/developerworks/linux/linux390/
10577 S:      Supported
10578 F:      drivers/s390/net/*iucv*
10579 F:      include/net/iucv/
10580 F:      net/iucv/
10581
10582 S390 IOMMU (PCI)
10583 M:      Gerald Schaefer <[email protected]>
10584 L:      [email protected]
10585 W:      http://www.ibm.com/developerworks/linux/linux390/
10586 S:      Supported
10587 F:      drivers/iommu/s390-iommu.c
10588
10589 S3C24XX SD/MMC Driver
10590 M:      Ben Dooks <[email protected]>
10591 L:      [email protected] (moderated for non-subscribers)
10592 S:      Supported
10593 F:      drivers/mmc/host/s3cmci.*
10594
10595 SAA6588 RDS RECEIVER DRIVER
10596 M:      Hans Verkuil <[email protected]>
10597 L:      [email protected]
10598 T:      git git://linuxtv.org/media_tree.git
10599 W:      https://linuxtv.org
10600 S:      Odd Fixes
10601 F:      drivers/media/i2c/saa6588*
10602
10603 SAA7134 VIDEO4LINUX DRIVER
10604 M:      Mauro Carvalho Chehab <[email protected]>
10605 M:      Mauro Carvalho Chehab <[email protected]>
10606 L:      [email protected]
10607 W:      https://linuxtv.org
10608 T:      git git://linuxtv.org/media_tree.git
10609 S:      Odd fixes
10610 F:      Documentation/media/v4l-drivers/saa7134*
10611 F:      drivers/media/pci/saa7134/
10612
10613 SAA7146 VIDEO4LINUX-2 DRIVER
10614 M:      Hans Verkuil <[email protected]>
10615 L:      [email protected]
10616 T:      git git://linuxtv.org/media_tree.git
10617 S:      Maintained
10618 F:      drivers/media/common/saa7146/
10619 F:      drivers/media/pci/saa7146/
10620 F:      include/media/saa7146*
10621
10622 SAMSUNG LAPTOP DRIVER
10623 M:      Corentin Chary <[email protected]>
10624 L:      [email protected]
10625 S:      Maintained
10626 F:      drivers/platform/x86/samsung-laptop.c
10627
10628 SAMSUNG AUDIO (ASoC) DRIVERS
10629 M:      Krzysztof Kozlowski <[email protected]>
10630 M:      Sangbeom Kim <[email protected]>
10631 M:      Sylwester Nawrocki <[email protected]>
10632 L:      [email protected] (moderated for non-subscribers)
10633 S:      Supported
10634 F:      sound/soc/samsung/
10635
10636 SAMSUNG FRAMEBUFFER DRIVER
10637 M:      Jingoo Han <[email protected]>
10638 L:      [email protected]
10639 S:      Maintained
10640 F:      drivers/video/fbdev/s3c-fb.c
10641
10642 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10643 M:      Sangbeom Kim <[email protected]>
10644 M:      Krzysztof Kozlowski <[email protected]>
10645 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10646 L:      [email protected]
10647 L:      [email protected]
10648 S:      Supported
10649 F:      drivers/mfd/sec*.c
10650 F:      drivers/regulator/s2m*.c
10651 F:      drivers/regulator/s5m*.c
10652 F:      drivers/clk/clk-s2mps11.c
10653 F:      drivers/rtc/rtc-s5m.c
10654 F:      include/linux/mfd/samsung/
10655 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10656 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10657 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10658 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10659
10660 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10661 M:      Kyungmin Park <[email protected]>
10662 M:      Sylwester Nawrocki <[email protected]>
10663 L:      [email protected]
10664 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10665 S:      Supported
10666 F:      drivers/media/platform/exynos4-is/
10667
10668 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10669 M:      Sylwester Nawrocki <[email protected]>
10670 L:      [email protected]
10671 L:      [email protected] (moderated for non-subscribers)
10672 S:      Maintained
10673 F:      drivers/media/platform/s3c-camif/
10674 F:      include/media/drv-intf/s3c_camif.h
10675
10676 SAMSUNG S5C73M3 CAMERA DRIVER
10677 M:      Kyungmin Park <[email protected]>
10678 M:      Andrzej Hajda <[email protected]>
10679 L:      [email protected]
10680 S:      Supported
10681 F:      drivers/media/i2c/s5c73m3/*
10682
10683 SAMSUNG S5K5BAF CAMERA DRIVER
10684 M:      Kyungmin Park <[email protected]>
10685 M:      Andrzej Hajda <[email protected]>
10686 L:      [email protected]
10687 S:      Supported
10688 F:      drivers/media/i2c/s5k5baf.c
10689
10690 SAMSUNG S3FWRN5 NFC DRIVER
10691 M:      Robert Baldyga <[email protected]>
10692 M:      Krzysztof Opasiak <[email protected]>
10693 L:      [email protected] (moderated for non-subscribers)
10694 S:      Supported
10695 F:      drivers/nfc/s3fwrn5
10696
10697 SAMSUNG SOC CLOCK DRIVERS
10698 M:      Sylwester Nawrocki <[email protected]>
10699 M:      Tomasz Figa <[email protected]>
10700 M:      Chanwoo Choi <[email protected]>
10701 S:      Supported
10702 L:      [email protected] (moderated for non-subscribers)
10703 F:      drivers/clk/samsung/
10704 F:      include/dt-bindings/clock/exynos*.h
10705 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10706
10707 SAMSUNG SPI DRIVERS
10708 M:      Kukjin Kim <[email protected]>
10709 M:      Krzysztof Kozlowski <[email protected]>
10710 M:      Andi Shyti <[email protected]>
10711 L:      [email protected]
10712 L:      [email protected] (moderated for non-subscribers)
10713 S:      Maintained
10714 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10715 F:      drivers/spi/spi-s3c*
10716 F:      include/linux/platform_data/spi-s3c64xx.h
10717
10718 SAMSUNG SXGBE DRIVERS
10719 M:      Byungho An <[email protected]>
10720 M:      Girish K S <[email protected]>
10721 M:      Vipul Pandya <[email protected]>
10722 S:      Supported
10723 L:      [email protected]
10724 F:      drivers/net/ethernet/samsung/sxgbe/
10725
10726 SAMSUNG THERMAL DRIVER
10727 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10728 L:      [email protected]
10729 L:      [email protected]
10730 S:      Supported
10731 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10732 F:      drivers/thermal/samsung/
10733
10734 SAMSUNG USB2 PHY DRIVER
10735 M:      Kamil Debski <[email protected]>
10736 M:      Sylwester Nawrocki <[email protected]>
10737 L:      [email protected]
10738 S:      Supported
10739 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10740 F:      Documentation/phy/samsung-usb2.txt
10741 F:      drivers/phy/phy-exynos4210-usb2.c
10742 F:      drivers/phy/phy-exynos4x12-usb2.c
10743 F:      drivers/phy/phy-exynos5250-usb2.c
10744 F:      drivers/phy/phy-s5pv210-usb2.c
10745 F:      drivers/phy/phy-samsung-usb2.c
10746 F:      drivers/phy/phy-samsung-usb2.h
10747
10748 SERIAL DRIVERS
10749 M:      Greg Kroah-Hartman <[email protected]>
10750 L:      [email protected]
10751 S:      Maintained
10752 F:      Documentation/devicetree/bindings/serial/
10753 F:      drivers/tty/serial/
10754
10755 STI CEC DRIVER
10756 M:      Benjamin Gaignard <[email protected]>
10757 L:      [email protected]
10758 S:      Maintained
10759 F:      drivers/staging/media/st-cec/
10760 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10761
10762 SYNOPSYS DESIGNWARE DMAC DRIVER
10763 M:      Viresh Kumar <[email protected]>
10764 M:      Andy Shevchenko <[email protected]>
10765 S:      Maintained
10766 F:      include/linux/dma/dw.h
10767 F:      include/linux/platform_data/dma-dw.h
10768 F:      drivers/dma/dw/
10769
10770 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10771 M: Lars Persson <[email protected]>
10772 L: [email protected]
10773 S: Supported
10774 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10775 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10776
10777 SYNOPSYS DESIGNWARE I2C DRIVER
10778 M:      Jarkko Nikula <[email protected]>
10779 R:      Andy Shevchenko <[email protected]>
10780 R:      Mika Westerberg <[email protected]>
10781 L:      [email protected]
10782 S:      Maintained
10783 F:      drivers/i2c/busses/i2c-designware-*
10784 F:      include/linux/platform_data/i2c-designware.h
10785
10786 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10787 M:      Jaehoon Chung <[email protected]>
10788 L:      [email protected]
10789 S:      Maintained
10790 F:      include/linux/mmc/dw_mmc.h
10791 F:      drivers/mmc/host/dw_mmc*
10792
10793 SYSTEM TRACE MODULE CLASS
10794 M:      Alexander Shishkin <[email protected]>
10795 S:      Maintained
10796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10797 F:      Documentation/trace/stm.txt
10798 F:      drivers/hwtracing/stm/
10799 F:      include/linux/stm.h
10800 F:      include/uapi/linux/stm.h
10801
10802 THUNDERBOLT DRIVER
10803 M:      Andreas Noever <[email protected]>
10804 S:      Maintained
10805 F:      drivers/thunderbolt/
10806
10807 TI BQ27XXX POWER SUPPLY DRIVER
10808 R:      Andrew F. Davis <[email protected]>
10809 F:      include/linux/power/bq27xxx_battery.h
10810 F:      drivers/power/supply/bq27xxx_battery.c
10811 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10812
10813 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10814 M:      John Stultz <[email protected]>
10815 M:      Thomas Gleixner <[email protected]>
10816 L:      [email protected]
10817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10818 S:      Supported
10819 F:      include/linux/clocksource.h
10820 F:      include/linux/time.h
10821 F:      include/linux/timex.h
10822 F:      include/uapi/linux/time.h
10823 F:      include/uapi/linux/timex.h
10824 F:      kernel/time/clocksource.c
10825 F:      kernel/time/time*.c
10826 F:      kernel/time/alarmtimer.c
10827 F:      kernel/time/ntp.c
10828 F:      tools/testing/selftests/timers/
10829
10830 SC1200 WDT DRIVER
10831 M:      Zwane Mwaikambo <[email protected]>
10832 S:      Maintained
10833 F:      drivers/watchdog/sc1200wdt.c
10834
10835 SCHEDULER
10836 M:      Ingo Molnar <[email protected]>
10837 M:      Peter Zijlstra <[email protected]>
10838 L:      [email protected]
10839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10840 S:      Maintained
10841 F:      kernel/sched/
10842 F:      include/linux/sched.h
10843 F:      include/uapi/linux/sched.h
10844 F:      include/linux/wait.h
10845
10846 SCORE ARCHITECTURE
10847 M:      Chen Liqin <[email protected]>
10848 M:      Lennox Wu <[email protected]>
10849 W:      http://www.sunplus.com
10850 S:      Supported
10851 F:      arch/score/
10852
10853 SCR24X CHIP CARD INTERFACE DRIVER
10854 M:      Lubomir Rintel <[email protected]>
10855 S:      Supported
10856 F:      drivers/char/pcmcia/scr24x_cs.c
10857
10858 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10859 M:      Sudeep Holla <[email protected]>
10860 L:      [email protected]
10861 S:      Maintained
10862 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10863 F:      drivers/clk/clk-scpi.c
10864 F:      drivers/cpufreq/scpi-cpufreq.c
10865 F:      drivers/firmware/arm_scpi.c
10866 F:      include/linux/scpi_protocol.h
10867
10868 SCSI CDROM DRIVER
10869 M:      Jens Axboe <[email protected]>
10870 L:      [email protected]
10871 W:      http://www.kernel.dk
10872 S:      Maintained
10873 F:      drivers/scsi/sr*
10874
10875 SCSI RDMA PROTOCOL (SRP) INITIATOR
10876 M:      Bart Van Assche <[email protected]>
10877 L:      [email protected]
10878 S:      Supported
10879 W:      http://www.openfabrics.org
10880 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10882 F:      drivers/infiniband/ulp/srp/
10883 F:      include/scsi/srp.h
10884
10885 SCSI SG DRIVER
10886 M:      Doug Gilbert <[email protected]>
10887 L:      [email protected]
10888 W:      http://sg.danny.cz/sg
10889 S:      Maintained
10890 F:      Documentation/scsi/scsi-generic.txt
10891 F:      drivers/scsi/sg.c
10892 F:      include/scsi/sg.h
10893
10894 SCSI SUBSYSTEM
10895 M:      "James E.J. Bottomley" <[email protected]>
10896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10897 M:      "Martin K. Petersen" <[email protected]>
10898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10899 L:      [email protected]
10900 S:      Maintained
10901 F:      Documentation/devicetree/bindings/scsi/
10902 F:      drivers/scsi/
10903 F:      include/scsi/
10904
10905 SCSI TAPE DRIVER
10906 M:      Kai Mäkisara <[email protected]>
10907 L:      [email protected]
10908 S:      Maintained
10909 F:      Documentation/scsi/st.txt
10910 F:      drivers/scsi/st.*
10911 F:      drivers/scsi/st_*.h
10912
10913 SCTP PROTOCOL
10914 M:      Vlad Yasevich <[email protected]>
10915 M:      Neil Horman <[email protected]>
10916 L:      [email protected]
10917 W:      http://lksctp.sourceforge.net
10918 S:      Maintained
10919 F:      Documentation/networking/sctp.txt
10920 F:      include/linux/sctp.h
10921 F:      include/uapi/linux/sctp.h
10922 F:      include/net/sctp/
10923 F:      net/sctp/
10924
10925 SCx200 CPU SUPPORT
10926 M:      Jim Cromie <[email protected]>
10927 S:      Odd Fixes
10928 F:      Documentation/i2c/busses/scx200_acb
10929 F:      arch/x86/platform/scx200/
10930 F:      drivers/watchdog/scx200_wdt.c
10931 F:      drivers/i2c/busses/scx200*
10932 F:      drivers/mtd/maps/scx200_docflash.c
10933 F:      include/linux/scx200.h
10934
10935 SCx200 GPIO DRIVER
10936 M:      Jim Cromie <[email protected]>
10937 S:      Maintained
10938 F:      drivers/char/scx200_gpio.c
10939 F:      include/linux/scx200_gpio.h
10940
10941 SCx200 HRT CLOCKSOURCE DRIVER
10942 M:      Jim Cromie <[email protected]>
10943 S:      Maintained
10944 F:      drivers/clocksource/scx200_hrt.c
10945
10946 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10947 M:      Sascha Sommer <[email protected]>
10948 L:      [email protected] (subscribers-only)
10949 S:      Maintained
10950 F:      drivers/mmc/host/sdricoh_cs.c
10951
10952 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10953 M:      Adrian Hunter <[email protected]>
10954 L:      [email protected]
10955 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10956 S:      Maintained
10957 F:      drivers/mmc/host/sdhci*
10958 F:      include/linux/mmc/sdhci*
10959
10960 SECURE COMPUTING
10961 M:      Kees Cook <[email protected]>
10962 R:      Andy Lutomirski <[email protected]>
10963 R:      Will Drewry <[email protected]>
10964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10965 S:      Supported
10966 F:      kernel/seccomp.c
10967 F:      include/uapi/linux/seccomp.h
10968 F:      include/linux/seccomp.h
10969 F:      tools/testing/selftests/seccomp/*
10970 K:      \bsecure_computing
10971 K:      \bTIF_SECCOMP\b
10972
10973 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10974 M:      Al Cooper <[email protected]>
10975 L:      [email protected]
10976 L:      [email protected]
10977 S:      Maintained
10978 F:      drivers/mmc/host/sdhci-brcmstb*
10979
10980 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10981 M:      Ben Dooks <[email protected]>
10982 M:      Jaehoon Chung <[email protected]>
10983 L:      [email protected]
10984 S:      Maintained
10985 F:      drivers/mmc/host/sdhci-s3c*
10986
10987 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10988 M:      Viresh Kumar <[email protected]>
10989 L:      [email protected]
10990 S:      Maintained
10991 F:      drivers/mmc/host/sdhci-spear.c
10992
10993 SECURITY SUBSYSTEM
10994 M:      James Morris <[email protected]>
10995 M:      "Serge E. Hallyn" <[email protected]>
10996 L:      [email protected] (suggested Cc:)
10997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10998 W:      http://kernsec.org/
10999 S:      Supported
11000 F:      security/
11001
11002 SECURITY CONTACT
11003 M:      Security Officers <[email protected]>
11004 S:      Supported
11005
11006 SELINUX SECURITY MODULE
11007 M:      Paul Moore <[email protected]>
11008 M:      Stephen Smalley <[email protected]>
11009 M:      Eric Paris <[email protected]>
11010 L:      [email protected] (moderated for non-subscribers)
11011 W:      http://selinuxproject.org
11012 T:      git git://git.infradead.org/users/pcmoore/selinux
11013 S:      Supported
11014 F:      include/linux/selinux*
11015 F:      security/selinux/
11016 F:      scripts/selinux/
11017
11018 APPARMOR SECURITY MODULE
11019 M:      John Johansen <[email protected]>
11020 L:      [email protected] (subscribers-only, general discussion)
11021 W:      apparmor.wiki.kernel.org
11022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11023 S:      Supported
11024 F:      security/apparmor/
11025
11026 LOADPIN SECURITY MODULE
11027 M:      Kees Cook <[email protected]>
11028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11029 S:      Supported
11030 F:      security/loadpin/
11031
11032 YAMA SECURITY MODULE
11033 M:      Kees Cook <[email protected]>
11034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11035 S:      Supported
11036 F:      security/yama/
11037
11038 SENSABLE PHANTOM
11039 M:      Jiri Slaby <[email protected]>
11040 S:      Maintained
11041 F:      drivers/misc/phantom.c
11042 F:      include/uapi/linux/phantom.h
11043
11044 Emulex 10Gbps iSCSI - OneConnect DRIVER
11045 M:      Subbu Seetharaman <[email protected]>
11046 M:      Ketan Mukadam <[email protected]>
11047 M:      Jitendra Bhivare <[email protected]>
11048 L:      [email protected]
11049 W:      http://www.broadcom.com
11050 S:      Supported
11051 F:      drivers/scsi/be2iscsi/
11052
11053 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11054 M:      Sathya Perla <[email protected]>
11055 M:      Ajit Khaparde <[email protected]>
11056 M:      Sriharsha Basavapatna <[email protected]>
11057 M:      Somnath Kotur <[email protected]>
11058 L:      [email protected]
11059 W:      http://www.emulex.com
11060 S:      Supported
11061 F:      drivers/net/ethernet/emulex/benet/
11062
11063 EMULEX ONECONNECT ROCE DRIVER
11064 M:      Selvin Xavier <[email protected]>
11065 M:      Devesh Sharma <[email protected]>
11066 M:      Mitesh Ahuja <[email protected]>
11067 L:      [email protected]
11068 W:      http://www.emulex.com
11069 S:      Supported
11070 F:      drivers/infiniband/hw/ocrdma/
11071 F:      include/uapi/rdma/ocrdma-abi.h
11072
11073 SFC NETWORK DRIVER
11074 M:      Solarflare linux maintainers <[email protected]>
11075 M:      Edward Cree <[email protected]>
11076 M:      Bert Kenward <[email protected]>
11077 L:      [email protected]
11078 S:      Supported
11079 F:      drivers/net/ethernet/sfc/
11080
11081 SGI GRU DRIVER
11082 M:      Dimitri Sivanich <[email protected]>
11083 S:      Maintained
11084 F:      drivers/misc/sgi-gru/
11085
11086 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11087 M:      Pat Gefre <[email protected]>
11088 L:      [email protected]
11089 S:      Supported
11090 F:      Documentation/ia64/serial.txt
11091 F:      drivers/tty/serial/ioc?_serial.c
11092 F:      include/linux/ioc?.h
11093
11094 SGI XP/XPC/XPNET DRIVER
11095 M:      Cliff Whickman <[email protected]>
11096 M:      Robin Holt <[email protected]>
11097 S:      Maintained
11098 F:      drivers/misc/sgi-xp/
11099
11100 SI2157 MEDIA DRIVER
11101 M:      Antti Palosaari <[email protected]>
11102 L:      [email protected]
11103 W:      https://linuxtv.org
11104 W:      http://palosaari.fi/linux/
11105 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11106 T:      git git://linuxtv.org/anttip/media_tree.git
11107 S:      Maintained
11108 F:      drivers/media/tuners/si2157*
11109
11110 SI2168 MEDIA DRIVER
11111 M:      Antti Palosaari <[email protected]>
11112 L:      [email protected]
11113 W:      https://linuxtv.org
11114 W:      http://palosaari.fi/linux/
11115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11116 T:      git git://linuxtv.org/anttip/media_tree.git
11117 S:      Maintained
11118 F:      drivers/media/dvb-frontends/si2168*
11119
11120 SI470X FM RADIO RECEIVER I2C DRIVER
11121 M:      Hans Verkuil <[email protected]>
11122 L:      [email protected]
11123 T:      git git://linuxtv.org/media_tree.git
11124 W:      https://linuxtv.org
11125 S:      Odd Fixes
11126 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11127
11128 SI470X FM RADIO RECEIVER USB DRIVER
11129 M:      Hans Verkuil <[email protected]>
11130 L:      [email protected]
11131 T:      git git://linuxtv.org/media_tree.git
11132 W:      https://linuxtv.org
11133 S:      Maintained
11134 F:      drivers/media/radio/si470x/radio-si470x-common.c
11135 F:      drivers/media/radio/si470x/radio-si470x.h
11136 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11137
11138 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11139 M:      Eduardo Valentin <[email protected]>
11140 L:      [email protected]
11141 T:      git git://linuxtv.org/media_tree.git
11142 W:      https://linuxtv.org
11143 S:      Odd Fixes
11144 F:      drivers/media/radio/si4713/si4713.?
11145
11146 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11147 M:      Eduardo Valentin <[email protected]>
11148 L:      [email protected]
11149 T:      git git://linuxtv.org/media_tree.git
11150 W:      https://linuxtv.org
11151 S:      Odd Fixes
11152 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11153
11154 SI4713 FM RADIO TRANSMITTER USB DRIVER
11155 M:      Hans Verkuil <[email protected]>
11156 L:      [email protected]
11157 T:      git git://linuxtv.org/media_tree.git
11158 W:      https://linuxtv.org
11159 S:      Maintained
11160 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11161
11162 SIANO DVB DRIVER
11163 M:      Mauro Carvalho Chehab <[email protected]>
11164 M:      Mauro Carvalho Chehab <[email protected]>
11165 L:      [email protected]
11166 W:      https://linuxtv.org
11167 T:      git git://linuxtv.org/media_tree.git
11168 S:      Odd fixes
11169 F:      drivers/media/common/siano/
11170 F:      drivers/media/usb/siano/
11171 F:      drivers/media/usb/siano/
11172 F:      drivers/media/mmc/siano/
11173
11174 SIMPLEFB FB DRIVER
11175 M:      Hans de Goede <[email protected]>
11176 L:      [email protected]
11177 S:      Maintained
11178 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11179 F:      drivers/video/fbdev/simplefb.c
11180 F:      include/linux/platform_data/simplefb.h
11181
11182 SH_VEU V4L2 MEM2MEM DRIVER
11183 L:      [email protected]
11184 S:      Orphan
11185 F:      drivers/media/platform/sh_veu.c
11186
11187 SH_VOU V4L2 OUTPUT DRIVER
11188 L:      [email protected]
11189 S:      Orphan
11190 F:      drivers/media/platform/sh_vou.c
11191 F:      include/media/drv-intf/sh_vou.h
11192
11193 SIMPLE FIRMWARE INTERFACE (SFI)
11194 M:      Len Brown <[email protected]>
11195 L:      [email protected]
11196 W:      http://simplefirmware.org/
11197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11198 S:      Supported
11199 F:      arch/x86/platform/sfi/
11200 F:      drivers/sfi/
11201 F:      include/linux/sfi*.h
11202
11203 SIMTEC EB110ATX (Chalice CATS)
11204 P:      Ben Dooks
11205 P:      Vincent Sanders <[email protected]>
11206 M:      Simtec Linux Team <[email protected]>
11207 W:      http://www.simtec.co.uk/products/EB110ATX/
11208 S:      Supported
11209
11210 SIMTEC EB2410ITX (BAST)
11211 P:      Ben Dooks
11212 P:      Vincent Sanders <[email protected]>
11213 M:      Simtec Linux Team <[email protected]>
11214 W:      http://www.simtec.co.uk/products/EB2410ITX/
11215 S:      Supported
11216 F:      arch/arm/mach-s3c24xx/mach-bast.c
11217 F:      arch/arm/mach-s3c24xx/bast-ide.c
11218 F:      arch/arm/mach-s3c24xx/bast-irq.c
11219
11220 TI DAVINCI MACHINE SUPPORT
11221 M:      Sekhar Nori <[email protected]>
11222 M:      Kevin Hilman <[email protected]>
11223 L:      [email protected] (moderated for non-subscribers)
11224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11225 S:      Supported
11226 F:      arch/arm/mach-davinci/
11227 F:      drivers/i2c/busses/i2c-davinci.c
11228
11229 TI DAVINCI SERIES MEDIA DRIVER
11230 M:      "Lad, Prabhakar" <[email protected]>
11231 L:      [email protected]
11232 W:      https://linuxtv.org
11233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11234 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11235 S:      Maintained
11236 F:      drivers/media/platform/davinci/
11237 F:      include/media/davinci/
11238
11239 TI AM437X VPFE DRIVER
11240 M:      "Lad, Prabhakar" <[email protected]>
11241 L:      [email protected]
11242 W:      https://linuxtv.org
11243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11244 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11245 S:      Maintained
11246 F:      drivers/media/platform/am437x/
11247
11248 OV2659 OMNIVISION SENSOR DRIVER
11249 M:      "Lad, Prabhakar" <[email protected]>
11250 L:      [email protected]
11251 W:      https://linuxtv.org
11252 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11253 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11254 S:      Maintained
11255 F:      drivers/media/i2c/ov2659.c
11256 F:      include/media/i2c/ov2659.h
11257
11258 SILICON MOTION SM712 FRAME BUFFER DRIVER
11259 M:      Sudip Mukherjee <[email protected]>
11260 M:      Teddy Wang <[email protected]>
11261 M:      Sudip Mukherjee <[email protected]>
11262 L:      [email protected]
11263 S:      Maintained
11264 F:      drivers/video/fbdev/sm712*
11265 F:      Documentation/fb/sm712fb.txt
11266
11267 SIS 190 ETHERNET DRIVER
11268 M:      Francois Romieu <[email protected]>
11269 L:      [email protected]
11270 S:      Maintained
11271 F:      drivers/net/ethernet/sis/sis190.c
11272
11273 SIS 900/7016 FAST ETHERNET DRIVER
11274 M:      Daniele Venzano <[email protected]>
11275 W:      http://www.brownhat.org/sis900.html
11276 L:      [email protected]
11277 S:      Maintained
11278 F:      drivers/net/ethernet/sis/sis900.*
11279
11280 SIS FRAMEBUFFER DRIVER
11281 M:      Thomas Winischhofer <[email protected]>
11282 W:      http://www.winischhofer.net/linuxsisvga.shtml
11283 S:      Maintained
11284 F:      Documentation/fb/sisfb.txt
11285 F:      drivers/video/fbdev/sis/
11286 F:      include/video/sisfb.h
11287
11288 SIS USB2VGA DRIVER
11289 M:      Thomas Winischhofer <[email protected]>
11290 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11291 S:      Maintained
11292 F:      drivers/usb/misc/sisusbvga/
11293
11294 SLAB ALLOCATOR
11295 M:      Christoph Lameter <[email protected]>
11296 M:      Pekka Enberg <[email protected]>
11297 M:      David Rientjes <[email protected]>
11298 M:      Joonsoo Kim <[email protected]>
11299 M:      Andrew Morton <[email protected]>
11300 L:      [email protected]
11301 S:      Maintained
11302 F:      include/linux/sl?b*.h
11303 F:      mm/sl?b*
11304
11305 SLEEPABLE READ-COPY UPDATE (SRCU)
11306 M:      Lai Jiangshan <[email protected]>
11307 M:      "Paul E. McKenney" <[email protected]>
11308 M:      Josh Triplett <[email protected]>
11309 R:      Steven Rostedt <[email protected]>
11310 R:      Mathieu Desnoyers <[email protected]>
11311 L:      [email protected]
11312 W:      http://www.rdrop.com/users/paulmck/RCU/
11313 S:      Supported
11314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11315 F:      include/linux/srcu.h
11316 F:      kernel/rcu/srcu.c
11317
11318 SMACK SECURITY MODULE
11319 M:      Casey Schaufler <[email protected]>
11320 L:      [email protected]
11321 W:      http://schaufler-ca.com
11322 T:      git git://github.com/cschaufler/smack-next
11323 S:      Maintained
11324 F:      Documentation/security/Smack.txt
11325 F:      security/smack/
11326
11327 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11328 M:      Kevin Hilman <[email protected]>
11329 M:      Nishanth Menon <[email protected]>
11330 S:      Maintained
11331 F:      drivers/power/avs/
11332 F:      include/linux/power/smartreflex.h
11333 L:      [email protected]
11334
11335 SMC91x ETHERNET DRIVER
11336 M:      Nicolas Pitre <[email protected]>
11337 S:      Odd Fixes
11338 F:      drivers/net/ethernet/smsc/smc91x.*
11339
11340 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11341 M:      Sakari Ailus <[email protected]>
11342 L:      [email protected]
11343 S:      Maintained
11344 F:      drivers/media/i2c/smiapp/
11345 F:      include/media/i2c/smiapp.h
11346 F:      drivers/media/i2c/smiapp-pll.c
11347 F:      drivers/media/i2c/smiapp-pll.h
11348 F:      include/uapi/linux/smiapp.h
11349 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11350
11351 SMM665 HARDWARE MONITOR DRIVER
11352 M:      Guenter Roeck <[email protected]>
11353 L:      [email protected]
11354 S:      Maintained
11355 F:      Documentation/hwmon/smm665
11356 F:      drivers/hwmon/smm665.c
11357
11358 SMSC EMC2103 HARDWARE MONITOR DRIVER
11359 M:      Steve Glendinning <[email protected]>
11360 L:      [email protected]
11361 S:      Maintained
11362 F:      Documentation/hwmon/emc2103
11363 F:      drivers/hwmon/emc2103.c
11364
11365 SMSC SCH5627 HARDWARE MONITOR DRIVER
11366 M:      Hans de Goede <[email protected]>
11367 L:      [email protected]
11368 S:      Supported
11369 F:      Documentation/hwmon/sch5627
11370 F:      drivers/hwmon/sch5627.c
11371
11372 SMSC47B397 HARDWARE MONITOR DRIVER
11373 M:      Jean Delvare <[email protected]>
11374 L:      [email protected]
11375 S:      Maintained
11376 F:      Documentation/hwmon/smsc47b397
11377 F:      drivers/hwmon/smsc47b397.c
11378
11379 SMSC911x ETHERNET DRIVER
11380 M:      Steve Glendinning <[email protected]>
11381 L:      [email protected]
11382 S:      Maintained
11383 F:      include/linux/smsc911x.h
11384 F:      drivers/net/ethernet/smsc/smsc911x.*
11385
11386 SMSC9420 PCI ETHERNET DRIVER
11387 M:      Steve Glendinning <[email protected]>
11388 L:      [email protected]
11389 S:      Maintained
11390 F:      drivers/net/ethernet/smsc/smsc9420.*
11391
11392 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11393 M:      Steve Glendinning <[email protected]>
11394 L:      [email protected]
11395 S:      Maintained
11396 F:      drivers/video/fbdev/smscufx.c
11397
11398 SOC-CAMERA V4L2 SUBSYSTEM
11399 M:      Guennadi Liakhovetski <[email protected]>
11400 L:      [email protected]
11401 T:      git git://linuxtv.org/media_tree.git
11402 S:      Maintained
11403 F:      include/media/soc*
11404 F:      drivers/media/i2c/soc_camera/
11405 F:      drivers/media/platform/soc_camera/
11406
11407 SOEKRIS NET48XX LED SUPPORT
11408 M:      Chris Boot <[email protected]>
11409 S:      Maintained
11410 F:      drivers/leds/leds-net48xx.c
11411
11412 SOFTLOGIC 6x10 MPEG CODEC
11413 M:      Bluecherry Maintainers <[email protected]>
11414 M:      Andrey Utkin <[email protected]>
11415 M:      Andrey Utkin <[email protected]>
11416 M:      Ismael Luceno <[email protected]>
11417 L:      [email protected]
11418 S:      Supported
11419 F:      drivers/media/pci/solo6x10/
11420
11421 SOFTWARE RAID (Multiple Disks) SUPPORT
11422 M:      Shaohua Li <[email protected]>
11423 L:      [email protected]
11424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11425 S:      Supported
11426 F:      drivers/md/
11427 F:      include/linux/raid/
11428 F:      include/uapi/linux/raid/
11429
11430 SONIC NETWORK DRIVER
11431 M:      Thomas Bogendoerfer <[email protected]>
11432 L:      [email protected]
11433 S:      Maintained
11434 F:      drivers/net/ethernet/natsemi/sonic.*
11435
11436 SONICS SILICON BACKPLANE DRIVER (SSB)
11437 M:      Michael Buesch <[email protected]>
11438 L:      [email protected]
11439 S:      Maintained
11440 F:      drivers/ssb/
11441 F:      include/linux/ssb/
11442
11443 SONY VAIO CONTROL DEVICE DRIVER
11444 M:      Mattia Dongili <[email protected]>
11445 L:      [email protected]
11446 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11447 S:      Maintained
11448 F:      Documentation/laptops/sony-laptop.txt
11449 F:      drivers/char/sonypi.c
11450 F:      drivers/platform/x86/sony-laptop.c
11451 F:      include/linux/sony-laptop.h
11452
11453 SONY MEMORYSTICK CARD SUPPORT
11454 M:      Alex Dubov <[email protected]>
11455 W:      http://tifmxx.berlios.de/
11456 S:      Maintained
11457 F:      drivers/memstick/host/tifm_ms.c
11458
11459 SONY MEMORYSTICK STANDARD SUPPORT
11460 M:      Maxim Levitsky <[email protected]>
11461 S:      Maintained
11462 F:      drivers/memstick/core/ms_block.*
11463
11464 SOUND
11465 M:      Jaroslav Kysela <[email protected]>
11466 M:      Takashi Iwai <[email protected]>
11467 L:      [email protected] (moderated for non-subscribers)
11468 W:      http://www.alsa-project.org/
11469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11470 T:      git git://git.alsa-project.org/alsa-kernel.git
11471 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11472 S:      Maintained
11473 F:      Documentation/sound/
11474 F:      include/sound/
11475 F:      include/uapi/sound/
11476 F:      sound/
11477
11478 SOUND - COMPRESSED AUDIO
11479 M:      Vinod Koul <[email protected]>
11480 L:      [email protected] (moderated for non-subscribers)
11481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11482 S:      Supported
11483 F:      Documentation/sound/alsa/compress_offload.txt
11484 F:      include/sound/compress_driver.h
11485 F:      include/uapi/sound/compress_*
11486 F:      sound/core/compress_offload.c
11487 F:      sound/soc/soc-compress.c
11488
11489 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11490 M:      Liam Girdwood <[email protected]>
11491 M:      Mark Brown <[email protected]>
11492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11493 L:      [email protected] (moderated for non-subscribers)
11494 W:      http://alsa-project.org/main/index.php/ASoC
11495 S:      Supported
11496 F:      Documentation/devicetree/bindings/sound/
11497 F:      Documentation/sound/alsa/soc/
11498 F:      sound/soc/
11499 F:      include/sound/soc*
11500
11501 SOUND - DMAENGINE HELPERS
11502 M:      Lars-Peter Clausen <[email protected]>
11503 S:      Supported
11504 F:      include/sound/dmaengine_pcm.h
11505 F:      sound/core/pcm_dmaengine.c
11506 F:      sound/soc/soc-generic-dmaengine-pcm.c
11507
11508 SP2 MEDIA DRIVER
11509 M:      Olli Salonen <[email protected]>
11510 L:      [email protected]
11511 W:      https://linuxtv.org
11512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11513 S:      Maintained
11514 F:      drivers/media/dvb-frontends/sp2*
11515
11516 SPARC + UltraSPARC (sparc/sparc64)
11517 M:      "David S. Miller" <[email protected]>
11518 L:      [email protected]
11519 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11522 S:      Maintained
11523 F:      arch/sparc/
11524 F:      drivers/sbus/
11525
11526 SPARC SERIAL DRIVERS
11527 M:      "David S. Miller" <[email protected]>
11528 L:      [email protected]
11529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11531 S:      Maintained
11532 F:      include/linux/sunserialcore.h
11533 F:      drivers/tty/serial/suncore.c
11534 F:      drivers/tty/serial/sunhv.c
11535 F:      drivers/tty/serial/sunsab.c
11536 F:      drivers/tty/serial/sunsab.h
11537 F:      drivers/tty/serial/sunsu.c
11538 F:      drivers/tty/serial/sunzilog.c
11539 F:      drivers/tty/serial/sunzilog.h
11540
11541 SPARSE CHECKER
11542 M:      "Christopher Li" <[email protected]>
11543 L:      [email protected]
11544 W:      https://sparse.wiki.kernel.org/
11545 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11546 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11547 S:      Maintained
11548 F:      include/linux/compiler.h
11549
11550 SPEAR PLATFORM SUPPORT
11551 M:      Viresh Kumar <[email protected]>
11552 M:      Shiraz Hashim <[email protected]>
11553 L:      [email protected] (moderated for non-subscribers)
11554 W:      http://www.st.com/spear
11555 S:      Maintained
11556 F:      arch/arm/boot/dts/spear*
11557 F:      arch/arm/mach-spear/
11558
11559 SPEAR CLOCK FRAMEWORK SUPPORT
11560 M:      Viresh Kumar <[email protected]>
11561 L:      [email protected] (moderated for non-subscribers)
11562 W:      http://www.st.com/spear
11563 S:      Maintained
11564 F:      drivers/clk/spear/
11565
11566 SPI NOR SUBSYSTEM
11567 M:      Cyrille Pitchen <[email protected]>
11568 M:      Marek Vasut <[email protected]>
11569 L:      [email protected]
11570 W:      http://www.linux-mtd.infradead.org/
11571 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11572 T:      git git://github.com/spi-nor/linux.git
11573 S:      Maintained
11574 F:      drivers/mtd/spi-nor/
11575 F:      include/linux/mtd/spi-nor.h
11576
11577 SPI SUBSYSTEM
11578 M:      Mark Brown <[email protected]>
11579 L:      [email protected]
11580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11581 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11582 S:      Maintained
11583 F:      Documentation/devicetree/bindings/spi/
11584 F:      Documentation/spi/
11585 F:      drivers/spi/
11586 F:      include/linux/spi/
11587 F:      include/uapi/linux/spi/
11588 F:      tools/spi/
11589
11590 SPIDERNET NETWORK DRIVER for CELL
11591 M:      Ishizaki Kou <[email protected]>
11592 L:      [email protected]
11593 S:      Supported
11594 F:      Documentation/networking/spider_net.txt
11595 F:      drivers/net/ethernet/toshiba/spider_net*
11596
11597 SPU FILE SYSTEM
11598 M:      Jeremy Kerr <[email protected]>
11599 L:      [email protected]
11600 W:      http://www.ibm.com/developerworks/power/cell/
11601 S:      Supported
11602 F:      Documentation/filesystems/spufs.txt
11603 F:      arch/powerpc/platforms/cell/spufs/
11604
11605 SQUASHFS FILE SYSTEM
11606 M:      Phillip Lougher <[email protected]>
11607 L:      [email protected] (subscribers-only)
11608 W:      http://squashfs.org.uk
11609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11610 S:      Maintained
11611 F:      Documentation/filesystems/squashfs.txt
11612 F:      fs/squashfs/
11613
11614 SRM (Alpha) environment access
11615 M:      Jan-Benedict Glaw <[email protected]>
11616 S:      Maintained
11617 F:      arch/alpha/kernel/srm_env.c
11618
11619 STABLE BRANCH
11620 M:      Greg Kroah-Hartman <[email protected]>
11621 L:      [email protected]
11622 S:      Supported
11623 F:      Documentation/process/stable-kernel-rules.rst
11624
11625 STAGING SUBSYSTEM
11626 M:      Greg Kroah-Hartman <[email protected]>
11627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11628 L:      [email protected]
11629 S:      Supported
11630 F:      drivers/staging/
11631
11632 STAGING - COMEDI
11633 M:      Ian Abbott <[email protected]>
11634 M:      H Hartley Sweeten <[email protected]>
11635 S:      Odd Fixes
11636 F:      drivers/staging/comedi/
11637
11638 STAGING - FLARION FT1000 DRIVERS
11639 M:      Marek Belisko <[email protected]>
11640 S:      Odd Fixes
11641 F:      drivers/staging/ft1000/
11642
11643 STAGING - INDUSTRIAL IO
11644 M:      Jonathan Cameron <[email protected]>
11645 L:      [email protected]
11646 S:      Odd Fixes
11647 F:      Documentation/devicetree/bindings/staging/iio/
11648 F:      drivers/staging/iio/
11649
11650 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11651 M:      Jarod Wilson <[email protected]>
11652 W:      http://www.lirc.org/
11653 S:      Odd Fixes
11654 F:      drivers/staging/media/lirc/
11655
11656 STAGING - LUSTRE PARALLEL FILESYSTEM
11657 M:      Oleg Drokin <[email protected]>
11658 M:      Andreas Dilger <[email protected]>
11659 M:      James Simmons <[email protected]>
11660 L:      [email protected] (moderated for non-subscribers)
11661 W:      http://wiki.lustre.org/
11662 S:      Maintained
11663 F:      drivers/staging/lustre
11664
11665 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11666 M:      Marc Dietrich <[email protected]>
11667 L:      [email protected] (moderated for non-subscribers)
11668 L:      [email protected]
11669 S:      Maintained
11670 F:      drivers/staging/nvec/
11671
11672 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11673 M:      Jens Frederich <[email protected]>
11674 M:      Daniel Drake <[email protected]>
11675 M:      Jon Nettleton <[email protected]>
11676 W:      http://wiki.laptop.org/go/DCON
11677 S:      Maintained
11678 F:      drivers/staging/olpc_dcon/
11679
11680 STAGING - REALTEK RTL8712U DRIVERS
11681 M:      Larry Finger <[email protected]>
11682 M:      Florian Schilhabel <[email protected]>.
11683 S:      Odd Fixes
11684 F:      drivers/staging/rtl8712/
11685
11686 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11687 M:      Sudip Mukherjee <[email protected]>
11688 M:      Teddy Wang <[email protected]>
11689 M:      Sudip Mukherjee <[email protected]>
11690 L:      [email protected]
11691 S:      Maintained
11692 F:      drivers/staging/sm750fb/
11693
11694 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11695 M:      William Hubbs <[email protected]>
11696 M:      Chris Brannon <[email protected]>
11697 M:      Kirk Reiser <[email protected]>
11698 M:      Samuel Thibault <[email protected]>
11699 L:      [email protected]
11700 W:      http://www.linux-speakup.org/
11701 S:      Odd Fixes
11702 F:      drivers/staging/speakup/
11703
11704 STAGING - VIA VT665X DRIVERS
11705 M:      Forest Bond <[email protected]>
11706 S:      Odd Fixes
11707 F:      drivers/staging/vt665?/
11708
11709 STAGING - WILC1000 WIFI DRIVER
11710 M:      Aditya Shankar <[email protected]>
11711 M:      Ganesh Krishna <[email protected]>
11712 L:      [email protected]
11713 S:      Supported
11714 F:      drivers/staging/wilc1000/
11715
11716 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11717 M:      Arnaud Patard <[email protected]>
11718 S:      Odd Fixes
11719 F:      drivers/staging/xgifb/
11720
11721 STARFIRE/DURALAN NETWORK DRIVER
11722 M:      Ion Badulescu <[email protected]>
11723 S:      Odd Fixes
11724 F:      drivers/net/ethernet/adaptec/starfire*
11725
11726 SUN3/3X
11727 M:      Sam Creasey <[email protected]>
11728 W:      http://sammy.net/sun3/
11729 S:      Maintained
11730 F:      arch/m68k/kernel/*sun3*
11731 F:      arch/m68k/sun3*/
11732 F:      arch/m68k/include/asm/sun3*
11733 F:      drivers/net/ethernet/i825xx/sun3*
11734
11735 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11736 M:      Hans de Goede <[email protected]>
11737 L:      [email protected]
11738 S:      Maintained
11739 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11740 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11741
11742 SUNDANCE NETWORK DRIVER
11743 M:      Denis Kirjanov <[email protected]>
11744 L:      [email protected]
11745 S:      Maintained
11746 F:      drivers/net/ethernet/dlink/sundance.c
11747
11748 SUPERH
11749 M:      Yoshinori Sato <[email protected]>
11750 M:      Rich Felker <[email protected]>
11751 L:      [email protected]
11752 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11753 S:      Maintained
11754 F:      Documentation/sh/
11755 F:      arch/sh/
11756 F:      drivers/sh/
11757
11758 SUSPEND TO RAM
11759 M:      "Rafael J. Wysocki" <[email protected]>
11760 M:      Len Brown <[email protected]>
11761 M:      Pavel Machek <[email protected]>
11762 L:      [email protected]
11763 B:      https://bugzilla.kernel.org
11764 S:      Supported
11765 F:      Documentation/power/
11766 F:      arch/x86/kernel/acpi/
11767 F:      drivers/base/power/
11768 F:      kernel/power/
11769 F:      include/linux/suspend.h
11770 F:      include/linux/freezer.h
11771 F:      include/linux/pm.h
11772
11773 SVGA HANDLING
11774 M:      Martin Mares <[email protected]>
11775 L:      [email protected]
11776 S:      Maintained
11777 F:      Documentation/svga.txt
11778 F:      arch/x86/boot/video*
11779
11780 SWIOTLB SUBSYSTEM
11781 M:      Konrad Rzeszutek Wilk <[email protected]>
11782 L:      [email protected]
11783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11784 S:      Supported
11785 F:      lib/swiotlb.c
11786 F:      arch/*/kernel/pci-swiotlb.c
11787 F:      include/linux/swiotlb.h
11788
11789 SWITCHDEV
11790 M:      Jiri Pirko <[email protected]>
11791 L:      [email protected]
11792 S:      Supported
11793 F:      net/switchdev/
11794 F:      include/net/switchdev.h
11795
11796 SYNOPSYS ARC ARCHITECTURE
11797 M:      Vineet Gupta <[email protected]>
11798 L:      [email protected]
11799 S:      Supported
11800 F:      arch/arc/
11801 F:      Documentation/devicetree/bindings/arc/*
11802 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11803 F:      drivers/tty/serial/arc_uart.c
11804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11805
11806 SYNOPSYS ARC SDP platform support
11807 M:      Alexey Brodkin <[email protected]>
11808 S:      Supported
11809 F:      arch/arc/plat-axs10x
11810 F:      arch/arc/boot/dts/ax*
11811 F:      Documentation/devicetree/bindings/arc/axs10*
11812
11813 SYSTEM CONFIGURATION (SYSCON)
11814 M:      Lee Jones <[email protected]>
11815 M:      Arnd Bergmann <[email protected]>
11816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11817 S:      Supported
11818 F:      drivers/mfd/syscon.c
11819
11820 SYSTEM RESET/SHUTDOWN DRIVERS
11821 M:      Sebastian Reichel <[email protected]>
11822 L:      [email protected]
11823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11824 S:      Maintained
11825 F:      Documentation/devicetree/bindings/power/reset/
11826 F:      drivers/power/reset/
11827
11828 SYSV FILESYSTEM
11829 M:      Christoph Hellwig <[email protected]>
11830 S:      Maintained
11831 F:      Documentation/filesystems/sysv-fs.txt
11832 F:      fs/sysv/
11833 F:      include/linux/sysv_fs.h
11834
11835 TARGET SUBSYSTEM
11836 M:      "Nicholas A. Bellinger" <[email protected]>
11837 L:      [email protected]
11838 L:      [email protected]
11839 W:      http://www.linux-iscsi.org
11840 W:      http://groups.google.com/group/linux-iscsi-target-dev
11841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11842 S:      Supported
11843 F:      drivers/target/
11844 F:      include/target/
11845 F:      Documentation/target/
11846
11847 TASKSTATS STATISTICS INTERFACE
11848 M:      Balbir Singh <[email protected]>
11849 S:      Maintained
11850 F:      Documentation/accounting/taskstats*
11851 F:      include/linux/taskstats*
11852 F:      kernel/taskstats.c
11853
11854 TC CLASSIFIER
11855 M:      Jamal Hadi Salim <[email protected]>
11856 L:      [email protected]
11857 S:      Maintained
11858 F:      include/net/pkt_cls.h
11859 F:      include/uapi/linux/pkt_cls.h
11860 F:      net/sched/
11861
11862 TCP LOW PRIORITY MODULE
11863 M:      "Wong Hoi Sing, Edison" <[email protected]>
11864 M:      "Hung Hing Lun, Mike" <[email protected]>
11865 W:      http://tcp-lp-mod.sourceforge.net/
11866 S:      Maintained
11867 F:      net/ipv4/tcp_lp.c
11868
11869 TDA10071 MEDIA DRIVER
11870 M:      Antti Palosaari <[email protected]>
11871 L:      [email protected]
11872 W:      https://linuxtv.org
11873 W:      http://palosaari.fi/linux/
11874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11875 T:      git git://linuxtv.org/anttip/media_tree.git
11876 S:      Maintained
11877 F:      drivers/media/dvb-frontends/tda10071*
11878
11879 TDA18212 MEDIA DRIVER
11880 M:      Antti Palosaari <[email protected]>
11881 L:      [email protected]
11882 W:      https://linuxtv.org
11883 W:      http://palosaari.fi/linux/
11884 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11885 T:      git git://linuxtv.org/anttip/media_tree.git
11886 S:      Maintained
11887 F:      drivers/media/tuners/tda18212*
11888
11889 TDA18218 MEDIA DRIVER
11890 M:      Antti Palosaari <[email protected]>
11891 L:      [email protected]
11892 W:      https://linuxtv.org
11893 W:      http://palosaari.fi/linux/
11894 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11895 T:      git git://linuxtv.org/anttip/media_tree.git
11896 S:      Maintained
11897 F:      drivers/media/tuners/tda18218*
11898
11899 TDA18271 MEDIA DRIVER
11900 M:      Michael Krufky <[email protected]>
11901 L:      [email protected]
11902 W:      https://linuxtv.org
11903 W:      http://github.com/mkrufky
11904 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11905 T:      git git://linuxtv.org/mkrufky/tuners.git
11906 S:      Maintained
11907 F:      drivers/media/tuners/tda18271*
11908
11909 TDA827x MEDIA DRIVER
11910 M:      Michael Krufky <[email protected]>
11911 L:      [email protected]
11912 W:      https://linuxtv.org
11913 W:      http://github.com/mkrufky
11914 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11915 T:      git git://linuxtv.org/mkrufky/tuners.git
11916 S:      Maintained
11917 F:      drivers/media/tuners/tda8290.*
11918
11919 TDA8290 MEDIA DRIVER
11920 M:      Michael Krufky <[email protected]>
11921 L:      [email protected]
11922 W:      https://linuxtv.org
11923 W:      http://github.com/mkrufky
11924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11925 T:      git git://linuxtv.org/mkrufky/tuners.git
11926 S:      Maintained
11927 F:      drivers/media/tuners/tda8290.*
11928
11929 TDA9840 MEDIA DRIVER
11930 M:      Hans Verkuil <[email protected]>
11931 L:      [email protected]
11932 T:      git git://linuxtv.org/media_tree.git
11933 W:      https://linuxtv.org
11934 S:      Maintained
11935 F:      drivers/media/i2c/tda9840*
11936
11937 TEA5761 TUNER DRIVER
11938 M:      Mauro Carvalho Chehab <[email protected]>
11939 M:      Mauro Carvalho Chehab <[email protected]>
11940 L:      [email protected]
11941 W:      https://linuxtv.org
11942 T:      git git://linuxtv.org/media_tree.git
11943 S:      Odd fixes
11944 F:      drivers/media/tuners/tea5761.*
11945
11946 TEA5767 TUNER DRIVER
11947 M:      Mauro Carvalho Chehab <[email protected]>
11948 M:      Mauro Carvalho Chehab <[email protected]>
11949 L:      [email protected]
11950 W:      https://linuxtv.org
11951 T:      git git://linuxtv.org/media_tree.git
11952 S:      Maintained
11953 F:      drivers/media/tuners/tea5767.*
11954
11955 TEA6415C MEDIA DRIVER
11956 M:      Hans Verkuil <[email protected]>
11957 L:      [email protected]
11958 T:      git git://linuxtv.org/media_tree.git
11959 W:      https://linuxtv.org
11960 S:      Maintained
11961 F:      drivers/media/i2c/tea6415c*
11962
11963 TEA6420 MEDIA DRIVER
11964 M:      Hans Verkuil <[email protected]>
11965 L:      [email protected]
11966 T:      git git://linuxtv.org/media_tree.git
11967 W:      https://linuxtv.org
11968 S:      Maintained
11969 F:      drivers/media/i2c/tea6420*
11970
11971 TEAM DRIVER
11972 M:      Jiri Pirko <[email protected]>
11973 L:      [email protected]
11974 S:      Supported
11975 F:      drivers/net/team/
11976 F:      include/linux/if_team.h
11977 F:      include/uapi/linux/if_team.h
11978
11979 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11980 M:      "Savoir-faire Linux Inc." <[email protected]>
11981 S:      Maintained
11982 F:      arch/x86/platform/ts5500/
11983
11984 TECHNOTREND USB IR RECEIVER
11985 M:      Sean Young <[email protected]>
11986 L:      [email protected]
11987 S:      Maintained
11988 F:      drivers/media/rc/ttusbir.c
11989
11990 TEGRA ARCHITECTURE SUPPORT
11991 M:      Stephen Warren <[email protected]>
11992 M:      Thierry Reding <[email protected]>
11993 M:      Alexandre Courbot <[email protected]>
11994 L:      [email protected]
11995 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11997 S:      Supported
11998 N:      [^a-z]tegra
11999
12000 TEGRA CLOCK DRIVER
12001 M:      Peter De Schrijver <[email protected]>
12002 M:      Prashant Gaikwad <[email protected]>
12003 S:      Supported
12004 F:      drivers/clk/tegra/
12005
12006 TEGRA DMA DRIVERS
12007 M:      Laxman Dewangan <[email protected]>
12008 M:      Jon Hunter <[email protected]>
12009 S:      Supported
12010 F:      drivers/dma/tegra*
12011
12012 TEGRA I2C DRIVER
12013 M:      Laxman Dewangan <[email protected]>
12014 S:      Supported
12015 F:      drivers/i2c/busses/i2c-tegra.c
12016
12017 TEGRA IOMMU DRIVERS
12018 M:      Hiroshi Doyu <[email protected]>
12019 S:      Supported
12020 F:      drivers/iommu/tegra*
12021
12022 TEGRA KBC DRIVER
12023 M:      Rakesh Iyer <[email protected]>
12024 M:      Laxman Dewangan <[email protected]>
12025 S:      Supported
12026 F:      drivers/input/keyboard/tegra-kbc.c
12027
12028 TEGRA PWM DRIVER
12029 M:      Thierry Reding <[email protected]>
12030 S:      Supported
12031 F:      drivers/pwm/pwm-tegra.c
12032
12033 TEGRA SERIAL DRIVER
12034 M:      Laxman Dewangan <[email protected]>
12035 S:      Supported
12036 F:      drivers/tty/serial/serial-tegra.c
12037
12038 TEGRA SPI DRIVER
12039 M:      Laxman Dewangan <[email protected]>
12040 S:      Supported
12041 F:      drivers/spi/spi-tegra*
12042
12043 TEHUTI ETHERNET DRIVER
12044 M:      Andy Gospodarek <[email protected]>
12045 L:      [email protected]
12046 S:      Supported
12047 F:      drivers/net/ethernet/tehuti/*
12048
12049 Telecom Clock Driver for MCPL0010
12050 M:      Mark Gross <[email protected]>
12051 S:      Supported
12052 F:      drivers/char/tlclk.c
12053
12054 TENSILICA XTENSA PORT (xtensa)
12055 M:      Chris Zankel <[email protected]>
12056 M:      Max Filippov <[email protected]>
12057 L:      [email protected]
12058 T:      git git://github.com/czankel/xtensa-linux.git
12059 S:      Maintained
12060 F:      arch/xtensa/
12061 F:      drivers/irqchip/irq-xtensa-*
12062
12063 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12064 M:      Hans Verkuil <[email protected]>
12065 L:      [email protected]
12066 T:      git git://linuxtv.org/media_tree.git
12067 W:      https://linuxtv.org
12068 S:      Maintained
12069 F:      drivers/media/radio/radio-raremono.c
12070
12071 THERMAL
12072 M:      Zhang Rui <[email protected]>
12073 M:      Eduardo Valentin <[email protected]>
12074 L:      [email protected]
12075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12077 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12078 S:      Supported
12079 F:      drivers/thermal/
12080 F:      include/linux/thermal.h
12081 F:      include/uapi/linux/thermal.h
12082 F:      include/linux/cpu_cooling.h
12083 F:      Documentation/devicetree/bindings/thermal/
12084
12085 THERMAL/CPU_COOLING
12086 M:      Amit Daniel Kachhap <[email protected]>
12087 M:      Viresh Kumar <[email protected]>
12088 M:      Javi Merino <[email protected]>
12089 L:      [email protected]
12090 S:      Supported
12091 F:      Documentation/thermal/cpu-cooling-api.txt
12092 F:      drivers/thermal/cpu_cooling.c
12093 F:      include/linux/cpu_cooling.h
12094
12095 THINKPAD ACPI EXTRAS DRIVER
12096 M:      Henrique de Moraes Holschuh <[email protected]>
12097 L:      [email protected]
12098 L:      [email protected]
12099 W:      http://ibm-acpi.sourceforge.net
12100 W:      http://thinkwiki.org/wiki/Ibm-acpi
12101 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12102 S:      Maintained
12103 F:      drivers/platform/x86/thinkpad_acpi.c
12104
12105 TI BANDGAP AND THERMAL DRIVER
12106 M:      Eduardo Valentin <[email protected]>
12107 M:      Keerthy <[email protected]>
12108 L:      [email protected]
12109 L:      [email protected]
12110 S:      Maintained
12111 F:      drivers/thermal/ti-soc-thermal/
12112
12113 TI VPE/CAL DRIVERS
12114 M:      Benoit Parrot <[email protected]>
12115 L:      [email protected]
12116 W:      http://linuxtv.org/
12117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12118 S:      Maintained
12119 F:      drivers/media/platform/ti-vpe/
12120
12121 TI CDCE706 CLOCK DRIVER
12122 M:      Max Filippov <[email protected]>
12123 S:      Maintained
12124 F:      drivers/clk/clk-cdce706.c
12125
12126 TI CLOCK DRIVER
12127 M:      Tero Kristo <[email protected]>
12128 L:      [email protected]
12129 S:      Maintained
12130 F:      drivers/clk/ti/
12131 F:      include/linux/clk/ti.h
12132
12133 TI ETHERNET SWITCH DRIVER (CPSW)
12134 M:      Mugunthan V N <[email protected]>
12135 R:      Grygorii Strashko <[email protected]>
12136 L:      [email protected]
12137 L:      [email protected]
12138 S:      Maintained
12139 F:      drivers/net/ethernet/ti/cpsw*
12140 F:      drivers/net/ethernet/ti/davinci*
12141
12142 TI FLASH MEDIA INTERFACE DRIVER
12143 M:      Alex Dubov <[email protected]>
12144 S:      Maintained
12145 F:      drivers/misc/tifm*
12146 F:      drivers/mmc/host/tifm_sd.c
12147 F:      include/linux/tifm.h
12148
12149 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12150 M:      Santosh Shilimkar <[email protected]>
12151 L:      [email protected]
12152 L:      [email protected] (moderated for non-subscribers)
12153 S:      Maintained
12154 F:      drivers/soc/ti/*
12155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12156
12157
12158 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12159 M:      M R Swami Reddy <[email protected]>
12160 M:      Vishwas A Deshpande <[email protected]>
12161 L:      [email protected] (moderated for non-subscribers)
12162 S:      Maintained
12163 F:      sound/soc/codecs/lm49453*
12164 F:      sound/soc/codecs/isabelle*
12165
12166 TI LP855x BACKLIGHT DRIVER
12167 M:      Milo Kim <[email protected]>
12168 S:      Maintained
12169 F:      Documentation/backlight/lp855x-driver.txt
12170 F:      drivers/video/backlight/lp855x_bl.c
12171 F:      include/linux/platform_data/lp855x.h
12172
12173 TI LP8727 CHARGER DRIVER
12174 M:      Milo Kim <[email protected]>
12175 S:      Maintained
12176 F:      drivers/power/supply/lp8727_charger.c
12177 F:      include/linux/platform_data/lp8727.h
12178
12179 TI LP8788 MFD DRIVER
12180 M:      Milo Kim <[email protected]>
12181 S:      Maintained
12182 F:      drivers/iio/adc/lp8788_adc.c
12183 F:      drivers/leds/leds-lp8788.c
12184 F:      drivers/mfd/lp8788*.c
12185 F:      drivers/power/supply/lp8788-charger.c
12186 F:      drivers/regulator/lp8788-*.c
12187 F:      include/linux/mfd/lp8788*.h
12188
12189 TI NETCP ETHERNET DRIVER
12190 M:      Wingman Kwok <[email protected]>
12191 M:      Murali Karicheri <[email protected]>
12192 L:      [email protected]
12193 S:      Maintained
12194 F:      drivers/net/ethernet/ti/netcp*
12195
12196 TI TAS571X FAMILY ASoC CODEC DRIVER
12197 M:      Kevin Cernekee <[email protected]>
12198 L:      [email protected] (moderated for non-subscribers)
12199 S:      Odd Fixes
12200 F:      sound/soc/codecs/tas571x*
12201
12202 TI TWL4030 SERIES SOC CODEC DRIVER
12203 M:      Peter Ujfalusi <[email protected]>
12204 L:      [email protected] (moderated for non-subscribers)
12205 S:      Maintained
12206 F:      sound/soc/codecs/twl4030*
12207
12208 TI WILINK WIRELESS DRIVERS
12209 L:      [email protected]
12210 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12211 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12213 S:      Orphan
12214 F:      drivers/net/wireless/ti/
12215 F:      include/linux/wl12xx.h
12216
12217 TIPC NETWORK LAYER
12218 M:      Jon Maloy <[email protected]>
12219 M:      Ying Xue <[email protected]>
12220 L:      [email protected] (core kernel code)
12221 L:      [email protected] (user apps, general discussion)
12222 W:      http://tipc.sourceforge.net/
12223 S:      Maintained
12224 F:      include/uapi/linux/tipc*.h
12225 F:      net/tipc/
12226
12227 TILE ARCHITECTURE
12228 M:      Chris Metcalf <[email protected]>
12229 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12231 S:      Supported
12232 F:      arch/tile/
12233 F:      drivers/char/tile-srom.c
12234 F:      drivers/edac/tile_edac.c
12235 F:      drivers/net/ethernet/tile/
12236 F:      drivers/rtc/rtc-tile.c
12237 F:      drivers/tty/hvc/hvc_tile.c
12238 F:      drivers/tty/serial/tilegx.c
12239 F:      drivers/usb/host/*-tilegx.c
12240 F:      include/linux/usb/tilegx.h
12241
12242 TLAN NETWORK DRIVER
12243 M:      Samuel Chessman <[email protected]>
12244 L:      [email protected] (subscribers-only)
12245 W:      http://sourceforge.net/projects/tlan/
12246 S:      Maintained
12247 F:      Documentation/networking/tlan.txt
12248 F:      drivers/net/ethernet/ti/tlan.*
12249
12250 TOMOYO SECURITY MODULE
12251 M:      Kentaro Takeda <[email protected]>
12252 M:      Tetsuo Handa <[email protected]>
12253 L:      [email protected] (subscribers-only, for developers in English)
12254 L:      [email protected] (subscribers-only, for users in English)
12255 L:      [email protected] (subscribers-only, for developers in Japanese)
12256 L:      [email protected] (subscribers-only, for users in Japanese)
12257 W:      http://tomoyo.sourceforge.jp/
12258 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12259 S:      Maintained
12260 F:      security/tomoyo/
12261
12262 TOPSTAR LAPTOP EXTRAS DRIVER
12263 M:      Herton Ronaldo Krzesinski <[email protected]>
12264 L:      [email protected]
12265 S:      Maintained
12266 F:      drivers/platform/x86/topstar-laptop.c
12267
12268 TOSHIBA ACPI EXTRAS DRIVER
12269 M:      Azael Avalos <[email protected]>
12270 L:      [email protected]
12271 S:      Maintained
12272 F:      drivers/platform/x86/toshiba_acpi.c
12273
12274 TOSHIBA BLUETOOTH DRIVER
12275 M:      Azael Avalos <[email protected]>
12276 L:      [email protected]
12277 S:      Maintained
12278 F:      drivers/platform/x86/toshiba_bluetooth.c
12279
12280 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12281 M:      Azael Avalos <[email protected]>
12282 L:      [email protected]
12283 S:      Maintained
12284 F:      drivers/platform/x86/toshiba_haps.c
12285
12286 TOSHIBA WMI HOTKEYS DRIVER
12287 M:      Azael Avalos <[email protected]>
12288 L:      [email protected]
12289 S:      Maintained
12290 F:      drivers/platform/x86/toshiba-wmi.c
12291
12292 TOSHIBA SMM DRIVER
12293 M:      Jonathan Buzzard <[email protected]>
12294 W:      http://www.buzzard.org.uk/toshiba/
12295 S:      Maintained
12296 F:      drivers/char/toshiba.c
12297 F:      include/linux/toshiba.h
12298 F:      include/uapi/linux/toshiba.h
12299
12300 TOSHIBA TC358743 DRIVER
12301 M:      Mats Randgaard <[email protected]>
12302 L:      [email protected]
12303 S:      Maintained
12304 F:      drivers/media/i2c/tc358743*
12305 F:      include/media/i2c/tc358743.h
12306
12307 TMIO/SDHI MMC DRIVER
12308 M:      Wolfram Sang <[email protected]>
12309 L:      [email protected]
12310 S:      Supported
12311 F:      drivers/mmc/host/tmio_mmc*
12312 F:      drivers/mmc/host/sh_mobile_sdhi.c
12313 F:      include/linux/mfd/tmio.h
12314
12315 TMP401 HARDWARE MONITOR DRIVER
12316 M:      Guenter Roeck <[email protected]>
12317 L:      [email protected]
12318 S:      Maintained
12319 F:      Documentation/hwmon/tmp401
12320 F:      drivers/hwmon/tmp401.c
12321
12322 TMPFS (SHMEM FILESYSTEM)
12323 M:      Hugh Dickins <[email protected]>
12324 L:      [email protected]
12325 S:      Maintained
12326 F:      include/linux/shmem_fs.h
12327 F:      mm/shmem.c
12328
12329 TM6000 VIDEO4LINUX DRIVER
12330 M:      Mauro Carvalho Chehab <[email protected]>
12331 M:      Mauro Carvalho Chehab <[email protected]>
12332 L:      [email protected]
12333 W:      https://linuxtv.org
12334 T:      git git://linuxtv.org/media_tree.git
12335 S:      Odd fixes
12336 F:      drivers/media/usb/tm6000/
12337 F:      Documentation/media/v4l-drivers/tm6000*
12338
12339 TW5864 VIDEO4LINUX DRIVER
12340 M:      Bluecherry Maintainers <[email protected]>
12341 M:      Andrey Utkin <[email protected]>
12342 M:      Andrey Utkin <[email protected]>
12343 L:      [email protected]
12344 S:      Supported
12345 F:      drivers/media/pci/tw5864/
12346
12347 TW68 VIDEO4LINUX DRIVER
12348 M:      Hans Verkuil <[email protected]>
12349 L:      [email protected]
12350 T:      git git://linuxtv.org/media_tree.git
12351 W:      https://linuxtv.org
12352 S:      Odd Fixes
12353 F:      drivers/media/pci/tw68/
12354
12355 TW686X VIDEO4LINUX DRIVER
12356 M:      Ezequiel Garcia <[email protected]>
12357 L:      [email protected]
12358 T:      git git://linuxtv.org/media_tree.git
12359 W:      http://linuxtv.org
12360 S:      Maintained
12361 F:      drivers/media/pci/tw686x/
12362
12363 TPM DEVICE DRIVER
12364 M:      Peter Huewe <[email protected]>
12365 M:      Marcel Selhorst <[email protected]>
12366 M:      Jarkko Sakkinen <[email protected]>
12367 R:      Jason Gunthorpe <[email protected]>
12368 W:      http://tpmdd.sourceforge.net
12369 L:      [email protected] (moderated for non-subscribers)
12370 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12371 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12372 S:      Maintained
12373 F:      drivers/char/tpm/
12374
12375 TPM IBM_VTPM DEVICE DRIVER
12376 M:      Ashley Lai <[email protected]>
12377 W:      http://tpmdd.sourceforge.net
12378 L:      [email protected] (moderated for non-subscribers)
12379 S:      Maintained
12380 F:      drivers/char/tpm/tpm_ibmvtpm*
12381
12382 TRACING
12383 M:      Steven Rostedt <[email protected]>
12384 M:      Ingo Molnar <[email protected]>
12385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12386 S:      Maintained
12387 F:      Documentation/trace/ftrace.txt
12388 F:      arch/*/*/*/ftrace.h
12389 F:      arch/*/kernel/ftrace.c
12390 F:      include/*/ftrace.h
12391 F:      include/linux/trace*.h
12392 F:      include/trace/
12393 F:      kernel/trace/
12394 F:      tools/testing/selftests/ftrace/
12395
12396 TRACING MMIO ACCESSES (MMIOTRACE)
12397 M:      Steven Rostedt <[email protected]>
12398 M:      Ingo Molnar <[email protected]>
12399 R:      Karol Herbst <[email protected]>
12400 R:      Pekka Paalanen <[email protected]>
12401 S:      Maintained
12402 L:      [email protected]
12403 L:      [email protected]
12404 F:      kernel/trace/trace_mmiotrace.c
12405 F:      include/linux/mmiotrace.h
12406 F:      arch/x86/mm/kmmio.c
12407 F:      arch/x86/mm/mmio-mod.c
12408 F:      arch/x86/mm/testmmiotrace.c
12409
12410 TRIVIAL PATCHES
12411 M:      Jiri Kosina <[email protected]>
12412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12413 S:      Maintained
12414 K:      ^Subject:.*(?i)trivial
12415
12416 TTY LAYER
12417 M:      Greg Kroah-Hartman <[email protected]>
12418 M:      Jiri Slaby <[email protected]>
12419 S:      Supported
12420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12421 F:      Documentation/serial/
12422 F:      drivers/tty/
12423 F:      drivers/tty/serial/serial_core.c
12424 F:      include/linux/serial_core.h
12425 F:      include/linux/serial.h
12426 F:      include/linux/tty.h
12427 F:      include/uapi/linux/serial_core.h
12428 F:      include/uapi/linux/serial.h
12429 F:      include/uapi/linux/tty.h
12430
12431 TUA9001 MEDIA DRIVER
12432 M:      Antti Palosaari <[email protected]>
12433 L:      [email protected]
12434 W:      https://linuxtv.org
12435 W:      http://palosaari.fi/linux/
12436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12437 T:      git git://linuxtv.org/anttip/media_tree.git
12438 S:      Maintained
12439 F:      drivers/media/tuners/tua9001*
12440
12441 TULIP NETWORK DRIVERS
12442 L:      [email protected]
12443 L:      [email protected]
12444 S:      Orphan
12445 F:      drivers/net/ethernet/dec/tulip/
12446
12447 TUN/TAP driver
12448 M:      Maxim Krasnyansky <[email protected]>
12449 W:      http://vtun.sourceforge.net/tun
12450 S:      Maintained
12451 F:      Documentation/networking/tuntap.txt
12452 F:      arch/um/os-Linux/drivers/
12453
12454 TURBOCHANNEL SUBSYSTEM
12455 M:      "Maciej W. Rozycki" <[email protected]>
12456 M:      Ralf Baechle <[email protected]>
12457 L:      [email protected]
12458 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12459 S:      Maintained
12460 F:      drivers/tc/
12461 F:      include/linux/tc.h
12462
12463 UBI FILE SYSTEM (UBIFS)
12464 M:      Richard Weinberger <[email protected]>
12465 M:      Artem Bityutskiy <[email protected]>
12466 M:      Adrian Hunter <[email protected]>
12467 L:      [email protected]
12468 T:      git git://git.infradead.org/ubifs-2.6.git
12469 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12470 S:      Supported
12471 F:      Documentation/filesystems/ubifs.txt
12472 F:      fs/ubifs/
12473
12474 UCLINUX (M68KNOMMU AND COLDFIRE)
12475 M:      Greg Ungerer <[email protected]>
12476 W:      http://www.linux-m68k.org/
12477 W:      http://www.uclinux.org/
12478 L:      [email protected]
12479 L:      [email protected]  (subscribers-only)
12480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12481 S:      Maintained
12482 F:      arch/m68k/coldfire/
12483 F:      arch/m68k/68*/
12484 F:      arch/m68k/*/*_no.*
12485 F:      arch/m68k/include/asm/*_no.*
12486
12487 UDF FILESYSTEM
12488 M:      Jan Kara <[email protected]>
12489 S:      Maintained
12490 F:      Documentation/filesystems/udf.txt
12491 F:      fs/udf/
12492
12493 UFS FILESYSTEM
12494 M:      Evgeniy Dushistov <[email protected]>
12495 S:      Maintained
12496 F:      Documentation/filesystems/ufs.txt
12497 F:      fs/ufs/
12498
12499 UHID USERSPACE HID IO DRIVER:
12500 M:      David Herrmann <[email protected]>
12501 L:      [email protected]
12502 S:      Maintained
12503 F:      drivers/hid/uhid.c
12504 F:      include/uapi/linux/uhid.h
12505
12506 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12507 L:      [email protected]
12508 S:      Orphan
12509 F:      drivers/uwb/
12510 F:      include/linux/uwb.h
12511 F:      include/linux/uwb/
12512
12513 UNICORE32 ARCHITECTURE:
12514 M:      Guan Xuetao <[email protected]>
12515 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12516 S:      Maintained
12517 T:      git git://github.com/gxt/linux.git
12518 F:      arch/unicore32/
12519
12520 UNIFDEF
12521 M:      Tony Finch <[email protected]>
12522 W:      http://dotat.at/prog/unifdef
12523 S:      Maintained
12524 F:      scripts/unifdef.c
12525
12526 UNIFORM CDROM DRIVER
12527 M:      Jens Axboe <[email protected]>
12528 W:      http://www.kernel.dk
12529 S:      Maintained
12530 F:      Documentation/cdrom/
12531 F:      drivers/cdrom/cdrom.c
12532 F:      include/linux/cdrom.h
12533 F:      include/uapi/linux/cdrom.h
12534
12535 UNISYS S-PAR DRIVERS
12536 M:      David Kershner <[email protected]>
12537 L:      [email protected] (Unisys internal)
12538 S:      Supported
12539 F:      drivers/staging/unisys/
12540
12541 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12542 M:      Vinayak Holikatti <[email protected]>
12543 L:      [email protected]
12544 S:      Supported
12545 F:      Documentation/scsi/ufs.txt
12546 F:      drivers/scsi/ufs/
12547
12548 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12549 M:      Joao Pinto <[email protected]>
12550 L:      [email protected]
12551 S:      Supported
12552 F:      drivers/scsi/ufs/*dwc*
12553
12554 UNSORTED BLOCK IMAGES (UBI)
12555 M:      Artem Bityutskiy <[email protected]>
12556 M:      Richard Weinberger <[email protected]>
12557 W:      http://www.linux-mtd.infradead.org/
12558 L:      [email protected]
12559 T:      git git://git.infradead.org/ubifs-2.6.git
12560 S:      Supported
12561 F:      drivers/mtd/ubi/
12562 F:      include/linux/mtd/ubi.h
12563 F:      include/uapi/mtd/ubi-user.h
12564
12565 USB ACM DRIVER
12566 M:      Oliver Neukum <[email protected]>
12567 L:      [email protected]
12568 S:      Maintained
12569 F:      Documentation/usb/acm.txt
12570 F:      drivers/usb/class/cdc-acm.*
12571
12572 USB AR5523 WIRELESS DRIVER
12573 M:      Pontus Fuchs <[email protected]>
12574 L:      [email protected]
12575 S:      Maintained
12576 F:      drivers/net/wireless/ath/ar5523/
12577
12578 USB ATTACHED SCSI
12579 M:      Oliver Neukum <[email protected]>
12580 L:      [email protected]
12581 L:      [email protected]
12582 S:      Maintained
12583 F:      drivers/usb/storage/uas.c
12584
12585 USB CDC ETHERNET DRIVER
12586 M:      Oliver Neukum <[email protected]>
12587 L:      [email protected]
12588 S:      Maintained
12589 F:      drivers/net/usb/cdc_*.c
12590 F:      include/uapi/linux/usb/cdc.h
12591
12592 USB CHAOSKEY DRIVER
12593 M:      Keith Packard <[email protected]>
12594 L:      [email protected]
12595 S:      Maintained
12596 F:      drivers/usb/misc/chaoskey.c
12597
12598 USB CYPRESS C67X00 DRIVER
12599 M:      Peter Korsgaard <[email protected]>
12600 L:      [email protected]
12601 S:      Maintained
12602 F:      drivers/usb/c67x00/
12603
12604 USB DAVICOM DM9601 DRIVER
12605 M:      Peter Korsgaard <[email protected]>
12606 L:      [email protected]
12607 W:      http://www.linux-usb.org/usbnet
12608 S:      Maintained
12609 F:      drivers/net/usb/dm9601.c
12610
12611 USB DIAMOND RIO500 DRIVER
12612 M:      Cesar Miquel <[email protected]>
12613 L:      [email protected]
12614 W:      http://rio500.sourceforge.net
12615 S:      Maintained
12616 F:      drivers/usb/misc/rio500*
12617
12618 USB EHCI DRIVER
12619 M:      Alan Stern <[email protected]>
12620 L:      [email protected]
12621 S:      Maintained
12622 F:      Documentation/usb/ehci.txt
12623 F:      drivers/usb/host/ehci*
12624
12625 USB GADGET/PERIPHERAL SUBSYSTEM
12626 M:      Felipe Balbi <[email protected]>
12627 L:      [email protected]
12628 W:      http://www.linux-usb.org/gadget
12629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12630 S:      Maintained
12631 F:      drivers/usb/gadget/
12632 F:      include/linux/usb/gadget*
12633
12634 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12635 M:      Jiri Kosina <[email protected]>
12636 R:      Benjamin Tissoires <[email protected]>
12637 L:      [email protected]
12638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12639 S:      Maintained
12640 F:      Documentation/hid/hiddev.txt
12641 F:      drivers/hid/usbhid/
12642
12643 USB ISP116X DRIVER
12644 M:      Olav Kongas <[email protected]>
12645 L:      [email protected]
12646 S:      Maintained
12647 F:      drivers/usb/host/isp116x*
12648 F:      include/linux/usb/isp116x.h
12649
12650 USB LAN78XX ETHERNET DRIVER
12651 M:      Woojung Huh <[email protected]>
12652 M:      Microchip Linux Driver Support <[email protected]>
12653 L:      [email protected]
12654 S:      Maintained
12655 F:      drivers/net/usb/lan78xx.*
12656
12657 USB MASS STORAGE DRIVER
12658 M:      Alan Stern <[email protected]>
12659 L:      [email protected]
12660 L:      [email protected]
12661 S:      Maintained
12662 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12663 F:      drivers/usb/storage/
12664
12665 USB MIDI DRIVER
12666 M:      Clemens Ladisch <[email protected]>
12667 L:      [email protected] (moderated for non-subscribers)
12668 T:      git git://git.alsa-project.org/alsa-kernel.git
12669 S:      Maintained
12670 F:      sound/usb/midi.*
12671
12672 USB NETWORKING DRIVERS
12673 L:      [email protected]
12674 S:      Odd Fixes
12675 F:      drivers/net/usb/
12676
12677 USB OHCI DRIVER
12678 M:      Alan Stern <[email protected]>
12679 L:      [email protected]
12680 S:      Maintained
12681 F:      Documentation/usb/ohci.txt
12682 F:      drivers/usb/host/ohci*
12683
12684 USB OTG FSM (Finite State Machine)
12685 M:      Peter Chen <[email protected]>
12686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12687 L:      [email protected]
12688 S:      Maintained
12689 F:      drivers/usb/common/usb-otg-fsm.c
12690
12691 USB OVER IP DRIVER
12692 M:      Valentina Manea <[email protected]>
12693 M:      Shuah Khan <[email protected]>
12694 M:      Shuah Khan <[email protected]>
12695 L:      [email protected]
12696 S:      Maintained
12697 F:      Documentation/usb/usbip_protocol.txt
12698 F:      drivers/usb/usbip/
12699 F:      tools/usb/usbip/
12700
12701 USB PEGASUS DRIVER
12702 M:      Petko Manolov <[email protected]>
12703 L:      [email protected]
12704 L:      [email protected]
12705 T:      git git://github.com/petkan/pegasus.git
12706 W:      https://github.com/petkan/pegasus
12707 S:      Maintained
12708 F:      drivers/net/usb/pegasus.*
12709
12710 USB PHY LAYER
12711 M:      Felipe Balbi <[email protected]>
12712 L:      [email protected]
12713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12714 S:      Maintained
12715 F:      drivers/usb/phy/
12716
12717 USB PRINTER DRIVER (usblp)
12718 M:      Pete Zaitcev <[email protected]>
12719 L:      [email protected]
12720 S:      Supported
12721 F:      drivers/usb/class/usblp.c
12722
12723 USB QMI WWAN NETWORK DRIVER
12724 M:      Bjørn Mork <[email protected]>
12725 L:      [email protected]
12726 S:      Maintained
12727 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12728 F:      drivers/net/usb/qmi_wwan.c
12729
12730 USB RTL8150 DRIVER
12731 M:      Petko Manolov <[email protected]>
12732 L:      [email protected]
12733 L:      [email protected]
12734 T:      git git://github.com/petkan/rtl8150.git
12735 W:      https://github.com/petkan/rtl8150
12736 S:      Maintained
12737 F:      drivers/net/usb/rtl8150.c
12738
12739 USB SERIAL SUBSYSTEM
12740 M:      Johan Hovold <[email protected]>
12741 L:      [email protected]
12742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12743 S:      Maintained
12744 F:      Documentation/usb/usb-serial.txt
12745 F:      drivers/usb/serial/
12746 F:      include/linux/usb/serial.h
12747
12748 USB SMSC75XX ETHERNET DRIVER
12749 M:      Steve Glendinning <[email protected]>
12750 L:      [email protected]
12751 S:      Maintained
12752 F:      drivers/net/usb/smsc75xx.*
12753
12754 USB SMSC95XX ETHERNET DRIVER
12755 M:      Steve Glendinning <[email protected]>
12756 M:      Microchip Linux Driver Support <[email protected]>
12757 L:      [email protected]
12758 S:      Maintained
12759 F:      drivers/net/usb/smsc95xx.*
12760
12761 USB SUBSYSTEM
12762 M:      Greg Kroah-Hartman <[email protected]>
12763 L:      [email protected]
12764 W:      http://www.linux-usb.org
12765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12766 S:      Supported
12767 F:      Documentation/devicetree/bindings/usb/
12768 F:      Documentation/usb/
12769 F:      drivers/usb/
12770 F:      include/linux/usb.h
12771 F:      include/linux/usb/
12772
12773 USB UHCI DRIVER
12774 M:      Alan Stern <[email protected]>
12775 L:      [email protected]
12776 S:      Maintained
12777 F:      drivers/usb/host/uhci*
12778
12779 USB "USBNET" DRIVER FRAMEWORK
12780 M:      Oliver Neukum <[email protected]>
12781 L:      [email protected]
12782 W:      http://www.linux-usb.org/usbnet
12783 S:      Maintained
12784 F:      drivers/net/usb/usbnet.c
12785 F:      include/linux/usb/usbnet.h
12786
12787 USB VIDEO CLASS
12788 M:      Laurent Pinchart <[email protected]>
12789 L:      [email protected] (subscribers-only)
12790 L:      [email protected]
12791 T:      git git://linuxtv.org/media_tree.git
12792 W:      http://www.ideasonboard.org/uvc/
12793 S:      Maintained
12794 F:      drivers/media/usb/uvc/
12795 F:      include/uapi/linux/uvcvideo.h
12796
12797 USB VISION DRIVER
12798 M:      Hans Verkuil <[email protected]>
12799 L:      [email protected]
12800 T:      git git://linuxtv.org/media_tree.git
12801 W:      https://linuxtv.org
12802 S:      Odd Fixes
12803 F:      drivers/media/usb/usbvision/
12804
12805 USB WEBCAM GADGET
12806 M:      Laurent Pinchart <[email protected]>
12807 L:      [email protected]
12808 S:      Maintained
12809 F:      drivers/usb/gadget/function/*uvc*
12810 F:      drivers/usb/gadget/legacy/webcam.c
12811
12812 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12813 M:      Jussi Kivilinna <[email protected]>
12814 L:      [email protected]
12815 S:      Maintained
12816 F:      drivers/net/wireless/rndis_wlan.c
12817
12818 USB XHCI DRIVER
12819 M:      Mathias Nyman <[email protected]>
12820 L:      [email protected]
12821 S:      Supported
12822 F:      drivers/usb/host/xhci*
12823 F:      drivers/usb/host/pci-quirks*
12824
12825 USB ZD1201 DRIVER
12826 L:      [email protected]
12827 W:      http://linux-lc100020.sourceforge.net
12828 S:      Orphan
12829 F:      drivers/net/wireless/zydas/zd1201.*
12830
12831 USB ZR364XX DRIVER
12832 M:      Antoine Jacquet <[email protected]>
12833 L:      [email protected]
12834 L:      [email protected]
12835 T:      git git://linuxtv.org/media_tree.git
12836 W:      http://royale.zerezo.com/zr364xx/
12837 S:      Maintained
12838 F:      Documentation/media/v4l-drivers/zr364xx*
12839 F:      drivers/media/usb/zr364xx/
12840
12841 ULPI BUS
12842 M:      Heikki Krogerus <[email protected]>
12843 L:      [email protected]
12844 S:      Maintained
12845 F:      drivers/usb/common/ulpi.c
12846 F:      include/linux/ulpi/
12847
12848 USER-MODE LINUX (UML)
12849 M:      Jeff Dike <[email protected]>
12850 M:      Richard Weinberger <[email protected]>
12851 L:      [email protected]
12852 L:      [email protected]
12853 W:      http://user-mode-linux.sourceforge.net
12854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12855 S:      Maintained
12856 F:      Documentation/virtual/uml/
12857 F:      arch/um/
12858 F:      arch/x86/um/
12859 F:      fs/hostfs/
12860 F:      fs/hppfs/
12861
12862 USERSPACE I/O (UIO)
12863 M:      Greg Kroah-Hartman <[email protected]>
12864 S:      Maintained
12865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12866 F:      Documentation/DocBook/uio-howto.tmpl
12867 F:      drivers/uio/
12868 F:      include/linux/uio*.h
12869
12870 UTIL-LINUX PACKAGE
12871 M:      Karel Zak <[email protected]>
12872 L:      [email protected]
12873 W:      http://en.wikipedia.org/wiki/Util-linux
12874 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12875 S:      Maintained
12876
12877 UVESAFB DRIVER
12878 M:      Michal Januszewski <[email protected]>
12879 L:      [email protected]
12880 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12881 S:      Maintained
12882 F:      Documentation/fb/uvesafb.txt
12883 F:      drivers/video/fbdev/uvesafb.*
12884
12885 VF610 NAND DRIVER
12886 M:      Stefan Agner <[email protected]>
12887 L:      [email protected]
12888 S:      Supported
12889 F:      drivers/mtd/nand/vf610_nfc.c
12890
12891 VFAT/FAT/MSDOS FILESYSTEM
12892 M:      OGAWA Hirofumi <[email protected]>
12893 S:      Maintained
12894 F:      Documentation/filesystems/vfat.txt
12895 F:      fs/fat/
12896
12897 VFIO DRIVER
12898 M:      Alex Williamson <[email protected]>
12899 L:      [email protected]
12900 T:      git git://github.com/awilliam/linux-vfio.git
12901 S:      Maintained
12902 F:      Documentation/vfio.txt
12903 F:      drivers/vfio/
12904 F:      include/linux/vfio.h
12905 F:      include/uapi/linux/vfio.h
12906
12907 VFIO MEDIATED DEVICE DRIVERS
12908 M:      Kirti Wankhede <[email protected]>
12909 L:      [email protected]
12910 S:      Maintained
12911 F:      Documentation/vfio-mediated-device.txt
12912 F:      drivers/vfio/mdev/
12913 F:      include/linux/mdev.h
12914 F:      samples/vfio-mdev/
12915
12916 VFIO PLATFORM DRIVER
12917 M:      Baptiste Reynal <[email protected]>
12918 L:      [email protected]
12919 S:      Maintained
12920 F:      drivers/vfio/platform/
12921
12922 VIDEOBUF2 FRAMEWORK
12923 M:      Pawel Osciak <[email protected]>
12924 M:      Marek Szyprowski <[email protected]>
12925 M:      Kyungmin Park <[email protected]>
12926 L:      [email protected]
12927 S:      Maintained
12928 F:      drivers/media/v4l2-core/videobuf2-*
12929 F:      include/media/videobuf2-*
12930
12931 VIRTIO AND VHOST VSOCK DRIVER
12932 M:      Stefan Hajnoczi <[email protected]>
12933 L:      [email protected]
12934 L:      [email protected]
12935 L:      [email protected]
12936 S:      Maintained
12937 F:      include/linux/virtio_vsock.h
12938 F:      include/uapi/linux/virtio_vsock.h
12939 F:      net/vmw_vsock/virtio_transport_common.c
12940 F:      net/vmw_vsock/virtio_transport.c
12941 F:      drivers/vhost/vsock.c
12942 F:      drivers/vhost/vsock.h
12943
12944 VIRTUAL SERIO DEVICE DRIVER
12945 M:      Stephen Chandler Paul <[email protected]>
12946 S:      Maintained
12947 F:      drivers/input/serio/userio.c
12948 F:      include/uapi/linux/userio.h
12949
12950 VIRTIO CONSOLE DRIVER
12951 M:      Amit Shah <[email protected]>
12952 L:      [email protected]
12953 S:      Maintained
12954 F:      drivers/char/virtio_console.c
12955 F:      include/linux/virtio_console.h
12956 F:      include/uapi/linux/virtio_console.h
12957
12958 VIRTIO CORE, NET AND BLOCK DRIVERS
12959 M:      "Michael S. Tsirkin" <[email protected]>
12960 M:      Jason Wang <[email protected]>
12961 L:      [email protected]
12962 S:      Maintained
12963 F:      Documentation/devicetree/bindings/virtio/
12964 F:      drivers/virtio/
12965 F:      tools/virtio/
12966 F:      drivers/net/virtio_net.c
12967 F:      drivers/block/virtio_blk.c
12968 F:      include/linux/virtio_*.h
12969 F:      include/uapi/linux/virtio_*.h
12970
12971 VIRTIO DRIVERS FOR S390
12972 M:      Christian Borntraeger <[email protected]>
12973 M:      Cornelia Huck <[email protected]>
12974 L:      [email protected]
12975 L:      [email protected]
12976 L:      [email protected]
12977 S:      Supported
12978 F:      drivers/s390/virtio/
12979
12980 VIRTIO GPU DRIVER
12981 M:      David Airlie <[email protected]>
12982 M:      Gerd Hoffmann <[email protected]>
12983 L:      [email protected]
12984 L:      [email protected]
12985 S:      Maintained
12986 F:      drivers/gpu/drm/virtio/
12987 F:      include/uapi/linux/virtio_gpu.h
12988
12989 VIRTIO HOST (VHOST)
12990 M:      "Michael S. Tsirkin" <[email protected]>
12991 M:      Jason Wang <[email protected]>
12992 L:      [email protected]
12993 L:      [email protected]
12994 L:      [email protected]
12995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12996 S:      Maintained
12997 F:      drivers/vhost/
12998 F:      include/uapi/linux/vhost.h
12999
13000 VIRTIO INPUT DRIVER
13001 M:      Gerd Hoffmann <[email protected]>
13002 S:      Maintained
13003 F:      drivers/virtio/virtio_input.c
13004 F:      include/uapi/linux/virtio_input.h
13005
13006 VIA RHINE NETWORK DRIVER
13007 S:      Orphan
13008 F:      drivers/net/ethernet/via/via-rhine.c
13009
13010 VIA SD/MMC CARD CONTROLLER DRIVER
13011 M:      Bruce Chang <[email protected]>
13012 M:      Harald Welte <[email protected]>
13013 S:      Maintained
13014 F:      drivers/mmc/host/via-sdmmc.c
13015
13016 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13017 M:      Florian Tobias Schandinat <[email protected]>
13018 L:      [email protected]
13019 S:      Maintained
13020 F:      include/linux/via-core.h
13021 F:      include/linux/via-gpio.h
13022 F:      include/linux/via_i2c.h
13023 F:      drivers/video/fbdev/via/
13024
13025 VIA VELOCITY NETWORK DRIVER
13026 M:      Francois Romieu <[email protected]>
13027 L:      [email protected]
13028 S:      Maintained
13029 F:      drivers/net/ethernet/via/via-velocity.*
13030
13031 VIRT LIB
13032 M:      Alex Williamson <[email protected]>
13033 M:      Paolo Bonzini <[email protected]>
13034 L:      [email protected]
13035 S:      Supported
13036 F:      virt/lib/
13037
13038 VIVID VIRTUAL VIDEO DRIVER
13039 M:      Hans Verkuil <[email protected]>
13040 L:      [email protected]
13041 T:      git git://linuxtv.org/media_tree.git
13042 W:      https://linuxtv.org
13043 S:      Maintained
13044 F:      drivers/media/platform/vivid/*
13045
13046 VLAN (802.1Q)
13047 M:      Patrick McHardy <[email protected]>
13048 L:      [email protected]
13049 S:      Maintained
13050 F:      drivers/net/macvlan.c
13051 F:      include/linux/if_*vlan.h
13052 F:      net/8021q/
13053
13054 VLYNQ BUS
13055 M:      Florian Fainelli <[email protected]>
13056 L:      [email protected] (subscribers-only)
13057 S:      Maintained
13058 F:      drivers/vlynq/vlynq.c
13059 F:      include/linux/vlynq.h
13060
13061 VME SUBSYSTEM
13062 M:      Martyn Welch <[email protected]>
13063 M:      Manohar Vanga <[email protected]>
13064 M:      Greg Kroah-Hartman <[email protected]>
13065 L:      [email protected]
13066 S:      Maintained
13067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13068 F:      Documentation/driver-api/vme.rst
13069 F:      drivers/staging/vme/
13070 F:      drivers/vme/
13071 F:      include/linux/vme*
13072
13073 VMWARE HYPERVISOR INTERFACE
13074 M:      Alok Kataria <[email protected]>
13075 L:      [email protected]
13076 S:      Supported
13077 F:      arch/x86/kernel/cpu/vmware.c
13078
13079 VMWARE BALLOON DRIVER
13080 M:      Xavier Deguillard <[email protected]>
13081 M:      Philip Moltmann <[email protected]>
13082 M:      "VMware, Inc." <[email protected]>
13083 L:      [email protected]
13084 S:      Maintained
13085 F:      drivers/misc/vmw_balloon.c
13086
13087 VMWARE VMMOUSE SUBDRIVER
13088 M:      "VMware Graphics" <[email protected]>
13089 M:      "VMware, Inc." <[email protected]>
13090 L:      [email protected]
13091 S:      Maintained
13092 F:      drivers/input/mouse/vmmouse.c
13093 F:      drivers/input/mouse/vmmouse.h
13094
13095 VMWARE VMXNET3 ETHERNET DRIVER
13096 M:      Shrikrishna Khare <[email protected]>
13097 M:      "VMware, Inc." <[email protected]>
13098 L:      [email protected]
13099 S:      Maintained
13100 F:      drivers/net/vmxnet3/
13101
13102 VMware PVSCSI driver
13103 M:      Jim Gill <[email protected]>
13104 M:      VMware PV-Drivers <[email protected]>
13105 L:      [email protected]
13106 S:      Maintained
13107 F:      drivers/scsi/vmw_pvscsi.c
13108 F:      drivers/scsi/vmw_pvscsi.h
13109
13110 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13111 M:      Liam Girdwood <[email protected]>
13112 M:      Mark Brown <[email protected]>
13113 L:      [email protected]
13114 W:      http://www.slimlogic.co.uk/?p=48
13115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13116 S:      Supported
13117 F:      Documentation/devicetree/bindings/regulator/
13118 F:      drivers/regulator/
13119 F:      include/dt-bindings/regulator/
13120 F:      include/linux/regulator/
13121
13122 VRF
13123 M:      David Ahern <[email protected]>
13124 M:      Shrijeet Mukherjee <[email protected]>
13125 L:      [email protected]
13126 S:      Maintained
13127 F:      drivers/net/vrf.c
13128 F:      Documentation/networking/vrf.txt
13129
13130 VT1211 HARDWARE MONITOR DRIVER
13131 M:      Juerg Haefliger <[email protected]>
13132 L:      [email protected]
13133 S:      Maintained
13134 F:      Documentation/hwmon/vt1211
13135 F:      drivers/hwmon/vt1211.c
13136
13137 VT8231 HARDWARE MONITOR DRIVER
13138 M:      Roger Lucas <[email protected]>
13139 L:      [email protected]
13140 S:      Maintained
13141 F:      drivers/hwmon/vt8231.c
13142
13143 VUB300 USB to SDIO/SD/MMC bridge chip
13144 M:      Tony Olech <[email protected]>
13145 L:      [email protected]
13146 L:      [email protected]
13147 S:      Supported
13148 F:      drivers/mmc/host/vub300.c
13149
13150 W1 DALLAS'S 1-WIRE BUS
13151 M:      Evgeniy Polyakov <[email protected]>
13152 S:      Maintained
13153 F:      Documentation/w1/
13154 F:      drivers/w1/
13155
13156 W83791D HARDWARE MONITORING DRIVER
13157 M:      Marc Hulsman <[email protected]>
13158 L:      [email protected]
13159 S:      Maintained
13160 F:      Documentation/hwmon/w83791d
13161 F:      drivers/hwmon/w83791d.c
13162
13163 W83793 HARDWARE MONITORING DRIVER
13164 M:      Rudolf Marek <[email protected]>
13165 L:      [email protected]
13166 S:      Maintained
13167 F:      Documentation/hwmon/w83793
13168 F:      drivers/hwmon/w83793.c
13169
13170 W83795 HARDWARE MONITORING DRIVER
13171 M:      Jean Delvare <[email protected]>
13172 L:      [email protected]
13173 S:      Maintained
13174 F:      drivers/hwmon/w83795.c
13175
13176 W83L51xD SD/MMC CARD INTERFACE DRIVER
13177 M:      Pierre Ossman <[email protected]>
13178 S:      Maintained
13179 F:      drivers/mmc/host/wbsd.*
13180
13181 WACOM PROTOCOL 4 SERIAL TABLETS
13182 M:      Julian Squires <[email protected]>
13183 M:      Hans de Goede <[email protected]>
13184 L:      [email protected]
13185 S:      Maintained
13186 F:      drivers/input/tablet/wacom_serial4.c
13187
13188 WATCHDOG DEVICE DRIVERS
13189 M:      Wim Van Sebroeck <[email protected]>
13190 R:      Guenter Roeck <[email protected]>
13191 L:      [email protected]
13192 W:      http://www.linux-watchdog.org/
13193 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13194 S:      Maintained
13195 F:      Documentation/devicetree/bindings/watchdog/
13196 F:      Documentation/watchdog/
13197 F:      drivers/watchdog/
13198 F:      include/linux/watchdog.h
13199 F:      include/uapi/linux/watchdog.h
13200
13201 WIIMOTE HID DRIVER
13202 M:      David Herrmann <[email protected]>
13203 L:      [email protected]
13204 S:      Maintained
13205 F:      drivers/hid/hid-wiimote*
13206
13207 WINBOND CIR DRIVER
13208 M:      David Härdeman <[email protected]>
13209 S:      Maintained
13210 F:      drivers/media/rc/winbond-cir.c
13211
13212 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13213 M:      William Breathitt Gray <[email protected]>
13214 L:      [email protected]
13215 S:      Maintained
13216 F:      drivers/watchdog/ebc-c384_wdt.c
13217
13218 WINSYSTEMS WS16C48 GPIO DRIVER
13219 M:      William Breathitt Gray <[email protected]>
13220 L:      [email protected]
13221 S:      Maintained
13222 F:      drivers/gpio/gpio-ws16c48.c
13223
13224 WIMAX STACK
13225 M:      Inaky Perez-Gonzalez <[email protected]>
13226 M:      [email protected]
13227 L:      [email protected] (subscribers-only)
13228 S:      Supported
13229 W:      http://linuxwimax.org
13230 F:      Documentation/wimax/README.wimax
13231 F:      include/linux/wimax/debug.h
13232 F:      include/net/wimax.h
13233 F:      include/uapi/linux/wimax.h
13234 F:      net/wimax/
13235
13236 WISTRON LAPTOP BUTTON DRIVER
13237 M:      Miloslav Trmac <[email protected]>
13238 S:      Maintained
13239 F:      drivers/input/misc/wistron_btns.c
13240
13241 WL3501 WIRELESS PCMCIA CARD DRIVER
13242 M:      Arnaldo Carvalho de Melo <[email protected]>
13243 L:      [email protected]
13244 W:      http://oops.ghostprotocols.net:81/blog
13245 S:      Maintained
13246 F:      drivers/net/wireless/wl3501*
13247
13248 WOLFSON MICROELECTRONICS DRIVERS
13249 L:      [email protected]
13250 T:      git https://github.com/CirrusLogic/linux-drivers.git
13251 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13252 S:      Supported
13253 F:      Documentation/hwmon/wm83??
13254 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13255 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13256 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13257 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13258 F:      drivers/clk/clk-wm83*.c
13259 F:      drivers/extcon/extcon-arizona.c
13260 F:      drivers/leds/leds-wm83*.c
13261 F:      drivers/gpio/gpio-*wm*.c
13262 F:      drivers/gpio/gpio-arizona.c
13263 F:      drivers/hwmon/wm83??-hwmon.c
13264 F:      drivers/input/misc/wm831x-on.c
13265 F:      drivers/input/touchscreen/wm831x-ts.c
13266 F:      drivers/input/touchscreen/wm97*.c
13267 F:      drivers/mfd/arizona*
13268 F:      drivers/mfd/wm*.c
13269 F:      drivers/mfd/cs47l24*
13270 F:      drivers/power/supply/wm83*.c
13271 F:      drivers/rtc/rtc-wm83*.c
13272 F:      drivers/regulator/wm8*.c
13273 F:      drivers/video/backlight/wm83*_bl.c
13274 F:      drivers/watchdog/wm83*_wdt.c
13275 F:      include/linux/mfd/arizona/
13276 F:      include/linux/mfd/wm831x/
13277 F:      include/linux/mfd/wm8350/
13278 F:      include/linux/mfd/wm8400*
13279 F:      include/linux/wm97xx.h
13280 F:      include/sound/wm????.h
13281 F:      sound/soc/codecs/arizona.?
13282 F:      sound/soc/codecs/wm*
13283 F:      sound/soc/codecs/cs47l24*
13284
13285 WORKQUEUE
13286 M:      Tejun Heo <[email protected]>
13287 R:      Lai Jiangshan <[email protected]>
13288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13289 S:      Maintained
13290 F:      include/linux/workqueue.h
13291 F:      kernel/workqueue.c
13292 F:      Documentation/core-api/workqueue.rst
13293
13294 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13295 M:      Chen-Yu Tsai <[email protected]>
13296 L:      [email protected]
13297 S:      Maintained
13298 N:      axp[128]
13299
13300 X.25 NETWORK LAYER
13301 M:      Andrew Hendry <[email protected]>
13302 L:      [email protected]
13303 S:      Odd Fixes
13304 F:      Documentation/networking/x25*
13305 F:      include/net/x25*
13306 F:      net/x25/
13307
13308 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13309 M:      Thomas Gleixner <[email protected]>
13310 M:      Ingo Molnar <[email protected]>
13311 M:      "H. Peter Anvin" <[email protected]>
13312 M:      [email protected]
13313 L:      [email protected]
13314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13315 S:      Maintained
13316 F:      Documentation/x86/
13317 F:      arch/x86/
13318
13319 X86 PLATFORM DRIVERS
13320 M:      Darren Hart <[email protected]>
13321 L:      [email protected]
13322 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13323 S:      Maintained
13324 F:      drivers/platform/x86/
13325 F:      drivers/platform/olpc/
13326
13327 X86 MCE INFRASTRUCTURE
13328 M:      Tony Luck <[email protected]>
13329 M:      Borislav Petkov <[email protected]>
13330 L:      [email protected]
13331 S:      Maintained
13332 F:      arch/x86/kernel/cpu/mcheck/*
13333
13334 X86 MICROCODE UPDATE SUPPORT
13335 M:      Borislav Petkov <[email protected]>
13336 S:      Maintained
13337 F:      arch/x86/kernel/cpu/microcode/*
13338
13339 X86 VDSO
13340 M:      Andy Lutomirski <[email protected]>
13341 L:      [email protected]
13342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13343 S:      Maintained
13344 F:      arch/x86/entry/vdso/
13345
13346 XC2028/3028 TUNER DRIVER
13347 M:      Mauro Carvalho Chehab <[email protected]>
13348 M:      Mauro Carvalho Chehab <[email protected]>
13349 L:      [email protected]
13350 W:      https://linuxtv.org
13351 T:      git git://linuxtv.org/media_tree.git
13352 S:      Maintained
13353 F:      drivers/media/tuners/tuner-xc2028.*
13354
13355 XEN HYPERVISOR INTERFACE
13356 M:      Boris Ostrovsky <[email protected]>
13357 M:      Juergen Gross <[email protected]>
13358 L:      [email protected] (moderated for non-subscribers)
13359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13360 S:      Supported
13361 F:      arch/x86/xen/
13362 F:      drivers/*/xen-*front.c
13363 F:      drivers/xen/
13364 F:      arch/x86/include/asm/xen/
13365 F:      include/xen/
13366 F:      include/uapi/xen/
13367
13368 XEN HYPERVISOR ARM
13369 M:      Stefano Stabellini <[email protected]>
13370 L:      [email protected] (moderated for non-subscribers)
13371 S:      Maintained
13372 F:      arch/arm/xen/
13373 F:      arch/arm/include/asm/xen/
13374
13375 XEN HYPERVISOR ARM64
13376 M:      Stefano Stabellini <[email protected]>
13377 L:      [email protected] (moderated for non-subscribers)
13378 S:      Maintained
13379 F:      arch/arm64/xen/
13380 F:      arch/arm64/include/asm/xen/
13381
13382 XEN NETWORK BACKEND DRIVER
13383 M:      Wei Liu <[email protected]>
13384 M:      Paul Durrant <[email protected]>
13385 L:      [email protected] (moderated for non-subscribers)
13386 L:      [email protected]
13387 S:      Supported
13388 F:      drivers/net/xen-netback/*
13389
13390 XEN PCI SUBSYSTEM
13391 M:      Konrad Rzeszutek Wilk <[email protected]>
13392 L:      [email protected] (moderated for non-subscribers)
13393 S:      Supported
13394 F:      arch/x86/pci/*xen*
13395 F:      drivers/pci/*xen*
13396
13397 XEN BLOCK SUBSYSTEM
13398 M:      Konrad Rzeszutek Wilk <[email protected]>
13399 M:      Roger Pau Monné <[email protected]>
13400 L:      [email protected] (moderated for non-subscribers)
13401 S:      Supported
13402 F:      drivers/block/xen-blkback/*
13403 F:      drivers/block/xen*
13404
13405 XEN PVSCSI DRIVERS
13406 M:      Juergen Gross <[email protected]>
13407 L:      [email protected] (moderated for non-subscribers)
13408 L:      [email protected]
13409 S:      Supported
13410 F:      drivers/scsi/xen-scsifront.c
13411 F:      drivers/xen/xen-scsiback.c
13412 F:      include/xen/interface/io/vscsiif.h
13413
13414 XEN SWIOTLB SUBSYSTEM
13415 M:      Konrad Rzeszutek Wilk <[email protected]>
13416 L:      [email protected] (moderated for non-subscribers)
13417 S:      Supported
13418 F:      arch/x86/xen/*swiotlb*
13419 F:      drivers/xen/*swiotlb*
13420
13421 XFS FILESYSTEM
13422 M:      Dave Chinner <[email protected]>
13423 M:      [email protected]
13424 L:      [email protected]
13425 W:      http://xfs.org/
13426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13427 S:      Supported
13428 F:      Documentation/filesystems/xfs.txt
13429 F:      fs/xfs/
13430
13431 XILINX AXI ETHERNET DRIVER
13432 M:      Anirudha Sarangi <[email protected]>
13433 M:      John Linn <[email protected]>
13434 S:      Maintained
13435 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13436
13437 XILINX UARTLITE SERIAL DRIVER
13438 M:      Peter Korsgaard <[email protected]>
13439 L:      [email protected]
13440 S:      Maintained
13441 F:      drivers/tty/serial/uartlite.c
13442
13443 XILINX VIDEO IP CORES
13444 M:      Hyun Kwon <[email protected]>
13445 M:      Laurent Pinchart <[email protected]>
13446 L:      [email protected]
13447 T:      git git://linuxtv.org/media_tree.git
13448 S:      Supported
13449 F:      Documentation/devicetree/bindings/media/xilinx/
13450 F:      drivers/media/platform/xilinx/
13451 F:      include/uapi/linux/xilinx-v4l2-controls.h
13452
13453 XILLYBUS DRIVER
13454 M:      Eli Billauer <[email protected]>
13455 L:      [email protected]
13456 S:      Supported
13457 F:      drivers/char/xillybus/
13458
13459 XTENSA XTFPGA PLATFORM SUPPORT
13460 M:      Max Filippov <[email protected]>
13461 L:      [email protected]
13462 S:      Maintained
13463 F:      drivers/spi/spi-xtensa-xtfpga.c
13464 F:      sound/soc/xtensa/xtfpga-i2s.c
13465
13466 YAM DRIVER FOR AX.25
13467 M:      Jean-Paul Roubelat <[email protected]>
13468 L:      [email protected]
13469 S:      Maintained
13470 F:      drivers/net/hamradio/yam*
13471 F:      include/linux/yam.h
13472
13473 YEALINK PHONE DRIVER
13474 M:      Henk Vergonet <[email protected]>
13475 L:      [email protected]
13476 S:      Maintained
13477 F:      Documentation/input/yealink.txt
13478 F:      drivers/input/misc/yealink.*
13479
13480 Z8530 DRIVER FOR AX.25
13481 M:      Joerg Reuter <[email protected]>
13482 W:      http://yaina.de/jreuter/
13483 W:      http://www.qsl.net/dl1bke/
13484 L:      [email protected]
13485 S:      Maintained
13486 F:      Documentation/networking/z8530drv.txt
13487 F:      drivers/net/hamradio/*scc.c
13488 F:      drivers/net/hamradio/z8530.h
13489
13490 ZBUD COMPRESSED PAGE ALLOCATOR
13491 M:      Seth Jennings <[email protected]>
13492 L:      [email protected]
13493 S:      Maintained
13494 F:      mm/zbud.c
13495 F:      include/linux/zbud.h
13496
13497 ZD1211RW WIRELESS DRIVER
13498 M:      Daniel Drake <[email protected]>
13499 M:      Ulrich Kunitz <[email protected]>
13500 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13501 L:      [email protected]
13502 L:      [email protected] (subscribers-only)
13503 S:      Maintained
13504 F:      drivers/net/wireless/zydas/zd1211rw/
13505
13506 ZPOOL COMPRESSED PAGE STORAGE API
13507 M:      Dan Streetman <[email protected]>
13508 L:      [email protected]
13509 S:      Maintained
13510 F:      mm/zpool.c
13511 F:      include/linux/zpool.h
13512
13513 ZR36067 VIDEO FOR LINUX DRIVER
13514 L:      [email protected]
13515 L:      [email protected]
13516 W:      http://mjpeg.sourceforge.net/driver-zoran/
13517 T:      hg https://linuxtv.org/hg/v4l-dvb
13518 S:      Odd Fixes
13519 F:      drivers/media/pci/zoran/
13520
13521 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13522 M:      Minchan Kim <[email protected]>
13523 M:      Nitin Gupta <[email protected]>
13524 R:      Sergey Senozhatsky <[email protected]>
13525 L:      [email protected]
13526 S:      Maintained
13527 F:      drivers/block/zram/
13528 F:      Documentation/blockdev/zram.txt
13529
13530 ZS DECSTATION Z85C30 SERIAL DRIVER
13531 M:      "Maciej W. Rozycki" <[email protected]>
13532 S:      Maintained
13533 F:      drivers/tty/serial/zs.*
13534
13535 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13536 M:      Minchan Kim <[email protected]>
13537 M:      Nitin Gupta <[email protected]>
13538 R:      Sergey Senozhatsky <[email protected]>
13539 L:      [email protected]
13540 S:      Maintained
13541 F:      mm/zsmalloc.c
13542 F:      include/linux/zsmalloc.h
13543 F:      Documentation/vm/zsmalloc.txt
13544
13545 ZSWAP COMPRESSED SWAP CACHING
13546 M:      Seth Jennings <[email protected]>
13547 L:      [email protected]
13548 S:      Maintained
13549 F:      mm/zswap.c
13550
13551 THE REST
13552 M:      Linus Torvalds <[email protected]>
13553 L:      [email protected]
13554 Q:      http://patchwork.kernel.org/project/LKML/list/
13555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13556 S:      Buried alive in reporters
13557 F:      *
13558 F:      */
This page took 0.771543 seconds and 4 git commands to generate.