]> Git Repo - linux.git/blob - MAINTAINERS
iwlwifi: mvm: don't override the rate with the AMSDU len
[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 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      [email protected]
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <[email protected]>
191 M:      Ron Minnich <[email protected]>
192 M:      Latchesar Ionkov <[email protected]>
193 L:      [email protected]
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <[email protected]>
208 L:      [email protected]
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <[email protected]>
218 L:      [email protected]
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      [email protected]
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <[email protected]>
231 L:      [email protected]
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <[email protected]>
237 L:      [email protected]
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <[email protected]>
243 L:      [email protected]
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <[email protected]>
249 L:      [email protected]
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <[email protected]>
255 L:      [email protected]
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <[email protected]>
261 L:      [email protected]
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <[email protected]>
267 L:      [email protected]
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <[email protected]>
274 L:      [email protected]
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <[email protected]>
280 M:      Len Brown <[email protected]>
281 L:      [email protected]
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-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 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <[email protected]>
601 L:      [email protected] (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <[email protected]>
607 L:      [email protected]
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <[email protected]>
613 L:      [email protected]
614 L:      [email protected] (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <[email protected]>
620 L:      [email protected]
621 L:      [email protected] (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <[email protected]>
630 L:      [email protected]
631 S:      Supported
632 F:      drivers/crypto/ccp/
633 F:      include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M:      Huang Rui <[email protected]>
637 L:      [email protected]
638 S:      Supported
639 F:      Documentation/hwmon/fam15h_power
640 F:      drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L:      [email protected] (moderated for non-subscribers)
644 S:      Orphan
645 F:      drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P:      Andres Salomon <[email protected]>
649 L:      [email protected] (moderated for non-subscribers)
650 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S:      Supported
652 F:      drivers/char/hw_random/geode-rng.c
653 F:      drivers/crypto/geode*
654 F:      drivers/video/fbdev/geode/
655 F:      arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M:      Joerg Roedel <[email protected]>
659 L:      [email protected]
660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S:      Maintained
662 F:      drivers/iommu/amd_iommu*.[ch]
663 F:      include/linux/amd-iommu.h
664
665 AMD KFD
666 M:      Oded Gabbay <[email protected]>
667 L:      [email protected]
668 T:      git git://people.freedesktop.org/~gabbayo/linux.git
669 S:      Supported
670 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F:      drivers/gpu/drm/amd/amdkfd/
675 F:      drivers/gpu/drm/amd/include/cik_structs.h
676 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F:      drivers/gpu/drm/amd/include/vi_structs.h
678 F:      drivers/gpu/drm/radeon/radeon_kfd.c
679 F:      drivers/gpu/drm/radeon/radeon_kfd.h
680 F:      include/uapi/linux/kfd_ioctl.h
681
682 AMD XGBE DRIVER
683 M:      Tom Lendacky <[email protected]>
684 L:      [email protected]
685 S:      Supported
686 F:      drivers/net/ethernet/amd/xgbe/
687
688 AMS (Apple Motion Sensor) DRIVER
689 M:      Michael Hanselmann <[email protected]>
690 S:      Supported
691 F:      drivers/macintosh/ams/
692
693 ANALOG DEVICES INC AD9389B DRIVER
694 M:      Hans Verkuil <[email protected]>
695 L:      [email protected]
696 S:      Maintained
697 F:      drivers/media/i2c/ad9389b*
698
699 ANALOG DEVICES INC ADV7180 DRIVER
700 M:      Lars-Peter Clausen <[email protected]>
701 L:      [email protected]
702 W:      http://ez.analog.com/community/linux-device-drivers
703 S:      Supported
704 F:      drivers/media/i2c/adv7180.c
705
706 ANALOG DEVICES INC ADV7511 DRIVER
707 M:      Hans Verkuil <[email protected]>
708 L:      [email protected]
709 S:      Maintained
710 F:      drivers/media/i2c/adv7511*
711
712 ANALOG DEVICES INC ADV7604 DRIVER
713 M:      Hans Verkuil <[email protected]>
714 L:      [email protected]
715 S:      Maintained
716 F:      drivers/media/i2c/adv7604*
717
718 ANALOG DEVICES INC ADV7842 DRIVER
719 M:      Hans Verkuil <[email protected]>
720 L:      [email protected]
721 S:      Maintained
722 F:      drivers/media/i2c/adv7842*
723
724 ANALOG DEVICES INC ASOC CODEC DRIVERS
725 M:      Lars-Peter Clausen <[email protected]>
726 L:      [email protected] (moderated for non-subscribers)
727 W:      http://wiki.analog.com/
728 W:      http://ez.analog.com/community/linux-device-drivers
729 S:      Supported
730 F:      sound/soc/codecs/adau*
731 F:      sound/soc/codecs/adav*
732 F:      sound/soc/codecs/ad1*
733 F:      sound/soc/codecs/ad7*
734 F:      sound/soc/codecs/ssm*
735 F:      sound/soc/codecs/sigmadsp.*
736
737 ANALOG DEVICES INC ASOC DRIVERS
738 L:      [email protected] (moderated for non-subscribers)
739 L:      [email protected] (moderated for non-subscribers)
740 W:      http://blackfin.uclinux.org/
741 S:      Supported
742 F:      sound/soc/blackfin/*
743
744 ANALOG DEVICES INC IIO DRIVERS
745 M:      Lars-Peter Clausen <[email protected]>
746 M:      Michael Hennerich <[email protected]>
747 W:      http://wiki.analog.com/
748 W:      http://ez.analog.com/community/linux-device-drivers
749 S:      Supported
750 F:      drivers/iio/*/ad*
751 X:      drivers/iio/*/adjd*
752 F:      drivers/staging/iio/*/ad*
753 F:      staging/iio/trigger/iio-trig-bfin-timer.c
754
755 ANALOG DEVICES INC DMA DRIVERS
756 M:      Lars-Peter Clausen <[email protected]>
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/dma/dma-axi-dmac.c
760
761 ANDROID DRIVERS
762 M:      Greg Kroah-Hartman <[email protected]>
763 M:      Arve HjønnevĂ¥g <[email protected]>
764 M:      Riley Andrews <[email protected]>
765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
766 L:      [email protected]
767 S:      Supported
768 F:      drivers/android/
769 F:      drivers/staging/android/
770
771 AOA (Apple Onboard Audio) ALSA DRIVER
772 M:      Johannes Berg <[email protected]>
773 L:      [email protected]
774 L:      [email protected] (moderated for non-subscribers)
775 S:      Maintained
776 F:      sound/aoa/
777
778 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
779 M:      William Breathitt Gray <[email protected]>
780 L:      [email protected]
781 S:      Maintained
782 F:      drivers/iio/dac/stx104.c
783
784 APM DRIVER
785 M:      Jiri Kosina <[email protected]>
786 S:      Odd fixes
787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
788 F:      arch/x86/kernel/apm_32.c
789 F:      include/linux/apm_bios.h
790 F:      include/uapi/linux/apm_bios.h
791 F:      drivers/char/apm-emulation.c
792
793 APPLE BCM5974 MULTITOUCH DRIVER
794 M:      Henrik Rydberg <[email protected]>
795 L:      [email protected]
796 S:      Odd fixes
797 F:      drivers/input/mouse/bcm5974.c
798
799 APPLE SMC DRIVER
800 M:      Henrik Rydberg <[email protected]>
801 L:      [email protected]
802 S:      Odd fixes
803 F:      drivers/hwmon/applesmc.c
804
805 APPLETALK NETWORK LAYER
806 M:      Arnaldo Carvalho de Melo <[email protected]>
807 S:      Maintained
808 F:      drivers/net/appletalk/
809 F:      net/appletalk/
810
811 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
812 M:      Duc Dang <[email protected]>
813 S:      Supported
814 F:      arch/arm64/boot/dts/apm/
815
816 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
817 M:      Iyappan Subramanian <[email protected]>
818 M:      Keyur Chudgar <[email protected]>
819 S:      Supported
820 F:      drivers/net/ethernet/apm/xgene/
821 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
822
823 APTINA CAMERA SENSOR PLL
824 M:      Laurent Pinchart <[email protected]>
825 L:      [email protected]
826 S:      Maintained
827 F:      drivers/media/i2c/aptina-pll.*
828
829 ARC FRAMEBUFFER DRIVER
830 M:      Jaya Kumar <[email protected]>
831 S:      Maintained
832 F:      drivers/video/fbdev/arcfb.c
833 F:      drivers/video/fbdev/core/fb_defio.c
834
835 ARCNET NETWORK LAYER
836 M:      Michael Grzeschik <[email protected]>
837 L:      [email protected]
838 S:      Maintained
839 F:      drivers/net/arcnet/
840 F:      include/uapi/linux/if_arcnet.h
841
842 ARM MFM AND FLOPPY DRIVERS
843 M:      Ian Molton <[email protected]>
844 S:      Maintained
845 F:      arch/arm/lib/floppydma.S
846 F:      arch/arm/include/asm/floppy.h
847
848 ARM PMU PROFILING AND DEBUGGING
849 M:      Will Deacon <[email protected]>
850 R:      Mark Rutland <[email protected]>
851 S:      Maintained
852 F:      arch/arm*/kernel/perf_*
853 F:      arch/arm/oprofile/common.c
854 F:      arch/arm*/kernel/hw_breakpoint.c
855 F:      arch/arm*/include/asm/hw_breakpoint.h
856 F:      arch/arm*/include/asm/perf_event.h
857 F:      drivers/perf/arm_pmu.c
858 F:      include/linux/perf/arm_pmu.h
859
860 ARM PORT
861 M:      Russell King <[email protected]>
862 L:      [email protected] (moderated for non-subscribers)
863 W:      http://www.arm.linux.org.uk/
864 S:      Maintained
865 F:      arch/arm/
866
867 ARM SUB-ARCHITECTURES
868 L:      [email protected] (moderated for non-subscribers)
869 S:      Maintained
870 F:      arch/arm/mach-*/
871 F:      arch/arm/plat-*/
872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
873
874 ARM PRIMECELL AACI PL041 DRIVER
875 M:      Russell King <[email protected]>
876 S:      Maintained
877 F:      sound/arm/aaci.*
878
879 ARM PRIMECELL CLCD PL110 DRIVER
880 M:      Russell King <[email protected]>
881 S:      Maintained
882 F:      drivers/video/fbdev/amba-clcd.*
883
884 ARM PRIMECELL KMI PL050 DRIVER
885 M:      Russell King <[email protected]>
886 S:      Maintained
887 F:      drivers/input/serio/ambakmi.*
888 F:      include/linux/amba/kmi.h
889
890 ARM PRIMECELL MMCI PL180/1 DRIVER
891 M:      Russell King <[email protected]>
892 S:      Maintained
893 F:      drivers/mmc/host/mmci.*
894 F:      include/linux/amba/mmci.h
895
896 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
897 M:      Russell King <[email protected]>
898 S:      Maintained
899 F:      drivers/tty/serial/amba-pl01*.c
900 F:      include/linux/amba/serial.h
901
902 ARM PRIMECELL BUS SUPPORT
903 M:      Russell King <[email protected]>
904 S:      Maintained
905 F:      drivers/amba/
906 F:      include/linux/amba/bus.h
907
908 ARM/ADS SPHERE MACHINE SUPPORT
909 M:      Lennert Buytenhek <[email protected]>
910 L:      [email protected] (moderated for non-subscribers)
911 S:      Maintained
912
913 ARM/AFEB9260 MACHINE SUPPORT
914 M:      Sergey Lapin <[email protected]>
915 L:      [email protected] (moderated for non-subscribers)
916 S:      Maintained
917
918 ARM/AJECO 1ARM MACHINE SUPPORT
919 M:      Lennert Buytenhek <[email protected]>
920 L:      [email protected] (moderated for non-subscribers)
921 S:      Maintained
922
923 ARM/Allwinner sunXi SoC support
924 M:      Maxime Ripard <[email protected]>
925 M:      Chen-Yu Tsai <[email protected]>
926 L:      [email protected] (moderated for non-subscribers)
927 S:      Maintained
928 N:      sun[x456789]i
929
930 ARM/Allwinner SoC Clock Support
931 M:      Emilio LĂ³pez <[email protected]>
932 S:      Maintained
933 F:      drivers/clk/sunxi/
934
935 ARM/Amlogic Meson SoC support
936 M:      Carlo Caione <[email protected]>
937 L:      [email protected] (moderated for non-subscribers)
938 L:      [email protected]
939 W:      http://linux-meson.com/
940 S:      Maintained
941 F:      arch/arm/mach-meson/
942 F:      arch/arm/boot/dts/meson*
943 N:      meson
944
945 ARM/Annapurna Labs ALPINE ARCHITECTURE
946 M:      Tsahee Zidenberg <[email protected]>
947 M:      Antoine Tenart <[email protected]>
948 S:      Maintained
949 F:      arch/arm/mach-alpine/
950 F:      arch/arm/boot/dts/alpine*
951 F:      arch/arm64/boot/dts/al/
952 F:      drivers/*/*alpine*
953
954 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
955 M:      Nicolas Ferre <[email protected]>
956 M:      Alexandre Belloni <[email protected]>
957 M:      Jean-Christophe Plagniol-Villard <[email protected]>
958 L:      [email protected] (moderated for non-subscribers)
959 W:      http://www.linux4sam.org
960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
961 S:      Supported
962 F:      arch/arm/mach-at91/
963 F:      include/soc/at91/
964 F:      arch/arm/boot/dts/at91*.dts
965 F:      arch/arm/boot/dts/at91*.dtsi
966 F:      arch/arm/boot/dts/sama*.dts
967 F:      arch/arm/boot/dts/sama*.dtsi
968 F:      arch/arm/include/debug/at91.S
969
970 ARM/ATMEL AT91 Clock Support
971 M:      Boris Brezillon <[email protected]>
972 S:      Maintained
973 F:      drivers/clk/at91
974
975 ARM/CALXEDA HIGHBANK ARCHITECTURE
976 M:      Rob Herring <[email protected]>
977 L:      [email protected] (moderated for non-subscribers)
978 S:      Maintained
979 F:      arch/arm/mach-highbank/
980 F:      arch/arm/boot/dts/highbank.dts
981 F:      arch/arm/boot/dts/ecx-*.dts*
982
983 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
984 M:      Krzysztof Halasa <[email protected]>
985 S:      Maintained
986 F:      arch/arm/mach-cns3xxx/
987
988 ARM/CAVIUM THUNDER NETWORK DRIVER
989 M:      Sunil Goutham <[email protected]>
990 M:      Robert Richter <[email protected]>
991 L:      [email protected] (moderated for non-subscribers)
992 S:      Supported
993 F:      drivers/net/ethernet/cavium/thunder/
994
995 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
996 M:      Alexander Shiyan <[email protected]>
997 L:      [email protected] (moderated for non-subscribers)
998 S:      Odd Fixes
999 N:      clps711x
1000
1001 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1002 M:      Hartley Sweeten <[email protected]>
1003 M:      Ryan Mallon <[email protected]>
1004 L:      [email protected] (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      arch/arm/mach-ep93xx/
1007 F:      arch/arm/mach-ep93xx/include/mach/
1008
1009 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1010 M:      Lennert Buytenhek <[email protected]>
1011 L:      [email protected] (moderated for non-subscribers)
1012 S:      Maintained
1013
1014 ARM/CLKDEV SUPPORT
1015 M:      Russell King <[email protected]>
1016 L:      [email protected] (moderated for non-subscribers)
1017 S:      Maintained
1018 F:      arch/arm/include/asm/clkdev.h
1019 F:      drivers/clk/clkdev.c
1020
1021 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1022 M:      Mike Rapoport <[email protected]>
1023 L:      [email protected] (moderated for non-subscribers)
1024 S:      Maintained
1025
1026 ARM/CONTEC MICRO9 MACHINE SUPPORT
1027 M:      Hubert Feurstein <[email protected]>
1028 S:      Maintained
1029 F:      arch/arm/mach-ep93xx/micro9.c
1030
1031 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1032 M:      Mathieu Poirier <[email protected]>
1033 L:      [email protected] (moderated for non-subscribers)
1034 S:      Maintained
1035 F:      drivers/hwtracing/coresight/*
1036 F:      Documentation/trace/coresight.txt
1037 F:      Documentation/devicetree/bindings/arm/coresight.txt
1038 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1039
1040 ARM/CORGI MACHINE SUPPORT
1041 M:      Richard Purdie <[email protected]>
1042 S:      Maintained
1043
1044 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1045 M:      Hans Ulli Kroll <[email protected]>
1046 L:      [email protected] (moderated for non-subscribers)
1047 T:      git git://github.com/ulli-kroll/linux.git
1048 S:      Maintained
1049 F:      arch/arm/mach-gemini/
1050 F:      drivers/rtc/rtc-gemini.c
1051
1052 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1053 M:      Barry Song <[email protected]>
1054 L:      [email protected] (moderated for non-subscribers)
1055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1056 S:      Maintained
1057 F:      arch/arm/boot/dts/prima2*
1058 F:      arch/arm/mach-prima2/
1059 F:      drivers/clk/sirf/
1060 F:      drivers/clocksource/timer-prima2.c
1061 F:      drivers/clocksource/timer-atlas7.c
1062 N:      [^a-z]sirf
1063
1064 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1065 M:      Baruch Siach <[email protected]>
1066 L:      [email protected] (moderated for non-subscribers)
1067 S:      Maintained
1068 F:      arch/arm/boot/dts/cx92755*
1069 N:      digicolor
1070
1071 ARM/EBSA110 MACHINE SUPPORT
1072 M:      Russell King <[email protected]>
1073 L:      [email protected] (moderated for non-subscribers)
1074 W:      http://www.arm.linux.org.uk/
1075 S:      Maintained
1076 F:      arch/arm/mach-ebsa110/
1077 F:      drivers/net/ethernet/amd/am79c961a.*
1078
1079 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1080 M:      Uwe Kleine-König <[email protected]>
1081 L:      [email protected] (moderated for non-subscribers)
1082 S:      Maintained
1083 N:      efm32
1084
1085 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1086 M:      Daniel Ribeiro <[email protected]>
1087 M:      Stefan Schmidt <[email protected]>
1088 M:      Harald Welte <[email protected]>
1089 L:      [email protected] (moderated for non-subscribers)
1090 W:      http://www.openezx.org/
1091 S:      Maintained
1092 T:      topgit git://git.openezx.org/openezx.git
1093 F:      arch/arm/mach-pxa/ezx.c
1094
1095 ARM/FARADAY FA526 PORT
1096 M:      Hans Ulli Kroll <[email protected]>
1097 L:      [email protected] (moderated for non-subscribers)
1098 S:      Maintained
1099 T:      git git://git.berlios.de/gemini-board
1100 F:      arch/arm/mm/*-fa*
1101
1102 ARM/FOOTBRIDGE ARCHITECTURE
1103 M:      Russell King <[email protected]>
1104 L:      [email protected] (moderated for non-subscribers)
1105 W:      http://www.arm.linux.org.uk/
1106 S:      Maintained
1107 F:      arch/arm/include/asm/hardware/dec21285.h
1108 F:      arch/arm/mach-footbridge/
1109
1110 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1111 M:      Shawn Guo <[email protected]>
1112 M:      Sascha Hauer <[email protected]>
1113 L:      [email protected] (moderated for non-subscribers)
1114 S:      Maintained
1115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1116 F:      arch/arm/mach-imx/
1117 F:      arch/arm/mach-mxs/
1118 F:      arch/arm/boot/dts/imx*
1119 F:      arch/arm/configs/imx*_defconfig
1120 F:      drivers/clk/imx/
1121 F:      include/soc/imx/
1122
1123 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1124 M:      Shawn Guo <[email protected]>
1125 M:      Sascha Hauer <[email protected]>
1126 R:      Stefan Agner <[email protected]>
1127 L:      [email protected] (moderated for non-subscribers)
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1130 F:      arch/arm/mach-imx/*vf610*
1131 F:      arch/arm/boot/dts/vf*
1132
1133 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1134 M:      Lennert Buytenhek <[email protected]>
1135 L:      [email protected] (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/GUMSTIX MACHINE SUPPORT
1139 M:      Steve Sakoman <[email protected]>
1140 L:      [email protected] (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1144 M:      Philipp Zabel <[email protected]>
1145 M:      Paul Parsons <[email protected]>
1146 L:      [email protected] (moderated for non-subscribers)
1147 S:      Maintained
1148 F:      arch/arm/mach-pxa/hx4700.c
1149 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1150 F:      sound/soc/pxa/hx4700.c
1151
1152 ARM/HISILICON SOC SUPPORT
1153 M:      Wei Xu <[email protected]>
1154 L:      [email protected] (moderated for non-subscribers)
1155 W:      http://www.hisilicon.com
1156 S:      Supported
1157 T:      git git://github.com/hisilicon/linux-hisi.git
1158 F:      arch/arm/mach-hisi/
1159 F:      arch/arm/boot/dts/hi3*
1160 F:      arch/arm/boot/dts/hip*
1161 F:      arch/arm/boot/dts/hisi*
1162 F:      arch/arm64/boot/dts/hisilicon/
1163
1164 ARM/HP JORNADA 7XX MACHINE SUPPORT
1165 M:      Kristoffer Ericson <[email protected]>
1166 W:      www.jlime.com
1167 S:      Maintained
1168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1169 F:      arch/arm/mach-sa1100/jornada720.c
1170 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1171
1172 ARM/IGEP MACHINE SUPPORT
1173 M:      Enric Balletbo i Serra <[email protected]>
1174 M:      Javier Martinez Canillas <[email protected]>
1175 L:      [email protected]
1176 L:      [email protected] (moderated for non-subscribers)
1177 S:      Maintained
1178 F:      arch/arm/boot/dts/omap3-igep*
1179
1180 ARM/INCOME PXA270 SUPPORT
1181 M:      Marek Vasut <[email protected]>
1182 L:      [email protected] (moderated for non-subscribers)
1183 S:      Maintained
1184 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1185
1186 ARM/INTEL IOP32X ARM ARCHITECTURE
1187 M:      Lennert Buytenhek <[email protected]>
1188 L:      [email protected] (moderated for non-subscribers)
1189 S:      Maintained
1190
1191 ARM/INTEL IOP33X ARM ARCHITECTURE
1192 L:      [email protected] (moderated for non-subscribers)
1193 S:      Orphan
1194
1195 ARM/INTEL IOP13XX ARM ARCHITECTURE
1196 M:      Lennert Buytenhek <[email protected]>
1197 L:      [email protected] (moderated for non-subscribers)
1198 S:      Maintained
1199
1200 ARM/INTEL IQ81342EX MACHINE SUPPORT
1201 M:      Lennert Buytenhek <[email protected]>
1202 L:      [email protected] (moderated for non-subscribers)
1203 S:      Maintained
1204
1205 ARM/INTEL IXDP2850 MACHINE SUPPORT
1206 M:      Lennert Buytenhek <[email protected]>
1207 L:      [email protected] (moderated for non-subscribers)
1208 S:      Maintained
1209
1210 ARM/INTEL IXP4XX ARM ARCHITECTURE
1211 M:      Imre Kaloz <[email protected]>
1212 M:      Krzysztof Halasa <[email protected]>
1213 L:      [email protected] (moderated for non-subscribers)
1214 S:      Maintained
1215 F:      arch/arm/mach-ixp4xx/
1216
1217 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1218 M:      Jonathan Cameron <[email protected]>
1219 L:      [email protected] (moderated for non-subscribers)
1220 S:      Maintained
1221 F:      arch/arm/mach-pxa/stargate2.c
1222 F:      drivers/pcmcia/pxa2xx_stargate2.c
1223
1224 ARM/INTEL XSC3 (MANZANO) ARM CORE
1225 M:      Lennert Buytenhek <[email protected]>
1226 L:      [email protected] (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1230 M:      Lennert Buytenhek <[email protected]>
1231 L:      [email protected] (moderated for non-subscribers)
1232 S:      Maintained
1233
1234 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1235 M:      Santosh Shilimkar <[email protected]>
1236 L:      [email protected] (moderated for non-subscribers)
1237 S:      Maintained
1238 F:      arch/arm/mach-keystone/
1239 F:      arch/arm/boot/dts/k2*
1240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1241
1242 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1243 M:      Santosh Shilimkar <[email protected]>
1244 L:      [email protected]
1245 S:      Maintained
1246 F:      drivers/clk/keystone/
1247
1248 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1249 M:      Santosh Shilimkar <[email protected]>
1250 L:      [email protected] (moderated for non-subscribers)
1251 L:      [email protected]
1252 S:      Maintained
1253 F:      drivers/clocksource/timer-keystone.c
1254
1255 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1256 M:      Santosh Shilimkar <[email protected]>
1257 L:      [email protected]
1258 S:      Maintained
1259 F:      drivers/power/reset/keystone-reset.c
1260
1261 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1262 M:      Santosh Shilimkar <[email protected]>
1263 L:      [email protected]
1264 S:      Maintained
1265 F:      drivers/memory/*emif*
1266
1267 ARM/LOGICPD PXA270 MACHINE SUPPORT
1268 M:      Lennert Buytenhek <[email protected]>
1269 L:      [email protected] (moderated for non-subscribers)
1270 S:      Maintained
1271
1272 ARM/LPC18XX ARCHITECTURE
1273 M:      Joachim Eastwood <[email protected]>
1274 L:      [email protected] (moderated for non-subscribers)
1275 S:      Maintained
1276 F:      arch/arm/boot/dts/lpc43*
1277 F:      drivers/clk/nxp/clk-lpc18xx*
1278 F:      drivers/clocksource/time-lpc32xx.c
1279 F:      drivers/i2c/busses/i2c-lpc2k.c
1280 F:      drivers/memory/pl172.c
1281 F:      drivers/mtd/spi-nor/nxp-spifi.c
1282 F:      drivers/rtc/rtc-lpc24xx.c
1283 N:      lpc18xx
1284
1285 ARM/MAGICIAN MACHINE SUPPORT
1286 M:      Philipp Zabel <[email protected]>
1287 S:      Maintained
1288
1289 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1290 M:      Jason Cooper <[email protected]>
1291 M:      Andrew Lunn <[email protected]>
1292 M:      Gregory Clement <[email protected]>
1293 M:      Sebastian Hesselbarth <[email protected]>
1294 L:      [email protected] (moderated for non-subscribers)
1295 S:      Maintained
1296 F:      arch/arm/mach-mvebu/
1297 F:      drivers/rtc/rtc-armada38x.c
1298 F:      arch/arm/boot/dts/armada*
1299 F:      arch/arm/boot/dts/kirkwood*
1300
1301
1302 ARM/Marvell Berlin SoC support
1303 M:      Sebastian Hesselbarth <[email protected]>
1304 L:      [email protected] (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm/mach-berlin/
1307 F:      arch/arm/boot/dts/berlin*
1308 F:      arch/arm64/boot/dts/marvell/berlin*
1309
1310
1311 ARM/Marvell Dove/MV78xx0/Orion SOC support
1312 M:      Jason Cooper <[email protected]>
1313 M:      Andrew Lunn <[email protected]>
1314 M:      Sebastian Hesselbarth <[email protected]>
1315 M:      Gregory Clement <[email protected]>
1316 L:      [email protected] (moderated for non-subscribers)
1317 S:      Maintained
1318 F:      arch/arm/mach-dove/
1319 F:      arch/arm/mach-mv78xx0/
1320 F:      arch/arm/mach-orion5x/
1321 F:      arch/arm/plat-orion/
1322 F:      arch/arm/boot/dts/dove*
1323 F:      arch/arm/boot/dts/orion5x*
1324
1325
1326 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1327 M:      Alexander Clouter <[email protected]>
1328 L:      [email protected] (moderated for non-subscribers)
1329 W:      http://www.digriz.org.uk/ts78xx/kernel
1330 S:      Maintained
1331 F:      arch/arm/mach-orion5x/ts78xx-*
1332
1333 ARM/Mediatek RTC DRIVER
1334 M:      Eddie Huang <[email protected]>
1335 L:      [email protected] (moderated for non-subscribers)
1336 L:      [email protected] (moderated for non-subscribers)
1337 S:      Maintained
1338 F:      drivers/rtc/rtc-mt6397.c
1339
1340 ARM/Mediatek SoC support
1341 M:      Matthias Brugger <[email protected]>
1342 L:      [email protected] (moderated for non-subscribers)
1343 L:      [email protected] (moderated for non-subscribers)
1344 S:      Maintained
1345 F:      arch/arm/boot/dts/mt6*
1346 F:      arch/arm/boot/dts/mt8*
1347 F:      arch/arm/mach-mediatek/
1348 N:      mtk
1349 K:      mediatek
1350
1351 ARM/Mediatek USB3 PHY DRIVER
1352 M:      Chunfeng Yun <[email protected]>
1353 L:      [email protected] (moderated for non-subscribers)
1354 L:      [email protected] (moderated for non-subscribers)
1355 S:      Maintained
1356 F:      drivers/phy/phy-mt65xx-usb3.c
1357
1358 ARM/MICREL KS8695 ARCHITECTURE
1359 M:      Greg Ungerer <[email protected]>
1360 L:      [email protected] (moderated for non-subscribers)
1361 F:      arch/arm/mach-ks8695/
1362 S:      Odd Fixes
1363
1364 ARM/MIOA701 MACHINE SUPPORT
1365 M:      Robert Jarzmik <[email protected]>
1366 L:      [email protected] (moderated for non-subscribers)
1367 F:      arch/arm/mach-pxa/mioa701.c
1368 S:      Maintained
1369
1370 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1371 M:      Michael Petchkovsky <[email protected]>
1372 S:      Maintained
1373
1374 ARM/NOMADIK ARCHITECTURE
1375 M:      Alessandro Rubini <[email protected]>
1376 M:      Linus Walleij <[email protected]>
1377 L:      [email protected] (moderated for non-subscribers)
1378 S:      Maintained
1379 F:      arch/arm/mach-nomadik/
1380 F:      drivers/pinctrl/nomadik/
1381 F:      drivers/i2c/busses/i2c-nomadik.c
1382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1383
1384 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1385 M:      Nelson Castillo <[email protected]>
1386 L:      [email protected] (subscribers-only)
1387 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1388 S:      Supported
1389
1390 ARM/TOSA MACHINE SUPPORT
1391 M:      Dmitry Eremin-Solenikov <[email protected]>
1392 M:      Dirk Opfer <[email protected]>
1393 S:      Maintained
1394
1395 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1396 M:      Marek Vasut <[email protected]>
1397 L:      [email protected]
1398 W:      http://hackndev.com
1399 S:      Maintained
1400 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1401 F:      arch/arm/mach-pxa/palmtx.c
1402 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1403 F:      arch/arm/mach-pxa/palmt5.c
1404 F:      arch/arm/mach-pxa/include/mach/palmld.h
1405 F:      arch/arm/mach-pxa/palmld.c
1406 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1407 F:      arch/arm/mach-pxa/palmte2.c
1408 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1409 F:      arch/arm/mach-pxa/palmtc.c
1410
1411 ARM/PALM TREO SUPPORT
1412 M:      Tomas Cech <[email protected]>
1413 L:      [email protected]
1414 W:      http://hackndev.com
1415 S:      Maintained
1416 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1417 F:      arch/arm/mach-pxa/palmtreo.c
1418
1419 ARM/PALMZ72 SUPPORT
1420 M:      Sergey Lapin <[email protected]>
1421 L:      [email protected]
1422 W:      http://hackndev.com
1423 S:      Maintained
1424 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1425 F:      arch/arm/mach-pxa/palmz72.c
1426
1427 ARM/PLEB SUPPORT
1428 M:      Peter Chubb <[email protected]>
1429 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1430 S:      Maintained
1431
1432 ARM/PT DIGITAL BOARD PORT
1433 M:      Stefan Eletzhofer <[email protected]>
1434 L:      [email protected] (moderated for non-subscribers)
1435 W:      http://www.arm.linux.org.uk/
1436 S:      Maintained
1437
1438 ARM/QUALCOMM SUPPORT
1439 M:      Andy Gross <[email protected]>
1440 M:      David Brown <[email protected]>
1441 L:      [email protected]
1442 L:      [email protected]
1443 S:      Maintained
1444 F:      arch/arm/boot/dts/qcom-*.dts
1445 F:      arch/arm/boot/dts/qcom-*.dtsi
1446 F:      arch/arm/mach-qcom/
1447 F:      arch/arm64/boot/dts/qcom/*
1448 F:      drivers/soc/qcom/
1449 F:      drivers/tty/serial/msm_serial.h
1450 F:      drivers/tty/serial/msm_serial.c
1451 F:      drivers/*/pm8???-*
1452 F:      drivers/mfd/ssbi.c
1453 F:      drivers/firmware/qcom_scm.c
1454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1455
1456 ARM/RADISYS ENP2611 MACHINE SUPPORT
1457 M:      Lennert Buytenhek <[email protected]>
1458 L:      [email protected] (moderated for non-subscribers)
1459 S:      Maintained
1460
1461 ARM/RENESAS ARM64 ARCHITECTURE
1462 M:      Simon Horman <[email protected]>
1463 M:      Magnus Damm <[email protected]>
1464 L:      [email protected]
1465 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1467 S:      Supported
1468 F:      arch/arm64/boot/dts/renesas/
1469
1470 ARM/RISCPC ARCHITECTURE
1471 M:      Russell King <[email protected]>
1472 L:      [email protected] (moderated for non-subscribers)
1473 W:      http://www.arm.linux.org.uk/
1474 S:      Maintained
1475 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1476 F:      arch/arm/include/asm/hardware/ioc.h
1477 F:      arch/arm/include/asm/hardware/iomd.h
1478 F:      arch/arm/include/asm/hardware/memc.h
1479 F:      arch/arm/mach-rpc/
1480 F:      drivers/net/ethernet/8390/etherh.c
1481 F:      drivers/net/ethernet/i825xx/ether1*
1482 F:      drivers/net/ethernet/seeq/ether3*
1483 F:      drivers/scsi/arm/
1484
1485 ARM/Rockchip SoC support
1486 M:      Heiko Stuebner <[email protected]>
1487 L:      [email protected] (moderated for non-subscribers)
1488 L:      [email protected]
1489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1490 S:      Maintained
1491 F:      arch/arm/boot/dts/rk3*
1492 F:      arch/arm/mach-rockchip/
1493 F:      drivers/clk/rockchip/
1494 F:      drivers/i2c/busses/i2c-rk3x.c
1495 F:      drivers/*/*rockchip*
1496 F:      drivers/*/*/*rockchip*
1497 F:      sound/soc/rockchip/
1498 N:      rockchip
1499
1500 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1501 M:      Kukjin Kim <[email protected]>
1502 M:      Krzysztof Kozlowski <[email protected]>
1503 L:      [email protected] (moderated for non-subscribers)
1504 L:      [email protected] (moderated for non-subscribers)
1505 S:      Maintained
1506 F:      arch/arm/boot/dts/s3c*
1507 F:      arch/arm/boot/dts/s5p*
1508 F:      arch/arm/boot/dts/samsung*
1509 F:      arch/arm/boot/dts/exynos*
1510 F:      arch/arm64/boot/dts/exynos/
1511 F:      arch/arm/plat-samsung/
1512 F:      arch/arm/mach-s3c24*/
1513 F:      arch/arm/mach-s3c64xx/
1514 F:      arch/arm/mach-s5p*/
1515 F:      arch/arm/mach-exynos*/
1516 F:      drivers/*/*s3c2410*
1517 F:      drivers/*/*/*s3c2410*
1518 F:      drivers/spi/spi-s3c*
1519 F:      sound/soc/samsung/*
1520 F:      Documentation/arm/Samsung/
1521 F:      Documentation/devicetree/bindings/arm/samsung/
1522 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1523 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1524 N:      exynos
1525
1526 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1527 M:      Kyungmin Park <[email protected]>
1528 L:      [email protected] (moderated for non-subscribers)
1529 S:      Maintained
1530 F:      arch/arm/mach-s5pv210/
1531
1532 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1533 M:      Kyungmin Park <[email protected]>
1534 M:      Kamil Debski <[email protected]>
1535 L:      [email protected]
1536 L:      [email protected]
1537 S:      Maintained
1538 F:      drivers/media/platform/s5p-g2d/
1539
1540 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1541 M:      Kyungmin Park <[email protected]>
1542 M:      Kamil Debski <[email protected]>
1543 M:      Jeongtae Park <[email protected]>
1544 L:      [email protected]
1545 L:      [email protected]
1546 S:      Maintained
1547 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1548 F:      drivers/media/platform/s5p-mfc/
1549
1550 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1551 M:      Kyungmin Park <[email protected]>
1552 M:      Tomasz Stanislawski <[email protected]>
1553 L:      [email protected]
1554 L:      [email protected]
1555 S:      Maintained
1556 F:      drivers/media/platform/s5p-tv/
1557
1558 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1559 M:      Andrzej Pietrasiewicz <[email protected]>
1560 M:      Jacek Anaszewski <[email protected]>
1561 L:      [email protected]
1562 L:      [email protected]
1563 S:      Maintained
1564 F:      drivers/media/platform/s5p-jpeg/
1565
1566 ARM/SHMOBILE ARM ARCHITECTURE
1567 M:      Simon Horman <[email protected]>
1568 M:      Magnus Damm <[email protected]>
1569 L:      [email protected]
1570 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1572 S:      Supported
1573 F:      arch/arm/boot/dts/emev2*
1574 F:      arch/arm/boot/dts/r7s*
1575 F:      arch/arm/boot/dts/r8a*
1576 F:      arch/arm/boot/dts/sh*
1577 F:      arch/arm/configs/shmobile_defconfig
1578 F:      arch/arm/include/debug/renesas-scif.S
1579 F:      arch/arm/mach-shmobile/
1580 F:      drivers/sh/
1581
1582 ARM/SOCFPGA ARCHITECTURE
1583 M:      Dinh Nguyen <[email protected]>
1584 S:      Maintained
1585 F:      arch/arm/mach-socfpga/
1586 F:      arch/arm/boot/dts/socfpga*
1587 F:      arch/arm/configs/socfpga_defconfig
1588 F:      arch/arm64/boot/dts/altera/
1589 W:      http://www.rocketboards.org
1590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1591
1592 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1593 M:      Dinh Nguyen <[email protected]>
1594 S:      Maintained
1595 F:      drivers/clk/socfpga/
1596
1597 ARM/SOCFPGA EDAC SUPPORT
1598 M:      Thor Thayer <[email protected]>
1599 S:      Maintained
1600 F:      drivers/edac/altera_edac.
1601
1602 ARM/STI ARCHITECTURE
1603 M:      Srinivas Kandagatla <[email protected]>
1604 M:      Maxime Coquelin <[email protected]>
1605 M:      Patrice Chotard <[email protected]>
1606 L:      [email protected] (moderated for non-subscribers)
1607 L:      [email protected]
1608 W:      http://www.stlinux.com
1609 S:      Maintained
1610 F:      arch/arm/mach-sti/
1611 F:      arch/arm/boot/dts/sti*
1612 F:      drivers/char/hw_random/st-rng.c
1613 F:      drivers/clocksource/arm_global_timer.c
1614 F:      drivers/clocksource/clksrc_st_lpc.c
1615 F:      drivers/i2c/busses/i2c-st.c
1616 F:      drivers/media/rc/st_rc.c
1617 F:      drivers/media/platform/sti/c8sectpfe/
1618 F:      drivers/mmc/host/sdhci-st.c
1619 F:      drivers/phy/phy-miphy28lp.c
1620 F:      drivers/phy/phy-miphy365x.c
1621 F:      drivers/phy/phy-stih407-usb.c
1622 F:      drivers/phy/phy-stih41x-usb.c
1623 F:      drivers/pinctrl/pinctrl-st.c
1624 F:      drivers/reset/sti/
1625 F:      drivers/rtc/rtc-st-lpc.c
1626 F:      drivers/tty/serial/st-asc.c
1627 F:      drivers/usb/dwc3/dwc3-st.c
1628 F:      drivers/usb/host/ehci-st.c
1629 F:      drivers/usb/host/ohci-st.c
1630 F:      drivers/watchdog/st_lpc_wdt.c
1631 F:      drivers/ata/ahci_st.c
1632
1633 ARM/STM32 ARCHITECTURE
1634 M:      Maxime Coquelin <[email protected]>
1635 L:      [email protected] (moderated for non-subscribers)
1636 S:      Maintained
1637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1638 N:      stm32
1639 F:      drivers/clocksource/armv7m_systick.c
1640
1641 ARM/TANGO ARCHITECTURE
1642 M:      Marc Gonzalez <[email protected]>
1643 L:      [email protected]
1644 S:      Maintained
1645 F:      arch/arm/mach-tango/
1646 F:      arch/arm/boot/dts/tango*
1647
1648 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1649 M:      Lennert Buytenhek <[email protected]>
1650 L:      [email protected] (moderated for non-subscribers)
1651 S:      Maintained
1652
1653 ARM/TETON BGA MACHINE SUPPORT
1654 M:      "Mark F. Brown" <[email protected]>
1655 L:      [email protected] (moderated for non-subscribers)
1656 S:      Maintained
1657
1658 ARM/THECUS N2100 MACHINE SUPPORT
1659 M:      Lennert Buytenhek <[email protected]>
1660 L:      [email protected] (moderated for non-subscribers)
1661 S:      Maintained
1662
1663 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1664 M:      Wan ZongShun <[email protected]>
1665 L:      [email protected] (moderated for non-subscribers)
1666 W:      http://www.mcuos.com
1667 S:      Maintained
1668 F:      arch/arm/mach-w90x900/
1669 F:      drivers/input/keyboard/w90p910_keypad.c
1670 F:      drivers/input/touchscreen/w90p910_ts.c
1671 F:      drivers/watchdog/nuc900_wdt.c
1672 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1673 F:      drivers/mtd/nand/nuc900_nand.c
1674 F:      drivers/rtc/rtc-nuc900.c
1675 F:      drivers/spi/spi-nuc900.c
1676 F:      drivers/usb/host/ehci-w90x900.c
1677 F:      drivers/video/fbdev/nuc900fb.c
1678
1679 ARM/U300 MACHINE SUPPORT
1680 M:      Linus Walleij <[email protected]>
1681 L:      [email protected] (moderated for non-subscribers)
1682 S:      Supported
1683 F:      arch/arm/mach-u300/
1684 F:      drivers/clocksource/timer-u300.c
1685 F:      drivers/i2c/busses/i2c-stu300.c
1686 F:      drivers/rtc/rtc-coh901331.c
1687 F:      drivers/watchdog/coh901327_wdt.c
1688 F:      drivers/dma/coh901318*
1689 F:      drivers/mfd/ab3100*
1690 F:      drivers/rtc/rtc-ab3100.c
1691 F:      drivers/rtc/rtc-coh901331.c
1692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1693
1694 ARM/UNIPHIER ARCHITECTURE
1695 M:      Masahiro Yamada <[email protected]>
1696 L:      [email protected] (moderated for non-subscribers)
1697 S:      Maintained
1698 F:      arch/arm/boot/dts/uniphier*
1699 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1700 F:      arch/arm/mach-uniphier/
1701 F:      arch/arm/mm/cache-uniphier.c
1702 F:      arch/arm64/boot/dts/socionext/
1703 F:      drivers/bus/uniphier-system-bus.c
1704 F:      drivers/i2c/busses/i2c-uniphier*
1705 F:      drivers/pinctrl/uniphier/
1706 F:      drivers/tty/serial/8250/8250_uniphier.c
1707 N:      uniphier
1708
1709 ARM/Ux500 ARM ARCHITECTURE
1710 M:      Linus Walleij <[email protected]>
1711 L:      [email protected] (moderated for non-subscribers)
1712 S:      Maintained
1713 F:      arch/arm/mach-ux500/
1714 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1715 F:      drivers/dma/ste_dma40*
1716 F:      drivers/hwspinlock/u8500_hsem.c
1717 F:      drivers/mfd/abx500*
1718 F:      drivers/mfd/ab8500*
1719 F:      drivers/mfd/dbx500*
1720 F:      drivers/mfd/db8500*
1721 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1722 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1723 F:      drivers/rtc/rtc-ab8500.c
1724 F:      drivers/rtc/rtc-pl031.c
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1726
1727 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1728 M:      Ulf Hansson <[email protected]>
1729 L:      [email protected] (moderated for non-subscribers)
1730 T:      git git://git.linaro.org/people/ulfh/clk.git
1731 S:      Maintained
1732 F:      drivers/clk/ux500/
1733 F:      include/linux/platform_data/clk-ux500.h
1734
1735 ARM/VERSATILE EXPRESS PLATFORM
1736 M:      Liviu Dudau <[email protected]>
1737 M:      Sudeep Holla <[email protected]>
1738 M:      Lorenzo Pieralisi <[email protected]>
1739 L:      [email protected] (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      arch/arm/boot/dts/vexpress*
1742 F:      arch/arm64/boot/dts/arm/
1743 F:      arch/arm/mach-vexpress/
1744 F:      */*/vexpress*
1745 F:      */*/*/vexpress*
1746 F:      drivers/clk/versatile/clk-vexpress-osc.c
1747 F:      drivers/clocksource/versatile.c
1748
1749 ARM/VFP SUPPORT
1750 M:      Russell King <[email protected]>
1751 L:      [email protected] (moderated for non-subscribers)
1752 W:      http://www.arm.linux.org.uk/
1753 S:      Maintained
1754 F:      arch/arm/vfp/
1755
1756 ARM/VOIPAC PXA270 SUPPORT
1757 M:      Marek Vasut <[email protected]>
1758 L:      [email protected] (moderated for non-subscribers)
1759 S:      Maintained
1760 F:      arch/arm/mach-pxa/vpac270.c
1761 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1762
1763 ARM/VT8500 ARM ARCHITECTURE
1764 M:      Tony Prisk <[email protected]>
1765 L:      [email protected] (moderated for non-subscribers)
1766 S:      Maintained
1767 F:      arch/arm/mach-vt8500/
1768 F:      drivers/clocksource/vt8500_timer.c
1769 F:      drivers/i2c/busses/i2c-wmt.c
1770 F:      drivers/mmc/host/wmt-sdmmc.c
1771 F:      drivers/pwm/pwm-vt8500.c
1772 F:      drivers/rtc/rtc-vt8500.c
1773 F:      drivers/tty/serial/vt8500_serial.c
1774 F:      drivers/usb/host/ehci-platform.c
1775 F:      drivers/usb/host/uhci-platform.c
1776 F:      drivers/video/fbdev/vt8500lcdfb.*
1777 F:      drivers/video/fbdev/wm8505fb*
1778 F:      drivers/video/fbdev/wmt_ge_rops.*
1779
1780 ARM/ZIPIT Z2 SUPPORT
1781 M:      Marek Vasut <[email protected]>
1782 L:      [email protected] (moderated for non-subscribers)
1783 S:      Maintained
1784 F:      arch/arm/mach-pxa/z2.c
1785 F:      arch/arm/mach-pxa/include/mach/z2.h
1786
1787 ARM/ZTE ARCHITECTURE
1788 M:      Jun Nie <[email protected]>
1789 L:      [email protected] (moderated for non-subscribers)
1790 S:      Maintained
1791 F:      arch/arm/mach-zx/
1792 F:      drivers/clk/zte/
1793 F:      Documentation/devicetree/bindings/arm/zte.txt
1794 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1795
1796 ARM/ZYNQ ARCHITECTURE
1797 M:      Michal Simek <[email protected]>
1798 R:      Sören Brinkmann <[email protected]>
1799 L:      [email protected] (moderated for non-subscribers)
1800 W:      http://wiki.xilinx.com
1801 T:      git https://github.com/Xilinx/linux-xlnx.git
1802 S:      Supported
1803 F:      arch/arm/mach-zynq/
1804 F:      drivers/cpuidle/cpuidle-zynq.c
1805 F:      drivers/block/xsysace.c
1806 N:      zynq
1807 N:      xilinx
1808 F:      drivers/clocksource/cadence_ttc_timer.c
1809 F:      drivers/i2c/busses/i2c-cadence.c
1810 F:      drivers/mmc/host/sdhci-of-arasan.c
1811 F:      drivers/edac/synopsys_edac.c
1812
1813 ARM SMMU DRIVERS
1814 M:      Will Deacon <[email protected]>
1815 L:      [email protected] (moderated for non-subscribers)
1816 S:      Maintained
1817 F:      drivers/iommu/arm-smmu.c
1818 F:      drivers/iommu/arm-smmu-v3.c
1819 F:      drivers/iommu/io-pgtable-arm.c
1820
1821 ARM64 PORT (AARCH64 ARCHITECTURE)
1822 M:      Catalin Marinas <[email protected]>
1823 M:      Will Deacon <[email protected]>
1824 L:      [email protected] (moderated for non-subscribers)
1825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1826 S:      Maintained
1827 F:      arch/arm64/
1828 F:      Documentation/arm64/
1829
1830 AS3645A LED FLASH CONTROLLER DRIVER
1831 M:      Laurent Pinchart <[email protected]>
1832 L:      [email protected]
1833 T:      git git://linuxtv.org/media_tree.git
1834 S:      Maintained
1835 F:      drivers/media/i2c/as3645a.c
1836 F:      include/media/i2c/as3645a.h
1837
1838 ASC7621 HARDWARE MONITOR DRIVER
1839 M:      George Joseph <[email protected]>
1840 L:      [email protected]
1841 S:      Maintained
1842 F:      Documentation/hwmon/asc7621
1843 F:      drivers/hwmon/asc7621.c
1844
1845 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1846 M:      Corentin Chary <[email protected]>
1847 L:      [email protected]
1848 L:      [email protected]
1849 W:      http://acpi4asus.sf.net
1850 S:      Maintained
1851 F:      drivers/platform/x86/asus*.c
1852 F:      drivers/platform/x86/eeepc*.c
1853
1854 ASUS WIRELESS RADIO CONTROL DRIVER
1855 M:      JoĂ£o Paulo Rechi Vita <[email protected]>
1856 L:      [email protected]
1857 S:      Maintained
1858 F:      drivers/platform/x86/asus-wireless.c
1859
1860 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1861 R:      Dan Williams <[email protected]>
1862 W:      http://sourceforge.net/projects/xscaleiop
1863 S:      Odd fixes
1864 F:      Documentation/crypto/async-tx-api.txt
1865 F:      crypto/async_tx/
1866 F:      drivers/dma/
1867 F:      include/linux/dmaengine.h
1868 F:      include/linux/async_tx.h
1869
1870 AT24 EEPROM DRIVER
1871 M:      Wolfram Sang <[email protected]>
1872 L:      [email protected]
1873 S:      Maintained
1874 F:      drivers/misc/eeprom/at24.c
1875 F:      include/linux/platform_data/at24.h
1876
1877 ATA OVER ETHERNET (AOE) DRIVER
1878 M:      "Ed L. Cashin" <[email protected]>
1879 W:      http://www.openaoe.org/
1880 S:      Supported
1881 F:      Documentation/aoe/
1882 F:      drivers/block/aoe/
1883
1884 ATHEROS 71XX/9XXX GPIO DRIVER
1885 M:      Alban Bedel <[email protected]>
1886 W:      https://github.com/AlbanBedel/linux
1887 T:      git git://github.com/AlbanBedel/linux
1888 S:      Maintained
1889 F:      drivers/gpio/gpio-ath79.c
1890 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1891
1892 ATHEROS ATH GENERIC UTILITIES
1893 M:      "Luis R. Rodriguez" <[email protected]>
1894 L:      [email protected]
1895 S:      Supported
1896 F:      drivers/net/wireless/ath/*
1897
1898 ATHEROS ATH5K WIRELESS DRIVER
1899 M:      Jiri Slaby <[email protected]>
1900 M:      Nick Kossifidis <[email protected]>
1901 M:      "Luis R. Rodriguez" <[email protected]>
1902 L:      [email protected]
1903 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1904 S:      Maintained
1905 F:      drivers/net/wireless/ath/ath5k/
1906
1907 ATHEROS ATH6KL WIRELESS DRIVER
1908 M:      Kalle Valo <[email protected]>
1909 L:      [email protected]
1910 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1912 S:      Supported
1913 F:      drivers/net/wireless/ath/ath6kl/
1914
1915 WILOCITY WIL6210 WIRELESS DRIVER
1916 M:      Maya Erez <[email protected]>
1917 L:      [email protected]
1918 L:      [email protected]
1919 S:      Supported
1920 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1921 F:      drivers/net/wireless/ath/wil6210/
1922 F:      include/uapi/linux/wil6210_uapi.h
1923
1924 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1925 M:      Christian Lamparter <[email protected]>
1926 L:      [email protected]
1927 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1928 S:      Maintained
1929 F:      drivers/net/wireless/ath/carl9170/
1930
1931 ATK0110 HWMON DRIVER
1932 M:      Luca Tettamanti <[email protected]>
1933 L:      [email protected]
1934 S:      Maintained
1935 F:      drivers/hwmon/asus_atk0110.c
1936
1937 ATI_REMOTE2 DRIVER
1938 M:      Ville Syrjala <[email protected]>
1939 S:      Maintained
1940 F:      drivers/input/misc/ati_remote2.c
1941
1942 ATLX ETHERNET DRIVERS
1943 M:      Jay Cliburn <[email protected]>
1944 M:      Chris Snook <[email protected]>
1945 L:      [email protected]
1946 W:      http://sourceforge.net/projects/atl1
1947 W:      http://atl1.sourceforge.net
1948 S:      Maintained
1949 F:      drivers/net/ethernet/atheros/
1950
1951 ATM
1952 M:      Chas Williams <[email protected]>
1953 L:      [email protected] (moderated for non-subscribers)
1954 L:      [email protected]
1955 W:      http://linux-atm.sourceforge.net
1956 S:      Maintained
1957 F:      drivers/atm/
1958 F:      include/linux/atm*
1959 F:      include/uapi/linux/atm*
1960
1961 ATMEL AT91 / AT32 MCI DRIVER
1962 M:      Ludovic Desroches <[email protected]>
1963 S:      Maintained
1964 F:      drivers/mmc/host/atmel-mci.c
1965
1966 ATMEL AT91 / AT32 SERIAL DRIVER
1967 M:      Nicolas Ferre <[email protected]>
1968 S:      Supported
1969 F:      drivers/tty/serial/atmel_serial.c
1970
1971 ATMEL SAMA5D2 ADC DRIVER
1972 M:      Ludovic Desroches <[email protected]>
1973 L:      [email protected]
1974 S:      Supported
1975 F:      drivers/iio/adc/at91-sama5d2_adc.c
1976
1977 ATMEL Audio ALSA driver
1978 M:      Nicolas Ferre <[email protected]>
1979 L:      [email protected] (moderated for non-subscribers)
1980 S:      Supported
1981 F:      sound/soc/atmel
1982
1983 ATMEL DMA DRIVER
1984 M:      Nicolas Ferre <[email protected]>
1985 L:      [email protected] (moderated for non-subscribers)
1986 S:      Supported
1987 F:      drivers/dma/at_hdmac.c
1988 F:      drivers/dma/at_hdmac_regs.h
1989 F:      include/linux/platform_data/dma-atmel.h
1990
1991 ATMEL XDMA DRIVER
1992 M:      Ludovic Desroches <[email protected]>
1993 L:      [email protected]
1994 L:      [email protected]
1995 S:      Supported
1996 F:      drivers/dma/at_xdmac.c
1997
1998 ATMEL I2C DRIVER
1999 M:      Ludovic Desroches <[email protected]>
2000 L:      [email protected]
2001 S:      Supported
2002 F:      drivers/i2c/busses/i2c-at91.c
2003
2004 ATMEL ISI DRIVER
2005 M:      Ludovic Desroches <[email protected]>
2006 L:      [email protected]
2007 S:      Supported
2008 F:      drivers/media/platform/soc_camera/atmel-isi.c
2009 F:      include/media/atmel-isi.h
2010
2011 ATMEL LCDFB DRIVER
2012 M:      Nicolas Ferre <[email protected]>
2013 L:      [email protected]
2014 S:      Maintained
2015 F:      drivers/video/fbdev/atmel_lcdfb.c
2016 F:      include/video/atmel_lcdc.h
2017
2018 ATMEL MACB ETHERNET DRIVER
2019 M:      Nicolas Ferre <[email protected]>
2020 S:      Supported
2021 F:      drivers/net/ethernet/cadence/
2022
2023 ATMEL NAND DRIVER
2024 M:      Wenyou Yang <[email protected]>
2025 M:      Josh Wu <[email protected]>
2026 L:      [email protected]
2027 S:      Supported
2028 F:      drivers/mtd/nand/atmel_nand*
2029
2030 ATMEL SDMMC DRIVER
2031 M:      Ludovic Desroches <[email protected]>
2032 L:      [email protected]
2033 S:      Supported
2034 F:      drivers/mmc/host/sdhci-of-at91.c
2035
2036 ATMEL SPI DRIVER
2037 M:      Nicolas Ferre <[email protected]>
2038 S:      Supported
2039 F:      drivers/spi/spi-atmel.*
2040
2041 ATMEL SSC DRIVER
2042 M:      Nicolas Ferre <[email protected]>
2043 L:      [email protected] (moderated for non-subscribers)
2044 S:      Supported
2045 F:      drivers/misc/atmel-ssc.c
2046 F:      include/linux/atmel-ssc.h
2047
2048 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2049 M:      Nicolas Ferre <[email protected]>
2050 L:      [email protected] (moderated for non-subscribers)
2051 S:      Supported
2052 F:      drivers/misc/atmel_tclib.c
2053 F:      drivers/clocksource/tcb_clksrc.c
2054
2055 ATMEL USBA UDC DRIVER
2056 M:      Nicolas Ferre <[email protected]>
2057 L:      [email protected] (moderated for non-subscribers)
2058 S:      Supported
2059 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2060
2061 ATMEL WIRELESS DRIVER
2062 M:      Simon Kelley <[email protected]>
2063 L:      [email protected]
2064 W:      http://www.thekelleys.org.uk/atmel
2065 W:      http://atmelwlandriver.sourceforge.net/
2066 S:      Maintained
2067 F:      drivers/net/wireless/atmel/atmel*
2068
2069 ATMEL MAXTOUCH DRIVER
2070 M:      Nick Dyer <[email protected]>
2071 T:      git git://github.com/atmel-maxtouch/linux.git
2072 S:      Supported
2073 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2074 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2075 F:      include/linux/platform_data/atmel_mxt_ts.h
2076
2077 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2078 M:      Bradley Grove <[email protected]>
2079 L:      [email protected]
2080 W:      http://www.attotech.com
2081 S:      Supported
2082 F:      drivers/scsi/esas2r
2083
2084 ATUSB IEEE 802.15.4 RADIO DRIVER
2085 M:      Stefan Schmidt <[email protected]>
2086 L:      [email protected]
2087 S:      Maintained
2088 F:      drivers/net/ieee802154/atusb.c
2089 F:      drivers/net/ieee802154/atusb.h
2090 F:      drivers/net/ieee802154/at86rf230.h
2091
2092 AUDIT SUBSYSTEM
2093 M:      Paul Moore <[email protected]>
2094 M:      Eric Paris <[email protected]>
2095 L:      [email protected] (moderated for non-subscribers)
2096 W:      http://people.redhat.com/sgrubb/audit/
2097 T:      git git://git.infradead.org/users/pcmoore/audit
2098 S:      Maintained
2099 F:      include/linux/audit.h
2100 F:      include/uapi/linux/audit.h
2101 F:      kernel/audit*
2102
2103 AUXILIARY DISPLAY DRIVERS
2104 M:      Miguel Ojeda Sandonis <[email protected]>
2105 W:      http://miguelojeda.es/auxdisplay.htm
2106 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2107 S:      Maintained
2108 F:      drivers/auxdisplay/
2109 F:      include/linux/cfag12864b.h
2110
2111 AVR32 ARCHITECTURE
2112 M:      Haavard Skinnemoen <[email protected]>
2113 M:      Hans-Christian Egtvedt <[email protected]>
2114 W:      http://www.atmel.com/products/AVR32/
2115 W:      http://mirror.egtvedt.no/avr32linux.org/
2116 W:      http://avrfreaks.net/
2117 S:      Maintained
2118 F:      arch/avr32/
2119
2120 AVR32/AT32AP MACHINE SUPPORT
2121 M:      Haavard Skinnemoen <[email protected]>
2122 M:      Hans-Christian Egtvedt <[email protected]>
2123 S:      Maintained
2124 F:      arch/avr32/mach-at32ap/
2125
2126 AX.25 NETWORK LAYER
2127 M:      Ralf Baechle <[email protected]>
2128 L:      [email protected]
2129 W:      http://www.linux-ax25.org/
2130 S:      Maintained
2131 F:      include/uapi/linux/ax25.h
2132 F:      include/net/ax25.h
2133 F:      net/ax25/
2134
2135 AZ6007 DVB DRIVER
2136 M:      Mauro Carvalho Chehab <[email protected]>
2137 L:      [email protected]
2138 W:      https://linuxtv.org
2139 T:      git git://linuxtv.org/media_tree.git
2140 S:      Maintained
2141 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2142
2143 AZTECH FM RADIO RECEIVER DRIVER
2144 M:      Hans Verkuil <[email protected]>
2145 L:      [email protected]
2146 T:      git git://linuxtv.org/media_tree.git
2147 W:      https://linuxtv.org
2148 S:      Maintained
2149 F:      drivers/media/radio/radio-aztech*
2150
2151 B43 WIRELESS DRIVER
2152 L:      [email protected]
2153 L:      [email protected]
2154 W:      http://wireless.kernel.org/en/users/Drivers/b43
2155 S:      Odd Fixes
2156 F:      drivers/net/wireless/broadcom/b43/
2157
2158 B43LEGACY WIRELESS DRIVER
2159 M:      Larry Finger <[email protected]>
2160 L:      [email protected]
2161 L:      [email protected]
2162 W:      http://wireless.kernel.org/en/users/Drivers/b43
2163 S:      Maintained
2164 F:      drivers/net/wireless/broadcom/b43legacy/
2165
2166 BACKLIGHT CLASS/SUBSYSTEM
2167 M:      Jingoo Han <[email protected]>
2168 M:      Lee Jones <[email protected]>
2169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2170 S:      Maintained
2171 F:      drivers/video/backlight/
2172 F:      include/linux/backlight.h
2173
2174 BATMAN ADVANCED
2175 M:      Marek Lindner <[email protected]>
2176 M:      Simon Wunderlich <[email protected]>
2177 M:      Antonio Quartulli <[email protected]>
2178 L:      [email protected]
2179 W:      https://www.open-mesh.org/
2180 Q:      https://patchwork.open-mesh.org/project/batman/list/
2181 S:      Maintained
2182 F:      net/batman-adv/
2183
2184 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2185 M:      Thomas Sailer <[email protected]>
2186 L:      [email protected]
2187 W:      http://www.baycom.org/~tom/ham/ham.html
2188 S:      Maintained
2189 F:      drivers/net/hamradio/baycom*
2190
2191 BCACHE (BLOCK LAYER CACHE)
2192 M:      Kent Overstreet <[email protected]>
2193 L:      [email protected]
2194 W:      http://bcache.evilpiepirate.org
2195 S:      Maintained
2196 F:      drivers/md/bcache/
2197
2198 BDISP ST MEDIA DRIVER
2199 M:      Fabien Dessenne <[email protected]>
2200 L:      [email protected]
2201 T:      git git://linuxtv.org/media_tree.git
2202 W:      https://linuxtv.org
2203 S:      Supported
2204 F:      drivers/media/platform/sti/bdisp
2205
2206 BEFS FILE SYSTEM
2207 S:      Orphan
2208 F:      Documentation/filesystems/befs.txt
2209 F:      fs/befs/
2210
2211 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2212 M:      Dariusz Marcinkiewicz <[email protected]>
2213 L:      [email protected]
2214 S:      Maintained
2215 F:      drivers/net/ethernet/ec_bhf.c
2216
2217 BFS FILE SYSTEM
2218 M:      "Tigran A. Aivazian" <[email protected]>
2219 S:      Maintained
2220 F:      Documentation/filesystems/bfs.txt
2221 F:      fs/bfs/
2222 F:      include/uapi/linux/bfs_fs.h
2223
2224 BLACKFIN ARCHITECTURE
2225 M:      Steven Miao <[email protected]>
2226 L:      [email protected] (moderated for non-subscribers)
2227 T:      git git://git.code.sf.net/p/adi-linux/code
2228 W:      http://blackfin.uclinux.org
2229 S:      Supported
2230 F:      arch/blackfin/
2231
2232 BLACKFIN EMAC DRIVER
2233 L:      [email protected] (moderated for non-subscribers)
2234 W:      http://blackfin.uclinux.org
2235 S:      Supported
2236 F:      drivers/net/ethernet/adi/
2237
2238 BLACKFIN RTC DRIVER
2239 L:      [email protected] (moderated for non-subscribers)
2240 W:      http://blackfin.uclinux.org
2241 S:      Supported
2242 F:      drivers/rtc/rtc-bfin.c
2243
2244 BLACKFIN SDH DRIVER
2245 M:      Sonic Zhang <[email protected]>
2246 L:      [email protected] (moderated for non-subscribers)
2247 W:      http://blackfin.uclinux.org
2248 S:      Supported
2249 F:      drivers/mmc/host/bfin_sdh.c
2250
2251 BLACKFIN SERIAL DRIVER
2252 M:      Sonic Zhang <[email protected]>
2253 L:      [email protected] (moderated for non-subscribers)
2254 W:      http://blackfin.uclinux.org
2255 S:      Supported
2256 F:      drivers/tty/serial/bfin_uart.c
2257
2258 BLACKFIN WATCHDOG DRIVER
2259 L:      [email protected] (moderated for non-subscribers)
2260 W:      http://blackfin.uclinux.org
2261 S:      Supported
2262 F:      drivers/watchdog/bfin_wdt.c
2263
2264 BLACKFIN I2C TWI DRIVER
2265 M:      Sonic Zhang <[email protected]>
2266 L:      [email protected] (moderated for non-subscribers)
2267 W:      http://blackfin.uclinux.org/
2268 S:      Supported
2269 F:      drivers/i2c/busses/i2c-bfin-twi.c
2270
2271 BLACKFIN MEDIA DRIVER
2272 M:      Scott Jiang <[email protected]>
2273 L:      [email protected] (moderated for non-subscribers)
2274 W:      http://blackfin.uclinux.org/
2275 S:      Supported
2276 F:      drivers/media/platform/blackfin/
2277 F:      drivers/media/i2c/adv7183*
2278 F:      drivers/media/i2c/vs6624*
2279
2280 BLINKM RGB LED DRIVER
2281 M:      Jan-Simon Moeller <[email protected]>
2282 S:      Maintained
2283 F:      drivers/leds/leds-blinkm.c
2284
2285 BLOCK LAYER
2286 M:      Jens Axboe <[email protected]>
2287 L:      [email protected]
2288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2289 S:      Maintained
2290 F:      block/
2291 F:      kernel/trace/blktrace.c
2292
2293 BLOCK2MTD DRIVER
2294 M:      Joern Engel <[email protected]>
2295 L:      [email protected]
2296 S:      Maintained
2297 F:      drivers/mtd/devices/block2mtd.c
2298
2299 BLUETOOTH DRIVERS
2300 M:      Marcel Holtmann <[email protected]>
2301 M:      Gustavo Padovan <[email protected]>
2302 M:      Johan Hedberg <[email protected]>
2303 L:      [email protected]
2304 W:      http://www.bluez.org/
2305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2307 S:      Maintained
2308 F:      drivers/bluetooth/
2309
2310 BLUETOOTH SUBSYSTEM
2311 M:      Marcel Holtmann <[email protected]>
2312 M:      Gustavo Padovan <[email protected]>
2313 M:      Johan Hedberg <[email protected]>
2314 L:      [email protected]
2315 W:      http://www.bluez.org/
2316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2318 S:      Maintained
2319 F:      net/bluetooth/
2320 F:      include/net/bluetooth/
2321
2322 BONDING DRIVER
2323 M:      Jay Vosburgh <[email protected]>
2324 M:      Veaceslav Falico <[email protected]>
2325 M:      Andy Gospodarek <[email protected]>
2326 L:      [email protected]
2327 W:      http://sourceforge.net/projects/bonding/
2328 S:      Supported
2329 F:      drivers/net/bonding/
2330 F:      include/uapi/linux/if_bonding.h
2331
2332 BPF (Safe dynamic programs and tools)
2333 M:      Alexei Starovoitov <[email protected]>
2334 L:      [email protected]
2335 L:      [email protected]
2336 S:      Supported
2337 F:      kernel/bpf/
2338
2339 BROADCOM B44 10/100 ETHERNET DRIVER
2340 M:      Gary Zambrano <[email protected]>
2341 L:      [email protected]
2342 S:      Supported
2343 F:      drivers/net/ethernet/broadcom/b44.*
2344
2345 BROADCOM GENET ETHERNET DRIVER
2346 M:      Florian Fainelli <[email protected]>
2347 L:      [email protected]
2348 S:      Supported
2349 F:      drivers/net/ethernet/broadcom/genet/
2350
2351 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2352 M:      Sony Chacko <[email protected]>
2353 M:      [email protected]
2354 L:      [email protected]
2355 S:      Supported
2356 F:      drivers/net/ethernet/broadcom/bnx2.*
2357 F:      drivers/net/ethernet/broadcom/bnx2_*
2358
2359 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2360 M:      Ariel Elior <[email protected]>
2361 L:      [email protected]
2362 S:      Supported
2363 F:      drivers/net/ethernet/broadcom/bnx2x/
2364
2365 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2366 M:      Florian Fainelli <[email protected]>
2367 M:      Ray Jui <[email protected]>
2368 M:      Scott Branden <[email protected]>
2369 L:      [email protected]
2370 T:      git git://github.com/broadcom/mach-bcm
2371 S:      Maintained
2372 F:      arch/arm/mach-bcm/
2373 F:      arch/arm/boot/dts/bcm113*
2374 F:      arch/arm/boot/dts/bcm216*
2375 F:      arch/arm/boot/dts/bcm281*
2376 F:      arch/arm64/boot/dts/broadcom/
2377 F:      arch/arm/configs/bcm_defconfig
2378 F:      drivers/mmc/host/sdhci-bcm-kona.c
2379 F:      drivers/clocksource/bcm_kona_timer.c
2380
2381 BROADCOM BCM2835 ARM ARCHITECTURE
2382 M:      Stephen Warren <[email protected]>
2383 M:      Lee Jones <[email protected]>
2384 M:      Eric Anholt <[email protected]>
2385 L:      [email protected] (moderated for non-subscribers)
2386 L:      [email protected] (moderated for non-subscribers)
2387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2388 S:      Maintained
2389 N:      bcm2835
2390
2391 BROADCOM BCM47XX MIPS ARCHITECTURE
2392 M:      Hauke Mehrtens <[email protected]>
2393 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2394 L:      [email protected]
2395 S:      Maintained
2396 F:      arch/mips/bcm47xx/*
2397 F:      arch/mips/include/asm/mach-bcm47xx/*
2398
2399 BROADCOM BCM5301X ARM ARCHITECTURE
2400 M:      Hauke Mehrtens <[email protected]>
2401 L:      [email protected]
2402 S:      Maintained
2403 F:      arch/arm/mach-bcm/bcm_5301x.c
2404 F:      arch/arm/boot/dts/bcm5301x.dtsi
2405 F:      arch/arm/boot/dts/bcm470*
2406
2407 BROADCOM BCM63XX ARM ARCHITECTURE
2408 M:      Florian Fainelli <[email protected]>
2409 L:      [email protected]
2410 T:      git git://github.com/broadcom/arm-bcm63xx.git
2411 S:      Maintained
2412 F:      arch/arm/mach-bcm/bcm63xx.c
2413 F:      arch/arm/include/debug/bcm63xx.S
2414
2415 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2416 M:      Kevin Cernekee <[email protected]>
2417 L:      [email protected]
2418 S:      Maintained
2419 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2420
2421 BROADCOM BCM7XXX ARM ARCHITECTURE
2422 M:      Brian Norris <[email protected]>
2423 M:      Gregory Fong <[email protected]>
2424 M:      Florian Fainelli <[email protected]>
2425 L:      [email protected] (moderated for non-subscribers)
2426 L:      [email protected]
2427 T:      git git://github.com/broadcom/stblinux.git
2428 S:      Maintained
2429 F:      arch/arm/mach-bcm/*brcmstb*
2430 F:      arch/arm/boot/dts/bcm7*.dts*
2431 F:      drivers/bus/brcmstb_gisb.c
2432 N:      brcmstb
2433
2434 BROADCOM BMIPS MIPS ARCHITECTURE
2435 M:      Kevin Cernekee <[email protected]>
2436 M:      Florian Fainelli <[email protected]>
2437 L:      [email protected]
2438 T:      git git://github.com/broadcom/stblinux.git
2439 S:      Maintained
2440 F:      arch/mips/bmips/*
2441 F:      arch/mips/include/asm/mach-bmips/*
2442 F:      arch/mips/kernel/*bmips*
2443 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2444 F:      drivers/irqchip/irq-bcm63*
2445 F:      drivers/irqchip/irq-bcm7*
2446 F:      drivers/irqchip/irq-brcmstb*
2447 F:      include/linux/bcm963xx_nvram.h
2448 F:      include/linux/bcm963xx_tag.h
2449
2450 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2451 M:      Siva Reddy Kallam <[email protected]>
2452 M:      Prashant Sreedharan <[email protected]>
2453 M:      Michael Chan <[email protected]>
2454 L:      [email protected]
2455 S:      Supported
2456 F:      drivers/net/ethernet/broadcom/tg3.*
2457
2458 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2459 M:      Brett Rudley <[email protected]>
2460 M:      Arend van Spriel <[email protected]>
2461 M:      Franky (Zhenhui) Lin <[email protected]>
2462 M:      Hante Meuleman <[email protected]>
2463 L:      [email protected]
2464 L:      [email protected]
2465 S:      Supported
2466 F:      drivers/net/wireless/broadcom/brcm80211/
2467
2468 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2469 M:      [email protected]
2470 L:      [email protected]
2471 S:      Supported
2472 F:      drivers/scsi/bnx2fc/
2473
2474 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2475 M:      [email protected]
2476 L:      [email protected]
2477 S:      Supported
2478 F:      drivers/scsi/bnx2i/
2479
2480 BROADCOM IPROC ARM ARCHITECTURE
2481 M:      Ray Jui <[email protected]>
2482 M:      Scott Branden <[email protected]>
2483 M:      Jon Mason <[email protected]>
2484 L:      [email protected] (moderated for non-subscribers)
2485 L:      [email protected]
2486 T:      git git://github.com/broadcom/cygnus-linux.git
2487 S:      Maintained
2488 N:      iproc
2489 N:      cygnus
2490 N:      nsp
2491 N:      bcm9113*
2492 N:      bcm9583*
2493 N:      bcm9585*
2494 N:      bcm9586*
2495 N:      bcm988312
2496 N:      bcm113*
2497 N:      bcm583*
2498 N:      bcm585*
2499 N:      bcm586*
2500 N:      bcm88312
2501
2502 BROADCOM BRCMSTB GPIO DRIVER
2503 M:      Gregory Fong <[email protected]>
2504 L:      [email protected]
2505 S:      Supported
2506 F:      drivers/gpio/gpio-brcmstb.c
2507 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2508
2509 BROADCOM KONA GPIO DRIVER
2510 M:      Ray Jui <[email protected]>
2511 L:      [email protected]
2512 S:      Supported
2513 F:      drivers/gpio/gpio-bcm-kona.c
2514 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2515
2516 BROADCOM NVRAM DRIVER
2517 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2518 L:      [email protected]
2519 S:      Maintained
2520 F:      drivers/firmware/broadcom/*
2521
2522 BROADCOM STB NAND FLASH DRIVER
2523 M:      Brian Norris <[email protected]>
2524 M:      Kamal Dasu <[email protected]>
2525 L:      [email protected]
2526 L:      [email protected]
2527 S:      Maintained
2528 F:      drivers/mtd/nand/brcmnand/
2529
2530 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2531 M:      RafaÅ‚ MiÅ‚ecki <[email protected]>
2532 L:      [email protected]
2533 S:      Maintained
2534 F:      drivers/bcma/
2535 F:      include/linux/bcma/
2536
2537 BROADCOM SYSTEMPORT ETHERNET DRIVER
2538 M:      Florian Fainelli <[email protected]>
2539 L:      [email protected]
2540 S:      Supported
2541 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2542
2543 BROCADE BFA FC SCSI DRIVER
2544 M:      Anil Gurumurthy <[email protected]>
2545 M:      Sudarsana Kalluru <[email protected]>
2546 L:      [email protected]
2547 S:      Supported
2548 F:      drivers/scsi/bfa/
2549
2550 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2551 M:      Rasesh Mody <[email protected]>
2552 L:      [email protected]
2553 S:      Supported
2554 F:      drivers/net/ethernet/brocade/bna/
2555
2556 BSG (block layer generic sg v4 driver)
2557 M:      FUJITA Tomonori <[email protected]>
2558 L:      [email protected]
2559 S:      Supported
2560 F:      block/bsg.c
2561 F:      include/linux/bsg.h
2562 F:      include/uapi/linux/bsg.h
2563
2564 BT87X AUDIO DRIVER
2565 M:      Clemens Ladisch <[email protected]>
2566 L:      [email protected] (moderated for non-subscribers)
2567 T:      git git://git.alsa-project.org/alsa-kernel.git
2568 S:      Maintained
2569 F:      Documentation/sound/alsa/Bt87x.txt
2570 F:      sound/pci/bt87x.c
2571
2572 BT8XXGPIO DRIVER
2573 M:      Michael Buesch <[email protected]>
2574 W:      http://bu3sch.de/btgpio.php
2575 S:      Maintained
2576 F:      drivers/gpio/gpio-bt8xx.c
2577
2578 BTRFS FILE SYSTEM
2579 M:      Chris Mason <[email protected]>
2580 M:      Josef Bacik <[email protected]>
2581 M:      David Sterba <[email protected]>
2582 L:      [email protected]
2583 W:      http://btrfs.wiki.kernel.org/
2584 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2586 S:      Maintained
2587 F:      Documentation/filesystems/btrfs.txt
2588 F:      fs/btrfs/
2589
2590 BTTV VIDEO4LINUX DRIVER
2591 M:      Mauro Carvalho Chehab <[email protected]>
2592 L:      [email protected]
2593 W:      https://linuxtv.org
2594 T:      git git://linuxtv.org/media_tree.git
2595 S:      Odd fixes
2596 F:      Documentation/video4linux/bttv/
2597 F:      drivers/media/pci/bt8xx/bttv*
2598
2599 BUSLOGIC SCSI DRIVER
2600 M:      Khalid Aziz <[email protected]>
2601 L:      [email protected]
2602 S:      Maintained
2603 F:      drivers/scsi/BusLogic.*
2604 F:      drivers/scsi/FlashPoint.*
2605
2606 C-MEDIA CMI8788 DRIVER
2607 M:      Clemens Ladisch <[email protected]>
2608 L:      [email protected] (moderated for non-subscribers)
2609 T:      git git://git.alsa-project.org/alsa-kernel.git
2610 S:      Maintained
2611 F:      sound/pci/oxygen/
2612
2613 C6X ARCHITECTURE
2614 M:      Mark Salter <[email protected]>
2615 M:      Aurelien Jacquiot <[email protected]>
2616 L:      [email protected]
2617 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2618 S:      Maintained
2619 F:      arch/c6x/
2620
2621 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2622 M:      David Howells <[email protected]>
2623 L:      [email protected] (moderated for non-subscribers)
2624 S:      Supported
2625 F:      Documentation/filesystems/caching/cachefiles.txt
2626 F:      fs/cachefiles/
2627
2628 CADET FM/AM RADIO RECEIVER DRIVER
2629 M:      Hans Verkuil <[email protected]>
2630 L:      [email protected]
2631 T:      git git://linuxtv.org/media_tree.git
2632 W:      https://linuxtv.org
2633 S:      Maintained
2634 F:      drivers/media/radio/radio-cadet*
2635
2636 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2637 M:      Jonathan Corbet <[email protected]>
2638 L:      [email protected]
2639 T:      git git://linuxtv.org/media_tree.git
2640 S:      Maintained
2641 F:      Documentation/video4linux/cafe_ccic
2642 F:      drivers/media/platform/marvell-ccic/
2643
2644 CAIF NETWORK LAYER
2645 M:      Dmitry Tarnyagin <[email protected]>
2646 L:      [email protected]
2647 S:      Supported
2648 F:      Documentation/networking/caif/
2649 F:      drivers/net/caif/
2650 F:      include/uapi/linux/caif/
2651 F:      include/net/caif/
2652 F:      net/caif/
2653
2654 CALGARY x86-64 IOMMU
2655 M:      Muli Ben-Yehuda <[email protected]>
2656 M:      "Jon D. Mason" <[email protected]>
2657 L:      [email protected]
2658 S:      Maintained
2659 F:      arch/x86/kernel/pci-calgary_64.c
2660 F:      arch/x86/kernel/tce_64.c
2661 F:      arch/x86/include/asm/calgary.h
2662 F:      arch/x86/include/asm/tce.h
2663
2664 CAN NETWORK LAYER
2665 M:      Oliver Hartkopp <[email protected]>
2666 M:      Marc Kleine-Budde <[email protected]>
2667 L:      [email protected]
2668 W:      https://github.com/linux-can
2669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2671 S:      Maintained
2672 F:      Documentation/networking/can.txt
2673 F:      net/can/
2674 F:      include/linux/can/core.h
2675 F:      include/uapi/linux/can.h
2676 F:      include/uapi/linux/can/bcm.h
2677 F:      include/uapi/linux/can/raw.h
2678 F:      include/uapi/linux/can/gw.h
2679
2680 CAN NETWORK DRIVERS
2681 M:      Wolfgang Grandegger <[email protected]>
2682 M:      Marc Kleine-Budde <[email protected]>
2683 L:      [email protected]
2684 W:      https://github.com/linux-can
2685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2687 S:      Maintained
2688 F:      drivers/net/can/
2689 F:      include/linux/can/dev.h
2690 F:      include/linux/can/platform/
2691 F:      include/uapi/linux/can/error.h
2692 F:      include/uapi/linux/can/netlink.h
2693
2694 CAPABILITIES
2695 M:      Serge Hallyn <[email protected]>
2696 L:      [email protected]
2697 S:      Supported
2698 F:      include/linux/capability.h
2699 F:      include/uapi/linux/capability.h
2700 F:      security/commoncap.c
2701 F:      kernel/capability.c
2702
2703 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2704 M:      Kevin Tsai <[email protected]>
2705 S:      Maintained
2706 F:      drivers/iio/light/cm*
2707 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2708
2709 CAVIUM LIQUIDIO NETWORK DRIVER
2710 M:     Derek Chickles <[email protected]>
2711 M:     Satanand Burla <[email protected]>
2712 M:     Felix Manlunas <[email protected]>
2713 M:     Raghu Vatsavayi <[email protected]>
2714 L:     [email protected]
2715 W:     http://www.cavium.com
2716 S:     Supported
2717 F:     drivers/net/ethernet/cavium/liquidio/
2718
2719 CC2520 IEEE-802.15.4 RADIO DRIVER
2720 M:      Varka Bhadram <[email protected]>
2721 L:      [email protected]
2722 S:      Maintained
2723 F:      drivers/net/ieee802154/cc2520.c
2724 F:      include/linux/spi/cc2520.h
2725 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2726
2727 CELL BROADBAND ENGINE ARCHITECTURE
2728 M:      Arnd Bergmann <[email protected]>
2729 L:      [email protected]
2730 W:      http://www.ibm.com/developerworks/power/cell/
2731 S:      Supported
2732 F:      arch/powerpc/include/asm/cell*.h
2733 F:      arch/powerpc/include/asm/spu*.h
2734 F:      arch/powerpc/include/uapi/asm/spu*.h
2735 F:      arch/powerpc/oprofile/*cell*
2736 F:      arch/powerpc/platforms/cell/
2737
2738 CEPH COMMON CODE (LIBCEPH)
2739 M:      Ilya Dryomov <[email protected]>
2740 M:      "Yan, Zheng" <[email protected]>
2741 M:      Sage Weil <[email protected]>
2742 L:      [email protected]
2743 W:      http://ceph.com/
2744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2745 T:      git git://github.com/ceph/ceph-client.git
2746 S:      Supported
2747 F:      net/ceph/
2748 F:      include/linux/ceph/
2749 F:      include/linux/crush/
2750
2751 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2752 M:      "Yan, Zheng" <[email protected]>
2753 M:      Sage Weil <[email protected]>
2754 M:      Ilya Dryomov <[email protected]>
2755 L:      [email protected]
2756 W:      http://ceph.com/
2757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2758 T:      git git://github.com/ceph/ceph-client.git
2759 S:      Supported
2760 F:      Documentation/filesystems/ceph.txt
2761 F:      fs/ceph/
2762
2763 CERTIFICATE HANDLING:
2764 M:      David Howells <[email protected]>
2765 M:      David Woodhouse <[email protected]>
2766 L:      [email protected]
2767 S:      Maintained
2768 F:      Documentation/module-signing.txt
2769 F:      certs/
2770 F:      scripts/sign-file.c
2771 F:      scripts/extract-cert.c
2772
2773 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2774 L:      [email protected]
2775 S:      Orphan
2776 F:      Documentation/usb/WUSB-Design-overview.txt
2777 F:      Documentation/usb/wusb-cbaf
2778 F:      drivers/usb/host/hwa-hc.c
2779 F:      drivers/usb/host/whci/
2780 F:      drivers/usb/wusbcore/
2781 F:      include/linux/usb/wusb*
2782
2783 CFAG12864B LCD DRIVER
2784 M:      Miguel Ojeda Sandonis <[email protected]>
2785 W:      http://miguelojeda.es/auxdisplay.htm
2786 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2787 S:      Maintained
2788 F:      drivers/auxdisplay/cfag12864b.c
2789 F:      include/linux/cfag12864b.h
2790
2791 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2792 M:      Miguel Ojeda Sandonis <[email protected]>
2793 W:      http://miguelojeda.es/auxdisplay.htm
2794 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2795 S:      Maintained
2796 F:      drivers/auxdisplay/cfag12864bfb.c
2797 F:      include/linux/cfag12864b.h
2798
2799 CFG80211 and NL80211
2800 M:      Johannes Berg <[email protected]>
2801 L:      [email protected]
2802 W:      http://wireless.kernel.org/
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2805 S:      Maintained
2806 F:      include/uapi/linux/nl80211.h
2807 F:      include/net/cfg80211.h
2808 F:      net/wireless/*
2809 X:      net/wireless/wext*
2810
2811 CHAR and MISC DRIVERS
2812 M:      Arnd Bergmann <[email protected]>
2813 M:      Greg Kroah-Hartman <[email protected]>
2814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2815 S:      Supported
2816 F:      drivers/char/*
2817 F:      drivers/misc/*
2818 F:      include/linux/miscdevice.h
2819
2820 CHECKPATCH
2821 M:      Andy Whitcroft <[email protected]>
2822 M:      Joe Perches <[email protected]>
2823 S:      Maintained
2824 F:      scripts/checkpatch.pl
2825
2826 CHINESE DOCUMENTATION
2827 M:      Harry Wei <[email protected]>
2828 L:      [email protected] (subscribers-only)
2829 L:      [email protected] (moderated for non-subscribers)
2830 S:      Maintained
2831 F:      Documentation/zh_CN/
2832
2833 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2834 M:      Peter Chen <[email protected]>
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2836 L:      [email protected]
2837 S:      Maintained
2838 F:      drivers/usb/chipidea/
2839
2840 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2841 M:      Hans de Goede <[email protected]>
2842 L:      [email protected]
2843 S:      Maintained
2844 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2845 F:      drivers/input/touchscreen/chipone_icn8318.c
2846
2847 CHROME HARDWARE PLATFORM SUPPORT
2848 M:      Olof Johansson <[email protected]>
2849 S:      Maintained
2850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2851 F:      drivers/platform/chrome/
2852
2853 CISCO VIC ETHERNET NIC DRIVER
2854 M:      Christian Benvenuti <[email protected]>
2855 M:      Sujith Sankar <[email protected]>
2856 M:      Govindarajulu Varadarajan <[email protected]>
2857 M:      Neel Patel <[email protected]>
2858 S:      Supported
2859 F:      drivers/net/ethernet/cisco/enic/
2860
2861 CISCO VIC LOW LATENCY NIC DRIVER
2862 M:      Christian Benvenuti <[email protected]>
2863 M:      Dave Goodell <[email protected]>
2864 S:      Supported
2865 F:      drivers/infiniband/hw/usnic/
2866
2867 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2868 M:      Hartley Sweeten <[email protected]>
2869 L:      [email protected]
2870 S:      Maintained
2871 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2872
2873 CIRRUS LOGIC AUDIO CODEC DRIVERS
2874 M:      Brian Austin <[email protected]>
2875 M:      Paul Handrigan <[email protected]>
2876 L:      [email protected] (moderated for non-subscribers)
2877 S:      Maintained
2878 F:      sound/soc/codecs/cs*
2879
2880 CLEANCACHE API
2881 M:      Konrad Rzeszutek Wilk <[email protected]>
2882 L:      [email protected]
2883 S:      Maintained
2884 F:      mm/cleancache.c
2885 F:      include/linux/cleancache.h
2886
2887 CLK API
2888 M:      Russell King <[email protected]>
2889 L:      [email protected]
2890 S:      Maintained
2891 F:      include/linux/clk.h
2892
2893 CLOCKSOURCE, CLOCKEVENT DRIVERS
2894 M:      Daniel Lezcano <[email protected]>
2895 M:      Thomas Gleixner <[email protected]>
2896 L:      [email protected]
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2898 S:      Supported
2899 F:      drivers/clocksource
2900
2901 CISCO FCOE HBA DRIVER
2902 M:      Hiral Patel <[email protected]>
2903 M:      Suma Ramars <[email protected]>
2904 M:      Brian Uchino <[email protected]>
2905 L:      [email protected]
2906 S:      Supported
2907 F:      drivers/scsi/fnic/
2908
2909 CISCO SCSI HBA DRIVER
2910 M:      Narsimhulu Musini <[email protected]>
2911 M:      Sesidhar Baddela <[email protected]>
2912 L:      [email protected]
2913 S:      Supported
2914 F:      drivers/scsi/snic/
2915
2916 CMPC ACPI DRIVER
2917 M:      Thadeu Lima de Souza Cascardo <[email protected]>
2918 M:      Daniel Oliveira Nascimento <[email protected]>
2919 L:      [email protected]
2920 S:      Supported
2921 F:      drivers/platform/x86/classmate-laptop.c
2922
2923 COBALT MEDIA DRIVER
2924 M:      Hans Verkuil <[email protected]>
2925 L:      [email protected]
2926 T:      git git://linuxtv.org/media_tree.git
2927 W:      https://linuxtv.org
2928 S:      Supported
2929 F:      drivers/media/pci/cobalt/
2930
2931 COCCINELLE/Semantic Patches (SmPL)
2932 M:      Julia Lawall <[email protected]>
2933 M:      Gilles Muller <[email protected]>
2934 M:      Nicolas Palix <[email protected]>
2935 M:      Michal Marek <[email protected]>
2936 L:      [email protected] (moderated for non-subscribers)
2937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2938 W:      http://coccinelle.lip6.fr/
2939 S:      Supported
2940 F:      Documentation/coccinelle.txt
2941 F:      scripts/coccinelle/
2942 F:      scripts/coccicheck
2943
2944 CODA FILE SYSTEM
2945 M:      Jan Harkes <[email protected]>
2946 M:      [email protected]
2947 L:      [email protected]
2948 W:      http://www.coda.cs.cmu.edu/
2949 S:      Maintained
2950 F:      Documentation/filesystems/coda.txt
2951 F:      fs/coda/
2952 F:      include/linux/coda*.h
2953 F:      include/uapi/linux/coda*.h
2954
2955 CODA V4L2 MEM2MEM DRIVER
2956 M:      Philipp Zabel <[email protected]>
2957 L:      [email protected]
2958 S:      Maintained
2959 F:      Documentation/devicetree/bindings/media/coda.txt
2960 F:      drivers/media/platform/coda/
2961
2962 COMMON CLK FRAMEWORK
2963 M:      Michael Turquette <[email protected]>
2964 M:      Stephen Boyd <[email protected]>
2965 L:      [email protected]
2966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2967 S:      Maintained
2968 F:      drivers/clk/
2969 X:      drivers/clk/clkdev.c
2970 F:      include/linux/clk-pr*
2971 F:      include/linux/clk/
2972
2973 COMMON INTERNET FILE SYSTEM (CIFS)
2974 M:      Steve French <[email protected]>
2975 L:      [email protected]
2976 L:      [email protected] (moderated for non-subscribers)
2977 W:      http://linux-cifs.samba.org/
2978 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2979 S:      Supported
2980 F:      Documentation/filesystems/cifs/
2981 F:      fs/cifs/
2982
2983 COMPACTPCI HOTPLUG CORE
2984 M:      Scott Murray <[email protected]>
2985 L:      [email protected]
2986 S:      Maintained
2987 F:      drivers/pci/hotplug/cpci_hotplug*
2988
2989 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2990 M:      Scott Murray <[email protected]>
2991 L:      [email protected]
2992 S:      Maintained
2993 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2994
2995 COMPACTPCI HOTPLUG GENERIC DRIVER
2996 M:      Scott Murray <[email protected]>
2997 L:      [email protected]
2998 S:      Maintained
2999 F:      drivers/pci/hotplug/cpcihp_generic.c
3000
3001 COMPAL LAPTOP SUPPORT
3002 M:      Cezary Jackiewicz <[email protected]>
3003 L:      [email protected]
3004 S:      Maintained
3005 F:      drivers/platform/x86/compal-laptop.c
3006
3007 CONEXANT ACCESSRUNNER USB DRIVER
3008 L:      [email protected]
3009 W:      http://accessrunner.sourceforge.net/
3010 S:      Orphan
3011 F:      drivers/usb/atm/cxacru.c
3012
3013 CONFIGFS
3014 M:      Joel Becker <[email protected]>
3015 M:      Christoph Hellwig <[email protected]>
3016 T:      git git://git.infradead.org/users/hch/configfs.git
3017 S:      Supported
3018 F:      fs/configfs/
3019 F:      include/linux/configfs.h
3020
3021 CONNECTOR
3022 M:      Evgeniy Polyakov <[email protected]>
3023 L:      [email protected]
3024 S:      Maintained
3025 F:      drivers/connector/
3026
3027 CONTROL GROUP (CGROUP)
3028 M:      Tejun Heo <[email protected]>
3029 M:      Li Zefan <[email protected]>
3030 M:      Johannes Weiner <[email protected]>
3031 L:      [email protected]
3032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3033 S:      Maintained
3034 F:      Documentation/cgroups/
3035 F:      include/linux/cgroup*
3036 F:      kernel/cgroup*
3037
3038 CONTROL GROUP - CPUSET
3039 M:      Li Zefan <[email protected]>
3040 L:      [email protected]
3041 W:      http://www.bullopensource.org/cpuset/
3042 W:      http://oss.sgi.com/projects/cpusets/
3043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3044 S:      Maintained
3045 F:      Documentation/cgroups/cpusets.txt
3046 F:      include/linux/cpuset.h
3047 F:      kernel/cpuset.c
3048
3049 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3050 M:      Johannes Weiner <[email protected]>
3051 M:      Michal Hocko <[email protected]>
3052 M:      Vladimir Davydov <[email protected]>
3053 L:      [email protected]
3054 L:      [email protected]
3055 S:      Maintained
3056 F:      mm/memcontrol.c
3057 F:      mm/swap_cgroup.c
3058
3059 CORETEMP HARDWARE MONITORING DRIVER
3060 M:      Fenghua Yu <[email protected]>
3061 L:      [email protected]
3062 S:      Maintained
3063 F:      Documentation/hwmon/coretemp
3064 F:      drivers/hwmon/coretemp.c
3065
3066 COSA/SRP SYNC SERIAL DRIVER
3067 M:      Jan "Yenya" Kasprzak <[email protected]>
3068 W:      http://www.fi.muni.cz/~kas/cosa/
3069 S:      Maintained
3070 F:      drivers/net/wan/cosa*
3071
3072 CPMAC ETHERNET DRIVER
3073 M:      Florian Fainelli <[email protected]>
3074 L:      [email protected]
3075 S:      Maintained
3076 F:      drivers/net/ethernet/ti/cpmac.c
3077
3078 CPU FREQUENCY DRIVERS
3079 M:      "Rafael J. Wysocki" <[email protected]>
3080 M:      Viresh Kumar <[email protected]>
3081 L:      [email protected]
3082 S:      Maintained
3083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3084 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3085 F:      drivers/cpufreq/
3086 F:      include/linux/cpufreq.h
3087
3088 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3089 M:      Viresh Kumar <[email protected]>
3090 M:      Sudeep Holla <[email protected]>
3091 L:      [email protected]
3092 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3093 S:      Maintained
3094 F:      drivers/cpufreq/arm_big_little.h
3095 F:      drivers/cpufreq/arm_big_little.c
3096 F:      drivers/cpufreq/arm_big_little_dt.c
3097
3098 CPUIDLE DRIVER - ARM BIG LITTLE
3099 M:      Lorenzo Pieralisi <[email protected]>
3100 M:      Daniel Lezcano <[email protected]>
3101 L:      [email protected]
3102 L:      [email protected]
3103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3104 S:      Maintained
3105 F:      drivers/cpuidle/cpuidle-big_little.c
3106
3107 CPUIDLE DRIVER - ARM EXYNOS
3108 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3109 M:      Daniel Lezcano <[email protected]>
3110 M:      Kukjin Kim <[email protected]>
3111 L:      [email protected]
3112 L:      [email protected]
3113 S:      Supported
3114 F:      drivers/cpuidle/cpuidle-exynos.c
3115 F:      arch/arm/mach-exynos/pm.c
3116
3117 CPUIDLE DRIVERS
3118 M:      "Rafael J. Wysocki" <[email protected]>
3119 M:      Daniel Lezcano <[email protected]>
3120 L:      [email protected]
3121 S:      Maintained
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3123 F:      drivers/cpuidle/*
3124 F:      include/linux/cpuidle.h
3125
3126 CPUID/MSR DRIVER
3127 M:      "H. Peter Anvin" <[email protected]>
3128 S:      Maintained
3129 F:      arch/x86/kernel/cpuid.c
3130 F:      arch/x86/kernel/msr.c
3131
3132 CPU POWER MONITORING SUBSYSTEM
3133 M:      Thomas Renninger <[email protected]>
3134 L:      [email protected]
3135 S:      Maintained
3136 F:      tools/power/cpupower/
3137
3138 CRAMFS FILESYSTEM
3139 W:      http://sourceforge.net/projects/cramfs/
3140 S:      Orphan / Obsolete
3141 F:      Documentation/filesystems/cramfs.txt
3142 F:      fs/cramfs/
3143
3144 CRIS PORT
3145 M:      Mikael Starvik <[email protected]>
3146 M:      Jesper Nilsson <[email protected]>
3147 L:      [email protected]
3148 W:      http://developer.axis.com
3149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3150 S:      Maintained
3151 F:      arch/cris/
3152 F:      drivers/tty/serial/crisv10.*
3153
3154 CRYPTO API
3155 M:      Herbert Xu <[email protected]>
3156 M:      "David S. Miller" <[email protected]>
3157 L:      [email protected]
3158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3160 S:      Maintained
3161 F:      Documentation/crypto/
3162 F:      Documentation/DocBook/crypto-API.tmpl
3163 F:      arch/*/crypto/
3164 F:      crypto/
3165 F:      drivers/crypto/
3166 F:      include/crypto/
3167
3168 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3169 M:      Neil Horman <[email protected]>
3170 L:      [email protected]
3171 S:      Maintained
3172 F:      crypto/ansi_cprng.c
3173 F:      crypto/rng.c
3174
3175 CS3308 MEDIA DRIVER
3176 M:      Hans Verkuil <[email protected]>
3177 L:      [email protected]
3178 T:      git git://linuxtv.org/media_tree.git
3179 W:      http://linuxtv.org
3180 S:      Odd Fixes
3181 F:      drivers/media/i2c/cs3308.c
3182 F:      drivers/media/i2c/cs3308.h
3183
3184 CS5535 Audio ALSA driver
3185 M:      Jaya Kumar <[email protected]>
3186 S:      Maintained
3187 F:      sound/pci/cs5535audio/
3188
3189 CW1200 WLAN driver
3190 M:      Solomon Peachy <[email protected]>
3191 S:      Maintained
3192 F:      drivers/net/wireless/st/cw1200/
3193
3194 CX18 VIDEO4LINUX DRIVER
3195 M:      Andy Walls <[email protected]>
3196 L:      [email protected] (subscribers-only)
3197 L:      [email protected]
3198 T:      git git://linuxtv.org/media_tree.git
3199 W:      https://linuxtv.org
3200 W:      http://www.ivtvdriver.org/index.php/Cx18
3201 S:      Maintained
3202 F:      Documentation/video4linux/cx18.txt
3203 F:      drivers/media/pci/cx18/
3204 F:      include/uapi/linux/ivtv*
3205
3206 CX2341X MPEG ENCODER HELPER MODULE
3207 M:      Hans Verkuil <[email protected]>
3208 L:      [email protected]
3209 T:      git git://linuxtv.org/media_tree.git
3210 W:      https://linuxtv.org
3211 S:      Maintained
3212 F:      drivers/media/common/cx2341x*
3213 F:      include/media/cx2341x*
3214
3215 CX24120 MEDIA DRIVER
3216 M:      Jemma Denson <[email protected]>
3217 M:      Patrick Boettcher <[email protected]>
3218 L:      [email protected]
3219 W:      https://linuxtv.org
3220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3221 S:      Maintained
3222 F:      drivers/media/dvb-frontends/cx24120*
3223
3224 CX88 VIDEO4LINUX DRIVER
3225 M:      Mauro Carvalho Chehab <[email protected]>
3226 L:      [email protected]
3227 W:      https://linuxtv.org
3228 T:      git git://linuxtv.org/media_tree.git
3229 S:      Odd fixes
3230 F:      Documentation/video4linux/cx88/
3231 F:      drivers/media/pci/cx88/
3232
3233 CXD2820R MEDIA DRIVER
3234 M:      Antti Palosaari <[email protected]>
3235 L:      [email protected]
3236 W:      https://linuxtv.org
3237 W:      http://palosaari.fi/linux/
3238 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3239 T:      git git://linuxtv.org/anttip/media_tree.git
3240 S:      Maintained
3241 F:      drivers/media/dvb-frontends/cxd2820r*
3242
3243 CXGB3 ETHERNET DRIVER (CXGB3)
3244 M:      Santosh Raspatur <[email protected]>
3245 L:      [email protected]
3246 W:      http://www.chelsio.com
3247 S:      Supported
3248 F:      drivers/net/ethernet/chelsio/cxgb3/
3249
3250 CXGB3 ISCSI DRIVER (CXGB3I)
3251 M:      Karen Xie <[email protected]>
3252 L:      [email protected]
3253 W:      http://www.chelsio.com
3254 S:      Supported
3255 F:      drivers/scsi/cxgbi/cxgb3i
3256
3257 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3258 M:      Steve Wise <[email protected]>
3259 L:      [email protected]
3260 W:      http://www.openfabrics.org
3261 S:      Supported
3262 F:      drivers/infiniband/hw/cxgb3/
3263
3264 CXGB4 ETHERNET DRIVER (CXGB4)
3265 M:      Hariprasad S <[email protected]>
3266 L:      [email protected]
3267 W:      http://www.chelsio.com
3268 S:      Supported
3269 F:      drivers/net/ethernet/chelsio/cxgb4/
3270
3271 CXGB4 ISCSI DRIVER (CXGB4I)
3272 M:      Karen Xie <[email protected]>
3273 L:      [email protected]
3274 W:      http://www.chelsio.com
3275 S:      Supported
3276 F:      drivers/scsi/cxgbi/cxgb4i
3277
3278 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3279 M:      Steve Wise <[email protected]>
3280 L:      [email protected]
3281 W:      http://www.openfabrics.org
3282 S:      Supported
3283 F:      drivers/infiniband/hw/cxgb4/
3284
3285 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3286 M:      Casey Leedom <[email protected]>
3287 L:      [email protected]
3288 W:      http://www.chelsio.com
3289 S:      Supported
3290 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3291
3292 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3293 M:      Ian Munsie <[email protected]>
3294 M:      Michael Neuling <[email protected]>
3295 L:      [email protected]
3296 S:      Supported
3297 F:      drivers/misc/cxl/
3298 F:      include/misc/cxl*
3299 F:      include/uapi/misc/cxl.h
3300 F:      Documentation/powerpc/cxl.txt
3301 F:      Documentation/powerpc/cxl.txt
3302 F:      Documentation/ABI/testing/sysfs-class-cxl
3303
3304 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3305 M:      Manoj N. Kumar <[email protected]>
3306 M:      Matthew R. Ochs <[email protected]>
3307 L:      [email protected]
3308 S:      Supported
3309 F:      drivers/scsi/cxlflash/
3310 F:      include/uapi/scsi/cxlflash_ioctls.h
3311 F:      Documentation/powerpc/cxlflash.txt
3312
3313 STMMAC ETHERNET DRIVER
3314 M:      Giuseppe Cavallaro <[email protected]>
3315 L:      [email protected]
3316 W:      http://www.stlinux.com
3317 S:      Supported
3318 F:      drivers/net/ethernet/stmicro/stmmac/
3319
3320 CYBERPRO FB DRIVER
3321 M:      Russell King <[email protected]>
3322 L:      [email protected] (moderated for non-subscribers)
3323 W:      http://www.arm.linux.org.uk/
3324 S:      Maintained
3325 F:      drivers/video/fbdev/cyber2000fb.*
3326
3327 CYCLADES ASYNC MUX DRIVER
3328 W:      http://www.cyclades.com/
3329 S:      Orphan
3330 F:      drivers/tty/cyclades.c
3331 F:      include/linux/cyclades.h
3332 F:      include/uapi/linux/cyclades.h
3333
3334 CYCLADES PC300 DRIVER
3335 W:      http://www.cyclades.com/
3336 S:      Orphan
3337 F:      drivers/net/wan/pc300*
3338
3339 CYPRESS_FIRMWARE MEDIA DRIVER
3340 M:      Antti Palosaari <[email protected]>
3341 L:      [email protected]
3342 W:      https://linuxtv.org
3343 W:      http://palosaari.fi/linux/
3344 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3345 T:      git git://linuxtv.org/anttip/media_tree.git
3346 S:      Maintained
3347 F:      drivers/media/common/cypress_firmware*
3348
3349 CYTTSP TOUCHSCREEN DRIVER
3350 M:      Ferruh Yigit <[email protected]>
3351 L:      [email protected]
3352 S:      Supported
3353 F:      drivers/input/touchscreen/cyttsp*
3354 F:      include/linux/input/cyttsp.h
3355
3356 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3357 M:      Joshua Kinard <[email protected]>
3358 S:      Maintained
3359 F:      drivers/rtc/rtc-ds1685.c
3360 F:      include/linux/rtc/ds1685.h
3361
3362 DAMA SLAVE for AX.25
3363 M:      Joerg Reuter <[email protected]>
3364 W:      http://yaina.de/jreuter/
3365 W:      http://www.qsl.net/dl1bke/
3366 L:      [email protected]
3367 S:      Maintained
3368 F:      net/ax25/af_ax25.c
3369 F:      net/ax25/ax25_dev.c
3370 F:      net/ax25/ax25_ds_*
3371 F:      net/ax25/ax25_in.c
3372 F:      net/ax25/ax25_out.c
3373 F:      net/ax25/ax25_timer.c
3374 F:      net/ax25/sysctl_net_ax25.c
3375
3376 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3377 L:      [email protected]
3378 S:      Orphan
3379 F:      Documentation/networking/dmfe.txt
3380 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3381
3382 DC390/AM53C974 SCSI driver
3383 M:      Hannes Reinecke <[email protected]>
3384 L:      [email protected]
3385 S:      Maintained
3386 F:      drivers/scsi/am53c974.c
3387
3388 DC395x SCSI driver
3389 M:      Oliver Neukum <[email protected]>
3390 M:      Ali Akcaagac <[email protected]>
3391 M:      Jamie Lenehan <[email protected]>
3392 L:      [email protected]
3393 W:      http://twibble.org/dist/dc395x/
3394 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3395 S:      Maintained
3396 F:      Documentation/scsi/dc395x.txt
3397 F:      drivers/scsi/dc395x.*
3398
3399 DCCP PROTOCOL
3400 M:      Gerrit Renker <[email protected]>
3401 L:      [email protected]
3402 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3403 S:      Maintained
3404 F:      include/linux/dccp.h
3405 F:      include/uapi/linux/dccp.h
3406 F:      include/linux/tfrc.h
3407 F:      net/dccp/
3408
3409 DECnet NETWORK LAYER
3410 W:      http://linux-decnet.sourceforge.net
3411 L:      [email protected]
3412 S:      Orphan
3413 F:      Documentation/networking/decnet.txt
3414 F:      net/decnet/
3415
3416 DECSTATION PLATFORM SUPPORT
3417 M:      "Maciej W. Rozycki" <[email protected]>
3418 L:      [email protected]
3419 W:      http://www.linux-mips.org/wiki/DECstation
3420 S:      Maintained
3421 F:      arch/mips/dec/
3422 F:      arch/mips/include/asm/dec/
3423 F:      arch/mips/include/asm/mach-dec/
3424
3425 DEFXX FDDI NETWORK DRIVER
3426 M:      "Maciej W. Rozycki" <[email protected]>
3427 S:      Maintained
3428 F:      drivers/net/fddi/defxx.*
3429
3430 DELL LAPTOP DRIVER
3431 M:      Matthew Garrett <[email protected]>
3432 M:      Pali RohĂ¡r <[email protected]>
3433 L:      [email protected]
3434 S:      Maintained
3435 F:      drivers/platform/x86/dell-laptop.c
3436
3437 DELL LAPTOP RBTN DRIVER
3438 M:      Pali RohĂ¡r <[email protected]>
3439 S:      Maintained
3440 F:      drivers/platform/x86/dell-rbtn.*
3441
3442 DELL LAPTOP FREEFALL DRIVER
3443 M:      Pali RohĂ¡r <[email protected]>
3444 S:      Maintained
3445 F:      drivers/platform/x86/dell-smo8800.c
3446
3447 DELL LAPTOP SMM DRIVER
3448 M:      Pali RohĂ¡r <[email protected]>
3449 S:      Maintained
3450 F:      drivers/hwmon/dell-smm-hwmon.c
3451 F:      include/uapi/linux/i8k.h
3452
3453 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3454 M:      Doug Warzecha <[email protected]>
3455 S:      Maintained
3456 F:      Documentation/dcdbas.txt
3457 F:      drivers/firmware/dcdbas.*
3458
3459 DELL WMI EXTRAS DRIVER
3460 M:      Matthew Garrett <[email protected]>
3461 M:      Pali RohĂ¡r <[email protected]>
3462 S:      Maintained
3463 F:      drivers/platform/x86/dell-wmi.c
3464
3465 DESIGNWARE USB2 DRD IP DRIVER
3466 M:      John Youn <[email protected]>
3467 L:      [email protected]
3468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3469 S:      Maintained
3470 F:      drivers/usb/dwc2/
3471
3472 DESIGNWARE USB3 DRD IP DRIVER
3473 M:      Felipe Balbi <[email protected]>
3474 L:      [email protected]
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3476 S:      Maintained
3477 F:      drivers/usb/dwc3/
3478
3479 DEVICE COREDUMP (DEV_COREDUMP)
3480 M:      Johannes Berg <[email protected]>
3481 L:      [email protected]
3482 S:      Maintained
3483 F:      drivers/base/devcoredump.c
3484 F:      include/linux/devcoredump.h
3485
3486 DEVICE FREQUENCY (DEVFREQ)
3487 M:      MyungJoo Ham <[email protected]>
3488 M:      Kyungmin Park <[email protected]>
3489 L:      [email protected]
3490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3491 S:      Maintained
3492 F:      drivers/devfreq/
3493 F:      include/linux/devfreq.h
3494 F:      Documentation/devicetree/bindings/devfreq/
3495
3496 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3497 M:      Chanwoo Choi <[email protected]>
3498 L:      [email protected]
3499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3500 S:      Supported
3501 F:      drivers/devfreq/event/
3502 F:      drivers/devfreq/devfreq-event.c
3503 F:      include/linux/devfreq-event.h
3504 F:      Documentation/devicetree/bindings/devfreq/event/
3505
3506 DEVICE NUMBER REGISTRY
3507 M:      Torben Mathiasen <[email protected]>
3508 W:      http://lanana.org/docs/device-list/index.html
3509 S:      Maintained
3510
3511 DEVICE-MAPPER  (LVM)
3512 M:      Alasdair Kergon <[email protected]>
3513 M:      Mike Snitzer <[email protected]>
3514 M:      [email protected]
3515 L:      [email protected]
3516 W:      http://sources.redhat.com/dm
3517 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3519 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3520 S:      Maintained
3521 F:      Documentation/device-mapper/
3522 F:      drivers/md/dm*
3523 F:      drivers/md/persistent-data/
3524 F:      include/linux/device-mapper.h
3525 F:      include/linux/dm-*.h
3526 F:      include/uapi/linux/dm-*.h
3527
3528 DEVLINK
3529 M:      Jiri Pirko <[email protected]>
3530 L:      [email protected]
3531 S:      Supported
3532 F:      net/core/devlink.c
3533 F:      include/net/devlink.h
3534 F:      include/uapi/linux/devlink.h
3535
3536 DIALOG SEMICONDUCTOR DRIVERS
3537 M:      Support Opensource <[email protected]>
3538 W:      http://www.dialog-semiconductor.com/products
3539 S:      Supported
3540 F:      Documentation/hwmon/da90??
3541 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3542 F:      drivers/gpio/gpio-da90??.c
3543 F:      drivers/hwmon/da90??-hwmon.c
3544 F:      drivers/iio/adc/da91??-*.c
3545 F:      drivers/input/misc/da90??_onkey.c
3546 F:      drivers/input/touchscreen/da9052_tsi.c
3547 F:      drivers/leds/leds-da90??.c
3548 F:      drivers/mfd/da903x.c
3549 F:      drivers/mfd/da90??-*.c
3550 F:      drivers/mfd/da91??-*.c
3551 F:      drivers/power/da9052-battery.c
3552 F:      drivers/power/da91??-*.c
3553 F:      drivers/regulator/da903x.c
3554 F:      drivers/regulator/da9???-regulator.[ch]
3555 F:      drivers/rtc/rtc-da90??.c
3556 F:      drivers/video/backlight/da90??_bl.c
3557 F:      drivers/watchdog/da90??_wdt.c
3558 F:      include/linux/mfd/da903x.h
3559 F:      include/linux/mfd/da9052/
3560 F:      include/linux/mfd/da9055/
3561 F:      include/linux/mfd/da9063/
3562 F:      include/linux/mfd/da9150/
3563 F:      include/sound/da[79]*.h
3564 F:      sound/soc/codecs/da[79]*.[ch]
3565
3566 DIGI NEO AND CLASSIC PCI PRODUCTS
3567 M:      Lidza Louina <[email protected]>
3568 M:      Mark Hounschell <[email protected]>
3569 L:      [email protected]
3570 S:      Maintained
3571 F:      drivers/staging/dgnc/
3572
3573 DIOLAN U2C-12 I2C DRIVER
3574 M:      Guenter Roeck <[email protected]>
3575 L:      [email protected]
3576 S:      Maintained
3577 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3578
3579 DIRECT ACCESS (DAX)
3580 M:      Matthew Wilcox <[email protected]>
3581 L:      [email protected]
3582 S:      Supported
3583 F:      fs/dax.c
3584
3585 DIRECTORY NOTIFICATION (DNOTIFY)
3586 M:      Eric Paris <[email protected]>
3587 S:      Maintained
3588 F:      Documentation/filesystems/dnotify.txt
3589 F:      fs/notify/dnotify/
3590 F:      include/linux/dnotify.h
3591
3592 DISK GEOMETRY AND PARTITION HANDLING
3593 M:      Andries Brouwer <[email protected]>
3594 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3595 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3596 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3597 S:      Maintained
3598
3599 DISKQUOTA
3600 M:      Jan Kara <[email protected]>
3601 S:      Maintained
3602 F:      Documentation/filesystems/quota.txt
3603 F:      fs/quota/
3604 F:      include/linux/quota*.h
3605 F:      include/uapi/linux/quota*.h
3606
3607 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3608 M:      Bernie Thompson <[email protected]>
3609 L:      [email protected]
3610 S:      Maintained
3611 W:      http://plugable.com/category/projects/udlfb/
3612 F:      drivers/video/fbdev/udlfb.c
3613 F:      include/video/udlfb.h
3614 F:      Documentation/fb/udlfb.txt
3615
3616 DISTRIBUTED LOCK MANAGER (DLM)
3617 M:      Christine Caulfield <[email protected]>
3618 M:      David Teigland <[email protected]>
3619 L:      [email protected]
3620 W:      http://sources.redhat.com/cluster/
3621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3622 S:      Supported
3623 F:      fs/dlm/
3624
3625 DMA BUFFER SHARING FRAMEWORK
3626 M:      Sumit Semwal <[email protected]>
3627 S:      Maintained
3628 L:      [email protected]
3629 L:      [email protected]
3630 L:      [email protected] (moderated for non-subscribers)
3631 F:      drivers/dma-buf/
3632 F:      include/linux/dma-buf*
3633 F:      include/linux/reservation.h
3634 F:      include/linux/*fence.h
3635 F:      Documentation/dma-buf-sharing.txt
3636 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3637
3638 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3639 M:      Vinod Koul <[email protected]>
3640 L:      [email protected]
3641 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3642 S:      Maintained
3643 F:      drivers/dma/
3644 F:      include/linux/dmaengine.h
3645 F:      Documentation/dmaengine/
3646 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3647
3648 DME1737 HARDWARE MONITOR DRIVER
3649 M:      Juerg Haefliger <[email protected]>
3650 L:      [email protected]
3651 S:      Maintained
3652 F:      Documentation/hwmon/dme1737
3653 F:      drivers/hwmon/dme1737.c
3654
3655 DMI/SMBIOS SUPPORT
3656 M:      Jean Delvare <[email protected]>
3657 S:      Maintained
3658 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3659 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3660 F:      drivers/firmware/dmi-id.c
3661 F:      drivers/firmware/dmi_scan.c
3662 F:      include/linux/dmi.h
3663
3664 DOCUMENTATION
3665 M:      Jonathan Corbet <[email protected]>
3666 L:      [email protected]
3667 S:      Maintained
3668 F:      Documentation/
3669 F:      scripts/docproc.c
3670 F:      scripts/kernel-doc*
3671 X:      Documentation/ABI/
3672 X:      Documentation/devicetree/
3673 X:      Documentation/acpi
3674 X:      Documentation/power
3675 X:      Documentation/spi
3676 X:      Documentation/DocBook/media
3677 T:      git git://git.lwn.net/linux.git docs-next
3678
3679 DOUBLETALK DRIVER
3680 M:      "James R. Van Zandt" <[email protected]>
3681 L:      [email protected]
3682 S:      Maintained
3683 F:      drivers/char/dtlk.c
3684 F:      include/linux/dtlk.h
3685
3686 DPT_I2O SCSI RAID DRIVER
3687 M:      Adaptec OEM Raid Solutions <[email protected]>
3688 L:      [email protected]
3689 W:      http://www.adaptec.com/
3690 S:      Maintained
3691 F:      drivers/scsi/dpt*
3692 F:      drivers/scsi/dpt/
3693
3694 DRBD DRIVER
3695 M:      Philipp Reisner <[email protected]>
3696 M:      Lars Ellenberg <[email protected]>
3697 L:      [email protected]
3698 W:      http://www.drbd.org
3699 T:      git git://git.linbit.com/linux-drbd.git
3700 T:      git git://git.linbit.com/drbd-8.4.git
3701 S:      Supported
3702 F:      drivers/block/drbd/
3703 F:      lib/lru_cache.c
3704 F:      Documentation/blockdev/drbd/
3705
3706 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3707 M:      Greg Kroah-Hartman <[email protected]>
3708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3709 S:      Supported
3710 F:      Documentation/kobject.txt
3711 F:      drivers/base/
3712 F:      fs/debugfs/
3713 F:      fs/kernfs/
3714 F:      fs/sysfs/
3715 F:      include/linux/debugfs.h
3716 F:      include/linux/kobj*
3717 F:      lib/kobj*
3718
3719 DRM DRIVERS
3720 M:      David Airlie <[email protected]>
3721 L:      [email protected]
3722 T:      git git://people.freedesktop.org/~airlied/linux
3723 S:      Maintained
3724 F:      drivers/gpu/drm/
3725 F:      drivers/gpu/vga/
3726 F:      include/drm/
3727 F:      include/uapi/drm/
3728
3729 RADEON DRM DRIVERS
3730 M:      Alex Deucher <[email protected]>
3731 M:      Christian König <[email protected]>
3732 L:      [email protected]
3733 T:      git git://people.freedesktop.org/~agd5f/linux
3734 S:      Supported
3735 F:      drivers/gpu/drm/radeon/
3736 F:      include/uapi/drm/radeon*
3737
3738 DRM PANEL DRIVERS
3739 M:      Thierry Reding <[email protected]>
3740 L:      [email protected]
3741 T:      git git://anongit.freedesktop.org/tegra/linux.git
3742 S:      Maintained
3743 F:      drivers/gpu/drm/drm_panel.c
3744 F:      drivers/gpu/drm/panel/
3745 F:      include/drm/drm_panel.h
3746 F:      Documentation/devicetree/bindings/display/panel/
3747
3748 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3749 M:      Daniel Vetter <[email protected]>
3750 M:      Jani Nikula <[email protected]>
3751 L:      [email protected]
3752 L:      [email protected]
3753 W:      https://01.org/linuxgraphics/
3754 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3755 T:      git git://anongit.freedesktop.org/drm-intel
3756 S:      Supported
3757 F:      drivers/gpu/drm/i915/
3758 F:      include/drm/i915*
3759 F:      include/uapi/drm/i915*
3760
3761 DRM DRIVERS FOR ATMEL HLCDC
3762 M:      Boris Brezillon <[email protected]>
3763 L:      [email protected]
3764 S:      Supported
3765 F:      drivers/gpu/drm/atmel-hlcdc/
3766 F:      Documentation/devicetree/bindings/drm/atmel/
3767
3768 DRM DRIVERS FOR EXYNOS
3769 M:      Inki Dae <[email protected]>
3770 M:      Joonyoung Shim <[email protected]>
3771 M:      Seung-Woo Kim <[email protected]>
3772 M:      Kyungmin Park <[email protected]>
3773 L:      [email protected]
3774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3775 S:      Supported
3776 F:      drivers/gpu/drm/exynos/
3777 F:      include/drm/exynos*
3778 F:      include/uapi/drm/exynos*
3779
3780 DRM DRIVERS FOR FREESCALE DCU
3781 M:      Jianwei Wang <[email protected]>
3782 M:      Alison Wang <[email protected]>
3783 L:      [email protected]
3784 S:      Supported
3785 F:      drivers/gpu/drm/fsl-dcu/
3786 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3787 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3788
3789 DRM DRIVERS FOR FREESCALE IMX
3790 M:      Philipp Zabel <[email protected]>
3791 L:      [email protected]
3792 S:      Maintained
3793 F:      drivers/gpu/drm/imx/
3794 F:      drivers/gpu/ipu-v3/
3795 F:      Documentation/devicetree/bindings/display/imx/
3796
3797 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3798 M:      Patrik Jakobsson <[email protected]>
3799 L:      [email protected]
3800 T:      git git://github.com/patjak/drm-gma500
3801 S:      Maintained
3802 F:      drivers/gpu/drm/gma500
3803 F:      include/drm/gma500*
3804
3805 DRM DRIVERS FOR NVIDIA TEGRA
3806 M:      Thierry Reding <[email protected]>
3807 M:      Terje Bergström <[email protected]>
3808 L:      [email protected]
3809 L:      [email protected]
3810 T:      git git://anongit.freedesktop.org/tegra/linux.git
3811 S:      Supported
3812 F:      drivers/gpu/drm/tegra/
3813 F:      drivers/gpu/host1x/
3814 F:      include/linux/host1x.h
3815 F:      include/uapi/drm/tegra_drm.h
3816 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3817
3818 DRM DRIVERS FOR RENESAS
3819 M:      Laurent Pinchart <[email protected]>
3820 L:      [email protected]
3821 L:      [email protected]
3822 T:      git git://people.freedesktop.org/~airlied/linux
3823 S:      Supported
3824 F:      drivers/gpu/drm/rcar-du/
3825 F:      drivers/gpu/drm/shmobile/
3826 F:      include/linux/platform_data/shmob_drm.h
3827
3828 DRM DRIVERS FOR ROCKCHIP
3829 M:      Mark Yao <[email protected]>
3830 L:      [email protected]
3831 S:      Maintained
3832 F:      drivers/gpu/drm/rockchip/
3833 F:      Documentation/devicetree/bindings/display/rockchip*
3834
3835 DRM DRIVERS FOR STI
3836 M:      Benjamin Gaignard <[email protected]>
3837 M:      Vincent Abriou <[email protected]>
3838 L:      [email protected]
3839 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3840 S:      Maintained
3841 F:      drivers/gpu/drm/sti
3842 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3843
3844 DRM DRIVERS FOR VIVANTE GPU IP
3845 M:      Lucas Stach <[email protected]>
3846 R:      Russell King <[email protected]>
3847 R:      Christian Gmeiner <[email protected]>
3848 L:      [email protected]
3849 S:      Maintained
3850 F:      drivers/gpu/drm/etnaviv
3851 F:      Documentation/devicetree/bindings/display/etnaviv
3852
3853 DSBR100 USB FM RADIO DRIVER
3854 M:      Alexey Klimov <[email protected]>
3855 L:      [email protected]
3856 T:      git git://linuxtv.org/media_tree.git
3857 S:      Maintained
3858 F:      drivers/media/radio/dsbr100.c
3859
3860 DSCC4 DRIVER
3861 M:      Francois Romieu <[email protected]>
3862 L:      [email protected]
3863 S:      Maintained
3864 F:      drivers/net/wan/dscc4.c
3865
3866 DT3155 MEDIA DRIVER
3867 M:      Hans Verkuil <[email protected]>
3868 L:      [email protected]
3869 T:      git git://linuxtv.org/media_tree.git
3870 W:      https://linuxtv.org
3871 S:      Odd Fixes
3872 F:      drivers/media/pci/dt3155/
3873
3874 DVB_USB_AF9015 MEDIA DRIVER
3875 M:      Antti Palosaari <[email protected]>
3876 L:      [email protected]
3877 W:      https://linuxtv.org
3878 W:      http://palosaari.fi/linux/
3879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3880 T:      git git://linuxtv.org/anttip/media_tree.git
3881 S:      Maintained
3882 F:      drivers/media/usb/dvb-usb-v2/af9015*
3883
3884 DVB_USB_AF9035 MEDIA DRIVER
3885 M:      Antti Palosaari <[email protected]>
3886 L:      [email protected]
3887 W:      https://linuxtv.org
3888 W:      http://palosaari.fi/linux/
3889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3890 T:      git git://linuxtv.org/anttip/media_tree.git
3891 S:      Maintained
3892 F:      drivers/media/usb/dvb-usb-v2/af9035*
3893
3894 DVB_USB_ANYSEE MEDIA DRIVER
3895 M:      Antti Palosaari <[email protected]>
3896 L:      [email protected]
3897 W:      https://linuxtv.org
3898 W:      http://palosaari.fi/linux/
3899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3900 T:      git git://linuxtv.org/anttip/media_tree.git
3901 S:      Maintained
3902 F:      drivers/media/usb/dvb-usb-v2/anysee*
3903
3904 DVB_USB_AU6610 MEDIA DRIVER
3905 M:      Antti Palosaari <[email protected]>
3906 L:      [email protected]
3907 W:      https://linuxtv.org
3908 W:      http://palosaari.fi/linux/
3909 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3910 T:      git git://linuxtv.org/anttip/media_tree.git
3911 S:      Maintained
3912 F:      drivers/media/usb/dvb-usb-v2/au6610*
3913
3914 DVB_USB_CE6230 MEDIA DRIVER
3915 M:      Antti Palosaari <[email protected]>
3916 L:      [email protected]
3917 W:      https://linuxtv.org
3918 W:      http://palosaari.fi/linux/
3919 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3920 T:      git git://linuxtv.org/anttip/media_tree.git
3921 S:      Maintained
3922 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3923
3924 DVB_USB_CXUSB MEDIA DRIVER
3925 M:      Michael Krufky <[email protected]>
3926 L:      [email protected]
3927 W:      https://linuxtv.org
3928 W:      http://github.com/mkrufky
3929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3930 T:      git git://linuxtv.org/media_tree.git
3931 S:      Maintained
3932 F:      drivers/media/usb/dvb-usb/cxusb*
3933
3934 DVB_USB_EC168 MEDIA DRIVER
3935 M:      Antti Palosaari <[email protected]>
3936 L:      [email protected]
3937 W:      https://linuxtv.org
3938 W:      http://palosaari.fi/linux/
3939 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3940 T:      git git://linuxtv.org/anttip/media_tree.git
3941 S:      Maintained
3942 F:      drivers/media/usb/dvb-usb-v2/ec168*
3943
3944 DVB_USB_GL861 MEDIA DRIVER
3945 M:      Antti Palosaari <[email protected]>
3946 L:      [email protected]
3947 W:      https://linuxtv.org
3948 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3949 T:      git git://linuxtv.org/anttip/media_tree.git
3950 S:      Maintained
3951 F:      drivers/media/usb/dvb-usb-v2/gl861*
3952
3953 DVB_USB_MXL111SF MEDIA DRIVER
3954 M:      Michael Krufky <[email protected]>
3955 L:      [email protected]
3956 W:      https://linuxtv.org
3957 W:      http://github.com/mkrufky
3958 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3959 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3960 S:      Maintained
3961 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3962
3963 DVB_USB_RTL28XXU MEDIA DRIVER
3964 M:      Antti Palosaari <[email protected]>
3965 L:      [email protected]
3966 W:      https://linuxtv.org
3967 W:      http://palosaari.fi/linux/
3968 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3969 T:      git git://linuxtv.org/anttip/media_tree.git
3970 S:      Maintained
3971 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3972
3973 DVB_USB_V2 MEDIA DRIVER
3974 M:      Antti Palosaari <[email protected]>
3975 L:      [email protected]
3976 W:      https://linuxtv.org
3977 W:      http://palosaari.fi/linux/
3978 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3979 T:      git git://linuxtv.org/anttip/media_tree.git
3980 S:      Maintained
3981 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3982 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3983
3984 DYNAMIC DEBUG
3985 M:      Jason Baron <[email protected]>
3986 S:      Maintained
3987 F:      lib/dynamic_debug.c
3988 F:      include/linux/dynamic_debug.h
3989
3990 DZ DECSTATION DZ11 SERIAL DRIVER
3991 M:      "Maciej W. Rozycki" <[email protected]>
3992 S:      Maintained
3993 F:      drivers/tty/serial/dz.*
3994
3995 E3X0 POWER BUTTON DRIVER
3996 M:      Moritz Fischer <[email protected]>
3997 L:      [email protected]
3998 W:      http://www.ettus.com
3999 S:      Supported
4000 F:      drivers/input/misc/e3x0-button.c
4001 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4002
4003 E4000 MEDIA DRIVER
4004 M:      Antti Palosaari <[email protected]>
4005 L:      [email protected]
4006 W:      https://linuxtv.org
4007 W:      http://palosaari.fi/linux/
4008 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4009 T:      git git://linuxtv.org/anttip/media_tree.git
4010 S:      Maintained
4011 F:      drivers/media/tuners/e4000*
4012
4013 EATA ISA/EISA/PCI SCSI DRIVER
4014 M:      Dario Ballabio <[email protected]>
4015 L:      [email protected]
4016 S:      Maintained
4017 F:      drivers/scsi/eata.c
4018
4019 EC100 MEDIA DRIVER
4020 M:      Antti Palosaari <[email protected]>
4021 L:      [email protected]
4022 W:      https://linuxtv.org
4023 W:      http://palosaari.fi/linux/
4024 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4025 T:      git git://linuxtv.org/anttip/media_tree.git
4026 S:      Maintained
4027 F:      drivers/media/dvb-frontends/ec100*
4028
4029 ECRYPT FILE SYSTEM
4030 M:      Tyler Hicks <[email protected]>
4031 L:      [email protected]
4032 W:      http://ecryptfs.org
4033 W:      https://launchpad.net/ecryptfs
4034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4035 S:      Supported
4036 F:      Documentation/filesystems/ecryptfs.txt
4037 F:      fs/ecryptfs/
4038
4039 EDAC-CORE
4040 M:      Doug Thompson <[email protected]>
4041 M:      Borislav Petkov <[email protected]>
4042 M:      Mauro Carvalho Chehab <[email protected]>
4043 L:      [email protected]
4044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4046 S:      Supported
4047 F:      Documentation/edac.txt
4048 F:      drivers/edac/
4049 F:      include/linux/edac.h
4050
4051 EDAC-AMD64
4052 M:      Doug Thompson <[email protected]>
4053 M:      Borislav Petkov <[email protected]>
4054 L:      [email protected]
4055 S:      Maintained
4056 F:      drivers/edac/amd64_edac*
4057
4058 EDAC-CALXEDA
4059 M:      Doug Thompson <[email protected]>
4060 M:      Robert Richter <[email protected]>
4061 L:      [email protected]
4062 S:      Maintained
4063 F:      drivers/edac/highbank*
4064
4065 EDAC-CAVIUM
4066 M:      Ralf Baechle <[email protected]>
4067 M:      David Daney <[email protected]>
4068 L:      [email protected]
4069 L:      [email protected]
4070 S:      Supported
4071 F:      drivers/edac/octeon_edac*
4072
4073 EDAC-E752X
4074 M:      Mark Gross <[email protected]>
4075 M:      Doug Thompson <[email protected]>
4076 L:      [email protected]
4077 S:      Maintained
4078 F:      drivers/edac/e752x_edac.c
4079
4080 EDAC-E7XXX
4081 M:      Doug Thompson <[email protected]>
4082 L:      [email protected]
4083 S:      Maintained
4084 F:      drivers/edac/e7xxx_edac.c
4085
4086 EDAC-GHES
4087 M:      Mauro Carvalho Chehab <[email protected]>
4088 L:      [email protected]
4089 S:      Maintained
4090 F:      drivers/edac/ghes_edac.c
4091
4092 EDAC-I82443BXGX
4093 M:      Tim Small <[email protected]>
4094 L:      [email protected]
4095 S:      Maintained
4096 F:      drivers/edac/i82443bxgx_edac.c
4097
4098 EDAC-I3000
4099 M:      Jason Uhlenkott <[email protected]>
4100 L:      [email protected]
4101 S:      Maintained
4102 F:      drivers/edac/i3000_edac.c
4103
4104 EDAC-I5000
4105 M:      Doug Thompson <[email protected]>
4106 L:      [email protected]
4107 S:      Maintained
4108 F:      drivers/edac/i5000_edac.c
4109
4110 EDAC-I5400
4111 M:      Mauro Carvalho Chehab <[email protected]>
4112 L:      [email protected]
4113 S:      Maintained
4114 F:      drivers/edac/i5400_edac.c
4115
4116 EDAC-I7300
4117 M:      Mauro Carvalho Chehab <[email protected]>
4118 L:      [email protected]
4119 S:      Maintained
4120 F:      drivers/edac/i7300_edac.c
4121
4122 EDAC-I7CORE
4123 M:      Mauro Carvalho Chehab <[email protected]>
4124 L:      [email protected]
4125 S:      Maintained
4126 F:      drivers/edac/i7core_edac.c
4127
4128 EDAC-I82975X
4129 M:      Ranganathan Desikan <[email protected]>
4130 M:      "Arvind R." <[email protected]>
4131 L:      [email protected]
4132 S:      Maintained
4133 F:      drivers/edac/i82975x_edac.c
4134
4135 EDAC-IE31200
4136 M:      Jason Baron <[email protected]>
4137 L:      [email protected]
4138 S:      Maintained
4139 F:      drivers/edac/ie31200_edac.c
4140
4141 EDAC-MPC85XX
4142 M:      Johannes Thumshirn <[email protected]>
4143 L:      [email protected]
4144 S:      Maintained
4145 F:      drivers/edac/mpc85xx_edac.[ch]
4146
4147 EDAC-PASEMI
4148 M:      Egor Martovetsky <[email protected]>
4149 L:      [email protected]
4150 S:      Maintained
4151 F:      drivers/edac/pasemi_edac.c
4152
4153 EDAC-R82600
4154 M:      Tim Small <[email protected]>
4155 L:      [email protected]
4156 S:      Maintained
4157 F:      drivers/edac/r82600_edac.c
4158
4159 EDAC-SBRIDGE
4160 M:      Mauro Carvalho Chehab <[email protected]>
4161 L:      [email protected]
4162 S:      Maintained
4163 F:      drivers/edac/sb_edac.c
4164
4165 EDAC-XGENE
4166 APPLIED MICRO (APM) X-GENE SOC EDAC
4167 M:     Loc Ho <[email protected]>
4168 S:     Supported
4169 F:     drivers/edac/xgene_edac.c
4170 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4171
4172 EDIROL UA-101/UA-1000 DRIVER
4173 M:      Clemens Ladisch <[email protected]>
4174 L:      [email protected] (moderated for non-subscribers)
4175 T:      git git://git.alsa-project.org/alsa-kernel.git
4176 S:      Maintained
4177 F:      sound/usb/misc/ua101.c
4178
4179 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4180 M:      Matt Fleming <[email protected]>
4181 L:      [email protected]
4182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4183 S:      Maintained
4184 F:      Documentation/efi-stub.txt
4185 F:      arch/ia64/kernel/efi.c
4186 F:      arch/x86/boot/compressed/eboot.[ch]
4187 F:      arch/x86/include/asm/efi.h
4188 F:      arch/x86/platform/efi/*
4189 F:      drivers/firmware/efi/*
4190 F:      include/linux/efi*.h
4191
4192 EFI VARIABLE FILESYSTEM
4193 M:      Matthew Garrett <[email protected]>
4194 M:      Jeremy Kerr <[email protected]>
4195 M:      Matt Fleming <[email protected]>
4196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4197 L:      [email protected]
4198 S:      Maintained
4199 F:      fs/efivarfs/
4200
4201 EFIFB FRAMEBUFFER DRIVER
4202 L:      [email protected]
4203 M:      Peter Jones <[email protected]>
4204 S:      Maintained
4205 F:      drivers/video/fbdev/efifb.c
4206
4207 EFS FILESYSTEM
4208 W:      http://aeschi.ch.eu.org/efs/
4209 S:      Orphan
4210 F:      fs/efs/
4211
4212 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4213 M:      Thadeu Lima de Souza Cascardo <[email protected]>
4214 L:      [email protected]
4215 S:      Maintained
4216 F:      drivers/net/ethernet/ibm/ehea/
4217
4218 EM28XX VIDEO4LINUX DRIVER
4219 M:      Mauro Carvalho Chehab <[email protected]>
4220 L:      [email protected]
4221 W:      https://linuxtv.org
4222 T:      git git://linuxtv.org/media_tree.git
4223 S:      Maintained
4224 F:      drivers/media/usb/em28xx/
4225
4226 EMBEDDED LINUX
4227 M:      Paul Gortmaker <[email protected]>
4228 M:      Matt Mackall <[email protected]>
4229 M:      David Woodhouse <[email protected]>
4230 L:      [email protected]
4231 S:      Maintained
4232
4233 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4234 M:      James Smart <[email protected]>
4235 M:      Dick Kennedy <[email protected]>
4236 L:      [email protected]
4237 W:      http://www.avagotech.com
4238 S:      Supported
4239 F:      drivers/scsi/lpfc/
4240
4241 ENE CB710 FLASH CARD READER DRIVER
4242 M:      MichaÅ‚ MirosÅ‚aw <[email protected]>
4243 S:      Maintained
4244 F:      drivers/misc/cb710/
4245 F:      drivers/mmc/host/cb710-mmc.*
4246 F:      include/linux/cb710.h
4247
4248 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4249 M:      Maxim Levitsky <[email protected]>
4250 S:      Maintained
4251 F:      drivers/media/rc/ene_ir.*
4252
4253 ENHANCED ERROR HANDLING (EEH)
4254 M:      Gavin Shan <[email protected]>
4255 L:      [email protected]
4256 S:      Supported
4257 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4258 F:      arch/powerpc/kernel/eeh*.c
4259
4260 EPSON S1D13XXX FRAMEBUFFER DRIVER
4261 M:      Kristoffer Ericson <[email protected]>
4262 S:      Maintained
4263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4264 F:      drivers/video/fbdev/s1d13xxxfb.c
4265 F:      include/video/s1d13xxxfb.h
4266
4267 ET131X NETWORK DRIVER
4268 M:      Mark Einon <[email protected]>
4269 S:      Odd Fixes
4270 F:      drivers/net/ethernet/agere/
4271
4272 ETHERNET BRIDGE
4273 M:      Stephen Hemminger <[email protected]>
4274 L:      [email protected]
4275 L:      [email protected]
4276 W:      http://www.linuxfoundation.org/en/Net:Bridge
4277 S:      Maintained
4278 F:      include/linux/netfilter_bridge/
4279 F:      net/bridge/
4280
4281 ETHERNET PHY LIBRARY
4282 M:      Florian Fainelli <[email protected]>
4283 L:      [email protected]
4284 S:      Maintained
4285 F:      include/linux/phy.h
4286 F:      include/linux/phy_fixed.h
4287 F:      drivers/net/phy/
4288 F:      Documentation/networking/phy.txt
4289 F:      drivers/of/of_mdio.c
4290 F:      drivers/of/of_net.c
4291
4292 EXT2 FILE SYSTEM
4293 M:      Jan Kara <[email protected]>
4294 L:      [email protected]
4295 S:      Maintained
4296 F:      Documentation/filesystems/ext2.txt
4297 F:      fs/ext2/
4298 F:      include/linux/ext2*
4299
4300 EXT4 FILE SYSTEM
4301 M:      "Theodore Ts'o" <[email protected]>
4302 M:      Andreas Dilger <[email protected]>
4303 L:      [email protected]
4304 W:      http://ext4.wiki.kernel.org
4305 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4307 S:      Maintained
4308 F:      Documentation/filesystems/ext4.txt
4309 F:      fs/ext4/
4310
4311 Extended Verification Module (EVM)
4312 M:      Mimi Zohar <[email protected]>
4313 L:      [email protected]
4314 L:      [email protected]
4315 S:      Supported
4316 F:      security/integrity/evm/
4317
4318 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4319 M:      MyungJoo Ham <[email protected]>
4320 M:      Chanwoo Choi <[email protected]>
4321 L:      [email protected]
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4323 S:      Maintained
4324 F:      drivers/extcon/
4325 F:      include/linux/extcon/
4326 F:      include/linux/extcon.h
4327 F:      Documentation/extcon/
4328 F:      Documentation/devicetree/bindings/extcon/
4329
4330 EXYNOS DP DRIVER
4331 M:      Jingoo Han <[email protected]>
4332 L:      [email protected]
4333 S:      Maintained
4334 F:      drivers/gpu/drm/exynos/exynos_dp*
4335
4336 EXYNOS MIPI DISPLAY DRIVERS
4337 M:      Inki Dae <[email protected]>
4338 M:      Donghwa Lee <[email protected]>
4339 M:      Kyungmin Park <[email protected]>
4340 L:      [email protected]
4341 S:      Maintained
4342 F:      drivers/video/fbdev/exynos/exynos_mipi*
4343 F:      include/video/exynos_mipi*
4344
4345 F71805F HARDWARE MONITORING DRIVER
4346 M:      Jean Delvare <[email protected]>
4347 L:      [email protected]
4348 S:      Maintained
4349 F:      Documentation/hwmon/f71805f
4350 F:      drivers/hwmon/f71805f.c
4351
4352 FC0011 TUNER DRIVER
4353 M:      Michael Buesch <[email protected]>
4354 L:      [email protected]
4355 S:      Maintained
4356 F:      drivers/media/tuners/fc0011.h
4357 F:      drivers/media/tuners/fc0011.c
4358
4359 FC2580 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/tuners/fc2580*
4368
4369 FANOTIFY
4370 M:      Eric Paris <[email protected]>
4371 S:      Maintained
4372 F:      fs/notify/fanotify/
4373 F:      include/linux/fanotify.h
4374 F:      include/uapi/linux/fanotify.h
4375
4376 FARSYNC SYNCHRONOUS DRIVER
4377 M:      Kevin Curtis <[email protected]>
4378 W:      http://www.farsite.co.uk/
4379 S:      Supported
4380 F:      drivers/net/wan/farsync.*
4381
4382 FAULT INJECTION SUPPORT
4383 M:      Akinobu Mita <[email protected]>
4384 S:      Supported
4385 F:      Documentation/fault-injection/
4386 F:      lib/fault-inject.c
4387
4388 FBTFT Framebuffer drivers
4389 M:      Thomas Petazzoni <[email protected]>
4390 M:      Noralf Trønnes <[email protected]>
4391 S:      Maintained
4392 F:      drivers/staging/fbtft/
4393
4394 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4395 M:      Vasu Dev <[email protected]>
4396 L:      [email protected]
4397 W:      www.Open-FCoE.org
4398 S:      Supported
4399 F:      drivers/scsi/libfc/
4400 F:      drivers/scsi/fcoe/
4401 F:      include/scsi/fc/
4402 F:      include/scsi/libfc.h
4403 F:      include/scsi/libfcoe.h
4404 F:      include/uapi/scsi/fc/
4405
4406 FILE LOCKING (flock() and fcntl()/lockf())
4407 M:      Jeff Layton <[email protected]>
4408 M:      "J. Bruce Fields" <[email protected]>
4409 L:      [email protected]
4410 S:      Maintained
4411 F:      include/linux/fcntl.h
4412 F:      include/linux/fs.h
4413 F:      include/uapi/linux/fcntl.h
4414 F:      include/uapi/linux/fs.h
4415 F:      fs/fcntl.c
4416 F:      fs/locks.c
4417
4418 FILESYSTEMS (VFS and infrastructure)
4419 M:      Alexander Viro <[email protected]>
4420 L:      [email protected]
4421 S:      Maintained
4422 F:      fs/*
4423
4424 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4425 M:      Riku Voipio <[email protected]>
4426 L:      [email protected]
4427 S:      Maintained
4428 F:      drivers/hwmon/f75375s.c
4429 F:      include/linux/f75375s.h
4430
4431 FIREWIRE AUDIO DRIVERS
4432 M:      Clemens Ladisch <[email protected]>
4433 L:      [email protected] (moderated for non-subscribers)
4434 T:      git git://git.alsa-project.org/alsa-kernel.git
4435 S:      Maintained
4436 F:      sound/firewire/
4437
4438 FIREWIRE MEDIA DRIVERS (firedtv)
4439 M:      Stefan Richter <[email protected]>
4440 L:      [email protected]
4441 L:      [email protected]
4442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4443 S:      Maintained
4444 F:      drivers/media/firewire/
4445
4446 FIREWIRE SBP-2 TARGET
4447 M:      Chris Boot <[email protected]>
4448 L:      [email protected]
4449 L:      [email protected]
4450 L:      [email protected]
4451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4452 S:      Maintained
4453 F:      drivers/target/sbp/
4454
4455 FIREWIRE SUBSYSTEM
4456 M:      Stefan Richter <[email protected]>
4457 L:      [email protected]
4458 W:      http://ieee1394.wiki.kernel.org/
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4460 S:      Maintained
4461 F:      drivers/firewire/
4462 F:      include/linux/firewire.h
4463 F:      include/uapi/linux/firewire*.h
4464 F:      tools/firewire/
4465
4466 FIRMWARE LOADER (request_firmware)
4467 M:      Ming Lei <[email protected]>
4468 L:      [email protected]
4469 S:      Maintained
4470 F:      Documentation/firmware_class/
4471 F:      drivers/base/firmware*.c
4472 F:      include/linux/firmware.h
4473
4474 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4475 M:      Joshua Morris <[email protected]>
4476 M:      Philip Kelleher <[email protected]>
4477 S:      Maintained
4478 F:      drivers/block/rsxx/
4479
4480 FLOPPY DRIVER
4481 M:      Jiri Kosina <[email protected]>
4482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4483 S:      Odd fixes
4484 F:      drivers/block/floppy.c
4485
4486 FMC SUBSYSTEM
4487 M:      Alessandro Rubini <[email protected]>
4488 W:      http://www.ohwr.org/projects/fmc-bus
4489 S:      Supported
4490 F:      drivers/fmc/
4491 F:      include/linux/fmc*.h
4492 F:      include/linux/ipmi-fru.h
4493 K:      fmc_d.*register
4494
4495 FPGA MANAGER FRAMEWORK
4496 M:      Alan Tull <[email protected]>
4497 R:      Moritz Fischer <[email protected]>
4498 S:      Maintained
4499 F:      drivers/fpga/
4500 F:      include/linux/fpga/fpga-mgr.h
4501 W:      http://www.rocketboards.org
4502
4503 FPU EMULATOR
4504 M:      Bill Metzenthen <[email protected]>
4505 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4506 S:      Maintained
4507 F:      arch/x86/math-emu/
4508
4509 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4510 L:      [email protected]
4511 S:      Orphan
4512 F:      drivers/net/wan/dlci.c
4513 F:      drivers/net/wan/sdla.c
4514
4515 FRAMEBUFFER LAYER
4516 M:      Jean-Christophe Plagniol-Villard <[email protected]>
4517 M:      Tomi Valkeinen <[email protected]>
4518 L:      [email protected]
4519 W:      http://linux-fbdev.sourceforge.net/
4520 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4522 S:      Maintained
4523 F:      Documentation/fb/
4524 F:      drivers/video/
4525 F:      include/video/
4526 F:      include/linux/fb.h
4527 F:      include/uapi/video/
4528 F:      include/uapi/linux/fb.h
4529
4530 FREESCALE DIU FRAMEBUFFER DRIVER
4531 M:      Timur Tabi <[email protected]>
4532 L:      [email protected]
4533 S:      Maintained
4534 F:      drivers/video/fbdev/fsl-diu-fb.*
4535
4536 FREESCALE DMA DRIVER
4537 M:      Li Yang <[email protected]>
4538 M:      Zhang Wei <[email protected]>
4539 L:      [email protected]
4540 S:      Maintained
4541 F:      drivers/dma/fsldma.*
4542
4543 FREESCALE GPMI NAND DRIVER
4544 M:      Han Xu <[email protected]>
4545 L:      [email protected]
4546 S:      Maintained
4547 F:      drivers/mtd/nand/gpmi-nand/*
4548
4549 FREESCALE I2C CPM DRIVER
4550 M:      Jochen Friedrich <[email protected]>
4551 L:      [email protected]
4552 L:      [email protected]
4553 S:      Maintained
4554 F:      drivers/i2c/busses/i2c-cpm.c
4555
4556 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4557 M:      Sascha Hauer <[email protected]>
4558 L:      [email protected]
4559 L:      [email protected] (moderated for non-subscribers)
4560 S:      Maintained
4561 F:      include/linux/platform_data/video-imxfb.h
4562 F:      drivers/video/fbdev/imxfb.c
4563
4564 FREESCALE QUAD SPI DRIVER
4565 M:      Han Xu <[email protected]>
4566 L:      [email protected]
4567 S:      Maintained
4568 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4569
4570 FREESCALE SOC FS_ENET DRIVER
4571 M:      Pantelis Antoniou <[email protected]>
4572 M:      Vitaly Bordug <[email protected]>
4573 L:      [email protected]
4574 L:      [email protected]
4575 S:      Maintained
4576 F:      drivers/net/ethernet/freescale/fs_enet/
4577 F:      include/linux/fs_enet_pd.h
4578
4579 FREESCALE IMX / MXC FEC DRIVER
4580 M:      Fugang Duan <[email protected]>
4581 L:      [email protected]
4582 S:      Maintained
4583 F:      drivers/net/ethernet/freescale/fec_main.c
4584 F:      drivers/net/ethernet/freescale/fec_ptp.c
4585 F:      drivers/net/ethernet/freescale/fec.h
4586 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4587
4588 FREESCALE QUICC ENGINE LIBRARY
4589 L:      [email protected]
4590 S:      Orphan
4591 F:      drivers/soc/fsl/qe/
4592 F:      include/soc/fsl/*qe*.h
4593 F:      include/soc/fsl/*ucc*.h
4594
4595 FREESCALE USB PERIPHERAL DRIVERS
4596 M:      Li Yang <[email protected]>
4597 L:      [email protected]
4598 L:      [email protected]
4599 S:      Maintained
4600 F:      drivers/usb/gadget/udc/fsl*
4601
4602 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4603 M:      Li Yang <[email protected]>
4604 L:      [email protected]
4605 L:      [email protected]
4606 S:      Maintained
4607 F:      drivers/net/ethernet/freescale/ucc_geth*
4608
4609 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4610 M:      Claudiu Manoil <[email protected]>
4611 L:      [email protected]
4612 S:      Maintained
4613 F:      drivers/net/ethernet/freescale/gianfar*
4614 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4615 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4616
4617 FREESCALE QUICC ENGINE UCC UART DRIVER
4618 M:      Timur Tabi <[email protected]>
4619 L:      [email protected]
4620 S:      Maintained
4621 F:      drivers/tty/serial/ucc_uart.c
4622
4623 FREESCALE SOC SOUND DRIVERS
4624 M:      Timur Tabi <[email protected]>
4625 M:      Nicolin Chen <[email protected]>
4626 M:      Xiubo Li <[email protected]>
4627 L:      [email protected] (moderated for non-subscribers)
4628 L:      [email protected]
4629 S:      Maintained
4630 F:      sound/soc/fsl/fsl*
4631 F:      sound/soc/fsl/imx*
4632 F:      sound/soc/fsl/mpc8610_hpcd.c
4633
4634 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4635 M:      "J. German Rivera" <[email protected]>
4636 L:      [email protected]
4637 S:      Maintained
4638 F:      drivers/staging/fsl-mc/
4639
4640 FREEVXFS FILESYSTEM
4641 M:      Christoph Hellwig <[email protected]>
4642 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4643 S:      Maintained
4644 F:      fs/freevxfs/
4645
4646 FREEZER
4647 M:      "Rafael J. Wysocki" <[email protected]>
4648 M:      Pavel Machek <[email protected]>
4649 L:      [email protected]
4650 S:      Supported
4651 F:      Documentation/power/freezing-of-tasks.txt
4652 F:      include/linux/freezer.h
4653 F:      kernel/freezer.c
4654
4655 FRONTSWAP API
4656 M:      Konrad Rzeszutek Wilk <[email protected]>
4657 L:      [email protected]
4658 S:      Maintained
4659 F:      mm/frontswap.c
4660 F:      include/linux/frontswap.h
4661
4662 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4663 M:      David Howells <[email protected]>
4664 L:      [email protected] (moderated for non-subscribers)
4665 S:      Supported
4666 F:      Documentation/filesystems/caching/
4667 F:      fs/fscache/
4668 F:      include/linux/fscache*.h
4669
4670 F2FS FILE SYSTEM
4671 M:      Jaegeuk Kim <[email protected]>
4672 M:      Changman Lee <[email protected]>
4673 R:      Chao Yu <[email protected]>
4674 L:      [email protected]
4675 W:      http://en.wikipedia.org/wiki/F2FS
4676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4677 S:      Maintained
4678 F:      Documentation/filesystems/f2fs.txt
4679 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4680 F:      fs/f2fs/
4681 F:      include/linux/f2fs_fs.h
4682 F:      include/trace/events/f2fs.h
4683
4684 FUJITSU FR-V (FRV) PORT
4685 S:      Orphan
4686 F:      arch/frv/
4687
4688 FUJITSU LAPTOP EXTRAS
4689 M:      Jonathan Woithe <[email protected]>
4690 L:      [email protected]
4691 S:      Maintained
4692 F:      drivers/platform/x86/fujitsu-laptop.c
4693
4694 FUJITSU M-5MO LS CAMERA ISP DRIVER
4695 M:      Kyungmin Park <[email protected]>
4696 M:      Heungjun Kim <[email protected]>
4697 L:      [email protected]
4698 S:      Maintained
4699 F:      drivers/media/i2c/m5mols/
4700 F:      include/media/i2c/m5mols.h
4701
4702 FUJITSU TABLET EXTRAS
4703 M:      Robert Gerlach <[email protected]>
4704 L:      [email protected]
4705 S:      Maintained
4706 F:      drivers/platform/x86/fujitsu-tablet.c
4707
4708 FUSE: FILESYSTEM IN USERSPACE
4709 M:      Miklos Szeredi <[email protected]>
4710 L:      [email protected]
4711 W:      http://fuse.sourceforge.net/
4712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4713 S:      Maintained
4714 F:      fs/fuse/
4715 F:      include/uapi/linux/fuse.h
4716 F:      Documentation/filesystems/fuse.txt
4717
4718 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4719 M:      Rik Faith <[email protected]>
4720 L:      [email protected]
4721 S:      Odd Fixes (e.g., new signatures)
4722 F:      drivers/scsi/fdomain.*
4723
4724 GCOV BASED KERNEL PROFILING
4725 M:      Peter Oberparleiter <[email protected]>
4726 S:      Maintained
4727 F:      kernel/gcov/
4728 F:      Documentation/gcov.txt
4729
4730 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4731 M:      Achim Leubner <[email protected]>
4732 L:      [email protected]
4733 W:      http://www.icp-vortex.com/
4734 S:      Supported
4735 F:      drivers/scsi/gdt*
4736
4737 GDB KERNEL DEBUGGING HELPER SCRIPTS
4738 M:      Jan Kiszka <[email protected]>
4739 S:      Supported
4740 F:      scripts/gdb/
4741
4742 GEMTEK FM RADIO RECEIVER DRIVER
4743 M:      Hans Verkuil <[email protected]>
4744 L:      [email protected]
4745 T:      git git://linuxtv.org/media_tree.git
4746 W:      https://linuxtv.org
4747 S:      Maintained
4748 F:      drivers/media/radio/radio-gemtek*
4749
4750 GENERIC GPIO I2C DRIVER
4751 M:      Haavard Skinnemoen <[email protected]>
4752 S:      Supported
4753 F:      drivers/i2c/busses/i2c-gpio.c
4754 F:      include/linux/i2c-gpio.h
4755
4756 GENERIC GPIO I2C MULTIPLEXER DRIVER
4757 M:      Peter Korsgaard <[email protected]>
4758 L:      [email protected]
4759 S:      Supported
4760 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4761 F:      include/linux/i2c-mux-gpio.h
4762 F:      Documentation/i2c/muxes/i2c-mux-gpio
4763
4764 GENERIC HDLC (WAN) DRIVERS
4765 M:      Krzysztof Halasa <[email protected]>
4766 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4767 S:      Maintained
4768 F:      drivers/net/wan/c101.c
4769 F:      drivers/net/wan/hd6457*
4770 F:      drivers/net/wan/hdlc*
4771 F:      drivers/net/wan/n2.c
4772 F:      drivers/net/wan/pc300too.c
4773 F:      drivers/net/wan/pci200syn.c
4774 F:      drivers/net/wan/wanxl*
4775
4776 GENERIC INCLUDE/ASM HEADER FILES
4777 M:      Arnd Bergmann <[email protected]>
4778 L:      [email protected]
4779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4780 S:      Maintained
4781 F:      include/asm-generic/
4782 F:      include/uapi/asm-generic/
4783
4784 GENERIC PHY FRAMEWORK
4785 M:      Kishon Vijay Abraham I <[email protected]>
4786 L:      [email protected]
4787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4788 S:      Supported
4789 F:      drivers/phy/
4790 F:      include/linux/phy/
4791
4792 GENERIC PM DOMAINS
4793 M:      "Rafael J. Wysocki" <[email protected]>
4794 M:      Kevin Hilman <[email protected]>
4795 M:      Ulf Hansson <[email protected]>
4796 L:      [email protected]
4797 S:      Supported
4798 F:      drivers/base/power/domain*.c
4799 F:      include/linux/pm_domain.h
4800
4801 GENERIC UIO DRIVER FOR PCI DEVICES
4802 M:      "Michael S. Tsirkin" <[email protected]>
4803 L:      [email protected]
4804 S:      Supported
4805 F:      drivers/uio/uio_pci_generic.c
4806
4807 GET_MAINTAINER SCRIPT
4808 M:      Joe Perches <[email protected]>
4809 S:      Maintained
4810 F:      scripts/get_maintainer.pl
4811
4812 GFS2 FILE SYSTEM
4813 M:      Steven Whitehouse <[email protected]>
4814 M:      Bob Peterson <[email protected]>
4815 L:      [email protected]
4816 W:      http://sources.redhat.com/cluster/
4817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4818 S:      Supported
4819 F:      Documentation/filesystems/gfs2*.txt
4820 F:      fs/gfs2/
4821 F:      include/uapi/linux/gfs2_ondisk.h
4822
4823 GIGASET ISDN DRIVERS
4824 M:      Paul Bolle <[email protected]>
4825 L:      [email protected]
4826 W:      http://gigaset307x.sourceforge.net/
4827 S:      Odd Fixes
4828 F:      Documentation/isdn/README.gigaset
4829 F:      drivers/isdn/gigaset/
4830 F:      include/uapi/linux/gigaset_dev.h
4831
4832 GO7007 MPEG CODEC
4833 M:      Hans Verkuil <[email protected]>
4834 L:      [email protected]
4835 S:      Maintained
4836 F:      drivers/media/usb/go7007/
4837
4838 GOODIX TOUCHSCREEN
4839 M:      Bastien Nocera <[email protected]>
4840 L:      [email protected]
4841 S:      Maintained
4842 F:      drivers/input/touchscreen/goodix.c
4843
4844 GPIO SUBSYSTEM
4845 M:      Linus Walleij <[email protected]>
4846 M:      Alexandre Courbot <[email protected]>
4847 L:      [email protected]
4848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4849 S:      Maintained
4850 F:      Documentation/gpio/
4851 F:      Documentation/ABI/testing/gpio-cdev
4852 F:      Documentation/ABI/obsolete/sysfs-gpio
4853 F:      drivers/gpio/
4854 F:      include/linux/gpio/
4855 F:      include/linux/gpio.h
4856 F:      include/asm-generic/gpio.h
4857 F:      include/uapi/linux/gpio.h
4858 F:      tools/gpio/
4859
4860 GRE DEMULTIPLEXER DRIVER
4861 M:      Dmitry Kozlov <[email protected]>
4862 L:      [email protected]
4863 S:      Maintained
4864 F:      net/ipv4/gre_demux.c
4865 F:      net/ipv4/gre_offload.c
4866 F:      include/net/gre.h
4867
4868 GRETH 10/100/1G Ethernet MAC device driver
4869 M:      Kristoffer Glembo <[email protected]>
4870 L:      [email protected]
4871 S:      Maintained
4872 F:      drivers/net/ethernet/aeroflex/
4873
4874 GSPCA FINEPIX SUBDRIVER
4875 M:      Frank Zago <[email protected]>
4876 L:      [email protected]
4877 T:      git git://linuxtv.org/media_tree.git
4878 S:      Maintained
4879 F:      drivers/media/usb/gspca/finepix.c
4880
4881 GSPCA GL860 SUBDRIVER
4882 M:      Olivier Lorin <[email protected]>
4883 L:      [email protected]
4884 T:      git git://linuxtv.org/media_tree.git
4885 S:      Maintained
4886 F:      drivers/media/usb/gspca/gl860/
4887
4888 GSPCA M5602 SUBDRIVER
4889 M:      Erik Andren <[email protected]>
4890 L:      [email protected]
4891 T:      git git://linuxtv.org/media_tree.git
4892 S:      Maintained
4893 F:      drivers/media/usb/gspca/m5602/
4894
4895 GSPCA PAC207 SONIXB SUBDRIVER
4896 M:      Hans de Goede <[email protected]>
4897 L:      [email protected]
4898 T:      git git://linuxtv.org/media_tree.git
4899 S:      Maintained
4900 F:      drivers/media/usb/gspca/pac207.c
4901
4902 GSPCA SN9C20X SUBDRIVER
4903 M:      Brian Johnson <[email protected]>
4904 L:      [email protected]
4905 T:      git git://linuxtv.org/media_tree.git
4906 S:      Maintained
4907 F:      drivers/media/usb/gspca/sn9c20x.c
4908
4909 GSPCA T613 SUBDRIVER
4910 M:      Leandro Costantino <[email protected]>
4911 L:      [email protected]
4912 T:      git git://linuxtv.org/media_tree.git
4913 S:      Maintained
4914 F:      drivers/media/usb/gspca/t613.c
4915
4916 GSPCA USB WEBCAM DRIVER
4917 M:      Hans de Goede <[email protected]>
4918 L:      [email protected]
4919 T:      git git://linuxtv.org/media_tree.git
4920 S:      Maintained
4921 F:      drivers/media/usb/gspca/
4922
4923 GUID PARTITION TABLE (GPT)
4924 M:      Davidlohr Bueso <[email protected]>
4925 L:      [email protected]
4926 S:      Maintained
4927 F:      block/partitions/efi.*
4928
4929 STK1160 USB VIDEO CAPTURE DRIVER
4930 M:      Ezequiel Garcia <[email protected]>
4931 L:      [email protected]
4932 T:      git git://linuxtv.org/media_tree.git
4933 S:      Maintained
4934 F:      drivers/media/usb/stk1160/
4935
4936 H8/300 ARCHITECTURE
4937 M:      Yoshinori Sato <[email protected]>
4938 L:      [email protected] (moderated for non-subscribers)
4939 W:      http://uclinux-h8.sourceforge.jp
4940 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4941 S:      Maintained
4942 F:      arch/h8300/
4943 F:      drivers/clocksource/h8300_*.c
4944 F:      drivers/clk/h8300/
4945 F:      drivers/irqchip/irq-renesas-h8*.c
4946
4947 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4948 M:      Frank Seidel <[email protected]>
4949 L:      [email protected]
4950 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4951 S:      Maintained
4952 F:      drivers/platform/x86/hdaps.c
4953
4954 HDPVR USB VIDEO ENCODER DRIVER
4955 M:      Hans Verkuil <[email protected]>
4956 L:      [email protected]
4957 T:      git git://linuxtv.org/media_tree.git
4958 W:      https://linuxtv.org
4959 S:      Odd Fixes
4960 F:      drivers/media/usb/hdpvr/
4961
4962 HWPOISON MEMORY FAILURE HANDLING
4963 M:      Naoya Horiguchi <[email protected]>
4964 L:      [email protected]
4965 S:      Maintained
4966 F:      mm/memory-failure.c
4967 F:      mm/hwpoison-inject.c
4968
4969 HYPERVISOR VIRTUAL CONSOLE DRIVER
4970 L:      [email protected]
4971 S:      Odd Fixes
4972 F:      drivers/tty/hvc/
4973
4974 HACKRF MEDIA DRIVER
4975 M:      Antti Palosaari <[email protected]>
4976 L:      [email protected]
4977 W:      https://linuxtv.org
4978 W:      http://palosaari.fi/linux/
4979 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4980 T:      git git://linuxtv.org/anttip/media_tree.git
4981 S:      Maintained
4982 F:      drivers/media/usb/hackrf/
4983
4984 HARDWARE MONITORING
4985 M:      Jean Delvare <[email protected]>
4986 M:      Guenter Roeck <[email protected]>
4987 L:      [email protected]
4988 W:      http://www.lm-sensors.org/
4989 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4991 S:      Maintained
4992 F:      Documentation/hwmon/
4993 F:      drivers/hwmon/
4994 F:      include/linux/hwmon*.h
4995
4996 HARDWARE RANDOM NUMBER GENERATOR CORE
4997 M:      Matt Mackall <[email protected]>
4998 M:      Herbert Xu <[email protected]>
4999 L:      [email protected]
5000 S:      Odd fixes
5001 F:      Documentation/hw_random.txt
5002 F:      drivers/char/hw_random/
5003 F:      include/linux/hw_random.h
5004
5005 HARDWARE SPINLOCK CORE
5006 M:      Ohad Ben-Cohen <[email protected]>
5007 M:      Bjorn Andersson <[email protected]>
5008 S:      Maintained
5009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5010 F:      Documentation/hwspinlock.txt
5011 F:      drivers/hwspinlock/hwspinlock_*
5012 F:      include/linux/hwspinlock.h
5013
5014 HARMONY SOUND DRIVER
5015 L:      [email protected]
5016 S:      Maintained
5017 F:      sound/parisc/harmony.*
5018
5019 HD29L2 MEDIA DRIVER
5020 M:      Antti Palosaari <[email protected]>
5021 L:      [email protected]
5022 W:      https://linuxtv.org
5023 W:      http://palosaari.fi/linux/
5024 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5025 T:      git git://linuxtv.org/anttip/media_tree.git
5026 S:      Maintained
5027 F:      drivers/media/dvb-frontends/hd29l2*
5028
5029 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5030 M:      Don Brace <[email protected]>
5031 L:      [email protected]
5032 L:      [email protected]
5033 L:      [email protected]
5034 S:      Supported
5035 F:      Documentation/scsi/hpsa.txt
5036 F:      drivers/scsi/hpsa*.[ch]
5037 F:      include/linux/cciss*.h
5038 F:      include/uapi/linux/cciss*.h
5039
5040 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5041 M:      Don Brace <[email protected]>
5042 L:      [email protected]
5043 L:      [email protected]
5044 L:      [email protected]
5045 S:      Supported
5046 F:      Documentation/blockdev/cciss.txt
5047 F:      drivers/block/cciss*
5048 F:      include/linux/cciss_ioctl.h
5049 F:      include/uapi/linux/cciss_ioctl.h
5050
5051 HFS FILESYSTEM
5052 L:      [email protected]
5053 S:      Orphan
5054 F:      Documentation/filesystems/hfs.txt
5055 F:      fs/hfs/
5056
5057 HFSPLUS FILESYSTEM
5058 L:      [email protected]
5059 S:      Orphan
5060 F:      Documentation/filesystems/hfsplus.txt
5061 F:      fs/hfsplus/
5062
5063 HGA FRAMEBUFFER DRIVER
5064 M:      Ferenc Bakonyi <[email protected]>
5065 L:      [email protected]
5066 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5067 S:      Maintained
5068 F:      drivers/video/fbdev/hgafb.c
5069
5070 HIBERNATION (aka Software Suspend, aka swsusp)
5071 M:      "Rafael J. Wysocki" <[email protected]>
5072 M:      Pavel Machek <[email protected]>
5073 L:      [email protected]
5074 S:      Supported
5075 F:      arch/x86/power/
5076 F:      drivers/base/power/
5077 F:      kernel/power/
5078 F:      include/linux/suspend.h
5079 F:      include/linux/freezer.h
5080 F:      include/linux/pm.h
5081 F:      arch/*/include/asm/suspend*.h
5082
5083 HID CORE LAYER
5084 M:      Jiri Kosina <[email protected]>
5085 R:      Benjamin Tissoires <[email protected]>
5086 L:      [email protected]
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5088 S:      Maintained
5089 F:      drivers/hid/
5090 F:      include/linux/hid*
5091 F:      include/uapi/linux/hid*
5092
5093 HID SENSOR HUB DRIVERS
5094 M:      Jiri Kosina <[email protected]>
5095 M:      Jonathan Cameron <[email protected]>
5096 M:      Srinivas Pandruvada <[email protected]>
5097 L:      [email protected]
5098 L:      [email protected]
5099 S:      Maintained
5100 F:      Documentation/hid/hid-sensor*
5101 F:      drivers/hid/hid-sensor-*
5102 F:      drivers/iio/*/hid-*
5103 F:      include/linux/hid-sensor-*
5104
5105 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5106 M:      Thomas Gleixner <[email protected]>
5107 L:      [email protected]
5108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5109 S:      Maintained
5110 F:      Documentation/timers/
5111 F:      kernel/time/hrtimer.c
5112 F:      kernel/time/clockevents.c
5113 F:      kernel/time/tick*.*
5114 F:      kernel/time/timer_*.c
5115 F:      include/linux/clockchips.h
5116 F:      include/linux/hrtimer.h
5117
5118 HIGH-SPEED SCC DRIVER FOR AX.25
5119 L:      [email protected]
5120 S:      Orphan
5121 F:      drivers/net/hamradio/dmascc.c
5122 F:      drivers/net/hamradio/scc.c
5123
5124 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5125 M:      HighPoint Linux Team <[email protected]>
5126 W:      http://www.highpoint-tech.com
5127 S:      Supported
5128 F:      Documentation/scsi/hptiop.txt
5129 F:      drivers/scsi/hptiop.c
5130
5131 HIPPI
5132 M:      Jes Sorensen <[email protected]>
5133 L:      [email protected]
5134 S:      Maintained
5135 F:      include/linux/hippidevice.h
5136 F:      include/uapi/linux/if_hippi.h
5137 F:      net/802/hippi.c
5138 F:      drivers/net/hippi/
5139
5140 HISILICON SAS Controller
5141 M:      John Garry <[email protected]>
5142 W:      http://www.hisilicon.com
5143 S:      Supported
5144 F:      drivers/scsi/hisi_sas/
5145 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5146
5147 HOST AP DRIVER
5148 M:      Jouni Malinen <[email protected]>
5149 L:      [email protected] (subscribers-only)
5150 L:      [email protected]
5151 W:      http://hostap.epitest.fi/
5152 S:      Maintained
5153 F:      drivers/net/wireless/intersil/hostap/
5154
5155 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5156 L:      [email protected]
5157 S:      Orphan
5158 F:      drivers/platform/x86/tc1100-wmi.c
5159
5160 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5161 M:      Jaroslav Kysela <[email protected]>
5162 S:      Maintained
5163 F:      drivers/net/ethernet/hp/hp100.*
5164
5165 HPET:   High Precision Event Timers driver
5166 M:      Clemens Ladisch <[email protected]>
5167 S:      Maintained
5168 F:      Documentation/timers/hpet.txt
5169 F:      drivers/char/hpet.c
5170 F:      include/linux/hpet.h
5171 F:      include/uapi/linux/hpet.h
5172
5173 HPET:   x86
5174 S:      Orphan
5175 F:      arch/x86/kernel/hpet.c
5176 F:      arch/x86/include/asm/hpet.h
5177
5178 HPFS FILESYSTEM
5179 M:      Mikulas Patocka <[email protected]>
5180 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5181 S:      Maintained
5182 F:      fs/hpfs/
5183
5184 HSI SUBSYSTEM
5185 M:      Sebastian Reichel <[email protected]>
5186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5187 S:      Maintained
5188 F:      Documentation/ABI/testing/sysfs-bus-hsi
5189 F:      Documentation/hsi.txt
5190 F:      drivers/hsi/
5191 F:      include/linux/hsi/
5192 F:      include/uapi/linux/hsi/
5193
5194 HSO 3G MODEM DRIVER
5195 M:      Jan Dumon <[email protected]>
5196 W:      http://www.pharscape.org
5197 S:      Maintained
5198 F:      drivers/net/usb/hso.c
5199
5200 HSR NETWORK PROTOCOL
5201 M:      Arvid Brodin <[email protected]>
5202 L:      [email protected]
5203 S:      Maintained
5204 F:      net/hsr/
5205
5206 HTCPEN TOUCHSCREEN DRIVER
5207 M:      Pau Oliva Fora <[email protected]>
5208 L:      [email protected]
5209 S:      Maintained
5210 F:      drivers/input/touchscreen/htcpen.c
5211
5212 HUGETLB FILESYSTEM
5213 M:      Nadia Yvette Chambers <[email protected]>
5214 S:      Maintained
5215 F:      fs/hugetlbfs/
5216
5217 Hyper-V CORE AND DRIVERS
5218 M:      "K. Y. Srinivasan" <[email protected]>
5219 M:      Haiyang Zhang <[email protected]>
5220 L:      [email protected]
5221 S:      Maintained
5222 F:      arch/x86/include/asm/mshyperv.h
5223 F:      arch/x86/include/uapi/asm/hyperv.h
5224 F:      arch/x86/kernel/cpu/mshyperv.c
5225 F:      drivers/hid/hid-hyperv.c
5226 F:      drivers/hv/
5227 F:      drivers/input/serio/hyperv-keyboard.c
5228 F:      drivers/pci/host/pci-hyperv.c
5229 F:      drivers/net/hyperv/
5230 F:      drivers/scsi/storvsc_drv.c
5231 F:      drivers/video/fbdev/hyperv_fb.c
5232 F:      include/linux/hyperv.h
5233 F:      tools/hv/
5234 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5235
5236 I2C OVER PARALLEL PORT
5237 M:      Jean Delvare <[email protected]>
5238 L:      [email protected]
5239 S:      Maintained
5240 F:      Documentation/i2c/busses/i2c-parport
5241 F:      Documentation/i2c/busses/i2c-parport-light
5242 F:      drivers/i2c/busses/i2c-parport.c
5243 F:      drivers/i2c/busses/i2c-parport-light.c
5244
5245 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5246 M:      Jean Delvare <[email protected]>
5247 L:      [email protected]
5248 S:      Maintained
5249 F:      Documentation/i2c/busses/i2c-ali1535
5250 F:      Documentation/i2c/busses/i2c-ali1563
5251 F:      Documentation/i2c/busses/i2c-ali15x3
5252 F:      Documentation/i2c/busses/i2c-amd756
5253 F:      Documentation/i2c/busses/i2c-amd8111
5254 F:      Documentation/i2c/busses/i2c-i801
5255 F:      Documentation/i2c/busses/i2c-nforce2
5256 F:      Documentation/i2c/busses/i2c-piix4
5257 F:      Documentation/i2c/busses/i2c-sis5595
5258 F:      Documentation/i2c/busses/i2c-sis630
5259 F:      Documentation/i2c/busses/i2c-sis96x
5260 F:      Documentation/i2c/busses/i2c-via
5261 F:      Documentation/i2c/busses/i2c-viapro
5262 F:      drivers/i2c/busses/i2c-ali1535.c
5263 F:      drivers/i2c/busses/i2c-ali1563.c
5264 F:      drivers/i2c/busses/i2c-ali15x3.c
5265 F:      drivers/i2c/busses/i2c-amd756.c
5266 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5267 F:      drivers/i2c/busses/i2c-amd8111.c
5268 F:      drivers/i2c/busses/i2c-i801.c
5269 F:      drivers/i2c/busses/i2c-isch.c
5270 F:      drivers/i2c/busses/i2c-nforce2.c
5271 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5272 F:      drivers/i2c/busses/i2c-piix4.c
5273 F:      drivers/i2c/busses/i2c-sis5595.c
5274 F:      drivers/i2c/busses/i2c-sis630.c
5275 F:      drivers/i2c/busses/i2c-sis96x.c
5276 F:      drivers/i2c/busses/i2c-via.c
5277 F:      drivers/i2c/busses/i2c-viapro.c
5278
5279 I2C/SMBUS ISMT DRIVER
5280 M:      Seth Heasley <[email protected]>
5281 M:      Neil Horman <[email protected]>
5282 L:      [email protected]
5283 F:      drivers/i2c/busses/i2c-ismt.c
5284 F:      Documentation/i2c/busses/i2c-ismt
5285
5286 I2C/SMBUS STUB DRIVER
5287 M:      Jean Delvare <[email protected]>
5288 L:      [email protected]
5289 S:      Maintained
5290 F:      drivers/i2c/i2c-stub.c
5291
5292 I2C SUBSYSTEM
5293 M:      Wolfram Sang <[email protected]>
5294 L:      [email protected]
5295 W:      https://i2c.wiki.kernel.org/
5296 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5298 S:      Maintained
5299 F:      Documentation/devicetree/bindings/i2c/
5300 F:      Documentation/i2c/
5301 F:      drivers/i2c/
5302 F:      drivers/i2c/*/
5303 F:      include/linux/i2c.h
5304 F:      include/linux/i2c-*.h
5305 F:      include/uapi/linux/i2c.h
5306 F:      include/uapi/linux/i2c-*.h
5307
5308 I2C ACPI SUPPORT
5309 M:      Mika Westerberg <[email protected]>
5310 L:      [email protected]
5311 L:      [email protected]
5312 S:      Maintained
5313
5314 I2C-TAOS-EVM DRIVER
5315 M:      Jean Delvare <[email protected]>
5316 L:      [email protected]
5317 S:      Maintained
5318 F:      Documentation/i2c/busses/i2c-taos-evm
5319 F:      drivers/i2c/busses/i2c-taos-evm.c
5320
5321 I2C-TINY-USB DRIVER
5322 M:      Till Harbaum <[email protected]>
5323 L:      [email protected]
5324 W:      http://www.harbaum.org/till/i2c_tiny_usb
5325 S:      Maintained
5326 F:      drivers/i2c/busses/i2c-tiny-usb.c
5327
5328 i386 BOOT CODE
5329 M:      "H. Peter Anvin" <[email protected]>
5330 S:      Maintained
5331 F:      arch/x86/boot/
5332
5333 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5334 M:      "H. Peter Anvin" <[email protected]>
5335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5336 S:      Maintained
5337
5338 IA64 (Itanium) PLATFORM
5339 M:      Tony Luck <[email protected]>
5340 M:      Fenghua Yu <[email protected]>
5341 L:      [email protected]
5342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5343 S:      Maintained
5344 F:      arch/ia64/
5345
5346 IBM Power VMX Cryptographic instructions
5347 M:      Leonidas S. Barbosa <[email protected]>
5348 M:      Paulo Flabiano Smorigo <[email protected]>
5349 L:      [email protected]
5350 S:      Supported
5351 F:      drivers/crypto/vmx/Makefile
5352 F:      drivers/crypto/vmx/Kconfig
5353 F:      drivers/crypto/vmx/vmx.c
5354 F:      drivers/crypto/vmx/aes*
5355 F:      drivers/crypto/vmx/ghash*
5356 F:      drivers/crypto/vmx/ppc-xlate.pl
5357
5358 IBM Power in-Nest Crypto Acceleration
5359 M:      Leonidas S. Barbosa <[email protected]>
5360 M:      Paulo Flabiano Smorigo <[email protected]>
5361 L:      [email protected]
5362 S:      Supported
5363 F:      drivers/crypto/nx/Makefile
5364 F:      drivers/crypto/nx/Kconfig
5365 F:      drivers/crypto/nx/nx-aes*
5366 F:      drivers/crypto/nx/nx-sha*
5367 F:      drivers/crypto/nx/nx.*
5368 F:      drivers/crypto/nx/nx_csbcpb.h
5369 F:      drivers/crypto/nx/nx_debugfs.h
5370
5371 IBM Power 842 compression accelerator
5372 M:      Dan Streetman <[email protected]>
5373 S:      Supported
5374 F:      drivers/crypto/nx/Makefile
5375 F:      drivers/crypto/nx/Kconfig
5376 F:      drivers/crypto/nx/nx-842*
5377 F:      include/linux/sw842.h
5378 F:      crypto/842.c
5379 F:      lib/842/
5380
5381 IBM Power Linux RAID adapter
5382 M:      Brian King <[email protected]>
5383 S:      Supported
5384 F:      drivers/scsi/ipr.*
5385
5386 IBM Power Virtual Ethernet Device Driver
5387 M:      Thomas Falcon <[email protected]>
5388 L:      [email protected]
5389 S:      Supported
5390 F:      drivers/net/ethernet/ibm/ibmveth.*
5391
5392 IBM Power SRIOV Virtual NIC Device Driver
5393 M:      Thomas Falcon <[email protected]>
5394 M:      John Allen <[email protected]>
5395 L:      [email protected]
5396 S:      Supported
5397 F:      drivers/net/ethernet/ibm/ibmvnic.*
5398
5399 IBM Power Virtual SCSI Device Drivers
5400 M:      Tyrel Datwyler <[email protected]>
5401 L:      [email protected]
5402 S:      Supported
5403 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5404 F:      drivers/scsi/ibmvscsi/viosrp.h
5405
5406 IBM Power Virtual FC Device Drivers
5407 M:      Tyrel Datwyler <[email protected]>
5408 L:      [email protected]
5409 S:      Supported
5410 F:      drivers/scsi/ibmvscsi/ibmvfc*
5411
5412 IBM ServeRAID RAID DRIVER
5413 S:      Orphan
5414 F:      drivers/scsi/ips.*
5415
5416 ICH LPC AND GPIO DRIVER
5417 M:      Peter Tyser <[email protected]>
5418 S:      Maintained
5419 F:      drivers/mfd/lpc_ich.c
5420 F:      drivers/gpio/gpio-ich.c
5421
5422 IDE SUBSYSTEM
5423 M:      "David S. Miller" <[email protected]>
5424 L:      [email protected]
5425 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5427 S:      Maintained
5428 F:      Documentation/ide/
5429 F:      drivers/ide/
5430 F:      include/linux/ide.h
5431
5432 IDEAPAD LAPTOP EXTRAS DRIVER
5433 M:      Ike Panhc <[email protected]>
5434 L:      [email protected]
5435 W:      http://launchpad.net/ideapad-laptop
5436 S:      Maintained
5437 F:      drivers/platform/x86/ideapad-laptop.c
5438
5439 IDEAPAD LAPTOP SLIDEBAR DRIVER
5440 M:      Andrey Moiseev <[email protected]>
5441 L:      [email protected]
5442 W:      https://github.com/o2genum/ideapad-slidebar
5443 S:      Maintained
5444 F:      drivers/input/misc/ideapad_slidebar.c
5445
5446 IDE/ATAPI DRIVERS
5447 M:      Borislav Petkov <[email protected]>
5448 L:      [email protected]
5449 S:      Maintained
5450 F:      Documentation/cdrom/ide-cd
5451 F:      drivers/ide/ide-cd*
5452
5453 IDLE-I7300
5454 M:      Andy Henroid <[email protected]>
5455 L:      [email protected]
5456 S:      Supported
5457 F:      drivers/idle/i7300_idle.c
5458
5459 IEEE 802.15.4 SUBSYSTEM
5460 M:      Alexander Aring <[email protected]>
5461 L:      [email protected]
5462 W:      http://wpan.cakelab.org/
5463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5465 S:      Maintained
5466 F:      net/ieee802154/
5467 F:      net/mac802154/
5468 F:      drivers/net/ieee802154/
5469 F:      include/linux/nl802154.h
5470 F:      include/linux/ieee802154.h
5471 F:      include/net/nl802154.h
5472 F:      include/net/mac802154.h
5473 F:      include/net/af_ieee802154.h
5474 F:      include/net/cfg802154.h
5475 F:      include/net/ieee802154_netdev.h
5476 F:      Documentation/networking/ieee802154.txt
5477
5478 IGORPLUG-USB IR RECEIVER
5479 M:      Sean Young <[email protected]>
5480 L:      [email protected]
5481 S:      Maintained
5482 F:      drivers/media/rc/igorplugusb.c
5483
5484 IGUANAWORKS USB IR TRANSCEIVER
5485 M:      Sean Young <[email protected]>
5486 L:      [email protected]
5487 S:      Maintained
5488 F:      drivers/media/rc/iguanair.c
5489
5490 IIO SUBSYSTEM AND DRIVERS
5491 M:      Jonathan Cameron <[email protected]>
5492 R:      Hartmut Knaack <[email protected]>
5493 R:      Lars-Peter Clausen <[email protected]>
5494 R:      Peter Meerwald <[email protected]>
5495 L:      [email protected]
5496 S:      Maintained
5497 F:      drivers/iio/
5498 F:      drivers/staging/iio/
5499 F:      include/linux/iio/
5500 F:      tools/iio/
5501
5502 IKANOS/ADI EAGLE ADSL USB DRIVER
5503 M:      Matthieu Castet <[email protected]>
5504 M:      Stanislaw Gruszka <[email protected]>
5505 S:      Maintained
5506 F:      drivers/usb/atm/ueagle-atm.c
5507
5508 INA209 HARDWARE MONITOR DRIVER
5509 M:      Guenter Roeck <[email protected]>
5510 L:      [email protected]
5511 S:      Maintained
5512 F:      Documentation/hwmon/ina209
5513 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5514 F:      drivers/hwmon/ina209.c
5515
5516 INA2XX HARDWARE MONITOR DRIVER
5517 M:      Guenter Roeck <[email protected]>
5518 L:      [email protected]
5519 S:      Maintained
5520 F:      Documentation/hwmon/ina2xx
5521 F:      drivers/hwmon/ina2xx.c
5522 F:      include/linux/platform_data/ina2xx.h
5523
5524 INDUSTRY PACK SUBSYSTEM (IPACK)
5525 M:      Samuel Iglesias Gonsalvez <[email protected]>
5526 M:      Jens Taprogge <[email protected]>
5527 M:      Greg Kroah-Hartman <[email protected]>
5528 L:      [email protected]
5529 W:      http://industrypack.sourceforge.net
5530 S:      Maintained
5531 F:      drivers/ipack/
5532
5533 INGENIC JZ4780 DMA Driver
5534 M:      Zubair Lutfullah Kakakhel <[email protected]>
5535 S:      Maintained
5536 F:      drivers/dma/dma-jz4780.c
5537
5538 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5539 M:      Mimi Zohar <[email protected]>
5540 M:      Dmitry Kasatkin <[email protected]>
5541 L:      [email protected]
5542 L:      [email protected]
5543 L:      [email protected]
5544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5545 S:      Supported
5546 F:      security/integrity/ima/
5547
5548 IMGTEC IR DECODER DRIVER
5549 M:      James Hogan <[email protected]>
5550 S:      Maintained
5551 F:      drivers/media/rc/img-ir/
5552
5553 IMS TWINTURBO FRAMEBUFFER DRIVER
5554 L:      [email protected]
5555 S:      Orphan
5556 F:      drivers/video/fbdev/imsttfb.c
5557
5558 INFINIBAND SUBSYSTEM
5559 M:      Doug Ledford <[email protected]>
5560 M:      Sean Hefty <[email protected]>
5561 M:      Hal Rosenstock <[email protected]>
5562 L:      [email protected]
5563 W:      http://www.openfabrics.org/
5564 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5566 S:      Supported
5567 F:      Documentation/infiniband/
5568 F:      drivers/infiniband/
5569 F:      drivers/staging/rdma/
5570 F:      include/uapi/linux/if_infiniband.h
5571 F:      include/uapi/rdma/
5572 F:      include/rdma/
5573
5574 INOTIFY
5575 M:      John McCutchan <[email protected]>
5576 M:      Robert Love <[email protected]>
5577 M:      Eric Paris <[email protected]>
5578 S:      Maintained
5579 F:      Documentation/filesystems/inotify.txt
5580 F:      fs/notify/inotify/
5581 F:      include/linux/inotify.h
5582 F:      include/uapi/linux/inotify.h
5583
5584 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5585 M:      Dmitry Torokhov <[email protected]>
5586 L:      [email protected]
5587 Q:      http://patchwork.kernel.org/project/linux-input/list/
5588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5589 S:      Maintained
5590 F:      drivers/input/
5591 F:      include/linux/input.h
5592 F:      include/uapi/linux/input.h
5593 F:      include/linux/input/
5594 F:      Documentation/devicetree/bindings/input/
5595
5596 INPUT MULTITOUCH (MT) PROTOCOL
5597 M:      Henrik Rydberg <[email protected]>
5598 L:      [email protected]
5599 S:      Odd fixes
5600 F:      Documentation/input/multi-touch-protocol.txt
5601 F:      drivers/input/input-mt.c
5602 K:      \b(ABS|SYN)_MT_
5603
5604 INTEL ASoC BDW/HSW DRIVERS
5605 M:      Jie Yang <[email protected]>
5606 L:      [email protected] (moderated for non-subscribers)
5607 S:      Supported
5608 F:      sound/soc/intel/common/sst-dsp*
5609 F:      sound/soc/intel/common/sst-firmware.c
5610 F:      sound/soc/intel/boards/broadwell.c
5611 F:      sound/soc/intel/haswell/
5612
5613 INTEL C600 SERIES SAS CONTROLLER DRIVER
5614 M:      Intel SCU Linux support <[email protected]>
5615 M:      Artur Paszkiewicz <[email protected]>
5616 L:      [email protected]
5617 T:      git git://git.code.sf.net/p/intel-sas/isci
5618 S:      Supported
5619 F:      drivers/scsi/isci/
5620
5621 INTEL HID EVENT DRIVER
5622 M:      Alex Hung <[email protected]>
5623 L:      [email protected]
5624 S:      Maintained
5625 F:      drivers/platform/x86/intel-hid.c
5626
5627 INTEL IDLE DRIVER
5628 M:      Len Brown <[email protected]>
5629 L:      [email protected]
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5631 S:      Supported
5632 F:      drivers/idle/intel_idle.c
5633
5634 INTEL PSTATE DRIVER
5635 M:      Srinivas Pandruvada <[email protected]>
5636 M:      Len Brown <[email protected]>
5637 L:      [email protected]
5638 S:      Supported
5639 F:      drivers/cpufreq/intel_pstate.c
5640
5641 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5642 M:      Maik Broemme <[email protected]>
5643 L:      [email protected]
5644 S:      Maintained
5645 F:      Documentation/fb/intelfb.txt
5646 F:      drivers/video/fbdev/intelfb/
5647
5648 INTEL 810/815 FRAMEBUFFER DRIVER
5649 M:      Antonino Daplas <[email protected]>
5650 L:      [email protected]
5651 S:      Maintained
5652 F:      drivers/video/fbdev/i810/
5653
5654 INTEL MENLOW THERMAL DRIVER
5655 M:      Sujith Thomas <[email protected]>
5656 L:      [email protected]
5657 W:      https://01.org/linux-acpi
5658 S:      Supported
5659 F:      drivers/platform/x86/intel_menlow.c
5660
5661 INTEL I/OAT DMA DRIVER
5662 M:      Dave Jiang <[email protected]>
5663 R:      Dan Williams <[email protected]>
5664 L:      [email protected]
5665 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5666 S:      Supported
5667 F:      drivers/dma/ioat*
5668
5669 INTEL IOMMU (VT-d)
5670 M:      David Woodhouse <[email protected]>
5671 L:      [email protected]
5672 T:      git git://git.infradead.org/iommu-2.6.git
5673 S:      Supported
5674 F:      drivers/iommu/intel-iommu.c
5675 F:      include/linux/intel-iommu.h
5676
5677 INTEL IOP-ADMA DMA DRIVER
5678 R:      Dan Williams <[email protected]>
5679 S:      Odd fixes
5680 F:      drivers/dma/iop-adma.c
5681
5682 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5683 M:      Krzysztof Halasa <[email protected]>
5684 S:      Maintained
5685 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5686 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5687 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5688 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5689 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5690 F:      drivers/net/wan/ixp4xx_hss.c
5691
5692 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5693 M:      Deepak Saxena <[email protected]>
5694 S:      Maintained
5695 F:      drivers/char/hw_random/ixp4xx-rng.c
5696
5697 INTEL ETHERNET DRIVERS
5698 M:      Jeff Kirsher <[email protected]>
5699 R:      Jesse Brandeburg <[email protected]>
5700 R:      Shannon Nelson <[email protected]>
5701 R:      Carolyn Wyborny <[email protected]>
5702 R:      Don Skidmore <[email protected]>
5703 R:      Bruce Allan <[email protected]>
5704 R:      John Ronciak <[email protected]>
5705 R:      Mitch Williams <[email protected]>
5706 L:      [email protected]
5707 W:      http://www.intel.com/support/feedback.htm
5708 W:      http://e1000.sourceforge.net/
5709 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5712 S:      Supported
5713 F:      Documentation/networking/e100.txt
5714 F:      Documentation/networking/e1000.txt
5715 F:      Documentation/networking/e1000e.txt
5716 F:      Documentation/networking/igb.txt
5717 F:      Documentation/networking/igbvf.txt
5718 F:      Documentation/networking/ixgb.txt
5719 F:      Documentation/networking/ixgbe.txt
5720 F:      Documentation/networking/ixgbevf.txt
5721 F:      Documentation/networking/i40e.txt
5722 F:      Documentation/networking/i40evf.txt
5723 F:      drivers/net/ethernet/intel/
5724 F:      drivers/net/ethernet/intel/*/
5725
5726 INTEL-MID GPIO DRIVER
5727 M:      David Cohen <[email protected]>
5728 L:      [email protected]
5729 S:      Maintained
5730 F:      drivers/gpio/gpio-intel-mid.c
5731
5732 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5733 M:      Stanislav Yakovlev <[email protected]>
5734 L:      [email protected]
5735 S:      Maintained
5736 F:      Documentation/networking/README.ipw2100
5737 F:      Documentation/networking/README.ipw2200
5738 F:      drivers/net/wireless/intel/ipw2x00/
5739
5740 INTEL(R) TRACE HUB
5741 M:      Alexander Shishkin <[email protected]>
5742 S:      Supported
5743 F:      Documentation/trace/intel_th.txt
5744 F:      drivers/hwtracing/intel_th/
5745
5746 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5747 M:      Ning Sun <[email protected]>
5748 L:      [email protected]
5749 W:      http://tboot.sourceforge.net
5750 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5751 S:      Supported
5752 F:      Documentation/intel_txt.txt
5753 F:      include/linux/tboot.h
5754 F:      arch/x86/kernel/tboot.c
5755
5756 INTEL WIRELESS WIMAX CONNECTION 2400
5757 M:      Inaky Perez-Gonzalez <[email protected]>
5758 M:      [email protected]
5759 L:      [email protected] (subscribers-only)
5760 S:      Supported
5761 W:      http://linuxwimax.org
5762 F:      Documentation/wimax/README.i2400m
5763 F:      drivers/net/wimax/i2400m/
5764 F:      include/uapi/linux/wimax/i2400m.h
5765
5766 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5767 M:      Stanislaw Gruszka <[email protected]>
5768 L:      [email protected]
5769 S:      Supported
5770 F:      drivers/net/wireless/intel/iwlegacy/
5771
5772 INTEL WIRELESS WIFI LINK (iwlwifi)
5773 M:      Johannes Berg <[email protected]>
5774 M:      Emmanuel Grumbach <[email protected]>
5775 M:      Intel Linux Wireless <[email protected]>
5776 L:      [email protected]
5777 W:      http://intellinuxwireless.org
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5779 S:      Supported
5780 F:      drivers/net/wireless/intel/iwlwifi/
5781
5782 INTEL MANAGEMENT ENGINE (mei)
5783 M:      Tomas Winkler <[email protected]>
5784 L:      [email protected]
5785 S:      Supported
5786 F:      include/uapi/linux/mei.h
5787 F:      include/linux/mei_cl_bus.h
5788 F:      drivers/misc/mei/*
5789 F:      drivers/watchdog/mei_wdt.c
5790 F:      Documentation/misc-devices/mei/*
5791
5792 INTEL MIC DRIVERS (mic)
5793 M:      Sudeep Dutt <[email protected]>
5794 M:      Ashutosh Dixit <[email protected]>
5795 S:      Supported
5796 W:      https://github.com/sudeepdutt/mic
5797 W:      http://software.intel.com/en-us/mic-developer
5798 F:      include/linux/mic_bus.h
5799 F:      include/linux/scif.h
5800 F:      include/uapi/linux/mic_common.h
5801 F:      include/uapi/linux/mic_ioctl.h
5802 F:      include/uapi/linux/scif_ioctl.h
5803 F:      drivers/misc/mic/
5804 F:      drivers/dma/mic_x100_dma.c
5805 F:      drivers/dma/mic_x100_dma.h
5806 F:      Documentation/mic/
5807
5808 INTEL PMC/P-Unit IPC DRIVER
5809 M:      Zha Qipeng<[email protected]>
5810 L:      [email protected]
5811 S:      Maintained
5812 F:      drivers/platform/x86/intel_pmc_ipc.c
5813 F:      drivers/platform/x86/intel_punit_ipc.c
5814 F:      arch/x86/include/asm/intel_pmc_ipc.h
5815 F:      arch/x86/include/asm/intel_punit_ipc.h
5816
5817 INTEL TELEMETRY DRIVER
5818 M:      Souvik Kumar Chakravarty <[email protected]>
5819 L:      [email protected]
5820 S:      Maintained
5821 F:      arch/x86/include/asm/intel_telemetry.h
5822 F:      drivers/platform/x86/intel_telemetry*
5823
5824 IOC3 ETHERNET DRIVER
5825 M:      Ralf Baechle <[email protected]>
5826 L:      [email protected]
5827 S:      Maintained
5828 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5829
5830 IOC3 SERIAL DRIVER
5831 M:      Pat Gefre <[email protected]>
5832 L:      [email protected]
5833 S:      Maintained
5834 F:      drivers/tty/serial/ioc3_serial.c
5835
5836 IOMMU DRIVERS
5837 M:      Joerg Roedel <[email protected]>
5838 L:      [email protected]
5839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5840 S:      Maintained
5841 F:      drivers/iommu/
5842
5843 IP MASQUERADING
5844 M:      Juanjo Ciarlante <[email protected]>
5845 S:      Maintained
5846 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5847
5848 IPMI SUBSYSTEM
5849 M:      Corey Minyard <[email protected]>
5850 L:      [email protected] (moderated for non-subscribers)
5851 W:      http://openipmi.sourceforge.net/
5852 S:      Supported
5853 F:      Documentation/IPMI.txt
5854 F:      drivers/char/ipmi/
5855 F:      include/linux/ipmi*
5856 F:      include/uapi/linux/ipmi*
5857
5858 QCOM AUDIO (ASoC) DRIVERS
5859 M:      Patrick Lai <[email protected]>
5860 M:      Banajit Goswami <[email protected]>
5861 L:      [email protected] (moderated for non-subscribers)
5862 S:      Supported
5863 F:      sound/soc/qcom/
5864
5865 IPS SCSI RAID DRIVER
5866 M:      Adaptec OEM Raid Solutions <[email protected]>
5867 L:      [email protected]
5868 W:      http://www.adaptec.com/
5869 S:      Maintained
5870 F:      drivers/scsi/ips*
5871
5872 IPVS
5873 M:      Wensong Zhang <[email protected]>
5874 M:      Simon Horman <[email protected]>
5875 M:      Julian Anastasov <[email protected]>
5876 L:      [email protected]
5877 L:      [email protected]
5878 S:      Maintained
5879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5881 F:      Documentation/networking/ipvs-sysctl.txt
5882 F:      include/net/ip_vs.h
5883 F:      include/uapi/linux/ip_vs.h
5884 F:      net/netfilter/ipvs/
5885
5886 IPWIRELESS DRIVER
5887 M:      Jiri Kosina <[email protected]>
5888 M:      David Sterba <[email protected]>
5889 S:      Odd Fixes
5890 F:      drivers/tty/ipwireless/
5891
5892 IPX NETWORK LAYER
5893 M:      Arnaldo Carvalho de Melo <[email protected]>
5894 L:      [email protected]
5895 S:      Maintained
5896 F:      include/net/ipx.h
5897 F:      include/uapi/linux/ipx.h
5898 F:      net/ipx/
5899
5900 IRDA SUBSYSTEM
5901 M:      Samuel Ortiz <[email protected]>
5902 L:      [email protected] (subscribers-only)
5903 L:      [email protected]
5904 W:      http://irda.sourceforge.net/
5905 S:      Maintained
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5907 F:      Documentation/networking/irda.txt
5908 F:      drivers/net/irda/
5909 F:      include/net/irda/
5910 F:      net/irda/
5911
5912 IRQ SUBSYSTEM
5913 M:      Thomas Gleixner <[email protected]>
5914 L:      [email protected]
5915 S:      Maintained
5916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5917 F:      kernel/irq/
5918
5919 IRQCHIP DRIVERS
5920 M:      Thomas Gleixner <[email protected]>
5921 M:      Jason Cooper <[email protected]>
5922 M:      Marc Zyngier <[email protected]>
5923 L:      [email protected]
5924 S:      Maintained
5925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5926 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5927 F:      Documentation/devicetree/bindings/interrupt-controller/
5928 F:      drivers/irqchip/
5929
5930 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5931 M:      Jiang Liu <[email protected]>
5932 M:      Marc Zyngier <[email protected]>
5933 S:      Maintained
5934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5935 F:      Documentation/IRQ-domain.txt
5936 F:      include/linux/irqdomain.h
5937 F:      kernel/irq/irqdomain.c
5938 F:      kernel/irq/msi.c
5939
5940 ISAPNP
5941 M:      Jaroslav Kysela <[email protected]>
5942 S:      Maintained
5943 F:      Documentation/isapnp.txt
5944 F:      drivers/pnp/isapnp/
5945 F:      include/linux/isapnp.h
5946
5947 ISA RADIO MODULE
5948 M:      Hans Verkuil <[email protected]>
5949 L:      [email protected]
5950 T:      git git://linuxtv.org/media_tree.git
5951 W:      https://linuxtv.org
5952 S:      Maintained
5953 F:      drivers/media/radio/radio-isa*
5954
5955 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5956 M:      Peter Jones <[email protected]>
5957 M:      Konrad Rzeszutek Wilk <[email protected]>
5958 S:      Maintained
5959 F:      drivers/firmware/iscsi_ibft*
5960
5961 ISCSI
5962 M:      Mike Christie <[email protected]>
5963 L:      [email protected]
5964 W:      www.open-iscsi.org
5965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5966 S:      Maintained
5967 F:      drivers/scsi/*iscsi*
5968 F:      include/scsi/*iscsi*
5969
5970 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5971 M:      Or Gerlitz <[email protected]>
5972 M:      Sagi Grimberg <[email protected]>
5973 M:      Roi Dayan <[email protected]>
5974 L:      [email protected]
5975 S:      Supported
5976 W:      http://www.openfabrics.org
5977 W:      www.open-iscsi.org
5978 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5979 F:      drivers/infiniband/ulp/iser/
5980
5981 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5982 M:      Sagi Grimberg <[email protected]>
5983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5984 L:      [email protected]
5985 L:      [email protected]
5986 S:      Supported
5987 W:      http://www.linux-iscsi.org
5988 F:      drivers/infiniband/ulp/isert
5989
5990 ISDN SUBSYSTEM
5991 M:      Karsten Keil <[email protected]>
5992 L:      [email protected] (subscribers-only)
5993 L:      [email protected]
5994 W:      http://www.isdn4linux.de
5995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5996 S:      Maintained
5997 F:      Documentation/isdn/
5998 F:      drivers/isdn/
5999 F:      include/linux/isdn.h
6000 F:      include/linux/isdn/
6001 F:      include/uapi/linux/isdn.h
6002 F:      include/uapi/linux/isdn/
6003
6004 ISDN SUBSYSTEM (Eicon active card driver)
6005 M:      Armin Schindler <[email protected]>
6006 L:      [email protected] (subscribers-only)
6007 W:      http://www.melware.de
6008 S:      Maintained
6009 F:      drivers/isdn/hardware/eicon/
6010
6011 IT87 HARDWARE MONITORING DRIVER
6012 M:      Jean Delvare <[email protected]>
6013 L:      [email protected]
6014 S:      Maintained
6015 F:      Documentation/hwmon/it87
6016 F:      drivers/hwmon/it87.c
6017
6018 IT913X MEDIA DRIVER
6019 M:      Antti Palosaari <[email protected]>
6020 L:      [email protected]
6021 W:      https://linuxtv.org
6022 W:      http://palosaari.fi/linux/
6023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6024 T:      git git://linuxtv.org/anttip/media_tree.git
6025 S:      Maintained
6026 F:      drivers/media/tuners/it913x*
6027
6028 IVTV VIDEO4LINUX DRIVER
6029 M:      Andy Walls <[email protected]>
6030 L:      [email protected] (subscribers-only)
6031 L:      [email protected]
6032 T:      git git://linuxtv.org/media_tree.git
6033 W:      http://www.ivtvdriver.org
6034 S:      Maintained
6035 F:      Documentation/video4linux/*.ivtv
6036 F:      drivers/media/pci/ivtv/
6037 F:      include/uapi/linux/ivtv*
6038
6039 IX2505V MEDIA DRIVER
6040 M:      Malcolm Priestley <[email protected]>
6041 L:      [email protected]
6042 W:      https://linuxtv.org
6043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6044 S:      Maintained
6045 F:      drivers/media/dvb-frontends/ix2505v*
6046
6047 JC42.4 TEMPERATURE SENSOR DRIVER
6048 M:      Guenter Roeck <[email protected]>
6049 L:      [email protected]
6050 S:      Maintained
6051 F:      drivers/hwmon/jc42.c
6052 F:      Documentation/hwmon/jc42
6053
6054 JFS FILESYSTEM
6055 M:      Dave Kleikamp <[email protected]>
6056 L:      [email protected]
6057 W:      http://jfs.sourceforge.net/
6058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6059 S:      Maintained
6060 F:      Documentation/filesystems/jfs.txt
6061 F:      fs/jfs/
6062
6063 JME NETWORK DRIVER
6064 M:      Guo-Fu Tseng <[email protected]>
6065 L:      [email protected]
6066 S:      Maintained
6067 F:      drivers/net/ethernet/jme.*
6068
6069 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6070 M:      David Woodhouse <[email protected]>
6071 L:      [email protected]
6072 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6073 S:      Maintained
6074 F:      fs/jffs2/
6075 F:      include/uapi/linux/jffs2.h
6076
6077 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6078 M:      "Theodore Ts'o" <[email protected]>
6079 M:      Jan Kara <[email protected]>
6080 L:      [email protected]
6081 S:      Maintained
6082 F:      fs/jbd2/
6083 F:      include/linux/jbd2.h
6084
6085 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6086 M:      Mikhail Ulyanov <[email protected]>
6087 L:      [email protected]
6088 S:      Maintained
6089 F:      drivers/media/platform/rcar_jpu.c
6090
6091 JSM Neo PCI based serial card
6092 M:      Gabriel Krisman Bertazi <[email protected]>
6093 L:      [email protected]
6094 S:      Maintained
6095 F:      drivers/tty/serial/jsm/
6096
6097 K10TEMP HARDWARE MONITORING DRIVER
6098 M:      Clemens Ladisch <[email protected]>
6099 L:      [email protected]
6100 S:      Maintained
6101 F:      Documentation/hwmon/k10temp
6102 F:      drivers/hwmon/k10temp.c
6103
6104 K8TEMP HARDWARE MONITORING DRIVER
6105 M:      Rudolf Marek <[email protected]>
6106 L:      [email protected]
6107 S:      Maintained
6108 F:      Documentation/hwmon/k8temp
6109 F:      drivers/hwmon/k8temp.c
6110
6111 KCONFIG
6112 M:      "Yann E. MORIN" <[email protected]>
6113 L:      [email protected]
6114 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6115 S:      Maintained
6116 F:      Documentation/kbuild/kconfig-language.txt
6117 F:      scripts/kconfig/
6118
6119 KDUMP
6120 M:      Vivek Goyal <[email protected]>
6121 M:      Haren Myneni <[email protected]>
6122 L:      [email protected]
6123 W:      http://lse.sourceforge.net/kdump/
6124 S:      Maintained
6125 F:      Documentation/kdump/
6126
6127 KEENE FM RADIO TRANSMITTER DRIVER
6128 M:      Hans Verkuil <[email protected]>
6129 L:      [email protected]
6130 T:      git git://linuxtv.org/media_tree.git
6131 W:      https://linuxtv.org
6132 S:      Maintained
6133 F:      drivers/media/radio/radio-keene*
6134
6135 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6136 M:      Ian Kent <[email protected]>
6137 L:      [email protected]
6138 S:      Maintained
6139 F:      fs/autofs4/
6140
6141 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6142 M:      Michal Marek <[email protected]>
6143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6145 L:      [email protected]
6146 S:      Maintained
6147 F:      Documentation/kbuild/
6148 F:      Makefile
6149 F:      scripts/Makefile.*
6150 F:      scripts/basic/
6151 F:      scripts/mk*
6152 F:      scripts/package/
6153
6154 KERNEL JANITORS
6155 L:      [email protected]
6156 W:      http://kernelnewbies.org/KernelJanitors
6157 S:      Odd Fixes
6158
6159 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6160 M:      "J. Bruce Fields" <[email protected]>
6161 M:      Jeff Layton <[email protected]>
6162 L:      [email protected]
6163 W:      http://nfs.sourceforge.net/
6164 T:      git git://linux-nfs.org/~bfields/linux.git
6165 S:      Supported
6166 F:      fs/nfsd/
6167 F:      include/uapi/linux/nfsd/
6168 F:      fs/lockd/
6169 F:      fs/nfs_common/
6170 F:      net/sunrpc/
6171 F:      include/linux/lockd/
6172 F:      include/linux/sunrpc/
6173 F:      include/uapi/linux/sunrpc/
6174
6175 KERNEL SELFTEST FRAMEWORK
6176 M:      Shuah Khan <[email protected]>
6177 L:      [email protected]
6178 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6179 S:      Maintained
6180 F:      tools/testing/selftests
6181
6182 KERNEL VIRTUAL MACHINE (KVM)
6183 M:      Gleb Natapov <[email protected]>
6184 M:      Paolo Bonzini <[email protected]>
6185 L:      [email protected]
6186 W:      http://www.linux-kvm.org
6187 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6188 S:      Supported
6189 F:      Documentation/*/kvm*.txt
6190 F:      Documentation/virtual/kvm/
6191 F:      arch/*/kvm/
6192 F:      arch/x86/kernel/kvm.c
6193 F:      arch/x86/kernel/kvmclock.c
6194 F:      arch/*/include/asm/kvm*
6195 F:      include/linux/kvm*
6196 F:      include/uapi/linux/kvm*
6197 F:      virt/kvm/
6198
6199 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6200 M:      Joerg Roedel <[email protected]>
6201 L:      [email protected]
6202 W:      http://www.linux-kvm.org/
6203 S:      Maintained
6204 F:      arch/x86/include/asm/svm.h
6205 F:      arch/x86/kvm/svm.c
6206
6207 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6208 M:      Alexander Graf <[email protected]>
6209 L:      [email protected]
6210 W:      http://www.linux-kvm.org/
6211 T:      git git://github.com/agraf/linux-2.6.git
6212 S:      Supported
6213 F:      arch/powerpc/include/asm/kvm*
6214 F:      arch/powerpc/kvm/
6215
6216 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6217 M:      Christian Borntraeger <[email protected]>
6218 M:      Cornelia Huck <[email protected]>
6219 L:      [email protected]
6220 W:      http://www.ibm.com/developerworks/linux/linux390/
6221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6222 S:      Supported
6223 F:      Documentation/s390/kvm.txt
6224 F:      arch/s390/include/asm/kvm*
6225 F:      arch/s390/kvm/
6226
6227 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6228 M:      Christoffer Dall <[email protected]>
6229 M:      Marc Zyngier <[email protected]>
6230 L:      [email protected] (moderated for non-subscribers)
6231 L:      [email protected]
6232 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6234 S:      Supported
6235 F:      arch/arm/include/uapi/asm/kvm*
6236 F:      arch/arm/include/asm/kvm*
6237 F:      arch/arm/kvm/
6238 F:      virt/kvm/arm/
6239 F:      include/kvm/arm_*
6240
6241 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6242 M:      Christoffer Dall <[email protected]>
6243 M:      Marc Zyngier <[email protected]>
6244 L:      [email protected] (moderated for non-subscribers)
6245 L:      [email protected]
6246 S:      Maintained
6247 F:      arch/arm64/include/uapi/asm/kvm*
6248 F:      arch/arm64/include/asm/kvm*
6249 F:      arch/arm64/kvm/
6250
6251 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6252 M:      James Hogan <[email protected]>
6253 L:      [email protected]
6254 S:      Supported
6255 F:      arch/mips/include/uapi/asm/kvm*
6256 F:      arch/mips/include/asm/kvm*
6257 F:      arch/mips/kvm/
6258
6259 KEXEC
6260 M:      Eric Biederman <[email protected]>
6261 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6262 L:      [email protected]
6263 S:      Maintained
6264 F:      include/linux/kexec.h
6265 F:      include/uapi/linux/kexec.h
6266 F:      kernel/kexec.c
6267
6268 KEYS/KEYRINGS:
6269 M:      David Howells <[email protected]>
6270 L:      [email protected]
6271 S:      Maintained
6272 F:      Documentation/security/keys.txt
6273 F:      include/linux/key.h
6274 F:      include/linux/key-type.h
6275 F:      include/keys/
6276 F:      security/keys/
6277
6278 KEYS-TRUSTED
6279 M:      David Safford <[email protected]>
6280 M:      Mimi Zohar <[email protected]>
6281 L:      [email protected]
6282 L:      [email protected]
6283 S:      Supported
6284 F:      Documentation/security/keys-trusted-encrypted.txt
6285 F:      include/keys/trusted-type.h
6286 F:      security/keys/trusted.c
6287 F:      security/keys/trusted.h
6288
6289 KEYS-ENCRYPTED
6290 M:      Mimi Zohar <[email protected]>
6291 M:      David Safford <[email protected]>
6292 L:      [email protected]
6293 L:      [email protected]
6294 S:      Supported
6295 F:      Documentation/security/keys-trusted-encrypted.txt
6296 F:      include/keys/encrypted-type.h
6297 F:      security/keys/encrypted-keys/
6298
6299 KGDB / KDB /debug_core
6300 M:      Jason Wessel <[email protected]>
6301 W:      http://kgdb.wiki.kernel.org/
6302 L:      [email protected]
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6304 S:      Maintained
6305 F:      Documentation/DocBook/kgdb.tmpl
6306 F:      drivers/misc/kgdbts.c
6307 F:      drivers/tty/serial/kgdboc.c
6308 F:      include/linux/kdb.h
6309 F:      include/linux/kgdb.h
6310 F:      kernel/debug/
6311
6312 KMEMCHECK
6313 M:      Vegard Nossum <[email protected]>
6314 M:      Pekka Enberg <[email protected]>
6315 S:      Maintained
6316 F:      Documentation/kmemcheck.txt
6317 F:      arch/x86/include/asm/kmemcheck.h
6318 F:      arch/x86/mm/kmemcheck/
6319 F:      include/linux/kmemcheck.h
6320 F:      mm/kmemcheck.c
6321
6322 KMEMLEAK
6323 M:      Catalin Marinas <[email protected]>
6324 S:      Maintained
6325 F:      Documentation/kmemleak.txt
6326 F:      include/linux/kmemleak.h
6327 F:      mm/kmemleak.c
6328 F:      mm/kmemleak-test.c
6329
6330 KPROBES
6331 M:      Ananth N Mavinakayanahalli <[email protected]>
6332 M:      Anil S Keshavamurthy <[email protected]>
6333 M:      "David S. Miller" <[email protected]>
6334 M:      Masami Hiramatsu <[email protected]>
6335 S:      Maintained
6336 F:      Documentation/kprobes.txt
6337 F:      include/linux/kprobes.h
6338 F:      kernel/kprobes.c
6339
6340 KS0108 LCD CONTROLLER DRIVER
6341 M:      Miguel Ojeda Sandonis <[email protected]>
6342 W:      http://miguelojeda.es/auxdisplay.htm
6343 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6344 S:      Maintained
6345 F:      Documentation/auxdisplay/ks0108
6346 F:      drivers/auxdisplay/ks0108.c
6347 F:      include/linux/ks0108.h
6348
6349 L3MDEV
6350 M:      David Ahern <[email protected]>
6351 L:      [email protected]
6352 S:      Maintained
6353 F:      net/l3mdev
6354 F:      include/net/l3mdev.h
6355
6356 LANTIQ MIPS ARCHITECTURE
6357 M:      John Crispin <[email protected]>
6358 L:      [email protected]
6359 S:      Maintained
6360 F:      arch/mips/lantiq
6361
6362 LAPB module
6363 L:      [email protected]
6364 S:      Orphan
6365 F:      Documentation/networking/lapb-module.txt
6366 F:      include/*/lapb.h
6367 F:      net/lapb/
6368
6369 LASI 53c700 driver for PARISC
6370 M:      "James E.J. Bottomley" <[email protected]>
6371 L:      [email protected]
6372 S:      Maintained
6373 F:      Documentation/scsi/53c700.txt
6374 F:      drivers/scsi/53c700*
6375
6376 LED SUBSYSTEM
6377 M:      Richard Purdie <[email protected]>
6378 M:      Jacek Anaszewski <[email protected]>
6379 L:      [email protected]
6380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6381 S:      Maintained
6382 F:      drivers/leds/
6383 F:      include/linux/leds.h
6384
6385 LEGACY EEPROM DRIVER
6386 M:      Jean Delvare <[email protected]>
6387 S:      Maintained
6388 F:      Documentation/misc-devices/eeprom
6389 F:      drivers/misc/eeprom/eeprom.c
6390
6391 LEGO USB Tower driver
6392 M:      Juergen Stuber <[email protected]>
6393 L:      [email protected]
6394 W:      http://legousb.sourceforge.net/
6395 S:      Maintained
6396 F:      drivers/usb/misc/legousbtower.c
6397
6398 LG2160 MEDIA DRIVER
6399 M:      Michael Krufky <[email protected]>
6400 L:      [email protected]
6401 W:      https://linuxtv.org
6402 W:      http://github.com/mkrufky
6403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6404 T:      git git://linuxtv.org/mkrufky/tuners.git
6405 S:      Maintained
6406 F:      drivers/media/dvb-frontends/lg2160.*
6407
6408 LGDT3305 MEDIA DRIVER
6409 M:      Michael Krufky <[email protected]>
6410 L:      [email protected]
6411 W:      https://linuxtv.org
6412 W:      http://github.com/mkrufky
6413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6414 T:      git git://linuxtv.org/mkrufky/tuners.git
6415 S:      Maintained
6416 F:      drivers/media/dvb-frontends/lgdt3305.*
6417
6418 LGUEST
6419 M:      Rusty Russell <[email protected]>
6420 L:      [email protected]
6421 W:      http://lguest.ozlabs.org/
6422 S:      Odd Fixes
6423 F:      arch/x86/include/asm/lguest*.h
6424 F:      arch/x86/lguest/
6425 F:      drivers/lguest/
6426 F:      include/linux/lguest*.h
6427 F:      tools/lguest/
6428
6429 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6430 M:      Tejun Heo <[email protected]>
6431 L:      [email protected]
6432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6433 S:      Maintained
6434 F:      drivers/ata/
6435 F:      include/linux/ata.h
6436 F:      include/linux/libata.h
6437
6438 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6439 M:      Viresh Kumar <[email protected]>
6440 L:      [email protected]
6441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6442 S:      Maintained
6443 F:      include/linux/pata_arasan_cf_data.h
6444 F:      drivers/ata/pata_arasan_cf.c
6445
6446 LIBATA PATA DRIVERS
6447 M:      Bartlomiej Zolnierkiewicz <[email protected]>
6448 M:      Tejun Heo <[email protected]>
6449 L:      [email protected]
6450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6451 S:      Maintained
6452 F:      drivers/ata/pata_*.c
6453 F:      drivers/ata/ata_generic.c
6454
6455 LIBATA SATA AHCI PLATFORM devices support
6456 M:      Hans de Goede <[email protected]>
6457 M:      Tejun Heo <[email protected]>
6458 L:      [email protected]
6459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6460 S:      Maintained
6461 F:      drivers/ata/ahci_platform.c
6462 F:      drivers/ata/libahci_platform.c
6463 F:      include/linux/ahci_platform.h
6464
6465 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6466 M:      Mikael Pettersson <[email protected]>
6467 L:      [email protected]
6468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6469 S:      Maintained
6470 F:      drivers/ata/sata_promise.*
6471
6472 LIBLOCKDEP
6473 M:      Sasha Levin <[email protected]>
6474 S:      Maintained
6475 F:      tools/lib/lockdep/
6476
6477 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6478 M:      Dan Williams <[email protected]>
6479 L:      [email protected]
6480 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6482 S:      Supported
6483 F:      drivers/nvdimm/*
6484 F:      include/linux/nd.h
6485 F:      include/linux/libnvdimm.h
6486 F:      include/uapi/linux/ndctl.h
6487
6488 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6489 M:      Ross Zwisler <[email protected]>
6490 L:      [email protected]
6491 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6492 S:      Supported
6493 F:      drivers/nvdimm/blk.c
6494 F:      drivers/nvdimm/region_devs.c
6495 F:      drivers/acpi/nfit*
6496
6497 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6498 M:      Vishal Verma <[email protected]>
6499 L:      [email protected]
6500 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6501 S:      Supported
6502 F:      drivers/nvdimm/btt*
6503
6504 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6505 M:      Ross Zwisler <[email protected]>
6506 L:      [email protected]
6507 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6508 S:      Supported
6509 F:      drivers/nvdimm/pmem.c
6510 F:      include/linux/pmem.h
6511 F:      arch/*/include/asm/pmem.h
6512
6513 LIGHTNVM PLATFORM SUPPORT
6514 M:      Matias Bjorling <[email protected]>
6515 W:      http://github/OpenChannelSSD
6516 L:      [email protected]
6517 S:      Maintained
6518 F:      drivers/lightnvm/
6519 F:      include/linux/lightnvm.h
6520 F:      include/uapi/linux/lightnvm.h
6521
6522 LINUX FOR IBM pSERIES (RS/6000)
6523 M:      Paul Mackerras <[email protected]>
6524 W:      http://www.ibm.com/linux/ltc/projects/ppc
6525 S:      Supported
6526 F:      arch/powerpc/boot/rs6000.h
6527
6528 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6529 M:      Benjamin Herrenschmidt <[email protected]>
6530 M:      Paul Mackerras <[email protected]>
6531 M:      Michael Ellerman <[email protected]>
6532 W:      http://www.penguinppc.org/
6533 L:      [email protected]
6534 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6536 S:      Supported
6537 F:      Documentation/powerpc/
6538 F:      arch/powerpc/
6539
6540 LINUX FOR POWER MACINTOSH
6541 M:      Benjamin Herrenschmidt <[email protected]>
6542 W:      http://www.penguinppc.org/
6543 L:      [email protected]
6544 S:      Maintained
6545 F:      arch/powerpc/platforms/powermac/
6546 F:      drivers/macintosh/
6547
6548 LINUX FOR POWERPC EMBEDDED MPC5XXX
6549 M:      Anatolij Gustschin <[email protected]>
6550 L:      [email protected]
6551 T:      git git://git.denx.de/linux-denx-agust.git
6552 S:      Maintained
6553 F:      arch/powerpc/platforms/512x/
6554 F:      arch/powerpc/platforms/52xx/
6555
6556 LINUX FOR POWERPC EMBEDDED PPC4XX
6557 M:      Alistair Popple <[email protected]>
6558 M:      Matt Porter <[email protected]>
6559 W:      http://www.penguinppc.org/
6560 L:      [email protected]
6561 S:      Maintained
6562 F:      arch/powerpc/platforms/40x/
6563 F:      arch/powerpc/platforms/44x/
6564
6565 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6566 L:      [email protected]
6567 S:      Orphan
6568 F:      arch/powerpc/*/*virtex*
6569 F:      arch/powerpc/*/*/*virtex*
6570
6571 LINUX FOR POWERPC EMBEDDED PPC8XX
6572 M:      Vitaly Bordug <[email protected]>
6573 W:      http://www.penguinppc.org/
6574 L:      [email protected]
6575 S:      Maintained
6576 F:      arch/powerpc/platforms/8xx/
6577
6578 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6579 M:      Scott Wood <[email protected]>
6580 M:      Kumar Gala <[email protected]>
6581 W:      http://www.penguinppc.org/
6582 L:      [email protected]
6583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6584 S:      Maintained
6585 F:      arch/powerpc/platforms/83xx/
6586 F:      arch/powerpc/platforms/85xx/
6587
6588 LINUX FOR POWERPC PA SEMI PWRFICIENT
6589 M:      Olof Johansson <[email protected]>
6590 L:      [email protected]
6591 S:      Maintained
6592 F:      arch/powerpc/platforms/pasemi/
6593 F:      drivers/*/*pasemi*
6594 F:      drivers/*/*/*pasemi*
6595
6596 LINUX SECURITY MODULE (LSM) FRAMEWORK
6597 M:      Chris Wright <[email protected]>
6598 L:      [email protected]
6599 S:      Supported
6600
6601 LIS3LV02D ACCELEROMETER DRIVER
6602 M:      Eric Piel <[email protected]>
6603 S:      Maintained
6604 F:      Documentation/misc-devices/lis3lv02d
6605 F:      drivers/misc/lis3lv02d/
6606 F:      drivers/platform/x86/hp_accel.c
6607
6608 LIVE PATCHING
6609 M:      Josh Poimboeuf <[email protected]>
6610 M:      Jessica Yu <[email protected]>
6611 M:      Jiri Kosina <[email protected]>
6612 M:      Miroslav Benes <[email protected]>
6613 R:      Petr Mladek <[email protected]>
6614 S:      Maintained
6615 F:      kernel/livepatch/
6616 F:      include/linux/livepatch.h
6617 F:      arch/x86/include/asm/livepatch.h
6618 F:      arch/x86/kernel/livepatch.c
6619 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6620 F:      samples/livepatch/
6621 L:      [email protected]
6622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6623
6624 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6625 M:      Kees Cook <[email protected]>
6626 S:      Maintained
6627 F:      drivers/misc/lkdtm.c
6628
6629 LLC (802.2)
6630 M:      Arnaldo Carvalho de Melo <[email protected]>
6631 S:      Maintained
6632 F:      include/linux/llc.h
6633 F:      include/uapi/linux/llc.h
6634 F:      include/net/llc*
6635 F:      net/llc/
6636
6637 LM73 HARDWARE MONITOR DRIVER
6638 M:      Guillaume Ligneul <[email protected]>
6639 L:      [email protected]
6640 S:      Maintained
6641 F:      drivers/hwmon/lm73.c
6642
6643 LM78 HARDWARE MONITOR DRIVER
6644 M:      Jean Delvare <[email protected]>
6645 L:      [email protected]
6646 S:      Maintained
6647 F:      Documentation/hwmon/lm78
6648 F:      drivers/hwmon/lm78.c
6649
6650 LM83 HARDWARE MONITOR DRIVER
6651 M:      Jean Delvare <[email protected]>
6652 L:      [email protected]
6653 S:      Maintained
6654 F:      Documentation/hwmon/lm83
6655 F:      drivers/hwmon/lm83.c
6656
6657 LM90 HARDWARE MONITOR DRIVER
6658 M:      Jean Delvare <[email protected]>
6659 L:      [email protected]
6660 S:      Maintained
6661 F:      Documentation/hwmon/lm90
6662 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6663 F:      drivers/hwmon/lm90.c
6664
6665 LM95234 HARDWARE MONITOR DRIVER
6666 M:      Guenter Roeck <[email protected]>
6667 L:      [email protected]
6668 S:      Maintained
6669 F:      Documentation/hwmon/lm95234
6670 F:      drivers/hwmon/lm95234.c
6671
6672 LME2510 MEDIA DRIVER
6673 M:      Malcolm Priestley <[email protected]>
6674 L:      [email protected]
6675 W:      https://linuxtv.org
6676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6677 S:      Maintained
6678 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6679
6680 LOCKDEP AND LOCKSTAT
6681 M:      Peter Zijlstra <[email protected]>
6682 M:      Ingo Molnar <[email protected]>
6683 L:      [email protected]
6684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6685 S:      Maintained
6686 F:      Documentation/locking/lockdep*.txt
6687 F:      Documentation/locking/lockstat.txt
6688 F:      include/linux/lockdep.h
6689 F:      kernel/locking/
6690
6691 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6692 M:      "Richard Russon (FlatCap)" <[email protected]>
6693 L:      [email protected]
6694 W:      http://www.linux-ntfs.org/content/view/19/37/
6695 S:      Maintained
6696 F:      Documentation/ldm.txt
6697 F:      block/partitions/ldm.*
6698
6699 LogFS
6700 M:      Joern Engel <[email protected]>
6701 M:      Prasad Joshi <[email protected]>
6702 L:      [email protected]
6703 W:      logfs.org
6704 S:      Maintained
6705 F:      fs/logfs/
6706
6707 LPC32XX MACHINE SUPPORT
6708 M:      Roland Stigge <[email protected]>
6709 L:      [email protected] (moderated for non-subscribers)
6710 S:      Maintained
6711 F:      arch/arm/mach-lpc32xx/
6712
6713 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6714 M:      Sathya Prakash <[email protected]>
6715 M:      Chaitra P B <[email protected]>
6716 M:      Suganath Prabu Subramani <[email protected]>
6717 L:      [email protected]
6718 L:      [email protected]
6719 W:      http://www.avagotech.com/support/
6720 S:      Supported
6721 F:      drivers/message/fusion/
6722 F:      drivers/scsi/mpt2sas/
6723 F:      drivers/scsi/mpt3sas/
6724
6725 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6726 M:      Matthew Wilcox <[email protected]>
6727 L:      [email protected]
6728 S:      Maintained
6729 F:      drivers/scsi/sym53c8xx_2/
6730
6731 LTC4261 HARDWARE MONITOR DRIVER
6732 M:      Guenter Roeck <[email protected]>
6733 L:      [email protected]
6734 S:      Maintained
6735 F:      Documentation/hwmon/ltc4261
6736 F:      drivers/hwmon/ltc4261.c
6737
6738 LTP (Linux Test Project)
6739 M:      Mike Frysinger <[email protected]>
6740 M:      Cyril Hrubis <[email protected]>
6741 M:      Wanlong Gao <[email protected]>
6742 M:      Jan Stancek <[email protected]>
6743 M:      Stanislav Kholmanskikh <[email protected]>
6744 M:      Alexey Kodanev <[email protected]>
6745 L:      [email protected] (subscribers-only)
6746 W:      http://linux-test-project.github.io/
6747 T:      git git://github.com/linux-test-project/ltp.git
6748 S:      Maintained
6749
6750 M32R ARCHITECTURE
6751 W:      http://www.linux-m32r.org/
6752 S:      Orphan
6753 F:      arch/m32r/
6754
6755 M68K ARCHITECTURE
6756 M:      Geert Uytterhoeven <[email protected]>
6757 L:      [email protected]
6758 W:      http://www.linux-m68k.org/
6759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6760 S:      Maintained
6761 F:      arch/m68k/
6762 F:      drivers/zorro/
6763
6764 M68K ON APPLE MACINTOSH
6765 M:      Joshua Thompson <[email protected]>
6766 W:      http://www.mac.linux-m68k.org/
6767 L:      [email protected]
6768 S:      Maintained
6769 F:      arch/m68k/mac/
6770
6771 M68K ON HP9000/300
6772 M:      Philip Blundell <[email protected]>
6773 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6774 S:      Maintained
6775 F:      arch/m68k/hp300/
6776
6777 M88DS3103 MEDIA DRIVER
6778 M:      Antti Palosaari <[email protected]>
6779 L:      [email protected]
6780 W:      https://linuxtv.org
6781 W:      http://palosaari.fi/linux/
6782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6783 T:      git git://linuxtv.org/anttip/media_tree.git
6784 S:      Maintained
6785 F:      drivers/media/dvb-frontends/m88ds3103*
6786
6787 M88RS2000 MEDIA DRIVER
6788 M:      Malcolm Priestley <[email protected]>
6789 L:      [email protected]
6790 W:      https://linuxtv.org
6791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6792 S:      Maintained
6793 F:      drivers/media/dvb-frontends/m88rs2000*
6794
6795 MA901 MASTERKIT USB FM RADIO DRIVER
6796 M:      Alexey Klimov <[email protected]>
6797 L:      [email protected]
6798 T:      git git://linuxtv.org/media_tree.git
6799 S:      Maintained
6800 F:      drivers/media/radio/radio-ma901.c
6801
6802 MAC80211
6803 M:      Johannes Berg <[email protected]>
6804 L:      [email protected]
6805 W:      http://wireless.kernel.org/
6806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6808 S:      Maintained
6809 F:      Documentation/networking/mac80211-injection.txt
6810 F:      include/net/mac80211.h
6811 F:      net/mac80211/
6812 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6813
6814 MACVLAN DRIVER
6815 M:      Patrick McHardy <[email protected]>
6816 L:      [email protected]
6817 S:      Maintained
6818 F:      drivers/net/macvlan.c
6819 F:      include/linux/if_macvlan.h
6820
6821 MAILBOX API
6822 M:      Jassi Brar <[email protected]>
6823 L:      [email protected]
6824 S:      Maintained
6825 F:      drivers/mailbox/
6826 F:      include/linux/mailbox_client.h
6827 F:      include/linux/mailbox_controller.h
6828
6829 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6830 M:      Michael Kerrisk <[email protected]>
6831 W:      http://www.kernel.org/doc/man-pages
6832 L:      [email protected]
6833 S:      Maintained
6834
6835 MARVELL ARMADA DRM SUPPORT
6836 M:      Russell King <[email protected]>
6837 S:      Maintained
6838 F:      drivers/gpu/drm/armada/
6839
6840 MARVELL 88E6352 DSA support
6841 M:      Guenter Roeck <[email protected]>
6842 S:      Maintained
6843 F:      drivers/net/dsa/mv88e6352.c
6844
6845 MARVELL CRYPTO DRIVER
6846 M:      Boris Brezillon <[email protected]>
6847 M:      Arnaud Ebalard <[email protected]>
6848 F:      drivers/crypto/marvell/
6849 S:      Maintained
6850 L:      [email protected]
6851
6852 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6853 M:      Mirko Lindner <[email protected]>
6854 M:      Stephen Hemminger <[email protected]>
6855 L:      [email protected]
6856 S:      Maintained
6857 F:      drivers/net/ethernet/marvell/sk*
6858
6859 MARVELL LIBERTAS WIRELESS DRIVER
6860 L:      [email protected]
6861 S:      Orphan
6862 F:      drivers/net/wireless/marvell/libertas/
6863
6864 MARVELL MV643XX ETHERNET DRIVER
6865 M:      Sebastian Hesselbarth <[email protected]>
6866 L:      [email protected]
6867 S:      Maintained
6868 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6869 F:      include/linux/mv643xx.h
6870
6871 MARVELL MVNETA ETHERNET DRIVER
6872 M:      Thomas Petazzoni <[email protected]>
6873 L:      [email protected]
6874 S:      Maintained
6875 F:      drivers/net/ethernet/marvell/mvneta.*
6876
6877 MARVELL MWIFIEX WIRELESS DRIVER
6878 M:      Amitkumar Karwar <[email protected]>
6879 M:      Nishant Sarmukadam <[email protected]>
6880 L:      [email protected]
6881 S:      Maintained
6882 F:      drivers/net/wireless/marvell/mwifiex/
6883
6884 MARVELL MWL8K WIRELESS DRIVER
6885 M:      Lennert Buytenhek <[email protected]>
6886 L:      [email protected]
6887 S:      Odd Fixes
6888 F:      drivers/net/wireless/marvell/mwl8k.c
6889
6890 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6891 M:      Nicolas Pitre <[email protected]>
6892 S:      Odd Fixes
6893 F:      drivers/mmc/host/mvsdio.*
6894
6895 MATROX FRAMEBUFFER DRIVER
6896 L:      [email protected]
6897 S:      Orphan
6898 F:      drivers/video/fbdev/matrox/matroxfb_*
6899 F:      include/uapi/linux/matroxfb.h
6900
6901 MAX16065 HARDWARE MONITOR DRIVER
6902 M:      Guenter Roeck <[email protected]>
6903 L:      [email protected]
6904 S:      Maintained
6905 F:      Documentation/hwmon/max16065
6906 F:      drivers/hwmon/max16065.c
6907
6908 MAX20751 HARDWARE MONITOR DRIVER
6909 M:      Guenter Roeck <[email protected]>
6910 L:      [email protected]
6911 S:      Maintained
6912 F:      Documentation/hwmon/max20751
6913 F:      drivers/hwmon/max20751.c
6914
6915 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6916 M:      "Hans J. Koch" <[email protected]>
6917 L:      [email protected]
6918 S:      Maintained
6919 F:      Documentation/hwmon/max6650
6920 F:      drivers/hwmon/max6650.c
6921
6922 MAX6697 HARDWARE MONITOR DRIVER
6923 M:      Guenter Roeck <[email protected]>
6924 L:      [email protected]
6925 S:      Maintained
6926 F:      Documentation/hwmon/max6697
6927 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6928 F:      drivers/hwmon/max6697.c
6929 F:      include/linux/platform_data/max6697.h
6930
6931 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6932 M:      Krzysztof Kozlowski <[email protected]>
6933 L:      [email protected]
6934 S:      Supported
6935 F:      drivers/power/max14577_charger.c
6936 F:      drivers/power/max77693_charger.c
6937
6938 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6939 M:      Javier Martinez Canillas <[email protected]>
6940 L:      [email protected]
6941 S:      Supported
6942 F:      drivers/*/*max77802*.c
6943 F:      Documentation/devicetree/bindings/*/*max77802.txt
6944 F:      include/dt-bindings/*/*max77802.h
6945
6946 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6947 M:      Chanwoo Choi <[email protected]>
6948 M:      Krzysztof Kozlowski <[email protected]>
6949 L:      [email protected]
6950 S:      Supported
6951 F:      drivers/*/max14577.c
6952 F:      drivers/*/max77686*.c
6953 F:      drivers/*/max77693.c
6954 F:      drivers/extcon/extcon-max14577.c
6955 F:      drivers/extcon/extcon-max77693.c
6956 F:      drivers/rtc/rtc-max77686.c
6957 F:      drivers/clk/clk-max77686.c
6958 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6959 F:      Documentation/devicetree/bindings/*/max77686.txt
6960 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6961 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6962 F:      include/linux/mfd/max14577*.h
6963 F:      include/linux/mfd/max77686*.h
6964 F:      include/linux/mfd/max77693*.h
6965
6966 MAXIRADIO FM RADIO RECEIVER DRIVER
6967 M:      Hans Verkuil <[email protected]>
6968 L:      [email protected]
6969 T:      git git://linuxtv.org/media_tree.git
6970 W:      https://linuxtv.org
6971 S:      Maintained
6972 F:      drivers/media/radio/radio-maxiradio*
6973
6974 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6975 M:      Peter Rosin <[email protected]>
6976 L:      [email protected]
6977 S:      Maintained
6978 F:      drivers/iio/potentiometer/mcp4531.c
6979
6980 MEDIA DRIVERS FOR RENESAS - VSP1
6981 M:      Laurent Pinchart <[email protected]>
6982 L:      [email protected]
6983 L:      [email protected]
6984 T:      git git://linuxtv.org/media_tree.git
6985 S:      Supported
6986 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6987 F:      drivers/media/platform/vsp1/
6988
6989 MEDIA DRIVERS FOR ASCOT2E
6990 M:      Sergey Kozlov <[email protected]>
6991 L:      [email protected]
6992 W:      https://linuxtv.org
6993 W:      http://netup.tv/
6994 T:      git git://linuxtv.org/media_tree.git
6995 S:      Supported
6996 F:      drivers/media/dvb-frontends/ascot2e*
6997
6998 MEDIA DRIVERS FOR CXD2841ER
6999 M:      Sergey Kozlov <[email protected]>
7000 L:      [email protected]
7001 W:      https://linuxtv.org
7002 W:      http://netup.tv/
7003 T:      git git://linuxtv.org/media_tree.git
7004 S:      Supported
7005 F:      drivers/media/dvb-frontends/cxd2841er*
7006
7007 MEDIA DRIVERS FOR HORUS3A
7008 M:      Sergey Kozlov <[email protected]>
7009 L:      [email protected]
7010 W:      https://linuxtv.org
7011 W:      http://netup.tv/
7012 T:      git git://linuxtv.org/media_tree.git
7013 S:      Supported
7014 F:      drivers/media/dvb-frontends/horus3a*
7015
7016 MEDIA DRIVERS FOR LNBH25
7017 M:      Sergey Kozlov <[email protected]>
7018 L:      [email protected]
7019 W:      https://linuxtv.org
7020 W:      http://netup.tv/
7021 T:      git git://linuxtv.org/media_tree.git
7022 S:      Supported
7023 F:      drivers/media/dvb-frontends/lnbh25*
7024
7025 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7026 M:      Sergey Kozlov <[email protected]>
7027 L:      [email protected]
7028 W:      https://linuxtv.org
7029 W:      http://netup.tv/
7030 T:      git git://linuxtv.org/media_tree.git
7031 S:      Supported
7032 F:      drivers/media/pci/netup_unidvb/*
7033
7034 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7035 M:      Mauro Carvalho Chehab <[email protected]>
7036 P:      LinuxTV.org Project
7037 L:      [email protected]
7038 W:      https://linuxtv.org
7039 Q:      http://patchwork.kernel.org/project/linux-media/list/
7040 T:      git git://linuxtv.org/media_tree.git
7041 S:      Maintained
7042 F:      Documentation/dvb/
7043 F:      Documentation/video4linux/
7044 F:      Documentation/DocBook/media/
7045 F:      drivers/media/
7046 F:      drivers/staging/media/
7047 F:      include/linux/platform_data/media/
7048 F:      include/media/
7049 F:      include/uapi/linux/dvb/
7050 F:      include/uapi/linux/videodev2.h
7051 F:      include/uapi/linux/media.h
7052 F:      include/uapi/linux/v4l2-*
7053 F:      include/uapi/linux/meye.h
7054 F:      include/uapi/linux/ivtv*
7055 F:      include/uapi/linux/uvcvideo.h
7056
7057 MEDIATEK ETHERNET DRIVER
7058 M:      Felix Fietkau <[email protected]>
7059 M:      John Crispin <[email protected]>
7060 L:      [email protected]
7061 S:      Maintained
7062 F:      drivers/net/ethernet/mediatek/
7063
7064 MEDIATEK MT7601U WIRELESS LAN DRIVER
7065 M:      Jakub Kicinski <[email protected]>
7066 L:      [email protected]
7067 S:      Maintained
7068 F:      drivers/net/wireless/mediatek/mt7601u/
7069
7070 MEGARAID SCSI/SAS DRIVERS
7071 M:      Kashyap Desai <[email protected]>
7072 M:      Sumit Saxena <[email protected]>
7073 M:      Uday Lingala <[email protected]>
7074 L:      [email protected]
7075 L:      [email protected]
7076 W:      http://www.lsi.com
7077 S:      Maintained
7078 F:      Documentation/scsi/megaraid.txt
7079 F:      drivers/scsi/megaraid.*
7080 F:      drivers/scsi/megaraid/
7081
7082 MELLANOX ETHERNET DRIVER (mlx4_en)
7083 M:      Eugenia Emantayev <[email protected]>
7084 L:      [email protected]
7085 S:      Supported
7086 W:      http://www.mellanox.com
7087 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7088 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7089
7090 MELLANOX ETHERNET DRIVER (mlx5e)
7091 M:      Saeed Mahameed <[email protected]>
7092 L:      [email protected]
7093 S:      Supported
7094 W:      http://www.mellanox.com
7095 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7096 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7097
7098 MELLANOX ETHERNET SWITCH DRIVERS
7099 M:      Jiri Pirko <[email protected]>
7100 M:      Ido Schimmel <[email protected]>
7101 L:      [email protected]
7102 S:      Supported
7103 W:      http://www.mellanox.com
7104 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7105 F:      drivers/net/ethernet/mellanox/mlxsw/
7106
7107 MEMBARRIER SUPPORT
7108 M:      Mathieu Desnoyers <[email protected]>
7109 M:      "Paul E. McKenney" <[email protected]>
7110 L:      [email protected]
7111 S:      Supported
7112 F:      kernel/membarrier.c
7113 F:      include/uapi/linux/membarrier.h
7114
7115 MEMORY MANAGEMENT
7116 L:      [email protected]
7117 W:      http://www.linux-mm.org
7118 S:      Maintained
7119 F:      include/linux/mm.h
7120 F:      include/linux/gfp.h
7121 F:      include/linux/mmzone.h
7122 F:      include/linux/memory_hotplug.h
7123 F:      include/linux/vmalloc.h
7124 F:      mm/
7125
7126 MEMORY TECHNOLOGY DEVICES (MTD)
7127 M:      David Woodhouse <[email protected]>
7128 M:      Brian Norris <[email protected]>
7129 L:      [email protected]
7130 W:      http://www.linux-mtd.infradead.org/
7131 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7132 T:      git git://git.infradead.org/linux-mtd.git
7133 T:      git git://git.infradead.org/l2-mtd.git
7134 S:      Maintained
7135 F:      drivers/mtd/
7136 F:      include/linux/mtd/
7137 F:      include/uapi/mtd/
7138
7139 MEN A21 WATCHDOG DRIVER
7140 M:      Johannes Thumshirn <[email protected]>
7141 L:      [email protected]
7142 S:      Maintained
7143 F:      drivers/watchdog/mena21_wdt.c
7144
7145 MEN CHAMELEON BUS (mcb)
7146 M:      Johannes Thumshirn <[email protected]>
7147 S:      Maintained
7148 F:      drivers/mcb/
7149 F:      include/linux/mcb.h
7150 F:      Documentation/men-chameleon-bus.txt
7151
7152 MEN F21BMC (Board Management Controller)
7153 M:      Andreas Werner <[email protected]>
7154 S:      Supported
7155 F:      drivers/mfd/menf21bmc.c
7156 F:      drivers/watchdog/menf21bmc_wdt.c
7157 F:      drivers/leds/leds-menf21bmc.c
7158 F:      drivers/hwmon/menf21bmc_hwmon.c
7159 F:      Documentation/hwmon/menf21bmc
7160
7161 METAG ARCHITECTURE
7162 M:      James Hogan <[email protected]>
7163 L:      [email protected]
7164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7165 S:      Odd Fixes
7166 F:      arch/metag/
7167 F:      Documentation/metag/
7168 F:      Documentation/devicetree/bindings/metag/
7169 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7170 F:      drivers/clocksource/metag_generic.c
7171 F:      drivers/irqchip/irq-metag.c
7172 F:      drivers/irqchip/irq-metag-ext.c
7173 F:      drivers/tty/metag_da.c
7174
7175 MICROBLAZE ARCHITECTURE
7176 M:      Michal Simek <[email protected]>
7177 W:      http://www.monstr.eu/fdt/
7178 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7179 S:      Supported
7180 F:      arch/microblaze/
7181
7182 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7183 M:      Chen Yu <[email protected]>
7184 L:      [email protected]
7185 S:      Supported
7186 F:      drivers/platform/x86/surfacepro3_button.c
7187
7188 MICROTEK X6 SCANNER
7189 M:      Oliver Neukum <[email protected]>
7190 S:      Maintained
7191 F:      drivers/usb/image/microtek.*
7192
7193 MIPS
7194 M:      Ralf Baechle <[email protected]>
7195 L:      [email protected]
7196 W:      http://www.linux-mips.org/
7197 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7198 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7199 S:      Supported
7200 F:      Documentation/mips/
7201 F:      arch/mips/
7202
7203 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7204 M:      Hans Verkuil <[email protected]>
7205 L:      [email protected]
7206 T:      git git://linuxtv.org/media_tree.git
7207 W:      https://linuxtv.org
7208 S:      Odd Fixes
7209 F:      drivers/media/radio/radio-miropcm20*
7210
7211 MELLANOX MLX4 core VPI driver
7212 M:      Yishai Hadas <[email protected]>
7213 L:      [email protected]
7214 L:      [email protected]
7215 W:      http://www.mellanox.com
7216 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7217 S:      Supported
7218 F:      drivers/net/ethernet/mellanox/mlx4/
7219 F:      include/linux/mlx4/
7220
7221 MELLANOX MLX4 IB driver
7222 M:      Yishai Hadas <[email protected]>
7223 L:      [email protected]
7224 W:      http://www.mellanox.com
7225 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7226 S:      Supported
7227 F:      drivers/infiniband/hw/mlx4/
7228 F:      include/linux/mlx4/
7229
7230 MELLANOX MLX5 core VPI driver
7231 M:      Matan Barak <[email protected]>
7232 M:      Leon Romanovsky <[email protected]>
7233 L:      [email protected]
7234 L:      [email protected]
7235 W:      http://www.mellanox.com
7236 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7237 S:      Supported
7238 F:      drivers/net/ethernet/mellanox/mlx5/core/
7239 F:      include/linux/mlx5/
7240
7241 MELLANOX MLX5 IB driver
7242 M:      Matan Barak <[email protected]>
7243 M:      Leon Romanovsky <[email protected]>
7244 L:      [email protected]
7245 W:      http://www.mellanox.com
7246 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7247 S:      Supported
7248 F:      drivers/infiniband/hw/mlx5/
7249 F:      include/linux/mlx5/
7250
7251 MELEXIS MLX90614 DRIVER
7252 M:      Crt Mori <[email protected]>
7253 L:      [email protected]
7254 W:      http://www.melexis.com
7255 S:      Supported
7256 F:      drivers/iio/temperature/mlx90614.c
7257
7258 MN88472 MEDIA DRIVER
7259 M:      Antti Palosaari <[email protected]>
7260 L:      [email protected]
7261 W:      https://linuxtv.org
7262 W:      http://palosaari.fi/linux/
7263 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7264 T:      git git://linuxtv.org/anttip/media_tree.git
7265 S:      Maintained
7266 F:      drivers/staging/media/mn88472/
7267 F:      drivers/media/dvb-frontends/mn88472.h
7268
7269 MN88473 MEDIA DRIVER
7270 M:      Antti Palosaari <[email protected]>
7271 L:      [email protected]
7272 W:      https://linuxtv.org
7273 W:      http://palosaari.fi/linux/
7274 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7275 S:      Maintained
7276 F:      drivers/media/dvb-frontends/mn88473*
7277
7278 MODULE SUPPORT
7279 M:      Rusty Russell <[email protected]>
7280 S:      Maintained
7281 F:      include/linux/module.h
7282 F:      kernel/module.c
7283
7284 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7285 W:      http://popies.net/meye/
7286 S:      Orphan
7287 F:      Documentation/video4linux/meye.txt
7288 F:      drivers/media/pci/meye/
7289 F:      include/uapi/linux/meye.h
7290
7291 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7292 M:      Jiri Slaby <[email protected]>
7293 S:      Maintained
7294 F:      Documentation/serial/moxa-smartio
7295 F:      drivers/tty/mxser.*
7296
7297 MR800 AVERMEDIA USB FM RADIO DRIVER
7298 M:      Alexey Klimov <[email protected]>
7299 L:      [email protected]
7300 T:      git git://linuxtv.org/media_tree.git
7301 S:      Maintained
7302 F:      drivers/media/radio/radio-mr800.c
7303
7304 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7305 M:      Alan Ott <[email protected]>
7306 L:      [email protected]
7307 S:      Maintained
7308 F:      drivers/net/ieee802154/mrf24j40.c
7309 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7310
7311 MSI LAPTOP SUPPORT
7312 M:      "Lee, Chun-Yi" <[email protected]>
7313 L:      [email protected]
7314 S:      Maintained
7315 F:      drivers/platform/x86/msi-laptop.c
7316
7317 MSI WMI SUPPORT
7318 L:      [email protected]
7319 S:      Orphan
7320 F:      drivers/platform/x86/msi-wmi.c
7321
7322 MSI001 MEDIA DRIVER
7323 M:      Antti Palosaari <[email protected]>
7324 L:      [email protected]
7325 W:      https://linuxtv.org
7326 W:      http://palosaari.fi/linux/
7327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7328 T:      git git://linuxtv.org/anttip/media_tree.git
7329 S:      Maintained
7330 F:      drivers/media/tuners/msi001*
7331
7332 MSI2500 MEDIA DRIVER
7333 M:      Antti Palosaari <[email protected]>
7334 L:      [email protected]
7335 W:      https://linuxtv.org
7336 W:      http://palosaari.fi/linux/
7337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7338 T:      git git://linuxtv.org/anttip/media_tree.git
7339 S:      Maintained
7340 F:      drivers/media/usb/msi2500/
7341
7342 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7343 M:      Robert Jarzmik <[email protected]>
7344 L:      [email protected]
7345 S:      Maintained
7346 F:      drivers/mtd/devices/docg3*
7347
7348 MT9M032 APTINA SENSOR DRIVER
7349 M:      Laurent Pinchart <[email protected]>
7350 L:      [email protected]
7351 T:      git git://linuxtv.org/media_tree.git
7352 S:      Maintained
7353 F:      drivers/media/i2c/mt9m032.c
7354 F:      include/media/i2c/mt9m032.h
7355
7356 MT9P031 APTINA CAMERA SENSOR
7357 M:      Laurent Pinchart <[email protected]>
7358 L:      [email protected]
7359 T:      git git://linuxtv.org/media_tree.git
7360 S:      Maintained
7361 F:      drivers/media/i2c/mt9p031.c
7362 F:      include/media/i2c/mt9p031.h
7363
7364 MT9T001 APTINA CAMERA SENSOR
7365 M:      Laurent Pinchart <[email protected]>
7366 L:      [email protected]
7367 T:      git git://linuxtv.org/media_tree.git
7368 S:      Maintained
7369 F:      drivers/media/i2c/mt9t001.c
7370 F:      include/media/i2c/mt9t001.h
7371
7372 MT9V032 APTINA CAMERA SENSOR
7373 M:      Laurent Pinchart <[email protected]>
7374 L:      [email protected]
7375 T:      git git://linuxtv.org/media_tree.git
7376 S:      Maintained
7377 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7378 F:      drivers/media/i2c/mt9v032.c
7379 F:      include/media/i2c/mt9v032.h
7380
7381 MULTIFUNCTION DEVICES (MFD)
7382 M:      Lee Jones <[email protected]>
7383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7384 S:      Supported
7385 F:      drivers/mfd/
7386 F:      include/linux/mfd/
7387
7388 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7389 M:      Ulf Hansson <[email protected]>
7390 L:      [email protected]
7391 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7392 S:      Maintained
7393 F:      drivers/mmc/
7394 F:      include/linux/mmc/
7395 F:      include/uapi/linux/mmc/
7396
7397 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7398 S:      Orphan
7399 F:      drivers/mmc/host/mmc_spi.c
7400 F:      include/linux/spi/mmc_spi.h
7401
7402 MULTISOUND SOUND DRIVER
7403 M:      Andrew Veliath <[email protected]>
7404 S:      Maintained
7405 F:      Documentation/sound/oss/MultiSound
7406 F:      sound/oss/msnd*
7407
7408 MULTITECH MULTIPORT CARD (ISICOM)
7409 S:      Orphan
7410 F:      drivers/tty/isicom.c
7411 F:      include/linux/isicom.h
7412
7413 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7414 M:      Bin Liu <[email protected]>
7415 L:      [email protected]
7416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7417 S:      Maintained
7418 F:      drivers/usb/musb/
7419
7420 MXL5007T MEDIA DRIVER
7421 M:      Michael Krufky <[email protected]>
7422 L:      [email protected]
7423 W:      https://linuxtv.org
7424 W:      http://github.com/mkrufky
7425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7426 T:      git git://linuxtv.org/mkrufky/tuners.git
7427 S:      Maintained
7428 F:      drivers/media/tuners/mxl5007t.*
7429
7430 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7431 M:      Hyong-Youb Kim <[email protected]>
7432 L:      [email protected]
7433 W:      https://www.myricom.com/support/downloads/myri10ge.html
7434 S:      Supported
7435 F:      drivers/net/ethernet/myricom/myri10ge/
7436
7437 NAND FLASH SUBSYSTEM
7438 M:      Boris Brezillon <[email protected]>
7439 R:      Richard Weinberger <[email protected]>
7440 L:      [email protected]
7441 W:      http://www.linux-mtd.infradead.org/
7442 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7443 T:      git git://github.com/linux-nand/linux.git
7444 S:      Maintained
7445 F:      drivers/mtd/nand/
7446 F:      include/linux/mtd/nand*.h
7447
7448 NATSEMI ETHERNET DRIVER (DP8381x)
7449 S:      Orphan
7450 F:      drivers/net/ethernet/natsemi/natsemi.c
7451
7452 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7453 M:      Daniel Mack <[email protected]>
7454 S:      Maintained
7455 L:      [email protected] (moderated for non-subscribers)
7456 W:      http://www.native-instruments.com
7457 F:      sound/usb/caiaq/
7458
7459 NCP FILESYSTEM
7460 M:      Petr Vandrovec <[email protected]>
7461 S:      Odd Fixes
7462 F:      fs/ncpfs/
7463
7464 NCR 5380 SCSI DRIVERS
7465 M:      Finn Thain <[email protected]>
7466 M:      Michael Schmitz <[email protected]>
7467 L:      [email protected]
7468 S:      Maintained
7469 F:      Documentation/scsi/g_NCR5380.txt
7470 F:      drivers/scsi/NCR5380.*
7471 F:      drivers/scsi/arm/cumana_1.c
7472 F:      drivers/scsi/arm/oak.c
7473 F:      drivers/scsi/atari_NCR5380.c
7474 F:      drivers/scsi/atari_scsi.*
7475 F:      drivers/scsi/dmx3191d.c
7476 F:      drivers/scsi/dtc.*
7477 F:      drivers/scsi/g_NCR5380.*
7478 F:      drivers/scsi/g_NCR5380_mmio.c
7479 F:      drivers/scsi/mac_scsi.*
7480 F:      drivers/scsi/pas16.*
7481 F:      drivers/scsi/sun3_scsi.*
7482 F:      drivers/scsi/sun3_scsi_vme.c
7483 F:      drivers/scsi/t128.*
7484
7485 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7486 M:      "James E.J. Bottomley" <[email protected]>
7487 L:      [email protected]
7488 S:      Maintained
7489 F:      drivers/scsi/NCR_D700.*
7490
7491 NCT6775 HARDWARE MONITOR DRIVER
7492 M:      Guenter Roeck <[email protected]>
7493 L:      [email protected]
7494 S:      Maintained
7495 F:      Documentation/hwmon/nct6775
7496 F:      drivers/hwmon/nct6775.c
7497
7498 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7499 M:      Faisal Latif <[email protected]>
7500 L:      [email protected]
7501 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7502 S:      Supported
7503 F:      drivers/infiniband/hw/nes/
7504
7505 NETEM NETWORK EMULATOR
7506 M:      Stephen Hemminger <[email protected]>
7507 L:      [email protected]
7508 S:      Maintained
7509 F:      net/sched/sch_netem.c
7510
7511 NETERION 10GbE DRIVERS (s2io/vxge)
7512 M:      Jon Mason <[email protected]>
7513 L:      [email protected]
7514 S:      Supported
7515 F:      Documentation/networking/s2io.txt
7516 F:      Documentation/networking/vxge.txt
7517 F:      drivers/net/ethernet/neterion/
7518
7519 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7520 M:      Pablo Neira Ayuso <[email protected]>
7521 M:      Patrick McHardy <[email protected]>
7522 M:      Jozsef Kadlecsik <[email protected]>
7523 L:      [email protected]
7524 L:      [email protected]
7525 W:      http://www.netfilter.org/
7526 W:      http://www.iptables.org/
7527 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7530 S:      Supported
7531 F:      include/linux/netfilter*
7532 F:      include/linux/netfilter/
7533 F:      include/net/netfilter/
7534 F:      include/uapi/linux/netfilter*
7535 F:      include/uapi/linux/netfilter/
7536 F:      net/*/netfilter.c
7537 F:      net/*/netfilter/
7538 F:      net/netfilter/
7539 F:      net/bridge/br_netfilter*.c
7540
7541 NETLABEL
7542 M:      Paul Moore <[email protected]>
7543 W:      http://netlabel.sf.net
7544 L:      [email protected]
7545 S:      Maintained
7546 F:      Documentation/netlabel/
7547 F:      include/net/netlabel.h
7548 F:      net/netlabel/
7549
7550 NETROM NETWORK LAYER
7551 M:      Ralf Baechle <[email protected]>
7552 L:      [email protected]
7553 W:      http://www.linux-ax25.org/
7554 S:      Maintained
7555 F:      include/net/netrom.h
7556 F:      include/uapi/linux/netrom.h
7557 F:      net/netrom/
7558
7559 NETRONOME ETHERNET DRIVERS
7560 M:      Jakub Kicinski <[email protected]>
7561 L:      [email protected]
7562 S:      Maintained
7563 F:      drivers/net/ethernet/netronome/
7564
7565 NETWORK BLOCK DEVICE (NBD)
7566 M:      Markus Pargmann <[email protected]>
7567 S:      Maintained
7568 L:      [email protected]
7569 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7570 F:      Documentation/blockdev/nbd.txt
7571 F:      drivers/block/nbd.c
7572 F:      include/uapi/linux/nbd.h
7573
7574 NETWORK DROP MONITOR
7575 M:      Neil Horman <[email protected]>
7576 L:      [email protected]
7577 S:      Maintained
7578 W:      https://fedorahosted.org/dropwatch/
7579 F:      net/core/drop_monitor.c
7580
7581 NETWORKING [GENERAL]
7582 M:      "David S. Miller" <[email protected]>
7583 L:      [email protected]
7584 W:      http://www.linuxfoundation.org/en/Net
7585 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7588 S:      Maintained
7589 F:      net/
7590 F:      include/net/
7591 F:      include/linux/in.h
7592 F:      include/linux/net.h
7593 F:      include/linux/netdevice.h
7594 F:      include/uapi/linux/in.h
7595 F:      include/uapi/linux/net.h
7596 F:      include/uapi/linux/netdevice.h
7597 F:      include/uapi/linux/net_namespace.h
7598 F:      tools/net/
7599 F:      tools/testing/selftests/net/
7600 F:      lib/random32.c
7601 F:      lib/test_bpf.c
7602
7603 NETWORKING [IPv4/IPv6]
7604 M:      "David S. Miller" <[email protected]>
7605 M:      Alexey Kuznetsov <[email protected]>
7606 M:      James Morris <[email protected]>
7607 M:      Hideaki YOSHIFUJI <[email protected]>
7608 M:      Patrick McHardy <[email protected]>
7609 L:      [email protected]
7610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7611 S:      Maintained
7612 F:      net/ipv4/
7613 F:      net/ipv6/
7614 F:      include/net/ip*
7615 F:      arch/x86/net/*
7616
7617 NETWORKING [IPSEC]
7618 M:      Steffen Klassert <[email protected]>
7619 M:      Herbert Xu <[email protected]>
7620 M:      "David S. Miller" <[email protected]>
7621 L:      [email protected]
7622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7624 S:      Maintained
7625 F:      net/core/flow.c
7626 F:      net/xfrm/
7627 F:      net/key/
7628 F:      net/ipv4/xfrm*
7629 F:      net/ipv4/esp4.c
7630 F:      net/ipv4/ah4.c
7631 F:      net/ipv4/ipcomp.c
7632 F:      net/ipv4/ip_vti.c
7633 F:      net/ipv6/xfrm*
7634 F:      net/ipv6/esp6.c
7635 F:      net/ipv6/ah6.c
7636 F:      net/ipv6/ipcomp6.c
7637 F:      net/ipv6/ip6_vti.c
7638 F:      include/uapi/linux/xfrm.h
7639 F:      include/net/xfrm.h
7640
7641 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7642 M:      Paul Moore <[email protected]>
7643 L:      [email protected]
7644 S:      Maintained
7645
7646 NETWORKING [WIRELESS]
7647 L:      [email protected]
7648 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7649
7650 NETWORKING DRIVERS
7651 L:      [email protected]
7652 W:      http://www.linuxfoundation.org/en/Net
7653 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7656 S:      Odd Fixes
7657 F:      drivers/net/
7658 F:      include/linux/if_*
7659 F:      include/linux/netdevice.h
7660 F:      include/linux/etherdevice.h
7661 F:      include/linux/fcdevice.h
7662 F:      include/linux/fddidevice.h
7663 F:      include/linux/hippidevice.h
7664 F:      include/linux/inetdevice.h
7665 F:      include/uapi/linux/if_*
7666 F:      include/uapi/linux/netdevice.h
7667
7668 NETWORKING DRIVERS (WIRELESS)
7669 M:      Kalle Valo <[email protected]>
7670 L:      [email protected]
7671 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7674 S:      Maintained
7675 F:      drivers/net/wireless/
7676
7677 NETXEN (1/10) GbE SUPPORT
7678 M:      Manish Chopra <[email protected]>
7679 M:      Sony Chacko <[email protected]>
7680 M:      Rajesh Borundia <[email protected]>
7681 L:      [email protected]
7682 W:      http://www.qlogic.com
7683 S:      Supported
7684 F:      drivers/net/ethernet/qlogic/netxen/
7685
7686 NFC SUBSYSTEM
7687 M:      Lauro Ramos Venancio <[email protected]>
7688 M:      Aloisio Almeida Jr <[email protected]>
7689 M:      Samuel Ortiz <[email protected]>
7690 L:      [email protected]
7691 L:      [email protected] (subscribers-only)
7692 S:      Supported
7693 F:      net/nfc/
7694 F:      include/net/nfc/
7695 F:      include/uapi/linux/nfc.h
7696 F:      drivers/nfc/
7697 F:      include/linux/platform_data/nfcmrvl.h
7698 F:      include/linux/platform_data/nxp-nci.h
7699 F:      include/linux/platform_data/pn544.h
7700 F:      include/linux/platform_data/st21nfca.h
7701 F:      include/linux/platform_data/st-nci.h
7702 F:      Documentation/devicetree/bindings/net/nfc/
7703
7704 NFS, SUNRPC, AND LOCKD CLIENTS
7705 M:      Trond Myklebust <[email protected]>
7706 M:      Anna Schumaker <[email protected]>
7707 L:      [email protected]
7708 W:      http://client.linux-nfs.org
7709 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7710 S:      Maintained
7711 F:      fs/lockd/
7712 F:      fs/nfs/
7713 F:      fs/nfs_common/
7714 F:      net/sunrpc/
7715 F:      include/linux/lockd/
7716 F:      include/linux/nfs*
7717 F:      include/linux/sunrpc/
7718 F:      include/uapi/linux/nfs*
7719 F:      include/uapi/linux/sunrpc/
7720
7721 NILFS2 FILESYSTEM
7722 M:      Ryusuke Konishi <[email protected]>
7723 L:      [email protected]
7724 W:      http://nilfs.sourceforge.net/
7725 T:      git git://github.com/konis/nilfs2.git
7726 S:      Supported
7727 F:      Documentation/filesystems/nilfs2.txt
7728 F:      fs/nilfs2/
7729 F:      include/linux/nilfs2_fs.h
7730 F:      include/trace/events/nilfs2.h
7731
7732 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7733 M:      YOKOTA Hiroshi <[email protected]>
7734 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7735 S:      Maintained
7736 F:      Documentation/scsi/NinjaSCSI.txt
7737 F:      drivers/scsi/pcmcia/nsp_*
7738
7739 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7740 M:      GOTO Masanori <[email protected]>
7741 M:      YOKOTA Hiroshi <[email protected]>
7742 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7743 S:      Maintained
7744 F:      Documentation/scsi/NinjaSCSI.txt
7745 F:      drivers/scsi/nsp32*
7746
7747 NIOS2 ARCHITECTURE
7748 M:      Ley Foon Tan <[email protected]>
7749 L:      [email protected] (moderated for non-subscribers)
7750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7751 S:      Maintained
7752 F:      arch/nios2/
7753
7754 NOKIA N900 POWER SUPPLY DRIVERS
7755 R:      Pali RohĂ¡r <[email protected]>
7756 F:      include/linux/power/bq2415x_charger.h
7757 F:      include/linux/power/bq27xxx_battery.h
7758 F:      include/linux/power/isp1704_charger.h
7759 F:      drivers/power/bq2415x_charger.c
7760 F:      drivers/power/bq27xxx_battery.c
7761 F:      drivers/power/bq27xxx_battery_i2c.c
7762 F:      drivers/power/isp1704_charger.c
7763 F:      drivers/power/rx51_battery.c
7764
7765 NTB DRIVER CORE
7766 M:      Jon Mason <[email protected]>
7767 M:      Dave Jiang <[email protected]>
7768 M:      Allen Hubbe <[email protected]>
7769 L:      [email protected]
7770 S:      Supported
7771 W:      https://github.com/jonmason/ntb/wiki
7772 T:      git git://github.com/jonmason/ntb.git
7773 F:      drivers/ntb/
7774 F:      drivers/net/ntb_netdev.c
7775 F:      include/linux/ntb.h
7776 F:      include/linux/ntb_transport.h
7777
7778 NTB INTEL DRIVER
7779 M:      Jon Mason <[email protected]>
7780 M:      Dave Jiang <[email protected]>
7781 L:      [email protected]
7782 S:      Supported
7783 W:      https://github.com/jonmason/ntb/wiki
7784 T:      git git://github.com/jonmason/ntb.git
7785 F:      drivers/ntb/hw/intel/
7786
7787 NTB AMD DRIVER
7788 M:      Xiangliang Yu <[email protected]>
7789 L:      [email protected]
7790 S:      Supported
7791 F:      drivers/ntb/hw/amd/
7792
7793 NTFS FILESYSTEM
7794 M:      Anton Altaparmakov <[email protected]>
7795 L:      [email protected]
7796 W:      http://www.tuxera.com/
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7798 S:      Supported
7799 F:      Documentation/filesystems/ntfs.txt
7800 F:      fs/ntfs/
7801
7802 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7803 M:      Antonino Daplas <[email protected]>
7804 L:      [email protected]
7805 S:      Maintained
7806 F:      drivers/video/fbdev/riva/
7807 F:      drivers/video/fbdev/nvidia/
7808
7809 NVM EXPRESS DRIVER
7810 M:      Keith Busch <[email protected]>
7811 M:      Jens Axboe <[email protected]>
7812 L:      [email protected]
7813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7814 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7815 S:      Supported
7816 F:      drivers/nvme/host/
7817 F:      include/linux/nvme.h
7818
7819 NVMEM FRAMEWORK
7820 M:      Srinivas Kandagatla <[email protected]>
7821 M:      Maxime Ripard <[email protected]>
7822 S:      Maintained
7823 F:      drivers/nvmem/
7824 F:      Documentation/devicetree/bindings/nvmem/
7825 F:      include/linux/nvmem-consumer.h
7826 F:      include/linux/nvmem-provider.h
7827
7828 NXP-NCI NFC DRIVER
7829 M:      ClĂ©ment Perrochaud <[email protected]>
7830 R:      Charles Gorand <[email protected]>
7831 L:      [email protected] (moderated for non-subscribers)
7832 S:      Supported
7833 F:      drivers/nfc/nxp-nci
7834
7835 NXP TDA998X DRM DRIVER
7836 M:      Russell King <[email protected]>
7837 S:      Supported
7838 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7839 F:      include/drm/i2c/tda998x.h
7840
7841 NXP TFA9879 DRIVER
7842 M:      Peter Rosin <[email protected]>
7843 L:      [email protected] (moderated for non-subscribers)
7844 S:      Maintained
7845 F:      sound/soc/codecs/tfa9879*
7846
7847 OMAP SUPPORT
7848 M:      Tony Lindgren <[email protected]>
7849 L:      [email protected]
7850 W:      http://www.muru.com/linux/omap/
7851 W:      http://linux.omap.com/
7852 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7854 S:      Maintained
7855 F:      arch/arm/*omap*/
7856 F:      arch/arm/configs/omap1_defconfig
7857 F:      arch/arm/configs/omap2plus_defconfig
7858 F:      drivers/i2c/busses/i2c-omap.c
7859 F:      drivers/irqchip/irq-omap-intc.c
7860 F:      drivers/mfd/*omap*.c
7861 F:      drivers/mfd/menelaus.c
7862 F:      drivers/mfd/palmas.c
7863 F:      drivers/mfd/tps65217.c
7864 F:      drivers/mfd/tps65218.c
7865 F:      drivers/mfd/tps65910.c
7866 F:      drivers/mfd/twl-core.[ch]
7867 F:      drivers/mfd/twl4030*.c
7868 F:      drivers/mfd/twl6030*.c
7869 F:      drivers/mfd/twl6040*.c
7870 F:      drivers/regulator/palmas-regulator*.c
7871 F:      drivers/regulator/pbias-regulator.c
7872 F:      drivers/regulator/tps65217-regulator.c
7873 F:      drivers/regulator/tps65218-regulator.c
7874 F:      drivers/regulator/tps65910-regulator.c
7875 F:      drivers/regulator/twl-regulator.c
7876 F:      include/linux/i2c-omap.h
7877
7878 OMAP DEVICE TREE SUPPORT
7879 M:      BenoĂ®t Cousson <[email protected]>
7880 M:      Tony Lindgren <[email protected]>
7881 L:      [email protected]
7882 L:      [email protected]
7883 S:      Maintained
7884 F:      arch/arm/boot/dts/*omap*
7885 F:      arch/arm/boot/dts/*am3*
7886 F:      arch/arm/boot/dts/*am4*
7887 F:      arch/arm/boot/dts/*am5*
7888 F:      arch/arm/boot/dts/*dra7*
7889
7890 OMAP CLOCK FRAMEWORK SUPPORT
7891 M:      Paul Walmsley <[email protected]>
7892 L:      [email protected]
7893 S:      Maintained
7894 F:      arch/arm/*omap*/*clock*
7895
7896 OMAP POWER MANAGEMENT SUPPORT
7897 M:      Kevin Hilman <[email protected]>
7898 L:      [email protected]
7899 S:      Maintained
7900 F:      arch/arm/*omap*/*pm*
7901 F:      drivers/cpufreq/omap-cpufreq.c
7902
7903 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7904 M:      Rajendra Nayak <[email protected]>
7905 M:      Paul Walmsley <[email protected]>
7906 L:      [email protected]
7907 S:      Maintained
7908 F:      arch/arm/mach-omap2/prm*
7909
7910 OMAP AUDIO SUPPORT
7911 M:      Peter Ujfalusi <[email protected]>
7912 M:      Jarkko Nikula <[email protected]>
7913 L:      [email protected] (moderated for non-subscribers)
7914 L:      [email protected]
7915 S:      Maintained
7916 F:      sound/soc/omap/
7917
7918 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7919 M:      Roger Quadros <[email protected]>
7920 M:      Tony Lindgren <[email protected]>
7921 L:      [email protected]
7922 S:      Maintained
7923 F:      drivers/memory/omap-gpmc.c
7924 F:      arch/arm/mach-omap2/*gpmc*
7925
7926 OMAP FRAMEBUFFER SUPPORT
7927 M:      Tomi Valkeinen <[email protected]>
7928 L:      [email protected]
7929 L:      [email protected]
7930 S:      Maintained
7931 F:      drivers/video/fbdev/omap/
7932
7933 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7934 M:      Tomi Valkeinen <[email protected]>
7935 L:      [email protected]
7936 L:      [email protected]
7937 S:      Maintained
7938 F:      drivers/video/fbdev/omap2/
7939 F:      Documentation/arm/OMAP/DSS
7940
7941 OMAP HARDWARE SPINLOCK SUPPORT
7942 M:      Ohad Ben-Cohen <[email protected]>
7943 L:      [email protected]
7944 S:      Maintained
7945 F:      drivers/hwspinlock/omap_hwspinlock.c
7946
7947 OMAP MMC SUPPORT
7948 M:      Jarkko Lavinen <[email protected]>
7949 L:      [email protected]
7950 S:      Maintained
7951 F:      drivers/mmc/host/omap.c
7952
7953 OMAP HS MMC SUPPORT
7954 L:      [email protected]
7955 L:      [email protected]
7956 S:      Orphan
7957 F:      drivers/mmc/host/omap_hsmmc.c
7958
7959 OMAP RANDOM NUMBER GENERATOR SUPPORT
7960 M:      Deepak Saxena <[email protected]>
7961 S:      Maintained
7962 F:      drivers/char/hw_random/omap-rng.c
7963
7964 OMAP HWMOD SUPPORT
7965 M:      BenoĂ®t Cousson <[email protected]>
7966 M:      Paul Walmsley <[email protected]>
7967 L:      [email protected]
7968 S:      Maintained
7969 F:      arch/arm/mach-omap2/omap_hwmod.*
7970
7971 OMAP HWMOD DATA
7972 M:      Paul Walmsley <[email protected]>
7973 L:      [email protected]
7974 S:      Maintained
7975 F:      arch/arm/mach-omap2/omap_hwmod*data*
7976
7977 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7978 M:      BenoĂ®t Cousson <[email protected]>
7979 L:      [email protected]
7980 S:      Maintained
7981 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7982
7983 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7984 M:      Laurent Pinchart <[email protected]>
7985 L:      [email protected]
7986 S:      Maintained
7987 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7988 F:      drivers/media/platform/omap3isp/
7989 F:      drivers/staging/media/omap4iss/
7990
7991 OMAP USB SUPPORT
7992 L:      [email protected]
7993 L:      [email protected]
7994 S:      Orphan
7995 F:      drivers/usb/*/*omap*
7996 F:      arch/arm/*omap*/usb*
7997
7998 OMAP GPIO DRIVER
7999 M:      Grygorii Strashko <[email protected]>
8000 M:      Santosh Shilimkar <[email protected]>
8001 M:      Kevin Hilman <[email protected]>
8002 L:      [email protected]
8003 S:      Maintained
8004 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8005 F:      drivers/gpio/gpio-omap.c
8006
8007 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8008 M:      Mark Jackson <[email protected]>
8009 L:      [email protected]
8010 S:      Maintained
8011 F:      arch/arm/boot/dts/am335x-nano.dts
8012
8013 OMFS FILESYSTEM
8014 M:      Bob Copeland <[email protected]>
8015 L:      [email protected]
8016 S:      Maintained
8017 F:      Documentation/filesystems/omfs.txt
8018 F:      fs/omfs/
8019
8020 OMNIKEY CARDMAN 4000 DRIVER
8021 M:      Harald Welte <[email protected]>
8022 S:      Maintained
8023 F:      drivers/char/pcmcia/cm4000_cs.c
8024 F:      include/linux/cm4000_cs.h
8025 F:      include/uapi/linux/cm4000_cs.h
8026
8027 OMNIKEY CARDMAN 4040 DRIVER
8028 M:      Harald Welte <[email protected]>
8029 S:      Maintained
8030 F:      drivers/char/pcmcia/cm4040_cs.*
8031
8032 OMNIVISION OV7670 SENSOR DRIVER
8033 M:      Jonathan Corbet <[email protected]>
8034 L:      [email protected]
8035 T:      git git://linuxtv.org/media_tree.git
8036 S:      Maintained
8037 F:      drivers/media/i2c/ov7670.c
8038
8039 ONENAND FLASH DRIVER
8040 M:      Kyungmin Park <[email protected]>
8041 L:      [email protected]
8042 S:      Maintained
8043 F:      drivers/mtd/onenand/
8044 F:      include/linux/mtd/onenand*.h
8045
8046 ONSTREAM SCSI TAPE DRIVER
8047 M:      Willem Riede <[email protected]>
8048 L:      [email protected]
8049 L:      [email protected]
8050 S:      Maintained
8051 F:      Documentation/scsi/osst.txt
8052 F:      drivers/scsi/osst.*
8053 F:      drivers/scsi/osst_*.h
8054 F:      drivers/scsi/st.h
8055
8056 OPENCORES I2C BUS DRIVER
8057 M:      Peter Korsgaard <[email protected]>
8058 L:      [email protected]
8059 S:      Maintained
8060 F:      Documentation/i2c/busses/i2c-ocores
8061 F:      drivers/i2c/busses/i2c-ocores.c
8062
8063 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8064 M:      Rob Herring <[email protected]>
8065 M:      Frank Rowand <[email protected]>
8066 M:      Grant Likely <[email protected]>
8067 L:      [email protected]
8068 W:      http://www.devicetree.org/
8069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8070 S:      Maintained
8071 F:      drivers/of/
8072 F:      include/linux/of*.h
8073 F:      scripts/dtc/
8074
8075 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8076 M:      Rob Herring <[email protected]>
8077 M:      Pawel Moll <[email protected]>
8078 M:      Mark Rutland <[email protected]>
8079 M:      Ian Campbell <[email protected]>
8080 M:      Kumar Gala <[email protected]>
8081 L:      [email protected]
8082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8083 S:      Maintained
8084 F:      Documentation/devicetree/
8085 F:      arch/*/boot/dts/
8086 F:      include/dt-bindings/
8087
8088 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8089 M:      Pantelis Antoniou <[email protected]>
8090 L:      [email protected]
8091 S:      Maintained
8092 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8093 F:      Documentation/devicetree/overlay-notes.txt
8094 F:      drivers/of/overlay.c
8095 F:      drivers/of/resolver.c
8096
8097 OPENRISC ARCHITECTURE
8098 M:      Jonas Bonn <[email protected]>
8099 W:      http://openrisc.net
8100 L:      [email protected] (moderated for non-subscribers)
8101 S:      Maintained
8102 T:      git git://openrisc.net/~jonas/linux
8103 F:      arch/openrisc/
8104
8105 OPENVSWITCH
8106 M:      Pravin Shelar <[email protected]>
8107 L:      [email protected]
8108 L:      [email protected]
8109 W:      http://openvswitch.org
8110 S:      Maintained
8111 F:      net/openvswitch/
8112 F:      include/uapi/linux/openvswitch.h
8113
8114 OPERATING PERFORMANCE POINTS (OPP)
8115 M:      Viresh Kumar <[email protected]>
8116 M:      Nishanth Menon <[email protected]>
8117 M:      Stephen Boyd <[email protected]>
8118 L:      [email protected]
8119 S:      Maintained
8120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8121 F:      drivers/base/power/opp/
8122 F:      include/linux/pm_opp.h
8123 F:      Documentation/power/opp.txt
8124 F:      Documentation/devicetree/bindings/opp/
8125
8126 OPL4 DRIVER
8127 M:      Clemens Ladisch <[email protected]>
8128 L:      [email protected] (moderated for non-subscribers)
8129 T:      git git://git.alsa-project.org/alsa-kernel.git
8130 S:      Maintained
8131 F:      sound/drivers/opl4/
8132
8133 OPROFILE
8134 M:      Robert Richter <[email protected]>
8135 L:      [email protected]
8136 S:      Maintained
8137 F:      arch/*/include/asm/oprofile*.h
8138 F:      arch/*/oprofile/
8139 F:      drivers/oprofile/
8140 F:      include/linux/oprofile.h
8141
8142 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8143 M:      Mark Fasheh <[email protected]>
8144 M:      Joel Becker <[email protected]>
8145 L:      [email protected] (moderated for non-subscribers)
8146 W:      http://ocfs2.wiki.kernel.org
8147 S:      Supported
8148 F:      Documentation/filesystems/ocfs2.txt
8149 F:      Documentation/filesystems/dlmfs.txt
8150 F:      fs/ocfs2/
8151
8152 ORINOCO DRIVER
8153 L:      [email protected]
8154 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8155 W:      http://www.nongnu.org/orinoco/
8156 S:      Orphan
8157 F:      drivers/net/wireless/intersil/orinoco/
8158
8159 OSD LIBRARY and FILESYSTEM
8160 M:      Boaz Harrosh <[email protected]>
8161 M:      Benny Halevy <[email protected]>
8162 L:      [email protected]
8163 W:      http://open-osd.org
8164 T:      git git://git.open-osd.org/open-osd.git
8165 S:      Maintained
8166 F:      drivers/scsi/osd/
8167 F:      include/scsi/osd_*
8168 F:      fs/exofs/
8169
8170 OVERLAY FILESYSTEM
8171 M:      Miklos Szeredi <[email protected]>
8172 L:      [email protected]
8173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8174 S:      Supported
8175 F:      fs/overlayfs/
8176 F:      Documentation/filesystems/overlayfs.txt
8177
8178 P54 WIRELESS DRIVER
8179 M:      Christian Lamparter <[email protected]>
8180 L:      [email protected]
8181 W:      http://wireless.kernel.org/en/users/Drivers/p54
8182 S:      Maintained
8183 F:      drivers/net/wireless/intersil/p54/
8184
8185 PA SEMI ETHERNET DRIVER
8186 M:      Olof Johansson <[email protected]>
8187 L:      [email protected]
8188 S:      Maintained
8189 F:      drivers/net/ethernet/pasemi/*
8190
8191 PA SEMI SMBUS DRIVER
8192 M:      Olof Johansson <[email protected]>
8193 L:      [email protected]
8194 S:      Maintained
8195 F:      drivers/i2c/busses/i2c-pasemi.c
8196
8197 PADATA PARALLEL EXECUTION MECHANISM
8198 M:      Steffen Klassert <[email protected]>
8199 L:      [email protected]
8200 S:      Maintained
8201 F:      kernel/padata.c
8202 F:      include/linux/padata.h
8203 F:      Documentation/padata.txt
8204
8205 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8206 M:      Harald Welte <[email protected]>
8207 L:      [email protected]
8208 S:      Maintained
8209 F:      drivers/platform/x86/panasonic-laptop.c
8210
8211 PANASONIC MN10300/AM33/AM34 PORT
8212 M:      David Howells <[email protected]>
8213 M:      Koichi Yasutake <[email protected]>
8214 L:      [email protected] (moderated for non-subscribers)
8215 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8216 S:      Maintained
8217 F:      Documentation/mn10300/
8218 F:      arch/mn10300/
8219
8220 PARALLEL LCD/KEYPAD PANEL DRIVER
8221 M:      Willy Tarreau <[email protected]>
8222 M:      Ksenija Stanojevic <[email protected]>
8223 S:      Odd Fixes
8224 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8225 F:      drivers/misc/panel.c
8226
8227 PARALLEL PORT SUBSYSTEM
8228 M:      Sudip Mukherjee <[email protected]>
8229 M:      Sudip Mukherjee <[email protected]>
8230 L:      [email protected] (subscribers-only)
8231 S:      Maintained
8232 F:      drivers/parport/
8233 F:      include/linux/parport*.h
8234 F:      drivers/char/ppdev.c
8235 F:      include/uapi/linux/ppdev.h
8236 F:      Documentation/parport*.txt
8237
8238 PARAVIRT_OPS INTERFACE
8239 M:      Jeremy Fitzhardinge <[email protected]>
8240 M:      Chris Wright <[email protected]>
8241 M:      Alok Kataria <[email protected]>
8242 M:      Rusty Russell <[email protected]>
8243 L:      [email protected]
8244 S:      Supported
8245 F:      Documentation/virtual/paravirt_ops.txt
8246 F:      arch/*/kernel/paravirt*
8247 F:      arch/*/include/asm/paravirt.h
8248
8249 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8250 M:      Tim Waugh <[email protected]>
8251 L:      [email protected] (subscribers-only)
8252 S:      Maintained
8253 F:      Documentation/blockdev/paride.txt
8254 F:      drivers/block/paride/
8255
8256 PARISC ARCHITECTURE
8257 M:      "James E.J. Bottomley" <[email protected]>
8258 M:      Helge Deller <[email protected]>
8259 L:      [email protected]
8260 W:      http://www.parisc-linux.org/
8261 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8264 S:      Maintained
8265 F:      arch/parisc/
8266 F:      Documentation/parisc/
8267 F:      drivers/parisc/
8268 F:      drivers/char/agp/parisc-agp.c
8269 F:      drivers/input/serio/gscps2.c
8270 F:      drivers/parport/parport_gsc.*
8271 F:      drivers/tty/serial/8250/8250_gsc.c
8272 F:      drivers/video/fbdev/sti*
8273 F:      drivers/video/console/sti*
8274 F:      drivers/video/logo/logo_parisc*
8275
8276 PC87360 HARDWARE MONITORING DRIVER
8277 M:      Jim Cromie <[email protected]>
8278 L:      [email protected]
8279 S:      Maintained
8280 F:      Documentation/hwmon/pc87360
8281 F:      drivers/hwmon/pc87360.c
8282
8283 PC8736x GPIO DRIVER
8284 M:      Jim Cromie <[email protected]>
8285 S:      Maintained
8286 F:      drivers/char/pc8736x_gpio.c
8287
8288 PC87427 HARDWARE MONITORING DRIVER
8289 M:      Jean Delvare <[email protected]>
8290 L:      [email protected]
8291 S:      Maintained
8292 F:      Documentation/hwmon/pc87427
8293 F:      drivers/hwmon/pc87427.c
8294
8295 PCA9532 LED DRIVER
8296 M:      Riku Voipio <[email protected]>
8297 S:      Maintained
8298 F:      drivers/leds/leds-pca9532.c
8299 F:      include/linux/leds-pca9532.h
8300
8301 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8302 M:      Guenter Roeck <[email protected]>
8303 L:      [email protected]
8304 S:      Maintained
8305 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8306
8307 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8308 M:      Khalid Aziz <[email protected]>
8309 S:      Maintained
8310 F:      drivers/firmware/pcdp.*
8311
8312 PCI ERROR RECOVERY
8313 M:      Linas Vepstas <[email protected]>
8314 L:      [email protected]
8315 S:      Supported
8316 F:      Documentation/PCI/pci-error-recovery.txt
8317
8318 PCI SUBSYSTEM
8319 M:      Bjorn Helgaas <[email protected]>
8320 L:      [email protected]
8321 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8323 S:      Supported
8324 F:      Documentation/PCI/
8325 F:      drivers/pci/
8326 F:      include/linux/pci*
8327 F:      arch/x86/pci/
8328 F:      arch/x86/kernel/quirks.c
8329
8330 PCI DRIVER FOR ALTERA PCIE IP
8331 M:      Ley Foon Tan <[email protected]>
8332 L:      [email protected] (moderated for non-subscribers)
8333 L:      [email protected]
8334 S:      Supported
8335 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8336 F:      drivers/pci/host/pcie-altera.c
8337
8338 PCI DRIVER FOR ARM VERSATILE PLATFORM
8339 M:      Rob Herring <[email protected]>
8340 L:      [email protected]
8341 L:      [email protected]
8342 S:      Maintained
8343 F:      Documentation/devicetree/bindings/pci/versatile.txt
8344 F:      drivers/pci/host/pci-versatile.c
8345
8346 PCI DRIVER FOR APPLIEDMICRO XGENE
8347 M:      Tanmay Inamdar <[email protected]>
8348 L:      [email protected]
8349 L:      [email protected]
8350 S:      Maintained
8351 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8352 F:      drivers/pci/host/pci-xgene.c
8353
8354 PCI DRIVER FOR FREESCALE LAYERSCAPE
8355 M:      Minghuan Lian <[email protected]>
8356 M:      Mingkai Hu <[email protected]>
8357 M:      Roy Zang <[email protected]>
8358 L:      [email protected]
8359 L:      [email protected]
8360 L:      [email protected]
8361 S:      Maintained
8362 F:      drivers/pci/host/*layerscape*
8363
8364 PCI DRIVER FOR IMX6
8365 M:      Richard Zhu <[email protected]>
8366 M:      Lucas Stach <[email protected]>
8367 L:      [email protected]
8368 L:      [email protected] (moderated for non-subscribers)
8369 S:      Maintained
8370 F:      drivers/pci/host/*imx6*
8371
8372 PCI DRIVER FOR TI KEYSTONE
8373 M:      Murali Karicheri <[email protected]>
8374 L:      [email protected]
8375 L:      [email protected] (moderated for non-subscribers)
8376 S:      Maintained
8377 F:      drivers/pci/host/*keystone*
8378
8379 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8380 M:      Thomas Petazzoni <[email protected]>
8381 M:      Jason Cooper <[email protected]>
8382 L:      [email protected]
8383 L:      [email protected] (moderated for non-subscribers)
8384 S:      Maintained
8385 F:      drivers/pci/host/*mvebu*
8386
8387 PCI DRIVER FOR NVIDIA TEGRA
8388 M:      Thierry Reding <[email protected]>
8389 L:      [email protected]
8390 L:      [email protected]
8391 S:      Supported
8392 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8393 F:      drivers/pci/host/pci-tegra.c
8394
8395 PCI DRIVER FOR TI DRA7XX
8396 M:      Kishon Vijay Abraham I <[email protected]>
8397 L:      [email protected]
8398 L:      [email protected]
8399 S:      Supported
8400 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8401 F:      drivers/pci/host/pci-dra7xx.c
8402
8403 PCI DRIVER FOR RENESAS R-CAR
8404 M:      Simon Horman <[email protected]>
8405 L:      [email protected]
8406 L:      [email protected]
8407 S:      Maintained
8408 F:      drivers/pci/host/*rcar*
8409
8410 PCI DRIVER FOR SAMSUNG EXYNOS
8411 M:      Jingoo Han <[email protected]>
8412 L:      [email protected]
8413 L:      [email protected] (moderated for non-subscribers)
8414 L:      [email protected] (moderated for non-subscribers)
8415 S:      Maintained
8416 F:      drivers/pci/host/pci-exynos.c
8417
8418 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8419 M:      Jingoo Han <[email protected]>
8420 M:      Pratyush Anand <[email protected]>
8421 L:      [email protected]
8422 S:      Maintained
8423 F:      drivers/pci/host/*designware*
8424
8425 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8426 M:      Joao Pinto <[email protected]>
8427 L:      [email protected]
8428 S:      Maintained
8429 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8430 F:      drivers/pci/host/pcie-designware-plat.c
8431
8432 PCI DRIVER FOR GENERIC OF HOSTS
8433 M:      Will Deacon <[email protected]>
8434 L:      [email protected]
8435 L:      [email protected] (moderated for non-subscribers)
8436 S:      Maintained
8437 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8438 F:      drivers/pci/host/pci-host-common.c
8439 F:      drivers/pci/host/pci-host-generic.c
8440
8441 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8442 M:      Keith Busch <[email protected]>
8443 L:      [email protected]
8444 S:      Supported
8445 F:      arch/x86/pci/vmd.c
8446
8447 PCIE DRIVER FOR ST SPEAR13XX
8448 M:      Pratyush Anand <[email protected]>
8449 L:      [email protected]
8450 S:      Maintained
8451 F:      drivers/pci/host/*spear*
8452
8453 PCI MSI DRIVER FOR ALTERA MSI IP
8454 M:      Ley Foon Tan <[email protected]>
8455 L:      [email protected] (moderated for non-subscribers)
8456 L:      [email protected]
8457 S:      Supported
8458 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8459 F:      drivers/pci/host/pcie-altera-msi.c
8460
8461 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8462 M:      Duc Dang <[email protected]>
8463 L:      [email protected]
8464 L:      [email protected]
8465 S:      Maintained
8466 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8467 F:      drivers/pci/host/pci-xgene-msi.c
8468
8469 PCIE DRIVER FOR HISILICON
8470 M:      Zhou Wang <[email protected]>
8471 M:      Gabriele Paoloni <[email protected]>
8472 L:      [email protected]
8473 S:      Maintained
8474 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8475 F:      drivers/pci/host/pcie-hisi.c
8476
8477 PCIE DRIVER FOR QUALCOMM MSM
8478 M:     Stanimir Varbanov <[email protected]>
8479 L:     [email protected]
8480 L:     [email protected]
8481 S:     Maintained
8482 F:     drivers/pci/host/*qcom*
8483
8484 PCIE DRIVER FOR CAVIUM THUNDERX
8485 M:      David Daney <[email protected]>
8486 L:      [email protected]
8487 L:      [email protected] (moderated for non-subscribers)
8488 S:      Supported
8489 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8490 F:      drivers/pci/host/pci-thunder-*
8491
8492 PCMCIA SUBSYSTEM
8493 P:      Linux PCMCIA Team
8494 L:      [email protected]
8495 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8497 S:      Maintained
8498 F:      Documentation/pcmcia/
8499 F:      drivers/pcmcia/
8500 F:      include/pcmcia/
8501
8502 PCNET32 NETWORK DRIVER
8503 M:      Don Fry <[email protected]>
8504 L:      [email protected]
8505 S:      Maintained
8506 F:      drivers/net/ethernet/amd/pcnet32.c
8507
8508 PCRYPT PARALLEL CRYPTO ENGINE
8509 M:      Steffen Klassert <[email protected]>
8510 L:      [email protected]
8511 S:      Maintained
8512 F:      crypto/pcrypt.c
8513 F:      include/crypto/pcrypt.h
8514
8515 PER-CPU MEMORY ALLOCATOR
8516 M:      Tejun Heo <[email protected]>
8517 M:      Christoph Lameter <[email protected]>
8518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8519 S:      Maintained
8520 F:      include/linux/percpu*.h
8521 F:      mm/percpu*.c
8522 F:      arch/*/include/asm/percpu.h
8523
8524 PER-TASK DELAY ACCOUNTING
8525 M:      Balbir Singh <[email protected]>
8526 S:      Maintained
8527 F:      include/linux/delayacct.h
8528 F:      kernel/delayacct.c
8529
8530 PERFORMANCE EVENTS SUBSYSTEM
8531 M:      Peter Zijlstra <[email protected]>
8532 M:      Ingo Molnar <[email protected]>
8533 M:      Arnaldo Carvalho de Melo <[email protected]>
8534 R:      Alexander Shishkin <[email protected]>
8535 L:      [email protected]
8536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8537 S:      Supported
8538 F:      kernel/events/*
8539 F:      include/linux/perf_event.h
8540 F:      include/uapi/linux/perf_event.h
8541 F:      arch/*/kernel/perf_event*.c
8542 F:      arch/*/kernel/*/perf_event*.c
8543 F:      arch/*/kernel/*/*/perf_event*.c
8544 F:      arch/*/include/asm/perf_event.h
8545 F:      arch/*/kernel/perf_callchain.c
8546 F:      tools/perf/
8547
8548 PERSONALITY HANDLING
8549 M:      Christoph Hellwig <[email protected]>
8550 L:      [email protected]
8551 S:      Maintained
8552 F:      include/linux/personality.h
8553 F:      include/uapi/linux/personality.h
8554
8555 PHONET PROTOCOL
8556 M:      Remi Denis-Courmont <[email protected]>
8557 S:      Supported
8558 F:      Documentation/networking/phonet.txt
8559 F:      include/linux/phonet.h
8560 F:      include/net/phonet/
8561 F:      include/uapi/linux/phonet.h
8562 F:      net/phonet/
8563
8564 PHRAM MTD DRIVER
8565 M:      Joern Engel <[email protected]>
8566 L:      [email protected]
8567 S:      Maintained
8568 F:      drivers/mtd/devices/phram.c
8569
8570 PICOLCD HID DRIVER
8571 M:      Bruno PrĂ©mont <[email protected]>
8572 L:      [email protected]
8573 S:      Maintained
8574 F:      drivers/hid/hid-picolcd*
8575
8576 PICOXCELL SUPPORT
8577 M:      Jamie Iles <[email protected]>
8578 L:      [email protected] (moderated for non-subscribers)
8579 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8580 S:      Supported
8581 F:      arch/arm/boot/dts/picoxcell*
8582 F:      arch/arm/mach-picoxcell/
8583 F:      drivers/crypto/picoxcell*
8584
8585 PIN CONTROL SUBSYSTEM
8586 M:      Linus Walleij <[email protected]>
8587 L:      [email protected]
8588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8589 S:      Maintained
8590 F:      drivers/pinctrl/
8591 F:      include/linux/pinctrl/
8592
8593 PIN CONTROLLER - ATMEL AT91
8594 M:      Jean-Christophe Plagniol-Villard <[email protected]>
8595 L:      [email protected] (moderated for non-subscribers)
8596 S:      Maintained
8597 F:      drivers/pinctrl/pinctrl-at91.*
8598
8599 PIN CONTROLLER - ATMEL AT91 PIO4
8600 M:      Ludovic Desroches <[email protected]>
8601 L:      [email protected] (moderated for non-subscribers)
8602 L:      [email protected]
8603 S:      Supported
8604 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8605
8606 PIN CONTROLLER - INTEL
8607 M:      Mika Westerberg <[email protected]>
8608 M:      Heikki Krogerus <[email protected]>
8609 S:      Maintained
8610 F:      drivers/pinctrl/intel/
8611
8612 PIN CONTROLLER - RENESAS
8613 M:      Laurent Pinchart <[email protected]>
8614 M:      Geert Uytterhoeven <[email protected]>
8615 L:      [email protected]
8616 S:      Maintained
8617 F:      drivers/pinctrl/sh-pfc/
8618
8619 PIN CONTROLLER - SAMSUNG
8620 M:      Tomasz Figa <[email protected]>
8621 L:      [email protected] (moderated for non-subscribers)
8622 L:      [email protected] (moderated for non-subscribers)
8623 S:      Maintained
8624 F:      drivers/pinctrl/samsung/
8625
8626 PIN CONTROLLER - SINGLE
8627 M:      Tony Lindgren <[email protected]>
8628 M:      Haojian Zhuang <[email protected]>
8629 L:      [email protected] (moderated for non-subscribers)
8630 L:      [email protected]
8631 S:      Maintained
8632 F:      drivers/pinctrl/pinctrl-single.c
8633
8634 PIN CONTROLLER - ST SPEAR
8635 M:      Viresh Kumar <[email protected]>
8636 L:      [email protected]
8637 L:      [email protected] (moderated for non-subscribers)
8638 W:      http://www.st.com/spear
8639 S:      Maintained
8640 F:      drivers/pinctrl/spear/
8641
8642 PKTCDVD DRIVER
8643 M:      Jiri Kosina <[email protected]>
8644 S:      Maintained
8645 F:      drivers/block/pktcdvd.c
8646 F:      include/linux/pktcdvd.h
8647 F:      include/uapi/linux/pktcdvd.h
8648
8649 PKUNITY SOC DRIVERS
8650 M:      Guan Xuetao <[email protected]>
8651 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8652 S:      Maintained
8653 T:      git git://github.com/gxt/linux.git
8654 F:      drivers/input/serio/i8042-unicore32io.h
8655 F:      drivers/i2c/busses/i2c-puv3.c
8656 F:      drivers/video/fbdev/fb-puv3.c
8657 F:      drivers/rtc/rtc-puv3.c
8658
8659 PMBUS HARDWARE MONITORING DRIVERS
8660 M:      Guenter Roeck <[email protected]>
8661 L:      [email protected]
8662 W:      http://www.lm-sensors.org/
8663 W:      http://www.roeck-us.net/linux/drivers/
8664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8665 S:      Maintained
8666 F:      Documentation/hwmon/pmbus
8667 F:      drivers/hwmon/pmbus/
8668 F:      include/linux/i2c/pmbus.h
8669
8670 PMC SIERRA MaxRAID DRIVER
8671 L:      [email protected]
8672 W:      http://www.pmc-sierra.com/
8673 S:      Orphan
8674 F:      drivers/scsi/pmcraid.*
8675
8676 PMC SIERRA PM8001 DRIVER
8677 M:      Jack Wang <[email protected]>
8678 M:      [email protected]
8679 L:      [email protected]
8680 L:      [email protected]
8681 S:      Supported
8682 F:      drivers/scsi/pm8001/
8683
8684 POSIX CLOCKS and TIMERS
8685 M:      Thomas Gleixner <[email protected]>
8686 L:      [email protected]
8687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8688 S:      Maintained
8689 F:      fs/timerfd.c
8690 F:      include/linux/timer*
8691 F:      kernel/time/*timer*
8692
8693 POWER MANAGEMENT CORE
8694 M:      "Rafael J. Wysocki" <[email protected]>
8695 L:      [email protected]
8696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8697 S:      Supported
8698 F:      drivers/base/power/
8699 F:      include/linux/pm.h
8700 F:      include/linux/pm_*
8701 F:      include/linux/powercap.h
8702 F:      drivers/powercap/
8703
8704 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8705 M:      Sebastian Reichel <[email protected]>
8706 M:      Dmitry Eremin-Solenikov <[email protected]>
8707 M:      David Woodhouse <[email protected]>
8708 L:      [email protected]
8709 T:      git git://git.infradead.org/battery-2.6.git
8710 S:      Maintained
8711 F:      include/linux/power_supply.h
8712 F:      drivers/power/
8713 X:      drivers/power/avs/
8714
8715 POWER STATE COORDINATION INTERFACE (PSCI)
8716 M:      Mark Rutland <[email protected]>
8717 M:      Lorenzo Pieralisi <[email protected]>
8718 L:      [email protected]
8719 S:      Maintained
8720 F:      drivers/firmware/psci.c
8721 F:      include/linux/psci.h
8722 F:      include/uapi/linux/psci.h
8723
8724 PNP SUPPORT
8725 M:      "Rafael J. Wysocki" <[email protected]>
8726 S:      Maintained
8727 F:      drivers/pnp/
8728
8729 PPP PROTOCOL DRIVERS AND COMPRESSORS
8730 M:      Paul Mackerras <[email protected]>
8731 L:      [email protected]
8732 S:      Maintained
8733 F:      drivers/net/ppp/ppp_*
8734
8735 PPP OVER ATM (RFC 2364)
8736 M:      Mitchell Blank Jr <[email protected]>
8737 S:      Maintained
8738 F:      net/atm/pppoatm.c
8739 F:      include/uapi/linux/atmppp.h
8740
8741 PPP OVER ETHERNET
8742 M:      Michal Ostrowski <[email protected]>
8743 S:      Maintained
8744 F:      drivers/net/ppp/pppoe.c
8745 F:      drivers/net/ppp/pppox.c
8746
8747 PPP OVER L2TP
8748 M:      James Chapman <[email protected]>
8749 S:      Maintained
8750 F:      net/l2tp/l2tp_ppp.c
8751 F:      include/linux/if_pppol2tp.h
8752 F:      include/uapi/linux/if_pppol2tp.h
8753
8754 PPS SUPPORT
8755 M:      Rodolfo Giometti <[email protected]>
8756 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8757 L:      [email protected] (subscribers-only)
8758 S:      Maintained
8759 F:      Documentation/pps/
8760 F:      drivers/pps/
8761 F:      include/linux/pps*.h
8762
8763 PPTP DRIVER
8764 M:      Dmitry Kozlov <[email protected]>
8765 L:      [email protected]
8766 S:      Maintained
8767 F:      drivers/net/ppp/pptp.c
8768 W:      http://sourceforge.net/projects/accel-pptp
8769
8770 PREEMPTIBLE KERNEL
8771 M:      Robert Love <[email protected]>
8772 L:      [email protected]
8773 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8774 S:      Supported
8775 F:      Documentation/preempt-locking.txt
8776 F:      include/linux/preempt.h
8777
8778 PRISM54 WIRELESS DRIVER
8779 M:      "Luis R. Rodriguez" <[email protected]>
8780 L:      [email protected]
8781 W:      http://wireless.kernel.org/en/users/Drivers/p54
8782 S:      Obsolete
8783 F:      drivers/net/wireless/intersil/prism54/
8784
8785 PS3 NETWORK SUPPORT
8786 M:      Geoff Levand <[email protected]>
8787 L:      [email protected]
8788 L:      [email protected]
8789 S:      Maintained
8790 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8791
8792 PS3 PLATFORM SUPPORT
8793 M:      Geoff Levand <[email protected]>
8794 L:      [email protected]
8795 S:      Maintained
8796 F:      arch/powerpc/boot/ps3*
8797 F:      arch/powerpc/include/asm/lv1call.h
8798 F:      arch/powerpc/include/asm/ps3*.h
8799 F:      arch/powerpc/platforms/ps3/
8800 F:      drivers/*/ps3*
8801 F:      drivers/ps3/
8802 F:      drivers/rtc/rtc-ps3.c
8803 F:      drivers/usb/host/*ps3.c
8804 F:      sound/ppc/snd_ps3*
8805
8806 PS3VRAM DRIVER
8807 M:      Jim Paris <[email protected]>
8808 M:      Geoff Levand <[email protected]>
8809 L:      [email protected]
8810 S:      Maintained
8811 F:      drivers/block/ps3vram.c
8812
8813 PSTORE FILESYSTEM
8814 M:      Anton Vorontsov <[email protected]>
8815 M:      Colin Cross <[email protected]>
8816 M:      Kees Cook <[email protected]>
8817 M:      Tony Luck <[email protected]>
8818 S:      Maintained
8819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8820 F:      fs/pstore/
8821 F:      include/linux/pstore*
8822 F:      drivers/firmware/efi/efi-pstore.c
8823 F:      drivers/acpi/apei/erst.c
8824
8825 PTP HARDWARE CLOCK SUPPORT
8826 M:      Richard Cochran <[email protected]>
8827 L:      [email protected]
8828 S:      Maintained
8829 W:      http://linuxptp.sourceforge.net/
8830 F:      Documentation/ABI/testing/sysfs-ptp
8831 F:      Documentation/ptp/*
8832 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8833 F:      drivers/net/phy/dp83640*
8834 F:      drivers/ptp/*
8835 F:      include/linux/ptp_cl*
8836
8837 PTRACE SUPPORT
8838 M:      Roland McGrath <[email protected]>
8839 M:      Oleg Nesterov <[email protected]>
8840 S:      Maintained
8841 F:      include/asm-generic/syscall.h
8842 F:      include/linux/ptrace.h
8843 F:      include/linux/regset.h
8844 F:      include/linux/tracehook.h
8845 F:      include/uapi/linux/ptrace.h
8846 F:      kernel/ptrace.c
8847
8848 PVRUSB2 VIDEO4LINUX DRIVER
8849 M:      Mike Isely <[email protected]>
8850 L:      [email protected]       (subscribers-only)
8851 L:      [email protected]
8852 W:      http://www.isely.net/pvrusb2/
8853 T:      git git://linuxtv.org/media_tree.git
8854 S:      Maintained
8855 F:      Documentation/video4linux/README.pvrusb2
8856 F:      drivers/media/usb/pvrusb2/
8857
8858 PWC WEBCAM DRIVER
8859 M:      Hans de Goede <[email protected]>
8860 L:      [email protected]
8861 T:      git git://linuxtv.org/media_tree.git
8862 S:      Maintained
8863 F:      drivers/media/usb/pwc/*
8864
8865 PWM FAN DRIVER
8866 M:      Kamil Debski <[email protected]>
8867 L:      [email protected]
8868 S:      Supported
8869 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8870 F:      Documentation/hwmon/pwm-fan
8871 F:      drivers/hwmon/pwm-fan.c
8872
8873 PWM SUBSYSTEM
8874 M:      Thierry Reding <[email protected]>
8875 L:      [email protected]
8876 S:      Maintained
8877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8878 F:      Documentation/pwm.txt
8879 F:      Documentation/devicetree/bindings/pwm/
8880 F:      include/linux/pwm.h
8881 F:      drivers/pwm/
8882 F:      drivers/video/backlight/pwm_bl.c
8883 F:      include/linux/pwm_backlight.h
8884
8885 PXA2xx/PXA3xx SUPPORT
8886 M:      Daniel Mack <[email protected]>
8887 M:      Haojian Zhuang <[email protected]>
8888 M:      Robert Jarzmik <[email protected]>
8889 L:      [email protected] (moderated for non-subscribers)
8890 T:      git git://github.com/hzhuang1/linux.git
8891 T:      git git://github.com/rjarzmik/linux.git
8892 S:      Maintained
8893 F:      arch/arm/boot/dts/pxa*
8894 F:      arch/arm/mach-pxa/
8895 F:      drivers/dma/pxa*
8896 F:      drivers/pcmcia/pxa2xx*
8897 F:      drivers/pinctrl/pxa/
8898 F:      drivers/spi/spi-pxa2xx*
8899 F:      drivers/usb/gadget/udc/pxa2*
8900 F:      include/sound/pxa2xx-lib.h
8901 F:      sound/arm/pxa*
8902 F:      sound/soc/pxa/
8903
8904 PXA GPIO DRIVER
8905 M:      Robert Jarzmik <[email protected]>
8906 L:      [email protected]
8907 S:      Maintained
8908 F:      drivers/gpio/gpio-pxa.c
8909
8910 PXA3xx NAND FLASH DRIVER
8911 M:      Ezequiel Garcia <[email protected]>
8912 L:      [email protected]
8913 S:      Maintained
8914 F:      drivers/mtd/nand/pxa3xx_nand.c
8915
8916 MMP SUPPORT
8917 M:      Eric Miao <[email protected]>
8918 M:      Haojian Zhuang <[email protected]>
8919 L:      [email protected] (moderated for non-subscribers)
8920 T:      git git://github.com/hzhuang1/linux.git
8921 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8922 S:      Maintained
8923 F:      arch/arm/boot/dts/mmp*
8924 F:      arch/arm/mach-mmp/
8925
8926 PXA MMCI DRIVER
8927 S:      Orphan
8928
8929 PXA RTC DRIVER
8930 M:      Robert Jarzmik <[email protected]>
8931 L:      [email protected]
8932 S:      Maintained
8933
8934 QAT DRIVER
8935 M:      Tadeusz Struk <[email protected]>
8936 L:      [email protected]
8937 S:      Supported
8938 F:      drivers/crypto/qat/
8939
8940 QIB DRIVER
8941 M:      Mike Marciniszyn <[email protected]>
8942 L:      [email protected]
8943 S:      Supported
8944 F:      drivers/infiniband/hw/qib/
8945
8946 QLOGIC QLA1280 SCSI DRIVER
8947 M:      Michael Reed <[email protected]>
8948 L:      [email protected]
8949 S:      Maintained
8950 F:      drivers/scsi/qla1280.[ch]
8951
8952 QLOGIC QLA2XXX FC-SCSI DRIVER
8953 M:      [email protected]
8954 L:      [email protected]
8955 S:      Supported
8956 F:      Documentation/scsi/LICENSE.qla2xxx
8957 F:      drivers/scsi/qla2xxx/
8958
8959 QLOGIC QLA4XXX iSCSI DRIVER
8960 M:      [email protected]
8961 L:      [email protected]
8962 S:      Supported
8963 F:      Documentation/scsi/LICENSE.qla4xxx
8964 F:      drivers/scsi/qla4xxx/
8965
8966 QLOGIC QLA3XXX NETWORK DRIVER
8967 M:      Jitendra Kalsaria <[email protected]>
8968 M:      Ron Mercer <[email protected]>
8969 M:      [email protected]
8970 L:      [email protected]
8971 S:      Supported
8972 F:      Documentation/networking/LICENSE.qla3xxx
8973 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8974
8975 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8976 M:      [email protected]
8977 L:      [email protected]
8978 S:      Supported
8979 F:      drivers/net/ethernet/qlogic/qlcnic/
8980
8981 QLOGIC QLGE 10Gb ETHERNET DRIVER
8982 M:      Harish Patil <[email protected]>
8983 M:      Sudarsana Kalluru <[email protected]>
8984 M:      [email protected]
8985 M:      [email protected]
8986 L:      [email protected]
8987 S:      Supported
8988 F:      drivers/net/ethernet/qlogic/qlge/
8989
8990 QLOGIC QL4xxx ETHERNET DRIVER
8991 M:      Yuval Mintz <[email protected]>
8992 M:      Ariel Elior <[email protected]>
8993 M:      [email protected]
8994 L:      [email protected]
8995 S:      Supported
8996 F:      drivers/net/ethernet/qlogic/qed/
8997 F:      include/linux/qed/
8998 F:      drivers/net/ethernet/qlogic/qede/
8999
9000 QNX4 FILESYSTEM
9001 M:      Anders Larsen <[email protected]>
9002 W:      http://www.alarsen.net/linux/qnx4fs/
9003 S:      Maintained
9004 F:      fs/qnx4/
9005 F:      include/uapi/linux/qnx4_fs.h
9006 F:      include/uapi/linux/qnxtypes.h
9007
9008 QT1010 MEDIA DRIVER
9009 M:      Antti Palosaari <[email protected]>
9010 L:      [email protected]
9011 W:      https://linuxtv.org
9012 W:      http://palosaari.fi/linux/
9013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9014 T:      git git://linuxtv.org/anttip/media_tree.git
9015 S:      Maintained
9016 F:      drivers/media/tuners/qt1010*
9017
9018 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9019 M:      QCA ath9k Development <[email protected]>
9020 L:      [email protected]
9021 L:      [email protected]
9022 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9023 S:      Supported
9024 F:      drivers/net/wireless/ath/ath9k/
9025
9026 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9027 M:      Kalle Valo <[email protected]>
9028 L:      [email protected]
9029 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9031 S:      Supported
9032 F:      drivers/net/wireless/ath/ath10k/
9033
9034 QUALCOMM HEXAGON ARCHITECTURE
9035 M:      Richard Kuo <[email protected]>
9036 L:      [email protected]
9037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9038 S:      Supported
9039 F:      arch/hexagon/
9040
9041 QUALCOMM WCN36XX WIRELESS DRIVER
9042 M:      Eugene Krasnikov <[email protected]>
9043 L:      [email protected]
9044 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9045 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9046 S:      Supported
9047 F:      drivers/net/wireless/ath/wcn36xx/
9048
9049 RADOS BLOCK DEVICE (RBD)
9050 M:      Ilya Dryomov <[email protected]>
9051 M:      Sage Weil <[email protected]>
9052 M:      Alex Elder <[email protected]>
9053 L:      [email protected]
9054 W:      http://ceph.com/
9055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9056 T:      git git://github.com/ceph/ceph-client.git
9057 S:      Supported
9058 F:      Documentation/ABI/testing/sysfs-bus-rbd
9059 F:      drivers/block/rbd.c
9060 F:      drivers/block/rbd_types.h
9061
9062 RADEON FRAMEBUFFER DISPLAY DRIVER
9063 M:      Benjamin Herrenschmidt <[email protected]>
9064 L:      [email protected]
9065 S:      Maintained
9066 F:      drivers/video/fbdev/aty/radeon*
9067 F:      include/uapi/linux/radeonfb.h
9068
9069 RADIOSHARK RADIO DRIVER
9070 M:      Hans de Goede <[email protected]>
9071 L:      [email protected]
9072 T:      git git://linuxtv.org/media_tree.git
9073 S:      Maintained
9074 F:      drivers/media/radio/radio-shark.c
9075
9076 RADIOSHARK2 RADIO DRIVER
9077 M:      Hans de Goede <[email protected]>
9078 L:      [email protected]
9079 T:      git git://linuxtv.org/media_tree.git
9080 S:      Maintained
9081 F:      drivers/media/radio/radio-shark2.c
9082 F:      drivers/media/radio/radio-tea5777.c
9083
9084 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9085 M:      Paul Mackerras <[email protected]>
9086 L:      [email protected]
9087 S:      Maintained
9088 F:      drivers/video/fbdev/aty/aty128fb.c
9089
9090 RALINK MIPS ARCHITECTURE
9091 M:      John Crispin <[email protected]>
9092 L:      [email protected]
9093 S:      Maintained
9094 F:      arch/mips/ralink
9095
9096 RALINK RT2X00 WIRELESS LAN DRIVER
9097 P:      rt2x00 project
9098 M:      Stanislaw Gruszka <[email protected]>
9099 M:      Helmut Schaa <[email protected]>
9100 L:      [email protected]
9101 S:      Maintained
9102 F:      drivers/net/wireless/ralink/rt2x00/
9103
9104 RAMDISK RAM BLOCK DEVICE DRIVER
9105 M:      Jens Axboe <[email protected]>
9106 S:      Maintained
9107 F:      Documentation/blockdev/ramdisk.txt
9108 F:      drivers/block/brd.c
9109
9110 RANDOM NUMBER DRIVER
9111 M:      "Theodore Ts'o" <[email protected]>
9112 S:      Maintained
9113 F:      drivers/char/random.c
9114
9115 RAPIDIO SUBSYSTEM
9116 M:      Matt Porter <[email protected]>
9117 M:      Alexandre Bounine <[email protected]>
9118 S:      Maintained
9119 F:      drivers/rapidio/
9120
9121 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9122 L:      [email protected]
9123 S:      Orphan
9124 F:      drivers/net/wireless/ray*
9125
9126 RCUTORTURE MODULE
9127 M:      Josh Triplett <[email protected]>
9128 M:      "Paul E. McKenney" <[email protected]>
9129 L:      [email protected]
9130 S:      Supported
9131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9132 F:      Documentation/RCU/torture.txt
9133 F:      kernel/rcu/rcutorture.c
9134
9135 RCUTORTURE TEST FRAMEWORK
9136 M:      "Paul E. McKenney" <[email protected]>
9137 M:      Josh Triplett <[email protected]>
9138 R:      Steven Rostedt <[email protected]>
9139 R:      Mathieu Desnoyers <[email protected]>
9140 R:      Lai Jiangshan <[email protected]>
9141 L:      [email protected]
9142 S:      Supported
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9144 F:      tools/testing/selftests/rcutorture
9145
9146 RDC R-321X SoC
9147 M:      Florian Fainelli <[email protected]>
9148 S:      Maintained
9149
9150 RDC R6040 FAST ETHERNET DRIVER
9151 M:      Florian Fainelli <[email protected]>
9152 L:      [email protected]
9153 S:      Maintained
9154 F:      drivers/net/ethernet/rdc/r6040.c
9155
9156 RDS - RELIABLE DATAGRAM SOCKETS
9157 M:      Santosh Shilimkar <[email protected]>
9158 L:      [email protected]
9159 L:      [email protected]
9160 L:      [email protected] (moderated for non-subscribers)
9161 W:      https://oss.oracle.com/projects/rds/
9162 S:      Supported
9163 F:      net/rds/
9164 F:      Documentation/networking/rds.txt
9165
9166 READ-COPY UPDATE (RCU)
9167 M:      "Paul E. McKenney" <[email protected]>
9168 M:      Josh Triplett <[email protected]>
9169 R:      Steven Rostedt <[email protected]>
9170 R:      Mathieu Desnoyers <[email protected]>
9171 R:      Lai Jiangshan <[email protected]>
9172 L:      [email protected]
9173 W:      http://www.rdrop.com/users/paulmck/RCU/
9174 S:      Supported
9175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9176 F:      Documentation/RCU/
9177 X:      Documentation/RCU/torture.txt
9178 F:      include/linux/rcu*
9179 X:      include/linux/srcu.h
9180 F:      kernel/rcu/
9181 X:      kernel/torture.c
9182
9183 REAL TIME CLOCK (RTC) SUBSYSTEM
9184 M:      Alessandro Zummo <[email protected]>
9185 M:      Alexandre Belloni <[email protected]>
9186 L:      [email protected]
9187 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9189 S:      Maintained
9190 F:      Documentation/rtc.txt
9191 F:      drivers/rtc/
9192 F:      include/linux/rtc.h
9193 F:      include/uapi/linux/rtc.h
9194
9195 REALTEK AUDIO CODECS
9196 M:      Bard Liao <[email protected]>
9197 M:      Oder Chiou <[email protected]>
9198 S:      Maintained
9199 F:      sound/soc/codecs/rt*
9200 F:      include/sound/rt*.h
9201
9202 REISERFS FILE SYSTEM
9203 L:      [email protected]
9204 S:      Supported
9205 F:      fs/reiserfs/
9206
9207 REGISTER MAP ABSTRACTION
9208 M:      Mark Brown <[email protected]>
9209 L:      [email protected]
9210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9211 S:      Supported
9212 F:      drivers/base/regmap/
9213 F:      include/linux/regmap.h
9214
9215 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9216 M:      Ohad Ben-Cohen <[email protected]>
9217 M:      Bjorn Andersson <[email protected]>
9218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9219 S:      Maintained
9220 F:      drivers/remoteproc/
9221 F:      Documentation/remoteproc.txt
9222 F:      include/linux/remoteproc.h
9223
9224 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9225 M:      Ohad Ben-Cohen <[email protected]>
9226 M:      Bjorn Andersson <[email protected]>
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9228 S:      Maintained
9229 F:      drivers/rpmsg/
9230 F:      Documentation/rpmsg.txt
9231 F:      include/linux/rpmsg.h
9232
9233 RENESAS ETHERNET DRIVERS
9234 R:      Sergei Shtylyov <[email protected]>
9235 L:      [email protected]
9236 L:      [email protected]
9237 F:      drivers/net/ethernet/renesas/
9238 F:      include/linux/sh_eth.h
9239
9240 RENESAS USB2 PHY DRIVER
9241 M:      Yoshihiro Shimoda <[email protected]>
9242 L:      [email protected]
9243 S:      Maintained
9244 F:      drivers/phy/phy-rcar-gen3-usb2.c
9245
9246 RESET CONTROLLER FRAMEWORK
9247 M:      Philipp Zabel <[email protected]>
9248 T:      git git://git.pengutronix.de/git/pza/linux
9249 S:      Maintained
9250 F:      drivers/reset/
9251 F:      Documentation/devicetree/bindings/reset/
9252 F:      include/dt-bindings/reset/
9253 F:      include/linux/reset.h
9254 F:      include/linux/reset-controller.h
9255
9256 RFKILL
9257 M:      Johannes Berg <[email protected]>
9258 L:      [email protected]
9259 W:      http://wireless.kernel.org/
9260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9262 S:      Maintained
9263 F:      Documentation/rfkill.txt
9264 F:      net/rfkill/
9265
9266 RHASHTABLE
9267 M:      Thomas Graf <[email protected]>
9268 L:      [email protected]
9269 S:      Maintained
9270 F:      lib/rhashtable.c
9271 F:      include/linux/rhashtable.h
9272
9273 RICOH SMARTMEDIA/XD DRIVER
9274 M:      Maxim Levitsky <[email protected]>
9275 S:      Maintained
9276 F:      drivers/mtd/nand/r852.c
9277 F:      drivers/mtd/nand/r852.h
9278
9279 RICOH R5C592 MEMORYSTICK DRIVER
9280 M:      Maxim Levitsky <[email protected]>
9281 S:      Maintained
9282 F:      drivers/memstick/host/r592.*
9283
9284 ROCCAT DRIVERS
9285 M:      Stefan Achatz <[email protected]>
9286 W:      http://sourceforge.net/projects/roccat/
9287 S:      Maintained
9288 F:      drivers/hid/hid-roccat*
9289 F:      include/linux/hid-roccat*
9290 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9291
9292 ROCKER DRIVER
9293 M:      Jiri Pirko <[email protected]>
9294 M:      Scott Feldman <[email protected]>
9295 L:      [email protected]
9296 S:      Supported
9297 F:      drivers/net/ethernet/rocker/
9298
9299 ROCKETPORT DRIVER
9300 P:      Comtrol Corp.
9301 W:      http://www.comtrol.com
9302 S:      Maintained
9303 F:      Documentation/serial/rocket.txt
9304 F:      drivers/tty/rocket*
9305
9306 ROCKETPORT EXPRESS/INFINITY DRIVER
9307 M:      Kevin Cernekee <[email protected]>
9308 L:      [email protected]
9309 S:      Odd Fixes
9310 F:      drivers/tty/serial/rp2.*
9311
9312 ROSE NETWORK LAYER
9313 M:      Ralf Baechle <[email protected]>
9314 L:      [email protected]
9315 W:      http://www.linux-ax25.org/
9316 S:      Maintained
9317 F:      include/net/rose.h
9318 F:      include/uapi/linux/rose.h
9319 F:      net/rose/
9320
9321 RTL2830 MEDIA DRIVER
9322 M:      Antti Palosaari <[email protected]>
9323 L:      [email protected]
9324 W:      https://linuxtv.org
9325 W:      http://palosaari.fi/linux/
9326 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9327 T:      git git://linuxtv.org/anttip/media_tree.git
9328 S:      Maintained
9329 F:      drivers/media/dvb-frontends/rtl2830*
9330
9331 RTL2832 MEDIA DRIVER
9332 M:      Antti Palosaari <[email protected]>
9333 L:      [email protected]
9334 W:      https://linuxtv.org
9335 W:      http://palosaari.fi/linux/
9336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9337 T:      git git://linuxtv.org/anttip/media_tree.git
9338 S:      Maintained
9339 F:      drivers/media/dvb-frontends/rtl2832*
9340
9341 RTL2832_SDR MEDIA DRIVER
9342 M:      Antti Palosaari <[email protected]>
9343 L:      [email protected]
9344 W:      https://linuxtv.org
9345 W:      http://palosaari.fi/linux/
9346 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9347 T:      git git://linuxtv.org/anttip/media_tree.git
9348 S:      Maintained
9349 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9350
9351 RTL8180 WIRELESS DRIVER
9352 L:      [email protected]
9353 W:      http://wireless.kernel.org/
9354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9355 S:      Orphan
9356 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9357
9358 RTL8187 WIRELESS DRIVER
9359 M:      Herton Ronaldo Krzesinski <[email protected]>
9360 M:      Hin-Tak Leung <[email protected]>
9361 M:      Larry Finger <[email protected]>
9362 L:      [email protected]
9363 W:      http://wireless.kernel.org/
9364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9365 S:      Maintained
9366 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9367
9368 RTL8192CE WIRELESS DRIVER
9369 M:      Larry Finger <[email protected]>
9370 M:      Chaoming Li <[email protected]>
9371 L:      [email protected]
9372 W:      http://wireless.kernel.org/
9373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9374 S:      Maintained
9375 F:      drivers/net/wireless/realtek/rtlwifi/
9376 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9377
9378 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9379 M:      Jes Sorensen <[email protected]>
9380 L:      [email protected]
9381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9382 S:      Maintained
9383 F:      drivers/net/wireless/realtek/rtl8xxxu/
9384
9385 S3 SAVAGE FRAMEBUFFER DRIVER
9386 M:      Antonino Daplas <[email protected]>
9387 L:      [email protected]
9388 S:      Maintained
9389 F:      drivers/video/fbdev/savage/
9390
9391 S390
9392 M:      Martin Schwidefsky <[email protected]>
9393 M:      Heiko Carstens <[email protected]>
9394 L:      [email protected]
9395 W:      http://www.ibm.com/developerworks/linux/linux390/
9396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9397 S:      Supported
9398 F:      arch/s390/
9399 F:      drivers/s390/
9400 F:      Documentation/s390/
9401 F:      Documentation/DocBook/s390*
9402
9403 S390 COMMON I/O LAYER
9404 M:      Sebastian Ott <[email protected]>
9405 M:      Peter Oberparleiter <[email protected]>
9406 L:      [email protected]
9407 W:      http://www.ibm.com/developerworks/linux/linux390/
9408 S:      Supported
9409 F:      drivers/s390/cio/
9410
9411 S390 DASD DRIVER
9412 M:      Stefan Weinhuber <[email protected]>
9413 M:      Stefan Haberland <[email protected]>
9414 L:      [email protected]
9415 W:      http://www.ibm.com/developerworks/linux/linux390/
9416 S:      Supported
9417 F:      drivers/s390/block/dasd*
9418 F:      block/partitions/ibm.c
9419
9420 S390 NETWORK DRIVERS
9421 M:      Ursula Braun <[email protected]>
9422 L:      [email protected]
9423 W:      http://www.ibm.com/developerworks/linux/linux390/
9424 S:      Supported
9425 F:      drivers/s390/net/
9426
9427 S390 PCI SUBSYSTEM
9428 M:      Sebastian Ott <[email protected]>
9429 M:      Gerald Schaefer <[email protected]>
9430 L:      [email protected]
9431 W:      http://www.ibm.com/developerworks/linux/linux390/
9432 S:      Supported
9433 F:      arch/s390/pci/
9434 F:      drivers/pci/hotplug/s390_pci_hpc.c
9435
9436 S390 ZCRYPT DRIVER
9437 M:      Ingo Tuchscherer <[email protected]>
9438 L:      [email protected]
9439 W:      http://www.ibm.com/developerworks/linux/linux390/
9440 S:      Supported
9441 F:      drivers/s390/crypto/
9442
9443 S390 ZFCP DRIVER
9444 M:      Steffen Maier <[email protected]>
9445 L:      [email protected]
9446 W:      http://www.ibm.com/developerworks/linux/linux390/
9447 S:      Supported
9448 F:      drivers/s390/scsi/zfcp_*
9449
9450 S390 IUCV NETWORK LAYER
9451 M:      Ursula Braun <[email protected]>
9452 L:      [email protected]
9453 W:      http://www.ibm.com/developerworks/linux/linux390/
9454 S:      Supported
9455 F:      drivers/s390/net/*iucv*
9456 F:      include/net/iucv/
9457 F:      net/iucv/
9458
9459 S390 IOMMU (PCI)
9460 M:      Gerald Schaefer <[email protected]>
9461 L:      [email protected]
9462 W:      http://www.ibm.com/developerworks/linux/linux390/
9463 S:      Supported
9464 F:      drivers/iommu/s390-iommu.c
9465
9466 S3C24XX SD/MMC Driver
9467 M:      Ben Dooks <[email protected]>
9468 L:      [email protected] (moderated for non-subscribers)
9469 S:      Supported
9470 F:      drivers/mmc/host/s3cmci.*
9471
9472 SAA6588 RDS RECEIVER DRIVER
9473 M:      Hans Verkuil <[email protected]>
9474 L:      [email protected]
9475 T:      git git://linuxtv.org/media_tree.git
9476 W:      https://linuxtv.org
9477 S:      Odd Fixes
9478 F:      drivers/media/i2c/saa6588*
9479
9480 SAA7134 VIDEO4LINUX DRIVER
9481 M:      Mauro Carvalho Chehab <[email protected]>
9482 L:      [email protected]
9483 W:      https://linuxtv.org
9484 T:      git git://linuxtv.org/media_tree.git
9485 S:      Odd fixes
9486 F:      Documentation/video4linux/*.saa7134
9487 F:      drivers/media/pci/saa7134/
9488
9489 SAA7146 VIDEO4LINUX-2 DRIVER
9490 M:      Hans Verkuil <[email protected]>
9491 L:      [email protected]
9492 T:      git git://linuxtv.org/media_tree.git
9493 S:      Maintained
9494 F:      drivers/media/common/saa7146/
9495 F:      drivers/media/pci/saa7146/
9496 F:      include/media/saa7146*
9497
9498 SAMSUNG LAPTOP DRIVER
9499 M:      Corentin Chary <[email protected]>
9500 L:      [email protected]
9501 S:      Maintained
9502 F:      drivers/platform/x86/samsung-laptop.c
9503
9504 SAMSUNG AUDIO (ASoC) DRIVERS
9505 M:      Sangbeom Kim <[email protected]>
9506 L:      [email protected] (moderated for non-subscribers)
9507 S:      Supported
9508 F:      sound/soc/samsung/
9509
9510 SAMSUNG FRAMEBUFFER DRIVER
9511 M:      Jingoo Han <[email protected]>
9512 L:      [email protected]
9513 S:      Maintained
9514 F:      drivers/video/fbdev/s3c-fb.c
9515
9516 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9517 M:      Sangbeom Kim <[email protected]>
9518 M:      Krzysztof Kozlowski <[email protected]>
9519 L:      [email protected]
9520 L:      [email protected]
9521 S:      Supported
9522 F:      drivers/mfd/sec*.c
9523 F:      drivers/regulator/s2m*.c
9524 F:      drivers/regulator/s5m*.c
9525 F:      drivers/clk/clk-s2mps11.c
9526 F:      drivers/rtc/rtc-s5m.c
9527 F:      include/linux/mfd/samsung/
9528 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9529 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9530 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9531 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9532
9533 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9534 M:      Kyungmin Park <[email protected]>
9535 M:      Sylwester Nawrocki <[email protected]>
9536 L:      [email protected]
9537 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9538 S:      Supported
9539 F:      drivers/media/platform/exynos4-is/
9540
9541 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9542 M:      Sylwester Nawrocki <[email protected]>
9543 L:      [email protected]
9544 L:      [email protected] (moderated for non-subscribers)
9545 S:      Maintained
9546 F:      drivers/media/platform/s3c-camif/
9547 F:      include/media/drv-intf/s3c_camif.h
9548
9549 SAMSUNG S5C73M3 CAMERA DRIVER
9550 M:      Kyungmin Park <[email protected]>
9551 M:      Andrzej Hajda <[email protected]>
9552 L:      [email protected]
9553 S:      Supported
9554 F:      drivers/media/i2c/s5c73m3/*
9555
9556 SAMSUNG S5K5BAF CAMERA DRIVER
9557 M:      Kyungmin Park <[email protected]>
9558 M:      Andrzej Hajda <[email protected]>
9559 L:      [email protected]
9560 S:      Supported
9561 F:      drivers/media/i2c/s5k5baf.c
9562
9563 SAMSUNG S3FWRN5 NFC DRIVER
9564 M:      Robert Baldyga <[email protected]>
9565 M:      Krzysztof Opasiak <[email protected]>
9566 L:      [email protected] (moderated for non-subscribers)
9567 S:      Supported
9568 F:      drivers/nfc/s3fwrn5
9569
9570 SAMSUNG SOC CLOCK DRIVERS
9571 M:      Sylwester Nawrocki <[email protected]>
9572 M:      Tomasz Figa <[email protected]>
9573 S:      Supported
9574 L:      [email protected] (moderated for non-subscribers)
9575 F:      drivers/clk/samsung/
9576
9577 SAMSUNG SXGBE DRIVERS
9578 M:      Byungho An <[email protected]>
9579 M:      Girish K S <[email protected]>
9580 M:      Vipul Pandya <[email protected]>
9581 S:      Supported
9582 L:      [email protected]
9583 F:      drivers/net/ethernet/samsung/sxgbe/
9584
9585 SAMSUNG THERMAL DRIVER
9586 M:      Lukasz Majewski <[email protected]>
9587 L:      [email protected]
9588 L:      [email protected]
9589 S:      Supported
9590 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9591 F:      drivers/thermal/samsung/
9592
9593 SAMSUNG USB2 PHY DRIVER
9594 M:      Kamil Debski <[email protected]>
9595 L:      [email protected]
9596 S:      Supported
9597 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9598 F:      Documentation/phy/samsung-usb2.txt
9599 F:      drivers/phy/phy-exynos4210-usb2.c
9600 F:      drivers/phy/phy-exynos4x12-usb2.c
9601 F:      drivers/phy/phy-exynos5250-usb2.c
9602 F:      drivers/phy/phy-s5pv210-usb2.c
9603 F:      drivers/phy/phy-samsung-usb2.c
9604 F:      drivers/phy/phy-samsung-usb2.h
9605
9606 SERIAL DRIVERS
9607 M:      Greg Kroah-Hartman <[email protected]>
9608 L:      [email protected]
9609 S:      Maintained
9610 F:      drivers/tty/serial/
9611
9612 SYNOPSYS DESIGNWARE DMAC DRIVER
9613 M:      Viresh Kumar <[email protected]>
9614 M:      Andy Shevchenko <[email protected]>
9615 S:      Maintained
9616 F:      include/linux/dma/dw.h
9617 F:      include/linux/platform_data/dma-dw.h
9618 F:      drivers/dma/dw/
9619
9620 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9621 M: Lars Persson <[email protected]>
9622 L: [email protected]
9623 S: Supported
9624 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9625 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9626
9627 SYNOPSYS DESIGNWARE I2C DRIVER
9628 M:      Andy Shevchenko <[email protected]>
9629 M:      Jarkko Nikula <[email protected]>
9630 M:      Mika Westerberg <[email protected]>
9631 L:      [email protected]
9632 S:      Maintained
9633 F:      drivers/i2c/busses/i2c-designware-*
9634 F:      include/linux/platform_data/i2c-designware.h
9635
9636 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9637 M:      Jaehoon Chung <[email protected]>
9638 L:      [email protected]
9639 S:      Maintained
9640 F:      include/linux/mmc/dw_mmc.h
9641 F:      drivers/mmc/host/dw_mmc*
9642
9643 SYSTEM TRACE MODULE CLASS
9644 M:      Alexander Shishkin <[email protected]>
9645 S:      Maintained
9646 F:      Documentation/trace/stm.txt
9647 F:      drivers/hwtracing/stm/
9648 F:      include/linux/stm.h
9649 F:      include/uapi/linux/stm.h
9650
9651 THUNDERBOLT DRIVER
9652 M:      Andreas Noever <[email protected]>
9653 S:      Maintained
9654 F:      drivers/thunderbolt/
9655
9656 TI BQ27XXX POWER SUPPLY DRIVER
9657 R:      Andrew F. Davis <[email protected]>
9658 F:      include/linux/power/bq27xxx_battery.h
9659 F:      drivers/power/bq27xxx_battery.c
9660 F:      drivers/power/bq27xxx_battery_i2c.c
9661
9662 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9663 M:      John Stultz <[email protected]>
9664 M:      Thomas Gleixner <[email protected]>
9665 L:      [email protected]
9666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9667 S:      Supported
9668 F:      include/linux/clocksource.h
9669 F:      include/linux/time.h
9670 F:      include/linux/timex.h
9671 F:      include/uapi/linux/time.h
9672 F:      include/uapi/linux/timex.h
9673 F:      kernel/time/clocksource.c
9674 F:      kernel/time/time*.c
9675 F:      kernel/time/alarmtimer.c
9676 F:      kernel/time/ntp.c
9677 F:      tools/testing/selftests/timers/
9678
9679 SC1200 WDT DRIVER
9680 M:      Zwane Mwaikambo <[email protected]>
9681 S:      Maintained
9682 F:      drivers/watchdog/sc1200wdt.c
9683
9684 SCHEDULER
9685 M:      Ingo Molnar <[email protected]>
9686 M:      Peter Zijlstra <[email protected]>
9687 L:      [email protected]
9688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9689 S:      Maintained
9690 F:      kernel/sched/
9691 F:      include/linux/sched.h
9692 F:      include/uapi/linux/sched.h
9693 F:      include/linux/wait.h
9694
9695 SCORE ARCHITECTURE
9696 M:      Chen Liqin <[email protected]>
9697 M:      Lennox Wu <[email protected]>
9698 W:      http://www.sunplus.com
9699 S:      Supported
9700 F:      arch/score/
9701
9702 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9703 M:      Sudeep Holla <[email protected]>
9704 L:      [email protected]
9705 S:      Maintained
9706 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9707 F:      drivers/clk/clk-scpi.c
9708 F:      drivers/cpufreq/scpi-cpufreq.c
9709 F:      drivers/firmware/arm_scpi.c
9710 F:      include/linux/scpi_protocol.h
9711
9712 SCSI CDROM DRIVER
9713 M:      Jens Axboe <[email protected]>
9714 L:      [email protected]
9715 W:      http://www.kernel.dk
9716 S:      Maintained
9717 F:      drivers/scsi/sr*
9718
9719 SCSI RDMA PROTOCOL (SRP) INITIATOR
9720 M:      Bart Van Assche <[email protected]>
9721 L:      [email protected]
9722 S:      Supported
9723 W:      http://www.openfabrics.org
9724 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9726 F:      drivers/infiniband/ulp/srp/
9727 F:      include/scsi/srp.h
9728
9729 SCSI SG DRIVER
9730 M:      Doug Gilbert <[email protected]>
9731 L:      [email protected]
9732 W:      http://sg.danny.cz/sg
9733 S:      Maintained
9734 F:      Documentation/scsi/scsi-generic.txt
9735 F:      drivers/scsi/sg.c
9736 F:      include/scsi/sg.h
9737
9738 SCSI SUBSYSTEM
9739 M:      "James E.J. Bottomley" <[email protected]>
9740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9741 M:      "Martin K. Petersen" <[email protected]>
9742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9743 L:      [email protected]
9744 S:      Maintained
9745 F:      drivers/scsi/
9746 F:      include/scsi/
9747
9748 SCSI TAPE DRIVER
9749 M:      Kai Mäkisara <[email protected]>
9750 L:      [email protected]
9751 S:      Maintained
9752 F:      Documentation/scsi/st.txt
9753 F:      drivers/scsi/st.*
9754 F:      drivers/scsi/st_*.h
9755
9756 SCTP PROTOCOL
9757 M:      Vlad Yasevich <[email protected]>
9758 M:      Neil Horman <[email protected]>
9759 L:      [email protected]
9760 W:      http://lksctp.sourceforge.net
9761 S:      Maintained
9762 F:      Documentation/networking/sctp.txt
9763 F:      include/linux/sctp.h
9764 F:      include/uapi/linux/sctp.h
9765 F:      include/net/sctp/
9766 F:      net/sctp/
9767
9768 SCx200 CPU SUPPORT
9769 M:      Jim Cromie <[email protected]>
9770 S:      Odd Fixes
9771 F:      Documentation/i2c/busses/scx200_acb
9772 F:      arch/x86/platform/scx200/
9773 F:      drivers/watchdog/scx200_wdt.c
9774 F:      drivers/i2c/busses/scx200*
9775 F:      drivers/mtd/maps/scx200_docflash.c
9776 F:      include/linux/scx200.h
9777
9778 SCx200 GPIO DRIVER
9779 M:      Jim Cromie <[email protected]>
9780 S:      Maintained
9781 F:      drivers/char/scx200_gpio.c
9782 F:      include/linux/scx200_gpio.h
9783
9784 SCx200 HRT CLOCKSOURCE DRIVER
9785 M:      Jim Cromie <[email protected]>
9786 S:      Maintained
9787 F:      drivers/clocksource/scx200_hrt.c
9788
9789 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9790 M:      Sascha Sommer <[email protected]>
9791 L:      [email protected] (subscribers-only)
9792 S:      Maintained
9793 F:      drivers/mmc/host/sdricoh_cs.c
9794
9795 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9796 L:      [email protected]
9797 S:      Orphan
9798 F:      drivers/mmc/host/sdhci.*
9799 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9800
9801 SECURE COMPUTING
9802 M:      Kees Cook <[email protected]>
9803 R:      Andy Lutomirski <[email protected]>
9804 R:      Will Drewry <[email protected]>
9805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9806 S:      Supported
9807 F:      kernel/seccomp.c
9808 F:      include/uapi/linux/seccomp.h
9809 F:      include/linux/seccomp.h
9810 F:      tools/testing/selftests/seccomp/*
9811 K:      \bsecure_computing
9812 K:      \bTIF_SECCOMP\b
9813
9814 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9815 M:      Ben Dooks <[email protected]>
9816 M:      Jaehoon Chung <[email protected]>
9817 L:      [email protected]
9818 S:      Maintained
9819 F:      drivers/mmc/host/sdhci-s3c*
9820
9821 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9822 M:      Viresh Kumar <[email protected]>
9823 L:      [email protected]
9824 L:      [email protected]
9825 S:      Maintained
9826 F:      drivers/mmc/host/sdhci-spear.c
9827
9828 SECURITY SUBSYSTEM
9829 M:      James Morris <[email protected]>
9830 M:      "Serge E. Hallyn" <[email protected]>
9831 L:      [email protected] (suggested Cc:)
9832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9833 W:      http://kernsec.org/
9834 S:      Supported
9835 F:      security/
9836
9837 SECURITY CONTACT
9838 M:      Security Officers <[email protected]>
9839 S:      Supported
9840
9841 SELINUX SECURITY MODULE
9842 M:      Paul Moore <[email protected]>
9843 M:      Stephen Smalley <[email protected]>
9844 M:      Eric Paris <[email protected]>
9845 L:      [email protected] (moderated for non-subscribers)
9846 W:      http://selinuxproject.org
9847 T:      git git://git.infradead.org/users/pcmoore/selinux
9848 S:      Supported
9849 F:      include/linux/selinux*
9850 F:      security/selinux/
9851 F:      scripts/selinux/
9852
9853 APPARMOR SECURITY MODULE
9854 M:      John Johansen <[email protected]>
9855 L:      [email protected] (subscribers-only, general discussion)
9856 W:      apparmor.wiki.kernel.org
9857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9858 S:      Supported
9859 F:      security/apparmor/
9860
9861 YAMA SECURITY MODULE
9862 M:      Kees Cook <[email protected]>
9863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9864 S:      Supported
9865 F:      security/yama/
9866
9867 SENSABLE PHANTOM
9868 M:      Jiri Slaby <[email protected]>
9869 S:      Maintained
9870 F:      drivers/misc/phantom.c
9871 F:      include/uapi/linux/phantom.h
9872
9873 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9874 M:      Jayamohan Kallickal <[email protected]>
9875 M:      Ketan Mukadam <[email protected]>
9876 M:      John Soni Jose <[email protected]>
9877 L:      [email protected]
9878 W:      http://www.avagotech.com
9879 S:      Supported
9880 F:      drivers/scsi/be2iscsi/
9881
9882 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9883 M:      Sathya Perla <[email protected]>
9884 M:      Ajit Khaparde <[email protected]>
9885 M:      Padmanabh Ratnakar <[email protected]>
9886 M:      Sriharsha Basavapatna <[email protected]>
9887 M:      Somnath Kotur <[email protected]>
9888 L:      [email protected]
9889 W:      http://www.emulex.com
9890 S:      Supported
9891 F:      drivers/net/ethernet/emulex/benet/
9892
9893 EMULEX ONECONNECT ROCE DRIVER
9894 M:      Selvin Xavier <[email protected]>
9895 M:      Devesh Sharma <[email protected]>
9896 M:      Mitesh Ahuja <[email protected]>
9897 L:      [email protected]
9898 W:      http://www.emulex.com
9899 S:      Supported
9900 F:      drivers/infiniband/hw/ocrdma/
9901
9902 SFC NETWORK DRIVER
9903 M:      Solarflare linux maintainers <[email protected]>
9904 M:      Shradha Shah <[email protected]>
9905 L:      [email protected]
9906 S:      Supported
9907 F:      drivers/net/ethernet/sfc/
9908
9909 SGI GRU DRIVER
9910 M:      Dimitri Sivanich <[email protected]>
9911 S:      Maintained
9912 F:      drivers/misc/sgi-gru/
9913
9914 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9915 M:      Pat Gefre <[email protected]>
9916 L:      [email protected]
9917 S:      Supported
9918 F:      Documentation/ia64/serial.txt
9919 F:      drivers/tty/serial/ioc?_serial.c
9920 F:      include/linux/ioc?.h
9921
9922 SGI XP/XPC/XPNET DRIVER
9923 M:      Cliff Whickman <[email protected]>
9924 M:      Robin Holt <[email protected]>
9925 S:      Maintained
9926 F:      drivers/misc/sgi-xp/
9927
9928 SI2157 MEDIA DRIVER
9929 M:      Antti Palosaari <[email protected]>
9930 L:      [email protected]
9931 W:      https://linuxtv.org
9932 W:      http://palosaari.fi/linux/
9933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9934 T:      git git://linuxtv.org/anttip/media_tree.git
9935 S:      Maintained
9936 F:      drivers/media/tuners/si2157*
9937
9938 SI2168 MEDIA DRIVER
9939 M:      Antti Palosaari <[email protected]>
9940 L:      [email protected]
9941 W:      https://linuxtv.org
9942 W:      http://palosaari.fi/linux/
9943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9944 T:      git git://linuxtv.org/anttip/media_tree.git
9945 S:      Maintained
9946 F:      drivers/media/dvb-frontends/si2168*
9947
9948 SI470X FM RADIO RECEIVER I2C DRIVER
9949 M:      Hans Verkuil <[email protected]>
9950 L:      [email protected]
9951 T:      git git://linuxtv.org/media_tree.git
9952 W:      https://linuxtv.org
9953 S:      Odd Fixes
9954 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9955
9956 SI470X FM RADIO RECEIVER USB DRIVER
9957 M:      Hans Verkuil <[email protected]>
9958 L:      [email protected]
9959 T:      git git://linuxtv.org/media_tree.git
9960 W:      https://linuxtv.org
9961 S:      Maintained
9962 F:      drivers/media/radio/si470x/radio-si470x-common.c
9963 F:      drivers/media/radio/si470x/radio-si470x.h
9964 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9965
9966 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9967 M:      Eduardo Valentin <[email protected]>
9968 L:      [email protected]
9969 T:      git git://linuxtv.org/media_tree.git
9970 W:      https://linuxtv.org
9971 S:      Odd Fixes
9972 F:      drivers/media/radio/si4713/si4713.?
9973
9974 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9975 M:      Eduardo Valentin <[email protected]>
9976 L:      [email protected]
9977 T:      git git://linuxtv.org/media_tree.git
9978 W:      https://linuxtv.org
9979 S:      Odd Fixes
9980 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9981
9982 SI4713 FM RADIO TRANSMITTER USB DRIVER
9983 M:      Hans Verkuil <[email protected]>
9984 L:      [email protected]
9985 T:      git git://linuxtv.org/media_tree.git
9986 W:      https://linuxtv.org
9987 S:      Maintained
9988 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9989
9990 SIANO DVB DRIVER
9991 M:      Mauro Carvalho Chehab <[email protected]>
9992 L:      [email protected]
9993 W:      https://linuxtv.org
9994 T:      git git://linuxtv.org/media_tree.git
9995 S:      Odd fixes
9996 F:      drivers/media/common/siano/
9997 F:      drivers/media/usb/siano/
9998 F:      drivers/media/usb/siano/
9999 F:      drivers/media/mmc/siano/
10000
10001 SIMPLEFB FB DRIVER
10002 M:      Hans de Goede <[email protected]>
10003 L:      [email protected]
10004 S:      Maintained
10005 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10006 F:      drivers/video/fbdev/simplefb.c
10007 F:      include/linux/platform_data/simplefb.h
10008
10009 SH_VEU V4L2 MEM2MEM DRIVER
10010 L:      [email protected]
10011 S:      Orphan
10012 F:      drivers/media/platform/sh_veu.c
10013
10014 SH_VOU V4L2 OUTPUT DRIVER
10015 L:      [email protected]
10016 S:      Orphan
10017 F:      drivers/media/platform/sh_vou.c
10018 F:      include/media/drv-intf/sh_vou.h
10019
10020 SIMPLE FIRMWARE INTERFACE (SFI)
10021 M:      Len Brown <[email protected]>
10022 L:      [email protected]
10023 W:      http://simplefirmware.org/
10024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10025 S:      Supported
10026 F:      arch/x86/platform/sfi/
10027 F:      drivers/sfi/
10028 F:      include/linux/sfi*.h
10029
10030 SIMTEC EB110ATX (Chalice CATS)
10031 P:      Ben Dooks
10032 P:      Vincent Sanders <[email protected]>
10033 M:      Simtec Linux Team <[email protected]>
10034 W:      http://www.simtec.co.uk/products/EB110ATX/
10035 S:      Supported
10036
10037 SIMTEC EB2410ITX (BAST)
10038 P:      Ben Dooks
10039 P:      Vincent Sanders <[email protected]>
10040 M:      Simtec Linux Team <[email protected]>
10041 W:      http://www.simtec.co.uk/products/EB2410ITX/
10042 S:      Supported
10043 F:      arch/arm/mach-s3c24xx/mach-bast.c
10044 F:      arch/arm/mach-s3c24xx/bast-ide.c
10045 F:      arch/arm/mach-s3c24xx/bast-irq.c
10046
10047 TI DAVINCI MACHINE SUPPORT
10048 M:      Sekhar Nori <[email protected]>
10049 M:      Kevin Hilman <[email protected]>
10050 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10051 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10052 S:      Supported
10053 F:      arch/arm/mach-davinci/
10054 F:      drivers/i2c/busses/i2c-davinci.c
10055
10056 TI DAVINCI SERIES MEDIA DRIVER
10057 M:      "Lad, Prabhakar" <[email protected]>
10058 L:      [email protected]
10059 W:      https://linuxtv.org
10060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10061 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10062 S:      Maintained
10063 F:      drivers/media/platform/davinci/
10064 F:      include/media/davinci/
10065
10066 TI AM437X VPFE DRIVER
10067 M:      "Lad, Prabhakar" <[email protected]>
10068 L:      [email protected]
10069 W:      https://linuxtv.org
10070 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10071 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10072 S:      Maintained
10073 F:      drivers/media/platform/am437x/
10074
10075 OV2659 OMNIVISION SENSOR DRIVER
10076 M:      "Lad, Prabhakar" <[email protected]>
10077 L:      [email protected]
10078 W:      https://linuxtv.org
10079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10080 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10081 S:      Maintained
10082 F:      drivers/media/i2c/ov2659.c
10083 F:      include/media/i2c/ov2659.h
10084
10085 SILICON MOTION SM712 FRAME BUFFER DRIVER
10086 M:      Sudip Mukherjee <[email protected]>
10087 M:      Teddy Wang <[email protected]>
10088 M:      Sudip Mukherjee <[email protected]>
10089 L:      [email protected]
10090 S:      Maintained
10091 F:      drivers/video/fbdev/sm712*
10092 F:      Documentation/fb/sm712fb.txt
10093
10094 SIS 190 ETHERNET DRIVER
10095 M:      Francois Romieu <[email protected]>
10096 L:      [email protected]
10097 S:      Maintained
10098 F:      drivers/net/ethernet/sis/sis190.c
10099
10100 SIS 900/7016 FAST ETHERNET DRIVER
10101 M:      Daniele Venzano <[email protected]>
10102 W:      http://www.brownhat.org/sis900.html
10103 L:      [email protected]
10104 S:      Maintained
10105 F:      drivers/net/ethernet/sis/sis900.*
10106
10107 SIS FRAMEBUFFER DRIVER
10108 M:      Thomas Winischhofer <[email protected]>
10109 W:      http://www.winischhofer.net/linuxsisvga.shtml
10110 S:      Maintained
10111 F:      Documentation/fb/sisfb.txt
10112 F:      drivers/video/fbdev/sis/
10113 F:      include/video/sisfb.h
10114
10115 SIS USB2VGA DRIVER
10116 M:      Thomas Winischhofer <[email protected]>
10117 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10118 S:      Maintained
10119 F:      drivers/usb/misc/sisusbvga/
10120
10121 SLAB ALLOCATOR
10122 M:      Christoph Lameter <[email protected]>
10123 M:      Pekka Enberg <[email protected]>
10124 M:      David Rientjes <[email protected]>
10125 M:      Joonsoo Kim <[email protected]>
10126 M:      Andrew Morton <[email protected]>
10127 L:      [email protected]
10128 S:      Maintained
10129 F:      include/linux/sl?b*.h
10130 F:      mm/sl?b*
10131
10132 SLEEPABLE READ-COPY UPDATE (SRCU)
10133 M:      Lai Jiangshan <[email protected]>
10134 M:      "Paul E. McKenney" <[email protected]>
10135 M:      Josh Triplett <[email protected]>
10136 R:      Steven Rostedt <[email protected]>
10137 R:      Mathieu Desnoyers <[email protected]>
10138 L:      [email protected]
10139 W:      http://www.rdrop.com/users/paulmck/RCU/
10140 S:      Supported
10141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10142 F:      include/linux/srcu.h
10143 F:      kernel/rcu/srcu.c
10144
10145 SMACK SECURITY MODULE
10146 M:      Casey Schaufler <[email protected]>
10147 L:      [email protected]
10148 W:      http://schaufler-ca.com
10149 T:      git git://git.gitorious.org/smack-next/kernel.git
10150 S:      Maintained
10151 F:      Documentation/security/Smack.txt
10152 F:      security/smack/
10153
10154 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10155 M:      Kevin Hilman <[email protected]>
10156 M:      Nishanth Menon <[email protected]>
10157 S:      Maintained
10158 F:      drivers/power/avs/
10159 F:      include/linux/power/smartreflex.h
10160 L:      [email protected]
10161
10162 SMC91x ETHERNET DRIVER
10163 M:      Nicolas Pitre <[email protected]>
10164 S:      Odd Fixes
10165 F:      drivers/net/ethernet/smsc/smc91x.*
10166
10167 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10168 M:      Sakari Ailus <[email protected]>
10169 L:      [email protected]
10170 S:      Maintained
10171 F:      drivers/media/i2c/smiapp/
10172 F:      include/media/i2c/smiapp.h
10173 F:      drivers/media/i2c/smiapp-pll.c
10174 F:      drivers/media/i2c/smiapp-pll.h
10175 F:      include/uapi/linux/smiapp.h
10176 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10177
10178 SMM665 HARDWARE MONITOR DRIVER
10179 M:      Guenter Roeck <[email protected]>
10180 L:      [email protected]
10181 S:      Maintained
10182 F:      Documentation/hwmon/smm665
10183 F:      drivers/hwmon/smm665.c
10184
10185 SMSC EMC2103 HARDWARE MONITOR DRIVER
10186 M:      Steve Glendinning <[email protected]>
10187 L:      [email protected]
10188 S:      Maintained
10189 F:      Documentation/hwmon/emc2103
10190 F:      drivers/hwmon/emc2103.c
10191
10192 SMSC SCH5627 HARDWARE MONITOR DRIVER
10193 M:      Hans de Goede <[email protected]>
10194 L:      [email protected]
10195 S:      Supported
10196 F:      Documentation/hwmon/sch5627
10197 F:      drivers/hwmon/sch5627.c
10198
10199 SMSC47B397 HARDWARE MONITOR DRIVER
10200 M:      Jean Delvare <[email protected]>
10201 L:      [email protected]
10202 S:      Maintained
10203 F:      Documentation/hwmon/smsc47b397
10204 F:      drivers/hwmon/smsc47b397.c
10205
10206 SMSC911x ETHERNET DRIVER
10207 M:      Steve Glendinning <[email protected]>
10208 L:      [email protected]
10209 S:      Maintained
10210 F:      include/linux/smsc911x.h
10211 F:      drivers/net/ethernet/smsc/smsc911x.*
10212
10213 SMSC9420 PCI ETHERNET DRIVER
10214 M:      Steve Glendinning <[email protected]>
10215 L:      [email protected]
10216 S:      Maintained
10217 F:      drivers/net/ethernet/smsc/smsc9420.*
10218
10219 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10220 M:      Steve Glendinning <[email protected]>
10221 L:      [email protected]
10222 S:      Maintained
10223 F:      drivers/video/fbdev/smscufx.c
10224
10225 SOC-CAMERA V4L2 SUBSYSTEM
10226 M:      Guennadi Liakhovetski <[email protected]>
10227 L:      [email protected]
10228 T:      git git://linuxtv.org/media_tree.git
10229 S:      Maintained
10230 F:      include/media/soc*
10231 F:      drivers/media/i2c/soc_camera/
10232 F:      drivers/media/platform/soc_camera/
10233
10234 SOEKRIS NET48XX LED SUPPORT
10235 M:      Chris Boot <[email protected]>
10236 S:      Maintained
10237 F:      drivers/leds/leds-net48xx.c
10238
10239 SOFTLOGIC 6x10 MPEG CODEC
10240 M:      Bluecherry Maintainers <[email protected]>
10241 M:      Andrey Utkin <[email protected]>
10242 M:      Andrey Utkin <[email protected]>
10243 M:      Ismael Luceno <[email protected]>
10244 L:      [email protected]
10245 S:      Supported
10246 F:      drivers/media/pci/solo6x10/
10247
10248 SOFTWARE RAID (Multiple Disks) SUPPORT
10249 M:      Shaohua Li <[email protected]>
10250 L:      [email protected]
10251 T:      git git://neil.brown.name/md
10252 S:      Supported
10253 F:      drivers/md/
10254 F:      include/linux/raid/
10255 F:      include/uapi/linux/raid/
10256
10257 SONIC NETWORK DRIVER
10258 M:      Thomas Bogendoerfer <[email protected]>
10259 L:      [email protected]
10260 S:      Maintained
10261 F:      drivers/net/ethernet/natsemi/sonic.*
10262
10263 SONICS SILICON BACKPLANE DRIVER (SSB)
10264 M:      Michael Buesch <[email protected]>
10265 L:      [email protected]
10266 S:      Maintained
10267 F:      drivers/ssb/
10268 F:      include/linux/ssb/
10269
10270 SONY VAIO CONTROL DEVICE DRIVER
10271 M:      Mattia Dongili <[email protected]>
10272 L:      [email protected]
10273 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10274 S:      Maintained
10275 F:      Documentation/laptops/sony-laptop.txt
10276 F:      drivers/char/sonypi.c
10277 F:      drivers/platform/x86/sony-laptop.c
10278 F:      include/linux/sony-laptop.h
10279
10280 SONY MEMORYSTICK CARD SUPPORT
10281 M:      Alex Dubov <[email protected]>
10282 W:      http://tifmxx.berlios.de/
10283 S:      Maintained
10284 F:      drivers/memstick/host/tifm_ms.c
10285
10286 SONY MEMORYSTICK STANDARD SUPPORT
10287 M:      Maxim Levitsky <[email protected]>
10288 S:      Maintained
10289 F:      drivers/memstick/core/ms_block.*
10290
10291 SOUND
10292 M:      Jaroslav Kysela <[email protected]>
10293 M:      Takashi Iwai <[email protected]>
10294 L:      [email protected] (moderated for non-subscribers)
10295 W:      http://www.alsa-project.org/
10296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10297 T:      git git://git.alsa-project.org/alsa-kernel.git
10298 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10299 S:      Maintained
10300 F:      Documentation/sound/
10301 F:      include/sound/
10302 F:      include/uapi/sound/
10303 F:      sound/
10304
10305 SOUND - COMPRESSED AUDIO
10306 M:      Vinod Koul <[email protected]>
10307 L:      [email protected] (moderated for non-subscribers)
10308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10309 S:      Supported
10310 F:      Documentation/sound/alsa/compress_offload.txt
10311 F:      include/sound/compress_driver.h
10312 F:      include/uapi/sound/compress_*
10313 F:      sound/core/compress_offload.c
10314 F:      sound/soc/soc-compress.c
10315
10316 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10317 M:      Liam Girdwood <[email protected]>
10318 M:      Mark Brown <[email protected]>
10319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10320 L:      [email protected] (moderated for non-subscribers)
10321 W:      http://alsa-project.org/main/index.php/ASoC
10322 S:      Supported
10323 F:      Documentation/sound/alsa/soc/
10324 F:      sound/soc/
10325 F:      include/sound/soc*
10326
10327 SOUND - DMAENGINE HELPERS
10328 M:      Lars-Peter Clausen <[email protected]>
10329 S:      Supported
10330 F:      include/sound/dmaengine_pcm.h
10331 F:      sound/core/pcm_dmaengine.c
10332 F:      sound/soc/soc-generic-dmaengine-pcm.c
10333
10334 SP2 MEDIA DRIVER
10335 M:      Olli Salonen <[email protected]>
10336 L:      [email protected]
10337 W:      https://linuxtv.org
10338 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10339 S:      Maintained
10340 F:      drivers/media/dvb-frontends/sp2*
10341
10342 SPARC + UltraSPARC (sparc/sparc64)
10343 M:      "David S. Miller" <[email protected]>
10344 L:      [email protected]
10345 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10348 S:      Maintained
10349 F:      arch/sparc/
10350 F:      drivers/sbus/
10351
10352 SPARC SERIAL DRIVERS
10353 M:      "David S. Miller" <[email protected]>
10354 L:      [email protected]
10355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10357 S:      Maintained
10358 F:      include/linux/sunserialcore.h
10359 F:      drivers/tty/serial/suncore.c
10360 F:      drivers/tty/serial/sunhv.c
10361 F:      drivers/tty/serial/sunsab.c
10362 F:      drivers/tty/serial/sunsab.h
10363 F:      drivers/tty/serial/sunsu.c
10364 F:      drivers/tty/serial/sunzilog.c
10365 F:      drivers/tty/serial/sunzilog.h
10366
10367 SPARSE CHECKER
10368 M:      "Christopher Li" <[email protected]>
10369 L:      [email protected]
10370 W:      https://sparse.wiki.kernel.org/
10371 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10372 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10373 S:      Maintained
10374 F:      include/linux/compiler.h
10375
10376 SPEAR PLATFORM SUPPORT
10377 M:      Viresh Kumar <[email protected]>
10378 M:      Shiraz Hashim <[email protected]>
10379 L:      [email protected]
10380 L:      [email protected] (moderated for non-subscribers)
10381 W:      http://www.st.com/spear
10382 S:      Maintained
10383 F:      arch/arm/boot/dts/spear*
10384 F:      arch/arm/mach-spear/
10385
10386 SPEAR CLOCK FRAMEWORK SUPPORT
10387 M:      Viresh Kumar <[email protected]>
10388 L:      [email protected]
10389 L:      [email protected] (moderated for non-subscribers)
10390 W:      http://www.st.com/spear
10391 S:      Maintained
10392 F:      drivers/clk/spear/
10393
10394 SPI SUBSYSTEM
10395 M:      Mark Brown <[email protected]>
10396 L:      [email protected]
10397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10398 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10399 S:      Maintained
10400 F:      Documentation/spi/
10401 F:      drivers/spi/
10402 F:      include/linux/spi/
10403 F:      include/uapi/linux/spi/
10404
10405 SPIDERNET NETWORK DRIVER for CELL
10406 M:      Ishizaki Kou <[email protected]>
10407 L:      [email protected]
10408 S:      Supported
10409 F:      Documentation/networking/spider_net.txt
10410 F:      drivers/net/ethernet/toshiba/spider_net*
10411
10412 SPU FILE SYSTEM
10413 M:      Jeremy Kerr <[email protected]>
10414 L:      [email protected]
10415 W:      http://www.ibm.com/developerworks/power/cell/
10416 S:      Supported
10417 F:      Documentation/filesystems/spufs.txt
10418 F:      arch/powerpc/platforms/cell/spufs/
10419
10420 SQUASHFS FILE SYSTEM
10421 M:      Phillip Lougher <[email protected]>
10422 L:      [email protected] (subscribers-only)
10423 W:      http://squashfs.org.uk
10424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10425 S:      Maintained
10426 F:      Documentation/filesystems/squashfs.txt
10427 F:      fs/squashfs/
10428
10429 SRM (Alpha) environment access
10430 M:      Jan-Benedict Glaw <[email protected]>
10431 S:      Maintained
10432 F:      arch/alpha/kernel/srm_env.c
10433
10434 STABLE BRANCH
10435 M:      Greg Kroah-Hartman <[email protected]>
10436 L:      [email protected]
10437 S:      Supported
10438 F:      Documentation/stable_kernel_rules.txt
10439
10440 STAGING SUBSYSTEM
10441 M:      Greg Kroah-Hartman <[email protected]>
10442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10443 L:      [email protected]
10444 S:      Supported
10445 F:      drivers/staging/
10446
10447 STAGING - COMEDI
10448 M:      Ian Abbott <[email protected]>
10449 M:      H Hartley Sweeten <[email protected]>
10450 S:      Odd Fixes
10451 F:      drivers/staging/comedi/
10452
10453 STAGING - FLARION FT1000 DRIVERS
10454 M:      Marek Belisko <[email protected]>
10455 S:      Odd Fixes
10456 F:      drivers/staging/ft1000/
10457
10458 STAGING - INDUSTRIAL IO
10459 M:      Jonathan Cameron <[email protected]>
10460 L:      [email protected]
10461 S:      Odd Fixes
10462 F:      drivers/staging/iio/
10463
10464 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10465 M:      Jarod Wilson <[email protected]>
10466 W:      http://www.lirc.org/
10467 S:      Odd Fixes
10468 F:      drivers/staging/media/lirc/
10469
10470 STAGING - LUSTRE PARALLEL FILESYSTEM
10471 M:      Oleg Drokin <[email protected]>
10472 M:      Andreas Dilger <[email protected]>
10473 L:      [email protected] (moderated for non-subscribers)
10474 W:      http://wiki.lustre.org/
10475 S:      Maintained
10476 F:      drivers/staging/lustre
10477
10478 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10479 M:      Marc Dietrich <[email protected]>
10480 L:      [email protected] (moderated for non-subscribers)
10481 L:      [email protected]
10482 S:      Maintained
10483 F:      drivers/staging/nvec/
10484
10485 STAGING - REALTEK RTL8712U DRIVERS
10486 M:      Larry Finger <[email protected]>
10487 M:      Florian Schilhabel <[email protected]>.
10488 S:      Odd Fixes
10489 F:      drivers/staging/rtl8712/
10490
10491 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10492 M:      Larry Finger <[email protected]>
10493 M:      Jes Sorensen <[email protected]>
10494 L:      [email protected]
10495 S:      Maintained
10496 F:      drivers/staging/rtl8723au/
10497
10498 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10499 M:      Sudip Mukherjee <[email protected]>
10500 M:      Teddy Wang <[email protected]>
10501 M:      Sudip Mukherjee <[email protected]>
10502 L:      [email protected]
10503 S:      Maintained
10504 F:      drivers/staging/sm750fb/
10505
10506 STAGING - SLICOSS
10507 M:      Lior Dotan <[email protected]>
10508 M:      Christopher Harrer <[email protected]>
10509 S:      Odd Fixes
10510 F:      drivers/staging/slicoss/
10511
10512 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10513 M:      William Hubbs <[email protected]>
10514 M:      Chris Brannon <[email protected]>
10515 M:      Kirk Reiser <[email protected]>
10516 M:      Samuel Thibault <[email protected]>
10517 L:      [email protected]
10518 W:      http://www.linux-speakup.org/
10519 S:      Odd Fixes
10520 F:      drivers/staging/speakup/
10521
10522 STAGING - VIA VT665X DRIVERS
10523 M:      Forest Bond <[email protected]>
10524 S:      Odd Fixes
10525 F:      drivers/staging/vt665?/
10526
10527 STAGING - WILC1000 WIFI DRIVER
10528 M:      Johnny Kim <[email protected]>
10529 M:      Austin Shin <[email protected]>
10530 M:      Chris Park <[email protected]>
10531 M:      Tony Cho <[email protected]>
10532 M:      Glen Lee <[email protected]>
10533 M:      Leo Kim <[email protected]>
10534 L:      [email protected]
10535 S:      Supported
10536 F:      drivers/staging/wilc1000/
10537
10538 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10539 M:      Arnaud Patard <[email protected]>
10540 S:      Odd Fixes
10541 F:      drivers/staging/xgifb/
10542
10543 HFI1 DRIVER
10544 M:      Mike Marciniszyn <[email protected]>
10545 L:      [email protected]
10546 S:      Supported
10547 F:      drivers/staging/rdma/hfi1
10548
10549 STARFIRE/DURALAN NETWORK DRIVER
10550 M:      Ion Badulescu <[email protected]>
10551 S:      Odd Fixes
10552 F:      drivers/net/ethernet/adaptec/starfire*
10553
10554 SUN3/3X
10555 M:      Sam Creasey <[email protected]>
10556 W:      http://sammy.net/sun3/
10557 S:      Maintained
10558 F:      arch/m68k/kernel/*sun3*
10559 F:      arch/m68k/sun3*/
10560 F:      arch/m68k/include/asm/sun3*
10561 F:      drivers/net/ethernet/i825xx/sun3*
10562
10563 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10564 M:      Hans de Goede <[email protected]>
10565 L:      [email protected]
10566 S:      Maintained
10567 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10568 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10569
10570 SUNDANCE NETWORK DRIVER
10571 M:      Denis Kirjanov <[email protected]>
10572 L:      [email protected]
10573 S:      Maintained
10574 F:      drivers/net/ethernet/dlink/sundance.c
10575
10576 SUPERH
10577 M:      Yoshinori Sato <[email protected]>
10578 M:      Rich Felker <[email protected]>
10579 L:      [email protected]
10580 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10581 S:      Maintained
10582 F:      Documentation/sh/
10583 F:      arch/sh/
10584 F:      drivers/sh/
10585
10586 SUSPEND TO RAM
10587 M:      "Rafael J. Wysocki" <[email protected]>
10588 M:      Len Brown <[email protected]>
10589 M:      Pavel Machek <[email protected]>
10590 L:      [email protected]
10591 S:      Supported
10592 F:      Documentation/power/
10593 F:      arch/x86/kernel/acpi/
10594 F:      drivers/base/power/
10595 F:      kernel/power/
10596 F:      include/linux/suspend.h
10597 F:      include/linux/freezer.h
10598 F:      include/linux/pm.h
10599
10600 SVGA HANDLING
10601 M:      Martin Mares <[email protected]>
10602 L:      [email protected]
10603 S:      Maintained
10604 F:      Documentation/svga.txt
10605 F:      arch/x86/boot/video*
10606
10607 SWIOTLB SUBSYSTEM
10608 M:      Konrad Rzeszutek Wilk <[email protected]>
10609 L:      [email protected]
10610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10611 S:      Supported
10612 F:      lib/swiotlb.c
10613 F:      arch/*/kernel/pci-swiotlb.c
10614 F:      include/linux/swiotlb.h
10615
10616 SWITCHDEV
10617 M:      Jiri Pirko <[email protected]>
10618 L:      [email protected]
10619 S:      Supported
10620 F:      net/switchdev/
10621 F:      include/net/switchdev.h
10622
10623 SYNOPSYS ARC ARCHITECTURE
10624 M:      Vineet Gupta <[email protected]>
10625 L:      [email protected]
10626 S:      Supported
10627 F:      arch/arc/
10628 F:      Documentation/devicetree/bindings/arc/*
10629 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10630 F:      drivers/tty/serial/arc_uart.c
10631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10632
10633 SYNOPSYS ARC SDP platform support
10634 M:      Alexey Brodkin <[email protected]>
10635 S:      Supported
10636 F:      arch/arc/plat-axs10x
10637 F:      arch/arc/boot/dts/ax*
10638 F:      Documentation/devicetree/bindings/arc/axs10*
10639
10640 SYSTEM CONFIGURATION (SYSCON)
10641 M:      Lee Jones <[email protected]>
10642 M:      Arnd Bergmann <[email protected]>
10643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10644 S:      Supported
10645 F:      drivers/mfd/syscon.c
10646
10647 SYSV FILESYSTEM
10648 M:      Christoph Hellwig <[email protected]>
10649 S:      Maintained
10650 F:      Documentation/filesystems/sysv-fs.txt
10651 F:      fs/sysv/
10652 F:      include/linux/sysv_fs.h
10653
10654 TARGET SUBSYSTEM
10655 M:      "Nicholas A. Bellinger" <[email protected]>
10656 L:      [email protected]
10657 L:      [email protected]
10658 W:      http://www.linux-iscsi.org
10659 W:      http://groups.google.com/group/linux-iscsi-target-dev
10660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10661 S:      Supported
10662 F:      drivers/target/
10663 F:      include/target/
10664 F:      Documentation/target/
10665
10666 TASKSTATS STATISTICS INTERFACE
10667 M:      Balbir Singh <[email protected]>
10668 S:      Maintained
10669 F:      Documentation/accounting/taskstats*
10670 F:      include/linux/taskstats*
10671 F:      kernel/taskstats.c
10672
10673 TC CLASSIFIER
10674 M:      Jamal Hadi Salim <[email protected]>
10675 L:      [email protected]
10676 S:      Maintained
10677 F:      include/net/pkt_cls.h
10678 F:      include/uapi/linux/pkt_cls.h
10679 F:      net/sched/
10680
10681 TCP LOW PRIORITY MODULE
10682 M:      "Wong Hoi Sing, Edison" <[email protected]>
10683 M:      "Hung Hing Lun, Mike" <[email protected]>
10684 W:      http://tcp-lp-mod.sourceforge.net/
10685 S:      Maintained
10686 F:      net/ipv4/tcp_lp.c
10687
10688 TDA10071 MEDIA DRIVER
10689 M:      Antti Palosaari <[email protected]>
10690 L:      [email protected]
10691 W:      https://linuxtv.org
10692 W:      http://palosaari.fi/linux/
10693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10694 T:      git git://linuxtv.org/anttip/media_tree.git
10695 S:      Maintained
10696 F:      drivers/media/dvb-frontends/tda10071*
10697
10698 TDA18212 MEDIA DRIVER
10699 M:      Antti Palosaari <[email protected]>
10700 L:      [email protected]
10701 W:      https://linuxtv.org
10702 W:      http://palosaari.fi/linux/
10703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10704 T:      git git://linuxtv.org/anttip/media_tree.git
10705 S:      Maintained
10706 F:      drivers/media/tuners/tda18212*
10707
10708 TDA18218 MEDIA DRIVER
10709 M:      Antti Palosaari <[email protected]>
10710 L:      [email protected]
10711 W:      https://linuxtv.org
10712 W:      http://palosaari.fi/linux/
10713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10714 T:      git git://linuxtv.org/anttip/media_tree.git
10715 S:      Maintained
10716 F:      drivers/media/tuners/tda18218*
10717
10718 TDA18271 MEDIA DRIVER
10719 M:      Michael Krufky <[email protected]>
10720 L:      [email protected]
10721 W:      https://linuxtv.org
10722 W:      http://github.com/mkrufky
10723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10724 T:      git git://linuxtv.org/mkrufky/tuners.git
10725 S:      Maintained
10726 F:      drivers/media/tuners/tda18271*
10727
10728 TDA827x MEDIA DRIVER
10729 M:      Michael Krufky <[email protected]>
10730 L:      [email protected]
10731 W:      https://linuxtv.org
10732 W:      http://github.com/mkrufky
10733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10734 T:      git git://linuxtv.org/mkrufky/tuners.git
10735 S:      Maintained
10736 F:      drivers/media/tuners/tda8290.*
10737
10738 TDA8290 MEDIA DRIVER
10739 M:      Michael Krufky <[email protected]>
10740 L:      [email protected]
10741 W:      https://linuxtv.org
10742 W:      http://github.com/mkrufky
10743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10744 T:      git git://linuxtv.org/mkrufky/tuners.git
10745 S:      Maintained
10746 F:      drivers/media/tuners/tda8290.*
10747
10748 TDA9840 MEDIA DRIVER
10749 M:      Hans Verkuil <[email protected]>
10750 L:      [email protected]
10751 T:      git git://linuxtv.org/media_tree.git
10752 W:      https://linuxtv.org
10753 S:      Maintained
10754 F:      drivers/media/i2c/tda9840*
10755
10756 TEA5761 TUNER DRIVER
10757 M:      Mauro Carvalho Chehab <[email protected]>
10758 L:      [email protected]
10759 W:      https://linuxtv.org
10760 T:      git git://linuxtv.org/media_tree.git
10761 S:      Odd fixes
10762 F:      drivers/media/tuners/tea5761.*
10763
10764 TEA5767 TUNER DRIVER
10765 M:      Mauro Carvalho Chehab <[email protected]>
10766 L:      [email protected]
10767 W:      https://linuxtv.org
10768 T:      git git://linuxtv.org/media_tree.git
10769 S:      Maintained
10770 F:      drivers/media/tuners/tea5767.*
10771
10772 TEA6415C MEDIA DRIVER
10773 M:      Hans Verkuil <[email protected]>
10774 L:      [email protected]
10775 T:      git git://linuxtv.org/media_tree.git
10776 W:      https://linuxtv.org
10777 S:      Maintained
10778 F:      drivers/media/i2c/tea6415c*
10779
10780 TEA6420 MEDIA DRIVER
10781 M:      Hans Verkuil <[email protected]>
10782 L:      [email protected]
10783 T:      git git://linuxtv.org/media_tree.git
10784 W:      https://linuxtv.org
10785 S:      Maintained
10786 F:      drivers/media/i2c/tea6420*
10787
10788 TEAM DRIVER
10789 M:      Jiri Pirko <[email protected]>
10790 L:      [email protected]
10791 S:      Supported
10792 F:      drivers/net/team/
10793 F:      include/linux/if_team.h
10794 F:      include/uapi/linux/if_team.h
10795
10796 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10797 M:      "Savoir-faire Linux Inc." <[email protected]>
10798 S:      Maintained
10799 F:      arch/x86/platform/ts5500/
10800
10801 TECHNOTREND USB IR RECEIVER
10802 M:      Sean Young <[email protected]>
10803 L:      [email protected]
10804 S:      Maintained
10805 F:      drivers/media/rc/ttusbir.c
10806
10807 TEGRA ARCHITECTURE SUPPORT
10808 M:      Stephen Warren <[email protected]>
10809 M:      Thierry Reding <[email protected]>
10810 M:      Alexandre Courbot <[email protected]>
10811 L:      [email protected]
10812 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10814 S:      Supported
10815 N:      [^a-z]tegra
10816
10817 TEGRA CLOCK DRIVER
10818 M:      Peter De Schrijver <[email protected]>
10819 M:      Prashant Gaikwad <[email protected]>
10820 S:      Supported
10821 F:      drivers/clk/tegra/
10822
10823 TEGRA DMA DRIVER
10824 M:      Laxman Dewangan <[email protected]>
10825 S:      Supported
10826 F:      drivers/dma/tegra20-apb-dma.c
10827
10828 TEGRA I2C DRIVER
10829 M:      Laxman Dewangan <[email protected]>
10830 S:      Supported
10831 F:      drivers/i2c/busses/i2c-tegra.c
10832
10833 TEGRA IOMMU DRIVERS
10834 M:      Hiroshi Doyu <[email protected]>
10835 S:      Supported
10836 F:      drivers/iommu/tegra*
10837
10838 TEGRA KBC DRIVER
10839 M:      Rakesh Iyer <[email protected]>
10840 M:      Laxman Dewangan <[email protected]>
10841 S:      Supported
10842 F:      drivers/input/keyboard/tegra-kbc.c
10843
10844 TEGRA PWM DRIVER
10845 M:      Thierry Reding <[email protected]>
10846 S:      Supported
10847 F:      drivers/pwm/pwm-tegra.c
10848
10849 TEGRA SERIAL DRIVER
10850 M:      Laxman Dewangan <[email protected]>
10851 S:      Supported
10852 F:      drivers/tty/serial/serial-tegra.c
10853
10854 TEGRA SPI DRIVER
10855 M:      Laxman Dewangan <[email protected]>
10856 S:      Supported
10857 F:      drivers/spi/spi-tegra*
10858
10859 TEHUTI ETHERNET DRIVER
10860 M:      Andy Gospodarek <[email protected]>
10861 L:      [email protected]
10862 S:      Supported
10863 F:      drivers/net/ethernet/tehuti/*
10864
10865 Telecom Clock Driver for MCPL0010
10866 M:      Mark Gross <[email protected]>
10867 S:      Supported
10868 F:      drivers/char/tlclk.c
10869
10870 TENSILICA XTENSA PORT (xtensa)
10871 M:      Chris Zankel <[email protected]>
10872 M:      Max Filippov <[email protected]>
10873 L:      [email protected]
10874 T:      git git://github.com/czankel/xtensa-linux.git
10875 S:      Maintained
10876 F:      arch/xtensa/
10877 F:      drivers/irqchip/irq-xtensa-*
10878
10879 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10880 M:      Hans Verkuil <[email protected]>
10881 L:      [email protected]
10882 T:      git git://linuxtv.org/media_tree.git
10883 W:      https://linuxtv.org
10884 S:      Maintained
10885 F:      drivers/media/radio/radio-raremono.c
10886
10887 THERMAL
10888 M:      Zhang Rui <[email protected]>
10889 M:      Eduardo Valentin <[email protected]>
10890 L:      [email protected]
10891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10893 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10894 S:      Supported
10895 F:      drivers/thermal/
10896 F:      include/linux/thermal.h
10897 F:      include/uapi/linux/thermal.h
10898 F:      include/linux/cpu_cooling.h
10899 F:      Documentation/devicetree/bindings/thermal/
10900
10901 THERMAL/CPU_COOLING
10902 M:      Amit Daniel Kachhap <[email protected]>
10903 M:      Viresh Kumar <[email protected]>
10904 M:      Javi Merino <[email protected]>
10905 L:      [email protected]
10906 S:      Supported
10907 F:      Documentation/thermal/cpu-cooling-api.txt
10908 F:      drivers/thermal/cpu_cooling.c
10909 F:      include/linux/cpu_cooling.h
10910
10911 THINGM BLINK(1) USB RGB LED DRIVER
10912 M:      Vivien Didelot <[email protected]>
10913 S:      Maintained
10914 F:      drivers/hid/hid-thingm.c
10915
10916 THINKPAD ACPI EXTRAS DRIVER
10917 M:      Henrique de Moraes Holschuh <[email protected]>
10918 L:      [email protected]
10919 L:      [email protected]
10920 W:      http://ibm-acpi.sourceforge.net
10921 W:      http://thinkwiki.org/wiki/Ibm-acpi
10922 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10923 S:      Maintained
10924 F:      drivers/platform/x86/thinkpad_acpi.c
10925
10926 TI BANDGAP AND THERMAL DRIVER
10927 M:      Eduardo Valentin <[email protected]>
10928 L:      [email protected]
10929 L:      [email protected]
10930 S:      Maintained
10931 F:      drivers/thermal/ti-soc-thermal/
10932
10933 TI VPE/CAL DRIVERS
10934 M:      Benoit Parrot <[email protected]>
10935 L:      [email protected]
10936 W:      http://linuxtv.org/
10937 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10938 S:      Maintained
10939 F:      drivers/media/platform/ti-vpe/
10940
10941 TI CDCE706 CLOCK DRIVER
10942 M:      Max Filippov <[email protected]>
10943 S:      Maintained
10944 F:      drivers/clk/clk-cdce706.c
10945
10946 TI CLOCK DRIVER
10947 M:      Tero Kristo <[email protected]>
10948 L:      [email protected]
10949 S:      Maintained
10950 F:      drivers/clk/ti/
10951 F:      include/linux/clk/ti.h
10952
10953 TI FLASH MEDIA INTERFACE DRIVER
10954 M:      Alex Dubov <[email protected]>
10955 S:      Maintained
10956 F:      drivers/misc/tifm*
10957 F:      drivers/mmc/host/tifm_sd.c
10958 F:      include/linux/tifm.h
10959
10960 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10961 M:      Santosh Shilimkar <[email protected]>
10962 L:      [email protected]
10963 L:      [email protected] (moderated for non-subscribers)
10964 S:      Maintained
10965 F:      drivers/soc/ti/*
10966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10967
10968
10969 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10970 M:      M R Swami Reddy <[email protected]>
10971 M:      Vishwas A Deshpande <[email protected]>
10972 L:      [email protected] (moderated for non-subscribers)
10973 S:      Maintained
10974 F:      sound/soc/codecs/lm49453*
10975 F:      sound/soc/codecs/isabelle*
10976
10977 TI LP855x BACKLIGHT DRIVER
10978 M:      Milo Kim <[email protected]>
10979 S:      Maintained
10980 F:      Documentation/backlight/lp855x-driver.txt
10981 F:      drivers/video/backlight/lp855x_bl.c
10982 F:      include/linux/platform_data/lp855x.h
10983
10984 TI LP8727 CHARGER DRIVER
10985 M:      Milo Kim <[email protected]>
10986 S:      Maintained
10987 F:      drivers/power/lp8727_charger.c
10988 F:      include/linux/platform_data/lp8727.h
10989
10990 TI LP8788 MFD DRIVER
10991 M:      Milo Kim <[email protected]>
10992 S:      Maintained
10993 F:      drivers/iio/adc/lp8788_adc.c
10994 F:      drivers/leds/leds-lp8788.c
10995 F:      drivers/mfd/lp8788*.c
10996 F:      drivers/power/lp8788-charger.c
10997 F:      drivers/regulator/lp8788-*.c
10998 F:      include/linux/mfd/lp8788*.h
10999
11000 TI NETCP ETHERNET DRIVER
11001 M:      Wingman Kwok <[email protected]>
11002 M:      Murali Karicheri <[email protected]>
11003 L:      [email protected]
11004 S:      Maintained
11005 F:      drivers/net/ethernet/ti/netcp*
11006
11007 TI TAS571X FAMILY ASoC CODEC DRIVER
11008 M:      Kevin Cernekee <[email protected]>
11009 L:      [email protected] (moderated for non-subscribers)
11010 S:      Odd Fixes
11011 F:      sound/soc/codecs/tas571x*
11012
11013 TI TWL4030 SERIES SOC CODEC DRIVER
11014 M:      Peter Ujfalusi <[email protected]>
11015 L:      [email protected] (moderated for non-subscribers)
11016 S:      Maintained
11017 F:      sound/soc/codecs/twl4030*
11018
11019 TI WILINK WIRELESS DRIVERS
11020 L:      [email protected]
11021 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11022 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11024 S:      Orphan
11025 F:      drivers/net/wireless/ti/
11026 F:      include/linux/wl12xx.h
11027
11028 TIPC NETWORK LAYER
11029 M:      Jon Maloy <[email protected]>
11030 M:      Ying Xue <[email protected]>
11031 L:      [email protected] (core kernel code)
11032 L:      [email protected] (user apps, general discussion)
11033 W:      http://tipc.sourceforge.net/
11034 S:      Maintained
11035 F:      include/uapi/linux/tipc*.h
11036 F:      net/tipc/
11037
11038 TILE ARCHITECTURE
11039 M:      Chris Metcalf <[email protected]>
11040 W:      http://www.ezchip.com/scm/
11041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11042 S:      Supported
11043 F:      arch/tile/
11044 F:      drivers/char/tile-srom.c
11045 F:      drivers/edac/tile_edac.c
11046 F:      drivers/net/ethernet/tile/
11047 F:      drivers/rtc/rtc-tile.c
11048 F:      drivers/tty/hvc/hvc_tile.c
11049 F:      drivers/tty/serial/tilegx.c
11050 F:      drivers/usb/host/*-tilegx.c
11051 F:      include/linux/usb/tilegx.h
11052
11053 TLAN NETWORK DRIVER
11054 M:      Samuel Chessman <[email protected]>
11055 L:      [email protected] (subscribers-only)
11056 W:      http://sourceforge.net/projects/tlan/
11057 S:      Maintained
11058 F:      Documentation/networking/tlan.txt
11059 F:      drivers/net/ethernet/ti/tlan.*
11060
11061 TOMOYO SECURITY MODULE
11062 M:      Kentaro Takeda <[email protected]>
11063 M:      Tetsuo Handa <[email protected]>
11064 L:      [email protected] (subscribers-only, for developers in English)
11065 L:      [email protected] (subscribers-only, for users in English)
11066 L:      [email protected] (subscribers-only, for developers in Japanese)
11067 L:      [email protected] (subscribers-only, for users in Japanese)
11068 W:      http://tomoyo.sourceforge.jp/
11069 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11070 S:      Maintained
11071 F:      security/tomoyo/
11072
11073 TOPSTAR LAPTOP EXTRAS DRIVER
11074 M:      Herton Ronaldo Krzesinski <[email protected]>
11075 L:      [email protected]
11076 S:      Maintained
11077 F:      drivers/platform/x86/topstar-laptop.c
11078
11079 TOSHIBA ACPI EXTRAS DRIVER
11080 M:      Azael Avalos <[email protected]>
11081 L:      [email protected]
11082 S:      Maintained
11083 F:      drivers/platform/x86/toshiba_acpi.c
11084
11085 TOSHIBA BLUETOOTH DRIVER
11086 M:      Azael Avalos <[email protected]>
11087 L:      [email protected]
11088 S:      Maintained
11089 F:      drivers/platform/x86/toshiba_bluetooth.c
11090
11091 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11092 M:      Azael Avalos <[email protected]>
11093 L:      [email protected]
11094 S:      Maintained
11095 F:      drivers/platform/x86/toshiba_haps.c
11096
11097 TOSHIBA WMI HOTKEYS DRIVER
11098 M:      Azael Avalos <[email protected]>
11099 L:      [email protected]
11100 S:      Maintained
11101 F:      drivers/platform/x86/toshiba-wmi.c
11102
11103 TOSHIBA SMM DRIVER
11104 M:      Jonathan Buzzard <[email protected]>
11105 W:      http://www.buzzard.org.uk/toshiba/
11106 S:      Maintained
11107 F:      drivers/char/toshiba.c
11108 F:      include/linux/toshiba.h
11109 F:      include/uapi/linux/toshiba.h
11110
11111 TOSHIBA TC358743 DRIVER
11112 M:      Mats Randgaard <[email protected]>
11113 L:      [email protected]
11114 S:      Maintained
11115 F:      drivers/media/i2c/tc358743*
11116 F:      include/media/i2c/tc358743.h
11117
11118 TMIO MMC DRIVER
11119 M:      Ian Molton <[email protected]>
11120 L:      [email protected]
11121 S:      Maintained
11122 F:      drivers/mmc/host/tmio_mmc*
11123 F:      drivers/mmc/host/sh_mobile_sdhi.c
11124 F:      include/linux/mmc/tmio.h
11125 F:      include/linux/mmc/sh_mobile_sdhi.h
11126
11127 TMP401 HARDWARE MONITOR DRIVER
11128 M:      Guenter Roeck <[email protected]>
11129 L:      [email protected]
11130 S:      Maintained
11131 F:      Documentation/hwmon/tmp401
11132 F:      drivers/hwmon/tmp401.c
11133
11134 TMPFS (SHMEM FILESYSTEM)
11135 M:      Hugh Dickins <[email protected]>
11136 L:      [email protected]
11137 S:      Maintained
11138 F:      include/linux/shmem_fs.h
11139 F:      mm/shmem.c
11140
11141 TM6000 VIDEO4LINUX DRIVER
11142 M:      Mauro Carvalho Chehab <[email protected]>
11143 L:      [email protected]
11144 W:      https://linuxtv.org
11145 T:      git git://linuxtv.org/media_tree.git
11146 S:      Odd fixes
11147 F:      drivers/media/usb/tm6000/
11148
11149 TW68 VIDEO4LINUX DRIVER
11150 M:      Hans Verkuil <[email protected]>
11151 L:      [email protected]
11152 T:      git git://linuxtv.org/media_tree.git
11153 W:      https://linuxtv.org
11154 S:      Odd Fixes
11155 F:      drivers/media/pci/tw68/
11156
11157 TPM DEVICE DRIVER
11158 M:      Peter Huewe <[email protected]>
11159 M:      Marcel Selhorst <[email protected]>
11160 M:      Jarkko Sakkinen <[email protected]>
11161 R:      Jason Gunthorpe <[email protected]>
11162 W:      http://tpmdd.sourceforge.net
11163 L:      [email protected] (moderated for non-subscribers)
11164 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11165 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11166 S:      Maintained
11167 F:      drivers/char/tpm/
11168
11169 TPM IBM_VTPM DEVICE DRIVER
11170 M:      Ashley Lai <[email protected]>
11171 W:      http://tpmdd.sourceforge.net
11172 L:      [email protected] (moderated for non-subscribers)
11173 S:      Maintained
11174 F:      drivers/char/tpm/tpm_ibmvtpm*
11175
11176 TRACING
11177 M:      Steven Rostedt <[email protected]>
11178 M:      Ingo Molnar <[email protected]>
11179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11180 S:      Maintained
11181 F:      Documentation/trace/ftrace.txt
11182 F:      arch/*/*/*/ftrace.h
11183 F:      arch/*/kernel/ftrace.c
11184 F:      include/*/ftrace.h
11185 F:      include/linux/trace*.h
11186 F:      include/trace/
11187 F:      kernel/trace/
11188 F:      tools/testing/selftests/ftrace/
11189
11190 TRIVIAL PATCHES
11191 M:      Jiri Kosina <[email protected]>
11192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11193 S:      Maintained
11194 K:      ^Subject:.*(?i)trivial
11195
11196 TTY LAYER
11197 M:      Greg Kroah-Hartman <[email protected]>
11198 M:      Jiri Slaby <[email protected]>
11199 S:      Supported
11200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11201 F:      Documentation/serial/
11202 F:      drivers/tty/
11203 F:      drivers/tty/serial/serial_core.c
11204 F:      include/linux/serial_core.h
11205 F:      include/linux/serial.h
11206 F:      include/linux/tty.h
11207 F:      include/uapi/linux/serial_core.h
11208 F:      include/uapi/linux/serial.h
11209 F:      include/uapi/linux/tty.h
11210
11211 TUA9001 MEDIA DRIVER
11212 M:      Antti Palosaari <[email protected]>
11213 L:      [email protected]
11214 W:      https://linuxtv.org
11215 W:      http://palosaari.fi/linux/
11216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11217 T:      git git://linuxtv.org/anttip/media_tree.git
11218 S:      Maintained
11219 F:      drivers/media/tuners/tua9001*
11220
11221 TULIP NETWORK DRIVERS
11222 L:      [email protected]
11223 L:      [email protected]
11224 S:      Orphan
11225 F:      drivers/net/ethernet/dec/tulip/
11226
11227 TUN/TAP driver
11228 M:      Maxim Krasnyansky <[email protected]>
11229 W:      http://vtun.sourceforge.net/tun
11230 S:      Maintained
11231 F:      Documentation/networking/tuntap.txt
11232 F:      arch/um/os-Linux/drivers/
11233
11234 TURBOCHANNEL SUBSYSTEM
11235 M:      "Maciej W. Rozycki" <[email protected]>
11236 M:      Ralf Baechle <[email protected]>
11237 L:      [email protected]
11238 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11239 S:      Maintained
11240 F:      drivers/tc/
11241 F:      include/linux/tc.h
11242
11243 U14-34F SCSI DRIVER
11244 M:      Dario Ballabio <[email protected]>
11245 L:      [email protected]
11246 S:      Maintained
11247 F:      drivers/scsi/u14-34f.c
11248
11249 UBI FILE SYSTEM (UBIFS)
11250 M:      Artem Bityutskiy <[email protected]>
11251 M:      Adrian Hunter <[email protected]>
11252 L:      [email protected]
11253 T:      git git://git.infradead.org/ubifs-2.6.git
11254 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11255 S:      Maintained
11256 F:      Documentation/filesystems/ubifs.txt
11257 F:      fs/ubifs/
11258
11259 UCLINUX (M68KNOMMU AND COLDFIRE)
11260 M:      Greg Ungerer <[email protected]>
11261 W:      http://www.uclinux.org/
11262 L:      [email protected]
11263 L:      [email protected]  (subscribers-only)
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11265 S:      Maintained
11266 F:      arch/m68k/coldfire/
11267 F:      arch/m68k/68*/
11268 F:      arch/m68k/*/*_no.*
11269 F:      arch/m68k/include/asm/*_no.*
11270
11271 UDF FILESYSTEM
11272 M:      Jan Kara <[email protected]>
11273 S:      Maintained
11274 F:      Documentation/filesystems/udf.txt
11275 F:      fs/udf/
11276
11277 UFS FILESYSTEM
11278 M:      Evgeniy Dushistov <[email protected]>
11279 S:      Maintained
11280 F:      Documentation/filesystems/ufs.txt
11281 F:      fs/ufs/
11282
11283 UHID USERSPACE HID IO DRIVER:
11284 M:      David Herrmann <[email protected]>
11285 L:      [email protected]
11286 S:      Maintained
11287 F:      drivers/hid/uhid.c
11288 F:      include/uapi/linux/uhid.h
11289
11290 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11291 L:      [email protected]
11292 S:      Orphan
11293 F:      drivers/uwb/
11294 F:      include/linux/uwb.h
11295 F:      include/linux/uwb/
11296
11297 UNICORE32 ARCHITECTURE:
11298 M:      Guan Xuetao <[email protected]>
11299 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11300 S:      Maintained
11301 T:      git git://github.com/gxt/linux.git
11302 F:      arch/unicore32/
11303
11304 UNIFDEF
11305 M:      Tony Finch <[email protected]>
11306 W:      http://dotat.at/prog/unifdef
11307 S:      Maintained
11308 F:      scripts/unifdef.c
11309
11310 UNIFORM CDROM DRIVER
11311 M:      Jens Axboe <[email protected]>
11312 W:      http://www.kernel.dk
11313 S:      Maintained
11314 F:      Documentation/cdrom/
11315 F:      drivers/cdrom/cdrom.c
11316 F:      include/linux/cdrom.h
11317 F:      include/uapi/linux/cdrom.h
11318
11319 UNISYS S-PAR DRIVERS
11320 M:      David Kershner <[email protected]>
11321 L:      [email protected] (Unisys internal)
11322 S:      Supported
11323 F:      drivers/staging/unisys/
11324
11325 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11326 M:      Vinayak Holikatti <[email protected]>
11327 L:      [email protected]
11328 S:      Supported
11329 F:      Documentation/scsi/ufs.txt
11330 F:      drivers/scsi/ufs/
11331
11332 UNSORTED BLOCK IMAGES (UBI)
11333 M:      Artem Bityutskiy <[email protected]>
11334 M:      Richard Weinberger <[email protected]>
11335 W:      http://www.linux-mtd.infradead.org/
11336 L:      [email protected]
11337 T:      git git://git.infradead.org/ubifs-2.6.git
11338 S:      Supported
11339 F:      drivers/mtd/ubi/
11340 F:      include/linux/mtd/ubi.h
11341 F:      include/uapi/mtd/ubi-user.h
11342
11343 USB ACM DRIVER
11344 M:      Oliver Neukum <[email protected]>
11345 L:      [email protected]
11346 S:      Maintained
11347 F:      Documentation/usb/acm.txt
11348 F:      drivers/usb/class/cdc-acm.*
11349
11350 USB AR5523 WIRELESS DRIVER
11351 M:      Pontus Fuchs <[email protected]>
11352 L:      [email protected]
11353 S:      Maintained
11354 F:      drivers/net/wireless/ath/ar5523/
11355
11356 USB ATTACHED SCSI
11357 M:      Hans de Goede <[email protected]>
11358 M:      Gerd Hoffmann <[email protected]>
11359 L:      [email protected]
11360 L:      [email protected]
11361 S:      Maintained
11362 F:      drivers/usb/storage/uas.c
11363
11364 USB CDC ETHERNET DRIVER
11365 M:      Oliver Neukum <[email protected]>
11366 L:      [email protected]
11367 S:      Maintained
11368 F:      drivers/net/usb/cdc_*.c
11369 F:      include/uapi/linux/usb/cdc.h
11370
11371 USB CHAOSKEY DRIVER
11372 M:      Keith Packard <[email protected]>
11373 L:      [email protected]
11374 S:      Maintained
11375 F:      drivers/usb/misc/chaoskey.c
11376
11377 USB CYPRESS C67X00 DRIVER
11378 M:      Peter Korsgaard <[email protected]>
11379 L:      [email protected]
11380 S:      Maintained
11381 F:      drivers/usb/c67x00/
11382
11383 USB DAVICOM DM9601 DRIVER
11384 M:      Peter Korsgaard <[email protected]>
11385 L:      [email protected]
11386 W:      http://www.linux-usb.org/usbnet
11387 S:      Maintained
11388 F:      drivers/net/usb/dm9601.c
11389
11390 USB DIAMOND RIO500 DRIVER
11391 M:      Cesar Miquel <[email protected]>
11392 L:      [email protected]
11393 W:      http://rio500.sourceforge.net
11394 S:      Maintained
11395 F:      drivers/usb/misc/rio500*
11396
11397 USB EHCI DRIVER
11398 M:      Alan Stern <[email protected]>
11399 L:      [email protected]
11400 S:      Maintained
11401 F:      Documentation/usb/ehci.txt
11402 F:      drivers/usb/host/ehci*
11403
11404 USB GADGET/PERIPHERAL SUBSYSTEM
11405 M:      Felipe Balbi <[email protected]>
11406 L:      [email protected]
11407 W:      http://www.linux-usb.org/gadget
11408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11409 S:      Maintained
11410 F:      drivers/usb/gadget/
11411 F:      include/linux/usb/gadget*
11412
11413 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11414 M:      Jiri Kosina <[email protected]>
11415 R:      Benjamin Tissoires <[email protected]>
11416 L:      [email protected]
11417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11418 S:      Maintained
11419 F:      Documentation/hid/hiddev.txt
11420 F:      drivers/hid/usbhid/
11421
11422 USB ISP116X DRIVER
11423 M:      Olav Kongas <[email protected]>
11424 L:      [email protected]
11425 S:      Maintained
11426 F:      drivers/usb/host/isp116x*
11427 F:      include/linux/usb/isp116x.h
11428
11429 USB LAN78XX ETHERNET DRIVER
11430 M:      Woojung Huh <[email protected]>
11431 M:      Microchip Linux Driver Support <[email protected]>
11432 L:      [email protected]
11433 S:      Maintained
11434 F:      drivers/net/usb/lan78xx.*
11435
11436 USB MASS STORAGE DRIVER
11437 M:      Matthew Dharm <[email protected]>
11438 L:      [email protected]
11439 L:      [email protected]
11440 S:      Maintained
11441 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11442 F:      drivers/usb/storage/
11443
11444 USB MIDI DRIVER
11445 M:      Clemens Ladisch <[email protected]>
11446 L:      [email protected] (moderated for non-subscribers)
11447 T:      git git://git.alsa-project.org/alsa-kernel.git
11448 S:      Maintained
11449 F:      sound/usb/midi.*
11450
11451 USB NETWORKING DRIVERS
11452 L:      [email protected]
11453 S:      Odd Fixes
11454 F:      drivers/net/usb/
11455
11456 USB OHCI DRIVER
11457 M:      Alan Stern <[email protected]>
11458 L:      [email protected]
11459 S:      Maintained
11460 F:      Documentation/usb/ohci.txt
11461 F:      drivers/usb/host/ohci*
11462
11463 USB OTG FSM (Finite State Machine)
11464 M:      Peter Chen <[email protected]>
11465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11466 L:      [email protected]
11467 S:      Maintained
11468 F:      drivers/usb/common/usb-otg-fsm.c
11469
11470 USB OVER IP DRIVER
11471 M:      Valentina Manea <[email protected]>
11472 M:      Shuah Khan <[email protected]>
11473 L:      [email protected]
11474 S:      Maintained
11475 F:      Documentation/usb/usbip_protocol.txt
11476 F:      drivers/usb/usbip/
11477 F:      tools/usb/usbip/
11478
11479 USB PEGASUS DRIVER
11480 M:      Petko Manolov <[email protected]>
11481 L:      [email protected]
11482 L:      [email protected]
11483 T:      git git://github.com/petkan/pegasus.git
11484 W:      https://github.com/petkan/pegasus
11485 S:      Maintained
11486 F:      drivers/net/usb/pegasus.*
11487
11488 USB PHY LAYER
11489 M:      Felipe Balbi <[email protected]>
11490 L:      [email protected]
11491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11492 S:      Maintained
11493 F:      drivers/usb/phy/
11494
11495 USB PRINTER DRIVER (usblp)
11496 M:      Pete Zaitcev <[email protected]>
11497 L:      [email protected]
11498 S:      Supported
11499 F:      drivers/usb/class/usblp.c
11500
11501 USB QMI WWAN NETWORK DRIVER
11502 M:      Bjørn Mork <[email protected]>
11503 L:      [email protected]
11504 S:      Maintained
11505 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11506 F:      drivers/net/usb/qmi_wwan.c
11507
11508 USB RTL8150 DRIVER
11509 M:      Petko Manolov <[email protected]>
11510 L:      [email protected]
11511 L:      [email protected]
11512 T:      git git://github.com/petkan/rtl8150.git
11513 W:      https://github.com/petkan/rtl8150
11514 S:      Maintained
11515 F:      drivers/net/usb/rtl8150.c
11516
11517 USB SERIAL SUBSYSTEM
11518 M:      Johan Hovold <[email protected]>
11519 L:      [email protected]
11520 S:      Maintained
11521 F:      Documentation/usb/usb-serial.txt
11522 F:      drivers/usb/serial/
11523 F:      include/linux/usb/serial.h
11524
11525 USB SMSC75XX ETHERNET DRIVER
11526 M:      Steve Glendinning <[email protected]>
11527 L:      [email protected]
11528 S:      Maintained
11529 F:      drivers/net/usb/smsc75xx.*
11530
11531 USB SMSC95XX ETHERNET DRIVER
11532 M:      Steve Glendinning <[email protected]>
11533 L:      [email protected]
11534 S:      Maintained
11535 F:      drivers/net/usb/smsc95xx.*
11536
11537 USB SUBSYSTEM
11538 M:      Greg Kroah-Hartman <[email protected]>
11539 L:      [email protected]
11540 W:      http://www.linux-usb.org
11541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11542 S:      Supported
11543 F:      Documentation/usb/
11544 F:      drivers/usb/
11545 F:      include/linux/usb.h
11546 F:      include/linux/usb/
11547
11548 USB UHCI DRIVER
11549 M:      Alan Stern <[email protected]>
11550 L:      [email protected]
11551 S:      Maintained
11552 F:      drivers/usb/host/uhci*
11553
11554 USB "USBNET" DRIVER FRAMEWORK
11555 M:      Oliver Neukum <[email protected]>
11556 L:      [email protected]
11557 W:      http://www.linux-usb.org/usbnet
11558 S:      Maintained
11559 F:      drivers/net/usb/usbnet.c
11560 F:      include/linux/usb/usbnet.h
11561
11562 USB VIDEO CLASS
11563 M:      Laurent Pinchart <[email protected]>
11564 L:      [email protected] (subscribers-only)
11565 L:      [email protected]
11566 T:      git git://linuxtv.org/media_tree.git
11567 W:      http://www.ideasonboard.org/uvc/
11568 S:      Maintained
11569 F:      drivers/media/usb/uvc/
11570 F:      include/uapi/linux/uvcvideo.h
11571
11572 USB VISION DRIVER
11573 M:      Hans Verkuil <[email protected]>
11574 L:      [email protected]
11575 T:      git git://linuxtv.org/media_tree.git
11576 W:      https://linuxtv.org
11577 S:      Odd Fixes
11578 F:      drivers/media/usb/usbvision/
11579
11580 USB WEBCAM GADGET
11581 M:      Laurent Pinchart <[email protected]>
11582 L:      [email protected]
11583 S:      Maintained
11584 F:      drivers/usb/gadget/function/*uvc*
11585 F:      drivers/usb/gadget/legacy/webcam.c
11586
11587 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11588 M:      Jussi Kivilinna <[email protected]>
11589 L:      [email protected]
11590 S:      Maintained
11591 F:      drivers/net/wireless/rndis_wlan.c
11592
11593 USB XHCI DRIVER
11594 M:      Mathias Nyman <[email protected]>
11595 L:      [email protected]
11596 S:      Supported
11597 F:      drivers/usb/host/xhci*
11598 F:      drivers/usb/host/pci-quirks*
11599
11600 USB ZD1201 DRIVER
11601 L:      [email protected]
11602 W:      http://linux-lc100020.sourceforge.net
11603 S:      Orphan
11604 F:      drivers/net/wireless/zydas/zd1201.*
11605
11606 USB ZR364XX DRIVER
11607 M:      Antoine Jacquet <[email protected]>
11608 L:      [email protected]
11609 L:      [email protected]
11610 T:      git git://linuxtv.org/media_tree.git
11611 W:      http://royale.zerezo.com/zr364xx/
11612 S:      Maintained
11613 F:      Documentation/video4linux/zr364xx.txt
11614 F:      drivers/media/usb/zr364xx/
11615
11616 ULPI BUS
11617 M:      Heikki Krogerus <[email protected]>
11618 L:      [email protected]
11619 S:      Maintained
11620 F:      drivers/usb/common/ulpi.c
11621 F:      include/linux/ulpi/
11622
11623 USER-MODE LINUX (UML)
11624 M:      Jeff Dike <[email protected]>
11625 M:      Richard Weinberger <[email protected]>
11626 L:      [email protected]
11627 L:      [email protected]
11628 W:      http://user-mode-linux.sourceforge.net
11629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11630 S:      Maintained
11631 F:      Documentation/virtual/uml/
11632 F:      arch/um/
11633 F:      arch/x86/um/
11634 F:      fs/hostfs/
11635 F:      fs/hppfs/
11636
11637 USERSPACE I/O (UIO)
11638 M:      "Hans J. Koch" <[email protected]>
11639 M:      Greg Kroah-Hartman <[email protected]>
11640 S:      Maintained
11641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11642 F:      Documentation/DocBook/uio-howto.tmpl
11643 F:      drivers/uio/
11644 F:      include/linux/uio*.h
11645
11646 UTIL-LINUX PACKAGE
11647 M:      Karel Zak <[email protected]>
11648 L:      [email protected]
11649 W:      http://en.wikipedia.org/wiki/Util-linux
11650 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11651 S:      Maintained
11652
11653 UVESAFB DRIVER
11654 M:      Michal Januszewski <[email protected]>
11655 L:      [email protected]
11656 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11657 S:      Maintained
11658 F:      Documentation/fb/uvesafb.txt
11659 F:      drivers/video/fbdev/uvesafb.*
11660
11661 VF610 NAND DRIVER
11662 M:      Stefan Agner <[email protected]>
11663 L:      [email protected]
11664 S:      Supported
11665 F:      drivers/mtd/nand/vf610_nfc.c
11666
11667 VFAT/FAT/MSDOS FILESYSTEM
11668 M:      OGAWA Hirofumi <[email protected]>
11669 S:      Maintained
11670 F:      Documentation/filesystems/vfat.txt
11671 F:      fs/fat/
11672
11673 VFIO DRIVER
11674 M:      Alex Williamson <[email protected]>
11675 L:      [email protected]
11676 T:      git git://github.com/awilliam/linux-vfio.git
11677 S:      Maintained
11678 F:      Documentation/vfio.txt
11679 F:      drivers/vfio/
11680 F:      include/linux/vfio.h
11681 F:      include/uapi/linux/vfio.h
11682
11683 VFIO PLATFORM DRIVER
11684 M:      Baptiste Reynal <[email protected]>
11685 L:      [email protected]
11686 S:      Maintained
11687 F:      drivers/vfio/platform/
11688
11689 VIDEOBUF2 FRAMEWORK
11690 M:      Pawel Osciak <[email protected]>
11691 M:      Marek Szyprowski <[email protected]>
11692 M:      Kyungmin Park <[email protected]>
11693 L:      [email protected]
11694 S:      Maintained
11695 F:      drivers/media/v4l2-core/videobuf2-*
11696 F:      include/media/videobuf2-*
11697
11698 VIRTUAL SERIO DEVICE DRIVER
11699 M:      Stephen Chandler Paul <[email protected]>
11700 S:      Maintained
11701 F:      drivers/input/serio/userio.c
11702 F:      include/uapi/linux/userio.h
11703
11704 VIRTIO CONSOLE DRIVER
11705 M:      Amit Shah <[email protected]>
11706 L:      [email protected]
11707 S:      Maintained
11708 F:      drivers/char/virtio_console.c
11709 F:      include/linux/virtio_console.h
11710 F:      include/uapi/linux/virtio_console.h
11711
11712 VIRTIO CORE, NET AND BLOCK DRIVERS
11713 M:      "Michael S. Tsirkin" <[email protected]>
11714 L:      [email protected]
11715 S:      Maintained
11716 F:      drivers/virtio/
11717 F:      tools/virtio/
11718 F:      drivers/net/virtio_net.c
11719 F:      drivers/block/virtio_blk.c
11720 F:      include/linux/virtio_*.h
11721 F:      include/uapi/linux/virtio_*.h
11722
11723 VIRTIO DRIVERS FOR S390
11724 M:      Christian Borntraeger <[email protected]>
11725 M:      Cornelia Huck <[email protected]>
11726 L:      [email protected]
11727 L:      [email protected]
11728 L:      [email protected]
11729 S:      Supported
11730 F:      drivers/s390/virtio/
11731
11732 VIRTIO GPU DRIVER
11733 M:      David Airlie <[email protected]>
11734 M:      Gerd Hoffmann <[email protected]>
11735 L:      [email protected]
11736 L:      [email protected]
11737 S:      Maintained
11738 F:      drivers/gpu/drm/virtio/
11739 F:      include/uapi/linux/virtio_gpu.h
11740
11741 VIRTIO HOST (VHOST)
11742 M:      "Michael S. Tsirkin" <[email protected]>
11743 L:      [email protected]
11744 L:      [email protected]
11745 L:      [email protected]
11746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11747 S:      Maintained
11748 F:      drivers/vhost/
11749 F:      include/uapi/linux/vhost.h
11750
11751 VIRTIO INPUT DRIVER
11752 M:      Gerd Hoffmann <[email protected]>
11753 S:      Maintained
11754 F:      drivers/virtio/virtio_input.c
11755 F:      include/uapi/linux/virtio_input.h
11756
11757 VIA RHINE NETWORK DRIVER
11758 S:      Orphan
11759 F:      drivers/net/ethernet/via/via-rhine.c
11760
11761 VIA SD/MMC CARD CONTROLLER DRIVER
11762 M:      Bruce Chang <[email protected]>
11763 M:      Harald Welte <[email protected]>
11764 S:      Maintained
11765 F:      drivers/mmc/host/via-sdmmc.c
11766
11767 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11768 M:      Florian Tobias Schandinat <[email protected]>
11769 L:      [email protected]
11770 S:      Maintained
11771 F:      include/linux/via-core.h
11772 F:      include/linux/via-gpio.h
11773 F:      include/linux/via_i2c.h
11774 F:      drivers/video/fbdev/via/
11775
11776 VIA VELOCITY NETWORK DRIVER
11777 M:      Francois Romieu <[email protected]>
11778 L:      [email protected]
11779 S:      Maintained
11780 F:      drivers/net/ethernet/via/via-velocity.*
11781
11782 VIRT LIB
11783 M:      Alex Williamson <[email protected]>
11784 M:      Paolo Bonzini <[email protected]>
11785 L:      [email protected]
11786 S:      Supported
11787 F:      virt/lib/
11788
11789 VIVID VIRTUAL VIDEO DRIVER
11790 M:      Hans Verkuil <[email protected]>
11791 L:      [email protected]
11792 T:      git git://linuxtv.org/media_tree.git
11793 W:      https://linuxtv.org
11794 S:      Maintained
11795 F:      drivers/media/platform/vivid/*
11796
11797 VLAN (802.1Q)
11798 M:      Patrick McHardy <[email protected]>
11799 L:      [email protected]
11800 S:      Maintained
11801 F:      drivers/net/macvlan.c
11802 F:      include/linux/if_*vlan.h
11803 F:      net/8021q/
11804
11805 VLYNQ BUS
11806 M:      Florian Fainelli <[email protected]>
11807 L:      [email protected] (subscribers-only)
11808 S:      Maintained
11809 F:      drivers/vlynq/vlynq.c
11810 F:      include/linux/vlynq.h
11811
11812 VME SUBSYSTEM
11813 M:      Martyn Welch <[email protected]>
11814 M:      Manohar Vanga <[email protected]>
11815 M:      Greg Kroah-Hartman <[email protected]>
11816 L:      [email protected]
11817 S:      Maintained
11818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11819 F:      Documentation/vme_api.txt
11820 F:      drivers/staging/vme/
11821 F:      drivers/vme/
11822 F:      include/linux/vme*
11823
11824 VMWARE HYPERVISOR INTERFACE
11825 M:      Alok Kataria <[email protected]>
11826 L:      [email protected]
11827 S:      Supported
11828 F:      arch/x86/kernel/cpu/vmware.c
11829
11830 VMWARE BALLOON DRIVER
11831 M:      Xavier Deguillard <[email protected]>
11832 M:      Philip Moltmann <[email protected]>
11833 M:      "VMware, Inc." <[email protected]>
11834 L:      [email protected]
11835 S:      Maintained
11836 F:      drivers/misc/vmw_balloon.c
11837
11838 VMWARE VMMOUSE SUBDRIVER
11839 M:      "VMware Graphics" <[email protected]>
11840 M:      "VMware, Inc." <[email protected]>
11841 L:      [email protected]
11842 S:      Maintained
11843 F:      drivers/input/mouse/vmmouse.c
11844 F:      drivers/input/mouse/vmmouse.h
11845
11846 VMWARE VMXNET3 ETHERNET DRIVER
11847 M:      Shrikrishna Khare <[email protected]>
11848 M:      "VMware, Inc." <[email protected]>
11849 L:      [email protected]
11850 S:      Maintained
11851 F:      drivers/net/vmxnet3/
11852
11853 VMware PVSCSI driver
11854 M:      Arvind Kumar <[email protected]>
11855 M:      VMware PV-Drivers <[email protected]>
11856 L:      [email protected]
11857 S:      Maintained
11858 F:      drivers/scsi/vmw_pvscsi.c
11859 F:      drivers/scsi/vmw_pvscsi.h
11860
11861 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11862 M:      Liam Girdwood <[email protected]>
11863 M:      Mark Brown <[email protected]>
11864 L:      [email protected]
11865 W:      http://www.slimlogic.co.uk/?p=48
11866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11867 S:      Supported
11868 F:      drivers/regulator/
11869 F:      include/linux/regulator/
11870
11871 VRF
11872 M:      David Ahern <[email protected]>
11873 M:      Shrijeet Mukherjee <[email protected]>
11874 L:      [email protected]
11875 S:      Maintained
11876 F:      drivers/net/vrf.c
11877 F:      Documentation/networking/vrf.txt
11878
11879 VT1211 HARDWARE MONITOR DRIVER
11880 M:      Juerg Haefliger <[email protected]>
11881 L:      [email protected]
11882 S:      Maintained
11883 F:      Documentation/hwmon/vt1211
11884 F:      drivers/hwmon/vt1211.c
11885
11886 VT8231 HARDWARE MONITOR DRIVER
11887 M:      Roger Lucas <[email protected]>
11888 L:      [email protected]
11889 S:      Maintained
11890 F:      drivers/hwmon/vt8231.c
11891
11892 VUB300 USB to SDIO/SD/MMC bridge chip
11893 M:      Tony Olech <[email protected]>
11894 L:      [email protected]
11895 L:      [email protected]
11896 S:      Supported
11897 F:      drivers/mmc/host/vub300.c
11898
11899 W1 DALLAS'S 1-WIRE BUS
11900 M:      Evgeniy Polyakov <[email protected]>
11901 S:      Maintained
11902 F:      Documentation/w1/
11903 F:      drivers/w1/
11904
11905 W83791D HARDWARE MONITORING DRIVER
11906 M:      Marc Hulsman <[email protected]>
11907 L:      [email protected]
11908 S:      Maintained
11909 F:      Documentation/hwmon/w83791d
11910 F:      drivers/hwmon/w83791d.c
11911
11912 W83793 HARDWARE MONITORING DRIVER
11913 M:      Rudolf Marek <[email protected]>
11914 L:      [email protected]
11915 S:      Maintained
11916 F:      Documentation/hwmon/w83793
11917 F:      drivers/hwmon/w83793.c
11918
11919 W83795 HARDWARE MONITORING DRIVER
11920 M:      Jean Delvare <[email protected]>
11921 L:      [email protected]
11922 S:      Maintained
11923 F:      drivers/hwmon/w83795.c
11924
11925 W83L51xD SD/MMC CARD INTERFACE DRIVER
11926 M:      Pierre Ossman <[email protected]>
11927 S:      Maintained
11928 F:      drivers/mmc/host/wbsd.*
11929
11930 WACOM PROTOCOL 4 SERIAL TABLETS
11931 M:      Julian Squires <[email protected]>
11932 M:      Hans de Goede <[email protected]>
11933 L:      [email protected]
11934 S:      Maintained
11935 F:      drivers/input/tablet/wacom_serial4.c
11936
11937 WATCHDOG DEVICE DRIVERS
11938 M:      Wim Van Sebroeck <[email protected]>
11939 R:      Guenter Roeck <[email protected]>
11940 L:      [email protected]
11941 W:      http://www.linux-watchdog.org/
11942 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11943 S:      Maintained
11944 F:      Documentation/watchdog/
11945 F:      drivers/watchdog/
11946 F:      include/linux/watchdog.h
11947 F:      include/uapi/linux/watchdog.h
11948
11949 WD7000 SCSI DRIVER
11950 M:      Miroslav Zagorac <[email protected]>
11951 L:      [email protected]
11952 S:      Maintained
11953 F:      drivers/scsi/wd7000.c
11954
11955 WIIMOTE HID DRIVER
11956 M:      David Herrmann <[email protected]>
11957 L:      [email protected]
11958 S:      Maintained
11959 F:      drivers/hid/hid-wiimote*
11960
11961 WINBOND CIR DRIVER
11962 M:      David Härdeman <[email protected]>
11963 S:      Maintained
11964 F:      drivers/media/rc/winbond-cir.c
11965
11966 WINSYSTEMS WS16C48 GPIO DRIVER
11967 M:      William Breathitt Gray <[email protected]>
11968 L:      [email protected]
11969 S:      Maintained
11970 F:      drivers/gpio/gpio-ws16c48.c
11971
11972 WIMAX STACK
11973 M:      Inaky Perez-Gonzalez <[email protected]>
11974 M:      [email protected]
11975 L:      [email protected] (subscribers-only)
11976 S:      Supported
11977 W:      http://linuxwimax.org
11978 F:      Documentation/wimax/README.wimax
11979 F:      include/linux/wimax/debug.h
11980 F:      include/net/wimax.h
11981 F:      include/uapi/linux/wimax.h
11982 F:      net/wimax/
11983
11984 WISTRON LAPTOP BUTTON DRIVER
11985 M:      Miloslav Trmac <[email protected]>
11986 S:      Maintained
11987 F:      drivers/input/misc/wistron_btns.c
11988
11989 WL3501 WIRELESS PCMCIA CARD DRIVER
11990 M:      Arnaldo Carvalho de Melo <[email protected]>
11991 L:      [email protected]
11992 W:      http://oops.ghostprotocols.net:81/blog
11993 S:      Maintained
11994 F:      drivers/net/wireless/wl3501*
11995
11996 WOLFSON MICROELECTRONICS DRIVERS
11997 L:      [email protected]
11998 T:      git https://github.com/CirrusLogic/linux-drivers.git
11999 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12000 S:      Supported
12001 F:      Documentation/hwmon/wm83??
12002 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12003 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12004 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12005 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12006 F:      drivers/clk/clk-wm83*.c
12007 F:      drivers/extcon/extcon-arizona.c
12008 F:      drivers/leds/leds-wm83*.c
12009 F:      drivers/gpio/gpio-*wm*.c
12010 F:      drivers/gpio/gpio-arizona.c
12011 F:      drivers/hwmon/wm83??-hwmon.c
12012 F:      drivers/input/misc/wm831x-on.c
12013 F:      drivers/input/touchscreen/wm831x-ts.c
12014 F:      drivers/input/touchscreen/wm97*.c
12015 F:      drivers/mfd/arizona*
12016 F:      drivers/mfd/wm*.c
12017 F:      drivers/mfd/cs47l24*
12018 F:      drivers/power/wm83*.c
12019 F:      drivers/rtc/rtc-wm83*.c
12020 F:      drivers/regulator/wm8*.c
12021 F:      drivers/video/backlight/wm83*_bl.c
12022 F:      drivers/watchdog/wm83*_wdt.c
12023 F:      include/linux/mfd/arizona/
12024 F:      include/linux/mfd/wm831x/
12025 F:      include/linux/mfd/wm8350/
12026 F:      include/linux/mfd/wm8400*
12027 F:      include/linux/wm97xx.h
12028 F:      include/sound/wm????.h
12029 F:      sound/soc/codecs/arizona.?
12030 F:      sound/soc/codecs/wm*
12031 F:      sound/soc/codecs/cs47l24*
12032
12033 WORKQUEUE
12034 M:      Tejun Heo <[email protected]>
12035 R:      Lai Jiangshan <[email protected]>
12036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12037 S:      Maintained
12038 F:      include/linux/workqueue.h
12039 F:      kernel/workqueue.c
12040 F:      Documentation/workqueue.txt
12041
12042 X.25 NETWORK LAYER
12043 M:      Andrew Hendry <[email protected]>
12044 L:      [email protected]
12045 S:      Odd Fixes
12046 F:      Documentation/networking/x25*
12047 F:      include/net/x25*
12048 F:      net/x25/
12049
12050 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12051 M:      Thomas Gleixner <[email protected]>
12052 M:      Ingo Molnar <[email protected]>
12053 M:      "H. Peter Anvin" <[email protected]>
12054 M:      [email protected]
12055 L:      [email protected]
12056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12057 S:      Maintained
12058 F:      Documentation/x86/
12059 F:      arch/x86/
12060
12061 X86 PLATFORM DRIVERS
12062 M:      Darren Hart <[email protected]>
12063 L:      [email protected]
12064 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12065 S:      Maintained
12066 F:      drivers/platform/x86/
12067 F:      drivers/platform/olpc/
12068
12069 X86 MCE INFRASTRUCTURE
12070 M:      Tony Luck <[email protected]>
12071 M:      Borislav Petkov <[email protected]>
12072 L:      [email protected]
12073 S:      Maintained
12074 F:      arch/x86/kernel/cpu/mcheck/*
12075
12076 X86 MICROCODE UPDATE SUPPORT
12077 M:      Borislav Petkov <[email protected]>
12078 S:      Maintained
12079 F:      arch/x86/kernel/cpu/microcode/*
12080
12081 X86 VDSO
12082 M:      Andy Lutomirski <[email protected]>
12083 L:      [email protected]
12084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12085 S:      Maintained
12086 F:      arch/x86/entry/vdso/
12087
12088 XC2028/3028 TUNER DRIVER
12089 M:      Mauro Carvalho Chehab <[email protected]>
12090 L:      [email protected]
12091 W:      https://linuxtv.org
12092 T:      git git://linuxtv.org/media_tree.git
12093 S:      Maintained
12094 F:      drivers/media/tuners/tuner-xc2028.*
12095
12096 XEN HYPERVISOR INTERFACE
12097 M:      Konrad Rzeszutek Wilk <[email protected]>
12098 M:      Boris Ostrovsky <[email protected]>
12099 M:      David Vrabel <[email protected]>
12100 L:      [email protected] (moderated for non-subscribers)
12101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12102 S:      Supported
12103 F:      arch/x86/xen/
12104 F:      drivers/*/xen-*front.c
12105 F:      drivers/xen/
12106 F:      arch/x86/include/asm/xen/
12107 F:      include/xen/
12108 F:      include/uapi/xen/
12109
12110 XEN HYPERVISOR ARM
12111 M:      Stefano Stabellini <[email protected]>
12112 L:      [email protected] (moderated for non-subscribers)
12113 S:      Supported
12114 F:      arch/arm/xen/
12115 F:      arch/arm/include/asm/xen/
12116
12117 XEN HYPERVISOR ARM64
12118 M:      Stefano Stabellini <[email protected]>
12119 L:      [email protected] (moderated for non-subscribers)
12120 S:      Supported
12121 F:      arch/arm64/xen/
12122 F:      arch/arm64/include/asm/xen/
12123
12124 XEN NETWORK BACKEND DRIVER
12125 M:      Wei Liu <[email protected]>
12126 L:      [email protected] (moderated for non-subscribers)
12127 L:      [email protected]
12128 S:      Supported
12129 F:      drivers/net/xen-netback/*
12130
12131 XEN PCI SUBSYSTEM
12132 M:      Konrad Rzeszutek Wilk <[email protected]>
12133 L:      [email protected] (moderated for non-subscribers)
12134 S:      Supported
12135 F:      arch/x86/pci/*xen*
12136 F:      drivers/pci/*xen*
12137
12138 XEN BLOCK SUBSYSTEM
12139 M:      Konrad Rzeszutek Wilk <[email protected]>
12140 M:      Roger Pau MonnĂ© <[email protected]>
12141 L:      [email protected] (moderated for non-subscribers)
12142 S:      Supported
12143 F:      drivers/block/xen-blkback/*
12144 F:      drivers/block/xen*
12145
12146 XEN PVSCSI DRIVERS
12147 M:      Juergen Gross <[email protected]>
12148 L:      [email protected] (moderated for non-subscribers)
12149 L:      [email protected]
12150 S:      Supported
12151 F:      drivers/scsi/xen-scsifront.c
12152 F:      drivers/xen/xen-scsiback.c
12153 F:      include/xen/interface/io/vscsiif.h
12154
12155 XEN SWIOTLB SUBSYSTEM
12156 M:      Konrad Rzeszutek Wilk <[email protected]>
12157 L:      [email protected] (moderated for non-subscribers)
12158 S:      Supported
12159 F:      arch/x86/xen/*swiotlb*
12160 F:      drivers/xen/*swiotlb*
12161
12162 XFS FILESYSTEM
12163 P:      Silicon Graphics Inc
12164 M:      Dave Chinner <[email protected]>
12165 M:      [email protected]
12166 L:      [email protected]
12167 W:      http://oss.sgi.com/projects/xfs
12168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12169 S:      Supported
12170 F:      Documentation/filesystems/xfs.txt
12171 F:      fs/xfs/
12172
12173 XILINX AXI ETHERNET DRIVER
12174 M:      Anirudha Sarangi <[email protected]>
12175 M:      John Linn <[email protected]>
12176 S:      Maintained
12177 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12178
12179 XILINX UARTLITE SERIAL DRIVER
12180 M:      Peter Korsgaard <[email protected]>
12181 L:      [email protected]
12182 S:      Maintained
12183 F:      drivers/tty/serial/uartlite.c
12184
12185 XILINX VIDEO IP CORES
12186 M:      Hyun Kwon <[email protected]>
12187 M:      Laurent Pinchart <[email protected]>
12188 L:      [email protected]
12189 T:      git git://linuxtv.org/media_tree.git
12190 S:      Supported
12191 F:      Documentation/devicetree/bindings/media/xilinx/
12192 F:      drivers/media/platform/xilinx/
12193 F:      include/uapi/linux/xilinx-v4l2-controls.h
12194
12195 XILLYBUS DRIVER
12196 M:      Eli Billauer <[email protected]>
12197 L:      [email protected]
12198 S:      Supported
12199 F:      drivers/char/xillybus/
12200
12201 XTENSA XTFPGA PLATFORM SUPPORT
12202 M:      Max Filippov <[email protected]>
12203 L:      [email protected]
12204 S:      Maintained
12205 F:      drivers/spi/spi-xtensa-xtfpga.c
12206 F:      sound/soc/xtensa/xtfpga-i2s.c
12207
12208 YAM DRIVER FOR AX.25
12209 M:      Jean-Paul Roubelat <[email protected]>
12210 L:      [email protected]
12211 S:      Maintained
12212 F:      drivers/net/hamradio/yam*
12213 F:      include/linux/yam.h
12214
12215 YEALINK PHONE DRIVER
12216 M:      Henk Vergonet <[email protected]>
12217 L:      [email protected]
12218 S:      Maintained
12219 F:      Documentation/input/yealink.txt
12220 F:      drivers/input/misc/yealink.*
12221
12222 Z8530 DRIVER FOR AX.25
12223 M:      Joerg Reuter <[email protected]>
12224 W:      http://yaina.de/jreuter/
12225 W:      http://www.qsl.net/dl1bke/
12226 L:      [email protected]
12227 S:      Maintained
12228 F:      Documentation/networking/z8530drv.txt
12229 F:      drivers/net/hamradio/*scc.c
12230 F:      drivers/net/hamradio/z8530.h
12231
12232 ZBUD COMPRESSED PAGE ALLOCATOR
12233 M:      Seth Jennings <[email protected]>
12234 L:      [email protected]
12235 S:      Maintained
12236 F:      mm/zbud.c
12237 F:      include/linux/zbud.h
12238
12239 ZD1211RW WIRELESS DRIVER
12240 M:      Daniel Drake <[email protected]>
12241 M:      Ulrich Kunitz <[email protected]>
12242 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12243 L:      [email protected]
12244 L:      [email protected] (subscribers-only)
12245 S:      Maintained
12246 F:      drivers/net/wireless/zydas/zd1211rw/
12247
12248 ZPOOL COMPRESSED PAGE STORAGE API
12249 M:      Dan Streetman <[email protected]>
12250 L:      [email protected]
12251 S:      Maintained
12252 F:      mm/zpool.c
12253 F:      include/linux/zpool.h
12254
12255 ZR36067 VIDEO FOR LINUX DRIVER
12256 L:      [email protected]
12257 L:      [email protected]
12258 W:      http://mjpeg.sourceforge.net/driver-zoran/
12259 T:      hg https://linuxtv.org/hg/v4l-dvb
12260 S:      Odd Fixes
12261 F:      drivers/media/pci/zoran/
12262
12263 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12264 M:      Minchan Kim <[email protected]>
12265 M:      Nitin Gupta <[email protected]>
12266 R:      Sergey Senozhatsky <[email protected]>
12267 L:      [email protected]
12268 S:      Maintained
12269 F:      drivers/block/zram/
12270 F:      Documentation/blockdev/zram.txt
12271
12272 ZS DECSTATION Z85C30 SERIAL DRIVER
12273 M:      "Maciej W. Rozycki" <[email protected]>
12274 S:      Maintained
12275 F:      drivers/tty/serial/zs.*
12276
12277 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12278 M:      Minchan Kim <[email protected]>
12279 M:      Nitin Gupta <[email protected]>
12280 R:      Sergey Senozhatsky <[email protected]>
12281 L:      [email protected]
12282 S:      Maintained
12283 F:      mm/zsmalloc.c
12284 F:      include/linux/zsmalloc.h
12285 F:      Documentation/vm/zsmalloc.txt
12286
12287 ZSWAP COMPRESSED SWAP CACHING
12288 M:      Seth Jennings <[email protected]>
12289 L:      [email protected]
12290 S:      Maintained
12291 F:      mm/zswap.c
12292
12293 THE REST
12294 M:      Linus Torvalds <[email protected]>
12295 L:      [email protected]
12296 Q:      http://patchwork.kernel.org/project/LKML/list/
12297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12298 S:      Buried alive in reporters
12299 F:      *
12300 F:      */
This page took 0.719831 seconds and 4 git commands to generate.