]> Git Repo - linux.git/blob - MAINTAINERS
mm: use vmf->address instead of of vmf->virtual_address
[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:      Satish Kharat <[email protected]>
3196 M:      Sesidhar Baddela <[email protected]>
3197 M:      Karan Tilak Kumar <[email protected]>
3198 L:      [email protected]
3199 S:      Supported
3200 F:      drivers/scsi/fnic/
3201
3202 CISCO SCSI HBA DRIVER
3203 M:      Karan Tilak Kumar <[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/BROADCOM 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.broadcom.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 L:      [email protected]
5244 S:      Supported
5245 F:      fs/crypto/
5246 F:      include/linux/fscrypto.h
5247
5248 F2FS FILE SYSTEM
5249 M:      Jaegeuk Kim <[email protected]>
5250 M:      Chao Yu <[email protected]>
5251 L:      [email protected]
5252 W:      https://f2fs.wiki.kernel.org/
5253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5254 S:      Maintained
5255 F:      Documentation/filesystems/f2fs.txt
5256 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5257 F:      fs/f2fs/
5258 F:      include/linux/f2fs_fs.h
5259 F:      include/trace/events/f2fs.h
5260
5261 FUJITSU FR-V (FRV) PORT
5262 S:      Orphan
5263 F:      arch/frv/
5264
5265 FUJITSU LAPTOP EXTRAS
5266 M:      Jonathan Woithe <[email protected]>
5267 L:      [email protected]
5268 S:      Maintained
5269 F:      drivers/platform/x86/fujitsu-laptop.c
5270
5271 FUJITSU M-5MO LS CAMERA ISP DRIVER
5272 M:      Kyungmin Park <[email protected]>
5273 M:      Heungjun Kim <[email protected]>
5274 L:      [email protected]
5275 S:      Maintained
5276 F:      drivers/media/i2c/m5mols/
5277 F:      include/media/i2c/m5mols.h
5278
5279 FUJITSU TABLET EXTRAS
5280 M:      Robert Gerlach <[email protected]>
5281 L:      [email protected]
5282 S:      Maintained
5283 F:      drivers/platform/x86/fujitsu-tablet.c
5284
5285 FUSE: FILESYSTEM IN USERSPACE
5286 M:      Miklos Szeredi <[email protected]>
5287 L:      [email protected]
5288 W:      http://fuse.sourceforge.net/
5289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5290 S:      Maintained
5291 F:      fs/fuse/
5292 F:      include/uapi/linux/fuse.h
5293 F:      Documentation/filesystems/fuse.txt
5294
5295 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5296 M:      Rik Faith <[email protected]>
5297 L:      [email protected]
5298 S:      Odd Fixes (e.g., new signatures)
5299 F:      drivers/scsi/fdomain.*
5300
5301 GCC PLUGINS
5302 M:      Kees Cook <[email protected]>
5303 R:      Emese Revfy <[email protected]>
5304 L:      [email protected]
5305 S:      Maintained
5306 F:      scripts/gcc-plugins/
5307 F:      scripts/gcc-plugin.sh
5308 F:      scripts/Makefile.gcc-plugins
5309 F:      Documentation/gcc-plugins.txt
5310
5311 GCOV BASED KERNEL PROFILING
5312 M:      Peter Oberparleiter <[email protected]>
5313 S:      Maintained
5314 F:      kernel/gcov/
5315 F:      Documentation/dev-tools/gcov.rst
5316
5317 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5318 M:      Achim Leubner <[email protected]>
5319 L:      [email protected]
5320 W:      http://www.icp-vortex.com/
5321 S:      Supported
5322 F:      drivers/scsi/gdt*
5323
5324 GDB KERNEL DEBUGGING HELPER SCRIPTS
5325 M:      Jan Kiszka <[email protected]>
5326 M:      Kieran Bingham <[email protected]>
5327 S:      Supported
5328 F:      scripts/gdb/
5329
5330 GEMTEK FM RADIO RECEIVER DRIVER
5331 M:      Hans Verkuil <[email protected]>
5332 L:      [email protected]
5333 T:      git git://linuxtv.org/media_tree.git
5334 W:      https://linuxtv.org
5335 S:      Maintained
5336 F:      drivers/media/radio/radio-gemtek*
5337
5338 GENERIC GPIO I2C DRIVER
5339 M:      Haavard Skinnemoen <[email protected]>
5340 S:      Supported
5341 F:      drivers/i2c/busses/i2c-gpio.c
5342 F:      include/linux/i2c-gpio.h
5343
5344 GENERIC GPIO I2C MULTIPLEXER DRIVER
5345 M:      Peter Korsgaard <[email protected]>
5346 L:      [email protected]
5347 S:      Supported
5348 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5349 F:      include/linux/i2c-mux-gpio.h
5350 F:      Documentation/i2c/muxes/i2c-mux-gpio
5351
5352 GENERIC HDLC (WAN) DRIVERS
5353 M:      Krzysztof Halasa <[email protected]>
5354 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5355 S:      Maintained
5356 F:      drivers/net/wan/c101.c
5357 F:      drivers/net/wan/hd6457*
5358 F:      drivers/net/wan/hdlc*
5359 F:      drivers/net/wan/n2.c
5360 F:      drivers/net/wan/pc300too.c
5361 F:      drivers/net/wan/pci200syn.c
5362 F:      drivers/net/wan/wanxl*
5363
5364 GENERIC INCLUDE/ASM HEADER FILES
5365 M:      Arnd Bergmann <[email protected]>
5366 L:      [email protected]
5367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5368 S:      Maintained
5369 F:      include/asm-generic/
5370 F:      include/uapi/asm-generic/
5371
5372 GENERIC PHY FRAMEWORK
5373 M:      Kishon Vijay Abraham I <[email protected]>
5374 L:      [email protected]
5375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5376 S:      Supported
5377 F:      drivers/phy/
5378 F:      include/linux/phy/
5379
5380 GENERIC PM DOMAINS
5381 M:      "Rafael J. Wysocki" <[email protected]>
5382 M:      Kevin Hilman <[email protected]>
5383 M:      Ulf Hansson <[email protected]>
5384 L:      [email protected]
5385 S:      Supported
5386 F:      drivers/base/power/domain*.c
5387 F:      include/linux/pm_domain.h
5388
5389 GENERIC UIO DRIVER FOR PCI DEVICES
5390 M:      "Michael S. Tsirkin" <[email protected]>
5391 L:      [email protected]
5392 S:      Supported
5393 F:      drivers/uio/uio_pci_generic.c
5394
5395 GET_MAINTAINER SCRIPT
5396 M:      Joe Perches <[email protected]>
5397 S:      Maintained
5398 F:      scripts/get_maintainer.pl
5399
5400 GENWQE (IBM Generic Workqueue Card)
5401 M:      Frank Haverkamp <[email protected]>
5402 M:      Gabriel Krisman Bertazi <[email protected]>
5403 S:      Supported
5404 F:      drivers/misc/genwqe/
5405
5406 GFS2 FILE SYSTEM
5407 M:      Steven Whitehouse <[email protected]>
5408 M:      Bob Peterson <[email protected]>
5409 L:      [email protected]
5410 W:      http://sources.redhat.com/cluster/
5411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5412 S:      Supported
5413 F:      Documentation/filesystems/gfs2*.txt
5414 F:      fs/gfs2/
5415 F:      include/uapi/linux/gfs2_ondisk.h
5416
5417 GIGASET ISDN DRIVERS
5418 M:      Paul Bolle <[email protected]>
5419 L:      [email protected]
5420 W:      http://gigaset307x.sourceforge.net/
5421 S:      Odd Fixes
5422 F:      Documentation/isdn/README.gigaset
5423 F:      drivers/isdn/gigaset/
5424 F:      include/uapi/linux/gigaset_dev.h
5425
5426 GO7007 MPEG CODEC
5427 M:      Hans Verkuil <[email protected]>
5428 L:      [email protected]
5429 S:      Maintained
5430 F:      drivers/media/usb/go7007/
5431
5432 GOODIX TOUCHSCREEN
5433 M:      Bastien Nocera <[email protected]>
5434 L:      [email protected]
5435 S:      Maintained
5436 F:      drivers/input/touchscreen/goodix.c
5437
5438 GPIO MOCKUP DRIVER
5439 M:      Bamvor Jian Zhang <[email protected]>
5440 L:      [email protected]
5441 S:      Maintained
5442 F:      drivers/gpio/gpio-mockup.c
5443 F:      tools/testing/selftests/gpio/
5444
5445 GPIO SUBSYSTEM
5446 M:      Linus Walleij <[email protected]>
5447 M:      Alexandre Courbot <[email protected]>
5448 L:      [email protected]
5449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5450 S:      Maintained
5451 F:      Documentation/devicetree/bindings/gpio/
5452 F:      Documentation/gpio/
5453 F:      Documentation/ABI/testing/gpio-cdev
5454 F:      Documentation/ABI/obsolete/sysfs-gpio
5455 F:      drivers/gpio/
5456 F:      include/linux/gpio/
5457 F:      include/linux/gpio.h
5458 F:      include/asm-generic/gpio.h
5459 F:      include/uapi/linux/gpio.h
5460 F:      tools/gpio/
5461
5462 GRE DEMULTIPLEXER DRIVER
5463 M:      Dmitry Kozlov <[email protected]>
5464 L:      [email protected]
5465 S:      Maintained
5466 F:      net/ipv4/gre_demux.c
5467 F:      net/ipv4/gre_offload.c
5468 F:      include/net/gre.h
5469
5470 GRETH 10/100/1G Ethernet MAC device driver
5471 M:      Andreas Larsson <[email protected]>
5472 L:      [email protected]
5473 S:      Maintained
5474 F:      drivers/net/ethernet/aeroflex/
5475
5476 GREYBUS SUBSYSTEM
5477 M:      Johan Hovold <[email protected]>
5478 M:      Alex Elder <[email protected]>
5479 M:      Greg Kroah-Hartman <[email protected]>
5480 S:      Maintained
5481 F:      drivers/staging/greybus/
5482
5483 GREYBUS AUDIO PROTOCOLS DRIVERS
5484 M:      Vaibhav Agarwal <[email protected]>
5485 M:      Mark Greer <[email protected]>
5486 S:      Maintained
5487 F:      drivers/staging/greybus/audio_apbridgea.c
5488 F:      drivers/staging/greybus/audio_apbridgea.h
5489 F:      drivers/staging/greybus/audio_codec.c
5490 F:      drivers/staging/greybus/audio_codec.h
5491 F:      drivers/staging/greybus/audio_gb.c
5492 F:      drivers/staging/greybus/audio_manager.c
5493 F:      drivers/staging/greybus/audio_manager.h
5494 F:      drivers/staging/greybus/audio_manager_module.c
5495 F:      drivers/staging/greybus/audio_manager_private.h
5496 F:      drivers/staging/greybus/audio_manager_sysfs.c
5497 F:      drivers/staging/greybus/audio_module.c
5498 F:      drivers/staging/greybus/audio_topology.c
5499
5500 GREYBUS PROTOCOLS DRIVERS
5501 M:      Rui Miguel Silva <[email protected]>
5502 S:      Maintained
5503 F:      drivers/staging/greybus/sdio.c
5504 F:      drivers/staging/greybus/light.c
5505 F:      drivers/staging/greybus/gpio.c
5506 F:      drivers/staging/greybus/power_supply.c
5507 F:      drivers/staging/greybus/spi.c
5508 F:      drivers/staging/greybus/spilib.c
5509
5510 GREYBUS PROTOCOLS DRIVERS
5511 M:      Bryan O'Donoghue <[email protected]>
5512 S:      Maintained
5513 F:      drivers/staging/greybus/loopback.c
5514 F:      drivers/staging/greybus/timesync.c
5515 F:      drivers/staging/greybus/timesync_platform.c
5516
5517 GREYBUS PROTOCOLS DRIVERS
5518 M:      Viresh Kumar <[email protected]>
5519 S:      Maintained
5520 F:      drivers/staging/greybus/authentication.c
5521 F:      drivers/staging/greybus/bootrom.c
5522 F:      drivers/staging/greybus/firmware.h
5523 F:      drivers/staging/greybus/fw-core.c
5524 F:      drivers/staging/greybus/fw-download.c
5525 F:      drivers/staging/greybus/fw-managament.c
5526 F:      drivers/staging/greybus/greybus_authentication.h
5527 F:      drivers/staging/greybus/greybus_firmware.h
5528 F:      drivers/staging/greybus/hid.c
5529 F:      drivers/staging/greybus/i2c.c
5530 F:      drivers/staging/greybus/spi.c
5531 F:      drivers/staging/greybus/spilib.c
5532 F:      drivers/staging/greybus/spilib.h
5533
5534 GREYBUS PROTOCOLS DRIVERS
5535 M:      David Lin <[email protected]>
5536 S:      Maintained
5537 F:      drivers/staging/greybus/uart.c
5538 F:      drivers/staging/greybus/log.c
5539
5540 GREYBUS PLATFORM DRIVERS
5541 M:      Vaibhav Hiremath <[email protected]>
5542 S:      Maintained
5543 F:      drivers/staging/greybus/arche-platform.c
5544 F:      drivers/staging/greybus/arche-apb-ctrl.c
5545 F:      drivers/staging/greybus/arche_platform.h
5546
5547 GS1662 VIDEO SERIALIZER
5548 M:      Charles-Antoine Couret <[email protected]>
5549 L:      [email protected]
5550 T:      git git://linuxtv.org/media_tree.git
5551 S:      Maintained
5552 F:      drivers/media/spi/gs1662.c
5553
5554 GSPCA FINEPIX SUBDRIVER
5555 M:      Frank Zago <[email protected]>
5556 L:      [email protected]
5557 T:      git git://linuxtv.org/media_tree.git
5558 S:      Maintained
5559 F:      drivers/media/usb/gspca/finepix.c
5560
5561 GSPCA GL860 SUBDRIVER
5562 M:      Olivier Lorin <[email protected]>
5563 L:      [email protected]
5564 T:      git git://linuxtv.org/media_tree.git
5565 S:      Maintained
5566 F:      drivers/media/usb/gspca/gl860/
5567
5568 GSPCA M5602 SUBDRIVER
5569 M:      Erik Andren <[email protected]>
5570 L:      [email protected]
5571 T:      git git://linuxtv.org/media_tree.git
5572 S:      Maintained
5573 F:      drivers/media/usb/gspca/m5602/
5574
5575 GSPCA PAC207 SONIXB SUBDRIVER
5576 M:      Hans Verkuil <[email protected]>
5577 L:      [email protected]
5578 T:      git git://linuxtv.org/media_tree.git
5579 S:      Odd Fixes
5580 F:      drivers/media/usb/gspca/pac207.c
5581
5582 GSPCA SN9C20X SUBDRIVER
5583 M:      Brian Johnson <[email protected]>
5584 L:      [email protected]
5585 T:      git git://linuxtv.org/media_tree.git
5586 S:      Maintained
5587 F:      drivers/media/usb/gspca/sn9c20x.c
5588
5589 GSPCA T613 SUBDRIVER
5590 M:      Leandro Costantino <[email protected]>
5591 L:      [email protected]
5592 T:      git git://linuxtv.org/media_tree.git
5593 S:      Maintained
5594 F:      drivers/media/usb/gspca/t613.c
5595
5596 GSPCA USB WEBCAM DRIVER
5597 M:      Hans Verkuil <[email protected]>
5598 L:      [email protected]
5599 T:      git git://linuxtv.org/media_tree.git
5600 S:      Odd Fixes
5601 F:      drivers/media/usb/gspca/
5602
5603 GUID PARTITION TABLE (GPT)
5604 M:      Davidlohr Bueso <[email protected]>
5605 L:      [email protected]
5606 S:      Maintained
5607 F:      block/partitions/efi.*
5608
5609 STK1160 USB VIDEO CAPTURE DRIVER
5610 M:      Ezequiel Garcia <[email protected]>
5611 L:      [email protected]
5612 T:      git git://linuxtv.org/media_tree.git
5613 S:      Maintained
5614 F:      drivers/media/usb/stk1160/
5615
5616 H8/300 ARCHITECTURE
5617 M:      Yoshinori Sato <[email protected]>
5618 L:      [email protected] (moderated for non-subscribers)
5619 W:      http://uclinux-h8.sourceforge.jp
5620 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5621 S:      Maintained
5622 F:      arch/h8300/
5623 F:      drivers/clocksource/h8300_*.c
5624 F:      drivers/clk/h8300/
5625 F:      drivers/irqchip/irq-renesas-h8*.c
5626
5627 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5628 M:      Frank Seidel <[email protected]>
5629 L:      [email protected]
5630 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5631 S:      Maintained
5632 F:      drivers/platform/x86/hdaps.c
5633
5634 HDPVR USB VIDEO ENCODER DRIVER
5635 M:      Hans Verkuil <[email protected]>
5636 L:      [email protected]
5637 T:      git git://linuxtv.org/media_tree.git
5638 W:      https://linuxtv.org
5639 S:      Odd Fixes
5640 F:      drivers/media/usb/hdpvr/
5641
5642 HWPOISON MEMORY FAILURE HANDLING
5643 M:      Naoya Horiguchi <[email protected]>
5644 L:      [email protected]
5645 S:      Maintained
5646 F:      mm/memory-failure.c
5647 F:      mm/hwpoison-inject.c
5648
5649 HYPERVISOR VIRTUAL CONSOLE DRIVER
5650 L:      [email protected]
5651 S:      Odd Fixes
5652 F:      drivers/tty/hvc/
5653
5654 HACKRF MEDIA DRIVER
5655 M:      Antti Palosaari <[email protected]>
5656 L:      [email protected]
5657 W:      https://linuxtv.org
5658 W:      http://palosaari.fi/linux/
5659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5660 T:      git git://linuxtv.org/anttip/media_tree.git
5661 S:      Maintained
5662 F:      drivers/media/usb/hackrf/
5663
5664 HARDWARE MONITORING
5665 M:      Jean Delvare <[email protected]>
5666 M:      Guenter Roeck <[email protected]>
5667 L:      [email protected]
5668 W:      http://hwmon.wiki.kernel.org/
5669 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5671 S:      Maintained
5672 F:      Documentation/hwmon/
5673 F:      drivers/hwmon/
5674 F:      include/linux/hwmon*.h
5675
5676 HARDWARE RANDOM NUMBER GENERATOR CORE
5677 M:      Matt Mackall <[email protected]>
5678 M:      Herbert Xu <[email protected]>
5679 L:      [email protected]
5680 S:      Odd fixes
5681 F:      Documentation/devicetree/bindings/rng/
5682 F:      Documentation/hw_random.txt
5683 F:      drivers/char/hw_random/
5684 F:      include/linux/hw_random.h
5685
5686 HARDWARE SPINLOCK CORE
5687 M:      Ohad Ben-Cohen <[email protected]>
5688 M:      Bjorn Andersson <[email protected]>
5689 L:      [email protected]
5690 S:      Maintained
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5692 F:      Documentation/devicetree/bindings/hwlock/
5693 F:      Documentation/hwspinlock.txt
5694 F:      drivers/hwspinlock/
5695 F:      include/linux/hwspinlock.h
5696
5697 HARMONY SOUND DRIVER
5698 L:      [email protected]
5699 S:      Maintained
5700 F:      sound/parisc/harmony.*
5701
5702 HD29L2 MEDIA DRIVER
5703 M:      Antti Palosaari <[email protected]>
5704 L:      [email protected]
5705 W:      https://linuxtv.org
5706 W:      http://palosaari.fi/linux/
5707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5708 T:      git git://linuxtv.org/anttip/media_tree.git
5709 S:      Maintained
5710 F:      drivers/media/dvb-frontends/hd29l2*
5711
5712 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5713 M:      Brian Boylston <[email protected]>
5714 S:      Supported
5715 F:      Documentation/watchdog/hpwdt.txt
5716 F:      drivers/watchdog/hpwdt.c
5717
5718 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5719 M:      Don Brace <[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 S:      Supported
5733 F:      Documentation/blockdev/cciss.txt
5734 F:      drivers/block/cciss*
5735 F:      include/linux/cciss_ioctl.h
5736 F:      include/uapi/linux/cciss_ioctl.h
5737
5738 HFI1 DRIVER
5739 M:      Mike Marciniszyn <[email protected]>
5740 M:      Dennis Dalessandro <[email protected]>
5741 L:      [email protected]
5742 S:      Supported
5743 F:      drivers/infiniband/hw/hfi1
5744
5745 HFS FILESYSTEM
5746 L:      [email protected]
5747 S:      Orphan
5748 F:      Documentation/filesystems/hfs.txt
5749 F:      fs/hfs/
5750
5751 HFSPLUS FILESYSTEM
5752 L:      [email protected]
5753 S:      Orphan
5754 F:      Documentation/filesystems/hfsplus.txt
5755 F:      fs/hfsplus/
5756
5757 HGA FRAMEBUFFER DRIVER
5758 M:      Ferenc Bakonyi <[email protected]>
5759 L:      [email protected]
5760 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5761 S:      Maintained
5762 F:      drivers/video/fbdev/hgafb.c
5763
5764 HIBERNATION (aka Software Suspend, aka swsusp)
5765 M:      "Rafael J. Wysocki" <[email protected]>
5766 M:      Pavel Machek <[email protected]>
5767 L:      [email protected]
5768 B:      https://bugzilla.kernel.org
5769 S:      Supported
5770 F:      arch/x86/power/
5771 F:      drivers/base/power/
5772 F:      kernel/power/
5773 F:      include/linux/suspend.h
5774 F:      include/linux/freezer.h
5775 F:      include/linux/pm.h
5776 F:      arch/*/include/asm/suspend*.h
5777
5778 HID CORE LAYER
5779 M:      Jiri Kosina <[email protected]>
5780 R:      Benjamin Tissoires <[email protected]>
5781 L:      [email protected]
5782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5783 S:      Maintained
5784 F:      drivers/hid/
5785 F:      include/linux/hid*
5786 F:      include/uapi/linux/hid*
5787
5788 HID SENSOR HUB DRIVERS
5789 M:      Jiri Kosina <[email protected]>
5790 M:      Jonathan Cameron <[email protected]>
5791 M:      Srinivas Pandruvada <[email protected]>
5792 L:      [email protected]
5793 L:      [email protected]
5794 S:      Maintained
5795 F:      Documentation/hid/hid-sensor*
5796 F:      drivers/hid/hid-sensor-*
5797 F:      drivers/iio/*/hid-*
5798 F:      include/linux/hid-sensor-*
5799
5800 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5801 M:      Thomas Gleixner <[email protected]>
5802 L:      [email protected]
5803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5804 S:      Maintained
5805 F:      Documentation/timers/
5806 F:      kernel/time/hrtimer.c
5807 F:      kernel/time/clockevents.c
5808 F:      kernel/time/tick*.*
5809 F:      kernel/time/timer_*.c
5810 F:      include/linux/clockchips.h
5811 F:      include/linux/hrtimer.h
5812
5813 HIGH-SPEED SCC DRIVER FOR AX.25
5814 L:      [email protected]
5815 S:      Orphan
5816 F:      drivers/net/hamradio/dmascc.c
5817 F:      drivers/net/hamradio/scc.c
5818
5819 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5820 M:      HighPoint Linux Team <[email protected]>
5821 W:      http://www.highpoint-tech.com
5822 S:      Supported
5823 F:      Documentation/scsi/hptiop.txt
5824 F:      drivers/scsi/hptiop.c
5825
5826 HIPPI
5827 M:      Jes Sorensen <[email protected]>
5828 L:      [email protected]
5829 S:      Maintained
5830 F:      include/linux/hippidevice.h
5831 F:      include/uapi/linux/if_hippi.h
5832 F:      net/802/hippi.c
5833 F:      drivers/net/hippi/
5834
5835 HISILICON NETWORK SUBSYSTEM DRIVER
5836 M:      Yisen Zhuang <[email protected]>
5837 M:      Salil Mehta <[email protected]>
5838 L:      [email protected]
5839 W:      http://www.hisilicon.com
5840 S:      Maintained
5841 F:      drivers/net/ethernet/hisilicon/
5842 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5843
5844 HISILICON ROCE DRIVER
5845 M:      Lijun Ou <[email protected]>
5846 M:      Wei Hu(Xavier) <[email protected]>
5847 L:      [email protected]
5848 S:      Maintained
5849 F:      drivers/infiniband/hw/hns/
5850 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5851
5852 HISILICON SAS Controller
5853 M:      John Garry <[email protected]>
5854 W:      http://www.hisilicon.com
5855 S:      Supported
5856 F:      drivers/scsi/hisi_sas/
5857 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5858
5859 HOST AP DRIVER
5860 M:      Jouni Malinen <[email protected]>
5861 L:      [email protected]
5862 W:      http://w1.fi/hostap-driver.html
5863 S:      Obsolete
5864 F:      drivers/net/wireless/intersil/hostap/
5865
5866 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5867 L:      [email protected]
5868 S:      Orphan
5869 F:      drivers/platform/x86/tc1100-wmi.c
5870
5871 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5872 M:      Jaroslav Kysela <[email protected]>
5873 S:      Maintained
5874 F:      drivers/net/ethernet/hp/hp100.*
5875
5876 HPET:   High Precision Event Timers driver
5877 M:      Clemens Ladisch <[email protected]>
5878 S:      Maintained
5879 F:      Documentation/timers/hpet.txt
5880 F:      drivers/char/hpet.c
5881 F:      include/linux/hpet.h
5882 F:      include/uapi/linux/hpet.h
5883
5884 HPET:   x86
5885 S:      Orphan
5886 F:      arch/x86/kernel/hpet.c
5887 F:      arch/x86/include/asm/hpet.h
5888
5889 HPFS FILESYSTEM
5890 M:      Mikulas Patocka <[email protected]>
5891 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5892 S:      Maintained
5893 F:      fs/hpfs/
5894
5895 HSI SUBSYSTEM
5896 M:      Sebastian Reichel <[email protected]>
5897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5898 S:      Maintained
5899 F:      Documentation/ABI/testing/sysfs-bus-hsi
5900 F:      Documentation/device-drivers/serial-interfaces.rst
5901 F:      drivers/hsi/
5902 F:      include/linux/hsi/
5903 F:      include/uapi/linux/hsi/
5904
5905 HSO 3G MODEM DRIVER
5906 M:      Jan Dumon <[email protected]>
5907 W:      http://www.pharscape.org
5908 S:      Maintained
5909 F:      drivers/net/usb/hso.c
5910
5911 HSR NETWORK PROTOCOL
5912 M:      Arvid Brodin <[email protected]>
5913 L:      [email protected]
5914 S:      Maintained
5915 F:      net/hsr/
5916
5917 HTCPEN TOUCHSCREEN DRIVER
5918 M:      Pau Oliva Fora <[email protected]>
5919 L:      [email protected]
5920 S:      Maintained
5921 F:      drivers/input/touchscreen/htcpen.c
5922
5923 HUGETLB FILESYSTEM
5924 M:      Nadia Yvette Chambers <[email protected]>
5925 S:      Maintained
5926 F:      fs/hugetlbfs/
5927
5928 HVA ST MEDIA DRIVER
5929 M:      Jean-Christophe Trotin <[email protected]>
5930 L:      [email protected]
5931 T:      git git://linuxtv.org/media_tree.git
5932 W:      https://linuxtv.org
5933 S:      Supported
5934 F:      drivers/media/platform/sti/hva
5935
5936 Hyper-V CORE AND DRIVERS
5937 M:      "K. Y. Srinivasan" <[email protected]>
5938 M:      Haiyang Zhang <[email protected]>
5939 L:      [email protected]
5940 S:      Maintained
5941 F:      arch/x86/include/asm/mshyperv.h
5942 F:      arch/x86/include/uapi/asm/hyperv.h
5943 F:      arch/x86/kernel/cpu/mshyperv.c
5944 F:      drivers/hid/hid-hyperv.c
5945 F:      drivers/hv/
5946 F:      drivers/input/serio/hyperv-keyboard.c
5947 F:      drivers/pci/host/pci-hyperv.c
5948 F:      drivers/net/hyperv/
5949 F:      drivers/scsi/storvsc_drv.c
5950 F:      drivers/uio/uio_hv_generic.c
5951 F:      drivers/video/fbdev/hyperv_fb.c
5952 F:      include/linux/hyperv.h
5953 F:      tools/hv/
5954 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5955
5956 I2C MUXES
5957 M:      Peter Rosin <[email protected]>
5958 L:      [email protected]
5959 S:      Maintained
5960 F:      Documentation/i2c/i2c-topology
5961 F:      Documentation/i2c/muxes/
5962 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5963 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5964 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5965 F:      drivers/i2c/i2c-mux.c
5966 F:      drivers/i2c/muxes/
5967 F:      include/linux/i2c-mux.h
5968
5969 I2C OVER PARALLEL PORT
5970 M:      Jean Delvare <[email protected]>
5971 L:      [email protected]
5972 S:      Maintained
5973 F:      Documentation/i2c/busses/i2c-parport
5974 F:      Documentation/i2c/busses/i2c-parport-light
5975 F:      drivers/i2c/busses/i2c-parport.c
5976 F:      drivers/i2c/busses/i2c-parport-light.c
5977
5978 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5979 M:      Jean Delvare <[email protected]>
5980 L:      [email protected]
5981 S:      Maintained
5982 F:      Documentation/i2c/busses/i2c-ali1535
5983 F:      Documentation/i2c/busses/i2c-ali1563
5984 F:      Documentation/i2c/busses/i2c-ali15x3
5985 F:      Documentation/i2c/busses/i2c-amd756
5986 F:      Documentation/i2c/busses/i2c-amd8111
5987 F:      Documentation/i2c/busses/i2c-i801
5988 F:      Documentation/i2c/busses/i2c-nforce2
5989 F:      Documentation/i2c/busses/i2c-piix4
5990 F:      Documentation/i2c/busses/i2c-sis5595
5991 F:      Documentation/i2c/busses/i2c-sis630
5992 F:      Documentation/i2c/busses/i2c-sis96x
5993 F:      Documentation/i2c/busses/i2c-via
5994 F:      Documentation/i2c/busses/i2c-viapro
5995 F:      drivers/i2c/busses/i2c-ali1535.c
5996 F:      drivers/i2c/busses/i2c-ali1563.c
5997 F:      drivers/i2c/busses/i2c-ali15x3.c
5998 F:      drivers/i2c/busses/i2c-amd756.c
5999 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6000 F:      drivers/i2c/busses/i2c-amd8111.c
6001 F:      drivers/i2c/busses/i2c-i801.c
6002 F:      drivers/i2c/busses/i2c-isch.c
6003 F:      drivers/i2c/busses/i2c-nforce2.c
6004 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6005 F:      drivers/i2c/busses/i2c-piix4.c
6006 F:      drivers/i2c/busses/i2c-sis5595.c
6007 F:      drivers/i2c/busses/i2c-sis630.c
6008 F:      drivers/i2c/busses/i2c-sis96x.c
6009 F:      drivers/i2c/busses/i2c-via.c
6010 F:      drivers/i2c/busses/i2c-viapro.c
6011
6012 I2C/SMBUS ISMT DRIVER
6013 M:      Seth Heasley <[email protected]>
6014 M:      Neil Horman <[email protected]>
6015 L:      [email protected]
6016 F:      drivers/i2c/busses/i2c-ismt.c
6017 F:      Documentation/i2c/busses/i2c-ismt
6018
6019 I2C/SMBUS STUB DRIVER
6020 M:      Jean Delvare <[email protected]>
6021 L:      [email protected]
6022 S:      Maintained
6023 F:      drivers/i2c/i2c-stub.c
6024
6025 I2C SUBSYSTEM
6026 M:      Wolfram Sang <[email protected]>
6027 L:      [email protected]
6028 W:      https://i2c.wiki.kernel.org/
6029 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6031 S:      Maintained
6032 F:      Documentation/devicetree/bindings/i2c/
6033 F:      Documentation/i2c/
6034 F:      drivers/i2c/
6035 F:      drivers/i2c/*/
6036 F:      include/linux/i2c.h
6037 F:      include/linux/i2c-*.h
6038 F:      include/uapi/linux/i2c.h
6039 F:      include/uapi/linux/i2c-*.h
6040
6041 I2C ACPI SUPPORT
6042 M:      Mika Westerberg <[email protected]>
6043 L:      [email protected]
6044 L:      [email protected]
6045 S:      Maintained
6046
6047 I2C-TAOS-EVM DRIVER
6048 M:      Jean Delvare <[email protected]>
6049 L:      [email protected]
6050 S:      Maintained
6051 F:      Documentation/i2c/busses/i2c-taos-evm
6052 F:      drivers/i2c/busses/i2c-taos-evm.c
6053
6054 I2C-TINY-USB DRIVER
6055 M:      Till Harbaum <[email protected]>
6056 L:      [email protected]
6057 W:      http://www.harbaum.org/till/i2c_tiny_usb
6058 S:      Maintained
6059 F:      drivers/i2c/busses/i2c-tiny-usb.c
6060
6061 i386 BOOT CODE
6062 M:      "H. Peter Anvin" <[email protected]>
6063 S:      Maintained
6064 F:      arch/x86/boot/
6065
6066 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6067 M:      "H. Peter Anvin" <[email protected]>
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6069 S:      Maintained
6070
6071 IA64 (Itanium) PLATFORM
6072 M:      Tony Luck <[email protected]>
6073 M:      Fenghua Yu <[email protected]>
6074 L:      [email protected]
6075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6076 S:      Maintained
6077 F:      arch/ia64/
6078
6079 IBM Power VMX Cryptographic instructions
6080 M:      Leonidas S. Barbosa <[email protected]>
6081 M:      Paulo Flabiano Smorigo <[email protected]>
6082 L:      [email protected]
6083 S:      Supported
6084 F:      drivers/crypto/vmx/Makefile
6085 F:      drivers/crypto/vmx/Kconfig
6086 F:      drivers/crypto/vmx/vmx.c
6087 F:      drivers/crypto/vmx/aes*
6088 F:      drivers/crypto/vmx/ghash*
6089 F:      drivers/crypto/vmx/ppc-xlate.pl
6090
6091 IBM Power in-Nest Crypto Acceleration
6092 M:      Leonidas S. Barbosa <[email protected]>
6093 M:      Paulo Flabiano Smorigo <[email protected]>
6094 L:      [email protected]
6095 S:      Supported
6096 F:      drivers/crypto/nx/Makefile
6097 F:      drivers/crypto/nx/Kconfig
6098 F:      drivers/crypto/nx/nx-aes*
6099 F:      drivers/crypto/nx/nx-sha*
6100 F:      drivers/crypto/nx/nx.*
6101 F:      drivers/crypto/nx/nx_csbcpb.h
6102 F:      drivers/crypto/nx/nx_debugfs.h
6103
6104 IBM Power 842 compression accelerator
6105 M:      Dan Streetman <[email protected]>
6106 S:      Supported
6107 F:      drivers/crypto/nx/Makefile
6108 F:      drivers/crypto/nx/Kconfig
6109 F:      drivers/crypto/nx/nx-842*
6110 F:      include/linux/sw842.h
6111 F:      crypto/842.c
6112 F:      lib/842/
6113
6114 IBM Power Linux RAID adapter
6115 M:      Brian King <[email protected]>
6116 S:      Supported
6117 F:      drivers/scsi/ipr.*
6118
6119 IBM Power Virtual Ethernet Device Driver
6120 M:      Thomas Falcon <[email protected]>
6121 L:      [email protected]
6122 S:      Supported
6123 F:      drivers/net/ethernet/ibm/ibmveth.*
6124
6125 IBM Power SRIOV Virtual NIC Device Driver
6126 M:      Thomas Falcon <[email protected]>
6127 M:      John Allen <[email protected]>
6128 L:      [email protected]
6129 S:      Supported
6130 F:      drivers/net/ethernet/ibm/ibmvnic.*
6131
6132 IBM Power Virtual SCSI Device Drivers
6133 M:      Tyrel Datwyler <[email protected]>
6134 L:      [email protected]
6135 S:      Supported
6136 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6137 F:      include/scsi/viosrp.h
6138
6139 IBM Power Virtual SCSI Device Target Driver
6140 M:      Bryant G. Ly <[email protected]>
6141 M:      Michael Cyr <[email protected]>
6142 L:      [email protected]
6143 L:      [email protected]
6144 S:      Supported
6145 F:      drivers/scsi/ibmvscsi_tgt/
6146
6147 IBM Power Virtual FC Device Drivers
6148 M:      Tyrel Datwyler <[email protected]>
6149 L:      [email protected]
6150 S:      Supported
6151 F:      drivers/scsi/ibmvscsi/ibmvfc*
6152
6153 IBM ServeRAID RAID DRIVER
6154 S:      Orphan
6155 F:      drivers/scsi/ips.*
6156
6157 ICH LPC AND GPIO DRIVER
6158 M:      Peter Tyser <[email protected]>
6159 S:      Maintained
6160 F:      drivers/mfd/lpc_ich.c
6161 F:      drivers/gpio/gpio-ich.c
6162
6163 IDE SUBSYSTEM
6164 M:      "David S. Miller" <[email protected]>
6165 L:      [email protected]
6166 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6168 S:      Maintained
6169 F:      Documentation/ide/
6170 F:      drivers/ide/
6171 F:      include/linux/ide.h
6172
6173 IDEAPAD LAPTOP EXTRAS DRIVER
6174 M:      Ike Panhc <[email protected]>
6175 L:      [email protected]
6176 W:      http://launchpad.net/ideapad-laptop
6177 S:      Maintained
6178 F:      drivers/platform/x86/ideapad-laptop.c
6179
6180 IDEAPAD LAPTOP SLIDEBAR DRIVER
6181 M:      Andrey Moiseev <[email protected]>
6182 L:      [email protected]
6183 W:      https://github.com/o2genum/ideapad-slidebar
6184 S:      Maintained
6185 F:      drivers/input/misc/ideapad_slidebar.c
6186
6187 IDE/ATAPI DRIVERS
6188 M:      Borislav Petkov <[email protected]>
6189 L:      [email protected]
6190 S:      Maintained
6191 F:      Documentation/cdrom/ide-cd
6192 F:      drivers/ide/ide-cd*
6193
6194 IEEE 802.15.4 SUBSYSTEM
6195 M:      Alexander Aring <[email protected]>
6196 M:      Stefan Schmidt <[email protected]>
6197 L:      [email protected]
6198 W:      http://wpan.cakelab.org/
6199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6201 S:      Maintained
6202 F:      net/ieee802154/
6203 F:      net/mac802154/
6204 F:      drivers/net/ieee802154/
6205 F:      include/linux/nl802154.h
6206 F:      include/linux/ieee802154.h
6207 F:      include/net/nl802154.h
6208 F:      include/net/mac802154.h
6209 F:      include/net/af_ieee802154.h
6210 F:      include/net/cfg802154.h
6211 F:      include/net/ieee802154_netdev.h
6212 F:      Documentation/networking/ieee802154.txt
6213
6214 IGORPLUG-USB IR RECEIVER
6215 M:      Sean Young <[email protected]>
6216 L:      [email protected]
6217 S:      Maintained
6218 F:      drivers/media/rc/igorplugusb.c
6219
6220 IGUANAWORKS USB IR TRANSCEIVER
6221 M:      Sean Young <[email protected]>
6222 L:      [email protected]
6223 S:      Maintained
6224 F:      drivers/media/rc/iguanair.c
6225
6226 IIO DIGITAL POTENTIOMETER DAC
6227 M:      Peter Rosin <[email protected]>
6228 L:      [email protected]
6229 S:      Maintained
6230 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6231 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6232 F:      drivers/iio/dac/dpot-dac.c
6233
6234 IIO ENVELOPE DETECTOR
6235 M:      Peter Rosin <[email protected]>
6236 L:      [email protected]
6237 S:      Maintained
6238 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6239 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6240 F:      drivers/iio/adc/envelope-detector.c
6241
6242 IIO SUBSYSTEM AND DRIVERS
6243 M:      Jonathan Cameron <[email protected]>
6244 R:      Hartmut Knaack <[email protected]>
6245 R:      Lars-Peter Clausen <[email protected]>
6246 R:      Peter Meerwald-Stadler <[email protected]>
6247 L:      [email protected]
6248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6249 S:      Maintained
6250 F:      Documentation/devicetree/bindings/iio/
6251 F:      drivers/iio/
6252 F:      drivers/staging/iio/
6253 F:      include/linux/iio/
6254 F:      tools/iio/
6255
6256 IKANOS/ADI EAGLE ADSL USB DRIVER
6257 M:      Matthieu Castet <[email protected]>
6258 M:      Stanislaw Gruszka <[email protected]>
6259 S:      Maintained
6260 F:      drivers/usb/atm/ueagle-atm.c
6261
6262 IMGTEC ASCII LCD DRIVER
6263 M:      Paul Burton <[email protected]>
6264 S:      Maintained
6265 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6266 F:      drivers/auxdisplay/img-ascii-lcd.c
6267
6268 INA209 HARDWARE MONITOR DRIVER
6269 M:      Guenter Roeck <[email protected]>
6270 L:      [email protected]
6271 S:      Maintained
6272 F:      Documentation/hwmon/ina209
6273 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6274 F:      drivers/hwmon/ina209.c
6275
6276 INA2XX HARDWARE MONITOR DRIVER
6277 M:      Guenter Roeck <[email protected]>
6278 L:      [email protected]
6279 S:      Maintained
6280 F:      Documentation/hwmon/ina2xx
6281 F:      drivers/hwmon/ina2xx.c
6282 F:      include/linux/platform_data/ina2xx.h
6283
6284 INDUSTRY PACK SUBSYSTEM (IPACK)
6285 M:      Samuel Iglesias Gonsalvez <[email protected]>
6286 M:      Jens Taprogge <[email protected]>
6287 M:      Greg Kroah-Hartman <[email protected]>
6288 L:      [email protected]
6289 W:      http://industrypack.sourceforge.net
6290 S:      Maintained
6291 F:      drivers/ipack/
6292
6293 INGENIC JZ4780 DMA Driver
6294 M:      Zubair Lutfullah Kakakhel <[email protected]>
6295 S:      Maintained
6296 F:      drivers/dma/dma-jz4780.c
6297
6298 INGENIC JZ4780 NAND DRIVER
6299 M:      Harvey Hunt <[email protected]>
6300 L:      [email protected]
6301 S:      Maintained
6302 F:      drivers/mtd/nand/jz4780_*
6303
6304 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6305 M:      Mimi Zohar <[email protected]>
6306 M:      Dmitry Kasatkin <[email protected]>
6307 L:      [email protected]
6308 L:      [email protected]
6309 L:      [email protected]
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6311 S:      Supported
6312 F:      security/integrity/ima/
6313
6314 IMGTEC IR DECODER DRIVER
6315 M:      James Hogan <[email protected]>
6316 S:      Maintained
6317 F:      drivers/media/rc/img-ir/
6318
6319 IMS TWINTURBO FRAMEBUFFER DRIVER
6320 L:      [email protected]
6321 S:      Orphan
6322 F:      drivers/video/fbdev/imsttfb.c
6323
6324 INFINIBAND SUBSYSTEM
6325 M:      Doug Ledford <[email protected]>
6326 M:      Sean Hefty <[email protected]>
6327 M:      Hal Rosenstock <[email protected]>
6328 L:      [email protected]
6329 W:      http://www.openfabrics.org/
6330 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6332 S:      Supported
6333 F:      Documentation/infiniband/
6334 F:      drivers/infiniband/
6335 F:      include/uapi/linux/if_infiniband.h
6336 F:      include/uapi/rdma/
6337 F:      include/rdma/
6338
6339 INOTIFY
6340 M:      John McCutchan <[email protected]>
6341 M:      Robert Love <[email protected]>
6342 M:      Eric Paris <[email protected]>
6343 S:      Maintained
6344 F:      Documentation/filesystems/inotify.txt
6345 F:      fs/notify/inotify/
6346 F:      include/linux/inotify.h
6347 F:      include/uapi/linux/inotify.h
6348
6349 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6350 M:      Dmitry Torokhov <[email protected]>
6351 L:      [email protected]
6352 Q:      http://patchwork.kernel.org/project/linux-input/list/
6353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6354 S:      Maintained
6355 F:      drivers/input/
6356 F:      include/linux/input.h
6357 F:      include/uapi/linux/input.h
6358 F:      include/linux/input/
6359 F:      Documentation/devicetree/bindings/input/
6360
6361 INPUT MULTITOUCH (MT) PROTOCOL
6362 M:      Henrik Rydberg <[email protected]>
6363 L:      [email protected]
6364 S:      Odd fixes
6365 F:      Documentation/input/multi-touch-protocol.txt
6366 F:      drivers/input/input-mt.c
6367 K:      \b(ABS|SYN)_MT_
6368
6369 INTEL ASoC BDW/HSW DRIVERS
6370 M:      Jie Yang <[email protected]>
6371 L:      [email protected] (moderated for non-subscribers)
6372 S:      Supported
6373 F:      sound/soc/intel/common/sst-dsp*
6374 F:      sound/soc/intel/common/sst-firmware.c
6375 F:      sound/soc/intel/boards/broadwell.c
6376 F:      sound/soc/intel/haswell/
6377
6378 INTEL C600 SERIES SAS CONTROLLER DRIVER
6379 M:      Intel SCU Linux support <[email protected]>
6380 M:      Artur Paszkiewicz <[email protected]>
6381 L:      [email protected]
6382 T:      git git://git.code.sf.net/p/intel-sas/isci
6383 S:      Supported
6384 F:      drivers/scsi/isci/
6385
6386 INTEL HID EVENT DRIVER
6387 M:      Alex Hung <[email protected]>
6388 L:      [email protected]
6389 S:      Maintained
6390 F:      drivers/platform/x86/intel-hid.c
6391
6392 INTEL VIRTUAL BUTTON DRIVER
6393 M:      AceLan Kao <[email protected]>
6394 L:      [email protected]
6395 S:      Maintained
6396 F:      drivers/platform/x86/intel-vbtn.c
6397
6398 INTEL IDLE DRIVER
6399 M:      Jacob Pan <[email protected]>
6400 M:      Len Brown <[email protected]>
6401 L:      [email protected]
6402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6403 B:      https://bugzilla.kernel.org
6404 S:      Supported
6405 F:      drivers/idle/intel_idle.c
6406
6407 INTEL INTEGRATED SENSOR HUB DRIVER
6408 M:      Srinivas Pandruvada <[email protected]>
6409 M:      Jiri Kosina <[email protected]>
6410 L:      [email protected]
6411 S:      Maintained
6412 F:      drivers/hid/intel-ish-hid/
6413
6414 INTEL PSTATE DRIVER
6415 M:      Srinivas Pandruvada <[email protected]>
6416 M:      Len Brown <[email protected]>
6417 L:      [email protected]
6418 S:      Supported
6419 F:      drivers/cpufreq/intel_pstate.c
6420
6421 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6422 M:      Maik Broemme <[email protected]>
6423 L:      [email protected]
6424 S:      Maintained
6425 F:      Documentation/fb/intelfb.txt
6426 F:      drivers/video/fbdev/intelfb/
6427
6428 INTEL 810/815 FRAMEBUFFER DRIVER
6429 M:      Antonino Daplas <[email protected]>
6430 L:      [email protected]
6431 S:      Maintained
6432 F:      drivers/video/fbdev/i810/
6433
6434 INTEL MENLOW THERMAL DRIVER
6435 M:      Sujith Thomas <[email protected]>
6436 L:      [email protected]
6437 W:      https://01.org/linux-acpi
6438 S:      Supported
6439 F:      drivers/platform/x86/intel_menlow.c
6440
6441 INTEL I/OAT DMA DRIVER
6442 M:      Dave Jiang <[email protected]>
6443 R:      Dan Williams <[email protected]>
6444 L:      [email protected]
6445 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6446 S:      Supported
6447 F:      drivers/dma/ioat*
6448
6449 INTEL IOMMU (VT-d)
6450 M:      David Woodhouse <[email protected]>
6451 L:      [email protected]
6452 T:      git git://git.infradead.org/iommu-2.6.git
6453 S:      Supported
6454 F:      drivers/iommu/intel-iommu.c
6455 F:      include/linux/intel-iommu.h
6456
6457 INTEL IOP-ADMA DMA DRIVER
6458 R:      Dan Williams <[email protected]>
6459 S:      Odd fixes
6460 F:      drivers/dma/iop-adma.c
6461
6462 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6463 M:      Krzysztof Halasa <[email protected]>
6464 S:      Maintained
6465 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6466 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6467 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6468 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6469 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6470 F:      drivers/net/wan/ixp4xx_hss.c
6471
6472 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6473 M:      Deepak Saxena <[email protected]>
6474 S:      Maintained
6475 F:      drivers/char/hw_random/ixp4xx-rng.c
6476
6477 INTEL ETHERNET DRIVERS
6478 M:      Jeff Kirsher <[email protected]>
6479 L:      [email protected] (moderated for non-subscribers)
6480 W:      http://www.intel.com/support/feedback.htm
6481 W:      http://e1000.sourceforge.net/
6482 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6485 S:      Supported
6486 F:      Documentation/networking/e100.txt
6487 F:      Documentation/networking/e1000.txt
6488 F:      Documentation/networking/e1000e.txt
6489 F:      Documentation/networking/igb.txt
6490 F:      Documentation/networking/igbvf.txt
6491 F:      Documentation/networking/ixgb.txt
6492 F:      Documentation/networking/ixgbe.txt
6493 F:      Documentation/networking/ixgbevf.txt
6494 F:      Documentation/networking/i40e.txt
6495 F:      Documentation/networking/i40evf.txt
6496 F:      drivers/net/ethernet/intel/
6497 F:      drivers/net/ethernet/intel/*/
6498
6499 INTEL RDMA RNIC DRIVER
6500 M:     Faisal Latif <[email protected]>
6501 R:     Chien Tin Tung <[email protected]>
6502 R:     Mustafa Ismail <[email protected]>
6503 R:     Shiraz Saleem <[email protected]>
6504 R:     Tatyana Nikolova <[email protected]>
6505 L:     [email protected]
6506 S:     Supported
6507 F:     drivers/infiniband/hw/i40iw/
6508
6509 INTEL MERRIFIELD GPIO DRIVER
6510 M:      Andy Shevchenko <[email protected]>
6511 L:      [email protected]
6512 S:      Maintained
6513 F:      drivers/gpio/gpio-merrifield.c
6514
6515 INTEL-MID GPIO DRIVER
6516 M:      David Cohen <[email protected]>
6517 L:      [email protected]
6518 S:      Maintained
6519 F:      drivers/gpio/gpio-intel-mid.c
6520
6521 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6522 M:      Stanislav Yakovlev <[email protected]>
6523 L:      [email protected]
6524 S:      Maintained
6525 F:      Documentation/networking/README.ipw2100
6526 F:      Documentation/networking/README.ipw2200
6527 F:      drivers/net/wireless/intel/ipw2x00/
6528
6529 INTEL(R) TRACE HUB
6530 M:      Alexander Shishkin <[email protected]>
6531 S:      Supported
6532 F:      Documentation/trace/intel_th.txt
6533 F:      drivers/hwtracing/intel_th/
6534
6535 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6536 M:      Ning Sun <[email protected]>
6537 L:      [email protected]
6538 W:      http://tboot.sourceforge.net
6539 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6540 S:      Supported
6541 F:      Documentation/intel_txt.txt
6542 F:      include/linux/tboot.h
6543 F:      arch/x86/kernel/tboot.c
6544
6545 INTEL WIRELESS WIMAX CONNECTION 2400
6546 M:      Inaky Perez-Gonzalez <[email protected]>
6547 M:      [email protected]
6548 L:      [email protected] (subscribers-only)
6549 S:      Supported
6550 W:      http://linuxwimax.org
6551 F:      Documentation/wimax/README.i2400m
6552 F:      drivers/net/wimax/i2400m/
6553 F:      include/uapi/linux/wimax/i2400m.h
6554
6555 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6556 M:      Stanislaw Gruszka <[email protected]>
6557 L:      [email protected]
6558 S:      Supported
6559 F:      drivers/net/wireless/intel/iwlegacy/
6560
6561 INTEL WIRELESS WIFI LINK (iwlwifi)
6562 M:      Johannes Berg <[email protected]>
6563 M:      Emmanuel Grumbach <[email protected]>
6564 M:      Luca Coelho <[email protected]>
6565 M:      Intel Linux Wireless <[email protected]>
6566 L:      [email protected]
6567 W:      http://intellinuxwireless.org
6568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6569 S:      Supported
6570 F:      drivers/net/wireless/intel/iwlwifi/
6571
6572 INTEL MANAGEMENT ENGINE (mei)
6573 M:      Tomas Winkler <[email protected]>
6574 L:      [email protected]
6575 S:      Supported
6576 F:      include/uapi/linux/mei.h
6577 F:      include/linux/mei_cl_bus.h
6578 F:      drivers/misc/mei/*
6579 F:      drivers/watchdog/mei_wdt.c
6580 F:      Documentation/misc-devices/mei/*
6581 F:      samples/mei/*
6582
6583 INTEL MIC DRIVERS (mic)
6584 M:      Sudeep Dutt <[email protected]>
6585 M:      Ashutosh Dixit <[email protected]>
6586 S:      Supported
6587 W:      https://github.com/sudeepdutt/mic
6588 W:      http://software.intel.com/en-us/mic-developer
6589 F:      include/linux/mic_bus.h
6590 F:      include/linux/scif.h
6591 F:      include/uapi/linux/mic_common.h
6592 F:      include/uapi/linux/mic_ioctl.h
6593 F:      include/uapi/linux/scif_ioctl.h
6594 F:      drivers/misc/mic/
6595 F:      drivers/dma/mic_x100_dma.c
6596 F:      drivers/dma/mic_x100_dma.h
6597 F:      Documentation/mic/
6598
6599 INTEL PMC/P-Unit IPC DRIVER
6600 M:      Zha Qipeng<[email protected]>
6601 L:      [email protected]
6602 S:      Maintained
6603 F:      drivers/platform/x86/intel_pmc_ipc.c
6604 F:      drivers/platform/x86/intel_punit_ipc.c
6605 F:      arch/x86/include/asm/intel_pmc_ipc.h
6606 F:      arch/x86/include/asm/intel_punit_ipc.h
6607
6608 INTEL TELEMETRY DRIVER
6609 M:      Souvik Kumar Chakravarty <[email protected]>
6610 L:      [email protected]
6611 S:      Maintained
6612 F:      arch/x86/include/asm/intel_telemetry.h
6613 F:      drivers/platform/x86/intel_telemetry*
6614
6615 INTEL PMC CORE DRIVER
6616 M:      Rajneesh Bhardwaj <[email protected]>
6617 M:      Vishwanath Somayaji <[email protected]>
6618 L:      [email protected]
6619 S:      Maintained
6620 F:      arch/x86/include/asm/pmc_core.h
6621 F:      drivers/platform/x86/intel_pmc_core*
6622
6623 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6624 M:      Linus Walleij <[email protected]>
6625 L:      [email protected]
6626 S:      Maintained
6627 F:      drivers/iio/gyro/mpu3050*
6628 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6629
6630 IOC3 ETHERNET DRIVER
6631 M:      Ralf Baechle <[email protected]>
6632 L:      [email protected]
6633 S:      Maintained
6634 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6635
6636 IOC3 SERIAL DRIVER
6637 M:      Pat Gefre <[email protected]>
6638 L:      [email protected]
6639 S:      Maintained
6640 F:      drivers/tty/serial/ioc3_serial.c
6641
6642 IOMMU DRIVERS
6643 M:      Joerg Roedel <[email protected]>
6644 L:      [email protected]
6645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6646 S:      Maintained
6647 F:      Documentation/devicetree/bindings/iommu/
6648 F:      drivers/iommu/
6649
6650 IP MASQUERADING
6651 M:      Juanjo Ciarlante <[email protected]>
6652 S:      Maintained
6653 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6654
6655 IPMI SUBSYSTEM
6656 M:      Corey Minyard <[email protected]>
6657 L:      [email protected] (moderated for non-subscribers)
6658 W:      http://openipmi.sourceforge.net/
6659 S:      Supported
6660 F:      Documentation/IPMI.txt
6661 F:      drivers/char/ipmi/
6662 F:      include/linux/ipmi*
6663 F:      include/uapi/linux/ipmi*
6664
6665 QCOM AUDIO (ASoC) DRIVERS
6666 M:      Patrick Lai <[email protected]>
6667 M:      Banajit Goswami <[email protected]>
6668 L:      [email protected] (moderated for non-subscribers)
6669 S:      Supported
6670 F:      sound/soc/qcom/
6671
6672 IPS SCSI RAID DRIVER
6673 M:      Adaptec OEM Raid Solutions <[email protected]>
6674 L:      [email protected]
6675 W:      http://www.adaptec.com/
6676 S:      Maintained
6677 F:      drivers/scsi/ips*
6678
6679 IPVS
6680 M:      Wensong Zhang <[email protected]>
6681 M:      Simon Horman <[email protected]>
6682 M:      Julian Anastasov <[email protected]>
6683 L:      [email protected]
6684 L:      [email protected]
6685 S:      Maintained
6686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6688 F:      Documentation/networking/ipvs-sysctl.txt
6689 F:      include/net/ip_vs.h
6690 F:      include/uapi/linux/ip_vs.h
6691 F:      net/netfilter/ipvs/
6692
6693 IPWIRELESS DRIVER
6694 M:      Jiri Kosina <[email protected]>
6695 M:      David Sterba <[email protected]>
6696 S:      Odd Fixes
6697 F:      drivers/tty/ipwireless/
6698
6699 IPX NETWORK LAYER
6700 M:      Arnaldo Carvalho de Melo <[email protected]>
6701 L:      [email protected]
6702 S:      Maintained
6703 F:      include/net/ipx.h
6704 F:      include/uapi/linux/ipx.h
6705 F:      net/ipx/
6706
6707 IRDA SUBSYSTEM
6708 M:      Samuel Ortiz <[email protected]>
6709 L:      [email protected] (subscribers-only)
6710 L:      [email protected]
6711 W:      http://irda.sourceforge.net/
6712 S:      Maintained
6713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6714 F:      Documentation/networking/irda.txt
6715 F:      drivers/net/irda/
6716 F:      include/net/irda/
6717 F:      net/irda/
6718
6719 IRQ SUBSYSTEM
6720 M:      Thomas Gleixner <[email protected]>
6721 L:      [email protected]
6722 S:      Maintained
6723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6724 F:      kernel/irq/
6725
6726 IRQCHIP DRIVERS
6727 M:      Thomas Gleixner <[email protected]>
6728 M:      Jason Cooper <[email protected]>
6729 M:      Marc Zyngier <[email protected]>
6730 L:      [email protected]
6731 S:      Maintained
6732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6733 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6734 F:      Documentation/devicetree/bindings/interrupt-controller/
6735 F:      drivers/irqchip/
6736
6737 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6738 M:      Marc Zyngier <[email protected]>
6739 S:      Maintained
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6741 F:      Documentation/IRQ-domain.txt
6742 F:      include/linux/irqdomain.h
6743 F:      kernel/irq/irqdomain.c
6744 F:      kernel/irq/msi.c
6745
6746 ISA
6747 M:      William Breathitt Gray <[email protected]>
6748 S:      Maintained
6749 F:      Documentation/isa.txt
6750 F:      drivers/base/isa.c
6751 F:      include/linux/isa.h
6752
6753 ISAPNP
6754 M:      Jaroslav Kysela <[email protected]>
6755 S:      Maintained
6756 F:      Documentation/isapnp.txt
6757 F:      drivers/pnp/isapnp/
6758 F:      include/linux/isapnp.h
6759
6760 ISA RADIO MODULE
6761 M:      Hans Verkuil <[email protected]>
6762 L:      [email protected]
6763 T:      git git://linuxtv.org/media_tree.git
6764 W:      https://linuxtv.org
6765 S:      Maintained
6766 F:      drivers/media/radio/radio-isa*
6767
6768 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6769 M:      Peter Jones <[email protected]>
6770 M:      Konrad Rzeszutek Wilk <[email protected]>
6771 S:      Maintained
6772 F:      drivers/firmware/iscsi_ibft*
6773
6774 ISCSI
6775 M:      Lee Duncan <[email protected]>
6776 M:      Chris Leech <[email protected]>
6777 L:      [email protected]
6778 W:      www.open-iscsi.com
6779 S:      Maintained
6780 F:      drivers/scsi/*iscsi*
6781 F:      include/scsi/*iscsi*
6782
6783 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6784 M:      Or Gerlitz <[email protected]>
6785 M:      Sagi Grimberg <[email protected]>
6786 M:      Roi Dayan <[email protected]>
6787 L:      [email protected]
6788 S:      Supported
6789 W:      http://www.openfabrics.org
6790 W:      www.open-iscsi.org
6791 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6792 F:      drivers/infiniband/ulp/iser/
6793
6794 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6795 M:      Sagi Grimberg <[email protected]>
6796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6797 L:      [email protected]
6798 L:      [email protected]
6799 S:      Supported
6800 W:      http://www.linux-iscsi.org
6801 F:      drivers/infiniband/ulp/isert
6802
6803 ISDN SUBSYSTEM
6804 M:      Karsten Keil <[email protected]>
6805 L:      [email protected] (subscribers-only)
6806 L:      [email protected]
6807 W:      http://www.isdn4linux.de
6808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6809 S:      Maintained
6810 F:      Documentation/isdn/
6811 F:      drivers/isdn/
6812 F:      include/linux/isdn.h
6813 F:      include/linux/isdn/
6814 F:      include/uapi/linux/isdn.h
6815 F:      include/uapi/linux/isdn/
6816
6817 ISDN SUBSYSTEM (Eicon active card driver)
6818 M:      Armin Schindler <[email protected]>
6819 L:      [email protected] (subscribers-only)
6820 W:      http://www.melware.de
6821 S:      Maintained
6822 F:      drivers/isdn/hardware/eicon/
6823
6824 IT87 HARDWARE MONITORING DRIVER
6825 M:      Jean Delvare <[email protected]>
6826 L:      [email protected]
6827 S:      Maintained
6828 F:      Documentation/hwmon/it87
6829 F:      drivers/hwmon/it87.c
6830
6831 IT913X MEDIA DRIVER
6832 M:      Antti Palosaari <[email protected]>
6833 L:      [email protected]
6834 W:      https://linuxtv.org
6835 W:      http://palosaari.fi/linux/
6836 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6837 T:      git git://linuxtv.org/anttip/media_tree.git
6838 S:      Maintained
6839 F:      drivers/media/tuners/it913x*
6840
6841 IVTV VIDEO4LINUX DRIVER
6842 M:      Andy Walls <[email protected]>
6843 L:      [email protected] (subscribers-only)
6844 L:      [email protected]
6845 T:      git git://linuxtv.org/media_tree.git
6846 W:      http://www.ivtvdriver.org
6847 S:      Maintained
6848 F:      Documentation/media/v4l-drivers/ivtv*
6849 F:      drivers/media/pci/ivtv/
6850 F:      include/uapi/linux/ivtv*
6851
6852 IX2505V MEDIA DRIVER
6853 M:      Malcolm Priestley <[email protected]>
6854 L:      [email protected]
6855 W:      https://linuxtv.org
6856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6857 S:      Maintained
6858 F:      drivers/media/dvb-frontends/ix2505v*
6859
6860 JC42.4 TEMPERATURE SENSOR DRIVER
6861 M:      Guenter Roeck <[email protected]>
6862 L:      [email protected]
6863 S:      Maintained
6864 F:      drivers/hwmon/jc42.c
6865 F:      Documentation/hwmon/jc42
6866
6867 JFS FILESYSTEM
6868 M:      Dave Kleikamp <[email protected]>
6869 L:      [email protected]
6870 W:      http://jfs.sourceforge.net/
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6872 S:      Maintained
6873 F:      Documentation/filesystems/jfs.txt
6874 F:      fs/jfs/
6875
6876 JME NETWORK DRIVER
6877 M:      Guo-Fu Tseng <[email protected]>
6878 L:      [email protected]
6879 S:      Maintained
6880 F:      drivers/net/ethernet/jme.*
6881
6882 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6883 M:      David Woodhouse <[email protected]>
6884 L:      [email protected]
6885 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6886 S:      Maintained
6887 F:      fs/jffs2/
6888 F:      include/uapi/linux/jffs2.h
6889
6890 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6891 M:      "Theodore Ts'o" <[email protected]>
6892 M:      Jan Kara <[email protected]>
6893 L:      [email protected]
6894 S:      Maintained
6895 F:      fs/jbd2/
6896 F:      include/linux/jbd2.h
6897
6898 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6899 M:      Mikhail Ulyanov <[email protected]>
6900 L:      [email protected]
6901 S:      Maintained
6902 F:      drivers/media/platform/rcar_jpu.c
6903
6904 JSM Neo PCI based serial card
6905 M:      Gabriel Krisman Bertazi <[email protected]>
6906 L:      [email protected]
6907 S:      Maintained
6908 F:      drivers/tty/serial/jsm/
6909
6910 K10TEMP HARDWARE MONITORING DRIVER
6911 M:      Clemens Ladisch <[email protected]>
6912 L:      [email protected]
6913 S:      Maintained
6914 F:      Documentation/hwmon/k10temp
6915 F:      drivers/hwmon/k10temp.c
6916
6917 K8TEMP HARDWARE MONITORING DRIVER
6918 M:      Rudolf Marek <[email protected]>
6919 L:      [email protected]
6920 S:      Maintained
6921 F:      Documentation/hwmon/k8temp
6922 F:      drivers/hwmon/k8temp.c
6923
6924 KASAN
6925 M:      Andrey Ryabinin <[email protected]>
6926 R:      Alexander Potapenko <[email protected]>
6927 R:      Dmitry Vyukov <[email protected]>
6928 L:      [email protected]
6929 S:      Maintained
6930 F:      arch/*/include/asm/kasan.h
6931 F:      arch/*/mm/kasan_init*
6932 F:      Documentation/dev-tools/kasan.rst
6933 F:      include/linux/kasan*.h
6934 F:      lib/test_kasan.c
6935 F:      mm/kasan/
6936 F:      scripts/Makefile.kasan
6937
6938 KCONFIG
6939 M:      "Yann E. MORIN" <[email protected]>
6940 L:      [email protected]
6941 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6942 S:      Maintained
6943 F:      Documentation/kbuild/kconfig-language.txt
6944 F:      scripts/kconfig/
6945
6946 KDUMP
6947 M:      Dave Young <[email protected]>
6948 M:      Baoquan He <[email protected]>
6949 R:      Vivek Goyal <[email protected]>
6950 L:      [email protected]
6951 W:      http://lse.sourceforge.net/kdump/
6952 S:      Maintained
6953 F:      Documentation/kdump/
6954
6955 KEENE FM RADIO TRANSMITTER DRIVER
6956 M:      Hans Verkuil <[email protected]>
6957 L:      [email protected]
6958 T:      git git://linuxtv.org/media_tree.git
6959 W:      https://linuxtv.org
6960 S:      Maintained
6961 F:      drivers/media/radio/radio-keene*
6962
6963 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6964 M:      Ian Kent <[email protected]>
6965 L:      [email protected]
6966 S:      Maintained
6967 F:      fs/autofs4/
6968
6969 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6970 M:      Michal Marek <[email protected]>
6971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6973 L:      [email protected]
6974 S:      Maintained
6975 F:      Documentation/kbuild/
6976 F:      Makefile
6977 F:      scripts/Makefile.*
6978 F:      scripts/basic/
6979 F:      scripts/mk*
6980 F:      scripts/package/
6981
6982 KERNEL JANITORS
6983 L:      [email protected]
6984 W:      http://kernelnewbies.org/KernelJanitors
6985 S:      Odd Fixes
6986
6987 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6988 M:      "J. Bruce Fields" <[email protected]>
6989 M:      Jeff Layton <[email protected]>
6990 L:      [email protected]
6991 W:      http://nfs.sourceforge.net/
6992 T:      git git://linux-nfs.org/~bfields/linux.git
6993 S:      Supported
6994 F:      fs/nfsd/
6995 F:      include/uapi/linux/nfsd/
6996 F:      fs/lockd/
6997 F:      fs/nfs_common/
6998 F:      net/sunrpc/
6999 F:      include/linux/lockd/
7000 F:      include/linux/sunrpc/
7001 F:      include/uapi/linux/sunrpc/
7002
7003 KERNEL SELFTEST FRAMEWORK
7004 M:      Shuah Khan <[email protected]>
7005 M:      Shuah Khan <[email protected]>
7006 L:      [email protected]
7007 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7008 S:      Maintained
7009 F:      tools/testing/selftests
7010
7011 KERNEL VIRTUAL MACHINE (KVM)
7012 M:      Paolo Bonzini <[email protected]>
7013 M:      Radim Krčmář <[email protected]>
7014 L:      [email protected]
7015 W:      http://www.linux-kvm.org
7016 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7017 S:      Supported
7018 F:      Documentation/*/kvm*.txt
7019 F:      Documentation/virtual/kvm/
7020 F:      arch/*/kvm/
7021 F:      arch/x86/kernel/kvm.c
7022 F:      arch/x86/kernel/kvmclock.c
7023 F:      arch/*/include/asm/kvm*
7024 F:      include/linux/kvm*
7025 F:      include/uapi/linux/kvm*
7026 F:      virt/kvm/
7027 F:      tools/kvm/
7028
7029 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7030 M:      Joerg Roedel <[email protected]>
7031 L:      [email protected]
7032 W:      http://www.linux-kvm.org/
7033 S:      Maintained
7034 F:      arch/x86/include/asm/svm.h
7035 F:      arch/x86/kvm/svm.c
7036
7037 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7038 M:      Alexander Graf <[email protected]>
7039 L:      [email protected]
7040 W:      http://www.linux-kvm.org/
7041 T:      git git://github.com/agraf/linux-2.6.git
7042 S:      Supported
7043 F:      arch/powerpc/include/asm/kvm*
7044 F:      arch/powerpc/kvm/
7045
7046 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7047 M:      Christian Borntraeger <[email protected]>
7048 M:      Cornelia Huck <[email protected]>
7049 L:      [email protected]
7050 W:      http://www.ibm.com/developerworks/linux/linux390/
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7052 S:      Supported
7053 F:      Documentation/s390/kvm.txt
7054 F:      arch/s390/include/asm/kvm*
7055 F:      arch/s390/kvm/
7056
7057 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7058 M:      Christoffer Dall <[email protected]>
7059 M:      Marc Zyngier <[email protected]>
7060 L:      [email protected] (moderated for non-subscribers)
7061 L:      [email protected]
7062 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7064 S:      Supported
7065 F:      arch/arm/include/uapi/asm/kvm*
7066 F:      arch/arm/include/asm/kvm*
7067 F:      arch/arm/kvm/
7068 F:      virt/kvm/arm/
7069 F:      include/kvm/arm_*
7070
7071 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7072 M:      Christoffer Dall <[email protected]>
7073 M:      Marc Zyngier <[email protected]>
7074 L:      [email protected] (moderated for non-subscribers)
7075 L:      [email protected]
7076 S:      Maintained
7077 F:      arch/arm64/include/uapi/asm/kvm*
7078 F:      arch/arm64/include/asm/kvm*
7079 F:      arch/arm64/kvm/
7080
7081 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7082 M:      James Hogan <[email protected]>
7083 L:      [email protected]
7084 S:      Supported
7085 F:      arch/mips/include/uapi/asm/kvm*
7086 F:      arch/mips/include/asm/kvm*
7087 F:      arch/mips/kvm/
7088
7089 KEXEC
7090 M:      Eric Biederman <[email protected]>
7091 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7092 L:      [email protected]
7093 S:      Maintained
7094 F:      include/linux/kexec.h
7095 F:      include/uapi/linux/kexec.h
7096 F:      kernel/kexec*
7097
7098 KEYS/KEYRINGS:
7099 M:      David Howells <[email protected]>
7100 L:      [email protected]
7101 S:      Maintained
7102 F:      Documentation/security/keys.txt
7103 F:      include/linux/key.h
7104 F:      include/linux/key-type.h
7105 F:      include/linux/keyctl.h
7106 F:      include/uapi/linux/keyctl.h
7107 F:      include/keys/
7108 F:      security/keys/
7109
7110 KEYS-TRUSTED
7111 M:      David Safford <[email protected]>
7112 M:      Mimi Zohar <[email protected]>
7113 L:      [email protected]
7114 L:      [email protected]
7115 S:      Supported
7116 F:      Documentation/security/keys-trusted-encrypted.txt
7117 F:      include/keys/trusted-type.h
7118 F:      security/keys/trusted.c
7119 F:      security/keys/trusted.h
7120
7121 KEYS-ENCRYPTED
7122 M:      Mimi Zohar <[email protected]>
7123 M:      David Safford <[email protected]>
7124 L:      [email protected]
7125 L:      [email protected]
7126 S:      Supported
7127 F:      Documentation/security/keys-trusted-encrypted.txt
7128 F:      include/keys/encrypted-type.h
7129 F:      security/keys/encrypted-keys/
7130
7131 KGDB / KDB /debug_core
7132 M:      Jason Wessel <[email protected]>
7133 W:      http://kgdb.wiki.kernel.org/
7134 L:      [email protected]
7135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7136 S:      Maintained
7137 F:      Documentation/DocBook/kgdb.tmpl
7138 F:      drivers/misc/kgdbts.c
7139 F:      drivers/tty/serial/kgdboc.c
7140 F:      include/linux/kdb.h
7141 F:      include/linux/kgdb.h
7142 F:      kernel/debug/
7143
7144 KMEMCHECK
7145 M:      Vegard Nossum <[email protected]>
7146 M:      Pekka Enberg <[email protected]>
7147 S:      Maintained
7148 F:      Documentation/dev-tools/kmemcheck.rst
7149 F:      arch/x86/include/asm/kmemcheck.h
7150 F:      arch/x86/mm/kmemcheck/
7151 F:      include/linux/kmemcheck.h
7152 F:      mm/kmemcheck.c
7153
7154 KMEMLEAK
7155 M:      Catalin Marinas <[email protected]>
7156 S:      Maintained
7157 F:      Documentation/dev-tools/kmemleak.rst
7158 F:      include/linux/kmemleak.h
7159 F:      mm/kmemleak.c
7160 F:      mm/kmemleak-test.c
7161
7162 KPROBES
7163 M:      Ananth N Mavinakayanahalli <[email protected]>
7164 M:      Anil S Keshavamurthy <[email protected]>
7165 M:      "David S. Miller" <[email protected]>
7166 M:      Masami Hiramatsu <[email protected]>
7167 S:      Maintained
7168 F:      Documentation/kprobes.txt
7169 F:      include/linux/kprobes.h
7170 F:      kernel/kprobes.c
7171
7172 KS0108 LCD CONTROLLER DRIVER
7173 M:      Miguel Ojeda Sandonis <[email protected]>
7174 W:      http://miguelojeda.es/auxdisplay.htm
7175 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7176 S:      Maintained
7177 F:      Documentation/auxdisplay/ks0108
7178 F:      drivers/auxdisplay/ks0108.c
7179 F:      include/linux/ks0108.h
7180
7181 L3MDEV
7182 M:      David Ahern <[email protected]>
7183 L:      [email protected]
7184 S:      Maintained
7185 F:      net/l3mdev
7186 F:      include/net/l3mdev.h
7187
7188 LANTIQ MIPS ARCHITECTURE
7189 M:      John Crispin <[email protected]>
7190 L:      [email protected]
7191 S:      Maintained
7192 F:      arch/mips/lantiq
7193
7194 LAPB module
7195 L:      [email protected]
7196 S:      Orphan
7197 F:      Documentation/networking/lapb-module.txt
7198 F:      include/*/lapb.h
7199 F:      net/lapb/
7200
7201 LASI 53c700 driver for PARISC
7202 M:      "James E.J. Bottomley" <[email protected]>
7203 L:      [email protected]
7204 S:      Maintained
7205 F:      Documentation/scsi/53c700.txt
7206 F:      drivers/scsi/53c700*
7207
7208 LED SUBSYSTEM
7209 M:      Richard Purdie <[email protected]>
7210 M:      Jacek Anaszewski <[email protected]>
7211 M:      Pavel Machek <[email protected]>
7212 L:      [email protected]
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7214 S:      Maintained
7215 F:      Documentation/devicetree/bindings/leds/
7216 F:      drivers/leds/
7217 F:      include/linux/leds.h
7218
7219 LEGACY EEPROM DRIVER
7220 M:      Jean Delvare <[email protected]>
7221 S:      Maintained
7222 F:      Documentation/misc-devices/eeprom
7223 F:      drivers/misc/eeprom/eeprom.c
7224
7225 LEGO USB Tower driver
7226 M:      Juergen Stuber <[email protected]>
7227 L:      [email protected]
7228 W:      http://legousb.sourceforge.net/
7229 S:      Maintained
7230 F:      drivers/usb/misc/legousbtower.c
7231
7232 LG2160 MEDIA DRIVER
7233 M:      Michael Krufky <[email protected]>
7234 L:      [email protected]
7235 W:      https://linuxtv.org
7236 W:      http://github.com/mkrufky
7237 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7238 T:      git git://linuxtv.org/mkrufky/tuners.git
7239 S:      Maintained
7240 F:      drivers/media/dvb-frontends/lg2160.*
7241
7242 LGDT3305 MEDIA DRIVER
7243 M:      Michael Krufky <[email protected]>
7244 L:      [email protected]
7245 W:      https://linuxtv.org
7246 W:      http://github.com/mkrufky
7247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7248 T:      git git://linuxtv.org/mkrufky/tuners.git
7249 S:      Maintained
7250 F:      drivers/media/dvb-frontends/lgdt3305.*
7251
7252 LGUEST
7253 M:      Rusty Russell <[email protected]>
7254 L:      [email protected]
7255 W:      http://lguest.ozlabs.org/
7256 S:      Odd Fixes
7257 F:      arch/x86/include/asm/lguest*.h
7258 F:      arch/x86/lguest/
7259 F:      drivers/lguest/
7260 F:      include/linux/lguest*.h
7261 F:      tools/lguest/
7262
7263 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7264 M:      Tejun Heo <[email protected]>
7265 L:      [email protected]
7266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7267 S:      Maintained
7268 F:      drivers/ata/
7269 F:      include/linux/ata.h
7270 F:      include/linux/libata.h
7271 F:      Documentation/devicetree/bindings/ata/
7272
7273 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7274 M:      Viresh Kumar <[email protected]>
7275 L:      [email protected]
7276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7277 S:      Maintained
7278 F:      include/linux/pata_arasan_cf_data.h
7279 F:      drivers/ata/pata_arasan_cf.c
7280
7281 LIBATA PATA DRIVERS
7282 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7283 M:      Tejun Heo <[email protected]>
7284 L:      [email protected]
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7286 S:      Maintained
7287 F:      drivers/ata/pata_*.c
7288 F:      drivers/ata/ata_generic.c
7289
7290 LIBATA SATA AHCI PLATFORM devices support
7291 M:      Hans de Goede <[email protected]>
7292 M:      Tejun Heo <[email protected]>
7293 L:      [email protected]
7294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7295 S:      Maintained
7296 F:      drivers/ata/ahci_platform.c
7297 F:      drivers/ata/libahci_platform.c
7298 F:      include/linux/ahci_platform.h
7299
7300 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7301 M:      Mikael Pettersson <[email protected]>
7302 L:      [email protected]
7303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7304 S:      Maintained
7305 F:      drivers/ata/sata_promise.*
7306
7307 LIBLOCKDEP
7308 M:      Sasha Levin <[email protected]>
7309 S:      Maintained
7310 F:      tools/lib/lockdep/
7311
7312 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7313 M:      Dan Williams <[email protected]>
7314 L:      [email protected]
7315 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7317 S:      Supported
7318 F:      drivers/nvdimm/*
7319 F:      include/linux/nd.h
7320 F:      include/linux/libnvdimm.h
7321 F:      include/uapi/linux/ndctl.h
7322
7323 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7324 M:      Ross Zwisler <[email protected]>
7325 L:      [email protected]
7326 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7327 S:      Supported
7328 F:      drivers/nvdimm/blk.c
7329 F:      drivers/nvdimm/region_devs.c
7330 F:      drivers/acpi/nfit*
7331
7332 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7333 M:      Vishal Verma <[email protected]>
7334 L:      [email protected]
7335 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7336 S:      Supported
7337 F:      drivers/nvdimm/btt*
7338
7339 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7340 M:      Ross Zwisler <[email protected]>
7341 L:      [email protected]
7342 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7343 S:      Supported
7344 F:      drivers/nvdimm/pmem.c
7345 F:      include/linux/pmem.h
7346 F:      arch/*/include/asm/pmem.h
7347
7348 LIGHTNVM PLATFORM SUPPORT
7349 M:      Matias Bjorling <[email protected]>
7350 W:      http://github/OpenChannelSSD
7351 L:      [email protected]
7352 S:      Maintained
7353 F:      drivers/lightnvm/
7354 F:      include/linux/lightnvm.h
7355 F:      include/uapi/linux/lightnvm.h
7356
7357 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7358 M:      Benjamin Herrenschmidt <[email protected]>
7359 M:      Paul Mackerras <[email protected]>
7360 M:      Michael Ellerman <[email protected]>
7361 W:      https://github.com/linuxppc/linux/wiki
7362 L:      [email protected]
7363 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7365 S:      Supported
7366 F:      Documentation/powerpc/
7367 F:      arch/powerpc/
7368 F:      drivers/char/tpm/tpm_ibmvtpm*
7369 F:      drivers/crypto/nx/
7370 F:      drivers/crypto/vmx/
7371 F:      drivers/net/ethernet/ibm/ibmveth.*
7372 F:      drivers/net/ethernet/ibm/ibmvnic.*
7373 F:      drivers/pci/hotplug/pnv_php.c
7374 F:      drivers/pci/hotplug/rpa*
7375 F:      drivers/scsi/ibmvscsi/
7376 F:      tools/testing/selftests/powerpc
7377 N:      opal
7378 N:      /pmac
7379 N:      powermac
7380 N:      powernv
7381 N:      [^a-z0-9]ps3
7382 N:      pseries
7383
7384 LINUX FOR POWER MACINTOSH
7385 M:      Benjamin Herrenschmidt <[email protected]>
7386 W:      http://www.penguinppc.org/
7387 L:      [email protected]
7388 S:      Maintained
7389 F:      arch/powerpc/platforms/powermac/
7390 F:      drivers/macintosh/
7391
7392 LINUX FOR POWERPC EMBEDDED MPC5XXX
7393 M:      Anatolij Gustschin <[email protected]>
7394 L:      [email protected]
7395 T:      git git://git.denx.de/linux-denx-agust.git
7396 S:      Maintained
7397 F:      arch/powerpc/platforms/512x/
7398 F:      arch/powerpc/platforms/52xx/
7399
7400 LINUX FOR POWERPC EMBEDDED PPC4XX
7401 M:      Alistair Popple <[email protected]>
7402 M:      Matt Porter <[email protected]>
7403 W:      http://www.penguinppc.org/
7404 L:      [email protected]
7405 S:      Maintained
7406 F:      arch/powerpc/platforms/40x/
7407 F:      arch/powerpc/platforms/44x/
7408
7409 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7410 L:      [email protected]
7411 S:      Orphan
7412 F:      arch/powerpc/*/*virtex*
7413 F:      arch/powerpc/*/*/*virtex*
7414
7415 LINUX FOR POWERPC EMBEDDED PPC8XX
7416 M:      Vitaly Bordug <[email protected]>
7417 W:      http://www.penguinppc.org/
7418 L:      [email protected]
7419 S:      Maintained
7420 F:      arch/powerpc/platforms/8xx/
7421
7422 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7423 M:      Scott Wood <[email protected]>
7424 M:      Kumar Gala <[email protected]>
7425 W:      http://www.penguinppc.org/
7426 L:      [email protected]
7427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7428 S:      Maintained
7429 F:      arch/powerpc/platforms/83xx/
7430 F:      arch/powerpc/platforms/85xx/
7431
7432 LINUX FOR POWERPC PA SEMI PWRFICIENT
7433 L:      [email protected]
7434 S:      Orphan
7435 F:      arch/powerpc/platforms/pasemi/
7436 F:      drivers/*/*pasemi*
7437 F:      drivers/*/*/*pasemi*
7438
7439 LINUX SECURITY MODULE (LSM) FRAMEWORK
7440 M:      Chris Wright <[email protected]>
7441 L:      [email protected]
7442 S:      Supported
7443
7444 LIS3LV02D ACCELEROMETER DRIVER
7445 M:      Eric Piel <[email protected]>
7446 S:      Maintained
7447 F:      Documentation/misc-devices/lis3lv02d
7448 F:      drivers/misc/lis3lv02d/
7449 F:      drivers/platform/x86/hp_accel.c
7450
7451 LIVE PATCHING
7452 M:      Josh Poimboeuf <[email protected]>
7453 M:      Jessica Yu <[email protected]>
7454 M:      Jiri Kosina <[email protected]>
7455 M:      Miroslav Benes <[email protected]>
7456 R:      Petr Mladek <[email protected]>
7457 S:      Maintained
7458 F:      kernel/livepatch/
7459 F:      include/linux/livepatch.h
7460 F:      arch/x86/include/asm/livepatch.h
7461 F:      arch/x86/kernel/livepatch.c
7462 F:      Documentation/livepatch/
7463 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7464 F:      samples/livepatch/
7465 L:      [email protected]
7466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7467
7468 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7469 M:      Kees Cook <[email protected]>
7470 S:      Maintained
7471 F:      drivers/misc/lkdtm*
7472
7473 LLC (802.2)
7474 M:      Arnaldo Carvalho de Melo <[email protected]>
7475 S:      Maintained
7476 F:      include/linux/llc.h
7477 F:      include/uapi/linux/llc.h
7478 F:      include/net/llc*
7479 F:      net/llc/
7480
7481 LM73 HARDWARE MONITOR DRIVER
7482 M:      Guillaume Ligneul <[email protected]>
7483 L:      [email protected]
7484 S:      Maintained
7485 F:      drivers/hwmon/lm73.c
7486
7487 LM78 HARDWARE MONITOR DRIVER
7488 M:      Jean Delvare <[email protected]>
7489 L:      [email protected]
7490 S:      Maintained
7491 F:      Documentation/hwmon/lm78
7492 F:      drivers/hwmon/lm78.c
7493
7494 LM83 HARDWARE MONITOR DRIVER
7495 M:      Jean Delvare <[email protected]>
7496 L:      [email protected]
7497 S:      Maintained
7498 F:      Documentation/hwmon/lm83
7499 F:      drivers/hwmon/lm83.c
7500
7501 LM90 HARDWARE MONITOR DRIVER
7502 M:      Jean Delvare <[email protected]>
7503 L:      [email protected]
7504 S:      Maintained
7505 F:      Documentation/hwmon/lm90
7506 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7507 F:      drivers/hwmon/lm90.c
7508
7509 LM95234 HARDWARE MONITOR DRIVER
7510 M:      Guenter Roeck <[email protected]>
7511 L:      [email protected]
7512 S:      Maintained
7513 F:      Documentation/hwmon/lm95234
7514 F:      drivers/hwmon/lm95234.c
7515
7516 LME2510 MEDIA DRIVER
7517 M:      Malcolm Priestley <[email protected]>
7518 L:      [email protected]
7519 W:      https://linuxtv.org
7520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7521 S:      Maintained
7522 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7523
7524 LOCKING PRIMITIVES
7525 M:      Peter Zijlstra <[email protected]>
7526 M:      Ingo Molnar <[email protected]>
7527 L:      [email protected]
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7529 S:      Maintained
7530 F:      Documentation/locking/
7531 F:      include/linux/lockdep.h
7532 F:      include/linux/spinlock*.h
7533 F:      arch/*/include/asm/spinlock*.h
7534 F:      include/linux/rwlock*.h
7535 F:      include/linux/mutex*.h
7536 F:      arch/*/include/asm/mutex*.h
7537 F:      include/linux/rwsem*.h
7538 F:      arch/*/include/asm/rwsem.h
7539 F:      include/linux/seqlock.h
7540 F:      lib/locking*.[ch]
7541 F:      kernel/locking/
7542
7543 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7544 M:      "Richard Russon (FlatCap)" <[email protected]>
7545 L:      [email protected]
7546 W:      http://www.linux-ntfs.org/content/view/19/37/
7547 S:      Maintained
7548 F:      Documentation/ldm.txt
7549 F:      block/partitions/ldm.*
7550
7551 LogFS
7552 M:      Joern Engel <[email protected]>
7553 M:      Prasad Joshi <[email protected]>
7554 L:      [email protected]
7555 W:      logfs.org
7556 S:      Maintained
7557 F:      fs/logfs/
7558
7559 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7560 M:      Sathya Prakash <[email protected]>
7561 M:      Chaitra P B <[email protected]>
7562 M:      Suganath Prabu Subramani <[email protected]>
7563 L:      [email protected]
7564 L:      [email protected]
7565 W:      http://www.avagotech.com/support/
7566 S:      Supported
7567 F:      drivers/message/fusion/
7568 F:      drivers/scsi/mpt2sas/
7569 F:      drivers/scsi/mpt3sas/
7570
7571 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7572 M:      Matthew Wilcox <[email protected]>
7573 L:      [email protected]
7574 S:      Maintained
7575 F:      drivers/scsi/sym53c8xx_2/
7576
7577 LTC4261 HARDWARE MONITOR DRIVER
7578 M:      Guenter Roeck <[email protected]>
7579 L:      [email protected]
7580 S:      Maintained
7581 F:      Documentation/hwmon/ltc4261
7582 F:      drivers/hwmon/ltc4261.c
7583
7584 LTP (Linux Test Project)
7585 M:      Mike Frysinger <[email protected]>
7586 M:      Cyril Hrubis <[email protected]>
7587 M:      Wanlong Gao <[email protected]>
7588 M:      Jan Stancek <[email protected]>
7589 M:      Stanislav Kholmanskikh <[email protected]>
7590 M:      Alexey Kodanev <[email protected]>
7591 L:      [email protected] (subscribers-only)
7592 W:      http://linux-test-project.github.io/
7593 T:      git git://github.com/linux-test-project/ltp.git
7594 S:      Maintained
7595
7596 M32R ARCHITECTURE
7597 W:      http://www.linux-m32r.org/
7598 S:      Orphan
7599 F:      arch/m32r/
7600
7601 M68K ARCHITECTURE
7602 M:      Geert Uytterhoeven <[email protected]>
7603 L:      [email protected]
7604 W:      http://www.linux-m68k.org/
7605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7606 S:      Maintained
7607 F:      arch/m68k/
7608 F:      drivers/zorro/
7609
7610 M68K ON APPLE MACINTOSH
7611 M:      Joshua Thompson <[email protected]>
7612 W:      http://www.mac.linux-m68k.org/
7613 L:      [email protected]
7614 S:      Maintained
7615 F:      arch/m68k/mac/
7616
7617 M68K ON HP9000/300
7618 M:      Philip Blundell <[email protected]>
7619 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7620 S:      Maintained
7621 F:      arch/m68k/hp300/
7622
7623 M88DS3103 MEDIA DRIVER
7624 M:      Antti Palosaari <[email protected]>
7625 L:      [email protected]
7626 W:      https://linuxtv.org
7627 W:      http://palosaari.fi/linux/
7628 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7629 T:      git git://linuxtv.org/anttip/media_tree.git
7630 S:      Maintained
7631 F:      drivers/media/dvb-frontends/m88ds3103*
7632
7633 M88RS2000 MEDIA DRIVER
7634 M:      Malcolm Priestley <[email protected]>
7635 L:      [email protected]
7636 W:      https://linuxtv.org
7637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7638 S:      Maintained
7639 F:      drivers/media/dvb-frontends/m88rs2000*
7640
7641 MA901 MASTERKIT USB FM RADIO DRIVER
7642 M:      Alexey Klimov <[email protected]>
7643 L:      [email protected]
7644 T:      git git://linuxtv.org/media_tree.git
7645 S:      Maintained
7646 F:      drivers/media/radio/radio-ma901.c
7647
7648 MAC80211
7649 M:      Johannes Berg <[email protected]>
7650 L:      [email protected]
7651 W:      http://wireless.kernel.org/
7652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7654 S:      Maintained
7655 F:      Documentation/networking/mac80211-injection.txt
7656 F:      include/net/mac80211.h
7657 F:      net/mac80211/
7658 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7659
7660 MACVLAN DRIVER
7661 M:      Patrick McHardy <[email protected]>
7662 L:      [email protected]
7663 S:      Maintained
7664 F:      drivers/net/macvlan.c
7665 F:      include/linux/if_macvlan.h
7666
7667 MAILBOX API
7668 M:      Jassi Brar <[email protected]>
7669 L:      [email protected]
7670 S:      Maintained
7671 F:      drivers/mailbox/
7672 F:      include/linux/mailbox_client.h
7673 F:      include/linux/mailbox_controller.h
7674
7675 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7676 M:      Michael Kerrisk <[email protected]>
7677 W:      http://www.kernel.org/doc/man-pages
7678 L:      [email protected]
7679 S:      Maintained
7680
7681 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7682 M:      Andrew Lunn <[email protected]>
7683 M:      Vivien Didelot <[email protected]>
7684 L:      [email protected]
7685 S:      Maintained
7686 F:      drivers/net/dsa/mv88e6xxx/
7687 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7688
7689 MARVELL ARMADA DRM SUPPORT
7690 M:      Russell King <[email protected]>
7691 S:      Maintained
7692 F:      drivers/gpu/drm/armada/
7693 F:      include/uapi/drm/armada_drm.h
7694 F:      Documentation/devicetree/bindings/display/armada/
7695
7696 MARVELL CRYPTO DRIVER
7697 M:      Boris Brezillon <[email protected]>
7698 M:      Arnaud Ebalard <[email protected]>
7699 F:      drivers/crypto/marvell/
7700 S:      Maintained
7701 L:      [email protected]
7702
7703 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7704 M:      Mirko Lindner <[email protected]>
7705 M:      Stephen Hemminger <[email protected]>
7706 L:      [email protected]
7707 S:      Maintained
7708 F:      drivers/net/ethernet/marvell/sk*
7709
7710 MARVELL LIBERTAS WIRELESS DRIVER
7711 L:      [email protected]
7712 S:      Orphan
7713 F:      drivers/net/wireless/marvell/libertas/
7714
7715 MARVELL MV643XX ETHERNET DRIVER
7716 M:      Sebastian Hesselbarth <[email protected]>
7717 L:      [email protected]
7718 S:      Maintained
7719 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7720 F:      include/linux/mv643xx.h
7721
7722 MARVELL MVNETA ETHERNET DRIVER
7723 M:      Thomas Petazzoni <[email protected]>
7724 L:      [email protected]
7725 S:      Maintained
7726 F:      drivers/net/ethernet/marvell/mvneta.*
7727
7728 MARVELL MWIFIEX WIRELESS DRIVER
7729 M:      Amitkumar Karwar <[email protected]>
7730 M:      Nishant Sarmukadam <[email protected]>
7731 L:      [email protected]
7732 S:      Maintained
7733 F:      drivers/net/wireless/marvell/mwifiex/
7734
7735 MARVELL MWL8K WIRELESS DRIVER
7736 M:      Lennert Buytenhek <[email protected]>
7737 L:      [email protected]
7738 S:      Odd Fixes
7739 F:      drivers/net/wireless/marvell/mwl8k.c
7740
7741 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7742 M:      Nicolas Pitre <[email protected]>
7743 S:      Odd Fixes
7744 F:      drivers/mmc/host/mvsdio.*
7745
7746 MATROX FRAMEBUFFER DRIVER
7747 L:      [email protected]
7748 S:      Orphan
7749 F:      drivers/video/fbdev/matrox/matroxfb_*
7750 F:      include/uapi/linux/matroxfb.h
7751
7752 MAX16065 HARDWARE MONITOR DRIVER
7753 M:      Guenter Roeck <[email protected]>
7754 L:      [email protected]
7755 S:      Maintained
7756 F:      Documentation/hwmon/max16065
7757 F:      drivers/hwmon/max16065.c
7758
7759 MAX20751 HARDWARE MONITOR DRIVER
7760 M:      Guenter Roeck <[email protected]>
7761 L:      [email protected]
7762 S:      Maintained
7763 F:      Documentation/hwmon/max20751
7764 F:      drivers/hwmon/max20751.c
7765
7766 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7767 L:      [email protected]
7768 S:      Orphan
7769 F:      Documentation/hwmon/max6650
7770 F:      drivers/hwmon/max6650.c
7771
7772 MAX6697 HARDWARE MONITOR DRIVER
7773 M:      Guenter Roeck <[email protected]>
7774 L:      [email protected]
7775 S:      Maintained
7776 F:      Documentation/hwmon/max6697
7777 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7778 F:      drivers/hwmon/max6697.c
7779 F:      include/linux/platform_data/max6697.h
7780
7781 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7782 M:      Peter Rosin <[email protected]>
7783 L:      [email protected] (moderated for non-subscribers)
7784 S:      Maintained
7785 F:      Documentation/devicetree/bindings/sound/max9860.txt
7786 F:      sound/soc/codecs/max9860.*
7787
7788 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7789 M:      Krzysztof Kozlowski <[email protected]>
7790 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7791 L:      [email protected]
7792 S:      Supported
7793 F:      drivers/power/supply/max14577_charger.c
7794 F:      drivers/power/supply/max77693_charger.c
7795
7796 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7797 M:      Javier Martinez Canillas <[email protected]>
7798 L:      [email protected]
7799 S:      Supported
7800 F:      drivers/*/*max77802*.c
7801 F:      Documentation/devicetree/bindings/*/*max77802.txt
7802 F:      include/dt-bindings/*/*max77802.h
7803
7804 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7805 M:      Chanwoo Choi <[email protected]>
7806 M:      Krzysztof Kozlowski <[email protected]>
7807 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7808 L:      [email protected]
7809 S:      Supported
7810 F:      drivers/*/max14577*.c
7811 F:      drivers/*/max77686*.c
7812 F:      drivers/*/max77693*.c
7813 F:      drivers/extcon/extcon-max14577.c
7814 F:      drivers/extcon/extcon-max77693.c
7815 F:      drivers/rtc/rtc-max77686.c
7816 F:      drivers/clk/clk-max77686.c
7817 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7818 F:      Documentation/devicetree/bindings/*/max77686.txt
7819 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7820 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7821 F:      include/linux/mfd/max14577*.h
7822 F:      include/linux/mfd/max77686*.h
7823 F:      include/linux/mfd/max77693*.h
7824
7825 MAXIRADIO FM RADIO RECEIVER DRIVER
7826 M:      Hans Verkuil <[email protected]>
7827 L:      [email protected]
7828 T:      git git://linuxtv.org/media_tree.git
7829 W:      https://linuxtv.org
7830 S:      Maintained
7831 F:      drivers/media/radio/radio-maxiradio*
7832
7833 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7834 M:      Peter Rosin <[email protected]>
7835 L:      [email protected]
7836 S:      Maintained
7837 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7838 F:      drivers/iio/potentiometer/mcp4531.c
7839
7840 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7841 M:      William Breathitt Gray <[email protected]>
7842 L:      [email protected]
7843 S:      Maintained
7844 F:      drivers/iio/dac/cio-dac.c
7845
7846 MEDIA DRIVERS FOR RENESAS - FCP
7847 M:      Laurent Pinchart <[email protected]>
7848 L:      [email protected]
7849 L:      [email protected]
7850 T:      git git://linuxtv.org/media_tree.git
7851 S:      Supported
7852 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7853 F:      drivers/media/platform/rcar-fcp.c
7854 F:      include/media/rcar-fcp.h
7855
7856 MEDIA DRIVERS FOR RENESAS - VIN
7857 M:      Niklas Söderlund <[email protected]>
7858 L:      [email protected]
7859 L:      [email protected]
7860 T:      git git://linuxtv.org/media_tree.git
7861 S:      Supported
7862 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7863 F:      drivers/media/platform/rcar-vin/
7864
7865 MEDIA DRIVERS FOR RENESAS - VSP1
7866 M:      Laurent Pinchart <[email protected]>
7867 L:      [email protected]
7868 L:      [email protected]
7869 T:      git git://linuxtv.org/media_tree.git
7870 S:      Supported
7871 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7872 F:      drivers/media/platform/vsp1/
7873
7874 MEDIA DRIVERS FOR HELENE
7875 M:      Abylay Ospan <[email protected]>
7876 L:      [email protected]
7877 W:      https://linuxtv.org
7878 W:      http://netup.tv/
7879 T:      git git://linuxtv.org/media_tree.git
7880 S:      Supported
7881 F:      drivers/media/dvb-frontends/helene*
7882
7883 MEDIA DRIVERS FOR ASCOT2E
7884 M:      Sergey Kozlov <[email protected]>
7885 M:      Abylay Ospan <[email protected]>
7886 L:      [email protected]
7887 W:      https://linuxtv.org
7888 W:      http://netup.tv/
7889 T:      git git://linuxtv.org/media_tree.git
7890 S:      Supported
7891 F:      drivers/media/dvb-frontends/ascot2e*
7892
7893 MEDIA DRIVERS FOR CXD2841ER
7894 M:      Sergey Kozlov <[email protected]>
7895 M:      Abylay Ospan <[email protected]>
7896 L:      [email protected]
7897 W:      https://linuxtv.org
7898 W:      http://netup.tv/
7899 T:      git git://linuxtv.org/media_tree.git
7900 S:      Supported
7901 F:      drivers/media/dvb-frontends/cxd2841er*
7902
7903 MEDIA DRIVERS FOR HORUS3A
7904 M:      Sergey Kozlov <[email protected]>
7905 M:      Abylay Ospan <[email protected]>
7906 L:      [email protected]
7907 W:      https://linuxtv.org
7908 W:      http://netup.tv/
7909 T:      git git://linuxtv.org/media_tree.git
7910 S:      Supported
7911 F:      drivers/media/dvb-frontends/horus3a*
7912
7913 MEDIA DRIVERS FOR LNBH25
7914 M:      Sergey Kozlov <[email protected]>
7915 M:      Abylay Ospan <[email protected]>
7916 L:      [email protected]
7917 W:      https://linuxtv.org
7918 W:      http://netup.tv/
7919 T:      git git://linuxtv.org/media_tree.git
7920 S:      Supported
7921 F:      drivers/media/dvb-frontends/lnbh25*
7922
7923 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7924 M:      Sergey Kozlov <[email protected]>
7925 M:      Abylay Ospan <[email protected]>
7926 L:      [email protected]
7927 W:      https://linuxtv.org
7928 W:      http://netup.tv/
7929 T:      git git://linuxtv.org/media_tree.git
7930 S:      Supported
7931 F:      drivers/media/pci/netup_unidvb/*
7932
7933 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7934 M:      Mauro Carvalho Chehab <[email protected]>
7935 M:      Mauro Carvalho Chehab <[email protected]>
7936 P:      LinuxTV.org Project
7937 L:      [email protected]
7938 W:      https://linuxtv.org
7939 Q:      http://patchwork.kernel.org/project/linux-media/list/
7940 T:      git git://linuxtv.org/media_tree.git
7941 S:      Maintained
7942 F:      Documentation/media/
7943 F:      drivers/media/
7944 F:      drivers/staging/media/
7945 F:      include/linux/platform_data/media/
7946 F:      include/media/
7947 F:      include/uapi/linux/dvb/
7948 F:      include/uapi/linux/videodev2.h
7949 F:      include/uapi/linux/media.h
7950 F:      include/uapi/linux/v4l2-*
7951 F:      include/uapi/linux/meye.h
7952 F:      include/uapi/linux/ivtv*
7953 F:      include/uapi/linux/uvcvideo.h
7954
7955 MEDIATEK ETHERNET DRIVER
7956 M:      Felix Fietkau <[email protected]>
7957 M:      John Crispin <[email protected]>
7958 L:      [email protected]
7959 S:      Maintained
7960 F:      drivers/net/ethernet/mediatek/
7961
7962 MEDIATEK MT7601U WIRELESS LAN DRIVER
7963 M:      Jakub Kicinski <[email protected]>
7964 L:      [email protected]
7965 S:      Maintained
7966 F:      drivers/net/wireless/mediatek/mt7601u/
7967
7968 MEGARAID SCSI/SAS DRIVERS
7969 M:      Kashyap Desai <[email protected]>
7970 M:      Sumit Saxena <[email protected]>
7971 M:      Shivasharan S <[email protected]>
7972 L:      [email protected]
7973 L:      [email protected]
7974 W:      http://www.avagotech.com/support/
7975 S:      Maintained
7976 F:      Documentation/scsi/megaraid.txt
7977 F:      drivers/scsi/megaraid.*
7978 F:      drivers/scsi/megaraid/
7979
7980 MELFAS MIP4 TOUCHSCREEN DRIVER
7981 M:      Sangwon Jee <[email protected]>
7982 W:      http://www.melfas.com
7983 S:      Supported
7984 F:      drivers/input/touchscreen/melfas_mip4.c
7985 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7986
7987 MELLANOX ETHERNET DRIVER (mlx4_en)
7988 M:      Tariq Toukan <[email protected]>
7989 L:      [email protected]
7990 S:      Supported
7991 W:      http://www.mellanox.com
7992 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7993 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7994
7995 MELLANOX ETHERNET DRIVER (mlx5e)
7996 M:      Saeed Mahameed <[email protected]>
7997 L:      [email protected]
7998 S:      Supported
7999 W:      http://www.mellanox.com
8000 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8001 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8002
8003 MELLANOX ETHERNET SWITCH DRIVERS
8004 M:      Jiri Pirko <[email protected]>
8005 M:      Ido Schimmel <[email protected]>
8006 L:      [email protected]
8007 S:      Supported
8008 W:      http://www.mellanox.com
8009 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8010 F:      drivers/net/ethernet/mellanox/mlxsw/
8011
8012 MELLANOX MLXCPLD LED DRIVER
8013 M:      Vadim Pasternak <[email protected]>
8014 L:      [email protected]
8015 S:      Supported
8016 F:      drivers/leds/leds-mlxcpld.c
8017 F:      Documentation/leds/leds-mlxcpld.txt
8018
8019 MELLANOX PLATFORM DRIVER
8020 M:      Vadim Pasternak <[email protected]>
8021 L:      [email protected]
8022 S:      Supported
8023 F:      arch/x86/platform/mellanox/mlx-platform.c
8024
8025 SOFT-ROCE DRIVER (rxe)
8026 M:      Moni Shoua <[email protected]>
8027 L:      [email protected]
8028 S:      Supported
8029 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8030 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8031 F:      drivers/infiniband/sw/rxe/
8032 F:      include/uapi/rdma/rdma_user_rxe.h
8033
8034 MEMBARRIER SUPPORT
8035 M:      Mathieu Desnoyers <[email protected]>
8036 M:      "Paul E. McKenney" <[email protected]>
8037 L:      [email protected]
8038 S:      Supported
8039 F:      kernel/membarrier.c
8040 F:      include/uapi/linux/membarrier.h
8041
8042 MEMORY MANAGEMENT
8043 L:      [email protected]
8044 W:      http://www.linux-mm.org
8045 S:      Maintained
8046 F:      include/linux/mm.h
8047 F:      include/linux/gfp.h
8048 F:      include/linux/mmzone.h
8049 F:      include/linux/memory_hotplug.h
8050 F:      include/linux/vmalloc.h
8051 F:      mm/
8052
8053 MEMORY TECHNOLOGY DEVICES (MTD)
8054 M:      David Woodhouse <[email protected]>
8055 M:      Brian Norris <[email protected]>
8056 M:      Boris Brezillon <[email protected]>
8057 M:      Marek Vasut <[email protected]>
8058 M:      Richard Weinberger <[email protected]>
8059 M:      Cyrille Pitchen <[email protected]>
8060 L:      [email protected]
8061 W:      http://www.linux-mtd.infradead.org/
8062 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8063 T:      git git://git.infradead.org/linux-mtd.git
8064 T:      git git://git.infradead.org/l2-mtd.git
8065 S:      Maintained
8066 F:      Documentation/devicetree/bindings/mtd/
8067 F:      drivers/mtd/
8068 F:      include/linux/mtd/
8069 F:      include/uapi/mtd/
8070
8071 MEN A21 WATCHDOG DRIVER
8072 M:      Johannes Thumshirn <[email protected]>
8073 L:      [email protected]
8074 S:      Maintained
8075 F:      drivers/watchdog/mena21_wdt.c
8076
8077 MEN CHAMELEON BUS (mcb)
8078 M:      Johannes Thumshirn <[email protected]>
8079 S:      Maintained
8080 F:      drivers/mcb/
8081 F:      include/linux/mcb.h
8082 F:      Documentation/men-chameleon-bus.txt
8083
8084 MEN F21BMC (Board Management Controller)
8085 M:      Andreas Werner <[email protected]>
8086 S:      Supported
8087 F:      drivers/mfd/menf21bmc.c
8088 F:      drivers/watchdog/menf21bmc_wdt.c
8089 F:      drivers/leds/leds-menf21bmc.c
8090 F:      drivers/hwmon/menf21bmc_hwmon.c
8091 F:      Documentation/hwmon/menf21bmc
8092
8093 METAG ARCHITECTURE
8094 M:      James Hogan <[email protected]>
8095 L:      [email protected]
8096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8097 S:      Odd Fixes
8098 F:      arch/metag/
8099 F:      Documentation/metag/
8100 F:      Documentation/devicetree/bindings/metag/
8101 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8102 F:      drivers/clocksource/metag_generic.c
8103 F:      drivers/irqchip/irq-metag.c
8104 F:      drivers/irqchip/irq-metag-ext.c
8105 F:      drivers/tty/metag_da.c
8106
8107 MICROBLAZE ARCHITECTURE
8108 M:      Michal Simek <[email protected]>
8109 W:      http://www.monstr.eu/fdt/
8110 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8111 S:      Supported
8112 F:      arch/microblaze/
8113
8114 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8115 M:      Richard Genoud <[email protected]>
8116 S:      Maintained
8117 F:      drivers/tty/serial/atmel_serial.c
8118 F:      include/linux/atmel_serial.h
8119
8120 MICROCHIP / ATMEL ISC DRIVER
8121 M:      Songjun Wu <[email protected]>
8122 L:      [email protected]
8123 S:      Supported
8124 F:      drivers/media/platform/atmel/atmel-isc.c
8125 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8126 F:      devicetree/bindings/media/atmel-isc.txt
8127
8128 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8129 M:      Chen Yu <[email protected]>
8130 L:      [email protected]
8131 S:      Supported
8132 F:      drivers/platform/x86/surfacepro3_button.c
8133
8134 MICROTEK X6 SCANNER
8135 M:      Oliver Neukum <[email protected]>
8136 S:      Maintained
8137 F:      drivers/usb/image/microtek.*
8138
8139 MIPS
8140 M:      Ralf Baechle <[email protected]>
8141 L:      [email protected]
8142 W:      http://www.linux-mips.org/
8143 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8144 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8145 S:      Supported
8146 F:      Documentation/devicetree/bindings/mips/
8147 F:      Documentation/mips/
8148 F:      arch/mips/
8149
8150 MIPS/LOONGSON1 ARCHITECTURE
8151 M:      Keguang Zhang <[email protected]>
8152 L:      [email protected]
8153 S:      Maintained
8154 F:      arch/mips/loongson32/
8155 F:      arch/mips/include/asm/mach-loongson32/
8156 F:      drivers/*/*loongson1*
8157 F:      drivers/*/*/*loongson1*
8158
8159 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8160 M:      Hans Verkuil <[email protected]>
8161 L:      [email protected]
8162 T:      git git://linuxtv.org/media_tree.git
8163 W:      https://linuxtv.org
8164 S:      Odd Fixes
8165 F:      drivers/media/radio/radio-miropcm20*
8166
8167 MELLANOX MLX4 core VPI driver
8168 M:      Yishai Hadas <[email protected]>
8169 L:      [email protected]
8170 L:      [email protected]
8171 W:      http://www.mellanox.com
8172 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8173 S:      Supported
8174 F:      drivers/net/ethernet/mellanox/mlx4/
8175 F:      include/linux/mlx4/
8176 F:      include/uapi/rdma/mlx4-abi.h
8177
8178 MELLANOX MLX4 IB driver
8179 M:      Yishai Hadas <[email protected]>
8180 L:      [email protected]
8181 W:      http://www.mellanox.com
8182 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8183 S:      Supported
8184 F:      drivers/infiniband/hw/mlx4/
8185 F:      include/linux/mlx4/
8186
8187 MELLANOX MLX5 core VPI driver
8188 M:      Saeed Mahameed <[email protected]>
8189 M:      Matan Barak <[email protected]>
8190 M:      Leon Romanovsky <[email protected]>
8191 L:      [email protected]
8192 L:      [email protected]
8193 W:      http://www.mellanox.com
8194 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8195 S:      Supported
8196 F:      drivers/net/ethernet/mellanox/mlx5/core/
8197 F:      include/linux/mlx5/
8198 F:      include/uapi/rdma/mlx5-abi.h
8199
8200 MELLANOX MLX5 IB driver
8201 M:      Matan Barak <[email protected]>
8202 M:      Leon Romanovsky <[email protected]>
8203 L:      [email protected]
8204 W:      http://www.mellanox.com
8205 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8206 S:      Supported
8207 F:      drivers/infiniband/hw/mlx5/
8208 F:      include/linux/mlx5/
8209
8210 MELEXIS MLX90614 DRIVER
8211 M:      Crt Mori <[email protected]>
8212 L:      [email protected]
8213 W:      http://www.melexis.com
8214 S:      Supported
8215 F:      drivers/iio/temperature/mlx90614.c
8216
8217 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8218 M:      Don Brace <[email protected]>
8219 L:      [email protected]
8220 L:      [email protected]
8221 S:      Supported
8222 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8223 F:      drivers/scsi/smartpqi/Kconfig
8224 F:      drivers/scsi/smartpqi/Makefile
8225 F:      include/linux/cciss*.h
8226 F:      include/uapi/linux/cciss*.h
8227 F:      Documentation/scsi/smartpqi.txt
8228
8229 MN88472 MEDIA DRIVER
8230 M:      Antti Palosaari <[email protected]>
8231 L:      [email protected]
8232 W:      https://linuxtv.org
8233 W:      http://palosaari.fi/linux/
8234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8235 S:      Maintained
8236 F:      drivers/media/dvb-frontends/mn88472*
8237
8238 MN88473 MEDIA DRIVER
8239 M:      Antti Palosaari <[email protected]>
8240 L:      [email protected]
8241 W:      https://linuxtv.org
8242 W:      http://palosaari.fi/linux/
8243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8244 S:      Maintained
8245 F:      drivers/media/dvb-frontends/mn88473*
8246
8247 MODULE SUPPORT
8248 M:      Jessica Yu <[email protected]>
8249 M:      Rusty Russell <[email protected]>
8250 S:      Maintained
8251 F:      include/linux/module.h
8252 F:      kernel/module.c
8253
8254 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8255 W:      http://popies.net/meye/
8256 S:      Orphan
8257 F:      Documentation/media/v4l-drivers/meye*
8258 F:      drivers/media/pci/meye/
8259 F:      include/uapi/linux/meye.h
8260
8261 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8262 M:      Jiri Slaby <[email protected]>
8263 S:      Maintained
8264 F:      Documentation/serial/moxa-smartio
8265 F:      drivers/tty/mxser.*
8266
8267 MR800 AVERMEDIA USB FM RADIO DRIVER
8268 M:      Alexey Klimov <[email protected]>
8269 L:      [email protected]
8270 T:      git git://linuxtv.org/media_tree.git
8271 S:      Maintained
8272 F:      drivers/media/radio/radio-mr800.c
8273
8274 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8275 M:      Alan Ott <[email protected]>
8276 L:      [email protected]
8277 S:      Maintained
8278 F:      drivers/net/ieee802154/mrf24j40.c
8279 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8280
8281 MSI LAPTOP SUPPORT
8282 M:      "Lee, Chun-Yi" <[email protected]>
8283 L:      [email protected]
8284 S:      Maintained
8285 F:      drivers/platform/x86/msi-laptop.c
8286
8287 MSI WMI SUPPORT
8288 L:      [email protected]
8289 S:      Orphan
8290 F:      drivers/platform/x86/msi-wmi.c
8291
8292 MSI001 MEDIA DRIVER
8293 M:      Antti Palosaari <[email protected]>
8294 L:      [email protected]
8295 W:      https://linuxtv.org
8296 W:      http://palosaari.fi/linux/
8297 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8298 T:      git git://linuxtv.org/anttip/media_tree.git
8299 S:      Maintained
8300 F:      drivers/media/tuners/msi001*
8301
8302 MSI2500 MEDIA DRIVER
8303 M:      Antti Palosaari <[email protected]>
8304 L:      [email protected]
8305 W:      https://linuxtv.org
8306 W:      http://palosaari.fi/linux/
8307 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8308 T:      git git://linuxtv.org/anttip/media_tree.git
8309 S:      Maintained
8310 F:      drivers/media/usb/msi2500/
8311
8312 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8313 M:      Robert Jarzmik <[email protected]>
8314 L:      [email protected]
8315 S:      Maintained
8316 F:      drivers/mtd/devices/docg3*
8317
8318 MT9M032 APTINA SENSOR DRIVER
8319 M:      Laurent Pinchart <[email protected]>
8320 L:      [email protected]
8321 T:      git git://linuxtv.org/media_tree.git
8322 S:      Maintained
8323 F:      drivers/media/i2c/mt9m032.c
8324 F:      include/media/i2c/mt9m032.h
8325
8326 MT9P031 APTINA CAMERA SENSOR
8327 M:      Laurent Pinchart <[email protected]>
8328 L:      [email protected]
8329 T:      git git://linuxtv.org/media_tree.git
8330 S:      Maintained
8331 F:      drivers/media/i2c/mt9p031.c
8332 F:      include/media/i2c/mt9p031.h
8333
8334 MT9T001 APTINA CAMERA SENSOR
8335 M:      Laurent Pinchart <[email protected]>
8336 L:      [email protected]
8337 T:      git git://linuxtv.org/media_tree.git
8338 S:      Maintained
8339 F:      drivers/media/i2c/mt9t001.c
8340 F:      include/media/i2c/mt9t001.h
8341
8342 MT9V032 APTINA CAMERA SENSOR
8343 M:      Laurent Pinchart <[email protected]>
8344 L:      [email protected]
8345 T:      git git://linuxtv.org/media_tree.git
8346 S:      Maintained
8347 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8348 F:      drivers/media/i2c/mt9v032.c
8349 F:      include/media/i2c/mt9v032.h
8350
8351 MULTIFUNCTION DEVICES (MFD)
8352 M:      Lee Jones <[email protected]>
8353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8354 S:      Supported
8355 F:      Documentation/devicetree/bindings/mfd/
8356 F:      drivers/mfd/
8357 F:      include/linux/mfd/
8358
8359 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8360 M:      Ulf Hansson <[email protected]>
8361 L:      [email protected]
8362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8363 S:      Maintained
8364 F:      Documentation/devicetree/bindings/mmc/
8365 F:      drivers/mmc/
8366 F:      include/linux/mmc/
8367 F:      include/uapi/linux/mmc/
8368
8369 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8370 S:      Orphan
8371 F:      drivers/mmc/host/mmc_spi.c
8372 F:      include/linux/spi/mmc_spi.h
8373
8374 MULTISOUND SOUND DRIVER
8375 M:      Andrew Veliath <[email protected]>
8376 S:      Maintained
8377 F:      Documentation/sound/oss/MultiSound
8378 F:      sound/oss/msnd*
8379
8380 MULTITECH MULTIPORT CARD (ISICOM)
8381 S:      Orphan
8382 F:      drivers/tty/isicom.c
8383 F:      include/linux/isicom.h
8384
8385 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8386 M:      Bin Liu <[email protected]>
8387 L:      [email protected]
8388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8389 S:      Maintained
8390 F:      drivers/usb/musb/
8391
8392 MXL5007T MEDIA DRIVER
8393 M:      Michael Krufky <[email protected]>
8394 L:      [email protected]
8395 W:      https://linuxtv.org
8396 W:      http://github.com/mkrufky
8397 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8398 T:      git git://linuxtv.org/mkrufky/tuners.git
8399 S:      Maintained
8400 F:      drivers/media/tuners/mxl5007t.*
8401
8402 MXSFB DRM DRIVER
8403 M:      Marek Vasut <[email protected]>
8404 S:      Supported
8405 F:      drivers/gpu/drm/mxsfb/
8406 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8407
8408 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8409 M:      Hyong-Youb Kim <[email protected]>
8410 L:      [email protected]
8411 W:      https://www.myricom.com/support/downloads/myri10ge.html
8412 S:      Supported
8413 F:      drivers/net/ethernet/myricom/myri10ge/
8414
8415 NAND FLASH SUBSYSTEM
8416 M:      Boris Brezillon <[email protected]>
8417 R:      Richard Weinberger <[email protected]>
8418 L:      [email protected]
8419 W:      http://www.linux-mtd.infradead.org/
8420 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8421 T:      git git://github.com/linux-nand/linux.git
8422 S:      Maintained
8423 F:      drivers/mtd/nand/
8424 F:      include/linux/mtd/nand*.h
8425
8426 NATSEMI ETHERNET DRIVER (DP8381x)
8427 S:      Orphan
8428 F:      drivers/net/ethernet/natsemi/natsemi.c
8429
8430 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8431 M:      Daniel Mack <[email protected]>
8432 S:      Maintained
8433 L:      [email protected] (moderated for non-subscribers)
8434 W:      http://www.native-instruments.com
8435 F:      sound/usb/caiaq/
8436
8437 NCP FILESYSTEM
8438 M:      Petr Vandrovec <[email protected]>
8439 S:      Odd Fixes
8440 F:      fs/ncpfs/
8441
8442 NCR 5380 SCSI DRIVERS
8443 M:      Finn Thain <[email protected]>
8444 M:      Michael Schmitz <[email protected]>
8445 L:      [email protected]
8446 S:      Maintained
8447 F:      Documentation/scsi/g_NCR5380.txt
8448 F:      drivers/scsi/NCR5380.*
8449 F:      drivers/scsi/arm/cumana_1.c
8450 F:      drivers/scsi/arm/oak.c
8451 F:      drivers/scsi/atari_scsi.*
8452 F:      drivers/scsi/dmx3191d.c
8453 F:      drivers/scsi/g_NCR5380.*
8454 F:      drivers/scsi/mac_scsi.*
8455 F:      drivers/scsi/sun3_scsi.*
8456 F:      drivers/scsi/sun3_scsi_vme.c
8457
8458 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8459 M:      "James E.J. Bottomley" <[email protected]>
8460 L:      [email protected]
8461 S:      Maintained
8462 F:      drivers/scsi/NCR_D700.*
8463
8464 NCT6775 HARDWARE MONITOR DRIVER
8465 M:      Guenter Roeck <[email protected]>
8466 L:      [email protected]
8467 S:      Maintained
8468 F:      Documentation/hwmon/nct6775
8469 F:      drivers/hwmon/nct6775.c
8470
8471 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8472 M:      Faisal Latif <[email protected]>
8473 L:      [email protected]
8474 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8475 S:      Supported
8476 F:      drivers/infiniband/hw/nes/
8477 F:      include/uapi/rdma/nes-abi.h
8478
8479 NETEM NETWORK EMULATOR
8480 M:      Stephen Hemminger <[email protected]>
8481 L:      [email protected] (moderated for non-subscribers)
8482 S:      Maintained
8483 F:      net/sched/sch_netem.c
8484
8485 NETERION 10GbE DRIVERS (s2io/vxge)
8486 M:      Jon Mason <[email protected]>
8487 L:      [email protected]
8488 S:      Supported
8489 F:      Documentation/networking/s2io.txt
8490 F:      Documentation/networking/vxge.txt
8491 F:      drivers/net/ethernet/neterion/
8492
8493 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8494 M:      Pablo Neira Ayuso <[email protected]>
8495 M:      Patrick McHardy <[email protected]>
8496 M:      Jozsef Kadlecsik <[email protected]>
8497 L:      [email protected]
8498 L:      [email protected]
8499 W:      http://www.netfilter.org/
8500 W:      http://www.iptables.org/
8501 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8504 S:      Supported
8505 F:      include/linux/netfilter*
8506 F:      include/linux/netfilter/
8507 F:      include/net/netfilter/
8508 F:      include/uapi/linux/netfilter*
8509 F:      include/uapi/linux/netfilter/
8510 F:      net/*/netfilter.c
8511 F:      net/*/netfilter/
8512 F:      net/netfilter/
8513 F:      net/bridge/br_netfilter*.c
8514
8515 NETLABEL
8516 M:      Paul Moore <[email protected]>
8517 W:      http://netlabel.sf.net
8518 L:      [email protected]
8519 S:      Maintained
8520 F:      Documentation/netlabel/
8521 F:      include/net/netlabel.h
8522 F:      net/netlabel/
8523
8524 NETROM NETWORK LAYER
8525 M:      Ralf Baechle <[email protected]>
8526 L:      [email protected]
8527 W:      http://www.linux-ax25.org/
8528 S:      Maintained
8529 F:      include/net/netrom.h
8530 F:      include/uapi/linux/netrom.h
8531 F:      net/netrom/
8532
8533 NETRONOME ETHERNET DRIVERS
8534 M:      Jakub Kicinski <[email protected]>
8535 L:      [email protected]
8536 S:      Maintained
8537 F:      drivers/net/ethernet/netronome/
8538
8539 NETWORK BLOCK DEVICE (NBD)
8540 M:      Markus Pargmann <[email protected]>
8541 S:      Maintained
8542 L:      [email protected]
8543 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8544 F:      Documentation/blockdev/nbd.txt
8545 F:      drivers/block/nbd.c
8546 F:      include/uapi/linux/nbd.h
8547
8548 NETWORK DROP MONITOR
8549 M:      Neil Horman <[email protected]>
8550 L:      [email protected]
8551 S:      Maintained
8552 W:      https://fedorahosted.org/dropwatch/
8553 F:      net/core/drop_monitor.c
8554
8555 NETWORKING [DSA]
8556 M:      Andrew Lunn <[email protected]>
8557 M:      Vivien Didelot <[email protected]>
8558 M:      Florian Fainelli <[email protected]>
8559 S:      Maintained
8560 F:      net/dsa/
8561 F:      include/net/dsa.h
8562 F:      drivers/net/dsa/
8563
8564 NETWORKING [GENERAL]
8565 M:      "David S. Miller" <[email protected]>
8566 L:      [email protected]
8567 W:      http://www.linuxfoundation.org/en/Net
8568 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8571 S:      Maintained
8572 F:      net/
8573 F:      include/net/
8574 F:      include/linux/in.h
8575 F:      include/linux/net.h
8576 F:      include/linux/netdevice.h
8577 F:      include/uapi/linux/in.h
8578 F:      include/uapi/linux/net.h
8579 F:      include/uapi/linux/netdevice.h
8580 F:      include/uapi/linux/net_namespace.h
8581 F:      tools/net/
8582 F:      tools/testing/selftests/net/
8583 F:      lib/random32.c
8584
8585 NETWORKING [IPv4/IPv6]
8586 M:      "David S. Miller" <[email protected]>
8587 M:      Alexey Kuznetsov <[email protected]>
8588 M:      James Morris <[email protected]>
8589 M:      Hideaki YOSHIFUJI <[email protected]>
8590 M:      Patrick McHardy <[email protected]>
8591 L:      [email protected]
8592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8593 S:      Maintained
8594 F:      net/ipv4/
8595 F:      net/ipv6/
8596 F:      include/net/ip*
8597 F:      arch/x86/net/*
8598
8599 NETWORKING [IPSEC]
8600 M:      Steffen Klassert <[email protected]>
8601 M:      Herbert Xu <[email protected]>
8602 M:      "David S. Miller" <[email protected]>
8603 L:      [email protected]
8604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8606 S:      Maintained
8607 F:      net/core/flow.c
8608 F:      net/xfrm/
8609 F:      net/key/
8610 F:      net/ipv4/xfrm*
8611 F:      net/ipv4/esp4.c
8612 F:      net/ipv4/ah4.c
8613 F:      net/ipv4/ipcomp.c
8614 F:      net/ipv4/ip_vti.c
8615 F:      net/ipv6/xfrm*
8616 F:      net/ipv6/esp6.c
8617 F:      net/ipv6/ah6.c
8618 F:      net/ipv6/ipcomp6.c
8619 F:      net/ipv6/ip6_vti.c
8620 F:      include/uapi/linux/xfrm.h
8621 F:      include/net/xfrm.h
8622
8623 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8624 M:      Paul Moore <[email protected]>
8625 L:      [email protected]
8626 S:      Maintained
8627
8628 NETWORKING [WIRELESS]
8629 L:      [email protected]
8630 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8631
8632 NETWORKING DRIVERS
8633 L:      [email protected]
8634 W:      http://www.linuxfoundation.org/en/Net
8635 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8638 S:      Odd Fixes
8639 F:      Documentation/devicetree/bindings/net/
8640 F:      drivers/net/
8641 F:      include/linux/if_*
8642 F:      include/linux/netdevice.h
8643 F:      include/linux/etherdevice.h
8644 F:      include/linux/fcdevice.h
8645 F:      include/linux/fddidevice.h
8646 F:      include/linux/hippidevice.h
8647 F:      include/linux/inetdevice.h
8648 F:      include/uapi/linux/if_*
8649 F:      include/uapi/linux/netdevice.h
8650
8651 NETWORKING DRIVERS (WIRELESS)
8652 M:      Kalle Valo <[email protected]>
8653 L:      [email protected]
8654 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8657 S:      Maintained
8658 F:      Documentation/devicetree/bindings/net/wireless/
8659 F:      drivers/net/wireless/
8660
8661 NETXEN (1/10) GbE SUPPORT
8662 M:      Manish Chopra <[email protected]>
8663 M:      Rahul Verma <[email protected]>
8664 M:      [email protected]
8665 L:      [email protected]
8666 S:      Supported
8667 F:      drivers/net/ethernet/qlogic/netxen/
8668
8669 NFC SUBSYSTEM
8670 M:      Lauro Ramos Venancio <[email protected]>
8671 M:      Aloisio Almeida Jr <[email protected]>
8672 M:      Samuel Ortiz <[email protected]>
8673 L:      [email protected]
8674 L:      [email protected] (subscribers-only)
8675 S:      Supported
8676 F:      net/nfc/
8677 F:      include/net/nfc/
8678 F:      include/uapi/linux/nfc.h
8679 F:      drivers/nfc/
8680 F:      include/linux/platform_data/nfcmrvl.h
8681 F:      include/linux/platform_data/nxp-nci.h
8682 F:      include/linux/platform_data/pn544.h
8683 F:      include/linux/platform_data/st21nfca.h
8684 F:      include/linux/platform_data/st-nci.h
8685 F:      Documentation/devicetree/bindings/net/nfc/
8686
8687 NFS, SUNRPC, AND LOCKD CLIENTS
8688 M:      Trond Myklebust <[email protected]>
8689 M:      Anna Schumaker <[email protected]>
8690 L:      [email protected]
8691 W:      http://client.linux-nfs.org
8692 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8693 S:      Maintained
8694 F:      fs/lockd/
8695 F:      fs/nfs/
8696 F:      fs/nfs_common/
8697 F:      net/sunrpc/
8698 F:      include/linux/lockd/
8699 F:      include/linux/nfs*
8700 F:      include/linux/sunrpc/
8701 F:      include/uapi/linux/nfs*
8702 F:      include/uapi/linux/sunrpc/
8703
8704 NILFS2 FILESYSTEM
8705 M:      Ryusuke Konishi <[email protected]>
8706 L:      [email protected]
8707 W:      http://nilfs.sourceforge.net/
8708 W:      http://nilfs.osdn.jp/
8709 T:      git git://github.com/konis/nilfs2.git
8710 S:      Supported
8711 F:      Documentation/filesystems/nilfs2.txt
8712 F:      fs/nilfs2/
8713 F:      include/trace/events/nilfs2.h
8714 F:      include/uapi/linux/nilfs2_api.h
8715 F:      include/uapi/linux/nilfs2_ondisk.h
8716
8717 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8718 M:      YOKOTA Hiroshi <[email protected]>
8719 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8720 S:      Maintained
8721 F:      Documentation/scsi/NinjaSCSI.txt
8722 F:      drivers/scsi/pcmcia/nsp_*
8723
8724 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8725 M:      GOTO Masanori <[email protected]>
8726 M:      YOKOTA Hiroshi <[email protected]>
8727 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8728 S:      Maintained
8729 F:      Documentation/scsi/NinjaSCSI.txt
8730 F:      drivers/scsi/nsp32*
8731
8732 NIOS2 ARCHITECTURE
8733 M:      Ley Foon Tan <[email protected]>
8734 L:      [email protected] (moderated for non-subscribers)
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8736 S:      Maintained
8737 F:      arch/nios2/
8738
8739 NOKIA N900 POWER SUPPLY DRIVERS
8740 R:      Pali Rohár <[email protected]>
8741 F:      include/linux/power/bq2415x_charger.h
8742 F:      include/linux/power/bq27xxx_battery.h
8743 F:      include/linux/power/isp1704_charger.h
8744 F:      drivers/power/supply/bq2415x_charger.c
8745 F:      drivers/power/supply/bq27xxx_battery.c
8746 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8747 F:      drivers/power/supply/isp1704_charger.c
8748 F:      drivers/power/supply/rx51_battery.c
8749
8750 NTB DRIVER CORE
8751 M:      Jon Mason <[email protected]>
8752 M:      Dave Jiang <[email protected]>
8753 M:      Allen Hubbe <[email protected]>
8754 L:      [email protected]
8755 S:      Supported
8756 W:      https://github.com/jonmason/ntb/wiki
8757 T:      git git://github.com/jonmason/ntb.git
8758 F:      drivers/ntb/
8759 F:      drivers/net/ntb_netdev.c
8760 F:      include/linux/ntb.h
8761 F:      include/linux/ntb_transport.h
8762 F:      tools/testing/selftests/ntb/
8763
8764 NTB INTEL DRIVER
8765 M:      Jon Mason <[email protected]>
8766 M:      Dave Jiang <[email protected]>
8767 L:      [email protected]
8768 S:      Supported
8769 W:      https://github.com/jonmason/ntb/wiki
8770 T:      git git://github.com/jonmason/ntb.git
8771 F:      drivers/ntb/hw/intel/
8772
8773 NTB AMD DRIVER
8774 M:      Xiangliang Yu <[email protected]>
8775 L:      [email protected]
8776 S:      Supported
8777 F:      drivers/ntb/hw/amd/
8778
8779 NTFS FILESYSTEM
8780 M:      Anton Altaparmakov <[email protected]>
8781 L:      [email protected]
8782 W:      http://www.tuxera.com/
8783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8784 S:      Supported
8785 F:      Documentation/filesystems/ntfs.txt
8786 F:      fs/ntfs/
8787
8788 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8789 M:      Antonino Daplas <[email protected]>
8790 L:      [email protected]
8791 S:      Maintained
8792 F:      drivers/video/fbdev/riva/
8793 F:      drivers/video/fbdev/nvidia/
8794
8795 NVM EXPRESS DRIVER
8796 M:      Keith Busch <[email protected]>
8797 M:      Jens Axboe <[email protected]>
8798 L:      [email protected]
8799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8800 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8801 S:      Supported
8802 F:      drivers/nvme/host/
8803 F:      include/linux/nvme.h
8804
8805 NVM EXPRESS TARGET DRIVER
8806 M:      Christoph Hellwig <[email protected]>
8807 M:      Sagi Grimberg <[email protected]>
8808 L:      [email protected]
8809 S:      Supported
8810 F:      drivers/nvme/target/
8811
8812 NVM EXPRESS FC TRANSPORT DRIVERS
8813 M:      James Smart <[email protected]>
8814 L:      [email protected]
8815 S:      Supported
8816 F:      include/linux/nvme-fc.h
8817 F:      include/linux/nvme-fc-driver.h
8818 F:      drivers/nvme/host/fc.c
8819 F:      drivers/nvme/target/fc.c
8820 F:      drivers/nvme/target/fcloop.c
8821
8822 NVMEM FRAMEWORK
8823 M:      Srinivas Kandagatla <[email protected]>
8824 M:      Maxime Ripard <[email protected]>
8825 S:      Maintained
8826 F:      drivers/nvmem/
8827 F:      Documentation/devicetree/bindings/nvmem/
8828 F:      include/linux/nvmem-consumer.h
8829 F:      include/linux/nvmem-provider.h
8830
8831 NXP-NCI NFC DRIVER
8832 M:      Clément Perrochaud <[email protected]>
8833 R:      Charles Gorand <[email protected]>
8834 L:      [email protected] (moderated for non-subscribers)
8835 S:      Supported
8836 F:      drivers/nfc/nxp-nci
8837
8838 NXP TDA998X DRM DRIVER
8839 M:      Russell King <[email protected]>
8840 S:      Supported
8841 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8842 F:      include/drm/i2c/tda998x.h
8843
8844 NXP TFA9879 DRIVER
8845 M:      Peter Rosin <[email protected]>
8846 L:      [email protected] (moderated for non-subscribers)
8847 S:      Maintained
8848 F:      sound/soc/codecs/tfa9879*
8849
8850 OBJTOOL
8851 M:      Josh Poimboeuf <[email protected]>
8852 S:      Supported
8853 F:      tools/objtool/
8854
8855 OMAP SUPPORT
8856 M:      Tony Lindgren <[email protected]>
8857 L:      [email protected]
8858 W:      http://www.muru.com/linux/omap/
8859 W:      http://linux.omap.com/
8860 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8862 S:      Maintained
8863 F:      arch/arm/*omap*/
8864 F:      arch/arm/configs/omap1_defconfig
8865 F:      arch/arm/configs/omap2plus_defconfig
8866 F:      drivers/i2c/busses/i2c-omap.c
8867 F:      drivers/irqchip/irq-omap-intc.c
8868 F:      drivers/mfd/*omap*.c
8869 F:      drivers/mfd/menelaus.c
8870 F:      drivers/mfd/palmas.c
8871 F:      drivers/mfd/tps65217.c
8872 F:      drivers/mfd/tps65218.c
8873 F:      drivers/mfd/tps65910.c
8874 F:      drivers/mfd/twl-core.[ch]
8875 F:      drivers/mfd/twl4030*.c
8876 F:      drivers/mfd/twl6030*.c
8877 F:      drivers/mfd/twl6040*.c
8878 F:      drivers/regulator/palmas-regulator*.c
8879 F:      drivers/regulator/pbias-regulator.c
8880 F:      drivers/regulator/tps65217-regulator.c
8881 F:      drivers/regulator/tps65218-regulator.c
8882 F:      drivers/regulator/tps65910-regulator.c
8883 F:      drivers/regulator/twl-regulator.c
8884 F:      drivers/regulator/twl6030-regulator.c
8885 F:      include/linux/i2c-omap.h
8886
8887 OMAP DEVICE TREE SUPPORT
8888 M:      Benoît Cousson <[email protected]>
8889 M:      Tony Lindgren <[email protected]>
8890 L:      [email protected]
8891 L:      [email protected]
8892 S:      Maintained
8893 F:      arch/arm/boot/dts/*omap*
8894 F:      arch/arm/boot/dts/*am3*
8895 F:      arch/arm/boot/dts/*am4*
8896 F:      arch/arm/boot/dts/*am5*
8897 F:      arch/arm/boot/dts/*dra7*
8898
8899 OMAP CLOCK FRAMEWORK SUPPORT
8900 M:      Paul Walmsley <[email protected]>
8901 L:      [email protected]
8902 S:      Maintained
8903 F:      arch/arm/*omap*/*clock*
8904
8905 OMAP POWER MANAGEMENT SUPPORT
8906 M:      Kevin Hilman <[email protected]>
8907 L:      [email protected]
8908 S:      Maintained
8909 F:      arch/arm/*omap*/*pm*
8910 F:      drivers/cpufreq/omap-cpufreq.c
8911
8912 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8913 M:      Rajendra Nayak <[email protected]>
8914 M:      Paul Walmsley <[email protected]>
8915 L:      [email protected]
8916 S:      Maintained
8917 F:      arch/arm/mach-omap2/prm*
8918
8919 OMAP AUDIO SUPPORT
8920 M:      Peter Ujfalusi <[email protected]>
8921 M:      Jarkko Nikula <[email protected]>
8922 L:      [email protected] (moderated for non-subscribers)
8923 L:      [email protected]
8924 S:      Maintained
8925 F:      sound/soc/omap/
8926
8927 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8928 M:      Roger Quadros <[email protected]>
8929 M:      Tony Lindgren <[email protected]>
8930 L:      [email protected]
8931 S:      Maintained
8932 F:      drivers/memory/omap-gpmc.c
8933 F:      arch/arm/mach-omap2/*gpmc*
8934
8935 OMAP FRAMEBUFFER SUPPORT
8936 M:      Tomi Valkeinen <[email protected]>
8937 L:      [email protected]
8938 L:      [email protected]
8939 S:      Maintained
8940 F:      drivers/video/fbdev/omap/
8941
8942 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8943 M:      Tomi Valkeinen <[email protected]>
8944 L:      [email protected]
8945 L:      [email protected]
8946 S:      Maintained
8947 F:      drivers/video/fbdev/omap2/
8948 F:      Documentation/arm/OMAP/DSS
8949
8950 OMAP HARDWARE SPINLOCK SUPPORT
8951 M:      Ohad Ben-Cohen <[email protected]>
8952 L:      [email protected]
8953 S:      Maintained
8954 F:      drivers/hwspinlock/omap_hwspinlock.c
8955
8956 OMAP MMC SUPPORT
8957 M:      Jarkko Lavinen <[email protected]>
8958 L:      [email protected]
8959 S:      Maintained
8960 F:      drivers/mmc/host/omap.c
8961
8962 OMAP HS MMC SUPPORT
8963 L:      [email protected]
8964 L:      [email protected]
8965 S:      Orphan
8966 F:      drivers/mmc/host/omap_hsmmc.c
8967
8968 OMAP RANDOM NUMBER GENERATOR SUPPORT
8969 M:      Deepak Saxena <[email protected]>
8970 S:      Maintained
8971 F:      drivers/char/hw_random/omap-rng.c
8972
8973 OMAP HWMOD SUPPORT
8974 M:      Benoît Cousson <[email protected]>
8975 M:      Paul Walmsley <[email protected]>
8976 L:      [email protected]
8977 S:      Maintained
8978 F:      arch/arm/mach-omap2/omap_hwmod.*
8979
8980 OMAP HWMOD DATA
8981 M:      Paul Walmsley <[email protected]>
8982 L:      [email protected]
8983 S:      Maintained
8984 F:      arch/arm/mach-omap2/omap_hwmod*data*
8985
8986 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8987 M:      Benoît Cousson <[email protected]>
8988 L:      [email protected]
8989 S:      Maintained
8990 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8991
8992 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8993 M:      Laurent Pinchart <[email protected]>
8994 L:      [email protected]
8995 S:      Maintained
8996 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8997 F:      drivers/media/platform/omap3isp/
8998 F:      drivers/staging/media/omap4iss/
8999
9000 OMAP USB SUPPORT
9001 L:      [email protected]
9002 L:      [email protected]
9003 S:      Orphan
9004 F:      drivers/usb/*/*omap*
9005 F:      arch/arm/*omap*/usb*
9006
9007 OMAP GPIO DRIVER
9008 M:      Grygorii Strashko <[email protected]>
9009 M:      Santosh Shilimkar <[email protected]>
9010 M:      Kevin Hilman <[email protected]>
9011 L:      [email protected]
9012 S:      Maintained
9013 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9014 F:      drivers/gpio/gpio-omap.c
9015
9016 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9017 M:      Mark Jackson <[email protected]>
9018 L:      [email protected]
9019 S:      Maintained
9020 F:      arch/arm/boot/dts/am335x-nano.dts
9021
9022 OMFS FILESYSTEM
9023 M:      Bob Copeland <[email protected]>
9024 L:      [email protected]
9025 S:      Maintained
9026 F:      Documentation/filesystems/omfs.txt
9027 F:      fs/omfs/
9028
9029 OMNIKEY CARDMAN 4000 DRIVER
9030 M:      Harald Welte <[email protected]>
9031 S:      Maintained
9032 F:      drivers/char/pcmcia/cm4000_cs.c
9033 F:      include/linux/cm4000_cs.h
9034 F:      include/uapi/linux/cm4000_cs.h
9035
9036 OMNIKEY CARDMAN 4040 DRIVER
9037 M:      Harald Welte <[email protected]>
9038 S:      Maintained
9039 F:      drivers/char/pcmcia/cm4040_cs.*
9040
9041 OMNIVISION OV7670 SENSOR DRIVER
9042 M:      Jonathan Corbet <[email protected]>
9043 L:      [email protected]
9044 T:      git git://linuxtv.org/media_tree.git
9045 S:      Maintained
9046 F:      drivers/media/i2c/ov7670.c
9047
9048 ONENAND FLASH DRIVER
9049 M:      Kyungmin Park <[email protected]>
9050 L:      [email protected]
9051 S:      Maintained
9052 F:      drivers/mtd/onenand/
9053 F:      include/linux/mtd/onenand*.h
9054
9055 ONSTREAM SCSI TAPE DRIVER
9056 M:      Willem Riede <[email protected]>
9057 L:      [email protected]
9058 L:      [email protected]
9059 S:      Maintained
9060 F:      Documentation/scsi/osst.txt
9061 F:      drivers/scsi/osst.*
9062 F:      drivers/scsi/osst_*.h
9063 F:      drivers/scsi/st.h
9064
9065 OPENCORES I2C BUS DRIVER
9066 M:      Peter Korsgaard <[email protected]>
9067 L:      [email protected]
9068 S:      Maintained
9069 F:      Documentation/i2c/busses/i2c-ocores
9070 F:      drivers/i2c/busses/i2c-ocores.c
9071
9072 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9073 M:      Rob Herring <[email protected]>
9074 M:      Frank Rowand <[email protected]>
9075 L:      [email protected]
9076 W:      http://www.devicetree.org/
9077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9078 S:      Maintained
9079 F:      drivers/of/
9080 F:      include/linux/of*.h
9081 F:      scripts/dtc/
9082
9083 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9084 M:      Rob Herring <[email protected]>
9085 M:      Mark Rutland <[email protected]>
9086 L:      [email protected]
9087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9088 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9089 S:      Maintained
9090 F:      Documentation/devicetree/
9091 F:      arch/*/boot/dts/
9092 F:      include/dt-bindings/
9093
9094 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9095 M:      Pantelis Antoniou <[email protected]>
9096 L:      [email protected]
9097 S:      Maintained
9098 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9099 F:      Documentation/devicetree/overlay-notes.txt
9100 F:      drivers/of/overlay.c
9101 F:      drivers/of/resolver.c
9102
9103 OPENRISC ARCHITECTURE
9104 M:      Jonas Bonn <[email protected]>
9105 M:      Stefan Kristiansson <[email protected]>
9106 M:      Stafford Horne <[email protected]>
9107 L:      [email protected]
9108 W:      http://openrisc.io
9109 S:      Maintained
9110 F:      arch/openrisc/
9111
9112 OPENVSWITCH
9113 M:      Pravin Shelar <[email protected]>
9114 L:      [email protected]
9115 L:      [email protected]
9116 W:      http://openvswitch.org
9117 S:      Maintained
9118 F:      net/openvswitch/
9119 F:      include/uapi/linux/openvswitch.h
9120
9121 OPERATING PERFORMANCE POINTS (OPP)
9122 M:      Viresh Kumar <[email protected]>
9123 M:      Nishanth Menon <[email protected]>
9124 M:      Stephen Boyd <[email protected]>
9125 L:      [email protected]
9126 S:      Maintained
9127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9128 F:      drivers/base/power/opp/
9129 F:      include/linux/pm_opp.h
9130 F:      Documentation/power/opp.txt
9131 F:      Documentation/devicetree/bindings/opp/
9132
9133 OPL4 DRIVER
9134 M:      Clemens Ladisch <[email protected]>
9135 L:      [email protected] (moderated for non-subscribers)
9136 T:      git git://git.alsa-project.org/alsa-kernel.git
9137 S:      Maintained
9138 F:      sound/drivers/opl4/
9139
9140 OPROFILE
9141 M:      Robert Richter <[email protected]>
9142 L:      [email protected]
9143 S:      Maintained
9144 F:      arch/*/include/asm/oprofile*.h
9145 F:      arch/*/oprofile/
9146 F:      drivers/oprofile/
9147 F:      include/linux/oprofile.h
9148
9149 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9150 M:      Mark Fasheh <[email protected]>
9151 M:      Joel Becker <[email protected]>
9152 L:      [email protected] (moderated for non-subscribers)
9153 W:      http://ocfs2.wiki.kernel.org
9154 S:      Supported
9155 F:      Documentation/filesystems/ocfs2.txt
9156 F:      Documentation/filesystems/dlmfs.txt
9157 F:      fs/ocfs2/
9158
9159 ORINOCO DRIVER
9160 L:      [email protected]
9161 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9162 W:      http://www.nongnu.org/orinoco/
9163 S:      Orphan
9164 F:      drivers/net/wireless/intersil/orinoco/
9165
9166 OSD LIBRARY and FILESYSTEM
9167 M:      Boaz Harrosh <[email protected]>
9168 M:      Benny Halevy <[email protected]>
9169 L:      [email protected]
9170 W:      http://open-osd.org
9171 T:      git git://git.open-osd.org/open-osd.git
9172 S:      Maintained
9173 F:      drivers/scsi/osd/
9174 F:      include/scsi/osd_*
9175 F:      fs/exofs/
9176
9177 OVERLAY FILESYSTEM
9178 M:      Miklos Szeredi <[email protected]>
9179 L:      [email protected]
9180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9181 S:      Supported
9182 F:      fs/overlayfs/
9183 F:      Documentation/filesystems/overlayfs.txt
9184
9185 ORANGEFS FILESYSTEM
9186 M:      Mike Marshall <[email protected]>
9187 L:      [email protected] (subscribers-only)
9188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9189 S:      Supported
9190 F:      fs/orangefs/
9191 F:      Documentation/filesystems/orangefs.txt
9192
9193 P54 WIRELESS DRIVER
9194 M:      Christian Lamparter <[email protected]>
9195 L:      [email protected]
9196 W:      http://wireless.kernel.org/en/users/Drivers/p54
9197 S:      Maintained
9198 F:      drivers/net/wireless/intersil/p54/
9199
9200 PA SEMI ETHERNET DRIVER
9201 L:      [email protected]
9202 S:      Orphan
9203 F:      drivers/net/ethernet/pasemi/*
9204
9205 PA SEMI SMBUS DRIVER
9206 L:      [email protected]
9207 S:      Orphan
9208 F:      drivers/i2c/busses/i2c-pasemi.c
9209
9210 PADATA PARALLEL EXECUTION MECHANISM
9211 M:      Steffen Klassert <[email protected]>
9212 L:      [email protected]
9213 S:      Maintained
9214 F:      kernel/padata.c
9215 F:      include/linux/padata.h
9216 F:      Documentation/padata.txt
9217
9218 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9219 M:      Harald Welte <[email protected]>
9220 L:      [email protected]
9221 S:      Maintained
9222 F:      drivers/platform/x86/panasonic-laptop.c
9223
9224 PANASONIC MN10300/AM33/AM34 PORT
9225 M:      David Howells <[email protected]>
9226 L:      [email protected] (moderated for non-subscribers)
9227 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9228 S:      Maintained
9229 F:      Documentation/mn10300/
9230 F:      arch/mn10300/
9231
9232 PARALLEL LCD/KEYPAD PANEL DRIVER
9233 M:      Willy Tarreau <[email protected]>
9234 M:      Ksenija Stanojevic <[email protected]>
9235 S:      Odd Fixes
9236 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9237 F:      drivers/misc/panel.c
9238
9239 PARALLEL PORT SUBSYSTEM
9240 M:      Sudip Mukherjee <[email protected]>
9241 M:      Sudip Mukherjee <[email protected]>
9242 L:      [email protected] (subscribers-only)
9243 S:      Maintained
9244 F:      drivers/parport/
9245 F:      include/linux/parport*.h
9246 F:      drivers/char/ppdev.c
9247 F:      include/uapi/linux/ppdev.h
9248 F:      Documentation/parport*.txt
9249
9250 PARAVIRT_OPS INTERFACE
9251 M:      Jeremy Fitzhardinge <[email protected]>
9252 M:      Chris Wright <[email protected]>
9253 M:      Alok Kataria <[email protected]>
9254 M:      Rusty Russell <[email protected]>
9255 L:      [email protected]
9256 S:      Supported
9257 F:      Documentation/virtual/paravirt_ops.txt
9258 F:      arch/*/kernel/paravirt*
9259 F:      arch/*/include/asm/paravirt.h
9260 F:      include/linux/hypervisor.h
9261
9262 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9263 M:      Tim Waugh <[email protected]>
9264 L:      [email protected] (subscribers-only)
9265 S:      Maintained
9266 F:      Documentation/blockdev/paride.txt
9267 F:      drivers/block/paride/
9268
9269 PARISC ARCHITECTURE
9270 M:      "James E.J. Bottomley" <[email protected]>
9271 M:      Helge Deller <[email protected]>
9272 L:      [email protected]
9273 W:      http://www.parisc-linux.org/
9274 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9277 S:      Maintained
9278 F:      arch/parisc/
9279 F:      Documentation/parisc/
9280 F:      drivers/parisc/
9281 F:      drivers/char/agp/parisc-agp.c
9282 F:      drivers/input/serio/gscps2.c
9283 F:      drivers/parport/parport_gsc.*
9284 F:      drivers/tty/serial/8250/8250_gsc.c
9285 F:      drivers/video/fbdev/sti*
9286 F:      drivers/video/console/sti*
9287 F:      drivers/video/logo/logo_parisc*
9288
9289 PC87360 HARDWARE MONITORING DRIVER
9290 M:      Jim Cromie <[email protected]>
9291 L:      [email protected]
9292 S:      Maintained
9293 F:      Documentation/hwmon/pc87360
9294 F:      drivers/hwmon/pc87360.c
9295
9296 PC8736x GPIO DRIVER
9297 M:      Jim Cromie <[email protected]>
9298 S:      Maintained
9299 F:      drivers/char/pc8736x_gpio.c
9300
9301 PC87427 HARDWARE MONITORING DRIVER
9302 M:      Jean Delvare <[email protected]>
9303 L:      [email protected]
9304 S:      Maintained
9305 F:      Documentation/hwmon/pc87427
9306 F:      drivers/hwmon/pc87427.c
9307
9308 PCA9532 LED DRIVER
9309 M:      Riku Voipio <[email protected]>
9310 S:      Maintained
9311 F:      drivers/leds/leds-pca9532.c
9312 F:      include/linux/leds-pca9532.h
9313
9314 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9315 M:      Guenter Roeck <[email protected]>
9316 L:      [email protected]
9317 S:      Maintained
9318 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9319
9320 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9321 M:      Khalid Aziz <[email protected]>
9322 S:      Maintained
9323 F:      drivers/firmware/pcdp.*
9324
9325 PCI ERROR RECOVERY
9326 M:      Linas Vepstas <[email protected]>
9327 L:      [email protected]
9328 S:      Supported
9329 F:      Documentation/PCI/pci-error-recovery.txt
9330
9331 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9332 M:      Russell Currey <[email protected]>
9333 L:      [email protected]
9334 S:      Supported
9335 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9336 F:      arch/powerpc/kernel/eeh*.c
9337 F:      arch/powerpc/platforms/*/eeh*.c
9338 F:      arch/powerpc/include/*/eeh*.h
9339
9340 PCI SUBSYSTEM
9341 M:      Bjorn Helgaas <[email protected]>
9342 L:      [email protected]
9343 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9345 S:      Supported
9346 F:      Documentation/devicetree/bindings/pci/
9347 F:      Documentation/PCI/
9348 F:      drivers/pci/
9349 F:      include/linux/pci*
9350 F:      arch/x86/pci/
9351 F:      arch/x86/kernel/quirks.c
9352
9353 PCI DRIVER FOR ALTERA PCIE IP
9354 M:      Ley Foon Tan <[email protected]>
9355 L:      [email protected] (moderated for non-subscribers)
9356 L:      [email protected]
9357 S:      Supported
9358 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9359 F:      drivers/pci/host/pcie-altera.c
9360
9361 PCI DRIVER FOR ARM VERSATILE PLATFORM
9362 M:      Rob Herring <[email protected]>
9363 L:      [email protected]
9364 L:      [email protected]
9365 S:      Maintained
9366 F:      Documentation/devicetree/bindings/pci/versatile.txt
9367 F:      drivers/pci/host/pci-versatile.c
9368
9369 PCI DRIVER FOR ARMADA 8K
9370 M:      Thomas Petazzoni <[email protected]>
9371 L:      [email protected]
9372 L:      [email protected]
9373 S:      Maintained
9374 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9375 F:      drivers/pci/host/pcie-armada8k.c
9376
9377 PCI DRIVER FOR APPLIEDMICRO XGENE
9378 M:      Tanmay Inamdar <[email protected]>
9379 L:      [email protected]
9380 L:      [email protected]
9381 S:      Maintained
9382 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9383 F:      drivers/pci/host/pci-xgene.c
9384
9385 PCI DRIVER FOR FREESCALE LAYERSCAPE
9386 M:      Minghuan Lian <[email protected]>
9387 M:      Mingkai Hu <[email protected]>
9388 M:      Roy Zang <[email protected]>
9389 L:      [email protected]
9390 L:      [email protected]
9391 L:      [email protected]
9392 S:      Maintained
9393 F:      drivers/pci/host/*layerscape*
9394
9395 PCI DRIVER FOR IMX6
9396 M:      Richard Zhu <[email protected]>
9397 M:      Lucas Stach <[email protected]>
9398 L:      [email protected]
9399 L:      [email protected] (moderated for non-subscribers)
9400 S:      Maintained
9401 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9402 F:      drivers/pci/host/*imx6*
9403
9404 PCI DRIVER FOR TI KEYSTONE
9405 M:      Murali Karicheri <[email protected]>
9406 L:      [email protected]
9407 L:      [email protected] (moderated for non-subscribers)
9408 S:      Maintained
9409 F:      drivers/pci/host/*keystone*
9410
9411 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9412 M:      Thomas Petazzoni <[email protected]>
9413 M:      Jason Cooper <[email protected]>
9414 L:      [email protected]
9415 L:      [email protected] (moderated for non-subscribers)
9416 S:      Maintained
9417 F:      drivers/pci/host/*mvebu*
9418
9419 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9420 M:      Thomas Petazzoni <[email protected]>
9421 L:      [email protected]
9422 L:      [email protected] (moderated for non-subscribers)
9423 S:      Maintained
9424 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9425 F:      drivers/pci/host/pci-aardvark.c
9426
9427 PCI DRIVER FOR NVIDIA TEGRA
9428 M:      Thierry Reding <[email protected]>
9429 L:      [email protected]
9430 L:      [email protected]
9431 S:      Supported
9432 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9433 F:      drivers/pci/host/pci-tegra.c
9434
9435 PCI DRIVER FOR TI DRA7XX
9436 M:      Kishon Vijay Abraham I <[email protected]>
9437 L:      [email protected]
9438 L:      [email protected]
9439 S:      Supported
9440 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9441 F:      drivers/pci/host/pci-dra7xx.c
9442
9443 PCI DRIVER FOR RENESAS R-CAR
9444 M:      Simon Horman <[email protected]>
9445 L:      [email protected]
9446 L:      [email protected]
9447 S:      Maintained
9448 F:      drivers/pci/host/*rcar*
9449
9450 PCI DRIVER FOR SAMSUNG EXYNOS
9451 M:      Jingoo Han <[email protected]>
9452 L:      [email protected]
9453 L:      [email protected] (moderated for non-subscribers)
9454 L:      [email protected] (moderated for non-subscribers)
9455 S:      Maintained
9456 F:      drivers/pci/host/pci-exynos.c
9457
9458 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9459 M:      Jingoo Han <[email protected]>
9460 M:      Joao Pinto <[email protected]>
9461 L:      [email protected]
9462 S:      Maintained
9463 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9464 F:      drivers/pci/host/*designware*
9465
9466 PCI DRIVER FOR GENERIC OF HOSTS
9467 M:      Will Deacon <[email protected]>
9468 L:      [email protected]
9469 L:      [email protected] (moderated for non-subscribers)
9470 S:      Maintained
9471 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9472 F:      drivers/pci/host/pci-host-common.c
9473 F:      drivers/pci/host/pci-host-generic.c
9474
9475 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9476 M:      Keith Busch <[email protected]>
9477 L:      [email protected]
9478 S:      Supported
9479 F:      drivers/pci/host/vmd.c
9480
9481 PCIE DRIVER FOR ST SPEAR13XX
9482 M:      Pratyush Anand <[email protected]>
9483 L:      [email protected]
9484 S:      Maintained
9485 F:      drivers/pci/host/*spear*
9486
9487 PCI MSI DRIVER FOR ALTERA MSI IP
9488 M:      Ley Foon Tan <[email protected]>
9489 L:      [email protected] (moderated for non-subscribers)
9490 L:      [email protected]
9491 S:      Supported
9492 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9493 F:      drivers/pci/host/pcie-altera-msi.c
9494
9495 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9496 M:      Duc Dang <[email protected]>
9497 L:      [email protected]
9498 L:      [email protected]
9499 S:      Maintained
9500 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9501 F:      drivers/pci/host/pci-xgene-msi.c
9502
9503 PCIE DRIVER FOR AXIS ARTPEC
9504 M:      Niklas Cassel <[email protected]>
9505 M:      Jesper Nilsson <[email protected]>
9506 L:      [email protected]
9507 L:      [email protected]
9508 S:      Maintained
9509 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9510 F:      drivers/pci/host/*artpec*
9511
9512 PCIE DRIVER FOR HISILICON
9513 M:      Zhou Wang <[email protected]>
9514 M:      Gabriele Paoloni <[email protected]>
9515 L:      [email protected]
9516 S:      Maintained
9517 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9518 F:      drivers/pci/host/pcie-hisi.c
9519
9520 PCIE DRIVER FOR ROCKCHIP
9521 M:      Shawn Lin <[email protected]>
9522 M:      Wenrui Li <[email protected]>
9523 L:      [email protected]
9524 L:      [email protected]
9525 S:      Maintained
9526 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9527 F:      drivers/pci/host/pcie-rockchip.c
9528
9529 PCIE DRIVER FOR QUALCOMM MSM
9530 M:     Stanimir Varbanov <[email protected]>
9531 L:     [email protected]
9532 L:     [email protected]
9533 S:     Maintained
9534 F:     drivers/pci/host/*qcom*
9535
9536 PCIE DRIVER FOR CAVIUM THUNDERX
9537 M:      David Daney <[email protected]>
9538 L:      [email protected]
9539 L:      [email protected] (moderated for non-subscribers)
9540 S:      Supported
9541 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9542 F:      drivers/pci/host/pci-thunder-*
9543
9544 PCMCIA SUBSYSTEM
9545 P:      Linux PCMCIA Team
9546 L:      [email protected]
9547 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9549 S:      Maintained
9550 F:      Documentation/pcmcia/
9551 F:      tools/pcmcia/
9552 F:      drivers/pcmcia/
9553 F:      include/pcmcia/
9554
9555 PCNET32 NETWORK DRIVER
9556 M:      Don Fry <[email protected]>
9557 L:      [email protected]
9558 S:      Maintained
9559 F:      drivers/net/ethernet/amd/pcnet32.c
9560
9561 PCRYPT PARALLEL CRYPTO ENGINE
9562 M:      Steffen Klassert <[email protected]>
9563 L:      [email protected]
9564 S:      Maintained
9565 F:      crypto/pcrypt.c
9566 F:      include/crypto/pcrypt.h
9567
9568 PER-CPU MEMORY ALLOCATOR
9569 M:      Tejun Heo <[email protected]>
9570 M:      Christoph Lameter <[email protected]>
9571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9572 S:      Maintained
9573 F:      include/linux/percpu*.h
9574 F:      mm/percpu*.c
9575 F:      arch/*/include/asm/percpu.h
9576
9577 PER-TASK DELAY ACCOUNTING
9578 M:      Balbir Singh <[email protected]>
9579 S:      Maintained
9580 F:      include/linux/delayacct.h
9581 F:      kernel/delayacct.c
9582
9583 PERFORMANCE EVENTS SUBSYSTEM
9584 M:      Peter Zijlstra <[email protected]>
9585 M:      Ingo Molnar <[email protected]>
9586 M:      Arnaldo Carvalho de Melo <[email protected]>
9587 R:      Alexander Shishkin <[email protected]>
9588 L:      [email protected]
9589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9590 S:      Supported
9591 F:      kernel/events/*
9592 F:      include/linux/perf_event.h
9593 F:      include/uapi/linux/perf_event.h
9594 F:      arch/*/kernel/perf_event*.c
9595 F:      arch/*/kernel/*/perf_event*.c
9596 F:      arch/*/kernel/*/*/perf_event*.c
9597 F:      arch/*/include/asm/perf_event.h
9598 F:      arch/*/kernel/perf_callchain.c
9599 F:      arch/*/events/*
9600 F:      tools/perf/
9601
9602 PERSONALITY HANDLING
9603 M:      Christoph Hellwig <[email protected]>
9604 L:      [email protected]
9605 S:      Maintained
9606 F:      include/linux/personality.h
9607 F:      include/uapi/linux/personality.h
9608
9609 PHONET PROTOCOL
9610 M:      Remi Denis-Courmont <[email protected]>
9611 S:      Supported
9612 F:      Documentation/networking/phonet.txt
9613 F:      include/linux/phonet.h
9614 F:      include/net/phonet/
9615 F:      include/uapi/linux/phonet.h
9616 F:      net/phonet/
9617
9618 PHRAM MTD DRIVER
9619 M:      Joern Engel <[email protected]>
9620 L:      [email protected]
9621 S:      Maintained
9622 F:      drivers/mtd/devices/phram.c
9623
9624 PICOLCD HID DRIVER
9625 M:      Bruno Prémont <[email protected]>
9626 L:      [email protected]
9627 S:      Maintained
9628 F:      drivers/hid/hid-picolcd*
9629
9630 PICOXCELL SUPPORT
9631 M:      Jamie Iles <[email protected]>
9632 L:      [email protected] (moderated for non-subscribers)
9633 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9634 S:      Supported
9635 F:      arch/arm/boot/dts/picoxcell*
9636 F:      arch/arm/mach-picoxcell/
9637 F:      drivers/crypto/picoxcell*
9638
9639 PIN CONTROL SUBSYSTEM
9640 M:      Linus Walleij <[email protected]>
9641 L:      [email protected]
9642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9643 S:      Maintained
9644 F:      Documentation/devicetree/bindings/pinctrl/
9645 F:      Documentation/pinctrl.txt
9646 F:      drivers/pinctrl/
9647 F:      include/linux/pinctrl/
9648
9649 PIN CONTROLLER - ATMEL AT91
9650 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9651 L:      [email protected] (moderated for non-subscribers)
9652 S:      Maintained
9653 F:      drivers/pinctrl/pinctrl-at91.*
9654
9655 PIN CONTROLLER - ATMEL AT91 PIO4
9656 M:      Ludovic Desroches <[email protected]>
9657 L:      [email protected] (moderated for non-subscribers)
9658 L:      [email protected]
9659 S:      Supported
9660 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9661
9662 PIN CONTROLLER - INTEL
9663 M:      Mika Westerberg <[email protected]>
9664 M:      Heikki Krogerus <[email protected]>
9665 S:      Maintained
9666 F:      drivers/pinctrl/intel/
9667
9668 PIN CONTROLLER - RENESAS
9669 M:      Laurent Pinchart <[email protected]>
9670 M:      Geert Uytterhoeven <[email protected]>
9671 L:      [email protected]
9672 S:      Maintained
9673 F:      drivers/pinctrl/sh-pfc/
9674
9675 PIN CONTROLLER - SAMSUNG
9676 M:      Tomasz Figa <[email protected]>
9677 M:      Krzysztof Kozlowski <[email protected]>
9678 M:      Sylwester Nawrocki <[email protected]>
9679 L:      [email protected] (moderated for non-subscribers)
9680 L:      [email protected] (moderated for non-subscribers)
9681 S:      Maintained
9682 F:      drivers/pinctrl/samsung/
9683 F:      include/dt-bindings/pinctrl/samsung.h
9684 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9685
9686 PIN CONTROLLER - SINGLE
9687 M:      Tony Lindgren <[email protected]>
9688 M:      Haojian Zhuang <[email protected]>
9689 L:      [email protected] (moderated for non-subscribers)
9690 L:      [email protected]
9691 S:      Maintained
9692 F:      drivers/pinctrl/pinctrl-single.c
9693
9694 PIN CONTROLLER - ST SPEAR
9695 M:      Viresh Kumar <[email protected]>
9696 L:      [email protected] (moderated for non-subscribers)
9697 W:      http://www.st.com/spear
9698 S:      Maintained
9699 F:      drivers/pinctrl/spear/
9700
9701 PISTACHIO SOC SUPPORT
9702 M:      James Hartley <[email protected]>
9703 M:      Ionela Voinescu <[email protected]>
9704 L:      [email protected]
9705 S:      Maintained
9706 F:      arch/mips/pistachio/
9707 F:      arch/mips/include/asm/mach-pistachio/
9708 F:      arch/mips/boot/dts/pistachio/
9709 F:      arch/mips/configs/pistachio*_defconfig
9710
9711 PKTCDVD DRIVER
9712 S:      Orphan
9713 M:      [email protected]
9714 F:      drivers/block/pktcdvd.c
9715 F:      include/linux/pktcdvd.h
9716 F:      include/uapi/linux/pktcdvd.h
9717
9718 PKUNITY SOC DRIVERS
9719 M:      Guan Xuetao <[email protected]>
9720 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9721 S:      Maintained
9722 T:      git git://github.com/gxt/linux.git
9723 F:      drivers/input/serio/i8042-unicore32io.h
9724 F:      drivers/i2c/busses/i2c-puv3.c
9725 F:      drivers/video/fbdev/fb-puv3.c
9726 F:      drivers/rtc/rtc-puv3.c
9727
9728 PMBUS HARDWARE MONITORING DRIVERS
9729 M:      Guenter Roeck <[email protected]>
9730 L:      [email protected]
9731 W:      http://hwmon.wiki.kernel.org/
9732 W:      http://www.roeck-us.net/linux/drivers/
9733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9734 S:      Maintained
9735 F:      Documentation/hwmon/pmbus
9736 F:      drivers/hwmon/pmbus/
9737 F:      include/linux/i2c/pmbus.h
9738
9739 PMC SIERRA MaxRAID DRIVER
9740 L:      [email protected]
9741 W:      http://www.pmc-sierra.com/
9742 S:      Orphan
9743 F:      drivers/scsi/pmcraid.*
9744
9745 PMC SIERRA PM8001 DRIVER
9746 M:      Jack Wang <[email protected]>
9747 M:      [email protected]
9748 L:      [email protected]
9749 L:      [email protected]
9750 S:      Supported
9751 F:      drivers/scsi/pm8001/
9752
9753 POSIX CLOCKS and TIMERS
9754 M:      Thomas Gleixner <[email protected]>
9755 L:      [email protected]
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9757 S:      Maintained
9758 F:      fs/timerfd.c
9759 F:      include/linux/timer*
9760 F:      kernel/time/*timer*
9761
9762 POWER MANAGEMENT CORE
9763 M:      "Rafael J. Wysocki" <[email protected]>
9764 L:      [email protected]
9765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9766 B:      https://bugzilla.kernel.org
9767 S:      Supported
9768 F:      drivers/base/power/
9769 F:      include/linux/pm.h
9770 F:      include/linux/pm_*
9771 F:      include/linux/powercap.h
9772 F:      drivers/powercap/
9773
9774 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9775 M:      Sebastian Reichel <[email protected]>
9776 L:      [email protected]
9777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9778 S:      Maintained
9779 F:      Documentation/devicetree/bindings/power/supply/
9780 F:      include/linux/power_supply.h
9781 F:      drivers/power/supply/
9782
9783 POWER STATE COORDINATION INTERFACE (PSCI)
9784 M:      Mark Rutland <[email protected]>
9785 M:      Lorenzo Pieralisi <[email protected]>
9786 L:      [email protected]
9787 S:      Maintained
9788 F:      drivers/firmware/psci.c
9789 F:      include/linux/psci.h
9790 F:      include/uapi/linux/psci.h
9791
9792 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9793 M:      Suraj Jitindar Singh <[email protected]>
9794 L:      [email protected]
9795 S:      Maintained
9796 F:      drivers/char/powernv-op-panel.c
9797
9798 PNP SUPPORT
9799 M:      "Rafael J. Wysocki" <[email protected]>
9800 S:      Maintained
9801 F:      drivers/pnp/
9802
9803 PPP PROTOCOL DRIVERS AND COMPRESSORS
9804 M:      Paul Mackerras <[email protected]>
9805 L:      [email protected]
9806 S:      Maintained
9807 F:      drivers/net/ppp/ppp_*
9808
9809 PPP OVER ATM (RFC 2364)
9810 M:      Mitchell Blank Jr <[email protected]>
9811 S:      Maintained
9812 F:      net/atm/pppoatm.c
9813 F:      include/uapi/linux/atmppp.h
9814
9815 PPP OVER ETHERNET
9816 M:      Michal Ostrowski <[email protected]>
9817 S:      Maintained
9818 F:      drivers/net/ppp/pppoe.c
9819 F:      drivers/net/ppp/pppox.c
9820
9821 PPP OVER L2TP
9822 M:      James Chapman <[email protected]>
9823 S:      Maintained
9824 F:      net/l2tp/l2tp_ppp.c
9825 F:      include/linux/if_pppol2tp.h
9826 F:      include/uapi/linux/if_pppol2tp.h
9827
9828 PPS SUPPORT
9829 M:      Rodolfo Giometti <[email protected]>
9830 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9831 L:      [email protected] (subscribers-only)
9832 S:      Maintained
9833 F:      Documentation/pps/
9834 F:      drivers/pps/
9835 F:      include/linux/pps*.h
9836
9837 PPTP DRIVER
9838 M:      Dmitry Kozlov <[email protected]>
9839 L:      [email protected]
9840 S:      Maintained
9841 F:      drivers/net/ppp/pptp.c
9842 W:      http://sourceforge.net/projects/accel-pptp
9843
9844 PREEMPTIBLE KERNEL
9845 M:      Robert Love <[email protected]>
9846 L:      [email protected]
9847 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9848 S:      Supported
9849 F:      Documentation/preempt-locking.txt
9850 F:      include/linux/preempt.h
9851
9852 PRISM54 WIRELESS DRIVER
9853 M:      "Luis R. Rodriguez" <[email protected]>
9854 L:      [email protected]
9855 W:      http://wireless.kernel.org/en/users/Drivers/p54
9856 S:      Obsolete
9857 F:      drivers/net/wireless/intersil/prism54/
9858
9859 PS3 NETWORK SUPPORT
9860 M:      Geoff Levand <[email protected]>
9861 L:      [email protected]
9862 L:      [email protected]
9863 S:      Maintained
9864 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9865
9866 PS3 PLATFORM SUPPORT
9867 M:      Geoff Levand <[email protected]>
9868 L:      [email protected]
9869 S:      Maintained
9870 F:      arch/powerpc/boot/ps3*
9871 F:      arch/powerpc/include/asm/lv1call.h
9872 F:      arch/powerpc/include/asm/ps3*.h
9873 F:      arch/powerpc/platforms/ps3/
9874 F:      drivers/*/ps3*
9875 F:      drivers/ps3/
9876 F:      drivers/rtc/rtc-ps3.c
9877 F:      drivers/usb/host/*ps3.c
9878 F:      sound/ppc/snd_ps3*
9879
9880 PS3VRAM DRIVER
9881 M:      Jim Paris <[email protected]>
9882 M:      Geoff Levand <[email protected]>
9883 L:      [email protected]
9884 S:      Maintained
9885 F:      drivers/block/ps3vram.c
9886
9887 PSTORE FILESYSTEM
9888 M:      Anton Vorontsov <[email protected]>
9889 M:      Colin Cross <[email protected]>
9890 M:      Kees Cook <[email protected]>
9891 M:      Tony Luck <[email protected]>
9892 S:      Maintained
9893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9894 F:      fs/pstore/
9895 F:      include/linux/pstore*
9896 F:      drivers/firmware/efi/efi-pstore.c
9897 F:      drivers/acpi/apei/erst.c
9898
9899 PTP HARDWARE CLOCK SUPPORT
9900 M:      Richard Cochran <[email protected]>
9901 L:      [email protected]
9902 S:      Maintained
9903 W:      http://linuxptp.sourceforge.net/
9904 F:      Documentation/ABI/testing/sysfs-ptp
9905 F:      Documentation/ptp/*
9906 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9907 F:      drivers/net/phy/dp83640*
9908 F:      drivers/ptp/*
9909 F:      include/linux/ptp_cl*
9910
9911 PTRACE SUPPORT
9912 M:      Roland McGrath <[email protected]>
9913 M:      Oleg Nesterov <[email protected]>
9914 S:      Maintained
9915 F:      include/asm-generic/syscall.h
9916 F:      include/linux/ptrace.h
9917 F:      include/linux/regset.h
9918 F:      include/linux/tracehook.h
9919 F:      include/uapi/linux/ptrace.h
9920 F:      kernel/ptrace.c
9921
9922 PULSE8-CEC DRIVER
9923 M:      Hans Verkuil <[email protected]>
9924 L:      [email protected]
9925 T:      git git://linuxtv.org/media_tree.git
9926 S:      Maintained
9927 F:      drivers/staging/media/pulse8-cec
9928
9929 PVRUSB2 VIDEO4LINUX DRIVER
9930 M:      Mike Isely <[email protected]>
9931 L:      [email protected]       (subscribers-only)
9932 L:      [email protected]
9933 W:      http://www.isely.net/pvrusb2/
9934 T:      git git://linuxtv.org/media_tree.git
9935 S:      Maintained
9936 F:      Documentation/media/v4l-drivers/pvrusb2*
9937 F:      drivers/media/usb/pvrusb2/
9938
9939 PWC WEBCAM DRIVER
9940 M:      Hans Verkuil <[email protected]>
9941 L:      [email protected]
9942 T:      git git://linuxtv.org/media_tree.git
9943 S:      Odd Fixes
9944 F:      drivers/media/usb/pwc/*
9945
9946 PWM FAN DRIVER
9947 M:      Kamil Debski <[email protected]>
9948 M:      Bartlomiej Zolnierkiewicz <[email protected]>
9949 L:      [email protected]
9950 S:      Supported
9951 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9952 F:      Documentation/hwmon/pwm-fan
9953 F:      drivers/hwmon/pwm-fan.c
9954
9955 PWM SUBSYSTEM
9956 M:      Thierry Reding <[email protected]>
9957 L:      [email protected]
9958 S:      Maintained
9959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9960 F:      Documentation/pwm.txt
9961 F:      Documentation/devicetree/bindings/pwm/
9962 F:      include/linux/pwm.h
9963 F:      drivers/pwm/
9964 F:      drivers/video/backlight/pwm_bl.c
9965 F:      include/linux/pwm_backlight.h
9966
9967 PXA2xx/PXA3xx SUPPORT
9968 M:      Daniel Mack <[email protected]>
9969 M:      Haojian Zhuang <[email protected]>
9970 M:      Robert Jarzmik <[email protected]>
9971 L:      [email protected] (moderated for non-subscribers)
9972 T:      git git://github.com/hzhuang1/linux.git
9973 T:      git git://github.com/rjarzmik/linux.git
9974 S:      Maintained
9975 F:      arch/arm/boot/dts/pxa*
9976 F:      arch/arm/mach-pxa/
9977 F:      drivers/dma/pxa*
9978 F:      drivers/pcmcia/pxa2xx*
9979 F:      drivers/pinctrl/pxa/
9980 F:      drivers/spi/spi-pxa2xx*
9981 F:      drivers/usb/gadget/udc/pxa2*
9982 F:      include/sound/pxa2xx-lib.h
9983 F:      sound/arm/pxa*
9984 F:      sound/soc/pxa/
9985
9986 PXA GPIO DRIVER
9987 M:      Robert Jarzmik <[email protected]>
9988 L:      [email protected]
9989 S:      Maintained
9990 F:      drivers/gpio/gpio-pxa.c
9991
9992 PXA3xx NAND FLASH DRIVER
9993 M:      Ezequiel Garcia <[email protected]>
9994 L:      [email protected]
9995 S:      Maintained
9996 F:      drivers/mtd/nand/pxa3xx_nand.c
9997
9998 MMP SUPPORT
9999 M:      Eric Miao <[email protected]>
10000 M:      Haojian Zhuang <[email protected]>
10001 L:      [email protected] (moderated for non-subscribers)
10002 T:      git git://github.com/hzhuang1/linux.git
10003 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10004 S:      Maintained
10005 F:      arch/arm/boot/dts/mmp*
10006 F:      arch/arm/mach-mmp/
10007
10008 PXA MMCI DRIVER
10009 S:      Orphan
10010
10011 PXA RTC DRIVER
10012 M:      Robert Jarzmik <[email protected]>
10013 L:      [email protected]
10014 S:      Maintained
10015
10016 QAT DRIVER
10017 M:      Giovanni Cabiddu <[email protected]>
10018 M:      Salvatore Benedetto <[email protected]>
10019 L:      [email protected]
10020 S:      Supported
10021 F:      drivers/crypto/qat/
10022
10023 QIB DRIVER
10024 M:      Mike Marciniszyn <[email protected]>
10025 L:      [email protected]
10026 S:      Supported
10027 F:      drivers/infiniband/hw/qib/
10028
10029 QLOGIC QLA1280 SCSI DRIVER
10030 M:      Michael Reed <[email protected]>
10031 L:      [email protected]
10032 S:      Maintained
10033 F:      drivers/scsi/qla1280.[ch]
10034
10035 QLOGIC QLA2XXX FC-SCSI DRIVER
10036 M:      [email protected]
10037 L:      [email protected]
10038 S:      Supported
10039 F:      Documentation/scsi/LICENSE.qla2xxx
10040 F:      drivers/scsi/qla2xxx/
10041
10042 QLOGIC QLA4XXX iSCSI DRIVER
10043 M:      [email protected]
10044 L:      [email protected]
10045 S:      Supported
10046 F:      Documentation/scsi/LICENSE.qla4xxx
10047 F:      drivers/scsi/qla4xxx/
10048
10049 QLOGIC QLA3XXX NETWORK DRIVER
10050 M:      [email protected]
10051 L:      [email protected]
10052 S:      Supported
10053 F:      Documentation/networking/LICENSE.qla3xxx
10054 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10055
10056 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10057 M:      Harish Patil <[email protected]>
10058 M:      Manish Chopra <[email protected]>
10059 M:      [email protected]
10060 L:      [email protected]
10061 S:      Supported
10062 F:      drivers/net/ethernet/qlogic/qlcnic/
10063
10064 QLOGIC QLGE 10Gb ETHERNET DRIVER
10065 M:      Harish Patil <[email protected]>
10066 M:      Manish Chopra <[email protected]>
10067 M:      [email protected]
10068 L:      [email protected]
10069 S:      Supported
10070 F:      drivers/net/ethernet/qlogic/qlge/
10071
10072 QLOGIC QL4xxx ETHERNET DRIVER
10073 M:      Yuval Mintz <[email protected]>
10074 M:      Ariel Elior <[email protected]>
10075 M:      [email protected]
10076 L:      [email protected]
10077 S:      Supported
10078 F:      drivers/net/ethernet/qlogic/qed/
10079 F:      include/linux/qed/
10080 F:      drivers/net/ethernet/qlogic/qede/
10081
10082 QNX4 FILESYSTEM
10083 M:      Anders Larsen <[email protected]>
10084 W:      http://www.alarsen.net/linux/qnx4fs/
10085 S:      Maintained
10086 F:      fs/qnx4/
10087 F:      include/uapi/linux/qnx4_fs.h
10088 F:      include/uapi/linux/qnxtypes.h
10089
10090 QORIQ DPAA2 FSL-MC BUS DRIVER
10091 M:      Stuart Yoder <[email protected]>
10092 L:      [email protected]
10093 S:      Maintained
10094 F:      drivers/staging/fsl-mc/
10095
10096 QT1010 MEDIA DRIVER
10097 M:      Antti Palosaari <[email protected]>
10098 L:      [email protected]
10099 W:      https://linuxtv.org
10100 W:      http://palosaari.fi/linux/
10101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10102 T:      git git://linuxtv.org/anttip/media_tree.git
10103 S:      Maintained
10104 F:      drivers/media/tuners/qt1010*
10105
10106 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10107 M:      QCA ath9k Development <[email protected]>
10108 L:      [email protected]
10109 L:      [email protected]
10110 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10111 S:      Supported
10112 F:      drivers/net/wireless/ath/ath9k/
10113
10114 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10115 M:      Kalle Valo <[email protected]>
10116 L:      [email protected]
10117 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10119 S:      Supported
10120 F:      drivers/net/wireless/ath/ath10k/
10121
10122 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10123 M:      Timur Tabi <[email protected]>
10124 L:      [email protected]
10125 S:      Supported
10126 F:      drivers/net/ethernet/qualcomm/emac/
10127
10128 QUALCOMM HEXAGON ARCHITECTURE
10129 M:      Richard Kuo <[email protected]>
10130 L:      [email protected]
10131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10132 S:      Supported
10133 F:      arch/hexagon/
10134
10135 QUALCOMM WCN36XX WIRELESS DRIVER
10136 M:      Eugene Krasnikov <[email protected]>
10137 L:      [email protected]
10138 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10139 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10140 S:      Supported
10141 F:      drivers/net/wireless/ath/wcn36xx/
10142
10143 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10144 M:      Gabriel Somlo <[email protected]>
10145 M:      "Michael S. Tsirkin" <[email protected]>
10146 L:      [email protected]
10147 S:      Maintained
10148 F:      drivers/firmware/qemu_fw_cfg.c
10149
10150 RADOS BLOCK DEVICE (RBD)
10151 M:      Ilya Dryomov <[email protected]>
10152 M:      Sage Weil <[email protected]>
10153 M:      Alex Elder <[email protected]>
10154 L:      [email protected]
10155 W:      http://ceph.com/
10156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10157 T:      git git://github.com/ceph/ceph-client.git
10158 S:      Supported
10159 F:      Documentation/ABI/testing/sysfs-bus-rbd
10160 F:      drivers/block/rbd.c
10161 F:      drivers/block/rbd_types.h
10162
10163 RADEON FRAMEBUFFER DISPLAY DRIVER
10164 M:      Benjamin Herrenschmidt <[email protected]>
10165 L:      [email protected]
10166 S:      Maintained
10167 F:      drivers/video/fbdev/aty/radeon*
10168 F:      include/uapi/linux/radeonfb.h
10169
10170 RADIOSHARK RADIO DRIVER
10171 M:      Hans Verkuil <[email protected]>
10172 L:      [email protected]
10173 T:      git git://linuxtv.org/media_tree.git
10174 S:      Maintained
10175 F:      drivers/media/radio/radio-shark.c
10176
10177 RADIOSHARK2 RADIO DRIVER
10178 M:      Hans Verkuil <[email protected]>
10179 L:      [email protected]
10180 T:      git git://linuxtv.org/media_tree.git
10181 S:      Maintained
10182 F:      drivers/media/radio/radio-shark2.c
10183 F:      drivers/media/radio/radio-tea5777.c
10184
10185 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10186 M:      Paul Mackerras <[email protected]>
10187 L:      [email protected]
10188 S:      Maintained
10189 F:      drivers/video/fbdev/aty/aty128fb.c
10190
10191 RALINK MIPS ARCHITECTURE
10192 M:      John Crispin <[email protected]>
10193 L:      [email protected]
10194 S:      Maintained
10195 F:      arch/mips/ralink
10196
10197 RALINK RT2X00 WIRELESS LAN DRIVER
10198 P:      rt2x00 project
10199 M:      Stanislaw Gruszka <[email protected]>
10200 M:      Helmut Schaa <[email protected]>
10201 L:      [email protected]
10202 S:      Maintained
10203 F:      drivers/net/wireless/ralink/rt2x00/
10204
10205 RAMDISK RAM BLOCK DEVICE DRIVER
10206 M:      Jens Axboe <[email protected]>
10207 S:      Maintained
10208 F:      Documentation/blockdev/ramdisk.txt
10209 F:      drivers/block/brd.c
10210
10211 RANDOM NUMBER DRIVER
10212 M:      "Theodore Ts'o" <[email protected]>
10213 S:      Maintained
10214 F:      drivers/char/random.c
10215
10216 RAPIDIO SUBSYSTEM
10217 M:      Matt Porter <[email protected]>
10218 M:      Alexandre Bounine <[email protected]>
10219 S:      Maintained
10220 F:      drivers/rapidio/
10221
10222 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10223 L:      [email protected]
10224 S:      Orphan
10225 F:      drivers/net/wireless/ray*
10226
10227 RCUTORTURE MODULE
10228 M:      Josh Triplett <[email protected]>
10229 M:      "Paul E. McKenney" <[email protected]>
10230 L:      [email protected]
10231 S:      Supported
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10233 F:      Documentation/RCU/torture.txt
10234 F:      kernel/rcu/rcutorture.c
10235
10236 RCUTORTURE TEST FRAMEWORK
10237 M:      "Paul E. McKenney" <[email protected]>
10238 M:      Josh Triplett <[email protected]>
10239 R:      Steven Rostedt <[email protected]>
10240 R:      Mathieu Desnoyers <[email protected]>
10241 R:      Lai Jiangshan <[email protected]>
10242 L:      [email protected]
10243 S:      Supported
10244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10245 F:      tools/testing/selftests/rcutorture
10246
10247 RDC R-321X SoC
10248 M:      Florian Fainelli <[email protected]>
10249 S:      Maintained
10250
10251 RDC R6040 FAST ETHERNET DRIVER
10252 M:      Florian Fainelli <[email protected]>
10253 L:      [email protected]
10254 S:      Maintained
10255 F:      drivers/net/ethernet/rdc/r6040.c
10256
10257 RDS - RELIABLE DATAGRAM SOCKETS
10258 M:      Santosh Shilimkar <[email protected]>
10259 L:      [email protected]
10260 L:      [email protected]
10261 L:      [email protected] (moderated for non-subscribers)
10262 W:      https://oss.oracle.com/projects/rds/
10263 S:      Supported
10264 F:      net/rds/
10265 F:      Documentation/networking/rds.txt
10266
10267 RDMAVT - RDMA verbs software
10268 M:      Dennis Dalessandro <[email protected]>
10269 L:      [email protected]
10270 S:      Supported
10271 F:      drivers/infiniband/sw/rdmavt
10272
10273 READ-COPY UPDATE (RCU)
10274 M:      "Paul E. McKenney" <[email protected]>
10275 M:      Josh Triplett <[email protected]>
10276 R:      Steven Rostedt <[email protected]>
10277 R:      Mathieu Desnoyers <[email protected]>
10278 R:      Lai Jiangshan <[email protected]>
10279 L:      [email protected]
10280 W:      http://www.rdrop.com/users/paulmck/RCU/
10281 S:      Supported
10282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10283 F:      Documentation/RCU/
10284 X:      Documentation/RCU/torture.txt
10285 F:      include/linux/rcu*
10286 X:      include/linux/srcu.h
10287 F:      kernel/rcu/
10288 X:      kernel/torture.c
10289
10290 REAL TIME CLOCK (RTC) SUBSYSTEM
10291 M:      Alessandro Zummo <[email protected]>
10292 M:      Alexandre Belloni <[email protected]>
10293 L:      [email protected]
10294 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10296 S:      Maintained
10297 F:      Documentation/devicetree/bindings/rtc/
10298 F:      Documentation/rtc.txt
10299 F:      drivers/rtc/
10300 F:      include/linux/rtc.h
10301 F:      include/uapi/linux/rtc.h
10302 F:      include/linux/rtc/
10303 F:      include/linux/platform_data/rtc-*
10304 F:      tools/testing/selftests/timers/rtctest.c
10305
10306 REALTEK AUDIO CODECS
10307 M:      Bard Liao <[email protected]>
10308 M:      Oder Chiou <[email protected]>
10309 S:      Maintained
10310 F:      sound/soc/codecs/rt*
10311 F:      include/sound/rt*.h
10312
10313 REISERFS FILE SYSTEM
10314 L:      [email protected]
10315 S:      Supported
10316 F:      fs/reiserfs/
10317
10318 REGISTER MAP ABSTRACTION
10319 M:      Mark Brown <[email protected]>
10320 L:      [email protected]
10321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10322 S:      Supported
10323 F:      Documentation/devicetree/bindings/regmap/
10324 F:      drivers/base/regmap/
10325 F:      include/linux/regmap.h
10326
10327 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10328 M:      Ohad Ben-Cohen <[email protected]>
10329 M:      Bjorn Andersson <[email protected]>
10330 L:      [email protected]
10331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10332 S:      Maintained
10333 F:      Documentation/devicetree/bindings/remoteproc/
10334 F:      Documentation/remoteproc.txt
10335 F:      drivers/remoteproc/
10336 F:      include/linux/remoteproc.h
10337
10338 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10339 M:      Ohad Ben-Cohen <[email protected]>
10340 M:      Bjorn Andersson <[email protected]>
10341 L:      [email protected]
10342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10343 S:      Maintained
10344 F:      drivers/rpmsg/
10345 F:      Documentation/rpmsg.txt
10346 F:      include/linux/rpmsg.h
10347
10348 RENESAS CLOCK DRIVERS
10349 M:      Geert Uytterhoeven <[email protected]>
10350 L:      [email protected]
10351 S:      Supported
10352 F:      drivers/clk/renesas/
10353
10354 RENESAS ETHERNET DRIVERS
10355 R:      Sergei Shtylyov <[email protected]>
10356 L:      [email protected]
10357 L:      [email protected]
10358 F:      drivers/net/ethernet/renesas/
10359 F:      include/linux/sh_eth.h
10360
10361 RENESAS USB2 PHY DRIVER
10362 M:      Yoshihiro Shimoda <[email protected]>
10363 L:      [email protected]
10364 S:      Maintained
10365 F:      drivers/phy/phy-rcar-gen3-usb2.c
10366
10367 RESET CONTROLLER FRAMEWORK
10368 M:      Philipp Zabel <[email protected]>
10369 T:      git git://git.pengutronix.de/git/pza/linux
10370 S:      Maintained
10371 F:      drivers/reset/
10372 F:      Documentation/devicetree/bindings/reset/
10373 F:      include/dt-bindings/reset/
10374 F:      include/linux/reset.h
10375 F:      include/linux/reset-controller.h
10376
10377 RFKILL
10378 M:      Johannes Berg <[email protected]>
10379 L:      [email protected]
10380 W:      http://wireless.kernel.org/
10381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10383 S:      Maintained
10384 F:      Documentation/rfkill.txt
10385 F:      net/rfkill/
10386
10387 RHASHTABLE
10388 M:      Thomas Graf <[email protected]>
10389 M:      Herbert Xu <[email protected]>
10390 L:      [email protected]
10391 S:      Maintained
10392 F:      lib/rhashtable.c
10393 F:      include/linux/rhashtable.h
10394
10395 RICOH SMARTMEDIA/XD DRIVER
10396 M:      Maxim Levitsky <[email protected]>
10397 S:      Maintained
10398 F:      drivers/mtd/nand/r852.c
10399 F:      drivers/mtd/nand/r852.h
10400
10401 RICOH R5C592 MEMORYSTICK DRIVER
10402 M:      Maxim Levitsky <[email protected]>
10403 S:      Maintained
10404 F:      drivers/memstick/host/r592.*
10405
10406 ROCCAT DRIVERS
10407 M:      Stefan Achatz <[email protected]>
10408 W:      http://sourceforge.net/projects/roccat/
10409 S:      Maintained
10410 F:      drivers/hid/hid-roccat*
10411 F:      include/linux/hid-roccat*
10412 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10413
10414 ROCKER DRIVER
10415 M:      Jiri Pirko <[email protected]>
10416 L:      [email protected]
10417 S:      Supported
10418 F:      drivers/net/ethernet/rocker/
10419
10420 ROCKETPORT DRIVER
10421 P:      Comtrol Corp.
10422 W:      http://www.comtrol.com
10423 S:      Maintained
10424 F:      Documentation/serial/rocket.txt
10425 F:      drivers/tty/rocket*
10426
10427 ROCKETPORT EXPRESS/INFINITY DRIVER
10428 M:      Kevin Cernekee <[email protected]>
10429 L:      [email protected]
10430 S:      Odd Fixes
10431 F:      drivers/tty/serial/rp2.*
10432
10433 ROSE NETWORK LAYER
10434 M:      Ralf Baechle <[email protected]>
10435 L:      [email protected]
10436 W:      http://www.linux-ax25.org/
10437 S:      Maintained
10438 F:      include/net/rose.h
10439 F:      include/uapi/linux/rose.h
10440 F:      net/rose/
10441
10442 RTL2830 MEDIA DRIVER
10443 M:      Antti Palosaari <[email protected]>
10444 L:      [email protected]
10445 W:      https://linuxtv.org
10446 W:      http://palosaari.fi/linux/
10447 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10448 T:      git git://linuxtv.org/anttip/media_tree.git
10449 S:      Maintained
10450 F:      drivers/media/dvb-frontends/rtl2830*
10451
10452 RTL2832 MEDIA DRIVER
10453 M:      Antti Palosaari <[email protected]>
10454 L:      [email protected]
10455 W:      https://linuxtv.org
10456 W:      http://palosaari.fi/linux/
10457 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10458 T:      git git://linuxtv.org/anttip/media_tree.git
10459 S:      Maintained
10460 F:      drivers/media/dvb-frontends/rtl2832*
10461
10462 RTL2832_SDR MEDIA DRIVER
10463 M:      Antti Palosaari <[email protected]>
10464 L:      [email protected]
10465 W:      https://linuxtv.org
10466 W:      http://palosaari.fi/linux/
10467 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10468 T:      git git://linuxtv.org/anttip/media_tree.git
10469 S:      Maintained
10470 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10471
10472 RTL8180 WIRELESS DRIVER
10473 L:      [email protected]
10474 W:      http://wireless.kernel.org/
10475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10476 S:      Orphan
10477 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10478
10479 RTL8187 WIRELESS DRIVER
10480 M:      Herton Ronaldo Krzesinski <[email protected]>
10481 M:      Hin-Tak Leung <[email protected]>
10482 M:      Larry Finger <[email protected]>
10483 L:      [email protected]
10484 W:      http://wireless.kernel.org/
10485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10486 S:      Maintained
10487 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10488
10489 RTL8192CE WIRELESS DRIVER
10490 M:      Larry Finger <[email protected]>
10491 M:      Chaoming Li <[email protected]>
10492 L:      [email protected]
10493 W:      http://wireless.kernel.org/
10494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10495 S:      Maintained
10496 F:      drivers/net/wireless/realtek/rtlwifi/
10497 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10498
10499 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10500 M:      Jes Sorensen <[email protected]>
10501 L:      [email protected]
10502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10503 S:      Maintained
10504 F:      drivers/net/wireless/realtek/rtl8xxxu/
10505
10506 S3 SAVAGE FRAMEBUFFER DRIVER
10507 M:      Antonino Daplas <[email protected]>
10508 L:      [email protected]
10509 S:      Maintained
10510 F:      drivers/video/fbdev/savage/
10511
10512 S390
10513 M:      Martin Schwidefsky <[email protected]>
10514 M:      Heiko Carstens <[email protected]>
10515 L:      [email protected]
10516 W:      http://www.ibm.com/developerworks/linux/linux390/
10517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10518 S:      Supported
10519 F:      arch/s390/
10520 F:      drivers/s390/
10521 F:      Documentation/s390/
10522 F:      Documentation/DocBook/s390*
10523
10524 S390 COMMON I/O LAYER
10525 M:      Sebastian Ott <[email protected]>
10526 M:      Peter Oberparleiter <[email protected]>
10527 L:      [email protected]
10528 W:      http://www.ibm.com/developerworks/linux/linux390/
10529 S:      Supported
10530 F:      drivers/s390/cio/
10531
10532 S390 DASD DRIVER
10533 M:      Stefan Haberland <[email protected]>
10534 M:      Jan Hoeppner <[email protected]>
10535 L:      [email protected]
10536 W:      http://www.ibm.com/developerworks/linux/linux390/
10537 S:      Supported
10538 F:      drivers/s390/block/dasd*
10539 F:      block/partitions/ibm.c
10540
10541 S390 NETWORK DRIVERS
10542 M:      Ursula Braun <[email protected]>
10543 L:      [email protected]
10544 W:      http://www.ibm.com/developerworks/linux/linux390/
10545 S:      Supported
10546 F:      drivers/s390/net/
10547
10548 S390 PCI SUBSYSTEM
10549 M:      Sebastian Ott <[email protected]>
10550 M:      Gerald Schaefer <[email protected]>
10551 L:      [email protected]
10552 W:      http://www.ibm.com/developerworks/linux/linux390/
10553 S:      Supported
10554 F:      arch/s390/pci/
10555 F:      drivers/pci/hotplug/s390_pci_hpc.c
10556
10557 S390 ZCRYPT DRIVER
10558 M:      Harald Freudenberger <[email protected]>
10559 L:      [email protected]
10560 W:      http://www.ibm.com/developerworks/linux/linux390/
10561 S:      Supported
10562 F:      drivers/s390/crypto/
10563
10564 S390 ZFCP DRIVER
10565 M:      Steffen Maier <[email protected]>
10566 L:      [email protected]
10567 W:      http://www.ibm.com/developerworks/linux/linux390/
10568 S:      Supported
10569 F:      drivers/s390/scsi/zfcp_*
10570
10571 S390 IUCV NETWORK LAYER
10572 M:      Ursula Braun <[email protected]>
10573 L:      [email protected]
10574 W:      http://www.ibm.com/developerworks/linux/linux390/
10575 S:      Supported
10576 F:      drivers/s390/net/*iucv*
10577 F:      include/net/iucv/
10578 F:      net/iucv/
10579
10580 S390 IOMMU (PCI)
10581 M:      Gerald Schaefer <[email protected]>
10582 L:      [email protected]
10583 W:      http://www.ibm.com/developerworks/linux/linux390/
10584 S:      Supported
10585 F:      drivers/iommu/s390-iommu.c
10586
10587 S3C24XX SD/MMC Driver
10588 M:      Ben Dooks <[email protected]>
10589 L:      [email protected] (moderated for non-subscribers)
10590 S:      Supported
10591 F:      drivers/mmc/host/s3cmci.*
10592
10593 SAA6588 RDS RECEIVER DRIVER
10594 M:      Hans Verkuil <[email protected]>
10595 L:      [email protected]
10596 T:      git git://linuxtv.org/media_tree.git
10597 W:      https://linuxtv.org
10598 S:      Odd Fixes
10599 F:      drivers/media/i2c/saa6588*
10600
10601 SAA7134 VIDEO4LINUX DRIVER
10602 M:      Mauro Carvalho Chehab <[email protected]>
10603 M:      Mauro Carvalho Chehab <[email protected]>
10604 L:      [email protected]
10605 W:      https://linuxtv.org
10606 T:      git git://linuxtv.org/media_tree.git
10607 S:      Odd fixes
10608 F:      Documentation/media/v4l-drivers/saa7134*
10609 F:      drivers/media/pci/saa7134/
10610
10611 SAA7146 VIDEO4LINUX-2 DRIVER
10612 M:      Hans Verkuil <[email protected]>
10613 L:      [email protected]
10614 T:      git git://linuxtv.org/media_tree.git
10615 S:      Maintained
10616 F:      drivers/media/common/saa7146/
10617 F:      drivers/media/pci/saa7146/
10618 F:      include/media/saa7146*
10619
10620 SAMSUNG LAPTOP DRIVER
10621 M:      Corentin Chary <[email protected]>
10622 L:      [email protected]
10623 S:      Maintained
10624 F:      drivers/platform/x86/samsung-laptop.c
10625
10626 SAMSUNG AUDIO (ASoC) DRIVERS
10627 M:      Krzysztof Kozlowski <[email protected]>
10628 M:      Sangbeom Kim <[email protected]>
10629 M:      Sylwester Nawrocki <[email protected]>
10630 L:      [email protected] (moderated for non-subscribers)
10631 S:      Supported
10632 F:      sound/soc/samsung/
10633
10634 SAMSUNG FRAMEBUFFER DRIVER
10635 M:      Jingoo Han <[email protected]>
10636 L:      [email protected]
10637 S:      Maintained
10638 F:      drivers/video/fbdev/s3c-fb.c
10639
10640 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10641 M:      Sangbeom Kim <[email protected]>
10642 M:      Krzysztof Kozlowski <[email protected]>
10643 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10644 L:      [email protected]
10645 L:      [email protected]
10646 S:      Supported
10647 F:      drivers/mfd/sec*.c
10648 F:      drivers/regulator/s2m*.c
10649 F:      drivers/regulator/s5m*.c
10650 F:      drivers/clk/clk-s2mps11.c
10651 F:      drivers/rtc/rtc-s5m.c
10652 F:      include/linux/mfd/samsung/
10653 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10654 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10655 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10656 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10657
10658 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10659 M:      Kyungmin Park <[email protected]>
10660 M:      Sylwester Nawrocki <[email protected]>
10661 L:      [email protected]
10662 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10663 S:      Supported
10664 F:      drivers/media/platform/exynos4-is/
10665
10666 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10667 M:      Sylwester Nawrocki <[email protected]>
10668 L:      [email protected]
10669 L:      [email protected] (moderated for non-subscribers)
10670 S:      Maintained
10671 F:      drivers/media/platform/s3c-camif/
10672 F:      include/media/drv-intf/s3c_camif.h
10673
10674 SAMSUNG S5C73M3 CAMERA DRIVER
10675 M:      Kyungmin Park <[email protected]>
10676 M:      Andrzej Hajda <[email protected]>
10677 L:      [email protected]
10678 S:      Supported
10679 F:      drivers/media/i2c/s5c73m3/*
10680
10681 SAMSUNG S5K5BAF CAMERA DRIVER
10682 M:      Kyungmin Park <[email protected]>
10683 M:      Andrzej Hajda <[email protected]>
10684 L:      [email protected]
10685 S:      Supported
10686 F:      drivers/media/i2c/s5k5baf.c
10687
10688 SAMSUNG S3FWRN5 NFC DRIVER
10689 M:      Robert Baldyga <[email protected]>
10690 M:      Krzysztof Opasiak <[email protected]>
10691 L:      [email protected] (moderated for non-subscribers)
10692 S:      Supported
10693 F:      drivers/nfc/s3fwrn5
10694
10695 SAMSUNG SOC CLOCK DRIVERS
10696 M:      Sylwester Nawrocki <[email protected]>
10697 M:      Tomasz Figa <[email protected]>
10698 M:      Chanwoo Choi <[email protected]>
10699 S:      Supported
10700 L:      [email protected] (moderated for non-subscribers)
10701 F:      drivers/clk/samsung/
10702 F:      include/dt-bindings/clock/exynos*.h
10703 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10704
10705 SAMSUNG SPI DRIVERS
10706 M:      Kukjin Kim <[email protected]>
10707 M:      Krzysztof Kozlowski <[email protected]>
10708 M:      Andi Shyti <[email protected]>
10709 L:      [email protected]
10710 L:      [email protected] (moderated for non-subscribers)
10711 S:      Maintained
10712 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10713 F:      drivers/spi/spi-s3c*
10714 F:      include/linux/platform_data/spi-s3c64xx.h
10715
10716 SAMSUNG SXGBE DRIVERS
10717 M:      Byungho An <[email protected]>
10718 M:      Girish K S <[email protected]>
10719 M:      Vipul Pandya <[email protected]>
10720 S:      Supported
10721 L:      [email protected]
10722 F:      drivers/net/ethernet/samsung/sxgbe/
10723
10724 SAMSUNG THERMAL DRIVER
10725 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10726 L:      [email protected]
10727 L:      [email protected]
10728 S:      Supported
10729 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10730 F:      drivers/thermal/samsung/
10731
10732 SAMSUNG USB2 PHY DRIVER
10733 M:      Kamil Debski <[email protected]>
10734 M:      Sylwester Nawrocki <[email protected]>
10735 L:      [email protected]
10736 S:      Supported
10737 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10738 F:      Documentation/phy/samsung-usb2.txt
10739 F:      drivers/phy/phy-exynos4210-usb2.c
10740 F:      drivers/phy/phy-exynos4x12-usb2.c
10741 F:      drivers/phy/phy-exynos5250-usb2.c
10742 F:      drivers/phy/phy-s5pv210-usb2.c
10743 F:      drivers/phy/phy-samsung-usb2.c
10744 F:      drivers/phy/phy-samsung-usb2.h
10745
10746 SERIAL DRIVERS
10747 M:      Greg Kroah-Hartman <[email protected]>
10748 L:      [email protected]
10749 S:      Maintained
10750 F:      Documentation/devicetree/bindings/serial/
10751 F:      drivers/tty/serial/
10752
10753 STI CEC DRIVER
10754 M:      Benjamin Gaignard <[email protected]>
10755 L:      [email protected]
10756 S:      Maintained
10757 F:      drivers/staging/media/st-cec/
10758 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10759
10760 SYNOPSYS DESIGNWARE DMAC DRIVER
10761 M:      Viresh Kumar <[email protected]>
10762 M:      Andy Shevchenko <[email protected]>
10763 S:      Maintained
10764 F:      include/linux/dma/dw.h
10765 F:      include/linux/platform_data/dma-dw.h
10766 F:      drivers/dma/dw/
10767
10768 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10769 M: Lars Persson <[email protected]>
10770 L: [email protected]
10771 S: Supported
10772 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10773 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10774
10775 SYNOPSYS DESIGNWARE I2C DRIVER
10776 M:      Jarkko Nikula <[email protected]>
10777 R:      Andy Shevchenko <[email protected]>
10778 R:      Mika Westerberg <[email protected]>
10779 L:      [email protected]
10780 S:      Maintained
10781 F:      drivers/i2c/busses/i2c-designware-*
10782 F:      include/linux/platform_data/i2c-designware.h
10783
10784 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10785 M:      Jaehoon Chung <[email protected]>
10786 L:      [email protected]
10787 S:      Maintained
10788 F:      include/linux/mmc/dw_mmc.h
10789 F:      drivers/mmc/host/dw_mmc*
10790
10791 SYSTEM TRACE MODULE CLASS
10792 M:      Alexander Shishkin <[email protected]>
10793 S:      Maintained
10794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10795 F:      Documentation/trace/stm.txt
10796 F:      drivers/hwtracing/stm/
10797 F:      include/linux/stm.h
10798 F:      include/uapi/linux/stm.h
10799
10800 THUNDERBOLT DRIVER
10801 M:      Andreas Noever <[email protected]>
10802 S:      Maintained
10803 F:      drivers/thunderbolt/
10804
10805 TI BQ27XXX POWER SUPPLY DRIVER
10806 R:      Andrew F. Davis <[email protected]>
10807 F:      include/linux/power/bq27xxx_battery.h
10808 F:      drivers/power/supply/bq27xxx_battery.c
10809 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10810
10811 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10812 M:      John Stultz <[email protected]>
10813 M:      Thomas Gleixner <[email protected]>
10814 L:      [email protected]
10815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10816 S:      Supported
10817 F:      include/linux/clocksource.h
10818 F:      include/linux/time.h
10819 F:      include/linux/timex.h
10820 F:      include/uapi/linux/time.h
10821 F:      include/uapi/linux/timex.h
10822 F:      kernel/time/clocksource.c
10823 F:      kernel/time/time*.c
10824 F:      kernel/time/alarmtimer.c
10825 F:      kernel/time/ntp.c
10826 F:      tools/testing/selftests/timers/
10827
10828 SC1200 WDT DRIVER
10829 M:      Zwane Mwaikambo <[email protected]>
10830 S:      Maintained
10831 F:      drivers/watchdog/sc1200wdt.c
10832
10833 SCHEDULER
10834 M:      Ingo Molnar <[email protected]>
10835 M:      Peter Zijlstra <[email protected]>
10836 L:      [email protected]
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10838 S:      Maintained
10839 F:      kernel/sched/
10840 F:      include/linux/sched.h
10841 F:      include/uapi/linux/sched.h
10842 F:      include/linux/wait.h
10843
10844 SCORE ARCHITECTURE
10845 M:      Chen Liqin <[email protected]>
10846 M:      Lennox Wu <[email protected]>
10847 W:      http://www.sunplus.com
10848 S:      Supported
10849 F:      arch/score/
10850
10851 SCR24X CHIP CARD INTERFACE DRIVER
10852 M:      Lubomir Rintel <[email protected]>
10853 S:      Supported
10854 F:      drivers/char/pcmcia/scr24x_cs.c
10855
10856 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10857 M:      Sudeep Holla <[email protected]>
10858 L:      [email protected]
10859 S:      Maintained
10860 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10861 F:      drivers/clk/clk-scpi.c
10862 F:      drivers/cpufreq/scpi-cpufreq.c
10863 F:      drivers/firmware/arm_scpi.c
10864 F:      include/linux/scpi_protocol.h
10865
10866 SCSI CDROM DRIVER
10867 M:      Jens Axboe <[email protected]>
10868 L:      [email protected]
10869 W:      http://www.kernel.dk
10870 S:      Maintained
10871 F:      drivers/scsi/sr*
10872
10873 SCSI RDMA PROTOCOL (SRP) INITIATOR
10874 M:      Bart Van Assche <[email protected]>
10875 L:      [email protected]
10876 S:      Supported
10877 W:      http://www.openfabrics.org
10878 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10880 F:      drivers/infiniband/ulp/srp/
10881 F:      include/scsi/srp.h
10882
10883 SCSI SG DRIVER
10884 M:      Doug Gilbert <[email protected]>
10885 L:      [email protected]
10886 W:      http://sg.danny.cz/sg
10887 S:      Maintained
10888 F:      Documentation/scsi/scsi-generic.txt
10889 F:      drivers/scsi/sg.c
10890 F:      include/scsi/sg.h
10891
10892 SCSI SUBSYSTEM
10893 M:      "James E.J. Bottomley" <[email protected]>
10894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10895 M:      "Martin K. Petersen" <[email protected]>
10896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10897 L:      [email protected]
10898 S:      Maintained
10899 F:      Documentation/devicetree/bindings/scsi/
10900 F:      drivers/scsi/
10901 F:      include/scsi/
10902
10903 SCSI TAPE DRIVER
10904 M:      Kai Mäkisara <[email protected]>
10905 L:      [email protected]
10906 S:      Maintained
10907 F:      Documentation/scsi/st.txt
10908 F:      drivers/scsi/st.*
10909 F:      drivers/scsi/st_*.h
10910
10911 SCTP PROTOCOL
10912 M:      Vlad Yasevich <[email protected]>
10913 M:      Neil Horman <[email protected]>
10914 L:      [email protected]
10915 W:      http://lksctp.sourceforge.net
10916 S:      Maintained
10917 F:      Documentation/networking/sctp.txt
10918 F:      include/linux/sctp.h
10919 F:      include/uapi/linux/sctp.h
10920 F:      include/net/sctp/
10921 F:      net/sctp/
10922
10923 SCx200 CPU SUPPORT
10924 M:      Jim Cromie <[email protected]>
10925 S:      Odd Fixes
10926 F:      Documentation/i2c/busses/scx200_acb
10927 F:      arch/x86/platform/scx200/
10928 F:      drivers/watchdog/scx200_wdt.c
10929 F:      drivers/i2c/busses/scx200*
10930 F:      drivers/mtd/maps/scx200_docflash.c
10931 F:      include/linux/scx200.h
10932
10933 SCx200 GPIO DRIVER
10934 M:      Jim Cromie <[email protected]>
10935 S:      Maintained
10936 F:      drivers/char/scx200_gpio.c
10937 F:      include/linux/scx200_gpio.h
10938
10939 SCx200 HRT CLOCKSOURCE DRIVER
10940 M:      Jim Cromie <[email protected]>
10941 S:      Maintained
10942 F:      drivers/clocksource/scx200_hrt.c
10943
10944 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10945 M:      Sascha Sommer <[email protected]>
10946 L:      [email protected] (subscribers-only)
10947 S:      Maintained
10948 F:      drivers/mmc/host/sdricoh_cs.c
10949
10950 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10951 M:      Adrian Hunter <[email protected]>
10952 L:      [email protected]
10953 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10954 S:      Maintained
10955 F:      drivers/mmc/host/sdhci*
10956 F:      include/linux/mmc/sdhci*
10957
10958 SECURE COMPUTING
10959 M:      Kees Cook <[email protected]>
10960 R:      Andy Lutomirski <[email protected]>
10961 R:      Will Drewry <[email protected]>
10962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10963 S:      Supported
10964 F:      kernel/seccomp.c
10965 F:      include/uapi/linux/seccomp.h
10966 F:      include/linux/seccomp.h
10967 F:      tools/testing/selftests/seccomp/*
10968 K:      \bsecure_computing
10969 K:      \bTIF_SECCOMP\b
10970
10971 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10972 M:      Al Cooper <[email protected]>
10973 L:      [email protected]
10974 L:      [email protected]
10975 S:      Maintained
10976 F:      drivers/mmc/host/sdhci-brcmstb*
10977
10978 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10979 M:      Ben Dooks <[email protected]>
10980 M:      Jaehoon Chung <[email protected]>
10981 L:      [email protected]
10982 S:      Maintained
10983 F:      drivers/mmc/host/sdhci-s3c*
10984
10985 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10986 M:      Viresh Kumar <[email protected]>
10987 L:      [email protected]
10988 S:      Maintained
10989 F:      drivers/mmc/host/sdhci-spear.c
10990
10991 SECURITY SUBSYSTEM
10992 M:      James Morris <[email protected]>
10993 M:      "Serge E. Hallyn" <[email protected]>
10994 L:      [email protected] (suggested Cc:)
10995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10996 W:      http://kernsec.org/
10997 S:      Supported
10998 F:      security/
10999
11000 SECURITY CONTACT
11001 M:      Security Officers <[email protected]>
11002 S:      Supported
11003
11004 SELINUX SECURITY MODULE
11005 M:      Paul Moore <[email protected]>
11006 M:      Stephen Smalley <[email protected]>
11007 M:      Eric Paris <[email protected]>
11008 L:      [email protected] (moderated for non-subscribers)
11009 W:      http://selinuxproject.org
11010 T:      git git://git.infradead.org/users/pcmoore/selinux
11011 S:      Supported
11012 F:      include/linux/selinux*
11013 F:      security/selinux/
11014 F:      scripts/selinux/
11015
11016 APPARMOR SECURITY MODULE
11017 M:      John Johansen <[email protected]>
11018 L:      [email protected] (subscribers-only, general discussion)
11019 W:      apparmor.wiki.kernel.org
11020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11021 S:      Supported
11022 F:      security/apparmor/
11023
11024 LOADPIN SECURITY MODULE
11025 M:      Kees Cook <[email protected]>
11026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11027 S:      Supported
11028 F:      security/loadpin/
11029
11030 YAMA SECURITY MODULE
11031 M:      Kees Cook <[email protected]>
11032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11033 S:      Supported
11034 F:      security/yama/
11035
11036 SENSABLE PHANTOM
11037 M:      Jiri Slaby <[email protected]>
11038 S:      Maintained
11039 F:      drivers/misc/phantom.c
11040 F:      include/uapi/linux/phantom.h
11041
11042 Emulex 10Gbps iSCSI - OneConnect DRIVER
11043 M:      Subbu Seetharaman <[email protected]>
11044 M:      Ketan Mukadam <[email protected]>
11045 M:      Jitendra Bhivare <[email protected]>
11046 L:      [email protected]
11047 W:      http://www.broadcom.com
11048 S:      Supported
11049 F:      drivers/scsi/be2iscsi/
11050
11051 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11052 M:      Sathya Perla <[email protected]>
11053 M:      Ajit Khaparde <[email protected]>
11054 M:      Sriharsha Basavapatna <[email protected]>
11055 M:      Somnath Kotur <[email protected]>
11056 L:      [email protected]
11057 W:      http://www.emulex.com
11058 S:      Supported
11059 F:      drivers/net/ethernet/emulex/benet/
11060
11061 EMULEX ONECONNECT ROCE DRIVER
11062 M:      Selvin Xavier <[email protected]>
11063 M:      Devesh Sharma <[email protected]>
11064 M:      Mitesh Ahuja <[email protected]>
11065 L:      [email protected]
11066 W:      http://www.emulex.com
11067 S:      Supported
11068 F:      drivers/infiniband/hw/ocrdma/
11069 F:      include/uapi/rdma/ocrdma-abi.h
11070
11071 SFC NETWORK DRIVER
11072 M:      Solarflare linux maintainers <[email protected]>
11073 M:      Edward Cree <[email protected]>
11074 M:      Bert Kenward <[email protected]>
11075 L:      [email protected]
11076 S:      Supported
11077 F:      drivers/net/ethernet/sfc/
11078
11079 SGI GRU DRIVER
11080 M:      Dimitri Sivanich <[email protected]>
11081 S:      Maintained
11082 F:      drivers/misc/sgi-gru/
11083
11084 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11085 M:      Pat Gefre <[email protected]>
11086 L:      [email protected]
11087 S:      Supported
11088 F:      Documentation/ia64/serial.txt
11089 F:      drivers/tty/serial/ioc?_serial.c
11090 F:      include/linux/ioc?.h
11091
11092 SGI XP/XPC/XPNET DRIVER
11093 M:      Cliff Whickman <[email protected]>
11094 M:      Robin Holt <[email protected]>
11095 S:      Maintained
11096 F:      drivers/misc/sgi-xp/
11097
11098 SI2157 MEDIA DRIVER
11099 M:      Antti Palosaari <[email protected]>
11100 L:      [email protected]
11101 W:      https://linuxtv.org
11102 W:      http://palosaari.fi/linux/
11103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11104 T:      git git://linuxtv.org/anttip/media_tree.git
11105 S:      Maintained
11106 F:      drivers/media/tuners/si2157*
11107
11108 SI2168 MEDIA DRIVER
11109 M:      Antti Palosaari <[email protected]>
11110 L:      [email protected]
11111 W:      https://linuxtv.org
11112 W:      http://palosaari.fi/linux/
11113 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11114 T:      git git://linuxtv.org/anttip/media_tree.git
11115 S:      Maintained
11116 F:      drivers/media/dvb-frontends/si2168*
11117
11118 SI470X FM RADIO RECEIVER I2C DRIVER
11119 M:      Hans Verkuil <[email protected]>
11120 L:      [email protected]
11121 T:      git git://linuxtv.org/media_tree.git
11122 W:      https://linuxtv.org
11123 S:      Odd Fixes
11124 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11125
11126 SI470X FM RADIO RECEIVER USB DRIVER
11127 M:      Hans Verkuil <[email protected]>
11128 L:      [email protected]
11129 T:      git git://linuxtv.org/media_tree.git
11130 W:      https://linuxtv.org
11131 S:      Maintained
11132 F:      drivers/media/radio/si470x/radio-si470x-common.c
11133 F:      drivers/media/radio/si470x/radio-si470x.h
11134 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11135
11136 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11137 M:      Eduardo Valentin <[email protected]>
11138 L:      [email protected]
11139 T:      git git://linuxtv.org/media_tree.git
11140 W:      https://linuxtv.org
11141 S:      Odd Fixes
11142 F:      drivers/media/radio/si4713/si4713.?
11143
11144 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11145 M:      Eduardo Valentin <[email protected]>
11146 L:      [email protected]
11147 T:      git git://linuxtv.org/media_tree.git
11148 W:      https://linuxtv.org
11149 S:      Odd Fixes
11150 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11151
11152 SI4713 FM RADIO TRANSMITTER USB DRIVER
11153 M:      Hans Verkuil <[email protected]>
11154 L:      [email protected]
11155 T:      git git://linuxtv.org/media_tree.git
11156 W:      https://linuxtv.org
11157 S:      Maintained
11158 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11159
11160 SIANO DVB DRIVER
11161 M:      Mauro Carvalho Chehab <[email protected]>
11162 M:      Mauro Carvalho Chehab <[email protected]>
11163 L:      [email protected]
11164 W:      https://linuxtv.org
11165 T:      git git://linuxtv.org/media_tree.git
11166 S:      Odd fixes
11167 F:      drivers/media/common/siano/
11168 F:      drivers/media/usb/siano/
11169 F:      drivers/media/usb/siano/
11170 F:      drivers/media/mmc/siano/
11171
11172 SIMPLEFB FB DRIVER
11173 M:      Hans de Goede <[email protected]>
11174 L:      [email protected]
11175 S:      Maintained
11176 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11177 F:      drivers/video/fbdev/simplefb.c
11178 F:      include/linux/platform_data/simplefb.h
11179
11180 SH_VEU V4L2 MEM2MEM DRIVER
11181 L:      [email protected]
11182 S:      Orphan
11183 F:      drivers/media/platform/sh_veu.c
11184
11185 SH_VOU V4L2 OUTPUT DRIVER
11186 L:      [email protected]
11187 S:      Orphan
11188 F:      drivers/media/platform/sh_vou.c
11189 F:      include/media/drv-intf/sh_vou.h
11190
11191 SIMPLE FIRMWARE INTERFACE (SFI)
11192 M:      Len Brown <[email protected]>
11193 L:      [email protected]
11194 W:      http://simplefirmware.org/
11195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11196 S:      Supported
11197 F:      arch/x86/platform/sfi/
11198 F:      drivers/sfi/
11199 F:      include/linux/sfi*.h
11200
11201 SIMTEC EB110ATX (Chalice CATS)
11202 P:      Ben Dooks
11203 P:      Vincent Sanders <[email protected]>
11204 M:      Simtec Linux Team <[email protected]>
11205 W:      http://www.simtec.co.uk/products/EB110ATX/
11206 S:      Supported
11207
11208 SIMTEC EB2410ITX (BAST)
11209 P:      Ben Dooks
11210 P:      Vincent Sanders <[email protected]>
11211 M:      Simtec Linux Team <[email protected]>
11212 W:      http://www.simtec.co.uk/products/EB2410ITX/
11213 S:      Supported
11214 F:      arch/arm/mach-s3c24xx/mach-bast.c
11215 F:      arch/arm/mach-s3c24xx/bast-ide.c
11216 F:      arch/arm/mach-s3c24xx/bast-irq.c
11217
11218 TI DAVINCI MACHINE SUPPORT
11219 M:      Sekhar Nori <[email protected]>
11220 M:      Kevin Hilman <[email protected]>
11221 L:      [email protected] (moderated for non-subscribers)
11222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11223 S:      Supported
11224 F:      arch/arm/mach-davinci/
11225 F:      drivers/i2c/busses/i2c-davinci.c
11226
11227 TI DAVINCI SERIES MEDIA DRIVER
11228 M:      "Lad, Prabhakar" <[email protected]>
11229 L:      [email protected]
11230 W:      https://linuxtv.org
11231 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11232 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11233 S:      Maintained
11234 F:      drivers/media/platform/davinci/
11235 F:      include/media/davinci/
11236
11237 TI AM437X VPFE DRIVER
11238 M:      "Lad, Prabhakar" <[email protected]>
11239 L:      [email protected]
11240 W:      https://linuxtv.org
11241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11242 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11243 S:      Maintained
11244 F:      drivers/media/platform/am437x/
11245
11246 OV2659 OMNIVISION SENSOR DRIVER
11247 M:      "Lad, Prabhakar" <[email protected]>
11248 L:      [email protected]
11249 W:      https://linuxtv.org
11250 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11251 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11252 S:      Maintained
11253 F:      drivers/media/i2c/ov2659.c
11254 F:      include/media/i2c/ov2659.h
11255
11256 SILICON MOTION SM712 FRAME BUFFER DRIVER
11257 M:      Sudip Mukherjee <[email protected]>
11258 M:      Teddy Wang <[email protected]>
11259 M:      Sudip Mukherjee <[email protected]>
11260 L:      [email protected]
11261 S:      Maintained
11262 F:      drivers/video/fbdev/sm712*
11263 F:      Documentation/fb/sm712fb.txt
11264
11265 SIS 190 ETHERNET DRIVER
11266 M:      Francois Romieu <[email protected]>
11267 L:      [email protected]
11268 S:      Maintained
11269 F:      drivers/net/ethernet/sis/sis190.c
11270
11271 SIS 900/7016 FAST ETHERNET DRIVER
11272 M:      Daniele Venzano <[email protected]>
11273 W:      http://www.brownhat.org/sis900.html
11274 L:      [email protected]
11275 S:      Maintained
11276 F:      drivers/net/ethernet/sis/sis900.*
11277
11278 SIS FRAMEBUFFER DRIVER
11279 M:      Thomas Winischhofer <[email protected]>
11280 W:      http://www.winischhofer.net/linuxsisvga.shtml
11281 S:      Maintained
11282 F:      Documentation/fb/sisfb.txt
11283 F:      drivers/video/fbdev/sis/
11284 F:      include/video/sisfb.h
11285
11286 SIS USB2VGA DRIVER
11287 M:      Thomas Winischhofer <[email protected]>
11288 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11289 S:      Maintained
11290 F:      drivers/usb/misc/sisusbvga/
11291
11292 SLAB ALLOCATOR
11293 M:      Christoph Lameter <[email protected]>
11294 M:      Pekka Enberg <[email protected]>
11295 M:      David Rientjes <[email protected]>
11296 M:      Joonsoo Kim <[email protected]>
11297 M:      Andrew Morton <[email protected]>
11298 L:      [email protected]
11299 S:      Maintained
11300 F:      include/linux/sl?b*.h
11301 F:      mm/sl?b*
11302
11303 SLEEPABLE READ-COPY UPDATE (SRCU)
11304 M:      Lai Jiangshan <[email protected]>
11305 M:      "Paul E. McKenney" <[email protected]>
11306 M:      Josh Triplett <[email protected]>
11307 R:      Steven Rostedt <[email protected]>
11308 R:      Mathieu Desnoyers <[email protected]>
11309 L:      [email protected]
11310 W:      http://www.rdrop.com/users/paulmck/RCU/
11311 S:      Supported
11312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11313 F:      include/linux/srcu.h
11314 F:      kernel/rcu/srcu.c
11315
11316 SMACK SECURITY MODULE
11317 M:      Casey Schaufler <[email protected]>
11318 L:      [email protected]
11319 W:      http://schaufler-ca.com
11320 T:      git git://github.com/cschaufler/smack-next
11321 S:      Maintained
11322 F:      Documentation/security/Smack.txt
11323 F:      security/smack/
11324
11325 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11326 M:      Kevin Hilman <[email protected]>
11327 M:      Nishanth Menon <[email protected]>
11328 S:      Maintained
11329 F:      drivers/power/avs/
11330 F:      include/linux/power/smartreflex.h
11331 L:      [email protected]
11332
11333 SMC91x ETHERNET DRIVER
11334 M:      Nicolas Pitre <[email protected]>
11335 S:      Odd Fixes
11336 F:      drivers/net/ethernet/smsc/smc91x.*
11337
11338 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11339 M:      Sakari Ailus <[email protected]>
11340 L:      [email protected]
11341 S:      Maintained
11342 F:      drivers/media/i2c/smiapp/
11343 F:      include/media/i2c/smiapp.h
11344 F:      drivers/media/i2c/smiapp-pll.c
11345 F:      drivers/media/i2c/smiapp-pll.h
11346 F:      include/uapi/linux/smiapp.h
11347 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11348
11349 SMM665 HARDWARE MONITOR DRIVER
11350 M:      Guenter Roeck <[email protected]>
11351 L:      [email protected]
11352 S:      Maintained
11353 F:      Documentation/hwmon/smm665
11354 F:      drivers/hwmon/smm665.c
11355
11356 SMSC EMC2103 HARDWARE MONITOR DRIVER
11357 M:      Steve Glendinning <[email protected]>
11358 L:      [email protected]
11359 S:      Maintained
11360 F:      Documentation/hwmon/emc2103
11361 F:      drivers/hwmon/emc2103.c
11362
11363 SMSC SCH5627 HARDWARE MONITOR DRIVER
11364 M:      Hans de Goede <[email protected]>
11365 L:      [email protected]
11366 S:      Supported
11367 F:      Documentation/hwmon/sch5627
11368 F:      drivers/hwmon/sch5627.c
11369
11370 SMSC47B397 HARDWARE MONITOR DRIVER
11371 M:      Jean Delvare <[email protected]>
11372 L:      [email protected]
11373 S:      Maintained
11374 F:      Documentation/hwmon/smsc47b397
11375 F:      drivers/hwmon/smsc47b397.c
11376
11377 SMSC911x ETHERNET DRIVER
11378 M:      Steve Glendinning <[email protected]>
11379 L:      [email protected]
11380 S:      Maintained
11381 F:      include/linux/smsc911x.h
11382 F:      drivers/net/ethernet/smsc/smsc911x.*
11383
11384 SMSC9420 PCI ETHERNET DRIVER
11385 M:      Steve Glendinning <[email protected]>
11386 L:      [email protected]
11387 S:      Maintained
11388 F:      drivers/net/ethernet/smsc/smsc9420.*
11389
11390 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11391 M:      Steve Glendinning <[email protected]>
11392 L:      [email protected]
11393 S:      Maintained
11394 F:      drivers/video/fbdev/smscufx.c
11395
11396 SOC-CAMERA V4L2 SUBSYSTEM
11397 M:      Guennadi Liakhovetski <[email protected]>
11398 L:      [email protected]
11399 T:      git git://linuxtv.org/media_tree.git
11400 S:      Maintained
11401 F:      include/media/soc*
11402 F:      drivers/media/i2c/soc_camera/
11403 F:      drivers/media/platform/soc_camera/
11404
11405 SOEKRIS NET48XX LED SUPPORT
11406 M:      Chris Boot <[email protected]>
11407 S:      Maintained
11408 F:      drivers/leds/leds-net48xx.c
11409
11410 SOFTLOGIC 6x10 MPEG CODEC
11411 M:      Bluecherry Maintainers <[email protected]>
11412 M:      Andrey Utkin <[email protected]>
11413 M:      Andrey Utkin <[email protected]>
11414 M:      Ismael Luceno <[email protected]>
11415 L:      [email protected]
11416 S:      Supported
11417 F:      drivers/media/pci/solo6x10/
11418
11419 SOFTWARE RAID (Multiple Disks) SUPPORT
11420 M:      Shaohua Li <[email protected]>
11421 L:      [email protected]
11422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11423 S:      Supported
11424 F:      drivers/md/
11425 F:      include/linux/raid/
11426 F:      include/uapi/linux/raid/
11427
11428 SONIC NETWORK DRIVER
11429 M:      Thomas Bogendoerfer <[email protected]>
11430 L:      [email protected]
11431 S:      Maintained
11432 F:      drivers/net/ethernet/natsemi/sonic.*
11433
11434 SONICS SILICON BACKPLANE DRIVER (SSB)
11435 M:      Michael Buesch <[email protected]>
11436 L:      [email protected]
11437 S:      Maintained
11438 F:      drivers/ssb/
11439 F:      include/linux/ssb/
11440
11441 SONY VAIO CONTROL DEVICE DRIVER
11442 M:      Mattia Dongili <[email protected]>
11443 L:      [email protected]
11444 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11445 S:      Maintained
11446 F:      Documentation/laptops/sony-laptop.txt
11447 F:      drivers/char/sonypi.c
11448 F:      drivers/platform/x86/sony-laptop.c
11449 F:      include/linux/sony-laptop.h
11450
11451 SONY MEMORYSTICK CARD SUPPORT
11452 M:      Alex Dubov <[email protected]>
11453 W:      http://tifmxx.berlios.de/
11454 S:      Maintained
11455 F:      drivers/memstick/host/tifm_ms.c
11456
11457 SONY MEMORYSTICK STANDARD SUPPORT
11458 M:      Maxim Levitsky <[email protected]>
11459 S:      Maintained
11460 F:      drivers/memstick/core/ms_block.*
11461
11462 SOUND
11463 M:      Jaroslav Kysela <[email protected]>
11464 M:      Takashi Iwai <[email protected]>
11465 L:      [email protected] (moderated for non-subscribers)
11466 W:      http://www.alsa-project.org/
11467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11468 T:      git git://git.alsa-project.org/alsa-kernel.git
11469 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11470 S:      Maintained
11471 F:      Documentation/sound/
11472 F:      include/sound/
11473 F:      include/uapi/sound/
11474 F:      sound/
11475
11476 SOUND - COMPRESSED AUDIO
11477 M:      Vinod Koul <[email protected]>
11478 L:      [email protected] (moderated for non-subscribers)
11479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11480 S:      Supported
11481 F:      Documentation/sound/alsa/compress_offload.txt
11482 F:      include/sound/compress_driver.h
11483 F:      include/uapi/sound/compress_*
11484 F:      sound/core/compress_offload.c
11485 F:      sound/soc/soc-compress.c
11486
11487 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11488 M:      Liam Girdwood <[email protected]>
11489 M:      Mark Brown <[email protected]>
11490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11491 L:      [email protected] (moderated for non-subscribers)
11492 W:      http://alsa-project.org/main/index.php/ASoC
11493 S:      Supported
11494 F:      Documentation/devicetree/bindings/sound/
11495 F:      Documentation/sound/alsa/soc/
11496 F:      sound/soc/
11497 F:      include/sound/soc*
11498
11499 SOUND - DMAENGINE HELPERS
11500 M:      Lars-Peter Clausen <[email protected]>
11501 S:      Supported
11502 F:      include/sound/dmaengine_pcm.h
11503 F:      sound/core/pcm_dmaengine.c
11504 F:      sound/soc/soc-generic-dmaengine-pcm.c
11505
11506 SP2 MEDIA DRIVER
11507 M:      Olli Salonen <[email protected]>
11508 L:      [email protected]
11509 W:      https://linuxtv.org
11510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11511 S:      Maintained
11512 F:      drivers/media/dvb-frontends/sp2*
11513
11514 SPARC + UltraSPARC (sparc/sparc64)
11515 M:      "David S. Miller" <[email protected]>
11516 L:      [email protected]
11517 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11520 S:      Maintained
11521 F:      arch/sparc/
11522 F:      drivers/sbus/
11523
11524 SPARC SERIAL DRIVERS
11525 M:      "David S. Miller" <[email protected]>
11526 L:      [email protected]
11527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11529 S:      Maintained
11530 F:      include/linux/sunserialcore.h
11531 F:      drivers/tty/serial/suncore.c
11532 F:      drivers/tty/serial/sunhv.c
11533 F:      drivers/tty/serial/sunsab.c
11534 F:      drivers/tty/serial/sunsab.h
11535 F:      drivers/tty/serial/sunsu.c
11536 F:      drivers/tty/serial/sunzilog.c
11537 F:      drivers/tty/serial/sunzilog.h
11538
11539 SPARSE CHECKER
11540 M:      "Christopher Li" <[email protected]>
11541 L:      [email protected]
11542 W:      https://sparse.wiki.kernel.org/
11543 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11544 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11545 S:      Maintained
11546 F:      include/linux/compiler.h
11547
11548 SPEAR PLATFORM SUPPORT
11549 M:      Viresh Kumar <[email protected]>
11550 M:      Shiraz Hashim <[email protected]>
11551 L:      [email protected] (moderated for non-subscribers)
11552 W:      http://www.st.com/spear
11553 S:      Maintained
11554 F:      arch/arm/boot/dts/spear*
11555 F:      arch/arm/mach-spear/
11556
11557 SPEAR CLOCK FRAMEWORK SUPPORT
11558 M:      Viresh Kumar <[email protected]>
11559 L:      [email protected] (moderated for non-subscribers)
11560 W:      http://www.st.com/spear
11561 S:      Maintained
11562 F:      drivers/clk/spear/
11563
11564 SPI NOR SUBSYSTEM
11565 M:      Cyrille Pitchen <[email protected]>
11566 M:      Marek Vasut <[email protected]>
11567 L:      [email protected]
11568 W:      http://www.linux-mtd.infradead.org/
11569 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11570 T:      git git://github.com/spi-nor/linux.git
11571 S:      Maintained
11572 F:      drivers/mtd/spi-nor/
11573 F:      include/linux/mtd/spi-nor.h
11574
11575 SPI SUBSYSTEM
11576 M:      Mark Brown <[email protected]>
11577 L:      [email protected]
11578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11579 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11580 S:      Maintained
11581 F:      Documentation/devicetree/bindings/spi/
11582 F:      Documentation/spi/
11583 F:      drivers/spi/
11584 F:      include/linux/spi/
11585 F:      include/uapi/linux/spi/
11586 F:      tools/spi/
11587
11588 SPIDERNET NETWORK DRIVER for CELL
11589 M:      Ishizaki Kou <[email protected]>
11590 L:      [email protected]
11591 S:      Supported
11592 F:      Documentation/networking/spider_net.txt
11593 F:      drivers/net/ethernet/toshiba/spider_net*
11594
11595 SPU FILE SYSTEM
11596 M:      Jeremy Kerr <[email protected]>
11597 L:      [email protected]
11598 W:      http://www.ibm.com/developerworks/power/cell/
11599 S:      Supported
11600 F:      Documentation/filesystems/spufs.txt
11601 F:      arch/powerpc/platforms/cell/spufs/
11602
11603 SQUASHFS FILE SYSTEM
11604 M:      Phillip Lougher <[email protected]>
11605 L:      [email protected] (subscribers-only)
11606 W:      http://squashfs.org.uk
11607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11608 S:      Maintained
11609 F:      Documentation/filesystems/squashfs.txt
11610 F:      fs/squashfs/
11611
11612 SRM (Alpha) environment access
11613 M:      Jan-Benedict Glaw <[email protected]>
11614 S:      Maintained
11615 F:      arch/alpha/kernel/srm_env.c
11616
11617 STABLE BRANCH
11618 M:      Greg Kroah-Hartman <[email protected]>
11619 L:      [email protected]
11620 S:      Supported
11621 F:      Documentation/process/stable-kernel-rules.rst
11622
11623 STAGING SUBSYSTEM
11624 M:      Greg Kroah-Hartman <[email protected]>
11625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11626 L:      [email protected]
11627 S:      Supported
11628 F:      drivers/staging/
11629
11630 STAGING - COMEDI
11631 M:      Ian Abbott <[email protected]>
11632 M:      H Hartley Sweeten <[email protected]>
11633 S:      Odd Fixes
11634 F:      drivers/staging/comedi/
11635
11636 STAGING - FLARION FT1000 DRIVERS
11637 M:      Marek Belisko <[email protected]>
11638 S:      Odd Fixes
11639 F:      drivers/staging/ft1000/
11640
11641 STAGING - INDUSTRIAL IO
11642 M:      Jonathan Cameron <[email protected]>
11643 L:      [email protected]
11644 S:      Odd Fixes
11645 F:      Documentation/devicetree/bindings/staging/iio/
11646 F:      drivers/staging/iio/
11647
11648 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11649 M:      Jarod Wilson <[email protected]>
11650 W:      http://www.lirc.org/
11651 S:      Odd Fixes
11652 F:      drivers/staging/media/lirc/
11653
11654 STAGING - LUSTRE PARALLEL FILESYSTEM
11655 M:      Oleg Drokin <[email protected]>
11656 M:      Andreas Dilger <[email protected]>
11657 M:      James Simmons <[email protected]>
11658 L:      [email protected] (moderated for non-subscribers)
11659 W:      http://wiki.lustre.org/
11660 S:      Maintained
11661 F:      drivers/staging/lustre
11662
11663 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11664 M:      Marc Dietrich <[email protected]>
11665 L:      [email protected] (moderated for non-subscribers)
11666 L:      [email protected]
11667 S:      Maintained
11668 F:      drivers/staging/nvec/
11669
11670 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11671 M:      Jens Frederich <[email protected]>
11672 M:      Daniel Drake <[email protected]>
11673 M:      Jon Nettleton <[email protected]>
11674 W:      http://wiki.laptop.org/go/DCON
11675 S:      Maintained
11676 F:      drivers/staging/olpc_dcon/
11677
11678 STAGING - REALTEK RTL8712U DRIVERS
11679 M:      Larry Finger <[email protected]>
11680 M:      Florian Schilhabel <[email protected]>.
11681 S:      Odd Fixes
11682 F:      drivers/staging/rtl8712/
11683
11684 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11685 M:      Sudip Mukherjee <[email protected]>
11686 M:      Teddy Wang <[email protected]>
11687 M:      Sudip Mukherjee <[email protected]>
11688 L:      [email protected]
11689 S:      Maintained
11690 F:      drivers/staging/sm750fb/
11691
11692 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11693 M:      William Hubbs <[email protected]>
11694 M:      Chris Brannon <[email protected]>
11695 M:      Kirk Reiser <[email protected]>
11696 M:      Samuel Thibault <[email protected]>
11697 L:      [email protected]
11698 W:      http://www.linux-speakup.org/
11699 S:      Odd Fixes
11700 F:      drivers/staging/speakup/
11701
11702 STAGING - VIA VT665X DRIVERS
11703 M:      Forest Bond <[email protected]>
11704 S:      Odd Fixes
11705 F:      drivers/staging/vt665?/
11706
11707 STAGING - WILC1000 WIFI DRIVER
11708 M:      Aditya Shankar <[email protected]>
11709 M:      Ganesh Krishna <[email protected]>
11710 L:      [email protected]
11711 S:      Supported
11712 F:      drivers/staging/wilc1000/
11713
11714 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11715 M:      Arnaud Patard <[email protected]>
11716 S:      Odd Fixes
11717 F:      drivers/staging/xgifb/
11718
11719 STARFIRE/DURALAN NETWORK DRIVER
11720 M:      Ion Badulescu <[email protected]>
11721 S:      Odd Fixes
11722 F:      drivers/net/ethernet/adaptec/starfire*
11723
11724 SUN3/3X
11725 M:      Sam Creasey <[email protected]>
11726 W:      http://sammy.net/sun3/
11727 S:      Maintained
11728 F:      arch/m68k/kernel/*sun3*
11729 F:      arch/m68k/sun3*/
11730 F:      arch/m68k/include/asm/sun3*
11731 F:      drivers/net/ethernet/i825xx/sun3*
11732
11733 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11734 M:      Hans de Goede <[email protected]>
11735 L:      [email protected]
11736 S:      Maintained
11737 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11738 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11739
11740 SUNDANCE NETWORK DRIVER
11741 M:      Denis Kirjanov <[email protected]>
11742 L:      [email protected]
11743 S:      Maintained
11744 F:      drivers/net/ethernet/dlink/sundance.c
11745
11746 SUPERH
11747 M:      Yoshinori Sato <[email protected]>
11748 M:      Rich Felker <[email protected]>
11749 L:      [email protected]
11750 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11751 S:      Maintained
11752 F:      Documentation/sh/
11753 F:      arch/sh/
11754 F:      drivers/sh/
11755
11756 SUSPEND TO RAM
11757 M:      "Rafael J. Wysocki" <[email protected]>
11758 M:      Len Brown <[email protected]>
11759 M:      Pavel Machek <[email protected]>
11760 L:      [email protected]
11761 B:      https://bugzilla.kernel.org
11762 S:      Supported
11763 F:      Documentation/power/
11764 F:      arch/x86/kernel/acpi/
11765 F:      drivers/base/power/
11766 F:      kernel/power/
11767 F:      include/linux/suspend.h
11768 F:      include/linux/freezer.h
11769 F:      include/linux/pm.h
11770
11771 SVGA HANDLING
11772 M:      Martin Mares <[email protected]>
11773 L:      [email protected]
11774 S:      Maintained
11775 F:      Documentation/svga.txt
11776 F:      arch/x86/boot/video*
11777
11778 SWIOTLB SUBSYSTEM
11779 M:      Konrad Rzeszutek Wilk <[email protected]>
11780 L:      [email protected]
11781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11782 S:      Supported
11783 F:      lib/swiotlb.c
11784 F:      arch/*/kernel/pci-swiotlb.c
11785 F:      include/linux/swiotlb.h
11786
11787 SWITCHDEV
11788 M:      Jiri Pirko <[email protected]>
11789 L:      [email protected]
11790 S:      Supported
11791 F:      net/switchdev/
11792 F:      include/net/switchdev.h
11793
11794 SYNOPSYS ARC ARCHITECTURE
11795 M:      Vineet Gupta <[email protected]>
11796 L:      [email protected]
11797 S:      Supported
11798 F:      arch/arc/
11799 F:      Documentation/devicetree/bindings/arc/*
11800 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11801 F:      drivers/tty/serial/arc_uart.c
11802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11803
11804 SYNOPSYS ARC SDP platform support
11805 M:      Alexey Brodkin <[email protected]>
11806 S:      Supported
11807 F:      arch/arc/plat-axs10x
11808 F:      arch/arc/boot/dts/ax*
11809 F:      Documentation/devicetree/bindings/arc/axs10*
11810
11811 SYSTEM CONFIGURATION (SYSCON)
11812 M:      Lee Jones <[email protected]>
11813 M:      Arnd Bergmann <[email protected]>
11814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11815 S:      Supported
11816 F:      drivers/mfd/syscon.c
11817
11818 SYSTEM RESET/SHUTDOWN DRIVERS
11819 M:      Sebastian Reichel <[email protected]>
11820 L:      [email protected]
11821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11822 S:      Maintained
11823 F:      Documentation/devicetree/bindings/power/reset/
11824 F:      drivers/power/reset/
11825
11826 SYSV FILESYSTEM
11827 M:      Christoph Hellwig <[email protected]>
11828 S:      Maintained
11829 F:      Documentation/filesystems/sysv-fs.txt
11830 F:      fs/sysv/
11831 F:      include/linux/sysv_fs.h
11832
11833 TARGET SUBSYSTEM
11834 M:      "Nicholas A. Bellinger" <[email protected]>
11835 L:      [email protected]
11836 L:      [email protected]
11837 W:      http://www.linux-iscsi.org
11838 W:      http://groups.google.com/group/linux-iscsi-target-dev
11839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11840 S:      Supported
11841 F:      drivers/target/
11842 F:      include/target/
11843 F:      Documentation/target/
11844
11845 TASKSTATS STATISTICS INTERFACE
11846 M:      Balbir Singh <[email protected]>
11847 S:      Maintained
11848 F:      Documentation/accounting/taskstats*
11849 F:      include/linux/taskstats*
11850 F:      kernel/taskstats.c
11851
11852 TC CLASSIFIER
11853 M:      Jamal Hadi Salim <[email protected]>
11854 L:      [email protected]
11855 S:      Maintained
11856 F:      include/net/pkt_cls.h
11857 F:      include/uapi/linux/pkt_cls.h
11858 F:      net/sched/
11859
11860 TCP LOW PRIORITY MODULE
11861 M:      "Wong Hoi Sing, Edison" <[email protected]>
11862 M:      "Hung Hing Lun, Mike" <[email protected]>
11863 W:      http://tcp-lp-mod.sourceforge.net/
11864 S:      Maintained
11865 F:      net/ipv4/tcp_lp.c
11866
11867 TDA10071 MEDIA DRIVER
11868 M:      Antti Palosaari <[email protected]>
11869 L:      [email protected]
11870 W:      https://linuxtv.org
11871 W:      http://palosaari.fi/linux/
11872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11873 T:      git git://linuxtv.org/anttip/media_tree.git
11874 S:      Maintained
11875 F:      drivers/media/dvb-frontends/tda10071*
11876
11877 TDA18212 MEDIA DRIVER
11878 M:      Antti Palosaari <[email protected]>
11879 L:      [email protected]
11880 W:      https://linuxtv.org
11881 W:      http://palosaari.fi/linux/
11882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11883 T:      git git://linuxtv.org/anttip/media_tree.git
11884 S:      Maintained
11885 F:      drivers/media/tuners/tda18212*
11886
11887 TDA18218 MEDIA DRIVER
11888 M:      Antti Palosaari <[email protected]>
11889 L:      [email protected]
11890 W:      https://linuxtv.org
11891 W:      http://palosaari.fi/linux/
11892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11893 T:      git git://linuxtv.org/anttip/media_tree.git
11894 S:      Maintained
11895 F:      drivers/media/tuners/tda18218*
11896
11897 TDA18271 MEDIA DRIVER
11898 M:      Michael Krufky <[email protected]>
11899 L:      [email protected]
11900 W:      https://linuxtv.org
11901 W:      http://github.com/mkrufky
11902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11903 T:      git git://linuxtv.org/mkrufky/tuners.git
11904 S:      Maintained
11905 F:      drivers/media/tuners/tda18271*
11906
11907 TDA827x MEDIA DRIVER
11908 M:      Michael Krufky <[email protected]>
11909 L:      [email protected]
11910 W:      https://linuxtv.org
11911 W:      http://github.com/mkrufky
11912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11913 T:      git git://linuxtv.org/mkrufky/tuners.git
11914 S:      Maintained
11915 F:      drivers/media/tuners/tda8290.*
11916
11917 TDA8290 MEDIA DRIVER
11918 M:      Michael Krufky <[email protected]>
11919 L:      [email protected]
11920 W:      https://linuxtv.org
11921 W:      http://github.com/mkrufky
11922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11923 T:      git git://linuxtv.org/mkrufky/tuners.git
11924 S:      Maintained
11925 F:      drivers/media/tuners/tda8290.*
11926
11927 TDA9840 MEDIA DRIVER
11928 M:      Hans Verkuil <[email protected]>
11929 L:      [email protected]
11930 T:      git git://linuxtv.org/media_tree.git
11931 W:      https://linuxtv.org
11932 S:      Maintained
11933 F:      drivers/media/i2c/tda9840*
11934
11935 TEA5761 TUNER DRIVER
11936 M:      Mauro Carvalho Chehab <[email protected]>
11937 M:      Mauro Carvalho Chehab <[email protected]>
11938 L:      [email protected]
11939 W:      https://linuxtv.org
11940 T:      git git://linuxtv.org/media_tree.git
11941 S:      Odd fixes
11942 F:      drivers/media/tuners/tea5761.*
11943
11944 TEA5767 TUNER DRIVER
11945 M:      Mauro Carvalho Chehab <[email protected]>
11946 M:      Mauro Carvalho Chehab <[email protected]>
11947 L:      [email protected]
11948 W:      https://linuxtv.org
11949 T:      git git://linuxtv.org/media_tree.git
11950 S:      Maintained
11951 F:      drivers/media/tuners/tea5767.*
11952
11953 TEA6415C MEDIA DRIVER
11954 M:      Hans Verkuil <[email protected]>
11955 L:      [email protected]
11956 T:      git git://linuxtv.org/media_tree.git
11957 W:      https://linuxtv.org
11958 S:      Maintained
11959 F:      drivers/media/i2c/tea6415c*
11960
11961 TEA6420 MEDIA DRIVER
11962 M:      Hans Verkuil <[email protected]>
11963 L:      [email protected]
11964 T:      git git://linuxtv.org/media_tree.git
11965 W:      https://linuxtv.org
11966 S:      Maintained
11967 F:      drivers/media/i2c/tea6420*
11968
11969 TEAM DRIVER
11970 M:      Jiri Pirko <[email protected]>
11971 L:      [email protected]
11972 S:      Supported
11973 F:      drivers/net/team/
11974 F:      include/linux/if_team.h
11975 F:      include/uapi/linux/if_team.h
11976
11977 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11978 M:      "Savoir-faire Linux Inc." <[email protected]>
11979 S:      Maintained
11980 F:      arch/x86/platform/ts5500/
11981
11982 TECHNOTREND USB IR RECEIVER
11983 M:      Sean Young <[email protected]>
11984 L:      [email protected]
11985 S:      Maintained
11986 F:      drivers/media/rc/ttusbir.c
11987
11988 TEGRA ARCHITECTURE SUPPORT
11989 M:      Stephen Warren <[email protected]>
11990 M:      Thierry Reding <[email protected]>
11991 M:      Alexandre Courbot <[email protected]>
11992 L:      [email protected]
11993 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11995 S:      Supported
11996 N:      [^a-z]tegra
11997
11998 TEGRA CLOCK DRIVER
11999 M:      Peter De Schrijver <[email protected]>
12000 M:      Prashant Gaikwad <[email protected]>
12001 S:      Supported
12002 F:      drivers/clk/tegra/
12003
12004 TEGRA DMA DRIVERS
12005 M:      Laxman Dewangan <[email protected]>
12006 M:      Jon Hunter <[email protected]>
12007 S:      Supported
12008 F:      drivers/dma/tegra*
12009
12010 TEGRA I2C DRIVER
12011 M:      Laxman Dewangan <[email protected]>
12012 S:      Supported
12013 F:      drivers/i2c/busses/i2c-tegra.c
12014
12015 TEGRA IOMMU DRIVERS
12016 M:      Hiroshi Doyu <[email protected]>
12017 S:      Supported
12018 F:      drivers/iommu/tegra*
12019
12020 TEGRA KBC DRIVER
12021 M:      Rakesh Iyer <[email protected]>
12022 M:      Laxman Dewangan <[email protected]>
12023 S:      Supported
12024 F:      drivers/input/keyboard/tegra-kbc.c
12025
12026 TEGRA PWM DRIVER
12027 M:      Thierry Reding <[email protected]>
12028 S:      Supported
12029 F:      drivers/pwm/pwm-tegra.c
12030
12031 TEGRA SERIAL DRIVER
12032 M:      Laxman Dewangan <[email protected]>
12033 S:      Supported
12034 F:      drivers/tty/serial/serial-tegra.c
12035
12036 TEGRA SPI DRIVER
12037 M:      Laxman Dewangan <[email protected]>
12038 S:      Supported
12039 F:      drivers/spi/spi-tegra*
12040
12041 TEHUTI ETHERNET DRIVER
12042 M:      Andy Gospodarek <[email protected]>
12043 L:      [email protected]
12044 S:      Supported
12045 F:      drivers/net/ethernet/tehuti/*
12046
12047 Telecom Clock Driver for MCPL0010
12048 M:      Mark Gross <[email protected]>
12049 S:      Supported
12050 F:      drivers/char/tlclk.c
12051
12052 TENSILICA XTENSA PORT (xtensa)
12053 M:      Chris Zankel <[email protected]>
12054 M:      Max Filippov <[email protected]>
12055 L:      [email protected]
12056 T:      git git://github.com/czankel/xtensa-linux.git
12057 S:      Maintained
12058 F:      arch/xtensa/
12059 F:      drivers/irqchip/irq-xtensa-*
12060
12061 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12062 M:      Hans Verkuil <[email protected]>
12063 L:      [email protected]
12064 T:      git git://linuxtv.org/media_tree.git
12065 W:      https://linuxtv.org
12066 S:      Maintained
12067 F:      drivers/media/radio/radio-raremono.c
12068
12069 THERMAL
12070 M:      Zhang Rui <[email protected]>
12071 M:      Eduardo Valentin <[email protected]>
12072 L:      [email protected]
12073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12075 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12076 S:      Supported
12077 F:      drivers/thermal/
12078 F:      include/linux/thermal.h
12079 F:      include/uapi/linux/thermal.h
12080 F:      include/linux/cpu_cooling.h
12081 F:      Documentation/devicetree/bindings/thermal/
12082
12083 THERMAL/CPU_COOLING
12084 M:      Amit Daniel Kachhap <[email protected]>
12085 M:      Viresh Kumar <[email protected]>
12086 M:      Javi Merino <[email protected]>
12087 L:      [email protected]
12088 S:      Supported
12089 F:      Documentation/thermal/cpu-cooling-api.txt
12090 F:      drivers/thermal/cpu_cooling.c
12091 F:      include/linux/cpu_cooling.h
12092
12093 THINKPAD ACPI EXTRAS DRIVER
12094 M:      Henrique de Moraes Holschuh <[email protected]>
12095 L:      [email protected]
12096 L:      [email protected]
12097 W:      http://ibm-acpi.sourceforge.net
12098 W:      http://thinkwiki.org/wiki/Ibm-acpi
12099 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12100 S:      Maintained
12101 F:      drivers/platform/x86/thinkpad_acpi.c
12102
12103 TI BANDGAP AND THERMAL DRIVER
12104 M:      Eduardo Valentin <[email protected]>
12105 M:      Keerthy <[email protected]>
12106 L:      [email protected]
12107 L:      [email protected]
12108 S:      Maintained
12109 F:      drivers/thermal/ti-soc-thermal/
12110
12111 TI VPE/CAL DRIVERS
12112 M:      Benoit Parrot <[email protected]>
12113 L:      [email protected]
12114 W:      http://linuxtv.org/
12115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12116 S:      Maintained
12117 F:      drivers/media/platform/ti-vpe/
12118
12119 TI CDCE706 CLOCK DRIVER
12120 M:      Max Filippov <[email protected]>
12121 S:      Maintained
12122 F:      drivers/clk/clk-cdce706.c
12123
12124 TI CLOCK DRIVER
12125 M:      Tero Kristo <[email protected]>
12126 L:      [email protected]
12127 S:      Maintained
12128 F:      drivers/clk/ti/
12129 F:      include/linux/clk/ti.h
12130
12131 TI ETHERNET SWITCH DRIVER (CPSW)
12132 M:      Mugunthan V N <[email protected]>
12133 R:      Grygorii Strashko <[email protected]>
12134 L:      [email protected]
12135 L:      [email protected]
12136 S:      Maintained
12137 F:      drivers/net/ethernet/ti/cpsw*
12138 F:      drivers/net/ethernet/ti/davinci*
12139
12140 TI FLASH MEDIA INTERFACE DRIVER
12141 M:      Alex Dubov <[email protected]>
12142 S:      Maintained
12143 F:      drivers/misc/tifm*
12144 F:      drivers/mmc/host/tifm_sd.c
12145 F:      include/linux/tifm.h
12146
12147 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12148 M:      Santosh Shilimkar <[email protected]>
12149 L:      [email protected]
12150 L:      [email protected] (moderated for non-subscribers)
12151 S:      Maintained
12152 F:      drivers/soc/ti/*
12153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12154
12155
12156 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12157 M:      M R Swami Reddy <[email protected]>
12158 M:      Vishwas A Deshpande <[email protected]>
12159 L:      [email protected] (moderated for non-subscribers)
12160 S:      Maintained
12161 F:      sound/soc/codecs/lm49453*
12162 F:      sound/soc/codecs/isabelle*
12163
12164 TI LP855x BACKLIGHT DRIVER
12165 M:      Milo Kim <[email protected]>
12166 S:      Maintained
12167 F:      Documentation/backlight/lp855x-driver.txt
12168 F:      drivers/video/backlight/lp855x_bl.c
12169 F:      include/linux/platform_data/lp855x.h
12170
12171 TI LP8727 CHARGER DRIVER
12172 M:      Milo Kim <[email protected]>
12173 S:      Maintained
12174 F:      drivers/power/supply/lp8727_charger.c
12175 F:      include/linux/platform_data/lp8727.h
12176
12177 TI LP8788 MFD DRIVER
12178 M:      Milo Kim <[email protected]>
12179 S:      Maintained
12180 F:      drivers/iio/adc/lp8788_adc.c
12181 F:      drivers/leds/leds-lp8788.c
12182 F:      drivers/mfd/lp8788*.c
12183 F:      drivers/power/supply/lp8788-charger.c
12184 F:      drivers/regulator/lp8788-*.c
12185 F:      include/linux/mfd/lp8788*.h
12186
12187 TI NETCP ETHERNET DRIVER
12188 M:      Wingman Kwok <[email protected]>
12189 M:      Murali Karicheri <[email protected]>
12190 L:      [email protected]
12191 S:      Maintained
12192 F:      drivers/net/ethernet/ti/netcp*
12193
12194 TI TAS571X FAMILY ASoC CODEC DRIVER
12195 M:      Kevin Cernekee <[email protected]>
12196 L:      [email protected] (moderated for non-subscribers)
12197 S:      Odd Fixes
12198 F:      sound/soc/codecs/tas571x*
12199
12200 TI TWL4030 SERIES SOC CODEC DRIVER
12201 M:      Peter Ujfalusi <[email protected]>
12202 L:      [email protected] (moderated for non-subscribers)
12203 S:      Maintained
12204 F:      sound/soc/codecs/twl4030*
12205
12206 TI WILINK WIRELESS DRIVERS
12207 L:      [email protected]
12208 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12209 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12211 S:      Orphan
12212 F:      drivers/net/wireless/ti/
12213 F:      include/linux/wl12xx.h
12214
12215 TIPC NETWORK LAYER
12216 M:      Jon Maloy <[email protected]>
12217 M:      Ying Xue <[email protected]>
12218 L:      [email protected] (core kernel code)
12219 L:      [email protected] (user apps, general discussion)
12220 W:      http://tipc.sourceforge.net/
12221 S:      Maintained
12222 F:      include/uapi/linux/tipc*.h
12223 F:      net/tipc/
12224
12225 TILE ARCHITECTURE
12226 M:      Chris Metcalf <[email protected]>
12227 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12229 S:      Supported
12230 F:      arch/tile/
12231 F:      drivers/char/tile-srom.c
12232 F:      drivers/edac/tile_edac.c
12233 F:      drivers/net/ethernet/tile/
12234 F:      drivers/rtc/rtc-tile.c
12235 F:      drivers/tty/hvc/hvc_tile.c
12236 F:      drivers/tty/serial/tilegx.c
12237 F:      drivers/usb/host/*-tilegx.c
12238 F:      include/linux/usb/tilegx.h
12239
12240 TLAN NETWORK DRIVER
12241 M:      Samuel Chessman <[email protected]>
12242 L:      [email protected] (subscribers-only)
12243 W:      http://sourceforge.net/projects/tlan/
12244 S:      Maintained
12245 F:      Documentation/networking/tlan.txt
12246 F:      drivers/net/ethernet/ti/tlan.*
12247
12248 TOMOYO SECURITY MODULE
12249 M:      Kentaro Takeda <[email protected]>
12250 M:      Tetsuo Handa <[email protected]>
12251 L:      [email protected] (subscribers-only, for developers in English)
12252 L:      [email protected] (subscribers-only, for users in English)
12253 L:      [email protected] (subscribers-only, for developers in Japanese)
12254 L:      [email protected] (subscribers-only, for users in Japanese)
12255 W:      http://tomoyo.sourceforge.jp/
12256 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12257 S:      Maintained
12258 F:      security/tomoyo/
12259
12260 TOPSTAR LAPTOP EXTRAS DRIVER
12261 M:      Herton Ronaldo Krzesinski <[email protected]>
12262 L:      [email protected]
12263 S:      Maintained
12264 F:      drivers/platform/x86/topstar-laptop.c
12265
12266 TOSHIBA ACPI EXTRAS DRIVER
12267 M:      Azael Avalos <[email protected]>
12268 L:      [email protected]
12269 S:      Maintained
12270 F:      drivers/platform/x86/toshiba_acpi.c
12271
12272 TOSHIBA BLUETOOTH DRIVER
12273 M:      Azael Avalos <[email protected]>
12274 L:      [email protected]
12275 S:      Maintained
12276 F:      drivers/platform/x86/toshiba_bluetooth.c
12277
12278 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12279 M:      Azael Avalos <[email protected]>
12280 L:      [email protected]
12281 S:      Maintained
12282 F:      drivers/platform/x86/toshiba_haps.c
12283
12284 TOSHIBA WMI HOTKEYS DRIVER
12285 M:      Azael Avalos <[email protected]>
12286 L:      [email protected]
12287 S:      Maintained
12288 F:      drivers/platform/x86/toshiba-wmi.c
12289
12290 TOSHIBA SMM DRIVER
12291 M:      Jonathan Buzzard <[email protected]>
12292 W:      http://www.buzzard.org.uk/toshiba/
12293 S:      Maintained
12294 F:      drivers/char/toshiba.c
12295 F:      include/linux/toshiba.h
12296 F:      include/uapi/linux/toshiba.h
12297
12298 TOSHIBA TC358743 DRIVER
12299 M:      Mats Randgaard <[email protected]>
12300 L:      [email protected]
12301 S:      Maintained
12302 F:      drivers/media/i2c/tc358743*
12303 F:      include/media/i2c/tc358743.h
12304
12305 TMIO/SDHI MMC DRIVER
12306 M:      Wolfram Sang <[email protected]>
12307 L:      [email protected]
12308 S:      Supported
12309 F:      drivers/mmc/host/tmio_mmc*
12310 F:      drivers/mmc/host/sh_mobile_sdhi.c
12311 F:      include/linux/mfd/tmio.h
12312
12313 TMP401 HARDWARE MONITOR DRIVER
12314 M:      Guenter Roeck <[email protected]>
12315 L:      [email protected]
12316 S:      Maintained
12317 F:      Documentation/hwmon/tmp401
12318 F:      drivers/hwmon/tmp401.c
12319
12320 TMPFS (SHMEM FILESYSTEM)
12321 M:      Hugh Dickins <[email protected]>
12322 L:      [email protected]
12323 S:      Maintained
12324 F:      include/linux/shmem_fs.h
12325 F:      mm/shmem.c
12326
12327 TM6000 VIDEO4LINUX DRIVER
12328 M:      Mauro Carvalho Chehab <[email protected]>
12329 M:      Mauro Carvalho Chehab <[email protected]>
12330 L:      [email protected]
12331 W:      https://linuxtv.org
12332 T:      git git://linuxtv.org/media_tree.git
12333 S:      Odd fixes
12334 F:      drivers/media/usb/tm6000/
12335 F:      Documentation/media/v4l-drivers/tm6000*
12336
12337 TW5864 VIDEO4LINUX DRIVER
12338 M:      Bluecherry Maintainers <[email protected]>
12339 M:      Andrey Utkin <[email protected]>
12340 M:      Andrey Utkin <[email protected]>
12341 L:      [email protected]
12342 S:      Supported
12343 F:      drivers/media/pci/tw5864/
12344
12345 TW68 VIDEO4LINUX DRIVER
12346 M:      Hans Verkuil <[email protected]>
12347 L:      [email protected]
12348 T:      git git://linuxtv.org/media_tree.git
12349 W:      https://linuxtv.org
12350 S:      Odd Fixes
12351 F:      drivers/media/pci/tw68/
12352
12353 TW686X VIDEO4LINUX DRIVER
12354 M:      Ezequiel Garcia <[email protected]>
12355 L:      [email protected]
12356 T:      git git://linuxtv.org/media_tree.git
12357 W:      http://linuxtv.org
12358 S:      Maintained
12359 F:      drivers/media/pci/tw686x/
12360
12361 TPM DEVICE DRIVER
12362 M:      Peter Huewe <[email protected]>
12363 M:      Marcel Selhorst <[email protected]>
12364 M:      Jarkko Sakkinen <[email protected]>
12365 R:      Jason Gunthorpe <[email protected]>
12366 W:      http://tpmdd.sourceforge.net
12367 L:      [email protected] (moderated for non-subscribers)
12368 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12369 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12370 S:      Maintained
12371 F:      drivers/char/tpm/
12372
12373 TPM IBM_VTPM DEVICE DRIVER
12374 M:      Ashley Lai <[email protected]>
12375 W:      http://tpmdd.sourceforge.net
12376 L:      [email protected] (moderated for non-subscribers)
12377 S:      Maintained
12378 F:      drivers/char/tpm/tpm_ibmvtpm*
12379
12380 TRACING
12381 M:      Steven Rostedt <[email protected]>
12382 M:      Ingo Molnar <[email protected]>
12383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12384 S:      Maintained
12385 F:      Documentation/trace/ftrace.txt
12386 F:      arch/*/*/*/ftrace.h
12387 F:      arch/*/kernel/ftrace.c
12388 F:      include/*/ftrace.h
12389 F:      include/linux/trace*.h
12390 F:      include/trace/
12391 F:      kernel/trace/
12392 F:      tools/testing/selftests/ftrace/
12393
12394 TRACING MMIO ACCESSES (MMIOTRACE)
12395 M:      Steven Rostedt <[email protected]>
12396 M:      Ingo Molnar <[email protected]>
12397 R:      Karol Herbst <[email protected]>
12398 R:      Pekka Paalanen <[email protected]>
12399 S:      Maintained
12400 L:      [email protected]
12401 L:      [email protected]
12402 F:      kernel/trace/trace_mmiotrace.c
12403 F:      include/linux/mmiotrace.h
12404 F:      arch/x86/mm/kmmio.c
12405 F:      arch/x86/mm/mmio-mod.c
12406 F:      arch/x86/mm/testmmiotrace.c
12407
12408 TRIVIAL PATCHES
12409 M:      Jiri Kosina <[email protected]>
12410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12411 S:      Maintained
12412 K:      ^Subject:.*(?i)trivial
12413
12414 TTY LAYER
12415 M:      Greg Kroah-Hartman <[email protected]>
12416 M:      Jiri Slaby <[email protected]>
12417 S:      Supported
12418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12419 F:      Documentation/serial/
12420 F:      drivers/tty/
12421 F:      drivers/tty/serial/serial_core.c
12422 F:      include/linux/serial_core.h
12423 F:      include/linux/serial.h
12424 F:      include/linux/tty.h
12425 F:      include/uapi/linux/serial_core.h
12426 F:      include/uapi/linux/serial.h
12427 F:      include/uapi/linux/tty.h
12428
12429 TUA9001 MEDIA DRIVER
12430 M:      Antti Palosaari <[email protected]>
12431 L:      [email protected]
12432 W:      https://linuxtv.org
12433 W:      http://palosaari.fi/linux/
12434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12435 T:      git git://linuxtv.org/anttip/media_tree.git
12436 S:      Maintained
12437 F:      drivers/media/tuners/tua9001*
12438
12439 TULIP NETWORK DRIVERS
12440 L:      [email protected]
12441 L:      [email protected]
12442 S:      Orphan
12443 F:      drivers/net/ethernet/dec/tulip/
12444
12445 TUN/TAP driver
12446 M:      Maxim Krasnyansky <[email protected]>
12447 W:      http://vtun.sourceforge.net/tun
12448 S:      Maintained
12449 F:      Documentation/networking/tuntap.txt
12450 F:      arch/um/os-Linux/drivers/
12451
12452 TURBOCHANNEL SUBSYSTEM
12453 M:      "Maciej W. Rozycki" <[email protected]>
12454 M:      Ralf Baechle <[email protected]>
12455 L:      [email protected]
12456 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12457 S:      Maintained
12458 F:      drivers/tc/
12459 F:      include/linux/tc.h
12460
12461 UBI FILE SYSTEM (UBIFS)
12462 M:      Richard Weinberger <[email protected]>
12463 M:      Artem Bityutskiy <[email protected]>
12464 M:      Adrian Hunter <[email protected]>
12465 L:      [email protected]
12466 T:      git git://git.infradead.org/ubifs-2.6.git
12467 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12468 S:      Supported
12469 F:      Documentation/filesystems/ubifs.txt
12470 F:      fs/ubifs/
12471
12472 UCLINUX (M68KNOMMU AND COLDFIRE)
12473 M:      Greg Ungerer <[email protected]>
12474 W:      http://www.linux-m68k.org/
12475 W:      http://www.uclinux.org/
12476 L:      [email protected]
12477 L:      [email protected]  (subscribers-only)
12478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12479 S:      Maintained
12480 F:      arch/m68k/coldfire/
12481 F:      arch/m68k/68*/
12482 F:      arch/m68k/*/*_no.*
12483 F:      arch/m68k/include/asm/*_no.*
12484
12485 UDF FILESYSTEM
12486 M:      Jan Kara <[email protected]>
12487 S:      Maintained
12488 F:      Documentation/filesystems/udf.txt
12489 F:      fs/udf/
12490
12491 UFS FILESYSTEM
12492 M:      Evgeniy Dushistov <[email protected]>
12493 S:      Maintained
12494 F:      Documentation/filesystems/ufs.txt
12495 F:      fs/ufs/
12496
12497 UHID USERSPACE HID IO DRIVER:
12498 M:      David Herrmann <[email protected]>
12499 L:      [email protected]
12500 S:      Maintained
12501 F:      drivers/hid/uhid.c
12502 F:      include/uapi/linux/uhid.h
12503
12504 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12505 L:      [email protected]
12506 S:      Orphan
12507 F:      drivers/uwb/
12508 F:      include/linux/uwb.h
12509 F:      include/linux/uwb/
12510
12511 UNICORE32 ARCHITECTURE:
12512 M:      Guan Xuetao <[email protected]>
12513 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12514 S:      Maintained
12515 T:      git git://github.com/gxt/linux.git
12516 F:      arch/unicore32/
12517
12518 UNIFDEF
12519 M:      Tony Finch <[email protected]>
12520 W:      http://dotat.at/prog/unifdef
12521 S:      Maintained
12522 F:      scripts/unifdef.c
12523
12524 UNIFORM CDROM DRIVER
12525 M:      Jens Axboe <[email protected]>
12526 W:      http://www.kernel.dk
12527 S:      Maintained
12528 F:      Documentation/cdrom/
12529 F:      drivers/cdrom/cdrom.c
12530 F:      include/linux/cdrom.h
12531 F:      include/uapi/linux/cdrom.h
12532
12533 UNISYS S-PAR DRIVERS
12534 M:      David Kershner <[email protected]>
12535 L:      [email protected] (Unisys internal)
12536 S:      Supported
12537 F:      drivers/staging/unisys/
12538
12539 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12540 M:      Vinayak Holikatti <[email protected]>
12541 L:      [email protected]
12542 S:      Supported
12543 F:      Documentation/scsi/ufs.txt
12544 F:      drivers/scsi/ufs/
12545
12546 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12547 M:      Manjunath M Bettegowda <[email protected]>
12548 M:      Prabu Thangamuthu <[email protected]>
12549 L:      [email protected]
12550 S:      Supported
12551 F:      drivers/scsi/ufs/*dwc*
12552
12553 UNSORTED BLOCK IMAGES (UBI)
12554 M:      Artem Bityutskiy <[email protected]>
12555 M:      Richard Weinberger <[email protected]>
12556 W:      http://www.linux-mtd.infradead.org/
12557 L:      [email protected]
12558 T:      git git://git.infradead.org/ubifs-2.6.git
12559 S:      Supported
12560 F:      drivers/mtd/ubi/
12561 F:      include/linux/mtd/ubi.h
12562 F:      include/uapi/mtd/ubi-user.h
12563
12564 USB ACM DRIVER
12565 M:      Oliver Neukum <[email protected]>
12566 L:      [email protected]
12567 S:      Maintained
12568 F:      Documentation/usb/acm.txt
12569 F:      drivers/usb/class/cdc-acm.*
12570
12571 USB AR5523 WIRELESS DRIVER
12572 M:      Pontus Fuchs <[email protected]>
12573 L:      [email protected]
12574 S:      Maintained
12575 F:      drivers/net/wireless/ath/ar5523/
12576
12577 USB ATTACHED SCSI
12578 M:      Oliver Neukum <[email protected]>
12579 L:      [email protected]
12580 L:      [email protected]
12581 S:      Maintained
12582 F:      drivers/usb/storage/uas.c
12583
12584 USB CDC ETHERNET DRIVER
12585 M:      Oliver Neukum <[email protected]>
12586 L:      [email protected]
12587 S:      Maintained
12588 F:      drivers/net/usb/cdc_*.c
12589 F:      include/uapi/linux/usb/cdc.h
12590
12591 USB CHAOSKEY DRIVER
12592 M:      Keith Packard <[email protected]>
12593 L:      [email protected]
12594 S:      Maintained
12595 F:      drivers/usb/misc/chaoskey.c
12596
12597 USB CYPRESS C67X00 DRIVER
12598 M:      Peter Korsgaard <[email protected]>
12599 L:      [email protected]
12600 S:      Maintained
12601 F:      drivers/usb/c67x00/
12602
12603 USB DAVICOM DM9601 DRIVER
12604 M:      Peter Korsgaard <[email protected]>
12605 L:      [email protected]
12606 W:      http://www.linux-usb.org/usbnet
12607 S:      Maintained
12608 F:      drivers/net/usb/dm9601.c
12609
12610 USB DIAMOND RIO500 DRIVER
12611 M:      Cesar Miquel <[email protected]>
12612 L:      [email protected]
12613 W:      http://rio500.sourceforge.net
12614 S:      Maintained
12615 F:      drivers/usb/misc/rio500*
12616
12617 USB EHCI DRIVER
12618 M:      Alan Stern <[email protected]>
12619 L:      [email protected]
12620 S:      Maintained
12621 F:      Documentation/usb/ehci.txt
12622 F:      drivers/usb/host/ehci*
12623
12624 USB GADGET/PERIPHERAL SUBSYSTEM
12625 M:      Felipe Balbi <[email protected]>
12626 L:      [email protected]
12627 W:      http://www.linux-usb.org/gadget
12628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12629 S:      Maintained
12630 F:      drivers/usb/gadget/
12631 F:      include/linux/usb/gadget*
12632
12633 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12634 M:      Jiri Kosina <[email protected]>
12635 R:      Benjamin Tissoires <[email protected]>
12636 L:      [email protected]
12637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12638 S:      Maintained
12639 F:      Documentation/hid/hiddev.txt
12640 F:      drivers/hid/usbhid/
12641
12642 USB ISP116X DRIVER
12643 M:      Olav Kongas <[email protected]>
12644 L:      [email protected]
12645 S:      Maintained
12646 F:      drivers/usb/host/isp116x*
12647 F:      include/linux/usb/isp116x.h
12648
12649 USB LAN78XX ETHERNET DRIVER
12650 M:      Woojung Huh <[email protected]>
12651 M:      Microchip Linux Driver Support <[email protected]>
12652 L:      [email protected]
12653 S:      Maintained
12654 F:      drivers/net/usb/lan78xx.*
12655
12656 USB MASS STORAGE DRIVER
12657 M:      Alan Stern <[email protected]>
12658 L:      [email protected]
12659 L:      [email protected]
12660 S:      Maintained
12661 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12662 F:      drivers/usb/storage/
12663
12664 USB MIDI DRIVER
12665 M:      Clemens Ladisch <[email protected]>
12666 L:      [email protected] (moderated for non-subscribers)
12667 T:      git git://git.alsa-project.org/alsa-kernel.git
12668 S:      Maintained
12669 F:      sound/usb/midi.*
12670
12671 USB NETWORKING DRIVERS
12672 L:      [email protected]
12673 S:      Odd Fixes
12674 F:      drivers/net/usb/
12675
12676 USB OHCI DRIVER
12677 M:      Alan Stern <[email protected]>
12678 L:      [email protected]
12679 S:      Maintained
12680 F:      Documentation/usb/ohci.txt
12681 F:      drivers/usb/host/ohci*
12682
12683 USB OTG FSM (Finite State Machine)
12684 M:      Peter Chen <[email protected]>
12685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12686 L:      [email protected]
12687 S:      Maintained
12688 F:      drivers/usb/common/usb-otg-fsm.c
12689
12690 USB OVER IP DRIVER
12691 M:      Valentina Manea <[email protected]>
12692 M:      Shuah Khan <[email protected]>
12693 M:      Shuah Khan <[email protected]>
12694 L:      [email protected]
12695 S:      Maintained
12696 F:      Documentation/usb/usbip_protocol.txt
12697 F:      drivers/usb/usbip/
12698 F:      tools/usb/usbip/
12699
12700 USB PEGASUS DRIVER
12701 M:      Petko Manolov <[email protected]>
12702 L:      [email protected]
12703 L:      [email protected]
12704 T:      git git://github.com/petkan/pegasus.git
12705 W:      https://github.com/petkan/pegasus
12706 S:      Maintained
12707 F:      drivers/net/usb/pegasus.*
12708
12709 USB PHY LAYER
12710 M:      Felipe Balbi <[email protected]>
12711 L:      [email protected]
12712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12713 S:      Maintained
12714 F:      drivers/usb/phy/
12715
12716 USB PRINTER DRIVER (usblp)
12717 M:      Pete Zaitcev <[email protected]>
12718 L:      [email protected]
12719 S:      Supported
12720 F:      drivers/usb/class/usblp.c
12721
12722 USB QMI WWAN NETWORK DRIVER
12723 M:      Bjørn Mork <[email protected]>
12724 L:      [email protected]
12725 S:      Maintained
12726 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12727 F:      drivers/net/usb/qmi_wwan.c
12728
12729 USB RTL8150 DRIVER
12730 M:      Petko Manolov <[email protected]>
12731 L:      [email protected]
12732 L:      [email protected]
12733 T:      git git://github.com/petkan/rtl8150.git
12734 W:      https://github.com/petkan/rtl8150
12735 S:      Maintained
12736 F:      drivers/net/usb/rtl8150.c
12737
12738 USB SERIAL SUBSYSTEM
12739 M:      Johan Hovold <[email protected]>
12740 L:      [email protected]
12741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12742 S:      Maintained
12743 F:      Documentation/usb/usb-serial.txt
12744 F:      drivers/usb/serial/
12745 F:      include/linux/usb/serial.h
12746
12747 USB SMSC75XX ETHERNET DRIVER
12748 M:      Steve Glendinning <[email protected]>
12749 L:      [email protected]
12750 S:      Maintained
12751 F:      drivers/net/usb/smsc75xx.*
12752
12753 USB SMSC95XX ETHERNET DRIVER
12754 M:      Steve Glendinning <[email protected]>
12755 M:      Microchip Linux Driver Support <[email protected]>
12756 L:      [email protected]
12757 S:      Maintained
12758 F:      drivers/net/usb/smsc95xx.*
12759
12760 USB SUBSYSTEM
12761 M:      Greg Kroah-Hartman <[email protected]>
12762 L:      [email protected]
12763 W:      http://www.linux-usb.org
12764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12765 S:      Supported
12766 F:      Documentation/devicetree/bindings/usb/
12767 F:      Documentation/usb/
12768 F:      drivers/usb/
12769 F:      include/linux/usb.h
12770 F:      include/linux/usb/
12771
12772 USB UHCI DRIVER
12773 M:      Alan Stern <[email protected]>
12774 L:      [email protected]
12775 S:      Maintained
12776 F:      drivers/usb/host/uhci*
12777
12778 USB "USBNET" DRIVER FRAMEWORK
12779 M:      Oliver Neukum <[email protected]>
12780 L:      [email protected]
12781 W:      http://www.linux-usb.org/usbnet
12782 S:      Maintained
12783 F:      drivers/net/usb/usbnet.c
12784 F:      include/linux/usb/usbnet.h
12785
12786 USB VIDEO CLASS
12787 M:      Laurent Pinchart <[email protected]>
12788 L:      [email protected] (subscribers-only)
12789 L:      [email protected]
12790 T:      git git://linuxtv.org/media_tree.git
12791 W:      http://www.ideasonboard.org/uvc/
12792 S:      Maintained
12793 F:      drivers/media/usb/uvc/
12794 F:      include/uapi/linux/uvcvideo.h
12795
12796 USB VISION DRIVER
12797 M:      Hans Verkuil <[email protected]>
12798 L:      [email protected]
12799 T:      git git://linuxtv.org/media_tree.git
12800 W:      https://linuxtv.org
12801 S:      Odd Fixes
12802 F:      drivers/media/usb/usbvision/
12803
12804 USB WEBCAM GADGET
12805 M:      Laurent Pinchart <[email protected]>
12806 L:      [email protected]
12807 S:      Maintained
12808 F:      drivers/usb/gadget/function/*uvc*
12809 F:      drivers/usb/gadget/legacy/webcam.c
12810
12811 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12812 M:      Jussi Kivilinna <[email protected]>
12813 L:      [email protected]
12814 S:      Maintained
12815 F:      drivers/net/wireless/rndis_wlan.c
12816
12817 USB XHCI DRIVER
12818 M:      Mathias Nyman <[email protected]>
12819 L:      [email protected]
12820 S:      Supported
12821 F:      drivers/usb/host/xhci*
12822 F:      drivers/usb/host/pci-quirks*
12823
12824 USB ZD1201 DRIVER
12825 L:      [email protected]
12826 W:      http://linux-lc100020.sourceforge.net
12827 S:      Orphan
12828 F:      drivers/net/wireless/zydas/zd1201.*
12829
12830 USB ZR364XX DRIVER
12831 M:      Antoine Jacquet <[email protected]>
12832 L:      [email protected]
12833 L:      [email protected]
12834 T:      git git://linuxtv.org/media_tree.git
12835 W:      http://royale.zerezo.com/zr364xx/
12836 S:      Maintained
12837 F:      Documentation/media/v4l-drivers/zr364xx*
12838 F:      drivers/media/usb/zr364xx/
12839
12840 ULPI BUS
12841 M:      Heikki Krogerus <[email protected]>
12842 L:      [email protected]
12843 S:      Maintained
12844 F:      drivers/usb/common/ulpi.c
12845 F:      include/linux/ulpi/
12846
12847 USER-MODE LINUX (UML)
12848 M:      Jeff Dike <[email protected]>
12849 M:      Richard Weinberger <[email protected]>
12850 L:      [email protected]
12851 L:      [email protected]
12852 W:      http://user-mode-linux.sourceforge.net
12853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12854 S:      Maintained
12855 F:      Documentation/virtual/uml/
12856 F:      arch/um/
12857 F:      arch/x86/um/
12858 F:      fs/hostfs/
12859 F:      fs/hppfs/
12860
12861 USERSPACE I/O (UIO)
12862 M:      Greg Kroah-Hartman <[email protected]>
12863 S:      Maintained
12864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12865 F:      Documentation/DocBook/uio-howto.tmpl
12866 F:      drivers/uio/
12867 F:      include/linux/uio*.h
12868
12869 UTIL-LINUX PACKAGE
12870 M:      Karel Zak <[email protected]>
12871 L:      [email protected]
12872 W:      http://en.wikipedia.org/wiki/Util-linux
12873 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12874 S:      Maintained
12875
12876 UVESAFB DRIVER
12877 M:      Michal Januszewski <[email protected]>
12878 L:      [email protected]
12879 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12880 S:      Maintained
12881 F:      Documentation/fb/uvesafb.txt
12882 F:      drivers/video/fbdev/uvesafb.*
12883
12884 VF610 NAND DRIVER
12885 M:      Stefan Agner <[email protected]>
12886 L:      [email protected]
12887 S:      Supported
12888 F:      drivers/mtd/nand/vf610_nfc.c
12889
12890 VFAT/FAT/MSDOS FILESYSTEM
12891 M:      OGAWA Hirofumi <[email protected]>
12892 S:      Maintained
12893 F:      Documentation/filesystems/vfat.txt
12894 F:      fs/fat/
12895
12896 VFIO DRIVER
12897 M:      Alex Williamson <[email protected]>
12898 L:      [email protected]
12899 T:      git git://github.com/awilliam/linux-vfio.git
12900 S:      Maintained
12901 F:      Documentation/vfio.txt
12902 F:      drivers/vfio/
12903 F:      include/linux/vfio.h
12904 F:      include/uapi/linux/vfio.h
12905
12906 VFIO MEDIATED DEVICE DRIVERS
12907 M:      Kirti Wankhede <[email protected]>
12908 L:      [email protected]
12909 S:      Maintained
12910 F:      Documentation/vfio-mediated-device.txt
12911 F:      drivers/vfio/mdev/
12912 F:      include/linux/mdev.h
12913 F:      samples/vfio-mdev/
12914
12915 VFIO PLATFORM DRIVER
12916 M:      Baptiste Reynal <[email protected]>
12917 L:      [email protected]
12918 S:      Maintained
12919 F:      drivers/vfio/platform/
12920
12921 VIDEOBUF2 FRAMEWORK
12922 M:      Pawel Osciak <[email protected]>
12923 M:      Marek Szyprowski <[email protected]>
12924 M:      Kyungmin Park <[email protected]>
12925 L:      [email protected]
12926 S:      Maintained
12927 F:      drivers/media/v4l2-core/videobuf2-*
12928 F:      include/media/videobuf2-*
12929
12930 VIRTIO AND VHOST VSOCK DRIVER
12931 M:      Stefan Hajnoczi <[email protected]>
12932 L:      [email protected]
12933 L:      [email protected]
12934 L:      [email protected]
12935 S:      Maintained
12936 F:      include/linux/virtio_vsock.h
12937 F:      include/uapi/linux/virtio_vsock.h
12938 F:      net/vmw_vsock/virtio_transport_common.c
12939 F:      net/vmw_vsock/virtio_transport.c
12940 F:      drivers/vhost/vsock.c
12941 F:      drivers/vhost/vsock.h
12942
12943 VIRTUAL SERIO DEVICE DRIVER
12944 M:      Stephen Chandler Paul <[email protected]>
12945 S:      Maintained
12946 F:      drivers/input/serio/userio.c
12947 F:      include/uapi/linux/userio.h
12948
12949 VIRTIO CONSOLE DRIVER
12950 M:      Amit Shah <[email protected]>
12951 L:      [email protected]
12952 S:      Maintained
12953 F:      drivers/char/virtio_console.c
12954 F:      include/linux/virtio_console.h
12955 F:      include/uapi/linux/virtio_console.h
12956
12957 VIRTIO CORE, NET AND BLOCK DRIVERS
12958 M:      "Michael S. Tsirkin" <[email protected]>
12959 M:      Jason Wang <[email protected]>
12960 L:      [email protected]
12961 S:      Maintained
12962 F:      Documentation/devicetree/bindings/virtio/
12963 F:      drivers/virtio/
12964 F:      tools/virtio/
12965 F:      drivers/net/virtio_net.c
12966 F:      drivers/block/virtio_blk.c
12967 F:      include/linux/virtio_*.h
12968 F:      include/uapi/linux/virtio_*.h
12969
12970 VIRTIO DRIVERS FOR S390
12971 M:      Christian Borntraeger <[email protected]>
12972 M:      Cornelia Huck <[email protected]>
12973 L:      [email protected]
12974 L:      [email protected]
12975 L:      [email protected]
12976 S:      Supported
12977 F:      drivers/s390/virtio/
12978
12979 VIRTIO GPU DRIVER
12980 M:      David Airlie <[email protected]>
12981 M:      Gerd Hoffmann <[email protected]>
12982 L:      [email protected]
12983 L:      [email protected]
12984 S:      Maintained
12985 F:      drivers/gpu/drm/virtio/
12986 F:      include/uapi/linux/virtio_gpu.h
12987
12988 VIRTIO HOST (VHOST)
12989 M:      "Michael S. Tsirkin" <[email protected]>
12990 M:      Jason Wang <[email protected]>
12991 L:      [email protected]
12992 L:      [email protected]
12993 L:      [email protected]
12994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12995 S:      Maintained
12996 F:      drivers/vhost/
12997 F:      include/uapi/linux/vhost.h
12998
12999 VIRTIO INPUT DRIVER
13000 M:      Gerd Hoffmann <[email protected]>
13001 S:      Maintained
13002 F:      drivers/virtio/virtio_input.c
13003 F:      include/uapi/linux/virtio_input.h
13004
13005 VIA RHINE NETWORK DRIVER
13006 S:      Orphan
13007 F:      drivers/net/ethernet/via/via-rhine.c
13008
13009 VIA SD/MMC CARD CONTROLLER DRIVER
13010 M:      Bruce Chang <[email protected]>
13011 M:      Harald Welte <[email protected]>
13012 S:      Maintained
13013 F:      drivers/mmc/host/via-sdmmc.c
13014
13015 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13016 M:      Florian Tobias Schandinat <[email protected]>
13017 L:      [email protected]
13018 S:      Maintained
13019 F:      include/linux/via-core.h
13020 F:      include/linux/via-gpio.h
13021 F:      include/linux/via_i2c.h
13022 F:      drivers/video/fbdev/via/
13023
13024 VIA VELOCITY NETWORK DRIVER
13025 M:      Francois Romieu <[email protected]>
13026 L:      [email protected]
13027 S:      Maintained
13028 F:      drivers/net/ethernet/via/via-velocity.*
13029
13030 VIRT LIB
13031 M:      Alex Williamson <[email protected]>
13032 M:      Paolo Bonzini <[email protected]>
13033 L:      [email protected]
13034 S:      Supported
13035 F:      virt/lib/
13036
13037 VIVID VIRTUAL VIDEO DRIVER
13038 M:      Hans Verkuil <[email protected]>
13039 L:      [email protected]
13040 T:      git git://linuxtv.org/media_tree.git
13041 W:      https://linuxtv.org
13042 S:      Maintained
13043 F:      drivers/media/platform/vivid/*
13044
13045 VLAN (802.1Q)
13046 M:      Patrick McHardy <[email protected]>
13047 L:      [email protected]
13048 S:      Maintained
13049 F:      drivers/net/macvlan.c
13050 F:      include/linux/if_*vlan.h
13051 F:      net/8021q/
13052
13053 VLYNQ BUS
13054 M:      Florian Fainelli <[email protected]>
13055 L:      [email protected] (subscribers-only)
13056 S:      Maintained
13057 F:      drivers/vlynq/vlynq.c
13058 F:      include/linux/vlynq.h
13059
13060 VME SUBSYSTEM
13061 M:      Martyn Welch <[email protected]>
13062 M:      Manohar Vanga <[email protected]>
13063 M:      Greg Kroah-Hartman <[email protected]>
13064 L:      [email protected]
13065 S:      Maintained
13066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13067 F:      Documentation/driver-api/vme.rst
13068 F:      drivers/staging/vme/
13069 F:      drivers/vme/
13070 F:      include/linux/vme*
13071
13072 VMWARE HYPERVISOR INTERFACE
13073 M:      Alok Kataria <[email protected]>
13074 L:      [email protected]
13075 S:      Supported
13076 F:      arch/x86/kernel/cpu/vmware.c
13077
13078 VMWARE BALLOON DRIVER
13079 M:      Xavier Deguillard <[email protected]>
13080 M:      Philip Moltmann <[email protected]>
13081 M:      "VMware, Inc." <[email protected]>
13082 L:      [email protected]
13083 S:      Maintained
13084 F:      drivers/misc/vmw_balloon.c
13085
13086 VMWARE VMMOUSE SUBDRIVER
13087 M:      "VMware Graphics" <[email protected]>
13088 M:      "VMware, Inc." <[email protected]>
13089 L:      [email protected]
13090 S:      Maintained
13091 F:      drivers/input/mouse/vmmouse.c
13092 F:      drivers/input/mouse/vmmouse.h
13093
13094 VMWARE VMXNET3 ETHERNET DRIVER
13095 M:      Shrikrishna Khare <[email protected]>
13096 M:      "VMware, Inc." <[email protected]>
13097 L:      [email protected]
13098 S:      Maintained
13099 F:      drivers/net/vmxnet3/
13100
13101 VMware PVSCSI driver
13102 M:      Jim Gill <[email protected]>
13103 M:      VMware PV-Drivers <[email protected]>
13104 L:      [email protected]
13105 S:      Maintained
13106 F:      drivers/scsi/vmw_pvscsi.c
13107 F:      drivers/scsi/vmw_pvscsi.h
13108
13109 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13110 M:      Liam Girdwood <[email protected]>
13111 M:      Mark Brown <[email protected]>
13112 L:      [email protected]
13113 W:      http://www.slimlogic.co.uk/?p=48
13114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13115 S:      Supported
13116 F:      Documentation/devicetree/bindings/regulator/
13117 F:      drivers/regulator/
13118 F:      include/dt-bindings/regulator/
13119 F:      include/linux/regulator/
13120
13121 VRF
13122 M:      David Ahern <[email protected]>
13123 M:      Shrijeet Mukherjee <[email protected]>
13124 L:      [email protected]
13125 S:      Maintained
13126 F:      drivers/net/vrf.c
13127 F:      Documentation/networking/vrf.txt
13128
13129 VT1211 HARDWARE MONITOR DRIVER
13130 M:      Juerg Haefliger <[email protected]>
13131 L:      [email protected]
13132 S:      Maintained
13133 F:      Documentation/hwmon/vt1211
13134 F:      drivers/hwmon/vt1211.c
13135
13136 VT8231 HARDWARE MONITOR DRIVER
13137 M:      Roger Lucas <[email protected]>
13138 L:      [email protected]
13139 S:      Maintained
13140 F:      drivers/hwmon/vt8231.c
13141
13142 VUB300 USB to SDIO/SD/MMC bridge chip
13143 M:      Tony Olech <[email protected]>
13144 L:      [email protected]
13145 L:      [email protected]
13146 S:      Supported
13147 F:      drivers/mmc/host/vub300.c
13148
13149 W1 DALLAS'S 1-WIRE BUS
13150 M:      Evgeniy Polyakov <[email protected]>
13151 S:      Maintained
13152 F:      Documentation/w1/
13153 F:      drivers/w1/
13154
13155 W83791D HARDWARE MONITORING DRIVER
13156 M:      Marc Hulsman <[email protected]>
13157 L:      [email protected]
13158 S:      Maintained
13159 F:      Documentation/hwmon/w83791d
13160 F:      drivers/hwmon/w83791d.c
13161
13162 W83793 HARDWARE MONITORING DRIVER
13163 M:      Rudolf Marek <[email protected]>
13164 L:      [email protected]
13165 S:      Maintained
13166 F:      Documentation/hwmon/w83793
13167 F:      drivers/hwmon/w83793.c
13168
13169 W83795 HARDWARE MONITORING DRIVER
13170 M:      Jean Delvare <[email protected]>
13171 L:      [email protected]
13172 S:      Maintained
13173 F:      drivers/hwmon/w83795.c
13174
13175 W83L51xD SD/MMC CARD INTERFACE DRIVER
13176 M:      Pierre Ossman <[email protected]>
13177 S:      Maintained
13178 F:      drivers/mmc/host/wbsd.*
13179
13180 WACOM PROTOCOL 4 SERIAL TABLETS
13181 M:      Julian Squires <[email protected]>
13182 M:      Hans de Goede <[email protected]>
13183 L:      [email protected]
13184 S:      Maintained
13185 F:      drivers/input/tablet/wacom_serial4.c
13186
13187 WATCHDOG DEVICE DRIVERS
13188 M:      Wim Van Sebroeck <[email protected]>
13189 R:      Guenter Roeck <[email protected]>
13190 L:      [email protected]
13191 W:      http://www.linux-watchdog.org/
13192 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13193 S:      Maintained
13194 F:      Documentation/devicetree/bindings/watchdog/
13195 F:      Documentation/watchdog/
13196 F:      drivers/watchdog/
13197 F:      include/linux/watchdog.h
13198 F:      include/uapi/linux/watchdog.h
13199
13200 WIIMOTE HID DRIVER
13201 M:      David Herrmann <[email protected]>
13202 L:      [email protected]
13203 S:      Maintained
13204 F:      drivers/hid/hid-wiimote*
13205
13206 WINBOND CIR DRIVER
13207 M:      David Härdeman <[email protected]>
13208 S:      Maintained
13209 F:      drivers/media/rc/winbond-cir.c
13210
13211 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13212 M:      William Breathitt Gray <[email protected]>
13213 L:      [email protected]
13214 S:      Maintained
13215 F:      drivers/watchdog/ebc-c384_wdt.c
13216
13217 WINSYSTEMS WS16C48 GPIO DRIVER
13218 M:      William Breathitt Gray <[email protected]>
13219 L:      [email protected]
13220 S:      Maintained
13221 F:      drivers/gpio/gpio-ws16c48.c
13222
13223 WIMAX STACK
13224 M:      Inaky Perez-Gonzalez <[email protected]>
13225 M:      [email protected]
13226 L:      [email protected] (subscribers-only)
13227 S:      Supported
13228 W:      http://linuxwimax.org
13229 F:      Documentation/wimax/README.wimax
13230 F:      include/linux/wimax/debug.h
13231 F:      include/net/wimax.h
13232 F:      include/uapi/linux/wimax.h
13233 F:      net/wimax/
13234
13235 WISTRON LAPTOP BUTTON DRIVER
13236 M:      Miloslav Trmac <[email protected]>
13237 S:      Maintained
13238 F:      drivers/input/misc/wistron_btns.c
13239
13240 WL3501 WIRELESS PCMCIA CARD DRIVER
13241 M:      Arnaldo Carvalho de Melo <[email protected]>
13242 L:      [email protected]
13243 W:      http://oops.ghostprotocols.net:81/blog
13244 S:      Maintained
13245 F:      drivers/net/wireless/wl3501*
13246
13247 WOLFSON MICROELECTRONICS DRIVERS
13248 L:      [email protected]
13249 T:      git https://github.com/CirrusLogic/linux-drivers.git
13250 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13251 S:      Supported
13252 F:      Documentation/hwmon/wm83??
13253 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13254 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13255 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13256 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13257 F:      drivers/clk/clk-wm83*.c
13258 F:      drivers/extcon/extcon-arizona.c
13259 F:      drivers/leds/leds-wm83*.c
13260 F:      drivers/gpio/gpio-*wm*.c
13261 F:      drivers/gpio/gpio-arizona.c
13262 F:      drivers/hwmon/wm83??-hwmon.c
13263 F:      drivers/input/misc/wm831x-on.c
13264 F:      drivers/input/touchscreen/wm831x-ts.c
13265 F:      drivers/input/touchscreen/wm97*.c
13266 F:      drivers/mfd/arizona*
13267 F:      drivers/mfd/wm*.c
13268 F:      drivers/mfd/cs47l24*
13269 F:      drivers/power/supply/wm83*.c
13270 F:      drivers/rtc/rtc-wm83*.c
13271 F:      drivers/regulator/wm8*.c
13272 F:      drivers/video/backlight/wm83*_bl.c
13273 F:      drivers/watchdog/wm83*_wdt.c
13274 F:      include/linux/mfd/arizona/
13275 F:      include/linux/mfd/wm831x/
13276 F:      include/linux/mfd/wm8350/
13277 F:      include/linux/mfd/wm8400*
13278 F:      include/linux/wm97xx.h
13279 F:      include/sound/wm????.h
13280 F:      sound/soc/codecs/arizona.?
13281 F:      sound/soc/codecs/wm*
13282 F:      sound/soc/codecs/cs47l24*
13283
13284 WORKQUEUE
13285 M:      Tejun Heo <[email protected]>
13286 R:      Lai Jiangshan <[email protected]>
13287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13288 S:      Maintained
13289 F:      include/linux/workqueue.h
13290 F:      kernel/workqueue.c
13291 F:      Documentation/core-api/workqueue.rst
13292
13293 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13294 M:      Chen-Yu Tsai <[email protected]>
13295 L:      [email protected]
13296 S:      Maintained
13297 N:      axp[128]
13298
13299 X.25 NETWORK LAYER
13300 M:      Andrew Hendry <[email protected]>
13301 L:      [email protected]
13302 S:      Odd Fixes
13303 F:      Documentation/networking/x25*
13304 F:      include/net/x25*
13305 F:      net/x25/
13306
13307 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13308 M:      Thomas Gleixner <[email protected]>
13309 M:      Ingo Molnar <[email protected]>
13310 M:      "H. Peter Anvin" <[email protected]>
13311 M:      [email protected]
13312 L:      [email protected]
13313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13314 S:      Maintained
13315 F:      Documentation/x86/
13316 F:      arch/x86/
13317
13318 X86 PLATFORM DRIVERS
13319 M:      Darren Hart <[email protected]>
13320 L:      [email protected]
13321 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13322 S:      Maintained
13323 F:      drivers/platform/x86/
13324 F:      drivers/platform/olpc/
13325
13326 X86 MCE INFRASTRUCTURE
13327 M:      Tony Luck <[email protected]>
13328 M:      Borislav Petkov <[email protected]>
13329 L:      [email protected]
13330 S:      Maintained
13331 F:      arch/x86/kernel/cpu/mcheck/*
13332
13333 X86 MICROCODE UPDATE SUPPORT
13334 M:      Borislav Petkov <[email protected]>
13335 S:      Maintained
13336 F:      arch/x86/kernel/cpu/microcode/*
13337
13338 X86 VDSO
13339 M:      Andy Lutomirski <[email protected]>
13340 L:      [email protected]
13341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13342 S:      Maintained
13343 F:      arch/x86/entry/vdso/
13344
13345 XC2028/3028 TUNER DRIVER
13346 M:      Mauro Carvalho Chehab <[email protected]>
13347 M:      Mauro Carvalho Chehab <[email protected]>
13348 L:      [email protected]
13349 W:      https://linuxtv.org
13350 T:      git git://linuxtv.org/media_tree.git
13351 S:      Maintained
13352 F:      drivers/media/tuners/tuner-xc2028.*
13353
13354 XEN HYPERVISOR INTERFACE
13355 M:      Boris Ostrovsky <[email protected]>
13356 M:      Juergen Gross <[email protected]>
13357 L:      [email protected] (moderated for non-subscribers)
13358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13359 S:      Supported
13360 F:      arch/x86/xen/
13361 F:      drivers/*/xen-*front.c
13362 F:      drivers/xen/
13363 F:      arch/x86/include/asm/xen/
13364 F:      include/xen/
13365 F:      include/uapi/xen/
13366
13367 XEN HYPERVISOR ARM
13368 M:      Stefano Stabellini <[email protected]>
13369 L:      [email protected] (moderated for non-subscribers)
13370 S:      Maintained
13371 F:      arch/arm/xen/
13372 F:      arch/arm/include/asm/xen/
13373
13374 XEN HYPERVISOR ARM64
13375 M:      Stefano Stabellini <[email protected]>
13376 L:      [email protected] (moderated for non-subscribers)
13377 S:      Maintained
13378 F:      arch/arm64/xen/
13379 F:      arch/arm64/include/asm/xen/
13380
13381 XEN NETWORK BACKEND DRIVER
13382 M:      Wei Liu <[email protected]>
13383 M:      Paul Durrant <[email protected]>
13384 L:      [email protected] (moderated for non-subscribers)
13385 L:      [email protected]
13386 S:      Supported
13387 F:      drivers/net/xen-netback/*
13388
13389 XEN PCI SUBSYSTEM
13390 M:      Konrad Rzeszutek Wilk <[email protected]>
13391 L:      [email protected] (moderated for non-subscribers)
13392 S:      Supported
13393 F:      arch/x86/pci/*xen*
13394 F:      drivers/pci/*xen*
13395
13396 XEN BLOCK SUBSYSTEM
13397 M:      Konrad Rzeszutek Wilk <[email protected]>
13398 M:      Roger Pau Monné <[email protected]>
13399 L:      [email protected] (moderated for non-subscribers)
13400 S:      Supported
13401 F:      drivers/block/xen-blkback/*
13402 F:      drivers/block/xen*
13403
13404 XEN PVSCSI DRIVERS
13405 M:      Juergen Gross <[email protected]>
13406 L:      [email protected] (moderated for non-subscribers)
13407 L:      [email protected]
13408 S:      Supported
13409 F:      drivers/scsi/xen-scsifront.c
13410 F:      drivers/xen/xen-scsiback.c
13411 F:      include/xen/interface/io/vscsiif.h
13412
13413 XEN SWIOTLB SUBSYSTEM
13414 M:      Konrad Rzeszutek Wilk <[email protected]>
13415 L:      [email protected] (moderated for non-subscribers)
13416 S:      Supported
13417 F:      arch/x86/xen/*swiotlb*
13418 F:      drivers/xen/*swiotlb*
13419
13420 XFS FILESYSTEM
13421 M:      Dave Chinner <[email protected]>
13422 M:      [email protected]
13423 L:      [email protected]
13424 W:      http://xfs.org/
13425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13426 S:      Supported
13427 F:      Documentation/filesystems/xfs.txt
13428 F:      fs/xfs/
13429
13430 XILINX AXI ETHERNET DRIVER
13431 M:      Anirudha Sarangi <[email protected]>
13432 M:      John Linn <[email protected]>
13433 S:      Maintained
13434 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13435
13436 XILINX UARTLITE SERIAL DRIVER
13437 M:      Peter Korsgaard <[email protected]>
13438 L:      [email protected]
13439 S:      Maintained
13440 F:      drivers/tty/serial/uartlite.c
13441
13442 XILINX VIDEO IP CORES
13443 M:      Hyun Kwon <[email protected]>
13444 M:      Laurent Pinchart <[email protected]>
13445 L:      [email protected]
13446 T:      git git://linuxtv.org/media_tree.git
13447 S:      Supported
13448 F:      Documentation/devicetree/bindings/media/xilinx/
13449 F:      drivers/media/platform/xilinx/
13450 F:      include/uapi/linux/xilinx-v4l2-controls.h
13451
13452 XILLYBUS DRIVER
13453 M:      Eli Billauer <[email protected]>
13454 L:      [email protected]
13455 S:      Supported
13456 F:      drivers/char/xillybus/
13457
13458 XTENSA XTFPGA PLATFORM SUPPORT
13459 M:      Max Filippov <[email protected]>
13460 L:      [email protected]
13461 S:      Maintained
13462 F:      drivers/spi/spi-xtensa-xtfpga.c
13463 F:      sound/soc/xtensa/xtfpga-i2s.c
13464
13465 YAM DRIVER FOR AX.25
13466 M:      Jean-Paul Roubelat <[email protected]>
13467 L:      [email protected]
13468 S:      Maintained
13469 F:      drivers/net/hamradio/yam*
13470 F:      include/linux/yam.h
13471
13472 YEALINK PHONE DRIVER
13473 M:      Henk Vergonet <[email protected]>
13474 L:      [email protected]
13475 S:      Maintained
13476 F:      Documentation/input/yealink.txt
13477 F:      drivers/input/misc/yealink.*
13478
13479 Z8530 DRIVER FOR AX.25
13480 M:      Joerg Reuter <[email protected]>
13481 W:      http://yaina.de/jreuter/
13482 W:      http://www.qsl.net/dl1bke/
13483 L:      [email protected]
13484 S:      Maintained
13485 F:      Documentation/networking/z8530drv.txt
13486 F:      drivers/net/hamradio/*scc.c
13487 F:      drivers/net/hamradio/z8530.h
13488
13489 ZBUD COMPRESSED PAGE ALLOCATOR
13490 M:      Seth Jennings <[email protected]>
13491 L:      [email protected]
13492 S:      Maintained
13493 F:      mm/zbud.c
13494 F:      include/linux/zbud.h
13495
13496 ZD1211RW WIRELESS DRIVER
13497 M:      Daniel Drake <[email protected]>
13498 M:      Ulrich Kunitz <[email protected]>
13499 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13500 L:      [email protected]
13501 L:      [email protected] (subscribers-only)
13502 S:      Maintained
13503 F:      drivers/net/wireless/zydas/zd1211rw/
13504
13505 ZPOOL COMPRESSED PAGE STORAGE API
13506 M:      Dan Streetman <[email protected]>
13507 L:      [email protected]
13508 S:      Maintained
13509 F:      mm/zpool.c
13510 F:      include/linux/zpool.h
13511
13512 ZR36067 VIDEO FOR LINUX DRIVER
13513 L:      [email protected]
13514 L:      [email protected]
13515 W:      http://mjpeg.sourceforge.net/driver-zoran/
13516 T:      hg https://linuxtv.org/hg/v4l-dvb
13517 S:      Odd Fixes
13518 F:      drivers/media/pci/zoran/
13519
13520 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13521 M:      Minchan Kim <[email protected]>
13522 M:      Nitin Gupta <[email protected]>
13523 R:      Sergey Senozhatsky <[email protected]>
13524 L:      [email protected]
13525 S:      Maintained
13526 F:      drivers/block/zram/
13527 F:      Documentation/blockdev/zram.txt
13528
13529 ZS DECSTATION Z85C30 SERIAL DRIVER
13530 M:      "Maciej W. Rozycki" <[email protected]>
13531 S:      Maintained
13532 F:      drivers/tty/serial/zs.*
13533
13534 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13535 M:      Minchan Kim <[email protected]>
13536 M:      Nitin Gupta <[email protected]>
13537 R:      Sergey Senozhatsky <[email protected]>
13538 L:      [email protected]
13539 S:      Maintained
13540 F:      mm/zsmalloc.c
13541 F:      include/linux/zsmalloc.h
13542 F:      Documentation/vm/zsmalloc.txt
13543
13544 ZSWAP COMPRESSED SWAP CACHING
13545 M:      Seth Jennings <[email protected]>
13546 L:      [email protected]
13547 S:      Maintained
13548 F:      mm/zswap.c
13549
13550 THE REST
13551 M:      Linus Torvalds <[email protected]>
13552 L:      [email protected]
13553 Q:      http://patchwork.kernel.org/project/LKML/list/
13554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13555 S:      Buried alive in reporters
13556 F:      *
13557 F:      */
This page took 0.752723 seconds and 4 git commands to generate.