]> Git Repo - linux.git/blob - MAINTAINERS
dt-bindings: display: display-timing: Add property to configure sync drive edge
[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/CodingStyle 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/SubmittingPatches 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/SubmittingPatches.
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         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <[email protected]>
129 L:      [email protected]
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <[email protected]>
136 L:      [email protected]
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <[email protected]>
142 L:      [email protected]
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <[email protected]>
149 L:      [email protected]
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <[email protected]>
155 M:      Jukka Rissanen <[email protected]>
156 L:      [email protected]
157 L:      [email protected]
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <[email protected]>
165 L:      [email protected]
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <[email protected]>
171 L:      [email protected]
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <[email protected]>
177 L:      [email protected]
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      [email protected]
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <[email protected]>
190 M:      Ron Minnich <[email protected]>
191 M:      Latchesar Ionkov <[email protected]>
192 L:      [email protected]
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <[email protected]>
207 L:      [email protected]
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <[email protected]>
217 L:      [email protected]
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      [email protected]
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <[email protected]>
230 L:      [email protected]
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <[email protected]>
236 L:      [email protected]
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <[email protected]>
242 L:      [email protected]
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <[email protected]>
248 L:      [email protected]
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <[email protected]>
254 L:      [email protected]
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <[email protected]>
260 L:      [email protected]
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <[email protected]>
266 L:      [email protected]
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <[email protected]>
273 L:      [email protected]
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <[email protected]>
279 M:      Len Brown <[email protected]>
280 L:      [email protected]
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      Documentation/ABI/testing/configfs-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <[email protected]>
299 M:      Lv Zheng <[email protected]>
300 M:      "Rafael J. Wysocki" <[email protected]>
301 L:      [email protected]
302 L:      [email protected]
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <[email protected]>
314 L:      [email protected]
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI FOR ARM64 (ACPI/arm64)
320 M:      Lorenzo Pieralisi <[email protected]>
321 M:      Hanjun Guo <[email protected]>
322 M:      Sudeep Holla <[email protected]>
323 L:      [email protected]
324 S:      Maintained
325 F:      drivers/acpi/arm64
326
327 ACPI THERMAL DRIVER
328 M:      Zhang Rui <[email protected]>
329 L:      [email protected]
330 W:      https://01.org/linux-acpi
331 S:      Supported
332 F:      drivers/acpi/*thermal*
333
334 ACPI VIDEO DRIVER
335 M:      Zhang Rui <[email protected]>
336 L:      [email protected]
337 W:      https://01.org/linux-acpi
338 S:      Supported
339 F:      drivers/acpi/acpi_video.c
340
341 ACPI WMI DRIVER
342 L:      [email protected]
343 S:      Orphan
344 F:      drivers/platform/x86/wmi.c
345
346 AD1889 ALSA SOUND DRIVER
347 M:      Thibaut Varene <[email protected]>
348 W:      http://wiki.parisc-linux.org/AD1889
349 L:      [email protected]
350 S:      Maintained
351 F:      sound/pci/ad1889.*
352
353 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
354 M:      Michael Hennerich <[email protected]>
355 W:      http://wiki.analog.com/AD5254
356 W:      http://ez.analog.com/community/linux-device-drivers
357 S:      Supported
358 F:      drivers/misc/ad525x_dpot.c
359
360 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
361 M:      Michael Hennerich <[email protected]>
362 W:      http://wiki.analog.com/AD5398
363 W:      http://ez.analog.com/community/linux-device-drivers
364 S:      Supported
365 F:      drivers/regulator/ad5398.c
366
367 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
368 M:      Michael Hennerich <[email protected]>
369 W:      http://wiki.analog.com/AD7142
370 W:      http://ez.analog.com/community/linux-device-drivers
371 S:      Supported
372 F:      drivers/input/misc/ad714x.c
373
374 AD7877 TOUCHSCREEN DRIVER
375 M:      Michael Hennerich <[email protected]>
376 W:      http://wiki.analog.com/AD7877
377 W:      http://ez.analog.com/community/linux-device-drivers
378 S:      Supported
379 F:      drivers/input/touchscreen/ad7877.c
380
381 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
382 M:      Michael Hennerich <[email protected]>
383 W:      http://wiki.analog.com/AD7879
384 W:      http://ez.analog.com/community/linux-device-drivers
385 S:      Supported
386 F:      drivers/input/touchscreen/ad7879.c
387
388 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
389 M:      Jiri Kosina <[email protected]>
390 S:      Maintained
391
392 ADF7242 IEEE 802.15.4 RADIO DRIVER
393 M:      Michael Hennerich <[email protected]>
394 W:      https://wiki.analog.com/ADF7242
395 W:      http://ez.analog.com/community/linux-device-drivers
396 L:      [email protected]
397 S:      Supported
398 F:      drivers/net/ieee802154/adf7242.c
399 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
400
401 ADM1025 HARDWARE MONITOR DRIVER
402 M:      Jean Delvare <[email protected]>
403 L:      [email protected]
404 S:      Maintained
405 F:      Documentation/hwmon/adm1025
406 F:      drivers/hwmon/adm1025.c
407
408 ADM1029 HARDWARE MONITOR DRIVER
409 M:      Corentin Labbe <[email protected]>
410 L:      [email protected]
411 S:      Maintained
412 F:      drivers/hwmon/adm1029.c
413
414 ADM8211 WIRELESS DRIVER
415 L:      [email protected]
416 W:      http://wireless.kernel.org/
417 S:      Orphan
418 F:      drivers/net/wireless/admtek/adm8211.*
419
420 ADP1653 FLASH CONTROLLER DRIVER
421 M:      Sakari Ailus <[email protected]>
422 L:      [email protected]
423 S:      Maintained
424 F:      drivers/media/i2c/adp1653.c
425 F:      include/media/i2c/adp1653.h
426
427 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
428 M:      Michael Hennerich <[email protected]>
429 W:      http://wiki.analog.com/ADP5520
430 W:      http://ez.analog.com/community/linux-device-drivers
431 S:      Supported
432 F:      drivers/mfd/adp5520.c
433 F:      drivers/video/backlight/adp5520_bl.c
434 F:      drivers/leds/leds-adp5520.c
435 F:      drivers/gpio/gpio-adp5520.c
436 F:      drivers/input/keyboard/adp5520-keys.c
437
438 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
439 M:      Michael Hennerich <[email protected]>
440 W:      http://wiki.analog.com/ADP5588
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/input/keyboard/adp5588-keys.c
444 F:      drivers/gpio/gpio-adp5588.c
445
446 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
447 M:      Michael Hennerich <[email protected]>
448 W:      http://wiki.analog.com/ADP8860
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/video/backlight/adp8860_bl.c
452
453 ADS1015 HARDWARE MONITOR DRIVER
454 M:      Dirk Eibach <[email protected]>
455 L:      [email protected]
456 S:      Maintained
457 F:      Documentation/hwmon/ads1015
458 F:      drivers/hwmon/ads1015.c
459 F:      include/linux/i2c/ads1015.h
460
461 ADT746X FAN DRIVER
462 M:      Colin Leroy <[email protected]>
463 S:      Maintained
464 F:      drivers/macintosh/therm_adt746x.c
465
466 ADT7475 HARDWARE MONITOR DRIVER
467 M:      Jean Delvare <[email protected]>
468 L:      [email protected]
469 S:      Maintained
470 F:      Documentation/hwmon/adt7475
471 F:      drivers/hwmon/adt7475.c
472
473 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
474 M:      Michael Hennerich <[email protected]>
475 W:      http://wiki.analog.com/ADXL345
476 W:      http://ez.analog.com/community/linux-device-drivers
477 S:      Supported
478 F:      drivers/input/misc/adxl34x.c
479
480 ADVANSYS SCSI DRIVER
481 M:      Matthew Wilcox <[email protected]>
482 M:      Hannes Reinecke <[email protected]>
483 L:      [email protected]
484 S:      Maintained
485 F:      Documentation/scsi/advansys.txt
486 F:      drivers/scsi/advansys.c
487
488 AEDSP16 DRIVER
489 M:      Riccardo Facchetti <[email protected]>
490 S:      Maintained
491 F:      sound/oss/aedsp16.c
492
493 AF9013 MEDIA DRIVER
494 M:      Antti Palosaari <[email protected]>
495 L:      [email protected]
496 W:      https://linuxtv.org
497 W:      http://palosaari.fi/linux/
498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
499 T:      git git://linuxtv.org/anttip/media_tree.git
500 S:      Maintained
501 F:      drivers/media/dvb-frontends/af9013*
502
503 AF9033 MEDIA DRIVER
504 M:      Antti Palosaari <[email protected]>
505 L:      [email protected]
506 W:      https://linuxtv.org
507 W:      http://palosaari.fi/linux/
508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
509 T:      git git://linuxtv.org/anttip/media_tree.git
510 S:      Maintained
511 F:      drivers/media/dvb-frontends/af9033*
512
513 AFFS FILE SYSTEM
514 L:      [email protected]
515 S:      Orphan
516 F:      Documentation/filesystems/affs.txt
517 F:      fs/affs/
518
519 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
520 M:      David Howells <[email protected]>
521 L:      [email protected]
522 S:      Supported
523 F:      fs/afs/
524 F:      include/net/af_rxrpc.h
525 F:      net/rxrpc/af_rxrpc.c
526
527 AGPGART DRIVER
528 M:      David Airlie <[email protected]>
529 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
530 S:      Maintained
531 F:      drivers/char/agp/
532 F:      include/linux/agp*
533 F:      include/uapi/linux/agp*
534
535 AHA152X SCSI DRIVER
536 M:      "Juergen E. Fischer" <[email protected]>
537 L:      [email protected]
538 S:      Maintained
539 F:      drivers/scsi/aha152x*
540 F:      drivers/scsi/pcmcia/aha152x*
541
542 AIC7XXX / AIC79XX SCSI DRIVER
543 M:      Hannes Reinecke <[email protected]>
544 L:      [email protected]
545 S:      Maintained
546 F:      drivers/scsi/aic7xxx/
547
548 AIMSLAB FM RADIO RECEIVER DRIVER
549 M:      Hans Verkuil <[email protected]>
550 L:      [email protected]
551 T:      git git://linuxtv.org/media_tree.git
552 W:      https://linuxtv.org
553 S:      Maintained
554 F:      drivers/media/radio/radio-aimslab*
555
556 AIO
557 M:      Benjamin LaHaise <[email protected]>
558 L:      [email protected]
559 S:      Supported
560 F:      fs/aio.c
561 F:      include/linux/*aio*.h
562
563 AIRSPY MEDIA DRIVER
564 M:      Antti Palosaari <[email protected]>
565 L:      [email protected]
566 W:      https://linuxtv.org
567 W:      http://palosaari.fi/linux/
568 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
569 T:      git git://linuxtv.org/anttip/media_tree.git
570 S:      Maintained
571 F:      drivers/media/usb/airspy/
572
573 ALCATEL SPEEDTOUCH USB DRIVER
574 M:      Duncan Sands <[email protected]>
575 L:      [email protected]
576 W:      http://www.linux-usb.org/SpeedTouch/
577 S:      Maintained
578 F:      drivers/usb/atm/speedtch.c
579 F:      drivers/usb/atm/usbatm.c
580
581 ALCHEMY AU1XX0 MMC DRIVER
582 M:      Manuel Lauss <[email protected]>
583 S:      Maintained
584 F:      drivers/mmc/host/au1xmmc.c
585
586 ALI1563 I2C DRIVER
587 M:      Rudolf Marek <[email protected]>
588 L:      [email protected]
589 S:      Maintained
590 F:      Documentation/i2c/busses/i2c-ali1563
591 F:      drivers/i2c/busses/i2c-ali1563.c
592
593 ALLWINNER SECURITY SYSTEM
594 M:      Corentin Labbe <[email protected]>
595 L:      [email protected]
596 S:      Maintained
597 F:      drivers/crypto/sunxi-ss/
598
599 ALPHA PORT
600 M:      Richard Henderson <[email protected]>
601 M:      Ivan Kokshaysky <[email protected]>
602 M:      Matt Turner <[email protected]>
603 S:      Odd Fixes
604 L:      [email protected]
605 F:      arch/alpha/
606
607 ALPS PS/2 TOUCHPAD DRIVER
608 R:      Pali Rohár <[email protected]>
609 F:      drivers/input/mouse/alps.*
610
611 ALTERA MAILBOX DRIVER
612 M:      Ley Foon Tan <[email protected]>
613 L:      [email protected] (moderated for non-subscribers)
614 S:      Maintained
615 F:      drivers/mailbox/mailbox-altera.c
616
617 ALTERA PIO DRIVER
618 M:      Tien Hock Loh <[email protected]>
619 L:      [email protected]
620 S:      Maintained
621 F:      drivers/gpio/gpio-altera.c
622
623 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
624 M:      Thor Thayer <[email protected]>
625 S:      Maintained
626 F:      drivers/gpio/gpio-altera-a10sr.c
627 F:      drivers/mfd/altera-a10sr.c
628 F:      include/linux/mfd/altera-a10sr.h
629
630 ALTERA TRIPLE SPEED ETHERNET DRIVER
631 M:      Vince Bridgers <[email protected]>
632 L:      [email protected]
633 L:      [email protected] (moderated for non-subscribers)
634 S:      Maintained
635 F:      drivers/net/ethernet/altera/
636
637 ALTERA UART/JTAG UART SERIAL DRIVERS
638 M:      Tobias Klauser <[email protected]>
639 L:      [email protected]
640 L:      [email protected] (moderated for non-subscribers)
641 S:      Maintained
642 F:      drivers/tty/serial/altera_uart.c
643 F:      drivers/tty/serial/altera_jtaguart.c
644 F:      include/linux/altera_uart.h
645 F:      include/linux/altera_jtaguart.h
646
647 AMAZON ETHERNET DRIVERS
648 M:      Netanel Belgazal <[email protected]>
649 R:      Saeed Bishara <[email protected]>
650 R:      Zorik Machulsky <[email protected]>
651 L:      [email protected]
652 S:      Supported
653 F:      Documentation/networking/ena.txt
654 F:      drivers/net/ethernet/amazon/
655
656 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
657 M:      Tom Lendacky <[email protected]>
658 M:      Gary Hook <[email protected]>
659 L:      [email protected]
660 S:      Supported
661 F:      drivers/crypto/ccp/
662 F:      include/linux/ccp.h
663
664 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
665 M:      Huang Rui <[email protected]>
666 L:      [email protected]
667 S:      Supported
668 F:      Documentation/hwmon/fam15h_power
669 F:      drivers/hwmon/fam15h_power.c
670
671 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
672 L:      [email protected] (moderated for non-subscribers)
673 S:      Orphan
674 F:      drivers/usb/gadget/udc/amd5536udc.*
675
676 AMD GEODE PROCESSOR/CHIPSET SUPPORT
677 P:      Andres Salomon <[email protected]>
678 L:      [email protected] (moderated for non-subscribers)
679 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
680 S:      Supported
681 F:      drivers/char/hw_random/geode-rng.c
682 F:      drivers/crypto/geode*
683 F:      drivers/video/fbdev/geode/
684 F:      arch/x86/include/asm/geode.h
685
686 AMD IOMMU (AMD-VI)
687 M:      Joerg Roedel <[email protected]>
688 L:      [email protected]
689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
690 S:      Maintained
691 F:      drivers/iommu/amd_iommu*.[ch]
692 F:      include/linux/amd-iommu.h
693
694 AMD KFD
695 M:      Oded Gabbay <[email protected]>
696 L:      [email protected]
697 T:      git git://people.freedesktop.org/~gabbayo/linux.git
698 S:      Supported
699 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
700 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
701 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
702 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
703 F:      drivers/gpu/drm/amd/amdkfd/
704 F:      drivers/gpu/drm/amd/include/cik_structs.h
705 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
706 F:      drivers/gpu/drm/amd/include/vi_structs.h
707 F:      drivers/gpu/drm/radeon/radeon_kfd.c
708 F:      drivers/gpu/drm/radeon/radeon_kfd.h
709 F:      include/uapi/linux/kfd_ioctl.h
710
711 AMD SEATTLE DEVICE TREE SUPPORT
712 M:      Brijesh Singh <[email protected]>
713 M:      Suravee Suthikulpanit <[email protected]>
714 M:      Tom Lendacky <[email protected]>
715 S:      Supported
716 F:      arch/arm64/boot/dts/amd/
717
718 AMD XGBE DRIVER
719 M:      Tom Lendacky <[email protected]>
720 L:      [email protected]
721 S:      Supported
722 F:      drivers/net/ethernet/amd/xgbe/
723 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
724
725 AMS (Apple Motion Sensor) DRIVER
726 M:      Michael Hanselmann <[email protected]>
727 S:      Supported
728 F:      drivers/macintosh/ams/
729
730 ANALOG DEVICES INC AD9389B DRIVER
731 M:      Hans Verkuil <[email protected]>
732 L:      [email protected]
733 S:      Maintained
734 F:      drivers/media/i2c/ad9389b*
735
736 ANALOG DEVICES INC ADV7180 DRIVER
737 M:      Lars-Peter Clausen <[email protected]>
738 L:      [email protected]
739 W:      http://ez.analog.com/community/linux-device-drivers
740 S:      Supported
741 F:      drivers/media/i2c/adv7180.c
742
743 ANALOG DEVICES INC ADV7511 DRIVER
744 M:      Hans Verkuil <[email protected]>
745 L:      [email protected]
746 S:      Maintained
747 F:      drivers/media/i2c/adv7511*
748
749 ANALOG DEVICES INC ADV7604 DRIVER
750 M:      Hans Verkuil <[email protected]>
751 L:      [email protected]
752 S:      Maintained
753 F:      drivers/media/i2c/adv7604*
754
755 ANALOG DEVICES INC ADV7842 DRIVER
756 M:      Hans Verkuil <[email protected]>
757 L:      [email protected]
758 S:      Maintained
759 F:      drivers/media/i2c/adv7842*
760
761 ANALOG DEVICES INC ASOC CODEC DRIVERS
762 M:      Lars-Peter Clausen <[email protected]>
763 L:      [email protected] (moderated for non-subscribers)
764 W:      http://wiki.analog.com/
765 W:      http://ez.analog.com/community/linux-device-drivers
766 S:      Supported
767 F:      sound/soc/codecs/adau*
768 F:      sound/soc/codecs/adav*
769 F:      sound/soc/codecs/ad1*
770 F:      sound/soc/codecs/ad7*
771 F:      sound/soc/codecs/ssm*
772 F:      sound/soc/codecs/sigmadsp.*
773
774 ANALOG DEVICES INC ASOC DRIVERS
775 L:      [email protected] (moderated for non-subscribers)
776 L:      [email protected] (moderated for non-subscribers)
777 W:      http://blackfin.uclinux.org/
778 S:      Supported
779 F:      sound/soc/blackfin/*
780
781 ANALOG DEVICES INC IIO DRIVERS
782 M:      Lars-Peter Clausen <[email protected]>
783 M:      Michael Hennerich <[email protected]>
784 W:      http://wiki.analog.com/
785 W:      http://ez.analog.com/community/linux-device-drivers
786 S:      Supported
787 F:      drivers/iio/*/ad*
788 X:      drivers/iio/*/adjd*
789 F:      drivers/staging/iio/*/ad*
790 F:      staging/iio/trigger/iio-trig-bfin-timer.c
791
792 ANALOG DEVICES INC DMA DRIVERS
793 M:      Lars-Peter Clausen <[email protected]>
794 W:      http://ez.analog.com/community/linux-device-drivers
795 S:      Supported
796 F:      drivers/dma/dma-axi-dmac.c
797
798 ANDROID CONFIG FRAGMENTS
799 M:      Rob Herring <[email protected]>
800 S:      Supported
801 F:      kernel/configs/android*
802
803 ANDROID DRIVERS
804 M:      Greg Kroah-Hartman <[email protected]>
805 M:      Arve Hjønnevåg <[email protected]>
806 M:      Riley Andrews <[email protected]>
807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
808 L:      [email protected]
809 S:      Supported
810 F:      drivers/android/
811 F:      drivers/staging/android/
812
813 ANDROID ION DRIVER
814 M:      Laura Abbott <[email protected]>
815 M:      Sumit Semwal <[email protected]>
816 L:      [email protected]
817 S:      Supported
818 F:      Documentation/devicetree/bindings/staging/ion/
819 F:      drivers/staging/android/ion
820 F:      drivers/staging/android/uapi/ion.h
821 F:      drivers/staging/android/uapi/ion_test.h
822
823 AOA (Apple Onboard Audio) ALSA DRIVER
824 M:      Johannes Berg <[email protected]>
825 L:      [email protected]
826 L:      [email protected] (moderated for non-subscribers)
827 S:      Maintained
828 F:      sound/aoa/
829
830 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
831 M:      William Breathitt Gray <[email protected]>
832 L:      [email protected]
833 S:      Maintained
834 F:      drivers/iio/adc/stx104.c
835
836 APM DRIVER
837 M:      Jiri Kosina <[email protected]>
838 S:      Odd fixes
839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
840 F:      arch/x86/kernel/apm_32.c
841 F:      include/linux/apm_bios.h
842 F:      include/uapi/linux/apm_bios.h
843 F:      drivers/char/apm-emulation.c
844
845 APPLE BCM5974 MULTITOUCH DRIVER
846 M:      Henrik Rydberg <[email protected]>
847 L:      [email protected]
848 S:      Odd fixes
849 F:      drivers/input/mouse/bcm5974.c
850
851 APPLE SMC DRIVER
852 M:      Henrik Rydberg <[email protected]>
853 L:      [email protected]
854 S:      Odd fixes
855 F:      drivers/hwmon/applesmc.c
856
857 APPLETALK NETWORK LAYER
858 M:      Arnaldo Carvalho de Melo <[email protected]>
859 S:      Maintained
860 F:      drivers/net/appletalk/
861 F:      net/appletalk/
862
863 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
864 M:      Duc Dang <[email protected]>
865 S:      Supported
866 F:      arch/arm64/boot/dts/apm/
867
868 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
869 M:      Iyappan Subramanian <[email protected]>
870 M:      Keyur Chudgar <[email protected]>
871 S:      Supported
872 F:      drivers/net/ethernet/apm/xgene/
873 F:      drivers/net/phy/mdio-xgene.c
874 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
875 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
876
877 APPLIED MICRO (APM) X-GENE SOC PMU
878 M:      Tai Nguyen <[email protected]>
879 S:      Supported
880 F:      drivers/perf/xgene_pmu.c
881 F:      Documentation/perf/xgene-pmu.txt
882 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
883
884 APTINA CAMERA SENSOR PLL
885 M:      Laurent Pinchart <[email protected]>
886 L:      [email protected]
887 S:      Maintained
888 F:      drivers/media/i2c/aptina-pll.*
889
890 ARC FRAMEBUFFER DRIVER
891 M:      Jaya Kumar <[email protected]>
892 S:      Maintained
893 F:      drivers/video/fbdev/arcfb.c
894 F:      drivers/video/fbdev/core/fb_defio.c
895
896 ARCNET NETWORK LAYER
897 M:      Michael Grzeschik <[email protected]>
898 L:      [email protected]
899 S:      Maintained
900 F:      drivers/net/arcnet/
901 F:      include/uapi/linux/if_arcnet.h
902
903 ARC PGU DRM DRIVER
904 M:      Alexey Brodkin <[email protected]>
905 S:      Supported
906 F:      drivers/gpu/drm/arc/
907 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
908
909 ARM ARCHITECTED TIMER DRIVER
910 M:      Mark Rutland <[email protected]>
911 M:      Marc Zyngier <[email protected]>
912 L:      [email protected] (moderated for non-subscribers)
913 S:      Maintained
914 F:      arch/arm/include/asm/arch_timer.h
915 F:      arch/arm64/include/asm/arch_timer.h
916 F:      drivers/clocksource/arm_arch_timer.c
917
918 ARM HDLCD DRM DRIVER
919 M:      Liviu Dudau <[email protected]>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/hdlcd_*
922 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
923
924 ARM MALI-DP DRM DRIVER
925 M:      Liviu Dudau <[email protected]>
926 M:      Brian Starkey <[email protected]>
927 M:      Mali DP Maintainers <[email protected]>
928 S:      Supported
929 F:      drivers/gpu/drm/arm/
930 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
931
932 ARM MFM AND FLOPPY DRIVERS
933 M:      Ian Molton <[email protected]>
934 S:      Maintained
935 F:      arch/arm/lib/floppydma.S
936 F:      arch/arm/include/asm/floppy.h
937
938 ARM PMU PROFILING AND DEBUGGING
939 M:      Will Deacon <[email protected]>
940 M:      Mark Rutland <[email protected]>
941 S:      Maintained
942 L:      [email protected] (moderated for non-subscribers)
943 F:      arch/arm*/kernel/perf_*
944 F:      arch/arm/oprofile/common.c
945 F:      arch/arm*/kernel/hw_breakpoint.c
946 F:      arch/arm*/include/asm/hw_breakpoint.h
947 F:      arch/arm*/include/asm/perf_event.h
948 F:      drivers/perf/*
949 F:      include/linux/perf/arm_pmu.h
950 F:      Documentation/devicetree/bindings/arm/pmu.txt
951
952 ARM PORT
953 M:      Russell King <[email protected]>
954 L:      [email protected] (moderated for non-subscribers)
955 W:      http://www.armlinux.org.uk/
956 S:      Maintained
957 F:      arch/arm/
958
959 ARM SUB-ARCHITECTURES
960 L:      [email protected] (moderated for non-subscribers)
961 S:      Maintained
962 F:      arch/arm/mach-*/
963 F:      arch/arm/plat-*/
964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
965
966 ARM PRIMECELL AACI PL041 DRIVER
967 M:      Russell King <[email protected]>
968 S:      Maintained
969 F:      sound/arm/aaci.*
970
971 ARM PRIMECELL CLCD PL110 DRIVER
972 M:      Russell King <[email protected]>
973 S:      Maintained
974 F:      drivers/video/fbdev/amba-clcd.*
975
976 ARM PRIMECELL KMI PL050 DRIVER
977 M:      Russell King <[email protected]>
978 S:      Maintained
979 F:      drivers/input/serio/ambakmi.*
980 F:      include/linux/amba/kmi.h
981
982 ARM PRIMECELL MMCI PL180/1 DRIVER
983 M:      Russell King <[email protected]>
984 S:      Maintained
985 F:      drivers/mmc/host/mmci.*
986 F:      include/linux/amba/mmci.h
987
988 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
989 M:      Russell King <[email protected]>
990 S:      Maintained
991 F:      drivers/tty/serial/amba-pl01*.c
992 F:      include/linux/amba/serial.h
993
994 ARM PRIMECELL BUS SUPPORT
995 M:      Russell King <[email protected]>
996 S:      Maintained
997 F:      drivers/amba/
998 F:      include/linux/amba/bus.h
999
1000 ARM/ADS SPHERE MACHINE SUPPORT
1001 M:      Lennert Buytenhek <[email protected]>
1002 L:      [email protected] (moderated for non-subscribers)
1003 S:      Maintained
1004
1005 ARM/AFEB9260 MACHINE SUPPORT
1006 M:      Sergey Lapin <[email protected]>
1007 L:      [email protected] (moderated for non-subscribers)
1008 S:      Maintained
1009
1010 ARM/AJECO 1ARM MACHINE SUPPORT
1011 M:      Lennert Buytenhek <[email protected]>
1012 L:      [email protected] (moderated for non-subscribers)
1013 S:      Maintained
1014
1015 ARM/Allwinner sunXi SoC support
1016 M:      Maxime Ripard <[email protected]>
1017 M:      Chen-Yu Tsai <[email protected]>
1018 L:      [email protected] (moderated for non-subscribers)
1019 S:      Maintained
1020 N:      sun[x456789]i
1021 F:      arch/arm/boot/dts/ntc-gr8*
1022
1023 ARM/Allwinner SoC Clock Support
1024 M:      Emilio López <[email protected]>
1025 S:      Maintained
1026 F:      drivers/clk/sunxi/
1027
1028 ARM/Amlogic Meson SoC support
1029 M:      Carlo Caione <[email protected]>
1030 M:      Kevin Hilman <[email protected]>
1031 L:      [email protected] (moderated for non-subscribers)
1032 L:      [email protected]
1033 W:      http://linux-meson.com/
1034 S:      Maintained
1035 F:      arch/arm/mach-meson/
1036 F:      arch/arm/boot/dts/meson*
1037 F:      arch/arm64/boot/dts/amlogic/
1038 F:      drivers/pinctrl/meson/
1039 N:      meson
1040
1041 ARM/Annapurna Labs ALPINE ARCHITECTURE
1042 M:      Tsahee Zidenberg <[email protected]>
1043 M:      Antoine Tenart <[email protected]>
1044 L:      [email protected] (moderated for non-subscribers)
1045 S:      Maintained
1046 F:      arch/arm/mach-alpine/
1047 F:      arch/arm/boot/dts/alpine*
1048 F:      arch/arm64/boot/dts/al/
1049 F:      drivers/*/*alpine*
1050
1051 ARM/ARTPEC MACHINE SUPPORT
1052 M:      Jesper Nilsson <[email protected]>
1053 M:      Lars Persson <[email protected]>
1054 M:      Niklas Cassel <[email protected]>
1055 S:      Maintained
1056 L:      [email protected]
1057 F:      arch/arm/mach-artpec
1058 F:      arch/arm/boot/dts/artpec6*
1059 F:      drivers/clk/axis
1060
1061 ARM/ASPEED MACHINE SUPPORT
1062 M:      Joel Stanley <[email protected]>
1063 S:      Maintained
1064 F:      arch/arm/mach-aspeed/
1065 F:      arch/arm/boot/dts/aspeed-*
1066 F:      drivers/*/*aspeed*
1067
1068 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1069 M:      Nicolas Ferre <[email protected]>
1070 M:      Alexandre Belloni <[email protected]>
1071 M:      Jean-Christophe Plagniol-Villard <[email protected]>
1072 L:      [email protected] (moderated for non-subscribers)
1073 W:      http://www.linux4sam.org
1074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1075 S:      Supported
1076 F:      arch/arm/mach-at91/
1077 F:      include/soc/at91/
1078 F:      arch/arm/boot/dts/at91*.dts
1079 F:      arch/arm/boot/dts/at91*.dtsi
1080 F:      arch/arm/boot/dts/sama*.dts
1081 F:      arch/arm/boot/dts/sama*.dtsi
1082 F:      arch/arm/include/debug/at91.S
1083
1084 ARM/ATMEL AT91 Clock Support
1085 M:      Boris Brezillon <[email protected]>
1086 S:      Maintained
1087 F:      drivers/clk/at91
1088
1089 ARM/CALXEDA HIGHBANK ARCHITECTURE
1090 M:      Rob Herring <[email protected]>
1091 L:      [email protected] (moderated for non-subscribers)
1092 S:      Maintained
1093 F:      arch/arm/mach-highbank/
1094 F:      arch/arm/boot/dts/highbank.dts
1095 F:      arch/arm/boot/dts/ecx-*.dts*
1096
1097 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1098 M:      Krzysztof Halasa <[email protected]>
1099 S:      Maintained
1100 F:      arch/arm/mach-cns3xxx/
1101
1102 ARM/CAVIUM THUNDER NETWORK DRIVER
1103 M:      Sunil Goutham <[email protected]>
1104 M:      Robert Richter <[email protected]>
1105 L:      [email protected] (moderated for non-subscribers)
1106 S:      Supported
1107 F:      drivers/net/ethernet/cavium/thunder/
1108
1109 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1110 M:      Alexander Shiyan <[email protected]>
1111 L:      [email protected] (moderated for non-subscribers)
1112 S:      Odd Fixes
1113 N:      clps711x
1114
1115 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1116 M:      Hartley Sweeten <[email protected]>
1117 M:      Ryan Mallon <[email protected]>
1118 L:      [email protected] (moderated for non-subscribers)
1119 S:      Maintained
1120 F:      arch/arm/mach-ep93xx/
1121 F:      arch/arm/mach-ep93xx/include/mach/
1122
1123 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1124 M:      Lennert Buytenhek <[email protected]>
1125 L:      [email protected] (moderated for non-subscribers)
1126 S:      Maintained
1127
1128 ARM/CLKDEV SUPPORT
1129 M:      Russell King <[email protected]>
1130 L:      [email protected] (moderated for non-subscribers)
1131 S:      Maintained
1132 F:      arch/arm/include/asm/clkdev.h
1133 F:      drivers/clk/clkdev.c
1134
1135 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1136 M:      Mike Rapoport <[email protected]>
1137 L:      [email protected] (moderated for non-subscribers)
1138 S:      Maintained
1139
1140 ARM/CONTEC MICRO9 MACHINE SUPPORT
1141 M:      Hubert Feurstein <[email protected]>
1142 S:      Maintained
1143 F:      arch/arm/mach-ep93xx/micro9.c
1144
1145 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1146 M:      Mathieu Poirier <[email protected]>
1147 L:      [email protected] (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      drivers/hwtracing/coresight/*
1150 F:      Documentation/trace/coresight.txt
1151 F:      Documentation/devicetree/bindings/arm/coresight.txt
1152 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1153 F:      tools/perf/arch/arm/util/pmu.c
1154 F:      tools/perf/arch/arm/util/auxtrace.c
1155 F:      tools/perf/arch/arm/util/cs-etm.c
1156 F:      tools/perf/arch/arm/util/cs-etm.h
1157 F:      tools/perf/util/cs-etm.h
1158
1159 ARM/CORGI MACHINE SUPPORT
1160 M:      Richard Purdie <[email protected]>
1161 S:      Maintained
1162
1163 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1164 M:      Hans Ulli Kroll <[email protected]>
1165 L:      [email protected] (moderated for non-subscribers)
1166 T:      git git://github.com/ulli-kroll/linux.git
1167 S:      Maintained
1168 F:      arch/arm/mach-gemini/
1169 F:      drivers/rtc/rtc-gemini.c
1170
1171 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1172 M:      Barry Song <[email protected]>
1173 L:      [email protected] (moderated for non-subscribers)
1174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1175 S:      Maintained
1176 F:      arch/arm/boot/dts/prima2*
1177 F:      arch/arm/mach-prima2/
1178 F:      drivers/clk/sirf/
1179 F:      drivers/clocksource/timer-prima2.c
1180 F:      drivers/clocksource/timer-atlas7.c
1181 N:      [^a-z]sirf
1182
1183 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1184 M:      Baruch Siach <[email protected]>
1185 L:      [email protected] (moderated for non-subscribers)
1186 S:      Maintained
1187 F:      arch/arm/boot/dts/cx92755*
1188 N:      digicolor
1189
1190 ARM/EBSA110 MACHINE SUPPORT
1191 M:      Russell King <[email protected]>
1192 L:      [email protected] (moderated for non-subscribers)
1193 W:      http://www.armlinux.org.uk/
1194 S:      Maintained
1195 F:      arch/arm/mach-ebsa110/
1196 F:      drivers/net/ethernet/amd/am79c961a.*
1197
1198 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1199 M:      Uwe Kleine-König <[email protected]>
1200 L:      [email protected] (moderated for non-subscribers)
1201 S:      Maintained
1202 N:      efm32
1203
1204 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1205 M:      Daniel Ribeiro <[email protected]>
1206 M:      Stefan Schmidt <[email protected]>
1207 M:      Harald Welte <[email protected]>
1208 L:      [email protected] (moderated for non-subscribers)
1209 W:      http://www.openezx.org/
1210 S:      Maintained
1211 T:      topgit git://git.openezx.org/openezx.git
1212 F:      arch/arm/mach-pxa/ezx.c
1213
1214 ARM/FARADAY FA526 PORT
1215 M:      Hans Ulli Kroll <[email protected]>
1216 L:      [email protected] (moderated for non-subscribers)
1217 S:      Maintained
1218 T:      git git://git.berlios.de/gemini-board
1219 F:      arch/arm/mm/*-fa*
1220
1221 ARM/FOOTBRIDGE ARCHITECTURE
1222 M:      Russell King <[email protected]>
1223 L:      [email protected] (moderated for non-subscribers)
1224 W:      http://www.armlinux.org.uk/
1225 S:      Maintained
1226 F:      arch/arm/include/asm/hardware/dec21285.h
1227 F:      arch/arm/mach-footbridge/
1228
1229 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1230 M:      Shawn Guo <[email protected]>
1231 M:      Sascha Hauer <[email protected]>
1232 R:      Fabio Estevam <[email protected]>
1233 L:      [email protected] (moderated for non-subscribers)
1234 S:      Maintained
1235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1236 F:      arch/arm/mach-imx/
1237 F:      arch/arm/mach-mxs/
1238 F:      arch/arm/boot/dts/imx*
1239 F:      arch/arm/configs/imx*_defconfig
1240 F:      drivers/clk/imx/
1241 F:      include/soc/imx/
1242
1243 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1244 M:      Shawn Guo <[email protected]>
1245 M:      Sascha Hauer <[email protected]>
1246 R:      Stefan Agner <[email protected]>
1247 L:      [email protected] (moderated for non-subscribers)
1248 S:      Maintained
1249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1250 F:      arch/arm/mach-imx/*vf610*
1251 F:      arch/arm/boot/dts/vf*
1252
1253 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1254 M:      Lennert Buytenhek <[email protected]>
1255 L:      [email protected] (moderated for non-subscribers)
1256 S:      Maintained
1257
1258 ARM/GUMSTIX MACHINE SUPPORT
1259 M:      Steve Sakoman <[email protected]>
1260 L:      [email protected] (moderated for non-subscribers)
1261 S:      Maintained
1262
1263 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1264 M:      Philipp Zabel <[email protected]>
1265 M:      Paul Parsons <[email protected]>
1266 L:      [email protected] (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      arch/arm/mach-pxa/hx4700.c
1269 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1270 F:      sound/soc/pxa/hx4700.c
1271
1272 ARM/HISILICON SOC SUPPORT
1273 M:      Wei Xu <[email protected]>
1274 L:      [email protected] (moderated for non-subscribers)
1275 W:      http://www.hisilicon.com
1276 S:      Supported
1277 T:      git git://github.com/hisilicon/linux-hisi.git
1278 F:      arch/arm/mach-hisi/
1279 F:      arch/arm/boot/dts/hi3*
1280 F:      arch/arm/boot/dts/hip*
1281 F:      arch/arm/boot/dts/hisi*
1282 F:      arch/arm64/boot/dts/hisilicon/
1283
1284 ARM/HP JORNADA 7XX MACHINE SUPPORT
1285 M:      Kristoffer Ericson <[email protected]>
1286 W:      www.jlime.com
1287 S:      Maintained
1288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1289 F:      arch/arm/mach-sa1100/jornada720.c
1290 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1291
1292 ARM/IGEP MACHINE SUPPORT
1293 M:      Enric Balletbo i Serra <[email protected]>
1294 M:      Javier Martinez Canillas <[email protected]>
1295 L:      [email protected]
1296 L:      [email protected] (moderated for non-subscribers)
1297 S:      Maintained
1298 F:      arch/arm/boot/dts/omap3-igep*
1299
1300 ARM/INCOME PXA270 SUPPORT
1301 M:      Marek Vasut <[email protected]>
1302 L:      [email protected] (moderated for non-subscribers)
1303 S:      Maintained
1304 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1305
1306 ARM/INTEL IOP32X ARM ARCHITECTURE
1307 M:      Lennert Buytenhek <[email protected]>
1308 L:      [email protected] (moderated for non-subscribers)
1309 S:      Maintained
1310
1311 ARM/INTEL IOP33X ARM ARCHITECTURE
1312 L:      [email protected] (moderated for non-subscribers)
1313 S:      Orphan
1314
1315 ARM/INTEL IOP13XX ARM ARCHITECTURE
1316 M:      Lennert Buytenhek <[email protected]>
1317 L:      [email protected] (moderated for non-subscribers)
1318 S:      Maintained
1319
1320 ARM/INTEL IQ81342EX MACHINE SUPPORT
1321 M:      Lennert Buytenhek <[email protected]>
1322 L:      [email protected] (moderated for non-subscribers)
1323 S:      Maintained
1324
1325 ARM/INTEL IXDP2850 MACHINE SUPPORT
1326 M:      Lennert Buytenhek <[email protected]>
1327 L:      [email protected] (moderated for non-subscribers)
1328 S:      Maintained
1329
1330 ARM/INTEL IXP4XX ARM ARCHITECTURE
1331 M:      Imre Kaloz <[email protected]>
1332 M:      Krzysztof Halasa <[email protected]>
1333 L:      [email protected] (moderated for non-subscribers)
1334 S:      Maintained
1335 F:      arch/arm/mach-ixp4xx/
1336
1337 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1338 M:      Jonathan Cameron <[email protected]>
1339 L:      [email protected] (moderated for non-subscribers)
1340 S:      Maintained
1341 F:      arch/arm/mach-pxa/stargate2.c
1342 F:      drivers/pcmcia/pxa2xx_stargate2.c
1343
1344 ARM/INTEL XSC3 (MANZANO) ARM CORE
1345 M:      Lennert Buytenhek <[email protected]>
1346 L:      [email protected] (moderated for non-subscribers)
1347 S:      Maintained
1348
1349 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1350 M:      Lennert Buytenhek <[email protected]>
1351 L:      [email protected] (moderated for non-subscribers)
1352 S:      Maintained
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1355 M:      Santosh Shilimkar <[email protected]>
1356 L:      [email protected] (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      arch/arm/mach-keystone/
1359 F:      arch/arm/boot/dts/keystone-*
1360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1361
1362 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1363 M:      Santosh Shilimkar <[email protected]>
1364 L:      [email protected]
1365 S:      Maintained
1366 F:      drivers/clk/keystone/
1367
1368 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1369 M:      Santosh Shilimkar <[email protected]>
1370 L:      [email protected] (moderated for non-subscribers)
1371 L:      [email protected]
1372 S:      Maintained
1373 F:      drivers/clocksource/timer-keystone.c
1374
1375 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1376 M:      Santosh Shilimkar <[email protected]>
1377 L:      [email protected]
1378 S:      Maintained
1379 F:      drivers/power/reset/keystone-reset.c
1380
1381 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1382 M:      Santosh Shilimkar <[email protected]>
1383 L:      [email protected]
1384 S:      Maintained
1385 F:      drivers/memory/*emif*
1386
1387 ARM/LG1K ARCHITECTURE
1388 M:      Chanho Min <[email protected]>
1389 L:      [email protected] (moderated for non-subscribers)
1390 S:      Maintained
1391 F:      arch/arm64/boot/dts/lg/
1392
1393 ARM/LOGICPD PXA270 MACHINE SUPPORT
1394 M:      Lennert Buytenhek <[email protected]>
1395 L:      [email protected] (moderated for non-subscribers)
1396 S:      Maintained
1397
1398 ARM/LPC18XX ARCHITECTURE
1399 M:      Joachim Eastwood <[email protected]>
1400 L:      [email protected] (moderated for non-subscribers)
1401 S:      Maintained
1402 F:      arch/arm/boot/dts/lpc43*
1403 F:      drivers/clk/nxp/clk-lpc18xx*
1404 F:      drivers/clocksource/time-lpc32xx.c
1405 F:      drivers/i2c/busses/i2c-lpc2k.c
1406 F:      drivers/memory/pl172.c
1407 F:      drivers/mtd/spi-nor/nxp-spifi.c
1408 F:      drivers/rtc/rtc-lpc24xx.c
1409 N:      lpc18xx
1410
1411 ARM/LPC32XX SOC SUPPORT
1412 M:      Vladimir Zapolskiy <[email protected]>
1413 M:      Sylvain Lemieux <[email protected]>
1414 L:      [email protected] (moderated for non-subscribers)
1415 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1416 S:      Maintained
1417 F:      arch/arm/boot/dts/lpc32*
1418 F:      arch/arm/mach-lpc32xx/
1419 F:      drivers/i2c/busses/i2c-pnx.c
1420 F:      drivers/net/ethernet/nxp/lpc_eth.c
1421 F:      drivers/usb/host/ohci-nxp.c
1422 F:      drivers/watchdog/pnx4008_wdt.c
1423 N:      lpc32xx
1424
1425 ARM/MAGICIAN MACHINE SUPPORT
1426 M:      Philipp Zabel <[email protected]>
1427 S:      Maintained
1428
1429 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1430 M:      Jason Cooper <[email protected]>
1431 M:      Andrew Lunn <[email protected]>
1432 M:      Gregory Clement <[email protected]>
1433 M:      Sebastian Hesselbarth <[email protected]>
1434 L:      [email protected] (moderated for non-subscribers)
1435 S:      Maintained
1436 F:      arch/arm/mach-mvebu/
1437 F:      drivers/rtc/rtc-armada38x.c
1438 F:      arch/arm/boot/dts/armada*
1439 F:      arch/arm/boot/dts/kirkwood*
1440 F:      arch/arm64/boot/dts/marvell/armada*
1441 F:      drivers/cpufreq/mvebu-cpufreq.c
1442 F:      arch/arm/configs/mvebu_*_defconfig
1443
1444 ARM/Marvell Berlin SoC support
1445 M:      Sebastian Hesselbarth <[email protected]>
1446 L:      [email protected] (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-berlin/
1449 F:      arch/arm/boot/dts/berlin*
1450 F:      arch/arm64/boot/dts/marvell/berlin*
1451
1452
1453 ARM/Marvell Dove/MV78xx0/Orion SOC support
1454 M:      Jason Cooper <[email protected]>
1455 M:      Andrew Lunn <[email protected]>
1456 M:      Sebastian Hesselbarth <[email protected]>
1457 M:      Gregory Clement <[email protected]>
1458 L:      [email protected] (moderated for non-subscribers)
1459 S:      Maintained
1460 F:      arch/arm/mach-dove/
1461 F:      arch/arm/mach-mv78xx0/
1462 F:      arch/arm/mach-orion5x/
1463 F:      arch/arm/plat-orion/
1464 F:      arch/arm/boot/dts/dove*
1465 F:      arch/arm/boot/dts/orion5x*
1466
1467
1468 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1469 M:      Alexander Clouter <[email protected]>
1470 L:      [email protected] (moderated for non-subscribers)
1471 W:      http://www.digriz.org.uk/ts78xx/kernel
1472 S:      Maintained
1473 F:      arch/arm/mach-orion5x/ts78xx-*
1474
1475 ARM/OXNAS platform support
1476 M:      Neil Armstrong <[email protected]>
1477 L:      [email protected] (moderated for non-subscribers)
1478 L:      [email protected] (moderated for non-subscribers)
1479 S:      Maintained
1480 F:      arch/arm/mach-oxnas/
1481 F:      arch/arm/boot/dts/oxnas*
1482 F:      arch/arm/boot/dts/wd-mbwe.dts
1483 N:      oxnas
1484
1485 ARM/Mediatek RTC DRIVER
1486 M:      Eddie Huang <[email protected]>
1487 L:      [email protected] (moderated for non-subscribers)
1488 L:      [email protected] (moderated for non-subscribers)
1489 S:      Maintained
1490 F:      drivers/rtc/rtc-mt6397.c
1491
1492 ARM/Mediatek SoC support
1493 M:      Matthias Brugger <[email protected]>
1494 L:      [email protected] (moderated for non-subscribers)
1495 L:      [email protected] (moderated for non-subscribers)
1496 S:      Maintained
1497 F:      arch/arm/boot/dts/mt6*
1498 F:      arch/arm/boot/dts/mt8*
1499 F:      arch/arm/mach-mediatek/
1500 N:      mtk
1501 K:      mediatek
1502
1503 ARM/Mediatek USB3 PHY DRIVER
1504 M:      Chunfeng Yun <[email protected]>
1505 L:      [email protected] (moderated for non-subscribers)
1506 L:      [email protected] (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      drivers/phy/phy-mt65xx-usb3.c
1509
1510 ARM/MICREL KS8695 ARCHITECTURE
1511 M:      Greg Ungerer <[email protected]>
1512 L:      [email protected] (moderated for non-subscribers)
1513 F:      arch/arm/mach-ks8695/
1514 S:      Odd Fixes
1515
1516 ARM/MIOA701 MACHINE SUPPORT
1517 M:      Robert Jarzmik <[email protected]>
1518 L:      [email protected] (moderated for non-subscribers)
1519 F:      arch/arm/mach-pxa/mioa701.c
1520 S:      Maintained
1521
1522 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1523 M:      Michael Petchkovsky <[email protected]>
1524 S:      Maintained
1525
1526 ARM/NOMADIK ARCHITECTURE
1527 M:      Alessandro Rubini <[email protected]>
1528 M:      Linus Walleij <[email protected]>
1529 L:      [email protected] (moderated for non-subscribers)
1530 S:      Maintained
1531 F:      arch/arm/mach-nomadik/
1532 F:      drivers/pinctrl/nomadik/
1533 F:      drivers/i2c/busses/i2c-nomadik.c
1534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1535
1536 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1537 M:      Nelson Castillo <[email protected]>
1538 L:      [email protected] (subscribers-only)
1539 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1540 S:      Supported
1541
1542 ARM/TOSA MACHINE SUPPORT
1543 M:      Dmitry Eremin-Solenikov <[email protected]>
1544 M:      Dirk Opfer <[email protected]>
1545 S:      Maintained
1546
1547 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1548 M:      Marek Vasut <[email protected]>
1549 L:      [email protected]
1550 W:      http://hackndev.com
1551 S:      Maintained
1552 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1553 F:      arch/arm/mach-pxa/palmtx.c
1554 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1555 F:      arch/arm/mach-pxa/palmt5.c
1556 F:      arch/arm/mach-pxa/include/mach/palmld.h
1557 F:      arch/arm/mach-pxa/palmld.c
1558 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1559 F:      arch/arm/mach-pxa/palmte2.c
1560 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1561 F:      arch/arm/mach-pxa/palmtc.c
1562
1563 ARM/PALM TREO SUPPORT
1564 M:      Tomas Cech <[email protected]>
1565 L:      [email protected]
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1569 F:      arch/arm/mach-pxa/palmtreo.c
1570
1571 ARM/PALMZ72 SUPPORT
1572 M:      Sergey Lapin <[email protected]>
1573 L:      [email protected]
1574 W:      http://hackndev.com
1575 S:      Maintained
1576 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1577 F:      arch/arm/mach-pxa/palmz72.c
1578
1579 ARM/PLEB SUPPORT
1580 M:      Peter Chubb <[email protected]>
1581 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1582 S:      Maintained
1583
1584 ARM/PT DIGITAL BOARD PORT
1585 M:      Stefan Eletzhofer <[email protected]>
1586 L:      [email protected] (moderated for non-subscribers)
1587 W:      http://www.armlinux.org.uk/
1588 S:      Maintained
1589
1590 ARM/QUALCOMM SUPPORT
1591 M:      Andy Gross <[email protected]>
1592 M:      David Brown <[email protected]>
1593 L:      [email protected]
1594 L:      [email protected]
1595 S:      Maintained
1596 F:      Documentation/devicetree/bindings/soc/qcom/
1597 F:      arch/arm/boot/dts/qcom-*.dts
1598 F:      arch/arm/boot/dts/qcom-*.dtsi
1599 F:      arch/arm/mach-qcom/
1600 F:      arch/arm64/boot/dts/qcom/*
1601 F:      drivers/i2c/busses/i2c-qup.c
1602 F:      drivers/clk/qcom/
1603 F:      drivers/soc/qcom/
1604 F:      drivers/spi/spi-qup.c
1605 F:      drivers/tty/serial/msm_serial.h
1606 F:      drivers/tty/serial/msm_serial.c
1607 F:      drivers/*/pm8???-*
1608 F:      drivers/mfd/ssbi.c
1609 F:      drivers/firmware/qcom_scm.c
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1611
1612 ARM/RADISYS ENP2611 MACHINE SUPPORT
1613 M:      Lennert Buytenhek <[email protected]>
1614 L:      [email protected] (moderated for non-subscribers)
1615 S:      Maintained
1616
1617 ARM/RENESAS ARM64 ARCHITECTURE
1618 M:      Simon Horman <[email protected]>
1619 M:      Magnus Damm <[email protected]>
1620 L:      [email protected]
1621 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1623 S:      Supported
1624 F:      arch/arm64/boot/dts/renesas/
1625 F:      drivers/soc/renesas/
1626 F:      include/linux/soc/renesas/
1627
1628 ARM/RISCPC ARCHITECTURE
1629 M:      Russell King <[email protected]>
1630 L:      [email protected] (moderated for non-subscribers)
1631 W:      http://www.armlinux.org.uk/
1632 S:      Maintained
1633 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1634 F:      arch/arm/include/asm/hardware/ioc.h
1635 F:      arch/arm/include/asm/hardware/iomd.h
1636 F:      arch/arm/include/asm/hardware/memc.h
1637 F:      arch/arm/mach-rpc/
1638 F:      drivers/net/ethernet/8390/etherh.c
1639 F:      drivers/net/ethernet/i825xx/ether1*
1640 F:      drivers/net/ethernet/seeq/ether3*
1641 F:      drivers/scsi/arm/
1642
1643 ARM/Rockchip SoC support
1644 M:      Heiko Stuebner <[email protected]>
1645 L:      [email protected] (moderated for non-subscribers)
1646 L:      [email protected]
1647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1648 S:      Maintained
1649 F:      arch/arm/boot/dts/rk3*
1650 F:      arch/arm/mach-rockchip/
1651 F:      drivers/clk/rockchip/
1652 F:      drivers/i2c/busses/i2c-rk3x.c
1653 F:      drivers/*/*rockchip*
1654 F:      drivers/*/*/*rockchip*
1655 F:      sound/soc/rockchip/
1656 N:      rockchip
1657
1658 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1659 M:      Kukjin Kim <[email protected]>
1660 M:      Krzysztof Kozlowski <[email protected]>
1661 R:      Javier Martinez Canillas <[email protected]>
1662 L:      [email protected] (moderated for non-subscribers)
1663 L:      [email protected] (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/boot/dts/s3c*
1666 F:      arch/arm/boot/dts/s5p*
1667 F:      arch/arm/boot/dts/samsung*
1668 F:      arch/arm/boot/dts/exynos*
1669 F:      arch/arm64/boot/dts/exynos/
1670 F:      arch/arm/plat-samsung/
1671 F:      arch/arm/mach-s3c24*/
1672 F:      arch/arm/mach-s3c64xx/
1673 F:      arch/arm/mach-s5p*/
1674 F:      arch/arm/mach-exynos*/
1675 F:      drivers/*/*s3c24*
1676 F:      drivers/*/*/*s3c24*
1677 F:      drivers/*/*s3c64xx*
1678 F:      drivers/*/*s5pv210*
1679 F:      drivers/memory/samsung/*
1680 F:      drivers/soc/samsung/*
1681 F:      Documentation/arm/Samsung/
1682 F:      Documentation/devicetree/bindings/arm/samsung/
1683 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1684 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1685 N:      exynos
1686
1687 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1688 M:      Kyungmin Park <[email protected]>
1689 L:      [email protected] (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-s5pv210/
1692
1693 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1694 M:      Kyungmin Park <[email protected]>
1695 M:      Kamil Debski <[email protected]>
1696 M:      Andrzej Hajda <[email protected]>
1697 L:      [email protected]
1698 L:      [email protected]
1699 S:      Maintained
1700 F:      drivers/media/platform/s5p-g2d/
1701
1702 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1703 M:      Kyungmin Park <[email protected]>
1704 M:      Kamil Debski <[email protected]>
1705 M:      Jeongtae Park <[email protected]>
1706 M:      Andrzej Hajda <[email protected]>
1707 L:      [email protected]
1708 L:      [email protected]
1709 S:      Maintained
1710 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1711 F:      drivers/media/platform/s5p-mfc/
1712
1713 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1714 M:      Kyungmin Park <[email protected]>
1715 L:      [email protected]
1716 L:      [email protected]
1717 S:      Maintained
1718 F:      drivers/staging/media/platform/s5p-cec/
1719
1720 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1721 M:      Andrzej Pietrasiewicz <[email protected]>
1722 M:      Jacek Anaszewski <[email protected]>
1723 L:      [email protected]
1724 L:      [email protected]
1725 S:      Maintained
1726 F:      drivers/media/platform/s5p-jpeg/
1727
1728 ARM/SHMOBILE ARM ARCHITECTURE
1729 M:      Simon Horman <[email protected]>
1730 M:      Magnus Damm <[email protected]>
1731 L:      [email protected]
1732 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1734 S:      Supported
1735 F:      arch/arm/boot/dts/emev2*
1736 F:      arch/arm/boot/dts/r7s*
1737 F:      arch/arm/boot/dts/r8a*
1738 F:      arch/arm/boot/dts/sh*
1739 F:      arch/arm/configs/shmobile_defconfig
1740 F:      arch/arm/include/debug/renesas-scif.S
1741 F:      arch/arm/mach-shmobile/
1742 F:      drivers/soc/renesas/
1743 F:      include/linux/soc/renesas/
1744
1745 ARM/SOCFPGA ARCHITECTURE
1746 M:      Dinh Nguyen <[email protected]>
1747 S:      Maintained
1748 F:      arch/arm/mach-socfpga/
1749 F:      arch/arm/boot/dts/socfpga*
1750 F:      arch/arm/configs/socfpga_defconfig
1751 F:      arch/arm64/boot/dts/altera/
1752 W:      http://www.rocketboards.org
1753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1754
1755 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1756 M:      Dinh Nguyen <[email protected]>
1757 S:      Maintained
1758 F:      drivers/clk/socfpga/
1759
1760 ARM/SOCFPGA EDAC SUPPORT
1761 M:      Thor Thayer <[email protected]>
1762 S:      Maintained
1763 F:      drivers/edac/altera_edac.
1764
1765 ARM/STI ARCHITECTURE
1766 M:      Patrice Chotard <[email protected]>
1767 L:      [email protected] (moderated for non-subscribers)
1768 L:      [email protected]
1769 W:      http://www.stlinux.com
1770 S:      Maintained
1771 F:      arch/arm/mach-sti/
1772 F:      arch/arm/boot/dts/sti*
1773 F:      drivers/char/hw_random/st-rng.c
1774 F:      drivers/clocksource/arm_global_timer.c
1775 F:      drivers/clocksource/clksrc_st_lpc.c
1776 F:      drivers/cpufreq/sti-cpufreq.c
1777 F:      drivers/i2c/busses/i2c-st.c
1778 F:      drivers/media/rc/st_rc.c
1779 F:      drivers/media/platform/sti/c8sectpfe/
1780 F:      drivers/mmc/host/sdhci-st.c
1781 F:      drivers/phy/phy-miphy28lp.c
1782 F:      drivers/phy/phy-miphy365x.c
1783 F:      drivers/phy/phy-stih407-usb.c
1784 F:      drivers/phy/phy-stih41x-usb.c
1785 F:      drivers/pinctrl/pinctrl-st.c
1786 F:      drivers/remoteproc/st_remoteproc.c
1787 F:      drivers/reset/sti/
1788 F:      drivers/rtc/rtc-st-lpc.c
1789 F:      drivers/tty/serial/st-asc.c
1790 F:      drivers/usb/dwc3/dwc3-st.c
1791 F:      drivers/usb/host/ehci-st.c
1792 F:      drivers/usb/host/ohci-st.c
1793 F:      drivers/watchdog/st_lpc_wdt.c
1794 F:      drivers/ata/ahci_st.c
1795
1796 ARM/STM32 ARCHITECTURE
1797 M:      Maxime Coquelin <[email protected]>
1798 M:      Alexandre Torgue <[email protected]>
1799 L:      [email protected] (moderated for non-subscribers)
1800 S:      Maintained
1801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1802 N:      stm32
1803 F:      drivers/clocksource/armv7m_systick.c
1804
1805 ARM/TANGO ARCHITECTURE
1806 M:      Marc Gonzalez <[email protected]>
1807 L:      [email protected]
1808 S:      Maintained
1809 N:      tango
1810
1811 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1812 M:      Lennert Buytenhek <[email protected]>
1813 L:      [email protected] (moderated for non-subscribers)
1814 S:      Maintained
1815
1816 ARM/TETON BGA MACHINE SUPPORT
1817 M:      "Mark F. Brown" <[email protected]>
1818 L:      [email protected] (moderated for non-subscribers)
1819 S:      Maintained
1820
1821 ARM/THECUS N2100 MACHINE SUPPORT
1822 M:      Lennert Buytenhek <[email protected]>
1823 L:      [email protected] (moderated for non-subscribers)
1824 S:      Maintained
1825
1826 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1827 M:      Wan ZongShun <[email protected]>
1828 L:      [email protected] (moderated for non-subscribers)
1829 W:      http://www.mcuos.com
1830 S:      Maintained
1831 F:      arch/arm/mach-w90x900/
1832 F:      drivers/input/keyboard/w90p910_keypad.c
1833 F:      drivers/input/touchscreen/w90p910_ts.c
1834 F:      drivers/watchdog/nuc900_wdt.c
1835 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1836 F:      drivers/mtd/nand/nuc900_nand.c
1837 F:      drivers/rtc/rtc-nuc900.c
1838 F:      drivers/spi/spi-nuc900.c
1839 F:      drivers/usb/host/ehci-w90x900.c
1840 F:      drivers/video/fbdev/nuc900fb.c
1841
1842 ARM/U300 MACHINE SUPPORT
1843 M:      Linus Walleij <[email protected]>
1844 L:      [email protected] (moderated for non-subscribers)
1845 S:      Supported
1846 F:      arch/arm/mach-u300/
1847 F:      drivers/clocksource/timer-u300.c
1848 F:      drivers/i2c/busses/i2c-stu300.c
1849 F:      drivers/rtc/rtc-coh901331.c
1850 F:      drivers/watchdog/coh901327_wdt.c
1851 F:      drivers/dma/coh901318*
1852 F:      drivers/mfd/ab3100*
1853 F:      drivers/rtc/rtc-ab3100.c
1854 F:      drivers/rtc/rtc-coh901331.c
1855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1856
1857 ARM/UNIPHIER ARCHITECTURE
1858 M:      Masahiro Yamada <[email protected]>
1859 L:      [email protected] (moderated for non-subscribers)
1860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1861 S:      Maintained
1862 F:      arch/arm/boot/dts/uniphier*
1863 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1864 F:      arch/arm/mach-uniphier/
1865 F:      arch/arm/mm/cache-uniphier.c
1866 F:      arch/arm64/boot/dts/socionext/
1867 F:      drivers/bus/uniphier-system-bus.c
1868 F:      drivers/clk/uniphier/
1869 F:      drivers/i2c/busses/i2c-uniphier*
1870 F:      drivers/pinctrl/uniphier/
1871 F:      drivers/reset/reset-uniphier.c
1872 F:      drivers/tty/serial/8250/8250_uniphier.c
1873 N:      uniphier
1874
1875 ARM/Ux500 ARM ARCHITECTURE
1876 M:      Linus Walleij <[email protected]>
1877 L:      [email protected] (moderated for non-subscribers)
1878 S:      Maintained
1879 F:      arch/arm/mach-ux500/
1880 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1881 F:      drivers/dma/ste_dma40*
1882 F:      drivers/hwspinlock/u8500_hsem.c
1883 F:      drivers/mfd/abx500*
1884 F:      drivers/mfd/ab8500*
1885 F:      drivers/mfd/dbx500*
1886 F:      drivers/mfd/db8500*
1887 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1888 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1889 F:      drivers/rtc/rtc-ab8500.c
1890 F:      drivers/rtc/rtc-pl031.c
1891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1892
1893 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1894 M:      Ulf Hansson <[email protected]>
1895 L:      [email protected] (moderated for non-subscribers)
1896 T:      git git://git.linaro.org/people/ulfh/clk.git
1897 S:      Maintained
1898 F:      drivers/clk/ux500/
1899
1900 ARM/VERSATILE EXPRESS PLATFORM
1901 M:      Liviu Dudau <[email protected]>
1902 M:      Sudeep Holla <[email protected]>
1903 M:      Lorenzo Pieralisi <[email protected]>
1904 L:      [email protected] (moderated for non-subscribers)
1905 S:      Maintained
1906 F:      arch/arm/boot/dts/vexpress*
1907 F:      arch/arm64/boot/dts/arm/
1908 F:      arch/arm/mach-vexpress/
1909 F:      */*/vexpress*
1910 F:      */*/*/vexpress*
1911 F:      drivers/clk/versatile/clk-vexpress-osc.c
1912 F:      drivers/clocksource/versatile.c
1913 N:      mps2
1914
1915 ARM/VFP SUPPORT
1916 M:      Russell King <[email protected]>
1917 L:      [email protected] (moderated for non-subscribers)
1918 W:      http://www.armlinux.org.uk/
1919 S:      Maintained
1920 F:      arch/arm/vfp/
1921
1922 ARM/VOIPAC PXA270 SUPPORT
1923 M:      Marek Vasut <[email protected]>
1924 L:      [email protected] (moderated for non-subscribers)
1925 S:      Maintained
1926 F:      arch/arm/mach-pxa/vpac270.c
1927 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1928
1929 ARM/VT8500 ARM ARCHITECTURE
1930 M:      Tony Prisk <[email protected]>
1931 L:      [email protected] (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/mach-vt8500/
1934 F:      drivers/clocksource/vt8500_timer.c
1935 F:      drivers/i2c/busses/i2c-wmt.c
1936 F:      drivers/mmc/host/wmt-sdmmc.c
1937 F:      drivers/pwm/pwm-vt8500.c
1938 F:      drivers/rtc/rtc-vt8500.c
1939 F:      drivers/tty/serial/vt8500_serial.c
1940 F:      drivers/usb/host/ehci-platform.c
1941 F:      drivers/usb/host/uhci-platform.c
1942 F:      drivers/video/fbdev/vt8500lcdfb.*
1943 F:      drivers/video/fbdev/wm8505fb*
1944 F:      drivers/video/fbdev/wmt_ge_rops.*
1945
1946 ARM/ZIPIT Z2 SUPPORT
1947 M:      Marek Vasut <[email protected]>
1948 L:      [email protected] (moderated for non-subscribers)
1949 S:      Maintained
1950 F:      arch/arm/mach-pxa/z2.c
1951 F:      arch/arm/mach-pxa/include/mach/z2.h
1952
1953 ARM/ZTE ARCHITECTURE
1954 M:      Jun Nie <[email protected]>
1955 L:      [email protected] (moderated for non-subscribers)
1956 S:      Maintained
1957 F:      arch/arm/mach-zx/
1958 F:      drivers/clk/zte/
1959 F:      Documentation/devicetree/bindings/arm/zte.txt
1960 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1961
1962 ARM/ZYNQ ARCHITECTURE
1963 M:      Michal Simek <[email protected]>
1964 R:      Sören Brinkmann <[email protected]>
1965 L:      [email protected] (moderated for non-subscribers)
1966 W:      http://wiki.xilinx.com
1967 T:      git https://github.com/Xilinx/linux-xlnx.git
1968 S:      Supported
1969 F:      arch/arm/mach-zynq/
1970 F:      drivers/cpuidle/cpuidle-zynq.c
1971 F:      drivers/block/xsysace.c
1972 N:      zynq
1973 N:      xilinx
1974 F:      drivers/clocksource/cadence_ttc_timer.c
1975 F:      drivers/i2c/busses/i2c-cadence.c
1976 F:      drivers/mmc/host/sdhci-of-arasan.c
1977 F:      drivers/edac/synopsys_edac.c
1978
1979 ARM SMMU DRIVERS
1980 M:      Will Deacon <[email protected]>
1981 R:      Robin Murphy <[email protected]>
1982 L:      [email protected] (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      drivers/iommu/arm-smmu.c
1985 F:      drivers/iommu/arm-smmu-v3.c
1986 F:      drivers/iommu/io-pgtable-arm.c
1987 F:      drivers/iommu/io-pgtable-arm-v7s.c
1988
1989 ARM64 PORT (AARCH64 ARCHITECTURE)
1990 M:      Catalin Marinas <[email protected]>
1991 M:      Will Deacon <[email protected]>
1992 L:      [email protected] (moderated for non-subscribers)
1993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1994 S:      Maintained
1995 F:      arch/arm64/
1996 F:      Documentation/arm64/
1997
1998 AS3645A LED FLASH CONTROLLER DRIVER
1999 M:      Laurent Pinchart <[email protected]>
2000 L:      [email protected]
2001 T:      git git://linuxtv.org/media_tree.git
2002 S:      Maintained
2003 F:      drivers/media/i2c/as3645a.c
2004 F:      include/media/i2c/as3645a.h
2005
2006 ASAHI KASEI AK8974 DRIVER
2007 M:      Linus Walleij <[email protected]>
2008 L:      [email protected]
2009 W:      http://www.akm.com/
2010 S:      Supported
2011 F:      drivers/iio/magnetometer/ak8974.c
2012
2013 ASC7621 HARDWARE MONITOR DRIVER
2014 M:      George Joseph <[email protected]>
2015 L:      [email protected]
2016 S:      Maintained
2017 F:      Documentation/hwmon/asc7621
2018 F:      drivers/hwmon/asc7621.c
2019
2020 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2021 M:      Corentin Chary <[email protected]>
2022 L:      [email protected]
2023 L:      [email protected]
2024 W:      http://acpi4asus.sf.net
2025 S:      Maintained
2026 F:      drivers/platform/x86/asus*.c
2027 F:      drivers/platform/x86/eeepc*.c
2028
2029 ASUS WIRELESS RADIO CONTROL DRIVER
2030 M:      João Paulo Rechi Vita <[email protected]>
2031 L:      [email protected]
2032 S:      Maintained
2033 F:      drivers/platform/x86/asus-wireless.c
2034
2035 ASYMMETRIC KEYS
2036 M:      David Howells <[email protected]>
2037 L:      [email protected]
2038 S:      Maintained
2039 F:      Documentation/crypto/asymmetric-keys.txt
2040 F:      include/linux/verification.h
2041 F:      include/crypto/public_key.h
2042 F:      include/crypto/pkcs7.h
2043 F:      crypto/asymmetric_keys/
2044
2045 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2046 R:      Dan Williams <[email protected]>
2047 W:      http://sourceforge.net/projects/xscaleiop
2048 S:      Odd fixes
2049 F:      Documentation/crypto/async-tx-api.txt
2050 F:      crypto/async_tx/
2051 F:      drivers/dma/
2052 F:      include/linux/dmaengine.h
2053 F:      include/linux/async_tx.h
2054
2055 AT24 EEPROM DRIVER
2056 M:      Wolfram Sang <[email protected]>
2057 L:      [email protected]
2058 S:      Maintained
2059 F:      drivers/misc/eeprom/at24.c
2060 F:      include/linux/platform_data/at24.h
2061
2062 ATA OVER ETHERNET (AOE) DRIVER
2063 M:      "Ed L. Cashin" <[email protected]>
2064 W:      http://www.openaoe.org/
2065 S:      Supported
2066 F:      Documentation/aoe/
2067 F:      drivers/block/aoe/
2068
2069 ATHEROS 71XX/9XXX GPIO DRIVER
2070 M:      Alban Bedel <[email protected]>
2071 W:      https://github.com/AlbanBedel/linux
2072 T:      git git://github.com/AlbanBedel/linux
2073 S:      Maintained
2074 F:      drivers/gpio/gpio-ath79.c
2075 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2076
2077 ATHEROS ATH GENERIC UTILITIES
2078 M:      "Luis R. Rodriguez" <[email protected]>
2079 L:      [email protected]
2080 S:      Supported
2081 F:      drivers/net/wireless/ath/*
2082
2083 ATHEROS ATH5K WIRELESS DRIVER
2084 M:      Jiri Slaby <[email protected]>
2085 M:      Nick Kossifidis <[email protected]>
2086 M:      "Luis R. Rodriguez" <[email protected]>
2087 L:      [email protected]
2088 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2089 S:      Maintained
2090 F:      drivers/net/wireless/ath/ath5k/
2091
2092 ATHEROS ATH6KL WIRELESS DRIVER
2093 M:      Kalle Valo <[email protected]>
2094 L:      [email protected]
2095 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2097 S:      Supported
2098 F:      drivers/net/wireless/ath/ath6kl/
2099
2100 WILOCITY WIL6210 WIRELESS DRIVER
2101 M:      Maya Erez <[email protected]>
2102 L:      [email protected]
2103 L:      [email protected]
2104 S:      Supported
2105 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2106 F:      drivers/net/wireless/ath/wil6210/
2107 F:      include/uapi/linux/wil6210_uapi.h
2108
2109 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2110 M:      Christian Lamparter <[email protected]>
2111 L:      [email protected]
2112 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2113 S:      Maintained
2114 F:      drivers/net/wireless/ath/carl9170/
2115
2116 ATK0110 HWMON DRIVER
2117 M:      Luca Tettamanti <[email protected]>
2118 L:      [email protected]
2119 S:      Maintained
2120 F:      drivers/hwmon/asus_atk0110.c
2121
2122 ATI_REMOTE2 DRIVER
2123 M:      Ville Syrjala <[email protected]>
2124 S:      Maintained
2125 F:      drivers/input/misc/ati_remote2.c
2126
2127 ATLX ETHERNET DRIVERS
2128 M:      Jay Cliburn <[email protected]>
2129 M:      Chris Snook <[email protected]>
2130 L:      [email protected]
2131 W:      http://sourceforge.net/projects/atl1
2132 W:      http://atl1.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/net/ethernet/atheros/
2135
2136 ATM
2137 M:      Chas Williams <[email protected]>
2138 L:      [email protected] (moderated for non-subscribers)
2139 L:      [email protected]
2140 W:      http://linux-atm.sourceforge.net
2141 S:      Maintained
2142 F:      drivers/atm/
2143 F:      include/linux/atm*
2144 F:      include/uapi/linux/atm*
2145
2146 ATMEL AT91 / AT32 MCI DRIVER
2147 M:      Ludovic Desroches <[email protected]>
2148 S:      Maintained
2149 F:      drivers/mmc/host/atmel-mci.c
2150
2151 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2152 M:      Nicolas Ferre <[email protected]>
2153 S:      Supported
2154 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2155
2156 ATMEL SAMA5D2 ADC DRIVER
2157 M:      Ludovic Desroches <[email protected]>
2158 L:      [email protected]
2159 S:      Supported
2160 F:      drivers/iio/adc/at91-sama5d2_adc.c
2161
2162 ATMEL Audio ALSA driver
2163 M:      Nicolas Ferre <[email protected]>
2164 L:      [email protected] (moderated for non-subscribers)
2165 S:      Supported
2166 F:      sound/soc/atmel
2167
2168 ATMEL DMA DRIVER
2169 M:      Nicolas Ferre <[email protected]>
2170 L:      [email protected] (moderated for non-subscribers)
2171 S:      Supported
2172 F:      drivers/dma/at_hdmac.c
2173 F:      drivers/dma/at_hdmac_regs.h
2174 F:      include/linux/platform_data/dma-atmel.h
2175
2176 ATMEL XDMA DRIVER
2177 M:      Ludovic Desroches <[email protected]>
2178 L:      [email protected]
2179 L:      [email protected]
2180 S:      Supported
2181 F:      drivers/dma/at_xdmac.c
2182
2183 ATMEL I2C DRIVER
2184 M:      Ludovic Desroches <[email protected]>
2185 L:      [email protected]
2186 S:      Supported
2187 F:      drivers/i2c/busses/i2c-at91.c
2188
2189 ATMEL ISI DRIVER
2190 M:      Ludovic Desroches <[email protected]>
2191 L:      [email protected]
2192 S:      Supported
2193 F:      drivers/media/platform/soc_camera/atmel-isi.c
2194 F:      include/media/atmel-isi.h
2195
2196 ATMEL LCDFB DRIVER
2197 M:      Nicolas Ferre <[email protected]>
2198 L:      [email protected]
2199 S:      Maintained
2200 F:      drivers/video/fbdev/atmel_lcdfb.c
2201 F:      include/video/atmel_lcdc.h
2202
2203 ATMEL MACB ETHERNET DRIVER
2204 M:      Nicolas Ferre <[email protected]>
2205 S:      Supported
2206 F:      drivers/net/ethernet/cadence/
2207
2208 ATMEL NAND DRIVER
2209 M:      Wenyou Yang <[email protected]>
2210 M:      Josh Wu <[email protected]>
2211 L:      [email protected]
2212 S:      Supported
2213 F:      drivers/mtd/nand/atmel_nand*
2214
2215 ATMEL SDMMC DRIVER
2216 M:      Ludovic Desroches <[email protected]>
2217 L:      [email protected]
2218 S:      Supported
2219 F:      drivers/mmc/host/sdhci-of-at91.c
2220
2221 ATMEL SPI DRIVER
2222 M:      Nicolas Ferre <[email protected]>
2223 S:      Supported
2224 F:      drivers/spi/spi-atmel.*
2225
2226 ATMEL SSC DRIVER
2227 M:      Nicolas Ferre <[email protected]>
2228 L:      [email protected] (moderated for non-subscribers)
2229 S:      Supported
2230 F:      drivers/misc/atmel-ssc.c
2231 F:      include/linux/atmel-ssc.h
2232
2233 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2234 M:      Nicolas Ferre <[email protected]>
2235 L:      [email protected] (moderated for non-subscribers)
2236 S:      Supported
2237 F:      drivers/misc/atmel_tclib.c
2238 F:      drivers/clocksource/tcb_clksrc.c
2239
2240 ATMEL USBA UDC DRIVER
2241 M:      Nicolas Ferre <[email protected]>
2242 L:      [email protected] (moderated for non-subscribers)
2243 S:      Supported
2244 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2245
2246 ATMEL WIRELESS DRIVER
2247 M:      Simon Kelley <[email protected]>
2248 L:      [email protected]
2249 W:      http://www.thekelleys.org.uk/atmel
2250 W:      http://atmelwlandriver.sourceforge.net/
2251 S:      Maintained
2252 F:      drivers/net/wireless/atmel/atmel*
2253
2254 ATMEL MAXTOUCH DRIVER
2255 M:      Nick Dyer <[email protected]>
2256 T:      git git://github.com/ndyer/linux.git
2257 S:      Maintained
2258 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2259 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2260 F:      include/linux/platform_data/atmel_mxt_ts.h
2261
2262 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2263 M:      Bradley Grove <[email protected]>
2264 L:      [email protected]
2265 W:      http://www.attotech.com
2266 S:      Supported
2267 F:      drivers/scsi/esas2r
2268
2269 ATUSB IEEE 802.15.4 RADIO DRIVER
2270 M:      Stefan Schmidt <[email protected]>
2271 L:      [email protected]
2272 S:      Maintained
2273 F:      drivers/net/ieee802154/atusb.c
2274 F:      drivers/net/ieee802154/atusb.h
2275 F:      drivers/net/ieee802154/at86rf230.h
2276
2277 AUDIT SUBSYSTEM
2278 M:      Paul Moore <[email protected]>
2279 M:      Eric Paris <[email protected]>
2280 L:      [email protected] (moderated for non-subscribers)
2281 W:      http://people.redhat.com/sgrubb/audit/
2282 T:      git git://git.infradead.org/users/pcmoore/audit
2283 S:      Maintained
2284 F:      include/linux/audit.h
2285 F:      include/uapi/linux/audit.h
2286 F:      kernel/audit*
2287
2288 AUXILIARY DISPLAY DRIVERS
2289 M:      Miguel Ojeda Sandonis <[email protected]>
2290 W:      http://miguelojeda.es/auxdisplay.htm
2291 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2292 S:      Maintained
2293 F:      drivers/auxdisplay/
2294 F:      include/linux/cfag12864b.h
2295
2296 AVR32 ARCHITECTURE
2297 M:      Haavard Skinnemoen <[email protected]>
2298 M:      Hans-Christian Egtvedt <[email protected]>
2299 W:      http://www.atmel.com/products/AVR32/
2300 W:      http://mirror.egtvedt.no/avr32linux.org/
2301 W:      http://avrfreaks.net/
2302 S:      Maintained
2303 F:      arch/avr32/
2304
2305 AVR32/AT32AP MACHINE SUPPORT
2306 M:      Haavard Skinnemoen <[email protected]>
2307 M:      Hans-Christian Egtvedt <[email protected]>
2308 S:      Maintained
2309 F:      arch/avr32/mach-at32ap/
2310
2311 AX.25 NETWORK LAYER
2312 M:      Ralf Baechle <[email protected]>
2313 L:      [email protected]
2314 W:      http://www.linux-ax25.org/
2315 S:      Maintained
2316 F:      include/uapi/linux/ax25.h
2317 F:      include/net/ax25.h
2318 F:      net/ax25/
2319
2320 AZ6007 DVB DRIVER
2321 M:      Mauro Carvalho Chehab <[email protected]>
2322 M:      Mauro Carvalho Chehab <[email protected]>
2323 L:      [email protected]
2324 W:      https://linuxtv.org
2325 T:      git git://linuxtv.org/media_tree.git
2326 S:      Maintained
2327 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2328
2329 AZTECH FM RADIO RECEIVER DRIVER
2330 M:      Hans Verkuil <[email protected]>
2331 L:      [email protected]
2332 T:      git git://linuxtv.org/media_tree.git
2333 W:      https://linuxtv.org
2334 S:      Maintained
2335 F:      drivers/media/radio/radio-aztech*
2336
2337 B43 WIRELESS DRIVER
2338 L:      [email protected]
2339 L:      [email protected]
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Odd Fixes
2342 F:      drivers/net/wireless/broadcom/b43/
2343
2344 B43LEGACY WIRELESS DRIVER
2345 M:      Larry Finger <[email protected]>
2346 L:      [email protected]
2347 L:      [email protected]
2348 W:      http://wireless.kernel.org/en/users/Drivers/b43
2349 S:      Maintained
2350 F:      drivers/net/wireless/broadcom/b43legacy/
2351
2352 BACKLIGHT CLASS/SUBSYSTEM
2353 M:      Jingoo Han <[email protected]>
2354 M:      Lee Jones <[email protected]>
2355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2356 S:      Maintained
2357 F:      drivers/video/backlight/
2358 F:      include/linux/backlight.h
2359
2360 BATMAN ADVANCED
2361 M:      Marek Lindner <[email protected]>
2362 M:      Simon Wunderlich <[email protected]>
2363 M:      Antonio Quartulli <[email protected]>
2364 L:      [email protected] (moderated for non-subscribers)
2365 W:      https://www.open-mesh.org/
2366 Q:      https://patchwork.open-mesh.org/project/batman/list/
2367 S:      Maintained
2368 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2369 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2370 F:      Documentation/networking/batman-adv.txt
2371 F:      include/uapi/linux/batman_adv.h
2372 F:      net/batman-adv/
2373
2374 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2375 M:      Thomas Sailer <[email protected]>
2376 L:      [email protected]
2377 W:      http://www.baycom.org/~tom/ham/ham.html
2378 S:      Maintained
2379 F:      drivers/net/hamradio/baycom*
2380
2381 BCACHE (BLOCK LAYER CACHE)
2382 M:      Kent Overstreet <[email protected]>
2383 L:      [email protected]
2384 W:      http://bcache.evilpiepirate.org
2385 S:      Orphan
2386 F:      drivers/md/bcache/
2387
2388 BDISP ST MEDIA DRIVER
2389 M:      Fabien Dessenne <[email protected]>
2390 L:      [email protected]
2391 T:      git git://linuxtv.org/media_tree.git
2392 W:      https://linuxtv.org
2393 S:      Supported
2394 F:      drivers/media/platform/sti/bdisp
2395
2396 BEFS FILE SYSTEM
2397 M:      Luis de Bethencourt <[email protected]>
2398 M:      Salah Triki <[email protected]>
2399 S:      Maintained
2400 T:      git git://github.com/luisbg/linux-befs.git
2401 F:      Documentation/filesystems/befs.txt
2402 F:      fs/befs/
2403
2404 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2405 M:      Dariusz Marcinkiewicz <[email protected]>
2406 L:      [email protected]
2407 S:      Maintained
2408 F:      drivers/net/ethernet/ec_bhf.c
2409
2410 BFS FILE SYSTEM
2411 M:      "Tigran A. Aivazian" <[email protected]>
2412 S:      Maintained
2413 F:      Documentation/filesystems/bfs.txt
2414 F:      fs/bfs/
2415 F:      include/uapi/linux/bfs_fs.h
2416
2417 BLACKFIN ARCHITECTURE
2418 M:      Steven Miao <[email protected]>
2419 L:      [email protected] (moderated for non-subscribers)
2420 T:      git git://git.code.sf.net/p/adi-linux/code
2421 W:      http://blackfin.uclinux.org
2422 S:      Supported
2423 F:      arch/blackfin/
2424
2425 BLACKFIN EMAC DRIVER
2426 L:      [email protected] (moderated for non-subscribers)
2427 W:      http://blackfin.uclinux.org
2428 S:      Supported
2429 F:      drivers/net/ethernet/adi/
2430
2431 BLACKFIN RTC DRIVER
2432 L:      [email protected] (moderated for non-subscribers)
2433 W:      http://blackfin.uclinux.org
2434 S:      Supported
2435 F:      drivers/rtc/rtc-bfin.c
2436
2437 BLACKFIN SDH DRIVER
2438 M:      Sonic Zhang <[email protected]>
2439 L:      [email protected] (moderated for non-subscribers)
2440 W:      http://blackfin.uclinux.org
2441 S:      Supported
2442 F:      drivers/mmc/host/bfin_sdh.c
2443
2444 BLACKFIN SERIAL DRIVER
2445 M:      Sonic Zhang <[email protected]>
2446 L:      [email protected] (moderated for non-subscribers)
2447 W:      http://blackfin.uclinux.org
2448 S:      Supported
2449 F:      drivers/tty/serial/bfin_uart.c
2450
2451 BLACKFIN WATCHDOG DRIVER
2452 L:      [email protected] (moderated for non-subscribers)
2453 W:      http://blackfin.uclinux.org
2454 S:      Supported
2455 F:      drivers/watchdog/bfin_wdt.c
2456
2457 BLACKFIN I2C TWI DRIVER
2458 M:      Sonic Zhang <[email protected]>
2459 L:      [email protected] (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org/
2461 S:      Supported
2462 F:      drivers/i2c/busses/i2c-bfin-twi.c
2463
2464 BLACKFIN MEDIA DRIVER
2465 M:      Scott Jiang <[email protected]>
2466 L:      [email protected] (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org/
2468 S:      Supported
2469 F:      drivers/media/platform/blackfin/
2470 F:      drivers/media/i2c/adv7183*
2471 F:      drivers/media/i2c/vs6624*
2472
2473 BLINKM RGB LED DRIVER
2474 M:      Jan-Simon Moeller <[email protected]>
2475 S:      Maintained
2476 F:      drivers/leds/leds-blinkm.c
2477
2478 BLOCK LAYER
2479 M:      Jens Axboe <[email protected]>
2480 L:      [email protected]
2481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2482 S:      Maintained
2483 F:      block/
2484 F:      kernel/trace/blktrace.c
2485 F:      lib/sbitmap.c
2486
2487 BLOCK2MTD DRIVER
2488 M:      Joern Engel <[email protected]>
2489 L:      [email protected]
2490 S:      Maintained
2491 F:      drivers/mtd/devices/block2mtd.c
2492
2493 BLUETOOTH DRIVERS
2494 M:      Marcel Holtmann <[email protected]>
2495 M:      Gustavo Padovan <[email protected]>
2496 M:      Johan Hedberg <[email protected]>
2497 L:      [email protected]
2498 W:      http://www.bluez.org/
2499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2501 S:      Maintained
2502 F:      drivers/bluetooth/
2503
2504 BLUETOOTH SUBSYSTEM
2505 M:      Marcel Holtmann <[email protected]>
2506 M:      Gustavo Padovan <[email protected]>
2507 M:      Johan Hedberg <[email protected]>
2508 L:      [email protected]
2509 W:      http://www.bluez.org/
2510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2512 S:      Maintained
2513 F:      net/bluetooth/
2514 F:      include/net/bluetooth/
2515
2516 BONDING DRIVER
2517 M:      Jay Vosburgh <[email protected]>
2518 M:      Veaceslav Falico <[email protected]>
2519 M:      Andy Gospodarek <[email protected]>
2520 L:      [email protected]
2521 W:      http://sourceforge.net/projects/bonding/
2522 S:      Supported
2523 F:      drivers/net/bonding/
2524 F:      include/uapi/linux/if_bonding.h
2525
2526 BPF (Safe dynamic programs and tools)
2527 M:      Alexei Starovoitov <[email protected]>
2528 L:      [email protected]
2529 L:      [email protected]
2530 S:      Supported
2531 F:      kernel/bpf/
2532
2533 BROADCOM B44 10/100 ETHERNET DRIVER
2534 M:      Michael Chan <[email protected]>
2535 L:      [email protected]
2536 S:      Supported
2537 F:      drivers/net/ethernet/broadcom/b44.*
2538
2539 BROADCOM B53 ETHERNET SWITCH DRIVER
2540 M:      Florian Fainelli <[email protected]>
2541 L:      [email protected]
2542 L:      [email protected] (subscribers-only)
2543 S:      Supported
2544 F:      drivers/net/dsa/b53/*
2545 F:      include/linux/platform_data/b53.h
2546
2547 BROADCOM GENET ETHERNET DRIVER
2548 M:      Florian Fainelli <[email protected]>
2549 L:      [email protected]
2550 S:      Supported
2551 F:      drivers/net/ethernet/broadcom/genet/
2552
2553 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2554 M:      Sony Chacko <[email protected]>
2555 M:      [email protected]
2556 L:      [email protected]
2557 S:      Supported
2558 F:      drivers/net/ethernet/broadcom/bnx2.*
2559 F:      drivers/net/ethernet/broadcom/bnx2_*
2560
2561 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2562 M:      Ariel Elior <[email protected]>
2563 L:      [email protected]
2564 S:      Supported
2565 F:      drivers/net/ethernet/broadcom/bnx2x/
2566
2567 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2568 M:      Florian Fainelli <[email protected]>
2569 M:      Ray Jui <[email protected]>
2570 M:      Scott Branden <[email protected]>
2571 M:      [email protected]
2572 T:      git git://github.com/broadcom/mach-bcm
2573 S:      Maintained
2574 N:      bcm281*
2575 N:      bcm113*
2576 N:      bcm216*
2577 N:      kona
2578 F:      arch/arm/mach-bcm/
2579
2580 BROADCOM BCM2835 ARM ARCHITECTURE
2581 M:      Stephen Warren <[email protected]>
2582 M:      Lee Jones <[email protected]>
2583 M:      Eric Anholt <[email protected]>
2584 L:      [email protected] (moderated for non-subscribers)
2585 L:      [email protected] (moderated for non-subscribers)
2586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2587 S:      Maintained
2588 N:      bcm2835
2589
2590 BROADCOM BCM47XX MIPS ARCHITECTURE
2591 M:      Hauke Mehrtens <[email protected]>
2592 M:      Rafał Miłecki <[email protected]>
2593 L:      [email protected]
2594 S:      Maintained
2595 F:      Documentation/devicetree/bindings/mips/brcm/
2596 F:      arch/mips/bcm47xx/*
2597 F:      arch/mips/include/asm/mach-bcm47xx/*
2598
2599 BROADCOM BCM5301X ARM ARCHITECTURE
2600 M:      Hauke Mehrtens <[email protected]>
2601 M:      Rafał Miłecki <[email protected]>
2602 M:      [email protected]
2603 L:      [email protected]
2604 S:      Maintained
2605 F:      arch/arm/mach-bcm/bcm_5301x.c
2606 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2607 F:      arch/arm/boot/dts/bcm470*
2608
2609 BROADCOM BCM53573 ARM ARCHITECTURE
2610 M:      Rafał Miłecki <[email protected]>
2611 L:      [email protected]
2612 S:      Maintained
2613 F:      arch/arm/boot/dts/bcm53573*
2614 F:      arch/arm/boot/dts/bcm47189*
2615
2616 BROADCOM BCM63XX ARM ARCHITECTURE
2617 M:      Florian Fainelli <[email protected]>
2618 M:      [email protected]
2619 L:      [email protected] (moderated for non-subscribers)
2620 T:      git git://github.com/broadcom/stblinux.git
2621 S:      Maintained
2622 N:      bcm63xx
2623
2624 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2625 M:      Kevin Cernekee <[email protected]>
2626 L:      [email protected]
2627 S:      Maintained
2628 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2629
2630 BROADCOM BCM7XXX ARM ARCHITECTURE
2631 M:      Brian Norris <[email protected]>
2632 M:      Gregory Fong <[email protected]>
2633 M:      Florian Fainelli <[email protected]>
2634 M:      [email protected]
2635 L:      [email protected] (moderated for non-subscribers)
2636 T:      git git://github.com/broadcom/stblinux.git
2637 S:      Maintained
2638 F:      arch/arm/mach-bcm/*brcmstb*
2639 F:      arch/arm/boot/dts/bcm7*.dts*
2640 F:      drivers/bus/brcmstb_gisb.c
2641 N:      brcmstb
2642
2643 BROADCOM BMIPS MIPS ARCHITECTURE
2644 M:      Kevin Cernekee <[email protected]>
2645 M:      Florian Fainelli <[email protected]>
2646 L:      [email protected]
2647 T:      git git://github.com/broadcom/stblinux.git
2648 S:      Maintained
2649 F:      arch/mips/bmips/*
2650 F:      arch/mips/include/asm/mach-bmips/*
2651 F:      arch/mips/kernel/*bmips*
2652 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2653 F:      drivers/irqchip/irq-bcm63*
2654 F:      drivers/irqchip/irq-bcm7*
2655 F:      drivers/irqchip/irq-brcmstb*
2656 F:      include/linux/bcm963xx_nvram.h
2657 F:      include/linux/bcm963xx_tag.h
2658
2659 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2660 M:      Siva Reddy Kallam <[email protected]>
2661 M:      Prashant Sreedharan <[email protected]>
2662 M:      Michael Chan <[email protected]>
2663 L:      [email protected]
2664 S:      Supported
2665 F:      drivers/net/ethernet/broadcom/tg3.*
2666
2667 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2668 M:      Arend van Spriel <[email protected]>
2669 M:      Franky Lin <[email protected]>
2670 M:      Hante Meuleman <[email protected]>
2671 L:      [email protected]
2672 L:      [email protected]
2673 S:      Supported
2674 F:      drivers/net/wireless/broadcom/brcm80211/
2675
2676 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2677 M:      [email protected]
2678 L:      [email protected]
2679 S:      Supported
2680 F:      drivers/scsi/bnx2fc/
2681
2682 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2683 M:      [email protected]
2684 L:      [email protected]
2685 S:      Supported
2686 F:      drivers/scsi/bnx2i/
2687
2688 BROADCOM IPROC ARM ARCHITECTURE
2689 M:      Ray Jui <[email protected]>
2690 M:      Scott Branden <[email protected]>
2691 M:      Jon Mason <[email protected]>
2692 M:      [email protected]
2693 L:      [email protected] (moderated for non-subscribers)
2694 T:      git git://github.com/broadcom/cygnus-linux.git
2695 S:      Maintained
2696 N:      iproc
2697 N:      cygnus
2698 N:      bcm[-_]nsp
2699 N:      bcm9113*
2700 N:      bcm9583*
2701 N:      bcm9585*
2702 N:      bcm9586*
2703 N:      bcm988312
2704 N:      bcm113*
2705 N:      bcm583*
2706 N:      bcm585*
2707 N:      bcm586*
2708 N:      bcm88312
2709 F:      arch/arm64/boot/dts/broadcom/ns2*
2710 F:      drivers/clk/bcm/clk-ns*
2711 F:      drivers/pinctrl/bcm/pinctrl-ns*
2712
2713 BROADCOM BRCMSTB GPIO DRIVER
2714 M:      Gregory Fong <[email protected]>
2715 L:      [email protected]
2716 S:      Supported
2717 F:      drivers/gpio/gpio-brcmstb.c
2718 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2719
2720 BROADCOM KONA GPIO DRIVER
2721 M:      Ray Jui <[email protected]>
2722 L:      [email protected]
2723 S:      Supported
2724 F:      drivers/gpio/gpio-bcm-kona.c
2725 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2726
2727 BROADCOM NVRAM DRIVER
2728 M:      Rafał Miłecki <[email protected]>
2729 L:      [email protected]
2730 S:      Maintained
2731 F:      drivers/firmware/broadcom/*
2732
2733 BROADCOM STB NAND FLASH DRIVER
2734 M:      Brian Norris <[email protected]>
2735 M:      Kamal Dasu <[email protected]>
2736 L:      [email protected]
2737 L:      [email protected]
2738 S:      Maintained
2739 F:      drivers/mtd/nand/brcmnand/
2740
2741 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2742 M:      Rafał Miłecki <[email protected]>
2743 L:      [email protected]
2744 S:      Maintained
2745 F:      drivers/bcma/
2746 F:      include/linux/bcma/
2747
2748 BROADCOM SYSTEMPORT ETHERNET DRIVER
2749 M:      Florian Fainelli <[email protected]>
2750 L:      [email protected]
2751 S:      Supported
2752 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2753
2754 BROADCOM VULCAN ARM64 SOC
2755 M:      Jayachandran C. <[email protected]>
2756 M:      [email protected]
2757 L:      [email protected] (moderated for non-subscribers)
2758 S:      Maintained
2759 F:      arch/arm64/boot/dts/broadcom/vulcan*
2760
2761 BROCADE BFA FC SCSI DRIVER
2762 M:      Anil Gurumurthy <[email protected]>
2763 M:      Sudarsana Kalluru <[email protected]>
2764 L:      [email protected]
2765 S:      Supported
2766 F:      drivers/scsi/bfa/
2767
2768 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2769 M:      Rasesh Mody <[email protected]>
2770 L:      [email protected]
2771 S:      Supported
2772 F:      drivers/net/ethernet/brocade/bna/
2773
2774 BSG (block layer generic sg v4 driver)
2775 M:      FUJITA Tomonori <[email protected]>
2776 L:      [email protected]
2777 S:      Supported
2778 F:      block/bsg.c
2779 F:      include/linux/bsg.h
2780 F:      include/uapi/linux/bsg.h
2781
2782 BT87X AUDIO DRIVER
2783 M:      Clemens Ladisch <[email protected]>
2784 L:      [email protected] (moderated for non-subscribers)
2785 T:      git git://git.alsa-project.org/alsa-kernel.git
2786 S:      Maintained
2787 F:      Documentation/sound/alsa/Bt87x.txt
2788 F:      sound/pci/bt87x.c
2789
2790 BT8XXGPIO DRIVER
2791 M:      Michael Buesch <[email protected]>
2792 W:      http://bu3sch.de/btgpio.php
2793 S:      Maintained
2794 F:      drivers/gpio/gpio-bt8xx.c
2795
2796 BTRFS FILE SYSTEM
2797 M:      Chris Mason <[email protected]>
2798 M:      Josef Bacik <[email protected]>
2799 M:      David Sterba <[email protected]>
2800 L:      [email protected]
2801 W:      http://btrfs.wiki.kernel.org/
2802 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2804 S:      Maintained
2805 F:      Documentation/filesystems/btrfs.txt
2806 F:      fs/btrfs/
2807
2808 BTTV VIDEO4LINUX DRIVER
2809 M:      Mauro Carvalho Chehab <[email protected]>
2810 M:      Mauro Carvalho Chehab <[email protected]>
2811 L:      [email protected]
2812 W:      https://linuxtv.org
2813 T:      git git://linuxtv.org/media_tree.git
2814 S:      Odd fixes
2815 F:      Documentation/media/v4l-drivers/bttv*
2816 F:      drivers/media/pci/bt8xx/bttv*
2817
2818 BUSLOGIC SCSI DRIVER
2819 M:      Khalid Aziz <[email protected]>
2820 L:      [email protected]
2821 S:      Maintained
2822 F:      drivers/scsi/BusLogic.*
2823 F:      drivers/scsi/FlashPoint.*
2824
2825 C-MEDIA CMI8788 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:      sound/pci/oxygen/
2831
2832 C6X ARCHITECTURE
2833 M:      Mark Salter <[email protected]>
2834 M:      Aurelien Jacquiot <[email protected]>
2835 L:      [email protected]
2836 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2837 S:      Maintained
2838 F:      arch/c6x/
2839
2840 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2841 M:      David Howells <[email protected]>
2842 L:      [email protected] (moderated for non-subscribers)
2843 S:      Supported
2844 F:      Documentation/filesystems/caching/cachefiles.txt
2845 F:      fs/cachefiles/
2846
2847 CADET FM/AM RADIO RECEIVER DRIVER
2848 M:      Hans Verkuil <[email protected]>
2849 L:      [email protected]
2850 T:      git git://linuxtv.org/media_tree.git
2851 W:      https://linuxtv.org
2852 S:      Maintained
2853 F:      drivers/media/radio/radio-cadet*
2854
2855 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2856 M:      Jonathan Corbet <[email protected]>
2857 L:      [email protected]
2858 T:      git git://linuxtv.org/media_tree.git
2859 S:      Maintained
2860 F:      Documentation/media/v4l-drivers/cafe_ccic*
2861 F:      drivers/media/platform/marvell-ccic/
2862
2863 CAIF NETWORK LAYER
2864 M:      Dmitry Tarnyagin <[email protected]>
2865 L:      [email protected]
2866 S:      Supported
2867 F:      Documentation/networking/caif/
2868 F:      drivers/net/caif/
2869 F:      include/uapi/linux/caif/
2870 F:      include/net/caif/
2871 F:      net/caif/
2872
2873 CALGARY x86-64 IOMMU
2874 M:      Muli Ben-Yehuda <[email protected]>
2875 M:      Jon Mason <[email protected]>
2876 L:      [email protected]
2877 S:      Maintained
2878 F:      arch/x86/kernel/pci-calgary_64.c
2879 F:      arch/x86/kernel/tce_64.c
2880 F:      arch/x86/include/asm/calgary.h
2881 F:      arch/x86/include/asm/tce.h
2882
2883 CAN NETWORK LAYER
2884 M:      Oliver Hartkopp <[email protected]>
2885 M:      Marc Kleine-Budde <[email protected]>
2886 L:      [email protected]
2887 W:      https://github.com/linux-can
2888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2890 S:      Maintained
2891 F:      Documentation/networking/can.txt
2892 F:      net/can/
2893 F:      include/linux/can/core.h
2894 F:      include/uapi/linux/can.h
2895 F:      include/uapi/linux/can/bcm.h
2896 F:      include/uapi/linux/can/raw.h
2897 F:      include/uapi/linux/can/gw.h
2898
2899 CAN NETWORK DRIVERS
2900 M:      Wolfgang Grandegger <[email protected]>
2901 M:      Marc Kleine-Budde <[email protected]>
2902 L:      [email protected]
2903 W:      https://github.com/linux-can
2904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2906 S:      Maintained
2907 F:      Documentation/devicetree/bindings/net/can/
2908 F:      drivers/net/can/
2909 F:      include/linux/can/dev.h
2910 F:      include/linux/can/platform/
2911 F:      include/uapi/linux/can/error.h
2912 F:      include/uapi/linux/can/netlink.h
2913
2914 CAPABILITIES
2915 M:      Serge Hallyn <[email protected]>
2916 L:      [email protected]
2917 S:      Supported
2918 F:      include/linux/capability.h
2919 F:      include/uapi/linux/capability.h
2920 F:      security/commoncap.c
2921 F:      kernel/capability.c
2922
2923 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2924 M:      Kevin Tsai <[email protected]>
2925 S:      Maintained
2926 F:      drivers/iio/light/cm*
2927 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2928
2929 CAVIUM I2C DRIVER
2930 M:      Jan Glauber <[email protected]>
2931 M:      David Daney <[email protected]>
2932 W:      http://www.cavium.com
2933 S:      Supported
2934 F:      drivers/i2c/busses/i2c-octeon*
2935 F:      drivers/i2c/busses/i2c-thunderx*
2936
2937 CAVIUM LIQUIDIO NETWORK DRIVER
2938 M:     Derek Chickles <[email protected]>
2939 M:     Satanand Burla <[email protected]>
2940 M:     Felix Manlunas <[email protected]>
2941 M:     Raghu Vatsavayi <[email protected]>
2942 L:     [email protected]
2943 W:     http://www.cavium.com
2944 S:     Supported
2945 F:     drivers/net/ethernet/cavium/liquidio/
2946
2947 CC2520 IEEE-802.15.4 RADIO DRIVER
2948 M:      Varka Bhadram <[email protected]>
2949 L:      [email protected]
2950 S:      Maintained
2951 F:      drivers/net/ieee802154/cc2520.c
2952 F:      include/linux/spi/cc2520.h
2953 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2954
2955 CEC DRIVER
2956 M:      Hans Verkuil <[email protected]>
2957 L:      [email protected]
2958 T:      git git://linuxtv.org/media_tree.git
2959 W:      http://linuxtv.org
2960 S:      Supported
2961 F:      Documentation/cec.txt
2962 F:      Documentation/media/uapi/cec
2963 F:      drivers/staging/media/cec/
2964 F:      drivers/media/cec-edid.c
2965 F:      drivers/media/rc/keymaps/rc-cec.c
2966 F:      include/media/cec.h
2967 F:      include/media/cec-edid.h
2968 F:      include/linux/cec.h
2969 F:      include/linux/cec-funcs.h
2970
2971 CELL BROADBAND ENGINE ARCHITECTURE
2972 M:      Arnd Bergmann <[email protected]>
2973 L:      [email protected]
2974 W:      http://www.ibm.com/developerworks/power/cell/
2975 S:      Supported
2976 F:      arch/powerpc/include/asm/cell*.h
2977 F:      arch/powerpc/include/asm/spu*.h
2978 F:      arch/powerpc/include/uapi/asm/spu*.h
2979 F:      arch/powerpc/oprofile/*cell*
2980 F:      arch/powerpc/platforms/cell/
2981
2982 CEPH COMMON CODE (LIBCEPH)
2983 M:      Ilya Dryomov <[email protected]>
2984 M:      "Yan, Zheng" <[email protected]>
2985 M:      Sage Weil <[email protected]>
2986 L:      [email protected]
2987 W:      http://ceph.com/
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2989 T:      git git://github.com/ceph/ceph-client.git
2990 S:      Supported
2991 F:      net/ceph/
2992 F:      include/linux/ceph/
2993 F:      include/linux/crush/
2994
2995 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2996 M:      "Yan, Zheng" <[email protected]>
2997 M:      Sage Weil <[email protected]>
2998 M:      Ilya Dryomov <[email protected]>
2999 L:      [email protected]
3000 W:      http://ceph.com/
3001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3002 T:      git git://github.com/ceph/ceph-client.git
3003 S:      Supported
3004 F:      Documentation/filesystems/ceph.txt
3005 F:      fs/ceph/
3006
3007 CERTIFICATE HANDLING:
3008 M:      David Howells <[email protected]>
3009 M:      David Woodhouse <[email protected]>
3010 L:      [email protected]
3011 S:      Maintained
3012 F:      Documentation/module-signing.txt
3013 F:      certs/
3014 F:      scripts/sign-file.c
3015 F:      scripts/extract-cert.c
3016
3017 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3018 L:      [email protected]
3019 S:      Orphan
3020 F:      Documentation/usb/WUSB-Design-overview.txt
3021 F:      Documentation/usb/wusb-cbaf
3022 F:      drivers/usb/host/hwa-hc.c
3023 F:      drivers/usb/host/whci/
3024 F:      drivers/usb/wusbcore/
3025 F:      include/linux/usb/wusb*
3026
3027 CFAG12864B LCD DRIVER
3028 M:      Miguel Ojeda Sandonis <[email protected]>
3029 W:      http://miguelojeda.es/auxdisplay.htm
3030 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3031 S:      Maintained
3032 F:      drivers/auxdisplay/cfag12864b.c
3033 F:      include/linux/cfag12864b.h
3034
3035 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3036 M:      Miguel Ojeda Sandonis <[email protected]>
3037 W:      http://miguelojeda.es/auxdisplay.htm
3038 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3039 S:      Maintained
3040 F:      drivers/auxdisplay/cfag12864bfb.c
3041 F:      include/linux/cfag12864b.h
3042
3043 CFG80211 and NL80211
3044 M:      Johannes Berg <[email protected]>
3045 L:      [email protected]
3046 W:      http://wireless.kernel.org/
3047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3049 S:      Maintained
3050 F:      include/uapi/linux/nl80211.h
3051 F:      include/net/cfg80211.h
3052 F:      net/wireless/*
3053 X:      net/wireless/wext*
3054
3055 CHAR and MISC DRIVERS
3056 M:      Arnd Bergmann <[email protected]>
3057 M:      Greg Kroah-Hartman <[email protected]>
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3059 S:      Supported
3060 F:      drivers/char/*
3061 F:      drivers/misc/*
3062 F:      include/linux/miscdevice.h
3063
3064 CHECKPATCH
3065 M:      Andy Whitcroft <[email protected]>
3066 M:      Joe Perches <[email protected]>
3067 S:      Maintained
3068 F:      scripts/checkpatch.pl
3069
3070 CHINESE DOCUMENTATION
3071 M:      Harry Wei <[email protected]>
3072 L:      [email protected] (subscribers-only)
3073 L:      [email protected] (moderated for non-subscribers)
3074 S:      Maintained
3075 F:      Documentation/zh_CN/
3076
3077 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3078 M:      Peter Chen <[email protected]>
3079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3080 L:      [email protected]
3081 S:      Maintained
3082 F:      drivers/usb/chipidea/
3083
3084 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3085 M:      Hans de Goede <[email protected]>
3086 L:      [email protected]
3087 S:      Maintained
3088 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3089 F:      drivers/input/touchscreen/chipone_icn8318.c
3090
3091 CHROME HARDWARE PLATFORM SUPPORT
3092 M:      Olof Johansson <[email protected]>
3093 S:      Maintained
3094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3095 F:      drivers/platform/chrome/
3096
3097 CISCO VIC ETHERNET NIC DRIVER
3098 M:      Christian Benvenuti <[email protected]>
3099 M:      Sujith Sankar <[email protected]>
3100 M:      Govindarajulu Varadarajan <[email protected]>
3101 M:      Neel Patel <[email protected]>
3102 S:      Supported
3103 F:      drivers/net/ethernet/cisco/enic/
3104
3105 CISCO VIC LOW LATENCY NIC DRIVER
3106 M:      Christian Benvenuti <[email protected]>
3107 M:      Dave Goodell <[email protected]>
3108 S:      Supported
3109 F:      drivers/infiniband/hw/usnic/
3110
3111 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3112 M:      Hartley Sweeten <[email protected]>
3113 L:      [email protected]
3114 S:      Maintained
3115 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3116
3117 CIRRUS LOGIC AUDIO CODEC DRIVERS
3118 M:      Brian Austin <[email protected]>
3119 M:      Paul Handrigan <[email protected]>
3120 L:      [email protected] (moderated for non-subscribers)
3121 S:      Maintained
3122 F:      sound/soc/codecs/cs*
3123
3124 CLEANCACHE API
3125 M:      Konrad Rzeszutek Wilk <[email protected]>
3126 L:      [email protected]
3127 S:      Maintained
3128 F:      mm/cleancache.c
3129 F:      include/linux/cleancache.h
3130
3131 CLK API
3132 M:      Russell King <[email protected]>
3133 L:      [email protected]
3134 S:      Maintained
3135 F:      include/linux/clk.h
3136
3137 CLOCKSOURCE, CLOCKEVENT DRIVERS
3138 M:      Daniel Lezcano <[email protected]>
3139 M:      Thomas Gleixner <[email protected]>
3140 L:      [email protected]
3141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3142 S:      Supported
3143 F:      drivers/clocksource
3144
3145 CISCO FCOE HBA DRIVER
3146 M:      Hiral Patel <[email protected]>
3147 M:      Suma Ramars <[email protected]>
3148 M:      Brian Uchino <[email protected]>
3149 L:      [email protected]
3150 S:      Supported
3151 F:      drivers/scsi/fnic/
3152
3153 CISCO SCSI HBA DRIVER
3154 M:      Narsimhulu Musini <[email protected]>
3155 M:      Sesidhar Baddela <[email protected]>
3156 L:      [email protected]
3157 S:      Supported
3158 F:      drivers/scsi/snic/
3159
3160 CMPC ACPI DRIVER
3161 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3162 M:      Daniel Oliveira Nascimento <[email protected]>
3163 L:      [email protected]
3164 S:      Supported
3165 F:      drivers/platform/x86/classmate-laptop.c
3166
3167 COBALT MEDIA DRIVER
3168 M:      Hans Verkuil <[email protected]>
3169 L:      [email protected]
3170 T:      git git://linuxtv.org/media_tree.git
3171 W:      https://linuxtv.org
3172 S:      Supported
3173 F:      drivers/media/pci/cobalt/
3174
3175 COCCINELLE/Semantic Patches (SmPL)
3176 M:      Julia Lawall <[email protected]>
3177 M:      Gilles Muller <[email protected]>
3178 M:      Nicolas Palix <[email protected]>
3179 M:      Michal Marek <[email protected]>
3180 L:      [email protected] (moderated for non-subscribers)
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3182 W:      http://coccinelle.lip6.fr/
3183 S:      Supported
3184 F:      Documentation/dev-tools/coccinelle.rst
3185 F:      scripts/coccinelle/
3186 F:      scripts/coccicheck
3187
3188 CODA FILE SYSTEM
3189 M:      Jan Harkes <[email protected]>
3190 M:      [email protected]
3191 L:      [email protected]
3192 W:      http://www.coda.cs.cmu.edu/
3193 S:      Maintained
3194 F:      Documentation/filesystems/coda.txt
3195 F:      fs/coda/
3196 F:      include/linux/coda*.h
3197 F:      include/uapi/linux/coda*.h
3198
3199 CODA V4L2 MEM2MEM DRIVER
3200 M:      Philipp Zabel <[email protected]>
3201 L:      [email protected]
3202 S:      Maintained
3203 F:      Documentation/devicetree/bindings/media/coda.txt
3204 F:      drivers/media/platform/coda/
3205
3206 COMMON CLK FRAMEWORK
3207 M:      Michael Turquette <[email protected]>
3208 M:      Stephen Boyd <[email protected]>
3209 L:      [email protected]
3210 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3212 S:      Maintained
3213 F:      Documentation/devicetree/bindings/clock/
3214 F:      drivers/clk/
3215 X:      drivers/clk/clkdev.c
3216 F:      include/linux/clk-pr*
3217 F:      include/linux/clk/
3218
3219 COMMON INTERNET FILE SYSTEM (CIFS)
3220 M:      Steve French <[email protected]>
3221 L:      [email protected]
3222 L:      [email protected] (moderated for non-subscribers)
3223 W:      http://linux-cifs.samba.org/
3224 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3225 S:      Supported
3226 F:      Documentation/filesystems/cifs/
3227 F:      fs/cifs/
3228
3229 COMPACTPCI HOTPLUG CORE
3230 M:      Scott Murray <[email protected]>
3231 L:      [email protected]
3232 S:      Maintained
3233 F:      drivers/pci/hotplug/cpci_hotplug*
3234
3235 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3236 M:      Scott Murray <[email protected]>
3237 L:      [email protected]
3238 S:      Maintained
3239 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3240
3241 COMPACTPCI HOTPLUG GENERIC DRIVER
3242 M:      Scott Murray <[email protected]>
3243 L:      [email protected]
3244 S:      Maintained
3245 F:      drivers/pci/hotplug/cpcihp_generic.c
3246
3247 COMPAL LAPTOP SUPPORT
3248 M:      Cezary Jackiewicz <[email protected]>
3249 L:      [email protected]
3250 S:      Maintained
3251 F:      drivers/platform/x86/compal-laptop.c
3252
3253 CONEXANT ACCESSRUNNER USB DRIVER
3254 L:      [email protected]
3255 W:      http://accessrunner.sourceforge.net/
3256 S:      Orphan
3257 F:      drivers/usb/atm/cxacru.c
3258
3259 CONFIGFS
3260 M:      Joel Becker <[email protected]>
3261 M:      Christoph Hellwig <[email protected]>
3262 T:      git git://git.infradead.org/users/hch/configfs.git
3263 S:      Supported
3264 F:      fs/configfs/
3265 F:      include/linux/configfs.h
3266
3267 CONNECTOR
3268 M:      Evgeniy Polyakov <[email protected]>
3269 L:      [email protected]
3270 S:      Maintained
3271 F:      drivers/connector/
3272
3273 CONTROL GROUP (CGROUP)
3274 M:      Tejun Heo <[email protected]>
3275 M:      Li Zefan <[email protected]>
3276 M:      Johannes Weiner <[email protected]>
3277 L:      [email protected]
3278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3279 S:      Maintained
3280 F:      Documentation/cgroup*
3281 F:      include/linux/cgroup*
3282 F:      kernel/cgroup*
3283
3284 CONTROL GROUP - CPUSET
3285 M:      Li Zefan <[email protected]>
3286 L:      [email protected]
3287 W:      http://www.bullopensource.org/cpuset/
3288 W:      http://oss.sgi.com/projects/cpusets/
3289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3290 S:      Maintained
3291 F:      Documentation/cgroup-v1/cpusets.txt
3292 F:      include/linux/cpuset.h
3293 F:      kernel/cpuset.c
3294
3295 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3296 M:      Johannes Weiner <[email protected]>
3297 M:      Michal Hocko <[email protected]>
3298 M:      Vladimir Davydov <[email protected]>
3299 L:      [email protected]
3300 L:      [email protected]
3301 S:      Maintained
3302 F:      mm/memcontrol.c
3303 F:      mm/swap_cgroup.c
3304
3305 CORETEMP HARDWARE MONITORING DRIVER
3306 M:      Fenghua Yu <[email protected]>
3307 L:      [email protected]
3308 S:      Maintained
3309 F:      Documentation/hwmon/coretemp
3310 F:      drivers/hwmon/coretemp.c
3311
3312 COSA/SRP SYNC SERIAL DRIVER
3313 M:      Jan "Yenya" Kasprzak <[email protected]>
3314 W:      http://www.fi.muni.cz/~kas/cosa/
3315 S:      Maintained
3316 F:      drivers/net/wan/cosa*
3317
3318 CPMAC ETHERNET DRIVER
3319 M:      Florian Fainelli <[email protected]>
3320 L:      [email protected]
3321 S:      Maintained
3322 F:      drivers/net/ethernet/ti/cpmac.c
3323
3324 CPU FREQUENCY DRIVERS
3325 M:      "Rafael J. Wysocki" <[email protected]>
3326 M:      Viresh Kumar <[email protected]>
3327 L:      [email protected]
3328 S:      Maintained
3329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3330 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3331 F:      Documentation/cpu-freq/
3332 F:      drivers/cpufreq/
3333 F:      include/linux/cpufreq.h
3334
3335 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3336 M:      Viresh Kumar <[email protected]>
3337 M:      Sudeep Holla <[email protected]>
3338 L:      [email protected]
3339 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3340 S:      Maintained
3341 F:      drivers/cpufreq/arm_big_little.h
3342 F:      drivers/cpufreq/arm_big_little.c
3343 F:      drivers/cpufreq/arm_big_little_dt.c
3344
3345 CPUIDLE DRIVER - ARM BIG LITTLE
3346 M:      Lorenzo Pieralisi <[email protected]>
3347 M:      Daniel Lezcano <[email protected]>
3348 L:      [email protected]
3349 L:      [email protected]
3350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3351 S:      Maintained
3352 F:      drivers/cpuidle/cpuidle-big_little.c
3353
3354 CPUIDLE DRIVER - ARM EXYNOS
3355 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3356 M:      Daniel Lezcano <[email protected]>
3357 M:      Kukjin Kim <[email protected]>
3358 L:      [email protected]
3359 L:      [email protected]
3360 S:      Supported
3361 F:      drivers/cpuidle/cpuidle-exynos.c
3362 F:      arch/arm/mach-exynos/pm.c
3363
3364 CPUIDLE DRIVERS
3365 M:      "Rafael J. Wysocki" <[email protected]>
3366 M:      Daniel Lezcano <[email protected]>
3367 L:      [email protected]
3368 S:      Maintained
3369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3370 F:      drivers/cpuidle/*
3371 F:      include/linux/cpuidle.h
3372
3373 CPUID/MSR DRIVER
3374 M:      "H. Peter Anvin" <[email protected]>
3375 S:      Maintained
3376 F:      arch/x86/kernel/cpuid.c
3377 F:      arch/x86/kernel/msr.c
3378
3379 CPU POWER MONITORING SUBSYSTEM
3380 M:      Thomas Renninger <[email protected]>
3381 L:      [email protected]
3382 S:      Maintained
3383 F:      tools/power/cpupower/
3384
3385 CRAMFS FILESYSTEM
3386 W:      http://sourceforge.net/projects/cramfs/
3387 S:      Orphan / Obsolete
3388 F:      Documentation/filesystems/cramfs.txt
3389 F:      fs/cramfs/
3390
3391 CRIS PORT
3392 M:      Mikael Starvik <[email protected]>
3393 M:      Jesper Nilsson <[email protected]>
3394 L:      [email protected]
3395 W:      http://developer.axis.com
3396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3397 S:      Maintained
3398 F:      arch/cris/
3399 F:      drivers/tty/serial/crisv10.*
3400
3401 CRYPTO API
3402 M:      Herbert Xu <[email protected]>
3403 M:      "David S. Miller" <[email protected]>
3404 L:      [email protected]
3405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3407 S:      Maintained
3408 F:      Documentation/crypto/
3409 F:      Documentation/devicetree/bindings/crypto/
3410 F:      Documentation/DocBook/crypto-API.tmpl
3411 F:      arch/*/crypto/
3412 F:      crypto/
3413 F:      drivers/crypto/
3414 F:      include/crypto/
3415
3416 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3417 M:      Neil Horman <[email protected]>
3418 L:      [email protected]
3419 S:      Maintained
3420 F:      crypto/ansi_cprng.c
3421 F:      crypto/rng.c
3422
3423 CS3308 MEDIA DRIVER
3424 M:      Hans Verkuil <[email protected]>
3425 L:      [email protected]
3426 T:      git git://linuxtv.org/media_tree.git
3427 W:      http://linuxtv.org
3428 S:      Odd Fixes
3429 F:      drivers/media/i2c/cs3308.c
3430 F:      drivers/media/i2c/cs3308.h
3431
3432 CS5535 Audio ALSA driver
3433 M:      Jaya Kumar <[email protected]>
3434 S:      Maintained
3435 F:      sound/pci/cs5535audio/
3436
3437 CW1200 WLAN driver
3438 M:      Solomon Peachy <[email protected]>
3439 S:      Maintained
3440 F:      drivers/net/wireless/st/cw1200/
3441
3442 CX18 VIDEO4LINUX DRIVER
3443 M:      Andy Walls <[email protected]>
3444 L:      [email protected] (subscribers-only)
3445 L:      [email protected]
3446 T:      git git://linuxtv.org/media_tree.git
3447 W:      https://linuxtv.org
3448 W:      http://www.ivtvdriver.org/index.php/Cx18
3449 S:      Maintained
3450 F:      Documentation/media/v4l-drivers/cx18*
3451 F:      drivers/media/pci/cx18/
3452 F:      include/uapi/linux/ivtv*
3453
3454 CX2341X MPEG ENCODER HELPER MODULE
3455 M:      Hans Verkuil <[email protected]>
3456 L:      [email protected]
3457 T:      git git://linuxtv.org/media_tree.git
3458 W:      https://linuxtv.org
3459 S:      Maintained
3460 F:      drivers/media/common/cx2341x*
3461 F:      include/media/cx2341x*
3462
3463 CX24120 MEDIA DRIVER
3464 M:      Jemma Denson <[email protected]>
3465 M:      Patrick Boettcher <[email protected]>
3466 L:      [email protected]
3467 W:      https://linuxtv.org
3468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3469 S:      Maintained
3470 F:      drivers/media/dvb-frontends/cx24120*
3471
3472 CX88 VIDEO4LINUX DRIVER
3473 M:      Mauro Carvalho Chehab <[email protected]>
3474 M:      Mauro Carvalho Chehab <[email protected]>
3475 L:      [email protected]
3476 W:      https://linuxtv.org
3477 T:      git git://linuxtv.org/media_tree.git
3478 S:      Odd fixes
3479 F:      Documentation/media/v4l-drivers/cx88*
3480 F:      drivers/media/pci/cx88/
3481
3482 CXD2820R MEDIA DRIVER
3483 M:      Antti Palosaari <[email protected]>
3484 L:      [email protected]
3485 W:      https://linuxtv.org
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/dvb-frontends/cxd2820r*
3491
3492 CXGB3 ETHERNET DRIVER (CXGB3)
3493 M:      Santosh Raspatur <[email protected]>
3494 L:      [email protected]
3495 W:      http://www.chelsio.com
3496 S:      Supported
3497 F:      drivers/net/ethernet/chelsio/cxgb3/
3498
3499 CXGB3 ISCSI DRIVER (CXGB3I)
3500 M:      Karen Xie <[email protected]>
3501 L:      [email protected]
3502 W:      http://www.chelsio.com
3503 S:      Supported
3504 F:      drivers/scsi/cxgbi/cxgb3i
3505
3506 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3507 M:      Steve Wise <[email protected]>
3508 L:      [email protected]
3509 W:      http://www.openfabrics.org
3510 S:      Supported
3511 F:      drivers/infiniband/hw/cxgb3/
3512 F:      include/uapi/rdma/cxgb3-abi.h
3513
3514 CXGB4 ETHERNET DRIVER (CXGB4)
3515 M:      Hariprasad S <[email protected]>
3516 L:      [email protected]
3517 W:      http://www.chelsio.com
3518 S:      Supported
3519 F:      drivers/net/ethernet/chelsio/cxgb4/
3520
3521 CXGB4 ISCSI DRIVER (CXGB4I)
3522 M:      Karen Xie <[email protected]>
3523 L:      [email protected]
3524 W:      http://www.chelsio.com
3525 S:      Supported
3526 F:      drivers/scsi/cxgbi/cxgb4i
3527
3528 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3529 M:      Steve Wise <[email protected]>
3530 L:      [email protected]
3531 W:      http://www.openfabrics.org
3532 S:      Supported
3533 F:      drivers/infiniband/hw/cxgb4/
3534 F:      include/uapi/rdma/cxgb4-abi.h
3535
3536 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3537 M:      Casey Leedom <[email protected]>
3538 L:      [email protected]
3539 W:      http://www.chelsio.com
3540 S:      Supported
3541 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3542
3543 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3544 M:      Ian Munsie <[email protected]>
3545 M:      Frederic Barrat <[email protected]>
3546 L:      [email protected]
3547 S:      Supported
3548 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3549 F:      drivers/misc/cxl/
3550 F:      include/misc/cxl*
3551 F:      include/uapi/misc/cxl.h
3552 F:      Documentation/powerpc/cxl.txt
3553 F:      Documentation/ABI/testing/sysfs-class-cxl
3554
3555 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3556 M:      Manoj N. Kumar <[email protected]>
3557 M:      Matthew R. Ochs <[email protected]>
3558 M:      Uma Krishnan <[email protected]>
3559 L:      [email protected]
3560 S:      Supported
3561 F:      drivers/scsi/cxlflash/
3562 F:      include/uapi/scsi/cxlflash_ioctls.h
3563 F:      Documentation/powerpc/cxlflash.txt
3564
3565 STMMAC ETHERNET DRIVER
3566 M:      Giuseppe Cavallaro <[email protected]>
3567 M:      Alexandre Torgue <[email protected]>
3568 L:      [email protected]
3569 W:      http://www.stlinux.com
3570 S:      Supported
3571 F:      drivers/net/ethernet/stmicro/stmmac/
3572
3573 CYBERPRO FB DRIVER
3574 M:      Russell King <[email protected]>
3575 L:      [email protected] (moderated for non-subscribers)
3576 W:      http://www.armlinux.org.uk/
3577 S:      Maintained
3578 F:      drivers/video/fbdev/cyber2000fb.*
3579
3580 CYCLADES ASYNC MUX DRIVER
3581 W:      http://www.cyclades.com/
3582 S:      Orphan
3583 F:      drivers/tty/cyclades.c
3584 F:      include/linux/cyclades.h
3585 F:      include/uapi/linux/cyclades.h
3586
3587 CYCLADES PC300 DRIVER
3588 W:      http://www.cyclades.com/
3589 S:      Orphan
3590 F:      drivers/net/wan/pc300*
3591
3592 CYPRESS_FIRMWARE MEDIA DRIVER
3593 M:      Antti Palosaari <[email protected]>
3594 L:      [email protected]
3595 W:      https://linuxtv.org
3596 W:      http://palosaari.fi/linux/
3597 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3598 T:      git git://linuxtv.org/anttip/media_tree.git
3599 S:      Maintained
3600 F:      drivers/media/common/cypress_firmware*
3601
3602 CYTTSP TOUCHSCREEN DRIVER
3603 M:      Ferruh Yigit <[email protected]>
3604 L:      [email protected]
3605 S:      Supported
3606 F:      drivers/input/touchscreen/cyttsp*
3607 F:      include/linux/input/cyttsp.h
3608
3609 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3610 M:      Joshua Kinard <[email protected]>
3611 S:      Maintained
3612 F:      drivers/rtc/rtc-ds1685.c
3613 F:      include/linux/rtc/ds1685.h
3614
3615 DAMA SLAVE for AX.25
3616 M:      Joerg Reuter <[email protected]>
3617 W:      http://yaina.de/jreuter/
3618 W:      http://www.qsl.net/dl1bke/
3619 L:      [email protected]
3620 S:      Maintained
3621 F:      net/ax25/af_ax25.c
3622 F:      net/ax25/ax25_dev.c
3623 F:      net/ax25/ax25_ds_*
3624 F:      net/ax25/ax25_in.c
3625 F:      net/ax25/ax25_out.c
3626 F:      net/ax25/ax25_timer.c
3627 F:      net/ax25/sysctl_net_ax25.c
3628
3629 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3630 L:      [email protected]
3631 S:      Orphan
3632 F:      Documentation/networking/dmfe.txt
3633 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3634
3635 DC390/AM53C974 SCSI driver
3636 M:      Hannes Reinecke <[email protected]>
3637 L:      [email protected]
3638 S:      Maintained
3639 F:      drivers/scsi/am53c974.c
3640
3641 DC395x SCSI driver
3642 M:      Oliver Neukum <[email protected]>
3643 M:      Ali Akcaagac <[email protected]>
3644 M:      Jamie Lenehan <[email protected]>
3645 L:      [email protected]
3646 W:      http://twibble.org/dist/dc395x/
3647 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3648 S:      Maintained
3649 F:      Documentation/scsi/dc395x.txt
3650 F:      drivers/scsi/dc395x.*
3651
3652 DCCP PROTOCOL
3653 M:      Gerrit Renker <[email protected]>
3654 L:      [email protected]
3655 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3656 S:      Maintained
3657 F:      include/linux/dccp.h
3658 F:      include/uapi/linux/dccp.h
3659 F:      include/linux/tfrc.h
3660 F:      net/dccp/
3661
3662 DECnet NETWORK LAYER
3663 W:      http://linux-decnet.sourceforge.net
3664 L:      [email protected]
3665 S:      Orphan
3666 F:      Documentation/networking/decnet.txt
3667 F:      net/decnet/
3668
3669 DECSTATION PLATFORM SUPPORT
3670 M:      "Maciej W. Rozycki" <[email protected]>
3671 L:      [email protected]
3672 W:      http://www.linux-mips.org/wiki/DECstation
3673 S:      Maintained
3674 F:      arch/mips/dec/
3675 F:      arch/mips/include/asm/dec/
3676 F:      arch/mips/include/asm/mach-dec/
3677
3678 DEFXX FDDI NETWORK DRIVER
3679 M:      "Maciej W. Rozycki" <[email protected]>
3680 S:      Maintained
3681 F:      drivers/net/fddi/defxx.*
3682
3683 DELL LAPTOP DRIVER
3684 M:      Matthew Garrett <[email protected]>
3685 M:      Pali Rohár <[email protected]>
3686 L:      [email protected]
3687 S:      Maintained
3688 F:      drivers/platform/x86/dell-laptop.c
3689
3690 DELL LAPTOP RBTN DRIVER
3691 M:      Pali Rohár <[email protected]>
3692 S:      Maintained
3693 F:      drivers/platform/x86/dell-rbtn.*
3694
3695 DELL LAPTOP FREEFALL DRIVER
3696 M:      Pali Rohár <[email protected]>
3697 S:      Maintained
3698 F:      drivers/platform/x86/dell-smo8800.c
3699
3700 DELL LAPTOP SMM DRIVER
3701 M:      Pali Rohár <[email protected]>
3702 S:      Maintained
3703 F:      drivers/hwmon/dell-smm-hwmon.c
3704 F:      include/uapi/linux/i8k.h
3705
3706 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3707 M:      Doug Warzecha <[email protected]>
3708 S:      Maintained
3709 F:      Documentation/dcdbas.txt
3710 F:      drivers/firmware/dcdbas.*
3711
3712 DELL WMI EXTRAS DRIVER
3713 M:      Matthew Garrett <[email protected]>
3714 M:      Pali Rohár <[email protected]>
3715 S:      Maintained
3716 F:      drivers/platform/x86/dell-wmi.c
3717
3718 DESIGNWARE USB2 DRD IP DRIVER
3719 M:      John Youn <[email protected]>
3720 L:      [email protected]
3721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3722 S:      Maintained
3723 F:      drivers/usb/dwc2/
3724
3725 DESIGNWARE USB3 DRD IP DRIVER
3726 M:      Felipe Balbi <[email protected]>
3727 L:      [email protected]
3728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3729 S:      Maintained
3730 F:      drivers/usb/dwc3/
3731
3732 DEVICE COREDUMP (DEV_COREDUMP)
3733 M:      Johannes Berg <[email protected]>
3734 L:      [email protected]
3735 S:      Maintained
3736 F:      drivers/base/devcoredump.c
3737 F:      include/linux/devcoredump.h
3738
3739 DEVICE FREQUENCY (DEVFREQ)
3740 M:      MyungJoo Ham <[email protected]>
3741 M:      Kyungmin Park <[email protected]>
3742 L:      [email protected]
3743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3744 S:      Maintained
3745 F:      drivers/devfreq/
3746 F:      include/linux/devfreq.h
3747 F:      Documentation/devicetree/bindings/devfreq/
3748
3749 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3750 M:      Chanwoo Choi <[email protected]>
3751 L:      [email protected]
3752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3753 S:      Supported
3754 F:      drivers/devfreq/event/
3755 F:      drivers/devfreq/devfreq-event.c
3756 F:      include/linux/devfreq-event.h
3757 F:      Documentation/devicetree/bindings/devfreq/event/
3758
3759 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3760 M:      Chanwoo Choi <[email protected]>
3761 L:      [email protected]
3762 L:      [email protected]
3763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3764 S:      Maintained
3765 F:      drivers/devfreq/exynos-bus.c
3766 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3767
3768 DEVICE NUMBER REGISTRY
3769 M:      Torben Mathiasen <[email protected]>
3770 W:      http://lanana.org/docs/device-list/index.html
3771 S:      Maintained
3772
3773 DEVICE-MAPPER  (LVM)
3774 M:      Alasdair Kergon <[email protected]>
3775 M:      Mike Snitzer <[email protected]>
3776 M:      [email protected]
3777 L:      [email protected]
3778 W:      http://sources.redhat.com/dm
3779 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3781 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3782 S:      Maintained
3783 F:      Documentation/device-mapper/
3784 F:      drivers/md/dm*
3785 F:      drivers/md/persistent-data/
3786 F:      include/linux/device-mapper.h
3787 F:      include/linux/dm-*.h
3788 F:      include/uapi/linux/dm-*.h
3789
3790 DEVLINK
3791 M:      Jiri Pirko <[email protected]>
3792 L:      [email protected]
3793 S:      Supported
3794 F:      net/core/devlink.c
3795 F:      include/net/devlink.h
3796 F:      include/uapi/linux/devlink.h
3797
3798 DIALOG SEMICONDUCTOR DRIVERS
3799 M:      Support Opensource <[email protected]>
3800 W:      http://www.dialog-semiconductor.com/products
3801 S:      Supported
3802 F:      Documentation/hwmon/da90??
3803 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3804 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3805 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3806 F:      drivers/gpio/gpio-da90??.c
3807 F:      drivers/hwmon/da90??-hwmon.c
3808 F:      drivers/iio/adc/da91??-*.c
3809 F:      drivers/input/misc/da90??_onkey.c
3810 F:      drivers/input/touchscreen/da9052_tsi.c
3811 F:      drivers/leds/leds-da90??.c
3812 F:      drivers/mfd/da903x.c
3813 F:      drivers/mfd/da90??-*.c
3814 F:      drivers/mfd/da91??-*.c
3815 F:      drivers/power/supply/da9052-battery.c
3816 F:      drivers/power/supply/da91??-*.c
3817 F:      drivers/regulator/da903x.c
3818 F:      drivers/regulator/da9???-regulator.[ch]
3819 F:      drivers/rtc/rtc-da90??.c
3820 F:      drivers/video/backlight/da90??_bl.c
3821 F:      drivers/watchdog/da90??_wdt.c
3822 F:      include/linux/mfd/da903x.h
3823 F:      include/linux/mfd/da9052/
3824 F:      include/linux/mfd/da9055/
3825 F:      include/linux/mfd/da9062/
3826 F:      include/linux/mfd/da9063/
3827 F:      include/linux/mfd/da9150/
3828 F:      include/linux/regulator/da9211.h
3829 F:      include/sound/da[79]*.h
3830 F:      sound/soc/codecs/da[79]*.[ch]
3831
3832 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3833 M:      William Breathitt Gray <[email protected]>
3834 L:      [email protected]
3835 S:      Maintained
3836 F:      drivers/gpio/gpio-gpio-mm.c
3837
3838 DIGI NEO AND CLASSIC PCI PRODUCTS
3839 M:      Lidza Louina <[email protected]>
3840 M:      Mark Hounschell <[email protected]>
3841 L:      [email protected]
3842 S:      Maintained
3843 F:      drivers/staging/dgnc/
3844
3845 DIOLAN U2C-12 I2C DRIVER
3846 M:      Guenter Roeck <[email protected]>
3847 L:      [email protected]
3848 S:      Maintained
3849 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3850
3851 DIRECT ACCESS (DAX)
3852 M:      Matthew Wilcox <[email protected]>
3853 L:      [email protected]
3854 S:      Supported
3855 F:      fs/dax.c
3856
3857 DIRECTORY NOTIFICATION (DNOTIFY)
3858 M:      Eric Paris <[email protected]>
3859 S:      Maintained
3860 F:      Documentation/filesystems/dnotify.txt
3861 F:      fs/notify/dnotify/
3862 F:      include/linux/dnotify.h
3863
3864 DISK GEOMETRY AND PARTITION HANDLING
3865 M:      Andries Brouwer <[email protected]>
3866 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3867 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3868 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3869 S:      Maintained
3870
3871 DISKQUOTA
3872 M:      Jan Kara <[email protected]>
3873 S:      Maintained
3874 F:      Documentation/filesystems/quota.txt
3875 F:      fs/quota/
3876 F:      include/linux/quota*.h
3877 F:      include/uapi/linux/quota*.h
3878
3879 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3880 M:      Bernie Thompson <[email protected]>
3881 L:      [email protected]
3882 S:      Maintained
3883 W:      http://plugable.com/category/projects/udlfb/
3884 F:      drivers/video/fbdev/udlfb.c
3885 F:      include/video/udlfb.h
3886 F:      Documentation/fb/udlfb.txt
3887
3888 DISTRIBUTED LOCK MANAGER (DLM)
3889 M:      Christine Caulfield <[email protected]>
3890 M:      David Teigland <[email protected]>
3891 L:      [email protected]
3892 W:      http://sources.redhat.com/cluster/
3893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3894 S:      Supported
3895 F:      fs/dlm/
3896
3897 DMA BUFFER SHARING FRAMEWORK
3898 M:      Sumit Semwal <[email protected]>
3899 S:      Maintained
3900 L:      [email protected]
3901 L:      [email protected]
3902 L:      [email protected] (moderated for non-subscribers)
3903 F:      drivers/dma-buf/
3904 F:      include/linux/dma-buf*
3905 F:      include/linux/reservation.h
3906 F:      include/linux/*fence.h
3907 F:      Documentation/dma-buf-sharing.txt
3908 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3909
3910 SYNC FILE FRAMEWORK
3911 M:      Sumit Semwal <[email protected]>
3912 R:      Gustavo Padovan <[email protected]>
3913 S:      Maintained
3914 L:      [email protected]
3915 L:      [email protected]
3916 F:      drivers/dma-buf/sync_file.c
3917 F:      include/linux/sync_file.h
3918 F:      Documentation/sync_file.txt
3919 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3920
3921 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3922 M:      Vinod Koul <[email protected]>
3923 L:      [email protected]
3924 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3925 S:      Maintained
3926 F:      drivers/dma/
3927 F:      include/linux/dmaengine.h
3928 F:      Documentation/devicetree/bindings/dma/
3929 F:      Documentation/dmaengine/
3930 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3931
3932 DME1737 HARDWARE MONITOR DRIVER
3933 M:      Juerg Haefliger <[email protected]>
3934 L:      [email protected]
3935 S:      Maintained
3936 F:      Documentation/hwmon/dme1737
3937 F:      drivers/hwmon/dme1737.c
3938
3939 DMI/SMBIOS SUPPORT
3940 M:      Jean Delvare <[email protected]>
3941 S:      Maintained
3942 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3943 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3944 F:      drivers/firmware/dmi-id.c
3945 F:      drivers/firmware/dmi_scan.c
3946 F:      include/linux/dmi.h
3947
3948 DOCUMENTATION
3949 M:      Jonathan Corbet <[email protected]>
3950 L:      [email protected]
3951 S:      Maintained
3952 F:      Documentation/
3953 F:      scripts/docproc.c
3954 F:      scripts/kernel-doc*
3955 X:      Documentation/ABI/
3956 X:      Documentation/devicetree/
3957 X:      Documentation/acpi
3958 X:      Documentation/power
3959 X:      Documentation/spi
3960 X:      Documentation/media
3961 T:      git git://git.lwn.net/linux.git docs-next
3962
3963 DOUBLETALK DRIVER
3964 M:      "James R. Van Zandt" <[email protected]>
3965 L:      [email protected]
3966 S:      Maintained
3967 F:      drivers/char/dtlk.c
3968 F:      include/linux/dtlk.h
3969
3970 DPT_I2O SCSI RAID DRIVER
3971 M:      Adaptec OEM Raid Solutions <[email protected]>
3972 L:      [email protected]
3973 W:      http://www.adaptec.com/
3974 S:      Maintained
3975 F:      drivers/scsi/dpt*
3976 F:      drivers/scsi/dpt/
3977
3978 DRBD DRIVER
3979 M:      Philipp Reisner <[email protected]>
3980 M:      Lars Ellenberg <[email protected]>
3981 L:      [email protected]
3982 W:      http://www.drbd.org
3983 T:      git git://git.linbit.com/linux-drbd.git
3984 T:      git git://git.linbit.com/drbd-8.4.git
3985 S:      Supported
3986 F:      drivers/block/drbd/
3987 F:      lib/lru_cache.c
3988 F:      Documentation/blockdev/drbd/
3989
3990 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3991 M:      Greg Kroah-Hartman <[email protected]>
3992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3993 S:      Supported
3994 F:      Documentation/kobject.txt
3995 F:      drivers/base/
3996 F:      fs/debugfs/
3997 F:      fs/kernfs/
3998 F:      fs/sysfs/
3999 F:      include/linux/debugfs.h
4000 F:      include/linux/kobj*
4001 F:      lib/kobj*
4002
4003 DRM DRIVERS
4004 M:      David Airlie <[email protected]>
4005 L:      [email protected]
4006 T:      git git://people.freedesktop.org/~airlied/linux
4007 S:      Maintained
4008 F:      drivers/gpu/drm/
4009 F:      drivers/gpu/vga/
4010 F:      Documentation/devicetree/bindings/display/
4011 F:      Documentation/devicetree/bindings/gpu/
4012 F:      Documentation/devicetree/bindings/video/
4013 F:      Documentation/gpu/
4014 F:      include/drm/
4015 F:      include/uapi/drm/
4016
4017 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4018 M:      Dave Airlie <[email protected]>
4019 S:      Odd Fixes
4020 F:      drivers/gpu/drm/ast/
4021
4022 DRM DRIVER FOR BOCHS VIRTUAL GPU
4023 M:      Gerd Hoffmann <[email protected]>
4024 S:      Odd Fixes
4025 F:      drivers/gpu/drm/bochs/
4026
4027 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4028 M:      Dave Airlie <[email protected]>
4029 S:      Odd Fixes
4030 F:      drivers/gpu/drm/cirrus/
4031
4032 RADEON and AMDGPU DRM DRIVERS
4033 M:      Alex Deucher <[email protected]>
4034 M:      Christian König <[email protected]>
4035 L:      [email protected]
4036 T:      git git://people.freedesktop.org/~agd5f/linux
4037 S:      Supported
4038 F:      drivers/gpu/drm/radeon/
4039 F:      include/uapi/drm/radeon_drm.h
4040 F:      drivers/gpu/drm/amd/
4041 F:      include/uapi/drm/amdgpu_drm.h
4042
4043 DRM PANEL DRIVERS
4044 M:      Thierry Reding <[email protected]>
4045 L:      [email protected]
4046 T:      git git://anongit.freedesktop.org/tegra/linux.git
4047 S:      Maintained
4048 F:      drivers/gpu/drm/drm_panel.c
4049 F:      drivers/gpu/drm/panel/
4050 F:      include/drm/drm_panel.h
4051 F:      Documentation/devicetree/bindings/display/panel/
4052
4053 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4054 M:      Daniel Vetter <[email protected]>
4055 M:      Jani Nikula <[email protected]>
4056 L:      [email protected]
4057 L:      [email protected]
4058 W:      https://01.org/linuxgraphics/
4059 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4060 T:      git git://anongit.freedesktop.org/drm-intel
4061 S:      Supported
4062 F:      drivers/gpu/drm/i915/
4063 F:      include/drm/i915*
4064 F:      include/uapi/drm/i915_drm.h
4065 F:      Documentation/gpu/i915.rst
4066
4067 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4068 M:      Zhenyu Wang <[email protected]>
4069 M:      Zhi Wang <[email protected]>
4070 L:      [email protected]
4071 L:      [email protected]
4072 W:      https://01.org/igvt-g
4073 T:      git https://github.com/01org/gvt-linux.git
4074 S:      Supported
4075 F:      drivers/gpu/drm/i915/gvt/
4076
4077 DRM DRIVERS FOR ATMEL HLCDC
4078 M:      Boris Brezillon <[email protected]>
4079 L:      [email protected]
4080 S:      Supported
4081 F:      drivers/gpu/drm/atmel-hlcdc/
4082 F:      Documentation/devicetree/bindings/drm/atmel/
4083
4084 DRM DRIVERS FOR ALLWINNER A10
4085 M:      Maxime Ripard  <[email protected]>
4086 L:      [email protected]
4087 S:      Supported
4088 F:      drivers/gpu/drm/sun4i/
4089 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4090
4091 DRM DRIVERS FOR EXYNOS
4092 M:      Inki Dae <[email protected]>
4093 M:      Joonyoung Shim <[email protected]>
4094 M:      Seung-Woo Kim <[email protected]>
4095 M:      Kyungmin Park <[email protected]>
4096 L:      [email protected]
4097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4098 S:      Supported
4099 F:      drivers/gpu/drm/exynos/
4100 F:      include/uapi/drm/exynos_drm.h
4101 F:      Documentation/devicetree/bindings/display/exynos/
4102
4103 DRM DRIVERS FOR FREESCALE DCU
4104 M:      Stefan Agner <[email protected]>
4105 M:      Alison Wang <[email protected]>
4106 L:      [email protected]
4107 S:      Supported
4108 F:      drivers/gpu/drm/fsl-dcu/
4109 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4110 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4111 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4112
4113 DRM DRIVERS FOR FREESCALE IMX
4114 M:      Philipp Zabel <[email protected]>
4115 L:      [email protected]
4116 S:      Maintained
4117 F:      drivers/gpu/drm/imx/
4118 F:      drivers/gpu/ipu-v3/
4119 F:      Documentation/devicetree/bindings/display/imx/
4120
4121 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4122 M:      Patrik Jakobsson <[email protected]>
4123 L:      [email protected]
4124 T:      git git://github.com/patjak/drm-gma500
4125 S:      Maintained
4126 F:      drivers/gpu/drm/gma500/
4127
4128 DRM DRIVERS FOR HISILICON
4129 M:      Xinliang Liu <[email protected]>
4130 R:      Xinwei Kong <[email protected]>
4131 R:      Chen Feng <[email protected]>
4132 L:      [email protected]
4133 T:      git git://github.com/xin3liang/linux.git
4134 S:      Maintained
4135 F:      drivers/gpu/drm/hisilicon/
4136 F:      Documentation/devicetree/bindings/display/hisilicon/
4137
4138 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4139 S:      Orphan / Obsolete
4140 F:      drivers/gpu/drm/i810/
4141 F:      include/uapi/drm/i810_drm.h
4142
4143 DRM DRIVERS FOR MEDIATEK
4144 M:      CK Hu <[email protected]>
4145 M:      Philipp Zabel <[email protected]>
4146 L:      [email protected]
4147 S:      Supported
4148 F:      drivers/gpu/drm/mediatek/
4149 F:      Documentation/devicetree/bindings/display/mediatek/
4150
4151 DRM DRIVER FOR MSM ADRENO GPU
4152 M:      Rob Clark <[email protected]>
4153 L:      [email protected]
4154 L:      [email protected]
4155 L:      [email protected]
4156 T:      git git://people.freedesktop.org/~robclark/linux
4157 S:      Maintained
4158 F:      drivers/gpu/drm/msm/
4159 F:      include/uapi/drm/msm_drm.h
4160 F:      Documentation/devicetree/bindings/display/msm/
4161
4162 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4163 M:      Ben Skeggs <[email protected]>
4164 L:      [email protected]
4165 L:      [email protected]
4166 T:      git git://github.com/skeggsb/linux
4167 S:      Supported
4168 F:      drivers/gpu/drm/nouveau/
4169 F:      include/uapi/drm/nouveau_drm.h
4170
4171 DRM DRIVERS FOR NVIDIA TEGRA
4172 M:      Thierry Reding <[email protected]>
4173 L:      [email protected]
4174 L:      [email protected]
4175 T:      git git://anongit.freedesktop.org/tegra/linux.git
4176 S:      Supported
4177 F:      drivers/gpu/drm/tegra/
4178 F:      drivers/gpu/host1x/
4179 F:      include/linux/host1x.h
4180 F:      include/uapi/drm/tegra_drm.h
4181 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4182
4183 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4184 S:      Orphan / Obsolete
4185 F:      drivers/gpu/drm/mga/
4186 F:      include/uapi/drm/mga_drm.h
4187
4188 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4189 M:      Dave Airlie <[email protected]>
4190 S:      Odd Fixes
4191 F:      drivers/gpu/drm/mgag200/
4192
4193 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4194 S:      Orphan / Obsolete
4195 F:      drivers/gpu/drm/r128/
4196 F:      include/uapi/drm/r128_drm.h
4197
4198 DRM DRIVERS FOR RENESAS
4199 M:      Laurent Pinchart <[email protected]>
4200 L:      [email protected]
4201 L:      [email protected]
4202 T:      git git://linuxtv.org/pinchartl/fbdev
4203 S:      Supported
4204 F:      drivers/gpu/drm/rcar-du/
4205 F:      drivers/gpu/drm/shmobile/
4206 F:      include/linux/platform_data/shmob_drm.h
4207 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4208
4209 DRM DRIVER FOR QXL VIRTUAL GPU
4210 M:      Dave Airlie <[email protected]>
4211 S:      Odd Fixes
4212 F:      drivers/gpu/drm/qxl/
4213 F:      include/uapi/drm/qxl_drm.h
4214
4215 DRM DRIVERS FOR ROCKCHIP
4216 M:      Mark Yao <[email protected]>
4217 L:      [email protected]
4218 S:      Maintained
4219 F:      drivers/gpu/drm/rockchip/
4220 F:      Documentation/devicetree/bindings/display/rockchip/
4221
4222 DRM DRIVER FOR SAVAGE VIDEO CARDS
4223 S:      Orphan / Obsolete
4224 F:      drivers/gpu/drm/savage/
4225 F:      include/uapi/drm/savage_drm.h
4226
4227 DRM DRIVER FOR SIS VIDEO CARDS
4228 S:      Orphan / Obsolete
4229 F:      drivers/gpu/drm/sis/
4230 F:      include/uapi/drm/sis_drm.h
4231
4232 DRM DRIVERS FOR STI
4233 M:      Benjamin Gaignard <[email protected]>
4234 M:      Vincent Abriou <[email protected]>
4235 L:      [email protected]
4236 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4237 S:      Maintained
4238 F:      drivers/gpu/drm/sti
4239 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4240
4241 DRM DRIVER FOR TDFX VIDEO CARDS
4242 S:      Orphan / Obsolete
4243 F:      drivers/gpu/drm/tdfx/
4244
4245 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4246 M:      Dave Airlie <[email protected]>
4247 S:      Odd Fixes
4248 F:      drivers/gpu/drm/udl/
4249
4250 DRM DRIVERS FOR VIVANTE GPU IP
4251 M:      Lucas Stach <[email protected]>
4252 R:      Russell King <[email protected]>
4253 R:      Christian Gmeiner <[email protected]>
4254 L:      [email protected]
4255 S:      Maintained
4256 F:      drivers/gpu/drm/etnaviv/
4257 F:      include/uapi/drm/etnaviv_drm.h
4258 F:      Documentation/devicetree/bindings/display/etnaviv/
4259
4260 DRM DRIVER FOR VMWARE VIRTUAL GPU
4261 M:      "VMware Graphics" <[email protected]>
4262 M:      Sinclair Yeh <[email protected]>
4263 M:      Thomas Hellstrom <[email protected]>
4264 L:      [email protected]
4265 T:      git git://people.freedesktop.org/~syeh/repos_linux
4266 T:      git git://people.freedesktop.org/~thomash/linux
4267 S:      Supported
4268 F:      drivers/gpu/drm/vmwgfx/
4269 F:      include/uapi/drm/vmwgfx_drm.h
4270
4271 DRM DRIVERS FOR VC4
4272 M:      Eric Anholt <[email protected]>
4273 T:      git git://github.com/anholt/linux
4274 S:      Supported
4275 F:      drivers/gpu/drm/vc4/
4276 F:      include/uapi/drm/vc4_drm.h
4277 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4278
4279 DRM DRIVERS FOR TI OMAP
4280 M:      Tomi Valkeinen <[email protected]>
4281 L:      [email protected]
4282 S:      Maintained
4283 F:      drivers/gpu/drm/omapdrm/
4284 F:      Documentation/devicetree/bindings/display/ti/
4285
4286 DRM DRIVERS FOR TI LCDC
4287 M:      Jyri Sarha <[email protected]>
4288 R:      Tomi Valkeinen <[email protected]>
4289 L:      [email protected]
4290 S:      Maintained
4291 F:      drivers/gpu/drm/tilcdc/
4292 F:      Documentation/devicetree/bindings/display/tilcdc/
4293
4294 DSBR100 USB FM RADIO DRIVER
4295 M:      Alexey Klimov <[email protected]>
4296 L:      [email protected]
4297 T:      git git://linuxtv.org/media_tree.git
4298 S:      Maintained
4299 F:      drivers/media/radio/dsbr100.c
4300
4301 DSCC4 DRIVER
4302 M:      Francois Romieu <[email protected]>
4303 L:      [email protected]
4304 S:      Maintained
4305 F:      drivers/net/wan/dscc4.c
4306
4307 DT3155 MEDIA DRIVER
4308 M:      Hans Verkuil <[email protected]>
4309 L:      [email protected]
4310 T:      git git://linuxtv.org/media_tree.git
4311 W:      https://linuxtv.org
4312 S:      Odd Fixes
4313 F:      drivers/media/pci/dt3155/
4314
4315 DVB_USB_AF9015 MEDIA DRIVER
4316 M:      Antti Palosaari <[email protected]>
4317 L:      [email protected]
4318 W:      https://linuxtv.org
4319 W:      http://palosaari.fi/linux/
4320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4321 T:      git git://linuxtv.org/anttip/media_tree.git
4322 S:      Maintained
4323 F:      drivers/media/usb/dvb-usb-v2/af9015*
4324
4325 DVB_USB_AF9035 MEDIA DRIVER
4326 M:      Antti Palosaari <[email protected]>
4327 L:      [email protected]
4328 W:      https://linuxtv.org
4329 W:      http://palosaari.fi/linux/
4330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4331 T:      git git://linuxtv.org/anttip/media_tree.git
4332 S:      Maintained
4333 F:      drivers/media/usb/dvb-usb-v2/af9035*
4334
4335 DVB_USB_ANYSEE MEDIA DRIVER
4336 M:      Antti Palosaari <[email protected]>
4337 L:      [email protected]
4338 W:      https://linuxtv.org
4339 W:      http://palosaari.fi/linux/
4340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4341 T:      git git://linuxtv.org/anttip/media_tree.git
4342 S:      Maintained
4343 F:      drivers/media/usb/dvb-usb-v2/anysee*
4344
4345 DVB_USB_AU6610 MEDIA DRIVER
4346 M:      Antti Palosaari <[email protected]>
4347 L:      [email protected]
4348 W:      https://linuxtv.org
4349 W:      http://palosaari.fi/linux/
4350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4351 T:      git git://linuxtv.org/anttip/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/usb/dvb-usb-v2/au6610*
4354
4355 DVB_USB_CE6230 MEDIA DRIVER
4356 M:      Antti Palosaari <[email protected]>
4357 L:      [email protected]
4358 W:      https://linuxtv.org
4359 W:      http://palosaari.fi/linux/
4360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4361 T:      git git://linuxtv.org/anttip/media_tree.git
4362 S:      Maintained
4363 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4364
4365 DVB_USB_CXUSB MEDIA DRIVER
4366 M:      Michael Krufky <[email protected]>
4367 L:      [email protected]
4368 W:      https://linuxtv.org
4369 W:      http://github.com/mkrufky
4370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4371 T:      git git://linuxtv.org/media_tree.git
4372 S:      Maintained
4373 F:      drivers/media/usb/dvb-usb/cxusb*
4374
4375 DVB_USB_EC168 MEDIA DRIVER
4376 M:      Antti Palosaari <[email protected]>
4377 L:      [email protected]
4378 W:      https://linuxtv.org
4379 W:      http://palosaari.fi/linux/
4380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4381 T:      git git://linuxtv.org/anttip/media_tree.git
4382 S:      Maintained
4383 F:      drivers/media/usb/dvb-usb-v2/ec168*
4384
4385 DVB_USB_GL861 MEDIA DRIVER
4386 M:      Antti Palosaari <[email protected]>
4387 L:      [email protected]
4388 W:      https://linuxtv.org
4389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4390 T:      git git://linuxtv.org/anttip/media_tree.git
4391 S:      Maintained
4392 F:      drivers/media/usb/dvb-usb-v2/gl861*
4393
4394 DVB_USB_MXL111SF MEDIA DRIVER
4395 M:      Michael Krufky <[email protected]>
4396 L:      [email protected]
4397 W:      https://linuxtv.org
4398 W:      http://github.com/mkrufky
4399 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4400 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4401 S:      Maintained
4402 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4403
4404 DVB_USB_RTL28XXU MEDIA DRIVER
4405 M:      Antti Palosaari <[email protected]>
4406 L:      [email protected]
4407 W:      https://linuxtv.org
4408 W:      http://palosaari.fi/linux/
4409 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4410 T:      git git://linuxtv.org/anttip/media_tree.git
4411 S:      Maintained
4412 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4413
4414 DVB_USB_V2 MEDIA DRIVER
4415 M:      Antti Palosaari <[email protected]>
4416 L:      [email protected]
4417 W:      https://linuxtv.org
4418 W:      http://palosaari.fi/linux/
4419 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4420 T:      git git://linuxtv.org/anttip/media_tree.git
4421 S:      Maintained
4422 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4423 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4424
4425 DYNAMIC DEBUG
4426 M:      Jason Baron <[email protected]>
4427 S:      Maintained
4428 F:      lib/dynamic_debug.c
4429 F:      include/linux/dynamic_debug.h
4430
4431 DZ DECSTATION DZ11 SERIAL DRIVER
4432 M:      "Maciej W. Rozycki" <[email protected]>
4433 S:      Maintained
4434 F:      drivers/tty/serial/dz.*
4435
4436 E3X0 POWER BUTTON DRIVER
4437 M:      Moritz Fischer <[email protected]>
4438 L:      [email protected]
4439 W:      http://www.ettus.com
4440 S:      Supported
4441 F:      drivers/input/misc/e3x0-button.c
4442 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4443
4444 E4000 MEDIA DRIVER
4445 M:      Antti Palosaari <[email protected]>
4446 L:      [email protected]
4447 W:      https://linuxtv.org
4448 W:      http://palosaari.fi/linux/
4449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4450 T:      git git://linuxtv.org/anttip/media_tree.git
4451 S:      Maintained
4452 F:      drivers/media/tuners/e4000*
4453
4454 EATA ISA/EISA/PCI SCSI DRIVER
4455 M:      Dario Ballabio <[email protected]>
4456 L:      [email protected]
4457 S:      Maintained
4458 F:      drivers/scsi/eata.c
4459
4460 EC100 MEDIA DRIVER
4461 M:      Antti Palosaari <[email protected]>
4462 L:      [email protected]
4463 W:      https://linuxtv.org
4464 W:      http://palosaari.fi/linux/
4465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4466 T:      git git://linuxtv.org/anttip/media_tree.git
4467 S:      Maintained
4468 F:      drivers/media/dvb-frontends/ec100*
4469
4470 ECRYPT FILE SYSTEM
4471 M:      Tyler Hicks <[email protected]>
4472 L:      [email protected]
4473 W:      http://ecryptfs.org
4474 W:      https://launchpad.net/ecryptfs
4475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4476 S:      Supported
4477 F:      Documentation/filesystems/ecryptfs.txt
4478 F:      fs/ecryptfs/
4479
4480 EDAC-CORE
4481 M:      Borislav Petkov <[email protected]>
4482 M:      Mauro Carvalho Chehab <[email protected]>
4483 M:      Mauro Carvalho Chehab <[email protected]>
4484 L:      [email protected]
4485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4487 S:      Supported
4488 F:      Documentation/edac.txt
4489 F:      drivers/edac/
4490 F:      include/linux/edac.h
4491
4492 EDAC-AMD64
4493 M:      Borislav Petkov <[email protected]>
4494 L:      [email protected]
4495 S:      Maintained
4496 F:      drivers/edac/amd64_edac*
4497
4498 EDAC-CALXEDA
4499 M:      Robert Richter <[email protected]>
4500 L:      [email protected]
4501 S:      Maintained
4502 F:      drivers/edac/highbank*
4503
4504 EDAC-CAVIUM
4505 M:      Ralf Baechle <[email protected]>
4506 M:      David Daney <[email protected]>
4507 L:      [email protected]
4508 L:      [email protected]
4509 S:      Supported
4510 F:      drivers/edac/octeon_edac*
4511
4512 EDAC-E752X
4513 M:      Mark Gross <[email protected]>
4514 L:      [email protected]
4515 S:      Maintained
4516 F:      drivers/edac/e752x_edac.c
4517
4518 EDAC-E7XXX
4519 L:      [email protected]
4520 S:      Maintained
4521 F:      drivers/edac/e7xxx_edac.c
4522
4523 EDAC-FSL_DDR
4524 M:      York Sun <[email protected]>
4525 L:      [email protected]
4526 S:      Maintained
4527 F:      drivers/edac/fsl_ddr_edac.*
4528
4529 EDAC-GHES
4530 M:      Mauro Carvalho Chehab <[email protected]>
4531 M:      Mauro Carvalho Chehab <[email protected]>
4532 L:      [email protected]
4533 S:      Maintained
4534 F:      drivers/edac/ghes_edac.c
4535
4536 EDAC-I82443BXGX
4537 M:      Tim Small <[email protected]>
4538 L:      [email protected]
4539 S:      Maintained
4540 F:      drivers/edac/i82443bxgx_edac.c
4541
4542 EDAC-I3000
4543 L:      [email protected]
4544 S:      Orphan
4545 F:      drivers/edac/i3000_edac.c
4546
4547 EDAC-I5000
4548 L:      [email protected]
4549 S:      Maintained
4550 F:      drivers/edac/i5000_edac.c
4551
4552 EDAC-I5400
4553 M:      Mauro Carvalho Chehab <[email protected]>
4554 M:      Mauro Carvalho Chehab <[email protected]>
4555 L:      [email protected]
4556 S:      Maintained
4557 F:      drivers/edac/i5400_edac.c
4558
4559 EDAC-I7300
4560 M:      Mauro Carvalho Chehab <[email protected]>
4561 M:      Mauro Carvalho Chehab <[email protected]>
4562 L:      [email protected]
4563 S:      Maintained
4564 F:      drivers/edac/i7300_edac.c
4565
4566 EDAC-I7CORE
4567 M:      Mauro Carvalho Chehab <[email protected]>
4568 M:      Mauro Carvalho Chehab <[email protected]>
4569 L:      [email protected]
4570 S:      Maintained
4571 F:      drivers/edac/i7core_edac.c
4572
4573 EDAC-I82975X
4574 M:      Ranganathan Desikan <[email protected]>
4575 M:      "Arvind R." <[email protected]>
4576 L:      [email protected]
4577 S:      Maintained
4578 F:      drivers/edac/i82975x_edac.c
4579
4580 EDAC-IE31200
4581 M:      Jason Baron <[email protected]>
4582 L:      [email protected]
4583 S:      Maintained
4584 F:      drivers/edac/ie31200_edac.c
4585
4586 EDAC-MPC85XX
4587 M:      Johannes Thumshirn <[email protected]>
4588 L:      [email protected]
4589 S:      Maintained
4590 F:      drivers/edac/mpc85xx_edac.[ch]
4591
4592 EDAC-PASEMI
4593 M:      Egor Martovetsky <[email protected]>
4594 L:      [email protected]
4595 S:      Maintained
4596 F:      drivers/edac/pasemi_edac.c
4597
4598 EDAC-R82600
4599 M:      Tim Small <[email protected]>
4600 L:      [email protected]
4601 S:      Maintained
4602 F:      drivers/edac/r82600_edac.c
4603
4604 EDAC-SBRIDGE
4605 M:      Mauro Carvalho Chehab <[email protected]>
4606 M:      Mauro Carvalho Chehab <[email protected]>
4607 L:      [email protected]
4608 S:      Maintained
4609 F:      drivers/edac/sb_edac.c
4610
4611 EDAC-SKYLAKE
4612 M:      Tony Luck <[email protected]>
4613 L:      [email protected]
4614 S:      Maintained
4615 F:      drivers/edac/skx_edac.c
4616
4617 EDAC-XGENE
4618 APPLIED MICRO (APM) X-GENE SOC EDAC
4619 M:     Loc Ho <[email protected]>
4620 S:     Supported
4621 F:     drivers/edac/xgene_edac.c
4622 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4623
4624 EDIROL UA-101/UA-1000 DRIVER
4625 M:      Clemens Ladisch <[email protected]>
4626 L:      [email protected] (moderated for non-subscribers)
4627 T:      git git://git.alsa-project.org/alsa-kernel.git
4628 S:      Maintained
4629 F:      sound/usb/misc/ua101.c
4630
4631 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4632 M:      Matt Fleming <[email protected]>
4633 M:      Ard Biesheuvel <[email protected]>
4634 L:      [email protected]
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4636 S:      Maintained
4637 F:      Documentation/efi-stub.txt
4638 F:      arch/ia64/kernel/efi.c
4639 F:      arch/x86/boot/compressed/eboot.[ch]
4640 F:      arch/x86/include/asm/efi.h
4641 F:      arch/x86/platform/efi/
4642 F:      drivers/firmware/efi/
4643 F:      include/linux/efi*.h
4644
4645 EFI VARIABLE FILESYSTEM
4646 M:      Matthew Garrett <[email protected]>
4647 M:      Jeremy Kerr <[email protected]>
4648 M:      Matt Fleming <[email protected]>
4649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4650 L:      [email protected]
4651 S:      Maintained
4652 F:      fs/efivarfs/
4653
4654 EFIFB FRAMEBUFFER DRIVER
4655 L:      [email protected]
4656 M:      Peter Jones <[email protected]>
4657 S:      Maintained
4658 F:      drivers/video/fbdev/efifb.c
4659
4660 EFI TEST DRIVER
4661 L:      [email protected]
4662 M:      Ivan Hu <[email protected]>
4663 M:      Matt Fleming <[email protected]>
4664 S:      Maintained
4665 F:      drivers/firmware/efi/test/
4666
4667 EFS FILESYSTEM
4668 W:      http://aeschi.ch.eu.org/efs/
4669 S:      Orphan
4670 F:      fs/efs/
4671
4672 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4673 M:      Douglas Miller <[email protected]>
4674 L:      [email protected]
4675 S:      Maintained
4676 F:      drivers/net/ethernet/ibm/ehea/
4677
4678 EM28XX VIDEO4LINUX DRIVER
4679 M:      Mauro Carvalho Chehab <[email protected]>
4680 M:      Mauro Carvalho Chehab <[email protected]>
4681 L:      [email protected]
4682 W:      https://linuxtv.org
4683 T:      git git://linuxtv.org/media_tree.git
4684 S:      Maintained
4685 F:      drivers/media/usb/em28xx/
4686 F:      Documentation/media/v4l-drivers/em28xx*
4687
4688 EMBEDDED LINUX
4689 M:      Paul Gortmaker <[email protected]>
4690 M:      Matt Mackall <[email protected]>
4691 M:      David Woodhouse <[email protected]>
4692 L:      [email protected]
4693 S:      Maintained
4694
4695 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4696 M:      James Smart <[email protected]>
4697 M:      Dick Kennedy <[email protected]>
4698 L:      [email protected]
4699 W:      http://www.avagotech.com
4700 S:      Supported
4701 F:      drivers/scsi/lpfc/
4702
4703 ENE CB710 FLASH CARD READER DRIVER
4704 M:      Michał Mirosław <[email protected]>
4705 S:      Maintained
4706 F:      drivers/misc/cb710/
4707 F:      drivers/mmc/host/cb710-mmc.*
4708 F:      include/linux/cb710.h
4709
4710 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4711 M:      Maxim Levitsky <[email protected]>
4712 S:      Maintained
4713 F:      drivers/media/rc/ene_ir.*
4714
4715 EPSON S1D13XXX FRAMEBUFFER DRIVER
4716 M:      Kristoffer Ericson <[email protected]>
4717 S:      Maintained
4718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4719 F:      drivers/video/fbdev/s1d13xxxfb.c
4720 F:      include/video/s1d13xxxfb.h
4721
4722 ET131X NETWORK DRIVER
4723 M:      Mark Einon <[email protected]>
4724 S:      Odd Fixes
4725 F:      drivers/net/ethernet/agere/
4726
4727 ETHERNET BRIDGE
4728 M:      Stephen Hemminger <[email protected]>
4729 L:      [email protected] (moderated for non-subscribers)
4730 L:      [email protected]
4731 W:      http://www.linuxfoundation.org/en/Net:Bridge
4732 S:      Maintained
4733 F:      include/linux/netfilter_bridge/
4734 F:      net/bridge/
4735
4736 ETHERNET PHY LIBRARY
4737 M:      Florian Fainelli <[email protected]>
4738 L:      [email protected]
4739 S:      Maintained
4740 F:      include/linux/phy.h
4741 F:      include/linux/phy_fixed.h
4742 F:      drivers/net/phy/
4743 F:      Documentation/networking/phy.txt
4744 F:      drivers/of/of_mdio.c
4745 F:      drivers/of/of_net.c
4746
4747 EXT2 FILE SYSTEM
4748 M:      Jan Kara <[email protected]>
4749 L:      [email protected]
4750 S:      Maintained
4751 F:      Documentation/filesystems/ext2.txt
4752 F:      fs/ext2/
4753 F:      include/linux/ext2*
4754
4755 EXT4 FILE SYSTEM
4756 M:      "Theodore Ts'o" <[email protected]>
4757 M:      Andreas Dilger <[email protected]>
4758 L:      [email protected]
4759 W:      http://ext4.wiki.kernel.org
4760 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4762 S:      Maintained
4763 F:      Documentation/filesystems/ext4.txt
4764 F:      fs/ext4/
4765
4766 Extended Verification Module (EVM)
4767 M:      Mimi Zohar <[email protected]>
4768 L:      [email protected]
4769 L:      [email protected]
4770 S:      Supported
4771 F:      security/integrity/evm/
4772
4773 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4774 M:      MyungJoo Ham <[email protected]>
4775 M:      Chanwoo Choi <[email protected]>
4776 L:      [email protected]
4777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4778 S:      Maintained
4779 F:      drivers/extcon/
4780 F:      include/linux/extcon/
4781 F:      include/linux/extcon.h
4782 F:      Documentation/extcon/
4783 F:      Documentation/devicetree/bindings/extcon/
4784
4785 EXYNOS DP DRIVER
4786 M:      Jingoo Han <[email protected]>
4787 L:      [email protected]
4788 S:      Maintained
4789 F:      drivers/gpu/drm/exynos/exynos_dp*
4790
4791 EXYNOS SYSMMU (IOMMU) driver
4792 M:      Marek Szyprowski <[email protected]>
4793 L:      [email protected]
4794 S:      Maintained
4795 F:      drivers/iommu/exynos-iommu.c
4796
4797 EZchip NPS platform support
4798 M:      Noam Camus <[email protected]>
4799 S:      Supported
4800 F:      arch/arc/plat-eznps
4801 F:      arch/arc/boot/dts/eznps.dts
4802
4803 F71805F HARDWARE MONITORING DRIVER
4804 M:      Jean Delvare <[email protected]>
4805 L:      [email protected]
4806 S:      Maintained
4807 F:      Documentation/hwmon/f71805f
4808 F:      drivers/hwmon/f71805f.c
4809
4810 FC0011 TUNER DRIVER
4811 M:      Michael Buesch <[email protected]>
4812 L:      [email protected]
4813 S:      Maintained
4814 F:      drivers/media/tuners/fc0011.h
4815 F:      drivers/media/tuners/fc0011.c
4816
4817 FC2580 MEDIA DRIVER
4818 M:      Antti Palosaari <[email protected]>
4819 L:      [email protected]
4820 W:      https://linuxtv.org
4821 W:      http://palosaari.fi/linux/
4822 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4823 T:      git git://linuxtv.org/anttip/media_tree.git
4824 S:      Maintained
4825 F:      drivers/media/tuners/fc2580*
4826
4827 FANOTIFY
4828 M:      Eric Paris <[email protected]>
4829 S:      Maintained
4830 F:      fs/notify/fanotify/
4831 F:      include/linux/fanotify.h
4832 F:      include/uapi/linux/fanotify.h
4833
4834 FARSYNC SYNCHRONOUS DRIVER
4835 M:      Kevin Curtis <[email protected]>
4836 W:      http://www.farsite.co.uk/
4837 S:      Supported
4838 F:      drivers/net/wan/farsync.*
4839
4840 FAULT INJECTION SUPPORT
4841 M:      Akinobu Mita <[email protected]>
4842 S:      Supported
4843 F:      Documentation/fault-injection/
4844 F:      lib/fault-inject.c
4845
4846 FBTFT Framebuffer drivers
4847 M:      Thomas Petazzoni <[email protected]>
4848 M:      Noralf Trønnes <[email protected]>
4849 S:      Maintained
4850 F:      drivers/staging/fbtft/
4851
4852 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4853 M:      Johannes Thumshirn <[email protected]>
4854 L:      [email protected]
4855 W:      www.Open-FCoE.org
4856 S:      Supported
4857 F:      drivers/scsi/libfc/
4858 F:      drivers/scsi/fcoe/
4859 F:      include/scsi/fc/
4860 F:      include/scsi/libfc.h
4861 F:      include/scsi/libfcoe.h
4862 F:      include/uapi/scsi/fc/
4863
4864 FILE LOCKING (flock() and fcntl()/lockf())
4865 M:      Jeff Layton <[email protected]>
4866 M:      "J. Bruce Fields" <[email protected]>
4867 L:      [email protected]
4868 S:      Maintained
4869 F:      include/linux/fcntl.h
4870 F:      include/linux/fs.h
4871 F:      include/uapi/linux/fcntl.h
4872 F:      include/uapi/linux/fs.h
4873 F:      fs/fcntl.c
4874 F:      fs/locks.c
4875
4876 FILESYSTEMS (VFS and infrastructure)
4877 M:      Alexander Viro <[email protected]>
4878 L:      [email protected]
4879 S:      Maintained
4880 F:      fs/*
4881
4882 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4883 M:      Riku Voipio <[email protected]>
4884 L:      [email protected]
4885 S:      Maintained
4886 F:      drivers/hwmon/f75375s.c
4887 F:      include/linux/f75375s.h
4888
4889 FIREWIRE AUDIO DRIVERS
4890 M:      Clemens Ladisch <[email protected]>
4891 L:      [email protected] (moderated for non-subscribers)
4892 T:      git git://git.alsa-project.org/alsa-kernel.git
4893 S:      Maintained
4894 F:      sound/firewire/
4895
4896 FIREWIRE MEDIA DRIVERS (firedtv)
4897 M:      Stefan Richter <[email protected]>
4898 L:      [email protected]
4899 L:      [email protected]
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4901 S:      Maintained
4902 F:      drivers/media/firewire/
4903
4904 FIREWIRE SBP-2 TARGET
4905 M:      Chris Boot <[email protected]>
4906 L:      [email protected]
4907 L:      [email protected]
4908 L:      [email protected]
4909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4910 S:      Maintained
4911 F:      drivers/target/sbp/
4912
4913 FIREWIRE SUBSYSTEM
4914 M:      Stefan Richter <[email protected]>
4915 L:      [email protected]
4916 W:      http://ieee1394.wiki.kernel.org/
4917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4918 S:      Maintained
4919 F:      drivers/firewire/
4920 F:      include/linux/firewire.h
4921 F:      include/uapi/linux/firewire*.h
4922 F:      tools/firewire/
4923
4924 FIRMWARE LOADER (request_firmware)
4925 M:      Ming Lei <[email protected]>
4926 M:      Luis R. Rodriguez <[email protected]>
4927 L:      [email protected]
4928 S:      Maintained
4929 F:      Documentation/firmware_class/
4930 F:      drivers/base/firmware*.c
4931 F:      include/linux/firmware.h
4932
4933 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4934 M:      Joshua Morris <[email protected]>
4935 M:      Philip Kelleher <[email protected]>
4936 S:      Maintained
4937 F:      drivers/block/rsxx/
4938
4939 FLOPPY DRIVER
4940 M:      Jiri Kosina <[email protected]>
4941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4942 S:      Odd fixes
4943 F:      drivers/block/floppy.c
4944
4945 FMC SUBSYSTEM
4946 M:      Alessandro Rubini <[email protected]>
4947 W:      http://www.ohwr.org/projects/fmc-bus
4948 S:      Supported
4949 F:      drivers/fmc/
4950 F:      include/linux/fmc*.h
4951 F:      include/linux/ipmi-fru.h
4952 K:      fmc_d.*register
4953
4954 FPGA MANAGER FRAMEWORK
4955 M:      Alan Tull <[email protected]>
4956 R:      Moritz Fischer <[email protected]>
4957 S:      Maintained
4958 F:      drivers/fpga/
4959 F:      include/linux/fpga/fpga-mgr.h
4960 W:      http://www.rocketboards.org
4961
4962 FPU EMULATOR
4963 M:      Bill Metzenthen <[email protected]>
4964 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4965 S:      Maintained
4966 F:      arch/x86/math-emu/
4967
4968 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4969 L:      [email protected]
4970 S:      Orphan
4971 F:      drivers/net/wan/dlci.c
4972 F:      drivers/net/wan/sdla.c
4973
4974 FRAMEBUFFER LAYER
4975 M:      Tomi Valkeinen <[email protected]>
4976 L:      [email protected]
4977 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4978 S:      Maintained
4979 F:      Documentation/fb/
4980 F:      drivers/video/
4981 F:      include/video/
4982 F:      include/linux/fb.h
4983 F:      include/uapi/video/
4984 F:      include/uapi/linux/fb.h
4985
4986 FREESCALE DIU FRAMEBUFFER DRIVER
4987 M:      Timur Tabi <[email protected]>
4988 L:      [email protected]
4989 S:      Maintained
4990 F:      drivers/video/fbdev/fsl-diu-fb.*
4991
4992 FREESCALE DMA DRIVER
4993 M:      Li Yang <[email protected]>
4994 M:      Zhang Wei <[email protected]>
4995 L:      [email protected]
4996 S:      Maintained
4997 F:      drivers/dma/fsldma.*
4998
4999 FREESCALE GPMI NAND DRIVER
5000 M:      Han Xu <[email protected]>
5001 L:      [email protected]
5002 S:      Maintained
5003 F:      drivers/mtd/nand/gpmi-nand/*
5004
5005 FREESCALE I2C CPM DRIVER
5006 M:      Jochen Friedrich <[email protected]>
5007 L:      [email protected]
5008 L:      [email protected]
5009 S:      Maintained
5010 F:      drivers/i2c/busses/i2c-cpm.c
5011
5012 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5013 M:      Sascha Hauer <[email protected]>
5014 L:      [email protected]
5015 L:      [email protected] (moderated for non-subscribers)
5016 S:      Maintained
5017 F:      include/linux/platform_data/video-imxfb.h
5018 F:      drivers/video/fbdev/imxfb.c
5019
5020 FREESCALE QUAD SPI DRIVER
5021 M:      Han Xu <[email protected]>
5022 L:      [email protected]
5023 S:      Maintained
5024 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5025
5026 FREESCALE SOC FS_ENET DRIVER
5027 M:      Pantelis Antoniou <[email protected]>
5028 M:      Vitaly Bordug <[email protected]>
5029 L:      [email protected]
5030 L:      [email protected]
5031 S:      Maintained
5032 F:      drivers/net/ethernet/freescale/fs_enet/
5033 F:      include/linux/fs_enet_pd.h
5034
5035 FREESCALE IMX / MXC FEC DRIVER
5036 M:      Fugang Duan <[email protected]>
5037 L:      [email protected]
5038 S:      Maintained
5039 F:      drivers/net/ethernet/freescale/fec_main.c
5040 F:      drivers/net/ethernet/freescale/fec_ptp.c
5041 F:      drivers/net/ethernet/freescale/fec.h
5042 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5043
5044 FREESCALE QORIQ DPAA FMAN DRIVER
5045 M:      Madalin Bucur <[email protected]>
5046 L:      [email protected]
5047 S:      Maintained
5048 F:      drivers/net/ethernet/freescale/fman
5049 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5050
5051 FREESCALE QUICC ENGINE LIBRARY
5052 L:      [email protected]
5053 S:      Orphan
5054 F:      drivers/soc/fsl/qe/
5055 F:      include/soc/fsl/*qe*.h
5056 F:      include/soc/fsl/*ucc*.h
5057
5058 FREESCALE USB PERIPHERAL DRIVERS
5059 M:      Li Yang <[email protected]>
5060 L:      [email protected]
5061 L:      [email protected]
5062 S:      Maintained
5063 F:      drivers/usb/gadget/udc/fsl*
5064
5065 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5066 M:      Li Yang <[email protected]>
5067 L:      [email protected]
5068 L:      [email protected]
5069 S:      Maintained
5070 F:      drivers/net/ethernet/freescale/ucc_geth*
5071
5072 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5073 M:      Claudiu Manoil <[email protected]>
5074 L:      [email protected]
5075 S:      Maintained
5076 F:      drivers/net/ethernet/freescale/gianfar*
5077 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5078 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5079
5080 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5081 M:      Zhao Qiang <[email protected]>
5082 L:      [email protected]
5083 L:      [email protected]
5084 S:      Maintained
5085 F:      drivers/net/wan/fsl_ucc_hdlc*
5086
5087 FREESCALE QUICC ENGINE UCC UART DRIVER
5088 M:      Timur Tabi <[email protected]>
5089 L:      [email protected]
5090 S:      Maintained
5091 F:      drivers/tty/serial/ucc_uart.c
5092
5093 FREESCALE SOC SOUND DRIVERS
5094 M:      Timur Tabi <[email protected]>
5095 M:      Nicolin Chen <[email protected]>
5096 M:      Xiubo Li <[email protected]>
5097 R:      Fabio Estevam <[email protected]>
5098 L:      [email protected] (moderated for non-subscribers)
5099 L:      [email protected]
5100 S:      Maintained
5101 F:      sound/soc/fsl/fsl*
5102 F:      sound/soc/fsl/imx*
5103 F:      sound/soc/fsl/mpc8610_hpcd.c
5104
5105 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5106 M:      "J. German Rivera" <[email protected]>
5107 M:      Stuart Yoder <[email protected]>
5108 L:      [email protected]
5109 S:      Maintained
5110 F:      drivers/staging/fsl-mc/
5111
5112 FREEVXFS FILESYSTEM
5113 M:      Christoph Hellwig <[email protected]>
5114 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5115 S:      Maintained
5116 F:      fs/freevxfs/
5117
5118 FREEZER
5119 M:      "Rafael J. Wysocki" <[email protected]>
5120 M:      Pavel Machek <[email protected]>
5121 L:      [email protected]
5122 S:      Supported
5123 F:      Documentation/power/freezing-of-tasks.txt
5124 F:      include/linux/freezer.h
5125 F:      kernel/freezer.c
5126
5127 FRONTSWAP API
5128 M:      Konrad Rzeszutek Wilk <[email protected]>
5129 L:      [email protected]
5130 S:      Maintained
5131 F:      mm/frontswap.c
5132 F:      include/linux/frontswap.h
5133
5134 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5135 M:      David Howells <[email protected]>
5136 L:      [email protected] (moderated for non-subscribers)
5137 S:      Supported
5138 F:      Documentation/filesystems/caching/
5139 F:      fs/fscache/
5140 F:      include/linux/fscache*.h
5141
5142 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5143 M:      Theodore Y. Ts'o <[email protected]>
5144 M:      Jaegeuk Kim <[email protected]>
5145 S:      Supported
5146 F:      fs/crypto/
5147 F:      include/linux/fscrypto.h
5148
5149 F2FS FILE SYSTEM
5150 M:      Jaegeuk Kim <[email protected]>
5151 M:      Chao Yu <[email protected]>
5152 L:      [email protected]
5153 W:      https://f2fs.wiki.kernel.org/
5154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5155 S:      Maintained
5156 F:      Documentation/filesystems/f2fs.txt
5157 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5158 F:      fs/f2fs/
5159 F:      include/linux/f2fs_fs.h
5160 F:      include/trace/events/f2fs.h
5161
5162 FUJITSU FR-V (FRV) PORT
5163 S:      Orphan
5164 F:      arch/frv/
5165
5166 FUJITSU LAPTOP EXTRAS
5167 M:      Jonathan Woithe <[email protected]>
5168 L:      [email protected]
5169 S:      Maintained
5170 F:      drivers/platform/x86/fujitsu-laptop.c
5171
5172 FUJITSU M-5MO LS CAMERA ISP DRIVER
5173 M:      Kyungmin Park <[email protected]>
5174 M:      Heungjun Kim <[email protected]>
5175 L:      [email protected]
5176 S:      Maintained
5177 F:      drivers/media/i2c/m5mols/
5178 F:      include/media/i2c/m5mols.h
5179
5180 FUJITSU TABLET EXTRAS
5181 M:      Robert Gerlach <[email protected]>
5182 L:      [email protected]
5183 S:      Maintained
5184 F:      drivers/platform/x86/fujitsu-tablet.c
5185
5186 FUSE: FILESYSTEM IN USERSPACE
5187 M:      Miklos Szeredi <[email protected]>
5188 L:      [email protected]
5189 W:      http://fuse.sourceforge.net/
5190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5191 S:      Maintained
5192 F:      fs/fuse/
5193 F:      include/uapi/linux/fuse.h
5194 F:      Documentation/filesystems/fuse.txt
5195
5196 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5197 M:      Rik Faith <[email protected]>
5198 L:      [email protected]
5199 S:      Odd Fixes (e.g., new signatures)
5200 F:      drivers/scsi/fdomain.*
5201
5202 GCC PLUGINS
5203 M:      Kees Cook <[email protected]>
5204 R:      Emese Revfy <[email protected]>
5205 L:      [email protected]
5206 S:      Maintained
5207 F:      scripts/gcc-plugins/
5208 F:      scripts/gcc-plugin.sh
5209 F:      Documentation/gcc-plugins.txt
5210
5211 GCOV BASED KERNEL PROFILING
5212 M:      Peter Oberparleiter <[email protected]>
5213 S:      Maintained
5214 F:      kernel/gcov/
5215 F:      Documentation/dev-tools/gcov.rst
5216
5217 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5218 M:      Achim Leubner <[email protected]>
5219 L:      [email protected]
5220 W:      http://www.icp-vortex.com/
5221 S:      Supported
5222 F:      drivers/scsi/gdt*
5223
5224 GDB KERNEL DEBUGGING HELPER SCRIPTS
5225 M:      Jan Kiszka <[email protected]>
5226 M:      Kieran Bingham <[email protected]>
5227 S:      Supported
5228 F:      scripts/gdb/
5229
5230 GEMTEK FM RADIO RECEIVER DRIVER
5231 M:      Hans Verkuil <[email protected]>
5232 L:      [email protected]
5233 T:      git git://linuxtv.org/media_tree.git
5234 W:      https://linuxtv.org
5235 S:      Maintained
5236 F:      drivers/media/radio/radio-gemtek*
5237
5238 GENERIC GPIO I2C DRIVER
5239 M:      Haavard Skinnemoen <[email protected]>
5240 S:      Supported
5241 F:      drivers/i2c/busses/i2c-gpio.c
5242 F:      include/linux/i2c-gpio.h
5243
5244 GENERIC GPIO I2C MULTIPLEXER DRIVER
5245 M:      Peter Korsgaard <[email protected]>
5246 L:      [email protected]
5247 S:      Supported
5248 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5249 F:      include/linux/i2c-mux-gpio.h
5250 F:      Documentation/i2c/muxes/i2c-mux-gpio
5251
5252 GENERIC HDLC (WAN) DRIVERS
5253 M:      Krzysztof Halasa <[email protected]>
5254 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5255 S:      Maintained
5256 F:      drivers/net/wan/c101.c
5257 F:      drivers/net/wan/hd6457*
5258 F:      drivers/net/wan/hdlc*
5259 F:      drivers/net/wan/n2.c
5260 F:      drivers/net/wan/pc300too.c
5261 F:      drivers/net/wan/pci200syn.c
5262 F:      drivers/net/wan/wanxl*
5263
5264 GENERIC INCLUDE/ASM HEADER FILES
5265 M:      Arnd Bergmann <[email protected]>
5266 L:      [email protected]
5267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5268 S:      Maintained
5269 F:      include/asm-generic/
5270 F:      include/uapi/asm-generic/
5271
5272 GENERIC PHY FRAMEWORK
5273 M:      Kishon Vijay Abraham I <[email protected]>
5274 L:      [email protected]
5275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5276 S:      Supported
5277 F:      drivers/phy/
5278 F:      include/linux/phy/
5279
5280 GENERIC PM DOMAINS
5281 M:      "Rafael J. Wysocki" <[email protected]>
5282 M:      Kevin Hilman <[email protected]>
5283 M:      Ulf Hansson <[email protected]>
5284 L:      [email protected]
5285 S:      Supported
5286 F:      drivers/base/power/domain*.c
5287 F:      include/linux/pm_domain.h
5288
5289 GENERIC UIO DRIVER FOR PCI DEVICES
5290 M:      "Michael S. Tsirkin" <[email protected]>
5291 L:      [email protected]
5292 S:      Supported
5293 F:      drivers/uio/uio_pci_generic.c
5294
5295 GET_MAINTAINER SCRIPT
5296 M:      Joe Perches <[email protected]>
5297 S:      Maintained
5298 F:      scripts/get_maintainer.pl
5299
5300 GFS2 FILE SYSTEM
5301 M:      Steven Whitehouse <[email protected]>
5302 M:      Bob Peterson <[email protected]>
5303 L:      [email protected]
5304 W:      http://sources.redhat.com/cluster/
5305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5306 S:      Supported
5307 F:      Documentation/filesystems/gfs2*.txt
5308 F:      fs/gfs2/
5309 F:      include/uapi/linux/gfs2_ondisk.h
5310
5311 GIGASET ISDN DRIVERS
5312 M:      Paul Bolle <[email protected]>
5313 L:      [email protected]
5314 W:      http://gigaset307x.sourceforge.net/
5315 S:      Odd Fixes
5316 F:      Documentation/isdn/README.gigaset
5317 F:      drivers/isdn/gigaset/
5318 F:      include/uapi/linux/gigaset_dev.h
5319
5320 GO7007 MPEG CODEC
5321 M:      Hans Verkuil <[email protected]>
5322 L:      [email protected]
5323 S:      Maintained
5324 F:      drivers/media/usb/go7007/
5325
5326 GOODIX TOUCHSCREEN
5327 M:      Bastien Nocera <[email protected]>
5328 L:      [email protected]
5329 S:      Maintained
5330 F:      drivers/input/touchscreen/goodix.c
5331
5332 GPIO MOCKUP DRIVER
5333 M:      Bamvor Jian Zhang <[email protected]>
5334 L:      [email protected]
5335 S:      Maintained
5336 F:      drivers/gpio/gpio-mockup.c
5337 F:      tools/testing/selftests/gpio/
5338
5339 GPIO SUBSYSTEM
5340 M:      Linus Walleij <[email protected]>
5341 M:      Alexandre Courbot <[email protected]>
5342 L:      [email protected]
5343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5344 S:      Maintained
5345 F:      Documentation/devicetree/bindings/gpio/
5346 F:      Documentation/gpio/
5347 F:      Documentation/ABI/testing/gpio-cdev
5348 F:      Documentation/ABI/obsolete/sysfs-gpio
5349 F:      drivers/gpio/
5350 F:      include/linux/gpio/
5351 F:      include/linux/gpio.h
5352 F:      include/asm-generic/gpio.h
5353 F:      include/uapi/linux/gpio.h
5354 F:      tools/gpio/
5355
5356 GRE DEMULTIPLEXER DRIVER
5357 M:      Dmitry Kozlov <[email protected]>
5358 L:      [email protected]
5359 S:      Maintained
5360 F:      net/ipv4/gre_demux.c
5361 F:      net/ipv4/gre_offload.c
5362 F:      include/net/gre.h
5363
5364 GRETH 10/100/1G Ethernet MAC device driver
5365 M:      Andreas Larsson <[email protected]>
5366 L:      [email protected]
5367 S:      Maintained
5368 F:      drivers/net/ethernet/aeroflex/
5369
5370 GREYBUS SUBSYSTEM
5371 M:      Johan Hovold <[email protected]>
5372 M:      Alex Elder <[email protected]>
5373 M:      Greg Kroah-Hartman <[email protected]>
5374 S:      Maintained
5375 F:      drivers/staging/greybus/
5376
5377 GREYBUS AUDIO PROTOCOLS DRIVERS
5378 M:      Vaibhav Agarwal <[email protected]>
5379 M:      Mark Greer <[email protected]>
5380 S:      Maintained
5381 F:      drivers/staging/greybus/audio_apbridgea.c
5382 F:      drivers/staging/greybus/audio_apbridgea.h
5383 F:      drivers/staging/greybus/audio_codec.c
5384 F:      drivers/staging/greybus/audio_codec.h
5385 F:      drivers/staging/greybus/audio_gb.c
5386 F:      drivers/staging/greybus/audio_manager.c
5387 F:      drivers/staging/greybus/audio_manager.h
5388 F:      drivers/staging/greybus/audio_manager_module.c
5389 F:      drivers/staging/greybus/audio_manager_private.h
5390 F:      drivers/staging/greybus/audio_manager_sysfs.c
5391 F:      drivers/staging/greybus/audio_module.c
5392 F:      drivers/staging/greybus/audio_topology.c
5393
5394 GREYBUS PROTOCOLS DRIVERS
5395 M:      Rui Miguel Silva <[email protected]>
5396 S:      Maintained
5397 F:      drivers/staging/greybus/sdio.c
5398 F:      drivers/staging/greybus/light.c
5399 F:      drivers/staging/greybus/gpio.c
5400 F:      drivers/staging/greybus/power_supply.c
5401 F:      drivers/staging/greybus/spi.c
5402 F:      drivers/staging/greybus/spilib.c
5403
5404 GREYBUS PROTOCOLS DRIVERS
5405 M:      Bryan O'Donoghue <[email protected]>
5406 S:      Maintained
5407 F:      drivers/staging/greybus/loopback.c
5408 F:      drivers/staging/greybus/timesync.c
5409 F:      drivers/staging/greybus/timesync_platform.c
5410
5411 GREYBUS PROTOCOLS DRIVERS
5412 M:      Viresh Kumar <[email protected]>
5413 S:      Maintained
5414 F:      drivers/staging/greybus/authentication.c
5415 F:      drivers/staging/greybus/bootrom.c
5416 F:      drivers/staging/greybus/firmware.h
5417 F:      drivers/staging/greybus/fw-core.c
5418 F:      drivers/staging/greybus/fw-download.c
5419 F:      drivers/staging/greybus/fw-managament.c
5420 F:      drivers/staging/greybus/greybus_authentication.h
5421 F:      drivers/staging/greybus/greybus_firmware.h
5422 F:      drivers/staging/greybus/hid.c
5423 F:      drivers/staging/greybus/i2c.c
5424 F:      drivers/staging/greybus/spi.c
5425 F:      drivers/staging/greybus/spilib.c
5426 F:      drivers/staging/greybus/spilib.h
5427
5428 GREYBUS PROTOCOLS DRIVERS
5429 M:      David Lin <[email protected]>
5430 S:      Maintained
5431 F:      drivers/staging/greybus/uart.c
5432 F:      drivers/staging/greybus/log.c
5433
5434 GREYBUS PLATFORM DRIVERS
5435 M:      Vaibhav Hiremath <[email protected]>
5436 S:      Maintained
5437 F:      drivers/staging/greybus/arche-platform.c
5438 F:      drivers/staging/greybus/arche-apb-ctrl.c
5439 F:      drivers/staging/greybus/arche_platform.h
5440
5441 GS1662 VIDEO SERIALIZER
5442 M:      Charles-Antoine Couret <[email protected]>
5443 L:      [email protected]
5444 T:      git git://linuxtv.org/media_tree.git
5445 S:      Maintained
5446 F:      drivers/media/spi/gs1662.c
5447
5448 GSPCA FINEPIX SUBDRIVER
5449 M:      Frank Zago <[email protected]>
5450 L:      [email protected]
5451 T:      git git://linuxtv.org/media_tree.git
5452 S:      Maintained
5453 F:      drivers/media/usb/gspca/finepix.c
5454
5455 GSPCA GL860 SUBDRIVER
5456 M:      Olivier Lorin <[email protected]>
5457 L:      [email protected]
5458 T:      git git://linuxtv.org/media_tree.git
5459 S:      Maintained
5460 F:      drivers/media/usb/gspca/gl860/
5461
5462 GSPCA M5602 SUBDRIVER
5463 M:      Erik Andren <[email protected]>
5464 L:      [email protected]
5465 T:      git git://linuxtv.org/media_tree.git
5466 S:      Maintained
5467 F:      drivers/media/usb/gspca/m5602/
5468
5469 GSPCA PAC207 SONIXB SUBDRIVER
5470 M:      Hans Verkuil <[email protected]>
5471 L:      [email protected]
5472 T:      git git://linuxtv.org/media_tree.git
5473 S:      Odd Fixes
5474 F:      drivers/media/usb/gspca/pac207.c
5475
5476 GSPCA SN9C20X SUBDRIVER
5477 M:      Brian Johnson <[email protected]>
5478 L:      [email protected]
5479 T:      git git://linuxtv.org/media_tree.git
5480 S:      Maintained
5481 F:      drivers/media/usb/gspca/sn9c20x.c
5482
5483 GSPCA T613 SUBDRIVER
5484 M:      Leandro Costantino <[email protected]>
5485 L:      [email protected]
5486 T:      git git://linuxtv.org/media_tree.git
5487 S:      Maintained
5488 F:      drivers/media/usb/gspca/t613.c
5489
5490 GSPCA USB WEBCAM DRIVER
5491 M:      Hans Verkuil <[email protected]>
5492 L:      [email protected]
5493 T:      git git://linuxtv.org/media_tree.git
5494 S:      Odd Fixes
5495 F:      drivers/media/usb/gspca/
5496
5497 GUID PARTITION TABLE (GPT)
5498 M:      Davidlohr Bueso <[email protected]>
5499 L:      [email protected]
5500 S:      Maintained
5501 F:      block/partitions/efi.*
5502
5503 STK1160 USB VIDEO CAPTURE DRIVER
5504 M:      Ezequiel Garcia <[email protected]>
5505 L:      [email protected]
5506 T:      git git://linuxtv.org/media_tree.git
5507 S:      Maintained
5508 F:      drivers/media/usb/stk1160/
5509
5510 H8/300 ARCHITECTURE
5511 M:      Yoshinori Sato <[email protected]>
5512 L:      [email protected] (moderated for non-subscribers)
5513 W:      http://uclinux-h8.sourceforge.jp
5514 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5515 S:      Maintained
5516 F:      arch/h8300/
5517 F:      drivers/clocksource/h8300_*.c
5518 F:      drivers/clk/h8300/
5519 F:      drivers/irqchip/irq-renesas-h8*.c
5520
5521 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5522 M:      Frank Seidel <[email protected]>
5523 L:      [email protected]
5524 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5525 S:      Maintained
5526 F:      drivers/platform/x86/hdaps.c
5527
5528 HDPVR USB VIDEO ENCODER DRIVER
5529 M:      Hans Verkuil <[email protected]>
5530 L:      [email protected]
5531 T:      git git://linuxtv.org/media_tree.git
5532 W:      https://linuxtv.org
5533 S:      Odd Fixes
5534 F:      drivers/media/usb/hdpvr/
5535
5536 HWPOISON MEMORY FAILURE HANDLING
5537 M:      Naoya Horiguchi <[email protected]>
5538 L:      [email protected]
5539 S:      Maintained
5540 F:      mm/memory-failure.c
5541 F:      mm/hwpoison-inject.c
5542
5543 HYPERVISOR VIRTUAL CONSOLE DRIVER
5544 L:      [email protected]
5545 S:      Odd Fixes
5546 F:      drivers/tty/hvc/
5547
5548 HACKRF MEDIA DRIVER
5549 M:      Antti Palosaari <[email protected]>
5550 L:      [email protected]
5551 W:      https://linuxtv.org
5552 W:      http://palosaari.fi/linux/
5553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5554 T:      git git://linuxtv.org/anttip/media_tree.git
5555 S:      Maintained
5556 F:      drivers/media/usb/hackrf/
5557
5558 HARDWARE MONITORING
5559 M:      Jean Delvare <[email protected]>
5560 M:      Guenter Roeck <[email protected]>
5561 L:      [email protected]
5562 W:      http://hwmon.wiki.kernel.org/
5563 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5565 S:      Maintained
5566 F:      Documentation/hwmon/
5567 F:      drivers/hwmon/
5568 F:      include/linux/hwmon*.h
5569
5570 HARDWARE RANDOM NUMBER GENERATOR CORE
5571 M:      Matt Mackall <[email protected]>
5572 M:      Herbert Xu <[email protected]>
5573 L:      [email protected]
5574 S:      Odd fixes
5575 F:      Documentation/devicetree/bindings/rng/
5576 F:      Documentation/hw_random.txt
5577 F:      drivers/char/hw_random/
5578 F:      include/linux/hw_random.h
5579
5580 HARDWARE SPINLOCK CORE
5581 M:      Ohad Ben-Cohen <[email protected]>
5582 M:      Bjorn Andersson <[email protected]>
5583 L:      [email protected]
5584 S:      Maintained
5585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5586 F:      Documentation/devicetree/bindings/hwlock/
5587 F:      Documentation/hwspinlock.txt
5588 F:      drivers/hwspinlock/
5589 F:      include/linux/hwspinlock.h
5590
5591 HARMONY SOUND DRIVER
5592 L:      [email protected]
5593 S:      Maintained
5594 F:      sound/parisc/harmony.*
5595
5596 HD29L2 MEDIA DRIVER
5597 M:      Antti Palosaari <[email protected]>
5598 L:      [email protected]
5599 W:      https://linuxtv.org
5600 W:      http://palosaari.fi/linux/
5601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5602 T:      git git://linuxtv.org/anttip/media_tree.git
5603 S:      Maintained
5604 F:      drivers/media/dvb-frontends/hd29l2*
5605
5606 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5607 M:      Brian Boylston <[email protected]>
5608 S:      Supported
5609 F:      Documentation/watchdog/hpwdt.txt
5610 F:      drivers/watchdog/hpwdt.c
5611
5612 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5613 M:      Don Brace <[email protected]>
5614 L:      [email protected]
5615 L:      [email protected]
5616 L:      [email protected]
5617 S:      Supported
5618 F:      Documentation/scsi/hpsa.txt
5619 F:      drivers/scsi/hpsa*.[ch]
5620 F:      include/linux/cciss*.h
5621 F:      include/uapi/linux/cciss*.h
5622
5623 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5624 M:      Don Brace <[email protected]>
5625 L:      [email protected]
5626 L:      [email protected]
5627 L:      [email protected]
5628 S:      Supported
5629 F:      Documentation/blockdev/cciss.txt
5630 F:      drivers/block/cciss*
5631 F:      include/linux/cciss_ioctl.h
5632 F:      include/uapi/linux/cciss_ioctl.h
5633
5634 HFI1 DRIVER
5635 M:      Mike Marciniszyn <[email protected]>
5636 M:      Dennis Dalessandro <[email protected]>
5637 L:      [email protected]
5638 S:      Supported
5639 F:      drivers/infiniband/hw/hfi1
5640
5641 HFS FILESYSTEM
5642 L:      [email protected]
5643 S:      Orphan
5644 F:      Documentation/filesystems/hfs.txt
5645 F:      fs/hfs/
5646
5647 HFSPLUS FILESYSTEM
5648 L:      [email protected]
5649 S:      Orphan
5650 F:      Documentation/filesystems/hfsplus.txt
5651 F:      fs/hfsplus/
5652
5653 HGA FRAMEBUFFER DRIVER
5654 M:      Ferenc Bakonyi <[email protected]>
5655 L:      [email protected]
5656 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5657 S:      Maintained
5658 F:      drivers/video/fbdev/hgafb.c
5659
5660 HIBERNATION (aka Software Suspend, aka swsusp)
5661 M:      "Rafael J. Wysocki" <[email protected]>
5662 M:      Pavel Machek <[email protected]>
5663 L:      [email protected]
5664 S:      Supported
5665 F:      arch/x86/power/
5666 F:      drivers/base/power/
5667 F:      kernel/power/
5668 F:      include/linux/suspend.h
5669 F:      include/linux/freezer.h
5670 F:      include/linux/pm.h
5671 F:      arch/*/include/asm/suspend*.h
5672
5673 HID CORE LAYER
5674 M:      Jiri Kosina <[email protected]>
5675 R:      Benjamin Tissoires <[email protected]>
5676 L:      [email protected]
5677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5678 S:      Maintained
5679 F:      drivers/hid/
5680 F:      include/linux/hid*
5681 F:      include/uapi/linux/hid*
5682
5683 HID SENSOR HUB DRIVERS
5684 M:      Jiri Kosina <[email protected]>
5685 M:      Jonathan Cameron <[email protected]>
5686 M:      Srinivas Pandruvada <[email protected]>
5687 L:      [email protected]
5688 L:      [email protected]
5689 S:      Maintained
5690 F:      Documentation/hid/hid-sensor*
5691 F:      drivers/hid/hid-sensor-*
5692 F:      drivers/iio/*/hid-*
5693 F:      include/linux/hid-sensor-*
5694
5695 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5696 M:      Thomas Gleixner <[email protected]>
5697 L:      [email protected]
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5699 S:      Maintained
5700 F:      Documentation/timers/
5701 F:      kernel/time/hrtimer.c
5702 F:      kernel/time/clockevents.c
5703 F:      kernel/time/tick*.*
5704 F:      kernel/time/timer_*.c
5705 F:      include/linux/clockchips.h
5706 F:      include/linux/hrtimer.h
5707
5708 HIGH-SPEED SCC DRIVER FOR AX.25
5709 L:      [email protected]
5710 S:      Orphan
5711 F:      drivers/net/hamradio/dmascc.c
5712 F:      drivers/net/hamradio/scc.c
5713
5714 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5715 M:      HighPoint Linux Team <[email protected]>
5716 W:      http://www.highpoint-tech.com
5717 S:      Supported
5718 F:      Documentation/scsi/hptiop.txt
5719 F:      drivers/scsi/hptiop.c
5720
5721 HIPPI
5722 M:      Jes Sorensen <[email protected]>
5723 L:      [email protected]
5724 S:      Maintained
5725 F:      include/linux/hippidevice.h
5726 F:      include/uapi/linux/if_hippi.h
5727 F:      net/802/hippi.c
5728 F:      drivers/net/hippi/
5729
5730 HISILICON NETWORK SUBSYSTEM DRIVER
5731 M:      Yisen Zhuang <[email protected]>
5732 M:      Salil Mehta <[email protected]>
5733 L:      [email protected]
5734 W:      http://www.hisilicon.com
5735 S:      Maintained
5736 F:      drivers/net/ethernet/hisilicon/
5737 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5738
5739 HISILICON ROCE DRIVER
5740 M:      Lijun Ou <[email protected]>
5741 M:      Wei Hu(Xavier) <[email protected]>
5742 L:      [email protected]
5743 S:      Maintained
5744 F:      drivers/infiniband/hw/hns/
5745 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5746
5747 HISILICON SAS Controller
5748 M:      John Garry <[email protected]>
5749 W:      http://www.hisilicon.com
5750 S:      Supported
5751 F:      drivers/scsi/hisi_sas/
5752 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5753
5754 HOST AP DRIVER
5755 M:      Jouni Malinen <[email protected]>
5756 L:      [email protected]
5757 W:      http://w1.fi/hostap-driver.html
5758 S:      Obsolete
5759 F:      drivers/net/wireless/intersil/hostap/
5760
5761 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5762 L:      [email protected]
5763 S:      Orphan
5764 F:      drivers/platform/x86/tc1100-wmi.c
5765
5766 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5767 M:      Jaroslav Kysela <[email protected]>
5768 S:      Maintained
5769 F:      drivers/net/ethernet/hp/hp100.*
5770
5771 HPET:   High Precision Event Timers driver
5772 M:      Clemens Ladisch <[email protected]>
5773 S:      Maintained
5774 F:      Documentation/timers/hpet.txt
5775 F:      drivers/char/hpet.c
5776 F:      include/linux/hpet.h
5777 F:      include/uapi/linux/hpet.h
5778
5779 HPET:   x86
5780 S:      Orphan
5781 F:      arch/x86/kernel/hpet.c
5782 F:      arch/x86/include/asm/hpet.h
5783
5784 HPFS FILESYSTEM
5785 M:      Mikulas Patocka <[email protected]>
5786 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5787 S:      Maintained
5788 F:      fs/hpfs/
5789
5790 HSI SUBSYSTEM
5791 M:      Sebastian Reichel <[email protected]>
5792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5793 S:      Maintained
5794 F:      Documentation/ABI/testing/sysfs-bus-hsi
5795 F:      Documentation/device-drivers/serial-interfaces.rst
5796 F:      drivers/hsi/
5797 F:      include/linux/hsi/
5798 F:      include/uapi/linux/hsi/
5799
5800 HSO 3G MODEM DRIVER
5801 M:      Jan Dumon <[email protected]>
5802 W:      http://www.pharscape.org
5803 S:      Maintained
5804 F:      drivers/net/usb/hso.c
5805
5806 HSR NETWORK PROTOCOL
5807 M:      Arvid Brodin <[email protected]>
5808 L:      [email protected]
5809 S:      Maintained
5810 F:      net/hsr/
5811
5812 HTCPEN TOUCHSCREEN DRIVER
5813 M:      Pau Oliva Fora <[email protected]>
5814 L:      [email protected]
5815 S:      Maintained
5816 F:      drivers/input/touchscreen/htcpen.c
5817
5818 HUGETLB FILESYSTEM
5819 M:      Nadia Yvette Chambers <[email protected]>
5820 S:      Maintained
5821 F:      fs/hugetlbfs/
5822
5823 HVA ST MEDIA DRIVER
5824 M:      Jean-Christophe Trotin <[email protected]>
5825 L:      [email protected]
5826 T:      git git://linuxtv.org/media_tree.git
5827 W:      https://linuxtv.org
5828 S:      Supported
5829 F:      drivers/media/platform/sti/hva
5830
5831 Hyper-V CORE AND DRIVERS
5832 M:      "K. Y. Srinivasan" <[email protected]>
5833 M:      Haiyang Zhang <[email protected]>
5834 L:      [email protected]
5835 S:      Maintained
5836 F:      arch/x86/include/asm/mshyperv.h
5837 F:      arch/x86/include/uapi/asm/hyperv.h
5838 F:      arch/x86/kernel/cpu/mshyperv.c
5839 F:      drivers/hid/hid-hyperv.c
5840 F:      drivers/hv/
5841 F:      drivers/input/serio/hyperv-keyboard.c
5842 F:      drivers/pci/host/pci-hyperv.c
5843 F:      drivers/net/hyperv/
5844 F:      drivers/scsi/storvsc_drv.c
5845 F:      drivers/video/fbdev/hyperv_fb.c
5846 F:      include/linux/hyperv.h
5847 F:      tools/hv/
5848 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5849
5850 I2C MUXES
5851 M:      Peter Rosin <[email protected]>
5852 L:      [email protected]
5853 S:      Maintained
5854 F:      Documentation/i2c/i2c-topology
5855 F:      Documentation/i2c/muxes/
5856 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5857 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5858 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5859 F:      drivers/i2c/i2c-mux.c
5860 F:      drivers/i2c/muxes/
5861 F:      include/linux/i2c-mux.h
5862
5863 I2C OVER PARALLEL PORT
5864 M:      Jean Delvare <[email protected]>
5865 L:      [email protected]
5866 S:      Maintained
5867 F:      Documentation/i2c/busses/i2c-parport
5868 F:      Documentation/i2c/busses/i2c-parport-light
5869 F:      drivers/i2c/busses/i2c-parport.c
5870 F:      drivers/i2c/busses/i2c-parport-light.c
5871
5872 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5873 M:      Jean Delvare <[email protected]>
5874 L:      [email protected]
5875 S:      Maintained
5876 F:      Documentation/i2c/busses/i2c-ali1535
5877 F:      Documentation/i2c/busses/i2c-ali1563
5878 F:      Documentation/i2c/busses/i2c-ali15x3
5879 F:      Documentation/i2c/busses/i2c-amd756
5880 F:      Documentation/i2c/busses/i2c-amd8111
5881 F:      Documentation/i2c/busses/i2c-i801
5882 F:      Documentation/i2c/busses/i2c-nforce2
5883 F:      Documentation/i2c/busses/i2c-piix4
5884 F:      Documentation/i2c/busses/i2c-sis5595
5885 F:      Documentation/i2c/busses/i2c-sis630
5886 F:      Documentation/i2c/busses/i2c-sis96x
5887 F:      Documentation/i2c/busses/i2c-via
5888 F:      Documentation/i2c/busses/i2c-viapro
5889 F:      drivers/i2c/busses/i2c-ali1535.c
5890 F:      drivers/i2c/busses/i2c-ali1563.c
5891 F:      drivers/i2c/busses/i2c-ali15x3.c
5892 F:      drivers/i2c/busses/i2c-amd756.c
5893 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5894 F:      drivers/i2c/busses/i2c-amd8111.c
5895 F:      drivers/i2c/busses/i2c-i801.c
5896 F:      drivers/i2c/busses/i2c-isch.c
5897 F:      drivers/i2c/busses/i2c-nforce2.c
5898 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5899 F:      drivers/i2c/busses/i2c-piix4.c
5900 F:      drivers/i2c/busses/i2c-sis5595.c
5901 F:      drivers/i2c/busses/i2c-sis630.c
5902 F:      drivers/i2c/busses/i2c-sis96x.c
5903 F:      drivers/i2c/busses/i2c-via.c
5904 F:      drivers/i2c/busses/i2c-viapro.c
5905
5906 I2C/SMBUS ISMT DRIVER
5907 M:      Seth Heasley <[email protected]>
5908 M:      Neil Horman <[email protected]>
5909 L:      [email protected]
5910 F:      drivers/i2c/busses/i2c-ismt.c
5911 F:      Documentation/i2c/busses/i2c-ismt
5912
5913 I2C/SMBUS STUB DRIVER
5914 M:      Jean Delvare <[email protected]>
5915 L:      [email protected]
5916 S:      Maintained
5917 F:      drivers/i2c/i2c-stub.c
5918
5919 I2C SUBSYSTEM
5920 M:      Wolfram Sang <[email protected]>
5921 L:      [email protected]
5922 W:      https://i2c.wiki.kernel.org/
5923 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5925 S:      Maintained
5926 F:      Documentation/devicetree/bindings/i2c/
5927 F:      Documentation/i2c/
5928 F:      drivers/i2c/
5929 F:      drivers/i2c/*/
5930 F:      include/linux/i2c.h
5931 F:      include/linux/i2c-*.h
5932 F:      include/uapi/linux/i2c.h
5933 F:      include/uapi/linux/i2c-*.h
5934
5935 I2C ACPI SUPPORT
5936 M:      Mika Westerberg <[email protected]>
5937 L:      [email protected]
5938 L:      [email protected]
5939 S:      Maintained
5940
5941 I2C-TAOS-EVM DRIVER
5942 M:      Jean Delvare <[email protected]>
5943 L:      [email protected]
5944 S:      Maintained
5945 F:      Documentation/i2c/busses/i2c-taos-evm
5946 F:      drivers/i2c/busses/i2c-taos-evm.c
5947
5948 I2C-TINY-USB DRIVER
5949 M:      Till Harbaum <[email protected]>
5950 L:      [email protected]
5951 W:      http://www.harbaum.org/till/i2c_tiny_usb
5952 S:      Maintained
5953 F:      drivers/i2c/busses/i2c-tiny-usb.c
5954
5955 i386 BOOT CODE
5956 M:      "H. Peter Anvin" <[email protected]>
5957 S:      Maintained
5958 F:      arch/x86/boot/
5959
5960 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5961 M:      "H. Peter Anvin" <[email protected]>
5962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5963 S:      Maintained
5964
5965 IA64 (Itanium) PLATFORM
5966 M:      Tony Luck <[email protected]>
5967 M:      Fenghua Yu <[email protected]>
5968 L:      [email protected]
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5970 S:      Maintained
5971 F:      arch/ia64/
5972
5973 IBM Power VMX Cryptographic instructions
5974 M:      Leonidas S. Barbosa <[email protected]>
5975 M:      Paulo Flabiano Smorigo <[email protected]>
5976 L:      [email protected]
5977 S:      Supported
5978 F:      drivers/crypto/vmx/Makefile
5979 F:      drivers/crypto/vmx/Kconfig
5980 F:      drivers/crypto/vmx/vmx.c
5981 F:      drivers/crypto/vmx/aes*
5982 F:      drivers/crypto/vmx/ghash*
5983 F:      drivers/crypto/vmx/ppc-xlate.pl
5984
5985 IBM Power in-Nest Crypto Acceleration
5986 M:      Leonidas S. Barbosa <[email protected]>
5987 M:      Paulo Flabiano Smorigo <[email protected]>
5988 L:      [email protected]
5989 S:      Supported
5990 F:      drivers/crypto/nx/Makefile
5991 F:      drivers/crypto/nx/Kconfig
5992 F:      drivers/crypto/nx/nx-aes*
5993 F:      drivers/crypto/nx/nx-sha*
5994 F:      drivers/crypto/nx/nx.*
5995 F:      drivers/crypto/nx/nx_csbcpb.h
5996 F:      drivers/crypto/nx/nx_debugfs.h
5997
5998 IBM Power 842 compression accelerator
5999 M:      Dan Streetman <[email protected]>
6000 S:      Supported
6001 F:      drivers/crypto/nx/Makefile
6002 F:      drivers/crypto/nx/Kconfig
6003 F:      drivers/crypto/nx/nx-842*
6004 F:      include/linux/sw842.h
6005 F:      crypto/842.c
6006 F:      lib/842/
6007
6008 IBM Power Linux RAID adapter
6009 M:      Brian King <[email protected]>
6010 S:      Supported
6011 F:      drivers/scsi/ipr.*
6012
6013 IBM Power Virtual Ethernet Device Driver
6014 M:      Thomas Falcon <[email protected]>
6015 L:      [email protected]
6016 S:      Supported
6017 F:      drivers/net/ethernet/ibm/ibmveth.*
6018
6019 IBM Power SRIOV Virtual NIC Device Driver
6020 M:      Thomas Falcon <[email protected]>
6021 M:      John Allen <[email protected]>
6022 L:      [email protected]
6023 S:      Supported
6024 F:      drivers/net/ethernet/ibm/ibmvnic.*
6025
6026 IBM Power Virtual SCSI Device Drivers
6027 M:      Tyrel Datwyler <[email protected]>
6028 L:      [email protected]
6029 S:      Supported
6030 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6031 F:      include/scsi/viosrp.h
6032
6033 IBM Power Virtual SCSI Device Target Driver
6034 M:      Bryant G. Ly <[email protected]>
6035 M:      Michael Cyr <[email protected]>
6036 L:      [email protected]
6037 L:      [email protected]
6038 S:      Supported
6039 F:      drivers/scsi/ibmvscsi_tgt/
6040
6041 IBM Power Virtual FC Device Drivers
6042 M:      Tyrel Datwyler <[email protected]>
6043 L:      [email protected]
6044 S:      Supported
6045 F:      drivers/scsi/ibmvscsi/ibmvfc*
6046
6047 IBM ServeRAID RAID DRIVER
6048 S:      Orphan
6049 F:      drivers/scsi/ips.*
6050
6051 ICH LPC AND GPIO DRIVER
6052 M:      Peter Tyser <[email protected]>
6053 S:      Maintained
6054 F:      drivers/mfd/lpc_ich.c
6055 F:      drivers/gpio/gpio-ich.c
6056
6057 IDE SUBSYSTEM
6058 M:      "David S. Miller" <[email protected]>
6059 L:      [email protected]
6060 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6062 S:      Maintained
6063 F:      Documentation/ide/
6064 F:      drivers/ide/
6065 F:      include/linux/ide.h
6066
6067 IDEAPAD LAPTOP EXTRAS DRIVER
6068 M:      Ike Panhc <[email protected]>
6069 L:      [email protected]
6070 W:      http://launchpad.net/ideapad-laptop
6071 S:      Maintained
6072 F:      drivers/platform/x86/ideapad-laptop.c
6073
6074 IDEAPAD LAPTOP SLIDEBAR DRIVER
6075 M:      Andrey Moiseev <[email protected]>
6076 L:      [email protected]
6077 W:      https://github.com/o2genum/ideapad-slidebar
6078 S:      Maintained
6079 F:      drivers/input/misc/ideapad_slidebar.c
6080
6081 IDE/ATAPI DRIVERS
6082 M:      Borislav Petkov <[email protected]>
6083 L:      [email protected]
6084 S:      Maintained
6085 F:      Documentation/cdrom/ide-cd
6086 F:      drivers/ide/ide-cd*
6087
6088 IDLE-I7300
6089 M:      Andy Henroid <[email protected]>
6090 L:      [email protected]
6091 S:      Supported
6092 F:      drivers/idle/i7300_idle.c
6093
6094 IEEE 802.15.4 SUBSYSTEM
6095 M:      Alexander Aring <[email protected]>
6096 L:      [email protected]
6097 W:      http://wpan.cakelab.org/
6098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6100 S:      Maintained
6101 F:      net/ieee802154/
6102 F:      net/mac802154/
6103 F:      drivers/net/ieee802154/
6104 F:      include/linux/nl802154.h
6105 F:      include/linux/ieee802154.h
6106 F:      include/net/nl802154.h
6107 F:      include/net/mac802154.h
6108 F:      include/net/af_ieee802154.h
6109 F:      include/net/cfg802154.h
6110 F:      include/net/ieee802154_netdev.h
6111 F:      Documentation/networking/ieee802154.txt
6112
6113 IGORPLUG-USB IR RECEIVER
6114 M:      Sean Young <[email protected]>
6115 L:      [email protected]
6116 S:      Maintained
6117 F:      drivers/media/rc/igorplugusb.c
6118
6119 IGUANAWORKS USB IR TRANSCEIVER
6120 M:      Sean Young <[email protected]>
6121 L:      [email protected]
6122 S:      Maintained
6123 F:      drivers/media/rc/iguanair.c
6124
6125 IIO SUBSYSTEM AND DRIVERS
6126 M:      Jonathan Cameron <[email protected]>
6127 R:      Hartmut Knaack <[email protected]>
6128 R:      Lars-Peter Clausen <[email protected]>
6129 R:      Peter Meerwald-Stadler <[email protected]>
6130 L:      [email protected]
6131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6132 S:      Maintained
6133 F:      Documentation/devicetree/bindings/iio/
6134 F:      drivers/iio/
6135 F:      drivers/staging/iio/
6136 F:      include/linux/iio/
6137 F:      tools/iio/
6138
6139 IKANOS/ADI EAGLE ADSL USB DRIVER
6140 M:      Matthieu Castet <[email protected]>
6141 M:      Stanislaw Gruszka <[email protected]>
6142 S:      Maintained
6143 F:      drivers/usb/atm/ueagle-atm.c
6144
6145 IMGTEC ASCII LCD DRIVER
6146 M:      Paul Burton <[email protected]>
6147 S:      Maintained
6148 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6149 F:      drivers/auxdisplay/img-ascii-lcd.c
6150
6151 INA209 HARDWARE MONITOR DRIVER
6152 M:      Guenter Roeck <[email protected]>
6153 L:      [email protected]
6154 S:      Maintained
6155 F:      Documentation/hwmon/ina209
6156 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6157 F:      drivers/hwmon/ina209.c
6158
6159 INA2XX HARDWARE MONITOR DRIVER
6160 M:      Guenter Roeck <[email protected]>
6161 L:      [email protected]
6162 S:      Maintained
6163 F:      Documentation/hwmon/ina2xx
6164 F:      drivers/hwmon/ina2xx.c
6165 F:      include/linux/platform_data/ina2xx.h
6166
6167 INDUSTRY PACK SUBSYSTEM (IPACK)
6168 M:      Samuel Iglesias Gonsalvez <[email protected]>
6169 M:      Jens Taprogge <[email protected]>
6170 M:      Greg Kroah-Hartman <[email protected]>
6171 L:      [email protected]
6172 W:      http://industrypack.sourceforge.net
6173 S:      Maintained
6174 F:      drivers/ipack/
6175
6176 INGENIC JZ4780 DMA Driver
6177 M:      Zubair Lutfullah Kakakhel <[email protected]>
6178 S:      Maintained
6179 F:      drivers/dma/dma-jz4780.c
6180
6181 INGENIC JZ4780 NAND DRIVER
6182 M:      Harvey Hunt <[email protected]>
6183 L:      [email protected]
6184 S:      Maintained
6185 F:      drivers/mtd/nand/jz4780_*
6186
6187 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6188 M:      Mimi Zohar <[email protected]>
6189 M:      Dmitry Kasatkin <[email protected]>
6190 L:      [email protected]
6191 L:      [email protected]
6192 L:      [email protected]
6193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6194 S:      Supported
6195 F:      security/integrity/ima/
6196
6197 IMGTEC IR DECODER DRIVER
6198 M:      James Hogan <[email protected]>
6199 S:      Maintained
6200 F:      drivers/media/rc/img-ir/
6201
6202 IMS TWINTURBO FRAMEBUFFER DRIVER
6203 L:      [email protected]
6204 S:      Orphan
6205 F:      drivers/video/fbdev/imsttfb.c
6206
6207 INFINIBAND SUBSYSTEM
6208 M:      Doug Ledford <[email protected]>
6209 M:      Sean Hefty <[email protected]>
6210 M:      Hal Rosenstock <[email protected]>
6211 L:      [email protected]
6212 W:      http://www.openfabrics.org/
6213 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6215 S:      Supported
6216 F:      Documentation/infiniband/
6217 F:      drivers/infiniband/
6218 F:      include/uapi/linux/if_infiniband.h
6219 F:      include/uapi/rdma/
6220 F:      include/rdma/
6221
6222 INOTIFY
6223 M:      John McCutchan <[email protected]>
6224 M:      Robert Love <[email protected]>
6225 M:      Eric Paris <[email protected]>
6226 S:      Maintained
6227 F:      Documentation/filesystems/inotify.txt
6228 F:      fs/notify/inotify/
6229 F:      include/linux/inotify.h
6230 F:      include/uapi/linux/inotify.h
6231
6232 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6233 M:      Dmitry Torokhov <[email protected]>
6234 L:      [email protected]
6235 Q:      http://patchwork.kernel.org/project/linux-input/list/
6236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6237 S:      Maintained
6238 F:      drivers/input/
6239 F:      include/linux/input.h
6240 F:      include/uapi/linux/input.h
6241 F:      include/linux/input/
6242 F:      Documentation/devicetree/bindings/input/
6243
6244 INPUT MULTITOUCH (MT) PROTOCOL
6245 M:      Henrik Rydberg <[email protected]>
6246 L:      [email protected]
6247 S:      Odd fixes
6248 F:      Documentation/input/multi-touch-protocol.txt
6249 F:      drivers/input/input-mt.c
6250 K:      \b(ABS|SYN)_MT_
6251
6252 INTEL ASoC BDW/HSW DRIVERS
6253 M:      Jie Yang <[email protected]>
6254 L:      [email protected] (moderated for non-subscribers)
6255 S:      Supported
6256 F:      sound/soc/intel/common/sst-dsp*
6257 F:      sound/soc/intel/common/sst-firmware.c
6258 F:      sound/soc/intel/boards/broadwell.c
6259 F:      sound/soc/intel/haswell/
6260
6261 INTEL C600 SERIES SAS CONTROLLER DRIVER
6262 M:      Intel SCU Linux support <[email protected]>
6263 M:      Artur Paszkiewicz <[email protected]>
6264 L:      [email protected]
6265 T:      git git://git.code.sf.net/p/intel-sas/isci
6266 S:      Supported
6267 F:      drivers/scsi/isci/
6268
6269 INTEL HID EVENT DRIVER
6270 M:      Alex Hung <[email protected]>
6271 L:      [email protected]
6272 S:      Maintained
6273 F:      drivers/platform/x86/intel-hid.c
6274
6275 INTEL VIRTUAL BUTTON DRIVER
6276 M:      AceLan Kao <[email protected]>
6277 L:      [email protected]
6278 S:      Maintained
6279 F:      drivers/platform/x86/intel-vbtn.c
6280
6281 INTEL IDLE DRIVER
6282 M:      Len Brown <[email protected]>
6283 L:      [email protected]
6284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6285 S:      Supported
6286 F:      drivers/idle/intel_idle.c
6287
6288 INTEL INTEGRATED SENSOR HUB DRIVER
6289 M:      Srinivas Pandruvada <[email protected]>
6290 M:      Jiri Kosina <[email protected]>
6291 L:      [email protected]
6292 S:      Maintained
6293 F:      drivers/hid/intel-ish-hid/
6294
6295 INTEL PSTATE DRIVER
6296 M:      Srinivas Pandruvada <[email protected]>
6297 M:      Len Brown <[email protected]>
6298 L:      [email protected]
6299 S:      Supported
6300 F:      drivers/cpufreq/intel_pstate.c
6301
6302 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6303 M:      Maik Broemme <[email protected]>
6304 L:      [email protected]
6305 S:      Maintained
6306 F:      Documentation/fb/intelfb.txt
6307 F:      drivers/video/fbdev/intelfb/
6308
6309 INTEL 810/815 FRAMEBUFFER DRIVER
6310 M:      Antonino Daplas <[email protected]>
6311 L:      [email protected]
6312 S:      Maintained
6313 F:      drivers/video/fbdev/i810/
6314
6315 INTEL MENLOW THERMAL DRIVER
6316 M:      Sujith Thomas <[email protected]>
6317 L:      [email protected]
6318 W:      https://01.org/linux-acpi
6319 S:      Supported
6320 F:      drivers/platform/x86/intel_menlow.c
6321
6322 INTEL I/OAT DMA DRIVER
6323 M:      Dave Jiang <[email protected]>
6324 R:      Dan Williams <[email protected]>
6325 L:      [email protected]
6326 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6327 S:      Supported
6328 F:      drivers/dma/ioat*
6329
6330 INTEL IOMMU (VT-d)
6331 M:      David Woodhouse <[email protected]>
6332 L:      [email protected]
6333 T:      git git://git.infradead.org/iommu-2.6.git
6334 S:      Supported
6335 F:      drivers/iommu/intel-iommu.c
6336 F:      include/linux/intel-iommu.h
6337
6338 INTEL IOP-ADMA DMA DRIVER
6339 R:      Dan Williams <[email protected]>
6340 S:      Odd fixes
6341 F:      drivers/dma/iop-adma.c
6342
6343 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6344 M:      Krzysztof Halasa <[email protected]>
6345 S:      Maintained
6346 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6347 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6348 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6349 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6350 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6351 F:      drivers/net/wan/ixp4xx_hss.c
6352
6353 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6354 M:      Deepak Saxena <[email protected]>
6355 S:      Maintained
6356 F:      drivers/char/hw_random/ixp4xx-rng.c
6357
6358 INTEL ETHERNET DRIVERS
6359 M:      Jeff Kirsher <[email protected]>
6360 L:      [email protected] (moderated for non-subscribers)
6361 W:      http://www.intel.com/support/feedback.htm
6362 W:      http://e1000.sourceforge.net/
6363 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6366 S:      Supported
6367 F:      Documentation/networking/e100.txt
6368 F:      Documentation/networking/e1000.txt
6369 F:      Documentation/networking/e1000e.txt
6370 F:      Documentation/networking/igb.txt
6371 F:      Documentation/networking/igbvf.txt
6372 F:      Documentation/networking/ixgb.txt
6373 F:      Documentation/networking/ixgbe.txt
6374 F:      Documentation/networking/ixgbevf.txt
6375 F:      Documentation/networking/i40e.txt
6376 F:      Documentation/networking/i40evf.txt
6377 F:      drivers/net/ethernet/intel/
6378 F:      drivers/net/ethernet/intel/*/
6379
6380 INTEL RDMA RNIC DRIVER
6381 M:     Faisal Latif <[email protected]>
6382 R:     Chien Tin Tung <[email protected]>
6383 R:     Mustafa Ismail <[email protected]>
6384 R:     Shiraz Saleem <[email protected]>
6385 R:     Tatyana Nikolova <[email protected]>
6386 L:     [email protected]
6387 S:     Supported
6388 F:     drivers/infiniband/hw/i40iw/
6389
6390 INTEL MERRIFIELD GPIO DRIVER
6391 M:      Andy Shevchenko <[email protected]>
6392 L:      [email protected]
6393 S:      Maintained
6394 F:      drivers/gpio/gpio-merrifield.c
6395
6396 INTEL-MID GPIO DRIVER
6397 M:      David Cohen <[email protected]>
6398 L:      [email protected]
6399 S:      Maintained
6400 F:      drivers/gpio/gpio-intel-mid.c
6401
6402 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6403 M:      Stanislav Yakovlev <[email protected]>
6404 L:      [email protected]
6405 S:      Maintained
6406 F:      Documentation/networking/README.ipw2100
6407 F:      Documentation/networking/README.ipw2200
6408 F:      drivers/net/wireless/intel/ipw2x00/
6409
6410 INTEL(R) TRACE HUB
6411 M:      Alexander Shishkin <[email protected]>
6412 S:      Supported
6413 F:      Documentation/trace/intel_th.txt
6414 F:      drivers/hwtracing/intel_th/
6415
6416 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6417 M:      Ning Sun <[email protected]>
6418 L:      [email protected]
6419 W:      http://tboot.sourceforge.net
6420 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6421 S:      Supported
6422 F:      Documentation/intel_txt.txt
6423 F:      include/linux/tboot.h
6424 F:      arch/x86/kernel/tboot.c
6425
6426 INTEL WIRELESS WIMAX CONNECTION 2400
6427 M:      Inaky Perez-Gonzalez <[email protected]>
6428 M:      [email protected]
6429 L:      [email protected] (subscribers-only)
6430 S:      Supported
6431 W:      http://linuxwimax.org
6432 F:      Documentation/wimax/README.i2400m
6433 F:      drivers/net/wimax/i2400m/
6434 F:      include/uapi/linux/wimax/i2400m.h
6435
6436 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6437 M:      Stanislaw Gruszka <[email protected]>
6438 L:      [email protected]
6439 S:      Supported
6440 F:      drivers/net/wireless/intel/iwlegacy/
6441
6442 INTEL WIRELESS WIFI LINK (iwlwifi)
6443 M:      Johannes Berg <[email protected]>
6444 M:      Emmanuel Grumbach <[email protected]>
6445 M:      Luca Coelho <[email protected]>
6446 M:      Intel Linux Wireless <[email protected]>
6447 L:      [email protected]
6448 W:      http://intellinuxwireless.org
6449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6450 S:      Supported
6451 F:      drivers/net/wireless/intel/iwlwifi/
6452
6453 INTEL MANAGEMENT ENGINE (mei)
6454 M:      Tomas Winkler <[email protected]>
6455 L:      [email protected]
6456 S:      Supported
6457 F:      include/uapi/linux/mei.h
6458 F:      include/linux/mei_cl_bus.h
6459 F:      drivers/misc/mei/*
6460 F:      drivers/watchdog/mei_wdt.c
6461 F:      Documentation/misc-devices/mei/*
6462 F:      samples/mei/*
6463
6464 INTEL MIC DRIVERS (mic)
6465 M:      Sudeep Dutt <[email protected]>
6466 M:      Ashutosh Dixit <[email protected]>
6467 S:      Supported
6468 W:      https://github.com/sudeepdutt/mic
6469 W:      http://software.intel.com/en-us/mic-developer
6470 F:      include/linux/mic_bus.h
6471 F:      include/linux/scif.h
6472 F:      include/uapi/linux/mic_common.h
6473 F:      include/uapi/linux/mic_ioctl.h
6474 F:      include/uapi/linux/scif_ioctl.h
6475 F:      drivers/misc/mic/
6476 F:      drivers/dma/mic_x100_dma.c
6477 F:      drivers/dma/mic_x100_dma.h
6478 F:      Documentation/mic/
6479
6480 INTEL PMC/P-Unit IPC DRIVER
6481 M:      Zha Qipeng<[email protected]>
6482 L:      [email protected]
6483 S:      Maintained
6484 F:      drivers/platform/x86/intel_pmc_ipc.c
6485 F:      drivers/platform/x86/intel_punit_ipc.c
6486 F:      arch/x86/include/asm/intel_pmc_ipc.h
6487 F:      arch/x86/include/asm/intel_punit_ipc.h
6488
6489 INTEL TELEMETRY DRIVER
6490 M:      Souvik Kumar Chakravarty <[email protected]>
6491 L:      [email protected]
6492 S:      Maintained
6493 F:      arch/x86/include/asm/intel_telemetry.h
6494 F:      drivers/platform/x86/intel_telemetry*
6495
6496 INTEL PMC CORE DRIVER
6497 M:      Rajneesh Bhardwaj <[email protected]>
6498 M:      Vishwanath Somayaji <[email protected]>
6499 L:      [email protected]
6500 S:      Maintained
6501 F:      arch/x86/include/asm/pmc_core.h
6502 F:      drivers/platform/x86/intel_pmc_core*
6503
6504 IOC3 ETHERNET DRIVER
6505 M:      Ralf Baechle <[email protected]>
6506 L:      [email protected]
6507 S:      Maintained
6508 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6509
6510 IOC3 SERIAL DRIVER
6511 M:      Pat Gefre <[email protected]>
6512 L:      [email protected]
6513 S:      Maintained
6514 F:      drivers/tty/serial/ioc3_serial.c
6515
6516 IOMMU DRIVERS
6517 M:      Joerg Roedel <[email protected]>
6518 L:      [email protected]
6519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6520 S:      Maintained
6521 F:      Documentation/devicetree/bindings/iommu/
6522 F:      drivers/iommu/
6523
6524 IP MASQUERADING
6525 M:      Juanjo Ciarlante <[email protected]>
6526 S:      Maintained
6527 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6528
6529 IPMI SUBSYSTEM
6530 M:      Corey Minyard <[email protected]>
6531 L:      [email protected] (moderated for non-subscribers)
6532 W:      http://openipmi.sourceforge.net/
6533 S:      Supported
6534 F:      Documentation/IPMI.txt
6535 F:      drivers/char/ipmi/
6536 F:      include/linux/ipmi*
6537 F:      include/uapi/linux/ipmi*
6538
6539 QCOM AUDIO (ASoC) DRIVERS
6540 M:      Patrick Lai <[email protected]>
6541 M:      Banajit Goswami <[email protected]>
6542 L:      [email protected] (moderated for non-subscribers)
6543 S:      Supported
6544 F:      sound/soc/qcom/
6545
6546 IPS SCSI RAID DRIVER
6547 M:      Adaptec OEM Raid Solutions <[email protected]>
6548 L:      [email protected]
6549 W:      http://www.adaptec.com/
6550 S:      Maintained
6551 F:      drivers/scsi/ips*
6552
6553 IPVS
6554 M:      Wensong Zhang <[email protected]>
6555 M:      Simon Horman <[email protected]>
6556 M:      Julian Anastasov <[email protected]>
6557 L:      [email protected]
6558 L:      [email protected]
6559 S:      Maintained
6560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6562 F:      Documentation/networking/ipvs-sysctl.txt
6563 F:      include/net/ip_vs.h
6564 F:      include/uapi/linux/ip_vs.h
6565 F:      net/netfilter/ipvs/
6566
6567 IPWIRELESS DRIVER
6568 M:      Jiri Kosina <[email protected]>
6569 M:      David Sterba <[email protected]>
6570 S:      Odd Fixes
6571 F:      drivers/tty/ipwireless/
6572
6573 IPX NETWORK LAYER
6574 M:      Arnaldo Carvalho de Melo <[email protected]>
6575 L:      [email protected]
6576 S:      Maintained
6577 F:      include/net/ipx.h
6578 F:      include/uapi/linux/ipx.h
6579 F:      net/ipx/
6580
6581 IRDA SUBSYSTEM
6582 M:      Samuel Ortiz <[email protected]>
6583 L:      [email protected] (subscribers-only)
6584 L:      [email protected]
6585 W:      http://irda.sourceforge.net/
6586 S:      Maintained
6587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6588 F:      Documentation/networking/irda.txt
6589 F:      drivers/net/irda/
6590 F:      include/net/irda/
6591 F:      net/irda/
6592
6593 IRQ SUBSYSTEM
6594 M:      Thomas Gleixner <[email protected]>
6595 L:      [email protected]
6596 S:      Maintained
6597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6598 F:      kernel/irq/
6599
6600 IRQCHIP DRIVERS
6601 M:      Thomas Gleixner <[email protected]>
6602 M:      Jason Cooper <[email protected]>
6603 M:      Marc Zyngier <[email protected]>
6604 L:      [email protected]
6605 S:      Maintained
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6607 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6608 F:      Documentation/devicetree/bindings/interrupt-controller/
6609 F:      drivers/irqchip/
6610
6611 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6612 M:      Marc Zyngier <[email protected]>
6613 S:      Maintained
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6615 F:      Documentation/IRQ-domain.txt
6616 F:      include/linux/irqdomain.h
6617 F:      kernel/irq/irqdomain.c
6618 F:      kernel/irq/msi.c
6619
6620 ISA
6621 M:      William Breathitt Gray <[email protected]>
6622 S:      Maintained
6623 F:      Documentation/isa.txt
6624 F:      drivers/base/isa.c
6625 F:      include/linux/isa.h
6626
6627 ISAPNP
6628 M:      Jaroslav Kysela <[email protected]>
6629 S:      Maintained
6630 F:      Documentation/isapnp.txt
6631 F:      drivers/pnp/isapnp/
6632 F:      include/linux/isapnp.h
6633
6634 ISA RADIO MODULE
6635 M:      Hans Verkuil <[email protected]>
6636 L:      [email protected]
6637 T:      git git://linuxtv.org/media_tree.git
6638 W:      https://linuxtv.org
6639 S:      Maintained
6640 F:      drivers/media/radio/radio-isa*
6641
6642 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6643 M:      Peter Jones <[email protected]>
6644 M:      Konrad Rzeszutek Wilk <[email protected]>
6645 S:      Maintained
6646 F:      drivers/firmware/iscsi_ibft*
6647
6648 ISCSI
6649 M:      Lee Duncan <[email protected]>
6650 M:      Chris Leech <[email protected]>
6651 L:      [email protected]
6652 W:      www.open-iscsi.com
6653 S:      Maintained
6654 F:      drivers/scsi/*iscsi*
6655 F:      include/scsi/*iscsi*
6656
6657 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6658 M:      Or Gerlitz <[email protected]>
6659 M:      Sagi Grimberg <[email protected]>
6660 M:      Roi Dayan <[email protected]>
6661 L:      [email protected]
6662 S:      Supported
6663 W:      http://www.openfabrics.org
6664 W:      www.open-iscsi.org
6665 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6666 F:      drivers/infiniband/ulp/iser/
6667
6668 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6669 M:      Sagi Grimberg <[email protected]>
6670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6671 L:      [email protected]
6672 L:      [email protected]
6673 S:      Supported
6674 W:      http://www.linux-iscsi.org
6675 F:      drivers/infiniband/ulp/isert
6676
6677 ISDN SUBSYSTEM
6678 M:      Karsten Keil <[email protected]>
6679 L:      [email protected] (subscribers-only)
6680 L:      [email protected]
6681 W:      http://www.isdn4linux.de
6682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6683 S:      Maintained
6684 F:      Documentation/isdn/
6685 F:      drivers/isdn/
6686 F:      include/linux/isdn.h
6687 F:      include/linux/isdn/
6688 F:      include/uapi/linux/isdn.h
6689 F:      include/uapi/linux/isdn/
6690
6691 ISDN SUBSYSTEM (Eicon active card driver)
6692 M:      Armin Schindler <[email protected]>
6693 L:      [email protected] (subscribers-only)
6694 W:      http://www.melware.de
6695 S:      Maintained
6696 F:      drivers/isdn/hardware/eicon/
6697
6698 IT87 HARDWARE MONITORING DRIVER
6699 M:      Jean Delvare <[email protected]>
6700 L:      [email protected]
6701 S:      Maintained
6702 F:      Documentation/hwmon/it87
6703 F:      drivers/hwmon/it87.c
6704
6705 IT913X MEDIA DRIVER
6706 M:      Antti Palosaari <[email protected]>
6707 L:      [email protected]
6708 W:      https://linuxtv.org
6709 W:      http://palosaari.fi/linux/
6710 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6711 T:      git git://linuxtv.org/anttip/media_tree.git
6712 S:      Maintained
6713 F:      drivers/media/tuners/it913x*
6714
6715 IVTV VIDEO4LINUX DRIVER
6716 M:      Andy Walls <[email protected]>
6717 L:      [email protected] (subscribers-only)
6718 L:      [email protected]
6719 T:      git git://linuxtv.org/media_tree.git
6720 W:      http://www.ivtvdriver.org
6721 S:      Maintained
6722 F:      Documentation/media/v4l-drivers/ivtv*
6723 F:      drivers/media/pci/ivtv/
6724 F:      include/uapi/linux/ivtv*
6725
6726 IX2505V MEDIA DRIVER
6727 M:      Malcolm Priestley <[email protected]>
6728 L:      [email protected]
6729 W:      https://linuxtv.org
6730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6731 S:      Maintained
6732 F:      drivers/media/dvb-frontends/ix2505v*
6733
6734 JC42.4 TEMPERATURE SENSOR DRIVER
6735 M:      Guenter Roeck <[email protected]>
6736 L:      [email protected]
6737 S:      Maintained
6738 F:      drivers/hwmon/jc42.c
6739 F:      Documentation/hwmon/jc42
6740
6741 JFS FILESYSTEM
6742 M:      Dave Kleikamp <[email protected]>
6743 L:      [email protected]
6744 W:      http://jfs.sourceforge.net/
6745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6746 S:      Maintained
6747 F:      Documentation/filesystems/jfs.txt
6748 F:      fs/jfs/
6749
6750 JME NETWORK DRIVER
6751 M:      Guo-Fu Tseng <[email protected]>
6752 L:      [email protected]
6753 S:      Maintained
6754 F:      drivers/net/ethernet/jme.*
6755
6756 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6757 M:      David Woodhouse <[email protected]>
6758 L:      [email protected]
6759 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6760 S:      Maintained
6761 F:      fs/jffs2/
6762 F:      include/uapi/linux/jffs2.h
6763
6764 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6765 M:      "Theodore Ts'o" <[email protected]>
6766 M:      Jan Kara <[email protected]>
6767 L:      [email protected]
6768 S:      Maintained
6769 F:      fs/jbd2/
6770 F:      include/linux/jbd2.h
6771
6772 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6773 M:      Mikhail Ulyanov <[email protected]>
6774 L:      [email protected]
6775 S:      Maintained
6776 F:      drivers/media/platform/rcar_jpu.c
6777
6778 JSM Neo PCI based serial card
6779 M:      Gabriel Krisman Bertazi <[email protected]>
6780 L:      [email protected]
6781 S:      Maintained
6782 F:      drivers/tty/serial/jsm/
6783
6784 K10TEMP HARDWARE MONITORING DRIVER
6785 M:      Clemens Ladisch <[email protected]>
6786 L:      [email protected]
6787 S:      Maintained
6788 F:      Documentation/hwmon/k10temp
6789 F:      drivers/hwmon/k10temp.c
6790
6791 K8TEMP HARDWARE MONITORING DRIVER
6792 M:      Rudolf Marek <[email protected]>
6793 L:      [email protected]
6794 S:      Maintained
6795 F:      Documentation/hwmon/k8temp
6796 F:      drivers/hwmon/k8temp.c
6797
6798 KASAN
6799 M:      Andrey Ryabinin <[email protected]>
6800 R:      Alexander Potapenko <[email protected]>
6801 R:      Dmitry Vyukov <[email protected]>
6802 L:      [email protected]
6803 S:      Maintained
6804 F:      arch/*/include/asm/kasan.h
6805 F:      arch/*/mm/kasan_init*
6806 F:      Documentation/dev-tools/kasan.rst
6807 F:      include/linux/kasan*.h
6808 F:      lib/test_kasan.c
6809 F:      mm/kasan/
6810 F:      scripts/Makefile.kasan
6811
6812 KCONFIG
6813 M:      "Yann E. MORIN" <[email protected]>
6814 L:      [email protected]
6815 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6816 S:      Maintained
6817 F:      Documentation/kbuild/kconfig-language.txt
6818 F:      scripts/kconfig/
6819
6820 KDUMP
6821 M:      Dave Young <[email protected]>
6822 M:      Baoquan He <[email protected]>
6823 R:      Vivek Goyal <[email protected]>
6824 L:      [email protected]
6825 W:      http://lse.sourceforge.net/kdump/
6826 S:      Maintained
6827 F:      Documentation/kdump/
6828
6829 KEENE FM RADIO TRANSMITTER DRIVER
6830 M:      Hans Verkuil <[email protected]>
6831 L:      [email protected]
6832 T:      git git://linuxtv.org/media_tree.git
6833 W:      https://linuxtv.org
6834 S:      Maintained
6835 F:      drivers/media/radio/radio-keene*
6836
6837 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6838 M:      Ian Kent <[email protected]>
6839 L:      [email protected]
6840 S:      Maintained
6841 F:      fs/autofs4/
6842
6843 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6844 M:      Michal Marek <[email protected]>
6845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6847 L:      [email protected]
6848 S:      Maintained
6849 F:      Documentation/kbuild/
6850 F:      Makefile
6851 F:      scripts/Makefile.*
6852 F:      scripts/basic/
6853 F:      scripts/mk*
6854 F:      scripts/package/
6855
6856 KERNEL JANITORS
6857 L:      [email protected]
6858 W:      http://kernelnewbies.org/KernelJanitors
6859 S:      Odd Fixes
6860
6861 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6862 M:      "J. Bruce Fields" <[email protected]>
6863 M:      Jeff Layton <[email protected]>
6864 L:      [email protected]
6865 W:      http://nfs.sourceforge.net/
6866 T:      git git://linux-nfs.org/~bfields/linux.git
6867 S:      Supported
6868 F:      fs/nfsd/
6869 F:      include/uapi/linux/nfsd/
6870 F:      fs/lockd/
6871 F:      fs/nfs_common/
6872 F:      net/sunrpc/
6873 F:      include/linux/lockd/
6874 F:      include/linux/sunrpc/
6875 F:      include/uapi/linux/sunrpc/
6876
6877 KERNEL SELFTEST FRAMEWORK
6878 M:      Shuah Khan <[email protected]>
6879 M:      Shuah Khan <[email protected]>
6880 L:      [email protected]
6881 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6882 S:      Maintained
6883 F:      tools/testing/selftests
6884
6885 KERNEL VIRTUAL MACHINE (KVM)
6886 M:      Paolo Bonzini <[email protected]>
6887 M:      Radim Krčmář <[email protected]>
6888 L:      [email protected]
6889 W:      http://www.linux-kvm.org
6890 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6891 S:      Supported
6892 F:      Documentation/*/kvm*.txt
6893 F:      Documentation/virtual/kvm/
6894 F:      arch/*/kvm/
6895 F:      arch/x86/kernel/kvm.c
6896 F:      arch/x86/kernel/kvmclock.c
6897 F:      arch/*/include/asm/kvm*
6898 F:      include/linux/kvm*
6899 F:      include/uapi/linux/kvm*
6900 F:      virt/kvm/
6901 F:      tools/kvm/
6902
6903 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6904 M:      Joerg Roedel <[email protected]>
6905 L:      [email protected]
6906 W:      http://www.linux-kvm.org/
6907 S:      Maintained
6908 F:      arch/x86/include/asm/svm.h
6909 F:      arch/x86/kvm/svm.c
6910
6911 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6912 M:      Alexander Graf <[email protected]>
6913 L:      [email protected]
6914 W:      http://www.linux-kvm.org/
6915 T:      git git://github.com/agraf/linux-2.6.git
6916 S:      Supported
6917 F:      arch/powerpc/include/asm/kvm*
6918 F:      arch/powerpc/kvm/
6919
6920 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6921 M:      Christian Borntraeger <[email protected]>
6922 M:      Cornelia Huck <[email protected]>
6923 L:      [email protected]
6924 W:      http://www.ibm.com/developerworks/linux/linux390/
6925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6926 S:      Supported
6927 F:      Documentation/s390/kvm.txt
6928 F:      arch/s390/include/asm/kvm*
6929 F:      arch/s390/kvm/
6930
6931 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6932 M:      Christoffer Dall <[email protected]>
6933 M:      Marc Zyngier <[email protected]>
6934 L:      [email protected] (moderated for non-subscribers)
6935 L:      [email protected]
6936 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6938 S:      Supported
6939 F:      arch/arm/include/uapi/asm/kvm*
6940 F:      arch/arm/include/asm/kvm*
6941 F:      arch/arm/kvm/
6942 F:      virt/kvm/arm/
6943 F:      include/kvm/arm_*
6944
6945 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6946 M:      Christoffer Dall <[email protected]>
6947 M:      Marc Zyngier <[email protected]>
6948 L:      [email protected] (moderated for non-subscribers)
6949 L:      [email protected]
6950 S:      Maintained
6951 F:      arch/arm64/include/uapi/asm/kvm*
6952 F:      arch/arm64/include/asm/kvm*
6953 F:      arch/arm64/kvm/
6954
6955 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6956 M:      James Hogan <[email protected]>
6957 L:      [email protected]
6958 S:      Supported
6959 F:      arch/mips/include/uapi/asm/kvm*
6960 F:      arch/mips/include/asm/kvm*
6961 F:      arch/mips/kvm/
6962
6963 KEXEC
6964 M:      Eric Biederman <[email protected]>
6965 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6966 L:      [email protected]
6967 S:      Maintained
6968 F:      include/linux/kexec.h
6969 F:      include/uapi/linux/kexec.h
6970 F:      kernel/kexec*
6971
6972 KEYS/KEYRINGS:
6973 M:      David Howells <[email protected]>
6974 L:      [email protected]
6975 S:      Maintained
6976 F:      Documentation/security/keys.txt
6977 F:      include/linux/key.h
6978 F:      include/linux/key-type.h
6979 F:      include/linux/keyctl.h
6980 F:      include/uapi/linux/keyctl.h
6981 F:      include/keys/
6982 F:      security/keys/
6983
6984 KEYS-TRUSTED
6985 M:      David Safford <[email protected]>
6986 M:      Mimi Zohar <[email protected]>
6987 L:      [email protected]
6988 L:      [email protected]
6989 S:      Supported
6990 F:      Documentation/security/keys-trusted-encrypted.txt
6991 F:      include/keys/trusted-type.h
6992 F:      security/keys/trusted.c
6993 F:      security/keys/trusted.h
6994
6995 KEYS-ENCRYPTED
6996 M:      Mimi Zohar <[email protected]>
6997 M:      David Safford <[email protected]>
6998 L:      [email protected]
6999 L:      [email protected]
7000 S:      Supported
7001 F:      Documentation/security/keys-trusted-encrypted.txt
7002 F:      include/keys/encrypted-type.h
7003 F:      security/keys/encrypted-keys/
7004
7005 KGDB / KDB /debug_core
7006 M:      Jason Wessel <[email protected]>
7007 W:      http://kgdb.wiki.kernel.org/
7008 L:      [email protected]
7009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7010 S:      Maintained
7011 F:      Documentation/DocBook/kgdb.tmpl
7012 F:      drivers/misc/kgdbts.c
7013 F:      drivers/tty/serial/kgdboc.c
7014 F:      include/linux/kdb.h
7015 F:      include/linux/kgdb.h
7016 F:      kernel/debug/
7017
7018 KMEMCHECK
7019 M:      Vegard Nossum <[email protected]>
7020 M:      Pekka Enberg <[email protected]>
7021 S:      Maintained
7022 F:      Documentation/dev-tools/kmemcheck.rst
7023 F:      arch/x86/include/asm/kmemcheck.h
7024 F:      arch/x86/mm/kmemcheck/
7025 F:      include/linux/kmemcheck.h
7026 F:      mm/kmemcheck.c
7027
7028 KMEMLEAK
7029 M:      Catalin Marinas <[email protected]>
7030 S:      Maintained
7031 F:      Documentation/dev-tools/kmemleak.rst
7032 F:      include/linux/kmemleak.h
7033 F:      mm/kmemleak.c
7034 F:      mm/kmemleak-test.c
7035
7036 KPROBES
7037 M:      Ananth N Mavinakayanahalli <[email protected]>
7038 M:      Anil S Keshavamurthy <[email protected]>
7039 M:      "David S. Miller" <[email protected]>
7040 M:      Masami Hiramatsu <[email protected]>
7041 S:      Maintained
7042 F:      Documentation/kprobes.txt
7043 F:      include/linux/kprobes.h
7044 F:      kernel/kprobes.c
7045
7046 KS0108 LCD CONTROLLER DRIVER
7047 M:      Miguel Ojeda Sandonis <[email protected]>
7048 W:      http://miguelojeda.es/auxdisplay.htm
7049 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7050 S:      Maintained
7051 F:      Documentation/auxdisplay/ks0108
7052 F:      drivers/auxdisplay/ks0108.c
7053 F:      include/linux/ks0108.h
7054
7055 L3MDEV
7056 M:      David Ahern <[email protected]>
7057 L:      [email protected]
7058 S:      Maintained
7059 F:      net/l3mdev
7060 F:      include/net/l3mdev.h
7061
7062 LANTIQ MIPS ARCHITECTURE
7063 M:      John Crispin <[email protected]>
7064 L:      [email protected]
7065 S:      Maintained
7066 F:      arch/mips/lantiq
7067
7068 LAPB module
7069 L:      [email protected]
7070 S:      Orphan
7071 F:      Documentation/networking/lapb-module.txt
7072 F:      include/*/lapb.h
7073 F:      net/lapb/
7074
7075 LASI 53c700 driver for PARISC
7076 M:      "James E.J. Bottomley" <[email protected]>
7077 L:      [email protected]
7078 S:      Maintained
7079 F:      Documentation/scsi/53c700.txt
7080 F:      drivers/scsi/53c700*
7081
7082 LED SUBSYSTEM
7083 M:      Richard Purdie <[email protected]>
7084 M:      Jacek Anaszewski <[email protected]>
7085 L:      [email protected]
7086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7087 S:      Maintained
7088 F:      Documentation/devicetree/bindings/leds/
7089 F:      drivers/leds/
7090 F:      include/linux/leds.h
7091
7092 LEGACY EEPROM DRIVER
7093 M:      Jean Delvare <[email protected]>
7094 S:      Maintained
7095 F:      Documentation/misc-devices/eeprom
7096 F:      drivers/misc/eeprom/eeprom.c
7097
7098 LEGO USB Tower driver
7099 M:      Juergen Stuber <[email protected]>
7100 L:      [email protected]
7101 W:      http://legousb.sourceforge.net/
7102 S:      Maintained
7103 F:      drivers/usb/misc/legousbtower.c
7104
7105 LG2160 MEDIA DRIVER
7106 M:      Michael Krufky <[email protected]>
7107 L:      [email protected]
7108 W:      https://linuxtv.org
7109 W:      http://github.com/mkrufky
7110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7111 T:      git git://linuxtv.org/mkrufky/tuners.git
7112 S:      Maintained
7113 F:      drivers/media/dvb-frontends/lg2160.*
7114
7115 LGDT3305 MEDIA DRIVER
7116 M:      Michael Krufky <[email protected]>
7117 L:      [email protected]
7118 W:      https://linuxtv.org
7119 W:      http://github.com/mkrufky
7120 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7121 T:      git git://linuxtv.org/mkrufky/tuners.git
7122 S:      Maintained
7123 F:      drivers/media/dvb-frontends/lgdt3305.*
7124
7125 LGUEST
7126 M:      Rusty Russell <[email protected]>
7127 L:      [email protected]
7128 W:      http://lguest.ozlabs.org/
7129 S:      Odd Fixes
7130 F:      arch/x86/include/asm/lguest*.h
7131 F:      arch/x86/lguest/
7132 F:      drivers/lguest/
7133 F:      include/linux/lguest*.h
7134 F:      tools/lguest/
7135
7136 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7137 M:      Tejun Heo <[email protected]>
7138 L:      [email protected]
7139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7140 S:      Maintained
7141 F:      drivers/ata/
7142 F:      include/linux/ata.h
7143 F:      include/linux/libata.h
7144 F:      Documentation/devicetree/bindings/ata/
7145
7146 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7147 M:      Viresh Kumar <[email protected]>
7148 L:      [email protected]
7149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7150 S:      Maintained
7151 F:      include/linux/pata_arasan_cf_data.h
7152 F:      drivers/ata/pata_arasan_cf.c
7153
7154 LIBATA PATA DRIVERS
7155 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7156 M:      Tejun Heo <[email protected]>
7157 L:      [email protected]
7158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7159 S:      Maintained
7160 F:      drivers/ata/pata_*.c
7161 F:      drivers/ata/ata_generic.c
7162
7163 LIBATA SATA AHCI PLATFORM devices support
7164 M:      Hans de Goede <[email protected]>
7165 M:      Tejun Heo <[email protected]>
7166 L:      [email protected]
7167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7168 S:      Maintained
7169 F:      drivers/ata/ahci_platform.c
7170 F:      drivers/ata/libahci_platform.c
7171 F:      include/linux/ahci_platform.h
7172
7173 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7174 M:      Mikael Pettersson <[email protected]>
7175 L:      [email protected]
7176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7177 S:      Maintained
7178 F:      drivers/ata/sata_promise.*
7179
7180 LIBLOCKDEP
7181 M:      Sasha Levin <[email protected]>
7182 S:      Maintained
7183 F:      tools/lib/lockdep/
7184
7185 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7186 M:      Dan Williams <[email protected]>
7187 L:      [email protected]
7188 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7190 S:      Supported
7191 F:      drivers/nvdimm/*
7192 F:      include/linux/nd.h
7193 F:      include/linux/libnvdimm.h
7194 F:      include/uapi/linux/ndctl.h
7195
7196 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7197 M:      Ross Zwisler <[email protected]>
7198 L:      [email protected]
7199 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7200 S:      Supported
7201 F:      drivers/nvdimm/blk.c
7202 F:      drivers/nvdimm/region_devs.c
7203 F:      drivers/acpi/nfit*
7204
7205 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7206 M:      Vishal Verma <[email protected]>
7207 L:      [email protected]
7208 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7209 S:      Supported
7210 F:      drivers/nvdimm/btt*
7211
7212 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7213 M:      Ross Zwisler <[email protected]>
7214 L:      [email protected]
7215 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7216 S:      Supported
7217 F:      drivers/nvdimm/pmem.c
7218 F:      include/linux/pmem.h
7219 F:      arch/*/include/asm/pmem.h
7220
7221 LIGHTNVM PLATFORM SUPPORT
7222 M:      Matias Bjorling <[email protected]>
7223 W:      http://github/OpenChannelSSD
7224 L:      [email protected]
7225 S:      Maintained
7226 F:      drivers/lightnvm/
7227 F:      include/linux/lightnvm.h
7228 F:      include/uapi/linux/lightnvm.h
7229
7230 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7231 M:      Benjamin Herrenschmidt <[email protected]>
7232 M:      Paul Mackerras <[email protected]>
7233 M:      Michael Ellerman <[email protected]>
7234 W:      https://github.com/linuxppc/linux/wiki
7235 L:      [email protected]
7236 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7238 S:      Supported
7239 F:      Documentation/powerpc/
7240 F:      arch/powerpc/
7241 F:      drivers/char/tpm/tpm_ibmvtpm*
7242 F:      drivers/crypto/nx/
7243 F:      drivers/crypto/vmx/
7244 F:      drivers/net/ethernet/ibm/ibmveth.*
7245 F:      drivers/net/ethernet/ibm/ibmvnic.*
7246 F:      drivers/pci/hotplug/pnv_php.c
7247 F:      drivers/pci/hotplug/rpa*
7248 F:      drivers/scsi/ibmvscsi/
7249 F:      tools/testing/selftests/powerpc
7250 N:      opal
7251 N:      /pmac
7252 N:      powermac
7253 N:      powernv
7254 N:      [^a-z0-9]ps3
7255 N:      pseries
7256
7257 LINUX FOR POWER MACINTOSH
7258 M:      Benjamin Herrenschmidt <[email protected]>
7259 W:      http://www.penguinppc.org/
7260 L:      [email protected]
7261 S:      Maintained
7262 F:      arch/powerpc/platforms/powermac/
7263 F:      drivers/macintosh/
7264
7265 LINUX FOR POWERPC EMBEDDED MPC5XXX
7266 M:      Anatolij Gustschin <[email protected]>
7267 L:      [email protected]
7268 T:      git git://git.denx.de/linux-denx-agust.git
7269 S:      Maintained
7270 F:      arch/powerpc/platforms/512x/
7271 F:      arch/powerpc/platforms/52xx/
7272
7273 LINUX FOR POWERPC EMBEDDED PPC4XX
7274 M:      Alistair Popple <[email protected]>
7275 M:      Matt Porter <[email protected]>
7276 W:      http://www.penguinppc.org/
7277 L:      [email protected]
7278 S:      Maintained
7279 F:      arch/powerpc/platforms/40x/
7280 F:      arch/powerpc/platforms/44x/
7281
7282 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7283 L:      [email protected]
7284 S:      Orphan
7285 F:      arch/powerpc/*/*virtex*
7286 F:      arch/powerpc/*/*/*virtex*
7287
7288 LINUX FOR POWERPC EMBEDDED PPC8XX
7289 M:      Vitaly Bordug <[email protected]>
7290 W:      http://www.penguinppc.org/
7291 L:      [email protected]
7292 S:      Maintained
7293 F:      arch/powerpc/platforms/8xx/
7294
7295 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7296 M:      Scott Wood <[email protected]>
7297 M:      Kumar Gala <[email protected]>
7298 W:      http://www.penguinppc.org/
7299 L:      [email protected]
7300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7301 S:      Maintained
7302 F:      arch/powerpc/platforms/83xx/
7303 F:      arch/powerpc/platforms/85xx/
7304
7305 LINUX FOR POWERPC PA SEMI PWRFICIENT
7306 L:      [email protected]
7307 S:      Orphan
7308 F:      arch/powerpc/platforms/pasemi/
7309 F:      drivers/*/*pasemi*
7310 F:      drivers/*/*/*pasemi*
7311
7312 LINUX SECURITY MODULE (LSM) FRAMEWORK
7313 M:      Chris Wright <[email protected]>
7314 L:      [email protected]
7315 S:      Supported
7316
7317 LIS3LV02D ACCELEROMETER DRIVER
7318 M:      Eric Piel <[email protected]>
7319 S:      Maintained
7320 F:      Documentation/misc-devices/lis3lv02d
7321 F:      drivers/misc/lis3lv02d/
7322 F:      drivers/platform/x86/hp_accel.c
7323
7324 LIVE PATCHING
7325 M:      Josh Poimboeuf <[email protected]>
7326 M:      Jessica Yu <[email protected]>
7327 M:      Jiri Kosina <[email protected]>
7328 M:      Miroslav Benes <[email protected]>
7329 R:      Petr Mladek <[email protected]>
7330 S:      Maintained
7331 F:      kernel/livepatch/
7332 F:      include/linux/livepatch.h
7333 F:      arch/x86/include/asm/livepatch.h
7334 F:      arch/x86/kernel/livepatch.c
7335 F:      Documentation/livepatch/
7336 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7337 F:      samples/livepatch/
7338 L:      [email protected]
7339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7340
7341 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7342 M:      Kees Cook <[email protected]>
7343 S:      Maintained
7344 F:      drivers/misc/lkdtm*
7345
7346 LLC (802.2)
7347 M:      Arnaldo Carvalho de Melo <[email protected]>
7348 S:      Maintained
7349 F:      include/linux/llc.h
7350 F:      include/uapi/linux/llc.h
7351 F:      include/net/llc*
7352 F:      net/llc/
7353
7354 LM73 HARDWARE MONITOR DRIVER
7355 M:      Guillaume Ligneul <[email protected]>
7356 L:      [email protected]
7357 S:      Maintained
7358 F:      drivers/hwmon/lm73.c
7359
7360 LM78 HARDWARE MONITOR DRIVER
7361 M:      Jean Delvare <[email protected]>
7362 L:      [email protected]
7363 S:      Maintained
7364 F:      Documentation/hwmon/lm78
7365 F:      drivers/hwmon/lm78.c
7366
7367 LM83 HARDWARE MONITOR DRIVER
7368 M:      Jean Delvare <[email protected]>
7369 L:      [email protected]
7370 S:      Maintained
7371 F:      Documentation/hwmon/lm83
7372 F:      drivers/hwmon/lm83.c
7373
7374 LM90 HARDWARE MONITOR DRIVER
7375 M:      Jean Delvare <[email protected]>
7376 L:      [email protected]
7377 S:      Maintained
7378 F:      Documentation/hwmon/lm90
7379 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7380 F:      drivers/hwmon/lm90.c
7381
7382 LM95234 HARDWARE MONITOR DRIVER
7383 M:      Guenter Roeck <[email protected]>
7384 L:      [email protected]
7385 S:      Maintained
7386 F:      Documentation/hwmon/lm95234
7387 F:      drivers/hwmon/lm95234.c
7388
7389 LME2510 MEDIA DRIVER
7390 M:      Malcolm Priestley <[email protected]>
7391 L:      [email protected]
7392 W:      https://linuxtv.org
7393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7394 S:      Maintained
7395 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7396
7397 LOCKING PRIMITIVES
7398 M:      Peter Zijlstra <[email protected]>
7399 M:      Ingo Molnar <[email protected]>
7400 L:      [email protected]
7401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7402 S:      Maintained
7403 F:      Documentation/locking/
7404 F:      include/linux/lockdep.h
7405 F:      include/linux/spinlock*.h
7406 F:      arch/*/include/asm/spinlock*.h
7407 F:      include/linux/rwlock*.h
7408 F:      include/linux/mutex*.h
7409 F:      arch/*/include/asm/mutex*.h
7410 F:      include/linux/rwsem*.h
7411 F:      arch/*/include/asm/rwsem.h
7412 F:      include/linux/seqlock.h
7413 F:      lib/locking*.[ch]
7414 F:      kernel/locking/
7415
7416 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7417 M:      "Richard Russon (FlatCap)" <[email protected]>
7418 L:      [email protected]
7419 W:      http://www.linux-ntfs.org/content/view/19/37/
7420 S:      Maintained
7421 F:      Documentation/ldm.txt
7422 F:      block/partitions/ldm.*
7423
7424 LogFS
7425 M:      Joern Engel <[email protected]>
7426 M:      Prasad Joshi <[email protected]>
7427 L:      [email protected]
7428 W:      logfs.org
7429 S:      Maintained
7430 F:      fs/logfs/
7431
7432 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7433 M:      Sathya Prakash <[email protected]>
7434 M:      Chaitra P B <[email protected]>
7435 M:      Suganath Prabu Subramani <[email protected]>
7436 L:      [email protected]
7437 L:      [email protected]
7438 W:      http://www.avagotech.com/support/
7439 S:      Supported
7440 F:      drivers/message/fusion/
7441 F:      drivers/scsi/mpt2sas/
7442 F:      drivers/scsi/mpt3sas/
7443
7444 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7445 M:      Matthew Wilcox <[email protected]>
7446 L:      [email protected]
7447 S:      Maintained
7448 F:      drivers/scsi/sym53c8xx_2/
7449
7450 LTC4261 HARDWARE MONITOR DRIVER
7451 M:      Guenter Roeck <[email protected]>
7452 L:      [email protected]
7453 S:      Maintained
7454 F:      Documentation/hwmon/ltc4261
7455 F:      drivers/hwmon/ltc4261.c
7456
7457 LTP (Linux Test Project)
7458 M:      Mike Frysinger <[email protected]>
7459 M:      Cyril Hrubis <[email protected]>
7460 M:      Wanlong Gao <[email protected]>
7461 M:      Jan Stancek <[email protected]>
7462 M:      Stanislav Kholmanskikh <[email protected]>
7463 M:      Alexey Kodanev <[email protected]>
7464 L:      [email protected] (subscribers-only)
7465 W:      http://linux-test-project.github.io/
7466 T:      git git://github.com/linux-test-project/ltp.git
7467 S:      Maintained
7468
7469 M32R ARCHITECTURE
7470 W:      http://www.linux-m32r.org/
7471 S:      Orphan
7472 F:      arch/m32r/
7473
7474 M68K ARCHITECTURE
7475 M:      Geert Uytterhoeven <[email protected]>
7476 L:      [email protected]
7477 W:      http://www.linux-m68k.org/
7478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7479 S:      Maintained
7480 F:      arch/m68k/
7481 F:      drivers/zorro/
7482
7483 M68K ON APPLE MACINTOSH
7484 M:      Joshua Thompson <[email protected]>
7485 W:      http://www.mac.linux-m68k.org/
7486 L:      [email protected]
7487 S:      Maintained
7488 F:      arch/m68k/mac/
7489
7490 M68K ON HP9000/300
7491 M:      Philip Blundell <[email protected]>
7492 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7493 S:      Maintained
7494 F:      arch/m68k/hp300/
7495
7496 M88DS3103 MEDIA DRIVER
7497 M:      Antti Palosaari <[email protected]>
7498 L:      [email protected]
7499 W:      https://linuxtv.org
7500 W:      http://palosaari.fi/linux/
7501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7502 T:      git git://linuxtv.org/anttip/media_tree.git
7503 S:      Maintained
7504 F:      drivers/media/dvb-frontends/m88ds3103*
7505
7506 M88RS2000 MEDIA DRIVER
7507 M:      Malcolm Priestley <[email protected]>
7508 L:      [email protected]
7509 W:      https://linuxtv.org
7510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7511 S:      Maintained
7512 F:      drivers/media/dvb-frontends/m88rs2000*
7513
7514 MA901 MASTERKIT USB FM RADIO DRIVER
7515 M:      Alexey Klimov <[email protected]>
7516 L:      [email protected]
7517 T:      git git://linuxtv.org/media_tree.git
7518 S:      Maintained
7519 F:      drivers/media/radio/radio-ma901.c
7520
7521 MAC80211
7522 M:      Johannes Berg <[email protected]>
7523 L:      [email protected]
7524 W:      http://wireless.kernel.org/
7525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7527 S:      Maintained
7528 F:      Documentation/networking/mac80211-injection.txt
7529 F:      include/net/mac80211.h
7530 F:      net/mac80211/
7531 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7532
7533 MACVLAN DRIVER
7534 M:      Patrick McHardy <[email protected]>
7535 L:      [email protected]
7536 S:      Maintained
7537 F:      drivers/net/macvlan.c
7538 F:      include/linux/if_macvlan.h
7539
7540 MAILBOX API
7541 M:      Jassi Brar <[email protected]>
7542 L:      [email protected]
7543 S:      Maintained
7544 F:      drivers/mailbox/
7545 F:      include/linux/mailbox_client.h
7546 F:      include/linux/mailbox_controller.h
7547
7548 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7549 M:      Michael Kerrisk <[email protected]>
7550 W:      http://www.kernel.org/doc/man-pages
7551 L:      [email protected]
7552 S:      Maintained
7553
7554 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7555 M:      Andrew Lunn <[email protected]>
7556 M:      Vivien Didelot <[email protected]>
7557 S:      Maintained
7558 F:      drivers/net/dsa/mv88e6xxx/
7559
7560 MARVELL ARMADA DRM SUPPORT
7561 M:      Russell King <[email protected]>
7562 S:      Maintained
7563 F:      drivers/gpu/drm/armada/
7564 F:      include/uapi/drm/armada_drm.h
7565 F:      Documentation/devicetree/bindings/display/armada/
7566
7567 MARVELL CRYPTO DRIVER
7568 M:      Boris Brezillon <[email protected]>
7569 M:      Arnaud Ebalard <[email protected]>
7570 F:      drivers/crypto/marvell/
7571 S:      Maintained
7572 L:      [email protected]
7573
7574 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7575 M:      Mirko Lindner <[email protected]>
7576 M:      Stephen Hemminger <[email protected]>
7577 L:      [email protected]
7578 S:      Maintained
7579 F:      drivers/net/ethernet/marvell/sk*
7580
7581 MARVELL LIBERTAS WIRELESS DRIVER
7582 L:      [email protected]
7583 S:      Orphan
7584 F:      drivers/net/wireless/marvell/libertas/
7585
7586 MARVELL MV643XX ETHERNET DRIVER
7587 M:      Sebastian Hesselbarth <[email protected]>
7588 L:      [email protected]
7589 S:      Maintained
7590 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7591 F:      include/linux/mv643xx.h
7592
7593 MARVELL MVNETA ETHERNET DRIVER
7594 M:      Thomas Petazzoni <[email protected]>
7595 L:      [email protected]
7596 S:      Maintained
7597 F:      drivers/net/ethernet/marvell/mvneta.*
7598
7599 MARVELL MWIFIEX WIRELESS DRIVER
7600 M:      Amitkumar Karwar <[email protected]>
7601 M:      Nishant Sarmukadam <[email protected]>
7602 L:      [email protected]
7603 S:      Maintained
7604 F:      drivers/net/wireless/marvell/mwifiex/
7605
7606 MARVELL MWL8K WIRELESS DRIVER
7607 M:      Lennert Buytenhek <[email protected]>
7608 L:      [email protected]
7609 S:      Odd Fixes
7610 F:      drivers/net/wireless/marvell/mwl8k.c
7611
7612 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7613 M:      Nicolas Pitre <[email protected]>
7614 S:      Odd Fixes
7615 F:      drivers/mmc/host/mvsdio.*
7616
7617 MATROX FRAMEBUFFER DRIVER
7618 L:      [email protected]
7619 S:      Orphan
7620 F:      drivers/video/fbdev/matrox/matroxfb_*
7621 F:      include/uapi/linux/matroxfb.h
7622
7623 MAX16065 HARDWARE MONITOR DRIVER
7624 M:      Guenter Roeck <[email protected]>
7625 L:      [email protected]
7626 S:      Maintained
7627 F:      Documentation/hwmon/max16065
7628 F:      drivers/hwmon/max16065.c
7629
7630 MAX20751 HARDWARE MONITOR DRIVER
7631 M:      Guenter Roeck <[email protected]>
7632 L:      [email protected]
7633 S:      Maintained
7634 F:      Documentation/hwmon/max20751
7635 F:      drivers/hwmon/max20751.c
7636
7637 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7638 L:      [email protected]
7639 S:      Orphan
7640 F:      Documentation/hwmon/max6650
7641 F:      drivers/hwmon/max6650.c
7642
7643 MAX6697 HARDWARE MONITOR DRIVER
7644 M:      Guenter Roeck <[email protected]>
7645 L:      [email protected]
7646 S:      Maintained
7647 F:      Documentation/hwmon/max6697
7648 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7649 F:      drivers/hwmon/max6697.c
7650 F:      include/linux/platform_data/max6697.h
7651
7652 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7653 M:      Peter Rosin <[email protected]>
7654 L:      [email protected] (moderated for non-subscribers)
7655 S:      Maintained
7656 F:      Documentation/devicetree/bindings/sound/max9860.txt
7657 F:      sound/soc/codecs/max9860.*
7658
7659 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7660 M:      Krzysztof Kozlowski <[email protected]>
7661 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7662 L:      [email protected]
7663 S:      Supported
7664 F:      drivers/power/supply/max14577_charger.c
7665 F:      drivers/power/supply/max77693_charger.c
7666
7667 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7668 M:      Javier Martinez Canillas <[email protected]>
7669 L:      [email protected]
7670 S:      Supported
7671 F:      drivers/*/*max77802*.c
7672 F:      Documentation/devicetree/bindings/*/*max77802.txt
7673 F:      include/dt-bindings/*/*max77802.h
7674
7675 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7676 M:      Chanwoo Choi <[email protected]>
7677 M:      Krzysztof Kozlowski <[email protected]>
7678 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7679 L:      [email protected]
7680 S:      Supported
7681 F:      drivers/*/max14577*.c
7682 F:      drivers/*/max77686*.c
7683 F:      drivers/*/max77693*.c
7684 F:      drivers/extcon/extcon-max14577.c
7685 F:      drivers/extcon/extcon-max77693.c
7686 F:      drivers/rtc/rtc-max77686.c
7687 F:      drivers/clk/clk-max77686.c
7688 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7689 F:      Documentation/devicetree/bindings/*/max77686.txt
7690 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7691 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7692 F:      include/linux/mfd/max14577*.h
7693 F:      include/linux/mfd/max77686*.h
7694 F:      include/linux/mfd/max77693*.h
7695
7696 MAXIRADIO FM RADIO RECEIVER DRIVER
7697 M:      Hans Verkuil <[email protected]>
7698 L:      [email protected]
7699 T:      git git://linuxtv.org/media_tree.git
7700 W:      https://linuxtv.org
7701 S:      Maintained
7702 F:      drivers/media/radio/radio-maxiradio*
7703
7704 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7705 M:      Peter Rosin <[email protected]>
7706 L:      [email protected]
7707 S:      Maintained
7708 F:      drivers/iio/potentiometer/mcp4531.c
7709
7710 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7711 M:      William Breathitt Gray <[email protected]>
7712 L:      [email protected]
7713 S:      Maintained
7714 F:      drivers/iio/dac/cio-dac.c
7715
7716 MEDIA DRIVERS FOR RENESAS - FCP
7717 M:      Laurent Pinchart <[email protected]>
7718 L:      [email protected]
7719 L:      [email protected]
7720 T:      git git://linuxtv.org/media_tree.git
7721 S:      Supported
7722 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7723 F:      drivers/media/platform/rcar-fcp.c
7724 F:      include/media/rcar-fcp.h
7725
7726 MEDIA DRIVERS FOR RENESAS - VIN
7727 M:      Niklas Söderlund <[email protected]>
7728 L:      [email protected]
7729 L:      [email protected]
7730 T:      git git://linuxtv.org/media_tree.git
7731 S:      Supported
7732 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7733 F:      drivers/media/platform/rcar-vin/
7734
7735 MEDIA DRIVERS FOR RENESAS - VSP1
7736 M:      Laurent Pinchart <[email protected]>
7737 L:      [email protected]
7738 L:      [email protected]
7739 T:      git git://linuxtv.org/media_tree.git
7740 S:      Supported
7741 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7742 F:      drivers/media/platform/vsp1/
7743
7744 MEDIA DRIVERS FOR HELENE
7745 M:      Abylay Ospan <[email protected]>
7746 L:      [email protected]
7747 W:      https://linuxtv.org
7748 W:      http://netup.tv/
7749 T:      git git://linuxtv.org/media_tree.git
7750 S:      Supported
7751 F:      drivers/media/dvb-frontends/helene*
7752
7753 MEDIA DRIVERS FOR ASCOT2E
7754 M:      Sergey Kozlov <[email protected]>
7755 M:      Abylay Ospan <[email protected]>
7756 L:      [email protected]
7757 W:      https://linuxtv.org
7758 W:      http://netup.tv/
7759 T:      git git://linuxtv.org/media_tree.git
7760 S:      Supported
7761 F:      drivers/media/dvb-frontends/ascot2e*
7762
7763 MEDIA DRIVERS FOR CXD2841ER
7764 M:      Sergey Kozlov <[email protected]>
7765 M:      Abylay Ospan <[email protected]>
7766 L:      [email protected]
7767 W:      https://linuxtv.org
7768 W:      http://netup.tv/
7769 T:      git git://linuxtv.org/media_tree.git
7770 S:      Supported
7771 F:      drivers/media/dvb-frontends/cxd2841er*
7772
7773 MEDIA DRIVERS FOR HORUS3A
7774 M:      Sergey Kozlov <[email protected]>
7775 M:      Abylay Ospan <[email protected]>
7776 L:      [email protected]
7777 W:      https://linuxtv.org
7778 W:      http://netup.tv/
7779 T:      git git://linuxtv.org/media_tree.git
7780 S:      Supported
7781 F:      drivers/media/dvb-frontends/horus3a*
7782
7783 MEDIA DRIVERS FOR LNBH25
7784 M:      Sergey Kozlov <[email protected]>
7785 M:      Abylay Ospan <[email protected]>
7786 L:      [email protected]
7787 W:      https://linuxtv.org
7788 W:      http://netup.tv/
7789 T:      git git://linuxtv.org/media_tree.git
7790 S:      Supported
7791 F:      drivers/media/dvb-frontends/lnbh25*
7792
7793 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7794 M:      Sergey Kozlov <[email protected]>
7795 M:      Abylay Ospan <[email protected]>
7796 L:      [email protected]
7797 W:      https://linuxtv.org
7798 W:      http://netup.tv/
7799 T:      git git://linuxtv.org/media_tree.git
7800 S:      Supported
7801 F:      drivers/media/pci/netup_unidvb/*
7802
7803 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7804 M:      Mauro Carvalho Chehab <[email protected]>
7805 M:      Mauro Carvalho Chehab <[email protected]>
7806 P:      LinuxTV.org Project
7807 L:      [email protected]
7808 W:      https://linuxtv.org
7809 Q:      http://patchwork.kernel.org/project/linux-media/list/
7810 T:      git git://linuxtv.org/media_tree.git
7811 S:      Maintained
7812 F:      Documentation/media/
7813 F:      drivers/media/
7814 F:      drivers/staging/media/
7815 F:      include/linux/platform_data/media/
7816 F:      include/media/
7817 F:      include/uapi/linux/dvb/
7818 F:      include/uapi/linux/videodev2.h
7819 F:      include/uapi/linux/media.h
7820 F:      include/uapi/linux/v4l2-*
7821 F:      include/uapi/linux/meye.h
7822 F:      include/uapi/linux/ivtv*
7823 F:      include/uapi/linux/uvcvideo.h
7824
7825 MEDIATEK ETHERNET DRIVER
7826 M:      Felix Fietkau <[email protected]>
7827 M:      John Crispin <[email protected]>
7828 L:      [email protected]
7829 S:      Maintained
7830 F:      drivers/net/ethernet/mediatek/
7831
7832 MEDIATEK MT7601U WIRELESS LAN DRIVER
7833 M:      Jakub Kicinski <[email protected]>
7834 L:      [email protected]
7835 S:      Maintained
7836 F:      drivers/net/wireless/mediatek/mt7601u/
7837
7838 MEGARAID SCSI/SAS DRIVERS
7839 M:      Kashyap Desai <[email protected]>
7840 M:      Sumit Saxena <[email protected]>
7841 M:      Uday Lingala <[email protected]>
7842 L:      [email protected]
7843 L:      [email protected]
7844 W:      http://www.lsi.com
7845 S:      Maintained
7846 F:      Documentation/scsi/megaraid.txt
7847 F:      drivers/scsi/megaraid.*
7848 F:      drivers/scsi/megaraid/
7849
7850 MELFAS MIP4 TOUCHSCREEN DRIVER
7851 M:      Sangwon Jee <[email protected]>
7852 W:      http://www.melfas.com
7853 S:      Supported
7854 F:      drivers/input/touchscreen/melfas_mip4.c
7855 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7856
7857 MELLANOX ETHERNET DRIVER (mlx4_en)
7858 M:      Tariq Toukan <[email protected]>
7859 L:      [email protected]
7860 S:      Supported
7861 W:      http://www.mellanox.com
7862 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7863 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7864
7865 MELLANOX ETHERNET DRIVER (mlx5e)
7866 M:      Saeed Mahameed <[email protected]>
7867 L:      [email protected]
7868 S:      Supported
7869 W:      http://www.mellanox.com
7870 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7871 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7872
7873 MELLANOX ETHERNET SWITCH DRIVERS
7874 M:      Jiri Pirko <[email protected]>
7875 M:      Ido Schimmel <[email protected]>
7876 L:      [email protected]
7877 S:      Supported
7878 W:      http://www.mellanox.com
7879 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7880 F:      drivers/net/ethernet/mellanox/mlxsw/
7881
7882 MELLANOX MLXCPLD LED DRIVER
7883 M:      Vadim Pasternak <[email protected]>
7884 L:      [email protected]
7885 S:      Supported
7886 F:      drivers/leds/leds-mlxcpld.c
7887 F:      Documentation/leds/leds-mlxcpld.txt
7888
7889 MELLANOX PLATFORM DRIVER
7890 M:      Vadim Pasternak <[email protected]>
7891 L:      [email protected]
7892 S:      Supported
7893 F:      arch/x86/platform/mellanox/mlx-platform.c
7894
7895 SOFT-ROCE DRIVER (rxe)
7896 M:      Moni Shoua <[email protected]>
7897 L:      [email protected]
7898 S:      Supported
7899 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7900 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7901 F:      drivers/infiniband/sw/rxe/
7902 F:      include/uapi/rdma/rdma_user_rxe.h
7903
7904 MEMBARRIER SUPPORT
7905 M:      Mathieu Desnoyers <[email protected]>
7906 M:      "Paul E. McKenney" <[email protected]>
7907 L:      [email protected]
7908 S:      Supported
7909 F:      kernel/membarrier.c
7910 F:      include/uapi/linux/membarrier.h
7911
7912 MEMORY MANAGEMENT
7913 L:      [email protected]
7914 W:      http://www.linux-mm.org
7915 S:      Maintained
7916 F:      include/linux/mm.h
7917 F:      include/linux/gfp.h
7918 F:      include/linux/mmzone.h
7919 F:      include/linux/memory_hotplug.h
7920 F:      include/linux/vmalloc.h
7921 F:      mm/
7922
7923 MEMORY TECHNOLOGY DEVICES (MTD)
7924 M:      David Woodhouse <[email protected]>
7925 M:      Brian Norris <[email protected]>
7926 L:      [email protected]
7927 W:      http://www.linux-mtd.infradead.org/
7928 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7929 T:      git git://git.infradead.org/linux-mtd.git
7930 T:      git git://git.infradead.org/l2-mtd.git
7931 S:      Maintained
7932 F:      Documentation/devicetree/bindings/mtd/
7933 F:      drivers/mtd/
7934 F:      include/linux/mtd/
7935 F:      include/uapi/mtd/
7936
7937 MEN A21 WATCHDOG DRIVER
7938 M:      Johannes Thumshirn <[email protected]>
7939 L:      [email protected]
7940 S:      Maintained
7941 F:      drivers/watchdog/mena21_wdt.c
7942
7943 MEN CHAMELEON BUS (mcb)
7944 M:      Johannes Thumshirn <[email protected]>
7945 S:      Maintained
7946 F:      drivers/mcb/
7947 F:      include/linux/mcb.h
7948 F:      Documentation/men-chameleon-bus.txt
7949
7950 MEN F21BMC (Board Management Controller)
7951 M:      Andreas Werner <[email protected]>
7952 S:      Supported
7953 F:      drivers/mfd/menf21bmc.c
7954 F:      drivers/watchdog/menf21bmc_wdt.c
7955 F:      drivers/leds/leds-menf21bmc.c
7956 F:      drivers/hwmon/menf21bmc_hwmon.c
7957 F:      Documentation/hwmon/menf21bmc
7958
7959 METAG ARCHITECTURE
7960 M:      James Hogan <[email protected]>
7961 L:      [email protected]
7962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7963 S:      Odd Fixes
7964 F:      arch/metag/
7965 F:      Documentation/metag/
7966 F:      Documentation/devicetree/bindings/metag/
7967 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7968 F:      drivers/clocksource/metag_generic.c
7969 F:      drivers/irqchip/irq-metag.c
7970 F:      drivers/irqchip/irq-metag-ext.c
7971 F:      drivers/tty/metag_da.c
7972
7973 MICROBLAZE ARCHITECTURE
7974 M:      Michal Simek <[email protected]>
7975 W:      http://www.monstr.eu/fdt/
7976 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7977 S:      Supported
7978 F:      arch/microblaze/
7979
7980 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7981 M:      Richard Genoud <[email protected]>
7982 S:      Maintained
7983 F:      drivers/tty/serial/atmel_serial.c
7984 F:      include/linux/atmel_serial.h
7985
7986 MICROCHIP / ATMEL ISC DRIVER
7987 M:      Songjun Wu <[email protected]>
7988 L:      [email protected]
7989 S:      Supported
7990 F:      drivers/media/platform/atmel/atmel-isc.c
7991 F:      drivers/media/platform/atmel/atmel-isc-regs.h
7992 F:      devicetree/bindings/media/atmel-isc.txt
7993
7994 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7995 M:      Chen Yu <[email protected]>
7996 L:      [email protected]
7997 S:      Supported
7998 F:      drivers/platform/x86/surfacepro3_button.c
7999
8000 MICROTEK X6 SCANNER
8001 M:      Oliver Neukum <[email protected]>
8002 S:      Maintained
8003 F:      drivers/usb/image/microtek.*
8004
8005 MIPS
8006 M:      Ralf Baechle <[email protected]>
8007 L:      [email protected]
8008 W:      http://www.linux-mips.org/
8009 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8010 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8011 S:      Supported
8012 F:      Documentation/devicetree/bindings/mips/
8013 F:      Documentation/mips/
8014 F:      arch/mips/
8015
8016 MIPS/LOONGSON1 ARCHITECTURE
8017 M:      Keguang Zhang <[email protected]>
8018 L:      [email protected]
8019 S:      Maintained
8020 F:      arch/mips/loongson32/
8021 F:      arch/mips/include/asm/mach-loongson32/
8022 F:      drivers/*/*loongson1*
8023 F:      drivers/*/*/*loongson1*
8024
8025 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8026 M:      Hans Verkuil <[email protected]>
8027 L:      [email protected]
8028 T:      git git://linuxtv.org/media_tree.git
8029 W:      https://linuxtv.org
8030 S:      Odd Fixes
8031 F:      drivers/media/radio/radio-miropcm20*
8032
8033 MELLANOX MLX4 core VPI driver
8034 M:      Yishai Hadas <[email protected]>
8035 L:      [email protected]
8036 L:      [email protected]
8037 W:      http://www.mellanox.com
8038 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8039 S:      Supported
8040 F:      drivers/net/ethernet/mellanox/mlx4/
8041 F:      include/linux/mlx4/
8042 F:      include/uapi/rdma/mlx4-abi.h
8043
8044 MELLANOX MLX4 IB driver
8045 M:      Yishai Hadas <[email protected]>
8046 L:      [email protected]
8047 W:      http://www.mellanox.com
8048 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8049 S:      Supported
8050 F:      drivers/infiniband/hw/mlx4/
8051 F:      include/linux/mlx4/
8052
8053 MELLANOX MLX5 core VPI driver
8054 M:      Matan Barak <[email protected]>
8055 M:      Leon Romanovsky <[email protected]>
8056 L:      [email protected]
8057 L:      [email protected]
8058 W:      http://www.mellanox.com
8059 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8060 S:      Supported
8061 F:      drivers/net/ethernet/mellanox/mlx5/core/
8062 F:      include/linux/mlx5/
8063 F:      include/uapi/rdma/mlx5-abi.h
8064
8065 MELLANOX MLX5 IB driver
8066 M:      Matan Barak <[email protected]>
8067 M:      Leon Romanovsky <[email protected]>
8068 L:      [email protected]
8069 W:      http://www.mellanox.com
8070 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8071 S:      Supported
8072 F:      drivers/infiniband/hw/mlx5/
8073 F:      include/linux/mlx5/
8074
8075 MELEXIS MLX90614 DRIVER
8076 M:      Crt Mori <[email protected]>
8077 L:      [email protected]
8078 W:      http://www.melexis.com
8079 S:      Supported
8080 F:      drivers/iio/temperature/mlx90614.c
8081
8082 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8083 M:      Don Brace <[email protected]>
8084 L:      [email protected]
8085 L:      [email protected]
8086 S:      Supported
8087 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8088 F:      drivers/scsi/smartpqi/Kconfig
8089 F:      drivers/scsi/smartpqi/Makefile
8090 F:      include/linux/cciss*.h
8091 F:      include/uapi/linux/cciss*.h
8092 F:      Documentation/scsi/smartpqi.txt
8093
8094 MN88472 MEDIA DRIVER
8095 M:      Antti Palosaari <[email protected]>
8096 L:      [email protected]
8097 W:      https://linuxtv.org
8098 W:      http://palosaari.fi/linux/
8099 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8100 S:      Maintained
8101 F:      drivers/media/dvb-frontends/mn88472*
8102
8103 MN88473 MEDIA DRIVER
8104 M:      Antti Palosaari <[email protected]>
8105 L:      [email protected]
8106 W:      https://linuxtv.org
8107 W:      http://palosaari.fi/linux/
8108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8109 S:      Maintained
8110 F:      drivers/media/dvb-frontends/mn88473*
8111
8112 MODULE SUPPORT
8113 M:      Rusty Russell <[email protected]>
8114 S:      Maintained
8115 F:      include/linux/module.h
8116 F:      kernel/module.c
8117
8118 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8119 W:      http://popies.net/meye/
8120 S:      Orphan
8121 F:      Documentation/media/v4l-drivers/meye*
8122 F:      drivers/media/pci/meye/
8123 F:      include/uapi/linux/meye.h
8124
8125 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8126 M:      Jiri Slaby <[email protected]>
8127 S:      Maintained
8128 F:      Documentation/serial/moxa-smartio
8129 F:      drivers/tty/mxser.*
8130
8131 MR800 AVERMEDIA USB FM RADIO DRIVER
8132 M:      Alexey Klimov <[email protected]>
8133 L:      [email protected]
8134 T:      git git://linuxtv.org/media_tree.git
8135 S:      Maintained
8136 F:      drivers/media/radio/radio-mr800.c
8137
8138 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8139 M:      Alan Ott <[email protected]>
8140 L:      [email protected]
8141 S:      Maintained
8142 F:      drivers/net/ieee802154/mrf24j40.c
8143 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8144
8145 MSI LAPTOP SUPPORT
8146 M:      "Lee, Chun-Yi" <[email protected]>
8147 L:      [email protected]
8148 S:      Maintained
8149 F:      drivers/platform/x86/msi-laptop.c
8150
8151 MSI WMI SUPPORT
8152 L:      [email protected]
8153 S:      Orphan
8154 F:      drivers/platform/x86/msi-wmi.c
8155
8156 MSI001 MEDIA DRIVER
8157 M:      Antti Palosaari <[email protected]>
8158 L:      [email protected]
8159 W:      https://linuxtv.org
8160 W:      http://palosaari.fi/linux/
8161 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8162 T:      git git://linuxtv.org/anttip/media_tree.git
8163 S:      Maintained
8164 F:      drivers/media/tuners/msi001*
8165
8166 MSI2500 MEDIA DRIVER
8167 M:      Antti Palosaari <[email protected]>
8168 L:      [email protected]
8169 W:      https://linuxtv.org
8170 W:      http://palosaari.fi/linux/
8171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8172 T:      git git://linuxtv.org/anttip/media_tree.git
8173 S:      Maintained
8174 F:      drivers/media/usb/msi2500/
8175
8176 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8177 M:      Robert Jarzmik <[email protected]>
8178 L:      [email protected]
8179 S:      Maintained
8180 F:      drivers/mtd/devices/docg3*
8181
8182 MT9M032 APTINA SENSOR DRIVER
8183 M:      Laurent Pinchart <[email protected]>
8184 L:      [email protected]
8185 T:      git git://linuxtv.org/media_tree.git
8186 S:      Maintained
8187 F:      drivers/media/i2c/mt9m032.c
8188 F:      include/media/i2c/mt9m032.h
8189
8190 MT9P031 APTINA CAMERA SENSOR
8191 M:      Laurent Pinchart <[email protected]>
8192 L:      [email protected]
8193 T:      git git://linuxtv.org/media_tree.git
8194 S:      Maintained
8195 F:      drivers/media/i2c/mt9p031.c
8196 F:      include/media/i2c/mt9p031.h
8197
8198 MT9T001 APTINA CAMERA SENSOR
8199 M:      Laurent Pinchart <[email protected]>
8200 L:      [email protected]
8201 T:      git git://linuxtv.org/media_tree.git
8202 S:      Maintained
8203 F:      drivers/media/i2c/mt9t001.c
8204 F:      include/media/i2c/mt9t001.h
8205
8206 MT9V032 APTINA CAMERA SENSOR
8207 M:      Laurent Pinchart <[email protected]>
8208 L:      [email protected]
8209 T:      git git://linuxtv.org/media_tree.git
8210 S:      Maintained
8211 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8212 F:      drivers/media/i2c/mt9v032.c
8213 F:      include/media/i2c/mt9v032.h
8214
8215 MULTIFUNCTION DEVICES (MFD)
8216 M:      Lee Jones <[email protected]>
8217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8218 S:      Supported
8219 F:      Documentation/devicetree/bindings/mfd/
8220 F:      drivers/mfd/
8221 F:      include/linux/mfd/
8222
8223 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8224 M:      Ulf Hansson <[email protected]>
8225 L:      [email protected]
8226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8227 S:      Maintained
8228 F:      Documentation/devicetree/bindings/mmc/
8229 F:      drivers/mmc/
8230 F:      include/linux/mmc/
8231 F:      include/uapi/linux/mmc/
8232
8233 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8234 S:      Orphan
8235 F:      drivers/mmc/host/mmc_spi.c
8236 F:      include/linux/spi/mmc_spi.h
8237
8238 MULTISOUND SOUND DRIVER
8239 M:      Andrew Veliath <[email protected]>
8240 S:      Maintained
8241 F:      Documentation/sound/oss/MultiSound
8242 F:      sound/oss/msnd*
8243
8244 MULTITECH MULTIPORT CARD (ISICOM)
8245 S:      Orphan
8246 F:      drivers/tty/isicom.c
8247 F:      include/linux/isicom.h
8248
8249 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8250 M:      Bin Liu <[email protected]>
8251 L:      [email protected]
8252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8253 S:      Maintained
8254 F:      drivers/usb/musb/
8255
8256 MXL5007T MEDIA DRIVER
8257 M:      Michael Krufky <[email protected]>
8258 L:      [email protected]
8259 W:      https://linuxtv.org
8260 W:      http://github.com/mkrufky
8261 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8262 T:      git git://linuxtv.org/mkrufky/tuners.git
8263 S:      Maintained
8264 F:      drivers/media/tuners/mxl5007t.*
8265
8266 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8267 M:      Hyong-Youb Kim <[email protected]>
8268 L:      [email protected]
8269 W:      https://www.myricom.com/support/downloads/myri10ge.html
8270 S:      Supported
8271 F:      drivers/net/ethernet/myricom/myri10ge/
8272
8273 NAND FLASH SUBSYSTEM
8274 M:      Boris Brezillon <[email protected]>
8275 R:      Richard Weinberger <[email protected]>
8276 L:      [email protected]
8277 W:      http://www.linux-mtd.infradead.org/
8278 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8279 T:      git git://github.com/linux-nand/linux.git
8280 S:      Maintained
8281 F:      drivers/mtd/nand/
8282 F:      include/linux/mtd/nand*.h
8283
8284 NATSEMI ETHERNET DRIVER (DP8381x)
8285 S:      Orphan
8286 F:      drivers/net/ethernet/natsemi/natsemi.c
8287
8288 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8289 M:      Daniel Mack <[email protected]>
8290 S:      Maintained
8291 L:      [email protected] (moderated for non-subscribers)
8292 W:      http://www.native-instruments.com
8293 F:      sound/usb/caiaq/
8294
8295 NCP FILESYSTEM
8296 M:      Petr Vandrovec <[email protected]>
8297 S:      Odd Fixes
8298 F:      fs/ncpfs/
8299
8300 NCR 5380 SCSI DRIVERS
8301 M:      Finn Thain <[email protected]>
8302 M:      Michael Schmitz <[email protected]>
8303 L:      [email protected]
8304 S:      Maintained
8305 F:      Documentation/scsi/g_NCR5380.txt
8306 F:      drivers/scsi/NCR5380.*
8307 F:      drivers/scsi/arm/cumana_1.c
8308 F:      drivers/scsi/arm/oak.c
8309 F:      drivers/scsi/atari_scsi.*
8310 F:      drivers/scsi/dmx3191d.c
8311 F:      drivers/scsi/g_NCR5380.*
8312 F:      drivers/scsi/g_NCR5380_mmio.c
8313 F:      drivers/scsi/mac_scsi.*
8314 F:      drivers/scsi/sun3_scsi.*
8315 F:      drivers/scsi/sun3_scsi_vme.c
8316
8317 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8318 M:      "James E.J. Bottomley" <[email protected]>
8319 L:      [email protected]
8320 S:      Maintained
8321 F:      drivers/scsi/NCR_D700.*
8322
8323 NCT6775 HARDWARE MONITOR DRIVER
8324 M:      Guenter Roeck <[email protected]>
8325 L:      [email protected]
8326 S:      Maintained
8327 F:      Documentation/hwmon/nct6775
8328 F:      drivers/hwmon/nct6775.c
8329
8330 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8331 M:      Faisal Latif <[email protected]>
8332 L:      [email protected]
8333 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8334 S:      Supported
8335 F:      drivers/infiniband/hw/nes/
8336 F:      include/uapi/rdma/nes-abi.h
8337
8338 NETEM NETWORK EMULATOR
8339 M:      Stephen Hemminger <[email protected]>
8340 L:      [email protected] (moderated for non-subscribers)
8341 S:      Maintained
8342 F:      net/sched/sch_netem.c
8343
8344 NETERION 10GbE DRIVERS (s2io/vxge)
8345 M:      Jon Mason <[email protected]>
8346 L:      [email protected]
8347 S:      Supported
8348 F:      Documentation/networking/s2io.txt
8349 F:      Documentation/networking/vxge.txt
8350 F:      drivers/net/ethernet/neterion/
8351
8352 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8353 M:      Pablo Neira Ayuso <[email protected]>
8354 M:      Patrick McHardy <[email protected]>
8355 M:      Jozsef Kadlecsik <[email protected]>
8356 L:      [email protected]
8357 L:      [email protected]
8358 W:      http://www.netfilter.org/
8359 W:      http://www.iptables.org/
8360 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8363 S:      Supported
8364 F:      include/linux/netfilter*
8365 F:      include/linux/netfilter/
8366 F:      include/net/netfilter/
8367 F:      include/uapi/linux/netfilter*
8368 F:      include/uapi/linux/netfilter/
8369 F:      net/*/netfilter.c
8370 F:      net/*/netfilter/
8371 F:      net/netfilter/
8372 F:      net/bridge/br_netfilter*.c
8373
8374 NETLABEL
8375 M:      Paul Moore <[email protected]>
8376 W:      http://netlabel.sf.net
8377 L:      [email protected]
8378 S:      Maintained
8379 F:      Documentation/netlabel/
8380 F:      include/net/netlabel.h
8381 F:      net/netlabel/
8382
8383 NETROM NETWORK LAYER
8384 M:      Ralf Baechle <[email protected]>
8385 L:      [email protected]
8386 W:      http://www.linux-ax25.org/
8387 S:      Maintained
8388 F:      include/net/netrom.h
8389 F:      include/uapi/linux/netrom.h
8390 F:      net/netrom/
8391
8392 NETRONOME ETHERNET DRIVERS
8393 M:      Jakub Kicinski <[email protected]>
8394 L:      [email protected]
8395 S:      Maintained
8396 F:      drivers/net/ethernet/netronome/
8397
8398 NETWORK BLOCK DEVICE (NBD)
8399 M:      Markus Pargmann <[email protected]>
8400 S:      Maintained
8401 L:      [email protected]
8402 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8403 F:      Documentation/blockdev/nbd.txt
8404 F:      drivers/block/nbd.c
8405 F:      include/uapi/linux/nbd.h
8406
8407 NETWORK DROP MONITOR
8408 M:      Neil Horman <[email protected]>
8409 L:      [email protected]
8410 S:      Maintained
8411 W:      https://fedorahosted.org/dropwatch/
8412 F:      net/core/drop_monitor.c
8413
8414 NETWORKING [DSA]
8415 M:      Andrew Lunn <[email protected]>
8416 M:      Vivien Didelot <[email protected]>
8417 M:      Florian Fainelli <[email protected]>
8418 S:      Maintained
8419 F:      net/dsa/
8420 F:      include/net/dsa.h
8421 F:      drivers/net/dsa/
8422
8423 NETWORKING [GENERAL]
8424 M:      "David S. Miller" <[email protected]>
8425 L:      [email protected]
8426 W:      http://www.linuxfoundation.org/en/Net
8427 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8430 S:      Maintained
8431 F:      net/
8432 F:      include/net/
8433 F:      include/linux/in.h
8434 F:      include/linux/net.h
8435 F:      include/linux/netdevice.h
8436 F:      include/uapi/linux/in.h
8437 F:      include/uapi/linux/net.h
8438 F:      include/uapi/linux/netdevice.h
8439 F:      include/uapi/linux/net_namespace.h
8440 F:      tools/net/
8441 F:      tools/testing/selftests/net/
8442 F:      lib/random32.c
8443 F:      lib/test_bpf.c
8444
8445 NETWORKING [IPv4/IPv6]
8446 M:      "David S. Miller" <[email protected]>
8447 M:      Alexey Kuznetsov <[email protected]>
8448 M:      James Morris <[email protected]>
8449 M:      Hideaki YOSHIFUJI <[email protected]>
8450 M:      Patrick McHardy <[email protected]>
8451 L:      [email protected]
8452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8453 S:      Maintained
8454 F:      net/ipv4/
8455 F:      net/ipv6/
8456 F:      include/net/ip*
8457 F:      arch/x86/net/*
8458
8459 NETWORKING [IPSEC]
8460 M:      Steffen Klassert <[email protected]>
8461 M:      Herbert Xu <[email protected]>
8462 M:      "David S. Miller" <[email protected]>
8463 L:      [email protected]
8464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8466 S:      Maintained
8467 F:      net/core/flow.c
8468 F:      net/xfrm/
8469 F:      net/key/
8470 F:      net/ipv4/xfrm*
8471 F:      net/ipv4/esp4.c
8472 F:      net/ipv4/ah4.c
8473 F:      net/ipv4/ipcomp.c
8474 F:      net/ipv4/ip_vti.c
8475 F:      net/ipv6/xfrm*
8476 F:      net/ipv6/esp6.c
8477 F:      net/ipv6/ah6.c
8478 F:      net/ipv6/ipcomp6.c
8479 F:      net/ipv6/ip6_vti.c
8480 F:      include/uapi/linux/xfrm.h
8481 F:      include/net/xfrm.h
8482
8483 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8484 M:      Paul Moore <[email protected]>
8485 L:      [email protected]
8486 S:      Maintained
8487
8488 NETWORKING [WIRELESS]
8489 L:      [email protected]
8490 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8491
8492 NETWORKING DRIVERS
8493 L:      [email protected]
8494 W:      http://www.linuxfoundation.org/en/Net
8495 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8498 S:      Odd Fixes
8499 F:      Documentation/devicetree/bindings/net/
8500 F:      drivers/net/
8501 F:      include/linux/if_*
8502 F:      include/linux/netdevice.h
8503 F:      include/linux/etherdevice.h
8504 F:      include/linux/fcdevice.h
8505 F:      include/linux/fddidevice.h
8506 F:      include/linux/hippidevice.h
8507 F:      include/linux/inetdevice.h
8508 F:      include/uapi/linux/if_*
8509 F:      include/uapi/linux/netdevice.h
8510
8511 NETWORKING DRIVERS (WIRELESS)
8512 M:      Kalle Valo <[email protected]>
8513 L:      [email protected]
8514 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8517 S:      Maintained
8518 F:      Documentation/devicetree/bindings/net/wireless/
8519 F:      drivers/net/wireless/
8520
8521 NETXEN (1/10) GbE SUPPORT
8522 M:      Manish Chopra <[email protected]>
8523 M:      Sony Chacko <[email protected]>
8524 M:      Rajesh Borundia <[email protected]>
8525 L:      [email protected]
8526 W:      http://www.qlogic.com
8527 S:      Supported
8528 F:      drivers/net/ethernet/qlogic/netxen/
8529
8530 NFC SUBSYSTEM
8531 M:      Lauro Ramos Venancio <[email protected]>
8532 M:      Aloisio Almeida Jr <[email protected]>
8533 M:      Samuel Ortiz <[email protected]>
8534 L:      [email protected]
8535 L:      [email protected] (subscribers-only)
8536 S:      Supported
8537 F:      net/nfc/
8538 F:      include/net/nfc/
8539 F:      include/uapi/linux/nfc.h
8540 F:      drivers/nfc/
8541 F:      include/linux/platform_data/nfcmrvl.h
8542 F:      include/linux/platform_data/nxp-nci.h
8543 F:      include/linux/platform_data/pn544.h
8544 F:      include/linux/platform_data/st21nfca.h
8545 F:      include/linux/platform_data/st-nci.h
8546 F:      Documentation/devicetree/bindings/net/nfc/
8547
8548 NFS, SUNRPC, AND LOCKD CLIENTS
8549 M:      Trond Myklebust <[email protected]>
8550 M:      Anna Schumaker <[email protected]>
8551 L:      [email protected]
8552 W:      http://client.linux-nfs.org
8553 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8554 S:      Maintained
8555 F:      fs/lockd/
8556 F:      fs/nfs/
8557 F:      fs/nfs_common/
8558 F:      net/sunrpc/
8559 F:      include/linux/lockd/
8560 F:      include/linux/nfs*
8561 F:      include/linux/sunrpc/
8562 F:      include/uapi/linux/nfs*
8563 F:      include/uapi/linux/sunrpc/
8564
8565 NILFS2 FILESYSTEM
8566 M:      Ryusuke Konishi <[email protected]>
8567 L:      [email protected]
8568 W:      http://nilfs.sourceforge.net/
8569 W:      http://nilfs.osdn.jp/
8570 T:      git git://github.com/konis/nilfs2.git
8571 S:      Supported
8572 F:      Documentation/filesystems/nilfs2.txt
8573 F:      fs/nilfs2/
8574 F:      include/trace/events/nilfs2.h
8575 F:      include/uapi/linux/nilfs2_api.h
8576 F:      include/uapi/linux/nilfs2_ondisk.h
8577
8578 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8579 M:      YOKOTA Hiroshi <[email protected]>
8580 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8581 S:      Maintained
8582 F:      Documentation/scsi/NinjaSCSI.txt
8583 F:      drivers/scsi/pcmcia/nsp_*
8584
8585 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8586 M:      GOTO Masanori <[email protected]>
8587 M:      YOKOTA Hiroshi <[email protected]>
8588 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8589 S:      Maintained
8590 F:      Documentation/scsi/NinjaSCSI.txt
8591 F:      drivers/scsi/nsp32*
8592
8593 NIOS2 ARCHITECTURE
8594 M:      Ley Foon Tan <[email protected]>
8595 L:      [email protected] (moderated for non-subscribers)
8596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8597 S:      Maintained
8598 F:      arch/nios2/
8599
8600 NOKIA N900 POWER SUPPLY DRIVERS
8601 R:      Pali Rohár <[email protected]>
8602 F:      include/linux/power/bq2415x_charger.h
8603 F:      include/linux/power/bq27xxx_battery.h
8604 F:      include/linux/power/isp1704_charger.h
8605 F:      drivers/power/supply/bq2415x_charger.c
8606 F:      drivers/power/supply/bq27xxx_battery.c
8607 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8608 F:      drivers/power/supply/isp1704_charger.c
8609 F:      drivers/power/supply/rx51_battery.c
8610
8611 NTB DRIVER CORE
8612 M:      Jon Mason <[email protected]>
8613 M:      Dave Jiang <[email protected]>
8614 M:      Allen Hubbe <[email protected]>
8615 L:      [email protected]
8616 S:      Supported
8617 W:      https://github.com/jonmason/ntb/wiki
8618 T:      git git://github.com/jonmason/ntb.git
8619 F:      drivers/ntb/
8620 F:      drivers/net/ntb_netdev.c
8621 F:      include/linux/ntb.h
8622 F:      include/linux/ntb_transport.h
8623 F:      tools/testing/selftests/ntb/
8624
8625 NTB INTEL DRIVER
8626 M:      Jon Mason <[email protected]>
8627 M:      Dave Jiang <[email protected]>
8628 L:      [email protected]
8629 S:      Supported
8630 W:      https://github.com/jonmason/ntb/wiki
8631 T:      git git://github.com/jonmason/ntb.git
8632 F:      drivers/ntb/hw/intel/
8633
8634 NTB AMD DRIVER
8635 M:      Xiangliang Yu <[email protected]>
8636 L:      [email protected]
8637 S:      Supported
8638 F:      drivers/ntb/hw/amd/
8639
8640 NTFS FILESYSTEM
8641 M:      Anton Altaparmakov <[email protected]>
8642 L:      [email protected]
8643 W:      http://www.tuxera.com/
8644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8645 S:      Supported
8646 F:      Documentation/filesystems/ntfs.txt
8647 F:      fs/ntfs/
8648
8649 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8650 M:      Antonino Daplas <[email protected]>
8651 L:      [email protected]
8652 S:      Maintained
8653 F:      drivers/video/fbdev/riva/
8654 F:      drivers/video/fbdev/nvidia/
8655
8656 NVM EXPRESS DRIVER
8657 M:      Keith Busch <[email protected]>
8658 M:      Jens Axboe <[email protected]>
8659 L:      [email protected]
8660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8661 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8662 S:      Supported
8663 F:      drivers/nvme/host/
8664 F:      include/linux/nvme.h
8665
8666 NVM EXPRESS TARGET DRIVER
8667 M:      Christoph Hellwig <[email protected]>
8668 M:      Sagi Grimberg <[email protected]>
8669 L:      [email protected]
8670 S:      Supported
8671 F:      drivers/nvme/target/
8672
8673 NVMEM FRAMEWORK
8674 M:      Srinivas Kandagatla <[email protected]>
8675 M:      Maxime Ripard <[email protected]>
8676 S:      Maintained
8677 F:      drivers/nvmem/
8678 F:      Documentation/devicetree/bindings/nvmem/
8679 F:      include/linux/nvmem-consumer.h
8680 F:      include/linux/nvmem-provider.h
8681
8682 NXP-NCI NFC DRIVER
8683 M:      Clément Perrochaud <[email protected]>
8684 R:      Charles Gorand <[email protected]>
8685 L:      [email protected] (moderated for non-subscribers)
8686 S:      Supported
8687 F:      drivers/nfc/nxp-nci
8688
8689 NXP TDA998X DRM DRIVER
8690 M:      Russell King <[email protected]>
8691 S:      Supported
8692 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8693 F:      include/drm/i2c/tda998x.h
8694
8695 NXP TFA9879 DRIVER
8696 M:      Peter Rosin <[email protected]>
8697 L:      [email protected] (moderated for non-subscribers)
8698 S:      Maintained
8699 F:      sound/soc/codecs/tfa9879*
8700
8701 OBJTOOL
8702 M:      Josh Poimboeuf <[email protected]>
8703 S:      Supported
8704 F:      tools/objtool/
8705
8706 OMAP SUPPORT
8707 M:      Tony Lindgren <[email protected]>
8708 L:      [email protected]
8709 W:      http://www.muru.com/linux/omap/
8710 W:      http://linux.omap.com/
8711 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8713 S:      Maintained
8714 F:      arch/arm/*omap*/
8715 F:      arch/arm/configs/omap1_defconfig
8716 F:      arch/arm/configs/omap2plus_defconfig
8717 F:      drivers/i2c/busses/i2c-omap.c
8718 F:      drivers/irqchip/irq-omap-intc.c
8719 F:      drivers/mfd/*omap*.c
8720 F:      drivers/mfd/menelaus.c
8721 F:      drivers/mfd/palmas.c
8722 F:      drivers/mfd/tps65217.c
8723 F:      drivers/mfd/tps65218.c
8724 F:      drivers/mfd/tps65910.c
8725 F:      drivers/mfd/twl-core.[ch]
8726 F:      drivers/mfd/twl4030*.c
8727 F:      drivers/mfd/twl6030*.c
8728 F:      drivers/mfd/twl6040*.c
8729 F:      drivers/regulator/palmas-regulator*.c
8730 F:      drivers/regulator/pbias-regulator.c
8731 F:      drivers/regulator/tps65217-regulator.c
8732 F:      drivers/regulator/tps65218-regulator.c
8733 F:      drivers/regulator/tps65910-regulator.c
8734 F:      drivers/regulator/twl-regulator.c
8735 F:      include/linux/i2c-omap.h
8736
8737 OMAP DEVICE TREE SUPPORT
8738 M:      Benoît Cousson <[email protected]>
8739 M:      Tony Lindgren <[email protected]>
8740 L:      [email protected]
8741 L:      [email protected]
8742 S:      Maintained
8743 F:      arch/arm/boot/dts/*omap*
8744 F:      arch/arm/boot/dts/*am3*
8745 F:      arch/arm/boot/dts/*am4*
8746 F:      arch/arm/boot/dts/*am5*
8747 F:      arch/arm/boot/dts/*dra7*
8748
8749 OMAP CLOCK FRAMEWORK SUPPORT
8750 M:      Paul Walmsley <[email protected]>
8751 L:      [email protected]
8752 S:      Maintained
8753 F:      arch/arm/*omap*/*clock*
8754
8755 OMAP POWER MANAGEMENT SUPPORT
8756 M:      Kevin Hilman <[email protected]>
8757 L:      [email protected]
8758 S:      Maintained
8759 F:      arch/arm/*omap*/*pm*
8760 F:      drivers/cpufreq/omap-cpufreq.c
8761
8762 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8763 M:      Rajendra Nayak <[email protected]>
8764 M:      Paul Walmsley <[email protected]>
8765 L:      [email protected]
8766 S:      Maintained
8767 F:      arch/arm/mach-omap2/prm*
8768
8769 OMAP AUDIO SUPPORT
8770 M:      Peter Ujfalusi <[email protected]>
8771 M:      Jarkko Nikula <[email protected]>
8772 L:      [email protected] (moderated for non-subscribers)
8773 L:      [email protected]
8774 S:      Maintained
8775 F:      sound/soc/omap/
8776
8777 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8778 M:      Roger Quadros <[email protected]>
8779 M:      Tony Lindgren <[email protected]>
8780 L:      [email protected]
8781 S:      Maintained
8782 F:      drivers/memory/omap-gpmc.c
8783 F:      arch/arm/mach-omap2/*gpmc*
8784
8785 OMAP FRAMEBUFFER SUPPORT
8786 M:      Tomi Valkeinen <[email protected]>
8787 L:      [email protected]
8788 L:      [email protected]
8789 S:      Maintained
8790 F:      drivers/video/fbdev/omap/
8791
8792 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8793 M:      Tomi Valkeinen <[email protected]>
8794 L:      [email protected]
8795 L:      [email protected]
8796 S:      Maintained
8797 F:      drivers/video/fbdev/omap2/
8798 F:      Documentation/arm/OMAP/DSS
8799
8800 OMAP HARDWARE SPINLOCK SUPPORT
8801 M:      Ohad Ben-Cohen <[email protected]>
8802 L:      [email protected]
8803 S:      Maintained
8804 F:      drivers/hwspinlock/omap_hwspinlock.c
8805
8806 OMAP MMC SUPPORT
8807 M:      Jarkko Lavinen <[email protected]>
8808 L:      [email protected]
8809 S:      Maintained
8810 F:      drivers/mmc/host/omap.c
8811
8812 OMAP HS MMC SUPPORT
8813 L:      [email protected]
8814 L:      [email protected]
8815 S:      Orphan
8816 F:      drivers/mmc/host/omap_hsmmc.c
8817
8818 OMAP RANDOM NUMBER GENERATOR SUPPORT
8819 M:      Deepak Saxena <[email protected]>
8820 S:      Maintained
8821 F:      drivers/char/hw_random/omap-rng.c
8822
8823 OMAP HWMOD SUPPORT
8824 M:      Benoît Cousson <[email protected]>
8825 M:      Paul Walmsley <[email protected]>
8826 L:      [email protected]
8827 S:      Maintained
8828 F:      arch/arm/mach-omap2/omap_hwmod.*
8829
8830 OMAP HWMOD DATA
8831 M:      Paul Walmsley <[email protected]>
8832 L:      [email protected]
8833 S:      Maintained
8834 F:      arch/arm/mach-omap2/omap_hwmod*data*
8835
8836 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8837 M:      Benoît Cousson <[email protected]>
8838 L:      [email protected]
8839 S:      Maintained
8840 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8841
8842 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8843 M:      Laurent Pinchart <[email protected]>
8844 L:      [email protected]
8845 S:      Maintained
8846 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8847 F:      drivers/media/platform/omap3isp/
8848 F:      drivers/staging/media/omap4iss/
8849
8850 OMAP USB SUPPORT
8851 L:      [email protected]
8852 L:      [email protected]
8853 S:      Orphan
8854 F:      drivers/usb/*/*omap*
8855 F:      arch/arm/*omap*/usb*
8856
8857 OMAP GPIO DRIVER
8858 M:      Grygorii Strashko <[email protected]>
8859 M:      Santosh Shilimkar <[email protected]>
8860 M:      Kevin Hilman <[email protected]>
8861 L:      [email protected]
8862 S:      Maintained
8863 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8864 F:      drivers/gpio/gpio-omap.c
8865
8866 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8867 M:      Mark Jackson <[email protected]>
8868 L:      [email protected]
8869 S:      Maintained
8870 F:      arch/arm/boot/dts/am335x-nano.dts
8871
8872 OMFS FILESYSTEM
8873 M:      Bob Copeland <[email protected]>
8874 L:      [email protected]
8875 S:      Maintained
8876 F:      Documentation/filesystems/omfs.txt
8877 F:      fs/omfs/
8878
8879 OMNIKEY CARDMAN 4000 DRIVER
8880 M:      Harald Welte <[email protected]>
8881 S:      Maintained
8882 F:      drivers/char/pcmcia/cm4000_cs.c
8883 F:      include/linux/cm4000_cs.h
8884 F:      include/uapi/linux/cm4000_cs.h
8885
8886 OMNIKEY CARDMAN 4040 DRIVER
8887 M:      Harald Welte <[email protected]>
8888 S:      Maintained
8889 F:      drivers/char/pcmcia/cm4040_cs.*
8890
8891 OMNIVISION OV7670 SENSOR DRIVER
8892 M:      Jonathan Corbet <[email protected]>
8893 L:      [email protected]
8894 T:      git git://linuxtv.org/media_tree.git
8895 S:      Maintained
8896 F:      drivers/media/i2c/ov7670.c
8897
8898 ONENAND FLASH DRIVER
8899 M:      Kyungmin Park <[email protected]>
8900 L:      [email protected]
8901 S:      Maintained
8902 F:      drivers/mtd/onenand/
8903 F:      include/linux/mtd/onenand*.h
8904
8905 ONSTREAM SCSI TAPE DRIVER
8906 M:      Willem Riede <[email protected]>
8907 L:      [email protected]
8908 L:      [email protected]
8909 S:      Maintained
8910 F:      Documentation/scsi/osst.txt
8911 F:      drivers/scsi/osst.*
8912 F:      drivers/scsi/osst_*.h
8913 F:      drivers/scsi/st.h
8914
8915 OPENCORES I2C BUS DRIVER
8916 M:      Peter Korsgaard <[email protected]>
8917 L:      [email protected]
8918 S:      Maintained
8919 F:      Documentation/i2c/busses/i2c-ocores
8920 F:      drivers/i2c/busses/i2c-ocores.c
8921
8922 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8923 M:      Rob Herring <[email protected]>
8924 M:      Frank Rowand <[email protected]>
8925 L:      [email protected]
8926 W:      http://www.devicetree.org/
8927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8928 S:      Maintained
8929 F:      drivers/of/
8930 F:      include/linux/of*.h
8931 F:      scripts/dtc/
8932
8933 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8934 M:      Rob Herring <[email protected]>
8935 M:      Mark Rutland <[email protected]>
8936 L:      [email protected]
8937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8938 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8939 S:      Maintained
8940 F:      Documentation/devicetree/
8941 F:      arch/*/boot/dts/
8942 F:      include/dt-bindings/
8943
8944 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8945 M:      Pantelis Antoniou <[email protected]>
8946 L:      [email protected]
8947 S:      Maintained
8948 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8949 F:      Documentation/devicetree/overlay-notes.txt
8950 F:      drivers/of/overlay.c
8951 F:      drivers/of/resolver.c
8952
8953 OPENRISC ARCHITECTURE
8954 M:      Jonas Bonn <[email protected]>
8955 W:      http://openrisc.net
8956 S:      Maintained
8957 T:      git git://openrisc.net/~jonas/linux
8958 F:      arch/openrisc/
8959
8960 OPENVSWITCH
8961 M:      Pravin Shelar <[email protected]>
8962 L:      [email protected]
8963 L:      [email protected]
8964 W:      http://openvswitch.org
8965 S:      Maintained
8966 F:      net/openvswitch/
8967 F:      include/uapi/linux/openvswitch.h
8968
8969 OPERATING PERFORMANCE POINTS (OPP)
8970 M:      Viresh Kumar <[email protected]>
8971 M:      Nishanth Menon <[email protected]>
8972 M:      Stephen Boyd <[email protected]>
8973 L:      [email protected]
8974 S:      Maintained
8975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8976 F:      drivers/base/power/opp/
8977 F:      include/linux/pm_opp.h
8978 F:      Documentation/power/opp.txt
8979 F:      Documentation/devicetree/bindings/opp/
8980
8981 OPL4 DRIVER
8982 M:      Clemens Ladisch <[email protected]>
8983 L:      [email protected] (moderated for non-subscribers)
8984 T:      git git://git.alsa-project.org/alsa-kernel.git
8985 S:      Maintained
8986 F:      sound/drivers/opl4/
8987
8988 OPROFILE
8989 M:      Robert Richter <[email protected]>
8990 L:      [email protected]
8991 S:      Maintained
8992 F:      arch/*/include/asm/oprofile*.h
8993 F:      arch/*/oprofile/
8994 F:      drivers/oprofile/
8995 F:      include/linux/oprofile.h
8996
8997 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8998 M:      Mark Fasheh <[email protected]>
8999 M:      Joel Becker <[email protected]>
9000 L:      [email protected] (moderated for non-subscribers)
9001 W:      http://ocfs2.wiki.kernel.org
9002 S:      Supported
9003 F:      Documentation/filesystems/ocfs2.txt
9004 F:      Documentation/filesystems/dlmfs.txt
9005 F:      fs/ocfs2/
9006
9007 ORINOCO DRIVER
9008 L:      [email protected]
9009 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9010 W:      http://www.nongnu.org/orinoco/
9011 S:      Orphan
9012 F:      drivers/net/wireless/intersil/orinoco/
9013
9014 OSD LIBRARY and FILESYSTEM
9015 M:      Boaz Harrosh <[email protected]>
9016 M:      Benny Halevy <[email protected]>
9017 L:      [email protected]
9018 W:      http://open-osd.org
9019 T:      git git://git.open-osd.org/open-osd.git
9020 S:      Maintained
9021 F:      drivers/scsi/osd/
9022 F:      include/scsi/osd_*
9023 F:      fs/exofs/
9024
9025 OVERLAY FILESYSTEM
9026 M:      Miklos Szeredi <[email protected]>
9027 L:      [email protected]
9028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9029 S:      Supported
9030 F:      fs/overlayfs/
9031 F:      Documentation/filesystems/overlayfs.txt
9032
9033 ORANGEFS FILESYSTEM
9034 M:      Mike Marshall <[email protected]>
9035 L:      [email protected] (subscribers-only)
9036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9037 S:      Supported
9038 F:      fs/orangefs/
9039 F:      Documentation/filesystems/orangefs.txt
9040
9041 P54 WIRELESS DRIVER
9042 M:      Christian Lamparter <[email protected]>
9043 L:      [email protected]
9044 W:      http://wireless.kernel.org/en/users/Drivers/p54
9045 S:      Maintained
9046 F:      drivers/net/wireless/intersil/p54/
9047
9048 PA SEMI ETHERNET DRIVER
9049 L:      [email protected]
9050 S:      Orphan
9051 F:      drivers/net/ethernet/pasemi/*
9052
9053 PA SEMI SMBUS DRIVER
9054 L:      [email protected]
9055 S:      Orphan
9056 F:      drivers/i2c/busses/i2c-pasemi.c
9057
9058 PADATA PARALLEL EXECUTION MECHANISM
9059 M:      Steffen Klassert <[email protected]>
9060 L:      [email protected]
9061 S:      Maintained
9062 F:      kernel/padata.c
9063 F:      include/linux/padata.h
9064 F:      Documentation/padata.txt
9065
9066 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9067 M:      Harald Welte <[email protected]>
9068 L:      [email protected]
9069 S:      Maintained
9070 F:      drivers/platform/x86/panasonic-laptop.c
9071
9072 PANASONIC MN10300/AM33/AM34 PORT
9073 M:      David Howells <[email protected]>
9074 L:      [email protected] (moderated for non-subscribers)
9075 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9076 S:      Maintained
9077 F:      Documentation/mn10300/
9078 F:      arch/mn10300/
9079
9080 PARALLEL LCD/KEYPAD PANEL DRIVER
9081 M:      Willy Tarreau <[email protected]>
9082 M:      Ksenija Stanojevic <[email protected]>
9083 S:      Odd Fixes
9084 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9085 F:      drivers/misc/panel.c
9086
9087 PARALLEL PORT SUBSYSTEM
9088 M:      Sudip Mukherjee <[email protected]>
9089 M:      Sudip Mukherjee <[email protected]>
9090 L:      [email protected] (subscribers-only)
9091 S:      Maintained
9092 F:      drivers/parport/
9093 F:      include/linux/parport*.h
9094 F:      drivers/char/ppdev.c
9095 F:      include/uapi/linux/ppdev.h
9096 F:      Documentation/parport*.txt
9097
9098 PARAVIRT_OPS INTERFACE
9099 M:      Jeremy Fitzhardinge <[email protected]>
9100 M:      Chris Wright <[email protected]>
9101 M:      Alok Kataria <[email protected]>
9102 M:      Rusty Russell <[email protected]>
9103 L:      [email protected]
9104 S:      Supported
9105 F:      Documentation/virtual/paravirt_ops.txt
9106 F:      arch/*/kernel/paravirt*
9107 F:      arch/*/include/asm/paravirt.h
9108 F:      include/linux/hypervisor.h
9109
9110 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9111 M:      Tim Waugh <[email protected]>
9112 L:      [email protected] (subscribers-only)
9113 S:      Maintained
9114 F:      Documentation/blockdev/paride.txt
9115 F:      drivers/block/paride/
9116
9117 PARISC ARCHITECTURE
9118 M:      "James E.J. Bottomley" <[email protected]>
9119 M:      Helge Deller <[email protected]>
9120 L:      [email protected]
9121 W:      http://www.parisc-linux.org/
9122 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9125 S:      Maintained
9126 F:      arch/parisc/
9127 F:      Documentation/parisc/
9128 F:      drivers/parisc/
9129 F:      drivers/char/agp/parisc-agp.c
9130 F:      drivers/input/serio/gscps2.c
9131 F:      drivers/parport/parport_gsc.*
9132 F:      drivers/tty/serial/8250/8250_gsc.c
9133 F:      drivers/video/fbdev/sti*
9134 F:      drivers/video/console/sti*
9135 F:      drivers/video/logo/logo_parisc*
9136
9137 PC87360 HARDWARE MONITORING DRIVER
9138 M:      Jim Cromie <[email protected]>
9139 L:      [email protected]
9140 S:      Maintained
9141 F:      Documentation/hwmon/pc87360
9142 F:      drivers/hwmon/pc87360.c
9143
9144 PC8736x GPIO DRIVER
9145 M:      Jim Cromie <[email protected]>
9146 S:      Maintained
9147 F:      drivers/char/pc8736x_gpio.c
9148
9149 PC87427 HARDWARE MONITORING DRIVER
9150 M:      Jean Delvare <[email protected]>
9151 L:      [email protected]
9152 S:      Maintained
9153 F:      Documentation/hwmon/pc87427
9154 F:      drivers/hwmon/pc87427.c
9155
9156 PCA9532 LED DRIVER
9157 M:      Riku Voipio <[email protected]>
9158 S:      Maintained
9159 F:      drivers/leds/leds-pca9532.c
9160 F:      include/linux/leds-pca9532.h
9161
9162 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9163 M:      Guenter Roeck <[email protected]>
9164 L:      [email protected]
9165 S:      Maintained
9166 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9167
9168 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9169 M:      Khalid Aziz <[email protected]>
9170 S:      Maintained
9171 F:      drivers/firmware/pcdp.*
9172
9173 PCI ERROR RECOVERY
9174 M:      Linas Vepstas <[email protected]>
9175 L:      [email protected]
9176 S:      Supported
9177 F:      Documentation/PCI/pci-error-recovery.txt
9178
9179 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9180 M:      Russell Currey <[email protected]>
9181 L:      [email protected]
9182 S:      Supported
9183 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9184 F:      arch/powerpc/kernel/eeh*.c
9185 F:      arch/powerpc/platforms/*/eeh*.c
9186 F:      arch/powerpc/include/*/eeh*.h
9187
9188 PCI SUBSYSTEM
9189 M:      Bjorn Helgaas <[email protected]>
9190 L:      [email protected]
9191 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9193 S:      Supported
9194 F:      Documentation/devicetree/bindings/pci/
9195 F:      Documentation/PCI/
9196 F:      drivers/pci/
9197 F:      include/linux/pci*
9198 F:      arch/x86/pci/
9199 F:      arch/x86/kernel/quirks.c
9200
9201 PCI DRIVER FOR ALTERA PCIE IP
9202 M:      Ley Foon Tan <[email protected]>
9203 L:      [email protected] (moderated for non-subscribers)
9204 L:      [email protected]
9205 S:      Supported
9206 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9207 F:      drivers/pci/host/pcie-altera.c
9208
9209 PCI DRIVER FOR ARM VERSATILE PLATFORM
9210 M:      Rob Herring <[email protected]>
9211 L:      [email protected]
9212 L:      [email protected]
9213 S:      Maintained
9214 F:      Documentation/devicetree/bindings/pci/versatile.txt
9215 F:      drivers/pci/host/pci-versatile.c
9216
9217 PCI DRIVER FOR ARMADA 8K
9218 M:      Thomas Petazzoni <[email protected]>
9219 L:      [email protected]
9220 L:      [email protected]
9221 S:      Maintained
9222 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9223 F:      drivers/pci/host/pcie-armada8k.c
9224
9225 PCI DRIVER FOR APPLIEDMICRO XGENE
9226 M:      Tanmay Inamdar <[email protected]>
9227 L:      [email protected]
9228 L:      [email protected]
9229 S:      Maintained
9230 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9231 F:      drivers/pci/host/pci-xgene.c
9232
9233 PCI DRIVER FOR FREESCALE LAYERSCAPE
9234 M:      Minghuan Lian <[email protected]>
9235 M:      Mingkai Hu <[email protected]>
9236 M:      Roy Zang <[email protected]>
9237 L:      [email protected]
9238 L:      [email protected]
9239 L:      [email protected]
9240 S:      Maintained
9241 F:      drivers/pci/host/*layerscape*
9242
9243 PCI DRIVER FOR IMX6
9244 M:      Richard Zhu <[email protected]>
9245 M:      Lucas Stach <[email protected]>
9246 L:      [email protected]
9247 L:      [email protected] (moderated for non-subscribers)
9248 S:      Maintained
9249 F:      drivers/pci/host/*imx6*
9250
9251 PCI DRIVER FOR TI KEYSTONE
9252 M:      Murali Karicheri <[email protected]>
9253 L:      [email protected]
9254 L:      [email protected] (moderated for non-subscribers)
9255 S:      Maintained
9256 F:      drivers/pci/host/*keystone*
9257
9258 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9259 M:      Thomas Petazzoni <[email protected]>
9260 M:      Jason Cooper <[email protected]>
9261 L:      [email protected]
9262 L:      [email protected] (moderated for non-subscribers)
9263 S:      Maintained
9264 F:      drivers/pci/host/*mvebu*
9265
9266 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9267 M:      Thomas Petazzoni <[email protected]>
9268 L:      [email protected]
9269 L:      [email protected] (moderated for non-subscribers)
9270 S:      Maintained
9271 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9272 F:      drivers/pci/host/pci-aardvark.c
9273
9274 PCI DRIVER FOR NVIDIA TEGRA
9275 M:      Thierry Reding <[email protected]>
9276 L:      [email protected]
9277 L:      [email protected]
9278 S:      Supported
9279 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9280 F:      drivers/pci/host/pci-tegra.c
9281
9282 PCI DRIVER FOR TI DRA7XX
9283 M:      Kishon Vijay Abraham I <[email protected]>
9284 L:      [email protected]
9285 L:      [email protected]
9286 S:      Supported
9287 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9288 F:      drivers/pci/host/pci-dra7xx.c
9289
9290 PCI DRIVER FOR RENESAS R-CAR
9291 M:      Simon Horman <[email protected]>
9292 L:      [email protected]
9293 L:      [email protected]
9294 S:      Maintained
9295 F:      drivers/pci/host/*rcar*
9296
9297 PCI DRIVER FOR SAMSUNG EXYNOS
9298 M:      Jingoo Han <[email protected]>
9299 L:      [email protected]
9300 L:      [email protected] (moderated for non-subscribers)
9301 L:      [email protected] (moderated for non-subscribers)
9302 S:      Maintained
9303 F:      drivers/pci/host/pci-exynos.c
9304
9305 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9306 M:      Jingoo Han <[email protected]>
9307 M:      Pratyush Anand <[email protected]>
9308 L:      [email protected]
9309 S:      Maintained
9310 F:      drivers/pci/host/*designware*
9311
9312 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9313 M:      Jose Abreu <[email protected]>
9314 L:      [email protected]
9315 S:      Maintained
9316 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9317 F:      drivers/pci/host/pcie-designware-plat.c
9318
9319 PCI DRIVER FOR GENERIC OF HOSTS
9320 M:      Will Deacon <[email protected]>
9321 L:      [email protected]
9322 L:      [email protected] (moderated for non-subscribers)
9323 S:      Maintained
9324 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9325 F:      drivers/pci/host/pci-host-common.c
9326 F:      drivers/pci/host/pci-host-generic.c
9327
9328 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9329 M:      Keith Busch <[email protected]>
9330 L:      [email protected]
9331 S:      Supported
9332 F:      arch/x86/pci/vmd.c
9333
9334 PCIE DRIVER FOR ST SPEAR13XX
9335 M:      Pratyush Anand <[email protected]>
9336 L:      [email protected]
9337 S:      Maintained
9338 F:      drivers/pci/host/*spear*
9339
9340 PCI MSI DRIVER FOR ALTERA MSI IP
9341 M:      Ley Foon Tan <[email protected]>
9342 L:      [email protected] (moderated for non-subscribers)
9343 L:      [email protected]
9344 S:      Supported
9345 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9346 F:      drivers/pci/host/pcie-altera-msi.c
9347
9348 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9349 M:      Duc Dang <[email protected]>
9350 L:      [email protected]
9351 L:      [email protected]
9352 S:      Maintained
9353 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9354 F:      drivers/pci/host/pci-xgene-msi.c
9355
9356 PCIE DRIVER FOR AXIS ARTPEC
9357 M:      Niklas Cassel <[email protected]>
9358 M:      Jesper Nilsson <[email protected]>
9359 L:      [email protected]
9360 L:      [email protected]
9361 S:      Maintained
9362 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9363 F:      drivers/pci/host/*artpec*
9364
9365 PCIE DRIVER FOR HISILICON
9366 M:      Zhou Wang <[email protected]>
9367 M:      Gabriele Paoloni <[email protected]>
9368 L:      [email protected]
9369 S:      Maintained
9370 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9371 F:      drivers/pci/host/pcie-hisi.c
9372
9373 PCIE DRIVER FOR ROCKCHIP
9374 M:      Shawn Lin <[email protected]>
9375 M:      Wenrui Li <[email protected]>
9376 L:      [email protected]
9377 L:      [email protected]
9378 S:      Maintained
9379 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9380 F:      drivers/pci/host/pcie-rockchip.c
9381
9382 PCIE DRIVER FOR QUALCOMM MSM
9383 M:     Stanimir Varbanov <[email protected]>
9384 L:     [email protected]
9385 L:     [email protected]
9386 S:     Maintained
9387 F:     drivers/pci/host/*qcom*
9388
9389 PCIE DRIVER FOR CAVIUM THUNDERX
9390 M:      David Daney <[email protected]>
9391 L:      [email protected]
9392 L:      [email protected] (moderated for non-subscribers)
9393 S:      Supported
9394 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9395 F:      drivers/pci/host/pci-thunder-*
9396
9397 PCMCIA SUBSYSTEM
9398 P:      Linux PCMCIA Team
9399 L:      [email protected]
9400 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9402 S:      Maintained
9403 F:      Documentation/pcmcia/
9404 F:      tools/pcmcia/
9405 F:      drivers/pcmcia/
9406 F:      include/pcmcia/
9407
9408 PCNET32 NETWORK DRIVER
9409 M:      Don Fry <[email protected]>
9410 L:      [email protected]
9411 S:      Maintained
9412 F:      drivers/net/ethernet/amd/pcnet32.c
9413
9414 PCRYPT PARALLEL CRYPTO ENGINE
9415 M:      Steffen Klassert <[email protected]>
9416 L:      [email protected]
9417 S:      Maintained
9418 F:      crypto/pcrypt.c
9419 F:      include/crypto/pcrypt.h
9420
9421 PER-CPU MEMORY ALLOCATOR
9422 M:      Tejun Heo <[email protected]>
9423 M:      Christoph Lameter <[email protected]>
9424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9425 S:      Maintained
9426 F:      include/linux/percpu*.h
9427 F:      mm/percpu*.c
9428 F:      arch/*/include/asm/percpu.h
9429
9430 PER-TASK DELAY ACCOUNTING
9431 M:      Balbir Singh <[email protected]>
9432 S:      Maintained
9433 F:      include/linux/delayacct.h
9434 F:      kernel/delayacct.c
9435
9436 PERFORMANCE EVENTS SUBSYSTEM
9437 M:      Peter Zijlstra <[email protected]>
9438 M:      Ingo Molnar <[email protected]>
9439 M:      Arnaldo Carvalho de Melo <[email protected]>
9440 R:      Alexander Shishkin <[email protected]>
9441 L:      [email protected]
9442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9443 S:      Supported
9444 F:      kernel/events/*
9445 F:      include/linux/perf_event.h
9446 F:      include/uapi/linux/perf_event.h
9447 F:      arch/*/kernel/perf_event*.c
9448 F:      arch/*/kernel/*/perf_event*.c
9449 F:      arch/*/kernel/*/*/perf_event*.c
9450 F:      arch/*/include/asm/perf_event.h
9451 F:      arch/*/kernel/perf_callchain.c
9452 F:      arch/*/events/*
9453 F:      tools/perf/
9454
9455 PERSONALITY HANDLING
9456 M:      Christoph Hellwig <[email protected]>
9457 L:      [email protected]
9458 S:      Maintained
9459 F:      include/linux/personality.h
9460 F:      include/uapi/linux/personality.h
9461
9462 PHONET PROTOCOL
9463 M:      Remi Denis-Courmont <[email protected]>
9464 S:      Supported
9465 F:      Documentation/networking/phonet.txt
9466 F:      include/linux/phonet.h
9467 F:      include/net/phonet/
9468 F:      include/uapi/linux/phonet.h
9469 F:      net/phonet/
9470
9471 PHRAM MTD DRIVER
9472 M:      Joern Engel <[email protected]>
9473 L:      [email protected]
9474 S:      Maintained
9475 F:      drivers/mtd/devices/phram.c
9476
9477 PICOLCD HID DRIVER
9478 M:      Bruno Prémont <[email protected]>
9479 L:      [email protected]
9480 S:      Maintained
9481 F:      drivers/hid/hid-picolcd*
9482
9483 PICOXCELL SUPPORT
9484 M:      Jamie Iles <[email protected]>
9485 L:      [email protected] (moderated for non-subscribers)
9486 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9487 S:      Supported
9488 F:      arch/arm/boot/dts/picoxcell*
9489 F:      arch/arm/mach-picoxcell/
9490 F:      drivers/crypto/picoxcell*
9491
9492 PIN CONTROL SUBSYSTEM
9493 M:      Linus Walleij <[email protected]>
9494 L:      [email protected]
9495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9496 S:      Maintained
9497 F:      Documentation/devicetree/bindings/pinctrl/
9498 F:      Documentation/pinctrl.txt
9499 F:      drivers/pinctrl/
9500 F:      include/linux/pinctrl/
9501
9502 PIN CONTROLLER - ATMEL AT91
9503 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9504 L:      [email protected] (moderated for non-subscribers)
9505 S:      Maintained
9506 F:      drivers/pinctrl/pinctrl-at91.*
9507
9508 PIN CONTROLLER - ATMEL AT91 PIO4
9509 M:      Ludovic Desroches <[email protected]>
9510 L:      [email protected] (moderated for non-subscribers)
9511 L:      [email protected]
9512 S:      Supported
9513 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9514
9515 PIN CONTROLLER - INTEL
9516 M:      Mika Westerberg <[email protected]>
9517 M:      Heikki Krogerus <[email protected]>
9518 S:      Maintained
9519 F:      drivers/pinctrl/intel/
9520
9521 PIN CONTROLLER - RENESAS
9522 M:      Laurent Pinchart <[email protected]>
9523 M:      Geert Uytterhoeven <[email protected]>
9524 L:      [email protected]
9525 S:      Maintained
9526 F:      drivers/pinctrl/sh-pfc/
9527
9528 PIN CONTROLLER - SAMSUNG
9529 M:      Tomasz Figa <[email protected]>
9530 M:      Krzysztof Kozlowski <[email protected]>
9531 M:      Sylwester Nawrocki <[email protected]>
9532 L:      [email protected] (moderated for non-subscribers)
9533 L:      [email protected] (moderated for non-subscribers)
9534 S:      Maintained
9535 F:      drivers/pinctrl/samsung/
9536 F:      include/dt-bindings/pinctrl/samsung.h
9537 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9538
9539 PIN CONTROLLER - SINGLE
9540 M:      Tony Lindgren <[email protected]>
9541 M:      Haojian Zhuang <[email protected]>
9542 L:      [email protected] (moderated for non-subscribers)
9543 L:      [email protected]
9544 S:      Maintained
9545 F:      drivers/pinctrl/pinctrl-single.c
9546
9547 PIN CONTROLLER - ST SPEAR
9548 M:      Viresh Kumar <[email protected]>
9549 L:      [email protected] (moderated for non-subscribers)
9550 W:      http://www.st.com/spear
9551 S:      Maintained
9552 F:      drivers/pinctrl/spear/
9553
9554 PISTACHIO SOC SUPPORT
9555 M:      James Hartley <[email protected]>
9556 M:      Ionela Voinescu <[email protected]>
9557 L:      [email protected]
9558 S:      Maintained
9559 F:      arch/mips/pistachio/
9560 F:      arch/mips/include/asm/mach-pistachio/
9561 F:      arch/mips/boot/dts/pistachio/
9562 F:      arch/mips/configs/pistachio*_defconfig
9563
9564 PKTCDVD DRIVER
9565 M:      Jiri Kosina <[email protected]>
9566 S:      Maintained
9567 F:      drivers/block/pktcdvd.c
9568 F:      include/linux/pktcdvd.h
9569 F:      include/uapi/linux/pktcdvd.h
9570
9571 PKUNITY SOC DRIVERS
9572 M:      Guan Xuetao <[email protected]>
9573 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9574 S:      Maintained
9575 T:      git git://github.com/gxt/linux.git
9576 F:      drivers/input/serio/i8042-unicore32io.h
9577 F:      drivers/i2c/busses/i2c-puv3.c
9578 F:      drivers/video/fbdev/fb-puv3.c
9579 F:      drivers/rtc/rtc-puv3.c
9580
9581 PMBUS HARDWARE MONITORING DRIVERS
9582 M:      Guenter Roeck <[email protected]>
9583 L:      [email protected]
9584 W:      http://hwmon.wiki.kernel.org/
9585 W:      http://www.roeck-us.net/linux/drivers/
9586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9587 S:      Maintained
9588 F:      Documentation/hwmon/pmbus
9589 F:      drivers/hwmon/pmbus/
9590 F:      include/linux/i2c/pmbus.h
9591
9592 PMC SIERRA MaxRAID DRIVER
9593 L:      [email protected]
9594 W:      http://www.pmc-sierra.com/
9595 S:      Orphan
9596 F:      drivers/scsi/pmcraid.*
9597
9598 PMC SIERRA PM8001 DRIVER
9599 M:      Jack Wang <[email protected]>
9600 M:      [email protected]
9601 L:      [email protected]
9602 L:      [email protected]
9603 S:      Supported
9604 F:      drivers/scsi/pm8001/
9605
9606 POSIX CLOCKS and TIMERS
9607 M:      Thomas Gleixner <[email protected]>
9608 L:      [email protected]
9609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9610 S:      Maintained
9611 F:      fs/timerfd.c
9612 F:      include/linux/timer*
9613 F:      kernel/time/*timer*
9614
9615 POWER MANAGEMENT CORE
9616 M:      "Rafael J. Wysocki" <[email protected]>
9617 L:      [email protected]
9618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9619 S:      Supported
9620 F:      drivers/base/power/
9621 F:      include/linux/pm.h
9622 F:      include/linux/pm_*
9623 F:      include/linux/powercap.h
9624 F:      drivers/powercap/
9625
9626 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9627 M:      Sebastian Reichel <[email protected]>
9628 L:      [email protected]
9629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9630 S:      Maintained
9631 F:      Documentation/devicetree/bindings/power/supply/
9632 F:      include/linux/power_supply.h
9633 F:      drivers/power/supply/
9634
9635 POWER STATE COORDINATION INTERFACE (PSCI)
9636 M:      Mark Rutland <[email protected]>
9637 M:      Lorenzo Pieralisi <[email protected]>
9638 L:      [email protected]
9639 S:      Maintained
9640 F:      drivers/firmware/psci.c
9641 F:      include/linux/psci.h
9642 F:      include/uapi/linux/psci.h
9643
9644 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9645 M:      Suraj Jitindar Singh <[email protected]>
9646 L:      [email protected]
9647 S:      Maintained
9648 F:      drivers/char/powernv-op-panel.c
9649
9650 PNP SUPPORT
9651 M:      "Rafael J. Wysocki" <[email protected]>
9652 S:      Maintained
9653 F:      drivers/pnp/
9654
9655 PPP PROTOCOL DRIVERS AND COMPRESSORS
9656 M:      Paul Mackerras <[email protected]>
9657 L:      [email protected]
9658 S:      Maintained
9659 F:      drivers/net/ppp/ppp_*
9660
9661 PPP OVER ATM (RFC 2364)
9662 M:      Mitchell Blank Jr <[email protected]>
9663 S:      Maintained
9664 F:      net/atm/pppoatm.c
9665 F:      include/uapi/linux/atmppp.h
9666
9667 PPP OVER ETHERNET
9668 M:      Michal Ostrowski <[email protected]>
9669 S:      Maintained
9670 F:      drivers/net/ppp/pppoe.c
9671 F:      drivers/net/ppp/pppox.c
9672
9673 PPP OVER L2TP
9674 M:      James Chapman <[email protected]>
9675 S:      Maintained
9676 F:      net/l2tp/l2tp_ppp.c
9677 F:      include/linux/if_pppol2tp.h
9678 F:      include/uapi/linux/if_pppol2tp.h
9679
9680 PPS SUPPORT
9681 M:      Rodolfo Giometti <[email protected]>
9682 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9683 L:      [email protected] (subscribers-only)
9684 S:      Maintained
9685 F:      Documentation/pps/
9686 F:      drivers/pps/
9687 F:      include/linux/pps*.h
9688
9689 PPTP DRIVER
9690 M:      Dmitry Kozlov <[email protected]>
9691 L:      [email protected]
9692 S:      Maintained
9693 F:      drivers/net/ppp/pptp.c
9694 W:      http://sourceforge.net/projects/accel-pptp
9695
9696 PREEMPTIBLE KERNEL
9697 M:      Robert Love <[email protected]>
9698 L:      [email protected]
9699 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9700 S:      Supported
9701 F:      Documentation/preempt-locking.txt
9702 F:      include/linux/preempt.h
9703
9704 PRISM54 WIRELESS DRIVER
9705 M:      "Luis R. Rodriguez" <[email protected]>
9706 L:      [email protected]
9707 W:      http://wireless.kernel.org/en/users/Drivers/p54
9708 S:      Obsolete
9709 F:      drivers/net/wireless/intersil/prism54/
9710
9711 PS3 NETWORK SUPPORT
9712 M:      Geoff Levand <[email protected]>
9713 L:      [email protected]
9714 L:      [email protected]
9715 S:      Maintained
9716 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9717
9718 PS3 PLATFORM SUPPORT
9719 M:      Geoff Levand <[email protected]>
9720 L:      [email protected]
9721 S:      Maintained
9722 F:      arch/powerpc/boot/ps3*
9723 F:      arch/powerpc/include/asm/lv1call.h
9724 F:      arch/powerpc/include/asm/ps3*.h
9725 F:      arch/powerpc/platforms/ps3/
9726 F:      drivers/*/ps3*
9727 F:      drivers/ps3/
9728 F:      drivers/rtc/rtc-ps3.c
9729 F:      drivers/usb/host/*ps3.c
9730 F:      sound/ppc/snd_ps3*
9731
9732 PS3VRAM DRIVER
9733 M:      Jim Paris <[email protected]>
9734 M:      Geoff Levand <[email protected]>
9735 L:      [email protected]
9736 S:      Maintained
9737 F:      drivers/block/ps3vram.c
9738
9739 PSTORE FILESYSTEM
9740 M:      Anton Vorontsov <[email protected]>
9741 M:      Colin Cross <[email protected]>
9742 M:      Kees Cook <[email protected]>
9743 M:      Tony Luck <[email protected]>
9744 S:      Maintained
9745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9746 F:      fs/pstore/
9747 F:      include/linux/pstore*
9748 F:      drivers/firmware/efi/efi-pstore.c
9749 F:      drivers/acpi/apei/erst.c
9750
9751 PTP HARDWARE CLOCK SUPPORT
9752 M:      Richard Cochran <[email protected]>
9753 L:      [email protected]
9754 S:      Maintained
9755 W:      http://linuxptp.sourceforge.net/
9756 F:      Documentation/ABI/testing/sysfs-ptp
9757 F:      Documentation/ptp/*
9758 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9759 F:      drivers/net/phy/dp83640*
9760 F:      drivers/ptp/*
9761 F:      include/linux/ptp_cl*
9762
9763 PTRACE SUPPORT
9764 M:      Roland McGrath <[email protected]>
9765 M:      Oleg Nesterov <[email protected]>
9766 S:      Maintained
9767 F:      include/asm-generic/syscall.h
9768 F:      include/linux/ptrace.h
9769 F:      include/linux/regset.h
9770 F:      include/linux/tracehook.h
9771 F:      include/uapi/linux/ptrace.h
9772 F:      kernel/ptrace.c
9773
9774 PULSE8-CEC DRIVER
9775 M:      Hans Verkuil <[email protected]>
9776 L:      [email protected]
9777 T:      git git://linuxtv.org/media_tree.git
9778 S:      Maintained
9779 F:      drivers/staging/media/pulse8-cec
9780
9781 PVRUSB2 VIDEO4LINUX DRIVER
9782 M:      Mike Isely <[email protected]>
9783 L:      [email protected]       (subscribers-only)
9784 L:      [email protected]
9785 W:      http://www.isely.net/pvrusb2/
9786 T:      git git://linuxtv.org/media_tree.git
9787 S:      Maintained
9788 F:      Documentation/media/v4l-drivers/pvrusb2*
9789 F:      drivers/media/usb/pvrusb2/
9790
9791 PWC WEBCAM DRIVER
9792 M:      Hans Verkuil <[email protected]>
9793 L:      [email protected]
9794 T:      git git://linuxtv.org/media_tree.git
9795 S:      Odd Fixes
9796 F:      drivers/media/usb/pwc/*
9797
9798 PWM FAN DRIVER
9799 M:      Kamil Debski <[email protected]>
9800 M:      Lukasz Majewski <[email protected]>
9801 L:      [email protected]
9802 S:      Supported
9803 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9804 F:      Documentation/hwmon/pwm-fan
9805 F:      drivers/hwmon/pwm-fan.c
9806
9807 PWM SUBSYSTEM
9808 M:      Thierry Reding <[email protected]>
9809 L:      [email protected]
9810 S:      Maintained
9811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9812 F:      Documentation/pwm.txt
9813 F:      Documentation/devicetree/bindings/pwm/
9814 F:      include/linux/pwm.h
9815 F:      drivers/pwm/
9816 F:      drivers/video/backlight/pwm_bl.c
9817 F:      include/linux/pwm_backlight.h
9818
9819 PXA2xx/PXA3xx SUPPORT
9820 M:      Daniel Mack <[email protected]>
9821 M:      Haojian Zhuang <[email protected]>
9822 M:      Robert Jarzmik <[email protected]>
9823 L:      [email protected] (moderated for non-subscribers)
9824 T:      git git://github.com/hzhuang1/linux.git
9825 T:      git git://github.com/rjarzmik/linux.git
9826 S:      Maintained
9827 F:      arch/arm/boot/dts/pxa*
9828 F:      arch/arm/mach-pxa/
9829 F:      drivers/dma/pxa*
9830 F:      drivers/pcmcia/pxa2xx*
9831 F:      drivers/pinctrl/pxa/
9832 F:      drivers/spi/spi-pxa2xx*
9833 F:      drivers/usb/gadget/udc/pxa2*
9834 F:      include/sound/pxa2xx-lib.h
9835 F:      sound/arm/pxa*
9836 F:      sound/soc/pxa/
9837
9838 PXA GPIO DRIVER
9839 M:      Robert Jarzmik <[email protected]>
9840 L:      [email protected]
9841 S:      Maintained
9842 F:      drivers/gpio/gpio-pxa.c
9843
9844 PXA3xx NAND FLASH DRIVER
9845 M:      Ezequiel Garcia <[email protected]>
9846 L:      [email protected]
9847 S:      Maintained
9848 F:      drivers/mtd/nand/pxa3xx_nand.c
9849
9850 MMP SUPPORT
9851 M:      Eric Miao <[email protected]>
9852 M:      Haojian Zhuang <[email protected]>
9853 L:      [email protected] (moderated for non-subscribers)
9854 T:      git git://github.com/hzhuang1/linux.git
9855 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9856 S:      Maintained
9857 F:      arch/arm/boot/dts/mmp*
9858 F:      arch/arm/mach-mmp/
9859
9860 PXA MMCI DRIVER
9861 S:      Orphan
9862
9863 PXA RTC DRIVER
9864 M:      Robert Jarzmik <[email protected]>
9865 L:      [email protected]
9866 S:      Maintained
9867
9868 QAT DRIVER
9869 M:      Giovanni Cabiddu <[email protected]>
9870 M:      Salvatore Benedetto <[email protected]>
9871 L:      [email protected]
9872 S:      Supported
9873 F:      drivers/crypto/qat/
9874
9875 QIB DRIVER
9876 M:      Mike Marciniszyn <[email protected]>
9877 L:      [email protected]
9878 S:      Supported
9879 F:      drivers/infiniband/hw/qib/
9880
9881 QLOGIC QLA1280 SCSI DRIVER
9882 M:      Michael Reed <[email protected]>
9883 L:      [email protected]
9884 S:      Maintained
9885 F:      drivers/scsi/qla1280.[ch]
9886
9887 QLOGIC QLA2XXX FC-SCSI DRIVER
9888 M:      [email protected]
9889 L:      [email protected]
9890 S:      Supported
9891 F:      Documentation/scsi/LICENSE.qla2xxx
9892 F:      drivers/scsi/qla2xxx/
9893
9894 QLOGIC QLA4XXX iSCSI DRIVER
9895 M:      [email protected]
9896 L:      [email protected]
9897 S:      Supported
9898 F:      Documentation/scsi/LICENSE.qla4xxx
9899 F:      drivers/scsi/qla4xxx/
9900
9901 QLOGIC QLA3XXX NETWORK DRIVER
9902 M:      Jitendra Kalsaria <[email protected]>
9903 M:      Ron Mercer <[email protected]>
9904 M:      [email protected]
9905 L:      [email protected]
9906 S:      Supported
9907 F:      Documentation/networking/LICENSE.qla3xxx
9908 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9909
9910 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9911 M:      [email protected]
9912 L:      [email protected]
9913 S:      Supported
9914 F:      drivers/net/ethernet/qlogic/qlcnic/
9915
9916 QLOGIC QLGE 10Gb ETHERNET DRIVER
9917 M:      Harish Patil <[email protected]>
9918 M:      Sudarsana Kalluru <[email protected]>
9919 M:      [email protected]
9920 M:      [email protected]
9921 L:      [email protected]
9922 S:      Supported
9923 F:      drivers/net/ethernet/qlogic/qlge/
9924
9925 QLOGIC QL4xxx ETHERNET DRIVER
9926 M:      Yuval Mintz <[email protected]>
9927 M:      Ariel Elior <[email protected]>
9928 M:      [email protected]
9929 L:      [email protected]
9930 S:      Supported
9931 F:      drivers/net/ethernet/qlogic/qed/
9932 F:      include/linux/qed/
9933 F:      drivers/net/ethernet/qlogic/qede/
9934
9935 QNX4 FILESYSTEM
9936 M:      Anders Larsen <[email protected]>
9937 W:      http://www.alarsen.net/linux/qnx4fs/
9938 S:      Maintained
9939 F:      fs/qnx4/
9940 F:      include/uapi/linux/qnx4_fs.h
9941 F:      include/uapi/linux/qnxtypes.h
9942
9943 QT1010 MEDIA DRIVER
9944 M:      Antti Palosaari <[email protected]>
9945 L:      [email protected]
9946 W:      https://linuxtv.org
9947 W:      http://palosaari.fi/linux/
9948 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9949 T:      git git://linuxtv.org/anttip/media_tree.git
9950 S:      Maintained
9951 F:      drivers/media/tuners/qt1010*
9952
9953 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9954 M:      QCA ath9k Development <[email protected]>
9955 L:      [email protected]
9956 L:      [email protected]
9957 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9958 S:      Supported
9959 F:      drivers/net/wireless/ath/ath9k/
9960
9961 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9962 M:      Kalle Valo <[email protected]>
9963 L:      [email protected]
9964 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9966 S:      Supported
9967 F:      drivers/net/wireless/ath/ath10k/
9968
9969 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9970 M:      Timur Tabi <[email protected]>
9971 L:      [email protected]
9972 S:      Supported
9973 F:      drivers/net/ethernet/qualcomm/emac/
9974
9975 QUALCOMM HEXAGON ARCHITECTURE
9976 M:      Richard Kuo <[email protected]>
9977 L:      [email protected]
9978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9979 S:      Supported
9980 F:      arch/hexagon/
9981
9982 QUALCOMM WCN36XX WIRELESS DRIVER
9983 M:      Eugene Krasnikov <[email protected]>
9984 L:      [email protected]
9985 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9986 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9987 S:      Supported
9988 F:      drivers/net/wireless/ath/wcn36xx/
9989
9990 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9991 M:      Gabriel Somlo <[email protected]>
9992 M:      "Michael S. Tsirkin" <[email protected]>
9993 L:      [email protected]
9994 S:      Maintained
9995 F:      drivers/firmware/qemu_fw_cfg.c
9996
9997 RADOS BLOCK DEVICE (RBD)
9998 M:      Ilya Dryomov <[email protected]>
9999 M:      Sage Weil <[email protected]>
10000 M:      Alex Elder <[email protected]>
10001 L:      [email protected]
10002 W:      http://ceph.com/
10003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10004 T:      git git://github.com/ceph/ceph-client.git
10005 S:      Supported
10006 F:      Documentation/ABI/testing/sysfs-bus-rbd
10007 F:      drivers/block/rbd.c
10008 F:      drivers/block/rbd_types.h
10009
10010 RADEON FRAMEBUFFER DISPLAY DRIVER
10011 M:      Benjamin Herrenschmidt <[email protected]>
10012 L:      [email protected]
10013 S:      Maintained
10014 F:      drivers/video/fbdev/aty/radeon*
10015 F:      include/uapi/linux/radeonfb.h
10016
10017 RADIOSHARK RADIO DRIVER
10018 M:      Hans Verkuil <[email protected]>
10019 L:      [email protected]
10020 T:      git git://linuxtv.org/media_tree.git
10021 S:      Maintained
10022 F:      drivers/media/radio/radio-shark.c
10023
10024 RADIOSHARK2 RADIO DRIVER
10025 M:      Hans Verkuil <[email protected]>
10026 L:      [email protected]
10027 T:      git git://linuxtv.org/media_tree.git
10028 S:      Maintained
10029 F:      drivers/media/radio/radio-shark2.c
10030 F:      drivers/media/radio/radio-tea5777.c
10031
10032 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10033 M:      Paul Mackerras <[email protected]>
10034 L:      [email protected]
10035 S:      Maintained
10036 F:      drivers/video/fbdev/aty/aty128fb.c
10037
10038 RALINK MIPS ARCHITECTURE
10039 M:      John Crispin <[email protected]>
10040 L:      [email protected]
10041 S:      Maintained
10042 F:      arch/mips/ralink
10043
10044 RALINK RT2X00 WIRELESS LAN DRIVER
10045 P:      rt2x00 project
10046 M:      Stanislaw Gruszka <[email protected]>
10047 M:      Helmut Schaa <[email protected]>
10048 L:      [email protected]
10049 S:      Maintained
10050 F:      drivers/net/wireless/ralink/rt2x00/
10051
10052 RAMDISK RAM BLOCK DEVICE DRIVER
10053 M:      Jens Axboe <[email protected]>
10054 S:      Maintained
10055 F:      Documentation/blockdev/ramdisk.txt
10056 F:      drivers/block/brd.c
10057
10058 RANDOM NUMBER DRIVER
10059 M:      "Theodore Ts'o" <[email protected]>
10060 S:      Maintained
10061 F:      drivers/char/random.c
10062
10063 RAPIDIO SUBSYSTEM
10064 M:      Matt Porter <[email protected]>
10065 M:      Alexandre Bounine <[email protected]>
10066 S:      Maintained
10067 F:      drivers/rapidio/
10068
10069 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10070 L:      [email protected]
10071 S:      Orphan
10072 F:      drivers/net/wireless/ray*
10073
10074 RCUTORTURE MODULE
10075 M:      Josh Triplett <[email protected]>
10076 M:      "Paul E. McKenney" <[email protected]>
10077 L:      [email protected]
10078 S:      Supported
10079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10080 F:      Documentation/RCU/torture.txt
10081 F:      kernel/rcu/rcutorture.c
10082
10083 RCUTORTURE TEST FRAMEWORK
10084 M:      "Paul E. McKenney" <[email protected]>
10085 M:      Josh Triplett <[email protected]>
10086 R:      Steven Rostedt <[email protected]>
10087 R:      Mathieu Desnoyers <[email protected]>
10088 R:      Lai Jiangshan <[email protected]>
10089 L:      [email protected]
10090 S:      Supported
10091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10092 F:      tools/testing/selftests/rcutorture
10093
10094 RDC R-321X SoC
10095 M:      Florian Fainelli <[email protected]>
10096 S:      Maintained
10097
10098 RDC R6040 FAST ETHERNET DRIVER
10099 M:      Florian Fainelli <[email protected]>
10100 L:      [email protected]
10101 S:      Maintained
10102 F:      drivers/net/ethernet/rdc/r6040.c
10103
10104 RDS - RELIABLE DATAGRAM SOCKETS
10105 M:      Santosh Shilimkar <[email protected]>
10106 L:      [email protected]
10107 L:      [email protected]
10108 L:      [email protected] (moderated for non-subscribers)
10109 W:      https://oss.oracle.com/projects/rds/
10110 S:      Supported
10111 F:      net/rds/
10112 F:      Documentation/networking/rds.txt
10113
10114 RDMAVT - RDMA verbs software
10115 M:      Dennis Dalessandro <[email protected]>
10116 L:      [email protected]
10117 S:      Supported
10118 F:      drivers/infiniband/sw/rdmavt
10119
10120 READ-COPY UPDATE (RCU)
10121 M:      "Paul E. McKenney" <[email protected]>
10122 M:      Josh Triplett <[email protected]>
10123 R:      Steven Rostedt <[email protected]>
10124 R:      Mathieu Desnoyers <[email protected]>
10125 R:      Lai Jiangshan <[email protected]>
10126 L:      [email protected]
10127 W:      http://www.rdrop.com/users/paulmck/RCU/
10128 S:      Supported
10129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10130 F:      Documentation/RCU/
10131 X:      Documentation/RCU/torture.txt
10132 F:      include/linux/rcu*
10133 X:      include/linux/srcu.h
10134 F:      kernel/rcu/
10135 X:      kernel/torture.c
10136
10137 REAL TIME CLOCK (RTC) SUBSYSTEM
10138 M:      Alessandro Zummo <[email protected]>
10139 M:      Alexandre Belloni <[email protected]>
10140 L:      [email protected]
10141 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10143 S:      Maintained
10144 F:      Documentation/devicetree/bindings/rtc/
10145 F:      Documentation/rtc.txt
10146 F:      drivers/rtc/
10147 F:      include/linux/rtc.h
10148 F:      include/uapi/linux/rtc.h
10149 F:      include/linux/rtc/
10150 F:      include/linux/platform_data/rtc-*
10151 F:      tools/testing/selftests/timers/rtctest.c
10152
10153 REALTEK AUDIO CODECS
10154 M:      Bard Liao <[email protected]>
10155 M:      Oder Chiou <[email protected]>
10156 S:      Maintained
10157 F:      sound/soc/codecs/rt*
10158 F:      include/sound/rt*.h
10159
10160 REISERFS FILE SYSTEM
10161 L:      [email protected]
10162 S:      Supported
10163 F:      fs/reiserfs/
10164
10165 REGISTER MAP ABSTRACTION
10166 M:      Mark Brown <[email protected]>
10167 L:      [email protected]
10168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10169 S:      Supported
10170 F:      Documentation/devicetree/bindings/regmap/
10171 F:      drivers/base/regmap/
10172 F:      include/linux/regmap.h
10173
10174 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10175 M:      Ohad Ben-Cohen <[email protected]>
10176 M:      Bjorn Andersson <[email protected]>
10177 L:      [email protected]
10178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10179 S:      Maintained
10180 F:      Documentation/devicetree/bindings/remoteproc/
10181 F:      Documentation/remoteproc.txt
10182 F:      drivers/remoteproc/
10183 F:      include/linux/remoteproc.h
10184
10185 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10186 M:      Ohad Ben-Cohen <[email protected]>
10187 M:      Bjorn Andersson <[email protected]>
10188 L:      [email protected]
10189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10190 S:      Maintained
10191 F:      drivers/rpmsg/
10192 F:      Documentation/rpmsg.txt
10193 F:      include/linux/rpmsg.h
10194
10195 RENESAS CLOCK DRIVERS
10196 M:      Geert Uytterhoeven <[email protected]>
10197 L:      [email protected]
10198 S:      Supported
10199 F:      drivers/clk/renesas/
10200
10201 RENESAS ETHERNET DRIVERS
10202 R:      Sergei Shtylyov <[email protected]>
10203 L:      [email protected]
10204 L:      [email protected]
10205 F:      drivers/net/ethernet/renesas/
10206 F:      include/linux/sh_eth.h
10207
10208 RENESAS USB2 PHY DRIVER
10209 M:      Yoshihiro Shimoda <[email protected]>
10210 L:      [email protected]
10211 S:      Maintained
10212 F:      drivers/phy/phy-rcar-gen3-usb2.c
10213
10214 RESET CONTROLLER FRAMEWORK
10215 M:      Philipp Zabel <[email protected]>
10216 T:      git git://git.pengutronix.de/git/pza/linux
10217 S:      Maintained
10218 F:      drivers/reset/
10219 F:      Documentation/devicetree/bindings/reset/
10220 F:      include/dt-bindings/reset/
10221 F:      include/linux/reset.h
10222 F:      include/linux/reset-controller.h
10223
10224 RFKILL
10225 M:      Johannes Berg <[email protected]>
10226 L:      [email protected]
10227 W:      http://wireless.kernel.org/
10228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10230 S:      Maintained
10231 F:      Documentation/rfkill.txt
10232 F:      net/rfkill/
10233
10234 RHASHTABLE
10235 M:      Thomas Graf <[email protected]>
10236 M:      Herbert Xu <[email protected]>
10237 L:      [email protected]
10238 S:      Maintained
10239 F:      lib/rhashtable.c
10240 F:      include/linux/rhashtable.h
10241
10242 RICOH SMARTMEDIA/XD DRIVER
10243 M:      Maxim Levitsky <[email protected]>
10244 S:      Maintained
10245 F:      drivers/mtd/nand/r852.c
10246 F:      drivers/mtd/nand/r852.h
10247
10248 RICOH R5C592 MEMORYSTICK DRIVER
10249 M:      Maxim Levitsky <[email protected]>
10250 S:      Maintained
10251 F:      drivers/memstick/host/r592.*
10252
10253 ROCCAT DRIVERS
10254 M:      Stefan Achatz <[email protected]>
10255 W:      http://sourceforge.net/projects/roccat/
10256 S:      Maintained
10257 F:      drivers/hid/hid-roccat*
10258 F:      include/linux/hid-roccat*
10259 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10260
10261 ROCKER DRIVER
10262 M:      Jiri Pirko <[email protected]>
10263 L:      [email protected]
10264 S:      Supported
10265 F:      drivers/net/ethernet/rocker/
10266
10267 ROCKETPORT DRIVER
10268 P:      Comtrol Corp.
10269 W:      http://www.comtrol.com
10270 S:      Maintained
10271 F:      Documentation/serial/rocket.txt
10272 F:      drivers/tty/rocket*
10273
10274 ROCKETPORT EXPRESS/INFINITY DRIVER
10275 M:      Kevin Cernekee <[email protected]>
10276 L:      [email protected]
10277 S:      Odd Fixes
10278 F:      drivers/tty/serial/rp2.*
10279
10280 ROSE NETWORK LAYER
10281 M:      Ralf Baechle <[email protected]>
10282 L:      [email protected]
10283 W:      http://www.linux-ax25.org/
10284 S:      Maintained
10285 F:      include/net/rose.h
10286 F:      include/uapi/linux/rose.h
10287 F:      net/rose/
10288
10289 RTL2830 MEDIA DRIVER
10290 M:      Antti Palosaari <[email protected]>
10291 L:      [email protected]
10292 W:      https://linuxtv.org
10293 W:      http://palosaari.fi/linux/
10294 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10295 T:      git git://linuxtv.org/anttip/media_tree.git
10296 S:      Maintained
10297 F:      drivers/media/dvb-frontends/rtl2830*
10298
10299 RTL2832 MEDIA DRIVER
10300 M:      Antti Palosaari <[email protected]>
10301 L:      [email protected]
10302 W:      https://linuxtv.org
10303 W:      http://palosaari.fi/linux/
10304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10305 T:      git git://linuxtv.org/anttip/media_tree.git
10306 S:      Maintained
10307 F:      drivers/media/dvb-frontends/rtl2832*
10308
10309 RTL2832_SDR MEDIA DRIVER
10310 M:      Antti Palosaari <[email protected]>
10311 L:      [email protected]
10312 W:      https://linuxtv.org
10313 W:      http://palosaari.fi/linux/
10314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10315 T:      git git://linuxtv.org/anttip/media_tree.git
10316 S:      Maintained
10317 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10318
10319 RTL8180 WIRELESS DRIVER
10320 L:      [email protected]
10321 W:      http://wireless.kernel.org/
10322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10323 S:      Orphan
10324 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10325
10326 RTL8187 WIRELESS DRIVER
10327 M:      Herton Ronaldo Krzesinski <[email protected]>
10328 M:      Hin-Tak Leung <[email protected]>
10329 M:      Larry Finger <[email protected]>
10330 L:      [email protected]
10331 W:      http://wireless.kernel.org/
10332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10333 S:      Maintained
10334 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10335
10336 RTL8192CE WIRELESS DRIVER
10337 M:      Larry Finger <[email protected]>
10338 M:      Chaoming Li <[email protected]>
10339 L:      [email protected]
10340 W:      http://wireless.kernel.org/
10341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10342 S:      Maintained
10343 F:      drivers/net/wireless/realtek/rtlwifi/
10344 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10345
10346 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10347 M:      Jes Sorensen <[email protected]>
10348 L:      [email protected]
10349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10350 S:      Maintained
10351 F:      drivers/net/wireless/realtek/rtl8xxxu/
10352
10353 S3 SAVAGE FRAMEBUFFER DRIVER
10354 M:      Antonino Daplas <[email protected]>
10355 L:      [email protected]
10356 S:      Maintained
10357 F:      drivers/video/fbdev/savage/
10358
10359 S390
10360 M:      Martin Schwidefsky <[email protected]>
10361 M:      Heiko Carstens <[email protected]>
10362 L:      [email protected]
10363 W:      http://www.ibm.com/developerworks/linux/linux390/
10364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10365 S:      Supported
10366 F:      arch/s390/
10367 F:      drivers/s390/
10368 F:      Documentation/s390/
10369 F:      Documentation/DocBook/s390*
10370
10371 S390 COMMON I/O LAYER
10372 M:      Sebastian Ott <[email protected]>
10373 M:      Peter Oberparleiter <[email protected]>
10374 L:      [email protected]
10375 W:      http://www.ibm.com/developerworks/linux/linux390/
10376 S:      Supported
10377 F:      drivers/s390/cio/
10378
10379 S390 DASD DRIVER
10380 M:      Stefan Haberland <[email protected]>
10381 M:      Jan Hoeppner <[email protected]>
10382 L:      [email protected]
10383 W:      http://www.ibm.com/developerworks/linux/linux390/
10384 S:      Supported
10385 F:      drivers/s390/block/dasd*
10386 F:      block/partitions/ibm.c
10387
10388 S390 NETWORK DRIVERS
10389 M:      Ursula Braun <[email protected]>
10390 L:      [email protected]
10391 W:      http://www.ibm.com/developerworks/linux/linux390/
10392 S:      Supported
10393 F:      drivers/s390/net/
10394
10395 S390 PCI SUBSYSTEM
10396 M:      Sebastian Ott <[email protected]>
10397 M:      Gerald Schaefer <[email protected]>
10398 L:      [email protected]
10399 W:      http://www.ibm.com/developerworks/linux/linux390/
10400 S:      Supported
10401 F:      arch/s390/pci/
10402 F:      drivers/pci/hotplug/s390_pci_hpc.c
10403
10404 S390 ZCRYPT DRIVER
10405 M:      Ingo Tuchscherer <[email protected]>
10406 L:      [email protected]
10407 W:      http://www.ibm.com/developerworks/linux/linux390/
10408 S:      Supported
10409 F:      drivers/s390/crypto/
10410
10411 S390 ZFCP DRIVER
10412 M:      Steffen Maier <[email protected]>
10413 L:      [email protected]
10414 W:      http://www.ibm.com/developerworks/linux/linux390/
10415 S:      Supported
10416 F:      drivers/s390/scsi/zfcp_*
10417
10418 S390 IUCV NETWORK LAYER
10419 M:      Ursula Braun <[email protected]>
10420 L:      [email protected]
10421 W:      http://www.ibm.com/developerworks/linux/linux390/
10422 S:      Supported
10423 F:      drivers/s390/net/*iucv*
10424 F:      include/net/iucv/
10425 F:      net/iucv/
10426
10427 S390 IOMMU (PCI)
10428 M:      Gerald Schaefer <[email protected]>
10429 L:      [email protected]
10430 W:      http://www.ibm.com/developerworks/linux/linux390/
10431 S:      Supported
10432 F:      drivers/iommu/s390-iommu.c
10433
10434 S3C24XX SD/MMC Driver
10435 M:      Ben Dooks <[email protected]>
10436 L:      [email protected] (moderated for non-subscribers)
10437 S:      Supported
10438 F:      drivers/mmc/host/s3cmci.*
10439
10440 SAA6588 RDS RECEIVER DRIVER
10441 M:      Hans Verkuil <[email protected]>
10442 L:      [email protected]
10443 T:      git git://linuxtv.org/media_tree.git
10444 W:      https://linuxtv.org
10445 S:      Odd Fixes
10446 F:      drivers/media/i2c/saa6588*
10447
10448 SAA7134 VIDEO4LINUX DRIVER
10449 M:      Mauro Carvalho Chehab <[email protected]>
10450 M:      Mauro Carvalho Chehab <[email protected]>
10451 L:      [email protected]
10452 W:      https://linuxtv.org
10453 T:      git git://linuxtv.org/media_tree.git
10454 S:      Odd fixes
10455 F:      Documentation/media/v4l-drivers/saa7134*
10456 F:      drivers/media/pci/saa7134/
10457
10458 SAA7146 VIDEO4LINUX-2 DRIVER
10459 M:      Hans Verkuil <[email protected]>
10460 L:      [email protected]
10461 T:      git git://linuxtv.org/media_tree.git
10462 S:      Maintained
10463 F:      drivers/media/common/saa7146/
10464 F:      drivers/media/pci/saa7146/
10465 F:      include/media/saa7146*
10466
10467 SAMSUNG LAPTOP DRIVER
10468 M:      Corentin Chary <[email protected]>
10469 L:      [email protected]
10470 S:      Maintained
10471 F:      drivers/platform/x86/samsung-laptop.c
10472
10473 SAMSUNG AUDIO (ASoC) DRIVERS
10474 M:      Krzysztof Kozlowski <[email protected]>
10475 M:      Sangbeom Kim <[email protected]>
10476 M:      Sylwester Nawrocki <[email protected]>
10477 L:      [email protected] (moderated for non-subscribers)
10478 S:      Supported
10479 F:      sound/soc/samsung/
10480
10481 SAMSUNG FRAMEBUFFER DRIVER
10482 M:      Jingoo Han <[email protected]>
10483 L:      [email protected]
10484 S:      Maintained
10485 F:      drivers/video/fbdev/s3c-fb.c
10486
10487 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10488 M:      Sangbeom Kim <[email protected]>
10489 M:      Krzysztof Kozlowski <[email protected]>
10490 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10491 L:      [email protected]
10492 L:      [email protected]
10493 S:      Supported
10494 F:      drivers/mfd/sec*.c
10495 F:      drivers/regulator/s2m*.c
10496 F:      drivers/regulator/s5m*.c
10497 F:      drivers/clk/clk-s2mps11.c
10498 F:      drivers/rtc/rtc-s5m.c
10499 F:      include/linux/mfd/samsung/
10500 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10501 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10502 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10503 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10504
10505 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10506 M:      Kyungmin Park <[email protected]>
10507 M:      Sylwester Nawrocki <[email protected]>
10508 L:      [email protected]
10509 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10510 S:      Supported
10511 F:      drivers/media/platform/exynos4-is/
10512
10513 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10514 M:      Sylwester Nawrocki <[email protected]>
10515 L:      [email protected]
10516 L:      [email protected] (moderated for non-subscribers)
10517 S:      Maintained
10518 F:      drivers/media/platform/s3c-camif/
10519 F:      include/media/drv-intf/s3c_camif.h
10520
10521 SAMSUNG S5C73M3 CAMERA DRIVER
10522 M:      Kyungmin Park <[email protected]>
10523 M:      Andrzej Hajda <[email protected]>
10524 L:      [email protected]
10525 S:      Supported
10526 F:      drivers/media/i2c/s5c73m3/*
10527
10528 SAMSUNG S5K5BAF CAMERA DRIVER
10529 M:      Kyungmin Park <[email protected]>
10530 M:      Andrzej Hajda <[email protected]>
10531 L:      [email protected]
10532 S:      Supported
10533 F:      drivers/media/i2c/s5k5baf.c
10534
10535 SAMSUNG S3FWRN5 NFC DRIVER
10536 M:      Robert Baldyga <[email protected]>
10537 M:      Krzysztof Opasiak <[email protected]>
10538 L:      [email protected] (moderated for non-subscribers)
10539 S:      Supported
10540 F:      drivers/nfc/s3fwrn5
10541
10542 SAMSUNG SOC CLOCK DRIVERS
10543 M:      Sylwester Nawrocki <[email protected]>
10544 M:      Tomasz Figa <[email protected]>
10545 M:      Chanwoo Choi <[email protected]>
10546 S:      Supported
10547 L:      [email protected] (moderated for non-subscribers)
10548 F:      drivers/clk/samsung/
10549 F:      include/dt-bindings/clock/exynos*.h
10550 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10551
10552 SAMSUNG SPI DRIVERS
10553 M:      Kukjin Kim <[email protected]>
10554 M:      Krzysztof Kozlowski <[email protected]>
10555 M:      Andi Shyti <[email protected]>
10556 L:      [email protected]
10557 L:      [email protected] (moderated for non-subscribers)
10558 S:      Maintained
10559 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10560 F:      drivers/spi/spi-s3c*
10561 F:      include/linux/platform_data/spi-s3c64xx.h
10562
10563 SAMSUNG SXGBE DRIVERS
10564 M:      Byungho An <[email protected]>
10565 M:      Girish K S <[email protected]>
10566 M:      Vipul Pandya <[email protected]>
10567 S:      Supported
10568 L:      [email protected]
10569 F:      drivers/net/ethernet/samsung/sxgbe/
10570
10571 SAMSUNG THERMAL DRIVER
10572 M:      Lukasz Majewski <[email protected]>
10573 L:      [email protected]
10574 L:      [email protected]
10575 S:      Supported
10576 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10577 F:      drivers/thermal/samsung/
10578
10579 SAMSUNG USB2 PHY DRIVER
10580 M:      Kamil Debski <[email protected]>
10581 M:      Sylwester Nawrocki <[email protected]>
10582 L:      [email protected]
10583 S:      Supported
10584 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10585 F:      Documentation/phy/samsung-usb2.txt
10586 F:      drivers/phy/phy-exynos4210-usb2.c
10587 F:      drivers/phy/phy-exynos4x12-usb2.c
10588 F:      drivers/phy/phy-exynos5250-usb2.c
10589 F:      drivers/phy/phy-s5pv210-usb2.c
10590 F:      drivers/phy/phy-samsung-usb2.c
10591 F:      drivers/phy/phy-samsung-usb2.h
10592
10593 SERIAL DRIVERS
10594 M:      Greg Kroah-Hartman <[email protected]>
10595 L:      [email protected]
10596 S:      Maintained
10597 F:      Documentation/devicetree/bindings/serial/
10598 F:      drivers/tty/serial/
10599
10600 STI CEC DRIVER
10601 M:      Benjamin Gaignard <[email protected]>
10602 L:      [email protected]
10603 S:      Maintained
10604 F:      drivers/staging/media/st-cec/
10605 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10606
10607 SYNOPSYS DESIGNWARE DMAC DRIVER
10608 M:      Viresh Kumar <[email protected]>
10609 M:      Andy Shevchenko <[email protected]>
10610 S:      Maintained
10611 F:      include/linux/dma/dw.h
10612 F:      include/linux/platform_data/dma-dw.h
10613 F:      drivers/dma/dw/
10614
10615 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10616 M: Lars Persson <[email protected]>
10617 L: [email protected]
10618 S: Supported
10619 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10620 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10621
10622 SYNOPSYS DESIGNWARE I2C DRIVER
10623 M:      Jarkko Nikula <[email protected]>
10624 R:      Andy Shevchenko <[email protected]>
10625 R:      Mika Westerberg <[email protected]>
10626 L:      [email protected]
10627 S:      Maintained
10628 F:      drivers/i2c/busses/i2c-designware-*
10629 F:      include/linux/platform_data/i2c-designware.h
10630
10631 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10632 M:      Jaehoon Chung <[email protected]>
10633 L:      [email protected]
10634 S:      Maintained
10635 F:      include/linux/mmc/dw_mmc.h
10636 F:      drivers/mmc/host/dw_mmc*
10637
10638 SYSTEM TRACE MODULE CLASS
10639 M:      Alexander Shishkin <[email protected]>
10640 S:      Maintained
10641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10642 F:      Documentation/trace/stm.txt
10643 F:      drivers/hwtracing/stm/
10644 F:      include/linux/stm.h
10645 F:      include/uapi/linux/stm.h
10646
10647 THUNDERBOLT DRIVER
10648 M:      Andreas Noever <[email protected]>
10649 S:      Maintained
10650 F:      drivers/thunderbolt/
10651
10652 TI BQ27XXX POWER SUPPLY DRIVER
10653 R:      Andrew F. Davis <[email protected]>
10654 F:      include/linux/power/bq27xxx_battery.h
10655 F:      drivers/power/supply/bq27xxx_battery.c
10656 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10657
10658 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10659 M:      John Stultz <[email protected]>
10660 M:      Thomas Gleixner <[email protected]>
10661 L:      [email protected]
10662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10663 S:      Supported
10664 F:      include/linux/clocksource.h
10665 F:      include/linux/time.h
10666 F:      include/linux/timex.h
10667 F:      include/uapi/linux/time.h
10668 F:      include/uapi/linux/timex.h
10669 F:      kernel/time/clocksource.c
10670 F:      kernel/time/time*.c
10671 F:      kernel/time/alarmtimer.c
10672 F:      kernel/time/ntp.c
10673 F:      tools/testing/selftests/timers/
10674
10675 SC1200 WDT DRIVER
10676 M:      Zwane Mwaikambo <[email protected]>
10677 S:      Maintained
10678 F:      drivers/watchdog/sc1200wdt.c
10679
10680 SCHEDULER
10681 M:      Ingo Molnar <[email protected]>
10682 M:      Peter Zijlstra <[email protected]>
10683 L:      [email protected]
10684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10685 S:      Maintained
10686 F:      kernel/sched/
10687 F:      include/linux/sched.h
10688 F:      include/uapi/linux/sched.h
10689 F:      include/linux/wait.h
10690
10691 SCORE ARCHITECTURE
10692 M:      Chen Liqin <[email protected]>
10693 M:      Lennox Wu <[email protected]>
10694 W:      http://www.sunplus.com
10695 S:      Supported
10696 F:      arch/score/
10697
10698 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10699 M:      Sudeep Holla <[email protected]>
10700 L:      [email protected]
10701 S:      Maintained
10702 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10703 F:      drivers/clk/clk-scpi.c
10704 F:      drivers/cpufreq/scpi-cpufreq.c
10705 F:      drivers/firmware/arm_scpi.c
10706 F:      include/linux/scpi_protocol.h
10707
10708 SCSI CDROM DRIVER
10709 M:      Jens Axboe <[email protected]>
10710 L:      [email protected]
10711 W:      http://www.kernel.dk
10712 S:      Maintained
10713 F:      drivers/scsi/sr*
10714
10715 SCSI RDMA PROTOCOL (SRP) INITIATOR
10716 M:      Bart Van Assche <[email protected]>
10717 L:      [email protected]
10718 S:      Supported
10719 W:      http://www.openfabrics.org
10720 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10722 F:      drivers/infiniband/ulp/srp/
10723 F:      include/scsi/srp.h
10724
10725 SCSI SG DRIVER
10726 M:      Doug Gilbert <[email protected]>
10727 L:      [email protected]
10728 W:      http://sg.danny.cz/sg
10729 S:      Maintained
10730 F:      Documentation/scsi/scsi-generic.txt
10731 F:      drivers/scsi/sg.c
10732 F:      include/scsi/sg.h
10733
10734 SCSI SUBSYSTEM
10735 M:      "James E.J. Bottomley" <[email protected]>
10736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10737 M:      "Martin K. Petersen" <[email protected]>
10738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10739 L:      [email protected]
10740 S:      Maintained
10741 F:      Documentation/devicetree/bindings/scsi/
10742 F:      drivers/scsi/
10743 F:      include/scsi/
10744
10745 SCSI TAPE DRIVER
10746 M:      Kai Mäkisara <[email protected]>
10747 L:      [email protected]
10748 S:      Maintained
10749 F:      Documentation/scsi/st.txt
10750 F:      drivers/scsi/st.*
10751 F:      drivers/scsi/st_*.h
10752
10753 SCTP PROTOCOL
10754 M:      Vlad Yasevich <[email protected]>
10755 M:      Neil Horman <[email protected]>
10756 L:      [email protected]
10757 W:      http://lksctp.sourceforge.net
10758 S:      Maintained
10759 F:      Documentation/networking/sctp.txt
10760 F:      include/linux/sctp.h
10761 F:      include/uapi/linux/sctp.h
10762 F:      include/net/sctp/
10763 F:      net/sctp/
10764
10765 SCx200 CPU SUPPORT
10766 M:      Jim Cromie <[email protected]>
10767 S:      Odd Fixes
10768 F:      Documentation/i2c/busses/scx200_acb
10769 F:      arch/x86/platform/scx200/
10770 F:      drivers/watchdog/scx200_wdt.c
10771 F:      drivers/i2c/busses/scx200*
10772 F:      drivers/mtd/maps/scx200_docflash.c
10773 F:      include/linux/scx200.h
10774
10775 SCx200 GPIO DRIVER
10776 M:      Jim Cromie <[email protected]>
10777 S:      Maintained
10778 F:      drivers/char/scx200_gpio.c
10779 F:      include/linux/scx200_gpio.h
10780
10781 SCx200 HRT CLOCKSOURCE DRIVER
10782 M:      Jim Cromie <[email protected]>
10783 S:      Maintained
10784 F:      drivers/clocksource/scx200_hrt.c
10785
10786 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10787 M:      Sascha Sommer <[email protected]>
10788 L:      [email protected] (subscribers-only)
10789 S:      Maintained
10790 F:      drivers/mmc/host/sdricoh_cs.c
10791
10792 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10793 M:      Adrian Hunter <[email protected]>
10794 L:      [email protected]
10795 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10796 S:      Maintained
10797 F:      drivers/mmc/host/sdhci*
10798 F:      include/linux/mmc/sdhci*
10799
10800 SECURE COMPUTING
10801 M:      Kees Cook <[email protected]>
10802 R:      Andy Lutomirski <[email protected]>
10803 R:      Will Drewry <[email protected]>
10804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10805 S:      Supported
10806 F:      kernel/seccomp.c
10807 F:      include/uapi/linux/seccomp.h
10808 F:      include/linux/seccomp.h
10809 F:      tools/testing/selftests/seccomp/*
10810 K:      \bsecure_computing
10811 K:      \bTIF_SECCOMP\b
10812
10813 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10814 M:      Al Cooper <[email protected]>
10815 L:      [email protected]
10816 L:      [email protected]
10817 S:      Maintained
10818 F:      drivers/mmc/host/sdhci-brcmstb*
10819
10820 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10821 M:      Ben Dooks <[email protected]>
10822 M:      Jaehoon Chung <[email protected]>
10823 L:      [email protected]
10824 S:      Maintained
10825 F:      drivers/mmc/host/sdhci-s3c*
10826
10827 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10828 M:      Viresh Kumar <[email protected]>
10829 L:      [email protected]
10830 S:      Maintained
10831 F:      drivers/mmc/host/sdhci-spear.c
10832
10833 SECURITY SUBSYSTEM
10834 M:      James Morris <[email protected]>
10835 M:      "Serge E. Hallyn" <[email protected]>
10836 L:      [email protected] (suggested Cc:)
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10838 W:      http://kernsec.org/
10839 S:      Supported
10840 F:      security/
10841
10842 SECURITY CONTACT
10843 M:      Security Officers <[email protected]>
10844 S:      Supported
10845
10846 SELINUX SECURITY MODULE
10847 M:      Paul Moore <[email protected]>
10848 M:      Stephen Smalley <[email protected]>
10849 M:      Eric Paris <[email protected]>
10850 L:      [email protected] (moderated for non-subscribers)
10851 W:      http://selinuxproject.org
10852 T:      git git://git.infradead.org/users/pcmoore/selinux
10853 S:      Supported
10854 F:      include/linux/selinux*
10855 F:      security/selinux/
10856 F:      scripts/selinux/
10857
10858 APPARMOR SECURITY MODULE
10859 M:      John Johansen <[email protected]>
10860 L:      [email protected] (subscribers-only, general discussion)
10861 W:      apparmor.wiki.kernel.org
10862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10863 S:      Supported
10864 F:      security/apparmor/
10865
10866 LOADPIN SECURITY MODULE
10867 M:      Kees Cook <[email protected]>
10868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10869 S:      Supported
10870 F:      security/loadpin/
10871
10872 YAMA SECURITY MODULE
10873 M:      Kees Cook <[email protected]>
10874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10875 S:      Supported
10876 F:      security/yama/
10877
10878 SENSABLE PHANTOM
10879 M:      Jiri Slaby <[email protected]>
10880 S:      Maintained
10881 F:      drivers/misc/phantom.c
10882 F:      include/uapi/linux/phantom.h
10883
10884 Emulex 10Gbps iSCSI - OneConnect DRIVER
10885 M:      Subbu Seetharaman <[email protected]>
10886 M:      Ketan Mukadam <[email protected]>
10887 M:      Jitendra Bhivare <[email protected]>
10888 L:      [email protected]
10889 W:      http://www.broadcom.com
10890 S:      Supported
10891 F:      drivers/scsi/be2iscsi/
10892
10893 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10894 M:      Sathya Perla <[email protected]>
10895 M:      Ajit Khaparde <[email protected]>
10896 M:      Sriharsha Basavapatna <[email protected]>
10897 M:      Somnath Kotur <[email protected]>
10898 L:      [email protected]
10899 W:      http://www.emulex.com
10900 S:      Supported
10901 F:      drivers/net/ethernet/emulex/benet/
10902
10903 EMULEX ONECONNECT ROCE DRIVER
10904 M:      Selvin Xavier <[email protected]>
10905 M:      Devesh Sharma <[email protected]>
10906 M:      Mitesh Ahuja <[email protected]>
10907 L:      [email protected]
10908 W:      http://www.emulex.com
10909 S:      Supported
10910 F:      drivers/infiniband/hw/ocrdma/
10911 F:      include/uapi/rdma/ocrdma-abi.h
10912
10913 SFC NETWORK DRIVER
10914 M:      Solarflare linux maintainers <[email protected]>
10915 M:      Edward Cree <[email protected]>
10916 M:      Bert Kenward <[email protected]>
10917 L:      [email protected]
10918 S:      Supported
10919 F:      drivers/net/ethernet/sfc/
10920
10921 SGI GRU DRIVER
10922 M:      Dimitri Sivanich <[email protected]>
10923 S:      Maintained
10924 F:      drivers/misc/sgi-gru/
10925
10926 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10927 M:      Pat Gefre <[email protected]>
10928 L:      [email protected]
10929 S:      Supported
10930 F:      Documentation/ia64/serial.txt
10931 F:      drivers/tty/serial/ioc?_serial.c
10932 F:      include/linux/ioc?.h
10933
10934 SGI XP/XPC/XPNET DRIVER
10935 M:      Cliff Whickman <[email protected]>
10936 M:      Robin Holt <[email protected]>
10937 S:      Maintained
10938 F:      drivers/misc/sgi-xp/
10939
10940 SI2157 MEDIA DRIVER
10941 M:      Antti Palosaari <[email protected]>
10942 L:      [email protected]
10943 W:      https://linuxtv.org
10944 W:      http://palosaari.fi/linux/
10945 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10946 T:      git git://linuxtv.org/anttip/media_tree.git
10947 S:      Maintained
10948 F:      drivers/media/tuners/si2157*
10949
10950 SI2168 MEDIA DRIVER
10951 M:      Antti Palosaari <[email protected]>
10952 L:      [email protected]
10953 W:      https://linuxtv.org
10954 W:      http://palosaari.fi/linux/
10955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10956 T:      git git://linuxtv.org/anttip/media_tree.git
10957 S:      Maintained
10958 F:      drivers/media/dvb-frontends/si2168*
10959
10960 SI470X FM RADIO RECEIVER I2C DRIVER
10961 M:      Hans Verkuil <[email protected]>
10962 L:      [email protected]
10963 T:      git git://linuxtv.org/media_tree.git
10964 W:      https://linuxtv.org
10965 S:      Odd Fixes
10966 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10967
10968 SI470X FM RADIO RECEIVER USB DRIVER
10969 M:      Hans Verkuil <[email protected]>
10970 L:      [email protected]
10971 T:      git git://linuxtv.org/media_tree.git
10972 W:      https://linuxtv.org
10973 S:      Maintained
10974 F:      drivers/media/radio/si470x/radio-si470x-common.c
10975 F:      drivers/media/radio/si470x/radio-si470x.h
10976 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10977
10978 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10979 M:      Eduardo Valentin <[email protected]>
10980 L:      [email protected]
10981 T:      git git://linuxtv.org/media_tree.git
10982 W:      https://linuxtv.org
10983 S:      Odd Fixes
10984 F:      drivers/media/radio/si4713/si4713.?
10985
10986 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10987 M:      Eduardo Valentin <[email protected]>
10988 L:      [email protected]
10989 T:      git git://linuxtv.org/media_tree.git
10990 W:      https://linuxtv.org
10991 S:      Odd Fixes
10992 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10993
10994 SI4713 FM RADIO TRANSMITTER USB DRIVER
10995 M:      Hans Verkuil <[email protected]>
10996 L:      [email protected]
10997 T:      git git://linuxtv.org/media_tree.git
10998 W:      https://linuxtv.org
10999 S:      Maintained
11000 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11001
11002 SIANO DVB DRIVER
11003 M:      Mauro Carvalho Chehab <[email protected]>
11004 M:      Mauro Carvalho Chehab <[email protected]>
11005 L:      [email protected]
11006 W:      https://linuxtv.org
11007 T:      git git://linuxtv.org/media_tree.git
11008 S:      Odd fixes
11009 F:      drivers/media/common/siano/
11010 F:      drivers/media/usb/siano/
11011 F:      drivers/media/usb/siano/
11012 F:      drivers/media/mmc/siano/
11013
11014 SIMPLEFB FB DRIVER
11015 M:      Hans de Goede <[email protected]>
11016 L:      [email protected]
11017 S:      Maintained
11018 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11019 F:      drivers/video/fbdev/simplefb.c
11020 F:      include/linux/platform_data/simplefb.h
11021
11022 SH_VEU V4L2 MEM2MEM DRIVER
11023 L:      [email protected]
11024 S:      Orphan
11025 F:      drivers/media/platform/sh_veu.c
11026
11027 SH_VOU V4L2 OUTPUT DRIVER
11028 L:      [email protected]
11029 S:      Orphan
11030 F:      drivers/media/platform/sh_vou.c
11031 F:      include/media/drv-intf/sh_vou.h
11032
11033 SIMPLE FIRMWARE INTERFACE (SFI)
11034 M:      Len Brown <[email protected]>
11035 L:      [email protected]
11036 W:      http://simplefirmware.org/
11037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11038 S:      Supported
11039 F:      arch/x86/platform/sfi/
11040 F:      drivers/sfi/
11041 F:      include/linux/sfi*.h
11042
11043 SIMTEC EB110ATX (Chalice CATS)
11044 P:      Ben Dooks
11045 P:      Vincent Sanders <[email protected]>
11046 M:      Simtec Linux Team <[email protected]>
11047 W:      http://www.simtec.co.uk/products/EB110ATX/
11048 S:      Supported
11049
11050 SIMTEC EB2410ITX (BAST)
11051 P:      Ben Dooks
11052 P:      Vincent Sanders <[email protected]>
11053 M:      Simtec Linux Team <[email protected]>
11054 W:      http://www.simtec.co.uk/products/EB2410ITX/
11055 S:      Supported
11056 F:      arch/arm/mach-s3c24xx/mach-bast.c
11057 F:      arch/arm/mach-s3c24xx/bast-ide.c
11058 F:      arch/arm/mach-s3c24xx/bast-irq.c
11059
11060 TI DAVINCI MACHINE SUPPORT
11061 M:      Sekhar Nori <[email protected]>
11062 M:      Kevin Hilman <[email protected]>
11063 L:      [email protected] (moderated for non-subscribers)
11064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11065 S:      Supported
11066 F:      arch/arm/mach-davinci/
11067 F:      drivers/i2c/busses/i2c-davinci.c
11068
11069 TI DAVINCI SERIES MEDIA DRIVER
11070 M:      "Lad, Prabhakar" <[email protected]>
11071 L:      [email protected]
11072 W:      https://linuxtv.org
11073 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11074 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11075 S:      Maintained
11076 F:      drivers/media/platform/davinci/
11077 F:      include/media/davinci/
11078
11079 TI AM437X VPFE DRIVER
11080 M:      "Lad, Prabhakar" <[email protected]>
11081 L:      [email protected]
11082 W:      https://linuxtv.org
11083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11084 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11085 S:      Maintained
11086 F:      drivers/media/platform/am437x/
11087
11088 OV2659 OMNIVISION SENSOR DRIVER
11089 M:      "Lad, Prabhakar" <[email protected]>
11090 L:      [email protected]
11091 W:      https://linuxtv.org
11092 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11093 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11094 S:      Maintained
11095 F:      drivers/media/i2c/ov2659.c
11096 F:      include/media/i2c/ov2659.h
11097
11098 SILICON MOTION SM712 FRAME BUFFER DRIVER
11099 M:      Sudip Mukherjee <[email protected]>
11100 M:      Teddy Wang <[email protected]>
11101 M:      Sudip Mukherjee <[email protected]>
11102 L:      [email protected]
11103 S:      Maintained
11104 F:      drivers/video/fbdev/sm712*
11105 F:      Documentation/fb/sm712fb.txt
11106
11107 SIS 190 ETHERNET DRIVER
11108 M:      Francois Romieu <[email protected]>
11109 L:      [email protected]
11110 S:      Maintained
11111 F:      drivers/net/ethernet/sis/sis190.c
11112
11113 SIS 900/7016 FAST ETHERNET DRIVER
11114 M:      Daniele Venzano <[email protected]>
11115 W:      http://www.brownhat.org/sis900.html
11116 L:      [email protected]
11117 S:      Maintained
11118 F:      drivers/net/ethernet/sis/sis900.*
11119
11120 SIS FRAMEBUFFER DRIVER
11121 M:      Thomas Winischhofer <[email protected]>
11122 W:      http://www.winischhofer.net/linuxsisvga.shtml
11123 S:      Maintained
11124 F:      Documentation/fb/sisfb.txt
11125 F:      drivers/video/fbdev/sis/
11126 F:      include/video/sisfb.h
11127
11128 SIS USB2VGA DRIVER
11129 M:      Thomas Winischhofer <[email protected]>
11130 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11131 S:      Maintained
11132 F:      drivers/usb/misc/sisusbvga/
11133
11134 SLAB ALLOCATOR
11135 M:      Christoph Lameter <[email protected]>
11136 M:      Pekka Enberg <[email protected]>
11137 M:      David Rientjes <[email protected]>
11138 M:      Joonsoo Kim <[email protected]>
11139 M:      Andrew Morton <[email protected]>
11140 L:      [email protected]
11141 S:      Maintained
11142 F:      include/linux/sl?b*.h
11143 F:      mm/sl?b*
11144
11145 SLEEPABLE READ-COPY UPDATE (SRCU)
11146 M:      Lai Jiangshan <[email protected]>
11147 M:      "Paul E. McKenney" <[email protected]>
11148 M:      Josh Triplett <[email protected]>
11149 R:      Steven Rostedt <[email protected]>
11150 R:      Mathieu Desnoyers <[email protected]>
11151 L:      [email protected]
11152 W:      http://www.rdrop.com/users/paulmck/RCU/
11153 S:      Supported
11154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11155 F:      include/linux/srcu.h
11156 F:      kernel/rcu/srcu.c
11157
11158 SMACK SECURITY MODULE
11159 M:      Casey Schaufler <[email protected]>
11160 L:      [email protected]
11161 W:      http://schaufler-ca.com
11162 T:      git git://github.com/cschaufler/smack-next
11163 S:      Maintained
11164 F:      Documentation/security/Smack.txt
11165 F:      security/smack/
11166
11167 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11168 M:      Kevin Hilman <[email protected]>
11169 M:      Nishanth Menon <[email protected]>
11170 S:      Maintained
11171 F:      drivers/power/avs/
11172 F:      include/linux/power/smartreflex.h
11173 L:      [email protected]
11174
11175 SMC91x ETHERNET DRIVER
11176 M:      Nicolas Pitre <[email protected]>
11177 S:      Odd Fixes
11178 F:      drivers/net/ethernet/smsc/smc91x.*
11179
11180 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11181 M:      Sakari Ailus <[email protected]>
11182 L:      [email protected]
11183 S:      Maintained
11184 F:      drivers/media/i2c/smiapp/
11185 F:      include/media/i2c/smiapp.h
11186 F:      drivers/media/i2c/smiapp-pll.c
11187 F:      drivers/media/i2c/smiapp-pll.h
11188 F:      include/uapi/linux/smiapp.h
11189 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11190
11191 SMM665 HARDWARE MONITOR DRIVER
11192 M:      Guenter Roeck <[email protected]>
11193 L:      [email protected]
11194 S:      Maintained
11195 F:      Documentation/hwmon/smm665
11196 F:      drivers/hwmon/smm665.c
11197
11198 SMSC EMC2103 HARDWARE MONITOR DRIVER
11199 M:      Steve Glendinning <[email protected]>
11200 L:      [email protected]
11201 S:      Maintained
11202 F:      Documentation/hwmon/emc2103
11203 F:      drivers/hwmon/emc2103.c
11204
11205 SMSC SCH5627 HARDWARE MONITOR DRIVER
11206 M:      Hans de Goede <[email protected]>
11207 L:      [email protected]
11208 S:      Supported
11209 F:      Documentation/hwmon/sch5627
11210 F:      drivers/hwmon/sch5627.c
11211
11212 SMSC47B397 HARDWARE MONITOR DRIVER
11213 M:      Jean Delvare <[email protected]>
11214 L:      [email protected]
11215 S:      Maintained
11216 F:      Documentation/hwmon/smsc47b397
11217 F:      drivers/hwmon/smsc47b397.c
11218
11219 SMSC911x ETHERNET DRIVER
11220 M:      Steve Glendinning <[email protected]>
11221 L:      [email protected]
11222 S:      Maintained
11223 F:      include/linux/smsc911x.h
11224 F:      drivers/net/ethernet/smsc/smsc911x.*
11225
11226 SMSC9420 PCI ETHERNET DRIVER
11227 M:      Steve Glendinning <[email protected]>
11228 L:      [email protected]
11229 S:      Maintained
11230 F:      drivers/net/ethernet/smsc/smsc9420.*
11231
11232 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11233 M:      Steve Glendinning <[email protected]>
11234 L:      [email protected]
11235 S:      Maintained
11236 F:      drivers/video/fbdev/smscufx.c
11237
11238 SOC-CAMERA V4L2 SUBSYSTEM
11239 M:      Guennadi Liakhovetski <[email protected]>
11240 L:      [email protected]
11241 T:      git git://linuxtv.org/media_tree.git
11242 S:      Maintained
11243 F:      include/media/soc*
11244 F:      drivers/media/i2c/soc_camera/
11245 F:      drivers/media/platform/soc_camera/
11246
11247 SOEKRIS NET48XX LED SUPPORT
11248 M:      Chris Boot <[email protected]>
11249 S:      Maintained
11250 F:      drivers/leds/leds-net48xx.c
11251
11252 SOFTLOGIC 6x10 MPEG CODEC
11253 M:      Bluecherry Maintainers <[email protected]>
11254 M:      Andrey Utkin <[email protected]>
11255 M:      Andrey Utkin <[email protected]>
11256 M:      Ismael Luceno <[email protected]>
11257 L:      [email protected]
11258 S:      Supported
11259 F:      drivers/media/pci/solo6x10/
11260
11261 SOFTWARE RAID (Multiple Disks) SUPPORT
11262 M:      Shaohua Li <[email protected]>
11263 L:      [email protected]
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11265 S:      Supported
11266 F:      drivers/md/
11267 F:      include/linux/raid/
11268 F:      include/uapi/linux/raid/
11269
11270 SONIC NETWORK DRIVER
11271 M:      Thomas Bogendoerfer <[email protected]>
11272 L:      [email protected]
11273 S:      Maintained
11274 F:      drivers/net/ethernet/natsemi/sonic.*
11275
11276 SONICS SILICON BACKPLANE DRIVER (SSB)
11277 M:      Michael Buesch <[email protected]>
11278 L:      [email protected]
11279 S:      Maintained
11280 F:      drivers/ssb/
11281 F:      include/linux/ssb/
11282
11283 SONY VAIO CONTROL DEVICE DRIVER
11284 M:      Mattia Dongili <[email protected]>
11285 L:      [email protected]
11286 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11287 S:      Maintained
11288 F:      Documentation/laptops/sony-laptop.txt
11289 F:      drivers/char/sonypi.c
11290 F:      drivers/platform/x86/sony-laptop.c
11291 F:      include/linux/sony-laptop.h
11292
11293 SONY MEMORYSTICK CARD SUPPORT
11294 M:      Alex Dubov <[email protected]>
11295 W:      http://tifmxx.berlios.de/
11296 S:      Maintained
11297 F:      drivers/memstick/host/tifm_ms.c
11298
11299 SONY MEMORYSTICK STANDARD SUPPORT
11300 M:      Maxim Levitsky <[email protected]>
11301 S:      Maintained
11302 F:      drivers/memstick/core/ms_block.*
11303
11304 SOUND
11305 M:      Jaroslav Kysela <[email protected]>
11306 M:      Takashi Iwai <[email protected]>
11307 L:      [email protected] (moderated for non-subscribers)
11308 W:      http://www.alsa-project.org/
11309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11310 T:      git git://git.alsa-project.org/alsa-kernel.git
11311 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11312 S:      Maintained
11313 F:      Documentation/sound/
11314 F:      include/sound/
11315 F:      include/uapi/sound/
11316 F:      sound/
11317
11318 SOUND - COMPRESSED AUDIO
11319 M:      Vinod Koul <[email protected]>
11320 L:      [email protected] (moderated for non-subscribers)
11321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11322 S:      Supported
11323 F:      Documentation/sound/alsa/compress_offload.txt
11324 F:      include/sound/compress_driver.h
11325 F:      include/uapi/sound/compress_*
11326 F:      sound/core/compress_offload.c
11327 F:      sound/soc/soc-compress.c
11328
11329 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11330 M:      Liam Girdwood <[email protected]>
11331 M:      Mark Brown <[email protected]>
11332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11333 L:      [email protected] (moderated for non-subscribers)
11334 W:      http://alsa-project.org/main/index.php/ASoC
11335 S:      Supported
11336 F:      Documentation/devicetree/bindings/sound/
11337 F:      Documentation/sound/alsa/soc/
11338 F:      sound/soc/
11339 F:      include/sound/soc*
11340
11341 SOUND - DMAENGINE HELPERS
11342 M:      Lars-Peter Clausen <[email protected]>
11343 S:      Supported
11344 F:      include/sound/dmaengine_pcm.h
11345 F:      sound/core/pcm_dmaengine.c
11346 F:      sound/soc/soc-generic-dmaengine-pcm.c
11347
11348 SP2 MEDIA DRIVER
11349 M:      Olli Salonen <[email protected]>
11350 L:      [email protected]
11351 W:      https://linuxtv.org
11352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11353 S:      Maintained
11354 F:      drivers/media/dvb-frontends/sp2*
11355
11356 SPARC + UltraSPARC (sparc/sparc64)
11357 M:      "David S. Miller" <[email protected]>
11358 L:      [email protected]
11359 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11362 S:      Maintained
11363 F:      arch/sparc/
11364 F:      drivers/sbus/
11365
11366 SPARC SERIAL DRIVERS
11367 M:      "David S. Miller" <[email protected]>
11368 L:      [email protected]
11369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11371 S:      Maintained
11372 F:      include/linux/sunserialcore.h
11373 F:      drivers/tty/serial/suncore.c
11374 F:      drivers/tty/serial/sunhv.c
11375 F:      drivers/tty/serial/sunsab.c
11376 F:      drivers/tty/serial/sunsab.h
11377 F:      drivers/tty/serial/sunsu.c
11378 F:      drivers/tty/serial/sunzilog.c
11379 F:      drivers/tty/serial/sunzilog.h
11380
11381 SPARSE CHECKER
11382 M:      "Christopher Li" <[email protected]>
11383 L:      [email protected]
11384 W:      https://sparse.wiki.kernel.org/
11385 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11386 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11387 S:      Maintained
11388 F:      include/linux/compiler.h
11389
11390 SPEAR PLATFORM SUPPORT
11391 M:      Viresh Kumar <[email protected]>
11392 M:      Shiraz Hashim <[email protected]>
11393 L:      [email protected] (moderated for non-subscribers)
11394 W:      http://www.st.com/spear
11395 S:      Maintained
11396 F:      arch/arm/boot/dts/spear*
11397 F:      arch/arm/mach-spear/
11398
11399 SPEAR CLOCK FRAMEWORK SUPPORT
11400 M:      Viresh Kumar <[email protected]>
11401 L:      [email protected] (moderated for non-subscribers)
11402 W:      http://www.st.com/spear
11403 S:      Maintained
11404 F:      drivers/clk/spear/
11405
11406 SPI SUBSYSTEM
11407 M:      Mark Brown <[email protected]>
11408 L:      [email protected]
11409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11410 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11411 S:      Maintained
11412 F:      Documentation/devicetree/bindings/spi/
11413 F:      Documentation/spi/
11414 F:      drivers/spi/
11415 F:      include/linux/spi/
11416 F:      include/uapi/linux/spi/
11417 F:      tools/spi/
11418
11419 SPIDERNET NETWORK DRIVER for CELL
11420 M:      Ishizaki Kou <[email protected]>
11421 L:      [email protected]
11422 S:      Supported
11423 F:      Documentation/networking/spider_net.txt
11424 F:      drivers/net/ethernet/toshiba/spider_net*
11425
11426 SPU FILE SYSTEM
11427 M:      Jeremy Kerr <[email protected]>
11428 L:      [email protected]
11429 W:      http://www.ibm.com/developerworks/power/cell/
11430 S:      Supported
11431 F:      Documentation/filesystems/spufs.txt
11432 F:      arch/powerpc/platforms/cell/spufs/
11433
11434 SQUASHFS FILE SYSTEM
11435 M:      Phillip Lougher <[email protected]>
11436 L:      [email protected] (subscribers-only)
11437 W:      http://squashfs.org.uk
11438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11439 S:      Maintained
11440 F:      Documentation/filesystems/squashfs.txt
11441 F:      fs/squashfs/
11442
11443 SRM (Alpha) environment access
11444 M:      Jan-Benedict Glaw <[email protected]>
11445 S:      Maintained
11446 F:      arch/alpha/kernel/srm_env.c
11447
11448 STABLE BRANCH
11449 M:      Greg Kroah-Hartman <[email protected]>
11450 L:      [email protected]
11451 S:      Supported
11452 F:      Documentation/stable_kernel_rules.txt
11453
11454 STAGING SUBSYSTEM
11455 M:      Greg Kroah-Hartman <[email protected]>
11456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11457 L:      [email protected]
11458 S:      Supported
11459 F:      drivers/staging/
11460
11461 STAGING - COMEDI
11462 M:      Ian Abbott <[email protected]>
11463 M:      H Hartley Sweeten <[email protected]>
11464 S:      Odd Fixes
11465 F:      drivers/staging/comedi/
11466
11467 STAGING - FLARION FT1000 DRIVERS
11468 M:      Marek Belisko <[email protected]>
11469 S:      Odd Fixes
11470 F:      drivers/staging/ft1000/
11471
11472 STAGING - INDUSTRIAL IO
11473 M:      Jonathan Cameron <[email protected]>
11474 L:      [email protected]
11475 S:      Odd Fixes
11476 F:      Documentation/devicetree/bindings/staging/iio/
11477 F:      drivers/staging/iio/
11478
11479 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11480 M:      Jarod Wilson <[email protected]>
11481 W:      http://www.lirc.org/
11482 S:      Odd Fixes
11483 F:      drivers/staging/media/lirc/
11484
11485 STAGING - LUSTRE PARALLEL FILESYSTEM
11486 M:      Oleg Drokin <[email protected]>
11487 M:      Andreas Dilger <[email protected]>
11488 M:      James Simmons <[email protected]>
11489 L:      [email protected] (moderated for non-subscribers)
11490 W:      http://wiki.lustre.org/
11491 S:      Maintained
11492 F:      drivers/staging/lustre
11493
11494 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11495 M:      Marc Dietrich <[email protected]>
11496 L:      [email protected] (moderated for non-subscribers)
11497 L:      [email protected]
11498 S:      Maintained
11499 F:      drivers/staging/nvec/
11500
11501 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11502 M:      Jens Frederich <[email protected]>
11503 M:      Daniel Drake <[email protected]>
11504 M:      Jon Nettleton <[email protected]>
11505 W:      http://wiki.laptop.org/go/DCON
11506 S:      Maintained
11507 F:      drivers/staging/olpc_dcon/
11508
11509 STAGING - REALTEK RTL8712U DRIVERS
11510 M:      Larry Finger <[email protected]>
11511 M:      Florian Schilhabel <[email protected]>.
11512 S:      Odd Fixes
11513 F:      drivers/staging/rtl8712/
11514
11515 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11516 M:      Sudip Mukherjee <[email protected]>
11517 M:      Teddy Wang <[email protected]>
11518 M:      Sudip Mukherjee <[email protected]>
11519 L:      [email protected]
11520 S:      Maintained
11521 F:      drivers/staging/sm750fb/
11522
11523 STAGING - SLICOSS
11524 M:      Lior Dotan <[email protected]>
11525 M:      Christopher Harrer <[email protected]>
11526 S:      Odd Fixes
11527 F:      drivers/staging/slicoss/
11528
11529 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11530 M:      William Hubbs <[email protected]>
11531 M:      Chris Brannon <[email protected]>
11532 M:      Kirk Reiser <[email protected]>
11533 M:      Samuel Thibault <[email protected]>
11534 L:      [email protected]
11535 W:      http://www.linux-speakup.org/
11536 S:      Odd Fixes
11537 F:      drivers/staging/speakup/
11538
11539 STAGING - VIA VT665X DRIVERS
11540 M:      Forest Bond <[email protected]>
11541 S:      Odd Fixes
11542 F:      drivers/staging/vt665?/
11543
11544 STAGING - WILC1000 WIFI DRIVER
11545 M:      Aditya Shankar <[email protected]>
11546 M:      Ganesh Krishna <[email protected]>
11547 L:      [email protected]
11548 S:      Supported
11549 F:      drivers/staging/wilc1000/
11550
11551 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11552 M:      Arnaud Patard <[email protected]>
11553 S:      Odd Fixes
11554 F:      drivers/staging/xgifb/
11555
11556 STARFIRE/DURALAN NETWORK DRIVER
11557 M:      Ion Badulescu <[email protected]>
11558 S:      Odd Fixes
11559 F:      drivers/net/ethernet/adaptec/starfire*
11560
11561 SUN3/3X
11562 M:      Sam Creasey <[email protected]>
11563 W:      http://sammy.net/sun3/
11564 S:      Maintained
11565 F:      arch/m68k/kernel/*sun3*
11566 F:      arch/m68k/sun3*/
11567 F:      arch/m68k/include/asm/sun3*
11568 F:      drivers/net/ethernet/i825xx/sun3*
11569
11570 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11571 M:      Hans de Goede <[email protected]>
11572 L:      [email protected]
11573 S:      Maintained
11574 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11575 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11576
11577 SUNDANCE NETWORK DRIVER
11578 M:      Denis Kirjanov <[email protected]>
11579 L:      [email protected]
11580 S:      Maintained
11581 F:      drivers/net/ethernet/dlink/sundance.c
11582
11583 SUPERH
11584 M:      Yoshinori Sato <[email protected]>
11585 M:      Rich Felker <[email protected]>
11586 L:      [email protected]
11587 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11588 S:      Maintained
11589 F:      Documentation/sh/
11590 F:      arch/sh/
11591 F:      drivers/sh/
11592
11593 SUSPEND TO RAM
11594 M:      "Rafael J. Wysocki" <[email protected]>
11595 M:      Len Brown <[email protected]>
11596 M:      Pavel Machek <[email protected]>
11597 L:      [email protected]
11598 S:      Supported
11599 F:      Documentation/power/
11600 F:      arch/x86/kernel/acpi/
11601 F:      drivers/base/power/
11602 F:      kernel/power/
11603 F:      include/linux/suspend.h
11604 F:      include/linux/freezer.h
11605 F:      include/linux/pm.h
11606
11607 SVGA HANDLING
11608 M:      Martin Mares <[email protected]>
11609 L:      [email protected]
11610 S:      Maintained
11611 F:      Documentation/svga.txt
11612 F:      arch/x86/boot/video*
11613
11614 SWIOTLB SUBSYSTEM
11615 M:      Konrad Rzeszutek Wilk <[email protected]>
11616 L:      [email protected]
11617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11618 S:      Supported
11619 F:      lib/swiotlb.c
11620 F:      arch/*/kernel/pci-swiotlb.c
11621 F:      include/linux/swiotlb.h
11622
11623 SWITCHDEV
11624 M:      Jiri Pirko <[email protected]>
11625 L:      [email protected]
11626 S:      Supported
11627 F:      net/switchdev/
11628 F:      include/net/switchdev.h
11629
11630 SYNOPSYS ARC ARCHITECTURE
11631 M:      Vineet Gupta <[email protected]>
11632 L:      [email protected]
11633 S:      Supported
11634 F:      arch/arc/
11635 F:      Documentation/devicetree/bindings/arc/*
11636 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11637 F:      drivers/tty/serial/arc_uart.c
11638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11639
11640 SYNOPSYS ARC SDP platform support
11641 M:      Alexey Brodkin <[email protected]>
11642 S:      Supported
11643 F:      arch/arc/plat-axs10x
11644 F:      arch/arc/boot/dts/ax*
11645 F:      Documentation/devicetree/bindings/arc/axs10*
11646
11647 SYSTEM CONFIGURATION (SYSCON)
11648 M:      Lee Jones <[email protected]>
11649 M:      Arnd Bergmann <[email protected]>
11650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11651 S:      Supported
11652 F:      drivers/mfd/syscon.c
11653
11654 SYSTEM RESET/SHUTDOWN DRIVERS
11655 M:      Sebastian Reichel <[email protected]>
11656 L:      [email protected]
11657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11658 S:      Maintained
11659 F:      Documentation/devicetree/bindings/power/reset/
11660 F:      drivers/power/reset/
11661
11662 SYSV FILESYSTEM
11663 M:      Christoph Hellwig <[email protected]>
11664 S:      Maintained
11665 F:      Documentation/filesystems/sysv-fs.txt
11666 F:      fs/sysv/
11667 F:      include/linux/sysv_fs.h
11668
11669 TARGET SUBSYSTEM
11670 M:      "Nicholas A. Bellinger" <[email protected]>
11671 L:      [email protected]
11672 L:      [email protected]
11673 W:      http://www.linux-iscsi.org
11674 W:      http://groups.google.com/group/linux-iscsi-target-dev
11675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11676 S:      Supported
11677 F:      drivers/target/
11678 F:      include/target/
11679 F:      Documentation/target/
11680
11681 TASKSTATS STATISTICS INTERFACE
11682 M:      Balbir Singh <[email protected]>
11683 S:      Maintained
11684 F:      Documentation/accounting/taskstats*
11685 F:      include/linux/taskstats*
11686 F:      kernel/taskstats.c
11687
11688 TC CLASSIFIER
11689 M:      Jamal Hadi Salim <[email protected]>
11690 L:      [email protected]
11691 S:      Maintained
11692 F:      include/net/pkt_cls.h
11693 F:      include/uapi/linux/pkt_cls.h
11694 F:      net/sched/
11695
11696 TCP LOW PRIORITY MODULE
11697 M:      "Wong Hoi Sing, Edison" <[email protected]>
11698 M:      "Hung Hing Lun, Mike" <[email protected]>
11699 W:      http://tcp-lp-mod.sourceforge.net/
11700 S:      Maintained
11701 F:      net/ipv4/tcp_lp.c
11702
11703 TDA10071 MEDIA DRIVER
11704 M:      Antti Palosaari <[email protected]>
11705 L:      [email protected]
11706 W:      https://linuxtv.org
11707 W:      http://palosaari.fi/linux/
11708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11709 T:      git git://linuxtv.org/anttip/media_tree.git
11710 S:      Maintained
11711 F:      drivers/media/dvb-frontends/tda10071*
11712
11713 TDA18212 MEDIA DRIVER
11714 M:      Antti Palosaari <[email protected]>
11715 L:      [email protected]
11716 W:      https://linuxtv.org
11717 W:      http://palosaari.fi/linux/
11718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11719 T:      git git://linuxtv.org/anttip/media_tree.git
11720 S:      Maintained
11721 F:      drivers/media/tuners/tda18212*
11722
11723 TDA18218 MEDIA DRIVER
11724 M:      Antti Palosaari <[email protected]>
11725 L:      [email protected]
11726 W:      https://linuxtv.org
11727 W:      http://palosaari.fi/linux/
11728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11729 T:      git git://linuxtv.org/anttip/media_tree.git
11730 S:      Maintained
11731 F:      drivers/media/tuners/tda18218*
11732
11733 TDA18271 MEDIA DRIVER
11734 M:      Michael Krufky <[email protected]>
11735 L:      [email protected]
11736 W:      https://linuxtv.org
11737 W:      http://github.com/mkrufky
11738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11739 T:      git git://linuxtv.org/mkrufky/tuners.git
11740 S:      Maintained
11741 F:      drivers/media/tuners/tda18271*
11742
11743 TDA827x MEDIA DRIVER
11744 M:      Michael Krufky <[email protected]>
11745 L:      [email protected]
11746 W:      https://linuxtv.org
11747 W:      http://github.com/mkrufky
11748 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11749 T:      git git://linuxtv.org/mkrufky/tuners.git
11750 S:      Maintained
11751 F:      drivers/media/tuners/tda8290.*
11752
11753 TDA8290 MEDIA DRIVER
11754 M:      Michael Krufky <[email protected]>
11755 L:      [email protected]
11756 W:      https://linuxtv.org
11757 W:      http://github.com/mkrufky
11758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11759 T:      git git://linuxtv.org/mkrufky/tuners.git
11760 S:      Maintained
11761 F:      drivers/media/tuners/tda8290.*
11762
11763 TDA9840 MEDIA DRIVER
11764 M:      Hans Verkuil <[email protected]>
11765 L:      [email protected]
11766 T:      git git://linuxtv.org/media_tree.git
11767 W:      https://linuxtv.org
11768 S:      Maintained
11769 F:      drivers/media/i2c/tda9840*
11770
11771 TEA5761 TUNER DRIVER
11772 M:      Mauro Carvalho Chehab <[email protected]>
11773 M:      Mauro Carvalho Chehab <[email protected]>
11774 L:      [email protected]
11775 W:      https://linuxtv.org
11776 T:      git git://linuxtv.org/media_tree.git
11777 S:      Odd fixes
11778 F:      drivers/media/tuners/tea5761.*
11779
11780 TEA5767 TUNER DRIVER
11781 M:      Mauro Carvalho Chehab <[email protected]>
11782 M:      Mauro Carvalho Chehab <[email protected]>
11783 L:      [email protected]
11784 W:      https://linuxtv.org
11785 T:      git git://linuxtv.org/media_tree.git
11786 S:      Maintained
11787 F:      drivers/media/tuners/tea5767.*
11788
11789 TEA6415C MEDIA DRIVER
11790 M:      Hans Verkuil <[email protected]>
11791 L:      [email protected]
11792 T:      git git://linuxtv.org/media_tree.git
11793 W:      https://linuxtv.org
11794 S:      Maintained
11795 F:      drivers/media/i2c/tea6415c*
11796
11797 TEA6420 MEDIA DRIVER
11798 M:      Hans Verkuil <[email protected]>
11799 L:      [email protected]
11800 T:      git git://linuxtv.org/media_tree.git
11801 W:      https://linuxtv.org
11802 S:      Maintained
11803 F:      drivers/media/i2c/tea6420*
11804
11805 TEAM DRIVER
11806 M:      Jiri Pirko <[email protected]>
11807 L:      [email protected]
11808 S:      Supported
11809 F:      drivers/net/team/
11810 F:      include/linux/if_team.h
11811 F:      include/uapi/linux/if_team.h
11812
11813 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11814 M:      "Savoir-faire Linux Inc." <[email protected]>
11815 S:      Maintained
11816 F:      arch/x86/platform/ts5500/
11817
11818 TECHNOTREND USB IR RECEIVER
11819 M:      Sean Young <[email protected]>
11820 L:      [email protected]
11821 S:      Maintained
11822 F:      drivers/media/rc/ttusbir.c
11823
11824 TEGRA ARCHITECTURE SUPPORT
11825 M:      Stephen Warren <[email protected]>
11826 M:      Thierry Reding <[email protected]>
11827 M:      Alexandre Courbot <[email protected]>
11828 L:      [email protected]
11829 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11831 S:      Supported
11832 N:      [^a-z]tegra
11833
11834 TEGRA CLOCK DRIVER
11835 M:      Peter De Schrijver <[email protected]>
11836 M:      Prashant Gaikwad <[email protected]>
11837 S:      Supported
11838 F:      drivers/clk/tegra/
11839
11840 TEGRA DMA DRIVERS
11841 M:      Laxman Dewangan <[email protected]>
11842 M:      Jon Hunter <[email protected]>
11843 S:      Supported
11844 F:      drivers/dma/tegra*
11845
11846 TEGRA I2C DRIVER
11847 M:      Laxman Dewangan <[email protected]>
11848 S:      Supported
11849 F:      drivers/i2c/busses/i2c-tegra.c
11850
11851 TEGRA IOMMU DRIVERS
11852 M:      Hiroshi Doyu <[email protected]>
11853 S:      Supported
11854 F:      drivers/iommu/tegra*
11855
11856 TEGRA KBC DRIVER
11857 M:      Rakesh Iyer <[email protected]>
11858 M:      Laxman Dewangan <[email protected]>
11859 S:      Supported
11860 F:      drivers/input/keyboard/tegra-kbc.c
11861
11862 TEGRA PWM DRIVER
11863 M:      Thierry Reding <[email protected]>
11864 S:      Supported
11865 F:      drivers/pwm/pwm-tegra.c
11866
11867 TEGRA SERIAL DRIVER
11868 M:      Laxman Dewangan <[email protected]>
11869 S:      Supported
11870 F:      drivers/tty/serial/serial-tegra.c
11871
11872 TEGRA SPI DRIVER
11873 M:      Laxman Dewangan <[email protected]>
11874 S:      Supported
11875 F:      drivers/spi/spi-tegra*
11876
11877 TEHUTI ETHERNET DRIVER
11878 M:      Andy Gospodarek <[email protected]>
11879 L:      [email protected]
11880 S:      Supported
11881 F:      drivers/net/ethernet/tehuti/*
11882
11883 Telecom Clock Driver for MCPL0010
11884 M:      Mark Gross <[email protected]>
11885 S:      Supported
11886 F:      drivers/char/tlclk.c
11887
11888 TENSILICA XTENSA PORT (xtensa)
11889 M:      Chris Zankel <[email protected]>
11890 M:      Max Filippov <[email protected]>
11891 L:      [email protected]
11892 T:      git git://github.com/czankel/xtensa-linux.git
11893 S:      Maintained
11894 F:      arch/xtensa/
11895 F:      drivers/irqchip/irq-xtensa-*
11896
11897 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11898 M:      Hans Verkuil <[email protected]>
11899 L:      [email protected]
11900 T:      git git://linuxtv.org/media_tree.git
11901 W:      https://linuxtv.org
11902 S:      Maintained
11903 F:      drivers/media/radio/radio-raremono.c
11904
11905 THERMAL
11906 M:      Zhang Rui <[email protected]>
11907 M:      Eduardo Valentin <[email protected]>
11908 L:      [email protected]
11909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11911 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11912 S:      Supported
11913 F:      drivers/thermal/
11914 F:      include/linux/thermal.h
11915 F:      include/uapi/linux/thermal.h
11916 F:      include/linux/cpu_cooling.h
11917 F:      Documentation/devicetree/bindings/thermal/
11918
11919 THERMAL/CPU_COOLING
11920 M:      Amit Daniel Kachhap <[email protected]>
11921 M:      Viresh Kumar <[email protected]>
11922 M:      Javi Merino <[email protected]>
11923 L:      [email protected]
11924 S:      Supported
11925 F:      Documentation/thermal/cpu-cooling-api.txt
11926 F:      drivers/thermal/cpu_cooling.c
11927 F:      include/linux/cpu_cooling.h
11928
11929 THINKPAD ACPI EXTRAS DRIVER
11930 M:      Henrique de Moraes Holschuh <[email protected]>
11931 L:      [email protected]
11932 L:      [email protected]
11933 W:      http://ibm-acpi.sourceforge.net
11934 W:      http://thinkwiki.org/wiki/Ibm-acpi
11935 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11936 S:      Maintained
11937 F:      drivers/platform/x86/thinkpad_acpi.c
11938
11939 TI BANDGAP AND THERMAL DRIVER
11940 M:      Eduardo Valentin <[email protected]>
11941 M:      Keerthy <[email protected]>
11942 L:      [email protected]
11943 L:      [email protected]
11944 S:      Maintained
11945 F:      drivers/thermal/ti-soc-thermal/
11946
11947 TI VPE/CAL DRIVERS
11948 M:      Benoit Parrot <[email protected]>
11949 L:      [email protected]
11950 W:      http://linuxtv.org/
11951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11952 S:      Maintained
11953 F:      drivers/media/platform/ti-vpe/
11954
11955 TI CDCE706 CLOCK DRIVER
11956 M:      Max Filippov <[email protected]>
11957 S:      Maintained
11958 F:      drivers/clk/clk-cdce706.c
11959
11960 TI CLOCK DRIVER
11961 M:      Tero Kristo <[email protected]>
11962 L:      [email protected]
11963 S:      Maintained
11964 F:      drivers/clk/ti/
11965 F:      include/linux/clk/ti.h
11966
11967 TI ETHERNET SWITCH DRIVER (CPSW)
11968 M:      Mugunthan V N <[email protected]>
11969 R:      Grygorii Strashko <[email protected]>
11970 L:      [email protected]
11971 L:      [email protected]
11972 S:      Maintained
11973 F:      drivers/net/ethernet/ti/cpsw*
11974 F:      drivers/net/ethernet/ti/davinci*
11975
11976 TI FLASH MEDIA INTERFACE DRIVER
11977 M:      Alex Dubov <[email protected]>
11978 S:      Maintained
11979 F:      drivers/misc/tifm*
11980 F:      drivers/mmc/host/tifm_sd.c
11981 F:      include/linux/tifm.h
11982
11983 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11984 M:      Santosh Shilimkar <[email protected]>
11985 L:      [email protected]
11986 L:      [email protected] (moderated for non-subscribers)
11987 S:      Maintained
11988 F:      drivers/soc/ti/*
11989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11990
11991
11992 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11993 M:      M R Swami Reddy <[email protected]>
11994 M:      Vishwas A Deshpande <[email protected]>
11995 L:      [email protected] (moderated for non-subscribers)
11996 S:      Maintained
11997 F:      sound/soc/codecs/lm49453*
11998 F:      sound/soc/codecs/isabelle*
11999
12000 TI LP855x BACKLIGHT DRIVER
12001 M:      Milo Kim <[email protected]>
12002 S:      Maintained
12003 F:      Documentation/backlight/lp855x-driver.txt
12004 F:      drivers/video/backlight/lp855x_bl.c
12005 F:      include/linux/platform_data/lp855x.h
12006
12007 TI LP8727 CHARGER DRIVER
12008 M:      Milo Kim <[email protected]>
12009 S:      Maintained
12010 F:      drivers/power/supply/lp8727_charger.c
12011 F:      include/linux/platform_data/lp8727.h
12012
12013 TI LP8788 MFD DRIVER
12014 M:      Milo Kim <[email protected]>
12015 S:      Maintained
12016 F:      drivers/iio/adc/lp8788_adc.c
12017 F:      drivers/leds/leds-lp8788.c
12018 F:      drivers/mfd/lp8788*.c
12019 F:      drivers/power/supply/lp8788-charger.c
12020 F:      drivers/regulator/lp8788-*.c
12021 F:      include/linux/mfd/lp8788*.h
12022
12023 TI NETCP ETHERNET DRIVER
12024 M:      Wingman Kwok <[email protected]>
12025 M:      Murali Karicheri <[email protected]>
12026 L:      [email protected]
12027 S:      Maintained
12028 F:      drivers/net/ethernet/ti/netcp*
12029
12030 TI TAS571X FAMILY ASoC CODEC DRIVER
12031 M:      Kevin Cernekee <[email protected]>
12032 L:      [email protected] (moderated for non-subscribers)
12033 S:      Odd Fixes
12034 F:      sound/soc/codecs/tas571x*
12035
12036 TI TWL4030 SERIES SOC CODEC DRIVER
12037 M:      Peter Ujfalusi <[email protected]>
12038 L:      [email protected] (moderated for non-subscribers)
12039 S:      Maintained
12040 F:      sound/soc/codecs/twl4030*
12041
12042 TI WILINK WIRELESS DRIVERS
12043 L:      [email protected]
12044 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12045 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12047 S:      Orphan
12048 F:      drivers/net/wireless/ti/
12049 F:      include/linux/wl12xx.h
12050
12051 TIPC NETWORK LAYER
12052 M:      Jon Maloy <[email protected]>
12053 M:      Ying Xue <[email protected]>
12054 L:      [email protected] (core kernel code)
12055 L:      [email protected] (user apps, general discussion)
12056 W:      http://tipc.sourceforge.net/
12057 S:      Maintained
12058 F:      include/uapi/linux/tipc*.h
12059 F:      net/tipc/
12060
12061 TILE ARCHITECTURE
12062 M:      Chris Metcalf <[email protected]>
12063 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12065 S:      Supported
12066 F:      arch/tile/
12067 F:      drivers/char/tile-srom.c
12068 F:      drivers/edac/tile_edac.c
12069 F:      drivers/net/ethernet/tile/
12070 F:      drivers/rtc/rtc-tile.c
12071 F:      drivers/tty/hvc/hvc_tile.c
12072 F:      drivers/tty/serial/tilegx.c
12073 F:      drivers/usb/host/*-tilegx.c
12074 F:      include/linux/usb/tilegx.h
12075
12076 TLAN NETWORK DRIVER
12077 M:      Samuel Chessman <[email protected]>
12078 L:      [email protected] (subscribers-only)
12079 W:      http://sourceforge.net/projects/tlan/
12080 S:      Maintained
12081 F:      Documentation/networking/tlan.txt
12082 F:      drivers/net/ethernet/ti/tlan.*
12083
12084 TOMOYO SECURITY MODULE
12085 M:      Kentaro Takeda <[email protected]>
12086 M:      Tetsuo Handa <[email protected]>
12087 L:      [email protected] (subscribers-only, for developers in English)
12088 L:      [email protected] (subscribers-only, for users in English)
12089 L:      [email protected] (subscribers-only, for developers in Japanese)
12090 L:      [email protected] (subscribers-only, for users in Japanese)
12091 W:      http://tomoyo.sourceforge.jp/
12092 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12093 S:      Maintained
12094 F:      security/tomoyo/
12095
12096 TOPSTAR LAPTOP EXTRAS DRIVER
12097 M:      Herton Ronaldo Krzesinski <[email protected]>
12098 L:      [email protected]
12099 S:      Maintained
12100 F:      drivers/platform/x86/topstar-laptop.c
12101
12102 TOSHIBA ACPI EXTRAS DRIVER
12103 M:      Azael Avalos <[email protected]>
12104 L:      [email protected]
12105 S:      Maintained
12106 F:      drivers/platform/x86/toshiba_acpi.c
12107
12108 TOSHIBA BLUETOOTH DRIVER
12109 M:      Azael Avalos <[email protected]>
12110 L:      [email protected]
12111 S:      Maintained
12112 F:      drivers/platform/x86/toshiba_bluetooth.c
12113
12114 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12115 M:      Azael Avalos <[email protected]>
12116 L:      [email protected]
12117 S:      Maintained
12118 F:      drivers/platform/x86/toshiba_haps.c
12119
12120 TOSHIBA WMI HOTKEYS DRIVER
12121 M:      Azael Avalos <[email protected]>
12122 L:      [email protected]
12123 S:      Maintained
12124 F:      drivers/platform/x86/toshiba-wmi.c
12125
12126 TOSHIBA SMM DRIVER
12127 M:      Jonathan Buzzard <[email protected]>
12128 W:      http://www.buzzard.org.uk/toshiba/
12129 S:      Maintained
12130 F:      drivers/char/toshiba.c
12131 F:      include/linux/toshiba.h
12132 F:      include/uapi/linux/toshiba.h
12133
12134 TOSHIBA TC358743 DRIVER
12135 M:      Mats Randgaard <[email protected]>
12136 L:      [email protected]
12137 S:      Maintained
12138 F:      drivers/media/i2c/tc358743*
12139 F:      include/media/i2c/tc358743.h
12140
12141 TMIO/SDHI MMC DRIVER
12142 M:      Wolfram Sang <[email protected]>
12143 L:      [email protected]
12144 S:      Supported
12145 F:      drivers/mmc/host/tmio_mmc*
12146 F:      drivers/mmc/host/sh_mobile_sdhi.c
12147 F:      include/linux/mfd/tmio.h
12148
12149 TMP401 HARDWARE MONITOR DRIVER
12150 M:      Guenter Roeck <[email protected]>
12151 L:      [email protected]
12152 S:      Maintained
12153 F:      Documentation/hwmon/tmp401
12154 F:      drivers/hwmon/tmp401.c
12155
12156 TMPFS (SHMEM FILESYSTEM)
12157 M:      Hugh Dickins <[email protected]>
12158 L:      [email protected]
12159 S:      Maintained
12160 F:      include/linux/shmem_fs.h
12161 F:      mm/shmem.c
12162
12163 TM6000 VIDEO4LINUX DRIVER
12164 M:      Mauro Carvalho Chehab <[email protected]>
12165 M:      Mauro Carvalho Chehab <[email protected]>
12166 L:      [email protected]
12167 W:      https://linuxtv.org
12168 T:      git git://linuxtv.org/media_tree.git
12169 S:      Odd fixes
12170 F:      drivers/media/usb/tm6000/
12171 F:      Documentation/media/v4l-drivers/tm6000*
12172
12173 TW5864 VIDEO4LINUX DRIVER
12174 M:      Bluecherry Maintainers <[email protected]>
12175 M:      Andrey Utkin <[email protected]>
12176 M:      Andrey Utkin <[email protected]>
12177 L:      [email protected]
12178 S:      Supported
12179 F:      drivers/media/pci/tw5864/
12180
12181 TW68 VIDEO4LINUX DRIVER
12182 M:      Hans Verkuil <[email protected]>
12183 L:      [email protected]
12184 T:      git git://linuxtv.org/media_tree.git
12185 W:      https://linuxtv.org
12186 S:      Odd Fixes
12187 F:      drivers/media/pci/tw68/
12188
12189 TW686X VIDEO4LINUX DRIVER
12190 M:      Ezequiel Garcia <[email protected]>
12191 L:      [email protected]
12192 T:      git git://linuxtv.org/media_tree.git
12193 W:      http://linuxtv.org
12194 S:      Maintained
12195 F:      drivers/media/pci/tw686x/
12196
12197 TPM DEVICE DRIVER
12198 M:      Peter Huewe <[email protected]>
12199 M:      Marcel Selhorst <[email protected]>
12200 M:      Jarkko Sakkinen <[email protected]>
12201 R:      Jason Gunthorpe <[email protected]>
12202 W:      http://tpmdd.sourceforge.net
12203 L:      [email protected] (moderated for non-subscribers)
12204 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12205 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12206 S:      Maintained
12207 F:      drivers/char/tpm/
12208
12209 TPM IBM_VTPM DEVICE DRIVER
12210 M:      Ashley Lai <[email protected]>
12211 W:      http://tpmdd.sourceforge.net
12212 L:      [email protected] (moderated for non-subscribers)
12213 S:      Maintained
12214 F:      drivers/char/tpm/tpm_ibmvtpm*
12215
12216 TRACING
12217 M:      Steven Rostedt <[email protected]>
12218 M:      Ingo Molnar <[email protected]>
12219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12220 S:      Maintained
12221 F:      Documentation/trace/ftrace.txt
12222 F:      arch/*/*/*/ftrace.h
12223 F:      arch/*/kernel/ftrace.c
12224 F:      include/*/ftrace.h
12225 F:      include/linux/trace*.h
12226 F:      include/trace/
12227 F:      kernel/trace/
12228 F:      tools/testing/selftests/ftrace/
12229
12230 TRACING MMIO ACCESSES (MMIOTRACE)
12231 M:      Steven Rostedt <[email protected]>
12232 M:      Ingo Molnar <[email protected]>
12233 R:      Karol Herbst <[email protected]>
12234 R:      Pekka Paalanen <[email protected]>
12235 S:      Maintained
12236 L:      [email protected]
12237 L:      [email protected]
12238 F:      kernel/trace/trace_mmiotrace.c
12239 F:      include/linux/mmiotrace.h
12240 F:      arch/x86/mm/kmmio.c
12241 F:      arch/x86/mm/mmio-mod.c
12242 F:      arch/x86/mm/testmmiotrace.c
12243
12244 TRIVIAL PATCHES
12245 M:      Jiri Kosina <[email protected]>
12246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12247 S:      Maintained
12248 K:      ^Subject:.*(?i)trivial
12249
12250 TTY LAYER
12251 M:      Greg Kroah-Hartman <[email protected]>
12252 M:      Jiri Slaby <[email protected]>
12253 S:      Supported
12254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12255 F:      Documentation/serial/
12256 F:      drivers/tty/
12257 F:      drivers/tty/serial/serial_core.c
12258 F:      include/linux/serial_core.h
12259 F:      include/linux/serial.h
12260 F:      include/linux/tty.h
12261 F:      include/uapi/linux/serial_core.h
12262 F:      include/uapi/linux/serial.h
12263 F:      include/uapi/linux/tty.h
12264
12265 TUA9001 MEDIA DRIVER
12266 M:      Antti Palosaari <[email protected]>
12267 L:      [email protected]
12268 W:      https://linuxtv.org
12269 W:      http://palosaari.fi/linux/
12270 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12271 T:      git git://linuxtv.org/anttip/media_tree.git
12272 S:      Maintained
12273 F:      drivers/media/tuners/tua9001*
12274
12275 TULIP NETWORK DRIVERS
12276 L:      [email protected]
12277 L:      [email protected]
12278 S:      Orphan
12279 F:      drivers/net/ethernet/dec/tulip/
12280
12281 TUN/TAP driver
12282 M:      Maxim Krasnyansky <[email protected]>
12283 W:      http://vtun.sourceforge.net/tun
12284 S:      Maintained
12285 F:      Documentation/networking/tuntap.txt
12286 F:      arch/um/os-Linux/drivers/
12287
12288 TURBOCHANNEL SUBSYSTEM
12289 M:      "Maciej W. Rozycki" <[email protected]>
12290 M:      Ralf Baechle <[email protected]>
12291 L:      [email protected]
12292 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12293 S:      Maintained
12294 F:      drivers/tc/
12295 F:      include/linux/tc.h
12296
12297 UBI FILE SYSTEM (UBIFS)
12298 M:      Richard Weinberger <[email protected]>
12299 M:      Artem Bityutskiy <[email protected]>
12300 M:      Adrian Hunter <[email protected]>
12301 L:      [email protected]
12302 T:      git git://git.infradead.org/ubifs-2.6.git
12303 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12304 S:      Supported
12305 F:      Documentation/filesystems/ubifs.txt
12306 F:      fs/ubifs/
12307
12308 UCLINUX (M68KNOMMU AND COLDFIRE)
12309 M:      Greg Ungerer <[email protected]>
12310 W:      http://www.linux-m68k.org/
12311 W:      http://www.uclinux.org/
12312 L:      [email protected]
12313 L:      [email protected]  (subscribers-only)
12314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12315 S:      Maintained
12316 F:      arch/m68k/coldfire/
12317 F:      arch/m68k/68*/
12318 F:      arch/m68k/*/*_no.*
12319 F:      arch/m68k/include/asm/*_no.*
12320
12321 UDF FILESYSTEM
12322 M:      Jan Kara <[email protected]>
12323 S:      Maintained
12324 F:      Documentation/filesystems/udf.txt
12325 F:      fs/udf/
12326
12327 UFS FILESYSTEM
12328 M:      Evgeniy Dushistov <[email protected]>
12329 S:      Maintained
12330 F:      Documentation/filesystems/ufs.txt
12331 F:      fs/ufs/
12332
12333 UHID USERSPACE HID IO DRIVER:
12334 M:      David Herrmann <[email protected]>
12335 L:      [email protected]
12336 S:      Maintained
12337 F:      drivers/hid/uhid.c
12338 F:      include/uapi/linux/uhid.h
12339
12340 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12341 L:      [email protected]
12342 S:      Orphan
12343 F:      drivers/uwb/
12344 F:      include/linux/uwb.h
12345 F:      include/linux/uwb/
12346
12347 UNICORE32 ARCHITECTURE:
12348 M:      Guan Xuetao <[email protected]>
12349 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12350 S:      Maintained
12351 T:      git git://github.com/gxt/linux.git
12352 F:      arch/unicore32/
12353
12354 UNIFDEF
12355 M:      Tony Finch <[email protected]>
12356 W:      http://dotat.at/prog/unifdef
12357 S:      Maintained
12358 F:      scripts/unifdef.c
12359
12360 UNIFORM CDROM DRIVER
12361 M:      Jens Axboe <[email protected]>
12362 W:      http://www.kernel.dk
12363 S:      Maintained
12364 F:      Documentation/cdrom/
12365 F:      drivers/cdrom/cdrom.c
12366 F:      include/linux/cdrom.h
12367 F:      include/uapi/linux/cdrom.h
12368
12369 UNISYS S-PAR DRIVERS
12370 M:      David Kershner <[email protected]>
12371 L:      [email protected] (Unisys internal)
12372 S:      Supported
12373 F:      drivers/staging/unisys/
12374
12375 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12376 M:      Vinayak Holikatti <[email protected]>
12377 L:      [email protected]
12378 S:      Supported
12379 F:      Documentation/scsi/ufs.txt
12380 F:      drivers/scsi/ufs/
12381
12382 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12383 M:      Joao Pinto <[email protected]>
12384 L:      [email protected]
12385 S:      Supported
12386 F:      drivers/scsi/ufs/*dwc*
12387
12388 UNSORTED BLOCK IMAGES (UBI)
12389 M:      Artem Bityutskiy <[email protected]>
12390 M:      Richard Weinberger <[email protected]>
12391 W:      http://www.linux-mtd.infradead.org/
12392 L:      [email protected]
12393 T:      git git://git.infradead.org/ubifs-2.6.git
12394 S:      Supported
12395 F:      drivers/mtd/ubi/
12396 F:      include/linux/mtd/ubi.h
12397 F:      include/uapi/mtd/ubi-user.h
12398
12399 USB ACM DRIVER
12400 M:      Oliver Neukum <[email protected]>
12401 L:      [email protected]
12402 S:      Maintained
12403 F:      Documentation/usb/acm.txt
12404 F:      drivers/usb/class/cdc-acm.*
12405
12406 USB AR5523 WIRELESS DRIVER
12407 M:      Pontus Fuchs <[email protected]>
12408 L:      [email protected]
12409 S:      Maintained
12410 F:      drivers/net/wireless/ath/ar5523/
12411
12412 USB ATTACHED SCSI
12413 M:      Oliver Neukum <[email protected]>
12414 L:      [email protected]
12415 L:      [email protected]
12416 S:      Maintained
12417 F:      drivers/usb/storage/uas.c
12418
12419 USB CDC ETHERNET DRIVER
12420 M:      Oliver Neukum <[email protected]>
12421 L:      [email protected]
12422 S:      Maintained
12423 F:      drivers/net/usb/cdc_*.c
12424 F:      include/uapi/linux/usb/cdc.h
12425
12426 USB CHAOSKEY DRIVER
12427 M:      Keith Packard <[email protected]>
12428 L:      [email protected]
12429 S:      Maintained
12430 F:      drivers/usb/misc/chaoskey.c
12431
12432 USB CYPRESS C67X00 DRIVER
12433 M:      Peter Korsgaard <[email protected]>
12434 L:      [email protected]
12435 S:      Maintained
12436 F:      drivers/usb/c67x00/
12437
12438 USB DAVICOM DM9601 DRIVER
12439 M:      Peter Korsgaard <[email protected]>
12440 L:      [email protected]
12441 W:      http://www.linux-usb.org/usbnet
12442 S:      Maintained
12443 F:      drivers/net/usb/dm9601.c
12444
12445 USB DIAMOND RIO500 DRIVER
12446 M:      Cesar Miquel <[email protected]>
12447 L:      [email protected]
12448 W:      http://rio500.sourceforge.net
12449 S:      Maintained
12450 F:      drivers/usb/misc/rio500*
12451
12452 USB EHCI DRIVER
12453 M:      Alan Stern <[email protected]>
12454 L:      [email protected]
12455 S:      Maintained
12456 F:      Documentation/usb/ehci.txt
12457 F:      drivers/usb/host/ehci*
12458
12459 USB GADGET/PERIPHERAL SUBSYSTEM
12460 M:      Felipe Balbi <[email protected]>
12461 L:      [email protected]
12462 W:      http://www.linux-usb.org/gadget
12463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12464 S:      Maintained
12465 F:      drivers/usb/gadget/
12466 F:      include/linux/usb/gadget*
12467
12468 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12469 M:      Jiri Kosina <[email protected]>
12470 R:      Benjamin Tissoires <[email protected]>
12471 L:      [email protected]
12472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12473 S:      Maintained
12474 F:      Documentation/hid/hiddev.txt
12475 F:      drivers/hid/usbhid/
12476
12477 USB ISP116X DRIVER
12478 M:      Olav Kongas <[email protected]>
12479 L:      [email protected]
12480 S:      Maintained
12481 F:      drivers/usb/host/isp116x*
12482 F:      include/linux/usb/isp116x.h
12483
12484 USB LAN78XX ETHERNET DRIVER
12485 M:      Woojung Huh <[email protected]>
12486 M:      Microchip Linux Driver Support <[email protected]>
12487 L:      [email protected]
12488 S:      Maintained
12489 F:      drivers/net/usb/lan78xx.*
12490
12491 USB MASS STORAGE DRIVER
12492 M:      Alan Stern <[email protected]>
12493 L:      [email protected]
12494 L:      [email protected]
12495 S:      Maintained
12496 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12497 F:      drivers/usb/storage/
12498
12499 USB MIDI DRIVER
12500 M:      Clemens Ladisch <[email protected]>
12501 L:      [email protected] (moderated for non-subscribers)
12502 T:      git git://git.alsa-project.org/alsa-kernel.git
12503 S:      Maintained
12504 F:      sound/usb/midi.*
12505
12506 USB NETWORKING DRIVERS
12507 L:      [email protected]
12508 S:      Odd Fixes
12509 F:      drivers/net/usb/
12510
12511 USB OHCI DRIVER
12512 M:      Alan Stern <[email protected]>
12513 L:      [email protected]
12514 S:      Maintained
12515 F:      Documentation/usb/ohci.txt
12516 F:      drivers/usb/host/ohci*
12517
12518 USB OTG FSM (Finite State Machine)
12519 M:      Peter Chen <[email protected]>
12520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12521 L:      [email protected]
12522 S:      Maintained
12523 F:      drivers/usb/common/usb-otg-fsm.c
12524
12525 USB OVER IP DRIVER
12526 M:      Valentina Manea <[email protected]>
12527 M:      Shuah Khan <[email protected]>
12528 M:      Shuah Khan <[email protected]>
12529 L:      [email protected]
12530 S:      Maintained
12531 F:      Documentation/usb/usbip_protocol.txt
12532 F:      drivers/usb/usbip/
12533 F:      tools/usb/usbip/
12534
12535 USB PEGASUS DRIVER
12536 M:      Petko Manolov <[email protected]>
12537 L:      [email protected]
12538 L:      [email protected]
12539 T:      git git://github.com/petkan/pegasus.git
12540 W:      https://github.com/petkan/pegasus
12541 S:      Maintained
12542 F:      drivers/net/usb/pegasus.*
12543
12544 USB PHY LAYER
12545 M:      Felipe Balbi <[email protected]>
12546 L:      [email protected]
12547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12548 S:      Maintained
12549 F:      drivers/usb/phy/
12550
12551 USB PRINTER DRIVER (usblp)
12552 M:      Pete Zaitcev <[email protected]>
12553 L:      [email protected]
12554 S:      Supported
12555 F:      drivers/usb/class/usblp.c
12556
12557 USB QMI WWAN NETWORK DRIVER
12558 M:      Bjørn Mork <[email protected]>
12559 L:      [email protected]
12560 S:      Maintained
12561 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12562 F:      drivers/net/usb/qmi_wwan.c
12563
12564 USB RTL8150 DRIVER
12565 M:      Petko Manolov <[email protected]>
12566 L:      [email protected]
12567 L:      [email protected]
12568 T:      git git://github.com/petkan/rtl8150.git
12569 W:      https://github.com/petkan/rtl8150
12570 S:      Maintained
12571 F:      drivers/net/usb/rtl8150.c
12572
12573 USB SERIAL SUBSYSTEM
12574 M:      Johan Hovold <[email protected]>
12575 L:      [email protected]
12576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12577 S:      Maintained
12578 F:      Documentation/usb/usb-serial.txt
12579 F:      drivers/usb/serial/
12580 F:      include/linux/usb/serial.h
12581
12582 USB SMSC75XX ETHERNET DRIVER
12583 M:      Steve Glendinning <[email protected]>
12584 L:      [email protected]
12585 S:      Maintained
12586 F:      drivers/net/usb/smsc75xx.*
12587
12588 USB SMSC95XX ETHERNET DRIVER
12589 M:      Steve Glendinning <[email protected]>
12590 M:      Microchip Linux Driver Support <[email protected]>
12591 L:      [email protected]
12592 S:      Maintained
12593 F:      drivers/net/usb/smsc95xx.*
12594
12595 USB SUBSYSTEM
12596 M:      Greg Kroah-Hartman <[email protected]>
12597 L:      [email protected]
12598 W:      http://www.linux-usb.org
12599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12600 S:      Supported
12601 F:      Documentation/devicetree/bindings/usb/
12602 F:      Documentation/usb/
12603 F:      drivers/usb/
12604 F:      include/linux/usb.h
12605 F:      include/linux/usb/
12606
12607 USB UHCI DRIVER
12608 M:      Alan Stern <[email protected]>
12609 L:      [email protected]
12610 S:      Maintained
12611 F:      drivers/usb/host/uhci*
12612
12613 USB "USBNET" DRIVER FRAMEWORK
12614 M:      Oliver Neukum <[email protected]>
12615 L:      [email protected]
12616 W:      http://www.linux-usb.org/usbnet
12617 S:      Maintained
12618 F:      drivers/net/usb/usbnet.c
12619 F:      include/linux/usb/usbnet.h
12620
12621 USB VIDEO CLASS
12622 M:      Laurent Pinchart <[email protected]>
12623 L:      [email protected] (subscribers-only)
12624 L:      [email protected]
12625 T:      git git://linuxtv.org/media_tree.git
12626 W:      http://www.ideasonboard.org/uvc/
12627 S:      Maintained
12628 F:      drivers/media/usb/uvc/
12629 F:      include/uapi/linux/uvcvideo.h
12630
12631 USB VISION DRIVER
12632 M:      Hans Verkuil <[email protected]>
12633 L:      [email protected]
12634 T:      git git://linuxtv.org/media_tree.git
12635 W:      https://linuxtv.org
12636 S:      Odd Fixes
12637 F:      drivers/media/usb/usbvision/
12638
12639 USB WEBCAM GADGET
12640 M:      Laurent Pinchart <[email protected]>
12641 L:      [email protected]
12642 S:      Maintained
12643 F:      drivers/usb/gadget/function/*uvc*
12644 F:      drivers/usb/gadget/legacy/webcam.c
12645
12646 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12647 M:      Jussi Kivilinna <[email protected]>
12648 L:      [email protected]
12649 S:      Maintained
12650 F:      drivers/net/wireless/rndis_wlan.c
12651
12652 USB XHCI DRIVER
12653 M:      Mathias Nyman <[email protected]>
12654 L:      [email protected]
12655 S:      Supported
12656 F:      drivers/usb/host/xhci*
12657 F:      drivers/usb/host/pci-quirks*
12658
12659 USB ZD1201 DRIVER
12660 L:      [email protected]
12661 W:      http://linux-lc100020.sourceforge.net
12662 S:      Orphan
12663 F:      drivers/net/wireless/zydas/zd1201.*
12664
12665 USB ZR364XX DRIVER
12666 M:      Antoine Jacquet <[email protected]>
12667 L:      [email protected]
12668 L:      [email protected]
12669 T:      git git://linuxtv.org/media_tree.git
12670 W:      http://royale.zerezo.com/zr364xx/
12671 S:      Maintained
12672 F:      Documentation/media/v4l-drivers/zr364xx*
12673 F:      drivers/media/usb/zr364xx/
12674
12675 ULPI BUS
12676 M:      Heikki Krogerus <[email protected]>
12677 L:      [email protected]
12678 S:      Maintained
12679 F:      drivers/usb/common/ulpi.c
12680 F:      include/linux/ulpi/
12681
12682 USER-MODE LINUX (UML)
12683 M:      Jeff Dike <[email protected]>
12684 M:      Richard Weinberger <[email protected]>
12685 L:      [email protected]
12686 L:      [email protected]
12687 W:      http://user-mode-linux.sourceforge.net
12688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12689 S:      Maintained
12690 F:      Documentation/virtual/uml/
12691 F:      arch/um/
12692 F:      arch/x86/um/
12693 F:      fs/hostfs/
12694 F:      fs/hppfs/
12695
12696 USERSPACE I/O (UIO)
12697 M:      Greg Kroah-Hartman <[email protected]>
12698 S:      Maintained
12699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12700 F:      Documentation/DocBook/uio-howto.tmpl
12701 F:      drivers/uio/
12702 F:      include/linux/uio*.h
12703
12704 UTIL-LINUX PACKAGE
12705 M:      Karel Zak <[email protected]>
12706 L:      [email protected]
12707 W:      http://en.wikipedia.org/wiki/Util-linux
12708 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12709 S:      Maintained
12710
12711 UVESAFB DRIVER
12712 M:      Michal Januszewski <[email protected]>
12713 L:      [email protected]
12714 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12715 S:      Maintained
12716 F:      Documentation/fb/uvesafb.txt
12717 F:      drivers/video/fbdev/uvesafb.*
12718
12719 VF610 NAND DRIVER
12720 M:      Stefan Agner <[email protected]>
12721 L:      [email protected]
12722 S:      Supported
12723 F:      drivers/mtd/nand/vf610_nfc.c
12724
12725 VFAT/FAT/MSDOS FILESYSTEM
12726 M:      OGAWA Hirofumi <[email protected]>
12727 S:      Maintained
12728 F:      Documentation/filesystems/vfat.txt
12729 F:      fs/fat/
12730
12731 VFIO DRIVER
12732 M:      Alex Williamson <[email protected]>
12733 L:      [email protected]
12734 T:      git git://github.com/awilliam/linux-vfio.git
12735 S:      Maintained
12736 F:      Documentation/vfio.txt
12737 F:      drivers/vfio/
12738 F:      include/linux/vfio.h
12739 F:      include/uapi/linux/vfio.h
12740
12741 VFIO PLATFORM DRIVER
12742 M:      Baptiste Reynal <[email protected]>
12743 L:      [email protected]
12744 S:      Maintained
12745 F:      drivers/vfio/platform/
12746
12747 VIDEOBUF2 FRAMEWORK
12748 M:      Pawel Osciak <[email protected]>
12749 M:      Marek Szyprowski <[email protected]>
12750 M:      Kyungmin Park <[email protected]>
12751 L:      [email protected]
12752 S:      Maintained
12753 F:      drivers/media/v4l2-core/videobuf2-*
12754 F:      include/media/videobuf2-*
12755
12756 VIRTIO AND VHOST VSOCK DRIVER
12757 M:      Stefan Hajnoczi <[email protected]>
12758 L:      [email protected]
12759 L:      [email protected]
12760 L:      [email protected]
12761 S:      Maintained
12762 F:      include/linux/virtio_vsock.h
12763 F:      include/uapi/linux/virtio_vsock.h
12764 F:      net/vmw_vsock/virtio_transport_common.c
12765 F:      net/vmw_vsock/virtio_transport.c
12766 F:      drivers/vhost/vsock.c
12767 F:      drivers/vhost/vsock.h
12768
12769 VIRTUAL SERIO DEVICE DRIVER
12770 M:      Stephen Chandler Paul <[email protected]>
12771 S:      Maintained
12772 F:      drivers/input/serio/userio.c
12773 F:      include/uapi/linux/userio.h
12774
12775 VIRTIO CONSOLE DRIVER
12776 M:      Amit Shah <[email protected]>
12777 L:      [email protected]
12778 S:      Maintained
12779 F:      drivers/char/virtio_console.c
12780 F:      include/linux/virtio_console.h
12781 F:      include/uapi/linux/virtio_console.h
12782
12783 VIRTIO CORE, NET AND BLOCK DRIVERS
12784 M:      "Michael S. Tsirkin" <[email protected]>
12785 L:      [email protected]
12786 S:      Maintained
12787 F:      Documentation/devicetree/bindings/virtio/
12788 F:      drivers/virtio/
12789 F:      tools/virtio/
12790 F:      drivers/net/virtio_net.c
12791 F:      drivers/block/virtio_blk.c
12792 F:      include/linux/virtio_*.h
12793 F:      include/uapi/linux/virtio_*.h
12794
12795 VIRTIO DRIVERS FOR S390
12796 M:      Christian Borntraeger <[email protected]>
12797 M:      Cornelia Huck <[email protected]>
12798 L:      [email protected]
12799 L:      [email protected]
12800 L:      [email protected]
12801 S:      Supported
12802 F:      drivers/s390/virtio/
12803
12804 VIRTIO GPU DRIVER
12805 M:      David Airlie <[email protected]>
12806 M:      Gerd Hoffmann <[email protected]>
12807 L:      [email protected]
12808 L:      [email protected]
12809 S:      Maintained
12810 F:      drivers/gpu/drm/virtio/
12811 F:      include/uapi/linux/virtio_gpu.h
12812
12813 VIRTIO HOST (VHOST)
12814 M:      "Michael S. Tsirkin" <[email protected]>
12815 L:      [email protected]
12816 L:      [email protected]
12817 L:      [email protected]
12818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12819 S:      Maintained
12820 F:      drivers/vhost/
12821 F:      include/uapi/linux/vhost.h
12822
12823 VIRTIO INPUT DRIVER
12824 M:      Gerd Hoffmann <[email protected]>
12825 S:      Maintained
12826 F:      drivers/virtio/virtio_input.c
12827 F:      include/uapi/linux/virtio_input.h
12828
12829 VIA RHINE NETWORK DRIVER
12830 S:      Orphan
12831 F:      drivers/net/ethernet/via/via-rhine.c
12832
12833 VIA SD/MMC CARD CONTROLLER DRIVER
12834 M:      Bruce Chang <[email protected]>
12835 M:      Harald Welte <[email protected]>
12836 S:      Maintained
12837 F:      drivers/mmc/host/via-sdmmc.c
12838
12839 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12840 M:      Florian Tobias Schandinat <[email protected]>
12841 L:      [email protected]
12842 S:      Maintained
12843 F:      include/linux/via-core.h
12844 F:      include/linux/via-gpio.h
12845 F:      include/linux/via_i2c.h
12846 F:      drivers/video/fbdev/via/
12847
12848 VIA VELOCITY NETWORK DRIVER
12849 M:      Francois Romieu <[email protected]>
12850 L:      [email protected]
12851 S:      Maintained
12852 F:      drivers/net/ethernet/via/via-velocity.*
12853
12854 VIRT LIB
12855 M:      Alex Williamson <[email protected]>
12856 M:      Paolo Bonzini <[email protected]>
12857 L:      [email protected]
12858 S:      Supported
12859 F:      virt/lib/
12860
12861 VIVID VIRTUAL VIDEO DRIVER
12862 M:      Hans Verkuil <[email protected]>
12863 L:      [email protected]
12864 T:      git git://linuxtv.org/media_tree.git
12865 W:      https://linuxtv.org
12866 S:      Maintained
12867 F:      drivers/media/platform/vivid/*
12868
12869 VLAN (802.1Q)
12870 M:      Patrick McHardy <[email protected]>
12871 L:      [email protected]
12872 S:      Maintained
12873 F:      drivers/net/macvlan.c
12874 F:      include/linux/if_*vlan.h
12875 F:      net/8021q/
12876
12877 VLYNQ BUS
12878 M:      Florian Fainelli <[email protected]>
12879 L:      [email protected] (subscribers-only)
12880 S:      Maintained
12881 F:      drivers/vlynq/vlynq.c
12882 F:      include/linux/vlynq.h
12883
12884 VME SUBSYSTEM
12885 M:      Martyn Welch <[email protected]>
12886 M:      Manohar Vanga <[email protected]>
12887 M:      Greg Kroah-Hartman <[email protected]>
12888 L:      [email protected]
12889 S:      Maintained
12890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12891 F:      Documentation/vme_api.txt
12892 F:      drivers/staging/vme/
12893 F:      drivers/vme/
12894 F:      include/linux/vme*
12895
12896 VMWARE HYPERVISOR INTERFACE
12897 M:      Alok Kataria <[email protected]>
12898 L:      [email protected]
12899 S:      Supported
12900 F:      arch/x86/kernel/cpu/vmware.c
12901
12902 VMWARE BALLOON DRIVER
12903 M:      Xavier Deguillard <[email protected]>
12904 M:      Philip Moltmann <[email protected]>
12905 M:      "VMware, Inc." <[email protected]>
12906 L:      [email protected]
12907 S:      Maintained
12908 F:      drivers/misc/vmw_balloon.c
12909
12910 VMWARE VMMOUSE SUBDRIVER
12911 M:      "VMware Graphics" <[email protected]>
12912 M:      "VMware, Inc." <[email protected]>
12913 L:      [email protected]
12914 S:      Maintained
12915 F:      drivers/input/mouse/vmmouse.c
12916 F:      drivers/input/mouse/vmmouse.h
12917
12918 VMWARE VMXNET3 ETHERNET DRIVER
12919 M:      Shrikrishna Khare <[email protected]>
12920 M:      "VMware, Inc." <[email protected]>
12921 L:      [email protected]
12922 S:      Maintained
12923 F:      drivers/net/vmxnet3/
12924
12925 VMware PVSCSI driver
12926 M:      Jim Gill <[email protected]>
12927 M:      VMware PV-Drivers <[email protected]>
12928 L:      [email protected]
12929 S:      Maintained
12930 F:      drivers/scsi/vmw_pvscsi.c
12931 F:      drivers/scsi/vmw_pvscsi.h
12932
12933 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12934 M:      Liam Girdwood <[email protected]>
12935 M:      Mark Brown <[email protected]>
12936 L:      [email protected]
12937 W:      http://www.slimlogic.co.uk/?p=48
12938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12939 S:      Supported
12940 F:      Documentation/devicetree/bindings/regulator/
12941 F:      drivers/regulator/
12942 F:      include/dt-bindings/regulator/
12943 F:      include/linux/regulator/
12944
12945 VRF
12946 M:      David Ahern <[email protected]>
12947 M:      Shrijeet Mukherjee <[email protected]>
12948 L:      [email protected]
12949 S:      Maintained
12950 F:      drivers/net/vrf.c
12951 F:      Documentation/networking/vrf.txt
12952
12953 VT1211 HARDWARE MONITOR DRIVER
12954 M:      Juerg Haefliger <[email protected]>
12955 L:      [email protected]
12956 S:      Maintained
12957 F:      Documentation/hwmon/vt1211
12958 F:      drivers/hwmon/vt1211.c
12959
12960 VT8231 HARDWARE MONITOR DRIVER
12961 M:      Roger Lucas <[email protected]>
12962 L:      [email protected]
12963 S:      Maintained
12964 F:      drivers/hwmon/vt8231.c
12965
12966 VUB300 USB to SDIO/SD/MMC bridge chip
12967 M:      Tony Olech <[email protected]>
12968 L:      [email protected]
12969 L:      [email protected]
12970 S:      Supported
12971 F:      drivers/mmc/host/vub300.c
12972
12973 W1 DALLAS'S 1-WIRE BUS
12974 M:      Evgeniy Polyakov <[email protected]>
12975 S:      Maintained
12976 F:      Documentation/w1/
12977 F:      drivers/w1/
12978
12979 W83791D HARDWARE MONITORING DRIVER
12980 M:      Marc Hulsman <[email protected]>
12981 L:      [email protected]
12982 S:      Maintained
12983 F:      Documentation/hwmon/w83791d
12984 F:      drivers/hwmon/w83791d.c
12985
12986 W83793 HARDWARE MONITORING DRIVER
12987 M:      Rudolf Marek <[email protected]>
12988 L:      [email protected]
12989 S:      Maintained
12990 F:      Documentation/hwmon/w83793
12991 F:      drivers/hwmon/w83793.c
12992
12993 W83795 HARDWARE MONITORING DRIVER
12994 M:      Jean Delvare <[email protected]>
12995 L:      [email protected]
12996 S:      Maintained
12997 F:      drivers/hwmon/w83795.c
12998
12999 W83L51xD SD/MMC CARD INTERFACE DRIVER
13000 M:      Pierre Ossman <[email protected]>
13001 S:      Maintained
13002 F:      drivers/mmc/host/wbsd.*
13003
13004 WACOM PROTOCOL 4 SERIAL TABLETS
13005 M:      Julian Squires <[email protected]>
13006 M:      Hans de Goede <[email protected]>
13007 L:      [email protected]
13008 S:      Maintained
13009 F:      drivers/input/tablet/wacom_serial4.c
13010
13011 WATCHDOG DEVICE DRIVERS
13012 M:      Wim Van Sebroeck <[email protected]>
13013 R:      Guenter Roeck <[email protected]>
13014 L:      [email protected]
13015 W:      http://www.linux-watchdog.org/
13016 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13017 S:      Maintained
13018 F:      Documentation/devicetree/bindings/watchdog/
13019 F:      Documentation/watchdog/
13020 F:      drivers/watchdog/
13021 F:      include/linux/watchdog.h
13022 F:      include/uapi/linux/watchdog.h
13023
13024 WIIMOTE HID DRIVER
13025 M:      David Herrmann <[email protected]>
13026 L:      [email protected]
13027 S:      Maintained
13028 F:      drivers/hid/hid-wiimote*
13029
13030 WINBOND CIR DRIVER
13031 M:      David Härdeman <[email protected]>
13032 S:      Maintained
13033 F:      drivers/media/rc/winbond-cir.c
13034
13035 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13036 M:      William Breathitt Gray <[email protected]>
13037 L:      [email protected]
13038 S:      Maintained
13039 F:      drivers/watchdog/ebc-c384_wdt.c
13040
13041 WINSYSTEMS WS16C48 GPIO DRIVER
13042 M:      William Breathitt Gray <[email protected]>
13043 L:      [email protected]
13044 S:      Maintained
13045 F:      drivers/gpio/gpio-ws16c48.c
13046
13047 WIMAX STACK
13048 M:      Inaky Perez-Gonzalez <[email protected]>
13049 M:      [email protected]
13050 L:      [email protected] (subscribers-only)
13051 S:      Supported
13052 W:      http://linuxwimax.org
13053 F:      Documentation/wimax/README.wimax
13054 F:      include/linux/wimax/debug.h
13055 F:      include/net/wimax.h
13056 F:      include/uapi/linux/wimax.h
13057 F:      net/wimax/
13058
13059 WISTRON LAPTOP BUTTON DRIVER
13060 M:      Miloslav Trmac <[email protected]>
13061 S:      Maintained
13062 F:      drivers/input/misc/wistron_btns.c
13063
13064 WL3501 WIRELESS PCMCIA CARD DRIVER
13065 M:      Arnaldo Carvalho de Melo <[email protected]>
13066 L:      [email protected]
13067 W:      http://oops.ghostprotocols.net:81/blog
13068 S:      Maintained
13069 F:      drivers/net/wireless/wl3501*
13070
13071 WOLFSON MICROELECTRONICS DRIVERS
13072 L:      [email protected]
13073 T:      git https://github.com/CirrusLogic/linux-drivers.git
13074 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13075 S:      Supported
13076 F:      Documentation/hwmon/wm83??
13077 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13078 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13079 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13080 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13081 F:      drivers/clk/clk-wm83*.c
13082 F:      drivers/extcon/extcon-arizona.c
13083 F:      drivers/leds/leds-wm83*.c
13084 F:      drivers/gpio/gpio-*wm*.c
13085 F:      drivers/gpio/gpio-arizona.c
13086 F:      drivers/hwmon/wm83??-hwmon.c
13087 F:      drivers/input/misc/wm831x-on.c
13088 F:      drivers/input/touchscreen/wm831x-ts.c
13089 F:      drivers/input/touchscreen/wm97*.c
13090 F:      drivers/mfd/arizona*
13091 F:      drivers/mfd/wm*.c
13092 F:      drivers/mfd/cs47l24*
13093 F:      drivers/power/supply/wm83*.c
13094 F:      drivers/rtc/rtc-wm83*.c
13095 F:      drivers/regulator/wm8*.c
13096 F:      drivers/video/backlight/wm83*_bl.c
13097 F:      drivers/watchdog/wm83*_wdt.c
13098 F:      include/linux/mfd/arizona/
13099 F:      include/linux/mfd/wm831x/
13100 F:      include/linux/mfd/wm8350/
13101 F:      include/linux/mfd/wm8400*
13102 F:      include/linux/wm97xx.h
13103 F:      include/sound/wm????.h
13104 F:      sound/soc/codecs/arizona.?
13105 F:      sound/soc/codecs/wm*
13106 F:      sound/soc/codecs/cs47l24*
13107
13108 WORKQUEUE
13109 M:      Tejun Heo <[email protected]>
13110 R:      Lai Jiangshan <[email protected]>
13111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13112 S:      Maintained
13113 F:      include/linux/workqueue.h
13114 F:      kernel/workqueue.c
13115 F:      Documentation/workqueue.txt
13116
13117 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13118 M:      Chen-Yu Tsai <[email protected]>
13119 L:      [email protected]
13120 S:      Maintained
13121 N:      axp[128]
13122
13123 X.25 NETWORK LAYER
13124 M:      Andrew Hendry <[email protected]>
13125 L:      [email protected]
13126 S:      Odd Fixes
13127 F:      Documentation/networking/x25*
13128 F:      include/net/x25*
13129 F:      net/x25/
13130
13131 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13132 M:      Thomas Gleixner <[email protected]>
13133 M:      Ingo Molnar <[email protected]>
13134 M:      "H. Peter Anvin" <[email protected]>
13135 M:      [email protected]
13136 L:      [email protected]
13137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13138 S:      Maintained
13139 F:      Documentation/x86/
13140 F:      arch/x86/
13141
13142 X86 PLATFORM DRIVERS
13143 M:      Darren Hart <[email protected]>
13144 L:      [email protected]
13145 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13146 S:      Maintained
13147 F:      drivers/platform/x86/
13148 F:      drivers/platform/olpc/
13149
13150 X86 MCE INFRASTRUCTURE
13151 M:      Tony Luck <[email protected]>
13152 M:      Borislav Petkov <[email protected]>
13153 L:      [email protected]
13154 S:      Maintained
13155 F:      arch/x86/kernel/cpu/mcheck/*
13156
13157 X86 MICROCODE UPDATE SUPPORT
13158 M:      Borislav Petkov <[email protected]>
13159 S:      Maintained
13160 F:      arch/x86/kernel/cpu/microcode/*
13161
13162 X86 VDSO
13163 M:      Andy Lutomirski <[email protected]>
13164 L:      [email protected]
13165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13166 S:      Maintained
13167 F:      arch/x86/entry/vdso/
13168
13169 XC2028/3028 TUNER DRIVER
13170 M:      Mauro Carvalho Chehab <[email protected]>
13171 M:      Mauro Carvalho Chehab <[email protected]>
13172 L:      [email protected]
13173 W:      https://linuxtv.org
13174 T:      git git://linuxtv.org/media_tree.git
13175 S:      Maintained
13176 F:      drivers/media/tuners/tuner-xc2028.*
13177
13178 XEN HYPERVISOR INTERFACE
13179 M:      Boris Ostrovsky <[email protected]>
13180 M:      David Vrabel <[email protected]>
13181 M:      Juergen Gross <[email protected]>
13182 L:      [email protected] (moderated for non-subscribers)
13183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13184 S:      Supported
13185 F:      arch/x86/xen/
13186 F:      drivers/*/xen-*front.c
13187 F:      drivers/xen/
13188 F:      arch/x86/include/asm/xen/
13189 F:      include/xen/
13190 F:      include/uapi/xen/
13191
13192 XEN HYPERVISOR ARM
13193 M:      Stefano Stabellini <[email protected]>
13194 L:      [email protected] (moderated for non-subscribers)
13195 S:      Maintained
13196 F:      arch/arm/xen/
13197 F:      arch/arm/include/asm/xen/
13198
13199 XEN HYPERVISOR ARM64
13200 M:      Stefano Stabellini <[email protected]>
13201 L:      [email protected] (moderated for non-subscribers)
13202 S:      Maintained
13203 F:      arch/arm64/xen/
13204 F:      arch/arm64/include/asm/xen/
13205
13206 XEN NETWORK BACKEND DRIVER
13207 M:      Wei Liu <[email protected]>
13208 M:      Paul Durrant <[email protected]>
13209 L:      [email protected] (moderated for non-subscribers)
13210 L:      [email protected]
13211 S:      Supported
13212 F:      drivers/net/xen-netback/*
13213
13214 XEN PCI SUBSYSTEM
13215 M:      Konrad Rzeszutek Wilk <[email protected]>
13216 L:      [email protected] (moderated for non-subscribers)
13217 S:      Supported
13218 F:      arch/x86/pci/*xen*
13219 F:      drivers/pci/*xen*
13220
13221 XEN BLOCK SUBSYSTEM
13222 M:      Konrad Rzeszutek Wilk <[email protected]>
13223 M:      Roger Pau Monné <[email protected]>
13224 L:      [email protected] (moderated for non-subscribers)
13225 S:      Supported
13226 F:      drivers/block/xen-blkback/*
13227 F:      drivers/block/xen*
13228
13229 XEN PVSCSI DRIVERS
13230 M:      Juergen Gross <[email protected]>
13231 L:      [email protected] (moderated for non-subscribers)
13232 L:      [email protected]
13233 S:      Supported
13234 F:      drivers/scsi/xen-scsifront.c
13235 F:      drivers/xen/xen-scsiback.c
13236 F:      include/xen/interface/io/vscsiif.h
13237
13238 XEN SWIOTLB SUBSYSTEM
13239 M:      Konrad Rzeszutek Wilk <[email protected]>
13240 L:      [email protected] (moderated for non-subscribers)
13241 S:      Supported
13242 F:      arch/x86/xen/*swiotlb*
13243 F:      drivers/xen/*swiotlb*
13244
13245 XFS FILESYSTEM
13246 M:      Dave Chinner <[email protected]>
13247 M:      [email protected]
13248 L:      [email protected]
13249 W:      http://xfs.org/
13250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13251 S:      Supported
13252 F:      Documentation/filesystems/xfs.txt
13253 F:      fs/xfs/
13254
13255 XILINX AXI ETHERNET DRIVER
13256 M:      Anirudha Sarangi <[email protected]>
13257 M:      John Linn <[email protected]>
13258 S:      Maintained
13259 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13260
13261 XILINX UARTLITE SERIAL DRIVER
13262 M:      Peter Korsgaard <[email protected]>
13263 L:      [email protected]
13264 S:      Maintained
13265 F:      drivers/tty/serial/uartlite.c
13266
13267 XILINX VIDEO IP CORES
13268 M:      Hyun Kwon <[email protected]>
13269 M:      Laurent Pinchart <[email protected]>
13270 L:      [email protected]
13271 T:      git git://linuxtv.org/media_tree.git
13272 S:      Supported
13273 F:      Documentation/devicetree/bindings/media/xilinx/
13274 F:      drivers/media/platform/xilinx/
13275 F:      include/uapi/linux/xilinx-v4l2-controls.h
13276
13277 XILLYBUS DRIVER
13278 M:      Eli Billauer <[email protected]>
13279 L:      [email protected]
13280 S:      Supported
13281 F:      drivers/char/xillybus/
13282
13283 XTENSA XTFPGA PLATFORM SUPPORT
13284 M:      Max Filippov <[email protected]>
13285 L:      [email protected]
13286 S:      Maintained
13287 F:      drivers/spi/spi-xtensa-xtfpga.c
13288 F:      sound/soc/xtensa/xtfpga-i2s.c
13289
13290 YAM DRIVER FOR AX.25
13291 M:      Jean-Paul Roubelat <[email protected]>
13292 L:      [email protected]
13293 S:      Maintained
13294 F:      drivers/net/hamradio/yam*
13295 F:      include/linux/yam.h
13296
13297 YEALINK PHONE DRIVER
13298 M:      Henk Vergonet <[email protected]>
13299 L:      [email protected]
13300 S:      Maintained
13301 F:      Documentation/input/yealink.txt
13302 F:      drivers/input/misc/yealink.*
13303
13304 Z8530 DRIVER FOR AX.25
13305 M:      Joerg Reuter <[email protected]>
13306 W:      http://yaina.de/jreuter/
13307 W:      http://www.qsl.net/dl1bke/
13308 L:      [email protected]
13309 S:      Maintained
13310 F:      Documentation/networking/z8530drv.txt
13311 F:      drivers/net/hamradio/*scc.c
13312 F:      drivers/net/hamradio/z8530.h
13313
13314 ZBUD COMPRESSED PAGE ALLOCATOR
13315 M:      Seth Jennings <[email protected]>
13316 L:      [email protected]
13317 S:      Maintained
13318 F:      mm/zbud.c
13319 F:      include/linux/zbud.h
13320
13321 ZD1211RW WIRELESS DRIVER
13322 M:      Daniel Drake <[email protected]>
13323 M:      Ulrich Kunitz <[email protected]>
13324 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13325 L:      [email protected]
13326 L:      [email protected] (subscribers-only)
13327 S:      Maintained
13328 F:      drivers/net/wireless/zydas/zd1211rw/
13329
13330 ZPOOL COMPRESSED PAGE STORAGE API
13331 M:      Dan Streetman <[email protected]>
13332 L:      [email protected]
13333 S:      Maintained
13334 F:      mm/zpool.c
13335 F:      include/linux/zpool.h
13336
13337 ZR36067 VIDEO FOR LINUX DRIVER
13338 L:      [email protected]
13339 L:      [email protected]
13340 W:      http://mjpeg.sourceforge.net/driver-zoran/
13341 T:      hg https://linuxtv.org/hg/v4l-dvb
13342 S:      Odd Fixes
13343 F:      drivers/media/pci/zoran/
13344
13345 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13346 M:      Minchan Kim <[email protected]>
13347 M:      Nitin Gupta <[email protected]>
13348 R:      Sergey Senozhatsky <[email protected]>
13349 L:      [email protected]
13350 S:      Maintained
13351 F:      drivers/block/zram/
13352 F:      Documentation/blockdev/zram.txt
13353
13354 ZS DECSTATION Z85C30 SERIAL DRIVER
13355 M:      "Maciej W. Rozycki" <[email protected]>
13356 S:      Maintained
13357 F:      drivers/tty/serial/zs.*
13358
13359 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13360 M:      Minchan Kim <[email protected]>
13361 M:      Nitin Gupta <[email protected]>
13362 R:      Sergey Senozhatsky <[email protected]>
13363 L:      [email protected]
13364 S:      Maintained
13365 F:      mm/zsmalloc.c
13366 F:      include/linux/zsmalloc.h
13367 F:      Documentation/vm/zsmalloc.txt
13368
13369 ZSWAP COMPRESSED SWAP CACHING
13370 M:      Seth Jennings <[email protected]>
13371 L:      [email protected]
13372 S:      Maintained
13373 F:      mm/zswap.c
13374
13375 THE REST
13376 M:      Linus Torvalds <[email protected]>
13377 L:      [email protected]
13378 Q:      http://patchwork.kernel.org/project/LKML/list/
13379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13380 S:      Buried alive in reporters
13381 F:      *
13382 F:      */
This page took 0.747539 seconds and 4 git commands to generate.