]> Git Repo - linux.git/blob - MAINTAINERS
Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux...
[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 THERMAL DRIVER
320 M:      Zhang Rui <[email protected]>
321 L:      [email protected]
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <[email protected]>
328 L:      [email protected]
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      [email protected]
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <[email protected]>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      [email protected]
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <[email protected]>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <[email protected]>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <[email protected]>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <[email protected]>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <[email protected]>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <[email protected]>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <[email protected]>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      [email protected]
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <[email protected]>
395 L:      [email protected]
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <[email protected]>
402 L:      [email protected]
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      [email protected]
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <[email protected]>
414 L:      [email protected]
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <[email protected]>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <[email protected]>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <[email protected]>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <[email protected]>
447 L:      [email protected]
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <[email protected]>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <[email protected]>
460 L:      [email protected]
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <[email protected]>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <[email protected]>
474 M:      Hannes Reinecke <[email protected]>
475 L:      [email protected]
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <[email protected]>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <[email protected]>
487 L:      [email protected]
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <[email protected]>
497 L:      [email protected]
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      [email protected]
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <[email protected]>
513 L:      [email protected]
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <[email protected]>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <[email protected]>
529 L:      [email protected]
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <[email protected]>
536 L:      [email protected]
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <[email protected]>
542 L:      [email protected]
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <[email protected]>
550 L:      [email protected]
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <[email protected]>
557 L:      [email protected]
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <[email protected]>
567 L:      [email protected]
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <[email protected]>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <[email protected]>
580 L:      [email protected]
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <[email protected]>
587 L:      [email protected]
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <[email protected]>
593 M:      Ivan Kokshaysky <[email protected]>
594 M:      Matt Turner <[email protected]>
595 S:      Odd Fixes
596 L:      [email protected]
597 F:      arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R:      Pali Rohár <[email protected]>
601 F:      drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M:      Ley Foon Tan <[email protected]>
605 L:      [email protected] (moderated for non-subscribers)
606 S:      Maintained
607 F:      drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M:      Tien Hock Loh <[email protected]>
611 L:      [email protected]
612 S:      Maintained
613 F:      drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M:      Thor Thayer <[email protected]>
617 S:      Maintained
618 F:      drivers/gpio/gpio-altera-a10sr.c
619 F:      drivers/mfd/altera-a10sr.c
620 F:      include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M:      Vince Bridgers <[email protected]>
624 L:      [email protected]
625 L:      [email protected] (moderated for non-subscribers)
626 S:      Maintained
627 F:      drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M:      Tobias Klauser <[email protected]>
631 L:      [email protected]
632 L:      [email protected] (moderated for non-subscribers)
633 S:      Maintained
634 F:      drivers/tty/serial/altera_uart.c
635 F:      drivers/tty/serial/altera_jtaguart.c
636 F:      include/linux/altera_uart.h
637 F:      include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M:      Netanel Belgazal <[email protected]>
641 R:      Saeed Bishara <[email protected]>
642 R:      Zorik Machulsky <[email protected]>
643 L:      [email protected]
644 S:      Supported
645 F:      Documentation/networking/ena.txt
646 F:      drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M:      Tom Lendacky <[email protected]>
650 M:      Gary Hook <[email protected]>
651 L:      [email protected]
652 S:      Supported
653 F:      drivers/crypto/ccp/
654 F:      include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M:      Huang Rui <[email protected]>
658 L:      [email protected]
659 S:      Supported
660 F:      Documentation/hwmon/fam15h_power
661 F:      drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L:      [email protected] (moderated for non-subscribers)
665 S:      Orphan
666 F:      drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P:      Andres Salomon <[email protected]>
670 L:      [email protected] (moderated for non-subscribers)
671 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S:      Supported
673 F:      drivers/char/hw_random/geode-rng.c
674 F:      drivers/crypto/geode*
675 F:      drivers/video/fbdev/geode/
676 F:      arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M:      Joerg Roedel <[email protected]>
680 L:      [email protected]
681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S:      Maintained
683 F:      drivers/iommu/amd_iommu*.[ch]
684 F:      include/linux/amd-iommu.h
685
686 AMD KFD
687 M:      Oded Gabbay <[email protected]>
688 L:      [email protected]
689 T:      git git://people.freedesktop.org/~gabbayo/linux.git
690 S:      Supported
691 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F:      drivers/gpu/drm/amd/amdkfd/
696 F:      drivers/gpu/drm/amd/include/cik_structs.h
697 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F:      drivers/gpu/drm/amd/include/vi_structs.h
699 F:      drivers/gpu/drm/radeon/radeon_kfd.c
700 F:      drivers/gpu/drm/radeon/radeon_kfd.h
701 F:      include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M:      Brijesh Singh <[email protected]>
705 M:      Suravee Suthikulpanit <[email protected]>
706 M:      Tom Lendacky <[email protected]>
707 S:      Supported
708 F:      arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M:      Tom Lendacky <[email protected]>
712 L:      [email protected]
713 S:      Supported
714 F:      drivers/net/ethernet/amd/xgbe/
715 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M:      Michael Hanselmann <[email protected]>
719 S:      Supported
720 F:      drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M:      Hans Verkuil <[email protected]>
724 L:      [email protected]
725 S:      Maintained
726 F:      drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M:      Lars-Peter Clausen <[email protected]>
730 L:      [email protected]
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M:      Hans Verkuil <[email protected]>
737 L:      [email protected]
738 S:      Maintained
739 F:      drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M:      Hans Verkuil <[email protected]>
743 L:      [email protected]
744 S:      Maintained
745 F:      drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M:      Hans Verkuil <[email protected]>
749 L:      [email protected]
750 S:      Maintained
751 F:      drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M:      Lars-Peter Clausen <[email protected]>
755 L:      [email protected] (moderated for non-subscribers)
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      sound/soc/codecs/adau*
760 F:      sound/soc/codecs/adav*
761 F:      sound/soc/codecs/ad1*
762 F:      sound/soc/codecs/ad7*
763 F:      sound/soc/codecs/ssm*
764 F:      sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L:      [email protected] (moderated for non-subscribers)
768 L:      [email protected] (moderated for non-subscribers)
769 W:      http://blackfin.uclinux.org/
770 S:      Supported
771 F:      sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M:      Lars-Peter Clausen <[email protected]>
775 M:      Michael Hennerich <[email protected]>
776 W:      http://wiki.analog.com/
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/iio/*/ad*
780 X:      drivers/iio/*/adjd*
781 F:      drivers/staging/iio/*/ad*
782 F:      staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M:      Lars-Peter Clausen <[email protected]>
786 W:      http://ez.analog.com/community/linux-device-drivers
787 S:      Supported
788 F:      drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M:      Rob Herring <[email protected]>
792 S:      Supported
793 F:      kernel/configs/android*
794
795 ANDROID DRIVERS
796 M:      Greg Kroah-Hartman <[email protected]>
797 M:      Arve Hjønnevåg <[email protected]>
798 M:      Riley Andrews <[email protected]>
799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L:      [email protected]
801 S:      Supported
802 F:      drivers/android/
803 F:      drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M:      Laura Abbott <[email protected]>
807 M:      Sumit Semwal <[email protected]>
808 L:      [email protected]
809 S:      Supported
810 F:      Documentation/devicetree/bindings/staging/ion/
811 F:      drivers/staging/android/ion
812 F:      drivers/staging/android/uapi/ion.h
813 F:      drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M:      Johannes Berg <[email protected]>
817 L:      [email protected]
818 L:      [email protected] (moderated for non-subscribers)
819 S:      Maintained
820 F:      sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
823 M:      William Breathitt Gray <[email protected]>
824 L:      [email protected]
825 S:      Maintained
826 F:      drivers/iio/adc/stx104.c
827
828 APM DRIVER
829 M:      Jiri Kosina <[email protected]>
830 S:      Odd fixes
831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F:      arch/x86/kernel/apm_32.c
833 F:      include/linux/apm_bios.h
834 F:      include/uapi/linux/apm_bios.h
835 F:      drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M:      Henrik Rydberg <[email protected]>
839 L:      [email protected]
840 S:      Odd fixes
841 F:      drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M:      Henrik Rydberg <[email protected]>
845 L:      [email protected]
846 S:      Odd fixes
847 F:      drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M:      Arnaldo Carvalho de Melo <[email protected]>
851 S:      Maintained
852 F:      drivers/net/appletalk/
853 F:      net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M:      Duc Dang <[email protected]>
857 S:      Supported
858 F:      arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M:      Iyappan Subramanian <[email protected]>
862 M:      Keyur Chudgar <[email protected]>
863 S:      Supported
864 F:      drivers/net/ethernet/apm/xgene/
865 F:      drivers/net/phy/mdio-xgene.c
866 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APPLIED MICRO (APM) X-GENE SOC PMU
870 M:      Tai Nguyen <[email protected]>
871 S:      Supported
872 F:      drivers/perf/xgene_pmu.c
873 F:      Documentation/perf/xgene-pmu.txt
874 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
875
876 APTINA CAMERA SENSOR PLL
877 M:      Laurent Pinchart <[email protected]>
878 L:      [email protected]
879 S:      Maintained
880 F:      drivers/media/i2c/aptina-pll.*
881
882 ARC FRAMEBUFFER DRIVER
883 M:      Jaya Kumar <[email protected]>
884 S:      Maintained
885 F:      drivers/video/fbdev/arcfb.c
886 F:      drivers/video/fbdev/core/fb_defio.c
887
888 ARCNET NETWORK LAYER
889 M:      Michael Grzeschik <[email protected]>
890 L:      [email protected]
891 S:      Maintained
892 F:      drivers/net/arcnet/
893 F:      include/uapi/linux/if_arcnet.h
894
895 ARC PGU DRM DRIVER
896 M:      Alexey Brodkin <[email protected]>
897 S:      Supported
898 F:      drivers/gpu/drm/arc/
899 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
900
901 ARM ARCHITECTED TIMER DRIVER
902 M:      Mark Rutland <[email protected]>
903 M:      Marc Zyngier <[email protected]>
904 L:      [email protected] (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/include/asm/arch_timer.h
907 F:      arch/arm64/include/asm/arch_timer.h
908 F:      drivers/clocksource/arm_arch_timer.c
909
910 ARM HDLCD DRM DRIVER
911 M:      Liviu Dudau <[email protected]>
912 S:      Supported
913 F:      drivers/gpu/drm/arm/hdlcd_*
914 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
915
916 ARM MALI-DP DRM DRIVER
917 M:      Liviu Dudau <[email protected]>
918 M:      Brian Starkey <[email protected]>
919 M:      Mali DP Maintainers <[email protected]>
920 S:      Supported
921 F:      drivers/gpu/drm/arm/
922 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
923
924 ARM MFM AND FLOPPY DRIVERS
925 M:      Ian Molton <[email protected]>
926 S:      Maintained
927 F:      arch/arm/lib/floppydma.S
928 F:      arch/arm/include/asm/floppy.h
929
930 ARM PMU PROFILING AND DEBUGGING
931 M:      Will Deacon <[email protected]>
932 M:      Mark Rutland <[email protected]>
933 S:      Maintained
934 L:      [email protected] (moderated for non-subscribers)
935 F:      arch/arm*/kernel/perf_*
936 F:      arch/arm/oprofile/common.c
937 F:      arch/arm*/kernel/hw_breakpoint.c
938 F:      arch/arm*/include/asm/hw_breakpoint.h
939 F:      arch/arm*/include/asm/perf_event.h
940 F:      drivers/perf/*
941 F:      include/linux/perf/arm_pmu.h
942 F:      Documentation/devicetree/bindings/arm/pmu.txt
943
944 ARM PORT
945 M:      Russell King <[email protected]>
946 L:      [email protected] (moderated for non-subscribers)
947 W:      http://www.armlinux.org.uk/
948 S:      Maintained
949 F:      arch/arm/
950
951 ARM SUB-ARCHITECTURES
952 L:      [email protected] (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/mach-*/
955 F:      arch/arm/plat-*/
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
957
958 ARM PRIMECELL AACI PL041 DRIVER
959 M:      Russell King <[email protected]>
960 S:      Maintained
961 F:      sound/arm/aaci.*
962
963 ARM PRIMECELL CLCD PL110 DRIVER
964 M:      Russell King <[email protected]>
965 S:      Maintained
966 F:      drivers/video/fbdev/amba-clcd.*
967
968 ARM PRIMECELL KMI PL050 DRIVER
969 M:      Russell King <[email protected]>
970 S:      Maintained
971 F:      drivers/input/serio/ambakmi.*
972 F:      include/linux/amba/kmi.h
973
974 ARM PRIMECELL MMCI PL180/1 DRIVER
975 M:      Russell King <[email protected]>
976 S:      Maintained
977 F:      drivers/mmc/host/mmci.*
978 F:      include/linux/amba/mmci.h
979
980 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
981 M:      Russell King <[email protected]>
982 S:      Maintained
983 F:      drivers/tty/serial/amba-pl01*.c
984 F:      include/linux/amba/serial.h
985
986 ARM PRIMECELL BUS SUPPORT
987 M:      Russell King <[email protected]>
988 S:      Maintained
989 F:      drivers/amba/
990 F:      include/linux/amba/bus.h
991
992 ARM/ADS SPHERE MACHINE SUPPORT
993 M:      Lennert Buytenhek <[email protected]>
994 L:      [email protected] (moderated for non-subscribers)
995 S:      Maintained
996
997 ARM/AFEB9260 MACHINE SUPPORT
998 M:      Sergey Lapin <[email protected]>
999 L:      [email protected] (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/AJECO 1ARM MACHINE SUPPORT
1003 M:      Lennert Buytenhek <[email protected]>
1004 L:      [email protected] (moderated for non-subscribers)
1005 S:      Maintained
1006
1007 ARM/Allwinner sunXi SoC support
1008 M:      Maxime Ripard <[email protected]>
1009 M:      Chen-Yu Tsai <[email protected]>
1010 L:      [email protected] (moderated for non-subscribers)
1011 S:      Maintained
1012 N:      sun[x456789]i
1013 F:      arch/arm/boot/dts/ntc-gr8*
1014
1015 ARM/Allwinner SoC Clock Support
1016 M:      Emilio López <[email protected]>
1017 S:      Maintained
1018 F:      drivers/clk/sunxi/
1019
1020 ARM/Amlogic Meson SoC support
1021 M:      Carlo Caione <[email protected]>
1022 M:      Kevin Hilman <[email protected]>
1023 L:      [email protected] (moderated for non-subscribers)
1024 L:      [email protected]
1025 W:      http://linux-meson.com/
1026 S:      Maintained
1027 F:      arch/arm/mach-meson/
1028 F:      arch/arm/boot/dts/meson*
1029 F:      arch/arm64/boot/dts/amlogic/
1030 F:      drivers/pinctrl/meson/
1031 N:      meson
1032
1033 ARM/Annapurna Labs ALPINE ARCHITECTURE
1034 M:      Tsahee Zidenberg <[email protected]>
1035 M:      Antoine Tenart <[email protected]>
1036 L:      [email protected] (moderated for non-subscribers)
1037 S:      Maintained
1038 F:      arch/arm/mach-alpine/
1039 F:      arch/arm/boot/dts/alpine*
1040 F:      arch/arm64/boot/dts/al/
1041 F:      drivers/*/*alpine*
1042
1043 ARM/ARTPEC MACHINE SUPPORT
1044 M:      Jesper Nilsson <[email protected]>
1045 M:      Lars Persson <[email protected]>
1046 M:      Niklas Cassel <[email protected]>
1047 S:      Maintained
1048 L:      [email protected]
1049 F:      arch/arm/mach-artpec
1050 F:      arch/arm/boot/dts/artpec6*
1051 F:      drivers/clk/axis
1052
1053 ARM/ASPEED MACHINE SUPPORT
1054 M:      Joel Stanley <[email protected]>
1055 S:      Maintained
1056 F:      arch/arm/mach-aspeed/
1057 F:      arch/arm/boot/dts/aspeed-*
1058 F:      drivers/*/*aspeed*
1059
1060 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1061 M:      Nicolas Ferre <[email protected]>
1062 M:      Alexandre Belloni <[email protected]>
1063 M:      Jean-Christophe Plagniol-Villard <[email protected]>
1064 L:      [email protected] (moderated for non-subscribers)
1065 W:      http://www.linux4sam.org
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1067 S:      Supported
1068 F:      arch/arm/mach-at91/
1069 F:      include/soc/at91/
1070 F:      arch/arm/boot/dts/at91*.dts
1071 F:      arch/arm/boot/dts/at91*.dtsi
1072 F:      arch/arm/boot/dts/sama*.dts
1073 F:      arch/arm/boot/dts/sama*.dtsi
1074 F:      arch/arm/include/debug/at91.S
1075
1076 ARM/ATMEL AT91 Clock Support
1077 M:      Boris Brezillon <[email protected]>
1078 S:      Maintained
1079 F:      drivers/clk/at91
1080
1081 ARM/CALXEDA HIGHBANK ARCHITECTURE
1082 M:      Rob Herring <[email protected]>
1083 L:      [email protected] (moderated for non-subscribers)
1084 S:      Maintained
1085 F:      arch/arm/mach-highbank/
1086 F:      arch/arm/boot/dts/highbank.dts
1087 F:      arch/arm/boot/dts/ecx-*.dts*
1088
1089 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1090 M:      Krzysztof Halasa <[email protected]>
1091 S:      Maintained
1092 F:      arch/arm/mach-cns3xxx/
1093
1094 ARM/CAVIUM THUNDER NETWORK DRIVER
1095 M:      Sunil Goutham <[email protected]>
1096 M:      Robert Richter <[email protected]>
1097 L:      [email protected] (moderated for non-subscribers)
1098 S:      Supported
1099 F:      drivers/net/ethernet/cavium/thunder/
1100
1101 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1102 M:      Alexander Shiyan <[email protected]>
1103 L:      [email protected] (moderated for non-subscribers)
1104 S:      Odd Fixes
1105 N:      clps711x
1106
1107 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1108 M:      Hartley Sweeten <[email protected]>
1109 M:      Ryan Mallon <[email protected]>
1110 L:      [email protected] (moderated for non-subscribers)
1111 S:      Maintained
1112 F:      arch/arm/mach-ep93xx/
1113 F:      arch/arm/mach-ep93xx/include/mach/
1114
1115 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1116 M:      Lennert Buytenhek <[email protected]>
1117 L:      [email protected] (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/CLKDEV SUPPORT
1121 M:      Russell King <[email protected]>
1122 L:      [email protected] (moderated for non-subscribers)
1123 S:      Maintained
1124 F:      arch/arm/include/asm/clkdev.h
1125 F:      drivers/clk/clkdev.c
1126
1127 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1128 M:      Mike Rapoport <[email protected]>
1129 L:      [email protected] (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/CONTEC MICRO9 MACHINE SUPPORT
1133 M:      Hubert Feurstein <[email protected]>
1134 S:      Maintained
1135 F:      arch/arm/mach-ep93xx/micro9.c
1136
1137 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1138 M:      Mathieu Poirier <[email protected]>
1139 L:      [email protected] (moderated for non-subscribers)
1140 S:      Maintained
1141 F:      drivers/hwtracing/coresight/*
1142 F:      Documentation/trace/coresight.txt
1143 F:      Documentation/devicetree/bindings/arm/coresight.txt
1144 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1145 F:      tools/perf/arch/arm/util/pmu.c
1146 F:      tools/perf/arch/arm/util/auxtrace.c
1147 F:      tools/perf/arch/arm/util/cs-etm.c
1148 F:      tools/perf/arch/arm/util/cs-etm.h
1149 F:      tools/perf/util/cs-etm.h
1150
1151 ARM/CORGI MACHINE SUPPORT
1152 M:      Richard Purdie <[email protected]>
1153 S:      Maintained
1154
1155 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1156 M:      Hans Ulli Kroll <[email protected]>
1157 L:      [email protected] (moderated for non-subscribers)
1158 T:      git git://github.com/ulli-kroll/linux.git
1159 S:      Maintained
1160 F:      arch/arm/mach-gemini/
1161 F:      drivers/rtc/rtc-gemini.c
1162
1163 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1164 M:      Barry Song <[email protected]>
1165 L:      [email protected] (moderated for non-subscribers)
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1167 S:      Maintained
1168 F:      arch/arm/boot/dts/prima2*
1169 F:      arch/arm/mach-prima2/
1170 F:      drivers/clk/sirf/
1171 F:      drivers/clocksource/timer-prima2.c
1172 F:      drivers/clocksource/timer-atlas7.c
1173 N:      [^a-z]sirf
1174
1175 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1176 M:      Baruch Siach <[email protected]>
1177 L:      [email protected] (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/cx92755*
1180 N:      digicolor
1181
1182 ARM/EBSA110 MACHINE SUPPORT
1183 M:      Russell King <[email protected]>
1184 L:      [email protected] (moderated for non-subscribers)
1185 W:      http://www.armlinux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/mach-ebsa110/
1188 F:      drivers/net/ethernet/amd/am79c961a.*
1189
1190 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1191 M:      Uwe Kleine-König <[email protected]>
1192 L:      [email protected] (moderated for non-subscribers)
1193 S:      Maintained
1194 N:      efm32
1195
1196 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1197 M:      Daniel Ribeiro <[email protected]>
1198 M:      Stefan Schmidt <[email protected]>
1199 M:      Harald Welte <[email protected]>
1200 L:      [email protected] (moderated for non-subscribers)
1201 W:      http://www.openezx.org/
1202 S:      Maintained
1203 T:      topgit git://git.openezx.org/openezx.git
1204 F:      arch/arm/mach-pxa/ezx.c
1205
1206 ARM/FARADAY FA526 PORT
1207 M:      Hans Ulli Kroll <[email protected]>
1208 L:      [email protected] (moderated for non-subscribers)
1209 S:      Maintained
1210 T:      git git://git.berlios.de/gemini-board
1211 F:      arch/arm/mm/*-fa*
1212
1213 ARM/FOOTBRIDGE ARCHITECTURE
1214 M:      Russell King <[email protected]>
1215 L:      [email protected] (moderated for non-subscribers)
1216 W:      http://www.armlinux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/include/asm/hardware/dec21285.h
1219 F:      arch/arm/mach-footbridge/
1220
1221 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1222 M:      Shawn Guo <[email protected]>
1223 M:      Sascha Hauer <[email protected]>
1224 R:      Fabio Estevam <[email protected]>
1225 L:      [email protected] (moderated for non-subscribers)
1226 S:      Maintained
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F:      arch/arm/mach-imx/
1229 F:      arch/arm/mach-mxs/
1230 F:      arch/arm/boot/dts/imx*
1231 F:      arch/arm/configs/imx*_defconfig
1232 F:      drivers/clk/imx/
1233 F:      include/soc/imx/
1234
1235 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1236 M:      Shawn Guo <[email protected]>
1237 M:      Sascha Hauer <[email protected]>
1238 R:      Stefan Agner <[email protected]>
1239 L:      [email protected] (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/*vf610*
1243 F:      arch/arm/boot/dts/vf*
1244
1245 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1246 M:      Lennert Buytenhek <[email protected]>
1247 L:      [email protected] (moderated for non-subscribers)
1248 S:      Maintained
1249
1250 ARM/GUMSTIX MACHINE SUPPORT
1251 M:      Steve Sakoman <[email protected]>
1252 L:      [email protected] (moderated for non-subscribers)
1253 S:      Maintained
1254
1255 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1256 M:      Philipp Zabel <[email protected]>
1257 M:      Paul Parsons <[email protected]>
1258 L:      [email protected] (moderated for non-subscribers)
1259 S:      Maintained
1260 F:      arch/arm/mach-pxa/hx4700.c
1261 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1262 F:      sound/soc/pxa/hx4700.c
1263
1264 ARM/HISILICON SOC SUPPORT
1265 M:      Wei Xu <[email protected]>
1266 L:      [email protected] (moderated for non-subscribers)
1267 W:      http://www.hisilicon.com
1268 S:      Supported
1269 T:      git git://github.com/hisilicon/linux-hisi.git
1270 F:      arch/arm/mach-hisi/
1271 F:      arch/arm/boot/dts/hi3*
1272 F:      arch/arm/boot/dts/hip*
1273 F:      arch/arm/boot/dts/hisi*
1274 F:      arch/arm64/boot/dts/hisilicon/
1275
1276 ARM/HP JORNADA 7XX MACHINE SUPPORT
1277 M:      Kristoffer Ericson <[email protected]>
1278 W:      www.jlime.com
1279 S:      Maintained
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1281 F:      arch/arm/mach-sa1100/jornada720.c
1282 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1283
1284 ARM/IGEP MACHINE SUPPORT
1285 M:      Enric Balletbo i Serra <[email protected]>
1286 M:      Javier Martinez Canillas <[email protected]>
1287 L:      [email protected]
1288 L:      [email protected] (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/boot/dts/omap3-igep*
1291
1292 ARM/INCOME PXA270 SUPPORT
1293 M:      Marek Vasut <[email protected]>
1294 L:      [email protected] (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1297
1298 ARM/INTEL IOP32X ARM ARCHITECTURE
1299 M:      Lennert Buytenhek <[email protected]>
1300 L:      [email protected] (moderated for non-subscribers)
1301 S:      Maintained
1302
1303 ARM/INTEL IOP33X ARM ARCHITECTURE
1304 L:      [email protected] (moderated for non-subscribers)
1305 S:      Orphan
1306
1307 ARM/INTEL IOP13XX ARM ARCHITECTURE
1308 M:      Lennert Buytenhek <[email protected]>
1309 L:      [email protected] (moderated for non-subscribers)
1310 S:      Maintained
1311
1312 ARM/INTEL IQ81342EX MACHINE SUPPORT
1313 M:      Lennert Buytenhek <[email protected]>
1314 L:      [email protected] (moderated for non-subscribers)
1315 S:      Maintained
1316
1317 ARM/INTEL IXDP2850 MACHINE SUPPORT
1318 M:      Lennert Buytenhek <[email protected]>
1319 L:      [email protected] (moderated for non-subscribers)
1320 S:      Maintained
1321
1322 ARM/INTEL IXP4XX ARM ARCHITECTURE
1323 M:      Imre Kaloz <[email protected]>
1324 M:      Krzysztof Halasa <[email protected]>
1325 L:      [email protected] (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm/mach-ixp4xx/
1328
1329 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1330 M:      Jonathan Cameron <[email protected]>
1331 L:      [email protected] (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/mach-pxa/stargate2.c
1334 F:      drivers/pcmcia/pxa2xx_stargate2.c
1335
1336 ARM/INTEL XSC3 (MANZANO) ARM CORE
1337 M:      Lennert Buytenhek <[email protected]>
1338 L:      [email protected] (moderated for non-subscribers)
1339 S:      Maintained
1340
1341 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1342 M:      Lennert Buytenhek <[email protected]>
1343 L:      [email protected] (moderated for non-subscribers)
1344 S:      Maintained
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1347 M:      Santosh Shilimkar <[email protected]>
1348 L:      [email protected] (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-keystone/
1351 F:      arch/arm/boot/dts/keystone-*
1352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1355 M:      Santosh Shilimkar <[email protected]>
1356 L:      [email protected]
1357 S:      Maintained
1358 F:      drivers/clk/keystone/
1359
1360 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1361 M:      Santosh Shilimkar <[email protected]>
1362 L:      [email protected] (moderated for non-subscribers)
1363 L:      [email protected]
1364 S:      Maintained
1365 F:      drivers/clocksource/timer-keystone.c
1366
1367 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1368 M:      Santosh Shilimkar <[email protected]>
1369 L:      [email protected]
1370 S:      Maintained
1371 F:      drivers/power/reset/keystone-reset.c
1372
1373 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1374 M:      Santosh Shilimkar <[email protected]>
1375 L:      [email protected]
1376 S:      Maintained
1377 F:      drivers/memory/*emif*
1378
1379 ARM/LG1K ARCHITECTURE
1380 M:      Chanho Min <[email protected]>
1381 L:      [email protected] (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm64/boot/dts/lg/
1384
1385 ARM/LOGICPD PXA270 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <[email protected]>
1387 L:      [email protected] (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/LPC18XX ARCHITECTURE
1391 M:      Joachim Eastwood <[email protected]>
1392 L:      [email protected] (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/boot/dts/lpc43*
1395 F:      drivers/clk/nxp/clk-lpc18xx*
1396 F:      drivers/clocksource/time-lpc32xx.c
1397 F:      drivers/i2c/busses/i2c-lpc2k.c
1398 F:      drivers/memory/pl172.c
1399 F:      drivers/mtd/spi-nor/nxp-spifi.c
1400 F:      drivers/rtc/rtc-lpc24xx.c
1401 N:      lpc18xx
1402
1403 ARM/LPC32XX SOC SUPPORT
1404 M:      Vladimir Zapolskiy <[email protected]>
1405 M:      Sylvain Lemieux <[email protected]>
1406 L:      [email protected] (moderated for non-subscribers)
1407 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1408 S:      Maintained
1409 F:      arch/arm/boot/dts/lpc32*
1410 F:      arch/arm/mach-lpc32xx/
1411 F:      drivers/i2c/busses/i2c-pnx.c
1412 F:      drivers/net/ethernet/nxp/lpc_eth.c
1413 F:      drivers/usb/host/ohci-nxp.c
1414 F:      drivers/watchdog/pnx4008_wdt.c
1415 N:      lpc32xx
1416
1417 ARM/MAGICIAN MACHINE SUPPORT
1418 M:      Philipp Zabel <[email protected]>
1419 S:      Maintained
1420
1421 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1422 M:      Jason Cooper <[email protected]>
1423 M:      Andrew Lunn <[email protected]>
1424 M:      Gregory Clement <[email protected]>
1425 M:      Sebastian Hesselbarth <[email protected]>
1426 L:      [email protected] (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm/mach-mvebu/
1429 F:      drivers/rtc/rtc-armada38x.c
1430 F:      arch/arm/boot/dts/armada*
1431 F:      arch/arm/boot/dts/kirkwood*
1432 F:      arch/arm64/boot/dts/marvell/armada*
1433 F:      drivers/cpufreq/mvebu-cpufreq.c
1434 F:      arch/arm/configs/mvebu_*_defconfig
1435
1436 ARM/Marvell Berlin SoC support
1437 M:      Sebastian Hesselbarth <[email protected]>
1438 L:      [email protected] (moderated for non-subscribers)
1439 S:      Maintained
1440 F:      arch/arm/mach-berlin/
1441 F:      arch/arm/boot/dts/berlin*
1442 F:      arch/arm64/boot/dts/marvell/berlin*
1443
1444
1445 ARM/Marvell Dove/MV78xx0/Orion SOC support
1446 M:      Jason Cooper <[email protected]>
1447 M:      Andrew Lunn <[email protected]>
1448 M:      Sebastian Hesselbarth <[email protected]>
1449 M:      Gregory Clement <[email protected]>
1450 L:      [email protected] (moderated for non-subscribers)
1451 S:      Maintained
1452 F:      arch/arm/mach-dove/
1453 F:      arch/arm/mach-mv78xx0/
1454 F:      arch/arm/mach-orion5x/
1455 F:      arch/arm/plat-orion/
1456 F:      arch/arm/boot/dts/dove*
1457 F:      arch/arm/boot/dts/orion5x*
1458
1459
1460 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1461 M:      Alexander Clouter <[email protected]>
1462 L:      [email protected] (moderated for non-subscribers)
1463 W:      http://www.digriz.org.uk/ts78xx/kernel
1464 S:      Maintained
1465 F:      arch/arm/mach-orion5x/ts78xx-*
1466
1467 ARM/OXNAS platform support
1468 M:      Neil Armstrong <[email protected]>
1469 L:      [email protected] (moderated for non-subscribers)
1470 L:      [email protected] (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-oxnas/
1473 F:      arch/arm/boot/dts/oxnas*
1474 F:      arch/arm/boot/dts/wd-mbwe.dts
1475 N:      oxnas
1476
1477 ARM/Mediatek RTC DRIVER
1478 M:      Eddie Huang <[email protected]>
1479 L:      [email protected] (moderated for non-subscribers)
1480 L:      [email protected] (moderated for non-subscribers)
1481 S:      Maintained
1482 F:      drivers/rtc/rtc-mt6397.c
1483
1484 ARM/Mediatek SoC support
1485 M:      Matthias Brugger <[email protected]>
1486 L:      [email protected] (moderated for non-subscribers)
1487 L:      [email protected] (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm/boot/dts/mt6*
1490 F:      arch/arm/boot/dts/mt8*
1491 F:      arch/arm/mach-mediatek/
1492 N:      mtk
1493 K:      mediatek
1494
1495 ARM/Mediatek USB3 PHY DRIVER
1496 M:      Chunfeng Yun <[email protected]>
1497 L:      [email protected] (moderated for non-subscribers)
1498 L:      [email protected] (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      drivers/phy/phy-mt65xx-usb3.c
1501
1502 ARM/MICREL KS8695 ARCHITECTURE
1503 M:      Greg Ungerer <[email protected]>
1504 L:      [email protected] (moderated for non-subscribers)
1505 F:      arch/arm/mach-ks8695/
1506 S:      Odd Fixes
1507
1508 ARM/MIOA701 MACHINE SUPPORT
1509 M:      Robert Jarzmik <[email protected]>
1510 L:      [email protected] (moderated for non-subscribers)
1511 F:      arch/arm/mach-pxa/mioa701.c
1512 S:      Maintained
1513
1514 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1515 M:      Michael Petchkovsky <[email protected]>
1516 S:      Maintained
1517
1518 ARM/NOMADIK ARCHITECTURE
1519 M:      Alessandro Rubini <[email protected]>
1520 M:      Linus Walleij <[email protected]>
1521 L:      [email protected] (moderated for non-subscribers)
1522 S:      Maintained
1523 F:      arch/arm/mach-nomadik/
1524 F:      drivers/pinctrl/nomadik/
1525 F:      drivers/i2c/busses/i2c-nomadik.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1527
1528 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1529 M:      Nelson Castillo <[email protected]>
1530 L:      [email protected] (subscribers-only)
1531 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1532 S:      Supported
1533
1534 ARM/TOSA MACHINE SUPPORT
1535 M:      Dmitry Eremin-Solenikov <[email protected]>
1536 M:      Dirk Opfer <[email protected]>
1537 S:      Maintained
1538
1539 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1540 M:      Marek Vasut <[email protected]>
1541 L:      [email protected]
1542 W:      http://hackndev.com
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1545 F:      arch/arm/mach-pxa/palmtx.c
1546 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1547 F:      arch/arm/mach-pxa/palmt5.c
1548 F:      arch/arm/mach-pxa/include/mach/palmld.h
1549 F:      arch/arm/mach-pxa/palmld.c
1550 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1551 F:      arch/arm/mach-pxa/palmte2.c
1552 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1553 F:      arch/arm/mach-pxa/palmtc.c
1554
1555 ARM/PALM TREO SUPPORT
1556 M:      Tomas Cech <[email protected]>
1557 L:      [email protected]
1558 W:      http://hackndev.com
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1561 F:      arch/arm/mach-pxa/palmtreo.c
1562
1563 ARM/PALMZ72 SUPPORT
1564 M:      Sergey Lapin <[email protected]>
1565 L:      [email protected]
1566 W:      http://hackndev.com
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1569 F:      arch/arm/mach-pxa/palmz72.c
1570
1571 ARM/PLEB SUPPORT
1572 M:      Peter Chubb <[email protected]>
1573 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1574 S:      Maintained
1575
1576 ARM/PT DIGITAL BOARD PORT
1577 M:      Stefan Eletzhofer <[email protected]>
1578 L:      [email protected] (moderated for non-subscribers)
1579 W:      http://www.armlinux.org.uk/
1580 S:      Maintained
1581
1582 ARM/QUALCOMM SUPPORT
1583 M:      Andy Gross <[email protected]>
1584 M:      David Brown <[email protected]>
1585 L:      [email protected]
1586 L:      [email protected]
1587 S:      Maintained
1588 F:      Documentation/devicetree/bindings/soc/qcom/
1589 F:      arch/arm/boot/dts/qcom-*.dts
1590 F:      arch/arm/boot/dts/qcom-*.dtsi
1591 F:      arch/arm/mach-qcom/
1592 F:      arch/arm64/boot/dts/qcom/*
1593 F:      drivers/i2c/busses/i2c-qup.c
1594 F:      drivers/clk/qcom/
1595 F:      drivers/soc/qcom/
1596 F:      drivers/spi/spi-qup.c
1597 F:      drivers/tty/serial/msm_serial.h
1598 F:      drivers/tty/serial/msm_serial.c
1599 F:      drivers/*/pm8???-*
1600 F:      drivers/mfd/ssbi.c
1601 F:      drivers/firmware/qcom_scm.c
1602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1603
1604 ARM/RADISYS ENP2611 MACHINE SUPPORT
1605 M:      Lennert Buytenhek <[email protected]>
1606 L:      [email protected] (moderated for non-subscribers)
1607 S:      Maintained
1608
1609 ARM/RENESAS ARM64 ARCHITECTURE
1610 M:      Simon Horman <[email protected]>
1611 M:      Magnus Damm <[email protected]>
1612 L:      [email protected]
1613 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1615 S:      Supported
1616 F:      arch/arm64/boot/dts/renesas/
1617 F:      drivers/soc/renesas/
1618 F:      include/linux/soc/renesas/
1619
1620 ARM/RISCPC ARCHITECTURE
1621 M:      Russell King <[email protected]>
1622 L:      [email protected] (moderated for non-subscribers)
1623 W:      http://www.armlinux.org.uk/
1624 S:      Maintained
1625 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1626 F:      arch/arm/include/asm/hardware/ioc.h
1627 F:      arch/arm/include/asm/hardware/iomd.h
1628 F:      arch/arm/include/asm/hardware/memc.h
1629 F:      arch/arm/mach-rpc/
1630 F:      drivers/net/ethernet/8390/etherh.c
1631 F:      drivers/net/ethernet/i825xx/ether1*
1632 F:      drivers/net/ethernet/seeq/ether3*
1633 F:      drivers/scsi/arm/
1634
1635 ARM/Rockchip SoC support
1636 M:      Heiko Stuebner <[email protected]>
1637 L:      [email protected] (moderated for non-subscribers)
1638 L:      [email protected]
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1640 S:      Maintained
1641 F:      arch/arm/boot/dts/rk3*
1642 F:      arch/arm/mach-rockchip/
1643 F:      drivers/clk/rockchip/
1644 F:      drivers/i2c/busses/i2c-rk3x.c
1645 F:      drivers/*/*rockchip*
1646 F:      drivers/*/*/*rockchip*
1647 F:      sound/soc/rockchip/
1648 N:      rockchip
1649
1650 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1651 M:      Kukjin Kim <[email protected]>
1652 M:      Krzysztof Kozlowski <[email protected]>
1653 R:      Javier Martinez Canillas <[email protected]>
1654 L:      [email protected] (moderated for non-subscribers)
1655 L:      [email protected] (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/s3c*
1658 F:      arch/arm/boot/dts/s5p*
1659 F:      arch/arm/boot/dts/samsung*
1660 F:      arch/arm/boot/dts/exynos*
1661 F:      arch/arm64/boot/dts/exynos/
1662 F:      arch/arm/plat-samsung/
1663 F:      arch/arm/mach-s3c24*/
1664 F:      arch/arm/mach-s3c64xx/
1665 F:      arch/arm/mach-s5p*/
1666 F:      arch/arm/mach-exynos*/
1667 F:      drivers/*/*s3c24*
1668 F:      drivers/*/*/*s3c24*
1669 F:      drivers/*/*s3c64xx*
1670 F:      drivers/*/*s5pv210*
1671 F:      drivers/memory/samsung/*
1672 F:      drivers/soc/samsung/*
1673 F:      Documentation/arm/Samsung/
1674 F:      Documentation/devicetree/bindings/arm/samsung/
1675 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1676 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1677 N:      exynos
1678
1679 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1680 M:      Kyungmin Park <[email protected]>
1681 L:      [email protected] (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-s5pv210/
1684
1685 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1686 M:      Kyungmin Park <[email protected]>
1687 M:      Kamil Debski <[email protected]>
1688 M:      Andrzej Hajda <[email protected]>
1689 L:      [email protected]
1690 L:      [email protected]
1691 S:      Maintained
1692 F:      drivers/media/platform/s5p-g2d/
1693
1694 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1695 M:      Kyungmin Park <[email protected]>
1696 M:      Kamil Debski <[email protected]>
1697 M:      Jeongtae Park <[email protected]>
1698 M:      Andrzej Hajda <[email protected]>
1699 L:      [email protected]
1700 L:      [email protected]
1701 S:      Maintained
1702 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1703 F:      drivers/media/platform/s5p-mfc/
1704
1705 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1706 M:      Kyungmin Park <[email protected]>
1707 L:      [email protected]
1708 L:      [email protected]
1709 S:      Maintained
1710 F:      drivers/staging/media/platform/s5p-cec/
1711
1712 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1713 M:      Andrzej Pietrasiewicz <[email protected]>
1714 M:      Jacek Anaszewski <[email protected]>
1715 L:      [email protected]
1716 L:      [email protected]
1717 S:      Maintained
1718 F:      drivers/media/platform/s5p-jpeg/
1719
1720 ARM/SHMOBILE ARM ARCHITECTURE
1721 M:      Simon Horman <[email protected]>
1722 M:      Magnus Damm <[email protected]>
1723 L:      [email protected]
1724 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1726 S:      Supported
1727 F:      arch/arm/boot/dts/emev2*
1728 F:      arch/arm/boot/dts/r7s*
1729 F:      arch/arm/boot/dts/r8a*
1730 F:      arch/arm/boot/dts/sh*
1731 F:      arch/arm/configs/shmobile_defconfig
1732 F:      arch/arm/include/debug/renesas-scif.S
1733 F:      arch/arm/mach-shmobile/
1734 F:      drivers/soc/renesas/
1735 F:      include/linux/soc/renesas/
1736
1737 ARM/SOCFPGA ARCHITECTURE
1738 M:      Dinh Nguyen <[email protected]>
1739 S:      Maintained
1740 F:      arch/arm/mach-socfpga/
1741 F:      arch/arm/boot/dts/socfpga*
1742 F:      arch/arm/configs/socfpga_defconfig
1743 F:      arch/arm64/boot/dts/altera/
1744 W:      http://www.rocketboards.org
1745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1746
1747 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1748 M:      Dinh Nguyen <[email protected]>
1749 S:      Maintained
1750 F:      drivers/clk/socfpga/
1751
1752 ARM/SOCFPGA EDAC SUPPORT
1753 M:      Thor Thayer <[email protected]>
1754 S:      Maintained
1755 F:      drivers/edac/altera_edac.
1756
1757 ARM/STI ARCHITECTURE
1758 M:      Patrice Chotard <[email protected]>
1759 L:      [email protected] (moderated for non-subscribers)
1760 L:      [email protected]
1761 W:      http://www.stlinux.com
1762 S:      Maintained
1763 F:      arch/arm/mach-sti/
1764 F:      arch/arm/boot/dts/sti*
1765 F:      drivers/char/hw_random/st-rng.c
1766 F:      drivers/clocksource/arm_global_timer.c
1767 F:      drivers/clocksource/clksrc_st_lpc.c
1768 F:      drivers/cpufreq/sti-cpufreq.c
1769 F:      drivers/i2c/busses/i2c-st.c
1770 F:      drivers/media/rc/st_rc.c
1771 F:      drivers/media/platform/sti/c8sectpfe/
1772 F:      drivers/mmc/host/sdhci-st.c
1773 F:      drivers/phy/phy-miphy28lp.c
1774 F:      drivers/phy/phy-miphy365x.c
1775 F:      drivers/phy/phy-stih407-usb.c
1776 F:      drivers/phy/phy-stih41x-usb.c
1777 F:      drivers/pinctrl/pinctrl-st.c
1778 F:      drivers/remoteproc/st_remoteproc.c
1779 F:      drivers/reset/sti/
1780 F:      drivers/rtc/rtc-st-lpc.c
1781 F:      drivers/tty/serial/st-asc.c
1782 F:      drivers/usb/dwc3/dwc3-st.c
1783 F:      drivers/usb/host/ehci-st.c
1784 F:      drivers/usb/host/ohci-st.c
1785 F:      drivers/watchdog/st_lpc_wdt.c
1786 F:      drivers/ata/ahci_st.c
1787
1788 ARM/STM32 ARCHITECTURE
1789 M:      Maxime Coquelin <[email protected]>
1790 M:      Alexandre Torgue <[email protected]>
1791 L:      [email protected] (moderated for non-subscribers)
1792 S:      Maintained
1793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1794 N:      stm32
1795 F:      drivers/clocksource/armv7m_systick.c
1796
1797 ARM/TANGO ARCHITECTURE
1798 M:      Marc Gonzalez <[email protected]>
1799 L:      [email protected]
1800 S:      Maintained
1801 N:      tango
1802
1803 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1804 M:      Lennert Buytenhek <[email protected]>
1805 L:      [email protected] (moderated for non-subscribers)
1806 S:      Maintained
1807
1808 ARM/TETON BGA MACHINE SUPPORT
1809 M:      "Mark F. Brown" <[email protected]>
1810 L:      [email protected] (moderated for non-subscribers)
1811 S:      Maintained
1812
1813 ARM/THECUS N2100 MACHINE SUPPORT
1814 M:      Lennert Buytenhek <[email protected]>
1815 L:      [email protected] (moderated for non-subscribers)
1816 S:      Maintained
1817
1818 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1819 M:      Wan ZongShun <[email protected]>
1820 L:      [email protected] (moderated for non-subscribers)
1821 W:      http://www.mcuos.com
1822 S:      Maintained
1823 F:      arch/arm/mach-w90x900/
1824 F:      drivers/input/keyboard/w90p910_keypad.c
1825 F:      drivers/input/touchscreen/w90p910_ts.c
1826 F:      drivers/watchdog/nuc900_wdt.c
1827 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1828 F:      drivers/mtd/nand/nuc900_nand.c
1829 F:      drivers/rtc/rtc-nuc900.c
1830 F:      drivers/spi/spi-nuc900.c
1831 F:      drivers/usb/host/ehci-w90x900.c
1832 F:      drivers/video/fbdev/nuc900fb.c
1833
1834 ARM/U300 MACHINE SUPPORT
1835 M:      Linus Walleij <[email protected]>
1836 L:      [email protected] (moderated for non-subscribers)
1837 S:      Supported
1838 F:      arch/arm/mach-u300/
1839 F:      drivers/clocksource/timer-u300.c
1840 F:      drivers/i2c/busses/i2c-stu300.c
1841 F:      drivers/rtc/rtc-coh901331.c
1842 F:      drivers/watchdog/coh901327_wdt.c
1843 F:      drivers/dma/coh901318*
1844 F:      drivers/mfd/ab3100*
1845 F:      drivers/rtc/rtc-ab3100.c
1846 F:      drivers/rtc/rtc-coh901331.c
1847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1848
1849 ARM/UNIPHIER ARCHITECTURE
1850 M:      Masahiro Yamada <[email protected]>
1851 L:      [email protected] (moderated for non-subscribers)
1852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1853 S:      Maintained
1854 F:      arch/arm/boot/dts/uniphier*
1855 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1856 F:      arch/arm/mach-uniphier/
1857 F:      arch/arm/mm/cache-uniphier.c
1858 F:      arch/arm64/boot/dts/socionext/
1859 F:      drivers/bus/uniphier-system-bus.c
1860 F:      drivers/clk/uniphier/
1861 F:      drivers/i2c/busses/i2c-uniphier*
1862 F:      drivers/pinctrl/uniphier/
1863 F:      drivers/reset/reset-uniphier.c
1864 F:      drivers/tty/serial/8250/8250_uniphier.c
1865 N:      uniphier
1866
1867 ARM/Ux500 ARM ARCHITECTURE
1868 M:      Linus Walleij <[email protected]>
1869 L:      [email protected] (moderated for non-subscribers)
1870 S:      Maintained
1871 F:      arch/arm/mach-ux500/
1872 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1873 F:      drivers/dma/ste_dma40*
1874 F:      drivers/hwspinlock/u8500_hsem.c
1875 F:      drivers/mfd/abx500*
1876 F:      drivers/mfd/ab8500*
1877 F:      drivers/mfd/dbx500*
1878 F:      drivers/mfd/db8500*
1879 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1880 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1881 F:      drivers/rtc/rtc-ab8500.c
1882 F:      drivers/rtc/rtc-pl031.c
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1884
1885 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1886 M:      Ulf Hansson <[email protected]>
1887 L:      [email protected] (moderated for non-subscribers)
1888 T:      git git://git.linaro.org/people/ulfh/clk.git
1889 S:      Maintained
1890 F:      drivers/clk/ux500/
1891
1892 ARM/VERSATILE EXPRESS PLATFORM
1893 M:      Liviu Dudau <[email protected]>
1894 M:      Sudeep Holla <[email protected]>
1895 M:      Lorenzo Pieralisi <[email protected]>
1896 L:      [email protected] (moderated for non-subscribers)
1897 S:      Maintained
1898 F:      arch/arm/boot/dts/vexpress*
1899 F:      arch/arm64/boot/dts/arm/
1900 F:      arch/arm/mach-vexpress/
1901 F:      */*/vexpress*
1902 F:      */*/*/vexpress*
1903 F:      drivers/clk/versatile/clk-vexpress-osc.c
1904 F:      drivers/clocksource/versatile.c
1905 N:      mps2
1906
1907 ARM/VFP SUPPORT
1908 M:      Russell King <[email protected]>
1909 L:      [email protected] (moderated for non-subscribers)
1910 W:      http://www.armlinux.org.uk/
1911 S:      Maintained
1912 F:      arch/arm/vfp/
1913
1914 ARM/VOIPAC PXA270 SUPPORT
1915 M:      Marek Vasut <[email protected]>
1916 L:      [email protected] (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/vpac270.c
1919 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1920
1921 ARM/VT8500 ARM ARCHITECTURE
1922 M:      Tony Prisk <[email protected]>
1923 L:      [email protected] (moderated for non-subscribers)
1924 S:      Maintained
1925 F:      arch/arm/mach-vt8500/
1926 F:      drivers/clocksource/vt8500_timer.c
1927 F:      drivers/i2c/busses/i2c-wmt.c
1928 F:      drivers/mmc/host/wmt-sdmmc.c
1929 F:      drivers/pwm/pwm-vt8500.c
1930 F:      drivers/rtc/rtc-vt8500.c
1931 F:      drivers/tty/serial/vt8500_serial.c
1932 F:      drivers/usb/host/ehci-platform.c
1933 F:      drivers/usb/host/uhci-platform.c
1934 F:      drivers/video/fbdev/vt8500lcdfb.*
1935 F:      drivers/video/fbdev/wm8505fb*
1936 F:      drivers/video/fbdev/wmt_ge_rops.*
1937
1938 ARM/ZIPIT Z2 SUPPORT
1939 M:      Marek Vasut <[email protected]>
1940 L:      [email protected] (moderated for non-subscribers)
1941 S:      Maintained
1942 F:      arch/arm/mach-pxa/z2.c
1943 F:      arch/arm/mach-pxa/include/mach/z2.h
1944
1945 ARM/ZTE ARCHITECTURE
1946 M:      Jun Nie <[email protected]>
1947 L:      [email protected] (moderated for non-subscribers)
1948 S:      Maintained
1949 F:      arch/arm/mach-zx/
1950 F:      drivers/clk/zte/
1951 F:      Documentation/devicetree/bindings/arm/zte.txt
1952 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1953
1954 ARM/ZYNQ ARCHITECTURE
1955 M:      Michal Simek <[email protected]>
1956 R:      Sören Brinkmann <[email protected]>
1957 L:      [email protected] (moderated for non-subscribers)
1958 W:      http://wiki.xilinx.com
1959 T:      git https://github.com/Xilinx/linux-xlnx.git
1960 S:      Supported
1961 F:      arch/arm/mach-zynq/
1962 F:      drivers/cpuidle/cpuidle-zynq.c
1963 F:      drivers/block/xsysace.c
1964 N:      zynq
1965 N:      xilinx
1966 F:      drivers/clocksource/cadence_ttc_timer.c
1967 F:      drivers/i2c/busses/i2c-cadence.c
1968 F:      drivers/mmc/host/sdhci-of-arasan.c
1969 F:      drivers/edac/synopsys_edac.c
1970
1971 ARM SMMU DRIVERS
1972 M:      Will Deacon <[email protected]>
1973 R:      Robin Murphy <[email protected]>
1974 L:      [email protected] (moderated for non-subscribers)
1975 S:      Maintained
1976 F:      drivers/iommu/arm-smmu.c
1977 F:      drivers/iommu/arm-smmu-v3.c
1978 F:      drivers/iommu/io-pgtable-arm.c
1979 F:      drivers/iommu/io-pgtable-arm-v7s.c
1980
1981 ARM64 PORT (AARCH64 ARCHITECTURE)
1982 M:      Catalin Marinas <[email protected]>
1983 M:      Will Deacon <[email protected]>
1984 L:      [email protected] (moderated for non-subscribers)
1985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1986 S:      Maintained
1987 F:      arch/arm64/
1988 F:      Documentation/arm64/
1989
1990 AS3645A LED FLASH CONTROLLER DRIVER
1991 M:      Laurent Pinchart <[email protected]>
1992 L:      [email protected]
1993 T:      git git://linuxtv.org/media_tree.git
1994 S:      Maintained
1995 F:      drivers/media/i2c/as3645a.c
1996 F:      include/media/i2c/as3645a.h
1997
1998 ASAHI KASEI AK8974 DRIVER
1999 M:      Linus Walleij <[email protected]>
2000 L:      [email protected]
2001 W:      http://www.akm.com/
2002 S:      Supported
2003 F:      drivers/iio/magnetometer/ak8974.c
2004
2005 ASC7621 HARDWARE MONITOR DRIVER
2006 M:      George Joseph <[email protected]>
2007 L:      [email protected]
2008 S:      Maintained
2009 F:      Documentation/hwmon/asc7621
2010 F:      drivers/hwmon/asc7621.c
2011
2012 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2013 M:      Corentin Chary <[email protected]>
2014 L:      [email protected]
2015 L:      [email protected]
2016 W:      http://acpi4asus.sf.net
2017 S:      Maintained
2018 F:      drivers/platform/x86/asus*.c
2019 F:      drivers/platform/x86/eeepc*.c
2020
2021 ASUS WIRELESS RADIO CONTROL DRIVER
2022 M:      João Paulo Rechi Vita <[email protected]>
2023 L:      [email protected]
2024 S:      Maintained
2025 F:      drivers/platform/x86/asus-wireless.c
2026
2027 ASYMMETRIC KEYS
2028 M:      David Howells <[email protected]>
2029 L:      [email protected]
2030 S:      Maintained
2031 F:      Documentation/crypto/asymmetric-keys.txt
2032 F:      include/linux/verification.h
2033 F:      include/crypto/public_key.h
2034 F:      include/crypto/pkcs7.h
2035 F:      crypto/asymmetric_keys/
2036
2037 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2038 R:      Dan Williams <[email protected]>
2039 W:      http://sourceforge.net/projects/xscaleiop
2040 S:      Odd fixes
2041 F:      Documentation/crypto/async-tx-api.txt
2042 F:      crypto/async_tx/
2043 F:      drivers/dma/
2044 F:      include/linux/dmaengine.h
2045 F:      include/linux/async_tx.h
2046
2047 AT24 EEPROM DRIVER
2048 M:      Wolfram Sang <[email protected]>
2049 L:      [email protected]
2050 S:      Maintained
2051 F:      drivers/misc/eeprom/at24.c
2052 F:      include/linux/platform_data/at24.h
2053
2054 ATA OVER ETHERNET (AOE) DRIVER
2055 M:      "Ed L. Cashin" <[email protected]>
2056 W:      http://www.openaoe.org/
2057 S:      Supported
2058 F:      Documentation/aoe/
2059 F:      drivers/block/aoe/
2060
2061 ATHEROS 71XX/9XXX GPIO DRIVER
2062 M:      Alban Bedel <[email protected]>
2063 W:      https://github.com/AlbanBedel/linux
2064 T:      git git://github.com/AlbanBedel/linux
2065 S:      Maintained
2066 F:      drivers/gpio/gpio-ath79.c
2067 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2068
2069 ATHEROS ATH GENERIC UTILITIES
2070 M:      "Luis R. Rodriguez" <[email protected]>
2071 L:      [email protected]
2072 S:      Supported
2073 F:      drivers/net/wireless/ath/*
2074
2075 ATHEROS ATH5K WIRELESS DRIVER
2076 M:      Jiri Slaby <[email protected]>
2077 M:      Nick Kossifidis <[email protected]>
2078 M:      "Luis R. Rodriguez" <[email protected]>
2079 L:      [email protected]
2080 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2081 S:      Maintained
2082 F:      drivers/net/wireless/ath/ath5k/
2083
2084 ATHEROS ATH6KL WIRELESS DRIVER
2085 M:      Kalle Valo <[email protected]>
2086 L:      [email protected]
2087 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2089 S:      Supported
2090 F:      drivers/net/wireless/ath/ath6kl/
2091
2092 WILOCITY WIL6210 WIRELESS DRIVER
2093 M:      Maya Erez <[email protected]>
2094 L:      [email protected]
2095 L:      [email protected]
2096 S:      Supported
2097 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2098 F:      drivers/net/wireless/ath/wil6210/
2099 F:      include/uapi/linux/wil6210_uapi.h
2100
2101 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2102 M:      Christian Lamparter <[email protected]>
2103 L:      [email protected]
2104 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2105 S:      Maintained
2106 F:      drivers/net/wireless/ath/carl9170/
2107
2108 ATK0110 HWMON DRIVER
2109 M:      Luca Tettamanti <[email protected]>
2110 L:      [email protected]
2111 S:      Maintained
2112 F:      drivers/hwmon/asus_atk0110.c
2113
2114 ATI_REMOTE2 DRIVER
2115 M:      Ville Syrjala <[email protected]>
2116 S:      Maintained
2117 F:      drivers/input/misc/ati_remote2.c
2118
2119 ATLX ETHERNET DRIVERS
2120 M:      Jay Cliburn <[email protected]>
2121 M:      Chris Snook <[email protected]>
2122 L:      [email protected]
2123 W:      http://sourceforge.net/projects/atl1
2124 W:      http://atl1.sourceforge.net
2125 S:      Maintained
2126 F:      drivers/net/ethernet/atheros/
2127
2128 ATM
2129 M:      Chas Williams <[email protected]>
2130 L:      [email protected] (moderated for non-subscribers)
2131 L:      [email protected]
2132 W:      http://linux-atm.sourceforge.net
2133 S:      Maintained
2134 F:      drivers/atm/
2135 F:      include/linux/atm*
2136 F:      include/uapi/linux/atm*
2137
2138 ATMEL AT91 / AT32 MCI DRIVER
2139 M:      Ludovic Desroches <[email protected]>
2140 S:      Maintained
2141 F:      drivers/mmc/host/atmel-mci.c
2142
2143 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2144 M:      Nicolas Ferre <[email protected]>
2145 S:      Supported
2146 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2147
2148 ATMEL SAMA5D2 ADC DRIVER
2149 M:      Ludovic Desroches <[email protected]>
2150 L:      [email protected]
2151 S:      Supported
2152 F:      drivers/iio/adc/at91-sama5d2_adc.c
2153
2154 ATMEL Audio ALSA driver
2155 M:      Nicolas Ferre <[email protected]>
2156 L:      [email protected] (moderated for non-subscribers)
2157 S:      Supported
2158 F:      sound/soc/atmel
2159
2160 ATMEL DMA DRIVER
2161 M:      Nicolas Ferre <[email protected]>
2162 L:      [email protected] (moderated for non-subscribers)
2163 S:      Supported
2164 F:      drivers/dma/at_hdmac.c
2165 F:      drivers/dma/at_hdmac_regs.h
2166 F:      include/linux/platform_data/dma-atmel.h
2167
2168 ATMEL XDMA DRIVER
2169 M:      Ludovic Desroches <[email protected]>
2170 L:      [email protected]
2171 L:      [email protected]
2172 S:      Supported
2173 F:      drivers/dma/at_xdmac.c
2174
2175 ATMEL I2C DRIVER
2176 M:      Ludovic Desroches <[email protected]>
2177 L:      [email protected]
2178 S:      Supported
2179 F:      drivers/i2c/busses/i2c-at91.c
2180
2181 ATMEL ISI DRIVER
2182 M:      Ludovic Desroches <[email protected]>
2183 L:      [email protected]
2184 S:      Supported
2185 F:      drivers/media/platform/soc_camera/atmel-isi.c
2186 F:      include/media/atmel-isi.h
2187
2188 ATMEL LCDFB DRIVER
2189 M:      Nicolas Ferre <[email protected]>
2190 L:      [email protected]
2191 S:      Maintained
2192 F:      drivers/video/fbdev/atmel_lcdfb.c
2193 F:      include/video/atmel_lcdc.h
2194
2195 ATMEL MACB ETHERNET DRIVER
2196 M:      Nicolas Ferre <[email protected]>
2197 S:      Supported
2198 F:      drivers/net/ethernet/cadence/
2199
2200 ATMEL NAND DRIVER
2201 M:      Wenyou Yang <[email protected]>
2202 M:      Josh Wu <[email protected]>
2203 L:      [email protected]
2204 S:      Supported
2205 F:      drivers/mtd/nand/atmel_nand*
2206
2207 ATMEL SDMMC DRIVER
2208 M:      Ludovic Desroches <[email protected]>
2209 L:      [email protected]
2210 S:      Supported
2211 F:      drivers/mmc/host/sdhci-of-at91.c
2212
2213 ATMEL SPI DRIVER
2214 M:      Nicolas Ferre <[email protected]>
2215 S:      Supported
2216 F:      drivers/spi/spi-atmel.*
2217
2218 ATMEL SSC DRIVER
2219 M:      Nicolas Ferre <[email protected]>
2220 L:      [email protected] (moderated for non-subscribers)
2221 S:      Supported
2222 F:      drivers/misc/atmel-ssc.c
2223 F:      include/linux/atmel-ssc.h
2224
2225 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2226 M:      Nicolas Ferre <[email protected]>
2227 L:      [email protected] (moderated for non-subscribers)
2228 S:      Supported
2229 F:      drivers/misc/atmel_tclib.c
2230 F:      drivers/clocksource/tcb_clksrc.c
2231
2232 ATMEL USBA UDC DRIVER
2233 M:      Nicolas Ferre <[email protected]>
2234 L:      [email protected] (moderated for non-subscribers)
2235 S:      Supported
2236 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2237
2238 ATMEL WIRELESS DRIVER
2239 M:      Simon Kelley <[email protected]>
2240 L:      [email protected]
2241 W:      http://www.thekelleys.org.uk/atmel
2242 W:      http://atmelwlandriver.sourceforge.net/
2243 S:      Maintained
2244 F:      drivers/net/wireless/atmel/atmel*
2245
2246 ATMEL MAXTOUCH DRIVER
2247 M:      Nick Dyer <[email protected]>
2248 T:      git git://github.com/ndyer/linux.git
2249 S:      Maintained
2250 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2251 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2252 F:      include/linux/platform_data/atmel_mxt_ts.h
2253
2254 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2255 M:      Bradley Grove <[email protected]>
2256 L:      [email protected]
2257 W:      http://www.attotech.com
2258 S:      Supported
2259 F:      drivers/scsi/esas2r
2260
2261 ATUSB IEEE 802.15.4 RADIO DRIVER
2262 M:      Stefan Schmidt <[email protected]>
2263 L:      [email protected]
2264 S:      Maintained
2265 F:      drivers/net/ieee802154/atusb.c
2266 F:      drivers/net/ieee802154/atusb.h
2267 F:      drivers/net/ieee802154/at86rf230.h
2268
2269 AUDIT SUBSYSTEM
2270 M:      Paul Moore <[email protected]>
2271 M:      Eric Paris <[email protected]>
2272 L:      [email protected] (moderated for non-subscribers)
2273 W:      http://people.redhat.com/sgrubb/audit/
2274 T:      git git://git.infradead.org/users/pcmoore/audit
2275 S:      Maintained
2276 F:      include/linux/audit.h
2277 F:      include/uapi/linux/audit.h
2278 F:      kernel/audit*
2279
2280 AUXILIARY DISPLAY DRIVERS
2281 M:      Miguel Ojeda Sandonis <[email protected]>
2282 W:      http://miguelojeda.es/auxdisplay.htm
2283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2284 S:      Maintained
2285 F:      drivers/auxdisplay/
2286 F:      include/linux/cfag12864b.h
2287
2288 AVR32 ARCHITECTURE
2289 M:      Haavard Skinnemoen <[email protected]>
2290 M:      Hans-Christian Egtvedt <[email protected]>
2291 W:      http://www.atmel.com/products/AVR32/
2292 W:      http://mirror.egtvedt.no/avr32linux.org/
2293 W:      http://avrfreaks.net/
2294 S:      Maintained
2295 F:      arch/avr32/
2296
2297 AVR32/AT32AP MACHINE SUPPORT
2298 M:      Haavard Skinnemoen <[email protected]>
2299 M:      Hans-Christian Egtvedt <[email protected]>
2300 S:      Maintained
2301 F:      arch/avr32/mach-at32ap/
2302
2303 AX.25 NETWORK LAYER
2304 M:      Ralf Baechle <[email protected]>
2305 L:      [email protected]
2306 W:      http://www.linux-ax25.org/
2307 S:      Maintained
2308 F:      include/uapi/linux/ax25.h
2309 F:      include/net/ax25.h
2310 F:      net/ax25/
2311
2312 AZ6007 DVB DRIVER
2313 M:      Mauro Carvalho Chehab <[email protected]>
2314 M:      Mauro Carvalho Chehab <[email protected]>
2315 L:      [email protected]
2316 W:      https://linuxtv.org
2317 T:      git git://linuxtv.org/media_tree.git
2318 S:      Maintained
2319 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2320
2321 AZTECH FM RADIO RECEIVER DRIVER
2322 M:      Hans Verkuil <[email protected]>
2323 L:      [email protected]
2324 T:      git git://linuxtv.org/media_tree.git
2325 W:      https://linuxtv.org
2326 S:      Maintained
2327 F:      drivers/media/radio/radio-aztech*
2328
2329 B43 WIRELESS DRIVER
2330 L:      [email protected]
2331 L:      [email protected]
2332 W:      http://wireless.kernel.org/en/users/Drivers/b43
2333 S:      Odd Fixes
2334 F:      drivers/net/wireless/broadcom/b43/
2335
2336 B43LEGACY WIRELESS DRIVER
2337 M:      Larry Finger <[email protected]>
2338 L:      [email protected]
2339 L:      [email protected]
2340 W:      http://wireless.kernel.org/en/users/Drivers/b43
2341 S:      Maintained
2342 F:      drivers/net/wireless/broadcom/b43legacy/
2343
2344 BACKLIGHT CLASS/SUBSYSTEM
2345 M:      Jingoo Han <[email protected]>
2346 M:      Lee Jones <[email protected]>
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2348 S:      Maintained
2349 F:      drivers/video/backlight/
2350 F:      include/linux/backlight.h
2351
2352 BATMAN ADVANCED
2353 M:      Marek Lindner <[email protected]>
2354 M:      Simon Wunderlich <[email protected]>
2355 M:      Antonio Quartulli <[email protected]>
2356 L:      [email protected] (moderated for non-subscribers)
2357 W:      https://www.open-mesh.org/
2358 Q:      https://patchwork.open-mesh.org/project/batman/list/
2359 S:      Maintained
2360 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2361 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2362 F:      Documentation/networking/batman-adv.txt
2363 F:      include/uapi/linux/batman_adv.h
2364 F:      net/batman-adv/
2365
2366 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2367 M:      Thomas Sailer <[email protected]>
2368 L:      [email protected]
2369 W:      http://www.baycom.org/~tom/ham/ham.html
2370 S:      Maintained
2371 F:      drivers/net/hamradio/baycom*
2372
2373 BCACHE (BLOCK LAYER CACHE)
2374 M:      Kent Overstreet <[email protected]>
2375 L:      [email protected]
2376 W:      http://bcache.evilpiepirate.org
2377 S:      Orphan
2378 F:      drivers/md/bcache/
2379
2380 BDISP ST MEDIA DRIVER
2381 M:      Fabien Dessenne <[email protected]>
2382 L:      [email protected]
2383 T:      git git://linuxtv.org/media_tree.git
2384 W:      https://linuxtv.org
2385 S:      Supported
2386 F:      drivers/media/platform/sti/bdisp
2387
2388 BEFS FILE SYSTEM
2389 M:      Luis de Bethencourt <[email protected]>
2390 M:      Salah Triki <[email protected]>
2391 S:      Maintained
2392 T:      git git://github.com/luisbg/linux-befs.git
2393 F:      Documentation/filesystems/befs.txt
2394 F:      fs/befs/
2395
2396 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2397 M:      Dariusz Marcinkiewicz <[email protected]>
2398 L:      [email protected]
2399 S:      Maintained
2400 F:      drivers/net/ethernet/ec_bhf.c
2401
2402 BFS FILE SYSTEM
2403 M:      "Tigran A. Aivazian" <[email protected]>
2404 S:      Maintained
2405 F:      Documentation/filesystems/bfs.txt
2406 F:      fs/bfs/
2407 F:      include/uapi/linux/bfs_fs.h
2408
2409 BLACKFIN ARCHITECTURE
2410 M:      Steven Miao <[email protected]>
2411 L:      [email protected] (moderated for non-subscribers)
2412 T:      git git://git.code.sf.net/p/adi-linux/code
2413 W:      http://blackfin.uclinux.org
2414 S:      Supported
2415 F:      arch/blackfin/
2416
2417 BLACKFIN EMAC DRIVER
2418 L:      [email protected] (moderated for non-subscribers)
2419 W:      http://blackfin.uclinux.org
2420 S:      Supported
2421 F:      drivers/net/ethernet/adi/
2422
2423 BLACKFIN RTC DRIVER
2424 L:      [email protected] (moderated for non-subscribers)
2425 W:      http://blackfin.uclinux.org
2426 S:      Supported
2427 F:      drivers/rtc/rtc-bfin.c
2428
2429 BLACKFIN SDH DRIVER
2430 M:      Sonic Zhang <[email protected]>
2431 L:      [email protected] (moderated for non-subscribers)
2432 W:      http://blackfin.uclinux.org
2433 S:      Supported
2434 F:      drivers/mmc/host/bfin_sdh.c
2435
2436 BLACKFIN SERIAL DRIVER
2437 M:      Sonic Zhang <[email protected]>
2438 L:      [email protected] (moderated for non-subscribers)
2439 W:      http://blackfin.uclinux.org
2440 S:      Supported
2441 F:      drivers/tty/serial/bfin_uart.c
2442
2443 BLACKFIN WATCHDOG DRIVER
2444 L:      [email protected] (moderated for non-subscribers)
2445 W:      http://blackfin.uclinux.org
2446 S:      Supported
2447 F:      drivers/watchdog/bfin_wdt.c
2448
2449 BLACKFIN I2C TWI DRIVER
2450 M:      Sonic Zhang <[email protected]>
2451 L:      [email protected] (moderated for non-subscribers)
2452 W:      http://blackfin.uclinux.org/
2453 S:      Supported
2454 F:      drivers/i2c/busses/i2c-bfin-twi.c
2455
2456 BLACKFIN MEDIA DRIVER
2457 M:      Scott Jiang <[email protected]>
2458 L:      [email protected] (moderated for non-subscribers)
2459 W:      http://blackfin.uclinux.org/
2460 S:      Supported
2461 F:      drivers/media/platform/blackfin/
2462 F:      drivers/media/i2c/adv7183*
2463 F:      drivers/media/i2c/vs6624*
2464
2465 BLINKM RGB LED DRIVER
2466 M:      Jan-Simon Moeller <[email protected]>
2467 S:      Maintained
2468 F:      drivers/leds/leds-blinkm.c
2469
2470 BLOCK LAYER
2471 M:      Jens Axboe <[email protected]>
2472 L:      [email protected]
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2474 S:      Maintained
2475 F:      block/
2476 F:      kernel/trace/blktrace.c
2477 F:      lib/sbitmap.c
2478
2479 BLOCK2MTD DRIVER
2480 M:      Joern Engel <[email protected]>
2481 L:      [email protected]
2482 S:      Maintained
2483 F:      drivers/mtd/devices/block2mtd.c
2484
2485 BLUETOOTH DRIVERS
2486 M:      Marcel Holtmann <[email protected]>
2487 M:      Gustavo Padovan <[email protected]>
2488 M:      Johan Hedberg <[email protected]>
2489 L:      [email protected]
2490 W:      http://www.bluez.org/
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S:      Maintained
2494 F:      drivers/bluetooth/
2495
2496 BLUETOOTH SUBSYSTEM
2497 M:      Marcel Holtmann <[email protected]>
2498 M:      Gustavo Padovan <[email protected]>
2499 M:      Johan Hedberg <[email protected]>
2500 L:      [email protected]
2501 W:      http://www.bluez.org/
2502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2504 S:      Maintained
2505 F:      net/bluetooth/
2506 F:      include/net/bluetooth/
2507
2508 BONDING DRIVER
2509 M:      Jay Vosburgh <[email protected]>
2510 M:      Veaceslav Falico <[email protected]>
2511 M:      Andy Gospodarek <[email protected]>
2512 L:      [email protected]
2513 W:      http://sourceforge.net/projects/bonding/
2514 S:      Supported
2515 F:      drivers/net/bonding/
2516 F:      include/uapi/linux/if_bonding.h
2517
2518 BPF (Safe dynamic programs and tools)
2519 M:      Alexei Starovoitov <[email protected]>
2520 L:      [email protected]
2521 L:      [email protected]
2522 S:      Supported
2523 F:      kernel/bpf/
2524 F:      tools/testing/selftests/bpf/
2525 F:      lib/test_bpf.c
2526
2527 BROADCOM B44 10/100 ETHERNET DRIVER
2528 M:      Michael Chan <[email protected]>
2529 L:      [email protected]
2530 S:      Supported
2531 F:      drivers/net/ethernet/broadcom/b44.*
2532
2533 BROADCOM B53 ETHERNET SWITCH DRIVER
2534 M:      Florian Fainelli <[email protected]>
2535 L:      [email protected]
2536 L:      [email protected] (subscribers-only)
2537 S:      Supported
2538 F:      drivers/net/dsa/b53/*
2539 F:      include/linux/platform_data/b53.h
2540
2541 BROADCOM GENET ETHERNET DRIVER
2542 M:      Florian Fainelli <[email protected]>
2543 L:      [email protected]
2544 S:      Supported
2545 F:      drivers/net/ethernet/broadcom/genet/
2546
2547 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2548 M:      Sony Chacko <[email protected]>
2549 M:      [email protected]
2550 L:      [email protected]
2551 S:      Supported
2552 F:      drivers/net/ethernet/broadcom/bnx2.*
2553 F:      drivers/net/ethernet/broadcom/bnx2_*
2554
2555 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2556 M:      Ariel Elior <[email protected]>
2557 L:      [email protected]
2558 S:      Supported
2559 F:      drivers/net/ethernet/broadcom/bnx2x/
2560
2561 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2562 M:      Florian Fainelli <[email protected]>
2563 M:      Ray Jui <[email protected]>
2564 M:      Scott Branden <[email protected]>
2565 M:      [email protected]
2566 T:      git git://github.com/broadcom/mach-bcm
2567 S:      Maintained
2568 N:      bcm281*
2569 N:      bcm113*
2570 N:      bcm216*
2571 N:      kona
2572 F:      arch/arm/mach-bcm/
2573
2574 BROADCOM BCM2835 ARM ARCHITECTURE
2575 M:      Stephen Warren <[email protected]>
2576 M:      Lee Jones <[email protected]>
2577 M:      Eric Anholt <[email protected]>
2578 L:      [email protected] (moderated for non-subscribers)
2579 L:      [email protected] (moderated for non-subscribers)
2580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2581 S:      Maintained
2582 N:      bcm2835
2583
2584 BROADCOM BCM47XX MIPS ARCHITECTURE
2585 M:      Hauke Mehrtens <[email protected]>
2586 M:      Rafał Miłecki <[email protected]>
2587 L:      [email protected]
2588 S:      Maintained
2589 F:      Documentation/devicetree/bindings/mips/brcm/
2590 F:      arch/mips/bcm47xx/*
2591 F:      arch/mips/include/asm/mach-bcm47xx/*
2592
2593 BROADCOM BCM5301X ARM ARCHITECTURE
2594 M:      Hauke Mehrtens <[email protected]>
2595 M:      Rafał Miłecki <[email protected]>
2596 M:      [email protected]
2597 L:      [email protected]
2598 S:      Maintained
2599 F:      arch/arm/mach-bcm/bcm_5301x.c
2600 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2601 F:      arch/arm/boot/dts/bcm470*
2602
2603 BROADCOM BCM53573 ARM ARCHITECTURE
2604 M:      Rafał Miłecki <[email protected]>
2605 L:      [email protected]
2606 S:      Maintained
2607 F:      arch/arm/boot/dts/bcm53573*
2608 F:      arch/arm/boot/dts/bcm47189*
2609
2610 BROADCOM BCM63XX ARM ARCHITECTURE
2611 M:      Florian Fainelli <[email protected]>
2612 M:      [email protected]
2613 L:      [email protected] (moderated for non-subscribers)
2614 T:      git git://github.com/broadcom/stblinux.git
2615 S:      Maintained
2616 N:      bcm63xx
2617
2618 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2619 M:      Kevin Cernekee <[email protected]>
2620 L:      [email protected]
2621 S:      Maintained
2622 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2623
2624 BROADCOM BCM7XXX ARM ARCHITECTURE
2625 M:      Brian Norris <[email protected]>
2626 M:      Gregory Fong <[email protected]>
2627 M:      Florian Fainelli <[email protected]>
2628 M:      [email protected]
2629 L:      [email protected] (moderated for non-subscribers)
2630 T:      git git://github.com/broadcom/stblinux.git
2631 S:      Maintained
2632 F:      arch/arm/mach-bcm/*brcmstb*
2633 F:      arch/arm/boot/dts/bcm7*.dts*
2634 F:      drivers/bus/brcmstb_gisb.c
2635 N:      brcmstb
2636
2637 BROADCOM BMIPS MIPS ARCHITECTURE
2638 M:      Kevin Cernekee <[email protected]>
2639 M:      Florian Fainelli <[email protected]>
2640 L:      [email protected]
2641 T:      git git://github.com/broadcom/stblinux.git
2642 S:      Maintained
2643 F:      arch/mips/bmips/*
2644 F:      arch/mips/include/asm/mach-bmips/*
2645 F:      arch/mips/kernel/*bmips*
2646 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2647 F:      drivers/irqchip/irq-bcm63*
2648 F:      drivers/irqchip/irq-bcm7*
2649 F:      drivers/irqchip/irq-brcmstb*
2650 F:      include/linux/bcm963xx_nvram.h
2651 F:      include/linux/bcm963xx_tag.h
2652
2653 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2654 M:      Siva Reddy Kallam <[email protected]>
2655 M:      Prashant Sreedharan <[email protected]>
2656 M:      Michael Chan <[email protected]>
2657 L:      [email protected]
2658 S:      Supported
2659 F:      drivers/net/ethernet/broadcom/tg3.*
2660
2661 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2662 M:      Arend van Spriel <[email protected]>
2663 M:      Franky Lin <[email protected]>
2664 M:      Hante Meuleman <[email protected]>
2665 L:      [email protected]
2666 L:      [email protected]
2667 S:      Supported
2668 F:      drivers/net/wireless/broadcom/brcm80211/
2669
2670 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2671 M:      [email protected]
2672 L:      [email protected]
2673 S:      Supported
2674 F:      drivers/scsi/bnx2fc/
2675
2676 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2677 M:      [email protected]
2678 L:      [email protected]
2679 S:      Supported
2680 F:      drivers/scsi/bnx2i/
2681
2682 BROADCOM IPROC ARM ARCHITECTURE
2683 M:      Ray Jui <[email protected]>
2684 M:      Scott Branden <[email protected]>
2685 M:      Jon Mason <[email protected]>
2686 M:      [email protected]
2687 L:      [email protected] (moderated for non-subscribers)
2688 T:      git git://github.com/broadcom/cygnus-linux.git
2689 S:      Maintained
2690 N:      iproc
2691 N:      cygnus
2692 N:      bcm[-_]nsp
2693 N:      bcm9113*
2694 N:      bcm9583*
2695 N:      bcm9585*
2696 N:      bcm9586*
2697 N:      bcm988312
2698 N:      bcm113*
2699 N:      bcm583*
2700 N:      bcm585*
2701 N:      bcm586*
2702 N:      bcm88312
2703 F:      arch/arm64/boot/dts/broadcom/ns2*
2704 F:      drivers/clk/bcm/clk-ns*
2705 F:      drivers/pinctrl/bcm/pinctrl-ns*
2706
2707 BROADCOM BRCMSTB GPIO DRIVER
2708 M:      Gregory Fong <[email protected]>
2709 L:      [email protected]
2710 S:      Supported
2711 F:      drivers/gpio/gpio-brcmstb.c
2712 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2713
2714 BROADCOM KONA GPIO DRIVER
2715 M:      Ray Jui <[email protected]>
2716 L:      [email protected]
2717 S:      Supported
2718 F:      drivers/gpio/gpio-bcm-kona.c
2719 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2720
2721 BROADCOM NVRAM DRIVER
2722 M:      Rafał Miłecki <[email protected]>
2723 L:      [email protected]
2724 S:      Maintained
2725 F:      drivers/firmware/broadcom/*
2726
2727 BROADCOM STB NAND FLASH DRIVER
2728 M:      Brian Norris <[email protected]>
2729 M:      Kamal Dasu <[email protected]>
2730 L:      [email protected]
2731 L:      [email protected]
2732 S:      Maintained
2733 F:      drivers/mtd/nand/brcmnand/
2734
2735 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2736 M:      Rafał Miłecki <[email protected]>
2737 L:      [email protected]
2738 S:      Maintained
2739 F:      drivers/bcma/
2740 F:      include/linux/bcma/
2741
2742 BROADCOM SYSTEMPORT ETHERNET DRIVER
2743 M:      Florian Fainelli <[email protected]>
2744 L:      [email protected]
2745 S:      Supported
2746 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2747
2748 BROADCOM VULCAN ARM64 SOC
2749 M:      Jayachandran C. <[email protected]>
2750 M:      [email protected]
2751 L:      [email protected] (moderated for non-subscribers)
2752 S:      Maintained
2753 F:      arch/arm64/boot/dts/broadcom/vulcan*
2754
2755 BROCADE BFA FC SCSI DRIVER
2756 M:      Anil Gurumurthy <[email protected]>
2757 M:      Sudarsana Kalluru <[email protected]>
2758 L:      [email protected]
2759 S:      Supported
2760 F:      drivers/scsi/bfa/
2761
2762 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2763 M:      Rasesh Mody <[email protected]>
2764 L:      [email protected]
2765 S:      Supported
2766 F:      drivers/net/ethernet/brocade/bna/
2767
2768 BSG (block layer generic sg v4 driver)
2769 M:      FUJITA Tomonori <[email protected]>
2770 L:      [email protected]
2771 S:      Supported
2772 F:      block/bsg.c
2773 F:      include/linux/bsg.h
2774 F:      include/uapi/linux/bsg.h
2775
2776 BT87X AUDIO DRIVER
2777 M:      Clemens Ladisch <[email protected]>
2778 L:      [email protected] (moderated for non-subscribers)
2779 T:      git git://git.alsa-project.org/alsa-kernel.git
2780 S:      Maintained
2781 F:      Documentation/sound/alsa/Bt87x.txt
2782 F:      sound/pci/bt87x.c
2783
2784 BT8XXGPIO DRIVER
2785 M:      Michael Buesch <[email protected]>
2786 W:      http://bu3sch.de/btgpio.php
2787 S:      Maintained
2788 F:      drivers/gpio/gpio-bt8xx.c
2789
2790 BTRFS FILE SYSTEM
2791 M:      Chris Mason <[email protected]>
2792 M:      Josef Bacik <[email protected]>
2793 M:      David Sterba <[email protected]>
2794 L:      [email protected]
2795 W:      http://btrfs.wiki.kernel.org/
2796 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2798 S:      Maintained
2799 F:      Documentation/filesystems/btrfs.txt
2800 F:      fs/btrfs/
2801
2802 BTTV VIDEO4LINUX DRIVER
2803 M:      Mauro Carvalho Chehab <[email protected]>
2804 M:      Mauro Carvalho Chehab <[email protected]>
2805 L:      [email protected]
2806 W:      https://linuxtv.org
2807 T:      git git://linuxtv.org/media_tree.git
2808 S:      Odd fixes
2809 F:      Documentation/media/v4l-drivers/bttv*
2810 F:      drivers/media/pci/bt8xx/bttv*
2811
2812 BUSLOGIC SCSI DRIVER
2813 M:      Khalid Aziz <[email protected]>
2814 L:      [email protected]
2815 S:      Maintained
2816 F:      drivers/scsi/BusLogic.*
2817 F:      drivers/scsi/FlashPoint.*
2818
2819 C-MEDIA CMI8788 DRIVER
2820 M:      Clemens Ladisch <[email protected]>
2821 L:      [email protected] (moderated for non-subscribers)
2822 T:      git git://git.alsa-project.org/alsa-kernel.git
2823 S:      Maintained
2824 F:      sound/pci/oxygen/
2825
2826 C6X ARCHITECTURE
2827 M:      Mark Salter <[email protected]>
2828 M:      Aurelien Jacquiot <[email protected]>
2829 L:      [email protected]
2830 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2831 S:      Maintained
2832 F:      arch/c6x/
2833
2834 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2835 M:      David Howells <[email protected]>
2836 L:      [email protected] (moderated for non-subscribers)
2837 S:      Supported
2838 F:      Documentation/filesystems/caching/cachefiles.txt
2839 F:      fs/cachefiles/
2840
2841 CADET FM/AM RADIO RECEIVER DRIVER
2842 M:      Hans Verkuil <[email protected]>
2843 L:      [email protected]
2844 T:      git git://linuxtv.org/media_tree.git
2845 W:      https://linuxtv.org
2846 S:      Maintained
2847 F:      drivers/media/radio/radio-cadet*
2848
2849 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2850 M:      Jonathan Corbet <[email protected]>
2851 L:      [email protected]
2852 T:      git git://linuxtv.org/media_tree.git
2853 S:      Maintained
2854 F:      Documentation/media/v4l-drivers/cafe_ccic*
2855 F:      drivers/media/platform/marvell-ccic/
2856
2857 CAIF NETWORK LAYER
2858 M:      Dmitry Tarnyagin <[email protected]>
2859 L:      [email protected]
2860 S:      Supported
2861 F:      Documentation/networking/caif/
2862 F:      drivers/net/caif/
2863 F:      include/uapi/linux/caif/
2864 F:      include/net/caif/
2865 F:      net/caif/
2866
2867 CALGARY x86-64 IOMMU
2868 M:      Muli Ben-Yehuda <[email protected]>
2869 M:      Jon Mason <[email protected]>
2870 L:      [email protected]
2871 S:      Maintained
2872 F:      arch/x86/kernel/pci-calgary_64.c
2873 F:      arch/x86/kernel/tce_64.c
2874 F:      arch/x86/include/asm/calgary.h
2875 F:      arch/x86/include/asm/tce.h
2876
2877 CAN NETWORK LAYER
2878 M:      Oliver Hartkopp <[email protected]>
2879 M:      Marc Kleine-Budde <[email protected]>
2880 L:      [email protected]
2881 W:      https://github.com/linux-can
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2884 S:      Maintained
2885 F:      Documentation/networking/can.txt
2886 F:      net/can/
2887 F:      include/linux/can/core.h
2888 F:      include/uapi/linux/can.h
2889 F:      include/uapi/linux/can/bcm.h
2890 F:      include/uapi/linux/can/raw.h
2891 F:      include/uapi/linux/can/gw.h
2892
2893 CAN NETWORK DRIVERS
2894 M:      Wolfgang Grandegger <[email protected]>
2895 M:      Marc Kleine-Budde <[email protected]>
2896 L:      [email protected]
2897 W:      https://github.com/linux-can
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2900 S:      Maintained
2901 F:      Documentation/devicetree/bindings/net/can/
2902 F:      drivers/net/can/
2903 F:      include/linux/can/dev.h
2904 F:      include/linux/can/platform/
2905 F:      include/uapi/linux/can/error.h
2906 F:      include/uapi/linux/can/netlink.h
2907
2908 CAPABILITIES
2909 M:      Serge Hallyn <[email protected]>
2910 L:      [email protected]
2911 S:      Supported
2912 F:      include/linux/capability.h
2913 F:      include/uapi/linux/capability.h
2914 F:      security/commoncap.c
2915 F:      kernel/capability.c
2916
2917 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2918 M:      Kevin Tsai <[email protected]>
2919 S:      Maintained
2920 F:      drivers/iio/light/cm*
2921 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2922
2923 CAVIUM I2C DRIVER
2924 M:      Jan Glauber <[email protected]>
2925 M:      David Daney <[email protected]>
2926 W:      http://www.cavium.com
2927 S:      Supported
2928 F:      drivers/i2c/busses/i2c-octeon*
2929 F:      drivers/i2c/busses/i2c-thunderx*
2930
2931 CAVIUM LIQUIDIO NETWORK DRIVER
2932 M:     Derek Chickles <[email protected]>
2933 M:     Satanand Burla <[email protected]>
2934 M:     Felix Manlunas <[email protected]>
2935 M:     Raghu Vatsavayi <[email protected]>
2936 L:     [email protected]
2937 W:     http://www.cavium.com
2938 S:     Supported
2939 F:     drivers/net/ethernet/cavium/liquidio/
2940
2941 CC2520 IEEE-802.15.4 RADIO DRIVER
2942 M:      Varka Bhadram <[email protected]>
2943 L:      [email protected]
2944 S:      Maintained
2945 F:      drivers/net/ieee802154/cc2520.c
2946 F:      include/linux/spi/cc2520.h
2947 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2948
2949 CEC DRIVER
2950 M:      Hans Verkuil <[email protected]>
2951 L:      [email protected]
2952 T:      git git://linuxtv.org/media_tree.git
2953 W:      http://linuxtv.org
2954 S:      Supported
2955 F:      Documentation/cec.txt
2956 F:      Documentation/media/uapi/cec
2957 F:      drivers/staging/media/cec/
2958 F:      drivers/media/cec-edid.c
2959 F:      drivers/media/rc/keymaps/rc-cec.c
2960 F:      include/media/cec.h
2961 F:      include/media/cec-edid.h
2962 F:      include/linux/cec.h
2963 F:      include/linux/cec-funcs.h
2964
2965 CELL BROADBAND ENGINE ARCHITECTURE
2966 M:      Arnd Bergmann <[email protected]>
2967 L:      [email protected]
2968 W:      http://www.ibm.com/developerworks/power/cell/
2969 S:      Supported
2970 F:      arch/powerpc/include/asm/cell*.h
2971 F:      arch/powerpc/include/asm/spu*.h
2972 F:      arch/powerpc/include/uapi/asm/spu*.h
2973 F:      arch/powerpc/oprofile/*cell*
2974 F:      arch/powerpc/platforms/cell/
2975
2976 CEPH COMMON CODE (LIBCEPH)
2977 M:      Ilya Dryomov <[email protected]>
2978 M:      "Yan, Zheng" <[email protected]>
2979 M:      Sage Weil <[email protected]>
2980 L:      [email protected]
2981 W:      http://ceph.com/
2982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2983 T:      git git://github.com/ceph/ceph-client.git
2984 S:      Supported
2985 F:      net/ceph/
2986 F:      include/linux/ceph/
2987 F:      include/linux/crush/
2988
2989 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2990 M:      "Yan, Zheng" <[email protected]>
2991 M:      Sage Weil <[email protected]>
2992 M:      Ilya Dryomov <[email protected]>
2993 L:      [email protected]
2994 W:      http://ceph.com/
2995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2996 T:      git git://github.com/ceph/ceph-client.git
2997 S:      Supported
2998 F:      Documentation/filesystems/ceph.txt
2999 F:      fs/ceph/
3000
3001 CERTIFICATE HANDLING:
3002 M:      David Howells <[email protected]>
3003 M:      David Woodhouse <[email protected]>
3004 L:      [email protected]
3005 S:      Maintained
3006 F:      Documentation/module-signing.txt
3007 F:      certs/
3008 F:      scripts/sign-file.c
3009 F:      scripts/extract-cert.c
3010
3011 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3012 L:      [email protected]
3013 S:      Orphan
3014 F:      Documentation/usb/WUSB-Design-overview.txt
3015 F:      Documentation/usb/wusb-cbaf
3016 F:      drivers/usb/host/hwa-hc.c
3017 F:      drivers/usb/host/whci/
3018 F:      drivers/usb/wusbcore/
3019 F:      include/linux/usb/wusb*
3020
3021 CFAG12864B LCD DRIVER
3022 M:      Miguel Ojeda Sandonis <[email protected]>
3023 W:      http://miguelojeda.es/auxdisplay.htm
3024 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3025 S:      Maintained
3026 F:      drivers/auxdisplay/cfag12864b.c
3027 F:      include/linux/cfag12864b.h
3028
3029 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3030 M:      Miguel Ojeda Sandonis <[email protected]>
3031 W:      http://miguelojeda.es/auxdisplay.htm
3032 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3033 S:      Maintained
3034 F:      drivers/auxdisplay/cfag12864bfb.c
3035 F:      include/linux/cfag12864b.h
3036
3037 CFG80211 and NL80211
3038 M:      Johannes Berg <[email protected]>
3039 L:      [email protected]
3040 W:      http://wireless.kernel.org/
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3043 S:      Maintained
3044 F:      include/uapi/linux/nl80211.h
3045 F:      include/net/cfg80211.h
3046 F:      net/wireless/*
3047 X:      net/wireless/wext*
3048
3049 CHAR and MISC DRIVERS
3050 M:      Arnd Bergmann <[email protected]>
3051 M:      Greg Kroah-Hartman <[email protected]>
3052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3053 S:      Supported
3054 F:      drivers/char/*
3055 F:      drivers/misc/*
3056 F:      include/linux/miscdevice.h
3057
3058 CHECKPATCH
3059 M:      Andy Whitcroft <[email protected]>
3060 M:      Joe Perches <[email protected]>
3061 S:      Maintained
3062 F:      scripts/checkpatch.pl
3063
3064 CHINESE DOCUMENTATION
3065 M:      Harry Wei <[email protected]>
3066 L:      [email protected] (subscribers-only)
3067 L:      [email protected] (moderated for non-subscribers)
3068 S:      Maintained
3069 F:      Documentation/zh_CN/
3070
3071 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3072 M:      Peter Chen <[email protected]>
3073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3074 L:      [email protected]
3075 S:      Maintained
3076 F:      drivers/usb/chipidea/
3077
3078 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3079 M:      Hans de Goede <[email protected]>
3080 L:      [email protected]
3081 S:      Maintained
3082 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3083 F:      drivers/input/touchscreen/chipone_icn8318.c
3084
3085 CHROME HARDWARE PLATFORM SUPPORT
3086 M:      Olof Johansson <[email protected]>
3087 S:      Maintained
3088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3089 F:      drivers/platform/chrome/
3090
3091 CISCO VIC ETHERNET NIC DRIVER
3092 M:      Christian Benvenuti <[email protected]>
3093 M:      Sujith Sankar <[email protected]>
3094 M:      Govindarajulu Varadarajan <[email protected]>
3095 M:      Neel Patel <[email protected]>
3096 S:      Supported
3097 F:      drivers/net/ethernet/cisco/enic/
3098
3099 CISCO VIC LOW LATENCY NIC DRIVER
3100 M:      Christian Benvenuti <[email protected]>
3101 M:      Dave Goodell <[email protected]>
3102 S:      Supported
3103 F:      drivers/infiniband/hw/usnic/
3104
3105 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3106 M:      Hartley Sweeten <[email protected]>
3107 L:      [email protected]
3108 S:      Maintained
3109 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3110
3111 CIRRUS LOGIC AUDIO CODEC DRIVERS
3112 M:      Brian Austin <[email protected]>
3113 M:      Paul Handrigan <[email protected]>
3114 L:      [email protected] (moderated for non-subscribers)
3115 S:      Maintained
3116 F:      sound/soc/codecs/cs*
3117
3118 CLEANCACHE API
3119 M:      Konrad Rzeszutek Wilk <[email protected]>
3120 L:      [email protected]
3121 S:      Maintained
3122 F:      mm/cleancache.c
3123 F:      include/linux/cleancache.h
3124
3125 CLK API
3126 M:      Russell King <[email protected]>
3127 L:      [email protected]
3128 S:      Maintained
3129 F:      include/linux/clk.h
3130
3131 CLOCKSOURCE, CLOCKEVENT DRIVERS
3132 M:      Daniel Lezcano <[email protected]>
3133 M:      Thomas Gleixner <[email protected]>
3134 L:      [email protected]
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3136 S:      Supported
3137 F:      drivers/clocksource
3138
3139 CISCO FCOE HBA DRIVER
3140 M:      Hiral Patel <[email protected]>
3141 M:      Suma Ramars <[email protected]>
3142 M:      Brian Uchino <[email protected]>
3143 L:      [email protected]
3144 S:      Supported
3145 F:      drivers/scsi/fnic/
3146
3147 CISCO SCSI HBA DRIVER
3148 M:      Narsimhulu Musini <[email protected]>
3149 M:      Sesidhar Baddela <[email protected]>
3150 L:      [email protected]
3151 S:      Supported
3152 F:      drivers/scsi/snic/
3153
3154 CMPC ACPI DRIVER
3155 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3156 M:      Daniel Oliveira Nascimento <[email protected]>
3157 L:      [email protected]
3158 S:      Supported
3159 F:      drivers/platform/x86/classmate-laptop.c
3160
3161 COBALT MEDIA DRIVER
3162 M:      Hans Verkuil <[email protected]>
3163 L:      [email protected]
3164 T:      git git://linuxtv.org/media_tree.git
3165 W:      https://linuxtv.org
3166 S:      Supported
3167 F:      drivers/media/pci/cobalt/
3168
3169 COCCINELLE/Semantic Patches (SmPL)
3170 M:      Julia Lawall <[email protected]>
3171 M:      Gilles Muller <[email protected]>
3172 M:      Nicolas Palix <[email protected]>
3173 M:      Michal Marek <[email protected]>
3174 L:      [email protected] (moderated for non-subscribers)
3175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3176 W:      http://coccinelle.lip6.fr/
3177 S:      Supported
3178 F:      Documentation/dev-tools/coccinelle.rst
3179 F:      scripts/coccinelle/
3180 F:      scripts/coccicheck
3181
3182 CODA FILE SYSTEM
3183 M:      Jan Harkes <[email protected]>
3184 M:      [email protected]
3185 L:      [email protected]
3186 W:      http://www.coda.cs.cmu.edu/
3187 S:      Maintained
3188 F:      Documentation/filesystems/coda.txt
3189 F:      fs/coda/
3190 F:      include/linux/coda*.h
3191 F:      include/uapi/linux/coda*.h
3192
3193 CODA V4L2 MEM2MEM DRIVER
3194 M:      Philipp Zabel <[email protected]>
3195 L:      [email protected]
3196 S:      Maintained
3197 F:      Documentation/devicetree/bindings/media/coda.txt
3198 F:      drivers/media/platform/coda/
3199
3200 COMMON CLK FRAMEWORK
3201 M:      Michael Turquette <[email protected]>
3202 M:      Stephen Boyd <[email protected]>
3203 L:      [email protected]
3204 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3206 S:      Maintained
3207 F:      Documentation/devicetree/bindings/clock/
3208 F:      drivers/clk/
3209 X:      drivers/clk/clkdev.c
3210 F:      include/linux/clk-pr*
3211 F:      include/linux/clk/
3212
3213 COMMON INTERNET FILE SYSTEM (CIFS)
3214 M:      Steve French <[email protected]>
3215 L:      [email protected]
3216 L:      [email protected] (moderated for non-subscribers)
3217 W:      http://linux-cifs.samba.org/
3218 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3219 S:      Supported
3220 F:      Documentation/filesystems/cifs/
3221 F:      fs/cifs/
3222
3223 COMPACTPCI HOTPLUG CORE
3224 M:      Scott Murray <[email protected]>
3225 L:      [email protected]
3226 S:      Maintained
3227 F:      drivers/pci/hotplug/cpci_hotplug*
3228
3229 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3230 M:      Scott Murray <[email protected]>
3231 L:      [email protected]
3232 S:      Maintained
3233 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3234
3235 COMPACTPCI HOTPLUG GENERIC DRIVER
3236 M:      Scott Murray <[email protected]>
3237 L:      [email protected]
3238 S:      Maintained
3239 F:      drivers/pci/hotplug/cpcihp_generic.c
3240
3241 COMPAL LAPTOP SUPPORT
3242 M:      Cezary Jackiewicz <[email protected]>
3243 L:      [email protected]
3244 S:      Maintained
3245 F:      drivers/platform/x86/compal-laptop.c
3246
3247 CONEXANT ACCESSRUNNER USB DRIVER
3248 L:      [email protected]
3249 W:      http://accessrunner.sourceforge.net/
3250 S:      Orphan
3251 F:      drivers/usb/atm/cxacru.c
3252
3253 CONFIGFS
3254 M:      Joel Becker <[email protected]>
3255 M:      Christoph Hellwig <[email protected]>
3256 T:      git git://git.infradead.org/users/hch/configfs.git
3257 S:      Supported
3258 F:      fs/configfs/
3259 F:      include/linux/configfs.h
3260
3261 CONNECTOR
3262 M:      Evgeniy Polyakov <[email protected]>
3263 L:      [email protected]
3264 S:      Maintained
3265 F:      drivers/connector/
3266
3267 CONTROL GROUP (CGROUP)
3268 M:      Tejun Heo <[email protected]>
3269 M:      Li Zefan <[email protected]>
3270 M:      Johannes Weiner <[email protected]>
3271 L:      [email protected]
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3273 S:      Maintained
3274 F:      Documentation/cgroup*
3275 F:      include/linux/cgroup*
3276 F:      kernel/cgroup*
3277
3278 CONTROL GROUP - CPUSET
3279 M:      Li Zefan <[email protected]>
3280 L:      [email protected]
3281 W:      http://www.bullopensource.org/cpuset/
3282 W:      http://oss.sgi.com/projects/cpusets/
3283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3284 S:      Maintained
3285 F:      Documentation/cgroup-v1/cpusets.txt
3286 F:      include/linux/cpuset.h
3287 F:      kernel/cpuset.c
3288
3289 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3290 M:      Johannes Weiner <[email protected]>
3291 M:      Michal Hocko <[email protected]>
3292 M:      Vladimir Davydov <[email protected]>
3293 L:      [email protected]
3294 L:      [email protected]
3295 S:      Maintained
3296 F:      mm/memcontrol.c
3297 F:      mm/swap_cgroup.c
3298
3299 CORETEMP HARDWARE MONITORING DRIVER
3300 M:      Fenghua Yu <[email protected]>
3301 L:      [email protected]
3302 S:      Maintained
3303 F:      Documentation/hwmon/coretemp
3304 F:      drivers/hwmon/coretemp.c
3305
3306 COSA/SRP SYNC SERIAL DRIVER
3307 M:      Jan "Yenya" Kasprzak <[email protected]>
3308 W:      http://www.fi.muni.cz/~kas/cosa/
3309 S:      Maintained
3310 F:      drivers/net/wan/cosa*
3311
3312 CPMAC ETHERNET DRIVER
3313 M:      Florian Fainelli <[email protected]>
3314 L:      [email protected]
3315 S:      Maintained
3316 F:      drivers/net/ethernet/ti/cpmac.c
3317
3318 CPU FREQUENCY DRIVERS
3319 M:      "Rafael J. Wysocki" <[email protected]>
3320 M:      Viresh Kumar <[email protected]>
3321 L:      [email protected]
3322 S:      Maintained
3323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3324 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3325 F:      Documentation/cpu-freq/
3326 F:      drivers/cpufreq/
3327 F:      include/linux/cpufreq.h
3328
3329 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3330 M:      Viresh Kumar <[email protected]>
3331 M:      Sudeep Holla <[email protected]>
3332 L:      [email protected]
3333 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3334 S:      Maintained
3335 F:      drivers/cpufreq/arm_big_little.h
3336 F:      drivers/cpufreq/arm_big_little.c
3337 F:      drivers/cpufreq/arm_big_little_dt.c
3338
3339 CPUIDLE DRIVER - ARM BIG LITTLE
3340 M:      Lorenzo Pieralisi <[email protected]>
3341 M:      Daniel Lezcano <[email protected]>
3342 L:      [email protected]
3343 L:      [email protected]
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3345 S:      Maintained
3346 F:      drivers/cpuidle/cpuidle-big_little.c
3347
3348 CPUIDLE DRIVER - ARM EXYNOS
3349 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3350 M:      Daniel Lezcano <[email protected]>
3351 M:      Kukjin Kim <[email protected]>
3352 L:      [email protected]
3353 L:      [email protected]
3354 S:      Supported
3355 F:      drivers/cpuidle/cpuidle-exynos.c
3356 F:      arch/arm/mach-exynos/pm.c
3357
3358 CPUIDLE DRIVERS
3359 M:      "Rafael J. Wysocki" <[email protected]>
3360 M:      Daniel Lezcano <[email protected]>
3361 L:      [email protected]
3362 S:      Maintained
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3364 F:      drivers/cpuidle/*
3365 F:      include/linux/cpuidle.h
3366
3367 CPUID/MSR DRIVER
3368 M:      "H. Peter Anvin" <[email protected]>
3369 S:      Maintained
3370 F:      arch/x86/kernel/cpuid.c
3371 F:      arch/x86/kernel/msr.c
3372
3373 CPU POWER MONITORING SUBSYSTEM
3374 M:      Thomas Renninger <[email protected]>
3375 L:      [email protected]
3376 S:      Maintained
3377 F:      tools/power/cpupower/
3378
3379 CRAMFS FILESYSTEM
3380 W:      http://sourceforge.net/projects/cramfs/
3381 S:      Orphan / Obsolete
3382 F:      Documentation/filesystems/cramfs.txt
3383 F:      fs/cramfs/
3384
3385 CRIS PORT
3386 M:      Mikael Starvik <[email protected]>
3387 M:      Jesper Nilsson <[email protected]>
3388 L:      [email protected]
3389 W:      http://developer.axis.com
3390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3391 S:      Maintained
3392 F:      arch/cris/
3393 F:      drivers/tty/serial/crisv10.*
3394
3395 CRYPTO API
3396 M:      Herbert Xu <[email protected]>
3397 M:      "David S. Miller" <[email protected]>
3398 L:      [email protected]
3399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3401 S:      Maintained
3402 F:      Documentation/crypto/
3403 F:      Documentation/devicetree/bindings/crypto/
3404 F:      Documentation/DocBook/crypto-API.tmpl
3405 F:      arch/*/crypto/
3406 F:      crypto/
3407 F:      drivers/crypto/
3408 F:      include/crypto/
3409
3410 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3411 M:      Neil Horman <[email protected]>
3412 L:      [email protected]
3413 S:      Maintained
3414 F:      crypto/ansi_cprng.c
3415 F:      crypto/rng.c
3416
3417 CS3308 MEDIA DRIVER
3418 M:      Hans Verkuil <[email protected]>
3419 L:      [email protected]
3420 T:      git git://linuxtv.org/media_tree.git
3421 W:      http://linuxtv.org
3422 S:      Odd Fixes
3423 F:      drivers/media/i2c/cs3308.c
3424 F:      drivers/media/i2c/cs3308.h
3425
3426 CS5535 Audio ALSA driver
3427 M:      Jaya Kumar <[email protected]>
3428 S:      Maintained
3429 F:      sound/pci/cs5535audio/
3430
3431 CW1200 WLAN driver
3432 M:      Solomon Peachy <[email protected]>
3433 S:      Maintained
3434 F:      drivers/net/wireless/st/cw1200/
3435
3436 CX18 VIDEO4LINUX DRIVER
3437 M:      Andy Walls <[email protected]>
3438 L:      [email protected] (subscribers-only)
3439 L:      [email protected]
3440 T:      git git://linuxtv.org/media_tree.git
3441 W:      https://linuxtv.org
3442 W:      http://www.ivtvdriver.org/index.php/Cx18
3443 S:      Maintained
3444 F:      Documentation/media/v4l-drivers/cx18*
3445 F:      drivers/media/pci/cx18/
3446 F:      include/uapi/linux/ivtv*
3447
3448 CX2341X MPEG ENCODER HELPER MODULE
3449 M:      Hans Verkuil <[email protected]>
3450 L:      [email protected]
3451 T:      git git://linuxtv.org/media_tree.git
3452 W:      https://linuxtv.org
3453 S:      Maintained
3454 F:      drivers/media/common/cx2341x*
3455 F:      include/media/cx2341x*
3456
3457 CX24120 MEDIA DRIVER
3458 M:      Jemma Denson <[email protected]>
3459 M:      Patrick Boettcher <[email protected]>
3460 L:      [email protected]
3461 W:      https://linuxtv.org
3462 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3463 S:      Maintained
3464 F:      drivers/media/dvb-frontends/cx24120*
3465
3466 CX88 VIDEO4LINUX DRIVER
3467 M:      Mauro Carvalho Chehab <[email protected]>
3468 M:      Mauro Carvalho Chehab <[email protected]>
3469 L:      [email protected]
3470 W:      https://linuxtv.org
3471 T:      git git://linuxtv.org/media_tree.git
3472 S:      Odd fixes
3473 F:      Documentation/media/v4l-drivers/cx88*
3474 F:      drivers/media/pci/cx88/
3475
3476 CXD2820R MEDIA DRIVER
3477 M:      Antti Palosaari <[email protected]>
3478 L:      [email protected]
3479 W:      https://linuxtv.org
3480 W:      http://palosaari.fi/linux/
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 T:      git git://linuxtv.org/anttip/media_tree.git
3483 S:      Maintained
3484 F:      drivers/media/dvb-frontends/cxd2820r*
3485
3486 CXGB3 ETHERNET DRIVER (CXGB3)
3487 M:      Santosh Raspatur <[email protected]>
3488 L:      [email protected]
3489 W:      http://www.chelsio.com
3490 S:      Supported
3491 F:      drivers/net/ethernet/chelsio/cxgb3/
3492
3493 CXGB3 ISCSI DRIVER (CXGB3I)
3494 M:      Karen Xie <[email protected]>
3495 L:      [email protected]
3496 W:      http://www.chelsio.com
3497 S:      Supported
3498 F:      drivers/scsi/cxgbi/cxgb3i
3499
3500 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3501 M:      Steve Wise <[email protected]>
3502 L:      [email protected]
3503 W:      http://www.openfabrics.org
3504 S:      Supported
3505 F:      drivers/infiniband/hw/cxgb3/
3506 F:      include/uapi/rdma/cxgb3-abi.h
3507
3508 CXGB4 ETHERNET DRIVER (CXGB4)
3509 M:      Hariprasad S <[email protected]>
3510 L:      [email protected]
3511 W:      http://www.chelsio.com
3512 S:      Supported
3513 F:      drivers/net/ethernet/chelsio/cxgb4/
3514
3515 CXGB4 ISCSI DRIVER (CXGB4I)
3516 M:      Karen Xie <[email protected]>
3517 L:      [email protected]
3518 W:      http://www.chelsio.com
3519 S:      Supported
3520 F:      drivers/scsi/cxgbi/cxgb4i
3521
3522 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3523 M:      Steve Wise <[email protected]>
3524 L:      [email protected]
3525 W:      http://www.openfabrics.org
3526 S:      Supported
3527 F:      drivers/infiniband/hw/cxgb4/
3528 F:      include/uapi/rdma/cxgb4-abi.h
3529
3530 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3531 M:      Casey Leedom <[email protected]>
3532 L:      [email protected]
3533 W:      http://www.chelsio.com
3534 S:      Supported
3535 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3536
3537 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3538 M:      Ian Munsie <[email protected]>
3539 M:      Frederic Barrat <[email protected]>
3540 L:      [email protected]
3541 S:      Supported
3542 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3543 F:      drivers/misc/cxl/
3544 F:      include/misc/cxl*
3545 F:      include/uapi/misc/cxl.h
3546 F:      Documentation/powerpc/cxl.txt
3547 F:      Documentation/ABI/testing/sysfs-class-cxl
3548
3549 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3550 M:      Manoj N. Kumar <[email protected]>
3551 M:      Matthew R. Ochs <[email protected]>
3552 M:      Uma Krishnan <[email protected]>
3553 L:      [email protected]
3554 S:      Supported
3555 F:      drivers/scsi/cxlflash/
3556 F:      include/uapi/scsi/cxlflash_ioctls.h
3557 F:      Documentation/powerpc/cxlflash.txt
3558
3559 STMMAC ETHERNET DRIVER
3560 M:      Giuseppe Cavallaro <[email protected]>
3561 M:      Alexandre Torgue <[email protected]>
3562 L:      [email protected]
3563 W:      http://www.stlinux.com
3564 S:      Supported
3565 F:      drivers/net/ethernet/stmicro/stmmac/
3566
3567 CYBERPRO FB DRIVER
3568 M:      Russell King <[email protected]>
3569 L:      [email protected] (moderated for non-subscribers)
3570 W:      http://www.armlinux.org.uk/
3571 S:      Maintained
3572 F:      drivers/video/fbdev/cyber2000fb.*
3573
3574 CYCLADES ASYNC MUX DRIVER
3575 W:      http://www.cyclades.com/
3576 S:      Orphan
3577 F:      drivers/tty/cyclades.c
3578 F:      include/linux/cyclades.h
3579 F:      include/uapi/linux/cyclades.h
3580
3581 CYCLADES PC300 DRIVER
3582 W:      http://www.cyclades.com/
3583 S:      Orphan
3584 F:      drivers/net/wan/pc300*
3585
3586 CYPRESS_FIRMWARE MEDIA DRIVER
3587 M:      Antti Palosaari <[email protected]>
3588 L:      [email protected]
3589 W:      https://linuxtv.org
3590 W:      http://palosaari.fi/linux/
3591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3592 T:      git git://linuxtv.org/anttip/media_tree.git
3593 S:      Maintained
3594 F:      drivers/media/common/cypress_firmware*
3595
3596 CYTTSP TOUCHSCREEN DRIVER
3597 M:      Ferruh Yigit <[email protected]>
3598 L:      [email protected]
3599 S:      Supported
3600 F:      drivers/input/touchscreen/cyttsp*
3601 F:      include/linux/input/cyttsp.h
3602
3603 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3604 M:      Joshua Kinard <[email protected]>
3605 S:      Maintained
3606 F:      drivers/rtc/rtc-ds1685.c
3607 F:      include/linux/rtc/ds1685.h
3608
3609 DAMA SLAVE for AX.25
3610 M:      Joerg Reuter <[email protected]>
3611 W:      http://yaina.de/jreuter/
3612 W:      http://www.qsl.net/dl1bke/
3613 L:      [email protected]
3614 S:      Maintained
3615 F:      net/ax25/af_ax25.c
3616 F:      net/ax25/ax25_dev.c
3617 F:      net/ax25/ax25_ds_*
3618 F:      net/ax25/ax25_in.c
3619 F:      net/ax25/ax25_out.c
3620 F:      net/ax25/ax25_timer.c
3621 F:      net/ax25/sysctl_net_ax25.c
3622
3623 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3624 L:      [email protected]
3625 S:      Orphan
3626 F:      Documentation/networking/dmfe.txt
3627 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3628
3629 DC390/AM53C974 SCSI driver
3630 M:      Hannes Reinecke <[email protected]>
3631 L:      [email protected]
3632 S:      Maintained
3633 F:      drivers/scsi/am53c974.c
3634
3635 DC395x SCSI driver
3636 M:      Oliver Neukum <[email protected]>
3637 M:      Ali Akcaagac <[email protected]>
3638 M:      Jamie Lenehan <[email protected]>
3639 L:      [email protected]
3640 W:      http://twibble.org/dist/dc395x/
3641 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3642 S:      Maintained
3643 F:      Documentation/scsi/dc395x.txt
3644 F:      drivers/scsi/dc395x.*
3645
3646 DCCP PROTOCOL
3647 M:      Gerrit Renker <[email protected]>
3648 L:      [email protected]
3649 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3650 S:      Maintained
3651 F:      include/linux/dccp.h
3652 F:      include/uapi/linux/dccp.h
3653 F:      include/linux/tfrc.h
3654 F:      net/dccp/
3655
3656 DECnet NETWORK LAYER
3657 W:      http://linux-decnet.sourceforge.net
3658 L:      [email protected]
3659 S:      Orphan
3660 F:      Documentation/networking/decnet.txt
3661 F:      net/decnet/
3662
3663 DECSTATION PLATFORM SUPPORT
3664 M:      "Maciej W. Rozycki" <[email protected]>
3665 L:      [email protected]
3666 W:      http://www.linux-mips.org/wiki/DECstation
3667 S:      Maintained
3668 F:      arch/mips/dec/
3669 F:      arch/mips/include/asm/dec/
3670 F:      arch/mips/include/asm/mach-dec/
3671
3672 DEFXX FDDI NETWORK DRIVER
3673 M:      "Maciej W. Rozycki" <[email protected]>
3674 S:      Maintained
3675 F:      drivers/net/fddi/defxx.*
3676
3677 DELL LAPTOP DRIVER
3678 M:      Matthew Garrett <[email protected]>
3679 M:      Pali Rohár <[email protected]>
3680 L:      [email protected]
3681 S:      Maintained
3682 F:      drivers/platform/x86/dell-laptop.c
3683
3684 DELL LAPTOP RBTN DRIVER
3685 M:      Pali Rohár <[email protected]>
3686 S:      Maintained
3687 F:      drivers/platform/x86/dell-rbtn.*
3688
3689 DELL LAPTOP FREEFALL DRIVER
3690 M:      Pali Rohár <[email protected]>
3691 S:      Maintained
3692 F:      drivers/platform/x86/dell-smo8800.c
3693
3694 DELL LAPTOP SMM DRIVER
3695 M:      Pali Rohár <[email protected]>
3696 S:      Maintained
3697 F:      drivers/hwmon/dell-smm-hwmon.c
3698 F:      include/uapi/linux/i8k.h
3699
3700 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3701 M:      Doug Warzecha <[email protected]>
3702 S:      Maintained
3703 F:      Documentation/dcdbas.txt
3704 F:      drivers/firmware/dcdbas.*
3705
3706 DELL WMI EXTRAS DRIVER
3707 M:      Matthew Garrett <[email protected]>
3708 M:      Pali Rohár <[email protected]>
3709 S:      Maintained
3710 F:      drivers/platform/x86/dell-wmi.c
3711
3712 DESIGNWARE USB2 DRD IP DRIVER
3713 M:      John Youn <[email protected]>
3714 L:      [email protected]
3715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3716 S:      Maintained
3717 F:      drivers/usb/dwc2/
3718
3719 DESIGNWARE USB3 DRD IP DRIVER
3720 M:      Felipe Balbi <[email protected]>
3721 L:      [email protected]
3722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3723 S:      Maintained
3724 F:      drivers/usb/dwc3/
3725
3726 DEVICE COREDUMP (DEV_COREDUMP)
3727 M:      Johannes Berg <[email protected]>
3728 L:      [email protected]
3729 S:      Maintained
3730 F:      drivers/base/devcoredump.c
3731 F:      include/linux/devcoredump.h
3732
3733 DEVICE FREQUENCY (DEVFREQ)
3734 M:      MyungJoo Ham <[email protected]>
3735 M:      Kyungmin Park <[email protected]>
3736 L:      [email protected]
3737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3738 S:      Maintained
3739 F:      drivers/devfreq/
3740 F:      include/linux/devfreq.h
3741 F:      Documentation/devicetree/bindings/devfreq/
3742
3743 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3744 M:      Chanwoo Choi <[email protected]>
3745 L:      [email protected]
3746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3747 S:      Supported
3748 F:      drivers/devfreq/event/
3749 F:      drivers/devfreq/devfreq-event.c
3750 F:      include/linux/devfreq-event.h
3751 F:      Documentation/devicetree/bindings/devfreq/event/
3752
3753 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3754 M:      Chanwoo Choi <[email protected]>
3755 L:      [email protected]
3756 L:      [email protected]
3757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3758 S:      Maintained
3759 F:      drivers/devfreq/exynos-bus.c
3760 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3761
3762 DEVICE NUMBER REGISTRY
3763 M:      Torben Mathiasen <[email protected]>
3764 W:      http://lanana.org/docs/device-list/index.html
3765 S:      Maintained
3766
3767 DEVICE-MAPPER  (LVM)
3768 M:      Alasdair Kergon <[email protected]>
3769 M:      Mike Snitzer <[email protected]>
3770 M:      [email protected]
3771 L:      [email protected]
3772 W:      http://sources.redhat.com/dm
3773 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3775 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3776 S:      Maintained
3777 F:      Documentation/device-mapper/
3778 F:      drivers/md/dm*
3779 F:      drivers/md/persistent-data/
3780 F:      include/linux/device-mapper.h
3781 F:      include/linux/dm-*.h
3782 F:      include/uapi/linux/dm-*.h
3783
3784 DEVLINK
3785 M:      Jiri Pirko <[email protected]>
3786 L:      [email protected]
3787 S:      Supported
3788 F:      net/core/devlink.c
3789 F:      include/net/devlink.h
3790 F:      include/uapi/linux/devlink.h
3791
3792 DIALOG SEMICONDUCTOR DRIVERS
3793 M:      Support Opensource <[email protected]>
3794 W:      http://www.dialog-semiconductor.com/products
3795 S:      Supported
3796 F:      Documentation/hwmon/da90??
3797 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3798 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3799 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3800 F:      drivers/gpio/gpio-da90??.c
3801 F:      drivers/hwmon/da90??-hwmon.c
3802 F:      drivers/iio/adc/da91??-*.c
3803 F:      drivers/input/misc/da90??_onkey.c
3804 F:      drivers/input/touchscreen/da9052_tsi.c
3805 F:      drivers/leds/leds-da90??.c
3806 F:      drivers/mfd/da903x.c
3807 F:      drivers/mfd/da90??-*.c
3808 F:      drivers/mfd/da91??-*.c
3809 F:      drivers/power/supply/da9052-battery.c
3810 F:      drivers/power/supply/da91??-*.c
3811 F:      drivers/regulator/da903x.c
3812 F:      drivers/regulator/da9???-regulator.[ch]
3813 F:      drivers/rtc/rtc-da90??.c
3814 F:      drivers/video/backlight/da90??_bl.c
3815 F:      drivers/watchdog/da90??_wdt.c
3816 F:      include/linux/mfd/da903x.h
3817 F:      include/linux/mfd/da9052/
3818 F:      include/linux/mfd/da9055/
3819 F:      include/linux/mfd/da9062/
3820 F:      include/linux/mfd/da9063/
3821 F:      include/linux/mfd/da9150/
3822 F:      include/linux/regulator/da9211.h
3823 F:      include/sound/da[79]*.h
3824 F:      sound/soc/codecs/da[79]*.[ch]
3825
3826 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3827 M:      William Breathitt Gray <[email protected]>
3828 L:      [email protected]
3829 S:      Maintained
3830 F:      drivers/gpio/gpio-gpio-mm.c
3831
3832 DIGI NEO AND CLASSIC PCI PRODUCTS
3833 M:      Lidza Louina <[email protected]>
3834 M:      Mark Hounschell <[email protected]>
3835 L:      [email protected]
3836 S:      Maintained
3837 F:      drivers/staging/dgnc/
3838
3839 DIOLAN U2C-12 I2C DRIVER
3840 M:      Guenter Roeck <[email protected]>
3841 L:      [email protected]
3842 S:      Maintained
3843 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3844
3845 DIRECT ACCESS (DAX)
3846 M:      Matthew Wilcox <[email protected]>
3847 L:      [email protected]
3848 S:      Supported
3849 F:      fs/dax.c
3850
3851 DIRECTORY NOTIFICATION (DNOTIFY)
3852 M:      Eric Paris <[email protected]>
3853 S:      Maintained
3854 F:      Documentation/filesystems/dnotify.txt
3855 F:      fs/notify/dnotify/
3856 F:      include/linux/dnotify.h
3857
3858 DISK GEOMETRY AND PARTITION HANDLING
3859 M:      Andries Brouwer <[email protected]>
3860 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3861 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3862 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3863 S:      Maintained
3864
3865 DISKQUOTA
3866 M:      Jan Kara <[email protected]>
3867 S:      Maintained
3868 F:      Documentation/filesystems/quota.txt
3869 F:      fs/quota/
3870 F:      include/linux/quota*.h
3871 F:      include/uapi/linux/quota*.h
3872
3873 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3874 M:      Bernie Thompson <[email protected]>
3875 L:      [email protected]
3876 S:      Maintained
3877 W:      http://plugable.com/category/projects/udlfb/
3878 F:      drivers/video/fbdev/udlfb.c
3879 F:      include/video/udlfb.h
3880 F:      Documentation/fb/udlfb.txt
3881
3882 DISTRIBUTED LOCK MANAGER (DLM)
3883 M:      Christine Caulfield <[email protected]>
3884 M:      David Teigland <[email protected]>
3885 L:      [email protected]
3886 W:      http://sources.redhat.com/cluster/
3887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3888 S:      Supported
3889 F:      fs/dlm/
3890
3891 DMA BUFFER SHARING FRAMEWORK
3892 M:      Sumit Semwal <[email protected]>
3893 S:      Maintained
3894 L:      [email protected]
3895 L:      [email protected]
3896 L:      [email protected] (moderated for non-subscribers)
3897 F:      drivers/dma-buf/
3898 F:      include/linux/dma-buf*
3899 F:      include/linux/reservation.h
3900 F:      include/linux/*fence.h
3901 F:      Documentation/dma-buf-sharing.txt
3902 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3903
3904 SYNC FILE FRAMEWORK
3905 M:      Sumit Semwal <[email protected]>
3906 R:      Gustavo Padovan <[email protected]>
3907 S:      Maintained
3908 L:      [email protected]
3909 L:      [email protected]
3910 F:      drivers/dma-buf/sync_file.c
3911 F:      include/linux/sync_file.h
3912 F:      Documentation/sync_file.txt
3913 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3914
3915 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3916 M:      Vinod Koul <[email protected]>
3917 L:      [email protected]
3918 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3919 S:      Maintained
3920 F:      drivers/dma/
3921 F:      include/linux/dmaengine.h
3922 F:      Documentation/devicetree/bindings/dma/
3923 F:      Documentation/dmaengine/
3924 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3925
3926 DME1737 HARDWARE MONITOR DRIVER
3927 M:      Juerg Haefliger <[email protected]>
3928 L:      [email protected]
3929 S:      Maintained
3930 F:      Documentation/hwmon/dme1737
3931 F:      drivers/hwmon/dme1737.c
3932
3933 DMI/SMBIOS SUPPORT
3934 M:      Jean Delvare <[email protected]>
3935 S:      Maintained
3936 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3937 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3938 F:      drivers/firmware/dmi-id.c
3939 F:      drivers/firmware/dmi_scan.c
3940 F:      include/linux/dmi.h
3941
3942 DOCUMENTATION
3943 M:      Jonathan Corbet <[email protected]>
3944 L:      [email protected]
3945 S:      Maintained
3946 F:      Documentation/
3947 F:      scripts/docproc.c
3948 F:      scripts/kernel-doc*
3949 X:      Documentation/ABI/
3950 X:      Documentation/devicetree/
3951 X:      Documentation/acpi
3952 X:      Documentation/power
3953 X:      Documentation/spi
3954 X:      Documentation/media
3955 T:      git git://git.lwn.net/linux.git docs-next
3956
3957 DOUBLETALK DRIVER
3958 M:      "James R. Van Zandt" <[email protected]>
3959 L:      [email protected]
3960 S:      Maintained
3961 F:      drivers/char/dtlk.c
3962 F:      include/linux/dtlk.h
3963
3964 DPT_I2O SCSI RAID DRIVER
3965 M:      Adaptec OEM Raid Solutions <[email protected]>
3966 L:      [email protected]
3967 W:      http://www.adaptec.com/
3968 S:      Maintained
3969 F:      drivers/scsi/dpt*
3970 F:      drivers/scsi/dpt/
3971
3972 DRBD DRIVER
3973 M:      Philipp Reisner <[email protected]>
3974 M:      Lars Ellenberg <[email protected]>
3975 L:      [email protected]
3976 W:      http://www.drbd.org
3977 T:      git git://git.linbit.com/linux-drbd.git
3978 T:      git git://git.linbit.com/drbd-8.4.git
3979 S:      Supported
3980 F:      drivers/block/drbd/
3981 F:      lib/lru_cache.c
3982 F:      Documentation/blockdev/drbd/
3983
3984 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3985 M:      Greg Kroah-Hartman <[email protected]>
3986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3987 S:      Supported
3988 F:      Documentation/kobject.txt
3989 F:      drivers/base/
3990 F:      fs/debugfs/
3991 F:      fs/kernfs/
3992 F:      fs/sysfs/
3993 F:      include/linux/debugfs.h
3994 F:      include/linux/kobj*
3995 F:      lib/kobj*
3996
3997 DRM DRIVERS
3998 M:      David Airlie <[email protected]>
3999 L:      [email protected]
4000 T:      git git://people.freedesktop.org/~airlied/linux
4001 S:      Maintained
4002 F:      drivers/gpu/drm/
4003 F:      drivers/gpu/vga/
4004 F:      Documentation/devicetree/bindings/display/
4005 F:      Documentation/devicetree/bindings/gpu/
4006 F:      Documentation/devicetree/bindings/video/
4007 F:      Documentation/gpu/
4008 F:      include/drm/
4009 F:      include/uapi/drm/
4010
4011 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4012 M:      Dave Airlie <[email protected]>
4013 S:      Odd Fixes
4014 F:      drivers/gpu/drm/ast/
4015
4016 DRM DRIVER FOR BOCHS VIRTUAL GPU
4017 M:      Gerd Hoffmann <[email protected]>
4018 S:      Odd Fixes
4019 F:      drivers/gpu/drm/bochs/
4020
4021 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4022 M:      Dave Airlie <[email protected]>
4023 S:      Odd Fixes
4024 F:      drivers/gpu/drm/cirrus/
4025
4026 RADEON and AMDGPU DRM DRIVERS
4027 M:      Alex Deucher <[email protected]>
4028 M:      Christian König <[email protected]>
4029 L:      [email protected]
4030 T:      git git://people.freedesktop.org/~agd5f/linux
4031 S:      Supported
4032 F:      drivers/gpu/drm/radeon/
4033 F:      include/uapi/drm/radeon_drm.h
4034 F:      drivers/gpu/drm/amd/
4035 F:      include/uapi/drm/amdgpu_drm.h
4036
4037 DRM PANEL DRIVERS
4038 M:      Thierry Reding <[email protected]>
4039 L:      [email protected]
4040 T:      git git://anongit.freedesktop.org/tegra/linux.git
4041 S:      Maintained
4042 F:      drivers/gpu/drm/drm_panel.c
4043 F:      drivers/gpu/drm/panel/
4044 F:      include/drm/drm_panel.h
4045 F:      Documentation/devicetree/bindings/display/panel/
4046
4047 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4048 M:      Daniel Vetter <[email protected]>
4049 M:      Jani Nikula <[email protected]>
4050 L:      [email protected]
4051 L:      [email protected]
4052 W:      https://01.org/linuxgraphics/
4053 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4054 T:      git git://anongit.freedesktop.org/drm-intel
4055 S:      Supported
4056 F:      drivers/gpu/drm/i915/
4057 F:      include/drm/i915*
4058 F:      include/uapi/drm/i915_drm.h
4059 F:      Documentation/gpu/i915.rst
4060
4061 DRM DRIVERS FOR ATMEL HLCDC
4062 M:      Boris Brezillon <[email protected]>
4063 L:      [email protected]
4064 S:      Supported
4065 F:      drivers/gpu/drm/atmel-hlcdc/
4066 F:      Documentation/devicetree/bindings/drm/atmel/
4067
4068 DRM DRIVERS FOR ALLWINNER A10
4069 M:      Maxime Ripard  <[email protected]>
4070 L:      [email protected]
4071 S:      Supported
4072 F:      drivers/gpu/drm/sun4i/
4073 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4074
4075 DRM DRIVERS FOR EXYNOS
4076 M:      Inki Dae <[email protected]>
4077 M:      Joonyoung Shim <[email protected]>
4078 M:      Seung-Woo Kim <[email protected]>
4079 M:      Kyungmin Park <[email protected]>
4080 L:      [email protected]
4081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4082 S:      Supported
4083 F:      drivers/gpu/drm/exynos/
4084 F:      include/uapi/drm/exynos_drm.h
4085 F:      Documentation/devicetree/bindings/display/exynos/
4086
4087 DRM DRIVERS FOR FREESCALE DCU
4088 M:      Stefan Agner <[email protected]>
4089 M:      Alison Wang <[email protected]>
4090 L:      [email protected]
4091 S:      Supported
4092 F:      drivers/gpu/drm/fsl-dcu/
4093 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4094 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4095 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4096
4097 DRM DRIVERS FOR FREESCALE IMX
4098 M:      Philipp Zabel <[email protected]>
4099 L:      [email protected]
4100 S:      Maintained
4101 F:      drivers/gpu/drm/imx/
4102 F:      drivers/gpu/ipu-v3/
4103 F:      Documentation/devicetree/bindings/display/imx/
4104
4105 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4106 M:      Patrik Jakobsson <[email protected]>
4107 L:      [email protected]
4108 T:      git git://github.com/patjak/drm-gma500
4109 S:      Maintained
4110 F:      drivers/gpu/drm/gma500/
4111
4112 DRM DRIVERS FOR HISILICON
4113 M:      Xinliang Liu <[email protected]>
4114 R:      Xinwei Kong <[email protected]>
4115 R:      Chen Feng <[email protected]>
4116 L:      [email protected]
4117 T:      git git://github.com/xin3liang/linux.git
4118 S:      Maintained
4119 F:      drivers/gpu/drm/hisilicon/
4120 F:      Documentation/devicetree/bindings/display/hisilicon/
4121
4122 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4123 S:      Orphan / Obsolete
4124 F:      drivers/gpu/drm/i810/
4125 F:      include/uapi/drm/i810_drm.h
4126
4127 DRM DRIVERS FOR MEDIATEK
4128 M:      CK Hu <[email protected]>
4129 M:      Philipp Zabel <[email protected]>
4130 L:      [email protected]
4131 S:      Supported
4132 F:      drivers/gpu/drm/mediatek/
4133 F:      Documentation/devicetree/bindings/display/mediatek/
4134
4135 DRM DRIVER FOR MSM ADRENO GPU
4136 M:      Rob Clark <[email protected]>
4137 L:      [email protected]
4138 L:      [email protected]
4139 L:      [email protected]
4140 T:      git git://people.freedesktop.org/~robclark/linux
4141 S:      Maintained
4142 F:      drivers/gpu/drm/msm/
4143 F:      include/uapi/drm/msm_drm.h
4144 F:      Documentation/devicetree/bindings/display/msm/
4145
4146 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4147 M:      Ben Skeggs <[email protected]>
4148 L:      [email protected]
4149 L:      [email protected]
4150 T:      git git://github.com/skeggsb/linux
4151 S:      Supported
4152 F:      drivers/gpu/drm/nouveau/
4153 F:      include/uapi/drm/nouveau_drm.h
4154
4155 DRM DRIVERS FOR NVIDIA TEGRA
4156 M:      Thierry Reding <[email protected]>
4157 L:      [email protected]
4158 L:      [email protected]
4159 T:      git git://anongit.freedesktop.org/tegra/linux.git
4160 S:      Supported
4161 F:      drivers/gpu/drm/tegra/
4162 F:      drivers/gpu/host1x/
4163 F:      include/linux/host1x.h
4164 F:      include/uapi/drm/tegra_drm.h
4165 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4166
4167 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4168 S:      Orphan / Obsolete
4169 F:      drivers/gpu/drm/mga/
4170 F:      include/uapi/drm/mga_drm.h
4171
4172 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4173 M:      Dave Airlie <[email protected]>
4174 S:      Odd Fixes
4175 F:      drivers/gpu/drm/mgag200/
4176
4177 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4178 S:      Orphan / Obsolete
4179 F:      drivers/gpu/drm/r128/
4180 F:      include/uapi/drm/r128_drm.h
4181
4182 DRM DRIVERS FOR RENESAS
4183 M:      Laurent Pinchart <[email protected]>
4184 L:      [email protected]
4185 L:      [email protected]
4186 T:      git git://linuxtv.org/pinchartl/fbdev
4187 S:      Supported
4188 F:      drivers/gpu/drm/rcar-du/
4189 F:      drivers/gpu/drm/shmobile/
4190 F:      include/linux/platform_data/shmob_drm.h
4191 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4192
4193 DRM DRIVER FOR QXL VIRTUAL GPU
4194 M:      Dave Airlie <[email protected]>
4195 S:      Odd Fixes
4196 F:      drivers/gpu/drm/qxl/
4197 F:      include/uapi/drm/qxl_drm.h
4198
4199 DRM DRIVERS FOR ROCKCHIP
4200 M:      Mark Yao <[email protected]>
4201 L:      [email protected]
4202 S:      Maintained
4203 F:      drivers/gpu/drm/rockchip/
4204 F:      Documentation/devicetree/bindings/display/rockchip/
4205
4206 DRM DRIVER FOR SAVAGE VIDEO CARDS
4207 S:      Orphan / Obsolete
4208 F:      drivers/gpu/drm/savage/
4209 F:      include/uapi/drm/savage_drm.h
4210
4211 DRM DRIVER FOR SIS VIDEO CARDS
4212 S:      Orphan / Obsolete
4213 F:      drivers/gpu/drm/sis/
4214 F:      include/uapi/drm/sis_drm.h
4215
4216 DRM DRIVERS FOR STI
4217 M:      Benjamin Gaignard <[email protected]>
4218 M:      Vincent Abriou <[email protected]>
4219 L:      [email protected]
4220 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4221 S:      Maintained
4222 F:      drivers/gpu/drm/sti
4223 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4224
4225 DRM DRIVER FOR TDFX VIDEO CARDS
4226 S:      Orphan / Obsolete
4227 F:      drivers/gpu/drm/tdfx/
4228
4229 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4230 M:      Dave Airlie <[email protected]>
4231 S:      Odd Fixes
4232 F:      drivers/gpu/drm/udl/
4233
4234 DRM DRIVERS FOR VIVANTE GPU IP
4235 M:      Lucas Stach <[email protected]>
4236 R:      Russell King <[email protected]>
4237 R:      Christian Gmeiner <[email protected]>
4238 L:      [email protected]
4239 S:      Maintained
4240 F:      drivers/gpu/drm/etnaviv/
4241 F:      include/uapi/drm/etnaviv_drm.h
4242 F:      Documentation/devicetree/bindings/display/etnaviv/
4243
4244 DRM DRIVER FOR VMWARE VIRTUAL GPU
4245 M:      "VMware Graphics" <[email protected]>
4246 M:      Sinclair Yeh <[email protected]>
4247 M:      Thomas Hellstrom <[email protected]>
4248 L:      [email protected]
4249 T:      git git://people.freedesktop.org/~syeh/repos_linux
4250 T:      git git://people.freedesktop.org/~thomash/linux
4251 S:      Supported
4252 F:      drivers/gpu/drm/vmwgfx/
4253 F:      include/uapi/drm/vmwgfx_drm.h
4254
4255 DRM DRIVERS FOR VC4
4256 M:      Eric Anholt <[email protected]>
4257 T:      git git://github.com/anholt/linux
4258 S:      Supported
4259 F:      drivers/gpu/drm/vc4/
4260 F:      include/uapi/drm/vc4_drm.h
4261 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4262
4263 DRM DRIVERS FOR TI OMAP
4264 M:      Tomi Valkeinen <[email protected]>
4265 L:      [email protected]
4266 S:      Maintained
4267 F:      drivers/gpu/drm/omapdrm/
4268 F:      Documentation/devicetree/bindings/display/ti/
4269
4270 DRM DRIVERS FOR TI LCDC
4271 M:      Jyri Sarha <[email protected]>
4272 R:      Tomi Valkeinen <[email protected]>
4273 L:      [email protected]
4274 S:      Maintained
4275 F:      drivers/gpu/drm/tilcdc/
4276 F:      Documentation/devicetree/bindings/display/tilcdc/
4277
4278 DSBR100 USB FM RADIO DRIVER
4279 M:      Alexey Klimov <[email protected]>
4280 L:      [email protected]
4281 T:      git git://linuxtv.org/media_tree.git
4282 S:      Maintained
4283 F:      drivers/media/radio/dsbr100.c
4284
4285 DSCC4 DRIVER
4286 M:      Francois Romieu <[email protected]>
4287 L:      [email protected]
4288 S:      Maintained
4289 F:      drivers/net/wan/dscc4.c
4290
4291 DT3155 MEDIA DRIVER
4292 M:      Hans Verkuil <[email protected]>
4293 L:      [email protected]
4294 T:      git git://linuxtv.org/media_tree.git
4295 W:      https://linuxtv.org
4296 S:      Odd Fixes
4297 F:      drivers/media/pci/dt3155/
4298
4299 DVB_USB_AF9015 MEDIA DRIVER
4300 M:      Antti Palosaari <[email protected]>
4301 L:      [email protected]
4302 W:      https://linuxtv.org
4303 W:      http://palosaari.fi/linux/
4304 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4305 T:      git git://linuxtv.org/anttip/media_tree.git
4306 S:      Maintained
4307 F:      drivers/media/usb/dvb-usb-v2/af9015*
4308
4309 DVB_USB_AF9035 MEDIA DRIVER
4310 M:      Antti Palosaari <[email protected]>
4311 L:      [email protected]
4312 W:      https://linuxtv.org
4313 W:      http://palosaari.fi/linux/
4314 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4315 T:      git git://linuxtv.org/anttip/media_tree.git
4316 S:      Maintained
4317 F:      drivers/media/usb/dvb-usb-v2/af9035*
4318
4319 DVB_USB_ANYSEE MEDIA DRIVER
4320 M:      Antti Palosaari <[email protected]>
4321 L:      [email protected]
4322 W:      https://linuxtv.org
4323 W:      http://palosaari.fi/linux/
4324 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4325 T:      git git://linuxtv.org/anttip/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/dvb-usb-v2/anysee*
4328
4329 DVB_USB_AU6610 MEDIA DRIVER
4330 M:      Antti Palosaari <[email protected]>
4331 L:      [email protected]
4332 W:      https://linuxtv.org
4333 W:      http://palosaari.fi/linux/
4334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4335 T:      git git://linuxtv.org/anttip/media_tree.git
4336 S:      Maintained
4337 F:      drivers/media/usb/dvb-usb-v2/au6610*
4338
4339 DVB_USB_CE6230 MEDIA DRIVER
4340 M:      Antti Palosaari <[email protected]>
4341 L:      [email protected]
4342 W:      https://linuxtv.org
4343 W:      http://palosaari.fi/linux/
4344 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4345 T:      git git://linuxtv.org/anttip/media_tree.git
4346 S:      Maintained
4347 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4348
4349 DVB_USB_CXUSB MEDIA DRIVER
4350 M:      Michael Krufky <[email protected]>
4351 L:      [email protected]
4352 W:      https://linuxtv.org
4353 W:      http://github.com/mkrufky
4354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4355 T:      git git://linuxtv.org/media_tree.git
4356 S:      Maintained
4357 F:      drivers/media/usb/dvb-usb/cxusb*
4358
4359 DVB_USB_EC168 MEDIA DRIVER
4360 M:      Antti Palosaari <[email protected]>
4361 L:      [email protected]
4362 W:      https://linuxtv.org
4363 W:      http://palosaari.fi/linux/
4364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4365 T:      git git://linuxtv.org/anttip/media_tree.git
4366 S:      Maintained
4367 F:      drivers/media/usb/dvb-usb-v2/ec168*
4368
4369 DVB_USB_GL861 MEDIA DRIVER
4370 M:      Antti Palosaari <[email protected]>
4371 L:      [email protected]
4372 W:      https://linuxtv.org
4373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4374 T:      git git://linuxtv.org/anttip/media_tree.git
4375 S:      Maintained
4376 F:      drivers/media/usb/dvb-usb-v2/gl861*
4377
4378 DVB_USB_MXL111SF MEDIA DRIVER
4379 M:      Michael Krufky <[email protected]>
4380 L:      [email protected]
4381 W:      https://linuxtv.org
4382 W:      http://github.com/mkrufky
4383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4384 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4385 S:      Maintained
4386 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4387
4388 DVB_USB_RTL28XXU MEDIA DRIVER
4389 M:      Antti Palosaari <[email protected]>
4390 L:      [email protected]
4391 W:      https://linuxtv.org
4392 W:      http://palosaari.fi/linux/
4393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4394 T:      git git://linuxtv.org/anttip/media_tree.git
4395 S:      Maintained
4396 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4397
4398 DVB_USB_V2 MEDIA DRIVER
4399 M:      Antti Palosaari <[email protected]>
4400 L:      [email protected]
4401 W:      https://linuxtv.org
4402 W:      http://palosaari.fi/linux/
4403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4404 T:      git git://linuxtv.org/anttip/media_tree.git
4405 S:      Maintained
4406 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4407 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4408
4409 DYNAMIC DEBUG
4410 M:      Jason Baron <[email protected]>
4411 S:      Maintained
4412 F:      lib/dynamic_debug.c
4413 F:      include/linux/dynamic_debug.h
4414
4415 DZ DECSTATION DZ11 SERIAL DRIVER
4416 M:      "Maciej W. Rozycki" <[email protected]>
4417 S:      Maintained
4418 F:      drivers/tty/serial/dz.*
4419
4420 E3X0 POWER BUTTON DRIVER
4421 M:      Moritz Fischer <[email protected]>
4422 L:      [email protected]
4423 W:      http://www.ettus.com
4424 S:      Supported
4425 F:      drivers/input/misc/e3x0-button.c
4426 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4427
4428 E4000 MEDIA DRIVER
4429 M:      Antti Palosaari <[email protected]>
4430 L:      [email protected]
4431 W:      https://linuxtv.org
4432 W:      http://palosaari.fi/linux/
4433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4434 T:      git git://linuxtv.org/anttip/media_tree.git
4435 S:      Maintained
4436 F:      drivers/media/tuners/e4000*
4437
4438 EATA ISA/EISA/PCI SCSI DRIVER
4439 M:      Dario Ballabio <[email protected]>
4440 L:      [email protected]
4441 S:      Maintained
4442 F:      drivers/scsi/eata.c
4443
4444 EC100 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/dvb-frontends/ec100*
4453
4454 ECRYPT FILE SYSTEM
4455 M:      Tyler Hicks <[email protected]>
4456 L:      [email protected]
4457 W:      http://ecryptfs.org
4458 W:      https://launchpad.net/ecryptfs
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4460 S:      Supported
4461 F:      Documentation/filesystems/ecryptfs.txt
4462 F:      fs/ecryptfs/
4463
4464 EDAC-CORE
4465 M:      Borislav Petkov <[email protected]>
4466 M:      Mauro Carvalho Chehab <[email protected]>
4467 M:      Mauro Carvalho Chehab <[email protected]>
4468 L:      [email protected]
4469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4471 S:      Supported
4472 F:      Documentation/edac.txt
4473 F:      drivers/edac/
4474 F:      include/linux/edac.h
4475
4476 EDAC-AMD64
4477 M:      Borislav Petkov <[email protected]>
4478 L:      [email protected]
4479 S:      Maintained
4480 F:      drivers/edac/amd64_edac*
4481
4482 EDAC-CALXEDA
4483 M:      Robert Richter <[email protected]>
4484 L:      [email protected]
4485 S:      Maintained
4486 F:      drivers/edac/highbank*
4487
4488 EDAC-CAVIUM
4489 M:      Ralf Baechle <[email protected]>
4490 M:      David Daney <[email protected]>
4491 L:      [email protected]
4492 L:      [email protected]
4493 S:      Supported
4494 F:      drivers/edac/octeon_edac*
4495
4496 EDAC-E752X
4497 M:      Mark Gross <[email protected]>
4498 L:      [email protected]
4499 S:      Maintained
4500 F:      drivers/edac/e752x_edac.c
4501
4502 EDAC-E7XXX
4503 L:      [email protected]
4504 S:      Maintained
4505 F:      drivers/edac/e7xxx_edac.c
4506
4507 EDAC-FSL_DDR
4508 M:      York Sun <[email protected]>
4509 L:      [email protected]
4510 S:      Maintained
4511 F:      drivers/edac/fsl_ddr_edac.*
4512
4513 EDAC-GHES
4514 M:      Mauro Carvalho Chehab <[email protected]>
4515 M:      Mauro Carvalho Chehab <[email protected]>
4516 L:      [email protected]
4517 S:      Maintained
4518 F:      drivers/edac/ghes_edac.c
4519
4520 EDAC-I82443BXGX
4521 M:      Tim Small <[email protected]>
4522 L:      [email protected]
4523 S:      Maintained
4524 F:      drivers/edac/i82443bxgx_edac.c
4525
4526 EDAC-I3000
4527 L:      [email protected]
4528 S:      Orphan
4529 F:      drivers/edac/i3000_edac.c
4530
4531 EDAC-I5000
4532 L:      [email protected]
4533 S:      Maintained
4534 F:      drivers/edac/i5000_edac.c
4535
4536 EDAC-I5400
4537 M:      Mauro Carvalho Chehab <[email protected]>
4538 M:      Mauro Carvalho Chehab <[email protected]>
4539 L:      [email protected]
4540 S:      Maintained
4541 F:      drivers/edac/i5400_edac.c
4542
4543 EDAC-I7300
4544 M:      Mauro Carvalho Chehab <[email protected]>
4545 M:      Mauro Carvalho Chehab <[email protected]>
4546 L:      [email protected]
4547 S:      Maintained
4548 F:      drivers/edac/i7300_edac.c
4549
4550 EDAC-I7CORE
4551 M:      Mauro Carvalho Chehab <[email protected]>
4552 M:      Mauro Carvalho Chehab <[email protected]>
4553 L:      [email protected]
4554 S:      Maintained
4555 F:      drivers/edac/i7core_edac.c
4556
4557 EDAC-I82975X
4558 M:      Ranganathan Desikan <[email protected]>
4559 M:      "Arvind R." <[email protected]>
4560 L:      [email protected]
4561 S:      Maintained
4562 F:      drivers/edac/i82975x_edac.c
4563
4564 EDAC-IE31200
4565 M:      Jason Baron <[email protected]>
4566 L:      [email protected]
4567 S:      Maintained
4568 F:      drivers/edac/ie31200_edac.c
4569
4570 EDAC-MPC85XX
4571 M:      Johannes Thumshirn <[email protected]>
4572 L:      [email protected]
4573 S:      Maintained
4574 F:      drivers/edac/mpc85xx_edac.[ch]
4575
4576 EDAC-PASEMI
4577 M:      Egor Martovetsky <[email protected]>
4578 L:      [email protected]
4579 S:      Maintained
4580 F:      drivers/edac/pasemi_edac.c
4581
4582 EDAC-R82600
4583 M:      Tim Small <[email protected]>
4584 L:      [email protected]
4585 S:      Maintained
4586 F:      drivers/edac/r82600_edac.c
4587
4588 EDAC-SBRIDGE
4589 M:      Mauro Carvalho Chehab <[email protected]>
4590 M:      Mauro Carvalho Chehab <[email protected]>
4591 L:      [email protected]
4592 S:      Maintained
4593 F:      drivers/edac/sb_edac.c
4594
4595 EDAC-SKYLAKE
4596 M:      Tony Luck <[email protected]>
4597 L:      [email protected]
4598 S:      Maintained
4599 F:      drivers/edac/skx_edac.c
4600
4601 EDAC-XGENE
4602 APPLIED MICRO (APM) X-GENE SOC EDAC
4603 M:     Loc Ho <[email protected]>
4604 S:     Supported
4605 F:     drivers/edac/xgene_edac.c
4606 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4607
4608 EDIROL UA-101/UA-1000 DRIVER
4609 M:      Clemens Ladisch <[email protected]>
4610 L:      [email protected] (moderated for non-subscribers)
4611 T:      git git://git.alsa-project.org/alsa-kernel.git
4612 S:      Maintained
4613 F:      sound/usb/misc/ua101.c
4614
4615 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4616 M:      Matt Fleming <[email protected]>
4617 L:      [email protected]
4618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4619 S:      Maintained
4620 F:      Documentation/efi-stub.txt
4621 F:      arch/ia64/kernel/efi.c
4622 F:      arch/x86/boot/compressed/eboot.[ch]
4623 F:      arch/x86/include/asm/efi.h
4624 F:      arch/x86/platform/efi/
4625 F:      drivers/firmware/efi/
4626 F:      include/linux/efi*.h
4627
4628 EFI VARIABLE FILESYSTEM
4629 M:      Matthew Garrett <[email protected]>
4630 M:      Jeremy Kerr <[email protected]>
4631 M:      Matt Fleming <[email protected]>
4632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4633 L:      [email protected]
4634 S:      Maintained
4635 F:      fs/efivarfs/
4636
4637 EFIFB FRAMEBUFFER DRIVER
4638 L:      [email protected]
4639 M:      Peter Jones <[email protected]>
4640 S:      Maintained
4641 F:      drivers/video/fbdev/efifb.c
4642
4643 EFI TEST DRIVER
4644 L:      [email protected]
4645 M:      Ivan Hu <[email protected]>
4646 M:      Matt Fleming <[email protected]>
4647 S:      Maintained
4648 F:      drivers/firmware/efi/test/
4649
4650 EFS FILESYSTEM
4651 W:      http://aeschi.ch.eu.org/efs/
4652 S:      Orphan
4653 F:      fs/efs/
4654
4655 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4656 M:      Douglas Miller <[email protected]>
4657 L:      [email protected]
4658 S:      Maintained
4659 F:      drivers/net/ethernet/ibm/ehea/
4660
4661 EM28XX VIDEO4LINUX DRIVER
4662 M:      Mauro Carvalho Chehab <[email protected]>
4663 M:      Mauro Carvalho Chehab <[email protected]>
4664 L:      [email protected]
4665 W:      https://linuxtv.org
4666 T:      git git://linuxtv.org/media_tree.git
4667 S:      Maintained
4668 F:      drivers/media/usb/em28xx/
4669 F:      Documentation/media/v4l-drivers/em28xx*
4670
4671 EMBEDDED LINUX
4672 M:      Paul Gortmaker <[email protected]>
4673 M:      Matt Mackall <[email protected]>
4674 M:      David Woodhouse <[email protected]>
4675 L:      [email protected]
4676 S:      Maintained
4677
4678 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4679 M:      James Smart <[email protected]>
4680 M:      Dick Kennedy <[email protected]>
4681 L:      [email protected]
4682 W:      http://www.avagotech.com
4683 S:      Supported
4684 F:      drivers/scsi/lpfc/
4685
4686 ENE CB710 FLASH CARD READER DRIVER
4687 M:      Michał Mirosław <[email protected]>
4688 S:      Maintained
4689 F:      drivers/misc/cb710/
4690 F:      drivers/mmc/host/cb710-mmc.*
4691 F:      include/linux/cb710.h
4692
4693 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4694 M:      Maxim Levitsky <[email protected]>
4695 S:      Maintained
4696 F:      drivers/media/rc/ene_ir.*
4697
4698 EPSON S1D13XXX FRAMEBUFFER DRIVER
4699 M:      Kristoffer Ericson <[email protected]>
4700 S:      Maintained
4701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4702 F:      drivers/video/fbdev/s1d13xxxfb.c
4703 F:      include/video/s1d13xxxfb.h
4704
4705 ET131X NETWORK DRIVER
4706 M:      Mark Einon <[email protected]>
4707 S:      Odd Fixes
4708 F:      drivers/net/ethernet/agere/
4709
4710 ETHERNET BRIDGE
4711 M:      Stephen Hemminger <[email protected]>
4712 L:      [email protected] (moderated for non-subscribers)
4713 L:      [email protected]
4714 W:      http://www.linuxfoundation.org/en/Net:Bridge
4715 S:      Maintained
4716 F:      include/linux/netfilter_bridge/
4717 F:      net/bridge/
4718
4719 ETHERNET PHY LIBRARY
4720 M:      Florian Fainelli <[email protected]>
4721 L:      [email protected]
4722 S:      Maintained
4723 F:      include/linux/phy.h
4724 F:      include/linux/phy_fixed.h
4725 F:      drivers/net/phy/
4726 F:      Documentation/networking/phy.txt
4727 F:      drivers/of/of_mdio.c
4728 F:      drivers/of/of_net.c
4729
4730 EXT2 FILE SYSTEM
4731 M:      Jan Kara <[email protected]>
4732 L:      [email protected]
4733 S:      Maintained
4734 F:      Documentation/filesystems/ext2.txt
4735 F:      fs/ext2/
4736 F:      include/linux/ext2*
4737
4738 EXT4 FILE SYSTEM
4739 M:      "Theodore Ts'o" <[email protected]>
4740 M:      Andreas Dilger <[email protected]>
4741 L:      [email protected]
4742 W:      http://ext4.wiki.kernel.org
4743 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4745 S:      Maintained
4746 F:      Documentation/filesystems/ext4.txt
4747 F:      fs/ext4/
4748
4749 Extended Verification Module (EVM)
4750 M:      Mimi Zohar <[email protected]>
4751 L:      [email protected]
4752 L:      [email protected]
4753 S:      Supported
4754 F:      security/integrity/evm/
4755
4756 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4757 M:      MyungJoo Ham <[email protected]>
4758 M:      Chanwoo Choi <[email protected]>
4759 L:      [email protected]
4760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4761 S:      Maintained
4762 F:      drivers/extcon/
4763 F:      include/linux/extcon/
4764 F:      include/linux/extcon.h
4765 F:      Documentation/extcon/
4766 F:      Documentation/devicetree/bindings/extcon/
4767
4768 EXYNOS DP DRIVER
4769 M:      Jingoo Han <[email protected]>
4770 L:      [email protected]
4771 S:      Maintained
4772 F:      drivers/gpu/drm/exynos/exynos_dp*
4773
4774 EXYNOS SYSMMU (IOMMU) driver
4775 M:      Marek Szyprowski <[email protected]>
4776 L:      [email protected]
4777 S:      Maintained
4778 F:      drivers/iommu/exynos-iommu.c
4779
4780 EZchip NPS platform support
4781 M:      Noam Camus <[email protected]>
4782 S:      Supported
4783 F:      arch/arc/plat-eznps
4784 F:      arch/arc/boot/dts/eznps.dts
4785
4786 F71805F HARDWARE MONITORING DRIVER
4787 M:      Jean Delvare <[email protected]>
4788 L:      [email protected]
4789 S:      Maintained
4790 F:      Documentation/hwmon/f71805f
4791 F:      drivers/hwmon/f71805f.c
4792
4793 FC0011 TUNER DRIVER
4794 M:      Michael Buesch <[email protected]>
4795 L:      [email protected]
4796 S:      Maintained
4797 F:      drivers/media/tuners/fc0011.h
4798 F:      drivers/media/tuners/fc0011.c
4799
4800 FC2580 MEDIA DRIVER
4801 M:      Antti Palosaari <[email protected]>
4802 L:      [email protected]
4803 W:      https://linuxtv.org
4804 W:      http://palosaari.fi/linux/
4805 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4806 T:      git git://linuxtv.org/anttip/media_tree.git
4807 S:      Maintained
4808 F:      drivers/media/tuners/fc2580*
4809
4810 FANOTIFY
4811 M:      Eric Paris <[email protected]>
4812 S:      Maintained
4813 F:      fs/notify/fanotify/
4814 F:      include/linux/fanotify.h
4815 F:      include/uapi/linux/fanotify.h
4816
4817 FARSYNC SYNCHRONOUS DRIVER
4818 M:      Kevin Curtis <[email protected]>
4819 W:      http://www.farsite.co.uk/
4820 S:      Supported
4821 F:      drivers/net/wan/farsync.*
4822
4823 FAULT INJECTION SUPPORT
4824 M:      Akinobu Mita <[email protected]>
4825 S:      Supported
4826 F:      Documentation/fault-injection/
4827 F:      lib/fault-inject.c
4828
4829 FBTFT Framebuffer drivers
4830 M:      Thomas Petazzoni <[email protected]>
4831 M:      Noralf Trønnes <[email protected]>
4832 S:      Maintained
4833 F:      drivers/staging/fbtft/
4834
4835 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4836 M:      Johannes Thumshirn <[email protected]>
4837 L:      [email protected]
4838 W:      www.Open-FCoE.org
4839 S:      Supported
4840 F:      drivers/scsi/libfc/
4841 F:      drivers/scsi/fcoe/
4842 F:      include/scsi/fc/
4843 F:      include/scsi/libfc.h
4844 F:      include/scsi/libfcoe.h
4845 F:      include/uapi/scsi/fc/
4846
4847 FILE LOCKING (flock() and fcntl()/lockf())
4848 M:      Jeff Layton <[email protected]>
4849 M:      "J. Bruce Fields" <[email protected]>
4850 L:      [email protected]
4851 S:      Maintained
4852 F:      include/linux/fcntl.h
4853 F:      include/linux/fs.h
4854 F:      include/uapi/linux/fcntl.h
4855 F:      include/uapi/linux/fs.h
4856 F:      fs/fcntl.c
4857 F:      fs/locks.c
4858
4859 FILESYSTEMS (VFS and infrastructure)
4860 M:      Alexander Viro <[email protected]>
4861 L:      [email protected]
4862 S:      Maintained
4863 F:      fs/*
4864
4865 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4866 M:      Riku Voipio <[email protected]>
4867 L:      [email protected]
4868 S:      Maintained
4869 F:      drivers/hwmon/f75375s.c
4870 F:      include/linux/f75375s.h
4871
4872 FIREWIRE AUDIO DRIVERS
4873 M:      Clemens Ladisch <[email protected]>
4874 L:      [email protected] (moderated for non-subscribers)
4875 T:      git git://git.alsa-project.org/alsa-kernel.git
4876 S:      Maintained
4877 F:      sound/firewire/
4878
4879 FIREWIRE MEDIA DRIVERS (firedtv)
4880 M:      Stefan Richter <[email protected]>
4881 L:      [email protected]
4882 L:      [email protected]
4883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4884 S:      Maintained
4885 F:      drivers/media/firewire/
4886
4887 FIREWIRE SBP-2 TARGET
4888 M:      Chris Boot <[email protected]>
4889 L:      [email protected]
4890 L:      [email protected]
4891 L:      [email protected]
4892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4893 S:      Maintained
4894 F:      drivers/target/sbp/
4895
4896 FIREWIRE SUBSYSTEM
4897 M:      Stefan Richter <[email protected]>
4898 L:      [email protected]
4899 W:      http://ieee1394.wiki.kernel.org/
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4901 S:      Maintained
4902 F:      drivers/firewire/
4903 F:      include/linux/firewire.h
4904 F:      include/uapi/linux/firewire*.h
4905 F:      tools/firewire/
4906
4907 FIRMWARE LOADER (request_firmware)
4908 M:      Ming Lei <[email protected]>
4909 M:      Luis R. Rodriguez <[email protected]>
4910 L:      [email protected]
4911 S:      Maintained
4912 F:      Documentation/firmware_class/
4913 F:      drivers/base/firmware*.c
4914 F:      include/linux/firmware.h
4915
4916 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4917 M:      Joshua Morris <[email protected]>
4918 M:      Philip Kelleher <[email protected]>
4919 S:      Maintained
4920 F:      drivers/block/rsxx/
4921
4922 FLOPPY DRIVER
4923 M:      Jiri Kosina <[email protected]>
4924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4925 S:      Odd fixes
4926 F:      drivers/block/floppy.c
4927
4928 FMC SUBSYSTEM
4929 M:      Alessandro Rubini <[email protected]>
4930 W:      http://www.ohwr.org/projects/fmc-bus
4931 S:      Supported
4932 F:      drivers/fmc/
4933 F:      include/linux/fmc*.h
4934 F:      include/linux/ipmi-fru.h
4935 K:      fmc_d.*register
4936
4937 FPGA MANAGER FRAMEWORK
4938 M:      Alan Tull <[email protected]>
4939 R:      Moritz Fischer <[email protected]>
4940 S:      Maintained
4941 F:      drivers/fpga/
4942 F:      include/linux/fpga/fpga-mgr.h
4943 W:      http://www.rocketboards.org
4944
4945 FPU EMULATOR
4946 M:      Bill Metzenthen <[email protected]>
4947 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4948 S:      Maintained
4949 F:      arch/x86/math-emu/
4950
4951 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4952 L:      [email protected]
4953 S:      Orphan
4954 F:      drivers/net/wan/dlci.c
4955 F:      drivers/net/wan/sdla.c
4956
4957 FRAMEBUFFER LAYER
4958 M:      Tomi Valkeinen <[email protected]>
4959 L:      [email protected]
4960 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4961 S:      Maintained
4962 F:      Documentation/fb/
4963 F:      drivers/video/
4964 F:      include/video/
4965 F:      include/linux/fb.h
4966 F:      include/uapi/video/
4967 F:      include/uapi/linux/fb.h
4968
4969 FREESCALE DIU FRAMEBUFFER DRIVER
4970 M:      Timur Tabi <[email protected]>
4971 L:      [email protected]
4972 S:      Maintained
4973 F:      drivers/video/fbdev/fsl-diu-fb.*
4974
4975 FREESCALE DMA DRIVER
4976 M:      Li Yang <[email protected]>
4977 M:      Zhang Wei <[email protected]>
4978 L:      [email protected]
4979 S:      Maintained
4980 F:      drivers/dma/fsldma.*
4981
4982 FREESCALE GPMI NAND DRIVER
4983 M:      Han Xu <[email protected]>
4984 L:      [email protected]
4985 S:      Maintained
4986 F:      drivers/mtd/nand/gpmi-nand/*
4987
4988 FREESCALE I2C CPM DRIVER
4989 M:      Jochen Friedrich <[email protected]>
4990 L:      [email protected]
4991 L:      [email protected]
4992 S:      Maintained
4993 F:      drivers/i2c/busses/i2c-cpm.c
4994
4995 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4996 M:      Sascha Hauer <[email protected]>
4997 L:      [email protected]
4998 L:      [email protected] (moderated for non-subscribers)
4999 S:      Maintained
5000 F:      include/linux/platform_data/video-imxfb.h
5001 F:      drivers/video/fbdev/imxfb.c
5002
5003 FREESCALE QUAD SPI DRIVER
5004 M:      Han Xu <[email protected]>
5005 L:      [email protected]
5006 S:      Maintained
5007 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5008
5009 FREESCALE SOC FS_ENET DRIVER
5010 M:      Pantelis Antoniou <[email protected]>
5011 M:      Vitaly Bordug <[email protected]>
5012 L:      [email protected]
5013 L:      [email protected]
5014 S:      Maintained
5015 F:      drivers/net/ethernet/freescale/fs_enet/
5016 F:      include/linux/fs_enet_pd.h
5017
5018 FREESCALE IMX / MXC FEC DRIVER
5019 M:      Fugang Duan <[email protected]>
5020 L:      [email protected]
5021 S:      Maintained
5022 F:      drivers/net/ethernet/freescale/fec_main.c
5023 F:      drivers/net/ethernet/freescale/fec_ptp.c
5024 F:      drivers/net/ethernet/freescale/fec.h
5025 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5026
5027 FREESCALE QORIQ DPAA FMAN DRIVER
5028 M:      Madalin Bucur <[email protected]>
5029 L:      [email protected]
5030 S:      Maintained
5031 F:      drivers/net/ethernet/freescale/fman
5032 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5033
5034 FREESCALE QUICC ENGINE LIBRARY
5035 L:      [email protected]
5036 S:      Orphan
5037 F:      drivers/soc/fsl/qe/
5038 F:      include/soc/fsl/*qe*.h
5039 F:      include/soc/fsl/*ucc*.h
5040
5041 FREESCALE USB PERIPHERAL DRIVERS
5042 M:      Li Yang <[email protected]>
5043 L:      [email protected]
5044 L:      [email protected]
5045 S:      Maintained
5046 F:      drivers/usb/gadget/udc/fsl*
5047
5048 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5049 M:      Li Yang <[email protected]>
5050 L:      [email protected]
5051 L:      [email protected]
5052 S:      Maintained
5053 F:      drivers/net/ethernet/freescale/ucc_geth*
5054
5055 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5056 M:      Claudiu Manoil <[email protected]>
5057 L:      [email protected]
5058 S:      Maintained
5059 F:      drivers/net/ethernet/freescale/gianfar*
5060 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5061 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5062
5063 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5064 M:      Zhao Qiang <[email protected]>
5065 L:      [email protected]
5066 L:      [email protected]
5067 S:      Maintained
5068 F:      drivers/net/wan/fsl_ucc_hdlc*
5069
5070 FREESCALE QUICC ENGINE UCC UART DRIVER
5071 M:      Timur Tabi <[email protected]>
5072 L:      [email protected]
5073 S:      Maintained
5074 F:      drivers/tty/serial/ucc_uart.c
5075
5076 FREESCALE SOC SOUND DRIVERS
5077 M:      Timur Tabi <[email protected]>
5078 M:      Nicolin Chen <[email protected]>
5079 M:      Xiubo Li <[email protected]>
5080 R:      Fabio Estevam <[email protected]>
5081 L:      [email protected] (moderated for non-subscribers)
5082 L:      [email protected]
5083 S:      Maintained
5084 F:      sound/soc/fsl/fsl*
5085 F:      sound/soc/fsl/imx*
5086 F:      sound/soc/fsl/mpc8610_hpcd.c
5087
5088 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5089 M:      "J. German Rivera" <[email protected]>
5090 M:      Stuart Yoder <[email protected]>
5091 L:      [email protected]
5092 S:      Maintained
5093 F:      drivers/staging/fsl-mc/
5094
5095 FREEVXFS FILESYSTEM
5096 M:      Christoph Hellwig <[email protected]>
5097 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5098 S:      Maintained
5099 F:      fs/freevxfs/
5100
5101 FREEZER
5102 M:      "Rafael J. Wysocki" <[email protected]>
5103 M:      Pavel Machek <[email protected]>
5104 L:      [email protected]
5105 S:      Supported
5106 F:      Documentation/power/freezing-of-tasks.txt
5107 F:      include/linux/freezer.h
5108 F:      kernel/freezer.c
5109
5110 FRONTSWAP API
5111 M:      Konrad Rzeszutek Wilk <[email protected]>
5112 L:      [email protected]
5113 S:      Maintained
5114 F:      mm/frontswap.c
5115 F:      include/linux/frontswap.h
5116
5117 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5118 M:      David Howells <[email protected]>
5119 L:      [email protected] (moderated for non-subscribers)
5120 S:      Supported
5121 F:      Documentation/filesystems/caching/
5122 F:      fs/fscache/
5123 F:      include/linux/fscache*.h
5124
5125 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5126 M:      Theodore Y. Ts'o <[email protected]>
5127 M:      Jaegeuk Kim <[email protected]>
5128 S:      Supported
5129 F:      fs/crypto/
5130 F:      include/linux/fscrypto.h
5131
5132 F2FS FILE SYSTEM
5133 M:      Jaegeuk Kim <[email protected]>
5134 M:      Chao Yu <[email protected]>
5135 L:      [email protected]
5136 W:      https://f2fs.wiki.kernel.org/
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5138 S:      Maintained
5139 F:      Documentation/filesystems/f2fs.txt
5140 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5141 F:      fs/f2fs/
5142 F:      include/linux/f2fs_fs.h
5143 F:      include/trace/events/f2fs.h
5144
5145 FUJITSU FR-V (FRV) PORT
5146 S:      Orphan
5147 F:      arch/frv/
5148
5149 FUJITSU LAPTOP EXTRAS
5150 M:      Jonathan Woithe <[email protected]>
5151 L:      [email protected]
5152 S:      Maintained
5153 F:      drivers/platform/x86/fujitsu-laptop.c
5154
5155 FUJITSU M-5MO LS CAMERA ISP DRIVER
5156 M:      Kyungmin Park <[email protected]>
5157 M:      Heungjun Kim <[email protected]>
5158 L:      [email protected]
5159 S:      Maintained
5160 F:      drivers/media/i2c/m5mols/
5161 F:      include/media/i2c/m5mols.h
5162
5163 FUJITSU TABLET EXTRAS
5164 M:      Robert Gerlach <[email protected]>
5165 L:      [email protected]
5166 S:      Maintained
5167 F:      drivers/platform/x86/fujitsu-tablet.c
5168
5169 FUSE: FILESYSTEM IN USERSPACE
5170 M:      Miklos Szeredi <[email protected]>
5171 L:      [email protected]
5172 W:      http://fuse.sourceforge.net/
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5174 S:      Maintained
5175 F:      fs/fuse/
5176 F:      include/uapi/linux/fuse.h
5177 F:      Documentation/filesystems/fuse.txt
5178
5179 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5180 M:      Rik Faith <[email protected]>
5181 L:      [email protected]
5182 S:      Odd Fixes (e.g., new signatures)
5183 F:      drivers/scsi/fdomain.*
5184
5185 GCC PLUGINS
5186 M:      Kees Cook <[email protected]>
5187 R:      Emese Revfy <[email protected]>
5188 L:      [email protected]
5189 S:      Maintained
5190 F:      scripts/gcc-plugins/
5191 F:      scripts/gcc-plugin.sh
5192 F:      Documentation/gcc-plugins.txt
5193
5194 GCOV BASED KERNEL PROFILING
5195 M:      Peter Oberparleiter <[email protected]>
5196 S:      Maintained
5197 F:      kernel/gcov/
5198 F:      Documentation/dev-tools/gcov.rst
5199
5200 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5201 M:      Achim Leubner <[email protected]>
5202 L:      [email protected]
5203 W:      http://www.icp-vortex.com/
5204 S:      Supported
5205 F:      drivers/scsi/gdt*
5206
5207 GDB KERNEL DEBUGGING HELPER SCRIPTS
5208 M:      Jan Kiszka <[email protected]>
5209 M:      Kieran Bingham <[email protected]>
5210 S:      Supported
5211 F:      scripts/gdb/
5212
5213 GEMTEK FM RADIO RECEIVER DRIVER
5214 M:      Hans Verkuil <[email protected]>
5215 L:      [email protected]
5216 T:      git git://linuxtv.org/media_tree.git
5217 W:      https://linuxtv.org
5218 S:      Maintained
5219 F:      drivers/media/radio/radio-gemtek*
5220
5221 GENERIC GPIO I2C DRIVER
5222 M:      Haavard Skinnemoen <[email protected]>
5223 S:      Supported
5224 F:      drivers/i2c/busses/i2c-gpio.c
5225 F:      include/linux/i2c-gpio.h
5226
5227 GENERIC GPIO I2C MULTIPLEXER DRIVER
5228 M:      Peter Korsgaard <[email protected]>
5229 L:      [email protected]
5230 S:      Supported
5231 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5232 F:      include/linux/i2c-mux-gpio.h
5233 F:      Documentation/i2c/muxes/i2c-mux-gpio
5234
5235 GENERIC HDLC (WAN) DRIVERS
5236 M:      Krzysztof Halasa <[email protected]>
5237 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5238 S:      Maintained
5239 F:      drivers/net/wan/c101.c
5240 F:      drivers/net/wan/hd6457*
5241 F:      drivers/net/wan/hdlc*
5242 F:      drivers/net/wan/n2.c
5243 F:      drivers/net/wan/pc300too.c
5244 F:      drivers/net/wan/pci200syn.c
5245 F:      drivers/net/wan/wanxl*
5246
5247 GENERIC INCLUDE/ASM HEADER FILES
5248 M:      Arnd Bergmann <[email protected]>
5249 L:      [email protected]
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5251 S:      Maintained
5252 F:      include/asm-generic/
5253 F:      include/uapi/asm-generic/
5254
5255 GENERIC PHY FRAMEWORK
5256 M:      Kishon Vijay Abraham I <[email protected]>
5257 L:      [email protected]
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5259 S:      Supported
5260 F:      drivers/phy/
5261 F:      include/linux/phy/
5262
5263 GENERIC PM DOMAINS
5264 M:      "Rafael J. Wysocki" <[email protected]>
5265 M:      Kevin Hilman <[email protected]>
5266 M:      Ulf Hansson <[email protected]>
5267 L:      [email protected]
5268 S:      Supported
5269 F:      drivers/base/power/domain*.c
5270 F:      include/linux/pm_domain.h
5271
5272 GENERIC UIO DRIVER FOR PCI DEVICES
5273 M:      "Michael S. Tsirkin" <[email protected]>
5274 L:      [email protected]
5275 S:      Supported
5276 F:      drivers/uio/uio_pci_generic.c
5277
5278 GET_MAINTAINER SCRIPT
5279 M:      Joe Perches <[email protected]>
5280 S:      Maintained
5281 F:      scripts/get_maintainer.pl
5282
5283 GFS2 FILE SYSTEM
5284 M:      Steven Whitehouse <[email protected]>
5285 M:      Bob Peterson <[email protected]>
5286 L:      [email protected]
5287 W:      http://sources.redhat.com/cluster/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5289 S:      Supported
5290 F:      Documentation/filesystems/gfs2*.txt
5291 F:      fs/gfs2/
5292 F:      include/uapi/linux/gfs2_ondisk.h
5293
5294 GIGASET ISDN DRIVERS
5295 M:      Paul Bolle <[email protected]>
5296 L:      [email protected]
5297 W:      http://gigaset307x.sourceforge.net/
5298 S:      Odd Fixes
5299 F:      Documentation/isdn/README.gigaset
5300 F:      drivers/isdn/gigaset/
5301 F:      include/uapi/linux/gigaset_dev.h
5302
5303 GO7007 MPEG CODEC
5304 M:      Hans Verkuil <[email protected]>
5305 L:      [email protected]
5306 S:      Maintained
5307 F:      drivers/media/usb/go7007/
5308
5309 GOODIX TOUCHSCREEN
5310 M:      Bastien Nocera <[email protected]>
5311 L:      [email protected]
5312 S:      Maintained
5313 F:      drivers/input/touchscreen/goodix.c
5314
5315 GPIO MOCKUP DRIVER
5316 M:      Bamvor Jian Zhang <[email protected]>
5317 L:      [email protected]
5318 S:      Maintained
5319 F:      drivers/gpio/gpio-mockup.c
5320 F:      tools/testing/selftests/gpio/
5321
5322 GPIO SUBSYSTEM
5323 M:      Linus Walleij <[email protected]>
5324 M:      Alexandre Courbot <[email protected]>
5325 L:      [email protected]
5326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5327 S:      Maintained
5328 F:      Documentation/devicetree/bindings/gpio/
5329 F:      Documentation/gpio/
5330 F:      Documentation/ABI/testing/gpio-cdev
5331 F:      Documentation/ABI/obsolete/sysfs-gpio
5332 F:      drivers/gpio/
5333 F:      include/linux/gpio/
5334 F:      include/linux/gpio.h
5335 F:      include/asm-generic/gpio.h
5336 F:      include/uapi/linux/gpio.h
5337 F:      tools/gpio/
5338
5339 GRE DEMULTIPLEXER DRIVER
5340 M:      Dmitry Kozlov <[email protected]>
5341 L:      [email protected]
5342 S:      Maintained
5343 F:      net/ipv4/gre_demux.c
5344 F:      net/ipv4/gre_offload.c
5345 F:      include/net/gre.h
5346
5347 GRETH 10/100/1G Ethernet MAC device driver
5348 M:      Andreas Larsson <[email protected]>
5349 L:      [email protected]
5350 S:      Maintained
5351 F:      drivers/net/ethernet/aeroflex/
5352
5353 GREYBUS SUBSYSTEM
5354 M:      Johan Hovold <[email protected]>
5355 M:      Alex Elder <[email protected]>
5356 M:      Greg Kroah-Hartman <[email protected]>
5357 S:      Maintained
5358 F:      drivers/staging/greybus/
5359
5360 GREYBUS AUDIO PROTOCOLS DRIVERS
5361 M:      Vaibhav Agarwal <[email protected]>
5362 M:      Mark Greer <[email protected]>
5363 S:      Maintained
5364 F:      drivers/staging/greybus/audio_apbridgea.c
5365 F:      drivers/staging/greybus/audio_apbridgea.h
5366 F:      drivers/staging/greybus/audio_codec.c
5367 F:      drivers/staging/greybus/audio_codec.h
5368 F:      drivers/staging/greybus/audio_gb.c
5369 F:      drivers/staging/greybus/audio_manager.c
5370 F:      drivers/staging/greybus/audio_manager.h
5371 F:      drivers/staging/greybus/audio_manager_module.c
5372 F:      drivers/staging/greybus/audio_manager_private.h
5373 F:      drivers/staging/greybus/audio_manager_sysfs.c
5374 F:      drivers/staging/greybus/audio_module.c
5375 F:      drivers/staging/greybus/audio_topology.c
5376
5377 GREYBUS PROTOCOLS DRIVERS
5378 M:      Rui Miguel Silva <[email protected]>
5379 S:      Maintained
5380 F:      drivers/staging/greybus/sdio.c
5381 F:      drivers/staging/greybus/light.c
5382 F:      drivers/staging/greybus/gpio.c
5383 F:      drivers/staging/greybus/power_supply.c
5384 F:      drivers/staging/greybus/spi.c
5385 F:      drivers/staging/greybus/spilib.c
5386
5387 GREYBUS PROTOCOLS DRIVERS
5388 M:      Bryan O'Donoghue <[email protected]>
5389 S:      Maintained
5390 F:      drivers/staging/greybus/loopback.c
5391 F:      drivers/staging/greybus/timesync.c
5392 F:      drivers/staging/greybus/timesync_platform.c
5393
5394 GREYBUS PROTOCOLS DRIVERS
5395 M:      Viresh Kumar <[email protected]>
5396 S:      Maintained
5397 F:      drivers/staging/greybus/authentication.c
5398 F:      drivers/staging/greybus/bootrom.c
5399 F:      drivers/staging/greybus/firmware.h
5400 F:      drivers/staging/greybus/fw-core.c
5401 F:      drivers/staging/greybus/fw-download.c
5402 F:      drivers/staging/greybus/fw-managament.c
5403 F:      drivers/staging/greybus/greybus_authentication.h
5404 F:      drivers/staging/greybus/greybus_firmware.h
5405 F:      drivers/staging/greybus/hid.c
5406 F:      drivers/staging/greybus/i2c.c
5407 F:      drivers/staging/greybus/spi.c
5408 F:      drivers/staging/greybus/spilib.c
5409 F:      drivers/staging/greybus/spilib.h
5410
5411 GREYBUS PROTOCOLS DRIVERS
5412 M:      David Lin <[email protected]>
5413 S:      Maintained
5414 F:      drivers/staging/greybus/uart.c
5415 F:      drivers/staging/greybus/log.c
5416
5417 GREYBUS PLATFORM DRIVERS
5418 M:      Vaibhav Hiremath <[email protected]>
5419 S:      Maintained
5420 F:      drivers/staging/greybus/arche-platform.c
5421 F:      drivers/staging/greybus/arche-apb-ctrl.c
5422 F:      drivers/staging/greybus/arche_platform.h
5423
5424 GS1662 VIDEO SERIALIZER
5425 M:      Charles-Antoine Couret <[email protected]>
5426 L:      [email protected]
5427 T:      git git://linuxtv.org/media_tree.git
5428 S:      Maintained
5429 F:      drivers/media/spi/gs1662.c
5430
5431 GSPCA FINEPIX SUBDRIVER
5432 M:      Frank Zago <[email protected]>
5433 L:      [email protected]
5434 T:      git git://linuxtv.org/media_tree.git
5435 S:      Maintained
5436 F:      drivers/media/usb/gspca/finepix.c
5437
5438 GSPCA GL860 SUBDRIVER
5439 M:      Olivier Lorin <[email protected]>
5440 L:      [email protected]
5441 T:      git git://linuxtv.org/media_tree.git
5442 S:      Maintained
5443 F:      drivers/media/usb/gspca/gl860/
5444
5445 GSPCA M5602 SUBDRIVER
5446 M:      Erik Andren <[email protected]>
5447 L:      [email protected]
5448 T:      git git://linuxtv.org/media_tree.git
5449 S:      Maintained
5450 F:      drivers/media/usb/gspca/m5602/
5451
5452 GSPCA PAC207 SONIXB SUBDRIVER
5453 M:      Hans Verkuil <[email protected]>
5454 L:      [email protected]
5455 T:      git git://linuxtv.org/media_tree.git
5456 S:      Odd Fixes
5457 F:      drivers/media/usb/gspca/pac207.c
5458
5459 GSPCA SN9C20X SUBDRIVER
5460 M:      Brian Johnson <[email protected]>
5461 L:      [email protected]
5462 T:      git git://linuxtv.org/media_tree.git
5463 S:      Maintained
5464 F:      drivers/media/usb/gspca/sn9c20x.c
5465
5466 GSPCA T613 SUBDRIVER
5467 M:      Leandro Costantino <[email protected]>
5468 L:      [email protected]
5469 T:      git git://linuxtv.org/media_tree.git
5470 S:      Maintained
5471 F:      drivers/media/usb/gspca/t613.c
5472
5473 GSPCA USB WEBCAM DRIVER
5474 M:      Hans Verkuil <[email protected]>
5475 L:      [email protected]
5476 T:      git git://linuxtv.org/media_tree.git
5477 S:      Odd Fixes
5478 F:      drivers/media/usb/gspca/
5479
5480 GUID PARTITION TABLE (GPT)
5481 M:      Davidlohr Bueso <[email protected]>
5482 L:      [email protected]
5483 S:      Maintained
5484 F:      block/partitions/efi.*
5485
5486 STK1160 USB VIDEO CAPTURE DRIVER
5487 M:      Ezequiel Garcia <[email protected]>
5488 L:      [email protected]
5489 T:      git git://linuxtv.org/media_tree.git
5490 S:      Maintained
5491 F:      drivers/media/usb/stk1160/
5492
5493 H8/300 ARCHITECTURE
5494 M:      Yoshinori Sato <[email protected]>
5495 L:      [email protected] (moderated for non-subscribers)
5496 W:      http://uclinux-h8.sourceforge.jp
5497 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5498 S:      Maintained
5499 F:      arch/h8300/
5500 F:      drivers/clocksource/h8300_*.c
5501 F:      drivers/clk/h8300/
5502 F:      drivers/irqchip/irq-renesas-h8*.c
5503
5504 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5505 M:      Frank Seidel <[email protected]>
5506 L:      [email protected]
5507 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5508 S:      Maintained
5509 F:      drivers/platform/x86/hdaps.c
5510
5511 HDPVR USB VIDEO ENCODER DRIVER
5512 M:      Hans Verkuil <[email protected]>
5513 L:      [email protected]
5514 T:      git git://linuxtv.org/media_tree.git
5515 W:      https://linuxtv.org
5516 S:      Odd Fixes
5517 F:      drivers/media/usb/hdpvr/
5518
5519 HWPOISON MEMORY FAILURE HANDLING
5520 M:      Naoya Horiguchi <[email protected]>
5521 L:      [email protected]
5522 S:      Maintained
5523 F:      mm/memory-failure.c
5524 F:      mm/hwpoison-inject.c
5525
5526 HYPERVISOR VIRTUAL CONSOLE DRIVER
5527 L:      [email protected]
5528 S:      Odd Fixes
5529 F:      drivers/tty/hvc/
5530
5531 HACKRF MEDIA DRIVER
5532 M:      Antti Palosaari <[email protected]>
5533 L:      [email protected]
5534 W:      https://linuxtv.org
5535 W:      http://palosaari.fi/linux/
5536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5537 T:      git git://linuxtv.org/anttip/media_tree.git
5538 S:      Maintained
5539 F:      drivers/media/usb/hackrf/
5540
5541 HARDWARE MONITORING
5542 M:      Jean Delvare <[email protected]>
5543 M:      Guenter Roeck <[email protected]>
5544 L:      [email protected]
5545 W:      http://hwmon.wiki.kernel.org/
5546 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5548 S:      Maintained
5549 F:      Documentation/hwmon/
5550 F:      drivers/hwmon/
5551 F:      include/linux/hwmon*.h
5552
5553 HARDWARE RANDOM NUMBER GENERATOR CORE
5554 M:      Matt Mackall <[email protected]>
5555 M:      Herbert Xu <[email protected]>
5556 L:      [email protected]
5557 S:      Odd fixes
5558 F:      Documentation/devicetree/bindings/rng/
5559 F:      Documentation/hw_random.txt
5560 F:      drivers/char/hw_random/
5561 F:      include/linux/hw_random.h
5562
5563 HARDWARE SPINLOCK CORE
5564 M:      Ohad Ben-Cohen <[email protected]>
5565 M:      Bjorn Andersson <[email protected]>
5566 L:      [email protected]
5567 S:      Maintained
5568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5569 F:      Documentation/devicetree/bindings/hwlock/
5570 F:      Documentation/hwspinlock.txt
5571 F:      drivers/hwspinlock/
5572 F:      include/linux/hwspinlock.h
5573
5574 HARMONY SOUND DRIVER
5575 L:      [email protected]
5576 S:      Maintained
5577 F:      sound/parisc/harmony.*
5578
5579 HD29L2 MEDIA DRIVER
5580 M:      Antti Palosaari <[email protected]>
5581 L:      [email protected]
5582 W:      https://linuxtv.org
5583 W:      http://palosaari.fi/linux/
5584 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5585 T:      git git://linuxtv.org/anttip/media_tree.git
5586 S:      Maintained
5587 F:      drivers/media/dvb-frontends/hd29l2*
5588
5589 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5590 M:      Brian Boylston <[email protected]>
5591 S:      Supported
5592 F:      Documentation/watchdog/hpwdt.txt
5593 F:      drivers/watchdog/hpwdt.c
5594
5595 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5596 M:      Don Brace <[email protected]>
5597 L:      [email protected]
5598 L:      [email protected]
5599 L:      [email protected]
5600 S:      Supported
5601 F:      Documentation/scsi/hpsa.txt
5602 F:      drivers/scsi/hpsa*.[ch]
5603 F:      include/linux/cciss*.h
5604 F:      include/uapi/linux/cciss*.h
5605
5606 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5607 M:      Don Brace <[email protected]>
5608 L:      [email protected]
5609 L:      [email protected]
5610 L:      [email protected]
5611 S:      Supported
5612 F:      Documentation/blockdev/cciss.txt
5613 F:      drivers/block/cciss*
5614 F:      include/linux/cciss_ioctl.h
5615 F:      include/uapi/linux/cciss_ioctl.h
5616
5617 HFI1 DRIVER
5618 M:      Mike Marciniszyn <[email protected]>
5619 M:      Dennis Dalessandro <[email protected]>
5620 L:      [email protected]
5621 S:      Supported
5622 F:      drivers/infiniband/hw/hfi1
5623
5624 HFS FILESYSTEM
5625 L:      [email protected]
5626 S:      Orphan
5627 F:      Documentation/filesystems/hfs.txt
5628 F:      fs/hfs/
5629
5630 HFSPLUS FILESYSTEM
5631 L:      [email protected]
5632 S:      Orphan
5633 F:      Documentation/filesystems/hfsplus.txt
5634 F:      fs/hfsplus/
5635
5636 HGA FRAMEBUFFER DRIVER
5637 M:      Ferenc Bakonyi <[email protected]>
5638 L:      [email protected]
5639 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5640 S:      Maintained
5641 F:      drivers/video/fbdev/hgafb.c
5642
5643 HIBERNATION (aka Software Suspend, aka swsusp)
5644 M:      "Rafael J. Wysocki" <[email protected]>
5645 M:      Pavel Machek <[email protected]>
5646 L:      [email protected]
5647 S:      Supported
5648 F:      arch/x86/power/
5649 F:      drivers/base/power/
5650 F:      kernel/power/
5651 F:      include/linux/suspend.h
5652 F:      include/linux/freezer.h
5653 F:      include/linux/pm.h
5654 F:      arch/*/include/asm/suspend*.h
5655
5656 HID CORE LAYER
5657 M:      Jiri Kosina <[email protected]>
5658 R:      Benjamin Tissoires <[email protected]>
5659 L:      [email protected]
5660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5661 S:      Maintained
5662 F:      drivers/hid/
5663 F:      include/linux/hid*
5664 F:      include/uapi/linux/hid*
5665
5666 HID SENSOR HUB DRIVERS
5667 M:      Jiri Kosina <[email protected]>
5668 M:      Jonathan Cameron <[email protected]>
5669 M:      Srinivas Pandruvada <[email protected]>
5670 L:      [email protected]
5671 L:      [email protected]
5672 S:      Maintained
5673 F:      Documentation/hid/hid-sensor*
5674 F:      drivers/hid/hid-sensor-*
5675 F:      drivers/iio/*/hid-*
5676 F:      include/linux/hid-sensor-*
5677
5678 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5679 M:      Thomas Gleixner <[email protected]>
5680 L:      [email protected]
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5682 S:      Maintained
5683 F:      Documentation/timers/
5684 F:      kernel/time/hrtimer.c
5685 F:      kernel/time/clockevents.c
5686 F:      kernel/time/tick*.*
5687 F:      kernel/time/timer_*.c
5688 F:      include/linux/clockchips.h
5689 F:      include/linux/hrtimer.h
5690
5691 HIGH-SPEED SCC DRIVER FOR AX.25
5692 L:      [email protected]
5693 S:      Orphan
5694 F:      drivers/net/hamradio/dmascc.c
5695 F:      drivers/net/hamradio/scc.c
5696
5697 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5698 M:      HighPoint Linux Team <[email protected]>
5699 W:      http://www.highpoint-tech.com
5700 S:      Supported
5701 F:      Documentation/scsi/hptiop.txt
5702 F:      drivers/scsi/hptiop.c
5703
5704 HIPPI
5705 M:      Jes Sorensen <[email protected]>
5706 L:      [email protected]
5707 S:      Maintained
5708 F:      include/linux/hippidevice.h
5709 F:      include/uapi/linux/if_hippi.h
5710 F:      net/802/hippi.c
5711 F:      drivers/net/hippi/
5712
5713 HISILICON NETWORK SUBSYSTEM DRIVER
5714 M:      Yisen Zhuang <[email protected]>
5715 M:      Salil Mehta <[email protected]>
5716 L:      [email protected]
5717 W:      http://www.hisilicon.com
5718 S:      Maintained
5719 F:      drivers/net/ethernet/hisilicon/
5720 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5721
5722 HISILICON ROCE DRIVER
5723 M:      Lijun Ou <[email protected]>
5724 M:      Wei Hu(Xavier) <[email protected]>
5725 L:      [email protected]
5726 S:      Maintained
5727 F:      drivers/infiniband/hw/hns/
5728 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5729
5730 HISILICON SAS Controller
5731 M:      John Garry <[email protected]>
5732 W:      http://www.hisilicon.com
5733 S:      Supported
5734 F:      drivers/scsi/hisi_sas/
5735 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5736
5737 HOST AP DRIVER
5738 M:      Jouni Malinen <[email protected]>
5739 L:      [email protected]
5740 W:      http://w1.fi/hostap-driver.html
5741 S:      Obsolete
5742 F:      drivers/net/wireless/intersil/hostap/
5743
5744 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5745 L:      [email protected]
5746 S:      Orphan
5747 F:      drivers/platform/x86/tc1100-wmi.c
5748
5749 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5750 M:      Jaroslav Kysela <[email protected]>
5751 S:      Maintained
5752 F:      drivers/net/ethernet/hp/hp100.*
5753
5754 HPET:   High Precision Event Timers driver
5755 M:      Clemens Ladisch <[email protected]>
5756 S:      Maintained
5757 F:      Documentation/timers/hpet.txt
5758 F:      drivers/char/hpet.c
5759 F:      include/linux/hpet.h
5760 F:      include/uapi/linux/hpet.h
5761
5762 HPET:   x86
5763 S:      Orphan
5764 F:      arch/x86/kernel/hpet.c
5765 F:      arch/x86/include/asm/hpet.h
5766
5767 HPFS FILESYSTEM
5768 M:      Mikulas Patocka <[email protected]>
5769 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5770 S:      Maintained
5771 F:      fs/hpfs/
5772
5773 HSI SUBSYSTEM
5774 M:      Sebastian Reichel <[email protected]>
5775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5776 S:      Maintained
5777 F:      Documentation/ABI/testing/sysfs-bus-hsi
5778 F:      Documentation/device-drivers/serial-interfaces.rst
5779 F:      drivers/hsi/
5780 F:      include/linux/hsi/
5781 F:      include/uapi/linux/hsi/
5782
5783 HSO 3G MODEM DRIVER
5784 M:      Jan Dumon <[email protected]>
5785 W:      http://www.pharscape.org
5786 S:      Maintained
5787 F:      drivers/net/usb/hso.c
5788
5789 HSR NETWORK PROTOCOL
5790 M:      Arvid Brodin <[email protected]>
5791 L:      [email protected]
5792 S:      Maintained
5793 F:      net/hsr/
5794
5795 HTCPEN TOUCHSCREEN DRIVER
5796 M:      Pau Oliva Fora <[email protected]>
5797 L:      [email protected]
5798 S:      Maintained
5799 F:      drivers/input/touchscreen/htcpen.c
5800
5801 HUGETLB FILESYSTEM
5802 M:      Nadia Yvette Chambers <[email protected]>
5803 S:      Maintained
5804 F:      fs/hugetlbfs/
5805
5806 HVA ST MEDIA DRIVER
5807 M:      Jean-Christophe Trotin <[email protected]>
5808 L:      [email protected]
5809 T:      git git://linuxtv.org/media_tree.git
5810 W:      https://linuxtv.org
5811 S:      Supported
5812 F:      drivers/media/platform/sti/hva
5813
5814 Hyper-V CORE AND DRIVERS
5815 M:      "K. Y. Srinivasan" <[email protected]>
5816 M:      Haiyang Zhang <[email protected]>
5817 L:      [email protected]
5818 S:      Maintained
5819 F:      arch/x86/include/asm/mshyperv.h
5820 F:      arch/x86/include/uapi/asm/hyperv.h
5821 F:      arch/x86/kernel/cpu/mshyperv.c
5822 F:      drivers/hid/hid-hyperv.c
5823 F:      drivers/hv/
5824 F:      drivers/input/serio/hyperv-keyboard.c
5825 F:      drivers/pci/host/pci-hyperv.c
5826 F:      drivers/net/hyperv/
5827 F:      drivers/scsi/storvsc_drv.c
5828 F:      drivers/video/fbdev/hyperv_fb.c
5829 F:      include/linux/hyperv.h
5830 F:      tools/hv/
5831 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5832
5833 I2C MUXES
5834 M:      Peter Rosin <[email protected]>
5835 L:      [email protected]
5836 S:      Maintained
5837 F:      Documentation/i2c/i2c-topology
5838 F:      Documentation/i2c/muxes/
5839 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5840 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5841 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5842 F:      drivers/i2c/i2c-mux.c
5843 F:      drivers/i2c/muxes/
5844 F:      include/linux/i2c-mux.h
5845
5846 I2C OVER PARALLEL PORT
5847 M:      Jean Delvare <[email protected]>
5848 L:      [email protected]
5849 S:      Maintained
5850 F:      Documentation/i2c/busses/i2c-parport
5851 F:      Documentation/i2c/busses/i2c-parport-light
5852 F:      drivers/i2c/busses/i2c-parport.c
5853 F:      drivers/i2c/busses/i2c-parport-light.c
5854
5855 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5856 M:      Jean Delvare <[email protected]>
5857 L:      [email protected]
5858 S:      Maintained
5859 F:      Documentation/i2c/busses/i2c-ali1535
5860 F:      Documentation/i2c/busses/i2c-ali1563
5861 F:      Documentation/i2c/busses/i2c-ali15x3
5862 F:      Documentation/i2c/busses/i2c-amd756
5863 F:      Documentation/i2c/busses/i2c-amd8111
5864 F:      Documentation/i2c/busses/i2c-i801
5865 F:      Documentation/i2c/busses/i2c-nforce2
5866 F:      Documentation/i2c/busses/i2c-piix4
5867 F:      Documentation/i2c/busses/i2c-sis5595
5868 F:      Documentation/i2c/busses/i2c-sis630
5869 F:      Documentation/i2c/busses/i2c-sis96x
5870 F:      Documentation/i2c/busses/i2c-via
5871 F:      Documentation/i2c/busses/i2c-viapro
5872 F:      drivers/i2c/busses/i2c-ali1535.c
5873 F:      drivers/i2c/busses/i2c-ali1563.c
5874 F:      drivers/i2c/busses/i2c-ali15x3.c
5875 F:      drivers/i2c/busses/i2c-amd756.c
5876 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5877 F:      drivers/i2c/busses/i2c-amd8111.c
5878 F:      drivers/i2c/busses/i2c-i801.c
5879 F:      drivers/i2c/busses/i2c-isch.c
5880 F:      drivers/i2c/busses/i2c-nforce2.c
5881 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5882 F:      drivers/i2c/busses/i2c-piix4.c
5883 F:      drivers/i2c/busses/i2c-sis5595.c
5884 F:      drivers/i2c/busses/i2c-sis630.c
5885 F:      drivers/i2c/busses/i2c-sis96x.c
5886 F:      drivers/i2c/busses/i2c-via.c
5887 F:      drivers/i2c/busses/i2c-viapro.c
5888
5889 I2C/SMBUS ISMT DRIVER
5890 M:      Seth Heasley <[email protected]>
5891 M:      Neil Horman <[email protected]>
5892 L:      [email protected]
5893 F:      drivers/i2c/busses/i2c-ismt.c
5894 F:      Documentation/i2c/busses/i2c-ismt
5895
5896 I2C/SMBUS STUB DRIVER
5897 M:      Jean Delvare <[email protected]>
5898 L:      [email protected]
5899 S:      Maintained
5900 F:      drivers/i2c/i2c-stub.c
5901
5902 I2C SUBSYSTEM
5903 M:      Wolfram Sang <[email protected]>
5904 L:      [email protected]
5905 W:      https://i2c.wiki.kernel.org/
5906 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5908 S:      Maintained
5909 F:      Documentation/devicetree/bindings/i2c/
5910 F:      Documentation/i2c/
5911 F:      drivers/i2c/
5912 F:      drivers/i2c/*/
5913 F:      include/linux/i2c.h
5914 F:      include/linux/i2c-*.h
5915 F:      include/uapi/linux/i2c.h
5916 F:      include/uapi/linux/i2c-*.h
5917
5918 I2C ACPI SUPPORT
5919 M:      Mika Westerberg <[email protected]>
5920 L:      [email protected]
5921 L:      [email protected]
5922 S:      Maintained
5923
5924 I2C-TAOS-EVM DRIVER
5925 M:      Jean Delvare <[email protected]>
5926 L:      [email protected]
5927 S:      Maintained
5928 F:      Documentation/i2c/busses/i2c-taos-evm
5929 F:      drivers/i2c/busses/i2c-taos-evm.c
5930
5931 I2C-TINY-USB DRIVER
5932 M:      Till Harbaum <[email protected]>
5933 L:      [email protected]
5934 W:      http://www.harbaum.org/till/i2c_tiny_usb
5935 S:      Maintained
5936 F:      drivers/i2c/busses/i2c-tiny-usb.c
5937
5938 i386 BOOT CODE
5939 M:      "H. Peter Anvin" <[email protected]>
5940 S:      Maintained
5941 F:      arch/x86/boot/
5942
5943 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5944 M:      "H. Peter Anvin" <[email protected]>
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5946 S:      Maintained
5947
5948 IA64 (Itanium) PLATFORM
5949 M:      Tony Luck <[email protected]>
5950 M:      Fenghua Yu <[email protected]>
5951 L:      [email protected]
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5953 S:      Maintained
5954 F:      arch/ia64/
5955
5956 IBM Power VMX Cryptographic instructions
5957 M:      Leonidas S. Barbosa <[email protected]>
5958 M:      Paulo Flabiano Smorigo <[email protected]>
5959 L:      [email protected]
5960 S:      Supported
5961 F:      drivers/crypto/vmx/Makefile
5962 F:      drivers/crypto/vmx/Kconfig
5963 F:      drivers/crypto/vmx/vmx.c
5964 F:      drivers/crypto/vmx/aes*
5965 F:      drivers/crypto/vmx/ghash*
5966 F:      drivers/crypto/vmx/ppc-xlate.pl
5967
5968 IBM Power in-Nest Crypto Acceleration
5969 M:      Leonidas S. Barbosa <[email protected]>
5970 M:      Paulo Flabiano Smorigo <[email protected]>
5971 L:      [email protected]
5972 S:      Supported
5973 F:      drivers/crypto/nx/Makefile
5974 F:      drivers/crypto/nx/Kconfig
5975 F:      drivers/crypto/nx/nx-aes*
5976 F:      drivers/crypto/nx/nx-sha*
5977 F:      drivers/crypto/nx/nx.*
5978 F:      drivers/crypto/nx/nx_csbcpb.h
5979 F:      drivers/crypto/nx/nx_debugfs.h
5980
5981 IBM Power 842 compression accelerator
5982 M:      Dan Streetman <[email protected]>
5983 S:      Supported
5984 F:      drivers/crypto/nx/Makefile
5985 F:      drivers/crypto/nx/Kconfig
5986 F:      drivers/crypto/nx/nx-842*
5987 F:      include/linux/sw842.h
5988 F:      crypto/842.c
5989 F:      lib/842/
5990
5991 IBM Power Linux RAID adapter
5992 M:      Brian King <[email protected]>
5993 S:      Supported
5994 F:      drivers/scsi/ipr.*
5995
5996 IBM Power Virtual Ethernet Device Driver
5997 M:      Thomas Falcon <[email protected]>
5998 L:      [email protected]
5999 S:      Supported
6000 F:      drivers/net/ethernet/ibm/ibmveth.*
6001
6002 IBM Power SRIOV Virtual NIC Device Driver
6003 M:      Thomas Falcon <[email protected]>
6004 M:      John Allen <[email protected]>
6005 L:      [email protected]
6006 S:      Supported
6007 F:      drivers/net/ethernet/ibm/ibmvnic.*
6008
6009 IBM Power Virtual SCSI Device Drivers
6010 M:      Tyrel Datwyler <[email protected]>
6011 L:      [email protected]
6012 S:      Supported
6013 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6014 F:      include/scsi/viosrp.h
6015
6016 IBM Power Virtual SCSI Device Target Driver
6017 M:      Bryant G. Ly <[email protected]>
6018 M:      Michael Cyr <[email protected]>
6019 L:      [email protected]
6020 L:      [email protected]
6021 S:      Supported
6022 F:      drivers/scsi/ibmvscsi_tgt/
6023
6024 IBM Power Virtual FC Device Drivers
6025 M:      Tyrel Datwyler <[email protected]>
6026 L:      [email protected]
6027 S:      Supported
6028 F:      drivers/scsi/ibmvscsi/ibmvfc*
6029
6030 IBM ServeRAID RAID DRIVER
6031 S:      Orphan
6032 F:      drivers/scsi/ips.*
6033
6034 ICH LPC AND GPIO DRIVER
6035 M:      Peter Tyser <[email protected]>
6036 S:      Maintained
6037 F:      drivers/mfd/lpc_ich.c
6038 F:      drivers/gpio/gpio-ich.c
6039
6040 IDE SUBSYSTEM
6041 M:      "David S. Miller" <[email protected]>
6042 L:      [email protected]
6043 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6045 S:      Maintained
6046 F:      Documentation/ide/
6047 F:      drivers/ide/
6048 F:      include/linux/ide.h
6049
6050 IDEAPAD LAPTOP EXTRAS DRIVER
6051 M:      Ike Panhc <[email protected]>
6052 L:      [email protected]
6053 W:      http://launchpad.net/ideapad-laptop
6054 S:      Maintained
6055 F:      drivers/platform/x86/ideapad-laptop.c
6056
6057 IDEAPAD LAPTOP SLIDEBAR DRIVER
6058 M:      Andrey Moiseev <[email protected]>
6059 L:      [email protected]
6060 W:      https://github.com/o2genum/ideapad-slidebar
6061 S:      Maintained
6062 F:      drivers/input/misc/ideapad_slidebar.c
6063
6064 IDE/ATAPI DRIVERS
6065 M:      Borislav Petkov <[email protected]>
6066 L:      [email protected]
6067 S:      Maintained
6068 F:      Documentation/cdrom/ide-cd
6069 F:      drivers/ide/ide-cd*
6070
6071 IDLE-I7300
6072 M:      Andy Henroid <[email protected]>
6073 L:      [email protected]
6074 S:      Supported
6075 F:      drivers/idle/i7300_idle.c
6076
6077 IEEE 802.15.4 SUBSYSTEM
6078 M:      Alexander Aring <[email protected]>
6079 L:      [email protected]
6080 W:      http://wpan.cakelab.org/
6081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6083 S:      Maintained
6084 F:      net/ieee802154/
6085 F:      net/mac802154/
6086 F:      drivers/net/ieee802154/
6087 F:      include/linux/nl802154.h
6088 F:      include/linux/ieee802154.h
6089 F:      include/net/nl802154.h
6090 F:      include/net/mac802154.h
6091 F:      include/net/af_ieee802154.h
6092 F:      include/net/cfg802154.h
6093 F:      include/net/ieee802154_netdev.h
6094 F:      Documentation/networking/ieee802154.txt
6095
6096 IGORPLUG-USB IR RECEIVER
6097 M:      Sean Young <[email protected]>
6098 L:      [email protected]
6099 S:      Maintained
6100 F:      drivers/media/rc/igorplugusb.c
6101
6102 IGUANAWORKS USB IR TRANSCEIVER
6103 M:      Sean Young <[email protected]>
6104 L:      [email protected]
6105 S:      Maintained
6106 F:      drivers/media/rc/iguanair.c
6107
6108 IIO SUBSYSTEM AND DRIVERS
6109 M:      Jonathan Cameron <[email protected]>
6110 R:      Hartmut Knaack <[email protected]>
6111 R:      Lars-Peter Clausen <[email protected]>
6112 R:      Peter Meerwald-Stadler <[email protected]>
6113 L:      [email protected]
6114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6115 S:      Maintained
6116 F:      Documentation/devicetree/bindings/iio/
6117 F:      drivers/iio/
6118 F:      drivers/staging/iio/
6119 F:      include/linux/iio/
6120 F:      tools/iio/
6121
6122 IKANOS/ADI EAGLE ADSL USB DRIVER
6123 M:      Matthieu Castet <[email protected]>
6124 M:      Stanislaw Gruszka <[email protected]>
6125 S:      Maintained
6126 F:      drivers/usb/atm/ueagle-atm.c
6127
6128 INA209 HARDWARE MONITOR DRIVER
6129 M:      Guenter Roeck <[email protected]>
6130 L:      [email protected]
6131 S:      Maintained
6132 F:      Documentation/hwmon/ina209
6133 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6134 F:      drivers/hwmon/ina209.c
6135
6136 INA2XX HARDWARE MONITOR DRIVER
6137 M:      Guenter Roeck <[email protected]>
6138 L:      [email protected]
6139 S:      Maintained
6140 F:      Documentation/hwmon/ina2xx
6141 F:      drivers/hwmon/ina2xx.c
6142 F:      include/linux/platform_data/ina2xx.h
6143
6144 INDUSTRY PACK SUBSYSTEM (IPACK)
6145 M:      Samuel Iglesias Gonsalvez <[email protected]>
6146 M:      Jens Taprogge <[email protected]>
6147 M:      Greg Kroah-Hartman <[email protected]>
6148 L:      [email protected]
6149 W:      http://industrypack.sourceforge.net
6150 S:      Maintained
6151 F:      drivers/ipack/
6152
6153 INGENIC JZ4780 DMA Driver
6154 M:      Zubair Lutfullah Kakakhel <[email protected]>
6155 S:      Maintained
6156 F:      drivers/dma/dma-jz4780.c
6157
6158 INGENIC JZ4780 NAND DRIVER
6159 M:      Harvey Hunt <[email protected]>
6160 L:      [email protected]
6161 S:      Maintained
6162 F:      drivers/mtd/nand/jz4780_*
6163
6164 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6165 M:      Mimi Zohar <[email protected]>
6166 M:      Dmitry Kasatkin <[email protected]>
6167 L:      [email protected]
6168 L:      [email protected]
6169 L:      [email protected]
6170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6171 S:      Supported
6172 F:      security/integrity/ima/
6173
6174 IMGTEC IR DECODER DRIVER
6175 M:      James Hogan <[email protected]>
6176 S:      Maintained
6177 F:      drivers/media/rc/img-ir/
6178
6179 IMS TWINTURBO FRAMEBUFFER DRIVER
6180 L:      [email protected]
6181 S:      Orphan
6182 F:      drivers/video/fbdev/imsttfb.c
6183
6184 INFINIBAND SUBSYSTEM
6185 M:      Doug Ledford <[email protected]>
6186 M:      Sean Hefty <[email protected]>
6187 M:      Hal Rosenstock <[email protected]>
6188 L:      [email protected]
6189 W:      http://www.openfabrics.org/
6190 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6192 S:      Supported
6193 F:      Documentation/infiniband/
6194 F:      drivers/infiniband/
6195 F:      include/uapi/linux/if_infiniband.h
6196 F:      include/uapi/rdma/
6197 F:      include/rdma/
6198
6199 INOTIFY
6200 M:      John McCutchan <[email protected]>
6201 M:      Robert Love <[email protected]>
6202 M:      Eric Paris <[email protected]>
6203 S:      Maintained
6204 F:      Documentation/filesystems/inotify.txt
6205 F:      fs/notify/inotify/
6206 F:      include/linux/inotify.h
6207 F:      include/uapi/linux/inotify.h
6208
6209 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6210 M:      Dmitry Torokhov <[email protected]>
6211 L:      [email protected]
6212 Q:      http://patchwork.kernel.org/project/linux-input/list/
6213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6214 S:      Maintained
6215 F:      drivers/input/
6216 F:      include/linux/input.h
6217 F:      include/uapi/linux/input.h
6218 F:      include/linux/input/
6219 F:      Documentation/devicetree/bindings/input/
6220
6221 INPUT MULTITOUCH (MT) PROTOCOL
6222 M:      Henrik Rydberg <[email protected]>
6223 L:      [email protected]
6224 S:      Odd fixes
6225 F:      Documentation/input/multi-touch-protocol.txt
6226 F:      drivers/input/input-mt.c
6227 K:      \b(ABS|SYN)_MT_
6228
6229 INTEL ASoC BDW/HSW DRIVERS
6230 M:      Jie Yang <[email protected]>
6231 L:      [email protected] (moderated for non-subscribers)
6232 S:      Supported
6233 F:      sound/soc/intel/common/sst-dsp*
6234 F:      sound/soc/intel/common/sst-firmware.c
6235 F:      sound/soc/intel/boards/broadwell.c
6236 F:      sound/soc/intel/haswell/
6237
6238 INTEL C600 SERIES SAS CONTROLLER DRIVER
6239 M:      Intel SCU Linux support <[email protected]>
6240 M:      Artur Paszkiewicz <[email protected]>
6241 L:      [email protected]
6242 T:      git git://git.code.sf.net/p/intel-sas/isci
6243 S:      Supported
6244 F:      drivers/scsi/isci/
6245
6246 INTEL HID EVENT DRIVER
6247 M:      Alex Hung <[email protected]>
6248 L:      [email protected]
6249 S:      Maintained
6250 F:      drivers/platform/x86/intel-hid.c
6251
6252 INTEL VIRTUAL BUTTON DRIVER
6253 M:      AceLan Kao <[email protected]>
6254 L:      [email protected]
6255 S:      Maintained
6256 F:      drivers/platform/x86/intel-vbtn.c
6257
6258 INTEL IDLE DRIVER
6259 M:      Len Brown <[email protected]>
6260 L:      [email protected]
6261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6262 S:      Supported
6263 F:      drivers/idle/intel_idle.c
6264
6265 INTEL INTEGRATED SENSOR HUB DRIVER
6266 M:      Srinivas Pandruvada <[email protected]>
6267 M:      Jiri Kosina <[email protected]>
6268 L:      [email protected]
6269 S:      Maintained
6270 F:      drivers/hid/intel-ish-hid/
6271
6272 INTEL PSTATE DRIVER
6273 M:      Srinivas Pandruvada <[email protected]>
6274 M:      Len Brown <[email protected]>
6275 L:      [email protected]
6276 S:      Supported
6277 F:      drivers/cpufreq/intel_pstate.c
6278
6279 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6280 M:      Maik Broemme <[email protected]>
6281 L:      [email protected]
6282 S:      Maintained
6283 F:      Documentation/fb/intelfb.txt
6284 F:      drivers/video/fbdev/intelfb/
6285
6286 INTEL 810/815 FRAMEBUFFER DRIVER
6287 M:      Antonino Daplas <[email protected]>
6288 L:      [email protected]
6289 S:      Maintained
6290 F:      drivers/video/fbdev/i810/
6291
6292 INTEL MENLOW THERMAL DRIVER
6293 M:      Sujith Thomas <[email protected]>
6294 L:      [email protected]
6295 W:      https://01.org/linux-acpi
6296 S:      Supported
6297 F:      drivers/platform/x86/intel_menlow.c
6298
6299 INTEL I/OAT DMA DRIVER
6300 M:      Dave Jiang <[email protected]>
6301 R:      Dan Williams <[email protected]>
6302 L:      [email protected]
6303 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6304 S:      Supported
6305 F:      drivers/dma/ioat*
6306
6307 INTEL IOMMU (VT-d)
6308 M:      David Woodhouse <[email protected]>
6309 L:      [email protected]
6310 T:      git git://git.infradead.org/iommu-2.6.git
6311 S:      Supported
6312 F:      drivers/iommu/intel-iommu.c
6313 F:      include/linux/intel-iommu.h
6314
6315 INTEL IOP-ADMA DMA DRIVER
6316 R:      Dan Williams <[email protected]>
6317 S:      Odd fixes
6318 F:      drivers/dma/iop-adma.c
6319
6320 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6321 M:      Krzysztof Halasa <[email protected]>
6322 S:      Maintained
6323 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6324 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6325 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6326 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6327 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6328 F:      drivers/net/wan/ixp4xx_hss.c
6329
6330 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6331 M:      Deepak Saxena <[email protected]>
6332 S:      Maintained
6333 F:      drivers/char/hw_random/ixp4xx-rng.c
6334
6335 INTEL ETHERNET DRIVERS
6336 M:      Jeff Kirsher <[email protected]>
6337 L:      [email protected] (moderated for non-subscribers)
6338 W:      http://www.intel.com/support/feedback.htm
6339 W:      http://e1000.sourceforge.net/
6340 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6343 S:      Supported
6344 F:      Documentation/networking/e100.txt
6345 F:      Documentation/networking/e1000.txt
6346 F:      Documentation/networking/e1000e.txt
6347 F:      Documentation/networking/igb.txt
6348 F:      Documentation/networking/igbvf.txt
6349 F:      Documentation/networking/ixgb.txt
6350 F:      Documentation/networking/ixgbe.txt
6351 F:      Documentation/networking/ixgbevf.txt
6352 F:      Documentation/networking/i40e.txt
6353 F:      Documentation/networking/i40evf.txt
6354 F:      drivers/net/ethernet/intel/
6355 F:      drivers/net/ethernet/intel/*/
6356
6357 INTEL RDMA RNIC DRIVER
6358 M:     Faisal Latif <[email protected]>
6359 R:     Chien Tin Tung <[email protected]>
6360 R:     Mustafa Ismail <[email protected]>
6361 R:     Shiraz Saleem <[email protected]>
6362 R:     Tatyana Nikolova <[email protected]>
6363 L:     [email protected]
6364 S:     Supported
6365 F:     drivers/infiniband/hw/i40iw/
6366
6367 INTEL MERRIFIELD GPIO DRIVER
6368 M:      Andy Shevchenko <[email protected]>
6369 L:      [email protected]
6370 S:      Maintained
6371 F:      drivers/gpio/gpio-merrifield.c
6372
6373 INTEL-MID GPIO DRIVER
6374 M:      David Cohen <[email protected]>
6375 L:      [email protected]
6376 S:      Maintained
6377 F:      drivers/gpio/gpio-intel-mid.c
6378
6379 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6380 M:      Stanislav Yakovlev <[email protected]>
6381 L:      [email protected]
6382 S:      Maintained
6383 F:      Documentation/networking/README.ipw2100
6384 F:      Documentation/networking/README.ipw2200
6385 F:      drivers/net/wireless/intel/ipw2x00/
6386
6387 INTEL(R) TRACE HUB
6388 M:      Alexander Shishkin <[email protected]>
6389 S:      Supported
6390 F:      Documentation/trace/intel_th.txt
6391 F:      drivers/hwtracing/intel_th/
6392
6393 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6394 M:      Ning Sun <[email protected]>
6395 L:      [email protected]
6396 W:      http://tboot.sourceforge.net
6397 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6398 S:      Supported
6399 F:      Documentation/intel_txt.txt
6400 F:      include/linux/tboot.h
6401 F:      arch/x86/kernel/tboot.c
6402
6403 INTEL WIRELESS WIMAX CONNECTION 2400
6404 M:      Inaky Perez-Gonzalez <[email protected]>
6405 M:      [email protected]
6406 L:      [email protected] (subscribers-only)
6407 S:      Supported
6408 W:      http://linuxwimax.org
6409 F:      Documentation/wimax/README.i2400m
6410 F:      drivers/net/wimax/i2400m/
6411 F:      include/uapi/linux/wimax/i2400m.h
6412
6413 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6414 M:      Stanislaw Gruszka <[email protected]>
6415 L:      [email protected]
6416 S:      Supported
6417 F:      drivers/net/wireless/intel/iwlegacy/
6418
6419 INTEL WIRELESS WIFI LINK (iwlwifi)
6420 M:      Johannes Berg <[email protected]>
6421 M:      Emmanuel Grumbach <[email protected]>
6422 M:      Luca Coelho <[email protected]>
6423 M:      Intel Linux Wireless <[email protected]>
6424 L:      [email protected]
6425 W:      http://intellinuxwireless.org
6426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6427 S:      Supported
6428 F:      drivers/net/wireless/intel/iwlwifi/
6429
6430 INTEL MANAGEMENT ENGINE (mei)
6431 M:      Tomas Winkler <[email protected]>
6432 L:      [email protected]
6433 S:      Supported
6434 F:      include/uapi/linux/mei.h
6435 F:      include/linux/mei_cl_bus.h
6436 F:      drivers/misc/mei/*
6437 F:      drivers/watchdog/mei_wdt.c
6438 F:      Documentation/misc-devices/mei/*
6439
6440 INTEL MIC DRIVERS (mic)
6441 M:      Sudeep Dutt <[email protected]>
6442 M:      Ashutosh Dixit <[email protected]>
6443 S:      Supported
6444 W:      https://github.com/sudeepdutt/mic
6445 W:      http://software.intel.com/en-us/mic-developer
6446 F:      include/linux/mic_bus.h
6447 F:      include/linux/scif.h
6448 F:      include/uapi/linux/mic_common.h
6449 F:      include/uapi/linux/mic_ioctl.h
6450 F:      include/uapi/linux/scif_ioctl.h
6451 F:      drivers/misc/mic/
6452 F:      drivers/dma/mic_x100_dma.c
6453 F:      drivers/dma/mic_x100_dma.h
6454 F:      Documentation/mic/
6455
6456 INTEL PMC/P-Unit IPC DRIVER
6457 M:      Zha Qipeng<[email protected]>
6458 L:      [email protected]
6459 S:      Maintained
6460 F:      drivers/platform/x86/intel_pmc_ipc.c
6461 F:      drivers/platform/x86/intel_punit_ipc.c
6462 F:      arch/x86/include/asm/intel_pmc_ipc.h
6463 F:      arch/x86/include/asm/intel_punit_ipc.h
6464
6465 INTEL TELEMETRY DRIVER
6466 M:      Souvik Kumar Chakravarty <[email protected]>
6467 L:      [email protected]
6468 S:      Maintained
6469 F:      arch/x86/include/asm/intel_telemetry.h
6470 F:      drivers/platform/x86/intel_telemetry*
6471
6472 INTEL PMC CORE DRIVER
6473 M:      Rajneesh Bhardwaj <[email protected]>
6474 M:      Vishwanath Somayaji <[email protected]>
6475 L:      [email protected]
6476 S:      Maintained
6477 F:      arch/x86/include/asm/pmc_core.h
6478 F:      drivers/platform/x86/intel_pmc_core*
6479
6480 IOC3 ETHERNET DRIVER
6481 M:      Ralf Baechle <[email protected]>
6482 L:      [email protected]
6483 S:      Maintained
6484 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6485
6486 IOC3 SERIAL DRIVER
6487 M:      Pat Gefre <[email protected]>
6488 L:      [email protected]
6489 S:      Maintained
6490 F:      drivers/tty/serial/ioc3_serial.c
6491
6492 IOMMU DRIVERS
6493 M:      Joerg Roedel <[email protected]>
6494 L:      [email protected]
6495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6496 S:      Maintained
6497 F:      Documentation/devicetree/bindings/iommu/
6498 F:      drivers/iommu/
6499
6500 IP MASQUERADING
6501 M:      Juanjo Ciarlante <[email protected]>
6502 S:      Maintained
6503 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6504
6505 IPMI SUBSYSTEM
6506 M:      Corey Minyard <[email protected]>
6507 L:      [email protected] (moderated for non-subscribers)
6508 W:      http://openipmi.sourceforge.net/
6509 S:      Supported
6510 F:      Documentation/IPMI.txt
6511 F:      drivers/char/ipmi/
6512 F:      include/linux/ipmi*
6513 F:      include/uapi/linux/ipmi*
6514
6515 QCOM AUDIO (ASoC) DRIVERS
6516 M:      Patrick Lai <[email protected]>
6517 M:      Banajit Goswami <[email protected]>
6518 L:      [email protected] (moderated for non-subscribers)
6519 S:      Supported
6520 F:      sound/soc/qcom/
6521
6522 IPS SCSI RAID DRIVER
6523 M:      Adaptec OEM Raid Solutions <[email protected]>
6524 L:      [email protected]
6525 W:      http://www.adaptec.com/
6526 S:      Maintained
6527 F:      drivers/scsi/ips*
6528
6529 IPVS
6530 M:      Wensong Zhang <[email protected]>
6531 M:      Simon Horman <[email protected]>
6532 M:      Julian Anastasov <[email protected]>
6533 L:      [email protected]
6534 L:      [email protected]
6535 S:      Maintained
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6538 F:      Documentation/networking/ipvs-sysctl.txt
6539 F:      include/net/ip_vs.h
6540 F:      include/uapi/linux/ip_vs.h
6541 F:      net/netfilter/ipvs/
6542
6543 IPWIRELESS DRIVER
6544 M:      Jiri Kosina <[email protected]>
6545 M:      David Sterba <[email protected]>
6546 S:      Odd Fixes
6547 F:      drivers/tty/ipwireless/
6548
6549 IPX NETWORK LAYER
6550 M:      Arnaldo Carvalho de Melo <[email protected]>
6551 L:      [email protected]
6552 S:      Maintained
6553 F:      include/net/ipx.h
6554 F:      include/uapi/linux/ipx.h
6555 F:      net/ipx/
6556
6557 IRDA SUBSYSTEM
6558 M:      Samuel Ortiz <[email protected]>
6559 L:      [email protected] (subscribers-only)
6560 L:      [email protected]
6561 W:      http://irda.sourceforge.net/
6562 S:      Maintained
6563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6564 F:      Documentation/networking/irda.txt
6565 F:      drivers/net/irda/
6566 F:      include/net/irda/
6567 F:      net/irda/
6568
6569 IRQ SUBSYSTEM
6570 M:      Thomas Gleixner <[email protected]>
6571 L:      [email protected]
6572 S:      Maintained
6573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6574 F:      kernel/irq/
6575
6576 IRQCHIP DRIVERS
6577 M:      Thomas Gleixner <[email protected]>
6578 M:      Jason Cooper <[email protected]>
6579 M:      Marc Zyngier <[email protected]>
6580 L:      [email protected]
6581 S:      Maintained
6582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6583 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6584 F:      Documentation/devicetree/bindings/interrupt-controller/
6585 F:      drivers/irqchip/
6586
6587 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6588 M:      Marc Zyngier <[email protected]>
6589 S:      Maintained
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6591 F:      Documentation/IRQ-domain.txt
6592 F:      include/linux/irqdomain.h
6593 F:      kernel/irq/irqdomain.c
6594 F:      kernel/irq/msi.c
6595
6596 ISA
6597 M:      William Breathitt Gray <[email protected]>
6598 S:      Maintained
6599 F:      Documentation/isa.txt
6600 F:      drivers/base/isa.c
6601 F:      include/linux/isa.h
6602
6603 ISAPNP
6604 M:      Jaroslav Kysela <[email protected]>
6605 S:      Maintained
6606 F:      Documentation/isapnp.txt
6607 F:      drivers/pnp/isapnp/
6608 F:      include/linux/isapnp.h
6609
6610 ISA RADIO MODULE
6611 M:      Hans Verkuil <[email protected]>
6612 L:      [email protected]
6613 T:      git git://linuxtv.org/media_tree.git
6614 W:      https://linuxtv.org
6615 S:      Maintained
6616 F:      drivers/media/radio/radio-isa*
6617
6618 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6619 M:      Peter Jones <[email protected]>
6620 M:      Konrad Rzeszutek Wilk <[email protected]>
6621 S:      Maintained
6622 F:      drivers/firmware/iscsi_ibft*
6623
6624 ISCSI
6625 M:      Mike Christie <[email protected]>
6626 L:      [email protected]
6627 W:      www.open-iscsi.org
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6629 S:      Maintained
6630 F:      drivers/scsi/*iscsi*
6631 F:      include/scsi/*iscsi*
6632
6633 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6634 M:      Or Gerlitz <[email protected]>
6635 M:      Sagi Grimberg <[email protected]>
6636 M:      Roi Dayan <[email protected]>
6637 L:      [email protected]
6638 S:      Supported
6639 W:      http://www.openfabrics.org
6640 W:      www.open-iscsi.org
6641 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6642 F:      drivers/infiniband/ulp/iser/
6643
6644 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6645 M:      Sagi Grimberg <[email protected]>
6646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6647 L:      [email protected]
6648 L:      [email protected]
6649 S:      Supported
6650 W:      http://www.linux-iscsi.org
6651 F:      drivers/infiniband/ulp/isert
6652
6653 ISDN SUBSYSTEM
6654 M:      Karsten Keil <[email protected]>
6655 L:      [email protected] (subscribers-only)
6656 L:      [email protected]
6657 W:      http://www.isdn4linux.de
6658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6659 S:      Maintained
6660 F:      Documentation/isdn/
6661 F:      drivers/isdn/
6662 F:      include/linux/isdn.h
6663 F:      include/linux/isdn/
6664 F:      include/uapi/linux/isdn.h
6665 F:      include/uapi/linux/isdn/
6666
6667 ISDN SUBSYSTEM (Eicon active card driver)
6668 M:      Armin Schindler <[email protected]>
6669 L:      [email protected] (subscribers-only)
6670 W:      http://www.melware.de
6671 S:      Maintained
6672 F:      drivers/isdn/hardware/eicon/
6673
6674 IT87 HARDWARE MONITORING DRIVER
6675 M:      Jean Delvare <[email protected]>
6676 L:      [email protected]
6677 S:      Maintained
6678 F:      Documentation/hwmon/it87
6679 F:      drivers/hwmon/it87.c
6680
6681 IT913X MEDIA DRIVER
6682 M:      Antti Palosaari <[email protected]>
6683 L:      [email protected]
6684 W:      https://linuxtv.org
6685 W:      http://palosaari.fi/linux/
6686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6687 T:      git git://linuxtv.org/anttip/media_tree.git
6688 S:      Maintained
6689 F:      drivers/media/tuners/it913x*
6690
6691 IVTV VIDEO4LINUX DRIVER
6692 M:      Andy Walls <[email protected]>
6693 L:      [email protected] (subscribers-only)
6694 L:      [email protected]
6695 T:      git git://linuxtv.org/media_tree.git
6696 W:      http://www.ivtvdriver.org
6697 S:      Maintained
6698 F:      Documentation/media/v4l-drivers/ivtv*
6699 F:      drivers/media/pci/ivtv/
6700 F:      include/uapi/linux/ivtv*
6701
6702 IX2505V MEDIA DRIVER
6703 M:      Malcolm Priestley <[email protected]>
6704 L:      [email protected]
6705 W:      https://linuxtv.org
6706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6707 S:      Maintained
6708 F:      drivers/media/dvb-frontends/ix2505v*
6709
6710 JC42.4 TEMPERATURE SENSOR DRIVER
6711 M:      Guenter Roeck <[email protected]>
6712 L:      [email protected]
6713 S:      Maintained
6714 F:      drivers/hwmon/jc42.c
6715 F:      Documentation/hwmon/jc42
6716
6717 JFS FILESYSTEM
6718 M:      Dave Kleikamp <[email protected]>
6719 L:      [email protected]
6720 W:      http://jfs.sourceforge.net/
6721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6722 S:      Maintained
6723 F:      Documentation/filesystems/jfs.txt
6724 F:      fs/jfs/
6725
6726 JME NETWORK DRIVER
6727 M:      Guo-Fu Tseng <[email protected]>
6728 L:      [email protected]
6729 S:      Maintained
6730 F:      drivers/net/ethernet/jme.*
6731
6732 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6733 M:      David Woodhouse <[email protected]>
6734 L:      [email protected]
6735 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6736 S:      Maintained
6737 F:      fs/jffs2/
6738 F:      include/uapi/linux/jffs2.h
6739
6740 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6741 M:      "Theodore Ts'o" <[email protected]>
6742 M:      Jan Kara <[email protected]>
6743 L:      [email protected]
6744 S:      Maintained
6745 F:      fs/jbd2/
6746 F:      include/linux/jbd2.h
6747
6748 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6749 M:      Mikhail Ulyanov <[email protected]>
6750 L:      [email protected]
6751 S:      Maintained
6752 F:      drivers/media/platform/rcar_jpu.c
6753
6754 JSM Neo PCI based serial card
6755 M:      Gabriel Krisman Bertazi <[email protected]>
6756 L:      [email protected]
6757 S:      Maintained
6758 F:      drivers/tty/serial/jsm/
6759
6760 K10TEMP HARDWARE MONITORING DRIVER
6761 M:      Clemens Ladisch <[email protected]>
6762 L:      [email protected]
6763 S:      Maintained
6764 F:      Documentation/hwmon/k10temp
6765 F:      drivers/hwmon/k10temp.c
6766
6767 K8TEMP HARDWARE MONITORING DRIVER
6768 M:      Rudolf Marek <[email protected]>
6769 L:      [email protected]
6770 S:      Maintained
6771 F:      Documentation/hwmon/k8temp
6772 F:      drivers/hwmon/k8temp.c
6773
6774 KASAN
6775 M:      Andrey Ryabinin <[email protected]>
6776 R:      Alexander Potapenko <[email protected]>
6777 R:      Dmitry Vyukov <[email protected]>
6778 L:      [email protected]
6779 S:      Maintained
6780 F:      arch/*/include/asm/kasan.h
6781 F:      arch/*/mm/kasan_init*
6782 F:      Documentation/dev-tools/kasan.rst
6783 F:      include/linux/kasan*.h
6784 F:      lib/test_kasan.c
6785 F:      mm/kasan/
6786 F:      scripts/Makefile.kasan
6787
6788 KCONFIG
6789 M:      "Yann E. MORIN" <[email protected]>
6790 L:      [email protected]
6791 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6792 S:      Maintained
6793 F:      Documentation/kbuild/kconfig-language.txt
6794 F:      scripts/kconfig/
6795
6796 KDUMP
6797 M:      Dave Young <[email protected]>
6798 M:      Baoquan He <[email protected]>
6799 R:      Vivek Goyal <[email protected]>
6800 L:      [email protected]
6801 W:      http://lse.sourceforge.net/kdump/
6802 S:      Maintained
6803 F:      Documentation/kdump/
6804
6805 KEENE FM RADIO TRANSMITTER DRIVER
6806 M:      Hans Verkuil <[email protected]>
6807 L:      [email protected]
6808 T:      git git://linuxtv.org/media_tree.git
6809 W:      https://linuxtv.org
6810 S:      Maintained
6811 F:      drivers/media/radio/radio-keene*
6812
6813 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6814 M:      Ian Kent <[email protected]>
6815 L:      [email protected]
6816 S:      Maintained
6817 F:      fs/autofs4/
6818
6819 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6820 M:      Michal Marek <[email protected]>
6821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6823 L:      [email protected]
6824 S:      Maintained
6825 F:      Documentation/kbuild/
6826 F:      Makefile
6827 F:      scripts/Makefile.*
6828 F:      scripts/basic/
6829 F:      scripts/mk*
6830 F:      scripts/package/
6831
6832 KERNEL JANITORS
6833 L:      [email protected]
6834 W:      http://kernelnewbies.org/KernelJanitors
6835 S:      Odd Fixes
6836
6837 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6838 M:      "J. Bruce Fields" <[email protected]>
6839 M:      Jeff Layton <[email protected]>
6840 L:      [email protected]
6841 W:      http://nfs.sourceforge.net/
6842 T:      git git://linux-nfs.org/~bfields/linux.git
6843 S:      Supported
6844 F:      fs/nfsd/
6845 F:      include/uapi/linux/nfsd/
6846 F:      fs/lockd/
6847 F:      fs/nfs_common/
6848 F:      net/sunrpc/
6849 F:      include/linux/lockd/
6850 F:      include/linux/sunrpc/
6851 F:      include/uapi/linux/sunrpc/
6852
6853 KERNEL SELFTEST FRAMEWORK
6854 M:      Shuah Khan <[email protected]>
6855 M:      Shuah Khan <[email protected]>
6856 L:      [email protected]
6857 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6858 S:      Maintained
6859 F:      tools/testing/selftests
6860
6861 KERNEL VIRTUAL MACHINE (KVM)
6862 M:      Paolo Bonzini <[email protected]>
6863 M:      Radim Krčmář <[email protected]>
6864 L:      [email protected]
6865 W:      http://www.linux-kvm.org
6866 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6867 S:      Supported
6868 F:      Documentation/*/kvm*.txt
6869 F:      Documentation/virtual/kvm/
6870 F:      arch/*/kvm/
6871 F:      arch/x86/kernel/kvm.c
6872 F:      arch/x86/kernel/kvmclock.c
6873 F:      arch/*/include/asm/kvm*
6874 F:      include/linux/kvm*
6875 F:      include/uapi/linux/kvm*
6876 F:      virt/kvm/
6877 F:      tools/kvm/
6878
6879 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6880 M:      Joerg Roedel <[email protected]>
6881 L:      [email protected]
6882 W:      http://www.linux-kvm.org/
6883 S:      Maintained
6884 F:      arch/x86/include/asm/svm.h
6885 F:      arch/x86/kvm/svm.c
6886
6887 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6888 M:      Alexander Graf <[email protected]>
6889 L:      [email protected]
6890 W:      http://www.linux-kvm.org/
6891 T:      git git://github.com/agraf/linux-2.6.git
6892 S:      Supported
6893 F:      arch/powerpc/include/asm/kvm*
6894 F:      arch/powerpc/kvm/
6895
6896 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6897 M:      Christian Borntraeger <[email protected]>
6898 M:      Cornelia Huck <[email protected]>
6899 L:      [email protected]
6900 W:      http://www.ibm.com/developerworks/linux/linux390/
6901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6902 S:      Supported
6903 F:      Documentation/s390/kvm.txt
6904 F:      arch/s390/include/asm/kvm*
6905 F:      arch/s390/kvm/
6906
6907 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6908 M:      Christoffer Dall <[email protected]>
6909 M:      Marc Zyngier <[email protected]>
6910 L:      [email protected] (moderated for non-subscribers)
6911 L:      [email protected]
6912 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6914 S:      Supported
6915 F:      arch/arm/include/uapi/asm/kvm*
6916 F:      arch/arm/include/asm/kvm*
6917 F:      arch/arm/kvm/
6918 F:      virt/kvm/arm/
6919 F:      include/kvm/arm_*
6920
6921 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6922 M:      Christoffer Dall <[email protected]>
6923 M:      Marc Zyngier <[email protected]>
6924 L:      [email protected] (moderated for non-subscribers)
6925 L:      [email protected]
6926 S:      Maintained
6927 F:      arch/arm64/include/uapi/asm/kvm*
6928 F:      arch/arm64/include/asm/kvm*
6929 F:      arch/arm64/kvm/
6930
6931 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6932 M:      James Hogan <[email protected]>
6933 L:      [email protected]
6934 S:      Supported
6935 F:      arch/mips/include/uapi/asm/kvm*
6936 F:      arch/mips/include/asm/kvm*
6937 F:      arch/mips/kvm/
6938
6939 KEXEC
6940 M:      Eric Biederman <[email protected]>
6941 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6942 L:      [email protected]
6943 S:      Maintained
6944 F:      include/linux/kexec.h
6945 F:      include/uapi/linux/kexec.h
6946 F:      kernel/kexec*
6947
6948 KEYS/KEYRINGS:
6949 M:      David Howells <[email protected]>
6950 L:      [email protected]
6951 S:      Maintained
6952 F:      Documentation/security/keys.txt
6953 F:      include/linux/key.h
6954 F:      include/linux/key-type.h
6955 F:      include/linux/keyctl.h
6956 F:      include/uapi/linux/keyctl.h
6957 F:      include/keys/
6958 F:      security/keys/
6959
6960 KEYS-TRUSTED
6961 M:      David Safford <[email protected]>
6962 M:      Mimi Zohar <[email protected]>
6963 L:      [email protected]
6964 L:      [email protected]
6965 S:      Supported
6966 F:      Documentation/security/keys-trusted-encrypted.txt
6967 F:      include/keys/trusted-type.h
6968 F:      security/keys/trusted.c
6969 F:      security/keys/trusted.h
6970
6971 KEYS-ENCRYPTED
6972 M:      Mimi Zohar <[email protected]>
6973 M:      David Safford <[email protected]>
6974 L:      [email protected]
6975 L:      [email protected]
6976 S:      Supported
6977 F:      Documentation/security/keys-trusted-encrypted.txt
6978 F:      include/keys/encrypted-type.h
6979 F:      security/keys/encrypted-keys/
6980
6981 KGDB / KDB /debug_core
6982 M:      Jason Wessel <[email protected]>
6983 W:      http://kgdb.wiki.kernel.org/
6984 L:      [email protected]
6985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6986 S:      Maintained
6987 F:      Documentation/DocBook/kgdb.tmpl
6988 F:      drivers/misc/kgdbts.c
6989 F:      drivers/tty/serial/kgdboc.c
6990 F:      include/linux/kdb.h
6991 F:      include/linux/kgdb.h
6992 F:      kernel/debug/
6993
6994 KMEMCHECK
6995 M:      Vegard Nossum <[email protected]>
6996 M:      Pekka Enberg <[email protected]>
6997 S:      Maintained
6998 F:      Documentation/dev-tools/kmemcheck.rst
6999 F:      arch/x86/include/asm/kmemcheck.h
7000 F:      arch/x86/mm/kmemcheck/
7001 F:      include/linux/kmemcheck.h
7002 F:      mm/kmemcheck.c
7003
7004 KMEMLEAK
7005 M:      Catalin Marinas <[email protected]>
7006 S:      Maintained
7007 F:      Documentation/dev-tools/kmemleak.rst
7008 F:      include/linux/kmemleak.h
7009 F:      mm/kmemleak.c
7010 F:      mm/kmemleak-test.c
7011
7012 KPROBES
7013 M:      Ananth N Mavinakayanahalli <[email protected]>
7014 M:      Anil S Keshavamurthy <[email protected]>
7015 M:      "David S. Miller" <[email protected]>
7016 M:      Masami Hiramatsu <[email protected]>
7017 S:      Maintained
7018 F:      Documentation/kprobes.txt
7019 F:      include/linux/kprobes.h
7020 F:      kernel/kprobes.c
7021
7022 KS0108 LCD CONTROLLER DRIVER
7023 M:      Miguel Ojeda Sandonis <[email protected]>
7024 W:      http://miguelojeda.es/auxdisplay.htm
7025 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7026 S:      Maintained
7027 F:      Documentation/auxdisplay/ks0108
7028 F:      drivers/auxdisplay/ks0108.c
7029 F:      include/linux/ks0108.h
7030
7031 L3MDEV
7032 M:      David Ahern <[email protected]>
7033 L:      [email protected]
7034 S:      Maintained
7035 F:      net/l3mdev
7036 F:      include/net/l3mdev.h
7037
7038 LANTIQ MIPS ARCHITECTURE
7039 M:      John Crispin <[email protected]>
7040 L:      [email protected]
7041 S:      Maintained
7042 F:      arch/mips/lantiq
7043
7044 LAPB module
7045 L:      [email protected]
7046 S:      Orphan
7047 F:      Documentation/networking/lapb-module.txt
7048 F:      include/*/lapb.h
7049 F:      net/lapb/
7050
7051 LASI 53c700 driver for PARISC
7052 M:      "James E.J. Bottomley" <[email protected]>
7053 L:      [email protected]
7054 S:      Maintained
7055 F:      Documentation/scsi/53c700.txt
7056 F:      drivers/scsi/53c700*
7057
7058 LED SUBSYSTEM
7059 M:      Richard Purdie <[email protected]>
7060 M:      Jacek Anaszewski <[email protected]>
7061 L:      [email protected]
7062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7063 S:      Maintained
7064 F:      Documentation/devicetree/bindings/leds/
7065 F:      drivers/leds/
7066 F:      include/linux/leds.h
7067
7068 LEGACY EEPROM DRIVER
7069 M:      Jean Delvare <[email protected]>
7070 S:      Maintained
7071 F:      Documentation/misc-devices/eeprom
7072 F:      drivers/misc/eeprom/eeprom.c
7073
7074 LEGO USB Tower driver
7075 M:      Juergen Stuber <[email protected]>
7076 L:      [email protected]
7077 W:      http://legousb.sourceforge.net/
7078 S:      Maintained
7079 F:      drivers/usb/misc/legousbtower.c
7080
7081 LG2160 MEDIA DRIVER
7082 M:      Michael Krufky <[email protected]>
7083 L:      [email protected]
7084 W:      https://linuxtv.org
7085 W:      http://github.com/mkrufky
7086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7087 T:      git git://linuxtv.org/mkrufky/tuners.git
7088 S:      Maintained
7089 F:      drivers/media/dvb-frontends/lg2160.*
7090
7091 LGDT3305 MEDIA DRIVER
7092 M:      Michael Krufky <[email protected]>
7093 L:      [email protected]
7094 W:      https://linuxtv.org
7095 W:      http://github.com/mkrufky
7096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7097 T:      git git://linuxtv.org/mkrufky/tuners.git
7098 S:      Maintained
7099 F:      drivers/media/dvb-frontends/lgdt3305.*
7100
7101 LGUEST
7102 M:      Rusty Russell <[email protected]>
7103 L:      [email protected]
7104 W:      http://lguest.ozlabs.org/
7105 S:      Odd Fixes
7106 F:      arch/x86/include/asm/lguest*.h
7107 F:      arch/x86/lguest/
7108 F:      drivers/lguest/
7109 F:      include/linux/lguest*.h
7110 F:      tools/lguest/
7111
7112 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7113 M:      Tejun Heo <[email protected]>
7114 L:      [email protected]
7115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7116 S:      Maintained
7117 F:      drivers/ata/
7118 F:      include/linux/ata.h
7119 F:      include/linux/libata.h
7120 F:      Documentation/devicetree/bindings/ata/
7121
7122 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7123 M:      Viresh Kumar <[email protected]>
7124 L:      [email protected]
7125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7126 S:      Maintained
7127 F:      include/linux/pata_arasan_cf_data.h
7128 F:      drivers/ata/pata_arasan_cf.c
7129
7130 LIBATA PATA DRIVERS
7131 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7132 M:      Tejun Heo <[email protected]>
7133 L:      [email protected]
7134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7135 S:      Maintained
7136 F:      drivers/ata/pata_*.c
7137 F:      drivers/ata/ata_generic.c
7138
7139 LIBATA SATA AHCI PLATFORM devices support
7140 M:      Hans de Goede <[email protected]>
7141 M:      Tejun Heo <[email protected]>
7142 L:      [email protected]
7143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7144 S:      Maintained
7145 F:      drivers/ata/ahci_platform.c
7146 F:      drivers/ata/libahci_platform.c
7147 F:      include/linux/ahci_platform.h
7148
7149 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7150 M:      Mikael Pettersson <[email protected]>
7151 L:      [email protected]
7152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7153 S:      Maintained
7154 F:      drivers/ata/sata_promise.*
7155
7156 LIBLOCKDEP
7157 M:      Sasha Levin <[email protected]>
7158 S:      Maintained
7159 F:      tools/lib/lockdep/
7160
7161 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7162 M:      Dan Williams <[email protected]>
7163 L:      [email protected]
7164 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7166 S:      Supported
7167 F:      drivers/nvdimm/*
7168 F:      include/linux/nd.h
7169 F:      include/linux/libnvdimm.h
7170 F:      include/uapi/linux/ndctl.h
7171
7172 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7173 M:      Ross Zwisler <[email protected]>
7174 L:      [email protected]
7175 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7176 S:      Supported
7177 F:      drivers/nvdimm/blk.c
7178 F:      drivers/nvdimm/region_devs.c
7179 F:      drivers/acpi/nfit*
7180
7181 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7182 M:      Vishal Verma <[email protected]>
7183 L:      [email protected]
7184 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7185 S:      Supported
7186 F:      drivers/nvdimm/btt*
7187
7188 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7189 M:      Ross Zwisler <[email protected]>
7190 L:      [email protected]
7191 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7192 S:      Supported
7193 F:      drivers/nvdimm/pmem.c
7194 F:      include/linux/pmem.h
7195 F:      arch/*/include/asm/pmem.h
7196
7197 LIGHTNVM PLATFORM SUPPORT
7198 M:      Matias Bjorling <[email protected]>
7199 W:      http://github/OpenChannelSSD
7200 L:      [email protected]
7201 S:      Maintained
7202 F:      drivers/lightnvm/
7203 F:      include/linux/lightnvm.h
7204 F:      include/uapi/linux/lightnvm.h
7205
7206 LINUX FOR IBM pSERIES (RS/6000)
7207 M:      Paul Mackerras <[email protected]>
7208 W:      http://www.ibm.com/linux/ltc/projects/ppc
7209 S:      Supported
7210 F:      arch/powerpc/boot/rs6000.h
7211
7212 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7213 M:      Benjamin Herrenschmidt <[email protected]>
7214 M:      Paul Mackerras <[email protected]>
7215 M:      Michael Ellerman <[email protected]>
7216 W:      http://www.penguinppc.org/
7217 L:      [email protected]
7218 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7220 S:      Supported
7221 F:      Documentation/powerpc/
7222 F:      arch/powerpc/
7223 F:      drivers/char/tpm/tpm_ibmvtpm*
7224 F:      drivers/crypto/nx/
7225 F:      drivers/crypto/vmx/
7226 F:      drivers/net/ethernet/ibm/ibmveth.*
7227 F:      drivers/net/ethernet/ibm/ibmvnic.*
7228 F:      drivers/pci/hotplug/pnv_php.c
7229 F:      drivers/pci/hotplug/rpa*
7230 F:      drivers/scsi/ibmvscsi/
7231 N:      opal
7232 N:      /pmac
7233 N:      powermac
7234 N:      powernv
7235 N:      [^a-z0-9]ps3
7236 N:      pseries
7237
7238 LINUX FOR POWER MACINTOSH
7239 M:      Benjamin Herrenschmidt <[email protected]>
7240 W:      http://www.penguinppc.org/
7241 L:      [email protected]
7242 S:      Maintained
7243 F:      arch/powerpc/platforms/powermac/
7244 F:      drivers/macintosh/
7245
7246 LINUX FOR POWERPC EMBEDDED MPC5XXX
7247 M:      Anatolij Gustschin <[email protected]>
7248 L:      [email protected]
7249 T:      git git://git.denx.de/linux-denx-agust.git
7250 S:      Maintained
7251 F:      arch/powerpc/platforms/512x/
7252 F:      arch/powerpc/platforms/52xx/
7253
7254 LINUX FOR POWERPC EMBEDDED PPC4XX
7255 M:      Alistair Popple <[email protected]>
7256 M:      Matt Porter <[email protected]>
7257 W:      http://www.penguinppc.org/
7258 L:      [email protected]
7259 S:      Maintained
7260 F:      arch/powerpc/platforms/40x/
7261 F:      arch/powerpc/platforms/44x/
7262
7263 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7264 L:      [email protected]
7265 S:      Orphan
7266 F:      arch/powerpc/*/*virtex*
7267 F:      arch/powerpc/*/*/*virtex*
7268
7269 LINUX FOR POWERPC EMBEDDED PPC8XX
7270 M:      Vitaly Bordug <[email protected]>
7271 W:      http://www.penguinppc.org/
7272 L:      [email protected]
7273 S:      Maintained
7274 F:      arch/powerpc/platforms/8xx/
7275
7276 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7277 M:      Scott Wood <[email protected]>
7278 M:      Kumar Gala <[email protected]>
7279 W:      http://www.penguinppc.org/
7280 L:      [email protected]
7281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7282 S:      Maintained
7283 F:      arch/powerpc/platforms/83xx/
7284 F:      arch/powerpc/platforms/85xx/
7285
7286 LINUX FOR POWERPC PA SEMI PWRFICIENT
7287 M:      Olof Johansson <[email protected]>
7288 L:      [email protected]
7289 S:      Maintained
7290 F:      arch/powerpc/platforms/pasemi/
7291 F:      drivers/*/*pasemi*
7292 F:      drivers/*/*/*pasemi*
7293
7294 LINUX SECURITY MODULE (LSM) FRAMEWORK
7295 M:      Chris Wright <[email protected]>
7296 L:      [email protected]
7297 S:      Supported
7298
7299 LIS3LV02D ACCELEROMETER DRIVER
7300 M:      Eric Piel <[email protected]>
7301 S:      Maintained
7302 F:      Documentation/misc-devices/lis3lv02d
7303 F:      drivers/misc/lis3lv02d/
7304 F:      drivers/platform/x86/hp_accel.c
7305
7306 LIVE PATCHING
7307 M:      Josh Poimboeuf <[email protected]>
7308 M:      Jessica Yu <[email protected]>
7309 M:      Jiri Kosina <[email protected]>
7310 M:      Miroslav Benes <[email protected]>
7311 R:      Petr Mladek <[email protected]>
7312 S:      Maintained
7313 F:      kernel/livepatch/
7314 F:      include/linux/livepatch.h
7315 F:      arch/x86/include/asm/livepatch.h
7316 F:      arch/x86/kernel/livepatch.c
7317 F:      Documentation/livepatch/
7318 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7319 F:      samples/livepatch/
7320 L:      [email protected]
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7322
7323 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7324 M:      Kees Cook <[email protected]>
7325 S:      Maintained
7326 F:      drivers/misc/lkdtm*
7327
7328 LLC (802.2)
7329 M:      Arnaldo Carvalho de Melo <[email protected]>
7330 S:      Maintained
7331 F:      include/linux/llc.h
7332 F:      include/uapi/linux/llc.h
7333 F:      include/net/llc*
7334 F:      net/llc/
7335
7336 LM73 HARDWARE MONITOR DRIVER
7337 M:      Guillaume Ligneul <[email protected]>
7338 L:      [email protected]
7339 S:      Maintained
7340 F:      drivers/hwmon/lm73.c
7341
7342 LM78 HARDWARE MONITOR DRIVER
7343 M:      Jean Delvare <[email protected]>
7344 L:      [email protected]
7345 S:      Maintained
7346 F:      Documentation/hwmon/lm78
7347 F:      drivers/hwmon/lm78.c
7348
7349 LM83 HARDWARE MONITOR DRIVER
7350 M:      Jean Delvare <[email protected]>
7351 L:      [email protected]
7352 S:      Maintained
7353 F:      Documentation/hwmon/lm83
7354 F:      drivers/hwmon/lm83.c
7355
7356 LM90 HARDWARE MONITOR DRIVER
7357 M:      Jean Delvare <[email protected]>
7358 L:      [email protected]
7359 S:      Maintained
7360 F:      Documentation/hwmon/lm90
7361 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7362 F:      drivers/hwmon/lm90.c
7363
7364 LM95234 HARDWARE MONITOR DRIVER
7365 M:      Guenter Roeck <[email protected]>
7366 L:      [email protected]
7367 S:      Maintained
7368 F:      Documentation/hwmon/lm95234
7369 F:      drivers/hwmon/lm95234.c
7370
7371 LME2510 MEDIA DRIVER
7372 M:      Malcolm Priestley <[email protected]>
7373 L:      [email protected]
7374 W:      https://linuxtv.org
7375 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7376 S:      Maintained
7377 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7378
7379 LOCKING PRIMITIVES
7380 M:      Peter Zijlstra <[email protected]>
7381 M:      Ingo Molnar <[email protected]>
7382 L:      [email protected]
7383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7384 S:      Maintained
7385 F:      Documentation/locking/
7386 F:      include/linux/lockdep.h
7387 F:      include/linux/spinlock*.h
7388 F:      arch/*/include/asm/spinlock*.h
7389 F:      include/linux/rwlock*.h
7390 F:      include/linux/mutex*.h
7391 F:      arch/*/include/asm/mutex*.h
7392 F:      include/linux/rwsem*.h
7393 F:      arch/*/include/asm/rwsem.h
7394 F:      include/linux/seqlock.h
7395 F:      lib/locking*.[ch]
7396 F:      kernel/locking/
7397
7398 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7399 M:      "Richard Russon (FlatCap)" <[email protected]>
7400 L:      [email protected]
7401 W:      http://www.linux-ntfs.org/content/view/19/37/
7402 S:      Maintained
7403 F:      Documentation/ldm.txt
7404 F:      block/partitions/ldm.*
7405
7406 LogFS
7407 M:      Joern Engel <[email protected]>
7408 M:      Prasad Joshi <[email protected]>
7409 L:      [email protected]
7410 W:      logfs.org
7411 S:      Maintained
7412 F:      fs/logfs/
7413
7414 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7415 M:      Sathya Prakash <[email protected]>
7416 M:      Chaitra P B <[email protected]>
7417 M:      Suganath Prabu Subramani <[email protected]>
7418 L:      [email protected]
7419 L:      [email protected]
7420 W:      http://www.avagotech.com/support/
7421 S:      Supported
7422 F:      drivers/message/fusion/
7423 F:      drivers/scsi/mpt2sas/
7424 F:      drivers/scsi/mpt3sas/
7425
7426 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7427 M:      Matthew Wilcox <[email protected]>
7428 L:      [email protected]
7429 S:      Maintained
7430 F:      drivers/scsi/sym53c8xx_2/
7431
7432 LTC4261 HARDWARE MONITOR DRIVER
7433 M:      Guenter Roeck <[email protected]>
7434 L:      [email protected]
7435 S:      Maintained
7436 F:      Documentation/hwmon/ltc4261
7437 F:      drivers/hwmon/ltc4261.c
7438
7439 LTP (Linux Test Project)
7440 M:      Mike Frysinger <[email protected]>
7441 M:      Cyril Hrubis <[email protected]>
7442 M:      Wanlong Gao <[email protected]>
7443 M:      Jan Stancek <[email protected]>
7444 M:      Stanislav Kholmanskikh <[email protected]>
7445 M:      Alexey Kodanev <[email protected]>
7446 L:      [email protected] (subscribers-only)
7447 W:      http://linux-test-project.github.io/
7448 T:      git git://github.com/linux-test-project/ltp.git
7449 S:      Maintained
7450
7451 M32R ARCHITECTURE
7452 W:      http://www.linux-m32r.org/
7453 S:      Orphan
7454 F:      arch/m32r/
7455
7456 M68K ARCHITECTURE
7457 M:      Geert Uytterhoeven <[email protected]>
7458 L:      [email protected]
7459 W:      http://www.linux-m68k.org/
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7461 S:      Maintained
7462 F:      arch/m68k/
7463 F:      drivers/zorro/
7464
7465 M68K ON APPLE MACINTOSH
7466 M:      Joshua Thompson <[email protected]>
7467 W:      http://www.mac.linux-m68k.org/
7468 L:      [email protected]
7469 S:      Maintained
7470 F:      arch/m68k/mac/
7471
7472 M68K ON HP9000/300
7473 M:      Philip Blundell <[email protected]>
7474 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7475 S:      Maintained
7476 F:      arch/m68k/hp300/
7477
7478 M88DS3103 MEDIA DRIVER
7479 M:      Antti Palosaari <[email protected]>
7480 L:      [email protected]
7481 W:      https://linuxtv.org
7482 W:      http://palosaari.fi/linux/
7483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7484 T:      git git://linuxtv.org/anttip/media_tree.git
7485 S:      Maintained
7486 F:      drivers/media/dvb-frontends/m88ds3103*
7487
7488 M88RS2000 MEDIA DRIVER
7489 M:      Malcolm Priestley <[email protected]>
7490 L:      [email protected]
7491 W:      https://linuxtv.org
7492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7493 S:      Maintained
7494 F:      drivers/media/dvb-frontends/m88rs2000*
7495
7496 MA901 MASTERKIT USB FM RADIO DRIVER
7497 M:      Alexey Klimov <[email protected]>
7498 L:      [email protected]
7499 T:      git git://linuxtv.org/media_tree.git
7500 S:      Maintained
7501 F:      drivers/media/radio/radio-ma901.c
7502
7503 MAC80211
7504 M:      Johannes Berg <[email protected]>
7505 L:      [email protected]
7506 W:      http://wireless.kernel.org/
7507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7509 S:      Maintained
7510 F:      Documentation/networking/mac80211-injection.txt
7511 F:      include/net/mac80211.h
7512 F:      net/mac80211/
7513 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7514
7515 MACVLAN DRIVER
7516 M:      Patrick McHardy <[email protected]>
7517 L:      [email protected]
7518 S:      Maintained
7519 F:      drivers/net/macvlan.c
7520 F:      include/linux/if_macvlan.h
7521
7522 MAILBOX API
7523 M:      Jassi Brar <[email protected]>
7524 L:      [email protected]
7525 S:      Maintained
7526 F:      drivers/mailbox/
7527 F:      include/linux/mailbox_client.h
7528 F:      include/linux/mailbox_controller.h
7529
7530 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7531 M:      Michael Kerrisk <[email protected]>
7532 W:      http://www.kernel.org/doc/man-pages
7533 L:      [email protected]
7534 S:      Maintained
7535
7536 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7537 M:      Andrew Lunn <[email protected]>
7538 M:      Vivien Didelot <[email protected]>
7539 S:      Maintained
7540 F:      drivers/net/dsa/mv88e6xxx/
7541
7542 MARVELL ARMADA DRM SUPPORT
7543 M:      Russell King <[email protected]>
7544 S:      Maintained
7545 F:      drivers/gpu/drm/armada/
7546 F:      include/uapi/drm/armada_drm.h
7547 F:      Documentation/devicetree/bindings/display/armada/
7548
7549 MARVELL CRYPTO DRIVER
7550 M:      Boris Brezillon <[email protected]>
7551 M:      Arnaud Ebalard <[email protected]>
7552 F:      drivers/crypto/marvell/
7553 S:      Maintained
7554 L:      [email protected]
7555
7556 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7557 M:      Mirko Lindner <[email protected]>
7558 M:      Stephen Hemminger <[email protected]>
7559 L:      [email protected]
7560 S:      Maintained
7561 F:      drivers/net/ethernet/marvell/sk*
7562
7563 MARVELL LIBERTAS WIRELESS DRIVER
7564 L:      [email protected]
7565 S:      Orphan
7566 F:      drivers/net/wireless/marvell/libertas/
7567
7568 MARVELL MV643XX ETHERNET DRIVER
7569 M:      Sebastian Hesselbarth <[email protected]>
7570 L:      [email protected]
7571 S:      Maintained
7572 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7573 F:      include/linux/mv643xx.h
7574
7575 MARVELL MVNETA ETHERNET DRIVER
7576 M:      Thomas Petazzoni <[email protected]>
7577 L:      [email protected]
7578 S:      Maintained
7579 F:      drivers/net/ethernet/marvell/mvneta.*
7580
7581 MARVELL MWIFIEX WIRELESS DRIVER
7582 M:      Amitkumar Karwar <[email protected]>
7583 M:      Nishant Sarmukadam <[email protected]>
7584 L:      [email protected]
7585 S:      Maintained
7586 F:      drivers/net/wireless/marvell/mwifiex/
7587
7588 MARVELL MWL8K WIRELESS DRIVER
7589 M:      Lennert Buytenhek <[email protected]>
7590 L:      [email protected]
7591 S:      Odd Fixes
7592 F:      drivers/net/wireless/marvell/mwl8k.c
7593
7594 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7595 M:      Nicolas Pitre <[email protected]>
7596 S:      Odd Fixes
7597 F:      drivers/mmc/host/mvsdio.*
7598
7599 MATROX FRAMEBUFFER DRIVER
7600 L:      [email protected]
7601 S:      Orphan
7602 F:      drivers/video/fbdev/matrox/matroxfb_*
7603 F:      include/uapi/linux/matroxfb.h
7604
7605 MAX16065 HARDWARE MONITOR DRIVER
7606 M:      Guenter Roeck <[email protected]>
7607 L:      [email protected]
7608 S:      Maintained
7609 F:      Documentation/hwmon/max16065
7610 F:      drivers/hwmon/max16065.c
7611
7612 MAX20751 HARDWARE MONITOR DRIVER
7613 M:      Guenter Roeck <[email protected]>
7614 L:      [email protected]
7615 S:      Maintained
7616 F:      Documentation/hwmon/max20751
7617 F:      drivers/hwmon/max20751.c
7618
7619 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7620 L:      [email protected]
7621 S:      Orphan
7622 F:      Documentation/hwmon/max6650
7623 F:      drivers/hwmon/max6650.c
7624
7625 MAX6697 HARDWARE MONITOR DRIVER
7626 M:      Guenter Roeck <[email protected]>
7627 L:      [email protected]
7628 S:      Maintained
7629 F:      Documentation/hwmon/max6697
7630 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7631 F:      drivers/hwmon/max6697.c
7632 F:      include/linux/platform_data/max6697.h
7633
7634 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7635 M:      Peter Rosin <[email protected]>
7636 L:      [email protected] (moderated for non-subscribers)
7637 S:      Maintained
7638 F:      Documentation/devicetree/bindings/sound/max9860.txt
7639 F:      sound/soc/codecs/max9860.*
7640
7641 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7642 M:      Krzysztof Kozlowski <[email protected]>
7643 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7644 L:      [email protected]
7645 S:      Supported
7646 F:      drivers/power/supply/max14577_charger.c
7647 F:      drivers/power/supply/max77693_charger.c
7648
7649 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7650 M:      Javier Martinez Canillas <[email protected]>
7651 L:      [email protected]
7652 S:      Supported
7653 F:      drivers/*/*max77802*.c
7654 F:      Documentation/devicetree/bindings/*/*max77802.txt
7655 F:      include/dt-bindings/*/*max77802.h
7656
7657 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7658 M:      Chanwoo Choi <[email protected]>
7659 M:      Krzysztof Kozlowski <[email protected]>
7660 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7661 L:      [email protected]
7662 S:      Supported
7663 F:      drivers/*/max14577*.c
7664 F:      drivers/*/max77686*.c
7665 F:      drivers/*/max77693*.c
7666 F:      drivers/extcon/extcon-max14577.c
7667 F:      drivers/extcon/extcon-max77693.c
7668 F:      drivers/rtc/rtc-max77686.c
7669 F:      drivers/clk/clk-max77686.c
7670 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7671 F:      Documentation/devicetree/bindings/*/max77686.txt
7672 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7673 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7674 F:      include/linux/mfd/max14577*.h
7675 F:      include/linux/mfd/max77686*.h
7676 F:      include/linux/mfd/max77693*.h
7677
7678 MAXIRADIO FM RADIO RECEIVER DRIVER
7679 M:      Hans Verkuil <[email protected]>
7680 L:      [email protected]
7681 T:      git git://linuxtv.org/media_tree.git
7682 W:      https://linuxtv.org
7683 S:      Maintained
7684 F:      drivers/media/radio/radio-maxiradio*
7685
7686 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7687 M:      Peter Rosin <[email protected]>
7688 L:      [email protected]
7689 S:      Maintained
7690 F:      drivers/iio/potentiometer/mcp4531.c
7691
7692 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7693 M:      William Breathitt Gray <[email protected]>
7694 L:      [email protected]
7695 S:      Maintained
7696 F:      drivers/iio/dac/cio-dac.c
7697
7698 MEDIA DRIVERS FOR RENESAS - FCP
7699 M:      Laurent Pinchart <[email protected]>
7700 L:      [email protected]
7701 L:      [email protected]
7702 T:      git git://linuxtv.org/media_tree.git
7703 S:      Supported
7704 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7705 F:      drivers/media/platform/rcar-fcp.c
7706 F:      include/media/rcar-fcp.h
7707
7708 MEDIA DRIVERS FOR RENESAS - VIN
7709 M:      Niklas Söderlund <[email protected]>
7710 L:      [email protected]
7711 L:      [email protected]
7712 T:      git git://linuxtv.org/media_tree.git
7713 S:      Supported
7714 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7715 F:      drivers/media/platform/rcar-vin/
7716
7717 MEDIA DRIVERS FOR RENESAS - VSP1
7718 M:      Laurent Pinchart <[email protected]>
7719 L:      [email protected]
7720 L:      [email protected]
7721 T:      git git://linuxtv.org/media_tree.git
7722 S:      Supported
7723 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7724 F:      drivers/media/platform/vsp1/
7725
7726 MEDIA DRIVERS FOR HELENE
7727 M:      Abylay Ospan <[email protected]>
7728 L:      [email protected]
7729 W:      https://linuxtv.org
7730 W:      http://netup.tv/
7731 T:      git git://linuxtv.org/media_tree.git
7732 S:      Supported
7733 F:      drivers/media/dvb-frontends/helene*
7734
7735 MEDIA DRIVERS FOR ASCOT2E
7736 M:      Sergey Kozlov <[email protected]>
7737 M:      Abylay Ospan <[email protected]>
7738 L:      [email protected]
7739 W:      https://linuxtv.org
7740 W:      http://netup.tv/
7741 T:      git git://linuxtv.org/media_tree.git
7742 S:      Supported
7743 F:      drivers/media/dvb-frontends/ascot2e*
7744
7745 MEDIA DRIVERS FOR CXD2841ER
7746 M:      Sergey Kozlov <[email protected]>
7747 M:      Abylay Ospan <[email protected]>
7748 L:      [email protected]
7749 W:      https://linuxtv.org
7750 W:      http://netup.tv/
7751 T:      git git://linuxtv.org/media_tree.git
7752 S:      Supported
7753 F:      drivers/media/dvb-frontends/cxd2841er*
7754
7755 MEDIA DRIVERS FOR HORUS3A
7756 M:      Sergey Kozlov <[email protected]>
7757 M:      Abylay Ospan <[email protected]>
7758 L:      [email protected]
7759 W:      https://linuxtv.org
7760 W:      http://netup.tv/
7761 T:      git git://linuxtv.org/media_tree.git
7762 S:      Supported
7763 F:      drivers/media/dvb-frontends/horus3a*
7764
7765 MEDIA DRIVERS FOR LNBH25
7766 M:      Sergey Kozlov <[email protected]>
7767 M:      Abylay Ospan <[email protected]>
7768 L:      [email protected]
7769 W:      https://linuxtv.org
7770 W:      http://netup.tv/
7771 T:      git git://linuxtv.org/media_tree.git
7772 S:      Supported
7773 F:      drivers/media/dvb-frontends/lnbh25*
7774
7775 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7776 M:      Sergey Kozlov <[email protected]>
7777 M:      Abylay Ospan <[email protected]>
7778 L:      [email protected]
7779 W:      https://linuxtv.org
7780 W:      http://netup.tv/
7781 T:      git git://linuxtv.org/media_tree.git
7782 S:      Supported
7783 F:      drivers/media/pci/netup_unidvb/*
7784
7785 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7786 M:      Mauro Carvalho Chehab <[email protected]>
7787 M:      Mauro Carvalho Chehab <[email protected]>
7788 P:      LinuxTV.org Project
7789 L:      [email protected]
7790 W:      https://linuxtv.org
7791 Q:      http://patchwork.kernel.org/project/linux-media/list/
7792 T:      git git://linuxtv.org/media_tree.git
7793 S:      Maintained
7794 F:      Documentation/media/
7795 F:      drivers/media/
7796 F:      drivers/staging/media/
7797 F:      include/linux/platform_data/media/
7798 F:      include/media/
7799 F:      include/uapi/linux/dvb/
7800 F:      include/uapi/linux/videodev2.h
7801 F:      include/uapi/linux/media.h
7802 F:      include/uapi/linux/v4l2-*
7803 F:      include/uapi/linux/meye.h
7804 F:      include/uapi/linux/ivtv*
7805 F:      include/uapi/linux/uvcvideo.h
7806
7807 MEDIATEK ETHERNET DRIVER
7808 M:      Felix Fietkau <[email protected]>
7809 M:      John Crispin <[email protected]>
7810 L:      [email protected]
7811 S:      Maintained
7812 F:      drivers/net/ethernet/mediatek/
7813
7814 MEDIATEK MT7601U WIRELESS LAN DRIVER
7815 M:      Jakub Kicinski <[email protected]>
7816 L:      [email protected]
7817 S:      Maintained
7818 F:      drivers/net/wireless/mediatek/mt7601u/
7819
7820 MEGARAID SCSI/SAS DRIVERS
7821 M:      Kashyap Desai <[email protected]>
7822 M:      Sumit Saxena <[email protected]>
7823 M:      Uday Lingala <[email protected]>
7824 L:      [email protected]
7825 L:      [email protected]
7826 W:      http://www.lsi.com
7827 S:      Maintained
7828 F:      Documentation/scsi/megaraid.txt
7829 F:      drivers/scsi/megaraid.*
7830 F:      drivers/scsi/megaraid/
7831
7832 MELLANOX ETHERNET DRIVER (mlx4_en)
7833 M:      Tariq Toukan <[email protected]>
7834 L:      [email protected]
7835 S:      Supported
7836 W:      http://www.mellanox.com
7837 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7838 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7839
7840 MELLANOX ETHERNET DRIVER (mlx5e)
7841 M:      Saeed Mahameed <[email protected]>
7842 L:      [email protected]
7843 S:      Supported
7844 W:      http://www.mellanox.com
7845 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7846 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7847
7848 MELLANOX ETHERNET SWITCH DRIVERS
7849 M:      Jiri Pirko <[email protected]>
7850 M:      Ido Schimmel <[email protected]>
7851 L:      [email protected]
7852 S:      Supported
7853 W:      http://www.mellanox.com
7854 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7855 F:      drivers/net/ethernet/mellanox/mlxsw/
7856
7857 MELLANOX MLXCPLD LED DRIVER
7858 M:      Vadim Pasternak <[email protected]>
7859 L:      [email protected]
7860 S:      Supported
7861 F:      drivers/leds/leds-mlxcpld.c
7862 F:      Documentation/leds/leds-mlxcpld.txt
7863
7864 MELLANOX PLATFORM DRIVER
7865 M:      Vadim Pasternak <[email protected]>
7866 L:      [email protected]
7867 S:      Supported
7868 F:      arch/x86/platform/mellanox/mlx-platform.c
7869
7870 SOFT-ROCE DRIVER (rxe)
7871 M:      Moni Shoua <[email protected]>
7872 L:      [email protected]
7873 S:      Supported
7874 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7875 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7876 F:      drivers/infiniband/sw/rxe/
7877 F:      include/uapi/rdma/rdma_user_rxe.h
7878
7879 MEMBARRIER SUPPORT
7880 M:      Mathieu Desnoyers <[email protected]>
7881 M:      "Paul E. McKenney" <[email protected]>
7882 L:      [email protected]
7883 S:      Supported
7884 F:      kernel/membarrier.c
7885 F:      include/uapi/linux/membarrier.h
7886
7887 MEMORY MANAGEMENT
7888 L:      [email protected]
7889 W:      http://www.linux-mm.org
7890 S:      Maintained
7891 F:      include/linux/mm.h
7892 F:      include/linux/gfp.h
7893 F:      include/linux/mmzone.h
7894 F:      include/linux/memory_hotplug.h
7895 F:      include/linux/vmalloc.h
7896 F:      mm/
7897
7898 MEMORY TECHNOLOGY DEVICES (MTD)
7899 M:      David Woodhouse <[email protected]>
7900 M:      Brian Norris <[email protected]>
7901 L:      [email protected]
7902 W:      http://www.linux-mtd.infradead.org/
7903 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7904 T:      git git://git.infradead.org/linux-mtd.git
7905 T:      git git://git.infradead.org/l2-mtd.git
7906 S:      Maintained
7907 F:      Documentation/devicetree/bindings/mtd/
7908 F:      drivers/mtd/
7909 F:      include/linux/mtd/
7910 F:      include/uapi/mtd/
7911
7912 MEN A21 WATCHDOG DRIVER
7913 M:      Johannes Thumshirn <[email protected]>
7914 L:      [email protected]
7915 S:      Maintained
7916 F:      drivers/watchdog/mena21_wdt.c
7917
7918 MEN CHAMELEON BUS (mcb)
7919 M:      Johannes Thumshirn <[email protected]>
7920 S:      Maintained
7921 F:      drivers/mcb/
7922 F:      include/linux/mcb.h
7923 F:      Documentation/men-chameleon-bus.txt
7924
7925 MEN F21BMC (Board Management Controller)
7926 M:      Andreas Werner <[email protected]>
7927 S:      Supported
7928 F:      drivers/mfd/menf21bmc.c
7929 F:      drivers/watchdog/menf21bmc_wdt.c
7930 F:      drivers/leds/leds-menf21bmc.c
7931 F:      drivers/hwmon/menf21bmc_hwmon.c
7932 F:      Documentation/hwmon/menf21bmc
7933
7934 METAG ARCHITECTURE
7935 M:      James Hogan <[email protected]>
7936 L:      [email protected]
7937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7938 S:      Odd Fixes
7939 F:      arch/metag/
7940 F:      Documentation/metag/
7941 F:      Documentation/devicetree/bindings/metag/
7942 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7943 F:      drivers/clocksource/metag_generic.c
7944 F:      drivers/irqchip/irq-metag.c
7945 F:      drivers/irqchip/irq-metag-ext.c
7946 F:      drivers/tty/metag_da.c
7947
7948 MICROBLAZE ARCHITECTURE
7949 M:      Michal Simek <[email protected]>
7950 W:      http://www.monstr.eu/fdt/
7951 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7952 S:      Supported
7953 F:      arch/microblaze/
7954
7955 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
7956 M:      Richard Genoud <[email protected]>
7957 S:      Maintained
7958 F:      drivers/tty/serial/atmel_serial.c
7959 F:      include/linux/atmel_serial.h
7960
7961 MICROCHIP / ATMEL ISC DRIVER
7962 M:      Songjun Wu <[email protected]>
7963 L:      [email protected]
7964 S:      Supported
7965 F:      drivers/media/platform/atmel/atmel-isc.c
7966 F:      drivers/media/platform/atmel/atmel-isc-regs.h
7967 F:      devicetree/bindings/media/atmel-isc.txt
7968
7969 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7970 M:      Chen Yu <[email protected]>
7971 L:      [email protected]
7972 S:      Supported
7973 F:      drivers/platform/x86/surfacepro3_button.c
7974
7975 MICROTEK X6 SCANNER
7976 M:      Oliver Neukum <[email protected]>
7977 S:      Maintained
7978 F:      drivers/usb/image/microtek.*
7979
7980 MIPS
7981 M:      Ralf Baechle <[email protected]>
7982 L:      [email protected]
7983 W:      http://www.linux-mips.org/
7984 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7985 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7986 S:      Supported
7987 F:      Documentation/devicetree/bindings/mips/
7988 F:      Documentation/mips/
7989 F:      arch/mips/
7990
7991 MIPS/LOONGSON1 ARCHITECTURE
7992 M:      Keguang Zhang <[email protected]>
7993 L:      [email protected]
7994 S:      Maintained
7995 F:      arch/mips/loongson32/
7996 F:      arch/mips/include/asm/mach-loongson32/
7997 F:      drivers/*/*loongson1*
7998 F:      drivers/*/*/*loongson1*
7999
8000 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8001 M:      Hans Verkuil <[email protected]>
8002 L:      [email protected]
8003 T:      git git://linuxtv.org/media_tree.git
8004 W:      https://linuxtv.org
8005 S:      Odd Fixes
8006 F:      drivers/media/radio/radio-miropcm20*
8007
8008 MELLANOX MLX4 core VPI driver
8009 M:      Yishai Hadas <[email protected]>
8010 L:      [email protected]
8011 L:      [email protected]
8012 W:      http://www.mellanox.com
8013 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8014 S:      Supported
8015 F:      drivers/net/ethernet/mellanox/mlx4/
8016 F:      include/linux/mlx4/
8017 F:      include/uapi/rdma/mlx4-abi.h
8018
8019 MELLANOX MLX4 IB driver
8020 M:      Yishai Hadas <[email protected]>
8021 L:      [email protected]
8022 W:      http://www.mellanox.com
8023 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8024 S:      Supported
8025 F:      drivers/infiniband/hw/mlx4/
8026 F:      include/linux/mlx4/
8027
8028 MELLANOX MLX5 core VPI driver
8029 M:      Matan Barak <[email protected]>
8030 M:      Leon Romanovsky <[email protected]>
8031 L:      [email protected]
8032 L:      [email protected]
8033 W:      http://www.mellanox.com
8034 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8035 S:      Supported
8036 F:      drivers/net/ethernet/mellanox/mlx5/core/
8037 F:      include/linux/mlx5/
8038 F:      include/uapi/rdma/mlx5-abi.h
8039
8040 MELLANOX MLX5 IB driver
8041 M:      Matan Barak <[email protected]>
8042 M:      Leon Romanovsky <[email protected]>
8043 L:      [email protected]
8044 W:      http://www.mellanox.com
8045 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8046 S:      Supported
8047 F:      drivers/infiniband/hw/mlx5/
8048 F:      include/linux/mlx5/
8049
8050 MELEXIS MLX90614 DRIVER
8051 M:      Crt Mori <[email protected]>
8052 L:      [email protected]
8053 W:      http://www.melexis.com
8054 S:      Supported
8055 F:      drivers/iio/temperature/mlx90614.c
8056
8057 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8058 M:      Don Brace <[email protected]>
8059 L:      [email protected]
8060 L:      [email protected]
8061 S:      Supported
8062 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8063 F:      drivers/scsi/smartpqi/Kconfig
8064 F:      drivers/scsi/smartpqi/Makefile
8065 F:      include/linux/cciss*.h
8066 F:      include/uapi/linux/cciss*.h
8067 F:      Documentation/scsi/smartpqi.txt
8068
8069 MN88472 MEDIA DRIVER
8070 M:      Antti Palosaari <[email protected]>
8071 L:      [email protected]
8072 W:      https://linuxtv.org
8073 W:      http://palosaari.fi/linux/
8074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8075 S:      Maintained
8076 F:      drivers/media/dvb-frontends/mn88472*
8077
8078 MN88473 MEDIA DRIVER
8079 M:      Antti Palosaari <[email protected]>
8080 L:      [email protected]
8081 W:      https://linuxtv.org
8082 W:      http://palosaari.fi/linux/
8083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8084 S:      Maintained
8085 F:      drivers/media/dvb-frontends/mn88473*
8086
8087 MODULE SUPPORT
8088 M:      Rusty Russell <[email protected]>
8089 S:      Maintained
8090 F:      include/linux/module.h
8091 F:      kernel/module.c
8092
8093 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8094 W:      http://popies.net/meye/
8095 S:      Orphan
8096 F:      Documentation/media/v4l-drivers/meye*
8097 F:      drivers/media/pci/meye/
8098 F:      include/uapi/linux/meye.h
8099
8100 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8101 M:      Jiri Slaby <[email protected]>
8102 S:      Maintained
8103 F:      Documentation/serial/moxa-smartio
8104 F:      drivers/tty/mxser.*
8105
8106 MR800 AVERMEDIA USB FM RADIO DRIVER
8107 M:      Alexey Klimov <[email protected]>
8108 L:      [email protected]
8109 T:      git git://linuxtv.org/media_tree.git
8110 S:      Maintained
8111 F:      drivers/media/radio/radio-mr800.c
8112
8113 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8114 M:      Alan Ott <[email protected]>
8115 L:      [email protected]
8116 S:      Maintained
8117 F:      drivers/net/ieee802154/mrf24j40.c
8118 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8119
8120 MSI LAPTOP SUPPORT
8121 M:      "Lee, Chun-Yi" <[email protected]>
8122 L:      [email protected]
8123 S:      Maintained
8124 F:      drivers/platform/x86/msi-laptop.c
8125
8126 MSI WMI SUPPORT
8127 L:      [email protected]
8128 S:      Orphan
8129 F:      drivers/platform/x86/msi-wmi.c
8130
8131 MSI001 MEDIA DRIVER
8132 M:      Antti Palosaari <[email protected]>
8133 L:      [email protected]
8134 W:      https://linuxtv.org
8135 W:      http://palosaari.fi/linux/
8136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8137 T:      git git://linuxtv.org/anttip/media_tree.git
8138 S:      Maintained
8139 F:      drivers/media/tuners/msi001*
8140
8141 MSI2500 MEDIA DRIVER
8142 M:      Antti Palosaari <[email protected]>
8143 L:      [email protected]
8144 W:      https://linuxtv.org
8145 W:      http://palosaari.fi/linux/
8146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8147 T:      git git://linuxtv.org/anttip/media_tree.git
8148 S:      Maintained
8149 F:      drivers/media/usb/msi2500/
8150
8151 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8152 M:      Robert Jarzmik <[email protected]>
8153 L:      [email protected]
8154 S:      Maintained
8155 F:      drivers/mtd/devices/docg3*
8156
8157 MT9M032 APTINA SENSOR DRIVER
8158 M:      Laurent Pinchart <[email protected]>
8159 L:      [email protected]
8160 T:      git git://linuxtv.org/media_tree.git
8161 S:      Maintained
8162 F:      drivers/media/i2c/mt9m032.c
8163 F:      include/media/i2c/mt9m032.h
8164
8165 MT9P031 APTINA CAMERA SENSOR
8166 M:      Laurent Pinchart <[email protected]>
8167 L:      [email protected]
8168 T:      git git://linuxtv.org/media_tree.git
8169 S:      Maintained
8170 F:      drivers/media/i2c/mt9p031.c
8171 F:      include/media/i2c/mt9p031.h
8172
8173 MT9T001 APTINA CAMERA SENSOR
8174 M:      Laurent Pinchart <[email protected]>
8175 L:      [email protected]
8176 T:      git git://linuxtv.org/media_tree.git
8177 S:      Maintained
8178 F:      drivers/media/i2c/mt9t001.c
8179 F:      include/media/i2c/mt9t001.h
8180
8181 MT9V032 APTINA CAMERA SENSOR
8182 M:      Laurent Pinchart <[email protected]>
8183 L:      [email protected]
8184 T:      git git://linuxtv.org/media_tree.git
8185 S:      Maintained
8186 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8187 F:      drivers/media/i2c/mt9v032.c
8188 F:      include/media/i2c/mt9v032.h
8189
8190 MULTIFUNCTION DEVICES (MFD)
8191 M:      Lee Jones <[email protected]>
8192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8193 S:      Supported
8194 F:      Documentation/devicetree/bindings/mfd/
8195 F:      drivers/mfd/
8196 F:      include/linux/mfd/
8197
8198 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8199 M:      Ulf Hansson <[email protected]>
8200 L:      [email protected]
8201 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
8202 S:      Maintained
8203 F:      Documentation/devicetree/bindings/mmc/
8204 F:      drivers/mmc/
8205 F:      include/linux/mmc/
8206 F:      include/uapi/linux/mmc/
8207
8208 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8209 S:      Orphan
8210 F:      drivers/mmc/host/mmc_spi.c
8211 F:      include/linux/spi/mmc_spi.h
8212
8213 MULTISOUND SOUND DRIVER
8214 M:      Andrew Veliath <[email protected]>
8215 S:      Maintained
8216 F:      Documentation/sound/oss/MultiSound
8217 F:      sound/oss/msnd*
8218
8219 MULTITECH MULTIPORT CARD (ISICOM)
8220 S:      Orphan
8221 F:      drivers/tty/isicom.c
8222 F:      include/linux/isicom.h
8223
8224 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8225 M:      Bin Liu <[email protected]>
8226 L:      [email protected]
8227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8228 S:      Maintained
8229 F:      drivers/usb/musb/
8230
8231 MXL5007T MEDIA DRIVER
8232 M:      Michael Krufky <[email protected]>
8233 L:      [email protected]
8234 W:      https://linuxtv.org
8235 W:      http://github.com/mkrufky
8236 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8237 T:      git git://linuxtv.org/mkrufky/tuners.git
8238 S:      Maintained
8239 F:      drivers/media/tuners/mxl5007t.*
8240
8241 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8242 M:      Hyong-Youb Kim <[email protected]>
8243 L:      [email protected]
8244 W:      https://www.myricom.com/support/downloads/myri10ge.html
8245 S:      Supported
8246 F:      drivers/net/ethernet/myricom/myri10ge/
8247
8248 NAND FLASH SUBSYSTEM
8249 M:      Boris Brezillon <[email protected]>
8250 R:      Richard Weinberger <[email protected]>
8251 L:      [email protected]
8252 W:      http://www.linux-mtd.infradead.org/
8253 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8254 T:      git git://github.com/linux-nand/linux.git
8255 S:      Maintained
8256 F:      drivers/mtd/nand/
8257 F:      include/linux/mtd/nand*.h
8258
8259 NATSEMI ETHERNET DRIVER (DP8381x)
8260 S:      Orphan
8261 F:      drivers/net/ethernet/natsemi/natsemi.c
8262
8263 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8264 M:      Daniel Mack <[email protected]>
8265 S:      Maintained
8266 L:      [email protected] (moderated for non-subscribers)
8267 W:      http://www.native-instruments.com
8268 F:      sound/usb/caiaq/
8269
8270 NCP FILESYSTEM
8271 M:      Petr Vandrovec <[email protected]>
8272 S:      Odd Fixes
8273 F:      fs/ncpfs/
8274
8275 NCR 5380 SCSI DRIVERS
8276 M:      Finn Thain <[email protected]>
8277 M:      Michael Schmitz <[email protected]>
8278 L:      [email protected]
8279 S:      Maintained
8280 F:      Documentation/scsi/g_NCR5380.txt
8281 F:      drivers/scsi/NCR5380.*
8282 F:      drivers/scsi/arm/cumana_1.c
8283 F:      drivers/scsi/arm/oak.c
8284 F:      drivers/scsi/atari_scsi.*
8285 F:      drivers/scsi/dmx3191d.c
8286 F:      drivers/scsi/g_NCR5380.*
8287 F:      drivers/scsi/g_NCR5380_mmio.c
8288 F:      drivers/scsi/mac_scsi.*
8289 F:      drivers/scsi/sun3_scsi.*
8290 F:      drivers/scsi/sun3_scsi_vme.c
8291
8292 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8293 M:      "James E.J. Bottomley" <[email protected]>
8294 L:      [email protected]
8295 S:      Maintained
8296 F:      drivers/scsi/NCR_D700.*
8297
8298 NCT6775 HARDWARE MONITOR DRIVER
8299 M:      Guenter Roeck <[email protected]>
8300 L:      [email protected]
8301 S:      Maintained
8302 F:      Documentation/hwmon/nct6775
8303 F:      drivers/hwmon/nct6775.c
8304
8305 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8306 M:      Faisal Latif <[email protected]>
8307 L:      [email protected]
8308 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8309 S:      Supported
8310 F:      drivers/infiniband/hw/nes/
8311 F:      include/uapi/rdma/nes-abi.h
8312
8313 NETEM NETWORK EMULATOR
8314 M:      Stephen Hemminger <[email protected]>
8315 L:      [email protected] (moderated for non-subscribers)
8316 S:      Maintained
8317 F:      net/sched/sch_netem.c
8318
8319 NETERION 10GbE DRIVERS (s2io/vxge)
8320 M:      Jon Mason <[email protected]>
8321 L:      [email protected]
8322 S:      Supported
8323 F:      Documentation/networking/s2io.txt
8324 F:      Documentation/networking/vxge.txt
8325 F:      drivers/net/ethernet/neterion/
8326
8327 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8328 M:      Pablo Neira Ayuso <[email protected]>
8329 M:      Patrick McHardy <[email protected]>
8330 M:      Jozsef Kadlecsik <[email protected]>
8331 L:      [email protected]
8332 L:      [email protected]
8333 W:      http://www.netfilter.org/
8334 W:      http://www.iptables.org/
8335 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8338 S:      Supported
8339 F:      include/linux/netfilter*
8340 F:      include/linux/netfilter/
8341 F:      include/net/netfilter/
8342 F:      include/uapi/linux/netfilter*
8343 F:      include/uapi/linux/netfilter/
8344 F:      net/*/netfilter.c
8345 F:      net/*/netfilter/
8346 F:      net/netfilter/
8347 F:      net/bridge/br_netfilter*.c
8348
8349 NETLABEL
8350 M:      Paul Moore <[email protected]>
8351 W:      http://netlabel.sf.net
8352 L:      [email protected]
8353 S:      Maintained
8354 F:      Documentation/netlabel/
8355 F:      include/net/netlabel.h
8356 F:      net/netlabel/
8357
8358 NETROM NETWORK LAYER
8359 M:      Ralf Baechle <[email protected]>
8360 L:      [email protected]
8361 W:      http://www.linux-ax25.org/
8362 S:      Maintained
8363 F:      include/net/netrom.h
8364 F:      include/uapi/linux/netrom.h
8365 F:      net/netrom/
8366
8367 NETRONOME ETHERNET DRIVERS
8368 M:      Jakub Kicinski <[email protected]>
8369 L:      [email protected]
8370 S:      Maintained
8371 F:      drivers/net/ethernet/netronome/
8372
8373 NETWORK BLOCK DEVICE (NBD)
8374 M:      Markus Pargmann <[email protected]>
8375 S:      Maintained
8376 L:      [email protected]
8377 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8378 F:      Documentation/blockdev/nbd.txt
8379 F:      drivers/block/nbd.c
8380 F:      include/uapi/linux/nbd.h
8381
8382 NETWORK DROP MONITOR
8383 M:      Neil Horman <[email protected]>
8384 L:      [email protected]
8385 S:      Maintained
8386 W:      https://fedorahosted.org/dropwatch/
8387 F:      net/core/drop_monitor.c
8388
8389 NETWORKING [DSA]
8390 M:      Andrew Lunn <[email protected]>
8391 M:      Vivien Didelot <[email protected]>
8392 M:      Florian Fainelli <[email protected]>
8393 S:      Maintained
8394 F:      net/dsa/
8395 F:      include/net/dsa.h
8396 F:      drivers/net/dsa/
8397
8398 NETWORKING [GENERAL]
8399 M:      "David S. Miller" <[email protected]>
8400 L:      [email protected]
8401 W:      http://www.linuxfoundation.org/en/Net
8402 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8405 S:      Maintained
8406 F:      net/
8407 F:      include/net/
8408 F:      include/linux/in.h
8409 F:      include/linux/net.h
8410 F:      include/linux/netdevice.h
8411 F:      include/uapi/linux/in.h
8412 F:      include/uapi/linux/net.h
8413 F:      include/uapi/linux/netdevice.h
8414 F:      include/uapi/linux/net_namespace.h
8415 F:      tools/net/
8416 F:      tools/testing/selftests/net/
8417 F:      lib/random32.c
8418
8419 NETWORKING [IPv4/IPv6]
8420 M:      "David S. Miller" <[email protected]>
8421 M:      Alexey Kuznetsov <[email protected]>
8422 M:      James Morris <[email protected]>
8423 M:      Hideaki YOSHIFUJI <[email protected]>
8424 M:      Patrick McHardy <[email protected]>
8425 L:      [email protected]
8426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8427 S:      Maintained
8428 F:      net/ipv4/
8429 F:      net/ipv6/
8430 F:      include/net/ip*
8431 F:      arch/x86/net/*
8432
8433 NETWORKING [IPSEC]
8434 M:      Steffen Klassert <[email protected]>
8435 M:      Herbert Xu <[email protected]>
8436 M:      "David S. Miller" <[email protected]>
8437 L:      [email protected]
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8440 S:      Maintained
8441 F:      net/core/flow.c
8442 F:      net/xfrm/
8443 F:      net/key/
8444 F:      net/ipv4/xfrm*
8445 F:      net/ipv4/esp4.c
8446 F:      net/ipv4/ah4.c
8447 F:      net/ipv4/ipcomp.c
8448 F:      net/ipv4/ip_vti.c
8449 F:      net/ipv6/xfrm*
8450 F:      net/ipv6/esp6.c
8451 F:      net/ipv6/ah6.c
8452 F:      net/ipv6/ipcomp6.c
8453 F:      net/ipv6/ip6_vti.c
8454 F:      include/uapi/linux/xfrm.h
8455 F:      include/net/xfrm.h
8456
8457 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8458 M:      Paul Moore <[email protected]>
8459 L:      [email protected]
8460 S:      Maintained
8461
8462 NETWORKING [WIRELESS]
8463 L:      [email protected]
8464 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8465
8466 NETWORKING DRIVERS
8467 L:      [email protected]
8468 W:      http://www.linuxfoundation.org/en/Net
8469 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8472 S:      Odd Fixes
8473 F:      Documentation/devicetree/bindings/net/
8474 F:      drivers/net/
8475 F:      include/linux/if_*
8476 F:      include/linux/netdevice.h
8477 F:      include/linux/etherdevice.h
8478 F:      include/linux/fcdevice.h
8479 F:      include/linux/fddidevice.h
8480 F:      include/linux/hippidevice.h
8481 F:      include/linux/inetdevice.h
8482 F:      include/uapi/linux/if_*
8483 F:      include/uapi/linux/netdevice.h
8484
8485 NETWORKING DRIVERS (WIRELESS)
8486 M:      Kalle Valo <[email protected]>
8487 L:      [email protected]
8488 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8491 S:      Maintained
8492 F:      Documentation/devicetree/bindings/net/wireless/
8493 F:      drivers/net/wireless/
8494
8495 NETXEN (1/10) GbE SUPPORT
8496 M:      Manish Chopra <[email protected]>
8497 M:      Sony Chacko <[email protected]>
8498 M:      Rajesh Borundia <[email protected]>
8499 L:      [email protected]
8500 W:      http://www.qlogic.com
8501 S:      Supported
8502 F:      drivers/net/ethernet/qlogic/netxen/
8503
8504 NFC SUBSYSTEM
8505 M:      Lauro Ramos Venancio <[email protected]>
8506 M:      Aloisio Almeida Jr <[email protected]>
8507 M:      Samuel Ortiz <[email protected]>
8508 L:      [email protected]
8509 L:      [email protected] (subscribers-only)
8510 S:      Supported
8511 F:      net/nfc/
8512 F:      include/net/nfc/
8513 F:      include/uapi/linux/nfc.h
8514 F:      drivers/nfc/
8515 F:      include/linux/platform_data/nfcmrvl.h
8516 F:      include/linux/platform_data/nxp-nci.h
8517 F:      include/linux/platform_data/pn544.h
8518 F:      include/linux/platform_data/st21nfca.h
8519 F:      include/linux/platform_data/st-nci.h
8520 F:      Documentation/devicetree/bindings/net/nfc/
8521
8522 NFS, SUNRPC, AND LOCKD CLIENTS
8523 M:      Trond Myklebust <[email protected]>
8524 M:      Anna Schumaker <[email protected]>
8525 L:      [email protected]
8526 W:      http://client.linux-nfs.org
8527 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8528 S:      Maintained
8529 F:      fs/lockd/
8530 F:      fs/nfs/
8531 F:      fs/nfs_common/
8532 F:      net/sunrpc/
8533 F:      include/linux/lockd/
8534 F:      include/linux/nfs*
8535 F:      include/linux/sunrpc/
8536 F:      include/uapi/linux/nfs*
8537 F:      include/uapi/linux/sunrpc/
8538
8539 NILFS2 FILESYSTEM
8540 M:      Ryusuke Konishi <[email protected]>
8541 L:      [email protected]
8542 W:      http://nilfs.sourceforge.net/
8543 W:      http://nilfs.osdn.jp/
8544 T:      git git://github.com/konis/nilfs2.git
8545 S:      Supported
8546 F:      Documentation/filesystems/nilfs2.txt
8547 F:      fs/nilfs2/
8548 F:      include/trace/events/nilfs2.h
8549 F:      include/uapi/linux/nilfs2_api.h
8550 F:      include/uapi/linux/nilfs2_ondisk.h
8551
8552 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8553 M:      YOKOTA Hiroshi <[email protected]>
8554 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8555 S:      Maintained
8556 F:      Documentation/scsi/NinjaSCSI.txt
8557 F:      drivers/scsi/pcmcia/nsp_*
8558
8559 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8560 M:      GOTO Masanori <[email protected]>
8561 M:      YOKOTA Hiroshi <[email protected]>
8562 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8563 S:      Maintained
8564 F:      Documentation/scsi/NinjaSCSI.txt
8565 F:      drivers/scsi/nsp32*
8566
8567 NIOS2 ARCHITECTURE
8568 M:      Ley Foon Tan <[email protected]>
8569 L:      [email protected] (moderated for non-subscribers)
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8571 S:      Maintained
8572 F:      arch/nios2/
8573
8574 NOKIA N900 POWER SUPPLY DRIVERS
8575 R:      Pali Rohár <[email protected]>
8576 F:      include/linux/power/bq2415x_charger.h
8577 F:      include/linux/power/bq27xxx_battery.h
8578 F:      include/linux/power/isp1704_charger.h
8579 F:      drivers/power/supply/bq2415x_charger.c
8580 F:      drivers/power/supply/bq27xxx_battery.c
8581 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8582 F:      drivers/power/supply/isp1704_charger.c
8583 F:      drivers/power/supply/rx51_battery.c
8584
8585 NTB DRIVER CORE
8586 M:      Jon Mason <[email protected]>
8587 M:      Dave Jiang <[email protected]>
8588 M:      Allen Hubbe <[email protected]>
8589 L:      [email protected]
8590 S:      Supported
8591 W:      https://github.com/jonmason/ntb/wiki
8592 T:      git git://github.com/jonmason/ntb.git
8593 F:      drivers/ntb/
8594 F:      drivers/net/ntb_netdev.c
8595 F:      include/linux/ntb.h
8596 F:      include/linux/ntb_transport.h
8597 F:      tools/testing/selftests/ntb/
8598
8599 NTB INTEL DRIVER
8600 M:      Jon Mason <[email protected]>
8601 M:      Dave Jiang <[email protected]>
8602 L:      [email protected]
8603 S:      Supported
8604 W:      https://github.com/jonmason/ntb/wiki
8605 T:      git git://github.com/jonmason/ntb.git
8606 F:      drivers/ntb/hw/intel/
8607
8608 NTB AMD DRIVER
8609 M:      Xiangliang Yu <[email protected]>
8610 L:      [email protected]
8611 S:      Supported
8612 F:      drivers/ntb/hw/amd/
8613
8614 NTFS FILESYSTEM
8615 M:      Anton Altaparmakov <[email protected]>
8616 L:      [email protected]
8617 W:      http://www.tuxera.com/
8618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8619 S:      Supported
8620 F:      Documentation/filesystems/ntfs.txt
8621 F:      fs/ntfs/
8622
8623 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8624 M:      Antonino Daplas <[email protected]>
8625 L:      [email protected]
8626 S:      Maintained
8627 F:      drivers/video/fbdev/riva/
8628 F:      drivers/video/fbdev/nvidia/
8629
8630 NVM EXPRESS DRIVER
8631 M:      Keith Busch <[email protected]>
8632 M:      Jens Axboe <[email protected]>
8633 L:      [email protected]
8634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8635 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8636 S:      Supported
8637 F:      drivers/nvme/host/
8638 F:      include/linux/nvme.h
8639
8640 NVM EXPRESS TARGET DRIVER
8641 M:      Christoph Hellwig <[email protected]>
8642 M:      Sagi Grimberg <[email protected]>
8643 L:      [email protected]
8644 S:      Supported
8645 F:      drivers/nvme/target/
8646
8647 NVMEM FRAMEWORK
8648 M:      Srinivas Kandagatla <[email protected]>
8649 M:      Maxime Ripard <[email protected]>
8650 S:      Maintained
8651 F:      drivers/nvmem/
8652 F:      Documentation/devicetree/bindings/nvmem/
8653 F:      include/linux/nvmem-consumer.h
8654 F:      include/linux/nvmem-provider.h
8655
8656 NXP-NCI NFC DRIVER
8657 M:      Clément Perrochaud <[email protected]>
8658 R:      Charles Gorand <[email protected]>
8659 L:      [email protected] (moderated for non-subscribers)
8660 S:      Supported
8661 F:      drivers/nfc/nxp-nci
8662
8663 NXP TDA998X DRM DRIVER
8664 M:      Russell King <[email protected]>
8665 S:      Supported
8666 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8667 F:      include/drm/i2c/tda998x.h
8668
8669 NXP TFA9879 DRIVER
8670 M:      Peter Rosin <[email protected]>
8671 L:      [email protected] (moderated for non-subscribers)
8672 S:      Maintained
8673 F:      sound/soc/codecs/tfa9879*
8674
8675 OBJTOOL
8676 M:      Josh Poimboeuf <[email protected]>
8677 S:      Supported
8678 F:      tools/objtool/
8679
8680 OMAP SUPPORT
8681 M:      Tony Lindgren <[email protected]>
8682 L:      [email protected]
8683 W:      http://www.muru.com/linux/omap/
8684 W:      http://linux.omap.com/
8685 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8687 S:      Maintained
8688 F:      arch/arm/*omap*/
8689 F:      arch/arm/configs/omap1_defconfig
8690 F:      arch/arm/configs/omap2plus_defconfig
8691 F:      drivers/i2c/busses/i2c-omap.c
8692 F:      drivers/irqchip/irq-omap-intc.c
8693 F:      drivers/mfd/*omap*.c
8694 F:      drivers/mfd/menelaus.c
8695 F:      drivers/mfd/palmas.c
8696 F:      drivers/mfd/tps65217.c
8697 F:      drivers/mfd/tps65218.c
8698 F:      drivers/mfd/tps65910.c
8699 F:      drivers/mfd/twl-core.[ch]
8700 F:      drivers/mfd/twl4030*.c
8701 F:      drivers/mfd/twl6030*.c
8702 F:      drivers/mfd/twl6040*.c
8703 F:      drivers/regulator/palmas-regulator*.c
8704 F:      drivers/regulator/pbias-regulator.c
8705 F:      drivers/regulator/tps65217-regulator.c
8706 F:      drivers/regulator/tps65218-regulator.c
8707 F:      drivers/regulator/tps65910-regulator.c
8708 F:      drivers/regulator/twl-regulator.c
8709 F:      include/linux/i2c-omap.h
8710
8711 OMAP DEVICE TREE SUPPORT
8712 M:      Benoît Cousson <[email protected]>
8713 M:      Tony Lindgren <[email protected]>
8714 L:      [email protected]
8715 L:      [email protected]
8716 S:      Maintained
8717 F:      arch/arm/boot/dts/*omap*
8718 F:      arch/arm/boot/dts/*am3*
8719 F:      arch/arm/boot/dts/*am4*
8720 F:      arch/arm/boot/dts/*am5*
8721 F:      arch/arm/boot/dts/*dra7*
8722
8723 OMAP CLOCK FRAMEWORK SUPPORT
8724 M:      Paul Walmsley <[email protected]>
8725 L:      [email protected]
8726 S:      Maintained
8727 F:      arch/arm/*omap*/*clock*
8728
8729 OMAP POWER MANAGEMENT SUPPORT
8730 M:      Kevin Hilman <[email protected]>
8731 L:      [email protected]
8732 S:      Maintained
8733 F:      arch/arm/*omap*/*pm*
8734 F:      drivers/cpufreq/omap-cpufreq.c
8735
8736 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8737 M:      Rajendra Nayak <[email protected]>
8738 M:      Paul Walmsley <[email protected]>
8739 L:      [email protected]
8740 S:      Maintained
8741 F:      arch/arm/mach-omap2/prm*
8742
8743 OMAP AUDIO SUPPORT
8744 M:      Peter Ujfalusi <[email protected]>
8745 M:      Jarkko Nikula <[email protected]>
8746 L:      [email protected] (moderated for non-subscribers)
8747 L:      [email protected]
8748 S:      Maintained
8749 F:      sound/soc/omap/
8750
8751 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8752 M:      Roger Quadros <[email protected]>
8753 M:      Tony Lindgren <[email protected]>
8754 L:      [email protected]
8755 S:      Maintained
8756 F:      drivers/memory/omap-gpmc.c
8757 F:      arch/arm/mach-omap2/*gpmc*
8758
8759 OMAP FRAMEBUFFER SUPPORT
8760 M:      Tomi Valkeinen <[email protected]>
8761 L:      [email protected]
8762 L:      [email protected]
8763 S:      Maintained
8764 F:      drivers/video/fbdev/omap/
8765
8766 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8767 M:      Tomi Valkeinen <[email protected]>
8768 L:      [email protected]
8769 L:      [email protected]
8770 S:      Maintained
8771 F:      drivers/video/fbdev/omap2/
8772 F:      Documentation/arm/OMAP/DSS
8773
8774 OMAP HARDWARE SPINLOCK SUPPORT
8775 M:      Ohad Ben-Cohen <[email protected]>
8776 L:      [email protected]
8777 S:      Maintained
8778 F:      drivers/hwspinlock/omap_hwspinlock.c
8779
8780 OMAP MMC SUPPORT
8781 M:      Jarkko Lavinen <[email protected]>
8782 L:      [email protected]
8783 S:      Maintained
8784 F:      drivers/mmc/host/omap.c
8785
8786 OMAP HS MMC SUPPORT
8787 L:      [email protected]
8788 L:      [email protected]
8789 S:      Orphan
8790 F:      drivers/mmc/host/omap_hsmmc.c
8791
8792 OMAP RANDOM NUMBER GENERATOR SUPPORT
8793 M:      Deepak Saxena <[email protected]>
8794 S:      Maintained
8795 F:      drivers/char/hw_random/omap-rng.c
8796
8797 OMAP HWMOD SUPPORT
8798 M:      Benoît Cousson <[email protected]>
8799 M:      Paul Walmsley <[email protected]>
8800 L:      [email protected]
8801 S:      Maintained
8802 F:      arch/arm/mach-omap2/omap_hwmod.*
8803
8804 OMAP HWMOD DATA
8805 M:      Paul Walmsley <[email protected]>
8806 L:      [email protected]
8807 S:      Maintained
8808 F:      arch/arm/mach-omap2/omap_hwmod*data*
8809
8810 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8811 M:      Benoît Cousson <[email protected]>
8812 L:      [email protected]
8813 S:      Maintained
8814 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8815
8816 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8817 M:      Laurent Pinchart <[email protected]>
8818 L:      [email protected]
8819 S:      Maintained
8820 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8821 F:      drivers/media/platform/omap3isp/
8822 F:      drivers/staging/media/omap4iss/
8823
8824 OMAP USB SUPPORT
8825 L:      [email protected]
8826 L:      [email protected]
8827 S:      Orphan
8828 F:      drivers/usb/*/*omap*
8829 F:      arch/arm/*omap*/usb*
8830
8831 OMAP GPIO DRIVER
8832 M:      Grygorii Strashko <[email protected]>
8833 M:      Santosh Shilimkar <[email protected]>
8834 M:      Kevin Hilman <[email protected]>
8835 L:      [email protected]
8836 S:      Maintained
8837 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8838 F:      drivers/gpio/gpio-omap.c
8839
8840 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8841 M:      Mark Jackson <[email protected]>
8842 L:      [email protected]
8843 S:      Maintained
8844 F:      arch/arm/boot/dts/am335x-nano.dts
8845
8846 OMFS FILESYSTEM
8847 M:      Bob Copeland <[email protected]>
8848 L:      [email protected]
8849 S:      Maintained
8850 F:      Documentation/filesystems/omfs.txt
8851 F:      fs/omfs/
8852
8853 OMNIKEY CARDMAN 4000 DRIVER
8854 M:      Harald Welte <[email protected]>
8855 S:      Maintained
8856 F:      drivers/char/pcmcia/cm4000_cs.c
8857 F:      include/linux/cm4000_cs.h
8858 F:      include/uapi/linux/cm4000_cs.h
8859
8860 OMNIKEY CARDMAN 4040 DRIVER
8861 M:      Harald Welte <[email protected]>
8862 S:      Maintained
8863 F:      drivers/char/pcmcia/cm4040_cs.*
8864
8865 OMNIVISION OV7670 SENSOR DRIVER
8866 M:      Jonathan Corbet <[email protected]>
8867 L:      [email protected]
8868 T:      git git://linuxtv.org/media_tree.git
8869 S:      Maintained
8870 F:      drivers/media/i2c/ov7670.c
8871
8872 ONENAND FLASH DRIVER
8873 M:      Kyungmin Park <[email protected]>
8874 L:      [email protected]
8875 S:      Maintained
8876 F:      drivers/mtd/onenand/
8877 F:      include/linux/mtd/onenand*.h
8878
8879 ONSTREAM SCSI TAPE DRIVER
8880 M:      Willem Riede <[email protected]>
8881 L:      [email protected]
8882 L:      [email protected]
8883 S:      Maintained
8884 F:      Documentation/scsi/osst.txt
8885 F:      drivers/scsi/osst.*
8886 F:      drivers/scsi/osst_*.h
8887 F:      drivers/scsi/st.h
8888
8889 OPENCORES I2C BUS DRIVER
8890 M:      Peter Korsgaard <[email protected]>
8891 L:      [email protected]
8892 S:      Maintained
8893 F:      Documentation/i2c/busses/i2c-ocores
8894 F:      drivers/i2c/busses/i2c-ocores.c
8895
8896 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8897 M:      Rob Herring <[email protected]>
8898 M:      Frank Rowand <[email protected]>
8899 L:      [email protected]
8900 W:      http://www.devicetree.org/
8901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8902 S:      Maintained
8903 F:      drivers/of/
8904 F:      include/linux/of*.h
8905 F:      scripts/dtc/
8906
8907 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8908 M:      Rob Herring <[email protected]>
8909 M:      Mark Rutland <[email protected]>
8910 L:      [email protected]
8911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8912 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8913 S:      Maintained
8914 F:      Documentation/devicetree/
8915 F:      arch/*/boot/dts/
8916 F:      include/dt-bindings/
8917
8918 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8919 M:      Pantelis Antoniou <[email protected]>
8920 L:      [email protected]
8921 S:      Maintained
8922 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8923 F:      Documentation/devicetree/overlay-notes.txt
8924 F:      drivers/of/overlay.c
8925 F:      drivers/of/resolver.c
8926
8927 OPENRISC ARCHITECTURE
8928 M:      Jonas Bonn <[email protected]>
8929 W:      http://openrisc.net
8930 S:      Maintained
8931 T:      git git://openrisc.net/~jonas/linux
8932 F:      arch/openrisc/
8933
8934 OPENVSWITCH
8935 M:      Pravin Shelar <[email protected]>
8936 L:      [email protected]
8937 L:      [email protected]
8938 W:      http://openvswitch.org
8939 S:      Maintained
8940 F:      net/openvswitch/
8941 F:      include/uapi/linux/openvswitch.h
8942
8943 OPERATING PERFORMANCE POINTS (OPP)
8944 M:      Viresh Kumar <[email protected]>
8945 M:      Nishanth Menon <[email protected]>
8946 M:      Stephen Boyd <[email protected]>
8947 L:      [email protected]
8948 S:      Maintained
8949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8950 F:      drivers/base/power/opp/
8951 F:      include/linux/pm_opp.h
8952 F:      Documentation/power/opp.txt
8953 F:      Documentation/devicetree/bindings/opp/
8954
8955 OPL4 DRIVER
8956 M:      Clemens Ladisch <[email protected]>
8957 L:      [email protected] (moderated for non-subscribers)
8958 T:      git git://git.alsa-project.org/alsa-kernel.git
8959 S:      Maintained
8960 F:      sound/drivers/opl4/
8961
8962 OPROFILE
8963 M:      Robert Richter <[email protected]>
8964 L:      [email protected]
8965 S:      Maintained
8966 F:      arch/*/include/asm/oprofile*.h
8967 F:      arch/*/oprofile/
8968 F:      drivers/oprofile/
8969 F:      include/linux/oprofile.h
8970
8971 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8972 M:      Mark Fasheh <[email protected]>
8973 M:      Joel Becker <[email protected]>
8974 L:      [email protected] (moderated for non-subscribers)
8975 W:      http://ocfs2.wiki.kernel.org
8976 S:      Supported
8977 F:      Documentation/filesystems/ocfs2.txt
8978 F:      Documentation/filesystems/dlmfs.txt
8979 F:      fs/ocfs2/
8980
8981 ORINOCO DRIVER
8982 L:      [email protected]
8983 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8984 W:      http://www.nongnu.org/orinoco/
8985 S:      Orphan
8986 F:      drivers/net/wireless/intersil/orinoco/
8987
8988 OSD LIBRARY and FILESYSTEM
8989 M:      Boaz Harrosh <[email protected]>
8990 M:      Benny Halevy <[email protected]>
8991 L:      [email protected]
8992 W:      http://open-osd.org
8993 T:      git git://git.open-osd.org/open-osd.git
8994 S:      Maintained
8995 F:      drivers/scsi/osd/
8996 F:      include/scsi/osd_*
8997 F:      fs/exofs/
8998
8999 OVERLAY FILESYSTEM
9000 M:      Miklos Szeredi <[email protected]>
9001 L:      [email protected]
9002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9003 S:      Supported
9004 F:      fs/overlayfs/
9005 F:      Documentation/filesystems/overlayfs.txt
9006
9007 ORANGEFS FILESYSTEM
9008 M:      Mike Marshall <[email protected]>
9009 L:      [email protected] (subscribers-only)
9010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9011 S:      Supported
9012 F:      fs/orangefs/
9013 F:      Documentation/filesystems/orangefs.txt
9014
9015 P54 WIRELESS DRIVER
9016 M:      Christian Lamparter <[email protected]>
9017 L:      [email protected]
9018 W:      http://wireless.kernel.org/en/users/Drivers/p54
9019 S:      Maintained
9020 F:      drivers/net/wireless/intersil/p54/
9021
9022 PA SEMI ETHERNET DRIVER
9023 M:      Olof Johansson <[email protected]>
9024 L:      [email protected]
9025 S:      Maintained
9026 F:      drivers/net/ethernet/pasemi/*
9027
9028 PA SEMI SMBUS DRIVER
9029 M:      Olof Johansson <[email protected]>
9030 L:      [email protected]
9031 S:      Maintained
9032 F:      drivers/i2c/busses/i2c-pasemi.c
9033
9034 PADATA PARALLEL EXECUTION MECHANISM
9035 M:      Steffen Klassert <[email protected]>
9036 L:      [email protected]
9037 S:      Maintained
9038 F:      kernel/padata.c
9039 F:      include/linux/padata.h
9040 F:      Documentation/padata.txt
9041
9042 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9043 M:      Harald Welte <[email protected]>
9044 L:      [email protected]
9045 S:      Maintained
9046 F:      drivers/platform/x86/panasonic-laptop.c
9047
9048 PANASONIC MN10300/AM33/AM34 PORT
9049 M:      David Howells <[email protected]>
9050 L:      [email protected] (moderated for non-subscribers)
9051 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9052 S:      Maintained
9053 F:      Documentation/mn10300/
9054 F:      arch/mn10300/
9055
9056 PARALLEL LCD/KEYPAD PANEL DRIVER
9057 M:      Willy Tarreau <[email protected]>
9058 M:      Ksenija Stanojevic <[email protected]>
9059 S:      Odd Fixes
9060 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9061 F:      drivers/misc/panel.c
9062
9063 PARALLEL PORT SUBSYSTEM
9064 M:      Sudip Mukherjee <[email protected]>
9065 M:      Sudip Mukherjee <[email protected]>
9066 L:      [email protected] (subscribers-only)
9067 S:      Maintained
9068 F:      drivers/parport/
9069 F:      include/linux/parport*.h
9070 F:      drivers/char/ppdev.c
9071 F:      include/uapi/linux/ppdev.h
9072 F:      Documentation/parport*.txt
9073
9074 PARAVIRT_OPS INTERFACE
9075 M:      Jeremy Fitzhardinge <[email protected]>
9076 M:      Chris Wright <[email protected]>
9077 M:      Alok Kataria <[email protected]>
9078 M:      Rusty Russell <[email protected]>
9079 L:      [email protected]
9080 S:      Supported
9081 F:      Documentation/virtual/paravirt_ops.txt
9082 F:      arch/*/kernel/paravirt*
9083 F:      arch/*/include/asm/paravirt.h
9084 F:      include/linux/hypervisor.h
9085
9086 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9087 M:      Tim Waugh <[email protected]>
9088 L:      [email protected] (subscribers-only)
9089 S:      Maintained
9090 F:      Documentation/blockdev/paride.txt
9091 F:      drivers/block/paride/
9092
9093 PARISC ARCHITECTURE
9094 M:      "James E.J. Bottomley" <[email protected]>
9095 M:      Helge Deller <[email protected]>
9096 L:      [email protected]
9097 W:      http://www.parisc-linux.org/
9098 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9101 S:      Maintained
9102 F:      arch/parisc/
9103 F:      Documentation/parisc/
9104 F:      drivers/parisc/
9105 F:      drivers/char/agp/parisc-agp.c
9106 F:      drivers/input/serio/gscps2.c
9107 F:      drivers/parport/parport_gsc.*
9108 F:      drivers/tty/serial/8250/8250_gsc.c
9109 F:      drivers/video/fbdev/sti*
9110 F:      drivers/video/console/sti*
9111 F:      drivers/video/logo/logo_parisc*
9112
9113 PC87360 HARDWARE MONITORING DRIVER
9114 M:      Jim Cromie <[email protected]>
9115 L:      [email protected]
9116 S:      Maintained
9117 F:      Documentation/hwmon/pc87360
9118 F:      drivers/hwmon/pc87360.c
9119
9120 PC8736x GPIO DRIVER
9121 M:      Jim Cromie <[email protected]>
9122 S:      Maintained
9123 F:      drivers/char/pc8736x_gpio.c
9124
9125 PC87427 HARDWARE MONITORING DRIVER
9126 M:      Jean Delvare <[email protected]>
9127 L:      [email protected]
9128 S:      Maintained
9129 F:      Documentation/hwmon/pc87427
9130 F:      drivers/hwmon/pc87427.c
9131
9132 PCA9532 LED DRIVER
9133 M:      Riku Voipio <[email protected]>
9134 S:      Maintained
9135 F:      drivers/leds/leds-pca9532.c
9136 F:      include/linux/leds-pca9532.h
9137
9138 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9139 M:      Guenter Roeck <[email protected]>
9140 L:      [email protected]
9141 S:      Maintained
9142 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9143
9144 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9145 M:      Khalid Aziz <[email protected]>
9146 S:      Maintained
9147 F:      drivers/firmware/pcdp.*
9148
9149 PCI ERROR RECOVERY
9150 M:      Linas Vepstas <[email protected]>
9151 L:      [email protected]
9152 S:      Supported
9153 F:      Documentation/PCI/pci-error-recovery.txt
9154
9155 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9156 M:      Russell Currey <[email protected]>
9157 L:      [email protected]
9158 S:      Supported
9159 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9160 F:      arch/powerpc/kernel/eeh*.c
9161 F:      arch/powerpc/platforms/*/eeh*.c
9162 F:      arch/powerpc/include/*/eeh*.h
9163
9164 PCI SUBSYSTEM
9165 M:      Bjorn Helgaas <[email protected]>
9166 L:      [email protected]
9167 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9169 S:      Supported
9170 F:      Documentation/devicetree/bindings/pci/
9171 F:      Documentation/PCI/
9172 F:      drivers/pci/
9173 F:      include/linux/pci*
9174 F:      arch/x86/pci/
9175 F:      arch/x86/kernel/quirks.c
9176
9177 PCI DRIVER FOR ALTERA PCIE IP
9178 M:      Ley Foon Tan <[email protected]>
9179 L:      [email protected] (moderated for non-subscribers)
9180 L:      [email protected]
9181 S:      Supported
9182 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9183 F:      drivers/pci/host/pcie-altera.c
9184
9185 PCI DRIVER FOR ARM VERSATILE PLATFORM
9186 M:      Rob Herring <[email protected]>
9187 L:      [email protected]
9188 L:      [email protected]
9189 S:      Maintained
9190 F:      Documentation/devicetree/bindings/pci/versatile.txt
9191 F:      drivers/pci/host/pci-versatile.c
9192
9193 PCI DRIVER FOR ARMADA 8K
9194 M:      Thomas Petazzoni <[email protected]>
9195 L:      [email protected]
9196 L:      [email protected]
9197 S:      Maintained
9198 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9199 F:      drivers/pci/host/pcie-armada8k.c
9200
9201 PCI DRIVER FOR APPLIEDMICRO XGENE
9202 M:      Tanmay Inamdar <[email protected]>
9203 L:      [email protected]
9204 L:      [email protected]
9205 S:      Maintained
9206 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9207 F:      drivers/pci/host/pci-xgene.c
9208
9209 PCI DRIVER FOR FREESCALE LAYERSCAPE
9210 M:      Minghuan Lian <[email protected]>
9211 M:      Mingkai Hu <[email protected]>
9212 M:      Roy Zang <[email protected]>
9213 L:      [email protected]
9214 L:      [email protected]
9215 L:      [email protected]
9216 S:      Maintained
9217 F:      drivers/pci/host/*layerscape*
9218
9219 PCI DRIVER FOR IMX6
9220 M:      Richard Zhu <[email protected]>
9221 M:      Lucas Stach <[email protected]>
9222 L:      [email protected]
9223 L:      [email protected] (moderated for non-subscribers)
9224 S:      Maintained
9225 F:      drivers/pci/host/*imx6*
9226
9227 PCI DRIVER FOR TI KEYSTONE
9228 M:      Murali Karicheri <[email protected]>
9229 L:      [email protected]
9230 L:      [email protected] (moderated for non-subscribers)
9231 S:      Maintained
9232 F:      drivers/pci/host/*keystone*
9233
9234 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9235 M:      Thomas Petazzoni <[email protected]>
9236 M:      Jason Cooper <[email protected]>
9237 L:      [email protected]
9238 L:      [email protected] (moderated for non-subscribers)
9239 S:      Maintained
9240 F:      drivers/pci/host/*mvebu*
9241
9242 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9243 M:      Thomas Petazzoni <[email protected]>
9244 L:      [email protected]
9245 L:      [email protected] (moderated for non-subscribers)
9246 S:      Maintained
9247 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9248 F:      drivers/pci/host/pci-aardvark.c
9249
9250 PCI DRIVER FOR NVIDIA TEGRA
9251 M:      Thierry Reding <[email protected]>
9252 L:      [email protected]
9253 L:      [email protected]
9254 S:      Supported
9255 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9256 F:      drivers/pci/host/pci-tegra.c
9257
9258 PCI DRIVER FOR TI DRA7XX
9259 M:      Kishon Vijay Abraham I <[email protected]>
9260 L:      [email protected]
9261 L:      [email protected]
9262 S:      Supported
9263 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9264 F:      drivers/pci/host/pci-dra7xx.c
9265
9266 PCI DRIVER FOR RENESAS R-CAR
9267 M:      Simon Horman <[email protected]>
9268 L:      [email protected]
9269 L:      [email protected]
9270 S:      Maintained
9271 F:      drivers/pci/host/*rcar*
9272
9273 PCI DRIVER FOR SAMSUNG EXYNOS
9274 M:      Jingoo Han <[email protected]>
9275 L:      [email protected]
9276 L:      [email protected] (moderated for non-subscribers)
9277 L:      [email protected] (moderated for non-subscribers)
9278 S:      Maintained
9279 F:      drivers/pci/host/pci-exynos.c
9280
9281 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9282 M:      Jingoo Han <[email protected]>
9283 M:      Pratyush Anand <[email protected]>
9284 L:      [email protected]
9285 S:      Maintained
9286 F:      drivers/pci/host/*designware*
9287
9288 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9289 M:      Joao Pinto <[email protected]>
9290 L:      [email protected]
9291 S:      Maintained
9292 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9293 F:      drivers/pci/host/pcie-designware-plat.c
9294
9295 PCI DRIVER FOR GENERIC OF HOSTS
9296 M:      Will Deacon <[email protected]>
9297 L:      [email protected]
9298 L:      [email protected] (moderated for non-subscribers)
9299 S:      Maintained
9300 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9301 F:      drivers/pci/host/pci-host-common.c
9302 F:      drivers/pci/host/pci-host-generic.c
9303
9304 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9305 M:      Keith Busch <[email protected]>
9306 L:      [email protected]
9307 S:      Supported
9308 F:      arch/x86/pci/vmd.c
9309
9310 PCIE DRIVER FOR ST SPEAR13XX
9311 M:      Pratyush Anand <[email protected]>
9312 L:      [email protected]
9313 S:      Maintained
9314 F:      drivers/pci/host/*spear*
9315
9316 PCI MSI DRIVER FOR ALTERA MSI IP
9317 M:      Ley Foon Tan <[email protected]>
9318 L:      [email protected] (moderated for non-subscribers)
9319 L:      [email protected]
9320 S:      Supported
9321 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9322 F:      drivers/pci/host/pcie-altera-msi.c
9323
9324 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9325 M:      Duc Dang <[email protected]>
9326 L:      [email protected]
9327 L:      [email protected]
9328 S:      Maintained
9329 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9330 F:      drivers/pci/host/pci-xgene-msi.c
9331
9332 PCIE DRIVER FOR AXIS ARTPEC
9333 M:      Niklas Cassel <[email protected]>
9334 M:      Jesper Nilsson <[email protected]>
9335 L:      [email protected]
9336 L:      [email protected]
9337 S:      Maintained
9338 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9339 F:      drivers/pci/host/*artpec*
9340
9341 PCIE DRIVER FOR HISILICON
9342 M:      Zhou Wang <[email protected]>
9343 M:      Gabriele Paoloni <[email protected]>
9344 L:      [email protected]
9345 S:      Maintained
9346 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9347 F:      drivers/pci/host/pcie-hisi.c
9348
9349 PCIE DRIVER FOR ROCKCHIP
9350 M:      Shawn Lin <[email protected]>
9351 M:      Wenrui Li <[email protected]>
9352 L:      [email protected]
9353 L:      [email protected]
9354 S:      Maintained
9355 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9356 F:      drivers/pci/host/pcie-rockchip.c
9357
9358 PCIE DRIVER FOR QUALCOMM MSM
9359 M:     Stanimir Varbanov <[email protected]>
9360 L:     [email protected]
9361 L:     [email protected]
9362 S:     Maintained
9363 F:     drivers/pci/host/*qcom*
9364
9365 PCIE DRIVER FOR CAVIUM THUNDERX
9366 M:      David Daney <[email protected]>
9367 L:      [email protected]
9368 L:      [email protected] (moderated for non-subscribers)
9369 S:      Supported
9370 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9371 F:      drivers/pci/host/pci-thunder-*
9372
9373 PCMCIA SUBSYSTEM
9374 P:      Linux PCMCIA Team
9375 L:      [email protected]
9376 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9378 S:      Maintained
9379 F:      Documentation/pcmcia/
9380 F:      drivers/pcmcia/
9381 F:      include/pcmcia/
9382
9383 PCNET32 NETWORK DRIVER
9384 M:      Don Fry <[email protected]>
9385 L:      [email protected]
9386 S:      Maintained
9387 F:      drivers/net/ethernet/amd/pcnet32.c
9388
9389 PCRYPT PARALLEL CRYPTO ENGINE
9390 M:      Steffen Klassert <[email protected]>
9391 L:      [email protected]
9392 S:      Maintained
9393 F:      crypto/pcrypt.c
9394 F:      include/crypto/pcrypt.h
9395
9396 PER-CPU MEMORY ALLOCATOR
9397 M:      Tejun Heo <[email protected]>
9398 M:      Christoph Lameter <[email protected]>
9399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9400 S:      Maintained
9401 F:      include/linux/percpu*.h
9402 F:      mm/percpu*.c
9403 F:      arch/*/include/asm/percpu.h
9404
9405 PER-TASK DELAY ACCOUNTING
9406 M:      Balbir Singh <[email protected]>
9407 S:      Maintained
9408 F:      include/linux/delayacct.h
9409 F:      kernel/delayacct.c
9410
9411 PERFORMANCE EVENTS SUBSYSTEM
9412 M:      Peter Zijlstra <[email protected]>
9413 M:      Ingo Molnar <[email protected]>
9414 M:      Arnaldo Carvalho de Melo <[email protected]>
9415 R:      Alexander Shishkin <[email protected]>
9416 L:      [email protected]
9417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9418 S:      Supported
9419 F:      kernel/events/*
9420 F:      include/linux/perf_event.h
9421 F:      include/uapi/linux/perf_event.h
9422 F:      arch/*/kernel/perf_event*.c
9423 F:      arch/*/kernel/*/perf_event*.c
9424 F:      arch/*/kernel/*/*/perf_event*.c
9425 F:      arch/*/include/asm/perf_event.h
9426 F:      arch/*/kernel/perf_callchain.c
9427 F:      arch/*/events/*
9428 F:      tools/perf/
9429
9430 PERSONALITY HANDLING
9431 M:      Christoph Hellwig <[email protected]>
9432 L:      [email protected]
9433 S:      Maintained
9434 F:      include/linux/personality.h
9435 F:      include/uapi/linux/personality.h
9436
9437 PHONET PROTOCOL
9438 M:      Remi Denis-Courmont <[email protected]>
9439 S:      Supported
9440 F:      Documentation/networking/phonet.txt
9441 F:      include/linux/phonet.h
9442 F:      include/net/phonet/
9443 F:      include/uapi/linux/phonet.h
9444 F:      net/phonet/
9445
9446 PHRAM MTD DRIVER
9447 M:      Joern Engel <[email protected]>
9448 L:      [email protected]
9449 S:      Maintained
9450 F:      drivers/mtd/devices/phram.c
9451
9452 PICOLCD HID DRIVER
9453 M:      Bruno Prémont <[email protected]>
9454 L:      [email protected]
9455 S:      Maintained
9456 F:      drivers/hid/hid-picolcd*
9457
9458 PICOXCELL SUPPORT
9459 M:      Jamie Iles <[email protected]>
9460 L:      [email protected] (moderated for non-subscribers)
9461 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9462 S:      Supported
9463 F:      arch/arm/boot/dts/picoxcell*
9464 F:      arch/arm/mach-picoxcell/
9465 F:      drivers/crypto/picoxcell*
9466
9467 PIN CONTROL SUBSYSTEM
9468 M:      Linus Walleij <[email protected]>
9469 L:      [email protected]
9470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9471 S:      Maintained
9472 F:      Documentation/devicetree/bindings/pinctrl/
9473 F:      Documentation/pinctrl.txt
9474 F:      drivers/pinctrl/
9475 F:      include/linux/pinctrl/
9476
9477 PIN CONTROLLER - ATMEL AT91
9478 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9479 L:      [email protected] (moderated for non-subscribers)
9480 S:      Maintained
9481 F:      drivers/pinctrl/pinctrl-at91.*
9482
9483 PIN CONTROLLER - ATMEL AT91 PIO4
9484 M:      Ludovic Desroches <[email protected]>
9485 L:      [email protected] (moderated for non-subscribers)
9486 L:      [email protected]
9487 S:      Supported
9488 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9489
9490 PIN CONTROLLER - INTEL
9491 M:      Mika Westerberg <[email protected]>
9492 M:      Heikki Krogerus <[email protected]>
9493 S:      Maintained
9494 F:      drivers/pinctrl/intel/
9495
9496 PIN CONTROLLER - RENESAS
9497 M:      Laurent Pinchart <[email protected]>
9498 M:      Geert Uytterhoeven <[email protected]>
9499 L:      [email protected]
9500 S:      Maintained
9501 F:      drivers/pinctrl/sh-pfc/
9502
9503 PIN CONTROLLER - SAMSUNG
9504 M:      Tomasz Figa <[email protected]>
9505 M:      Krzysztof Kozlowski <[email protected]>
9506 M:      Sylwester Nawrocki <[email protected]>
9507 L:      [email protected] (moderated for non-subscribers)
9508 L:      [email protected] (moderated for non-subscribers)
9509 S:      Maintained
9510 F:      drivers/pinctrl/samsung/
9511 F:      include/dt-bindings/pinctrl/samsung.h
9512 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9513
9514 PIN CONTROLLER - SINGLE
9515 M:      Tony Lindgren <[email protected]>
9516 M:      Haojian Zhuang <[email protected]>
9517 L:      [email protected] (moderated for non-subscribers)
9518 L:      [email protected]
9519 S:      Maintained
9520 F:      drivers/pinctrl/pinctrl-single.c
9521
9522 PIN CONTROLLER - ST SPEAR
9523 M:      Viresh Kumar <[email protected]>
9524 L:      [email protected] (moderated for non-subscribers)
9525 W:      http://www.st.com/spear
9526 S:      Maintained
9527 F:      drivers/pinctrl/spear/
9528
9529 PISTACHIO SOC SUPPORT
9530 M:      James Hartley <[email protected]>
9531 M:      Ionela Voinescu <[email protected]>
9532 L:      [email protected]
9533 S:      Maintained
9534 F:      arch/mips/pistachio/
9535 F:      arch/mips/include/asm/mach-pistachio/
9536 F:      arch/mips/boot/dts/pistachio/
9537 F:      arch/mips/configs/pistachio*_defconfig
9538
9539 PKTCDVD DRIVER
9540 M:      Jiri Kosina <[email protected]>
9541 S:      Maintained
9542 F:      drivers/block/pktcdvd.c
9543 F:      include/linux/pktcdvd.h
9544 F:      include/uapi/linux/pktcdvd.h
9545
9546 PKUNITY SOC DRIVERS
9547 M:      Guan Xuetao <[email protected]>
9548 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9549 S:      Maintained
9550 T:      git git://github.com/gxt/linux.git
9551 F:      drivers/input/serio/i8042-unicore32io.h
9552 F:      drivers/i2c/busses/i2c-puv3.c
9553 F:      drivers/video/fbdev/fb-puv3.c
9554 F:      drivers/rtc/rtc-puv3.c
9555
9556 PMBUS HARDWARE MONITORING DRIVERS
9557 M:      Guenter Roeck <[email protected]>
9558 L:      [email protected]
9559 W:      http://hwmon.wiki.kernel.org/
9560 W:      http://www.roeck-us.net/linux/drivers/
9561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9562 S:      Maintained
9563 F:      Documentation/hwmon/pmbus
9564 F:      drivers/hwmon/pmbus/
9565 F:      include/linux/i2c/pmbus.h
9566
9567 PMC SIERRA MaxRAID DRIVER
9568 L:      [email protected]
9569 W:      http://www.pmc-sierra.com/
9570 S:      Orphan
9571 F:      drivers/scsi/pmcraid.*
9572
9573 PMC SIERRA PM8001 DRIVER
9574 M:      Jack Wang <[email protected]>
9575 M:      [email protected]
9576 L:      [email protected]
9577 L:      [email protected]
9578 S:      Supported
9579 F:      drivers/scsi/pm8001/
9580
9581 POSIX CLOCKS and TIMERS
9582 M:      Thomas Gleixner <[email protected]>
9583 L:      [email protected]
9584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9585 S:      Maintained
9586 F:      fs/timerfd.c
9587 F:      include/linux/timer*
9588 F:      kernel/time/*timer*
9589
9590 POWER MANAGEMENT CORE
9591 M:      "Rafael J. Wysocki" <[email protected]>
9592 L:      [email protected]
9593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9594 S:      Supported
9595 F:      drivers/base/power/
9596 F:      include/linux/pm.h
9597 F:      include/linux/pm_*
9598 F:      include/linux/powercap.h
9599 F:      drivers/powercap/
9600
9601 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9602 M:      Sebastian Reichel <[email protected]>
9603 L:      [email protected]
9604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9605 S:      Maintained
9606 F:      Documentation/devicetree/bindings/power/supply/
9607 F:      include/linux/power_supply.h
9608 F:      drivers/power/supply/
9609
9610 POWER STATE COORDINATION INTERFACE (PSCI)
9611 M:      Mark Rutland <[email protected]>
9612 M:      Lorenzo Pieralisi <[email protected]>
9613 L:      [email protected]
9614 S:      Maintained
9615 F:      drivers/firmware/psci.c
9616 F:      include/linux/psci.h
9617 F:      include/uapi/linux/psci.h
9618
9619 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9620 M:      Suraj Jitindar Singh <[email protected]>
9621 L:      [email protected]
9622 S:      Maintained
9623 F:      drivers/char/powernv-op-panel.c
9624
9625 PNP SUPPORT
9626 M:      "Rafael J. Wysocki" <[email protected]>
9627 S:      Maintained
9628 F:      drivers/pnp/
9629
9630 PPP PROTOCOL DRIVERS AND COMPRESSORS
9631 M:      Paul Mackerras <[email protected]>
9632 L:      [email protected]
9633 S:      Maintained
9634 F:      drivers/net/ppp/ppp_*
9635
9636 PPP OVER ATM (RFC 2364)
9637 M:      Mitchell Blank Jr <[email protected]>
9638 S:      Maintained
9639 F:      net/atm/pppoatm.c
9640 F:      include/uapi/linux/atmppp.h
9641
9642 PPP OVER ETHERNET
9643 M:      Michal Ostrowski <[email protected]>
9644 S:      Maintained
9645 F:      drivers/net/ppp/pppoe.c
9646 F:      drivers/net/ppp/pppox.c
9647
9648 PPP OVER L2TP
9649 M:      James Chapman <[email protected]>
9650 S:      Maintained
9651 F:      net/l2tp/l2tp_ppp.c
9652 F:      include/linux/if_pppol2tp.h
9653 F:      include/uapi/linux/if_pppol2tp.h
9654
9655 PPS SUPPORT
9656 M:      Rodolfo Giometti <[email protected]>
9657 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9658 L:      [email protected] (subscribers-only)
9659 S:      Maintained
9660 F:      Documentation/pps/
9661 F:      drivers/pps/
9662 F:      include/linux/pps*.h
9663
9664 PPTP DRIVER
9665 M:      Dmitry Kozlov <[email protected]>
9666 L:      [email protected]
9667 S:      Maintained
9668 F:      drivers/net/ppp/pptp.c
9669 W:      http://sourceforge.net/projects/accel-pptp
9670
9671 PREEMPTIBLE KERNEL
9672 M:      Robert Love <[email protected]>
9673 L:      [email protected]
9674 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9675 S:      Supported
9676 F:      Documentation/preempt-locking.txt
9677 F:      include/linux/preempt.h
9678
9679 PRISM54 WIRELESS DRIVER
9680 M:      "Luis R. Rodriguez" <[email protected]>
9681 L:      [email protected]
9682 W:      http://wireless.kernel.org/en/users/Drivers/p54
9683 S:      Obsolete
9684 F:      drivers/net/wireless/intersil/prism54/
9685
9686 PS3 NETWORK SUPPORT
9687 M:      Geoff Levand <[email protected]>
9688 L:      [email protected]
9689 L:      [email protected]
9690 S:      Maintained
9691 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9692
9693 PS3 PLATFORM SUPPORT
9694 M:      Geoff Levand <[email protected]>
9695 L:      [email protected]
9696 S:      Maintained
9697 F:      arch/powerpc/boot/ps3*
9698 F:      arch/powerpc/include/asm/lv1call.h
9699 F:      arch/powerpc/include/asm/ps3*.h
9700 F:      arch/powerpc/platforms/ps3/
9701 F:      drivers/*/ps3*
9702 F:      drivers/ps3/
9703 F:      drivers/rtc/rtc-ps3.c
9704 F:      drivers/usb/host/*ps3.c
9705 F:      sound/ppc/snd_ps3*
9706
9707 PS3VRAM DRIVER
9708 M:      Jim Paris <[email protected]>
9709 M:      Geoff Levand <[email protected]>
9710 L:      [email protected]
9711 S:      Maintained
9712 F:      drivers/block/ps3vram.c
9713
9714 PSTORE FILESYSTEM
9715 M:      Anton Vorontsov <[email protected]>
9716 M:      Colin Cross <[email protected]>
9717 M:      Kees Cook <[email protected]>
9718 M:      Tony Luck <[email protected]>
9719 S:      Maintained
9720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9721 F:      fs/pstore/
9722 F:      include/linux/pstore*
9723 F:      drivers/firmware/efi/efi-pstore.c
9724 F:      drivers/acpi/apei/erst.c
9725
9726 PTP HARDWARE CLOCK SUPPORT
9727 M:      Richard Cochran <[email protected]>
9728 L:      [email protected]
9729 S:      Maintained
9730 W:      http://linuxptp.sourceforge.net/
9731 F:      Documentation/ABI/testing/sysfs-ptp
9732 F:      Documentation/ptp/*
9733 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9734 F:      drivers/net/phy/dp83640*
9735 F:      drivers/ptp/*
9736 F:      include/linux/ptp_cl*
9737
9738 PTRACE SUPPORT
9739 M:      Roland McGrath <[email protected]>
9740 M:      Oleg Nesterov <[email protected]>
9741 S:      Maintained
9742 F:      include/asm-generic/syscall.h
9743 F:      include/linux/ptrace.h
9744 F:      include/linux/regset.h
9745 F:      include/linux/tracehook.h
9746 F:      include/uapi/linux/ptrace.h
9747 F:      kernel/ptrace.c
9748
9749 PULSE8-CEC DRIVER
9750 M:      Hans Verkuil <[email protected]>
9751 L:      [email protected]
9752 T:      git git://linuxtv.org/media_tree.git
9753 S:      Maintained
9754 F:      drivers/staging/media/pulse8-cec
9755
9756 PVRUSB2 VIDEO4LINUX DRIVER
9757 M:      Mike Isely <[email protected]>
9758 L:      [email protected]       (subscribers-only)
9759 L:      [email protected]
9760 W:      http://www.isely.net/pvrusb2/
9761 T:      git git://linuxtv.org/media_tree.git
9762 S:      Maintained
9763 F:      Documentation/media/v4l-drivers/pvrusb2*
9764 F:      drivers/media/usb/pvrusb2/
9765
9766 PWC WEBCAM DRIVER
9767 M:      Hans Verkuil <[email protected]>
9768 L:      [email protected]
9769 T:      git git://linuxtv.org/media_tree.git
9770 S:      Odd Fixes
9771 F:      drivers/media/usb/pwc/*
9772
9773 PWM FAN DRIVER
9774 M:      Kamil Debski <[email protected]>
9775 M:      Lukasz Majewski <[email protected]>
9776 L:      [email protected]
9777 S:      Supported
9778 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9779 F:      Documentation/hwmon/pwm-fan
9780 F:      drivers/hwmon/pwm-fan.c
9781
9782 PWM SUBSYSTEM
9783 M:      Thierry Reding <[email protected]>
9784 L:      [email protected]
9785 S:      Maintained
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9787 F:      Documentation/pwm.txt
9788 F:      Documentation/devicetree/bindings/pwm/
9789 F:      include/linux/pwm.h
9790 F:      drivers/pwm/
9791 F:      drivers/video/backlight/pwm_bl.c
9792 F:      include/linux/pwm_backlight.h
9793
9794 PXA2xx/PXA3xx SUPPORT
9795 M:      Daniel Mack <[email protected]>
9796 M:      Haojian Zhuang <[email protected]>
9797 M:      Robert Jarzmik <[email protected]>
9798 L:      [email protected] (moderated for non-subscribers)
9799 T:      git git://github.com/hzhuang1/linux.git
9800 T:      git git://github.com/rjarzmik/linux.git
9801 S:      Maintained
9802 F:      arch/arm/boot/dts/pxa*
9803 F:      arch/arm/mach-pxa/
9804 F:      drivers/dma/pxa*
9805 F:      drivers/pcmcia/pxa2xx*
9806 F:      drivers/pinctrl/pxa/
9807 F:      drivers/spi/spi-pxa2xx*
9808 F:      drivers/usb/gadget/udc/pxa2*
9809 F:      include/sound/pxa2xx-lib.h
9810 F:      sound/arm/pxa*
9811 F:      sound/soc/pxa/
9812
9813 PXA GPIO DRIVER
9814 M:      Robert Jarzmik <[email protected]>
9815 L:      [email protected]
9816 S:      Maintained
9817 F:      drivers/gpio/gpio-pxa.c
9818
9819 PXA3xx NAND FLASH DRIVER
9820 M:      Ezequiel Garcia <[email protected]>
9821 L:      [email protected]
9822 S:      Maintained
9823 F:      drivers/mtd/nand/pxa3xx_nand.c
9824
9825 MMP SUPPORT
9826 M:      Eric Miao <[email protected]>
9827 M:      Haojian Zhuang <[email protected]>
9828 L:      [email protected] (moderated for non-subscribers)
9829 T:      git git://github.com/hzhuang1/linux.git
9830 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9831 S:      Maintained
9832 F:      arch/arm/boot/dts/mmp*
9833 F:      arch/arm/mach-mmp/
9834
9835 PXA MMCI DRIVER
9836 S:      Orphan
9837
9838 PXA RTC DRIVER
9839 M:      Robert Jarzmik <[email protected]>
9840 L:      [email protected]
9841 S:      Maintained
9842
9843 QAT DRIVER
9844 M:      Giovanni Cabiddu <[email protected]>
9845 M:      Salvatore Benedetto <[email protected]>
9846 L:      [email protected]
9847 S:      Supported
9848 F:      drivers/crypto/qat/
9849
9850 QIB DRIVER
9851 M:      Mike Marciniszyn <[email protected]>
9852 L:      [email protected]
9853 S:      Supported
9854 F:      drivers/infiniband/hw/qib/
9855
9856 QLOGIC QLA1280 SCSI DRIVER
9857 M:      Michael Reed <[email protected]>
9858 L:      [email protected]
9859 S:      Maintained
9860 F:      drivers/scsi/qla1280.[ch]
9861
9862 QLOGIC QLA2XXX FC-SCSI DRIVER
9863 M:      [email protected]
9864 L:      [email protected]
9865 S:      Supported
9866 F:      Documentation/scsi/LICENSE.qla2xxx
9867 F:      drivers/scsi/qla2xxx/
9868
9869 QLOGIC QLA4XXX iSCSI DRIVER
9870 M:      [email protected]
9871 L:      [email protected]
9872 S:      Supported
9873 F:      Documentation/scsi/LICENSE.qla4xxx
9874 F:      drivers/scsi/qla4xxx/
9875
9876 QLOGIC QLA3XXX NETWORK DRIVER
9877 M:      Jitendra Kalsaria <[email protected]>
9878 M:      Ron Mercer <[email protected]>
9879 M:      [email protected]
9880 L:      [email protected]
9881 S:      Supported
9882 F:      Documentation/networking/LICENSE.qla3xxx
9883 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9884
9885 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9886 M:      [email protected]
9887 L:      [email protected]
9888 S:      Supported
9889 F:      drivers/net/ethernet/qlogic/qlcnic/
9890
9891 QLOGIC QLGE 10Gb ETHERNET DRIVER
9892 M:      Harish Patil <[email protected]>
9893 M:      Sudarsana Kalluru <[email protected]>
9894 M:      [email protected]
9895 M:      [email protected]
9896 L:      [email protected]
9897 S:      Supported
9898 F:      drivers/net/ethernet/qlogic/qlge/
9899
9900 QLOGIC QL4xxx ETHERNET DRIVER
9901 M:      Yuval Mintz <[email protected]>
9902 M:      Ariel Elior <[email protected]>
9903 M:      [email protected]
9904 L:      [email protected]
9905 S:      Supported
9906 F:      drivers/net/ethernet/qlogic/qed/
9907 F:      include/linux/qed/
9908 F:      drivers/net/ethernet/qlogic/qede/
9909
9910 QNX4 FILESYSTEM
9911 M:      Anders Larsen <[email protected]>
9912 W:      http://www.alarsen.net/linux/qnx4fs/
9913 S:      Maintained
9914 F:      fs/qnx4/
9915 F:      include/uapi/linux/qnx4_fs.h
9916 F:      include/uapi/linux/qnxtypes.h
9917
9918 QT1010 MEDIA DRIVER
9919 M:      Antti Palosaari <[email protected]>
9920 L:      [email protected]
9921 W:      https://linuxtv.org
9922 W:      http://palosaari.fi/linux/
9923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9924 T:      git git://linuxtv.org/anttip/media_tree.git
9925 S:      Maintained
9926 F:      drivers/media/tuners/qt1010*
9927
9928 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9929 M:      QCA ath9k Development <[email protected]>
9930 L:      [email protected]
9931 L:      [email protected]
9932 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9933 S:      Supported
9934 F:      drivers/net/wireless/ath/ath9k/
9935
9936 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9937 M:      Kalle Valo <[email protected]>
9938 L:      [email protected]
9939 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9941 S:      Supported
9942 F:      drivers/net/wireless/ath/ath10k/
9943
9944 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9945 M:      Timur Tabi <[email protected]>
9946 L:      [email protected]
9947 S:      Supported
9948 F:      drivers/net/ethernet/qualcomm/emac/
9949
9950 QUALCOMM HEXAGON ARCHITECTURE
9951 M:      Richard Kuo <[email protected]>
9952 L:      [email protected]
9953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9954 S:      Supported
9955 F:      arch/hexagon/
9956
9957 QUALCOMM WCN36XX WIRELESS DRIVER
9958 M:      Eugene Krasnikov <[email protected]>
9959 L:      [email protected]
9960 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9961 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9962 S:      Supported
9963 F:      drivers/net/wireless/ath/wcn36xx/
9964
9965 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9966 M:      Gabriel Somlo <[email protected]>
9967 M:      "Michael S. Tsirkin" <[email protected]>
9968 L:      [email protected]
9969 S:      Maintained
9970 F:      drivers/firmware/qemu_fw_cfg.c
9971
9972 RADOS BLOCK DEVICE (RBD)
9973 M:      Ilya Dryomov <[email protected]>
9974 M:      Sage Weil <[email protected]>
9975 M:      Alex Elder <[email protected]>
9976 L:      [email protected]
9977 W:      http://ceph.com/
9978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9979 T:      git git://github.com/ceph/ceph-client.git
9980 S:      Supported
9981 F:      Documentation/ABI/testing/sysfs-bus-rbd
9982 F:      drivers/block/rbd.c
9983 F:      drivers/block/rbd_types.h
9984
9985 RADEON FRAMEBUFFER DISPLAY DRIVER
9986 M:      Benjamin Herrenschmidt <[email protected]>
9987 L:      [email protected]
9988 S:      Maintained
9989 F:      drivers/video/fbdev/aty/radeon*
9990 F:      include/uapi/linux/radeonfb.h
9991
9992 RADIOSHARK RADIO DRIVER
9993 M:      Hans Verkuil <[email protected]>
9994 L:      [email protected]
9995 T:      git git://linuxtv.org/media_tree.git
9996 S:      Maintained
9997 F:      drivers/media/radio/radio-shark.c
9998
9999 RADIOSHARK2 RADIO DRIVER
10000 M:      Hans Verkuil <[email protected]>
10001 L:      [email protected]
10002 T:      git git://linuxtv.org/media_tree.git
10003 S:      Maintained
10004 F:      drivers/media/radio/radio-shark2.c
10005 F:      drivers/media/radio/radio-tea5777.c
10006
10007 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10008 M:      Paul Mackerras <[email protected]>
10009 L:      [email protected]
10010 S:      Maintained
10011 F:      drivers/video/fbdev/aty/aty128fb.c
10012
10013 RALINK MIPS ARCHITECTURE
10014 M:      John Crispin <[email protected]>
10015 L:      [email protected]
10016 S:      Maintained
10017 F:      arch/mips/ralink
10018
10019 RALINK RT2X00 WIRELESS LAN DRIVER
10020 P:      rt2x00 project
10021 M:      Stanislaw Gruszka <[email protected]>
10022 M:      Helmut Schaa <[email protected]>
10023 L:      [email protected]
10024 S:      Maintained
10025 F:      drivers/net/wireless/ralink/rt2x00/
10026
10027 RAMDISK RAM BLOCK DEVICE DRIVER
10028 M:      Jens Axboe <[email protected]>
10029 S:      Maintained
10030 F:      Documentation/blockdev/ramdisk.txt
10031 F:      drivers/block/brd.c
10032
10033 RANDOM NUMBER DRIVER
10034 M:      "Theodore Ts'o" <[email protected]>
10035 S:      Maintained
10036 F:      drivers/char/random.c
10037
10038 RAPIDIO SUBSYSTEM
10039 M:      Matt Porter <[email protected]>
10040 M:      Alexandre Bounine <[email protected]>
10041 S:      Maintained
10042 F:      drivers/rapidio/
10043
10044 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10045 L:      [email protected]
10046 S:      Orphan
10047 F:      drivers/net/wireless/ray*
10048
10049 RCUTORTURE MODULE
10050 M:      Josh Triplett <[email protected]>
10051 M:      "Paul E. McKenney" <[email protected]>
10052 L:      [email protected]
10053 S:      Supported
10054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10055 F:      Documentation/RCU/torture.txt
10056 F:      kernel/rcu/rcutorture.c
10057
10058 RCUTORTURE TEST FRAMEWORK
10059 M:      "Paul E. McKenney" <[email protected]>
10060 M:      Josh Triplett <[email protected]>
10061 R:      Steven Rostedt <[email protected]>
10062 R:      Mathieu Desnoyers <[email protected]>
10063 R:      Lai Jiangshan <[email protected]>
10064 L:      [email protected]
10065 S:      Supported
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10067 F:      tools/testing/selftests/rcutorture
10068
10069 RDC R-321X SoC
10070 M:      Florian Fainelli <[email protected]>
10071 S:      Maintained
10072
10073 RDC R6040 FAST ETHERNET DRIVER
10074 M:      Florian Fainelli <[email protected]>
10075 L:      [email protected]
10076 S:      Maintained
10077 F:      drivers/net/ethernet/rdc/r6040.c
10078
10079 RDS - RELIABLE DATAGRAM SOCKETS
10080 M:      Santosh Shilimkar <[email protected]>
10081 L:      [email protected]
10082 L:      [email protected]
10083 L:      [email protected] (moderated for non-subscribers)
10084 W:      https://oss.oracle.com/projects/rds/
10085 S:      Supported
10086 F:      net/rds/
10087 F:      Documentation/networking/rds.txt
10088
10089 RDMAVT - RDMA verbs software
10090 M:      Dennis Dalessandro <[email protected]>
10091 L:      [email protected]
10092 S:      Supported
10093 F:      drivers/infiniband/sw/rdmavt
10094
10095 READ-COPY UPDATE (RCU)
10096 M:      "Paul E. McKenney" <[email protected]>
10097 M:      Josh Triplett <[email protected]>
10098 R:      Steven Rostedt <[email protected]>
10099 R:      Mathieu Desnoyers <[email protected]>
10100 R:      Lai Jiangshan <[email protected]>
10101 L:      [email protected]
10102 W:      http://www.rdrop.com/users/paulmck/RCU/
10103 S:      Supported
10104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10105 F:      Documentation/RCU/
10106 X:      Documentation/RCU/torture.txt
10107 F:      include/linux/rcu*
10108 X:      include/linux/srcu.h
10109 F:      kernel/rcu/
10110 X:      kernel/torture.c
10111
10112 REAL TIME CLOCK (RTC) SUBSYSTEM
10113 M:      Alessandro Zummo <[email protected]>
10114 M:      Alexandre Belloni <[email protected]>
10115 L:      [email protected]
10116 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10118 S:      Maintained
10119 F:      Documentation/devicetree/bindings/rtc/
10120 F:      Documentation/rtc.txt
10121 F:      drivers/rtc/
10122 F:      include/linux/rtc.h
10123 F:      include/uapi/linux/rtc.h
10124 F:      include/linux/rtc/
10125 F:      include/linux/platform_data/rtc-*
10126 F:      tools/testing/selftests/timers/rtctest.c
10127
10128 REALTEK AUDIO CODECS
10129 M:      Bard Liao <[email protected]>
10130 M:      Oder Chiou <[email protected]>
10131 S:      Maintained
10132 F:      sound/soc/codecs/rt*
10133 F:      include/sound/rt*.h
10134
10135 REISERFS FILE SYSTEM
10136 L:      [email protected]
10137 S:      Supported
10138 F:      fs/reiserfs/
10139
10140 REGISTER MAP ABSTRACTION
10141 M:      Mark Brown <[email protected]>
10142 L:      [email protected]
10143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10144 S:      Supported
10145 F:      Documentation/devicetree/bindings/regmap/
10146 F:      drivers/base/regmap/
10147 F:      include/linux/regmap.h
10148
10149 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10150 M:      Ohad Ben-Cohen <[email protected]>
10151 M:      Bjorn Andersson <[email protected]>
10152 L:      [email protected]
10153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10154 S:      Maintained
10155 F:      Documentation/devicetree/bindings/remoteproc/
10156 F:      Documentation/remoteproc.txt
10157 F:      drivers/remoteproc/
10158 F:      include/linux/remoteproc.h
10159
10160 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10161 M:      Ohad Ben-Cohen <[email protected]>
10162 M:      Bjorn Andersson <[email protected]>
10163 L:      [email protected]
10164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10165 S:      Maintained
10166 F:      drivers/rpmsg/
10167 F:      Documentation/rpmsg.txt
10168 F:      include/linux/rpmsg.h
10169
10170 RENESAS CLOCK DRIVERS
10171 M:      Geert Uytterhoeven <[email protected]>
10172 L:      [email protected]
10173 S:      Supported
10174 F:      drivers/clk/renesas/
10175
10176 RENESAS ETHERNET DRIVERS
10177 R:      Sergei Shtylyov <[email protected]>
10178 L:      [email protected]
10179 L:      [email protected]
10180 F:      drivers/net/ethernet/renesas/
10181 F:      include/linux/sh_eth.h
10182
10183 RENESAS USB2 PHY DRIVER
10184 M:      Yoshihiro Shimoda <[email protected]>
10185 L:      [email protected]
10186 S:      Maintained
10187 F:      drivers/phy/phy-rcar-gen3-usb2.c
10188
10189 RESET CONTROLLER FRAMEWORK
10190 M:      Philipp Zabel <[email protected]>
10191 T:      git git://git.pengutronix.de/git/pza/linux
10192 S:      Maintained
10193 F:      drivers/reset/
10194 F:      Documentation/devicetree/bindings/reset/
10195 F:      include/dt-bindings/reset/
10196 F:      include/linux/reset.h
10197 F:      include/linux/reset-controller.h
10198
10199 RFKILL
10200 M:      Johannes Berg <[email protected]>
10201 L:      [email protected]
10202 W:      http://wireless.kernel.org/
10203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10205 S:      Maintained
10206 F:      Documentation/rfkill.txt
10207 F:      net/rfkill/
10208
10209 RHASHTABLE
10210 M:      Thomas Graf <[email protected]>
10211 M:      Herbert Xu <[email protected]>
10212 L:      [email protected]
10213 S:      Maintained
10214 F:      lib/rhashtable.c
10215 F:      include/linux/rhashtable.h
10216
10217 RICOH SMARTMEDIA/XD DRIVER
10218 M:      Maxim Levitsky <[email protected]>
10219 S:      Maintained
10220 F:      drivers/mtd/nand/r852.c
10221 F:      drivers/mtd/nand/r852.h
10222
10223 RICOH R5C592 MEMORYSTICK DRIVER
10224 M:      Maxim Levitsky <[email protected]>
10225 S:      Maintained
10226 F:      drivers/memstick/host/r592.*
10227
10228 ROCCAT DRIVERS
10229 M:      Stefan Achatz <[email protected]>
10230 W:      http://sourceforge.net/projects/roccat/
10231 S:      Maintained
10232 F:      drivers/hid/hid-roccat*
10233 F:      include/linux/hid-roccat*
10234 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10235
10236 ROCKER DRIVER
10237 M:      Jiri Pirko <[email protected]>
10238 L:      [email protected]
10239 S:      Supported
10240 F:      drivers/net/ethernet/rocker/
10241
10242 ROCKETPORT DRIVER
10243 P:      Comtrol Corp.
10244 W:      http://www.comtrol.com
10245 S:      Maintained
10246 F:      Documentation/serial/rocket.txt
10247 F:      drivers/tty/rocket*
10248
10249 ROCKETPORT EXPRESS/INFINITY DRIVER
10250 M:      Kevin Cernekee <[email protected]>
10251 L:      [email protected]
10252 S:      Odd Fixes
10253 F:      drivers/tty/serial/rp2.*
10254
10255 ROSE NETWORK LAYER
10256 M:      Ralf Baechle <[email protected]>
10257 L:      [email protected]
10258 W:      http://www.linux-ax25.org/
10259 S:      Maintained
10260 F:      include/net/rose.h
10261 F:      include/uapi/linux/rose.h
10262 F:      net/rose/
10263
10264 RTL2830 MEDIA DRIVER
10265 M:      Antti Palosaari <[email protected]>
10266 L:      [email protected]
10267 W:      https://linuxtv.org
10268 W:      http://palosaari.fi/linux/
10269 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10270 T:      git git://linuxtv.org/anttip/media_tree.git
10271 S:      Maintained
10272 F:      drivers/media/dvb-frontends/rtl2830*
10273
10274 RTL2832 MEDIA DRIVER
10275 M:      Antti Palosaari <[email protected]>
10276 L:      [email protected]
10277 W:      https://linuxtv.org
10278 W:      http://palosaari.fi/linux/
10279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10280 T:      git git://linuxtv.org/anttip/media_tree.git
10281 S:      Maintained
10282 F:      drivers/media/dvb-frontends/rtl2832*
10283
10284 RTL2832_SDR MEDIA DRIVER
10285 M:      Antti Palosaari <[email protected]>
10286 L:      [email protected]
10287 W:      https://linuxtv.org
10288 W:      http://palosaari.fi/linux/
10289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10290 T:      git git://linuxtv.org/anttip/media_tree.git
10291 S:      Maintained
10292 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10293
10294 RTL8180 WIRELESS DRIVER
10295 L:      [email protected]
10296 W:      http://wireless.kernel.org/
10297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10298 S:      Orphan
10299 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10300
10301 RTL8187 WIRELESS DRIVER
10302 M:      Herton Ronaldo Krzesinski <[email protected]>
10303 M:      Hin-Tak Leung <[email protected]>
10304 M:      Larry Finger <[email protected]>
10305 L:      [email protected]
10306 W:      http://wireless.kernel.org/
10307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10308 S:      Maintained
10309 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10310
10311 RTL8192CE WIRELESS DRIVER
10312 M:      Larry Finger <[email protected]>
10313 M:      Chaoming Li <[email protected]>
10314 L:      [email protected]
10315 W:      http://wireless.kernel.org/
10316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10317 S:      Maintained
10318 F:      drivers/net/wireless/realtek/rtlwifi/
10319 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10320
10321 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10322 M:      Jes Sorensen <[email protected]>
10323 L:      [email protected]
10324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10325 S:      Maintained
10326 F:      drivers/net/wireless/realtek/rtl8xxxu/
10327
10328 S3 SAVAGE FRAMEBUFFER DRIVER
10329 M:      Antonino Daplas <[email protected]>
10330 L:      [email protected]
10331 S:      Maintained
10332 F:      drivers/video/fbdev/savage/
10333
10334 S390
10335 M:      Martin Schwidefsky <[email protected]>
10336 M:      Heiko Carstens <[email protected]>
10337 L:      [email protected]
10338 W:      http://www.ibm.com/developerworks/linux/linux390/
10339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10340 S:      Supported
10341 F:      arch/s390/
10342 F:      drivers/s390/
10343 F:      Documentation/s390/
10344 F:      Documentation/DocBook/s390*
10345
10346 S390 COMMON I/O LAYER
10347 M:      Sebastian Ott <[email protected]>
10348 M:      Peter Oberparleiter <[email protected]>
10349 L:      [email protected]
10350 W:      http://www.ibm.com/developerworks/linux/linux390/
10351 S:      Supported
10352 F:      drivers/s390/cio/
10353
10354 S390 DASD DRIVER
10355 M:      Stefan Haberland <[email protected]>
10356 M:      Jan Hoeppner <[email protected]>
10357 L:      [email protected]
10358 W:      http://www.ibm.com/developerworks/linux/linux390/
10359 S:      Supported
10360 F:      drivers/s390/block/dasd*
10361 F:      block/partitions/ibm.c
10362
10363 S390 NETWORK DRIVERS
10364 M:      Ursula Braun <[email protected]>
10365 L:      [email protected]
10366 W:      http://www.ibm.com/developerworks/linux/linux390/
10367 S:      Supported
10368 F:      drivers/s390/net/
10369
10370 S390 PCI SUBSYSTEM
10371 M:      Sebastian Ott <[email protected]>
10372 M:      Gerald Schaefer <[email protected]>
10373 L:      [email protected]
10374 W:      http://www.ibm.com/developerworks/linux/linux390/
10375 S:      Supported
10376 F:      arch/s390/pci/
10377 F:      drivers/pci/hotplug/s390_pci_hpc.c
10378
10379 S390 ZCRYPT DRIVER
10380 M:      Ingo Tuchscherer <[email protected]>
10381 L:      [email protected]
10382 W:      http://www.ibm.com/developerworks/linux/linux390/
10383 S:      Supported
10384 F:      drivers/s390/crypto/
10385
10386 S390 ZFCP DRIVER
10387 M:      Steffen Maier <[email protected]>
10388 L:      [email protected]
10389 W:      http://www.ibm.com/developerworks/linux/linux390/
10390 S:      Supported
10391 F:      drivers/s390/scsi/zfcp_*
10392
10393 S390 IUCV NETWORK LAYER
10394 M:      Ursula Braun <[email protected]>
10395 L:      [email protected]
10396 W:      http://www.ibm.com/developerworks/linux/linux390/
10397 S:      Supported
10398 F:      drivers/s390/net/*iucv*
10399 F:      include/net/iucv/
10400 F:      net/iucv/
10401
10402 S390 IOMMU (PCI)
10403 M:      Gerald Schaefer <[email protected]>
10404 L:      [email protected]
10405 W:      http://www.ibm.com/developerworks/linux/linux390/
10406 S:      Supported
10407 F:      drivers/iommu/s390-iommu.c
10408
10409 S3C24XX SD/MMC Driver
10410 M:      Ben Dooks <[email protected]>
10411 L:      [email protected] (moderated for non-subscribers)
10412 S:      Supported
10413 F:      drivers/mmc/host/s3cmci.*
10414
10415 SAA6588 RDS RECEIVER DRIVER
10416 M:      Hans Verkuil <[email protected]>
10417 L:      [email protected]
10418 T:      git git://linuxtv.org/media_tree.git
10419 W:      https://linuxtv.org
10420 S:      Odd Fixes
10421 F:      drivers/media/i2c/saa6588*
10422
10423 SAA7134 VIDEO4LINUX DRIVER
10424 M:      Mauro Carvalho Chehab <[email protected]>
10425 M:      Mauro Carvalho Chehab <[email protected]>
10426 L:      [email protected]
10427 W:      https://linuxtv.org
10428 T:      git git://linuxtv.org/media_tree.git
10429 S:      Odd fixes
10430 F:      Documentation/media/v4l-drivers/saa7134*
10431 F:      drivers/media/pci/saa7134/
10432
10433 SAA7146 VIDEO4LINUX-2 DRIVER
10434 M:      Hans Verkuil <[email protected]>
10435 L:      [email protected]
10436 T:      git git://linuxtv.org/media_tree.git
10437 S:      Maintained
10438 F:      drivers/media/common/saa7146/
10439 F:      drivers/media/pci/saa7146/
10440 F:      include/media/saa7146*
10441
10442 SAMSUNG LAPTOP DRIVER
10443 M:      Corentin Chary <[email protected]>
10444 L:      [email protected]
10445 S:      Maintained
10446 F:      drivers/platform/x86/samsung-laptop.c
10447
10448 SAMSUNG AUDIO (ASoC) DRIVERS
10449 M:      Krzysztof Kozlowski <[email protected]>
10450 M:      Sangbeom Kim <[email protected]>
10451 M:      Sylwester Nawrocki <[email protected]>
10452 L:      [email protected] (moderated for non-subscribers)
10453 S:      Supported
10454 F:      sound/soc/samsung/
10455
10456 SAMSUNG FRAMEBUFFER DRIVER
10457 M:      Jingoo Han <[email protected]>
10458 L:      [email protected]
10459 S:      Maintained
10460 F:      drivers/video/fbdev/s3c-fb.c
10461
10462 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10463 M:      Sangbeom Kim <[email protected]>
10464 M:      Krzysztof Kozlowski <[email protected]>
10465 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10466 L:      [email protected]
10467 L:      [email protected]
10468 S:      Supported
10469 F:      drivers/mfd/sec*.c
10470 F:      drivers/regulator/s2m*.c
10471 F:      drivers/regulator/s5m*.c
10472 F:      drivers/clk/clk-s2mps11.c
10473 F:      drivers/rtc/rtc-s5m.c
10474 F:      include/linux/mfd/samsung/
10475 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10476 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10477 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10478 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10479
10480 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10481 M:      Kyungmin Park <[email protected]>
10482 M:      Sylwester Nawrocki <[email protected]>
10483 L:      [email protected]
10484 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10485 S:      Supported
10486 F:      drivers/media/platform/exynos4-is/
10487
10488 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10489 M:      Sylwester Nawrocki <[email protected]>
10490 L:      [email protected]
10491 L:      [email protected] (moderated for non-subscribers)
10492 S:      Maintained
10493 F:      drivers/media/platform/s3c-camif/
10494 F:      include/media/drv-intf/s3c_camif.h
10495
10496 SAMSUNG S5C73M3 CAMERA DRIVER
10497 M:      Kyungmin Park <[email protected]>
10498 M:      Andrzej Hajda <[email protected]>
10499 L:      [email protected]
10500 S:      Supported
10501 F:      drivers/media/i2c/s5c73m3/*
10502
10503 SAMSUNG S5K5BAF CAMERA DRIVER
10504 M:      Kyungmin Park <[email protected]>
10505 M:      Andrzej Hajda <[email protected]>
10506 L:      [email protected]
10507 S:      Supported
10508 F:      drivers/media/i2c/s5k5baf.c
10509
10510 SAMSUNG S3FWRN5 NFC DRIVER
10511 M:      Robert Baldyga <[email protected]>
10512 M:      Krzysztof Opasiak <[email protected]>
10513 L:      [email protected] (moderated for non-subscribers)
10514 S:      Supported
10515 F:      drivers/nfc/s3fwrn5
10516
10517 SAMSUNG SOC CLOCK DRIVERS
10518 M:      Sylwester Nawrocki <[email protected]>
10519 M:      Tomasz Figa <[email protected]>
10520 M:      Chanwoo Choi <[email protected]>
10521 S:      Supported
10522 L:      [email protected] (moderated for non-subscribers)
10523 F:      drivers/clk/samsung/
10524 F:      include/dt-bindings/clock/exynos*.h
10525 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10526
10527 SAMSUNG SPI DRIVERS
10528 M:      Kukjin Kim <[email protected]>
10529 M:      Krzysztof Kozlowski <[email protected]>
10530 M:      Andi Shyti <[email protected]>
10531 L:      [email protected]
10532 L:      [email protected] (moderated for non-subscribers)
10533 S:      Maintained
10534 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10535 F:      drivers/spi/spi-s3c*
10536 F:      include/linux/platform_data/spi-s3c64xx.h
10537
10538 SAMSUNG SXGBE DRIVERS
10539 M:      Byungho An <[email protected]>
10540 M:      Girish K S <[email protected]>
10541 M:      Vipul Pandya <[email protected]>
10542 S:      Supported
10543 L:      [email protected]
10544 F:      drivers/net/ethernet/samsung/sxgbe/
10545
10546 SAMSUNG THERMAL DRIVER
10547 M:      Lukasz Majewski <[email protected]>
10548 L:      [email protected]
10549 L:      [email protected]
10550 S:      Supported
10551 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10552 F:      drivers/thermal/samsung/
10553
10554 SAMSUNG USB2 PHY DRIVER
10555 M:      Kamil Debski <[email protected]>
10556 M:      Sylwester Nawrocki <[email protected]>
10557 L:      [email protected]
10558 S:      Supported
10559 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10560 F:      Documentation/phy/samsung-usb2.txt
10561 F:      drivers/phy/phy-exynos4210-usb2.c
10562 F:      drivers/phy/phy-exynos4x12-usb2.c
10563 F:      drivers/phy/phy-exynos5250-usb2.c
10564 F:      drivers/phy/phy-s5pv210-usb2.c
10565 F:      drivers/phy/phy-samsung-usb2.c
10566 F:      drivers/phy/phy-samsung-usb2.h
10567
10568 SERIAL DRIVERS
10569 M:      Greg Kroah-Hartman <[email protected]>
10570 L:      [email protected]
10571 S:      Maintained
10572 F:      Documentation/devicetree/bindings/serial/
10573 F:      drivers/tty/serial/
10574
10575 STI CEC DRIVER
10576 M:      Benjamin Gaignard <[email protected]>
10577 L:      [email protected]
10578 S:      Maintained
10579 F:      drivers/staging/media/st-cec/
10580 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10581
10582 SYNOPSYS DESIGNWARE DMAC DRIVER
10583 M:      Viresh Kumar <[email protected]>
10584 M:      Andy Shevchenko <[email protected]>
10585 S:      Maintained
10586 F:      include/linux/dma/dw.h
10587 F:      include/linux/platform_data/dma-dw.h
10588 F:      drivers/dma/dw/
10589
10590 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10591 M: Lars Persson <[email protected]>
10592 L: [email protected]
10593 S: Supported
10594 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10595 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10596
10597 SYNOPSYS DESIGNWARE I2C DRIVER
10598 M:      Jarkko Nikula <[email protected]>
10599 R:      Andy Shevchenko <[email protected]>
10600 R:      Mika Westerberg <[email protected]>
10601 L:      [email protected]
10602 S:      Maintained
10603 F:      drivers/i2c/busses/i2c-designware-*
10604 F:      include/linux/platform_data/i2c-designware.h
10605
10606 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10607 M:      Jaehoon Chung <[email protected]>
10608 L:      [email protected]
10609 S:      Maintained
10610 F:      include/linux/mmc/dw_mmc.h
10611 F:      drivers/mmc/host/dw_mmc*
10612
10613 SYSTEM TRACE MODULE CLASS
10614 M:      Alexander Shishkin <[email protected]>
10615 S:      Maintained
10616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10617 F:      Documentation/trace/stm.txt
10618 F:      drivers/hwtracing/stm/
10619 F:      include/linux/stm.h
10620 F:      include/uapi/linux/stm.h
10621
10622 THUNDERBOLT DRIVER
10623 M:      Andreas Noever <[email protected]>
10624 S:      Maintained
10625 F:      drivers/thunderbolt/
10626
10627 TI BQ27XXX POWER SUPPLY DRIVER
10628 R:      Andrew F. Davis <[email protected]>
10629 F:      include/linux/power/bq27xxx_battery.h
10630 F:      drivers/power/supply/bq27xxx_battery.c
10631 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10632
10633 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10634 M:      John Stultz <[email protected]>
10635 M:      Thomas Gleixner <[email protected]>
10636 L:      [email protected]
10637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10638 S:      Supported
10639 F:      include/linux/clocksource.h
10640 F:      include/linux/time.h
10641 F:      include/linux/timex.h
10642 F:      include/uapi/linux/time.h
10643 F:      include/uapi/linux/timex.h
10644 F:      kernel/time/clocksource.c
10645 F:      kernel/time/time*.c
10646 F:      kernel/time/alarmtimer.c
10647 F:      kernel/time/ntp.c
10648 F:      tools/testing/selftests/timers/
10649
10650 SC1200 WDT DRIVER
10651 M:      Zwane Mwaikambo <[email protected]>
10652 S:      Maintained
10653 F:      drivers/watchdog/sc1200wdt.c
10654
10655 SCHEDULER
10656 M:      Ingo Molnar <[email protected]>
10657 M:      Peter Zijlstra <[email protected]>
10658 L:      [email protected]
10659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10660 S:      Maintained
10661 F:      kernel/sched/
10662 F:      include/linux/sched.h
10663 F:      include/uapi/linux/sched.h
10664 F:      include/linux/wait.h
10665
10666 SCORE ARCHITECTURE
10667 M:      Chen Liqin <[email protected]>
10668 M:      Lennox Wu <[email protected]>
10669 W:      http://www.sunplus.com
10670 S:      Supported
10671 F:      arch/score/
10672
10673 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10674 M:      Sudeep Holla <[email protected]>
10675 L:      [email protected]
10676 S:      Maintained
10677 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10678 F:      drivers/clk/clk-scpi.c
10679 F:      drivers/cpufreq/scpi-cpufreq.c
10680 F:      drivers/firmware/arm_scpi.c
10681 F:      include/linux/scpi_protocol.h
10682
10683 SCSI CDROM DRIVER
10684 M:      Jens Axboe <[email protected]>
10685 L:      [email protected]
10686 W:      http://www.kernel.dk
10687 S:      Maintained
10688 F:      drivers/scsi/sr*
10689
10690 SCSI RDMA PROTOCOL (SRP) INITIATOR
10691 M:      Bart Van Assche <[email protected]>
10692 L:      [email protected]
10693 S:      Supported
10694 W:      http://www.openfabrics.org
10695 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10697 F:      drivers/infiniband/ulp/srp/
10698 F:      include/scsi/srp.h
10699
10700 SCSI SG DRIVER
10701 M:      Doug Gilbert <[email protected]>
10702 L:      [email protected]
10703 W:      http://sg.danny.cz/sg
10704 S:      Maintained
10705 F:      Documentation/scsi/scsi-generic.txt
10706 F:      drivers/scsi/sg.c
10707 F:      include/scsi/sg.h
10708
10709 SCSI SUBSYSTEM
10710 M:      "James E.J. Bottomley" <[email protected]>
10711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10712 M:      "Martin K. Petersen" <[email protected]>
10713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10714 L:      [email protected]
10715 S:      Maintained
10716 F:      Documentation/devicetree/bindings/scsi/
10717 F:      drivers/scsi/
10718 F:      include/scsi/
10719
10720 SCSI TAPE DRIVER
10721 M:      Kai Mäkisara <[email protected]>
10722 L:      [email protected]
10723 S:      Maintained
10724 F:      Documentation/scsi/st.txt
10725 F:      drivers/scsi/st.*
10726 F:      drivers/scsi/st_*.h
10727
10728 SCTP PROTOCOL
10729 M:      Vlad Yasevich <[email protected]>
10730 M:      Neil Horman <[email protected]>
10731 L:      [email protected]
10732 W:      http://lksctp.sourceforge.net
10733 S:      Maintained
10734 F:      Documentation/networking/sctp.txt
10735 F:      include/linux/sctp.h
10736 F:      include/uapi/linux/sctp.h
10737 F:      include/net/sctp/
10738 F:      net/sctp/
10739
10740 SCx200 CPU SUPPORT
10741 M:      Jim Cromie <[email protected]>
10742 S:      Odd Fixes
10743 F:      Documentation/i2c/busses/scx200_acb
10744 F:      arch/x86/platform/scx200/
10745 F:      drivers/watchdog/scx200_wdt.c
10746 F:      drivers/i2c/busses/scx200*
10747 F:      drivers/mtd/maps/scx200_docflash.c
10748 F:      include/linux/scx200.h
10749
10750 SCx200 GPIO DRIVER
10751 M:      Jim Cromie <[email protected]>
10752 S:      Maintained
10753 F:      drivers/char/scx200_gpio.c
10754 F:      include/linux/scx200_gpio.h
10755
10756 SCx200 HRT CLOCKSOURCE DRIVER
10757 M:      Jim Cromie <[email protected]>
10758 S:      Maintained
10759 F:      drivers/clocksource/scx200_hrt.c
10760
10761 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10762 M:      Sascha Sommer <[email protected]>
10763 L:      [email protected] (subscribers-only)
10764 S:      Maintained
10765 F:      drivers/mmc/host/sdricoh_cs.c
10766
10767 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10768 M:      Adrian Hunter <[email protected]>
10769 L:      [email protected]
10770 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10771 S:      Maintained
10772 F:      drivers/mmc/host/sdhci*
10773 F:      include/linux/mmc/sdhci*
10774
10775 SECURE COMPUTING
10776 M:      Kees Cook <[email protected]>
10777 R:      Andy Lutomirski <[email protected]>
10778 R:      Will Drewry <[email protected]>
10779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10780 S:      Supported
10781 F:      kernel/seccomp.c
10782 F:      include/uapi/linux/seccomp.h
10783 F:      include/linux/seccomp.h
10784 F:      tools/testing/selftests/seccomp/*
10785 K:      \bsecure_computing
10786 K:      \bTIF_SECCOMP\b
10787
10788 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10789 M:      Al Cooper <[email protected]>
10790 L:      [email protected]
10791 L:      [email protected]
10792 S:      Maintained
10793 F:      drivers/mmc/host/sdhci-brcmstb*
10794
10795 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10796 M:      Ben Dooks <[email protected]>
10797 M:      Jaehoon Chung <[email protected]>
10798 L:      [email protected]
10799 S:      Maintained
10800 F:      drivers/mmc/host/sdhci-s3c*
10801
10802 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10803 M:      Viresh Kumar <[email protected]>
10804 L:      [email protected]
10805 S:      Maintained
10806 F:      drivers/mmc/host/sdhci-spear.c
10807
10808 SECURITY SUBSYSTEM
10809 M:      James Morris <[email protected]>
10810 M:      "Serge E. Hallyn" <[email protected]>
10811 L:      [email protected] (suggested Cc:)
10812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10813 W:      http://kernsec.org/
10814 S:      Supported
10815 F:      security/
10816
10817 SECURITY CONTACT
10818 M:      Security Officers <[email protected]>
10819 S:      Supported
10820
10821 SELINUX SECURITY MODULE
10822 M:      Paul Moore <[email protected]>
10823 M:      Stephen Smalley <[email protected]>
10824 M:      Eric Paris <[email protected]>
10825 L:      [email protected] (moderated for non-subscribers)
10826 W:      http://selinuxproject.org
10827 T:      git git://git.infradead.org/users/pcmoore/selinux
10828 S:      Supported
10829 F:      include/linux/selinux*
10830 F:      security/selinux/
10831 F:      scripts/selinux/
10832
10833 APPARMOR SECURITY MODULE
10834 M:      John Johansen <[email protected]>
10835 L:      [email protected] (subscribers-only, general discussion)
10836 W:      apparmor.wiki.kernel.org
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10838 S:      Supported
10839 F:      security/apparmor/
10840
10841 LOADPIN SECURITY MODULE
10842 M:      Kees Cook <[email protected]>
10843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10844 S:      Supported
10845 F:      security/loadpin/
10846
10847 YAMA SECURITY MODULE
10848 M:      Kees Cook <[email protected]>
10849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10850 S:      Supported
10851 F:      security/yama/
10852
10853 SENSABLE PHANTOM
10854 M:      Jiri Slaby <[email protected]>
10855 S:      Maintained
10856 F:      drivers/misc/phantom.c
10857 F:      include/uapi/linux/phantom.h
10858
10859 Emulex 10Gbps iSCSI - OneConnect DRIVER
10860 M:      Subbu Seetharaman <[email protected]>
10861 M:      Ketan Mukadam <[email protected]>
10862 M:      Jitendra Bhivare <[email protected]>
10863 L:      [email protected]
10864 W:      http://www.broadcom.com
10865 S:      Supported
10866 F:      drivers/scsi/be2iscsi/
10867
10868 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10869 M:      Sathya Perla <[email protected]>
10870 M:      Ajit Khaparde <[email protected]>
10871 M:      Sriharsha Basavapatna <[email protected]>
10872 M:      Somnath Kotur <[email protected]>
10873 L:      [email protected]
10874 W:      http://www.emulex.com
10875 S:      Supported
10876 F:      drivers/net/ethernet/emulex/benet/
10877
10878 EMULEX ONECONNECT ROCE DRIVER
10879 M:      Selvin Xavier <[email protected]>
10880 M:      Devesh Sharma <[email protected]>
10881 M:      Mitesh Ahuja <[email protected]>
10882 L:      [email protected]
10883 W:      http://www.emulex.com
10884 S:      Supported
10885 F:      drivers/infiniband/hw/ocrdma/
10886 F:      include/uapi/rdma/ocrdma-abi.h
10887
10888 SFC NETWORK DRIVER
10889 M:      Solarflare linux maintainers <[email protected]>
10890 M:      Edward Cree <[email protected]>
10891 M:      Bert Kenward <[email protected]>
10892 L:      [email protected]
10893 S:      Supported
10894 F:      drivers/net/ethernet/sfc/
10895
10896 SGI GRU DRIVER
10897 M:      Dimitri Sivanich <[email protected]>
10898 S:      Maintained
10899 F:      drivers/misc/sgi-gru/
10900
10901 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10902 M:      Pat Gefre <[email protected]>
10903 L:      [email protected]
10904 S:      Supported
10905 F:      Documentation/ia64/serial.txt
10906 F:      drivers/tty/serial/ioc?_serial.c
10907 F:      include/linux/ioc?.h
10908
10909 SGI XP/XPC/XPNET DRIVER
10910 M:      Cliff Whickman <[email protected]>
10911 M:      Robin Holt <[email protected]>
10912 S:      Maintained
10913 F:      drivers/misc/sgi-xp/
10914
10915 SI2157 MEDIA DRIVER
10916 M:      Antti Palosaari <[email protected]>
10917 L:      [email protected]
10918 W:      https://linuxtv.org
10919 W:      http://palosaari.fi/linux/
10920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10921 T:      git git://linuxtv.org/anttip/media_tree.git
10922 S:      Maintained
10923 F:      drivers/media/tuners/si2157*
10924
10925 SI2168 MEDIA DRIVER
10926 M:      Antti Palosaari <[email protected]>
10927 L:      [email protected]
10928 W:      https://linuxtv.org
10929 W:      http://palosaari.fi/linux/
10930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10931 T:      git git://linuxtv.org/anttip/media_tree.git
10932 S:      Maintained
10933 F:      drivers/media/dvb-frontends/si2168*
10934
10935 SI470X FM RADIO RECEIVER I2C DRIVER
10936 M:      Hans Verkuil <[email protected]>
10937 L:      [email protected]
10938 T:      git git://linuxtv.org/media_tree.git
10939 W:      https://linuxtv.org
10940 S:      Odd Fixes
10941 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10942
10943 SI470X FM RADIO RECEIVER USB DRIVER
10944 M:      Hans Verkuil <[email protected]>
10945 L:      [email protected]
10946 T:      git git://linuxtv.org/media_tree.git
10947 W:      https://linuxtv.org
10948 S:      Maintained
10949 F:      drivers/media/radio/si470x/radio-si470x-common.c
10950 F:      drivers/media/radio/si470x/radio-si470x.h
10951 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10952
10953 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10954 M:      Eduardo Valentin <[email protected]>
10955 L:      [email protected]
10956 T:      git git://linuxtv.org/media_tree.git
10957 W:      https://linuxtv.org
10958 S:      Odd Fixes
10959 F:      drivers/media/radio/si4713/si4713.?
10960
10961 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10962 M:      Eduardo Valentin <[email protected]>
10963 L:      [email protected]
10964 T:      git git://linuxtv.org/media_tree.git
10965 W:      https://linuxtv.org
10966 S:      Odd Fixes
10967 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10968
10969 SI4713 FM RADIO TRANSMITTER USB DRIVER
10970 M:      Hans Verkuil <[email protected]>
10971 L:      [email protected]
10972 T:      git git://linuxtv.org/media_tree.git
10973 W:      https://linuxtv.org
10974 S:      Maintained
10975 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10976
10977 SIANO DVB DRIVER
10978 M:      Mauro Carvalho Chehab <[email protected]>
10979 M:      Mauro Carvalho Chehab <[email protected]>
10980 L:      [email protected]
10981 W:      https://linuxtv.org
10982 T:      git git://linuxtv.org/media_tree.git
10983 S:      Odd fixes
10984 F:      drivers/media/common/siano/
10985 F:      drivers/media/usb/siano/
10986 F:      drivers/media/usb/siano/
10987 F:      drivers/media/mmc/siano/
10988
10989 SIMPLEFB FB DRIVER
10990 M:      Hans de Goede <[email protected]>
10991 L:      [email protected]
10992 S:      Maintained
10993 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10994 F:      drivers/video/fbdev/simplefb.c
10995 F:      include/linux/platform_data/simplefb.h
10996
10997 SH_VEU V4L2 MEM2MEM DRIVER
10998 L:      [email protected]
10999 S:      Orphan
11000 F:      drivers/media/platform/sh_veu.c
11001
11002 SH_VOU V4L2 OUTPUT DRIVER
11003 L:      [email protected]
11004 S:      Orphan
11005 F:      drivers/media/platform/sh_vou.c
11006 F:      include/media/drv-intf/sh_vou.h
11007
11008 SIMPLE FIRMWARE INTERFACE (SFI)
11009 M:      Len Brown <[email protected]>
11010 L:      [email protected]
11011 W:      http://simplefirmware.org/
11012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11013 S:      Supported
11014 F:      arch/x86/platform/sfi/
11015 F:      drivers/sfi/
11016 F:      include/linux/sfi*.h
11017
11018 SIMTEC EB110ATX (Chalice CATS)
11019 P:      Ben Dooks
11020 P:      Vincent Sanders <[email protected]>
11021 M:      Simtec Linux Team <[email protected]>
11022 W:      http://www.simtec.co.uk/products/EB110ATX/
11023 S:      Supported
11024
11025 SIMTEC EB2410ITX (BAST)
11026 P:      Ben Dooks
11027 P:      Vincent Sanders <[email protected]>
11028 M:      Simtec Linux Team <[email protected]>
11029 W:      http://www.simtec.co.uk/products/EB2410ITX/
11030 S:      Supported
11031 F:      arch/arm/mach-s3c24xx/mach-bast.c
11032 F:      arch/arm/mach-s3c24xx/bast-ide.c
11033 F:      arch/arm/mach-s3c24xx/bast-irq.c
11034
11035 TI DAVINCI MACHINE SUPPORT
11036 M:      Sekhar Nori <[email protected]>
11037 M:      Kevin Hilman <[email protected]>
11038 L:      [email protected] (moderated for non-subscribers)
11039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11040 S:      Supported
11041 F:      arch/arm/mach-davinci/
11042 F:      drivers/i2c/busses/i2c-davinci.c
11043
11044 TI DAVINCI SERIES MEDIA DRIVER
11045 M:      "Lad, Prabhakar" <[email protected]>
11046 L:      [email protected]
11047 W:      https://linuxtv.org
11048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11049 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11050 S:      Maintained
11051 F:      drivers/media/platform/davinci/
11052 F:      include/media/davinci/
11053
11054 TI AM437X VPFE DRIVER
11055 M:      "Lad, Prabhakar" <[email protected]>
11056 L:      [email protected]
11057 W:      https://linuxtv.org
11058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11059 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11060 S:      Maintained
11061 F:      drivers/media/platform/am437x/
11062
11063 OV2659 OMNIVISION SENSOR DRIVER
11064 M:      "Lad, Prabhakar" <[email protected]>
11065 L:      [email protected]
11066 W:      https://linuxtv.org
11067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11068 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11069 S:      Maintained
11070 F:      drivers/media/i2c/ov2659.c
11071 F:      include/media/i2c/ov2659.h
11072
11073 SILICON MOTION SM712 FRAME BUFFER DRIVER
11074 M:      Sudip Mukherjee <[email protected]>
11075 M:      Teddy Wang <[email protected]>
11076 M:      Sudip Mukherjee <[email protected]>
11077 L:      [email protected]
11078 S:      Maintained
11079 F:      drivers/video/fbdev/sm712*
11080 F:      Documentation/fb/sm712fb.txt
11081
11082 SIS 190 ETHERNET DRIVER
11083 M:      Francois Romieu <[email protected]>
11084 L:      [email protected]
11085 S:      Maintained
11086 F:      drivers/net/ethernet/sis/sis190.c
11087
11088 SIS 900/7016 FAST ETHERNET DRIVER
11089 M:      Daniele Venzano <[email protected]>
11090 W:      http://www.brownhat.org/sis900.html
11091 L:      [email protected]
11092 S:      Maintained
11093 F:      drivers/net/ethernet/sis/sis900.*
11094
11095 SIS FRAMEBUFFER DRIVER
11096 M:      Thomas Winischhofer <[email protected]>
11097 W:      http://www.winischhofer.net/linuxsisvga.shtml
11098 S:      Maintained
11099 F:      Documentation/fb/sisfb.txt
11100 F:      drivers/video/fbdev/sis/
11101 F:      include/video/sisfb.h
11102
11103 SIS USB2VGA DRIVER
11104 M:      Thomas Winischhofer <[email protected]>
11105 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11106 S:      Maintained
11107 F:      drivers/usb/misc/sisusbvga/
11108
11109 SLAB ALLOCATOR
11110 M:      Christoph Lameter <[email protected]>
11111 M:      Pekka Enberg <[email protected]>
11112 M:      David Rientjes <[email protected]>
11113 M:      Joonsoo Kim <[email protected]>
11114 M:      Andrew Morton <[email protected]>
11115 L:      [email protected]
11116 S:      Maintained
11117 F:      include/linux/sl?b*.h
11118 F:      mm/sl?b*
11119
11120 SLEEPABLE READ-COPY UPDATE (SRCU)
11121 M:      Lai Jiangshan <[email protected]>
11122 M:      "Paul E. McKenney" <[email protected]>
11123 M:      Josh Triplett <[email protected]>
11124 R:      Steven Rostedt <[email protected]>
11125 R:      Mathieu Desnoyers <[email protected]>
11126 L:      [email protected]
11127 W:      http://www.rdrop.com/users/paulmck/RCU/
11128 S:      Supported
11129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11130 F:      include/linux/srcu.h
11131 F:      kernel/rcu/srcu.c
11132
11133 SMACK SECURITY MODULE
11134 M:      Casey Schaufler <[email protected]>
11135 L:      [email protected]
11136 W:      http://schaufler-ca.com
11137 T:      git git://github.com/cschaufler/smack-next
11138 S:      Maintained
11139 F:      Documentation/security/Smack.txt
11140 F:      security/smack/
11141
11142 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11143 M:      Kevin Hilman <[email protected]>
11144 M:      Nishanth Menon <[email protected]>
11145 S:      Maintained
11146 F:      drivers/power/avs/
11147 F:      include/linux/power/smartreflex.h
11148 L:      [email protected]
11149
11150 SMC91x ETHERNET DRIVER
11151 M:      Nicolas Pitre <[email protected]>
11152 S:      Odd Fixes
11153 F:      drivers/net/ethernet/smsc/smc91x.*
11154
11155 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11156 M:      Sakari Ailus <[email protected]>
11157 L:      [email protected]
11158 S:      Maintained
11159 F:      drivers/media/i2c/smiapp/
11160 F:      include/media/i2c/smiapp.h
11161 F:      drivers/media/i2c/smiapp-pll.c
11162 F:      drivers/media/i2c/smiapp-pll.h
11163 F:      include/uapi/linux/smiapp.h
11164 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11165
11166 SMM665 HARDWARE MONITOR DRIVER
11167 M:      Guenter Roeck <[email protected]>
11168 L:      [email protected]
11169 S:      Maintained
11170 F:      Documentation/hwmon/smm665
11171 F:      drivers/hwmon/smm665.c
11172
11173 SMSC EMC2103 HARDWARE MONITOR DRIVER
11174 M:      Steve Glendinning <[email protected]>
11175 L:      [email protected]
11176 S:      Maintained
11177 F:      Documentation/hwmon/emc2103
11178 F:      drivers/hwmon/emc2103.c
11179
11180 SMSC SCH5627 HARDWARE MONITOR DRIVER
11181 M:      Hans de Goede <[email protected]>
11182 L:      [email protected]
11183 S:      Supported
11184 F:      Documentation/hwmon/sch5627
11185 F:      drivers/hwmon/sch5627.c
11186
11187 SMSC47B397 HARDWARE MONITOR DRIVER
11188 M:      Jean Delvare <[email protected]>
11189 L:      [email protected]
11190 S:      Maintained
11191 F:      Documentation/hwmon/smsc47b397
11192 F:      drivers/hwmon/smsc47b397.c
11193
11194 SMSC911x ETHERNET DRIVER
11195 M:      Steve Glendinning <[email protected]>
11196 L:      [email protected]
11197 S:      Maintained
11198 F:      include/linux/smsc911x.h
11199 F:      drivers/net/ethernet/smsc/smsc911x.*
11200
11201 SMSC9420 PCI ETHERNET DRIVER
11202 M:      Steve Glendinning <[email protected]>
11203 L:      [email protected]
11204 S:      Maintained
11205 F:      drivers/net/ethernet/smsc/smsc9420.*
11206
11207 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11208 M:      Steve Glendinning <[email protected]>
11209 L:      [email protected]
11210 S:      Maintained
11211 F:      drivers/video/fbdev/smscufx.c
11212
11213 SOC-CAMERA V4L2 SUBSYSTEM
11214 M:      Guennadi Liakhovetski <[email protected]>
11215 L:      [email protected]
11216 T:      git git://linuxtv.org/media_tree.git
11217 S:      Maintained
11218 F:      include/media/soc*
11219 F:      drivers/media/i2c/soc_camera/
11220 F:      drivers/media/platform/soc_camera/
11221
11222 SOEKRIS NET48XX LED SUPPORT
11223 M:      Chris Boot <[email protected]>
11224 S:      Maintained
11225 F:      drivers/leds/leds-net48xx.c
11226
11227 SOFTLOGIC 6x10 MPEG CODEC
11228 M:      Bluecherry Maintainers <[email protected]>
11229 M:      Andrey Utkin <[email protected]>
11230 M:      Andrey Utkin <[email protected]>
11231 M:      Ismael Luceno <[email protected]>
11232 L:      [email protected]
11233 S:      Supported
11234 F:      drivers/media/pci/solo6x10/
11235
11236 SOFTWARE RAID (Multiple Disks) SUPPORT
11237 M:      Shaohua Li <[email protected]>
11238 L:      [email protected]
11239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11240 S:      Supported
11241 F:      drivers/md/
11242 F:      include/linux/raid/
11243 F:      include/uapi/linux/raid/
11244
11245 SONIC NETWORK DRIVER
11246 M:      Thomas Bogendoerfer <[email protected]>
11247 L:      [email protected]
11248 S:      Maintained
11249 F:      drivers/net/ethernet/natsemi/sonic.*
11250
11251 SONICS SILICON BACKPLANE DRIVER (SSB)
11252 M:      Michael Buesch <[email protected]>
11253 L:      [email protected]
11254 S:      Maintained
11255 F:      drivers/ssb/
11256 F:      include/linux/ssb/
11257
11258 SONY VAIO CONTROL DEVICE DRIVER
11259 M:      Mattia Dongili <[email protected]>
11260 L:      [email protected]
11261 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11262 S:      Maintained
11263 F:      Documentation/laptops/sony-laptop.txt
11264 F:      drivers/char/sonypi.c
11265 F:      drivers/platform/x86/sony-laptop.c
11266 F:      include/linux/sony-laptop.h
11267
11268 SONY MEMORYSTICK CARD SUPPORT
11269 M:      Alex Dubov <[email protected]>
11270 W:      http://tifmxx.berlios.de/
11271 S:      Maintained
11272 F:      drivers/memstick/host/tifm_ms.c
11273
11274 SONY MEMORYSTICK STANDARD SUPPORT
11275 M:      Maxim Levitsky <[email protected]>
11276 S:      Maintained
11277 F:      drivers/memstick/core/ms_block.*
11278
11279 SOUND
11280 M:      Jaroslav Kysela <[email protected]>
11281 M:      Takashi Iwai <[email protected]>
11282 L:      [email protected] (moderated for non-subscribers)
11283 W:      http://www.alsa-project.org/
11284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11285 T:      git git://git.alsa-project.org/alsa-kernel.git
11286 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11287 S:      Maintained
11288 F:      Documentation/sound/
11289 F:      include/sound/
11290 F:      include/uapi/sound/
11291 F:      sound/
11292
11293 SOUND - COMPRESSED AUDIO
11294 M:      Vinod Koul <[email protected]>
11295 L:      [email protected] (moderated for non-subscribers)
11296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11297 S:      Supported
11298 F:      Documentation/sound/alsa/compress_offload.txt
11299 F:      include/sound/compress_driver.h
11300 F:      include/uapi/sound/compress_*
11301 F:      sound/core/compress_offload.c
11302 F:      sound/soc/soc-compress.c
11303
11304 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11305 M:      Liam Girdwood <[email protected]>
11306 M:      Mark Brown <[email protected]>
11307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11308 L:      [email protected] (moderated for non-subscribers)
11309 W:      http://alsa-project.org/main/index.php/ASoC
11310 S:      Supported
11311 F:      Documentation/devicetree/bindings/sound/
11312 F:      Documentation/sound/alsa/soc/
11313 F:      sound/soc/
11314 F:      include/sound/soc*
11315
11316 SOUND - DMAENGINE HELPERS
11317 M:      Lars-Peter Clausen <[email protected]>
11318 S:      Supported
11319 F:      include/sound/dmaengine_pcm.h
11320 F:      sound/core/pcm_dmaengine.c
11321 F:      sound/soc/soc-generic-dmaengine-pcm.c
11322
11323 SP2 MEDIA DRIVER
11324 M:      Olli Salonen <[email protected]>
11325 L:      [email protected]
11326 W:      https://linuxtv.org
11327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11328 S:      Maintained
11329 F:      drivers/media/dvb-frontends/sp2*
11330
11331 SPARC + UltraSPARC (sparc/sparc64)
11332 M:      "David S. Miller" <[email protected]>
11333 L:      [email protected]
11334 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11337 S:      Maintained
11338 F:      arch/sparc/
11339 F:      drivers/sbus/
11340
11341 SPARC SERIAL DRIVERS
11342 M:      "David S. Miller" <[email protected]>
11343 L:      [email protected]
11344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11346 S:      Maintained
11347 F:      include/linux/sunserialcore.h
11348 F:      drivers/tty/serial/suncore.c
11349 F:      drivers/tty/serial/sunhv.c
11350 F:      drivers/tty/serial/sunsab.c
11351 F:      drivers/tty/serial/sunsab.h
11352 F:      drivers/tty/serial/sunsu.c
11353 F:      drivers/tty/serial/sunzilog.c
11354 F:      drivers/tty/serial/sunzilog.h
11355
11356 SPARSE CHECKER
11357 M:      "Christopher Li" <[email protected]>
11358 L:      [email protected]
11359 W:      https://sparse.wiki.kernel.org/
11360 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11361 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11362 S:      Maintained
11363 F:      include/linux/compiler.h
11364
11365 SPEAR PLATFORM SUPPORT
11366 M:      Viresh Kumar <[email protected]>
11367 M:      Shiraz Hashim <[email protected]>
11368 L:      [email protected] (moderated for non-subscribers)
11369 W:      http://www.st.com/spear
11370 S:      Maintained
11371 F:      arch/arm/boot/dts/spear*
11372 F:      arch/arm/mach-spear/
11373
11374 SPEAR CLOCK FRAMEWORK SUPPORT
11375 M:      Viresh Kumar <[email protected]>
11376 L:      [email protected] (moderated for non-subscribers)
11377 W:      http://www.st.com/spear
11378 S:      Maintained
11379 F:      drivers/clk/spear/
11380
11381 SPI SUBSYSTEM
11382 M:      Mark Brown <[email protected]>
11383 L:      [email protected]
11384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11385 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11386 S:      Maintained
11387 F:      Documentation/devicetree/bindings/spi/
11388 F:      Documentation/spi/
11389 F:      drivers/spi/
11390 F:      include/linux/spi/
11391 F:      include/uapi/linux/spi/
11392 F:      tools/spi/
11393
11394 SPIDERNET NETWORK DRIVER for CELL
11395 M:      Ishizaki Kou <[email protected]>
11396 L:      [email protected]
11397 S:      Supported
11398 F:      Documentation/networking/spider_net.txt
11399 F:      drivers/net/ethernet/toshiba/spider_net*
11400
11401 SPU FILE SYSTEM
11402 M:      Jeremy Kerr <[email protected]>
11403 L:      [email protected]
11404 W:      http://www.ibm.com/developerworks/power/cell/
11405 S:      Supported
11406 F:      Documentation/filesystems/spufs.txt
11407 F:      arch/powerpc/platforms/cell/spufs/
11408
11409 SQUASHFS FILE SYSTEM
11410 M:      Phillip Lougher <[email protected]>
11411 L:      [email protected] (subscribers-only)
11412 W:      http://squashfs.org.uk
11413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11414 S:      Maintained
11415 F:      Documentation/filesystems/squashfs.txt
11416 F:      fs/squashfs/
11417
11418 SRM (Alpha) environment access
11419 M:      Jan-Benedict Glaw <[email protected]>
11420 S:      Maintained
11421 F:      arch/alpha/kernel/srm_env.c
11422
11423 STABLE BRANCH
11424 M:      Greg Kroah-Hartman <[email protected]>
11425 L:      [email protected]
11426 S:      Supported
11427 F:      Documentation/stable_kernel_rules.txt
11428
11429 STAGING SUBSYSTEM
11430 M:      Greg Kroah-Hartman <[email protected]>
11431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11432 L:      [email protected]
11433 S:      Supported
11434 F:      drivers/staging/
11435
11436 STAGING - COMEDI
11437 M:      Ian Abbott <[email protected]>
11438 M:      H Hartley Sweeten <[email protected]>
11439 S:      Odd Fixes
11440 F:      drivers/staging/comedi/
11441
11442 STAGING - FLARION FT1000 DRIVERS
11443 M:      Marek Belisko <[email protected]>
11444 S:      Odd Fixes
11445 F:      drivers/staging/ft1000/
11446
11447 STAGING - INDUSTRIAL IO
11448 M:      Jonathan Cameron <[email protected]>
11449 L:      [email protected]
11450 S:      Odd Fixes
11451 F:      Documentation/devicetree/bindings/staging/iio/
11452 F:      drivers/staging/iio/
11453
11454 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11455 M:      Jarod Wilson <[email protected]>
11456 W:      http://www.lirc.org/
11457 S:      Odd Fixes
11458 F:      drivers/staging/media/lirc/
11459
11460 STAGING - LUSTRE PARALLEL FILESYSTEM
11461 M:      Oleg Drokin <[email protected]>
11462 M:      Andreas Dilger <[email protected]>
11463 M:      James Simmons <[email protected]>
11464 L:      [email protected] (moderated for non-subscribers)
11465 W:      http://wiki.lustre.org/
11466 S:      Maintained
11467 F:      drivers/staging/lustre
11468
11469 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11470 M:      Marc Dietrich <[email protected]>
11471 L:      [email protected] (moderated for non-subscribers)
11472 L:      [email protected]
11473 S:      Maintained
11474 F:      drivers/staging/nvec/
11475
11476 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11477 M:      Jens Frederich <[email protected]>
11478 M:      Daniel Drake <[email protected]>
11479 M:      Jon Nettleton <[email protected]>
11480 W:      http://wiki.laptop.org/go/DCON
11481 S:      Maintained
11482 F:      drivers/staging/olpc_dcon/
11483
11484 STAGING - REALTEK RTL8712U DRIVERS
11485 M:      Larry Finger <[email protected]>
11486 M:      Florian Schilhabel <[email protected]>.
11487 S:      Odd Fixes
11488 F:      drivers/staging/rtl8712/
11489
11490 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11491 M:      Sudip Mukherjee <[email protected]>
11492 M:      Teddy Wang <[email protected]>
11493 M:      Sudip Mukherjee <[email protected]>
11494 L:      [email protected]
11495 S:      Maintained
11496 F:      drivers/staging/sm750fb/
11497
11498 STAGING - SLICOSS
11499 M:      Lior Dotan <[email protected]>
11500 M:      Christopher Harrer <[email protected]>
11501 S:      Odd Fixes
11502 F:      drivers/staging/slicoss/
11503
11504 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11505 M:      William Hubbs <[email protected]>
11506 M:      Chris Brannon <[email protected]>
11507 M:      Kirk Reiser <[email protected]>
11508 M:      Samuel Thibault <[email protected]>
11509 L:      [email protected]
11510 W:      http://www.linux-speakup.org/
11511 S:      Odd Fixes
11512 F:      drivers/staging/speakup/
11513
11514 STAGING - VIA VT665X DRIVERS
11515 M:      Forest Bond <[email protected]>
11516 S:      Odd Fixes
11517 F:      drivers/staging/vt665?/
11518
11519 STAGING - WILC1000 WIFI DRIVER
11520 M:      Aditya Shankar <[email protected]>
11521 M:      Ganesh Krishna <[email protected]>
11522 L:      [email protected]
11523 S:      Supported
11524 F:      drivers/staging/wilc1000/
11525
11526 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11527 M:      Arnaud Patard <[email protected]>
11528 S:      Odd Fixes
11529 F:      drivers/staging/xgifb/
11530
11531 STARFIRE/DURALAN NETWORK DRIVER
11532 M:      Ion Badulescu <[email protected]>
11533 S:      Odd Fixes
11534 F:      drivers/net/ethernet/adaptec/starfire*
11535
11536 SUN3/3X
11537 M:      Sam Creasey <[email protected]>
11538 W:      http://sammy.net/sun3/
11539 S:      Maintained
11540 F:      arch/m68k/kernel/*sun3*
11541 F:      arch/m68k/sun3*/
11542 F:      arch/m68k/include/asm/sun3*
11543 F:      drivers/net/ethernet/i825xx/sun3*
11544
11545 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11546 M:      Hans de Goede <[email protected]>
11547 L:      [email protected]
11548 S:      Maintained
11549 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11550 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11551
11552 SUNDANCE NETWORK DRIVER
11553 M:      Denis Kirjanov <[email protected]>
11554 L:      [email protected]
11555 S:      Maintained
11556 F:      drivers/net/ethernet/dlink/sundance.c
11557
11558 SUPERH
11559 M:      Yoshinori Sato <[email protected]>
11560 M:      Rich Felker <[email protected]>
11561 L:      [email protected]
11562 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11563 S:      Maintained
11564 F:      Documentation/sh/
11565 F:      arch/sh/
11566 F:      drivers/sh/
11567
11568 SUSPEND TO RAM
11569 M:      "Rafael J. Wysocki" <[email protected]>
11570 M:      Len Brown <[email protected]>
11571 M:      Pavel Machek <[email protected]>
11572 L:      [email protected]
11573 S:      Supported
11574 F:      Documentation/power/
11575 F:      arch/x86/kernel/acpi/
11576 F:      drivers/base/power/
11577 F:      kernel/power/
11578 F:      include/linux/suspend.h
11579 F:      include/linux/freezer.h
11580 F:      include/linux/pm.h
11581
11582 SVGA HANDLING
11583 M:      Martin Mares <[email protected]>
11584 L:      [email protected]
11585 S:      Maintained
11586 F:      Documentation/svga.txt
11587 F:      arch/x86/boot/video*
11588
11589 SWIOTLB SUBSYSTEM
11590 M:      Konrad Rzeszutek Wilk <[email protected]>
11591 L:      [email protected]
11592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11593 S:      Supported
11594 F:      lib/swiotlb.c
11595 F:      arch/*/kernel/pci-swiotlb.c
11596 F:      include/linux/swiotlb.h
11597
11598 SWITCHDEV
11599 M:      Jiri Pirko <[email protected]>
11600 L:      [email protected]
11601 S:      Supported
11602 F:      net/switchdev/
11603 F:      include/net/switchdev.h
11604
11605 SYNOPSYS ARC ARCHITECTURE
11606 M:      Vineet Gupta <[email protected]>
11607 L:      [email protected]
11608 S:      Supported
11609 F:      arch/arc/
11610 F:      Documentation/devicetree/bindings/arc/*
11611 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11612 F:      drivers/tty/serial/arc_uart.c
11613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11614
11615 SYNOPSYS ARC SDP platform support
11616 M:      Alexey Brodkin <[email protected]>
11617 S:      Supported
11618 F:      arch/arc/plat-axs10x
11619 F:      arch/arc/boot/dts/ax*
11620 F:      Documentation/devicetree/bindings/arc/axs10*
11621
11622 SYSTEM CONFIGURATION (SYSCON)
11623 M:      Lee Jones <[email protected]>
11624 M:      Arnd Bergmann <[email protected]>
11625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11626 S:      Supported
11627 F:      drivers/mfd/syscon.c
11628
11629 SYSTEM RESET/SHUTDOWN DRIVERS
11630 M:      Sebastian Reichel <[email protected]>
11631 L:      [email protected]
11632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11633 S:      Maintained
11634 F:      Documentation/devicetree/bindings/power/reset/
11635 F:      drivers/power/reset/
11636
11637 SYSV FILESYSTEM
11638 M:      Christoph Hellwig <[email protected]>
11639 S:      Maintained
11640 F:      Documentation/filesystems/sysv-fs.txt
11641 F:      fs/sysv/
11642 F:      include/linux/sysv_fs.h
11643
11644 TARGET SUBSYSTEM
11645 M:      "Nicholas A. Bellinger" <[email protected]>
11646 L:      [email protected]
11647 L:      [email protected]
11648 W:      http://www.linux-iscsi.org
11649 W:      http://groups.google.com/group/linux-iscsi-target-dev
11650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11651 S:      Supported
11652 F:      drivers/target/
11653 F:      include/target/
11654 F:      Documentation/target/
11655
11656 TASKSTATS STATISTICS INTERFACE
11657 M:      Balbir Singh <[email protected]>
11658 S:      Maintained
11659 F:      Documentation/accounting/taskstats*
11660 F:      include/linux/taskstats*
11661 F:      kernel/taskstats.c
11662
11663 TC CLASSIFIER
11664 M:      Jamal Hadi Salim <[email protected]>
11665 L:      [email protected]
11666 S:      Maintained
11667 F:      include/net/pkt_cls.h
11668 F:      include/uapi/linux/pkt_cls.h
11669 F:      net/sched/
11670
11671 TCP LOW PRIORITY MODULE
11672 M:      "Wong Hoi Sing, Edison" <[email protected]>
11673 M:      "Hung Hing Lun, Mike" <[email protected]>
11674 W:      http://tcp-lp-mod.sourceforge.net/
11675 S:      Maintained
11676 F:      net/ipv4/tcp_lp.c
11677
11678 TDA10071 MEDIA DRIVER
11679 M:      Antti Palosaari <[email protected]>
11680 L:      [email protected]
11681 W:      https://linuxtv.org
11682 W:      http://palosaari.fi/linux/
11683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11684 T:      git git://linuxtv.org/anttip/media_tree.git
11685 S:      Maintained
11686 F:      drivers/media/dvb-frontends/tda10071*
11687
11688 TDA18212 MEDIA DRIVER
11689 M:      Antti Palosaari <[email protected]>
11690 L:      [email protected]
11691 W:      https://linuxtv.org
11692 W:      http://palosaari.fi/linux/
11693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11694 T:      git git://linuxtv.org/anttip/media_tree.git
11695 S:      Maintained
11696 F:      drivers/media/tuners/tda18212*
11697
11698 TDA18218 MEDIA DRIVER
11699 M:      Antti Palosaari <[email protected]>
11700 L:      [email protected]
11701 W:      https://linuxtv.org
11702 W:      http://palosaari.fi/linux/
11703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11704 T:      git git://linuxtv.org/anttip/media_tree.git
11705 S:      Maintained
11706 F:      drivers/media/tuners/tda18218*
11707
11708 TDA18271 MEDIA DRIVER
11709 M:      Michael Krufky <[email protected]>
11710 L:      [email protected]
11711 W:      https://linuxtv.org
11712 W:      http://github.com/mkrufky
11713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11714 T:      git git://linuxtv.org/mkrufky/tuners.git
11715 S:      Maintained
11716 F:      drivers/media/tuners/tda18271*
11717
11718 TDA827x MEDIA DRIVER
11719 M:      Michael Krufky <[email protected]>
11720 L:      [email protected]
11721 W:      https://linuxtv.org
11722 W:      http://github.com/mkrufky
11723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11724 T:      git git://linuxtv.org/mkrufky/tuners.git
11725 S:      Maintained
11726 F:      drivers/media/tuners/tda8290.*
11727
11728 TDA8290 MEDIA DRIVER
11729 M:      Michael Krufky <[email protected]>
11730 L:      [email protected]
11731 W:      https://linuxtv.org
11732 W:      http://github.com/mkrufky
11733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11734 T:      git git://linuxtv.org/mkrufky/tuners.git
11735 S:      Maintained
11736 F:      drivers/media/tuners/tda8290.*
11737
11738 TDA9840 MEDIA DRIVER
11739 M:      Hans Verkuil <[email protected]>
11740 L:      [email protected]
11741 T:      git git://linuxtv.org/media_tree.git
11742 W:      https://linuxtv.org
11743 S:      Maintained
11744 F:      drivers/media/i2c/tda9840*
11745
11746 TEA5761 TUNER DRIVER
11747 M:      Mauro Carvalho Chehab <[email protected]>
11748 M:      Mauro Carvalho Chehab <[email protected]>
11749 L:      [email protected]
11750 W:      https://linuxtv.org
11751 T:      git git://linuxtv.org/media_tree.git
11752 S:      Odd fixes
11753 F:      drivers/media/tuners/tea5761.*
11754
11755 TEA5767 TUNER DRIVER
11756 M:      Mauro Carvalho Chehab <[email protected]>
11757 M:      Mauro Carvalho Chehab <[email protected]>
11758 L:      [email protected]
11759 W:      https://linuxtv.org
11760 T:      git git://linuxtv.org/media_tree.git
11761 S:      Maintained
11762 F:      drivers/media/tuners/tea5767.*
11763
11764 TEA6415C MEDIA DRIVER
11765 M:      Hans Verkuil <[email protected]>
11766 L:      [email protected]
11767 T:      git git://linuxtv.org/media_tree.git
11768 W:      https://linuxtv.org
11769 S:      Maintained
11770 F:      drivers/media/i2c/tea6415c*
11771
11772 TEA6420 MEDIA DRIVER
11773 M:      Hans Verkuil <[email protected]>
11774 L:      [email protected]
11775 T:      git git://linuxtv.org/media_tree.git
11776 W:      https://linuxtv.org
11777 S:      Maintained
11778 F:      drivers/media/i2c/tea6420*
11779
11780 TEAM DRIVER
11781 M:      Jiri Pirko <[email protected]>
11782 L:      [email protected]
11783 S:      Supported
11784 F:      drivers/net/team/
11785 F:      include/linux/if_team.h
11786 F:      include/uapi/linux/if_team.h
11787
11788 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11789 M:      "Savoir-faire Linux Inc." <[email protected]>
11790 S:      Maintained
11791 F:      arch/x86/platform/ts5500/
11792
11793 TECHNOTREND USB IR RECEIVER
11794 M:      Sean Young <[email protected]>
11795 L:      [email protected]
11796 S:      Maintained
11797 F:      drivers/media/rc/ttusbir.c
11798
11799 TEGRA ARCHITECTURE SUPPORT
11800 M:      Stephen Warren <[email protected]>
11801 M:      Thierry Reding <[email protected]>
11802 M:      Alexandre Courbot <[email protected]>
11803 L:      [email protected]
11804 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11806 S:      Supported
11807 N:      [^a-z]tegra
11808
11809 TEGRA CLOCK DRIVER
11810 M:      Peter De Schrijver <[email protected]>
11811 M:      Prashant Gaikwad <[email protected]>
11812 S:      Supported
11813 F:      drivers/clk/tegra/
11814
11815 TEGRA DMA DRIVERS
11816 M:      Laxman Dewangan <[email protected]>
11817 M:      Jon Hunter <[email protected]>
11818 S:      Supported
11819 F:      drivers/dma/tegra*
11820
11821 TEGRA I2C DRIVER
11822 M:      Laxman Dewangan <[email protected]>
11823 S:      Supported
11824 F:      drivers/i2c/busses/i2c-tegra.c
11825
11826 TEGRA IOMMU DRIVERS
11827 M:      Hiroshi Doyu <[email protected]>
11828 S:      Supported
11829 F:      drivers/iommu/tegra*
11830
11831 TEGRA KBC DRIVER
11832 M:      Rakesh Iyer <[email protected]>
11833 M:      Laxman Dewangan <[email protected]>
11834 S:      Supported
11835 F:      drivers/input/keyboard/tegra-kbc.c
11836
11837 TEGRA PWM DRIVER
11838 M:      Thierry Reding <[email protected]>
11839 S:      Supported
11840 F:      drivers/pwm/pwm-tegra.c
11841
11842 TEGRA SERIAL DRIVER
11843 M:      Laxman Dewangan <[email protected]>
11844 S:      Supported
11845 F:      drivers/tty/serial/serial-tegra.c
11846
11847 TEGRA SPI DRIVER
11848 M:      Laxman Dewangan <[email protected]>
11849 S:      Supported
11850 F:      drivers/spi/spi-tegra*
11851
11852 TEHUTI ETHERNET DRIVER
11853 M:      Andy Gospodarek <[email protected]>
11854 L:      [email protected]
11855 S:      Supported
11856 F:      drivers/net/ethernet/tehuti/*
11857
11858 Telecom Clock Driver for MCPL0010
11859 M:      Mark Gross <[email protected]>
11860 S:      Supported
11861 F:      drivers/char/tlclk.c
11862
11863 TENSILICA XTENSA PORT (xtensa)
11864 M:      Chris Zankel <[email protected]>
11865 M:      Max Filippov <[email protected]>
11866 L:      [email protected]
11867 T:      git git://github.com/czankel/xtensa-linux.git
11868 S:      Maintained
11869 F:      arch/xtensa/
11870 F:      drivers/irqchip/irq-xtensa-*
11871
11872 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11873 M:      Hans Verkuil <[email protected]>
11874 L:      [email protected]
11875 T:      git git://linuxtv.org/media_tree.git
11876 W:      https://linuxtv.org
11877 S:      Maintained
11878 F:      drivers/media/radio/radio-raremono.c
11879
11880 THERMAL
11881 M:      Zhang Rui <[email protected]>
11882 M:      Eduardo Valentin <[email protected]>
11883 L:      [email protected]
11884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11886 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11887 S:      Supported
11888 F:      drivers/thermal/
11889 F:      include/linux/thermal.h
11890 F:      include/uapi/linux/thermal.h
11891 F:      include/linux/cpu_cooling.h
11892 F:      Documentation/devicetree/bindings/thermal/
11893
11894 THERMAL/CPU_COOLING
11895 M:      Amit Daniel Kachhap <[email protected]>
11896 M:      Viresh Kumar <[email protected]>
11897 M:      Javi Merino <[email protected]>
11898 L:      [email protected]
11899 S:      Supported
11900 F:      Documentation/thermal/cpu-cooling-api.txt
11901 F:      drivers/thermal/cpu_cooling.c
11902 F:      include/linux/cpu_cooling.h
11903
11904 THINKPAD ACPI EXTRAS DRIVER
11905 M:      Henrique de Moraes Holschuh <[email protected]>
11906 L:      [email protected]
11907 L:      [email protected]
11908 W:      http://ibm-acpi.sourceforge.net
11909 W:      http://thinkwiki.org/wiki/Ibm-acpi
11910 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11911 S:      Maintained
11912 F:      drivers/platform/x86/thinkpad_acpi.c
11913
11914 TI BANDGAP AND THERMAL DRIVER
11915 M:      Eduardo Valentin <[email protected]>
11916 M:      Keerthy <[email protected]>
11917 L:      [email protected]
11918 L:      [email protected]
11919 S:      Maintained
11920 F:      drivers/thermal/ti-soc-thermal/
11921
11922 TI VPE/CAL DRIVERS
11923 M:      Benoit Parrot <[email protected]>
11924 L:      [email protected]
11925 W:      http://linuxtv.org/
11926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11927 S:      Maintained
11928 F:      drivers/media/platform/ti-vpe/
11929
11930 TI CDCE706 CLOCK DRIVER
11931 M:      Max Filippov <[email protected]>
11932 S:      Maintained
11933 F:      drivers/clk/clk-cdce706.c
11934
11935 TI CLOCK DRIVER
11936 M:      Tero Kristo <[email protected]>
11937 L:      [email protected]
11938 S:      Maintained
11939 F:      drivers/clk/ti/
11940 F:      include/linux/clk/ti.h
11941
11942 TI ETHERNET SWITCH DRIVER (CPSW)
11943 M:      Mugunthan V N <[email protected]>
11944 R:      Grygorii Strashko <[email protected]>
11945 L:      [email protected]
11946 L:      [email protected]
11947 S:      Maintained
11948 F:      drivers/net/ethernet/ti/cpsw*
11949 F:      drivers/net/ethernet/ti/davinci*
11950
11951 TI FLASH MEDIA INTERFACE DRIVER
11952 M:      Alex Dubov <[email protected]>
11953 S:      Maintained
11954 F:      drivers/misc/tifm*
11955 F:      drivers/mmc/host/tifm_sd.c
11956 F:      include/linux/tifm.h
11957
11958 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11959 M:      Santosh Shilimkar <[email protected]>
11960 L:      [email protected]
11961 L:      [email protected] (moderated for non-subscribers)
11962 S:      Maintained
11963 F:      drivers/soc/ti/*
11964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11965
11966
11967 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11968 M:      M R Swami Reddy <[email protected]>
11969 M:      Vishwas A Deshpande <[email protected]>
11970 L:      [email protected] (moderated for non-subscribers)
11971 S:      Maintained
11972 F:      sound/soc/codecs/lm49453*
11973 F:      sound/soc/codecs/isabelle*
11974
11975 TI LP855x BACKLIGHT DRIVER
11976 M:      Milo Kim <[email protected]>
11977 S:      Maintained
11978 F:      Documentation/backlight/lp855x-driver.txt
11979 F:      drivers/video/backlight/lp855x_bl.c
11980 F:      include/linux/platform_data/lp855x.h
11981
11982 TI LP8727 CHARGER DRIVER
11983 M:      Milo Kim <[email protected]>
11984 S:      Maintained
11985 F:      drivers/power/supply/lp8727_charger.c
11986 F:      include/linux/platform_data/lp8727.h
11987
11988 TI LP8788 MFD DRIVER
11989 M:      Milo Kim <[email protected]>
11990 S:      Maintained
11991 F:      drivers/iio/adc/lp8788_adc.c
11992 F:      drivers/leds/leds-lp8788.c
11993 F:      drivers/mfd/lp8788*.c
11994 F:      drivers/power/supply/lp8788-charger.c
11995 F:      drivers/regulator/lp8788-*.c
11996 F:      include/linux/mfd/lp8788*.h
11997
11998 TI NETCP ETHERNET DRIVER
11999 M:      Wingman Kwok <[email protected]>
12000 M:      Murali Karicheri <[email protected]>
12001 L:      [email protected]
12002 S:      Maintained
12003 F:      drivers/net/ethernet/ti/netcp*
12004
12005 TI TAS571X FAMILY ASoC CODEC DRIVER
12006 M:      Kevin Cernekee <[email protected]>
12007 L:      [email protected] (moderated for non-subscribers)
12008 S:      Odd Fixes
12009 F:      sound/soc/codecs/tas571x*
12010
12011 TI TWL4030 SERIES SOC CODEC DRIVER
12012 M:      Peter Ujfalusi <[email protected]>
12013 L:      [email protected] (moderated for non-subscribers)
12014 S:      Maintained
12015 F:      sound/soc/codecs/twl4030*
12016
12017 TI WILINK WIRELESS DRIVERS
12018 L:      [email protected]
12019 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12020 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12022 S:      Orphan
12023 F:      drivers/net/wireless/ti/
12024 F:      include/linux/wl12xx.h
12025
12026 TIPC NETWORK LAYER
12027 M:      Jon Maloy <[email protected]>
12028 M:      Ying Xue <[email protected]>
12029 L:      [email protected] (core kernel code)
12030 L:      [email protected] (user apps, general discussion)
12031 W:      http://tipc.sourceforge.net/
12032 S:      Maintained
12033 F:      include/uapi/linux/tipc*.h
12034 F:      net/tipc/
12035
12036 TILE ARCHITECTURE
12037 M:      Chris Metcalf <[email protected]>
12038 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12040 S:      Supported
12041 F:      arch/tile/
12042 F:      drivers/char/tile-srom.c
12043 F:      drivers/edac/tile_edac.c
12044 F:      drivers/net/ethernet/tile/
12045 F:      drivers/rtc/rtc-tile.c
12046 F:      drivers/tty/hvc/hvc_tile.c
12047 F:      drivers/tty/serial/tilegx.c
12048 F:      drivers/usb/host/*-tilegx.c
12049 F:      include/linux/usb/tilegx.h
12050
12051 TLAN NETWORK DRIVER
12052 M:      Samuel Chessman <[email protected]>
12053 L:      [email protected] (subscribers-only)
12054 W:      http://sourceforge.net/projects/tlan/
12055 S:      Maintained
12056 F:      Documentation/networking/tlan.txt
12057 F:      drivers/net/ethernet/ti/tlan.*
12058
12059 TOMOYO SECURITY MODULE
12060 M:      Kentaro Takeda <[email protected]>
12061 M:      Tetsuo Handa <[email protected]>
12062 L:      [email protected] (subscribers-only, for developers in English)
12063 L:      [email protected] (subscribers-only, for users in English)
12064 L:      [email protected] (subscribers-only, for developers in Japanese)
12065 L:      [email protected] (subscribers-only, for users in Japanese)
12066 W:      http://tomoyo.sourceforge.jp/
12067 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12068 S:      Maintained
12069 F:      security/tomoyo/
12070
12071 TOPSTAR LAPTOP EXTRAS DRIVER
12072 M:      Herton Ronaldo Krzesinski <[email protected]>
12073 L:      [email protected]
12074 S:      Maintained
12075 F:      drivers/platform/x86/topstar-laptop.c
12076
12077 TOSHIBA ACPI EXTRAS DRIVER
12078 M:      Azael Avalos <[email protected]>
12079 L:      [email protected]
12080 S:      Maintained
12081 F:      drivers/platform/x86/toshiba_acpi.c
12082
12083 TOSHIBA BLUETOOTH DRIVER
12084 M:      Azael Avalos <[email protected]>
12085 L:      [email protected]
12086 S:      Maintained
12087 F:      drivers/platform/x86/toshiba_bluetooth.c
12088
12089 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12090 M:      Azael Avalos <[email protected]>
12091 L:      [email protected]
12092 S:      Maintained
12093 F:      drivers/platform/x86/toshiba_haps.c
12094
12095 TOSHIBA WMI HOTKEYS DRIVER
12096 M:      Azael Avalos <[email protected]>
12097 L:      [email protected]
12098 S:      Maintained
12099 F:      drivers/platform/x86/toshiba-wmi.c
12100
12101 TOSHIBA SMM DRIVER
12102 M:      Jonathan Buzzard <[email protected]>
12103 W:      http://www.buzzard.org.uk/toshiba/
12104 S:      Maintained
12105 F:      drivers/char/toshiba.c
12106 F:      include/linux/toshiba.h
12107 F:      include/uapi/linux/toshiba.h
12108
12109 TOSHIBA TC358743 DRIVER
12110 M:      Mats Randgaard <[email protected]>
12111 L:      [email protected]
12112 S:      Maintained
12113 F:      drivers/media/i2c/tc358743*
12114 F:      include/media/i2c/tc358743.h
12115
12116 TMIO/SDHI MMC DRIVER
12117 M:      Wolfram Sang <[email protected]>
12118 L:      [email protected]
12119 S:      Supported
12120 F:      drivers/mmc/host/tmio_mmc*
12121 F:      drivers/mmc/host/sh_mobile_sdhi.c
12122 F:      include/linux/mfd/tmio.h
12123
12124 TMP401 HARDWARE MONITOR DRIVER
12125 M:      Guenter Roeck <[email protected]>
12126 L:      [email protected]
12127 S:      Maintained
12128 F:      Documentation/hwmon/tmp401
12129 F:      drivers/hwmon/tmp401.c
12130
12131 TMPFS (SHMEM FILESYSTEM)
12132 M:      Hugh Dickins <[email protected]>
12133 L:      [email protected]
12134 S:      Maintained
12135 F:      include/linux/shmem_fs.h
12136 F:      mm/shmem.c
12137
12138 TM6000 VIDEO4LINUX DRIVER
12139 M:      Mauro Carvalho Chehab <[email protected]>
12140 M:      Mauro Carvalho Chehab <[email protected]>
12141 L:      [email protected]
12142 W:      https://linuxtv.org
12143 T:      git git://linuxtv.org/media_tree.git
12144 S:      Odd fixes
12145 F:      drivers/media/usb/tm6000/
12146 F:      Documentation/media/v4l-drivers/tm6000*
12147
12148 TW5864 VIDEO4LINUX DRIVER
12149 M:      Bluecherry Maintainers <[email protected]>
12150 M:      Andrey Utkin <[email protected]>
12151 M:      Andrey Utkin <[email protected]>
12152 L:      [email protected]
12153 S:      Supported
12154 F:      drivers/media/pci/tw5864/
12155
12156 TW68 VIDEO4LINUX DRIVER
12157 M:      Hans Verkuil <[email protected]>
12158 L:      [email protected]
12159 T:      git git://linuxtv.org/media_tree.git
12160 W:      https://linuxtv.org
12161 S:      Odd Fixes
12162 F:      drivers/media/pci/tw68/
12163
12164 TW686X VIDEO4LINUX DRIVER
12165 M:      Ezequiel Garcia <[email protected]>
12166 L:      [email protected]
12167 T:      git git://linuxtv.org/media_tree.git
12168 W:      http://linuxtv.org
12169 S:      Maintained
12170 F:      drivers/media/pci/tw686x/
12171
12172 TPM DEVICE DRIVER
12173 M:      Peter Huewe <[email protected]>
12174 M:      Marcel Selhorst <[email protected]>
12175 M:      Jarkko Sakkinen <[email protected]>
12176 R:      Jason Gunthorpe <[email protected]>
12177 W:      http://tpmdd.sourceforge.net
12178 L:      [email protected] (moderated for non-subscribers)
12179 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12180 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12181 S:      Maintained
12182 F:      drivers/char/tpm/
12183
12184 TPM IBM_VTPM DEVICE DRIVER
12185 M:      Ashley Lai <[email protected]>
12186 W:      http://tpmdd.sourceforge.net
12187 L:      [email protected] (moderated for non-subscribers)
12188 S:      Maintained
12189 F:      drivers/char/tpm/tpm_ibmvtpm*
12190
12191 TRACING
12192 M:      Steven Rostedt <[email protected]>
12193 M:      Ingo Molnar <[email protected]>
12194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12195 S:      Maintained
12196 F:      Documentation/trace/ftrace.txt
12197 F:      arch/*/*/*/ftrace.h
12198 F:      arch/*/kernel/ftrace.c
12199 F:      include/*/ftrace.h
12200 F:      include/linux/trace*.h
12201 F:      include/trace/
12202 F:      kernel/trace/
12203 F:      tools/testing/selftests/ftrace/
12204
12205 TRACING MMIO ACCESSES (MMIOTRACE)
12206 M:      Steven Rostedt <[email protected]>
12207 M:      Ingo Molnar <[email protected]>
12208 R:      Karol Herbst <[email protected]>
12209 R:      Pekka Paalanen <[email protected]>
12210 S:      Maintained
12211 L:      [email protected]
12212 L:      [email protected]
12213 F:      kernel/trace/trace_mmiotrace.c
12214 F:      include/linux/mmiotrace.h
12215 F:      arch/x86/mm/kmmio.c
12216 F:      arch/x86/mm/mmio-mod.c
12217 F:      arch/x86/mm/testmmiotrace.c
12218
12219 TRIVIAL PATCHES
12220 M:      Jiri Kosina <[email protected]>
12221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12222 S:      Maintained
12223 K:      ^Subject:.*(?i)trivial
12224
12225 TTY LAYER
12226 M:      Greg Kroah-Hartman <[email protected]>
12227 M:      Jiri Slaby <[email protected]>
12228 S:      Supported
12229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12230 F:      Documentation/serial/
12231 F:      drivers/tty/
12232 F:      drivers/tty/serial/serial_core.c
12233 F:      include/linux/serial_core.h
12234 F:      include/linux/serial.h
12235 F:      include/linux/tty.h
12236 F:      include/uapi/linux/serial_core.h
12237 F:      include/uapi/linux/serial.h
12238 F:      include/uapi/linux/tty.h
12239
12240 TUA9001 MEDIA DRIVER
12241 M:      Antti Palosaari <[email protected]>
12242 L:      [email protected]
12243 W:      https://linuxtv.org
12244 W:      http://palosaari.fi/linux/
12245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12246 T:      git git://linuxtv.org/anttip/media_tree.git
12247 S:      Maintained
12248 F:      drivers/media/tuners/tua9001*
12249
12250 TULIP NETWORK DRIVERS
12251 L:      [email protected]
12252 L:      [email protected]
12253 S:      Orphan
12254 F:      drivers/net/ethernet/dec/tulip/
12255
12256 TUN/TAP driver
12257 M:      Maxim Krasnyansky <[email protected]>
12258 W:      http://vtun.sourceforge.net/tun
12259 S:      Maintained
12260 F:      Documentation/networking/tuntap.txt
12261 F:      arch/um/os-Linux/drivers/
12262
12263 TURBOCHANNEL SUBSYSTEM
12264 M:      "Maciej W. Rozycki" <[email protected]>
12265 M:      Ralf Baechle <[email protected]>
12266 L:      [email protected]
12267 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12268 S:      Maintained
12269 F:      drivers/tc/
12270 F:      include/linux/tc.h
12271
12272 UBI FILE SYSTEM (UBIFS)
12273 M:      Richard Weinberger <[email protected]>
12274 M:      Artem Bityutskiy <[email protected]>
12275 M:      Adrian Hunter <[email protected]>
12276 L:      [email protected]
12277 T:      git git://git.infradead.org/ubifs-2.6.git
12278 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12279 S:      Supported
12280 F:      Documentation/filesystems/ubifs.txt
12281 F:      fs/ubifs/
12282
12283 UCLINUX (M68KNOMMU AND COLDFIRE)
12284 M:      Greg Ungerer <[email protected]>
12285 W:      http://www.linux-m68k.org/
12286 W:      http://www.uclinux.org/
12287 L:      [email protected]
12288 L:      [email protected]  (subscribers-only)
12289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12290 S:      Maintained
12291 F:      arch/m68k/coldfire/
12292 F:      arch/m68k/68*/
12293 F:      arch/m68k/*/*_no.*
12294 F:      arch/m68k/include/asm/*_no.*
12295
12296 UDF FILESYSTEM
12297 M:      Jan Kara <[email protected]>
12298 S:      Maintained
12299 F:      Documentation/filesystems/udf.txt
12300 F:      fs/udf/
12301
12302 UFS FILESYSTEM
12303 M:      Evgeniy Dushistov <[email protected]>
12304 S:      Maintained
12305 F:      Documentation/filesystems/ufs.txt
12306 F:      fs/ufs/
12307
12308 UHID USERSPACE HID IO DRIVER:
12309 M:      David Herrmann <[email protected]>
12310 L:      [email protected]
12311 S:      Maintained
12312 F:      drivers/hid/uhid.c
12313 F:      include/uapi/linux/uhid.h
12314
12315 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12316 L:      [email protected]
12317 S:      Orphan
12318 F:      drivers/uwb/
12319 F:      include/linux/uwb.h
12320 F:      include/linux/uwb/
12321
12322 UNICORE32 ARCHITECTURE:
12323 M:      Guan Xuetao <[email protected]>
12324 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12325 S:      Maintained
12326 T:      git git://github.com/gxt/linux.git
12327 F:      arch/unicore32/
12328
12329 UNIFDEF
12330 M:      Tony Finch <[email protected]>
12331 W:      http://dotat.at/prog/unifdef
12332 S:      Maintained
12333 F:      scripts/unifdef.c
12334
12335 UNIFORM CDROM DRIVER
12336 M:      Jens Axboe <[email protected]>
12337 W:      http://www.kernel.dk
12338 S:      Maintained
12339 F:      Documentation/cdrom/
12340 F:      drivers/cdrom/cdrom.c
12341 F:      include/linux/cdrom.h
12342 F:      include/uapi/linux/cdrom.h
12343
12344 UNISYS S-PAR DRIVERS
12345 M:      David Kershner <[email protected]>
12346 L:      [email protected] (Unisys internal)
12347 S:      Supported
12348 F:      drivers/staging/unisys/
12349
12350 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12351 M:      Vinayak Holikatti <[email protected]>
12352 L:      [email protected]
12353 S:      Supported
12354 F:      Documentation/scsi/ufs.txt
12355 F:      drivers/scsi/ufs/
12356
12357 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12358 M:      Joao Pinto <[email protected]>
12359 L:      [email protected]
12360 S:      Supported
12361 F:      drivers/scsi/ufs/*dwc*
12362
12363 UNSORTED BLOCK IMAGES (UBI)
12364 M:      Artem Bityutskiy <[email protected]>
12365 M:      Richard Weinberger <[email protected]>
12366 W:      http://www.linux-mtd.infradead.org/
12367 L:      [email protected]
12368 T:      git git://git.infradead.org/ubifs-2.6.git
12369 S:      Supported
12370 F:      drivers/mtd/ubi/
12371 F:      include/linux/mtd/ubi.h
12372 F:      include/uapi/mtd/ubi-user.h
12373
12374 USB ACM DRIVER
12375 M:      Oliver Neukum <[email protected]>
12376 L:      [email protected]
12377 S:      Maintained
12378 F:      Documentation/usb/acm.txt
12379 F:      drivers/usb/class/cdc-acm.*
12380
12381 USB AR5523 WIRELESS DRIVER
12382 M:      Pontus Fuchs <[email protected]>
12383 L:      [email protected]
12384 S:      Maintained
12385 F:      drivers/net/wireless/ath/ar5523/
12386
12387 USB ATTACHED SCSI
12388 M:      Oliver Neukum <[email protected]>
12389 L:      [email protected]
12390 L:      [email protected]
12391 S:      Maintained
12392 F:      drivers/usb/storage/uas.c
12393
12394 USB CDC ETHERNET DRIVER
12395 M:      Oliver Neukum <[email protected]>
12396 L:      [email protected]
12397 S:      Maintained
12398 F:      drivers/net/usb/cdc_*.c
12399 F:      include/uapi/linux/usb/cdc.h
12400
12401 USB CHAOSKEY DRIVER
12402 M:      Keith Packard <[email protected]>
12403 L:      [email protected]
12404 S:      Maintained
12405 F:      drivers/usb/misc/chaoskey.c
12406
12407 USB CYPRESS C67X00 DRIVER
12408 M:      Peter Korsgaard <[email protected]>
12409 L:      [email protected]
12410 S:      Maintained
12411 F:      drivers/usb/c67x00/
12412
12413 USB DAVICOM DM9601 DRIVER
12414 M:      Peter Korsgaard <[email protected]>
12415 L:      [email protected]
12416 W:      http://www.linux-usb.org/usbnet
12417 S:      Maintained
12418 F:      drivers/net/usb/dm9601.c
12419
12420 USB DIAMOND RIO500 DRIVER
12421 M:      Cesar Miquel <[email protected]>
12422 L:      [email protected]
12423 W:      http://rio500.sourceforge.net
12424 S:      Maintained
12425 F:      drivers/usb/misc/rio500*
12426
12427 USB EHCI DRIVER
12428 M:      Alan Stern <[email protected]>
12429 L:      [email protected]
12430 S:      Maintained
12431 F:      Documentation/usb/ehci.txt
12432 F:      drivers/usb/host/ehci*
12433
12434 USB GADGET/PERIPHERAL SUBSYSTEM
12435 M:      Felipe Balbi <[email protected]>
12436 L:      [email protected]
12437 W:      http://www.linux-usb.org/gadget
12438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12439 S:      Maintained
12440 F:      drivers/usb/gadget/
12441 F:      include/linux/usb/gadget*
12442
12443 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12444 M:      Jiri Kosina <[email protected]>
12445 R:      Benjamin Tissoires <[email protected]>
12446 L:      [email protected]
12447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12448 S:      Maintained
12449 F:      Documentation/hid/hiddev.txt
12450 F:      drivers/hid/usbhid/
12451
12452 USB ISP116X DRIVER
12453 M:      Olav Kongas <[email protected]>
12454 L:      [email protected]
12455 S:      Maintained
12456 F:      drivers/usb/host/isp116x*
12457 F:      include/linux/usb/isp116x.h
12458
12459 USB LAN78XX ETHERNET DRIVER
12460 M:      Woojung Huh <[email protected]>
12461 M:      Microchip Linux Driver Support <[email protected]>
12462 L:      [email protected]
12463 S:      Maintained
12464 F:      drivers/net/usb/lan78xx.*
12465
12466 USB MASS STORAGE DRIVER
12467 M:      Alan Stern <[email protected]>
12468 L:      [email protected]
12469 L:      [email protected]
12470 S:      Maintained
12471 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12472 F:      drivers/usb/storage/
12473
12474 USB MIDI DRIVER
12475 M:      Clemens Ladisch <[email protected]>
12476 L:      [email protected] (moderated for non-subscribers)
12477 T:      git git://git.alsa-project.org/alsa-kernel.git
12478 S:      Maintained
12479 F:      sound/usb/midi.*
12480
12481 USB NETWORKING DRIVERS
12482 L:      [email protected]
12483 S:      Odd Fixes
12484 F:      drivers/net/usb/
12485
12486 USB OHCI DRIVER
12487 M:      Alan Stern <[email protected]>
12488 L:      [email protected]
12489 S:      Maintained
12490 F:      Documentation/usb/ohci.txt
12491 F:      drivers/usb/host/ohci*
12492
12493 USB OTG FSM (Finite State Machine)
12494 M:      Peter Chen <[email protected]>
12495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12496 L:      [email protected]
12497 S:      Maintained
12498 F:      drivers/usb/common/usb-otg-fsm.c
12499
12500 USB OVER IP DRIVER
12501 M:      Valentina Manea <[email protected]>
12502 M:      Shuah Khan <[email protected]>
12503 M:      Shuah Khan <[email protected]>
12504 L:      [email protected]
12505 S:      Maintained
12506 F:      Documentation/usb/usbip_protocol.txt
12507 F:      drivers/usb/usbip/
12508 F:      tools/usb/usbip/
12509
12510 USB PEGASUS DRIVER
12511 M:      Petko Manolov <[email protected]>
12512 L:      [email protected]
12513 L:      [email protected]
12514 T:      git git://github.com/petkan/pegasus.git
12515 W:      https://github.com/petkan/pegasus
12516 S:      Maintained
12517 F:      drivers/net/usb/pegasus.*
12518
12519 USB PHY LAYER
12520 M:      Felipe Balbi <[email protected]>
12521 L:      [email protected]
12522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12523 S:      Maintained
12524 F:      drivers/usb/phy/
12525
12526 USB PRINTER DRIVER (usblp)
12527 M:      Pete Zaitcev <[email protected]>
12528 L:      [email protected]
12529 S:      Supported
12530 F:      drivers/usb/class/usblp.c
12531
12532 USB QMI WWAN NETWORK DRIVER
12533 M:      Bjørn Mork <[email protected]>
12534 L:      [email protected]
12535 S:      Maintained
12536 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12537 F:      drivers/net/usb/qmi_wwan.c
12538
12539 USB RTL8150 DRIVER
12540 M:      Petko Manolov <[email protected]>
12541 L:      [email protected]
12542 L:      [email protected]
12543 T:      git git://github.com/petkan/rtl8150.git
12544 W:      https://github.com/petkan/rtl8150
12545 S:      Maintained
12546 F:      drivers/net/usb/rtl8150.c
12547
12548 USB SERIAL SUBSYSTEM
12549 M:      Johan Hovold <[email protected]>
12550 L:      [email protected]
12551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12552 S:      Maintained
12553 F:      Documentation/usb/usb-serial.txt
12554 F:      drivers/usb/serial/
12555 F:      include/linux/usb/serial.h
12556
12557 USB SMSC75XX ETHERNET DRIVER
12558 M:      Steve Glendinning <[email protected]>
12559 L:      [email protected]
12560 S:      Maintained
12561 F:      drivers/net/usb/smsc75xx.*
12562
12563 USB SMSC95XX ETHERNET DRIVER
12564 M:      Steve Glendinning <[email protected]>
12565 M:      Microchip Linux Driver Support <[email protected]>
12566 L:      [email protected]
12567 S:      Maintained
12568 F:      drivers/net/usb/smsc95xx.*
12569
12570 USB SUBSYSTEM
12571 M:      Greg Kroah-Hartman <[email protected]>
12572 L:      [email protected]
12573 W:      http://www.linux-usb.org
12574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12575 S:      Supported
12576 F:      Documentation/devicetree/bindings/usb/
12577 F:      Documentation/usb/
12578 F:      drivers/usb/
12579 F:      include/linux/usb.h
12580 F:      include/linux/usb/
12581
12582 USB UHCI DRIVER
12583 M:      Alan Stern <[email protected]>
12584 L:      [email protected]
12585 S:      Maintained
12586 F:      drivers/usb/host/uhci*
12587
12588 USB "USBNET" DRIVER FRAMEWORK
12589 M:      Oliver Neukum <[email protected]>
12590 L:      [email protected]
12591 W:      http://www.linux-usb.org/usbnet
12592 S:      Maintained
12593 F:      drivers/net/usb/usbnet.c
12594 F:      include/linux/usb/usbnet.h
12595
12596 USB VIDEO CLASS
12597 M:      Laurent Pinchart <[email protected]>
12598 L:      [email protected] (subscribers-only)
12599 L:      [email protected]
12600 T:      git git://linuxtv.org/media_tree.git
12601 W:      http://www.ideasonboard.org/uvc/
12602 S:      Maintained
12603 F:      drivers/media/usb/uvc/
12604 F:      include/uapi/linux/uvcvideo.h
12605
12606 USB VISION DRIVER
12607 M:      Hans Verkuil <[email protected]>
12608 L:      [email protected]
12609 T:      git git://linuxtv.org/media_tree.git
12610 W:      https://linuxtv.org
12611 S:      Odd Fixes
12612 F:      drivers/media/usb/usbvision/
12613
12614 USB WEBCAM GADGET
12615 M:      Laurent Pinchart <[email protected]>
12616 L:      [email protected]
12617 S:      Maintained
12618 F:      drivers/usb/gadget/function/*uvc*
12619 F:      drivers/usb/gadget/legacy/webcam.c
12620
12621 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12622 M:      Jussi Kivilinna <[email protected]>
12623 L:      [email protected]
12624 S:      Maintained
12625 F:      drivers/net/wireless/rndis_wlan.c
12626
12627 USB XHCI DRIVER
12628 M:      Mathias Nyman <[email protected]>
12629 L:      [email protected]
12630 S:      Supported
12631 F:      drivers/usb/host/xhci*
12632 F:      drivers/usb/host/pci-quirks*
12633
12634 USB ZD1201 DRIVER
12635 L:      [email protected]
12636 W:      http://linux-lc100020.sourceforge.net
12637 S:      Orphan
12638 F:      drivers/net/wireless/zydas/zd1201.*
12639
12640 USB ZR364XX DRIVER
12641 M:      Antoine Jacquet <[email protected]>
12642 L:      [email protected]
12643 L:      [email protected]
12644 T:      git git://linuxtv.org/media_tree.git
12645 W:      http://royale.zerezo.com/zr364xx/
12646 S:      Maintained
12647 F:      Documentation/media/v4l-drivers/zr364xx*
12648 F:      drivers/media/usb/zr364xx/
12649
12650 ULPI BUS
12651 M:      Heikki Krogerus <[email protected]>
12652 L:      [email protected]
12653 S:      Maintained
12654 F:      drivers/usb/common/ulpi.c
12655 F:      include/linux/ulpi/
12656
12657 USER-MODE LINUX (UML)
12658 M:      Jeff Dike <[email protected]>
12659 M:      Richard Weinberger <[email protected]>
12660 L:      [email protected]
12661 L:      [email protected]
12662 W:      http://user-mode-linux.sourceforge.net
12663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12664 S:      Maintained
12665 F:      Documentation/virtual/uml/
12666 F:      arch/um/
12667 F:      arch/x86/um/
12668 F:      fs/hostfs/
12669 F:      fs/hppfs/
12670
12671 USERSPACE I/O (UIO)
12672 M:      Greg Kroah-Hartman <[email protected]>
12673 S:      Maintained
12674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12675 F:      Documentation/DocBook/uio-howto.tmpl
12676 F:      drivers/uio/
12677 F:      include/linux/uio*.h
12678
12679 UTIL-LINUX PACKAGE
12680 M:      Karel Zak <[email protected]>
12681 L:      [email protected]
12682 W:      http://en.wikipedia.org/wiki/Util-linux
12683 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12684 S:      Maintained
12685
12686 UVESAFB DRIVER
12687 M:      Michal Januszewski <[email protected]>
12688 L:      [email protected]
12689 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12690 S:      Maintained
12691 F:      Documentation/fb/uvesafb.txt
12692 F:      drivers/video/fbdev/uvesafb.*
12693
12694 VF610 NAND DRIVER
12695 M:      Stefan Agner <[email protected]>
12696 L:      [email protected]
12697 S:      Supported
12698 F:      drivers/mtd/nand/vf610_nfc.c
12699
12700 VFAT/FAT/MSDOS FILESYSTEM
12701 M:      OGAWA Hirofumi <[email protected]>
12702 S:      Maintained
12703 F:      Documentation/filesystems/vfat.txt
12704 F:      fs/fat/
12705
12706 VFIO DRIVER
12707 M:      Alex Williamson <[email protected]>
12708 L:      [email protected]
12709 T:      git git://github.com/awilliam/linux-vfio.git
12710 S:      Maintained
12711 F:      Documentation/vfio.txt
12712 F:      drivers/vfio/
12713 F:      include/linux/vfio.h
12714 F:      include/uapi/linux/vfio.h
12715
12716 VFIO PLATFORM DRIVER
12717 M:      Baptiste Reynal <[email protected]>
12718 L:      [email protected]
12719 S:      Maintained
12720 F:      drivers/vfio/platform/
12721
12722 VIDEOBUF2 FRAMEWORK
12723 M:      Pawel Osciak <[email protected]>
12724 M:      Marek Szyprowski <[email protected]>
12725 M:      Kyungmin Park <[email protected]>
12726 L:      [email protected]
12727 S:      Maintained
12728 F:      drivers/media/v4l2-core/videobuf2-*
12729 F:      include/media/videobuf2-*
12730
12731 VIRTIO AND VHOST VSOCK DRIVER
12732 M:      Stefan Hajnoczi <[email protected]>
12733 L:      [email protected]
12734 L:      [email protected]
12735 L:      [email protected]
12736 S:      Maintained
12737 F:      include/linux/virtio_vsock.h
12738 F:      include/uapi/linux/virtio_vsock.h
12739 F:      net/vmw_vsock/virtio_transport_common.c
12740 F:      net/vmw_vsock/virtio_transport.c
12741 F:      drivers/vhost/vsock.c
12742 F:      drivers/vhost/vsock.h
12743
12744 VIRTUAL SERIO DEVICE DRIVER
12745 M:      Stephen Chandler Paul <[email protected]>
12746 S:      Maintained
12747 F:      drivers/input/serio/userio.c
12748 F:      include/uapi/linux/userio.h
12749
12750 VIRTIO CONSOLE DRIVER
12751 M:      Amit Shah <[email protected]>
12752 L:      [email protected]
12753 S:      Maintained
12754 F:      drivers/char/virtio_console.c
12755 F:      include/linux/virtio_console.h
12756 F:      include/uapi/linux/virtio_console.h
12757
12758 VIRTIO CORE, NET AND BLOCK DRIVERS
12759 M:      "Michael S. Tsirkin" <[email protected]>
12760 L:      [email protected]
12761 S:      Maintained
12762 F:      Documentation/devicetree/bindings/virtio/
12763 F:      drivers/virtio/
12764 F:      tools/virtio/
12765 F:      drivers/net/virtio_net.c
12766 F:      drivers/block/virtio_blk.c
12767 F:      include/linux/virtio_*.h
12768 F:      include/uapi/linux/virtio_*.h
12769
12770 VIRTIO DRIVERS FOR S390
12771 M:      Christian Borntraeger <[email protected]>
12772 M:      Cornelia Huck <[email protected]>
12773 L:      [email protected]
12774 L:      [email protected]
12775 L:      [email protected]
12776 S:      Supported
12777 F:      drivers/s390/virtio/
12778
12779 VIRTIO GPU DRIVER
12780 M:      David Airlie <[email protected]>
12781 M:      Gerd Hoffmann <[email protected]>
12782 L:      [email protected]
12783 L:      [email protected]
12784 S:      Maintained
12785 F:      drivers/gpu/drm/virtio/
12786 F:      include/uapi/linux/virtio_gpu.h
12787
12788 VIRTIO HOST (VHOST)
12789 M:      "Michael S. Tsirkin" <[email protected]>
12790 L:      [email protected]
12791 L:      [email protected]
12792 L:      [email protected]
12793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12794 S:      Maintained
12795 F:      drivers/vhost/
12796 F:      include/uapi/linux/vhost.h
12797
12798 VIRTIO INPUT DRIVER
12799 M:      Gerd Hoffmann <[email protected]>
12800 S:      Maintained
12801 F:      drivers/virtio/virtio_input.c
12802 F:      include/uapi/linux/virtio_input.h
12803
12804 VIA RHINE NETWORK DRIVER
12805 S:      Orphan
12806 F:      drivers/net/ethernet/via/via-rhine.c
12807
12808 VIA SD/MMC CARD CONTROLLER DRIVER
12809 M:      Bruce Chang <[email protected]>
12810 M:      Harald Welte <[email protected]>
12811 S:      Maintained
12812 F:      drivers/mmc/host/via-sdmmc.c
12813
12814 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12815 M:      Florian Tobias Schandinat <[email protected]>
12816 L:      [email protected]
12817 S:      Maintained
12818 F:      include/linux/via-core.h
12819 F:      include/linux/via-gpio.h
12820 F:      include/linux/via_i2c.h
12821 F:      drivers/video/fbdev/via/
12822
12823 VIA VELOCITY NETWORK DRIVER
12824 M:      Francois Romieu <[email protected]>
12825 L:      [email protected]
12826 S:      Maintained
12827 F:      drivers/net/ethernet/via/via-velocity.*
12828
12829 VIRT LIB
12830 M:      Alex Williamson <[email protected]>
12831 M:      Paolo Bonzini <[email protected]>
12832 L:      [email protected]
12833 S:      Supported
12834 F:      virt/lib/
12835
12836 VIVID VIRTUAL VIDEO DRIVER
12837 M:      Hans Verkuil <[email protected]>
12838 L:      [email protected]
12839 T:      git git://linuxtv.org/media_tree.git
12840 W:      https://linuxtv.org
12841 S:      Maintained
12842 F:      drivers/media/platform/vivid/*
12843
12844 VLAN (802.1Q)
12845 M:      Patrick McHardy <[email protected]>
12846 L:      [email protected]
12847 S:      Maintained
12848 F:      drivers/net/macvlan.c
12849 F:      include/linux/if_*vlan.h
12850 F:      net/8021q/
12851
12852 VLYNQ BUS
12853 M:      Florian Fainelli <[email protected]>
12854 L:      [email protected] (subscribers-only)
12855 S:      Maintained
12856 F:      drivers/vlynq/vlynq.c
12857 F:      include/linux/vlynq.h
12858
12859 VME SUBSYSTEM
12860 M:      Martyn Welch <[email protected]>
12861 M:      Manohar Vanga <[email protected]>
12862 M:      Greg Kroah-Hartman <[email protected]>
12863 L:      [email protected]
12864 S:      Maintained
12865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12866 F:      Documentation/vme_api.txt
12867 F:      drivers/staging/vme/
12868 F:      drivers/vme/
12869 F:      include/linux/vme*
12870
12871 VMWARE HYPERVISOR INTERFACE
12872 M:      Alok Kataria <[email protected]>
12873 L:      [email protected]
12874 S:      Supported
12875 F:      arch/x86/kernel/cpu/vmware.c
12876
12877 VMWARE BALLOON DRIVER
12878 M:      Xavier Deguillard <[email protected]>
12879 M:      Philip Moltmann <[email protected]>
12880 M:      "VMware, Inc." <[email protected]>
12881 L:      [email protected]
12882 S:      Maintained
12883 F:      drivers/misc/vmw_balloon.c
12884
12885 VMWARE VMMOUSE SUBDRIVER
12886 M:      "VMware Graphics" <[email protected]>
12887 M:      "VMware, Inc." <[email protected]>
12888 L:      [email protected]
12889 S:      Maintained
12890 F:      drivers/input/mouse/vmmouse.c
12891 F:      drivers/input/mouse/vmmouse.h
12892
12893 VMWARE VMXNET3 ETHERNET DRIVER
12894 M:      Shrikrishna Khare <[email protected]>
12895 M:      "VMware, Inc." <[email protected]>
12896 L:      [email protected]
12897 S:      Maintained
12898 F:      drivers/net/vmxnet3/
12899
12900 VMware PVSCSI driver
12901 M:      Jim Gill <[email protected]>
12902 M:      VMware PV-Drivers <[email protected]>
12903 L:      [email protected]
12904 S:      Maintained
12905 F:      drivers/scsi/vmw_pvscsi.c
12906 F:      drivers/scsi/vmw_pvscsi.h
12907
12908 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12909 M:      Liam Girdwood <[email protected]>
12910 M:      Mark Brown <[email protected]>
12911 L:      [email protected]
12912 W:      http://www.slimlogic.co.uk/?p=48
12913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12914 S:      Supported
12915 F:      Documentation/devicetree/bindings/regulator/
12916 F:      drivers/regulator/
12917 F:      include/dt-bindings/regulator/
12918 F:      include/linux/regulator/
12919
12920 VRF
12921 M:      David Ahern <[email protected]>
12922 M:      Shrijeet Mukherjee <[email protected]>
12923 L:      [email protected]
12924 S:      Maintained
12925 F:      drivers/net/vrf.c
12926 F:      Documentation/networking/vrf.txt
12927
12928 VT1211 HARDWARE MONITOR DRIVER
12929 M:      Juerg Haefliger <[email protected]>
12930 L:      [email protected]
12931 S:      Maintained
12932 F:      Documentation/hwmon/vt1211
12933 F:      drivers/hwmon/vt1211.c
12934
12935 VT8231 HARDWARE MONITOR DRIVER
12936 M:      Roger Lucas <[email protected]>
12937 L:      [email protected]
12938 S:      Maintained
12939 F:      drivers/hwmon/vt8231.c
12940
12941 VUB300 USB to SDIO/SD/MMC bridge chip
12942 M:      Tony Olech <[email protected]>
12943 L:      [email protected]
12944 L:      [email protected]
12945 S:      Supported
12946 F:      drivers/mmc/host/vub300.c
12947
12948 W1 DALLAS'S 1-WIRE BUS
12949 M:      Evgeniy Polyakov <[email protected]>
12950 S:      Maintained
12951 F:      Documentation/w1/
12952 F:      drivers/w1/
12953
12954 W83791D HARDWARE MONITORING DRIVER
12955 M:      Marc Hulsman <[email protected]>
12956 L:      [email protected]
12957 S:      Maintained
12958 F:      Documentation/hwmon/w83791d
12959 F:      drivers/hwmon/w83791d.c
12960
12961 W83793 HARDWARE MONITORING DRIVER
12962 M:      Rudolf Marek <[email protected]>
12963 L:      [email protected]
12964 S:      Maintained
12965 F:      Documentation/hwmon/w83793
12966 F:      drivers/hwmon/w83793.c
12967
12968 W83795 HARDWARE MONITORING DRIVER
12969 M:      Jean Delvare <[email protected]>
12970 L:      [email protected]
12971 S:      Maintained
12972 F:      drivers/hwmon/w83795.c
12973
12974 W83L51xD SD/MMC CARD INTERFACE DRIVER
12975 M:      Pierre Ossman <[email protected]>
12976 S:      Maintained
12977 F:      drivers/mmc/host/wbsd.*
12978
12979 WACOM PROTOCOL 4 SERIAL TABLETS
12980 M:      Julian Squires <[email protected]>
12981 M:      Hans de Goede <[email protected]>
12982 L:      [email protected]
12983 S:      Maintained
12984 F:      drivers/input/tablet/wacom_serial4.c
12985
12986 WATCHDOG DEVICE DRIVERS
12987 M:      Wim Van Sebroeck <[email protected]>
12988 R:      Guenter Roeck <[email protected]>
12989 L:      [email protected]
12990 W:      http://www.linux-watchdog.org/
12991 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12992 S:      Maintained
12993 F:      Documentation/devicetree/bindings/watchdog/
12994 F:      Documentation/watchdog/
12995 F:      drivers/watchdog/
12996 F:      include/linux/watchdog.h
12997 F:      include/uapi/linux/watchdog.h
12998
12999 WIIMOTE HID DRIVER
13000 M:      David Herrmann <[email protected]>
13001 L:      [email protected]
13002 S:      Maintained
13003 F:      drivers/hid/hid-wiimote*
13004
13005 WINBOND CIR DRIVER
13006 M:      David Härdeman <[email protected]>
13007 S:      Maintained
13008 F:      drivers/media/rc/winbond-cir.c
13009
13010 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13011 M:      William Breathitt Gray <[email protected]>
13012 L:      [email protected]
13013 S:      Maintained
13014 F:      drivers/watchdog/ebc-c384_wdt.c
13015
13016 WINSYSTEMS WS16C48 GPIO DRIVER
13017 M:      William Breathitt Gray <[email protected]>
13018 L:      [email protected]
13019 S:      Maintained
13020 F:      drivers/gpio/gpio-ws16c48.c
13021
13022 WIMAX STACK
13023 M:      Inaky Perez-Gonzalez <[email protected]>
13024 M:      [email protected]
13025 L:      [email protected] (subscribers-only)
13026 S:      Supported
13027 W:      http://linuxwimax.org
13028 F:      Documentation/wimax/README.wimax
13029 F:      include/linux/wimax/debug.h
13030 F:      include/net/wimax.h
13031 F:      include/uapi/linux/wimax.h
13032 F:      net/wimax/
13033
13034 WISTRON LAPTOP BUTTON DRIVER
13035 M:      Miloslav Trmac <[email protected]>
13036 S:      Maintained
13037 F:      drivers/input/misc/wistron_btns.c
13038
13039 WL3501 WIRELESS PCMCIA CARD DRIVER
13040 M:      Arnaldo Carvalho de Melo <[email protected]>
13041 L:      [email protected]
13042 W:      http://oops.ghostprotocols.net:81/blog
13043 S:      Maintained
13044 F:      drivers/net/wireless/wl3501*
13045
13046 WOLFSON MICROELECTRONICS DRIVERS
13047 L:      [email protected]
13048 T:      git https://github.com/CirrusLogic/linux-drivers.git
13049 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13050 S:      Supported
13051 F:      Documentation/hwmon/wm83??
13052 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13053 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13054 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13055 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13056 F:      drivers/clk/clk-wm83*.c
13057 F:      drivers/extcon/extcon-arizona.c
13058 F:      drivers/leds/leds-wm83*.c
13059 F:      drivers/gpio/gpio-*wm*.c
13060 F:      drivers/gpio/gpio-arizona.c
13061 F:      drivers/hwmon/wm83??-hwmon.c
13062 F:      drivers/input/misc/wm831x-on.c
13063 F:      drivers/input/touchscreen/wm831x-ts.c
13064 F:      drivers/input/touchscreen/wm97*.c
13065 F:      drivers/mfd/arizona*
13066 F:      drivers/mfd/wm*.c
13067 F:      drivers/mfd/cs47l24*
13068 F:      drivers/power/supply/wm83*.c
13069 F:      drivers/rtc/rtc-wm83*.c
13070 F:      drivers/regulator/wm8*.c
13071 F:      drivers/video/backlight/wm83*_bl.c
13072 F:      drivers/watchdog/wm83*_wdt.c
13073 F:      include/linux/mfd/arizona/
13074 F:      include/linux/mfd/wm831x/
13075 F:      include/linux/mfd/wm8350/
13076 F:      include/linux/mfd/wm8400*
13077 F:      include/linux/wm97xx.h
13078 F:      include/sound/wm????.h
13079 F:      sound/soc/codecs/arizona.?
13080 F:      sound/soc/codecs/wm*
13081 F:      sound/soc/codecs/cs47l24*
13082
13083 WORKQUEUE
13084 M:      Tejun Heo <[email protected]>
13085 R:      Lai Jiangshan <[email protected]>
13086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13087 S:      Maintained
13088 F:      include/linux/workqueue.h
13089 F:      kernel/workqueue.c
13090 F:      Documentation/workqueue.txt
13091
13092 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13093 M:      Chen-Yu Tsai <[email protected]>
13094 L:      [email protected]
13095 S:      Maintained
13096 N:      axp[128]
13097
13098 X.25 NETWORK LAYER
13099 M:      Andrew Hendry <[email protected]>
13100 L:      [email protected]
13101 S:      Odd Fixes
13102 F:      Documentation/networking/x25*
13103 F:      include/net/x25*
13104 F:      net/x25/
13105
13106 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13107 M:      Thomas Gleixner <[email protected]>
13108 M:      Ingo Molnar <[email protected]>
13109 M:      "H. Peter Anvin" <[email protected]>
13110 M:      [email protected]
13111 L:      [email protected]
13112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13113 S:      Maintained
13114 F:      Documentation/x86/
13115 F:      arch/x86/
13116
13117 X86 PLATFORM DRIVERS
13118 M:      Darren Hart <[email protected]>
13119 L:      [email protected]
13120 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13121 S:      Maintained
13122 F:      drivers/platform/x86/
13123 F:      drivers/platform/olpc/
13124
13125 X86 MCE INFRASTRUCTURE
13126 M:      Tony Luck <[email protected]>
13127 M:      Borislav Petkov <[email protected]>
13128 L:      [email protected]
13129 S:      Maintained
13130 F:      arch/x86/kernel/cpu/mcheck/*
13131
13132 X86 MICROCODE UPDATE SUPPORT
13133 M:      Borislav Petkov <[email protected]>
13134 S:      Maintained
13135 F:      arch/x86/kernel/cpu/microcode/*
13136
13137 X86 VDSO
13138 M:      Andy Lutomirski <[email protected]>
13139 L:      [email protected]
13140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13141 S:      Maintained
13142 F:      arch/x86/entry/vdso/
13143
13144 XC2028/3028 TUNER DRIVER
13145 M:      Mauro Carvalho Chehab <[email protected]>
13146 M:      Mauro Carvalho Chehab <[email protected]>
13147 L:      [email protected]
13148 W:      https://linuxtv.org
13149 T:      git git://linuxtv.org/media_tree.git
13150 S:      Maintained
13151 F:      drivers/media/tuners/tuner-xc2028.*
13152
13153 XEN HYPERVISOR INTERFACE
13154 M:      Boris Ostrovsky <[email protected]>
13155 M:      David Vrabel <[email protected]>
13156 M:      Juergen Gross <[email protected]>
13157 L:      [email protected] (moderated for non-subscribers)
13158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13159 S:      Supported
13160 F:      arch/x86/xen/
13161 F:      drivers/*/xen-*front.c
13162 F:      drivers/xen/
13163 F:      arch/x86/include/asm/xen/
13164 F:      include/xen/
13165 F:      include/uapi/xen/
13166
13167 XEN HYPERVISOR ARM
13168 M:      Stefano Stabellini <[email protected]>
13169 L:      [email protected] (moderated for non-subscribers)
13170 S:      Maintained
13171 F:      arch/arm/xen/
13172 F:      arch/arm/include/asm/xen/
13173
13174 XEN HYPERVISOR ARM64
13175 M:      Stefano Stabellini <[email protected]>
13176 L:      [email protected] (moderated for non-subscribers)
13177 S:      Maintained
13178 F:      arch/arm64/xen/
13179 F:      arch/arm64/include/asm/xen/
13180
13181 XEN NETWORK BACKEND DRIVER
13182 M:      Wei Liu <[email protected]>
13183 M:      Paul Durrant <[email protected]>
13184 L:      [email protected] (moderated for non-subscribers)
13185 L:      [email protected]
13186 S:      Supported
13187 F:      drivers/net/xen-netback/*
13188
13189 XEN PCI SUBSYSTEM
13190 M:      Konrad Rzeszutek Wilk <[email protected]>
13191 L:      [email protected] (moderated for non-subscribers)
13192 S:      Supported
13193 F:      arch/x86/pci/*xen*
13194 F:      drivers/pci/*xen*
13195
13196 XEN BLOCK SUBSYSTEM
13197 M:      Konrad Rzeszutek Wilk <[email protected]>
13198 M:      Roger Pau Monné <[email protected]>
13199 L:      [email protected] (moderated for non-subscribers)
13200 S:      Supported
13201 F:      drivers/block/xen-blkback/*
13202 F:      drivers/block/xen*
13203
13204 XEN PVSCSI DRIVERS
13205 M:      Juergen Gross <[email protected]>
13206 L:      [email protected] (moderated for non-subscribers)
13207 L:      [email protected]
13208 S:      Supported
13209 F:      drivers/scsi/xen-scsifront.c
13210 F:      drivers/xen/xen-scsiback.c
13211 F:      include/xen/interface/io/vscsiif.h
13212
13213 XEN SWIOTLB SUBSYSTEM
13214 M:      Konrad Rzeszutek Wilk <[email protected]>
13215 L:      [email protected] (moderated for non-subscribers)
13216 S:      Supported
13217 F:      arch/x86/xen/*swiotlb*
13218 F:      drivers/xen/*swiotlb*
13219
13220 XFS FILESYSTEM
13221 M:      Dave Chinner <[email protected]>
13222 M:      [email protected]
13223 L:      [email protected]
13224 W:      http://xfs.org/
13225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13226 S:      Supported
13227 F:      Documentation/filesystems/xfs.txt
13228 F:      fs/xfs/
13229
13230 XILINX AXI ETHERNET DRIVER
13231 M:      Anirudha Sarangi <[email protected]>
13232 M:      John Linn <[email protected]>
13233 S:      Maintained
13234 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13235
13236 XILINX UARTLITE SERIAL DRIVER
13237 M:      Peter Korsgaard <[email protected]>
13238 L:      [email protected]
13239 S:      Maintained
13240 F:      drivers/tty/serial/uartlite.c
13241
13242 XILINX VIDEO IP CORES
13243 M:      Hyun Kwon <[email protected]>
13244 M:      Laurent Pinchart <[email protected]>
13245 L:      [email protected]
13246 T:      git git://linuxtv.org/media_tree.git
13247 S:      Supported
13248 F:      Documentation/devicetree/bindings/media/xilinx/
13249 F:      drivers/media/platform/xilinx/
13250 F:      include/uapi/linux/xilinx-v4l2-controls.h
13251
13252 XILLYBUS DRIVER
13253 M:      Eli Billauer <[email protected]>
13254 L:      [email protected]
13255 S:      Supported
13256 F:      drivers/char/xillybus/
13257
13258 XTENSA XTFPGA PLATFORM SUPPORT
13259 M:      Max Filippov <[email protected]>
13260 L:      [email protected]
13261 S:      Maintained
13262 F:      drivers/spi/spi-xtensa-xtfpga.c
13263 F:      sound/soc/xtensa/xtfpga-i2s.c
13264
13265 YAM DRIVER FOR AX.25
13266 M:      Jean-Paul Roubelat <[email protected]>
13267 L:      [email protected]
13268 S:      Maintained
13269 F:      drivers/net/hamradio/yam*
13270 F:      include/linux/yam.h
13271
13272 YEALINK PHONE DRIVER
13273 M:      Henk Vergonet <[email protected]>
13274 L:      [email protected]
13275 S:      Maintained
13276 F:      Documentation/input/yealink.txt
13277 F:      drivers/input/misc/yealink.*
13278
13279 Z8530 DRIVER FOR AX.25
13280 M:      Joerg Reuter <[email protected]>
13281 W:      http://yaina.de/jreuter/
13282 W:      http://www.qsl.net/dl1bke/
13283 L:      [email protected]
13284 S:      Maintained
13285 F:      Documentation/networking/z8530drv.txt
13286 F:      drivers/net/hamradio/*scc.c
13287 F:      drivers/net/hamradio/z8530.h
13288
13289 ZBUD COMPRESSED PAGE ALLOCATOR
13290 M:      Seth Jennings <[email protected]>
13291 L:      [email protected]
13292 S:      Maintained
13293 F:      mm/zbud.c
13294 F:      include/linux/zbud.h
13295
13296 ZD1211RW WIRELESS DRIVER
13297 M:      Daniel Drake <[email protected]>
13298 M:      Ulrich Kunitz <[email protected]>
13299 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13300 L:      [email protected]
13301 L:      [email protected] (subscribers-only)
13302 S:      Maintained
13303 F:      drivers/net/wireless/zydas/zd1211rw/
13304
13305 ZPOOL COMPRESSED PAGE STORAGE API
13306 M:      Dan Streetman <[email protected]>
13307 L:      [email protected]
13308 S:      Maintained
13309 F:      mm/zpool.c
13310 F:      include/linux/zpool.h
13311
13312 ZR36067 VIDEO FOR LINUX DRIVER
13313 L:      [email protected]
13314 L:      [email protected]
13315 W:      http://mjpeg.sourceforge.net/driver-zoran/
13316 T:      hg https://linuxtv.org/hg/v4l-dvb
13317 S:      Odd Fixes
13318 F:      drivers/media/pci/zoran/
13319
13320 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13321 M:      Minchan Kim <[email protected]>
13322 M:      Nitin Gupta <[email protected]>
13323 R:      Sergey Senozhatsky <[email protected]>
13324 L:      [email protected]
13325 S:      Maintained
13326 F:      drivers/block/zram/
13327 F:      Documentation/blockdev/zram.txt
13328
13329 ZS DECSTATION Z85C30 SERIAL DRIVER
13330 M:      "Maciej W. Rozycki" <[email protected]>
13331 S:      Maintained
13332 F:      drivers/tty/serial/zs.*
13333
13334 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13335 M:      Minchan Kim <[email protected]>
13336 M:      Nitin Gupta <[email protected]>
13337 R:      Sergey Senozhatsky <[email protected]>
13338 L:      [email protected]
13339 S:      Maintained
13340 F:      mm/zsmalloc.c
13341 F:      include/linux/zsmalloc.h
13342 F:      Documentation/vm/zsmalloc.txt
13343
13344 ZSWAP COMPRESSED SWAP CACHING
13345 M:      Seth Jennings <[email protected]>
13346 L:      [email protected]
13347 S:      Maintained
13348 F:      mm/zswap.c
13349
13350 THE REST
13351 M:      Linus Torvalds <[email protected]>
13352 L:      [email protected]
13353 Q:      http://patchwork.kernel.org/project/LKML/list/
13354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13355 S:      Buried alive in reporters
13356 F:      *
13357 F:      */
This page took 0.749194 seconds and 4 git commands to generate.