]> Git Repo - linux.git/blob - MAINTAINERS
zram: remove max_comp_streams internals
[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 M:      Gary Hook <[email protected]>
631 L:      [email protected]
632 S:      Supported
633 F:      drivers/crypto/ccp/
634 F:      include/linux/ccp.h
635
636 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
637 M:      Huang Rui <[email protected]>
638 L:      [email protected]
639 S:      Supported
640 F:      Documentation/hwmon/fam15h_power
641 F:      drivers/hwmon/fam15h_power.c
642
643 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
644 L:      [email protected] (moderated for non-subscribers)
645 S:      Orphan
646 F:      drivers/usb/gadget/udc/amd5536udc.*
647
648 AMD GEODE PROCESSOR/CHIPSET SUPPORT
649 P:      Andres Salomon <[email protected]>
650 L:      [email protected] (moderated for non-subscribers)
651 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
652 S:      Supported
653 F:      drivers/char/hw_random/geode-rng.c
654 F:      drivers/crypto/geode*
655 F:      drivers/video/fbdev/geode/
656 F:      arch/x86/include/asm/geode.h
657
658 AMD IOMMU (AMD-VI)
659 M:      Joerg Roedel <[email protected]>
660 L:      [email protected]
661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
662 S:      Maintained
663 F:      drivers/iommu/amd_iommu*.[ch]
664 F:      include/linux/amd-iommu.h
665
666 AMD KFD
667 M:      Oded Gabbay <[email protected]>
668 L:      [email protected]
669 T:      git git://people.freedesktop.org/~gabbayo/linux.git
670 S:      Supported
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
675 F:      drivers/gpu/drm/amd/amdkfd/
676 F:      drivers/gpu/drm/amd/include/cik_structs.h
677 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
678 F:      drivers/gpu/drm/amd/include/vi_structs.h
679 F:      drivers/gpu/drm/radeon/radeon_kfd.c
680 F:      drivers/gpu/drm/radeon/radeon_kfd.h
681 F:      include/uapi/linux/kfd_ioctl.h
682
683 AMD SEATTLE DEVICE TREE SUPPORT
684 M:      Brijesh Singh <[email protected]>
685 M:      Suravee Suthikulpanit <[email protected]>
686 M:      Tom Lendacky <[email protected]>
687 S:      Supported
688 F:      arch/arm64/boot/dts/amd/
689
690 AMD XGBE DRIVER
691 M:      Tom Lendacky <[email protected]>
692 L:      [email protected]
693 S:      Supported
694 F:      drivers/net/ethernet/amd/xgbe/
695 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
696
697 AMS (Apple Motion Sensor) DRIVER
698 M:      Michael Hanselmann <[email protected]>
699 S:      Supported
700 F:      drivers/macintosh/ams/
701
702 ANALOG DEVICES INC AD9389B DRIVER
703 M:      Hans Verkuil <[email protected]>
704 L:      [email protected]
705 S:      Maintained
706 F:      drivers/media/i2c/ad9389b*
707
708 ANALOG DEVICES INC ADV7180 DRIVER
709 M:      Lars-Peter Clausen <[email protected]>
710 L:      [email protected]
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/media/i2c/adv7180.c
714
715 ANALOG DEVICES INC ADV7511 DRIVER
716 M:      Hans Verkuil <[email protected]>
717 L:      [email protected]
718 S:      Maintained
719 F:      drivers/media/i2c/adv7511*
720
721 ANALOG DEVICES INC ADV7604 DRIVER
722 M:      Hans Verkuil <[email protected]>
723 L:      [email protected]
724 S:      Maintained
725 F:      drivers/media/i2c/adv7604*
726
727 ANALOG DEVICES INC ADV7842 DRIVER
728 M:      Hans Verkuil <[email protected]>
729 L:      [email protected]
730 S:      Maintained
731 F:      drivers/media/i2c/adv7842*
732
733 ANALOG DEVICES INC ASOC CODEC DRIVERS
734 M:      Lars-Peter Clausen <[email protected]>
735 L:      [email protected] (moderated for non-subscribers)
736 W:      http://wiki.analog.com/
737 W:      http://ez.analog.com/community/linux-device-drivers
738 S:      Supported
739 F:      sound/soc/codecs/adau*
740 F:      sound/soc/codecs/adav*
741 F:      sound/soc/codecs/ad1*
742 F:      sound/soc/codecs/ad7*
743 F:      sound/soc/codecs/ssm*
744 F:      sound/soc/codecs/sigmadsp.*
745
746 ANALOG DEVICES INC ASOC DRIVERS
747 L:      [email protected] (moderated for non-subscribers)
748 L:      [email protected] (moderated for non-subscribers)
749 W:      http://blackfin.uclinux.org/
750 S:      Supported
751 F:      sound/soc/blackfin/*
752
753 ANALOG DEVICES INC IIO DRIVERS
754 M:      Lars-Peter Clausen <[email protected]>
755 M:      Michael Hennerich <[email protected]>
756 W:      http://wiki.analog.com/
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/iio/*/ad*
760 X:      drivers/iio/*/adjd*
761 F:      drivers/staging/iio/*/ad*
762 F:      staging/iio/trigger/iio-trig-bfin-timer.c
763
764 ANALOG DEVICES INC DMA DRIVERS
765 M:      Lars-Peter Clausen <[email protected]>
766 W:      http://ez.analog.com/community/linux-device-drivers
767 S:      Supported
768 F:      drivers/dma/dma-axi-dmac.c
769
770 ANDROID DRIVERS
771 M:      Greg Kroah-Hartman <[email protected]>
772 M:      Arve Hjønnevåg <[email protected]>
773 M:      Riley Andrews <[email protected]>
774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
775 L:      [email protected]
776 S:      Supported
777 F:      drivers/android/
778 F:      drivers/staging/android/
779
780 AOA (Apple Onboard Audio) ALSA DRIVER
781 M:      Johannes Berg <[email protected]>
782 L:      [email protected]
783 L:      [email protected] (moderated for non-subscribers)
784 S:      Maintained
785 F:      sound/aoa/
786
787 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
788 M:      William Breathitt Gray <[email protected]>
789 L:      [email protected]
790 S:      Maintained
791 F:      drivers/iio/dac/stx104.c
792
793 APM DRIVER
794 M:      Jiri Kosina <[email protected]>
795 S:      Odd fixes
796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
797 F:      arch/x86/kernel/apm_32.c
798 F:      include/linux/apm_bios.h
799 F:      include/uapi/linux/apm_bios.h
800 F:      drivers/char/apm-emulation.c
801
802 APPLE BCM5974 MULTITOUCH DRIVER
803 M:      Henrik Rydberg <[email protected]>
804 L:      [email protected]
805 S:      Odd fixes
806 F:      drivers/input/mouse/bcm5974.c
807
808 APPLE SMC DRIVER
809 M:      Henrik Rydberg <[email protected]>
810 L:      [email protected]
811 S:      Odd fixes
812 F:      drivers/hwmon/applesmc.c
813
814 APPLETALK NETWORK LAYER
815 M:      Arnaldo Carvalho de Melo <[email protected]>
816 S:      Maintained
817 F:      drivers/net/appletalk/
818 F:      net/appletalk/
819
820 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
821 M:      Duc Dang <[email protected]>
822 S:      Supported
823 F:      arch/arm64/boot/dts/apm/
824
825 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
826 M:      Iyappan Subramanian <[email protected]>
827 M:      Keyur Chudgar <[email protected]>
828 S:      Supported
829 F:      drivers/net/ethernet/apm/xgene/
830 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
831
832 APTINA CAMERA SENSOR PLL
833 M:      Laurent Pinchart <[email protected]>
834 L:      [email protected]
835 S:      Maintained
836 F:      drivers/media/i2c/aptina-pll.*
837
838 ARC FRAMEBUFFER DRIVER
839 M:      Jaya Kumar <[email protected]>
840 S:      Maintained
841 F:      drivers/video/fbdev/arcfb.c
842 F:      drivers/video/fbdev/core/fb_defio.c
843
844 ARCNET NETWORK LAYER
845 M:      Michael Grzeschik <[email protected]>
846 L:      [email protected]
847 S:      Maintained
848 F:      drivers/net/arcnet/
849 F:      include/uapi/linux/if_arcnet.h
850
851 ARM HDLCD DRM DRIVER
852 M:      Liviu Dudau <[email protected]>
853 S:      Supported
854 F:      drivers/gpu/drm/arm/
855 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
856
857 ARM MFM AND FLOPPY DRIVERS
858 M:      Ian Molton <[email protected]>
859 S:      Maintained
860 F:      arch/arm/lib/floppydma.S
861 F:      arch/arm/include/asm/floppy.h
862
863 ARM PMU PROFILING AND DEBUGGING
864 M:      Will Deacon <[email protected]>
865 R:      Mark Rutland <[email protected]>
866 S:      Maintained
867 F:      arch/arm*/kernel/perf_*
868 F:      arch/arm/oprofile/common.c
869 F:      arch/arm*/kernel/hw_breakpoint.c
870 F:      arch/arm*/include/asm/hw_breakpoint.h
871 F:      arch/arm*/include/asm/perf_event.h
872 F:      drivers/perf/arm_pmu.c
873 F:      include/linux/perf/arm_pmu.h
874
875 ARM PORT
876 M:      Russell King <[email protected]>
877 L:      [email protected] (moderated for non-subscribers)
878 W:      http://www.armlinux.org.uk/
879 S:      Maintained
880 F:      arch/arm/
881
882 ARM SUB-ARCHITECTURES
883 L:      [email protected] (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-*/
886 F:      arch/arm/plat-*/
887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
888
889 ARM PRIMECELL AACI PL041 DRIVER
890 M:      Russell King <[email protected]>
891 S:      Maintained
892 F:      sound/arm/aaci.*
893
894 ARM PRIMECELL CLCD PL110 DRIVER
895 M:      Russell King <[email protected]>
896 S:      Maintained
897 F:      drivers/video/fbdev/amba-clcd.*
898
899 ARM PRIMECELL KMI PL050 DRIVER
900 M:      Russell King <[email protected]>
901 S:      Maintained
902 F:      drivers/input/serio/ambakmi.*
903 F:      include/linux/amba/kmi.h
904
905 ARM PRIMECELL MMCI PL180/1 DRIVER
906 M:      Russell King <[email protected]>
907 S:      Maintained
908 F:      drivers/mmc/host/mmci.*
909 F:      include/linux/amba/mmci.h
910
911 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
912 M:      Russell King <[email protected]>
913 S:      Maintained
914 F:      drivers/tty/serial/amba-pl01*.c
915 F:      include/linux/amba/serial.h
916
917 ARM PRIMECELL BUS SUPPORT
918 M:      Russell King <[email protected]>
919 S:      Maintained
920 F:      drivers/amba/
921 F:      include/linux/amba/bus.h
922
923 ARM/ADS SPHERE MACHINE SUPPORT
924 M:      Lennert Buytenhek <[email protected]>
925 L:      [email protected] (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/AFEB9260 MACHINE SUPPORT
929 M:      Sergey Lapin <[email protected]>
930 L:      [email protected] (moderated for non-subscribers)
931 S:      Maintained
932
933 ARM/AJECO 1ARM MACHINE SUPPORT
934 M:      Lennert Buytenhek <[email protected]>
935 L:      [email protected] (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/Allwinner sunXi SoC support
939 M:      Maxime Ripard <[email protected]>
940 M:      Chen-Yu Tsai <[email protected]>
941 L:      [email protected] (moderated for non-subscribers)
942 S:      Maintained
943 N:      sun[x456789]i
944
945 ARM/Allwinner SoC Clock Support
946 M:      Emilio López <[email protected]>
947 S:      Maintained
948 F:      drivers/clk/sunxi/
949
950 ARM/Amlogic Meson SoC support
951 M:      Carlo Caione <[email protected]>
952 M:      Kevin Hilman <[email protected]>
953 L:      [email protected] (moderated for non-subscribers)
954 L:      [email protected]
955 W:      http://linux-meson.com/
956 S:      Maintained
957 F:      arch/arm/mach-meson/
958 F:      arch/arm/boot/dts/meson*
959 F:      arch/arm64/boot/dts/amlogic/
960 F:      drivers/pinctrl/meson/
961 N:      meson
962
963 ARM/Annapurna Labs ALPINE ARCHITECTURE
964 M:      Tsahee Zidenberg <[email protected]>
965 M:      Antoine Tenart <[email protected]>
966 S:      Maintained
967 F:      arch/arm/mach-alpine/
968 F:      arch/arm/boot/dts/alpine*
969 F:      arch/arm64/boot/dts/al/
970 F:      drivers/*/*alpine*
971
972 ARM/ARTPEC MACHINE SUPPORT
973 M:      Jesper Nilsson <[email protected]>
974 M:      Lars Persson <[email protected]>
975 M:      Niklas Cassel <[email protected]>
976 S:      Maintained
977 L:      [email protected]
978 F:      arch/arm/mach-artpec
979 F:      arch/arm/boot/dts/artpec6*
980 F:      drivers/clk/clk-artpec6.c
981
982 ARM/ASPEED MACHINE SUPPORT
983 M:      Joel Stanley <[email protected]>
984 S:      Maintained
985 F:      arch/arm/mach-aspeed/
986 F:      arch/arm/boot/dts/aspeed-*
987 F:      drivers/*/*aspeed*
988
989 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
990 M:      Nicolas Ferre <[email protected]>
991 M:      Alexandre Belloni <[email protected]>
992 M:      Jean-Christophe Plagniol-Villard <[email protected]>
993 L:      [email protected] (moderated for non-subscribers)
994 W:      http://www.linux4sam.org
995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
996 S:      Supported
997 F:      arch/arm/mach-at91/
998 F:      include/soc/at91/
999 F:      arch/arm/boot/dts/at91*.dts
1000 F:      arch/arm/boot/dts/at91*.dtsi
1001 F:      arch/arm/boot/dts/sama*.dts
1002 F:      arch/arm/boot/dts/sama*.dtsi
1003 F:      arch/arm/include/debug/at91.S
1004
1005 ARM/ATMEL AT91 Clock Support
1006 M:      Boris Brezillon <[email protected]>
1007 S:      Maintained
1008 F:      drivers/clk/at91
1009
1010 ARM/CALXEDA HIGHBANK ARCHITECTURE
1011 M:      Rob Herring <[email protected]>
1012 L:      [email protected] (moderated for non-subscribers)
1013 S:      Maintained
1014 F:      arch/arm/mach-highbank/
1015 F:      arch/arm/boot/dts/highbank.dts
1016 F:      arch/arm/boot/dts/ecx-*.dts*
1017
1018 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1019 M:      Krzysztof Halasa <[email protected]>
1020 S:      Maintained
1021 F:      arch/arm/mach-cns3xxx/
1022
1023 ARM/CAVIUM THUNDER NETWORK DRIVER
1024 M:      Sunil Goutham <[email protected]>
1025 M:      Robert Richter <[email protected]>
1026 L:      [email protected] (moderated for non-subscribers)
1027 S:      Supported
1028 F:      drivers/net/ethernet/cavium/thunder/
1029
1030 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1031 M:      Alexander Shiyan <[email protected]>
1032 L:      [email protected] (moderated for non-subscribers)
1033 S:      Odd Fixes
1034 N:      clps711x
1035
1036 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1037 M:      Hartley Sweeten <[email protected]>
1038 M:      Ryan Mallon <[email protected]>
1039 L:      [email protected] (moderated for non-subscribers)
1040 S:      Maintained
1041 F:      arch/arm/mach-ep93xx/
1042 F:      arch/arm/mach-ep93xx/include/mach/
1043
1044 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1045 M:      Lennert Buytenhek <[email protected]>
1046 L:      [email protected] (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/CLKDEV SUPPORT
1050 M:      Russell King <[email protected]>
1051 L:      [email protected] (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      arch/arm/include/asm/clkdev.h
1054 F:      drivers/clk/clkdev.c
1055
1056 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1057 M:      Mike Rapoport <[email protected]>
1058 L:      [email protected] (moderated for non-subscribers)
1059 S:      Maintained
1060
1061 ARM/CONTEC MICRO9 MACHINE SUPPORT
1062 M:      Hubert Feurstein <[email protected]>
1063 S:      Maintained
1064 F:      arch/arm/mach-ep93xx/micro9.c
1065
1066 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1067 M:      Mathieu Poirier <[email protected]>
1068 L:      [email protected] (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      drivers/hwtracing/coresight/*
1071 F:      Documentation/trace/coresight.txt
1072 F:      Documentation/devicetree/bindings/arm/coresight.txt
1073 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1074
1075 ARM/CORGI MACHINE SUPPORT
1076 M:      Richard Purdie <[email protected]>
1077 S:      Maintained
1078
1079 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1080 M:      Hans Ulli Kroll <[email protected]>
1081 L:      [email protected] (moderated for non-subscribers)
1082 T:      git git://github.com/ulli-kroll/linux.git
1083 S:      Maintained
1084 F:      arch/arm/mach-gemini/
1085 F:      drivers/rtc/rtc-gemini.c
1086
1087 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1088 M:      Barry Song <[email protected]>
1089 L:      [email protected] (moderated for non-subscribers)
1090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/prima2*
1093 F:      arch/arm/mach-prima2/
1094 F:      drivers/clk/sirf/
1095 F:      drivers/clocksource/timer-prima2.c
1096 F:      drivers/clocksource/timer-atlas7.c
1097 N:      [^a-z]sirf
1098
1099 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1100 M:      Baruch Siach <[email protected]>
1101 L:      [email protected] (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/boot/dts/cx92755*
1104 N:      digicolor
1105
1106 ARM/EBSA110 MACHINE SUPPORT
1107 M:      Russell King <[email protected]>
1108 L:      [email protected] (moderated for non-subscribers)
1109 W:      http://www.armlinux.org.uk/
1110 S:      Maintained
1111 F:      arch/arm/mach-ebsa110/
1112 F:      drivers/net/ethernet/amd/am79c961a.*
1113
1114 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1115 M:      Uwe Kleine-König <[email protected]>
1116 L:      [email protected] (moderated for non-subscribers)
1117 S:      Maintained
1118 N:      efm32
1119
1120 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1121 M:      Daniel Ribeiro <[email protected]>
1122 M:      Stefan Schmidt <[email protected]>
1123 M:      Harald Welte <[email protected]>
1124 L:      [email protected] (moderated for non-subscribers)
1125 W:      http://www.openezx.org/
1126 S:      Maintained
1127 T:      topgit git://git.openezx.org/openezx.git
1128 F:      arch/arm/mach-pxa/ezx.c
1129
1130 ARM/FARADAY FA526 PORT
1131 M:      Hans Ulli Kroll <[email protected]>
1132 L:      [email protected] (moderated for non-subscribers)
1133 S:      Maintained
1134 T:      git git://git.berlios.de/gemini-board
1135 F:      arch/arm/mm/*-fa*
1136
1137 ARM/FOOTBRIDGE ARCHITECTURE
1138 M:      Russell King <[email protected]>
1139 L:      [email protected] (moderated for non-subscribers)
1140 W:      http://www.armlinux.org.uk/
1141 S:      Maintained
1142 F:      arch/arm/include/asm/hardware/dec21285.h
1143 F:      arch/arm/mach-footbridge/
1144
1145 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1146 M:      Shawn Guo <[email protected]>
1147 M:      Sascha Hauer <[email protected]>
1148 L:      [email protected] (moderated for non-subscribers)
1149 S:      Maintained
1150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1151 F:      arch/arm/mach-imx/
1152 F:      arch/arm/mach-mxs/
1153 F:      arch/arm/boot/dts/imx*
1154 F:      arch/arm/configs/imx*_defconfig
1155 F:      drivers/clk/imx/
1156 F:      include/soc/imx/
1157
1158 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1159 M:      Shawn Guo <[email protected]>
1160 M:      Sascha Hauer <[email protected]>
1161 R:      Stefan Agner <[email protected]>
1162 L:      [email protected] (moderated for non-subscribers)
1163 S:      Maintained
1164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1165 F:      arch/arm/mach-imx/*vf610*
1166 F:      arch/arm/boot/dts/vf*
1167
1168 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1169 M:      Lennert Buytenhek <[email protected]>
1170 L:      [email protected] (moderated for non-subscribers)
1171 S:      Maintained
1172
1173 ARM/GUMSTIX MACHINE SUPPORT
1174 M:      Steve Sakoman <[email protected]>
1175 L:      [email protected] (moderated for non-subscribers)
1176 S:      Maintained
1177
1178 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1179 M:      Philipp Zabel <[email protected]>
1180 M:      Paul Parsons <[email protected]>
1181 L:      [email protected] (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/hx4700.c
1184 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1185 F:      sound/soc/pxa/hx4700.c
1186
1187 ARM/HISILICON SOC SUPPORT
1188 M:      Wei Xu <[email protected]>
1189 L:      [email protected] (moderated for non-subscribers)
1190 W:      http://www.hisilicon.com
1191 S:      Supported
1192 T:      git git://github.com/hisilicon/linux-hisi.git
1193 F:      arch/arm/mach-hisi/
1194 F:      arch/arm/boot/dts/hi3*
1195 F:      arch/arm/boot/dts/hip*
1196 F:      arch/arm/boot/dts/hisi*
1197 F:      arch/arm64/boot/dts/hisilicon/
1198
1199 ARM/HP JORNADA 7XX MACHINE SUPPORT
1200 M:      Kristoffer Ericson <[email protected]>
1201 W:      www.jlime.com
1202 S:      Maintained
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1204 F:      arch/arm/mach-sa1100/jornada720.c
1205 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1206
1207 ARM/IGEP MACHINE SUPPORT
1208 M:      Enric Balletbo i Serra <[email protected]>
1209 M:      Javier Martinez Canillas <[email protected]>
1210 L:      [email protected]
1211 L:      [email protected] (moderated for non-subscribers)
1212 S:      Maintained
1213 F:      arch/arm/boot/dts/omap3-igep*
1214
1215 ARM/INCOME PXA270 SUPPORT
1216 M:      Marek Vasut <[email protected]>
1217 L:      [email protected] (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1220
1221 ARM/INTEL IOP32X ARM ARCHITECTURE
1222 M:      Lennert Buytenhek <[email protected]>
1223 L:      [email protected] (moderated for non-subscribers)
1224 S:      Maintained
1225
1226 ARM/INTEL IOP33X ARM ARCHITECTURE
1227 L:      [email protected] (moderated for non-subscribers)
1228 S:      Orphan
1229
1230 ARM/INTEL IOP13XX ARM ARCHITECTURE
1231 M:      Lennert Buytenhek <[email protected]>
1232 L:      [email protected] (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/INTEL IQ81342EX MACHINE SUPPORT
1236 M:      Lennert Buytenhek <[email protected]>
1237 L:      [email protected] (moderated for non-subscribers)
1238 S:      Maintained
1239
1240 ARM/INTEL IXDP2850 MACHINE SUPPORT
1241 M:      Lennert Buytenhek <[email protected]>
1242 L:      [email protected] (moderated for non-subscribers)
1243 S:      Maintained
1244
1245 ARM/INTEL IXP4XX ARM ARCHITECTURE
1246 M:      Imre Kaloz <[email protected]>
1247 M:      Krzysztof Halasa <[email protected]>
1248 L:      [email protected] (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-ixp4xx/
1251
1252 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1253 M:      Jonathan Cameron <[email protected]>
1254 L:      [email protected] (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/stargate2.c
1257 F:      drivers/pcmcia/pxa2xx_stargate2.c
1258
1259 ARM/INTEL XSC3 (MANZANO) ARM CORE
1260 M:      Lennert Buytenhek <[email protected]>
1261 L:      [email protected] (moderated for non-subscribers)
1262 S:      Maintained
1263
1264 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1265 M:      Lennert Buytenhek <[email protected]>
1266 L:      [email protected] (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1270 M:      Santosh Shilimkar <[email protected]>
1271 L:      [email protected] (moderated for non-subscribers)
1272 S:      Maintained
1273 F:      arch/arm/mach-keystone/
1274 F:      arch/arm/boot/dts/keystone-*
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1276
1277 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1278 M:      Santosh Shilimkar <[email protected]>
1279 L:      [email protected]
1280 S:      Maintained
1281 F:      drivers/clk/keystone/
1282
1283 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1284 M:      Santosh Shilimkar <[email protected]>
1285 L:      [email protected] (moderated for non-subscribers)
1286 L:      [email protected]
1287 S:      Maintained
1288 F:      drivers/clocksource/timer-keystone.c
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1291 M:      Santosh Shilimkar <[email protected]>
1292 L:      [email protected]
1293 S:      Maintained
1294 F:      drivers/power/reset/keystone-reset.c
1295
1296 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1297 M:      Santosh Shilimkar <[email protected]>
1298 L:      [email protected]
1299 S:      Maintained
1300 F:      drivers/memory/*emif*
1301
1302 ARM/LG1K ARCHITECTURE
1303 M:      Chanho Min <[email protected]>
1304 L:      [email protected] (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm64/boot/dts/lg/
1307
1308 ARM/LOGICPD PXA270 MACHINE SUPPORT
1309 M:      Lennert Buytenhek <[email protected]>
1310 L:      [email protected] (moderated for non-subscribers)
1311 S:      Maintained
1312
1313 ARM/LPC18XX ARCHITECTURE
1314 M:      Joachim Eastwood <[email protected]>
1315 L:      [email protected] (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/lpc43*
1318 F:      drivers/clk/nxp/clk-lpc18xx*
1319 F:      drivers/clocksource/time-lpc32xx.c
1320 F:      drivers/i2c/busses/i2c-lpc2k.c
1321 F:      drivers/memory/pl172.c
1322 F:      drivers/mtd/spi-nor/nxp-spifi.c
1323 F:      drivers/rtc/rtc-lpc24xx.c
1324 N:      lpc18xx
1325
1326 ARM/LPC32XX SOC SUPPORT
1327 M:      Vladimir Zapolskiy <[email protected]>
1328 M:      Sylvain Lemieux <[email protected]>
1329 L:      [email protected] (moderated for non-subscribers)
1330 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/lpc32*
1333 F:      arch/arm/mach-lpc32xx/
1334 F:      drivers/i2c/busses/i2c-pnx.c
1335 F:      drivers/net/ethernet/nxp/lpc_eth.c
1336 F:      drivers/usb/host/ohci-nxp.c
1337 F:      drivers/watchdog/pnx4008_wdt.c
1338 N:      lpc32xx
1339
1340 ARM/MAGICIAN MACHINE SUPPORT
1341 M:      Philipp Zabel <[email protected]>
1342 S:      Maintained
1343
1344 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1345 M:      Jason Cooper <[email protected]>
1346 M:      Andrew Lunn <[email protected]>
1347 M:      Gregory Clement <[email protected]>
1348 M:      Sebastian Hesselbarth <[email protected]>
1349 L:      [email protected] (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      arch/arm/mach-mvebu/
1352 F:      drivers/rtc/rtc-armada38x.c
1353 F:      arch/arm/boot/dts/armada*
1354 F:      arch/arm/boot/dts/kirkwood*
1355 F:      arch/arm64/boot/dts/marvell/armada*
1356 F:      drivers/cpufreq/mvebu-cpufreq.c
1357 F:      arch/arm/configs/mvebu_*_defconfig
1358
1359 ARM/Marvell Berlin SoC support
1360 M:      Sebastian Hesselbarth <[email protected]>
1361 L:      [email protected] (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-berlin/
1364 F:      arch/arm/boot/dts/berlin*
1365 F:      arch/arm64/boot/dts/marvell/berlin*
1366
1367
1368 ARM/Marvell Dove/MV78xx0/Orion SOC support
1369 M:      Jason Cooper <[email protected]>
1370 M:      Andrew Lunn <[email protected]>
1371 M:      Sebastian Hesselbarth <[email protected]>
1372 M:      Gregory Clement <[email protected]>
1373 L:      [email protected] (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-dove/
1376 F:      arch/arm/mach-mv78xx0/
1377 F:      arch/arm/mach-orion5x/
1378 F:      arch/arm/plat-orion/
1379 F:      arch/arm/boot/dts/dove*
1380 F:      arch/arm/boot/dts/orion5x*
1381
1382
1383 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1384 M:      Alexander Clouter <[email protected]>
1385 L:      [email protected] (moderated for non-subscribers)
1386 W:      http://www.digriz.org.uk/ts78xx/kernel
1387 S:      Maintained
1388 F:      arch/arm/mach-orion5x/ts78xx-*
1389
1390 ARM/OXNAS platform support
1391 M:      Neil Armstrong <[email protected]>
1392 L:      [email protected] (moderated for non-subscribers)
1393 S:      Maintained
1394 F:      arch/arm/mach-oxnas/
1395 F:      arch/arm/boot/dts/oxnas*
1396 F:      arch/arm/boot/dts/wd-mbwe.dts
1397 N:      oxnas
1398
1399 ARM/Mediatek RTC DRIVER
1400 M:      Eddie Huang <[email protected]>
1401 L:      [email protected] (moderated for non-subscribers)
1402 L:      [email protected] (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      drivers/rtc/rtc-mt6397.c
1405
1406 ARM/Mediatek SoC support
1407 M:      Matthias Brugger <[email protected]>
1408 L:      [email protected] (moderated for non-subscribers)
1409 L:      [email protected] (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/boot/dts/mt6*
1412 F:      arch/arm/boot/dts/mt8*
1413 F:      arch/arm/mach-mediatek/
1414 N:      mtk
1415 K:      mediatek
1416
1417 ARM/Mediatek USB3 PHY DRIVER
1418 M:      Chunfeng Yun <[email protected]>
1419 L:      [email protected] (moderated for non-subscribers)
1420 L:      [email protected] (moderated for non-subscribers)
1421 S:      Maintained
1422 F:      drivers/phy/phy-mt65xx-usb3.c
1423
1424 ARM/MICREL KS8695 ARCHITECTURE
1425 M:      Greg Ungerer <[email protected]>
1426 L:      [email protected] (moderated for non-subscribers)
1427 F:      arch/arm/mach-ks8695/
1428 S:      Odd Fixes
1429
1430 ARM/MIOA701 MACHINE SUPPORT
1431 M:      Robert Jarzmik <[email protected]>
1432 L:      [email protected] (moderated for non-subscribers)
1433 F:      arch/arm/mach-pxa/mioa701.c
1434 S:      Maintained
1435
1436 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1437 M:      Michael Petchkovsky <[email protected]>
1438 S:      Maintained
1439
1440 ARM/NOMADIK ARCHITECTURE
1441 M:      Alessandro Rubini <[email protected]>
1442 M:      Linus Walleij <[email protected]>
1443 L:      [email protected] (moderated for non-subscribers)
1444 S:      Maintained
1445 F:      arch/arm/mach-nomadik/
1446 F:      drivers/pinctrl/nomadik/
1447 F:      drivers/i2c/busses/i2c-nomadik.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1449
1450 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1451 M:      Nelson Castillo <[email protected]>
1452 L:      [email protected] (subscribers-only)
1453 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1454 S:      Supported
1455
1456 ARM/TOSA MACHINE SUPPORT
1457 M:      Dmitry Eremin-Solenikov <[email protected]>
1458 M:      Dirk Opfer <[email protected]>
1459 S:      Maintained
1460
1461 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1462 M:      Marek Vasut <[email protected]>
1463 L:      [email protected]
1464 W:      http://hackndev.com
1465 S:      Maintained
1466 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1467 F:      arch/arm/mach-pxa/palmtx.c
1468 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1469 F:      arch/arm/mach-pxa/palmt5.c
1470 F:      arch/arm/mach-pxa/include/mach/palmld.h
1471 F:      arch/arm/mach-pxa/palmld.c
1472 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1473 F:      arch/arm/mach-pxa/palmte2.c
1474 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1475 F:      arch/arm/mach-pxa/palmtc.c
1476
1477 ARM/PALM TREO SUPPORT
1478 M:      Tomas Cech <[email protected]>
1479 L:      [email protected]
1480 W:      http://hackndev.com
1481 S:      Maintained
1482 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1483 F:      arch/arm/mach-pxa/palmtreo.c
1484
1485 ARM/PALMZ72 SUPPORT
1486 M:      Sergey Lapin <[email protected]>
1487 L:      [email protected]
1488 W:      http://hackndev.com
1489 S:      Maintained
1490 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1491 F:      arch/arm/mach-pxa/palmz72.c
1492
1493 ARM/PLEB SUPPORT
1494 M:      Peter Chubb <[email protected]>
1495 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1496 S:      Maintained
1497
1498 ARM/PT DIGITAL BOARD PORT
1499 M:      Stefan Eletzhofer <[email protected]>
1500 L:      [email protected] (moderated for non-subscribers)
1501 W:      http://www.armlinux.org.uk/
1502 S:      Maintained
1503
1504 ARM/QUALCOMM SUPPORT
1505 M:      Andy Gross <[email protected]>
1506 M:      David Brown <[email protected]>
1507 L:      [email protected]
1508 L:      [email protected]
1509 S:      Maintained
1510 F:      arch/arm/boot/dts/qcom-*.dts
1511 F:      arch/arm/boot/dts/qcom-*.dtsi
1512 F:      arch/arm/mach-qcom/
1513 F:      arch/arm64/boot/dts/qcom/*
1514 F:      drivers/i2c/busses/i2c-qup.c
1515 F:      drivers/clk/qcom/
1516 F:      drivers/soc/qcom/
1517 F:      drivers/spi/spi-qup.c
1518 F:      drivers/tty/serial/msm_serial.h
1519 F:      drivers/tty/serial/msm_serial.c
1520 F:      drivers/*/pm8???-*
1521 F:      drivers/mfd/ssbi.c
1522 F:      drivers/firmware/qcom_scm.c
1523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1524
1525 ARM/RADISYS ENP2611 MACHINE SUPPORT
1526 M:      Lennert Buytenhek <[email protected]>
1527 L:      [email protected] (moderated for non-subscribers)
1528 S:      Maintained
1529
1530 ARM/RENESAS ARM64 ARCHITECTURE
1531 M:      Simon Horman <[email protected]>
1532 M:      Magnus Damm <[email protected]>
1533 L:      [email protected]
1534 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1536 S:      Supported
1537 F:      arch/arm64/boot/dts/renesas/
1538 F:      drivers/soc/renesas/
1539 F:      include/linux/soc/renesas/
1540
1541 ARM/RISCPC ARCHITECTURE
1542 M:      Russell King <[email protected]>
1543 L:      [email protected] (moderated for non-subscribers)
1544 W:      http://www.armlinux.org.uk/
1545 S:      Maintained
1546 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1547 F:      arch/arm/include/asm/hardware/ioc.h
1548 F:      arch/arm/include/asm/hardware/iomd.h
1549 F:      arch/arm/include/asm/hardware/memc.h
1550 F:      arch/arm/mach-rpc/
1551 F:      drivers/net/ethernet/8390/etherh.c
1552 F:      drivers/net/ethernet/i825xx/ether1*
1553 F:      drivers/net/ethernet/seeq/ether3*
1554 F:      drivers/scsi/arm/
1555
1556 ARM/Rockchip SoC support
1557 M:      Heiko Stuebner <[email protected]>
1558 L:      [email protected] (moderated for non-subscribers)
1559 L:      [email protected]
1560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1561 S:      Maintained
1562 F:      arch/arm/boot/dts/rk3*
1563 F:      arch/arm/mach-rockchip/
1564 F:      drivers/clk/rockchip/
1565 F:      drivers/i2c/busses/i2c-rk3x.c
1566 F:      drivers/*/*rockchip*
1567 F:      drivers/*/*/*rockchip*
1568 F:      sound/soc/rockchip/
1569 N:      rockchip
1570
1571 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1572 M:      Kukjin Kim <[email protected]>
1573 M:      Krzysztof Kozlowski <[email protected]>
1574 L:      [email protected] (moderated for non-subscribers)
1575 L:      [email protected] (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/boot/dts/s3c*
1578 F:      arch/arm/boot/dts/s5p*
1579 F:      arch/arm/boot/dts/samsung*
1580 F:      arch/arm/boot/dts/exynos*
1581 F:      arch/arm64/boot/dts/exynos/
1582 F:      arch/arm/plat-samsung/
1583 F:      arch/arm/mach-s3c24*/
1584 F:      arch/arm/mach-s3c64xx/
1585 F:      arch/arm/mach-s5p*/
1586 F:      arch/arm/mach-exynos*/
1587 F:      drivers/*/*s3c2410*
1588 F:      drivers/*/*/*s3c2410*
1589 F:      drivers/memory/samsung/*
1590 F:      drivers/soc/samsung/*
1591 F:      drivers/spi/spi-s3c*
1592 F:      sound/soc/samsung/*
1593 F:      Documentation/arm/Samsung/
1594 F:      Documentation/devicetree/bindings/arm/samsung/
1595 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1596 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1597 N:      exynos
1598
1599 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1600 M:      Kyungmin Park <[email protected]>
1601 L:      [email protected] (moderated for non-subscribers)
1602 S:      Maintained
1603 F:      arch/arm/mach-s5pv210/
1604
1605 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1606 M:      Kyungmin Park <[email protected]>
1607 M:      Kamil Debski <[email protected]>
1608 L:      [email protected]
1609 L:      [email protected]
1610 S:      Maintained
1611 F:      drivers/media/platform/s5p-g2d/
1612
1613 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1614 M:      Kyungmin Park <[email protected]>
1615 M:      Kamil Debski <[email protected]>
1616 M:      Jeongtae Park <[email protected]>
1617 L:      [email protected]
1618 L:      [email protected]
1619 S:      Maintained
1620 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1621 F:      drivers/media/platform/s5p-mfc/
1622
1623 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1624 M:      Kyungmin Park <[email protected]>
1625 M:      Tomasz Stanislawski <[email protected]>
1626 L:      [email protected]
1627 L:      [email protected]
1628 S:      Maintained
1629 F:      drivers/media/platform/s5p-tv/
1630
1631 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1632 M:      Andrzej Pietrasiewicz <[email protected]>
1633 M:      Jacek Anaszewski <[email protected]>
1634 L:      [email protected]
1635 L:      [email protected]
1636 S:      Maintained
1637 F:      drivers/media/platform/s5p-jpeg/
1638
1639 ARM/SHMOBILE ARM ARCHITECTURE
1640 M:      Simon Horman <[email protected]>
1641 M:      Magnus Damm <[email protected]>
1642 L:      [email protected]
1643 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1645 S:      Supported
1646 F:      arch/arm/boot/dts/emev2*
1647 F:      arch/arm/boot/dts/r7s*
1648 F:      arch/arm/boot/dts/r8a*
1649 F:      arch/arm/boot/dts/sh*
1650 F:      arch/arm/configs/shmobile_defconfig
1651 F:      arch/arm/include/debug/renesas-scif.S
1652 F:      arch/arm/mach-shmobile/
1653 F:      drivers/sh/
1654 F:      drivers/soc/renesas/
1655 F:      include/linux/soc/renesas/
1656
1657 ARM/SOCFPGA ARCHITECTURE
1658 M:      Dinh Nguyen <[email protected]>
1659 S:      Maintained
1660 F:      arch/arm/mach-socfpga/
1661 F:      arch/arm/boot/dts/socfpga*
1662 F:      arch/arm/configs/socfpga_defconfig
1663 F:      arch/arm64/boot/dts/altera/
1664 W:      http://www.rocketboards.org
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1666
1667 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1668 M:      Dinh Nguyen <[email protected]>
1669 S:      Maintained
1670 F:      drivers/clk/socfpga/
1671
1672 ARM/SOCFPGA EDAC SUPPORT
1673 M:      Thor Thayer <[email protected]>
1674 S:      Maintained
1675 F:      drivers/edac/altera_edac.
1676
1677 ARM/STI ARCHITECTURE
1678 M:      Srinivas Kandagatla <[email protected]>
1679 M:      Maxime Coquelin <[email protected]>
1680 M:      Patrice Chotard <[email protected]>
1681 L:      [email protected] (moderated for non-subscribers)
1682 L:      [email protected]
1683 W:      http://www.stlinux.com
1684 S:      Maintained
1685 F:      arch/arm/mach-sti/
1686 F:      arch/arm/boot/dts/sti*
1687 F:      drivers/char/hw_random/st-rng.c
1688 F:      drivers/clocksource/arm_global_timer.c
1689 F:      drivers/clocksource/clksrc_st_lpc.c
1690 F:      drivers/cpufreq/sti-cpufreq.c
1691 F:      drivers/i2c/busses/i2c-st.c
1692 F:      drivers/media/rc/st_rc.c
1693 F:      drivers/media/platform/sti/c8sectpfe/
1694 F:      drivers/mmc/host/sdhci-st.c
1695 F:      drivers/phy/phy-miphy28lp.c
1696 F:      drivers/phy/phy-miphy365x.c
1697 F:      drivers/phy/phy-stih407-usb.c
1698 F:      drivers/phy/phy-stih41x-usb.c
1699 F:      drivers/pinctrl/pinctrl-st.c
1700 F:      drivers/remoteproc/st_remoteproc.c
1701 F:      drivers/reset/sti/
1702 F:      drivers/rtc/rtc-st-lpc.c
1703 F:      drivers/tty/serial/st-asc.c
1704 F:      drivers/usb/dwc3/dwc3-st.c
1705 F:      drivers/usb/host/ehci-st.c
1706 F:      drivers/usb/host/ohci-st.c
1707 F:      drivers/watchdog/st_lpc_wdt.c
1708 F:      drivers/ata/ahci_st.c
1709
1710 ARM/STM32 ARCHITECTURE
1711 M:      Maxime Coquelin <[email protected]>
1712 L:      [email protected] (moderated for non-subscribers)
1713 S:      Maintained
1714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1715 N:      stm32
1716 F:      drivers/clocksource/armv7m_systick.c
1717
1718 ARM/TANGO ARCHITECTURE
1719 M:      Marc Gonzalez <[email protected]>
1720 L:      [email protected]
1721 S:      Maintained
1722 F:      arch/arm/mach-tango/
1723 F:      arch/arm/boot/dts/tango*
1724
1725 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1726 M:      Lennert Buytenhek <[email protected]>
1727 L:      [email protected] (moderated for non-subscribers)
1728 S:      Maintained
1729
1730 ARM/TETON BGA MACHINE SUPPORT
1731 M:      "Mark F. Brown" <[email protected]>
1732 L:      [email protected] (moderated for non-subscribers)
1733 S:      Maintained
1734
1735 ARM/THECUS N2100 MACHINE SUPPORT
1736 M:      Lennert Buytenhek <[email protected]>
1737 L:      [email protected] (moderated for non-subscribers)
1738 S:      Maintained
1739
1740 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1741 M:      Wan ZongShun <[email protected]>
1742 L:      [email protected] (moderated for non-subscribers)
1743 W:      http://www.mcuos.com
1744 S:      Maintained
1745 F:      arch/arm/mach-w90x900/
1746 F:      drivers/input/keyboard/w90p910_keypad.c
1747 F:      drivers/input/touchscreen/w90p910_ts.c
1748 F:      drivers/watchdog/nuc900_wdt.c
1749 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1750 F:      drivers/mtd/nand/nuc900_nand.c
1751 F:      drivers/rtc/rtc-nuc900.c
1752 F:      drivers/spi/spi-nuc900.c
1753 F:      drivers/usb/host/ehci-w90x900.c
1754 F:      drivers/video/fbdev/nuc900fb.c
1755
1756 ARM/U300 MACHINE SUPPORT
1757 M:      Linus Walleij <[email protected]>
1758 L:      [email protected] (moderated for non-subscribers)
1759 S:      Supported
1760 F:      arch/arm/mach-u300/
1761 F:      drivers/clocksource/timer-u300.c
1762 F:      drivers/i2c/busses/i2c-stu300.c
1763 F:      drivers/rtc/rtc-coh901331.c
1764 F:      drivers/watchdog/coh901327_wdt.c
1765 F:      drivers/dma/coh901318*
1766 F:      drivers/mfd/ab3100*
1767 F:      drivers/rtc/rtc-ab3100.c
1768 F:      drivers/rtc/rtc-coh901331.c
1769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1770
1771 ARM/UNIPHIER ARCHITECTURE
1772 M:      Masahiro Yamada <[email protected]>
1773 L:      [email protected] (moderated for non-subscribers)
1774 S:      Maintained
1775 F:      arch/arm/boot/dts/uniphier*
1776 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1777 F:      arch/arm/mach-uniphier/
1778 F:      arch/arm/mm/cache-uniphier.c
1779 F:      arch/arm64/boot/dts/socionext/
1780 F:      drivers/bus/uniphier-system-bus.c
1781 F:      drivers/i2c/busses/i2c-uniphier*
1782 F:      drivers/pinctrl/uniphier/
1783 F:      drivers/tty/serial/8250/8250_uniphier.c
1784 N:      uniphier
1785
1786 ARM/Ux500 ARM ARCHITECTURE
1787 M:      Linus Walleij <[email protected]>
1788 L:      [email protected] (moderated for non-subscribers)
1789 S:      Maintained
1790 F:      arch/arm/mach-ux500/
1791 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1792 F:      drivers/dma/ste_dma40*
1793 F:      drivers/hwspinlock/u8500_hsem.c
1794 F:      drivers/mfd/abx500*
1795 F:      drivers/mfd/ab8500*
1796 F:      drivers/mfd/dbx500*
1797 F:      drivers/mfd/db8500*
1798 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1799 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1800 F:      drivers/rtc/rtc-ab8500.c
1801 F:      drivers/rtc/rtc-pl031.c
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1803
1804 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1805 M:      Ulf Hansson <[email protected]>
1806 L:      [email protected] (moderated for non-subscribers)
1807 T:      git git://git.linaro.org/people/ulfh/clk.git
1808 S:      Maintained
1809 F:      drivers/clk/ux500/
1810 F:      include/linux/platform_data/clk-ux500.h
1811
1812 ARM/VERSATILE EXPRESS PLATFORM
1813 M:      Liviu Dudau <[email protected]>
1814 M:      Sudeep Holla <[email protected]>
1815 M:      Lorenzo Pieralisi <[email protected]>
1816 L:      [email protected] (moderated for non-subscribers)
1817 S:      Maintained
1818 F:      arch/arm/boot/dts/vexpress*
1819 F:      arch/arm64/boot/dts/arm/
1820 F:      arch/arm/mach-vexpress/
1821 F:      */*/vexpress*
1822 F:      */*/*/vexpress*
1823 F:      drivers/clk/versatile/clk-vexpress-osc.c
1824 F:      drivers/clocksource/versatile.c
1825 N:      mps2
1826
1827 ARM/VFP SUPPORT
1828 M:      Russell King <[email protected]>
1829 L:      [email protected] (moderated for non-subscribers)
1830 W:      http://www.armlinux.org.uk/
1831 S:      Maintained
1832 F:      arch/arm/vfp/
1833
1834 ARM/VOIPAC PXA270 SUPPORT
1835 M:      Marek Vasut <[email protected]>
1836 L:      [email protected] (moderated for non-subscribers)
1837 S:      Maintained
1838 F:      arch/arm/mach-pxa/vpac270.c
1839 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1840
1841 ARM/VT8500 ARM ARCHITECTURE
1842 M:      Tony Prisk <[email protected]>
1843 L:      [email protected] (moderated for non-subscribers)
1844 S:      Maintained
1845 F:      arch/arm/mach-vt8500/
1846 F:      drivers/clocksource/vt8500_timer.c
1847 F:      drivers/i2c/busses/i2c-wmt.c
1848 F:      drivers/mmc/host/wmt-sdmmc.c
1849 F:      drivers/pwm/pwm-vt8500.c
1850 F:      drivers/rtc/rtc-vt8500.c
1851 F:      drivers/tty/serial/vt8500_serial.c
1852 F:      drivers/usb/host/ehci-platform.c
1853 F:      drivers/usb/host/uhci-platform.c
1854 F:      drivers/video/fbdev/vt8500lcdfb.*
1855 F:      drivers/video/fbdev/wm8505fb*
1856 F:      drivers/video/fbdev/wmt_ge_rops.*
1857
1858 ARM/ZIPIT Z2 SUPPORT
1859 M:      Marek Vasut <[email protected]>
1860 L:      [email protected] (moderated for non-subscribers)
1861 S:      Maintained
1862 F:      arch/arm/mach-pxa/z2.c
1863 F:      arch/arm/mach-pxa/include/mach/z2.h
1864
1865 ARM/ZTE ARCHITECTURE
1866 M:      Jun Nie <[email protected]>
1867 L:      [email protected] (moderated for non-subscribers)
1868 S:      Maintained
1869 F:      arch/arm/mach-zx/
1870 F:      drivers/clk/zte/
1871 F:      Documentation/devicetree/bindings/arm/zte.txt
1872 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1873
1874 ARM/ZYNQ ARCHITECTURE
1875 M:      Michal Simek <[email protected]>
1876 R:      Sören Brinkmann <[email protected]>
1877 L:      [email protected] (moderated for non-subscribers)
1878 W:      http://wiki.xilinx.com
1879 T:      git https://github.com/Xilinx/linux-xlnx.git
1880 S:      Supported
1881 F:      arch/arm/mach-zynq/
1882 F:      drivers/cpuidle/cpuidle-zynq.c
1883 F:      drivers/block/xsysace.c
1884 N:      zynq
1885 N:      xilinx
1886 F:      drivers/clocksource/cadence_ttc_timer.c
1887 F:      drivers/i2c/busses/i2c-cadence.c
1888 F:      drivers/mmc/host/sdhci-of-arasan.c
1889 F:      drivers/edac/synopsys_edac.c
1890
1891 ARM SMMU DRIVERS
1892 M:      Will Deacon <[email protected]>
1893 R:      Robin Murphy <[email protected]>
1894 L:      [email protected] (moderated for non-subscribers)
1895 S:      Maintained
1896 F:      drivers/iommu/arm-smmu.c
1897 F:      drivers/iommu/arm-smmu-v3.c
1898 F:      drivers/iommu/io-pgtable-arm.c
1899 F:      drivers/iommu/io-pgtable-arm-v7s.c
1900
1901 ARM64 PORT (AARCH64 ARCHITECTURE)
1902 M:      Catalin Marinas <[email protected]>
1903 M:      Will Deacon <[email protected]>
1904 L:      [email protected] (moderated for non-subscribers)
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1906 S:      Maintained
1907 F:      arch/arm64/
1908 F:      Documentation/arm64/
1909
1910 AS3645A LED FLASH CONTROLLER DRIVER
1911 M:      Laurent Pinchart <[email protected]>
1912 L:      [email protected]
1913 T:      git git://linuxtv.org/media_tree.git
1914 S:      Maintained
1915 F:      drivers/media/i2c/as3645a.c
1916 F:      include/media/i2c/as3645a.h
1917
1918 ASC7621 HARDWARE MONITOR DRIVER
1919 M:      George Joseph <[email protected]>
1920 L:      [email protected]
1921 S:      Maintained
1922 F:      Documentation/hwmon/asc7621
1923 F:      drivers/hwmon/asc7621.c
1924
1925 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1926 M:      Corentin Chary <[email protected]>
1927 L:      [email protected]
1928 L:      [email protected]
1929 W:      http://acpi4asus.sf.net
1930 S:      Maintained
1931 F:      drivers/platform/x86/asus*.c
1932 F:      drivers/platform/x86/eeepc*.c
1933
1934 ASUS WIRELESS RADIO CONTROL DRIVER
1935 M:      João Paulo Rechi Vita <[email protected]>
1936 L:      [email protected]
1937 S:      Maintained
1938 F:      drivers/platform/x86/asus-wireless.c
1939
1940 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1941 R:      Dan Williams <[email protected]>
1942 W:      http://sourceforge.net/projects/xscaleiop
1943 S:      Odd fixes
1944 F:      Documentation/crypto/async-tx-api.txt
1945 F:      crypto/async_tx/
1946 F:      drivers/dma/
1947 F:      include/linux/dmaengine.h
1948 F:      include/linux/async_tx.h
1949
1950 AT24 EEPROM DRIVER
1951 M:      Wolfram Sang <[email protected]>
1952 L:      [email protected]
1953 S:      Maintained
1954 F:      drivers/misc/eeprom/at24.c
1955 F:      include/linux/platform_data/at24.h
1956
1957 ATA OVER ETHERNET (AOE) DRIVER
1958 M:      "Ed L. Cashin" <[email protected]>
1959 W:      http://www.openaoe.org/
1960 S:      Supported
1961 F:      Documentation/aoe/
1962 F:      drivers/block/aoe/
1963
1964 ATHEROS 71XX/9XXX GPIO DRIVER
1965 M:      Alban Bedel <[email protected]>
1966 W:      https://github.com/AlbanBedel/linux
1967 T:      git git://github.com/AlbanBedel/linux
1968 S:      Maintained
1969 F:      drivers/gpio/gpio-ath79.c
1970 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1971
1972 ATHEROS ATH GENERIC UTILITIES
1973 M:      "Luis R. Rodriguez" <[email protected]>
1974 L:      [email protected]
1975 S:      Supported
1976 F:      drivers/net/wireless/ath/*
1977
1978 ATHEROS ATH5K WIRELESS DRIVER
1979 M:      Jiri Slaby <[email protected]>
1980 M:      Nick Kossifidis <[email protected]>
1981 M:      "Luis R. Rodriguez" <[email protected]>
1982 L:      [email protected]
1983 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1984 S:      Maintained
1985 F:      drivers/net/wireless/ath/ath5k/
1986
1987 ATHEROS ATH6KL WIRELESS DRIVER
1988 M:      Kalle Valo <[email protected]>
1989 L:      [email protected]
1990 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1992 S:      Supported
1993 F:      drivers/net/wireless/ath/ath6kl/
1994
1995 WILOCITY WIL6210 WIRELESS DRIVER
1996 M:      Maya Erez <[email protected]>
1997 L:      [email protected]
1998 L:      [email protected]
1999 S:      Supported
2000 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2001 F:      drivers/net/wireless/ath/wil6210/
2002 F:      include/uapi/linux/wil6210_uapi.h
2003
2004 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2005 M:      Christian Lamparter <[email protected]>
2006 L:      [email protected]
2007 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2008 S:      Maintained
2009 F:      drivers/net/wireless/ath/carl9170/
2010
2011 ATK0110 HWMON DRIVER
2012 M:      Luca Tettamanti <[email protected]>
2013 L:      [email protected]
2014 S:      Maintained
2015 F:      drivers/hwmon/asus_atk0110.c
2016
2017 ATI_REMOTE2 DRIVER
2018 M:      Ville Syrjala <[email protected]>
2019 S:      Maintained
2020 F:      drivers/input/misc/ati_remote2.c
2021
2022 ATLX ETHERNET DRIVERS
2023 M:      Jay Cliburn <[email protected]>
2024 M:      Chris Snook <[email protected]>
2025 L:      [email protected]
2026 W:      http://sourceforge.net/projects/atl1
2027 W:      http://atl1.sourceforge.net
2028 S:      Maintained
2029 F:      drivers/net/ethernet/atheros/
2030
2031 ATM
2032 M:      Chas Williams <[email protected]>
2033 L:      [email protected] (moderated for non-subscribers)
2034 L:      [email protected]
2035 W:      http://linux-atm.sourceforge.net
2036 S:      Maintained
2037 F:      drivers/atm/
2038 F:      include/linux/atm*
2039 F:      include/uapi/linux/atm*
2040
2041 ATMEL AT91 / AT32 MCI DRIVER
2042 M:      Ludovic Desroches <[email protected]>
2043 S:      Maintained
2044 F:      drivers/mmc/host/atmel-mci.c
2045
2046 ATMEL AT91 / AT32 SERIAL DRIVER
2047 M:      Nicolas Ferre <[email protected]>
2048 S:      Supported
2049 F:      drivers/tty/serial/atmel_serial.c
2050
2051 ATMEL SAMA5D2 ADC DRIVER
2052 M:      Ludovic Desroches <[email protected]>
2053 L:      [email protected]
2054 S:      Supported
2055 F:      drivers/iio/adc/at91-sama5d2_adc.c
2056
2057 ATMEL Audio ALSA driver
2058 M:      Nicolas Ferre <[email protected]>
2059 L:      [email protected] (moderated for non-subscribers)
2060 S:      Supported
2061 F:      sound/soc/atmel
2062
2063 ATMEL DMA DRIVER
2064 M:      Nicolas Ferre <[email protected]>
2065 L:      [email protected] (moderated for non-subscribers)
2066 S:      Supported
2067 F:      drivers/dma/at_hdmac.c
2068 F:      drivers/dma/at_hdmac_regs.h
2069 F:      include/linux/platform_data/dma-atmel.h
2070
2071 ATMEL XDMA DRIVER
2072 M:      Ludovic Desroches <[email protected]>
2073 L:      [email protected]
2074 L:      [email protected]
2075 S:      Supported
2076 F:      drivers/dma/at_xdmac.c
2077
2078 ATMEL I2C DRIVER
2079 M:      Ludovic Desroches <[email protected]>
2080 L:      [email protected]
2081 S:      Supported
2082 F:      drivers/i2c/busses/i2c-at91.c
2083
2084 ATMEL ISI DRIVER
2085 M:      Ludovic Desroches <[email protected]>
2086 L:      [email protected]
2087 S:      Supported
2088 F:      drivers/media/platform/soc_camera/atmel-isi.c
2089 F:      include/media/atmel-isi.h
2090
2091 ATMEL LCDFB DRIVER
2092 M:      Nicolas Ferre <[email protected]>
2093 L:      [email protected]
2094 S:      Maintained
2095 F:      drivers/video/fbdev/atmel_lcdfb.c
2096 F:      include/video/atmel_lcdc.h
2097
2098 ATMEL MACB ETHERNET DRIVER
2099 M:      Nicolas Ferre <[email protected]>
2100 S:      Supported
2101 F:      drivers/net/ethernet/cadence/
2102
2103 ATMEL NAND DRIVER
2104 M:      Wenyou Yang <[email protected]>
2105 M:      Josh Wu <[email protected]>
2106 L:      [email protected]
2107 S:      Supported
2108 F:      drivers/mtd/nand/atmel_nand*
2109
2110 ATMEL SDMMC DRIVER
2111 M:      Ludovic Desroches <[email protected]>
2112 L:      [email protected]
2113 S:      Supported
2114 F:      drivers/mmc/host/sdhci-of-at91.c
2115
2116 ATMEL SPI DRIVER
2117 M:      Nicolas Ferre <[email protected]>
2118 S:      Supported
2119 F:      drivers/spi/spi-atmel.*
2120
2121 ATMEL SSC DRIVER
2122 M:      Nicolas Ferre <[email protected]>
2123 L:      [email protected] (moderated for non-subscribers)
2124 S:      Supported
2125 F:      drivers/misc/atmel-ssc.c
2126 F:      include/linux/atmel-ssc.h
2127
2128 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2129 M:      Nicolas Ferre <[email protected]>
2130 L:      [email protected] (moderated for non-subscribers)
2131 S:      Supported
2132 F:      drivers/misc/atmel_tclib.c
2133 F:      drivers/clocksource/tcb_clksrc.c
2134
2135 ATMEL USBA UDC DRIVER
2136 M:      Nicolas Ferre <[email protected]>
2137 L:      [email protected] (moderated for non-subscribers)
2138 S:      Supported
2139 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2140
2141 ATMEL WIRELESS DRIVER
2142 M:      Simon Kelley <[email protected]>
2143 L:      [email protected]
2144 W:      http://www.thekelleys.org.uk/atmel
2145 W:      http://atmelwlandriver.sourceforge.net/
2146 S:      Maintained
2147 F:      drivers/net/wireless/atmel/atmel*
2148
2149 ATMEL MAXTOUCH DRIVER
2150 M:      Nick Dyer <[email protected]>
2151 T:      git git://github.com/atmel-maxtouch/linux.git
2152 S:      Supported
2153 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2154 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2155 F:      include/linux/platform_data/atmel_mxt_ts.h
2156
2157 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2158 M:      Bradley Grove <[email protected]>
2159 L:      [email protected]
2160 W:      http://www.attotech.com
2161 S:      Supported
2162 F:      drivers/scsi/esas2r
2163
2164 ATUSB IEEE 802.15.4 RADIO DRIVER
2165 M:      Stefan Schmidt <[email protected]>
2166 L:      [email protected]
2167 S:      Maintained
2168 F:      drivers/net/ieee802154/atusb.c
2169 F:      drivers/net/ieee802154/atusb.h
2170 F:      drivers/net/ieee802154/at86rf230.h
2171
2172 AUDIT SUBSYSTEM
2173 M:      Paul Moore <[email protected]>
2174 M:      Eric Paris <[email protected]>
2175 L:      [email protected] (moderated for non-subscribers)
2176 W:      http://people.redhat.com/sgrubb/audit/
2177 T:      git git://git.infradead.org/users/pcmoore/audit
2178 S:      Maintained
2179 F:      include/linux/audit.h
2180 F:      include/uapi/linux/audit.h
2181 F:      kernel/audit*
2182
2183 AUXILIARY DISPLAY DRIVERS
2184 M:      Miguel Ojeda Sandonis <[email protected]>
2185 W:      http://miguelojeda.es/auxdisplay.htm
2186 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2187 S:      Maintained
2188 F:      drivers/auxdisplay/
2189 F:      include/linux/cfag12864b.h
2190
2191 AVR32 ARCHITECTURE
2192 M:      Haavard Skinnemoen <[email protected]>
2193 M:      Hans-Christian Egtvedt <[email protected]>
2194 W:      http://www.atmel.com/products/AVR32/
2195 W:      http://mirror.egtvedt.no/avr32linux.org/
2196 W:      http://avrfreaks.net/
2197 S:      Maintained
2198 F:      arch/avr32/
2199
2200 AVR32/AT32AP MACHINE SUPPORT
2201 M:      Haavard Skinnemoen <[email protected]>
2202 M:      Hans-Christian Egtvedt <[email protected]>
2203 S:      Maintained
2204 F:      arch/avr32/mach-at32ap/
2205
2206 AX.25 NETWORK LAYER
2207 M:      Ralf Baechle <[email protected]>
2208 L:      [email protected]
2209 W:      http://www.linux-ax25.org/
2210 S:      Maintained
2211 F:      include/uapi/linux/ax25.h
2212 F:      include/net/ax25.h
2213 F:      net/ax25/
2214
2215 AZ6007 DVB DRIVER
2216 M:      Mauro Carvalho Chehab <[email protected]>
2217 L:      [email protected]
2218 W:      https://linuxtv.org
2219 T:      git git://linuxtv.org/media_tree.git
2220 S:      Maintained
2221 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2222
2223 AZTECH FM RADIO RECEIVER DRIVER
2224 M:      Hans Verkuil <[email protected]>
2225 L:      [email protected]
2226 T:      git git://linuxtv.org/media_tree.git
2227 W:      https://linuxtv.org
2228 S:      Maintained
2229 F:      drivers/media/radio/radio-aztech*
2230
2231 B43 WIRELESS DRIVER
2232 L:      [email protected]
2233 L:      [email protected]
2234 W:      http://wireless.kernel.org/en/users/Drivers/b43
2235 S:      Odd Fixes
2236 F:      drivers/net/wireless/broadcom/b43/
2237
2238 B43LEGACY WIRELESS DRIVER
2239 M:      Larry Finger <[email protected]>
2240 L:      [email protected]
2241 L:      [email protected]
2242 W:      http://wireless.kernel.org/en/users/Drivers/b43
2243 S:      Maintained
2244 F:      drivers/net/wireless/broadcom/b43legacy/
2245
2246 BACKLIGHT CLASS/SUBSYSTEM
2247 M:      Jingoo Han <[email protected]>
2248 M:      Lee Jones <[email protected]>
2249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2250 S:      Maintained
2251 F:      drivers/video/backlight/
2252 F:      include/linux/backlight.h
2253
2254 BATMAN ADVANCED
2255 M:      Marek Lindner <[email protected]>
2256 M:      Simon Wunderlich <[email protected]>
2257 M:      Antonio Quartulli <[email protected]>
2258 L:      [email protected] (moderated for non-subscribers)
2259 W:      https://www.open-mesh.org/
2260 Q:      https://patchwork.open-mesh.org/project/batman/list/
2261 S:      Maintained
2262 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2263 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2264 F:      Documentation/networking/batman-adv.txt
2265 F:      net/batman-adv/
2266
2267 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2268 M:      Thomas Sailer <[email protected]>
2269 L:      [email protected]
2270 W:      http://www.baycom.org/~tom/ham/ham.html
2271 S:      Maintained
2272 F:      drivers/net/hamradio/baycom*
2273
2274 BCACHE (BLOCK LAYER CACHE)
2275 M:      Kent Overstreet <[email protected]>
2276 L:      [email protected]
2277 W:      http://bcache.evilpiepirate.org
2278 S:      Maintained
2279 F:      drivers/md/bcache/
2280
2281 BDISP ST MEDIA DRIVER
2282 M:      Fabien Dessenne <[email protected]>
2283 L:      [email protected]
2284 T:      git git://linuxtv.org/media_tree.git
2285 W:      https://linuxtv.org
2286 S:      Supported
2287 F:      drivers/media/platform/sti/bdisp
2288
2289 BEFS FILE SYSTEM
2290 S:      Orphan
2291 F:      Documentation/filesystems/befs.txt
2292 F:      fs/befs/
2293
2294 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2295 M:      Dariusz Marcinkiewicz <[email protected]>
2296 L:      [email protected]
2297 S:      Maintained
2298 F:      drivers/net/ethernet/ec_bhf.c
2299
2300 BFS FILE SYSTEM
2301 M:      "Tigran A. Aivazian" <[email protected]>
2302 S:      Maintained
2303 F:      Documentation/filesystems/bfs.txt
2304 F:      fs/bfs/
2305 F:      include/uapi/linux/bfs_fs.h
2306
2307 BLACKFIN ARCHITECTURE
2308 M:      Steven Miao <[email protected]>
2309 L:      [email protected] (moderated for non-subscribers)
2310 T:      git git://git.code.sf.net/p/adi-linux/code
2311 W:      http://blackfin.uclinux.org
2312 S:      Supported
2313 F:      arch/blackfin/
2314
2315 BLACKFIN EMAC DRIVER
2316 L:      [email protected] (moderated for non-subscribers)
2317 W:      http://blackfin.uclinux.org
2318 S:      Supported
2319 F:      drivers/net/ethernet/adi/
2320
2321 BLACKFIN RTC DRIVER
2322 L:      [email protected] (moderated for non-subscribers)
2323 W:      http://blackfin.uclinux.org
2324 S:      Supported
2325 F:      drivers/rtc/rtc-bfin.c
2326
2327 BLACKFIN SDH DRIVER
2328 M:      Sonic Zhang <[email protected]>
2329 L:      [email protected] (moderated for non-subscribers)
2330 W:      http://blackfin.uclinux.org
2331 S:      Supported
2332 F:      drivers/mmc/host/bfin_sdh.c
2333
2334 BLACKFIN SERIAL DRIVER
2335 M:      Sonic Zhang <[email protected]>
2336 L:      [email protected] (moderated for non-subscribers)
2337 W:      http://blackfin.uclinux.org
2338 S:      Supported
2339 F:      drivers/tty/serial/bfin_uart.c
2340
2341 BLACKFIN WATCHDOG DRIVER
2342 L:      [email protected] (moderated for non-subscribers)
2343 W:      http://blackfin.uclinux.org
2344 S:      Supported
2345 F:      drivers/watchdog/bfin_wdt.c
2346
2347 BLACKFIN I2C TWI DRIVER
2348 M:      Sonic Zhang <[email protected]>
2349 L:      [email protected] (moderated for non-subscribers)
2350 W:      http://blackfin.uclinux.org/
2351 S:      Supported
2352 F:      drivers/i2c/busses/i2c-bfin-twi.c
2353
2354 BLACKFIN MEDIA DRIVER
2355 M:      Scott Jiang <[email protected]>
2356 L:      [email protected] (moderated for non-subscribers)
2357 W:      http://blackfin.uclinux.org/
2358 S:      Supported
2359 F:      drivers/media/platform/blackfin/
2360 F:      drivers/media/i2c/adv7183*
2361 F:      drivers/media/i2c/vs6624*
2362
2363 BLINKM RGB LED DRIVER
2364 M:      Jan-Simon Moeller <[email protected]>
2365 S:      Maintained
2366 F:      drivers/leds/leds-blinkm.c
2367
2368 BLOCK LAYER
2369 M:      Jens Axboe <[email protected]>
2370 L:      [email protected]
2371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2372 S:      Maintained
2373 F:      block/
2374 F:      kernel/trace/blktrace.c
2375
2376 BLOCK2MTD DRIVER
2377 M:      Joern Engel <[email protected]>
2378 L:      [email protected]
2379 S:      Maintained
2380 F:      drivers/mtd/devices/block2mtd.c
2381
2382 BLUETOOTH DRIVERS
2383 M:      Marcel Holtmann <[email protected]>
2384 M:      Gustavo Padovan <[email protected]>
2385 M:      Johan Hedberg <[email protected]>
2386 L:      [email protected]
2387 W:      http://www.bluez.org/
2388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2390 S:      Maintained
2391 F:      drivers/bluetooth/
2392
2393 BLUETOOTH SUBSYSTEM
2394 M:      Marcel Holtmann <[email protected]>
2395 M:      Gustavo Padovan <[email protected]>
2396 M:      Johan Hedberg <[email protected]>
2397 L:      [email protected]
2398 W:      http://www.bluez.org/
2399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2401 S:      Maintained
2402 F:      net/bluetooth/
2403 F:      include/net/bluetooth/
2404
2405 BONDING DRIVER
2406 M:      Jay Vosburgh <[email protected]>
2407 M:      Veaceslav Falico <[email protected]>
2408 M:      Andy Gospodarek <[email protected]>
2409 L:      [email protected]
2410 W:      http://sourceforge.net/projects/bonding/
2411 S:      Supported
2412 F:      drivers/net/bonding/
2413 F:      include/uapi/linux/if_bonding.h
2414
2415 BPF (Safe dynamic programs and tools)
2416 M:      Alexei Starovoitov <[email protected]>
2417 L:      [email protected]
2418 L:      [email protected]
2419 S:      Supported
2420 F:      kernel/bpf/
2421
2422 BROADCOM B44 10/100 ETHERNET DRIVER
2423 M:      Gary Zambrano <[email protected]>
2424 L:      [email protected]
2425 S:      Supported
2426 F:      drivers/net/ethernet/broadcom/b44.*
2427
2428 BROADCOM GENET ETHERNET DRIVER
2429 M:      Florian Fainelli <[email protected]>
2430 L:      [email protected]
2431 S:      Supported
2432 F:      drivers/net/ethernet/broadcom/genet/
2433
2434 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2435 M:      Sony Chacko <[email protected]>
2436 M:      [email protected]
2437 L:      [email protected]
2438 S:      Supported
2439 F:      drivers/net/ethernet/broadcom/bnx2.*
2440 F:      drivers/net/ethernet/broadcom/bnx2_*
2441
2442 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2443 M:      Ariel Elior <[email protected]>
2444 L:      [email protected]
2445 S:      Supported
2446 F:      drivers/net/ethernet/broadcom/bnx2x/
2447
2448 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2449 M:      Florian Fainelli <[email protected]>
2450 M:      Ray Jui <[email protected]>
2451 M:      Scott Branden <[email protected]>
2452 L:      [email protected]
2453 T:      git git://github.com/broadcom/mach-bcm
2454 S:      Maintained
2455 F:      arch/arm/mach-bcm/
2456 F:      arch/arm/boot/dts/bcm113*
2457 F:      arch/arm/boot/dts/bcm216*
2458 F:      arch/arm/boot/dts/bcm281*
2459 F:      arch/arm64/boot/dts/broadcom/
2460 F:      arch/arm/configs/bcm_defconfig
2461 F:      drivers/mmc/host/sdhci-bcm-kona.c
2462 F:      drivers/clocksource/bcm_kona_timer.c
2463
2464 BROADCOM BCM2835 ARM ARCHITECTURE
2465 M:      Stephen Warren <[email protected]>
2466 M:      Lee Jones <[email protected]>
2467 M:      Eric Anholt <[email protected]>
2468 L:      [email protected] (moderated for non-subscribers)
2469 L:      [email protected] (moderated for non-subscribers)
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2471 S:      Maintained
2472 N:      bcm2835
2473
2474 BROADCOM BCM47XX MIPS ARCHITECTURE
2475 M:      Hauke Mehrtens <[email protected]>
2476 M:      Rafał Miłecki <[email protected]>
2477 L:      [email protected]
2478 S:      Maintained
2479 F:      arch/mips/bcm47xx/*
2480 F:      arch/mips/include/asm/mach-bcm47xx/*
2481
2482 BROADCOM BCM5301X ARM ARCHITECTURE
2483 M:      Hauke Mehrtens <[email protected]>
2484 L:      [email protected]
2485 S:      Maintained
2486 F:      arch/arm/mach-bcm/bcm_5301x.c
2487 F:      arch/arm/boot/dts/bcm5301x.dtsi
2488 F:      arch/arm/boot/dts/bcm470*
2489
2490 BROADCOM BCM63XX ARM ARCHITECTURE
2491 M:      Florian Fainelli <[email protected]>
2492 L:      [email protected] (moderated for non-subscribers)
2493 L:      [email protected]
2494 T:      git git://github.com/broadcom/stblinux.git
2495 S:      Maintained
2496 F:      arch/arm/mach-bcm/bcm63xx.c
2497 F:      arch/arm/include/debug/bcm63xx.S
2498
2499 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2500 M:      Kevin Cernekee <[email protected]>
2501 L:      [email protected]
2502 S:      Maintained
2503 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2504
2505 BROADCOM BCM7XXX ARM ARCHITECTURE
2506 M:      Brian Norris <[email protected]>
2507 M:      Gregory Fong <[email protected]>
2508 M:      Florian Fainelli <[email protected]>
2509 L:      [email protected] (moderated for non-subscribers)
2510 L:      [email protected]
2511 T:      git git://github.com/broadcom/stblinux.git
2512 S:      Maintained
2513 F:      arch/arm/mach-bcm/*brcmstb*
2514 F:      arch/arm/boot/dts/bcm7*.dts*
2515 F:      drivers/bus/brcmstb_gisb.c
2516 N:      brcmstb
2517
2518 BROADCOM BMIPS MIPS ARCHITECTURE
2519 M:      Kevin Cernekee <[email protected]>
2520 M:      Florian Fainelli <[email protected]>
2521 L:      [email protected]
2522 T:      git git://github.com/broadcom/stblinux.git
2523 S:      Maintained
2524 F:      arch/mips/bmips/*
2525 F:      arch/mips/include/asm/mach-bmips/*
2526 F:      arch/mips/kernel/*bmips*
2527 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2528 F:      drivers/irqchip/irq-bcm63*
2529 F:      drivers/irqchip/irq-bcm7*
2530 F:      drivers/irqchip/irq-brcmstb*
2531 F:      include/linux/bcm963xx_nvram.h
2532 F:      include/linux/bcm963xx_tag.h
2533
2534 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2535 M:      Siva Reddy Kallam <[email protected]>
2536 M:      Prashant Sreedharan <[email protected]>
2537 M:      Michael Chan <[email protected]>
2538 L:      [email protected]
2539 S:      Supported
2540 F:      drivers/net/ethernet/broadcom/tg3.*
2541
2542 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2543 M:      Brett Rudley <[email protected]>
2544 M:      Arend van Spriel <[email protected]>
2545 M:      Franky (Zhenhui) Lin <[email protected]>
2546 M:      Hante Meuleman <[email protected]>
2547 L:      [email protected]
2548 L:      [email protected]
2549 S:      Supported
2550 F:      drivers/net/wireless/broadcom/brcm80211/
2551
2552 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2553 M:      [email protected]
2554 L:      [email protected]
2555 S:      Supported
2556 F:      drivers/scsi/bnx2fc/
2557
2558 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2559 M:      [email protected]
2560 L:      [email protected]
2561 S:      Supported
2562 F:      drivers/scsi/bnx2i/
2563
2564 BROADCOM IPROC ARM ARCHITECTURE
2565 M:      Ray Jui <[email protected]>
2566 M:      Scott Branden <[email protected]>
2567 M:      Jon Mason <[email protected]>
2568 L:      [email protected] (moderated for non-subscribers)
2569 L:      [email protected]
2570 T:      git git://github.com/broadcom/cygnus-linux.git
2571 S:      Maintained
2572 N:      iproc
2573 N:      cygnus
2574 N:      nsp
2575 N:      bcm9113*
2576 N:      bcm9583*
2577 N:      bcm9585*
2578 N:      bcm9586*
2579 N:      bcm988312
2580 N:      bcm113*
2581 N:      bcm583*
2582 N:      bcm585*
2583 N:      bcm586*
2584 N:      bcm88312
2585
2586 BROADCOM BRCMSTB GPIO DRIVER
2587 M:      Gregory Fong <[email protected]>
2588 L:      [email protected]
2589 S:      Supported
2590 F:      drivers/gpio/gpio-brcmstb.c
2591 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2592
2593 BROADCOM KONA GPIO DRIVER
2594 M:      Ray Jui <[email protected]>
2595 L:      [email protected]
2596 S:      Supported
2597 F:      drivers/gpio/gpio-bcm-kona.c
2598 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2599
2600 BROADCOM NVRAM DRIVER
2601 M:      Rafał Miłecki <[email protected]>
2602 L:      [email protected]
2603 S:      Maintained
2604 F:      drivers/firmware/broadcom/*
2605
2606 BROADCOM STB NAND FLASH DRIVER
2607 M:      Brian Norris <[email protected]>
2608 M:      Kamal Dasu <[email protected]>
2609 L:      [email protected]
2610 L:      [email protected]
2611 S:      Maintained
2612 F:      drivers/mtd/nand/brcmnand/
2613
2614 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2615 M:      Rafał Miłecki <[email protected]>
2616 L:      [email protected]
2617 S:      Maintained
2618 F:      drivers/bcma/
2619 F:      include/linux/bcma/
2620
2621 BROADCOM SYSTEMPORT ETHERNET DRIVER
2622 M:      Florian Fainelli <[email protected]>
2623 L:      [email protected]
2624 S:      Supported
2625 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2626
2627 BROADCOM VULCAN ARM64 SOC
2628 M:      Jayachandran C. <[email protected]>
2629 L:      [email protected] (moderated for non-subscribers)
2630 L:      [email protected]
2631 S:      Maintained
2632 F:      arch/arm64/boot/dts/broadcom/vulcan*
2633
2634 BROCADE BFA FC SCSI DRIVER
2635 M:      Anil Gurumurthy <[email protected]>
2636 M:      Sudarsana Kalluru <[email protected]>
2637 L:      [email protected]
2638 S:      Supported
2639 F:      drivers/scsi/bfa/
2640
2641 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2642 M:      Rasesh Mody <[email protected]>
2643 L:      [email protected]
2644 S:      Supported
2645 F:      drivers/net/ethernet/brocade/bna/
2646
2647 BSG (block layer generic sg v4 driver)
2648 M:      FUJITA Tomonori <[email protected]>
2649 L:      [email protected]
2650 S:      Supported
2651 F:      block/bsg.c
2652 F:      include/linux/bsg.h
2653 F:      include/uapi/linux/bsg.h
2654
2655 BT87X AUDIO DRIVER
2656 M:      Clemens Ladisch <[email protected]>
2657 L:      [email protected] (moderated for non-subscribers)
2658 T:      git git://git.alsa-project.org/alsa-kernel.git
2659 S:      Maintained
2660 F:      Documentation/sound/alsa/Bt87x.txt
2661 F:      sound/pci/bt87x.c
2662
2663 BT8XXGPIO DRIVER
2664 M:      Michael Buesch <[email protected]>
2665 W:      http://bu3sch.de/btgpio.php
2666 S:      Maintained
2667 F:      drivers/gpio/gpio-bt8xx.c
2668
2669 BTRFS FILE SYSTEM
2670 M:      Chris Mason <[email protected]>
2671 M:      Josef Bacik <[email protected]>
2672 M:      David Sterba <[email protected]>
2673 L:      [email protected]
2674 W:      http://btrfs.wiki.kernel.org/
2675 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2677 S:      Maintained
2678 F:      Documentation/filesystems/btrfs.txt
2679 F:      fs/btrfs/
2680
2681 BTTV VIDEO4LINUX DRIVER
2682 M:      Mauro Carvalho Chehab <[email protected]>
2683 L:      [email protected]
2684 W:      https://linuxtv.org
2685 T:      git git://linuxtv.org/media_tree.git
2686 S:      Odd fixes
2687 F:      Documentation/video4linux/bttv/
2688 F:      drivers/media/pci/bt8xx/bttv*
2689
2690 BUSLOGIC SCSI DRIVER
2691 M:      Khalid Aziz <[email protected]>
2692 L:      [email protected]
2693 S:      Maintained
2694 F:      drivers/scsi/BusLogic.*
2695 F:      drivers/scsi/FlashPoint.*
2696
2697 C-MEDIA CMI8788 DRIVER
2698 M:      Clemens Ladisch <[email protected]>
2699 L:      [email protected] (moderated for non-subscribers)
2700 T:      git git://git.alsa-project.org/alsa-kernel.git
2701 S:      Maintained
2702 F:      sound/pci/oxygen/
2703
2704 C6X ARCHITECTURE
2705 M:      Mark Salter <[email protected]>
2706 M:      Aurelien Jacquiot <[email protected]>
2707 L:      [email protected]
2708 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2709 S:      Maintained
2710 F:      arch/c6x/
2711
2712 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2713 M:      David Howells <[email protected]>
2714 L:      [email protected] (moderated for non-subscribers)
2715 S:      Supported
2716 F:      Documentation/filesystems/caching/cachefiles.txt
2717 F:      fs/cachefiles/
2718
2719 CADET FM/AM RADIO RECEIVER DRIVER
2720 M:      Hans Verkuil <[email protected]>
2721 L:      [email protected]
2722 T:      git git://linuxtv.org/media_tree.git
2723 W:      https://linuxtv.org
2724 S:      Maintained
2725 F:      drivers/media/radio/radio-cadet*
2726
2727 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2728 M:      Jonathan Corbet <[email protected]>
2729 L:      [email protected]
2730 T:      git git://linuxtv.org/media_tree.git
2731 S:      Maintained
2732 F:      Documentation/video4linux/cafe_ccic
2733 F:      drivers/media/platform/marvell-ccic/
2734
2735 CAIF NETWORK LAYER
2736 M:      Dmitry Tarnyagin <[email protected]>
2737 L:      [email protected]
2738 S:      Supported
2739 F:      Documentation/networking/caif/
2740 F:      drivers/net/caif/
2741 F:      include/uapi/linux/caif/
2742 F:      include/net/caif/
2743 F:      net/caif/
2744
2745 CALGARY x86-64 IOMMU
2746 M:      Muli Ben-Yehuda <[email protected]>
2747 M:      "Jon D. Mason" <[email protected]>
2748 L:      [email protected]
2749 S:      Maintained
2750 F:      arch/x86/kernel/pci-calgary_64.c
2751 F:      arch/x86/kernel/tce_64.c
2752 F:      arch/x86/include/asm/calgary.h
2753 F:      arch/x86/include/asm/tce.h
2754
2755 CAN NETWORK LAYER
2756 M:      Oliver Hartkopp <[email protected]>
2757 M:      Marc Kleine-Budde <[email protected]>
2758 L:      [email protected]
2759 W:      https://github.com/linux-can
2760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2762 S:      Maintained
2763 F:      Documentation/networking/can.txt
2764 F:      net/can/
2765 F:      include/linux/can/core.h
2766 F:      include/uapi/linux/can.h
2767 F:      include/uapi/linux/can/bcm.h
2768 F:      include/uapi/linux/can/raw.h
2769 F:      include/uapi/linux/can/gw.h
2770
2771 CAN NETWORK DRIVERS
2772 M:      Wolfgang Grandegger <[email protected]>
2773 M:      Marc Kleine-Budde <[email protected]>
2774 L:      [email protected]
2775 W:      https://github.com/linux-can
2776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2778 S:      Maintained
2779 F:      drivers/net/can/
2780 F:      include/linux/can/dev.h
2781 F:      include/linux/can/platform/
2782 F:      include/uapi/linux/can/error.h
2783 F:      include/uapi/linux/can/netlink.h
2784
2785 CAPABILITIES
2786 M:      Serge Hallyn <[email protected]>
2787 L:      [email protected]
2788 S:      Supported
2789 F:      include/linux/capability.h
2790 F:      include/uapi/linux/capability.h
2791 F:      security/commoncap.c
2792 F:      kernel/capability.c
2793
2794 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2795 M:      Kevin Tsai <[email protected]>
2796 S:      Maintained
2797 F:      drivers/iio/light/cm*
2798 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2799
2800 CAVIUM LIQUIDIO NETWORK DRIVER
2801 M:     Derek Chickles <[email protected]>
2802 M:     Satanand Burla <[email protected]>
2803 M:     Felix Manlunas <[email protected]>
2804 M:     Raghu Vatsavayi <[email protected]>
2805 L:     [email protected]
2806 W:     http://www.cavium.com
2807 S:     Supported
2808 F:     drivers/net/ethernet/cavium/liquidio/
2809
2810 CC2520 IEEE-802.15.4 RADIO DRIVER
2811 M:      Varka Bhadram <[email protected]>
2812 L:      [email protected]
2813 S:      Maintained
2814 F:      drivers/net/ieee802154/cc2520.c
2815 F:      include/linux/spi/cc2520.h
2816 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2817
2818 CELL BROADBAND ENGINE ARCHITECTURE
2819 M:      Arnd Bergmann <[email protected]>
2820 L:      [email protected]
2821 W:      http://www.ibm.com/developerworks/power/cell/
2822 S:      Supported
2823 F:      arch/powerpc/include/asm/cell*.h
2824 F:      arch/powerpc/include/asm/spu*.h
2825 F:      arch/powerpc/include/uapi/asm/spu*.h
2826 F:      arch/powerpc/oprofile/*cell*
2827 F:      arch/powerpc/platforms/cell/
2828
2829 CEPH COMMON CODE (LIBCEPH)
2830 M:      Ilya Dryomov <[email protected]>
2831 M:      "Yan, Zheng" <[email protected]>
2832 M:      Sage Weil <[email protected]>
2833 L:      [email protected]
2834 W:      http://ceph.com/
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2836 T:      git git://github.com/ceph/ceph-client.git
2837 S:      Supported
2838 F:      net/ceph/
2839 F:      include/linux/ceph/
2840 F:      include/linux/crush/
2841
2842 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2843 M:      "Yan, Zheng" <[email protected]>
2844 M:      Sage Weil <[email protected]>
2845 M:      Ilya Dryomov <[email protected]>
2846 L:      [email protected]
2847 W:      http://ceph.com/
2848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2849 T:      git git://github.com/ceph/ceph-client.git
2850 S:      Supported
2851 F:      Documentation/filesystems/ceph.txt
2852 F:      fs/ceph/
2853
2854 CERTIFICATE HANDLING:
2855 M:      David Howells <[email protected]>
2856 M:      David Woodhouse <[email protected]>
2857 L:      [email protected]
2858 S:      Maintained
2859 F:      Documentation/module-signing.txt
2860 F:      certs/
2861 F:      scripts/sign-file.c
2862 F:      scripts/extract-cert.c
2863
2864 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2865 L:      [email protected]
2866 S:      Orphan
2867 F:      Documentation/usb/WUSB-Design-overview.txt
2868 F:      Documentation/usb/wusb-cbaf
2869 F:      drivers/usb/host/hwa-hc.c
2870 F:      drivers/usb/host/whci/
2871 F:      drivers/usb/wusbcore/
2872 F:      include/linux/usb/wusb*
2873
2874 CFAG12864B LCD DRIVER
2875 M:      Miguel Ojeda Sandonis <[email protected]>
2876 W:      http://miguelojeda.es/auxdisplay.htm
2877 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2878 S:      Maintained
2879 F:      drivers/auxdisplay/cfag12864b.c
2880 F:      include/linux/cfag12864b.h
2881
2882 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2883 M:      Miguel Ojeda Sandonis <[email protected]>
2884 W:      http://miguelojeda.es/auxdisplay.htm
2885 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2886 S:      Maintained
2887 F:      drivers/auxdisplay/cfag12864bfb.c
2888 F:      include/linux/cfag12864b.h
2889
2890 CFG80211 and NL80211
2891 M:      Johannes Berg <[email protected]>
2892 L:      [email protected]
2893 W:      http://wireless.kernel.org/
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2896 S:      Maintained
2897 F:      include/uapi/linux/nl80211.h
2898 F:      include/net/cfg80211.h
2899 F:      net/wireless/*
2900 X:      net/wireless/wext*
2901
2902 CHAR and MISC DRIVERS
2903 M:      Arnd Bergmann <[email protected]>
2904 M:      Greg Kroah-Hartman <[email protected]>
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2906 S:      Supported
2907 F:      drivers/char/*
2908 F:      drivers/misc/*
2909 F:      include/linux/miscdevice.h
2910
2911 CHECKPATCH
2912 M:      Andy Whitcroft <[email protected]>
2913 M:      Joe Perches <[email protected]>
2914 S:      Maintained
2915 F:      scripts/checkpatch.pl
2916
2917 CHINESE DOCUMENTATION
2918 M:      Harry Wei <[email protected]>
2919 L:      [email protected] (subscribers-only)
2920 L:      [email protected] (moderated for non-subscribers)
2921 S:      Maintained
2922 F:      Documentation/zh_CN/
2923
2924 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2925 M:      Peter Chen <[email protected]>
2926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2927 L:      [email protected]
2928 S:      Maintained
2929 F:      drivers/usb/chipidea/
2930
2931 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2932 M:      Hans de Goede <[email protected]>
2933 L:      [email protected]
2934 S:      Maintained
2935 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2936 F:      drivers/input/touchscreen/chipone_icn8318.c
2937
2938 CHROME HARDWARE PLATFORM SUPPORT
2939 M:      Olof Johansson <[email protected]>
2940 S:      Maintained
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2942 F:      drivers/platform/chrome/
2943
2944 CISCO VIC ETHERNET NIC DRIVER
2945 M:      Christian Benvenuti <[email protected]>
2946 M:      Sujith Sankar <[email protected]>
2947 M:      Govindarajulu Varadarajan <[email protected]>
2948 M:      Neel Patel <[email protected]>
2949 S:      Supported
2950 F:      drivers/net/ethernet/cisco/enic/
2951
2952 CISCO VIC LOW LATENCY NIC DRIVER
2953 M:      Christian Benvenuti <[email protected]>
2954 M:      Dave Goodell <[email protected]>
2955 S:      Supported
2956 F:      drivers/infiniband/hw/usnic/
2957
2958 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2959 M:      Hartley Sweeten <[email protected]>
2960 L:      [email protected]
2961 S:      Maintained
2962 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2963
2964 CIRRUS LOGIC AUDIO CODEC DRIVERS
2965 M:      Brian Austin <[email protected]>
2966 M:      Paul Handrigan <[email protected]>
2967 L:      [email protected] (moderated for non-subscribers)
2968 S:      Maintained
2969 F:      sound/soc/codecs/cs*
2970
2971 CLEANCACHE API
2972 M:      Konrad Rzeszutek Wilk <[email protected]>
2973 L:      [email protected]
2974 S:      Maintained
2975 F:      mm/cleancache.c
2976 F:      include/linux/cleancache.h
2977
2978 CLK API
2979 M:      Russell King <[email protected]>
2980 L:      [email protected]
2981 S:      Maintained
2982 F:      include/linux/clk.h
2983
2984 CLOCKSOURCE, CLOCKEVENT DRIVERS
2985 M:      Daniel Lezcano <[email protected]>
2986 M:      Thomas Gleixner <[email protected]>
2987 L:      [email protected]
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2989 S:      Supported
2990 F:      drivers/clocksource
2991
2992 CISCO FCOE HBA DRIVER
2993 M:      Hiral Patel <[email protected]>
2994 M:      Suma Ramars <[email protected]>
2995 M:      Brian Uchino <[email protected]>
2996 L:      [email protected]
2997 S:      Supported
2998 F:      drivers/scsi/fnic/
2999
3000 CISCO SCSI HBA DRIVER
3001 M:      Narsimhulu Musini <[email protected]>
3002 M:      Sesidhar Baddela <[email protected]>
3003 L:      [email protected]
3004 S:      Supported
3005 F:      drivers/scsi/snic/
3006
3007 CMPC ACPI DRIVER
3008 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3009 M:      Daniel Oliveira Nascimento <[email protected]>
3010 L:      [email protected]
3011 S:      Supported
3012 F:      drivers/platform/x86/classmate-laptop.c
3013
3014 COBALT MEDIA DRIVER
3015 M:      Hans Verkuil <[email protected]>
3016 L:      [email protected]
3017 T:      git git://linuxtv.org/media_tree.git
3018 W:      https://linuxtv.org
3019 S:      Supported
3020 F:      drivers/media/pci/cobalt/
3021
3022 COCCINELLE/Semantic Patches (SmPL)
3023 M:      Julia Lawall <[email protected]>
3024 M:      Gilles Muller <[email protected]>
3025 M:      Nicolas Palix <[email protected]>
3026 M:      Michal Marek <[email protected]>
3027 L:      [email protected] (moderated for non-subscribers)
3028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3029 W:      http://coccinelle.lip6.fr/
3030 S:      Supported
3031 F:      Documentation/coccinelle.txt
3032 F:      scripts/coccinelle/
3033 F:      scripts/coccicheck
3034
3035 CODA FILE SYSTEM
3036 M:      Jan Harkes <[email protected]>
3037 M:      [email protected]
3038 L:      [email protected]
3039 W:      http://www.coda.cs.cmu.edu/
3040 S:      Maintained
3041 F:      Documentation/filesystems/coda.txt
3042 F:      fs/coda/
3043 F:      include/linux/coda*.h
3044 F:      include/uapi/linux/coda*.h
3045
3046 CODA V4L2 MEM2MEM DRIVER
3047 M:      Philipp Zabel <[email protected]>
3048 L:      [email protected]
3049 S:      Maintained
3050 F:      Documentation/devicetree/bindings/media/coda.txt
3051 F:      drivers/media/platform/coda/
3052
3053 COMMON CLK FRAMEWORK
3054 M:      Michael Turquette <[email protected]>
3055 M:      Stephen Boyd <[email protected]>
3056 L:      [email protected]
3057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3058 S:      Maintained
3059 F:      drivers/clk/
3060 X:      drivers/clk/clkdev.c
3061 F:      include/linux/clk-pr*
3062 F:      include/linux/clk/
3063
3064 COMMON INTERNET FILE SYSTEM (CIFS)
3065 M:      Steve French <[email protected]>
3066 L:      [email protected]
3067 L:      [email protected] (moderated for non-subscribers)
3068 W:      http://linux-cifs.samba.org/
3069 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3070 S:      Supported
3071 F:      Documentation/filesystems/cifs/
3072 F:      fs/cifs/
3073
3074 COMPACTPCI HOTPLUG CORE
3075 M:      Scott Murray <[email protected]>
3076 L:      [email protected]
3077 S:      Maintained
3078 F:      drivers/pci/hotplug/cpci_hotplug*
3079
3080 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3081 M:      Scott Murray <[email protected]>
3082 L:      [email protected]
3083 S:      Maintained
3084 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3085
3086 COMPACTPCI HOTPLUG GENERIC DRIVER
3087 M:      Scott Murray <[email protected]>
3088 L:      [email protected]
3089 S:      Maintained
3090 F:      drivers/pci/hotplug/cpcihp_generic.c
3091
3092 COMPAL LAPTOP SUPPORT
3093 M:      Cezary Jackiewicz <[email protected]>
3094 L:      [email protected]
3095 S:      Maintained
3096 F:      drivers/platform/x86/compal-laptop.c
3097
3098 CONEXANT ACCESSRUNNER USB DRIVER
3099 L:      [email protected]
3100 W:      http://accessrunner.sourceforge.net/
3101 S:      Orphan
3102 F:      drivers/usb/atm/cxacru.c
3103
3104 CONFIGFS
3105 M:      Joel Becker <[email protected]>
3106 M:      Christoph Hellwig <[email protected]>
3107 T:      git git://git.infradead.org/users/hch/configfs.git
3108 S:      Supported
3109 F:      fs/configfs/
3110 F:      include/linux/configfs.h
3111
3112 CONNECTOR
3113 M:      Evgeniy Polyakov <[email protected]>
3114 L:      [email protected]
3115 S:      Maintained
3116 F:      drivers/connector/
3117
3118 CONTROL GROUP (CGROUP)
3119 M:      Tejun Heo <[email protected]>
3120 M:      Li Zefan <[email protected]>
3121 M:      Johannes Weiner <[email protected]>
3122 L:      [email protected]
3123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3124 S:      Maintained
3125 F:      Documentation/cgroups/
3126 F:      include/linux/cgroup*
3127 F:      kernel/cgroup*
3128
3129 CONTROL GROUP - CPUSET
3130 M:      Li Zefan <[email protected]>
3131 L:      [email protected]
3132 W:      http://www.bullopensource.org/cpuset/
3133 W:      http://oss.sgi.com/projects/cpusets/
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3135 S:      Maintained
3136 F:      Documentation/cgroups/cpusets.txt
3137 F:      include/linux/cpuset.h
3138 F:      kernel/cpuset.c
3139
3140 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3141 M:      Johannes Weiner <[email protected]>
3142 M:      Michal Hocko <[email protected]>
3143 M:      Vladimir Davydov <[email protected]>
3144 L:      [email protected]
3145 L:      [email protected]
3146 S:      Maintained
3147 F:      mm/memcontrol.c
3148 F:      mm/swap_cgroup.c
3149
3150 CORETEMP HARDWARE MONITORING DRIVER
3151 M:      Fenghua Yu <[email protected]>
3152 L:      [email protected]
3153 S:      Maintained
3154 F:      Documentation/hwmon/coretemp
3155 F:      drivers/hwmon/coretemp.c
3156
3157 COSA/SRP SYNC SERIAL DRIVER
3158 M:      Jan "Yenya" Kasprzak <[email protected]>
3159 W:      http://www.fi.muni.cz/~kas/cosa/
3160 S:      Maintained
3161 F:      drivers/net/wan/cosa*
3162
3163 CPMAC ETHERNET DRIVER
3164 M:      Florian Fainelli <[email protected]>
3165 L:      [email protected]
3166 S:      Maintained
3167 F:      drivers/net/ethernet/ti/cpmac.c
3168
3169 CPU FREQUENCY DRIVERS
3170 M:      "Rafael J. Wysocki" <[email protected]>
3171 M:      Viresh Kumar <[email protected]>
3172 L:      [email protected]
3173 S:      Maintained
3174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3175 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3176 F:      drivers/cpufreq/
3177 F:      include/linux/cpufreq.h
3178
3179 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3180 M:      Viresh Kumar <[email protected]>
3181 M:      Sudeep Holla <[email protected]>
3182 L:      [email protected]
3183 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3184 S:      Maintained
3185 F:      drivers/cpufreq/arm_big_little.h
3186 F:      drivers/cpufreq/arm_big_little.c
3187 F:      drivers/cpufreq/arm_big_little_dt.c
3188
3189 CPUIDLE DRIVER - ARM BIG LITTLE
3190 M:      Lorenzo Pieralisi <[email protected]>
3191 M:      Daniel Lezcano <[email protected]>
3192 L:      [email protected]
3193 L:      [email protected]
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3195 S:      Maintained
3196 F:      drivers/cpuidle/cpuidle-big_little.c
3197
3198 CPUIDLE DRIVER - ARM EXYNOS
3199 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3200 M:      Daniel Lezcano <[email protected]>
3201 M:      Kukjin Kim <[email protected]>
3202 L:      [email protected]
3203 L:      [email protected]
3204 S:      Supported
3205 F:      drivers/cpuidle/cpuidle-exynos.c
3206 F:      arch/arm/mach-exynos/pm.c
3207
3208 CPUIDLE DRIVERS
3209 M:      "Rafael J. Wysocki" <[email protected]>
3210 M:      Daniel Lezcano <[email protected]>
3211 L:      [email protected]
3212 S:      Maintained
3213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3214 F:      drivers/cpuidle/*
3215 F:      include/linux/cpuidle.h
3216
3217 CPUID/MSR DRIVER
3218 M:      "H. Peter Anvin" <[email protected]>
3219 S:      Maintained
3220 F:      arch/x86/kernel/cpuid.c
3221 F:      arch/x86/kernel/msr.c
3222
3223 CPU POWER MONITORING SUBSYSTEM
3224 M:      Thomas Renninger <[email protected]>
3225 L:      [email protected]
3226 S:      Maintained
3227 F:      tools/power/cpupower/
3228
3229 CRAMFS FILESYSTEM
3230 W:      http://sourceforge.net/projects/cramfs/
3231 S:      Orphan / Obsolete
3232 F:      Documentation/filesystems/cramfs.txt
3233 F:      fs/cramfs/
3234
3235 CRIS PORT
3236 M:      Mikael Starvik <[email protected]>
3237 M:      Jesper Nilsson <[email protected]>
3238 L:      [email protected]
3239 W:      http://developer.axis.com
3240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3241 S:      Maintained
3242 F:      arch/cris/
3243 F:      drivers/tty/serial/crisv10.*
3244
3245 CRYPTO API
3246 M:      Herbert Xu <[email protected]>
3247 M:      "David S. Miller" <[email protected]>
3248 L:      [email protected]
3249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3251 S:      Maintained
3252 F:      Documentation/crypto/
3253 F:      Documentation/DocBook/crypto-API.tmpl
3254 F:      arch/*/crypto/
3255 F:      crypto/
3256 F:      drivers/crypto/
3257 F:      include/crypto/
3258
3259 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3260 M:      Neil Horman <[email protected]>
3261 L:      [email protected]
3262 S:      Maintained
3263 F:      crypto/ansi_cprng.c
3264 F:      crypto/rng.c
3265
3266 CS3308 MEDIA DRIVER
3267 M:      Hans Verkuil <[email protected]>
3268 L:      [email protected]
3269 T:      git git://linuxtv.org/media_tree.git
3270 W:      http://linuxtv.org
3271 S:      Odd Fixes
3272 F:      drivers/media/i2c/cs3308.c
3273 F:      drivers/media/i2c/cs3308.h
3274
3275 CS5535 Audio ALSA driver
3276 M:      Jaya Kumar <[email protected]>
3277 S:      Maintained
3278 F:      sound/pci/cs5535audio/
3279
3280 CW1200 WLAN driver
3281 M:      Solomon Peachy <[email protected]>
3282 S:      Maintained
3283 F:      drivers/net/wireless/st/cw1200/
3284
3285 CX18 VIDEO4LINUX DRIVER
3286 M:      Andy Walls <[email protected]>
3287 L:      [email protected] (subscribers-only)
3288 L:      [email protected]
3289 T:      git git://linuxtv.org/media_tree.git
3290 W:      https://linuxtv.org
3291 W:      http://www.ivtvdriver.org/index.php/Cx18
3292 S:      Maintained
3293 F:      Documentation/video4linux/cx18.txt
3294 F:      drivers/media/pci/cx18/
3295 F:      include/uapi/linux/ivtv*
3296
3297 CX2341X MPEG ENCODER HELPER MODULE
3298 M:      Hans Verkuil <[email protected]>
3299 L:      [email protected]
3300 T:      git git://linuxtv.org/media_tree.git
3301 W:      https://linuxtv.org
3302 S:      Maintained
3303 F:      drivers/media/common/cx2341x*
3304 F:      include/media/cx2341x*
3305
3306 CX24120 MEDIA DRIVER
3307 M:      Jemma Denson <[email protected]>
3308 M:      Patrick Boettcher <[email protected]>
3309 L:      [email protected]
3310 W:      https://linuxtv.org
3311 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3312 S:      Maintained
3313 F:      drivers/media/dvb-frontends/cx24120*
3314
3315 CX88 VIDEO4LINUX DRIVER
3316 M:      Mauro Carvalho Chehab <[email protected]>
3317 L:      [email protected]
3318 W:      https://linuxtv.org
3319 T:      git git://linuxtv.org/media_tree.git
3320 S:      Odd fixes
3321 F:      Documentation/video4linux/cx88/
3322 F:      drivers/media/pci/cx88/
3323
3324 CXD2820R MEDIA DRIVER
3325 M:      Antti Palosaari <[email protected]>
3326 L:      [email protected]
3327 W:      https://linuxtv.org
3328 W:      http://palosaari.fi/linux/
3329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3330 T:      git git://linuxtv.org/anttip/media_tree.git
3331 S:      Maintained
3332 F:      drivers/media/dvb-frontends/cxd2820r*
3333
3334 CXGB3 ETHERNET DRIVER (CXGB3)
3335 M:      Santosh Raspatur <[email protected]>
3336 L:      [email protected]
3337 W:      http://www.chelsio.com
3338 S:      Supported
3339 F:      drivers/net/ethernet/chelsio/cxgb3/
3340
3341 CXGB3 ISCSI DRIVER (CXGB3I)
3342 M:      Karen Xie <[email protected]>
3343 L:      [email protected]
3344 W:      http://www.chelsio.com
3345 S:      Supported
3346 F:      drivers/scsi/cxgbi/cxgb3i
3347
3348 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3349 M:      Steve Wise <[email protected]>
3350 L:      [email protected]
3351 W:      http://www.openfabrics.org
3352 S:      Supported
3353 F:      drivers/infiniband/hw/cxgb3/
3354
3355 CXGB4 ETHERNET DRIVER (CXGB4)
3356 M:      Hariprasad S <[email protected]>
3357 L:      [email protected]
3358 W:      http://www.chelsio.com
3359 S:      Supported
3360 F:      drivers/net/ethernet/chelsio/cxgb4/
3361
3362 CXGB4 ISCSI DRIVER (CXGB4I)
3363 M:      Karen Xie <[email protected]>
3364 L:      [email protected]
3365 W:      http://www.chelsio.com
3366 S:      Supported
3367 F:      drivers/scsi/cxgbi/cxgb4i
3368
3369 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3370 M:      Steve Wise <[email protected]>
3371 L:      [email protected]
3372 W:      http://www.openfabrics.org
3373 S:      Supported
3374 F:      drivers/infiniband/hw/cxgb4/
3375
3376 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3377 M:      Casey Leedom <[email protected]>
3378 L:      [email protected]
3379 W:      http://www.chelsio.com
3380 S:      Supported
3381 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3382
3383 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3384 M:      Ian Munsie <[email protected]>
3385 M:      Michael Neuling <[email protected]>
3386 L:      [email protected]
3387 S:      Supported
3388 F:      drivers/misc/cxl/
3389 F:      include/misc/cxl*
3390 F:      include/uapi/misc/cxl.h
3391 F:      Documentation/powerpc/cxl.txt
3392 F:      Documentation/powerpc/cxl.txt
3393 F:      Documentation/ABI/testing/sysfs-class-cxl
3394
3395 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3396 M:      Manoj N. Kumar <[email protected]>
3397 M:      Matthew R. Ochs <[email protected]>
3398 L:      [email protected]
3399 S:      Supported
3400 F:      drivers/scsi/cxlflash/
3401 F:      include/uapi/scsi/cxlflash_ioctls.h
3402 F:      Documentation/powerpc/cxlflash.txt
3403
3404 STMMAC ETHERNET DRIVER
3405 M:      Giuseppe Cavallaro <[email protected]>
3406 M:      Alexandre Torgue <[email protected]>
3407 L:      [email protected]
3408 W:      http://www.stlinux.com
3409 S:      Supported
3410 F:      drivers/net/ethernet/stmicro/stmmac/
3411
3412 CYBERPRO FB DRIVER
3413 M:      Russell King <[email protected]>
3414 L:      [email protected] (moderated for non-subscribers)
3415 W:      http://www.armlinux.org.uk/
3416 S:      Maintained
3417 F:      drivers/video/fbdev/cyber2000fb.*
3418
3419 CYCLADES ASYNC MUX DRIVER
3420 W:      http://www.cyclades.com/
3421 S:      Orphan
3422 F:      drivers/tty/cyclades.c
3423 F:      include/linux/cyclades.h
3424 F:      include/uapi/linux/cyclades.h
3425
3426 CYCLADES PC300 DRIVER
3427 W:      http://www.cyclades.com/
3428 S:      Orphan
3429 F:      drivers/net/wan/pc300*
3430
3431 CYPRESS_FIRMWARE MEDIA DRIVER
3432 M:      Antti Palosaari <[email protected]>
3433 L:      [email protected]
3434 W:      https://linuxtv.org
3435 W:      http://palosaari.fi/linux/
3436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3437 T:      git git://linuxtv.org/anttip/media_tree.git
3438 S:      Maintained
3439 F:      drivers/media/common/cypress_firmware*
3440
3441 CYTTSP TOUCHSCREEN DRIVER
3442 M:      Ferruh Yigit <[email protected]>
3443 L:      [email protected]
3444 S:      Supported
3445 F:      drivers/input/touchscreen/cyttsp*
3446 F:      include/linux/input/cyttsp.h
3447
3448 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3449 M:      Joshua Kinard <[email protected]>
3450 S:      Maintained
3451 F:      drivers/rtc/rtc-ds1685.c
3452 F:      include/linux/rtc/ds1685.h
3453
3454 DAMA SLAVE for AX.25
3455 M:      Joerg Reuter <[email protected]>
3456 W:      http://yaina.de/jreuter/
3457 W:      http://www.qsl.net/dl1bke/
3458 L:      [email protected]
3459 S:      Maintained
3460 F:      net/ax25/af_ax25.c
3461 F:      net/ax25/ax25_dev.c
3462 F:      net/ax25/ax25_ds_*
3463 F:      net/ax25/ax25_in.c
3464 F:      net/ax25/ax25_out.c
3465 F:      net/ax25/ax25_timer.c
3466 F:      net/ax25/sysctl_net_ax25.c
3467
3468 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3469 L:      [email protected]
3470 S:      Orphan
3471 F:      Documentation/networking/dmfe.txt
3472 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3473
3474 DC390/AM53C974 SCSI driver
3475 M:      Hannes Reinecke <[email protected]>
3476 L:      [email protected]
3477 S:      Maintained
3478 F:      drivers/scsi/am53c974.c
3479
3480 DC395x SCSI driver
3481 M:      Oliver Neukum <[email protected]>
3482 M:      Ali Akcaagac <[email protected]>
3483 M:      Jamie Lenehan <[email protected]>
3484 L:      [email protected]
3485 W:      http://twibble.org/dist/dc395x/
3486 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3487 S:      Maintained
3488 F:      Documentation/scsi/dc395x.txt
3489 F:      drivers/scsi/dc395x.*
3490
3491 DCCP PROTOCOL
3492 M:      Gerrit Renker <[email protected]>
3493 L:      [email protected]
3494 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3495 S:      Maintained
3496 F:      include/linux/dccp.h
3497 F:      include/uapi/linux/dccp.h
3498 F:      include/linux/tfrc.h
3499 F:      net/dccp/
3500
3501 DECnet NETWORK LAYER
3502 W:      http://linux-decnet.sourceforge.net
3503 L:      [email protected]
3504 S:      Orphan
3505 F:      Documentation/networking/decnet.txt
3506 F:      net/decnet/
3507
3508 DECSTATION PLATFORM SUPPORT
3509 M:      "Maciej W. Rozycki" <[email protected]>
3510 L:      [email protected]
3511 W:      http://www.linux-mips.org/wiki/DECstation
3512 S:      Maintained
3513 F:      arch/mips/dec/
3514 F:      arch/mips/include/asm/dec/
3515 F:      arch/mips/include/asm/mach-dec/
3516
3517 DEFXX FDDI NETWORK DRIVER
3518 M:      "Maciej W. Rozycki" <[email protected]>
3519 S:      Maintained
3520 F:      drivers/net/fddi/defxx.*
3521
3522 DELL LAPTOP DRIVER
3523 M:      Matthew Garrett <[email protected]>
3524 M:      Pali Rohár <[email protected]>
3525 L:      [email protected]
3526 S:      Maintained
3527 F:      drivers/platform/x86/dell-laptop.c
3528
3529 DELL LAPTOP RBTN DRIVER
3530 M:      Pali Rohár <[email protected]>
3531 S:      Maintained
3532 F:      drivers/platform/x86/dell-rbtn.*
3533
3534 DELL LAPTOP FREEFALL DRIVER
3535 M:      Pali Rohár <[email protected]>
3536 S:      Maintained
3537 F:      drivers/platform/x86/dell-smo8800.c
3538
3539 DELL LAPTOP SMM DRIVER
3540 M:      Pali Rohár <[email protected]>
3541 S:      Maintained
3542 F:      drivers/hwmon/dell-smm-hwmon.c
3543 F:      include/uapi/linux/i8k.h
3544
3545 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3546 M:      Doug Warzecha <[email protected]>
3547 S:      Maintained
3548 F:      Documentation/dcdbas.txt
3549 F:      drivers/firmware/dcdbas.*
3550
3551 DELL WMI EXTRAS DRIVER
3552 M:      Matthew Garrett <[email protected]>
3553 M:      Pali Rohár <[email protected]>
3554 S:      Maintained
3555 F:      drivers/platform/x86/dell-wmi.c
3556
3557 DESIGNWARE USB2 DRD IP DRIVER
3558 M:      John Youn <[email protected]>
3559 L:      [email protected]
3560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3561 S:      Maintained
3562 F:      drivers/usb/dwc2/
3563
3564 DESIGNWARE USB3 DRD IP DRIVER
3565 M:      Felipe Balbi <[email protected]>
3566 L:      [email protected]
3567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3568 S:      Maintained
3569 F:      drivers/usb/dwc3/
3570
3571 DEVICE COREDUMP (DEV_COREDUMP)
3572 M:      Johannes Berg <[email protected]>
3573 L:      [email protected]
3574 S:      Maintained
3575 F:      drivers/base/devcoredump.c
3576 F:      include/linux/devcoredump.h
3577
3578 DEVICE FREQUENCY (DEVFREQ)
3579 M:      MyungJoo Ham <[email protected]>
3580 M:      Kyungmin Park <[email protected]>
3581 L:      [email protected]
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3583 S:      Maintained
3584 F:      drivers/devfreq/
3585 F:      include/linux/devfreq.h
3586 F:      Documentation/devicetree/bindings/devfreq/
3587
3588 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3589 M:      Chanwoo Choi <[email protected]>
3590 L:      [email protected]
3591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3592 S:      Supported
3593 F:      drivers/devfreq/event/
3594 F:      drivers/devfreq/devfreq-event.c
3595 F:      include/linux/devfreq-event.h
3596 F:      Documentation/devicetree/bindings/devfreq/event/
3597
3598 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3599 M:      Chanwoo Choi <[email protected]>
3600 L:      [email protected]
3601 L:      [email protected]
3602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3603 S:      Maintained
3604 F:      drivers/devfreq/exynos-bus.c
3605 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3606
3607 DEVICE NUMBER REGISTRY
3608 M:      Torben Mathiasen <[email protected]>
3609 W:      http://lanana.org/docs/device-list/index.html
3610 S:      Maintained
3611
3612 DEVICE-MAPPER  (LVM)
3613 M:      Alasdair Kergon <[email protected]>
3614 M:      Mike Snitzer <[email protected]>
3615 M:      [email protected]
3616 L:      [email protected]
3617 W:      http://sources.redhat.com/dm
3618 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3620 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3621 S:      Maintained
3622 F:      Documentation/device-mapper/
3623 F:      drivers/md/dm*
3624 F:      drivers/md/persistent-data/
3625 F:      include/linux/device-mapper.h
3626 F:      include/linux/dm-*.h
3627 F:      include/uapi/linux/dm-*.h
3628
3629 DEVLINK
3630 M:      Jiri Pirko <[email protected]>
3631 L:      [email protected]
3632 S:      Supported
3633 F:      net/core/devlink.c
3634 F:      include/net/devlink.h
3635 F:      include/uapi/linux/devlink.h
3636
3637 DIALOG SEMICONDUCTOR DRIVERS
3638 M:      Support Opensource <[email protected]>
3639 W:      http://www.dialog-semiconductor.com/products
3640 S:      Supported
3641 F:      Documentation/hwmon/da90??
3642 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3643 F:      drivers/gpio/gpio-da90??.c
3644 F:      drivers/hwmon/da90??-hwmon.c
3645 F:      drivers/iio/adc/da91??-*.c
3646 F:      drivers/input/misc/da90??_onkey.c
3647 F:      drivers/input/touchscreen/da9052_tsi.c
3648 F:      drivers/leds/leds-da90??.c
3649 F:      drivers/mfd/da903x.c
3650 F:      drivers/mfd/da90??-*.c
3651 F:      drivers/mfd/da91??-*.c
3652 F:      drivers/power/da9052-battery.c
3653 F:      drivers/power/da91??-*.c
3654 F:      drivers/regulator/da903x.c
3655 F:      drivers/regulator/da9???-regulator.[ch]
3656 F:      drivers/rtc/rtc-da90??.c
3657 F:      drivers/video/backlight/da90??_bl.c
3658 F:      drivers/watchdog/da90??_wdt.c
3659 F:      include/linux/mfd/da903x.h
3660 F:      include/linux/mfd/da9052/
3661 F:      include/linux/mfd/da9055/
3662 F:      include/linux/mfd/da9063/
3663 F:      include/linux/mfd/da9150/
3664 F:      include/sound/da[79]*.h
3665 F:      sound/soc/codecs/da[79]*.[ch]
3666
3667 DIGI NEO AND CLASSIC PCI PRODUCTS
3668 M:      Lidza Louina <[email protected]>
3669 M:      Mark Hounschell <[email protected]>
3670 L:      [email protected]
3671 S:      Maintained
3672 F:      drivers/staging/dgnc/
3673
3674 DIOLAN U2C-12 I2C DRIVER
3675 M:      Guenter Roeck <[email protected]>
3676 L:      [email protected]
3677 S:      Maintained
3678 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3679
3680 DIRECT ACCESS (DAX)
3681 M:      Matthew Wilcox <[email protected]>
3682 L:      [email protected]
3683 S:      Supported
3684 F:      fs/dax.c
3685
3686 DIRECTORY NOTIFICATION (DNOTIFY)
3687 M:      Eric Paris <[email protected]>
3688 S:      Maintained
3689 F:      Documentation/filesystems/dnotify.txt
3690 F:      fs/notify/dnotify/
3691 F:      include/linux/dnotify.h
3692
3693 DISK GEOMETRY AND PARTITION HANDLING
3694 M:      Andries Brouwer <[email protected]>
3695 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3696 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3697 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3698 S:      Maintained
3699
3700 DISKQUOTA
3701 M:      Jan Kara <[email protected]>
3702 S:      Maintained
3703 F:      Documentation/filesystems/quota.txt
3704 F:      fs/quota/
3705 F:      include/linux/quota*.h
3706 F:      include/uapi/linux/quota*.h
3707
3708 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3709 M:      Bernie Thompson <[email protected]>
3710 L:      [email protected]
3711 S:      Maintained
3712 W:      http://plugable.com/category/projects/udlfb/
3713 F:      drivers/video/fbdev/udlfb.c
3714 F:      include/video/udlfb.h
3715 F:      Documentation/fb/udlfb.txt
3716
3717 DISTRIBUTED LOCK MANAGER (DLM)
3718 M:      Christine Caulfield <[email protected]>
3719 M:      David Teigland <[email protected]>
3720 L:      [email protected]
3721 W:      http://sources.redhat.com/cluster/
3722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3723 S:      Supported
3724 F:      fs/dlm/
3725
3726 DMA BUFFER SHARING FRAMEWORK
3727 M:      Sumit Semwal <[email protected]>
3728 S:      Maintained
3729 L:      [email protected]
3730 L:      [email protected]
3731 L:      [email protected] (moderated for non-subscribers)
3732 F:      drivers/dma-buf/
3733 F:      include/linux/dma-buf*
3734 F:      include/linux/reservation.h
3735 F:      include/linux/*fence.h
3736 F:      Documentation/dma-buf-sharing.txt
3737 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3738
3739 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3740 M:      Vinod Koul <[email protected]>
3741 L:      [email protected]
3742 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3743 S:      Maintained
3744 F:      drivers/dma/
3745 F:      include/linux/dmaengine.h
3746 F:      Documentation/dmaengine/
3747 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3748
3749 DME1737 HARDWARE MONITOR DRIVER
3750 M:      Juerg Haefliger <[email protected]>
3751 L:      [email protected]
3752 S:      Maintained
3753 F:      Documentation/hwmon/dme1737
3754 F:      drivers/hwmon/dme1737.c
3755
3756 DMI/SMBIOS SUPPORT
3757 M:      Jean Delvare <[email protected]>
3758 S:      Maintained
3759 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3760 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3761 F:      drivers/firmware/dmi-id.c
3762 F:      drivers/firmware/dmi_scan.c
3763 F:      include/linux/dmi.h
3764
3765 DOCUMENTATION
3766 M:      Jonathan Corbet <[email protected]>
3767 L:      [email protected]
3768 S:      Maintained
3769 F:      Documentation/
3770 F:      scripts/docproc.c
3771 F:      scripts/kernel-doc*
3772 X:      Documentation/ABI/
3773 X:      Documentation/devicetree/
3774 X:      Documentation/acpi
3775 X:      Documentation/power
3776 X:      Documentation/spi
3777 X:      Documentation/DocBook/media
3778 T:      git git://git.lwn.net/linux.git docs-next
3779
3780 DOUBLETALK DRIVER
3781 M:      "James R. Van Zandt" <[email protected]>
3782 L:      [email protected]
3783 S:      Maintained
3784 F:      drivers/char/dtlk.c
3785 F:      include/linux/dtlk.h
3786
3787 DPT_I2O SCSI RAID DRIVER
3788 M:      Adaptec OEM Raid Solutions <[email protected]>
3789 L:      [email protected]
3790 W:      http://www.adaptec.com/
3791 S:      Maintained
3792 F:      drivers/scsi/dpt*
3793 F:      drivers/scsi/dpt/
3794
3795 DRBD DRIVER
3796 M:      Philipp Reisner <[email protected]>
3797 M:      Lars Ellenberg <[email protected]>
3798 L:      [email protected]
3799 W:      http://www.drbd.org
3800 T:      git git://git.linbit.com/linux-drbd.git
3801 T:      git git://git.linbit.com/drbd-8.4.git
3802 S:      Supported
3803 F:      drivers/block/drbd/
3804 F:      lib/lru_cache.c
3805 F:      Documentation/blockdev/drbd/
3806
3807 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3808 M:      Greg Kroah-Hartman <[email protected]>
3809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3810 S:      Supported
3811 F:      Documentation/kobject.txt
3812 F:      drivers/base/
3813 F:      fs/debugfs/
3814 F:      fs/kernfs/
3815 F:      fs/sysfs/
3816 F:      include/linux/debugfs.h
3817 F:      include/linux/kobj*
3818 F:      lib/kobj*
3819
3820 DRM DRIVERS
3821 M:      David Airlie <[email protected]>
3822 L:      [email protected]
3823 T:      git git://people.freedesktop.org/~airlied/linux
3824 S:      Maintained
3825 F:      drivers/gpu/drm/
3826 F:      drivers/gpu/vga/
3827 F:      include/drm/
3828 F:      include/uapi/drm/
3829
3830 RADEON and AMDGPU DRM DRIVERS
3831 M:      Alex Deucher <[email protected]>
3832 M:      Christian König <[email protected]>
3833 L:      [email protected]
3834 T:      git git://people.freedesktop.org/~agd5f/linux
3835 S:      Supported
3836 F:      drivers/gpu/drm/radeon/
3837 F:      include/uapi/drm/radeon*
3838 F:      drivers/gpu/drm/amd/
3839 F:      include/uapi/drm/amdgpu*
3840
3841 DRM PANEL DRIVERS
3842 M:      Thierry Reding <[email protected]>
3843 L:      [email protected]
3844 T:      git git://anongit.freedesktop.org/tegra/linux.git
3845 S:      Maintained
3846 F:      drivers/gpu/drm/drm_panel.c
3847 F:      drivers/gpu/drm/panel/
3848 F:      include/drm/drm_panel.h
3849 F:      Documentation/devicetree/bindings/display/panel/
3850
3851 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3852 M:      Daniel Vetter <[email protected]>
3853 M:      Jani Nikula <[email protected]>
3854 L:      [email protected]
3855 L:      [email protected]
3856 W:      https://01.org/linuxgraphics/
3857 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3858 T:      git git://anongit.freedesktop.org/drm-intel
3859 S:      Supported
3860 F:      drivers/gpu/drm/i915/
3861 F:      include/drm/i915*
3862 F:      include/uapi/drm/i915*
3863
3864 DRM DRIVERS FOR ATMEL HLCDC
3865 M:      Boris Brezillon <[email protected]>
3866 L:      [email protected]
3867 S:      Supported
3868 F:      drivers/gpu/drm/atmel-hlcdc/
3869 F:      Documentation/devicetree/bindings/drm/atmel/
3870
3871 DRM DRIVERS FOR EXYNOS
3872 M:      Inki Dae <[email protected]>
3873 M:      Joonyoung Shim <[email protected]>
3874 M:      Seung-Woo Kim <[email protected]>
3875 M:      Kyungmin Park <[email protected]>
3876 L:      [email protected]
3877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3878 S:      Supported
3879 F:      drivers/gpu/drm/exynos/
3880 F:      include/drm/exynos*
3881 F:      include/uapi/drm/exynos*
3882
3883 DRM DRIVERS FOR FREESCALE DCU
3884 M:      Stefan Agner <[email protected]>
3885 M:      Alison Wang <[email protected]>
3886 L:      [email protected]
3887 S:      Supported
3888 F:      drivers/gpu/drm/fsl-dcu/
3889 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3890 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3891
3892 DRM DRIVERS FOR FREESCALE IMX
3893 M:      Philipp Zabel <[email protected]>
3894 L:      [email protected]
3895 S:      Maintained
3896 F:      drivers/gpu/drm/imx/
3897 F:      drivers/gpu/ipu-v3/
3898 F:      Documentation/devicetree/bindings/display/imx/
3899
3900 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3901 M:      Patrik Jakobsson <[email protected]>
3902 L:      [email protected]
3903 T:      git git://github.com/patjak/drm-gma500
3904 S:      Maintained
3905 F:      drivers/gpu/drm/gma500
3906 F:      include/drm/gma500*
3907
3908 DRM DRIVERS FOR NVIDIA TEGRA
3909 M:      Thierry Reding <[email protected]>
3910 M:      Terje Bergström <[email protected]>
3911 L:      [email protected]
3912 L:      [email protected]
3913 T:      git git://anongit.freedesktop.org/tegra/linux.git
3914 S:      Supported
3915 F:      drivers/gpu/drm/tegra/
3916 F:      drivers/gpu/host1x/
3917 F:      include/linux/host1x.h
3918 F:      include/uapi/drm/tegra_drm.h
3919 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3920
3921 DRM DRIVERS FOR RENESAS
3922 M:      Laurent Pinchart <[email protected]>
3923 L:      [email protected]
3924 L:      [email protected]
3925 T:      git git://people.freedesktop.org/~airlied/linux
3926 S:      Supported
3927 F:      drivers/gpu/drm/rcar-du/
3928 F:      drivers/gpu/drm/shmobile/
3929 F:      include/linux/platform_data/shmob_drm.h
3930
3931 DRM DRIVERS FOR ROCKCHIP
3932 M:      Mark Yao <[email protected]>
3933 L:      [email protected]
3934 S:      Maintained
3935 F:      drivers/gpu/drm/rockchip/
3936 F:      Documentation/devicetree/bindings/display/rockchip*
3937
3938 DRM DRIVERS FOR STI
3939 M:      Benjamin Gaignard <[email protected]>
3940 M:      Vincent Abriou <[email protected]>
3941 L:      [email protected]
3942 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3943 S:      Maintained
3944 F:      drivers/gpu/drm/sti
3945 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3946
3947 DRM DRIVERS FOR VIVANTE GPU IP
3948 M:      Lucas Stach <[email protected]>
3949 R:      Russell King <[email protected]>
3950 R:      Christian Gmeiner <[email protected]>
3951 L:      [email protected]
3952 S:      Maintained
3953 F:      drivers/gpu/drm/etnaviv
3954 F:      Documentation/devicetree/bindings/display/etnaviv
3955
3956 DSBR100 USB FM RADIO DRIVER
3957 M:      Alexey Klimov <[email protected]>
3958 L:      [email protected]
3959 T:      git git://linuxtv.org/media_tree.git
3960 S:      Maintained
3961 F:      drivers/media/radio/dsbr100.c
3962
3963 DSCC4 DRIVER
3964 M:      Francois Romieu <[email protected]>
3965 L:      [email protected]
3966 S:      Maintained
3967 F:      drivers/net/wan/dscc4.c
3968
3969 DT3155 MEDIA DRIVER
3970 M:      Hans Verkuil <[email protected]>
3971 L:      [email protected]
3972 T:      git git://linuxtv.org/media_tree.git
3973 W:      https://linuxtv.org
3974 S:      Odd Fixes
3975 F:      drivers/media/pci/dt3155/
3976
3977 DVB_USB_AF9015 MEDIA DRIVER
3978 M:      Antti Palosaari <[email protected]>
3979 L:      [email protected]
3980 W:      https://linuxtv.org
3981 W:      http://palosaari.fi/linux/
3982 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3983 T:      git git://linuxtv.org/anttip/media_tree.git
3984 S:      Maintained
3985 F:      drivers/media/usb/dvb-usb-v2/af9015*
3986
3987 DVB_USB_AF9035 MEDIA DRIVER
3988 M:      Antti Palosaari <[email protected]>
3989 L:      [email protected]
3990 W:      https://linuxtv.org
3991 W:      http://palosaari.fi/linux/
3992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3993 T:      git git://linuxtv.org/anttip/media_tree.git
3994 S:      Maintained
3995 F:      drivers/media/usb/dvb-usb-v2/af9035*
3996
3997 DVB_USB_ANYSEE MEDIA DRIVER
3998 M:      Antti Palosaari <[email protected]>
3999 L:      [email protected]
4000 W:      https://linuxtv.org
4001 W:      http://palosaari.fi/linux/
4002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4003 T:      git git://linuxtv.org/anttip/media_tree.git
4004 S:      Maintained
4005 F:      drivers/media/usb/dvb-usb-v2/anysee*
4006
4007 DVB_USB_AU6610 MEDIA DRIVER
4008 M:      Antti Palosaari <[email protected]>
4009 L:      [email protected]
4010 W:      https://linuxtv.org
4011 W:      http://palosaari.fi/linux/
4012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4013 T:      git git://linuxtv.org/anttip/media_tree.git
4014 S:      Maintained
4015 F:      drivers/media/usb/dvb-usb-v2/au6610*
4016
4017 DVB_USB_CE6230 MEDIA DRIVER
4018 M:      Antti Palosaari <[email protected]>
4019 L:      [email protected]
4020 W:      https://linuxtv.org
4021 W:      http://palosaari.fi/linux/
4022 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4023 T:      git git://linuxtv.org/anttip/media_tree.git
4024 S:      Maintained
4025 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4026
4027 DVB_USB_CXUSB MEDIA DRIVER
4028 M:      Michael Krufky <[email protected]>
4029 L:      [email protected]
4030 W:      https://linuxtv.org
4031 W:      http://github.com/mkrufky
4032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4033 T:      git git://linuxtv.org/media_tree.git
4034 S:      Maintained
4035 F:      drivers/media/usb/dvb-usb/cxusb*
4036
4037 DVB_USB_EC168 MEDIA DRIVER
4038 M:      Antti Palosaari <[email protected]>
4039 L:      [email protected]
4040 W:      https://linuxtv.org
4041 W:      http://palosaari.fi/linux/
4042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4043 T:      git git://linuxtv.org/anttip/media_tree.git
4044 S:      Maintained
4045 F:      drivers/media/usb/dvb-usb-v2/ec168*
4046
4047 DVB_USB_GL861 MEDIA DRIVER
4048 M:      Antti Palosaari <[email protected]>
4049 L:      [email protected]
4050 W:      https://linuxtv.org
4051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4052 T:      git git://linuxtv.org/anttip/media_tree.git
4053 S:      Maintained
4054 F:      drivers/media/usb/dvb-usb-v2/gl861*
4055
4056 DVB_USB_MXL111SF MEDIA DRIVER
4057 M:      Michael Krufky <[email protected]>
4058 L:      [email protected]
4059 W:      https://linuxtv.org
4060 W:      http://github.com/mkrufky
4061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4062 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4063 S:      Maintained
4064 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4065
4066 DVB_USB_RTL28XXU MEDIA DRIVER
4067 M:      Antti Palosaari <[email protected]>
4068 L:      [email protected]
4069 W:      https://linuxtv.org
4070 W:      http://palosaari.fi/linux/
4071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4072 T:      git git://linuxtv.org/anttip/media_tree.git
4073 S:      Maintained
4074 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4075
4076 DVB_USB_V2 MEDIA DRIVER
4077 M:      Antti Palosaari <[email protected]>
4078 L:      [email protected]
4079 W:      https://linuxtv.org
4080 W:      http://palosaari.fi/linux/
4081 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4082 T:      git git://linuxtv.org/anttip/media_tree.git
4083 S:      Maintained
4084 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4085 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4086
4087 DYNAMIC DEBUG
4088 M:      Jason Baron <[email protected]>
4089 S:      Maintained
4090 F:      lib/dynamic_debug.c
4091 F:      include/linux/dynamic_debug.h
4092
4093 DZ DECSTATION DZ11 SERIAL DRIVER
4094 M:      "Maciej W. Rozycki" <[email protected]>
4095 S:      Maintained
4096 F:      drivers/tty/serial/dz.*
4097
4098 E3X0 POWER BUTTON DRIVER
4099 M:      Moritz Fischer <[email protected]>
4100 L:      [email protected]
4101 W:      http://www.ettus.com
4102 S:      Supported
4103 F:      drivers/input/misc/e3x0-button.c
4104 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4105
4106 E4000 MEDIA DRIVER
4107 M:      Antti Palosaari <[email protected]>
4108 L:      [email protected]
4109 W:      https://linuxtv.org
4110 W:      http://palosaari.fi/linux/
4111 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4112 T:      git git://linuxtv.org/anttip/media_tree.git
4113 S:      Maintained
4114 F:      drivers/media/tuners/e4000*
4115
4116 EATA ISA/EISA/PCI SCSI DRIVER
4117 M:      Dario Ballabio <[email protected]>
4118 L:      [email protected]
4119 S:      Maintained
4120 F:      drivers/scsi/eata.c
4121
4122 EC100 MEDIA DRIVER
4123 M:      Antti Palosaari <[email protected]>
4124 L:      [email protected]
4125 W:      https://linuxtv.org
4126 W:      http://palosaari.fi/linux/
4127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4128 T:      git git://linuxtv.org/anttip/media_tree.git
4129 S:      Maintained
4130 F:      drivers/media/dvb-frontends/ec100*
4131
4132 ECRYPT FILE SYSTEM
4133 M:      Tyler Hicks <[email protected]>
4134 L:      [email protected]
4135 W:      http://ecryptfs.org
4136 W:      https://launchpad.net/ecryptfs
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4138 S:      Supported
4139 F:      Documentation/filesystems/ecryptfs.txt
4140 F:      fs/ecryptfs/
4141
4142 EDAC-CORE
4143 M:      Doug Thompson <[email protected]>
4144 M:      Borislav Petkov <[email protected]>
4145 M:      Mauro Carvalho Chehab <[email protected]>
4146 L:      [email protected]
4147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4149 S:      Supported
4150 F:      Documentation/edac.txt
4151 F:      drivers/edac/
4152 F:      include/linux/edac.h
4153
4154 EDAC-AMD64
4155 M:      Doug Thompson <[email protected]>
4156 M:      Borislav Petkov <[email protected]>
4157 L:      [email protected]
4158 S:      Maintained
4159 F:      drivers/edac/amd64_edac*
4160
4161 EDAC-CALXEDA
4162 M:      Doug Thompson <[email protected]>
4163 M:      Robert Richter <[email protected]>
4164 L:      [email protected]
4165 S:      Maintained
4166 F:      drivers/edac/highbank*
4167
4168 EDAC-CAVIUM
4169 M:      Ralf Baechle <[email protected]>
4170 M:      David Daney <[email protected]>
4171 L:      [email protected]
4172 L:      [email protected]
4173 S:      Supported
4174 F:      drivers/edac/octeon_edac*
4175
4176 EDAC-E752X
4177 M:      Mark Gross <[email protected]>
4178 M:      Doug Thompson <[email protected]>
4179 L:      [email protected]
4180 S:      Maintained
4181 F:      drivers/edac/e752x_edac.c
4182
4183 EDAC-E7XXX
4184 M:      Doug Thompson <[email protected]>
4185 L:      [email protected]
4186 S:      Maintained
4187 F:      drivers/edac/e7xxx_edac.c
4188
4189 EDAC-GHES
4190 M:      Mauro Carvalho Chehab <[email protected]>
4191 L:      [email protected]
4192 S:      Maintained
4193 F:      drivers/edac/ghes_edac.c
4194
4195 EDAC-I82443BXGX
4196 M:      Tim Small <[email protected]>
4197 L:      [email protected]
4198 S:      Maintained
4199 F:      drivers/edac/i82443bxgx_edac.c
4200
4201 EDAC-I3000
4202 M:      Jason Uhlenkott <[email protected]>
4203 L:      [email protected]
4204 S:      Maintained
4205 F:      drivers/edac/i3000_edac.c
4206
4207 EDAC-I5000
4208 M:      Doug Thompson <[email protected]>
4209 L:      [email protected]
4210 S:      Maintained
4211 F:      drivers/edac/i5000_edac.c
4212
4213 EDAC-I5400
4214 M:      Mauro Carvalho Chehab <[email protected]>
4215 L:      [email protected]
4216 S:      Maintained
4217 F:      drivers/edac/i5400_edac.c
4218
4219 EDAC-I7300
4220 M:      Mauro Carvalho Chehab <[email protected]>
4221 L:      [email protected]
4222 S:      Maintained
4223 F:      drivers/edac/i7300_edac.c
4224
4225 EDAC-I7CORE
4226 M:      Mauro Carvalho Chehab <[email protected]>
4227 L:      [email protected]
4228 S:      Maintained
4229 F:      drivers/edac/i7core_edac.c
4230
4231 EDAC-I82975X
4232 M:      Ranganathan Desikan <[email protected]>
4233 M:      "Arvind R." <[email protected]>
4234 L:      [email protected]
4235 S:      Maintained
4236 F:      drivers/edac/i82975x_edac.c
4237
4238 EDAC-IE31200
4239 M:      Jason Baron <[email protected]>
4240 L:      [email protected]
4241 S:      Maintained
4242 F:      drivers/edac/ie31200_edac.c
4243
4244 EDAC-MPC85XX
4245 M:      Johannes Thumshirn <[email protected]>
4246 L:      [email protected]
4247 S:      Maintained
4248 F:      drivers/edac/mpc85xx_edac.[ch]
4249
4250 EDAC-PASEMI
4251 M:      Egor Martovetsky <[email protected]>
4252 L:      [email protected]
4253 S:      Maintained
4254 F:      drivers/edac/pasemi_edac.c
4255
4256 EDAC-R82600
4257 M:      Tim Small <[email protected]>
4258 L:      [email protected]
4259 S:      Maintained
4260 F:      drivers/edac/r82600_edac.c
4261
4262 EDAC-SBRIDGE
4263 M:      Mauro Carvalho Chehab <[email protected]>
4264 L:      [email protected]
4265 S:      Maintained
4266 F:      drivers/edac/sb_edac.c
4267
4268 EDAC-XGENE
4269 APPLIED MICRO (APM) X-GENE SOC EDAC
4270 M:     Loc Ho <[email protected]>
4271 S:     Supported
4272 F:     drivers/edac/xgene_edac.c
4273 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4274
4275 EDIROL UA-101/UA-1000 DRIVER
4276 M:      Clemens Ladisch <[email protected]>
4277 L:      [email protected] (moderated for non-subscribers)
4278 T:      git git://git.alsa-project.org/alsa-kernel.git
4279 S:      Maintained
4280 F:      sound/usb/misc/ua101.c
4281
4282 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4283 M:      Matt Fleming <[email protected]>
4284 L:      [email protected]
4285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4286 S:      Maintained
4287 F:      Documentation/efi-stub.txt
4288 F:      arch/ia64/kernel/efi.c
4289 F:      arch/x86/boot/compressed/eboot.[ch]
4290 F:      arch/x86/include/asm/efi.h
4291 F:      arch/x86/platform/efi/
4292 F:      drivers/firmware/efi/
4293 F:      include/linux/efi*.h
4294
4295 EFI VARIABLE FILESYSTEM
4296 M:      Matthew Garrett <[email protected]>
4297 M:      Jeremy Kerr <[email protected]>
4298 M:      Matt Fleming <[email protected]>
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4300 L:      [email protected]
4301 S:      Maintained
4302 F:      fs/efivarfs/
4303
4304 EFIFB FRAMEBUFFER DRIVER
4305 L:      [email protected]
4306 M:      Peter Jones <[email protected]>
4307 S:      Maintained
4308 F:      drivers/video/fbdev/efifb.c
4309
4310 EFS FILESYSTEM
4311 W:      http://aeschi.ch.eu.org/efs/
4312 S:      Orphan
4313 F:      fs/efs/
4314
4315 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4316 M:      Thadeu Lima de Souza Cascardo <[email protected]>
4317 L:      [email protected]
4318 S:      Maintained
4319 F:      drivers/net/ethernet/ibm/ehea/
4320
4321 EM28XX VIDEO4LINUX DRIVER
4322 M:      Mauro Carvalho Chehab <[email protected]>
4323 L:      [email protected]
4324 W:      https://linuxtv.org
4325 T:      git git://linuxtv.org/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/em28xx/
4328
4329 EMBEDDED LINUX
4330 M:      Paul Gortmaker <[email protected]>
4331 M:      Matt Mackall <[email protected]>
4332 M:      David Woodhouse <[email protected]>
4333 L:      [email protected]
4334 S:      Maintained
4335
4336 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4337 M:      James Smart <[email protected]>
4338 M:      Dick Kennedy <[email protected]>
4339 L:      [email protected]
4340 W:      http://www.avagotech.com
4341 S:      Supported
4342 F:      drivers/scsi/lpfc/
4343
4344 ENE CB710 FLASH CARD READER DRIVER
4345 M:      Michał Mirosław <[email protected]>
4346 S:      Maintained
4347 F:      drivers/misc/cb710/
4348 F:      drivers/mmc/host/cb710-mmc.*
4349 F:      include/linux/cb710.h
4350
4351 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4352 M:      Maxim Levitsky <[email protected]>
4353 S:      Maintained
4354 F:      drivers/media/rc/ene_ir.*
4355
4356 EPSON S1D13XXX FRAMEBUFFER DRIVER
4357 M:      Kristoffer Ericson <[email protected]>
4358 S:      Maintained
4359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4360 F:      drivers/video/fbdev/s1d13xxxfb.c
4361 F:      include/video/s1d13xxxfb.h
4362
4363 ET131X NETWORK DRIVER
4364 M:      Mark Einon <[email protected]>
4365 S:      Odd Fixes
4366 F:      drivers/net/ethernet/agere/
4367
4368 ETHERNET BRIDGE
4369 M:      Stephen Hemminger <[email protected]>
4370 L:      [email protected] (moderated for non-subscribers)
4371 L:      [email protected]
4372 W:      http://www.linuxfoundation.org/en/Net:Bridge
4373 S:      Maintained
4374 F:      include/linux/netfilter_bridge/
4375 F:      net/bridge/
4376
4377 ETHERNET PHY LIBRARY
4378 M:      Florian Fainelli <[email protected]>
4379 L:      [email protected]
4380 S:      Maintained
4381 F:      include/linux/phy.h
4382 F:      include/linux/phy_fixed.h
4383 F:      drivers/net/phy/
4384 F:      Documentation/networking/phy.txt
4385 F:      drivers/of/of_mdio.c
4386 F:      drivers/of/of_net.c
4387
4388 EXT2 FILE SYSTEM
4389 M:      Jan Kara <[email protected]>
4390 L:      [email protected]
4391 S:      Maintained
4392 F:      Documentation/filesystems/ext2.txt
4393 F:      fs/ext2/
4394 F:      include/linux/ext2*
4395
4396 EXT4 FILE SYSTEM
4397 M:      "Theodore Ts'o" <[email protected]>
4398 M:      Andreas Dilger <[email protected]>
4399 L:      [email protected]
4400 W:      http://ext4.wiki.kernel.org
4401 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4403 S:      Maintained
4404 F:      Documentation/filesystems/ext4.txt
4405 F:      fs/ext4/
4406
4407 Extended Verification Module (EVM)
4408 M:      Mimi Zohar <[email protected]>
4409 L:      [email protected]
4410 L:      [email protected]
4411 S:      Supported
4412 F:      security/integrity/evm/
4413
4414 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4415 M:      MyungJoo Ham <[email protected]>
4416 M:      Chanwoo Choi <[email protected]>
4417 L:      [email protected]
4418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4419 S:      Maintained
4420 F:      drivers/extcon/
4421 F:      include/linux/extcon/
4422 F:      include/linux/extcon.h
4423 F:      Documentation/extcon/
4424 F:      Documentation/devicetree/bindings/extcon/
4425
4426 EXYNOS DP DRIVER
4427 M:      Jingoo Han <[email protected]>
4428 L:      [email protected]
4429 S:      Maintained
4430 F:      drivers/gpu/drm/exynos/exynos_dp*
4431
4432 EXYNOS SYSMMU (IOMMU) driver
4433 M:      Marek Szyprowski <[email protected]>
4434 L:      [email protected]
4435 S:      Maintained
4436 F:      drivers/iommu/exynos-iommu.c
4437
4438 EXYNOS MIPI DISPLAY DRIVERS
4439 M:      Inki Dae <[email protected]>
4440 M:      Donghwa Lee <[email protected]>
4441 M:      Kyungmin Park <[email protected]>
4442 L:      [email protected]
4443 S:      Maintained
4444 F:      drivers/video/fbdev/exynos/exynos_mipi*
4445 F:      include/video/exynos_mipi*
4446
4447 EZchip NPS platform support
4448 M:      Noam Camus <[email protected]>
4449 S:      Supported
4450 F:      arch/arc/plat-eznps
4451 F:      arch/arc/boot/dts/eznps.dts
4452
4453 F71805F HARDWARE MONITORING DRIVER
4454 M:      Jean Delvare <[email protected]>
4455 L:      [email protected]
4456 S:      Maintained
4457 F:      Documentation/hwmon/f71805f
4458 F:      drivers/hwmon/f71805f.c
4459
4460 FC0011 TUNER DRIVER
4461 M:      Michael Buesch <[email protected]>
4462 L:      [email protected]
4463 S:      Maintained
4464 F:      drivers/media/tuners/fc0011.h
4465 F:      drivers/media/tuners/fc0011.c
4466
4467 FC2580 MEDIA DRIVER
4468 M:      Antti Palosaari <[email protected]>
4469 L:      [email protected]
4470 W:      https://linuxtv.org
4471 W:      http://palosaari.fi/linux/
4472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4473 T:      git git://linuxtv.org/anttip/media_tree.git
4474 S:      Maintained
4475 F:      drivers/media/tuners/fc2580*
4476
4477 FANOTIFY
4478 M:      Eric Paris <[email protected]>
4479 S:      Maintained
4480 F:      fs/notify/fanotify/
4481 F:      include/linux/fanotify.h
4482 F:      include/uapi/linux/fanotify.h
4483
4484 FARSYNC SYNCHRONOUS DRIVER
4485 M:      Kevin Curtis <[email protected]>
4486 W:      http://www.farsite.co.uk/
4487 S:      Supported
4488 F:      drivers/net/wan/farsync.*
4489
4490 FAULT INJECTION SUPPORT
4491 M:      Akinobu Mita <[email protected]>
4492 S:      Supported
4493 F:      Documentation/fault-injection/
4494 F:      lib/fault-inject.c
4495
4496 FBTFT Framebuffer drivers
4497 M:      Thomas Petazzoni <[email protected]>
4498 M:      Noralf Trønnes <[email protected]>
4499 S:      Maintained
4500 F:      drivers/staging/fbtft/
4501
4502 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4503 M:      Vasu Dev <[email protected]>
4504 L:      [email protected]
4505 W:      www.Open-FCoE.org
4506 S:      Supported
4507 F:      drivers/scsi/libfc/
4508 F:      drivers/scsi/fcoe/
4509 F:      include/scsi/fc/
4510 F:      include/scsi/libfc.h
4511 F:      include/scsi/libfcoe.h
4512 F:      include/uapi/scsi/fc/
4513
4514 FILE LOCKING (flock() and fcntl()/lockf())
4515 M:      Jeff Layton <[email protected]>
4516 M:      "J. Bruce Fields" <[email protected]>
4517 L:      [email protected]
4518 S:      Maintained
4519 F:      include/linux/fcntl.h
4520 F:      include/linux/fs.h
4521 F:      include/uapi/linux/fcntl.h
4522 F:      include/uapi/linux/fs.h
4523 F:      fs/fcntl.c
4524 F:      fs/locks.c
4525
4526 FILESYSTEMS (VFS and infrastructure)
4527 M:      Alexander Viro <[email protected]>
4528 L:      [email protected]
4529 S:      Maintained
4530 F:      fs/*
4531
4532 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4533 M:      Riku Voipio <[email protected]>
4534 L:      [email protected]
4535 S:      Maintained
4536 F:      drivers/hwmon/f75375s.c
4537 F:      include/linux/f75375s.h
4538
4539 FIREWIRE AUDIO DRIVERS
4540 M:      Clemens Ladisch <[email protected]>
4541 L:      [email protected] (moderated for non-subscribers)
4542 T:      git git://git.alsa-project.org/alsa-kernel.git
4543 S:      Maintained
4544 F:      sound/firewire/
4545
4546 FIREWIRE MEDIA DRIVERS (firedtv)
4547 M:      Stefan Richter <[email protected]>
4548 L:      [email protected]
4549 L:      [email protected]
4550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4551 S:      Maintained
4552 F:      drivers/media/firewire/
4553
4554 FIREWIRE SBP-2 TARGET
4555 M:      Chris Boot <[email protected]>
4556 L:      [email protected]
4557 L:      [email protected]
4558 L:      [email protected]
4559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4560 S:      Maintained
4561 F:      drivers/target/sbp/
4562
4563 FIREWIRE SUBSYSTEM
4564 M:      Stefan Richter <[email protected]>
4565 L:      [email protected]
4566 W:      http://ieee1394.wiki.kernel.org/
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4568 S:      Maintained
4569 F:      drivers/firewire/
4570 F:      include/linux/firewire.h
4571 F:      include/uapi/linux/firewire*.h
4572 F:      tools/firewire/
4573
4574 FIRMWARE LOADER (request_firmware)
4575 M:      Ming Lei <[email protected]>
4576 L:      [email protected]
4577 S:      Maintained
4578 F:      Documentation/firmware_class/
4579 F:      drivers/base/firmware*.c
4580 F:      include/linux/firmware.h
4581
4582 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4583 M:      Joshua Morris <[email protected]>
4584 M:      Philip Kelleher <[email protected]>
4585 S:      Maintained
4586 F:      drivers/block/rsxx/
4587
4588 FLOPPY DRIVER
4589 M:      Jiri Kosina <[email protected]>
4590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4591 S:      Odd fixes
4592 F:      drivers/block/floppy.c
4593
4594 FMC SUBSYSTEM
4595 M:      Alessandro Rubini <[email protected]>
4596 W:      http://www.ohwr.org/projects/fmc-bus
4597 S:      Supported
4598 F:      drivers/fmc/
4599 F:      include/linux/fmc*.h
4600 F:      include/linux/ipmi-fru.h
4601 K:      fmc_d.*register
4602
4603 FPGA MANAGER FRAMEWORK
4604 M:      Alan Tull <[email protected]>
4605 R:      Moritz Fischer <[email protected]>
4606 S:      Maintained
4607 F:      drivers/fpga/
4608 F:      include/linux/fpga/fpga-mgr.h
4609 W:      http://www.rocketboards.org
4610
4611 FPU EMULATOR
4612 M:      Bill Metzenthen <[email protected]>
4613 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4614 S:      Maintained
4615 F:      arch/x86/math-emu/
4616
4617 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4618 L:      [email protected]
4619 S:      Orphan
4620 F:      drivers/net/wan/dlci.c
4621 F:      drivers/net/wan/sdla.c
4622
4623 FRAMEBUFFER LAYER
4624 M:      Jean-Christophe Plagniol-Villard <[email protected]>
4625 M:      Tomi Valkeinen <[email protected]>
4626 L:      [email protected]
4627 W:      http://linux-fbdev.sourceforge.net/
4628 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4630 S:      Maintained
4631 F:      Documentation/fb/
4632 F:      drivers/video/
4633 F:      include/video/
4634 F:      include/linux/fb.h
4635 F:      include/uapi/video/
4636 F:      include/uapi/linux/fb.h
4637
4638 FREESCALE DIU FRAMEBUFFER DRIVER
4639 M:      Timur Tabi <[email protected]>
4640 L:      [email protected]
4641 S:      Maintained
4642 F:      drivers/video/fbdev/fsl-diu-fb.*
4643
4644 FREESCALE DMA DRIVER
4645 M:      Li Yang <[email protected]>
4646 M:      Zhang Wei <[email protected]>
4647 L:      [email protected]
4648 S:      Maintained
4649 F:      drivers/dma/fsldma.*
4650
4651 FREESCALE GPMI NAND DRIVER
4652 M:      Han Xu <[email protected]>
4653 L:      [email protected]
4654 S:      Maintained
4655 F:      drivers/mtd/nand/gpmi-nand/*
4656
4657 FREESCALE I2C CPM DRIVER
4658 M:      Jochen Friedrich <[email protected]>
4659 L:      [email protected]
4660 L:      [email protected]
4661 S:      Maintained
4662 F:      drivers/i2c/busses/i2c-cpm.c
4663
4664 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4665 M:      Sascha Hauer <[email protected]>
4666 L:      [email protected]
4667 L:      [email protected] (moderated for non-subscribers)
4668 S:      Maintained
4669 F:      include/linux/platform_data/video-imxfb.h
4670 F:      drivers/video/fbdev/imxfb.c
4671
4672 FREESCALE QUAD SPI DRIVER
4673 M:      Han Xu <[email protected]>
4674 L:      [email protected]
4675 S:      Maintained
4676 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4677
4678 FREESCALE SOC FS_ENET DRIVER
4679 M:      Pantelis Antoniou <[email protected]>
4680 M:      Vitaly Bordug <[email protected]>
4681 L:      [email protected]
4682 L:      [email protected]
4683 S:      Maintained
4684 F:      drivers/net/ethernet/freescale/fs_enet/
4685 F:      include/linux/fs_enet_pd.h
4686
4687 FREESCALE IMX / MXC FEC DRIVER
4688 M:      Fugang Duan <[email protected]>
4689 L:      [email protected]
4690 S:      Maintained
4691 F:      drivers/net/ethernet/freescale/fec_main.c
4692 F:      drivers/net/ethernet/freescale/fec_ptp.c
4693 F:      drivers/net/ethernet/freescale/fec.h
4694 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4695
4696 FREESCALE QUICC ENGINE LIBRARY
4697 L:      [email protected]
4698 S:      Orphan
4699 F:      drivers/soc/fsl/qe/
4700 F:      include/soc/fsl/*qe*.h
4701 F:      include/soc/fsl/*ucc*.h
4702
4703 FREESCALE USB PERIPHERAL DRIVERS
4704 M:      Li Yang <[email protected]>
4705 L:      [email protected]
4706 L:      [email protected]
4707 S:      Maintained
4708 F:      drivers/usb/gadget/udc/fsl*
4709
4710 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4711 M:      Li Yang <[email protected]>
4712 L:      [email protected]
4713 L:      [email protected]
4714 S:      Maintained
4715 F:      drivers/net/ethernet/freescale/ucc_geth*
4716
4717 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4718 M:      Claudiu Manoil <[email protected]>
4719 L:      [email protected]
4720 S:      Maintained
4721 F:      drivers/net/ethernet/freescale/gianfar*
4722 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4723 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4724
4725 FREESCALE QUICC ENGINE UCC UART DRIVER
4726 M:      Timur Tabi <[email protected]>
4727 L:      [email protected]
4728 S:      Maintained
4729 F:      drivers/tty/serial/ucc_uart.c
4730
4731 FREESCALE SOC SOUND DRIVERS
4732 M:      Timur Tabi <[email protected]>
4733 M:      Nicolin Chen <[email protected]>
4734 M:      Xiubo Li <[email protected]>
4735 R:      Fabio Estevam <[email protected]>
4736 L:      [email protected] (moderated for non-subscribers)
4737 L:      [email protected]
4738 S:      Maintained
4739 F:      sound/soc/fsl/fsl*
4740 F:      sound/soc/fsl/imx*
4741 F:      sound/soc/fsl/mpc8610_hpcd.c
4742
4743 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4744 M:      "J. German Rivera" <[email protected]>
4745 L:      [email protected]
4746 S:      Maintained
4747 F:      drivers/staging/fsl-mc/
4748
4749 FREEVXFS FILESYSTEM
4750 M:      Christoph Hellwig <[email protected]>
4751 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4752 S:      Maintained
4753 F:      fs/freevxfs/
4754
4755 FREEZER
4756 M:      "Rafael J. Wysocki" <[email protected]>
4757 M:      Pavel Machek <[email protected]>
4758 L:      [email protected]
4759 S:      Supported
4760 F:      Documentation/power/freezing-of-tasks.txt
4761 F:      include/linux/freezer.h
4762 F:      kernel/freezer.c
4763
4764 FRONTSWAP API
4765 M:      Konrad Rzeszutek Wilk <[email protected]>
4766 L:      [email protected]
4767 S:      Maintained
4768 F:      mm/frontswap.c
4769 F:      include/linux/frontswap.h
4770
4771 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4772 M:      David Howells <[email protected]>
4773 L:      [email protected] (moderated for non-subscribers)
4774 S:      Supported
4775 F:      Documentation/filesystems/caching/
4776 F:      fs/fscache/
4777 F:      include/linux/fscache*.h
4778
4779 F2FS FILE SYSTEM
4780 M:      Jaegeuk Kim <[email protected]>
4781 M:      Changman Lee <[email protected]>
4782 R:      Chao Yu <[email protected]>
4783 L:      [email protected]
4784 W:      http://en.wikipedia.org/wiki/F2FS
4785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4786 S:      Maintained
4787 F:      Documentation/filesystems/f2fs.txt
4788 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4789 F:      fs/f2fs/
4790 F:      include/linux/f2fs_fs.h
4791 F:      include/trace/events/f2fs.h
4792
4793 FUJITSU FR-V (FRV) PORT
4794 S:      Orphan
4795 F:      arch/frv/
4796
4797 FUJITSU LAPTOP EXTRAS
4798 M:      Jonathan Woithe <[email protected]>
4799 L:      [email protected]
4800 S:      Maintained
4801 F:      drivers/platform/x86/fujitsu-laptop.c
4802
4803 FUJITSU M-5MO LS CAMERA ISP DRIVER
4804 M:      Kyungmin Park <[email protected]>
4805 M:      Heungjun Kim <[email protected]>
4806 L:      [email protected]
4807 S:      Maintained
4808 F:      drivers/media/i2c/m5mols/
4809 F:      include/media/i2c/m5mols.h
4810
4811 FUJITSU TABLET EXTRAS
4812 M:      Robert Gerlach <[email protected]>
4813 L:      [email protected]
4814 S:      Maintained
4815 F:      drivers/platform/x86/fujitsu-tablet.c
4816
4817 FUSE: FILESYSTEM IN USERSPACE
4818 M:      Miklos Szeredi <[email protected]>
4819 L:      [email protected]
4820 W:      http://fuse.sourceforge.net/
4821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4822 S:      Maintained
4823 F:      fs/fuse/
4824 F:      include/uapi/linux/fuse.h
4825 F:      Documentation/filesystems/fuse.txt
4826
4827 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4828 M:      Rik Faith <[email protected]>
4829 L:      [email protected]
4830 S:      Odd Fixes (e.g., new signatures)
4831 F:      drivers/scsi/fdomain.*
4832
4833 GCOV BASED KERNEL PROFILING
4834 M:      Peter Oberparleiter <[email protected]>
4835 S:      Maintained
4836 F:      kernel/gcov/
4837 F:      Documentation/gcov.txt
4838
4839 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4840 M:      Achim Leubner <[email protected]>
4841 L:      [email protected]
4842 W:      http://www.icp-vortex.com/
4843 S:      Supported
4844 F:      drivers/scsi/gdt*
4845
4846 GDB KERNEL DEBUGGING HELPER SCRIPTS
4847 M:      Jan Kiszka <[email protected]>
4848 S:      Supported
4849 F:      scripts/gdb/
4850
4851 GEMTEK FM RADIO RECEIVER DRIVER
4852 M:      Hans Verkuil <[email protected]>
4853 L:      [email protected]
4854 T:      git git://linuxtv.org/media_tree.git
4855 W:      https://linuxtv.org
4856 S:      Maintained
4857 F:      drivers/media/radio/radio-gemtek*
4858
4859 GENERIC GPIO I2C DRIVER
4860 M:      Haavard Skinnemoen <[email protected]>
4861 S:      Supported
4862 F:      drivers/i2c/busses/i2c-gpio.c
4863 F:      include/linux/i2c-gpio.h
4864
4865 GENERIC GPIO I2C MULTIPLEXER DRIVER
4866 M:      Peter Korsgaard <[email protected]>
4867 L:      [email protected]
4868 S:      Supported
4869 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4870 F:      include/linux/i2c-mux-gpio.h
4871 F:      Documentation/i2c/muxes/i2c-mux-gpio
4872
4873 GENERIC HDLC (WAN) DRIVERS
4874 M:      Krzysztof Halasa <[email protected]>
4875 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4876 S:      Maintained
4877 F:      drivers/net/wan/c101.c
4878 F:      drivers/net/wan/hd6457*
4879 F:      drivers/net/wan/hdlc*
4880 F:      drivers/net/wan/n2.c
4881 F:      drivers/net/wan/pc300too.c
4882 F:      drivers/net/wan/pci200syn.c
4883 F:      drivers/net/wan/wanxl*
4884
4885 GENERIC INCLUDE/ASM HEADER FILES
4886 M:      Arnd Bergmann <[email protected]>
4887 L:      [email protected]
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4889 S:      Maintained
4890 F:      include/asm-generic/
4891 F:      include/uapi/asm-generic/
4892
4893 GENERIC PHY FRAMEWORK
4894 M:      Kishon Vijay Abraham I <[email protected]>
4895 L:      [email protected]
4896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4897 S:      Supported
4898 F:      drivers/phy/
4899 F:      include/linux/phy/
4900
4901 GENERIC PM DOMAINS
4902 M:      "Rafael J. Wysocki" <[email protected]>
4903 M:      Kevin Hilman <[email protected]>
4904 M:      Ulf Hansson <[email protected]>
4905 L:      [email protected]
4906 S:      Supported
4907 F:      drivers/base/power/domain*.c
4908 F:      include/linux/pm_domain.h
4909
4910 GENERIC UIO DRIVER FOR PCI DEVICES
4911 M:      "Michael S. Tsirkin" <[email protected]>
4912 L:      [email protected]
4913 S:      Supported
4914 F:      drivers/uio/uio_pci_generic.c
4915
4916 GET_MAINTAINER SCRIPT
4917 M:      Joe Perches <[email protected]>
4918 S:      Maintained
4919 F:      scripts/get_maintainer.pl
4920
4921 GFS2 FILE SYSTEM
4922 M:      Steven Whitehouse <[email protected]>
4923 M:      Bob Peterson <[email protected]>
4924 L:      [email protected]
4925 W:      http://sources.redhat.com/cluster/
4926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4927 S:      Supported
4928 F:      Documentation/filesystems/gfs2*.txt
4929 F:      fs/gfs2/
4930 F:      include/uapi/linux/gfs2_ondisk.h
4931
4932 GIGASET ISDN DRIVERS
4933 M:      Paul Bolle <[email protected]>
4934 L:      [email protected]
4935 W:      http://gigaset307x.sourceforge.net/
4936 S:      Odd Fixes
4937 F:      Documentation/isdn/README.gigaset
4938 F:      drivers/isdn/gigaset/
4939 F:      include/uapi/linux/gigaset_dev.h
4940
4941 GO7007 MPEG CODEC
4942 M:      Hans Verkuil <[email protected]>
4943 L:      [email protected]
4944 S:      Maintained
4945 F:      drivers/media/usb/go7007/
4946
4947 GOODIX TOUCHSCREEN
4948 M:      Bastien Nocera <[email protected]>
4949 L:      [email protected]
4950 S:      Maintained
4951 F:      drivers/input/touchscreen/goodix.c
4952
4953 GPIO SUBSYSTEM
4954 M:      Linus Walleij <[email protected]>
4955 M:      Alexandre Courbot <[email protected]>
4956 L:      [email protected]
4957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4958 S:      Maintained
4959 F:      Documentation/devicetree/bindings/gpio/
4960 F:      Documentation/gpio/
4961 F:      Documentation/ABI/testing/gpio-cdev
4962 F:      Documentation/ABI/obsolete/sysfs-gpio
4963 F:      drivers/gpio/
4964 F:      include/linux/gpio/
4965 F:      include/linux/gpio.h
4966 F:      include/asm-generic/gpio.h
4967 F:      include/uapi/linux/gpio.h
4968 F:      tools/gpio/
4969
4970 GRE DEMULTIPLEXER DRIVER
4971 M:      Dmitry Kozlov <[email protected]>
4972 L:      [email protected]
4973 S:      Maintained
4974 F:      net/ipv4/gre_demux.c
4975 F:      net/ipv4/gre_offload.c
4976 F:      include/net/gre.h
4977
4978 GRETH 10/100/1G Ethernet MAC device driver
4979 M:      Andreas Larsson <[email protected]>
4980 L:      [email protected]
4981 S:      Maintained
4982 F:      drivers/net/ethernet/aeroflex/
4983
4984 GSPCA FINEPIX SUBDRIVER
4985 M:      Frank Zago <[email protected]>
4986 L:      [email protected]
4987 T:      git git://linuxtv.org/media_tree.git
4988 S:      Maintained
4989 F:      drivers/media/usb/gspca/finepix.c
4990
4991 GSPCA GL860 SUBDRIVER
4992 M:      Olivier Lorin <[email protected]>
4993 L:      [email protected]
4994 T:      git git://linuxtv.org/media_tree.git
4995 S:      Maintained
4996 F:      drivers/media/usb/gspca/gl860/
4997
4998 GSPCA M5602 SUBDRIVER
4999 M:      Erik Andren <[email protected]>
5000 L:      [email protected]
5001 T:      git git://linuxtv.org/media_tree.git
5002 S:      Maintained
5003 F:      drivers/media/usb/gspca/m5602/
5004
5005 GSPCA PAC207 SONIXB SUBDRIVER
5006 M:      Hans de Goede <[email protected]>
5007 L:      [email protected]
5008 T:      git git://linuxtv.org/media_tree.git
5009 S:      Maintained
5010 F:      drivers/media/usb/gspca/pac207.c
5011
5012 GSPCA SN9C20X SUBDRIVER
5013 M:      Brian Johnson <[email protected]>
5014 L:      [email protected]
5015 T:      git git://linuxtv.org/media_tree.git
5016 S:      Maintained
5017 F:      drivers/media/usb/gspca/sn9c20x.c
5018
5019 GSPCA T613 SUBDRIVER
5020 M:      Leandro Costantino <[email protected]>
5021 L:      [email protected]
5022 T:      git git://linuxtv.org/media_tree.git
5023 S:      Maintained
5024 F:      drivers/media/usb/gspca/t613.c
5025
5026 GSPCA USB WEBCAM DRIVER
5027 M:      Hans de Goede <[email protected]>
5028 L:      [email protected]
5029 T:      git git://linuxtv.org/media_tree.git
5030 S:      Maintained
5031 F:      drivers/media/usb/gspca/
5032
5033 GUID PARTITION TABLE (GPT)
5034 M:      Davidlohr Bueso <[email protected]>
5035 L:      [email protected]
5036 S:      Maintained
5037 F:      block/partitions/efi.*
5038
5039 STK1160 USB VIDEO CAPTURE DRIVER
5040 M:      Ezequiel Garcia <[email protected]>
5041 L:      [email protected]
5042 T:      git git://linuxtv.org/media_tree.git
5043 S:      Maintained
5044 F:      drivers/media/usb/stk1160/
5045
5046 H8/300 ARCHITECTURE
5047 M:      Yoshinori Sato <[email protected]>
5048 L:      [email protected] (moderated for non-subscribers)
5049 W:      http://uclinux-h8.sourceforge.jp
5050 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5051 S:      Maintained
5052 F:      arch/h8300/
5053 F:      drivers/clocksource/h8300_*.c
5054 F:      drivers/clk/h8300/
5055 F:      drivers/irqchip/irq-renesas-h8*.c
5056
5057 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5058 M:      Frank Seidel <[email protected]>
5059 L:      [email protected]
5060 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5061 S:      Maintained
5062 F:      drivers/platform/x86/hdaps.c
5063
5064 HDPVR USB VIDEO ENCODER DRIVER
5065 M:      Hans Verkuil <[email protected]>
5066 L:      [email protected]
5067 T:      git git://linuxtv.org/media_tree.git
5068 W:      https://linuxtv.org
5069 S:      Odd Fixes
5070 F:      drivers/media/usb/hdpvr/
5071
5072 HWPOISON MEMORY FAILURE HANDLING
5073 M:      Naoya Horiguchi <[email protected]>
5074 L:      [email protected]
5075 S:      Maintained
5076 F:      mm/memory-failure.c
5077 F:      mm/hwpoison-inject.c
5078
5079 HYPERVISOR VIRTUAL CONSOLE DRIVER
5080 L:      [email protected]
5081 S:      Odd Fixes
5082 F:      drivers/tty/hvc/
5083
5084 HACKRF MEDIA DRIVER
5085 M:      Antti Palosaari <[email protected]>
5086 L:      [email protected]
5087 W:      https://linuxtv.org
5088 W:      http://palosaari.fi/linux/
5089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5090 T:      git git://linuxtv.org/anttip/media_tree.git
5091 S:      Maintained
5092 F:      drivers/media/usb/hackrf/
5093
5094 HARDWARE MONITORING
5095 M:      Jean Delvare <[email protected]>
5096 M:      Guenter Roeck <[email protected]>
5097 L:      [email protected]
5098 W:      http://hwmon.wiki.kernel.org/
5099 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5101 S:      Maintained
5102 F:      Documentation/hwmon/
5103 F:      drivers/hwmon/
5104 F:      include/linux/hwmon*.h
5105
5106 HARDWARE RANDOM NUMBER GENERATOR CORE
5107 M:      Matt Mackall <[email protected]>
5108 M:      Herbert Xu <[email protected]>
5109 L:      [email protected]
5110 S:      Odd fixes
5111 F:      Documentation/hw_random.txt
5112 F:      drivers/char/hw_random/
5113 F:      include/linux/hw_random.h
5114
5115 HARDWARE SPINLOCK CORE
5116 M:      Ohad Ben-Cohen <[email protected]>
5117 M:      Bjorn Andersson <[email protected]>
5118 L:      [email protected]
5119 S:      Maintained
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5121 F:      Documentation/hwspinlock.txt
5122 F:      drivers/hwspinlock/hwspinlock_*
5123 F:      include/linux/hwspinlock.h
5124
5125 HARMONY SOUND DRIVER
5126 L:      [email protected]
5127 S:      Maintained
5128 F:      sound/parisc/harmony.*
5129
5130 HD29L2 MEDIA DRIVER
5131 M:      Antti Palosaari <[email protected]>
5132 L:      [email protected]
5133 W:      https://linuxtv.org
5134 W:      http://palosaari.fi/linux/
5135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5136 T:      git git://linuxtv.org/anttip/media_tree.git
5137 S:      Maintained
5138 F:      drivers/media/dvb-frontends/hd29l2*
5139
5140 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5141 M:      Don Brace <[email protected]>
5142 L:      [email protected]
5143 L:      [email protected]
5144 L:      [email protected]
5145 S:      Supported
5146 F:      Documentation/scsi/hpsa.txt
5147 F:      drivers/scsi/hpsa*.[ch]
5148 F:      include/linux/cciss*.h
5149 F:      include/uapi/linux/cciss*.h
5150
5151 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5152 M:      Don Brace <[email protected]>
5153 L:      [email protected]
5154 L:      [email protected]
5155 L:      [email protected]
5156 S:      Supported
5157 F:      Documentation/blockdev/cciss.txt
5158 F:      drivers/block/cciss*
5159 F:      include/linux/cciss_ioctl.h
5160 F:      include/uapi/linux/cciss_ioctl.h
5161
5162 HFS FILESYSTEM
5163 L:      [email protected]
5164 S:      Orphan
5165 F:      Documentation/filesystems/hfs.txt
5166 F:      fs/hfs/
5167
5168 HFSPLUS FILESYSTEM
5169 L:      [email protected]
5170 S:      Orphan
5171 F:      Documentation/filesystems/hfsplus.txt
5172 F:      fs/hfsplus/
5173
5174 HGA FRAMEBUFFER DRIVER
5175 M:      Ferenc Bakonyi <[email protected]>
5176 L:      [email protected]
5177 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5178 S:      Maintained
5179 F:      drivers/video/fbdev/hgafb.c
5180
5181 HIBERNATION (aka Software Suspend, aka swsusp)
5182 M:      "Rafael J. Wysocki" <[email protected]>
5183 M:      Pavel Machek <[email protected]>
5184 L:      [email protected]
5185 S:      Supported
5186 F:      arch/x86/power/
5187 F:      drivers/base/power/
5188 F:      kernel/power/
5189 F:      include/linux/suspend.h
5190 F:      include/linux/freezer.h
5191 F:      include/linux/pm.h
5192 F:      arch/*/include/asm/suspend*.h
5193
5194 HID CORE LAYER
5195 M:      Jiri Kosina <[email protected]>
5196 R:      Benjamin Tissoires <[email protected]>
5197 L:      [email protected]
5198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5199 S:      Maintained
5200 F:      drivers/hid/
5201 F:      include/linux/hid*
5202 F:      include/uapi/linux/hid*
5203
5204 HID SENSOR HUB DRIVERS
5205 M:      Jiri Kosina <[email protected]>
5206 M:      Jonathan Cameron <[email protected]>
5207 M:      Srinivas Pandruvada <[email protected]>
5208 L:      [email protected]
5209 L:      [email protected]
5210 S:      Maintained
5211 F:      Documentation/hid/hid-sensor*
5212 F:      drivers/hid/hid-sensor-*
5213 F:      drivers/iio/*/hid-*
5214 F:      include/linux/hid-sensor-*
5215
5216 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5217 M:      Thomas Gleixner <[email protected]>
5218 L:      [email protected]
5219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5220 S:      Maintained
5221 F:      Documentation/timers/
5222 F:      kernel/time/hrtimer.c
5223 F:      kernel/time/clockevents.c
5224 F:      kernel/time/tick*.*
5225 F:      kernel/time/timer_*.c
5226 F:      include/linux/clockchips.h
5227 F:      include/linux/hrtimer.h
5228
5229 HIGH-SPEED SCC DRIVER FOR AX.25
5230 L:      [email protected]
5231 S:      Orphan
5232 F:      drivers/net/hamradio/dmascc.c
5233 F:      drivers/net/hamradio/scc.c
5234
5235 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5236 M:      HighPoint Linux Team <[email protected]>
5237 W:      http://www.highpoint-tech.com
5238 S:      Supported
5239 F:      Documentation/scsi/hptiop.txt
5240 F:      drivers/scsi/hptiop.c
5241
5242 HIPPI
5243 M:      Jes Sorensen <[email protected]>
5244 L:      [email protected]
5245 S:      Maintained
5246 F:      include/linux/hippidevice.h
5247 F:      include/uapi/linux/if_hippi.h
5248 F:      net/802/hippi.c
5249 F:      drivers/net/hippi/
5250
5251 HISILICON SAS Controller
5252 M:      John Garry <[email protected]>
5253 W:      http://www.hisilicon.com
5254 S:      Supported
5255 F:      drivers/scsi/hisi_sas/
5256 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5257
5258 HOST AP DRIVER
5259 M:      Jouni Malinen <[email protected]>
5260 L:      [email protected] (subscribers-only)
5261 L:      [email protected]
5262 W:      http://hostap.epitest.fi/
5263 S:      Maintained
5264 F:      drivers/net/wireless/intersil/hostap/
5265
5266 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5267 L:      [email protected]
5268 S:      Orphan
5269 F:      drivers/platform/x86/tc1100-wmi.c
5270
5271 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5272 M:      Jaroslav Kysela <[email protected]>
5273 S:      Maintained
5274 F:      drivers/net/ethernet/hp/hp100.*
5275
5276 HPET:   High Precision Event Timers driver
5277 M:      Clemens Ladisch <[email protected]>
5278 S:      Maintained
5279 F:      Documentation/timers/hpet.txt
5280 F:      drivers/char/hpet.c
5281 F:      include/linux/hpet.h
5282 F:      include/uapi/linux/hpet.h
5283
5284 HPET:   x86
5285 S:      Orphan
5286 F:      arch/x86/kernel/hpet.c
5287 F:      arch/x86/include/asm/hpet.h
5288
5289 HPFS FILESYSTEM
5290 M:      Mikulas Patocka <[email protected]>
5291 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5292 S:      Maintained
5293 F:      fs/hpfs/
5294
5295 HSI SUBSYSTEM
5296 M:      Sebastian Reichel <[email protected]>
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5298 S:      Maintained
5299 F:      Documentation/ABI/testing/sysfs-bus-hsi
5300 F:      Documentation/hsi.txt
5301 F:      drivers/hsi/
5302 F:      include/linux/hsi/
5303 F:      include/uapi/linux/hsi/
5304
5305 HSO 3G MODEM DRIVER
5306 M:      Jan Dumon <[email protected]>
5307 W:      http://www.pharscape.org
5308 S:      Maintained
5309 F:      drivers/net/usb/hso.c
5310
5311 HSR NETWORK PROTOCOL
5312 M:      Arvid Brodin <[email protected]>
5313 L:      [email protected]
5314 S:      Maintained
5315 F:      net/hsr/
5316
5317 HTCPEN TOUCHSCREEN DRIVER
5318 M:      Pau Oliva Fora <[email protected]>
5319 L:      [email protected]
5320 S:      Maintained
5321 F:      drivers/input/touchscreen/htcpen.c
5322
5323 HUGETLB FILESYSTEM
5324 M:      Nadia Yvette Chambers <[email protected]>
5325 S:      Maintained
5326 F:      fs/hugetlbfs/
5327
5328 Hyper-V CORE AND DRIVERS
5329 M:      "K. Y. Srinivasan" <[email protected]>
5330 M:      Haiyang Zhang <[email protected]>
5331 L:      [email protected]
5332 S:      Maintained
5333 F:      arch/x86/include/asm/mshyperv.h
5334 F:      arch/x86/include/uapi/asm/hyperv.h
5335 F:      arch/x86/kernel/cpu/mshyperv.c
5336 F:      drivers/hid/hid-hyperv.c
5337 F:      drivers/hv/
5338 F:      drivers/input/serio/hyperv-keyboard.c
5339 F:      drivers/pci/host/pci-hyperv.c
5340 F:      drivers/net/hyperv/
5341 F:      drivers/scsi/storvsc_drv.c
5342 F:      drivers/video/fbdev/hyperv_fb.c
5343 F:      include/linux/hyperv.h
5344 F:      tools/hv/
5345 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5346
5347 I2C MUXES
5348 M:      Peter Rosin <[email protected]>
5349 L:      [email protected]
5350 S:      Maintained
5351 F:      Documentation/i2c/i2c-topology
5352 F:      Documentation/i2c/muxes/
5353 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5354 F:      drivers/i2c/i2c-mux.c
5355 F:      drivers/i2c/muxes/
5356 F:      include/linux/i2c-mux.h
5357
5358 I2C OVER PARALLEL PORT
5359 M:      Jean Delvare <[email protected]>
5360 L:      [email protected]
5361 S:      Maintained
5362 F:      Documentation/i2c/busses/i2c-parport
5363 F:      Documentation/i2c/busses/i2c-parport-light
5364 F:      drivers/i2c/busses/i2c-parport.c
5365 F:      drivers/i2c/busses/i2c-parport-light.c
5366
5367 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5368 M:      Jean Delvare <[email protected]>
5369 L:      [email protected]
5370 S:      Maintained
5371 F:      Documentation/i2c/busses/i2c-ali1535
5372 F:      Documentation/i2c/busses/i2c-ali1563
5373 F:      Documentation/i2c/busses/i2c-ali15x3
5374 F:      Documentation/i2c/busses/i2c-amd756
5375 F:      Documentation/i2c/busses/i2c-amd8111
5376 F:      Documentation/i2c/busses/i2c-i801
5377 F:      Documentation/i2c/busses/i2c-nforce2
5378 F:      Documentation/i2c/busses/i2c-piix4
5379 F:      Documentation/i2c/busses/i2c-sis5595
5380 F:      Documentation/i2c/busses/i2c-sis630
5381 F:      Documentation/i2c/busses/i2c-sis96x
5382 F:      Documentation/i2c/busses/i2c-via
5383 F:      Documentation/i2c/busses/i2c-viapro
5384 F:      drivers/i2c/busses/i2c-ali1535.c
5385 F:      drivers/i2c/busses/i2c-ali1563.c
5386 F:      drivers/i2c/busses/i2c-ali15x3.c
5387 F:      drivers/i2c/busses/i2c-amd756.c
5388 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5389 F:      drivers/i2c/busses/i2c-amd8111.c
5390 F:      drivers/i2c/busses/i2c-i801.c
5391 F:      drivers/i2c/busses/i2c-isch.c
5392 F:      drivers/i2c/busses/i2c-nforce2.c
5393 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5394 F:      drivers/i2c/busses/i2c-piix4.c
5395 F:      drivers/i2c/busses/i2c-sis5595.c
5396 F:      drivers/i2c/busses/i2c-sis630.c
5397 F:      drivers/i2c/busses/i2c-sis96x.c
5398 F:      drivers/i2c/busses/i2c-via.c
5399 F:      drivers/i2c/busses/i2c-viapro.c
5400
5401 I2C/SMBUS ISMT DRIVER
5402 M:      Seth Heasley <[email protected]>
5403 M:      Neil Horman <[email protected]>
5404 L:      [email protected]
5405 F:      drivers/i2c/busses/i2c-ismt.c
5406 F:      Documentation/i2c/busses/i2c-ismt
5407
5408 I2C/SMBUS STUB DRIVER
5409 M:      Jean Delvare <[email protected]>
5410 L:      [email protected]
5411 S:      Maintained
5412 F:      drivers/i2c/i2c-stub.c
5413
5414 I2C SUBSYSTEM
5415 M:      Wolfram Sang <[email protected]>
5416 L:      [email protected]
5417 W:      https://i2c.wiki.kernel.org/
5418 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5420 S:      Maintained
5421 F:      Documentation/devicetree/bindings/i2c/
5422 F:      Documentation/i2c/
5423 F:      drivers/i2c/
5424 F:      drivers/i2c/*/
5425 F:      include/linux/i2c.h
5426 F:      include/linux/i2c-*.h
5427 F:      include/uapi/linux/i2c.h
5428 F:      include/uapi/linux/i2c-*.h
5429
5430 I2C ACPI SUPPORT
5431 M:      Mika Westerberg <[email protected]>
5432 L:      [email protected]
5433 L:      [email protected]
5434 S:      Maintained
5435
5436 I2C-TAOS-EVM DRIVER
5437 M:      Jean Delvare <[email protected]>
5438 L:      [email protected]
5439 S:      Maintained
5440 F:      Documentation/i2c/busses/i2c-taos-evm
5441 F:      drivers/i2c/busses/i2c-taos-evm.c
5442
5443 I2C-TINY-USB DRIVER
5444 M:      Till Harbaum <[email protected]>
5445 L:      [email protected]
5446 W:      http://www.harbaum.org/till/i2c_tiny_usb
5447 S:      Maintained
5448 F:      drivers/i2c/busses/i2c-tiny-usb.c
5449
5450 i386 BOOT CODE
5451 M:      "H. Peter Anvin" <[email protected]>
5452 S:      Maintained
5453 F:      arch/x86/boot/
5454
5455 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5456 M:      "H. Peter Anvin" <[email protected]>
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5458 S:      Maintained
5459
5460 IA64 (Itanium) PLATFORM
5461 M:      Tony Luck <[email protected]>
5462 M:      Fenghua Yu <[email protected]>
5463 L:      [email protected]
5464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5465 S:      Maintained
5466 F:      arch/ia64/
5467
5468 IBM Power VMX Cryptographic instructions
5469 M:      Leonidas S. Barbosa <[email protected]>
5470 M:      Paulo Flabiano Smorigo <[email protected]>
5471 L:      [email protected]
5472 S:      Supported
5473 F:      drivers/crypto/vmx/Makefile
5474 F:      drivers/crypto/vmx/Kconfig
5475 F:      drivers/crypto/vmx/vmx.c
5476 F:      drivers/crypto/vmx/aes*
5477 F:      drivers/crypto/vmx/ghash*
5478 F:      drivers/crypto/vmx/ppc-xlate.pl
5479
5480 IBM Power in-Nest Crypto Acceleration
5481 M:      Leonidas S. Barbosa <[email protected]>
5482 M:      Paulo Flabiano Smorigo <[email protected]>
5483 L:      [email protected]
5484 S:      Supported
5485 F:      drivers/crypto/nx/Makefile
5486 F:      drivers/crypto/nx/Kconfig
5487 F:      drivers/crypto/nx/nx-aes*
5488 F:      drivers/crypto/nx/nx-sha*
5489 F:      drivers/crypto/nx/nx.*
5490 F:      drivers/crypto/nx/nx_csbcpb.h
5491 F:      drivers/crypto/nx/nx_debugfs.h
5492
5493 IBM Power 842 compression accelerator
5494 M:      Dan Streetman <[email protected]>
5495 S:      Supported
5496 F:      drivers/crypto/nx/Makefile
5497 F:      drivers/crypto/nx/Kconfig
5498 F:      drivers/crypto/nx/nx-842*
5499 F:      include/linux/sw842.h
5500 F:      crypto/842.c
5501 F:      lib/842/
5502
5503 IBM Power Linux RAID adapter
5504 M:      Brian King <[email protected]>
5505 S:      Supported
5506 F:      drivers/scsi/ipr.*
5507
5508 IBM Power Virtual Ethernet Device Driver
5509 M:      Thomas Falcon <[email protected]>
5510 L:      [email protected]
5511 S:      Supported
5512 F:      drivers/net/ethernet/ibm/ibmveth.*
5513
5514 IBM Power SRIOV Virtual NIC Device Driver
5515 M:      Thomas Falcon <[email protected]>
5516 M:      John Allen <[email protected]>
5517 L:      [email protected]
5518 S:      Supported
5519 F:      drivers/net/ethernet/ibm/ibmvnic.*
5520
5521 IBM Power Virtual SCSI Device Drivers
5522 M:      Tyrel Datwyler <[email protected]>
5523 L:      [email protected]
5524 S:      Supported
5525 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5526 F:      drivers/scsi/ibmvscsi/viosrp.h
5527
5528 IBM Power Virtual FC Device Drivers
5529 M:      Tyrel Datwyler <[email protected]>
5530 L:      [email protected]
5531 S:      Supported
5532 F:      drivers/scsi/ibmvscsi/ibmvfc*
5533
5534 IBM ServeRAID RAID DRIVER
5535 S:      Orphan
5536 F:      drivers/scsi/ips.*
5537
5538 ICH LPC AND GPIO DRIVER
5539 M:      Peter Tyser <[email protected]>
5540 S:      Maintained
5541 F:      drivers/mfd/lpc_ich.c
5542 F:      drivers/gpio/gpio-ich.c
5543
5544 IDE SUBSYSTEM
5545 M:      "David S. Miller" <[email protected]>
5546 L:      [email protected]
5547 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5549 S:      Maintained
5550 F:      Documentation/ide/
5551 F:      drivers/ide/
5552 F:      include/linux/ide.h
5553
5554 IDEAPAD LAPTOP EXTRAS DRIVER
5555 M:      Ike Panhc <[email protected]>
5556 L:      [email protected]
5557 W:      http://launchpad.net/ideapad-laptop
5558 S:      Maintained
5559 F:      drivers/platform/x86/ideapad-laptop.c
5560
5561 IDEAPAD LAPTOP SLIDEBAR DRIVER
5562 M:      Andrey Moiseev <[email protected]>
5563 L:      [email protected]
5564 W:      https://github.com/o2genum/ideapad-slidebar
5565 S:      Maintained
5566 F:      drivers/input/misc/ideapad_slidebar.c
5567
5568 IDE/ATAPI DRIVERS
5569 M:      Borislav Petkov <[email protected]>
5570 L:      [email protected]
5571 S:      Maintained
5572 F:      Documentation/cdrom/ide-cd
5573 F:      drivers/ide/ide-cd*
5574
5575 IDLE-I7300
5576 M:      Andy Henroid <[email protected]>
5577 L:      [email protected]
5578 S:      Supported
5579 F:      drivers/idle/i7300_idle.c
5580
5581 IEEE 802.15.4 SUBSYSTEM
5582 M:      Alexander Aring <[email protected]>
5583 L:      [email protected]
5584 W:      http://wpan.cakelab.org/
5585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5587 S:      Maintained
5588 F:      net/ieee802154/
5589 F:      net/mac802154/
5590 F:      drivers/net/ieee802154/
5591 F:      include/linux/nl802154.h
5592 F:      include/linux/ieee802154.h
5593 F:      include/net/nl802154.h
5594 F:      include/net/mac802154.h
5595 F:      include/net/af_ieee802154.h
5596 F:      include/net/cfg802154.h
5597 F:      include/net/ieee802154_netdev.h
5598 F:      Documentation/networking/ieee802154.txt
5599
5600 IGORPLUG-USB IR RECEIVER
5601 M:      Sean Young <[email protected]>
5602 L:      [email protected]
5603 S:      Maintained
5604 F:      drivers/media/rc/igorplugusb.c
5605
5606 IGUANAWORKS USB IR TRANSCEIVER
5607 M:      Sean Young <[email protected]>
5608 L:      [email protected]
5609 S:      Maintained
5610 F:      drivers/media/rc/iguanair.c
5611
5612 IIO SUBSYSTEM AND DRIVERS
5613 M:      Jonathan Cameron <[email protected]>
5614 R:      Hartmut Knaack <[email protected]>
5615 R:      Lars-Peter Clausen <[email protected]>
5616 R:      Peter Meerwald <[email protected]>
5617 L:      [email protected]
5618 S:      Maintained
5619 F:      drivers/iio/
5620 F:      drivers/staging/iio/
5621 F:      include/linux/iio/
5622 F:      tools/iio/
5623
5624 IKANOS/ADI EAGLE ADSL USB DRIVER
5625 M:      Matthieu Castet <[email protected]>
5626 M:      Stanislaw Gruszka <[email protected]>
5627 S:      Maintained
5628 F:      drivers/usb/atm/ueagle-atm.c
5629
5630 INA209 HARDWARE MONITOR DRIVER
5631 M:      Guenter Roeck <[email protected]>
5632 L:      [email protected]
5633 S:      Maintained
5634 F:      Documentation/hwmon/ina209
5635 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5636 F:      drivers/hwmon/ina209.c
5637
5638 INA2XX HARDWARE MONITOR DRIVER
5639 M:      Guenter Roeck <[email protected]>
5640 L:      [email protected]
5641 S:      Maintained
5642 F:      Documentation/hwmon/ina2xx
5643 F:      drivers/hwmon/ina2xx.c
5644 F:      include/linux/platform_data/ina2xx.h
5645
5646 INDUSTRY PACK SUBSYSTEM (IPACK)
5647 M:      Samuel Iglesias Gonsalvez <[email protected]>
5648 M:      Jens Taprogge <[email protected]>
5649 M:      Greg Kroah-Hartman <[email protected]>
5650 L:      [email protected]
5651 W:      http://industrypack.sourceforge.net
5652 S:      Maintained
5653 F:      drivers/ipack/
5654
5655 INGENIC JZ4780 DMA Driver
5656 M:      Zubair Lutfullah Kakakhel <[email protected]>
5657 S:      Maintained
5658 F:      drivers/dma/dma-jz4780.c
5659
5660 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5661 M:      Mimi Zohar <[email protected]>
5662 M:      Dmitry Kasatkin <[email protected]>
5663 L:      [email protected]
5664 L:      [email protected]
5665 L:      [email protected]
5666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5667 S:      Supported
5668 F:      security/integrity/ima/
5669
5670 IMGTEC IR DECODER DRIVER
5671 M:      James Hogan <[email protected]>
5672 S:      Maintained
5673 F:      drivers/media/rc/img-ir/
5674
5675 IMS TWINTURBO FRAMEBUFFER DRIVER
5676 L:      [email protected]
5677 S:      Orphan
5678 F:      drivers/video/fbdev/imsttfb.c
5679
5680 INFINIBAND SUBSYSTEM
5681 M:      Doug Ledford <[email protected]>
5682 M:      Sean Hefty <[email protected]>
5683 M:      Hal Rosenstock <[email protected]>
5684 L:      [email protected]
5685 W:      http://www.openfabrics.org/
5686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5688 S:      Supported
5689 F:      Documentation/infiniband/
5690 F:      drivers/infiniband/
5691 F:      drivers/staging/rdma/
5692 F:      include/uapi/linux/if_infiniband.h
5693 F:      include/uapi/rdma/
5694 F:      include/rdma/
5695
5696 INOTIFY
5697 M:      John McCutchan <[email protected]>
5698 M:      Robert Love <[email protected]>
5699 M:      Eric Paris <[email protected]>
5700 S:      Maintained
5701 F:      Documentation/filesystems/inotify.txt
5702 F:      fs/notify/inotify/
5703 F:      include/linux/inotify.h
5704 F:      include/uapi/linux/inotify.h
5705
5706 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5707 M:      Dmitry Torokhov <[email protected]>
5708 L:      [email protected]
5709 Q:      http://patchwork.kernel.org/project/linux-input/list/
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5711 S:      Maintained
5712 F:      drivers/input/
5713 F:      include/linux/input.h
5714 F:      include/uapi/linux/input.h
5715 F:      include/linux/input/
5716 F:      Documentation/devicetree/bindings/input/
5717
5718 INPUT MULTITOUCH (MT) PROTOCOL
5719 M:      Henrik Rydberg <[email protected]>
5720 L:      [email protected]
5721 S:      Odd fixes
5722 F:      Documentation/input/multi-touch-protocol.txt
5723 F:      drivers/input/input-mt.c
5724 K:      \b(ABS|SYN)_MT_
5725
5726 INTEL ASoC BDW/HSW DRIVERS
5727 M:      Jie Yang <[email protected]>
5728 L:      [email protected] (moderated for non-subscribers)
5729 S:      Supported
5730 F:      sound/soc/intel/common/sst-dsp*
5731 F:      sound/soc/intel/common/sst-firmware.c
5732 F:      sound/soc/intel/boards/broadwell.c
5733 F:      sound/soc/intel/haswell/
5734
5735 INTEL C600 SERIES SAS CONTROLLER DRIVER
5736 M:      Intel SCU Linux support <[email protected]>
5737 M:      Artur Paszkiewicz <[email protected]>
5738 L:      [email protected]
5739 T:      git git://git.code.sf.net/p/intel-sas/isci
5740 S:      Supported
5741 F:      drivers/scsi/isci/
5742
5743 INTEL HID EVENT DRIVER
5744 M:      Alex Hung <[email protected]>
5745 L:      [email protected]
5746 S:      Maintained
5747 F:      drivers/platform/x86/intel-hid.c
5748
5749 INTEL IDLE DRIVER
5750 M:      Len Brown <[email protected]>
5751 L:      [email protected]
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5753 S:      Supported
5754 F:      drivers/idle/intel_idle.c
5755
5756 INTEL PSTATE DRIVER
5757 M:      Srinivas Pandruvada <[email protected]>
5758 M:      Len Brown <[email protected]>
5759 L:      [email protected]
5760 S:      Supported
5761 F:      drivers/cpufreq/intel_pstate.c
5762
5763 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5764 M:      Maik Broemme <[email protected]>
5765 L:      [email protected]
5766 S:      Maintained
5767 F:      Documentation/fb/intelfb.txt
5768 F:      drivers/video/fbdev/intelfb/
5769
5770 INTEL 810/815 FRAMEBUFFER DRIVER
5771 M:      Antonino Daplas <[email protected]>
5772 L:      [email protected]
5773 S:      Maintained
5774 F:      drivers/video/fbdev/i810/
5775
5776 INTEL MENLOW THERMAL DRIVER
5777 M:      Sujith Thomas <[email protected]>
5778 L:      [email protected]
5779 W:      https://01.org/linux-acpi
5780 S:      Supported
5781 F:      drivers/platform/x86/intel_menlow.c
5782
5783 INTEL I/OAT DMA DRIVER
5784 M:      Dave Jiang <[email protected]>
5785 R:      Dan Williams <[email protected]>
5786 L:      [email protected]
5787 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5788 S:      Supported
5789 F:      drivers/dma/ioat*
5790
5791 INTEL IOMMU (VT-d)
5792 M:      David Woodhouse <[email protected]>
5793 L:      [email protected]
5794 T:      git git://git.infradead.org/iommu-2.6.git
5795 S:      Supported
5796 F:      drivers/iommu/intel-iommu.c
5797 F:      include/linux/intel-iommu.h
5798
5799 INTEL IOP-ADMA DMA DRIVER
5800 R:      Dan Williams <[email protected]>
5801 S:      Odd fixes
5802 F:      drivers/dma/iop-adma.c
5803
5804 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5805 M:      Krzysztof Halasa <[email protected]>
5806 S:      Maintained
5807 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5808 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5809 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5810 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5811 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5812 F:      drivers/net/wan/ixp4xx_hss.c
5813
5814 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5815 M:      Deepak Saxena <[email protected]>
5816 S:      Maintained
5817 F:      drivers/char/hw_random/ixp4xx-rng.c
5818
5819 INTEL ETHERNET DRIVERS
5820 M:      Jeff Kirsher <[email protected]>
5821 L:      [email protected] (moderated for non-subscribers)
5822 W:      http://www.intel.com/support/feedback.htm
5823 W:      http://e1000.sourceforge.net/
5824 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5827 S:      Supported
5828 F:      Documentation/networking/e100.txt
5829 F:      Documentation/networking/e1000.txt
5830 F:      Documentation/networking/e1000e.txt
5831 F:      Documentation/networking/igb.txt
5832 F:      Documentation/networking/igbvf.txt
5833 F:      Documentation/networking/ixgb.txt
5834 F:      Documentation/networking/ixgbe.txt
5835 F:      Documentation/networking/ixgbevf.txt
5836 F:      Documentation/networking/i40e.txt
5837 F:      Documentation/networking/i40evf.txt
5838 F:      drivers/net/ethernet/intel/
5839 F:      drivers/net/ethernet/intel/*/
5840
5841 INTEL RDMA RNIC DRIVER
5842 M:     Faisal Latif <[email protected]>
5843 R:     Chien Tin Tung <[email protected]>
5844 R:     Mustafa Ismail <[email protected]>
5845 R:     Shiraz Saleem <[email protected]>
5846 R:     Tatyana Nikolova <[email protected]>
5847 L:     [email protected]
5848 S:     Supported
5849 F:     drivers/infiniband/hw/i40iw/
5850
5851 INTEL-MID GPIO DRIVER
5852 M:      David Cohen <[email protected]>
5853 L:      [email protected]
5854 S:      Maintained
5855 F:      drivers/gpio/gpio-intel-mid.c
5856
5857 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5858 M:      Stanislav Yakovlev <[email protected]>
5859 L:      [email protected]
5860 S:      Maintained
5861 F:      Documentation/networking/README.ipw2100
5862 F:      Documentation/networking/README.ipw2200
5863 F:      drivers/net/wireless/intel/ipw2x00/
5864
5865 INTEL(R) TRACE HUB
5866 M:      Alexander Shishkin <[email protected]>
5867 S:      Supported
5868 F:      Documentation/trace/intel_th.txt
5869 F:      drivers/hwtracing/intel_th/
5870
5871 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5872 M:      Ning Sun <[email protected]>
5873 L:      [email protected]
5874 W:      http://tboot.sourceforge.net
5875 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5876 S:      Supported
5877 F:      Documentation/intel_txt.txt
5878 F:      include/linux/tboot.h
5879 F:      arch/x86/kernel/tboot.c
5880
5881 INTEL WIRELESS WIMAX CONNECTION 2400
5882 M:      Inaky Perez-Gonzalez <[email protected]>
5883 M:      [email protected]
5884 L:      [email protected] (subscribers-only)
5885 S:      Supported
5886 W:      http://linuxwimax.org
5887 F:      Documentation/wimax/README.i2400m
5888 F:      drivers/net/wimax/i2400m/
5889 F:      include/uapi/linux/wimax/i2400m.h
5890
5891 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5892 M:      Stanislaw Gruszka <[email protected]>
5893 L:      [email protected]
5894 S:      Supported
5895 F:      drivers/net/wireless/intel/iwlegacy/
5896
5897 INTEL WIRELESS WIFI LINK (iwlwifi)
5898 M:      Johannes Berg <[email protected]>
5899 M:      Emmanuel Grumbach <[email protected]>
5900 M:      Intel Linux Wireless <[email protected]>
5901 L:      [email protected]
5902 W:      http://intellinuxwireless.org
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5904 S:      Supported
5905 F:      drivers/net/wireless/intel/iwlwifi/
5906
5907 INTEL MANAGEMENT ENGINE (mei)
5908 M:      Tomas Winkler <[email protected]>
5909 L:      [email protected]
5910 S:      Supported
5911 F:      include/uapi/linux/mei.h
5912 F:      include/linux/mei_cl_bus.h
5913 F:      drivers/misc/mei/*
5914 F:      drivers/watchdog/mei_wdt.c
5915 F:      Documentation/misc-devices/mei/*
5916
5917 INTEL MIC DRIVERS (mic)
5918 M:      Sudeep Dutt <[email protected]>
5919 M:      Ashutosh Dixit <[email protected]>
5920 S:      Supported
5921 W:      https://github.com/sudeepdutt/mic
5922 W:      http://software.intel.com/en-us/mic-developer
5923 F:      include/linux/mic_bus.h
5924 F:      include/linux/scif.h
5925 F:      include/uapi/linux/mic_common.h
5926 F:      include/uapi/linux/mic_ioctl.h
5927 F:      include/uapi/linux/scif_ioctl.h
5928 F:      drivers/misc/mic/
5929 F:      drivers/dma/mic_x100_dma.c
5930 F:      drivers/dma/mic_x100_dma.h
5931 F:      Documentation/mic/
5932
5933 INTEL PMC/P-Unit IPC DRIVER
5934 M:      Zha Qipeng<[email protected]>
5935 L:      [email protected]
5936 S:      Maintained
5937 F:      drivers/platform/x86/intel_pmc_ipc.c
5938 F:      drivers/platform/x86/intel_punit_ipc.c
5939 F:      arch/x86/include/asm/intel_pmc_ipc.h
5940 F:      arch/x86/include/asm/intel_punit_ipc.h
5941
5942 INTEL TELEMETRY DRIVER
5943 M:      Souvik Kumar Chakravarty <[email protected]>
5944 L:      [email protected]
5945 S:      Maintained
5946 F:      arch/x86/include/asm/intel_telemetry.h
5947 F:      drivers/platform/x86/intel_telemetry*
5948
5949 IOC3 ETHERNET DRIVER
5950 M:      Ralf Baechle <[email protected]>
5951 L:      [email protected]
5952 S:      Maintained
5953 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5954
5955 IOC3 SERIAL DRIVER
5956 M:      Pat Gefre <[email protected]>
5957 L:      [email protected]
5958 S:      Maintained
5959 F:      drivers/tty/serial/ioc3_serial.c
5960
5961 IOMMU DRIVERS
5962 M:      Joerg Roedel <[email protected]>
5963 L:      [email protected]
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5965 S:      Maintained
5966 F:      drivers/iommu/
5967
5968 IP MASQUERADING
5969 M:      Juanjo Ciarlante <[email protected]>
5970 S:      Maintained
5971 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5972
5973 IPMI SUBSYSTEM
5974 M:      Corey Minyard <[email protected]>
5975 L:      [email protected] (moderated for non-subscribers)
5976 W:      http://openipmi.sourceforge.net/
5977 S:      Supported
5978 F:      Documentation/IPMI.txt
5979 F:      drivers/char/ipmi/
5980 F:      include/linux/ipmi*
5981 F:      include/uapi/linux/ipmi*
5982
5983 QCOM AUDIO (ASoC) DRIVERS
5984 M:      Patrick Lai <[email protected]>
5985 M:      Banajit Goswami <[email protected]>
5986 L:      [email protected] (moderated for non-subscribers)
5987 S:      Supported
5988 F:      sound/soc/qcom/
5989
5990 IPS SCSI RAID DRIVER
5991 M:      Adaptec OEM Raid Solutions <[email protected]>
5992 L:      [email protected]
5993 W:      http://www.adaptec.com/
5994 S:      Maintained
5995 F:      drivers/scsi/ips*
5996
5997 IPVS
5998 M:      Wensong Zhang <[email protected]>
5999 M:      Simon Horman <[email protected]>
6000 M:      Julian Anastasov <[email protected]>
6001 L:      [email protected]
6002 L:      [email protected]
6003 S:      Maintained
6004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6006 F:      Documentation/networking/ipvs-sysctl.txt
6007 F:      include/net/ip_vs.h
6008 F:      include/uapi/linux/ip_vs.h
6009 F:      net/netfilter/ipvs/
6010
6011 IPWIRELESS DRIVER
6012 M:      Jiri Kosina <[email protected]>
6013 M:      David Sterba <[email protected]>
6014 S:      Odd Fixes
6015 F:      drivers/tty/ipwireless/
6016
6017 IPX NETWORK LAYER
6018 M:      Arnaldo Carvalho de Melo <[email protected]>
6019 L:      [email protected]
6020 S:      Maintained
6021 F:      include/net/ipx.h
6022 F:      include/uapi/linux/ipx.h
6023 F:      net/ipx/
6024
6025 IRDA SUBSYSTEM
6026 M:      Samuel Ortiz <[email protected]>
6027 L:      [email protected] (subscribers-only)
6028 L:      [email protected]
6029 W:      http://irda.sourceforge.net/
6030 S:      Maintained
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6032 F:      Documentation/networking/irda.txt
6033 F:      drivers/net/irda/
6034 F:      include/net/irda/
6035 F:      net/irda/
6036
6037 IRQ SUBSYSTEM
6038 M:      Thomas Gleixner <[email protected]>
6039 L:      [email protected]
6040 S:      Maintained
6041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6042 F:      kernel/irq/
6043
6044 IRQCHIP DRIVERS
6045 M:      Thomas Gleixner <[email protected]>
6046 M:      Jason Cooper <[email protected]>
6047 M:      Marc Zyngier <[email protected]>
6048 L:      [email protected]
6049 S:      Maintained
6050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6051 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6052 F:      Documentation/devicetree/bindings/interrupt-controller/
6053 F:      drivers/irqchip/
6054
6055 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6056 M:      Jiang Liu <[email protected]>
6057 M:      Marc Zyngier <[email protected]>
6058 S:      Maintained
6059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6060 F:      Documentation/IRQ-domain.txt
6061 F:      include/linux/irqdomain.h
6062 F:      kernel/irq/irqdomain.c
6063 F:      kernel/irq/msi.c
6064
6065 ISAPNP
6066 M:      Jaroslav Kysela <[email protected]>
6067 S:      Maintained
6068 F:      Documentation/isapnp.txt
6069 F:      drivers/pnp/isapnp/
6070 F:      include/linux/isapnp.h
6071
6072 ISA RADIO MODULE
6073 M:      Hans Verkuil <[email protected]>
6074 L:      [email protected]
6075 T:      git git://linuxtv.org/media_tree.git
6076 W:      https://linuxtv.org
6077 S:      Maintained
6078 F:      drivers/media/radio/radio-isa*
6079
6080 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6081 M:      Peter Jones <[email protected]>
6082 M:      Konrad Rzeszutek Wilk <[email protected]>
6083 S:      Maintained
6084 F:      drivers/firmware/iscsi_ibft*
6085
6086 ISCSI
6087 M:      Mike Christie <[email protected]>
6088 L:      [email protected]
6089 W:      www.open-iscsi.org
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6091 S:      Maintained
6092 F:      drivers/scsi/*iscsi*
6093 F:      include/scsi/*iscsi*
6094
6095 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6096 M:      Or Gerlitz <[email protected]>
6097 M:      Sagi Grimberg <[email protected]>
6098 M:      Roi Dayan <[email protected]>
6099 L:      [email protected]
6100 S:      Supported
6101 W:      http://www.openfabrics.org
6102 W:      www.open-iscsi.org
6103 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6104 F:      drivers/infiniband/ulp/iser/
6105
6106 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6107 M:      Sagi Grimberg <[email protected]>
6108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6109 L:      [email protected]
6110 L:      [email protected]
6111 S:      Supported
6112 W:      http://www.linux-iscsi.org
6113 F:      drivers/infiniband/ulp/isert
6114
6115 ISDN SUBSYSTEM
6116 M:      Karsten Keil <[email protected]>
6117 L:      [email protected] (subscribers-only)
6118 L:      [email protected]
6119 W:      http://www.isdn4linux.de
6120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6121 S:      Maintained
6122 F:      Documentation/isdn/
6123 F:      drivers/isdn/
6124 F:      include/linux/isdn.h
6125 F:      include/linux/isdn/
6126 F:      include/uapi/linux/isdn.h
6127 F:      include/uapi/linux/isdn/
6128
6129 ISDN SUBSYSTEM (Eicon active card driver)
6130 M:      Armin Schindler <[email protected]>
6131 L:      [email protected] (subscribers-only)
6132 W:      http://www.melware.de
6133 S:      Maintained
6134 F:      drivers/isdn/hardware/eicon/
6135
6136 IT87 HARDWARE MONITORING DRIVER
6137 M:      Jean Delvare <[email protected]>
6138 L:      [email protected]
6139 S:      Maintained
6140 F:      Documentation/hwmon/it87
6141 F:      drivers/hwmon/it87.c
6142
6143 IT913X MEDIA DRIVER
6144 M:      Antti Palosaari <[email protected]>
6145 L:      [email protected]
6146 W:      https://linuxtv.org
6147 W:      http://palosaari.fi/linux/
6148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6149 T:      git git://linuxtv.org/anttip/media_tree.git
6150 S:      Maintained
6151 F:      drivers/media/tuners/it913x*
6152
6153 IVTV VIDEO4LINUX DRIVER
6154 M:      Andy Walls <[email protected]>
6155 L:      [email protected] (subscribers-only)
6156 L:      [email protected]
6157 T:      git git://linuxtv.org/media_tree.git
6158 W:      http://www.ivtvdriver.org
6159 S:      Maintained
6160 F:      Documentation/video4linux/*.ivtv
6161 F:      drivers/media/pci/ivtv/
6162 F:      include/uapi/linux/ivtv*
6163
6164 IX2505V MEDIA DRIVER
6165 M:      Malcolm Priestley <[email protected]>
6166 L:      [email protected]
6167 W:      https://linuxtv.org
6168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6169 S:      Maintained
6170 F:      drivers/media/dvb-frontends/ix2505v*
6171
6172 JC42.4 TEMPERATURE SENSOR DRIVER
6173 M:      Guenter Roeck <[email protected]>
6174 L:      [email protected]
6175 S:      Maintained
6176 F:      drivers/hwmon/jc42.c
6177 F:      Documentation/hwmon/jc42
6178
6179 JFS FILESYSTEM
6180 M:      Dave Kleikamp <[email protected]>
6181 L:      [email protected]
6182 W:      http://jfs.sourceforge.net/
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6184 S:      Maintained
6185 F:      Documentation/filesystems/jfs.txt
6186 F:      fs/jfs/
6187
6188 JME NETWORK DRIVER
6189 M:      Guo-Fu Tseng <[email protected]>
6190 L:      [email protected]
6191 S:      Maintained
6192 F:      drivers/net/ethernet/jme.*
6193
6194 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6195 M:      David Woodhouse <[email protected]>
6196 L:      [email protected]
6197 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6198 S:      Maintained
6199 F:      fs/jffs2/
6200 F:      include/uapi/linux/jffs2.h
6201
6202 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6203 M:      "Theodore Ts'o" <[email protected]>
6204 M:      Jan Kara <[email protected]>
6205 L:      [email protected]
6206 S:      Maintained
6207 F:      fs/jbd2/
6208 F:      include/linux/jbd2.h
6209
6210 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6211 M:      Mikhail Ulyanov <[email protected]>
6212 L:      [email protected]
6213 S:      Maintained
6214 F:      drivers/media/platform/rcar_jpu.c
6215
6216 JSM Neo PCI based serial card
6217 M:      Gabriel Krisman Bertazi <[email protected]>
6218 L:      [email protected]
6219 S:      Maintained
6220 F:      drivers/tty/serial/jsm/
6221
6222 K10TEMP HARDWARE MONITORING DRIVER
6223 M:      Clemens Ladisch <[email protected]>
6224 L:      [email protected]
6225 S:      Maintained
6226 F:      Documentation/hwmon/k10temp
6227 F:      drivers/hwmon/k10temp.c
6228
6229 K8TEMP HARDWARE MONITORING DRIVER
6230 M:      Rudolf Marek <[email protected]>
6231 L:      [email protected]
6232 S:      Maintained
6233 F:      Documentation/hwmon/k8temp
6234 F:      drivers/hwmon/k8temp.c
6235
6236 KASAN
6237 M:      Andrey Ryabinin <[email protected]>
6238 R:      Alexander Potapenko <[email protected]>
6239 R:      Dmitry Vyukov <[email protected]>
6240 L:      [email protected]
6241 S:      Maintained
6242 F:      arch/*/include/asm/kasan.h
6243 F:      arch/*/mm/kasan_init*
6244 F:      Documentation/kasan.txt
6245 F:      include/linux/kasan*.h
6246 F:      lib/test_kasan.c
6247 F:      mm/kasan/
6248 F:      scripts/Makefile.kasan
6249
6250 KCONFIG
6251 M:      "Yann E. MORIN" <[email protected]>
6252 L:      [email protected]
6253 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6254 S:      Maintained
6255 F:      Documentation/kbuild/kconfig-language.txt
6256 F:      scripts/kconfig/
6257
6258 KDUMP
6259 M:      Vivek Goyal <[email protected]>
6260 M:      Haren Myneni <[email protected]>
6261 L:      [email protected]
6262 W:      http://lse.sourceforge.net/kdump/
6263 S:      Maintained
6264 F:      Documentation/kdump/
6265
6266 KEENE FM RADIO TRANSMITTER DRIVER
6267 M:      Hans Verkuil <[email protected]>
6268 L:      [email protected]
6269 T:      git git://linuxtv.org/media_tree.git
6270 W:      https://linuxtv.org
6271 S:      Maintained
6272 F:      drivers/media/radio/radio-keene*
6273
6274 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6275 M:      Ian Kent <[email protected]>
6276 L:      [email protected]
6277 S:      Maintained
6278 F:      fs/autofs4/
6279
6280 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6281 M:      Michal Marek <[email protected]>
6282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6284 L:      [email protected]
6285 S:      Maintained
6286 F:      Documentation/kbuild/
6287 F:      Makefile
6288 F:      scripts/Makefile.*
6289 F:      scripts/basic/
6290 F:      scripts/mk*
6291 F:      scripts/package/
6292
6293 KERNEL JANITORS
6294 L:      [email protected]
6295 W:      http://kernelnewbies.org/KernelJanitors
6296 S:      Odd Fixes
6297
6298 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6299 M:      "J. Bruce Fields" <[email protected]>
6300 M:      Jeff Layton <[email protected]>
6301 L:      [email protected]
6302 W:      http://nfs.sourceforge.net/
6303 T:      git git://linux-nfs.org/~bfields/linux.git
6304 S:      Supported
6305 F:      fs/nfsd/
6306 F:      include/uapi/linux/nfsd/
6307 F:      fs/lockd/
6308 F:      fs/nfs_common/
6309 F:      net/sunrpc/
6310 F:      include/linux/lockd/
6311 F:      include/linux/sunrpc/
6312 F:      include/uapi/linux/sunrpc/
6313
6314 KERNEL SELFTEST FRAMEWORK
6315 M:      Shuah Khan <[email protected]>
6316 L:      [email protected]
6317 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6318 S:      Maintained
6319 F:      tools/testing/selftests
6320
6321 KERNEL VIRTUAL MACHINE (KVM)
6322 M:      Paolo Bonzini <[email protected]>
6323 M:      Radim Krčmář <[email protected]>
6324 L:      [email protected]
6325 W:      http://www.linux-kvm.org
6326 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6327 S:      Supported
6328 F:      Documentation/*/kvm*.txt
6329 F:      Documentation/virtual/kvm/
6330 F:      arch/*/kvm/
6331 F:      arch/x86/kernel/kvm.c
6332 F:      arch/x86/kernel/kvmclock.c
6333 F:      arch/*/include/asm/kvm*
6334 F:      include/linux/kvm*
6335 F:      include/uapi/linux/kvm*
6336 F:      virt/kvm/
6337
6338 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6339 M:      Joerg Roedel <[email protected]>
6340 L:      [email protected]
6341 W:      http://www.linux-kvm.org/
6342 S:      Maintained
6343 F:      arch/x86/include/asm/svm.h
6344 F:      arch/x86/kvm/svm.c
6345
6346 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6347 M:      Alexander Graf <[email protected]>
6348 L:      [email protected]
6349 W:      http://www.linux-kvm.org/
6350 T:      git git://github.com/agraf/linux-2.6.git
6351 S:      Supported
6352 F:      arch/powerpc/include/asm/kvm*
6353 F:      arch/powerpc/kvm/
6354
6355 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6356 M:      Christian Borntraeger <[email protected]>
6357 M:      Cornelia Huck <[email protected]>
6358 L:      [email protected]
6359 W:      http://www.ibm.com/developerworks/linux/linux390/
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6361 S:      Supported
6362 F:      Documentation/s390/kvm.txt
6363 F:      arch/s390/include/asm/kvm*
6364 F:      arch/s390/kvm/
6365
6366 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6367 M:      Christoffer Dall <[email protected]>
6368 M:      Marc Zyngier <[email protected]>
6369 L:      [email protected] (moderated for non-subscribers)
6370 L:      [email protected]
6371 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6373 S:      Supported
6374 F:      arch/arm/include/uapi/asm/kvm*
6375 F:      arch/arm/include/asm/kvm*
6376 F:      arch/arm/kvm/
6377 F:      virt/kvm/arm/
6378 F:      include/kvm/arm_*
6379
6380 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6381 M:      Christoffer Dall <[email protected]>
6382 M:      Marc Zyngier <[email protected]>
6383 L:      [email protected] (moderated for non-subscribers)
6384 L:      [email protected]
6385 S:      Maintained
6386 F:      arch/arm64/include/uapi/asm/kvm*
6387 F:      arch/arm64/include/asm/kvm*
6388 F:      arch/arm64/kvm/
6389
6390 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6391 M:      James Hogan <[email protected]>
6392 L:      [email protected]
6393 S:      Supported
6394 F:      arch/mips/include/uapi/asm/kvm*
6395 F:      arch/mips/include/asm/kvm*
6396 F:      arch/mips/kvm/
6397
6398 KEXEC
6399 M:      Eric Biederman <[email protected]>
6400 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6401 L:      [email protected]
6402 S:      Maintained
6403 F:      include/linux/kexec.h
6404 F:      include/uapi/linux/kexec.h
6405 F:      kernel/kexec.c
6406
6407 KEYS/KEYRINGS:
6408 M:      David Howells <[email protected]>
6409 L:      [email protected]
6410 S:      Maintained
6411 F:      Documentation/security/keys.txt
6412 F:      include/linux/key.h
6413 F:      include/linux/key-type.h
6414 F:      include/keys/
6415 F:      security/keys/
6416
6417 KEYS-TRUSTED
6418 M:      David Safford <[email protected]>
6419 M:      Mimi Zohar <[email protected]>
6420 L:      [email protected]
6421 L:      [email protected]
6422 S:      Supported
6423 F:      Documentation/security/keys-trusted-encrypted.txt
6424 F:      include/keys/trusted-type.h
6425 F:      security/keys/trusted.c
6426 F:      security/keys/trusted.h
6427
6428 KEYS-ENCRYPTED
6429 M:      Mimi Zohar <[email protected]>
6430 M:      David Safford <[email protected]>
6431 L:      [email protected]
6432 L:      [email protected]
6433 S:      Supported
6434 F:      Documentation/security/keys-trusted-encrypted.txt
6435 F:      include/keys/encrypted-type.h
6436 F:      security/keys/encrypted-keys/
6437
6438 KGDB / KDB /debug_core
6439 M:      Jason Wessel <[email protected]>
6440 W:      http://kgdb.wiki.kernel.org/
6441 L:      [email protected]
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6443 S:      Maintained
6444 F:      Documentation/DocBook/kgdb.tmpl
6445 F:      drivers/misc/kgdbts.c
6446 F:      drivers/tty/serial/kgdboc.c
6447 F:      include/linux/kdb.h
6448 F:      include/linux/kgdb.h
6449 F:      kernel/debug/
6450
6451 KMEMCHECK
6452 M:      Vegard Nossum <[email protected]>
6453 M:      Pekka Enberg <[email protected]>
6454 S:      Maintained
6455 F:      Documentation/kmemcheck.txt
6456 F:      arch/x86/include/asm/kmemcheck.h
6457 F:      arch/x86/mm/kmemcheck/
6458 F:      include/linux/kmemcheck.h
6459 F:      mm/kmemcheck.c
6460
6461 KMEMLEAK
6462 M:      Catalin Marinas <[email protected]>
6463 S:      Maintained
6464 F:      Documentation/kmemleak.txt
6465 F:      include/linux/kmemleak.h
6466 F:      mm/kmemleak.c
6467 F:      mm/kmemleak-test.c
6468
6469 KPROBES
6470 M:      Ananth N Mavinakayanahalli <[email protected]>
6471 M:      Anil S Keshavamurthy <[email protected]>
6472 M:      "David S. Miller" <[email protected]>
6473 M:      Masami Hiramatsu <[email protected]>
6474 S:      Maintained
6475 F:      Documentation/kprobes.txt
6476 F:      include/linux/kprobes.h
6477 F:      kernel/kprobes.c
6478
6479 KS0108 LCD CONTROLLER DRIVER
6480 M:      Miguel Ojeda Sandonis <[email protected]>
6481 W:      http://miguelojeda.es/auxdisplay.htm
6482 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6483 S:      Maintained
6484 F:      Documentation/auxdisplay/ks0108
6485 F:      drivers/auxdisplay/ks0108.c
6486 F:      include/linux/ks0108.h
6487
6488 L3MDEV
6489 M:      David Ahern <[email protected]>
6490 L:      [email protected]
6491 S:      Maintained
6492 F:      net/l3mdev
6493 F:      include/net/l3mdev.h
6494
6495 LANTIQ MIPS ARCHITECTURE
6496 M:      John Crispin <[email protected]>
6497 L:      [email protected]
6498 S:      Maintained
6499 F:      arch/mips/lantiq
6500
6501 LAPB module
6502 L:      [email protected]
6503 S:      Orphan
6504 F:      Documentation/networking/lapb-module.txt
6505 F:      include/*/lapb.h
6506 F:      net/lapb/
6507
6508 LASI 53c700 driver for PARISC
6509 M:      "James E.J. Bottomley" <[email protected]>
6510 L:      [email protected]
6511 S:      Maintained
6512 F:      Documentation/scsi/53c700.txt
6513 F:      drivers/scsi/53c700*
6514
6515 LED SUBSYSTEM
6516 M:      Richard Purdie <[email protected]>
6517 M:      Jacek Anaszewski <[email protected]>
6518 L:      [email protected]
6519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6520 S:      Maintained
6521 F:      drivers/leds/
6522 F:      include/linux/leds.h
6523
6524 LEGACY EEPROM DRIVER
6525 M:      Jean Delvare <[email protected]>
6526 S:      Maintained
6527 F:      Documentation/misc-devices/eeprom
6528 F:      drivers/misc/eeprom/eeprom.c
6529
6530 LEGO USB Tower driver
6531 M:      Juergen Stuber <[email protected]>
6532 L:      [email protected]
6533 W:      http://legousb.sourceforge.net/
6534 S:      Maintained
6535 F:      drivers/usb/misc/legousbtower.c
6536
6537 LG2160 MEDIA DRIVER
6538 M:      Michael Krufky <[email protected]>
6539 L:      [email protected]
6540 W:      https://linuxtv.org
6541 W:      http://github.com/mkrufky
6542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6543 T:      git git://linuxtv.org/mkrufky/tuners.git
6544 S:      Maintained
6545 F:      drivers/media/dvb-frontends/lg2160.*
6546
6547 LGDT3305 MEDIA DRIVER
6548 M:      Michael Krufky <[email protected]>
6549 L:      [email protected]
6550 W:      https://linuxtv.org
6551 W:      http://github.com/mkrufky
6552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6553 T:      git git://linuxtv.org/mkrufky/tuners.git
6554 S:      Maintained
6555 F:      drivers/media/dvb-frontends/lgdt3305.*
6556
6557 LGUEST
6558 M:      Rusty Russell <[email protected]>
6559 L:      [email protected]
6560 W:      http://lguest.ozlabs.org/
6561 S:      Odd Fixes
6562 F:      arch/x86/include/asm/lguest*.h
6563 F:      arch/x86/lguest/
6564 F:      drivers/lguest/
6565 F:      include/linux/lguest*.h
6566 F:      tools/lguest/
6567
6568 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6569 M:      Tejun Heo <[email protected]>
6570 L:      [email protected]
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6572 S:      Maintained
6573 F:      drivers/ata/
6574 F:      include/linux/ata.h
6575 F:      include/linux/libata.h
6576
6577 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6578 M:      Viresh Kumar <[email protected]>
6579 L:      [email protected]
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6581 S:      Maintained
6582 F:      include/linux/pata_arasan_cf_data.h
6583 F:      drivers/ata/pata_arasan_cf.c
6584
6585 LIBATA PATA DRIVERS
6586 M:      Bartlomiej Zolnierkiewicz <[email protected]>
6587 M:      Tejun Heo <[email protected]>
6588 L:      [email protected]
6589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6590 S:      Maintained
6591 F:      drivers/ata/pata_*.c
6592 F:      drivers/ata/ata_generic.c
6593
6594 LIBATA SATA AHCI PLATFORM devices support
6595 M:      Hans de Goede <[email protected]>
6596 M:      Tejun Heo <[email protected]>
6597 L:      [email protected]
6598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6599 S:      Maintained
6600 F:      drivers/ata/ahci_platform.c
6601 F:      drivers/ata/libahci_platform.c
6602 F:      include/linux/ahci_platform.h
6603
6604 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6605 M:      Mikael Pettersson <[email protected]>
6606 L:      [email protected]
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6608 S:      Maintained
6609 F:      drivers/ata/sata_promise.*
6610
6611 LIBLOCKDEP
6612 M:      Sasha Levin <[email protected]>
6613 S:      Maintained
6614 F:      tools/lib/lockdep/
6615
6616 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6617 M:      Dan Williams <[email protected]>
6618 L:      [email protected]
6619 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6621 S:      Supported
6622 F:      drivers/nvdimm/*
6623 F:      include/linux/nd.h
6624 F:      include/linux/libnvdimm.h
6625 F:      include/uapi/linux/ndctl.h
6626
6627 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6628 M:      Ross Zwisler <[email protected]>
6629 L:      [email protected]
6630 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6631 S:      Supported
6632 F:      drivers/nvdimm/blk.c
6633 F:      drivers/nvdimm/region_devs.c
6634 F:      drivers/acpi/nfit*
6635
6636 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6637 M:      Vishal Verma <[email protected]>
6638 L:      [email protected]
6639 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6640 S:      Supported
6641 F:      drivers/nvdimm/btt*
6642
6643 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6644 M:      Ross Zwisler <[email protected]>
6645 L:      [email protected]
6646 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6647 S:      Supported
6648 F:      drivers/nvdimm/pmem.c
6649 F:      include/linux/pmem.h
6650 F:      arch/*/include/asm/pmem.h
6651
6652 LIGHTNVM PLATFORM SUPPORT
6653 M:      Matias Bjorling <[email protected]>
6654 W:      http://github/OpenChannelSSD
6655 L:      [email protected]
6656 S:      Maintained
6657 F:      drivers/lightnvm/
6658 F:      include/linux/lightnvm.h
6659 F:      include/uapi/linux/lightnvm.h
6660
6661 LINUX FOR IBM pSERIES (RS/6000)
6662 M:      Paul Mackerras <[email protected]>
6663 W:      http://www.ibm.com/linux/ltc/projects/ppc
6664 S:      Supported
6665 F:      arch/powerpc/boot/rs6000.h
6666
6667 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6668 M:      Benjamin Herrenschmidt <[email protected]>
6669 M:      Paul Mackerras <[email protected]>
6670 M:      Michael Ellerman <[email protected]>
6671 W:      http://www.penguinppc.org/
6672 L:      [email protected]
6673 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6675 S:      Supported
6676 F:      Documentation/powerpc/
6677 F:      arch/powerpc/
6678 F:      drivers/char/tpm/tpm_ibmvtpm*
6679 F:      drivers/crypto/nx/
6680 F:      drivers/crypto/vmx/
6681 F:      drivers/net/ethernet/ibm/ibmveth.*
6682 F:      drivers/net/ethernet/ibm/ibmvnic.*
6683 F:      drivers/pci/hotplug/rpa*
6684 F:      drivers/scsi/ibmvscsi/
6685 N:      opal
6686 N:      /pmac
6687 N:      powermac
6688 N:      powernv
6689 N:      [^a-z0-9]ps3
6690 N:      pseries
6691
6692 LINUX FOR POWER MACINTOSH
6693 M:      Benjamin Herrenschmidt <[email protected]>
6694 W:      http://www.penguinppc.org/
6695 L:      [email protected]
6696 S:      Maintained
6697 F:      arch/powerpc/platforms/powermac/
6698 F:      drivers/macintosh/
6699
6700 LINUX FOR POWERPC EMBEDDED MPC5XXX
6701 M:      Anatolij Gustschin <[email protected]>
6702 L:      [email protected]
6703 T:      git git://git.denx.de/linux-denx-agust.git
6704 S:      Maintained
6705 F:      arch/powerpc/platforms/512x/
6706 F:      arch/powerpc/platforms/52xx/
6707
6708 LINUX FOR POWERPC EMBEDDED PPC4XX
6709 M:      Alistair Popple <[email protected]>
6710 M:      Matt Porter <[email protected]>
6711 W:      http://www.penguinppc.org/
6712 L:      [email protected]
6713 S:      Maintained
6714 F:      arch/powerpc/platforms/40x/
6715 F:      arch/powerpc/platforms/44x/
6716
6717 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6718 L:      [email protected]
6719 S:      Orphan
6720 F:      arch/powerpc/*/*virtex*
6721 F:      arch/powerpc/*/*/*virtex*
6722
6723 LINUX FOR POWERPC EMBEDDED PPC8XX
6724 M:      Vitaly Bordug <[email protected]>
6725 W:      http://www.penguinppc.org/
6726 L:      [email protected]
6727 S:      Maintained
6728 F:      arch/powerpc/platforms/8xx/
6729
6730 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6731 M:      Scott Wood <[email protected]>
6732 M:      Kumar Gala <[email protected]>
6733 W:      http://www.penguinppc.org/
6734 L:      [email protected]
6735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6736 S:      Maintained
6737 F:      arch/powerpc/platforms/83xx/
6738 F:      arch/powerpc/platforms/85xx/
6739
6740 LINUX FOR POWERPC PA SEMI PWRFICIENT
6741 M:      Olof Johansson <[email protected]>
6742 L:      [email protected]
6743 S:      Maintained
6744 F:      arch/powerpc/platforms/pasemi/
6745 F:      drivers/*/*pasemi*
6746 F:      drivers/*/*/*pasemi*
6747
6748 LINUX SECURITY MODULE (LSM) FRAMEWORK
6749 M:      Chris Wright <[email protected]>
6750 L:      [email protected]
6751 S:      Supported
6752
6753 LIS3LV02D ACCELEROMETER DRIVER
6754 M:      Eric Piel <[email protected]>
6755 S:      Maintained
6756 F:      Documentation/misc-devices/lis3lv02d
6757 F:      drivers/misc/lis3lv02d/
6758 F:      drivers/platform/x86/hp_accel.c
6759
6760 LIVE PATCHING
6761 M:      Josh Poimboeuf <[email protected]>
6762 M:      Jessica Yu <[email protected]>
6763 M:      Jiri Kosina <[email protected]>
6764 M:      Miroslav Benes <[email protected]>
6765 R:      Petr Mladek <[email protected]>
6766 S:      Maintained
6767 F:      kernel/livepatch/
6768 F:      include/linux/livepatch.h
6769 F:      arch/x86/include/asm/livepatch.h
6770 F:      arch/x86/kernel/livepatch.c
6771 F:      Documentation/livepatch/
6772 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6773 F:      samples/livepatch/
6774 L:      [email protected]
6775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6776
6777 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6778 M:      Kees Cook <[email protected]>
6779 S:      Maintained
6780 F:      drivers/misc/lkdtm.c
6781
6782 LLC (802.2)
6783 M:      Arnaldo Carvalho de Melo <[email protected]>
6784 S:      Maintained
6785 F:      include/linux/llc.h
6786 F:      include/uapi/linux/llc.h
6787 F:      include/net/llc*
6788 F:      net/llc/
6789
6790 LM73 HARDWARE MONITOR DRIVER
6791 M:      Guillaume Ligneul <[email protected]>
6792 L:      [email protected]
6793 S:      Maintained
6794 F:      drivers/hwmon/lm73.c
6795
6796 LM78 HARDWARE MONITOR DRIVER
6797 M:      Jean Delvare <[email protected]>
6798 L:      [email protected]
6799 S:      Maintained
6800 F:      Documentation/hwmon/lm78
6801 F:      drivers/hwmon/lm78.c
6802
6803 LM83 HARDWARE MONITOR DRIVER
6804 M:      Jean Delvare <[email protected]>
6805 L:      [email protected]
6806 S:      Maintained
6807 F:      Documentation/hwmon/lm83
6808 F:      drivers/hwmon/lm83.c
6809
6810 LM90 HARDWARE MONITOR DRIVER
6811 M:      Jean Delvare <[email protected]>
6812 L:      [email protected]
6813 S:      Maintained
6814 F:      Documentation/hwmon/lm90
6815 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6816 F:      drivers/hwmon/lm90.c
6817
6818 LM95234 HARDWARE MONITOR DRIVER
6819 M:      Guenter Roeck <[email protected]>
6820 L:      [email protected]
6821 S:      Maintained
6822 F:      Documentation/hwmon/lm95234
6823 F:      drivers/hwmon/lm95234.c
6824
6825 LME2510 MEDIA DRIVER
6826 M:      Malcolm Priestley <[email protected]>
6827 L:      [email protected]
6828 W:      https://linuxtv.org
6829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6830 S:      Maintained
6831 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6832
6833 LOCKDEP AND LOCKSTAT
6834 M:      Peter Zijlstra <[email protected]>
6835 M:      Ingo Molnar <[email protected]>
6836 L:      [email protected]
6837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6838 S:      Maintained
6839 F:      Documentation/locking/lockdep*.txt
6840 F:      Documentation/locking/lockstat.txt
6841 F:      include/linux/lockdep.h
6842 F:      kernel/locking/
6843
6844 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6845 M:      "Richard Russon (FlatCap)" <[email protected]>
6846 L:      [email protected]
6847 W:      http://www.linux-ntfs.org/content/view/19/37/
6848 S:      Maintained
6849 F:      Documentation/ldm.txt
6850 F:      block/partitions/ldm.*
6851
6852 LogFS
6853 M:      Joern Engel <[email protected]>
6854 M:      Prasad Joshi <[email protected]>
6855 L:      [email protected]
6856 W:      logfs.org
6857 S:      Maintained
6858 F:      fs/logfs/
6859
6860 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6861 M:      Sathya Prakash <[email protected]>
6862 M:      Chaitra P B <[email protected]>
6863 M:      Suganath Prabu Subramani <[email protected]>
6864 L:      [email protected]
6865 L:      [email protected]
6866 W:      http://www.avagotech.com/support/
6867 S:      Supported
6868 F:      drivers/message/fusion/
6869 F:      drivers/scsi/mpt2sas/
6870 F:      drivers/scsi/mpt3sas/
6871
6872 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6873 M:      Matthew Wilcox <[email protected]>
6874 L:      [email protected]
6875 S:      Maintained
6876 F:      drivers/scsi/sym53c8xx_2/
6877
6878 LTC4261 HARDWARE MONITOR DRIVER
6879 M:      Guenter Roeck <[email protected]>
6880 L:      [email protected]
6881 S:      Maintained
6882 F:      Documentation/hwmon/ltc4261
6883 F:      drivers/hwmon/ltc4261.c
6884
6885 LTP (Linux Test Project)
6886 M:      Mike Frysinger <[email protected]>
6887 M:      Cyril Hrubis <[email protected]>
6888 M:      Wanlong Gao <[email protected]>
6889 M:      Jan Stancek <[email protected]>
6890 M:      Stanislav Kholmanskikh <[email protected]>
6891 M:      Alexey Kodanev <[email protected]>
6892 L:      [email protected] (subscribers-only)
6893 W:      http://linux-test-project.github.io/
6894 T:      git git://github.com/linux-test-project/ltp.git
6895 S:      Maintained
6896
6897 M32R ARCHITECTURE
6898 W:      http://www.linux-m32r.org/
6899 S:      Orphan
6900 F:      arch/m32r/
6901
6902 M68K ARCHITECTURE
6903 M:      Geert Uytterhoeven <[email protected]>
6904 L:      [email protected]
6905 W:      http://www.linux-m68k.org/
6906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6907 S:      Maintained
6908 F:      arch/m68k/
6909 F:      drivers/zorro/
6910
6911 M68K ON APPLE MACINTOSH
6912 M:      Joshua Thompson <[email protected]>
6913 W:      http://www.mac.linux-m68k.org/
6914 L:      [email protected]
6915 S:      Maintained
6916 F:      arch/m68k/mac/
6917
6918 M68K ON HP9000/300
6919 M:      Philip Blundell <[email protected]>
6920 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6921 S:      Maintained
6922 F:      arch/m68k/hp300/
6923
6924 M88DS3103 MEDIA DRIVER
6925 M:      Antti Palosaari <[email protected]>
6926 L:      [email protected]
6927 W:      https://linuxtv.org
6928 W:      http://palosaari.fi/linux/
6929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6930 T:      git git://linuxtv.org/anttip/media_tree.git
6931 S:      Maintained
6932 F:      drivers/media/dvb-frontends/m88ds3103*
6933
6934 M88RS2000 MEDIA DRIVER
6935 M:      Malcolm Priestley <[email protected]>
6936 L:      [email protected]
6937 W:      https://linuxtv.org
6938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6939 S:      Maintained
6940 F:      drivers/media/dvb-frontends/m88rs2000*
6941
6942 MA901 MASTERKIT USB FM RADIO DRIVER
6943 M:      Alexey Klimov <[email protected]>
6944 L:      [email protected]
6945 T:      git git://linuxtv.org/media_tree.git
6946 S:      Maintained
6947 F:      drivers/media/radio/radio-ma901.c
6948
6949 MAC80211
6950 M:      Johannes Berg <[email protected]>
6951 L:      [email protected]
6952 W:      http://wireless.kernel.org/
6953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6955 S:      Maintained
6956 F:      Documentation/networking/mac80211-injection.txt
6957 F:      include/net/mac80211.h
6958 F:      net/mac80211/
6959 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6960
6961 MACVLAN DRIVER
6962 M:      Patrick McHardy <[email protected]>
6963 L:      [email protected]
6964 S:      Maintained
6965 F:      drivers/net/macvlan.c
6966 F:      include/linux/if_macvlan.h
6967
6968 MAILBOX API
6969 M:      Jassi Brar <[email protected]>
6970 L:      [email protected]
6971 S:      Maintained
6972 F:      drivers/mailbox/
6973 F:      include/linux/mailbox_client.h
6974 F:      include/linux/mailbox_controller.h
6975
6976 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6977 M:      Michael Kerrisk <[email protected]>
6978 W:      http://www.kernel.org/doc/man-pages
6979 L:      [email protected]
6980 S:      Maintained
6981
6982 MARVELL ARMADA DRM SUPPORT
6983 M:      Russell King <[email protected]>
6984 S:      Maintained
6985 F:      drivers/gpu/drm/armada/
6986
6987 MARVELL 88E6352 DSA support
6988 M:      Guenter Roeck <[email protected]>
6989 S:      Maintained
6990 F:      drivers/net/dsa/mv88e6352.c
6991
6992 MARVELL CRYPTO DRIVER
6993 M:      Boris Brezillon <[email protected]>
6994 M:      Arnaud Ebalard <[email protected]>
6995 F:      drivers/crypto/marvell/
6996 S:      Maintained
6997 L:      [email protected]
6998
6999 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7000 M:      Mirko Lindner <[email protected]>
7001 M:      Stephen Hemminger <[email protected]>
7002 L:      [email protected]
7003 S:      Maintained
7004 F:      drivers/net/ethernet/marvell/sk*
7005
7006 MARVELL LIBERTAS WIRELESS DRIVER
7007 L:      [email protected]
7008 S:      Orphan
7009 F:      drivers/net/wireless/marvell/libertas/
7010
7011 MARVELL MV643XX ETHERNET DRIVER
7012 M:      Sebastian Hesselbarth <[email protected]>
7013 L:      [email protected]
7014 S:      Maintained
7015 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7016 F:      include/linux/mv643xx.h
7017
7018 MARVELL MVNETA ETHERNET DRIVER
7019 M:      Thomas Petazzoni <[email protected]>
7020 L:      [email protected]
7021 S:      Maintained
7022 F:      drivers/net/ethernet/marvell/mvneta.*
7023
7024 MARVELL MWIFIEX WIRELESS DRIVER
7025 M:      Amitkumar Karwar <[email protected]>
7026 M:      Nishant Sarmukadam <[email protected]>
7027 L:      [email protected]
7028 S:      Maintained
7029 F:      drivers/net/wireless/marvell/mwifiex/
7030
7031 MARVELL MWL8K WIRELESS DRIVER
7032 M:      Lennert Buytenhek <[email protected]>
7033 L:      [email protected]
7034 S:      Odd Fixes
7035 F:      drivers/net/wireless/marvell/mwl8k.c
7036
7037 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7038 M:      Nicolas Pitre <[email protected]>
7039 S:      Odd Fixes
7040 F:      drivers/mmc/host/mvsdio.*
7041
7042 MATROX FRAMEBUFFER DRIVER
7043 L:      [email protected]
7044 S:      Orphan
7045 F:      drivers/video/fbdev/matrox/matroxfb_*
7046 F:      include/uapi/linux/matroxfb.h
7047
7048 MAX16065 HARDWARE MONITOR DRIVER
7049 M:      Guenter Roeck <[email protected]>
7050 L:      [email protected]
7051 S:      Maintained
7052 F:      Documentation/hwmon/max16065
7053 F:      drivers/hwmon/max16065.c
7054
7055 MAX20751 HARDWARE MONITOR DRIVER
7056 M:      Guenter Roeck <[email protected]>
7057 L:      [email protected]
7058 S:      Maintained
7059 F:      Documentation/hwmon/max20751
7060 F:      drivers/hwmon/max20751.c
7061
7062 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7063 M:      "Hans J. Koch" <[email protected]>
7064 L:      [email protected]
7065 S:      Maintained
7066 F:      Documentation/hwmon/max6650
7067 F:      drivers/hwmon/max6650.c
7068
7069 MAX6697 HARDWARE MONITOR DRIVER
7070 M:      Guenter Roeck <[email protected]>
7071 L:      [email protected]
7072 S:      Maintained
7073 F:      Documentation/hwmon/max6697
7074 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7075 F:      drivers/hwmon/max6697.c
7076 F:      include/linux/platform_data/max6697.h
7077
7078 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7079 M:      Krzysztof Kozlowski <[email protected]>
7080 L:      [email protected]
7081 S:      Supported
7082 F:      drivers/power/max14577_charger.c
7083 F:      drivers/power/max77693_charger.c
7084
7085 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7086 M:      Javier Martinez Canillas <[email protected]>
7087 L:      [email protected]
7088 S:      Supported
7089 F:      drivers/*/*max77802*.c
7090 F:      Documentation/devicetree/bindings/*/*max77802.txt
7091 F:      include/dt-bindings/*/*max77802.h
7092
7093 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7094 M:      Chanwoo Choi <[email protected]>
7095 M:      Krzysztof Kozlowski <[email protected]>
7096 L:      [email protected]
7097 S:      Supported
7098 F:      drivers/*/max14577*.c
7099 F:      drivers/*/max77686*.c
7100 F:      drivers/*/max77693*.c
7101 F:      drivers/extcon/extcon-max14577.c
7102 F:      drivers/extcon/extcon-max77693.c
7103 F:      drivers/rtc/rtc-max77686.c
7104 F:      drivers/clk/clk-max77686.c
7105 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7106 F:      Documentation/devicetree/bindings/*/max77686.txt
7107 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7108 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7109 F:      include/linux/mfd/max14577*.h
7110 F:      include/linux/mfd/max77686*.h
7111 F:      include/linux/mfd/max77693*.h
7112
7113 MAXIRADIO FM RADIO RECEIVER DRIVER
7114 M:      Hans Verkuil <[email protected]>
7115 L:      [email protected]
7116 T:      git git://linuxtv.org/media_tree.git
7117 W:      https://linuxtv.org
7118 S:      Maintained
7119 F:      drivers/media/radio/radio-maxiradio*
7120
7121 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7122 M:      Peter Rosin <[email protected]>
7123 L:      [email protected]
7124 S:      Maintained
7125 F:      drivers/iio/potentiometer/mcp4531.c
7126
7127 MEDIA DRIVERS FOR RENESAS - VSP1
7128 M:      Laurent Pinchart <[email protected]>
7129 L:      [email protected]
7130 L:      [email protected]
7131 T:      git git://linuxtv.org/media_tree.git
7132 S:      Supported
7133 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7134 F:      drivers/media/platform/vsp1/
7135
7136 MEDIA DRIVERS FOR ASCOT2E
7137 M:      Sergey Kozlov <[email protected]>
7138 L:      [email protected]
7139 W:      https://linuxtv.org
7140 W:      http://netup.tv/
7141 T:      git git://linuxtv.org/media_tree.git
7142 S:      Supported
7143 F:      drivers/media/dvb-frontends/ascot2e*
7144
7145 MEDIA DRIVERS FOR CXD2841ER
7146 M:      Sergey Kozlov <[email protected]>
7147 L:      [email protected]
7148 W:      https://linuxtv.org
7149 W:      http://netup.tv/
7150 T:      git git://linuxtv.org/media_tree.git
7151 S:      Supported
7152 F:      drivers/media/dvb-frontends/cxd2841er*
7153
7154 MEDIA DRIVERS FOR HORUS3A
7155 M:      Sergey Kozlov <[email protected]>
7156 L:      [email protected]
7157 W:      https://linuxtv.org
7158 W:      http://netup.tv/
7159 T:      git git://linuxtv.org/media_tree.git
7160 S:      Supported
7161 F:      drivers/media/dvb-frontends/horus3a*
7162
7163 MEDIA DRIVERS FOR LNBH25
7164 M:      Sergey Kozlov <[email protected]>
7165 L:      [email protected]
7166 W:      https://linuxtv.org
7167 W:      http://netup.tv/
7168 T:      git git://linuxtv.org/media_tree.git
7169 S:      Supported
7170 F:      drivers/media/dvb-frontends/lnbh25*
7171
7172 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7173 M:      Sergey Kozlov <[email protected]>
7174 L:      [email protected]
7175 W:      https://linuxtv.org
7176 W:      http://netup.tv/
7177 T:      git git://linuxtv.org/media_tree.git
7178 S:      Supported
7179 F:      drivers/media/pci/netup_unidvb/*
7180
7181 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7182 M:      Mauro Carvalho Chehab <[email protected]>
7183 P:      LinuxTV.org Project
7184 L:      [email protected]
7185 W:      https://linuxtv.org
7186 Q:      http://patchwork.kernel.org/project/linux-media/list/
7187 T:      git git://linuxtv.org/media_tree.git
7188 S:      Maintained
7189 F:      Documentation/dvb/
7190 F:      Documentation/video4linux/
7191 F:      Documentation/DocBook/media/
7192 F:      drivers/media/
7193 F:      drivers/staging/media/
7194 F:      include/linux/platform_data/media/
7195 F:      include/media/
7196 F:      include/uapi/linux/dvb/
7197 F:      include/uapi/linux/videodev2.h
7198 F:      include/uapi/linux/media.h
7199 F:      include/uapi/linux/v4l2-*
7200 F:      include/uapi/linux/meye.h
7201 F:      include/uapi/linux/ivtv*
7202 F:      include/uapi/linux/uvcvideo.h
7203
7204 MEDIATEK ETHERNET DRIVER
7205 M:      Felix Fietkau <[email protected]>
7206 M:      John Crispin <[email protected]>
7207 L:      [email protected]
7208 S:      Maintained
7209 F:      drivers/net/ethernet/mediatek/
7210
7211 MEDIATEK MT7601U WIRELESS LAN DRIVER
7212 M:      Jakub Kicinski <[email protected]>
7213 L:      [email protected]
7214 S:      Maintained
7215 F:      drivers/net/wireless/mediatek/mt7601u/
7216
7217 MEGARAID SCSI/SAS DRIVERS
7218 M:      Kashyap Desai <[email protected]>
7219 M:      Sumit Saxena <[email protected]>
7220 M:      Uday Lingala <[email protected]>
7221 L:      [email protected]
7222 L:      [email protected]
7223 W:      http://www.lsi.com
7224 S:      Maintained
7225 F:      Documentation/scsi/megaraid.txt
7226 F:      drivers/scsi/megaraid.*
7227 F:      drivers/scsi/megaraid/
7228
7229 MELLANOX ETHERNET DRIVER (mlx4_en)
7230 M:      Eugenia Emantayev <[email protected]>
7231 L:      [email protected]
7232 S:      Supported
7233 W:      http://www.mellanox.com
7234 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7235 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7236
7237 MELLANOX ETHERNET DRIVER (mlx5e)
7238 M:      Saeed Mahameed <[email protected]>
7239 L:      [email protected]
7240 S:      Supported
7241 W:      http://www.mellanox.com
7242 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7243 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7244
7245 MELLANOX ETHERNET SWITCH DRIVERS
7246 M:      Jiri Pirko <[email protected]>
7247 M:      Ido Schimmel <[email protected]>
7248 L:      [email protected]
7249 S:      Supported
7250 W:      http://www.mellanox.com
7251 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7252 F:      drivers/net/ethernet/mellanox/mlxsw/
7253
7254 MEMBARRIER SUPPORT
7255 M:      Mathieu Desnoyers <[email protected]>
7256 M:      "Paul E. McKenney" <[email protected]>
7257 L:      [email protected]
7258 S:      Supported
7259 F:      kernel/membarrier.c
7260 F:      include/uapi/linux/membarrier.h
7261
7262 MEMORY MANAGEMENT
7263 L:      [email protected]
7264 W:      http://www.linux-mm.org
7265 S:      Maintained
7266 F:      include/linux/mm.h
7267 F:      include/linux/gfp.h
7268 F:      include/linux/mmzone.h
7269 F:      include/linux/memory_hotplug.h
7270 F:      include/linux/vmalloc.h
7271 F:      mm/
7272
7273 MEMORY TECHNOLOGY DEVICES (MTD)
7274 M:      David Woodhouse <[email protected]>
7275 M:      Brian Norris <[email protected]>
7276 L:      [email protected]
7277 W:      http://www.linux-mtd.infradead.org/
7278 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7279 T:      git git://git.infradead.org/linux-mtd.git
7280 T:      git git://git.infradead.org/l2-mtd.git
7281 S:      Maintained
7282 F:      drivers/mtd/
7283 F:      include/linux/mtd/
7284 F:      include/uapi/mtd/
7285
7286 MEN A21 WATCHDOG DRIVER
7287 M:      Johannes Thumshirn <[email protected]>
7288 L:      [email protected]
7289 S:      Maintained
7290 F:      drivers/watchdog/mena21_wdt.c
7291
7292 MEN CHAMELEON BUS (mcb)
7293 M:      Johannes Thumshirn <[email protected]>
7294 S:      Maintained
7295 F:      drivers/mcb/
7296 F:      include/linux/mcb.h
7297 F:      Documentation/men-chameleon-bus.txt
7298
7299 MEN F21BMC (Board Management Controller)
7300 M:      Andreas Werner <[email protected]>
7301 S:      Supported
7302 F:      drivers/mfd/menf21bmc.c
7303 F:      drivers/watchdog/menf21bmc_wdt.c
7304 F:      drivers/leds/leds-menf21bmc.c
7305 F:      drivers/hwmon/menf21bmc_hwmon.c
7306 F:      Documentation/hwmon/menf21bmc
7307
7308 METAG ARCHITECTURE
7309 M:      James Hogan <[email protected]>
7310 L:      [email protected]
7311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7312 S:      Odd Fixes
7313 F:      arch/metag/
7314 F:      Documentation/metag/
7315 F:      Documentation/devicetree/bindings/metag/
7316 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7317 F:      drivers/clocksource/metag_generic.c
7318 F:      drivers/irqchip/irq-metag.c
7319 F:      drivers/irqchip/irq-metag-ext.c
7320 F:      drivers/tty/metag_da.c
7321
7322 MICROBLAZE ARCHITECTURE
7323 M:      Michal Simek <[email protected]>
7324 W:      http://www.monstr.eu/fdt/
7325 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7326 S:      Supported
7327 F:      arch/microblaze/
7328
7329 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7330 M:      Chen Yu <[email protected]>
7331 L:      [email protected]
7332 S:      Supported
7333 F:      drivers/platform/x86/surfacepro3_button.c
7334
7335 MICROTEK X6 SCANNER
7336 M:      Oliver Neukum <[email protected]>
7337 S:      Maintained
7338 F:      drivers/usb/image/microtek.*
7339
7340 MIPS
7341 M:      Ralf Baechle <[email protected]>
7342 L:      [email protected]
7343 W:      http://www.linux-mips.org/
7344 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7345 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7346 S:      Supported
7347 F:      Documentation/mips/
7348 F:      arch/mips/
7349
7350 MIPS/LOONGSON1 ARCHITECTURE
7351 M:      Keguang Zhang <[email protected]>
7352 L:      [email protected]
7353 S:      Maintained
7354 F:      arch/mips/loongson32/
7355 F:      arch/mips/include/asm/mach-loongson32/
7356 F:      drivers/*/*loongson1*
7357 F:      drivers/*/*/*loongson1*
7358
7359 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7360 M:      Hans Verkuil <[email protected]>
7361 L:      [email protected]
7362 T:      git git://linuxtv.org/media_tree.git
7363 W:      https://linuxtv.org
7364 S:      Odd Fixes
7365 F:      drivers/media/radio/radio-miropcm20*
7366
7367 MELLANOX MLX4 core VPI driver
7368 M:      Yishai Hadas <[email protected]>
7369 L:      [email protected]
7370 L:      [email protected]
7371 W:      http://www.mellanox.com
7372 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7373 S:      Supported
7374 F:      drivers/net/ethernet/mellanox/mlx4/
7375 F:      include/linux/mlx4/
7376
7377 MELLANOX MLX4 IB driver
7378 M:      Yishai Hadas <[email protected]>
7379 L:      [email protected]
7380 W:      http://www.mellanox.com
7381 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7382 S:      Supported
7383 F:      drivers/infiniband/hw/mlx4/
7384 F:      include/linux/mlx4/
7385
7386 MELLANOX MLX5 core VPI driver
7387 M:      Matan Barak <[email protected]>
7388 M:      Leon Romanovsky <[email protected]>
7389 L:      [email protected]
7390 L:      [email protected]
7391 W:      http://www.mellanox.com
7392 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7393 S:      Supported
7394 F:      drivers/net/ethernet/mellanox/mlx5/core/
7395 F:      include/linux/mlx5/
7396
7397 MELLANOX MLX5 IB driver
7398 M:      Matan Barak <[email protected]>
7399 M:      Leon Romanovsky <[email protected]>
7400 L:      [email protected]
7401 W:      http://www.mellanox.com
7402 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7403 S:      Supported
7404 F:      drivers/infiniband/hw/mlx5/
7405 F:      include/linux/mlx5/
7406
7407 MELEXIS MLX90614 DRIVER
7408 M:      Crt Mori <[email protected]>
7409 L:      [email protected]
7410 W:      http://www.melexis.com
7411 S:      Supported
7412 F:      drivers/iio/temperature/mlx90614.c
7413
7414 MN88472 MEDIA DRIVER
7415 M:      Antti Palosaari <[email protected]>
7416 L:      [email protected]
7417 W:      https://linuxtv.org
7418 W:      http://palosaari.fi/linux/
7419 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7420 T:      git git://linuxtv.org/anttip/media_tree.git
7421 S:      Maintained
7422 F:      drivers/staging/media/mn88472/
7423 F:      drivers/media/dvb-frontends/mn88472.h
7424
7425 MN88473 MEDIA DRIVER
7426 M:      Antti Palosaari <[email protected]>
7427 L:      [email protected]
7428 W:      https://linuxtv.org
7429 W:      http://palosaari.fi/linux/
7430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7431 S:      Maintained
7432 F:      drivers/media/dvb-frontends/mn88473*
7433
7434 MODULE SUPPORT
7435 M:      Rusty Russell <[email protected]>
7436 S:      Maintained
7437 F:      include/linux/module.h
7438 F:      kernel/module.c
7439
7440 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7441 W:      http://popies.net/meye/
7442 S:      Orphan
7443 F:      Documentation/video4linux/meye.txt
7444 F:      drivers/media/pci/meye/
7445 F:      include/uapi/linux/meye.h
7446
7447 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7448 M:      Jiri Slaby <[email protected]>
7449 S:      Maintained
7450 F:      Documentation/serial/moxa-smartio
7451 F:      drivers/tty/mxser.*
7452
7453 MR800 AVERMEDIA USB FM RADIO DRIVER
7454 M:      Alexey Klimov <[email protected]>
7455 L:      [email protected]
7456 T:      git git://linuxtv.org/media_tree.git
7457 S:      Maintained
7458 F:      drivers/media/radio/radio-mr800.c
7459
7460 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7461 M:      Alan Ott <[email protected]>
7462 L:      [email protected]
7463 S:      Maintained
7464 F:      drivers/net/ieee802154/mrf24j40.c
7465 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7466
7467 MSI LAPTOP SUPPORT
7468 M:      "Lee, Chun-Yi" <[email protected]>
7469 L:      [email protected]
7470 S:      Maintained
7471 F:      drivers/platform/x86/msi-laptop.c
7472
7473 MSI WMI SUPPORT
7474 L:      [email protected]
7475 S:      Orphan
7476 F:      drivers/platform/x86/msi-wmi.c
7477
7478 MSI001 MEDIA DRIVER
7479 M:      Antti Palosaari <[email protected]>
7480 L:      [email protected]
7481 W:      https://linuxtv.org
7482 W:      http://palosaari.fi/linux/
7483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7484 T:      git git://linuxtv.org/anttip/media_tree.git
7485 S:      Maintained
7486 F:      drivers/media/tuners/msi001*
7487
7488 MSI2500 MEDIA DRIVER
7489 M:      Antti Palosaari <[email protected]>
7490 L:      [email protected]
7491 W:      https://linuxtv.org
7492 W:      http://palosaari.fi/linux/
7493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7494 T:      git git://linuxtv.org/anttip/media_tree.git
7495 S:      Maintained
7496 F:      drivers/media/usb/msi2500/
7497
7498 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7499 M:      Robert Jarzmik <[email protected]>
7500 L:      [email protected]
7501 S:      Maintained
7502 F:      drivers/mtd/devices/docg3*
7503
7504 MT9M032 APTINA SENSOR DRIVER
7505 M:      Laurent Pinchart <[email protected]>
7506 L:      [email protected]
7507 T:      git git://linuxtv.org/media_tree.git
7508 S:      Maintained
7509 F:      drivers/media/i2c/mt9m032.c
7510 F:      include/media/i2c/mt9m032.h
7511
7512 MT9P031 APTINA CAMERA SENSOR
7513 M:      Laurent Pinchart <[email protected]>
7514 L:      [email protected]
7515 T:      git git://linuxtv.org/media_tree.git
7516 S:      Maintained
7517 F:      drivers/media/i2c/mt9p031.c
7518 F:      include/media/i2c/mt9p031.h
7519
7520 MT9T001 APTINA CAMERA SENSOR
7521 M:      Laurent Pinchart <[email protected]>
7522 L:      [email protected]
7523 T:      git git://linuxtv.org/media_tree.git
7524 S:      Maintained
7525 F:      drivers/media/i2c/mt9t001.c
7526 F:      include/media/i2c/mt9t001.h
7527
7528 MT9V032 APTINA CAMERA SENSOR
7529 M:      Laurent Pinchart <[email protected]>
7530 L:      [email protected]
7531 T:      git git://linuxtv.org/media_tree.git
7532 S:      Maintained
7533 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7534 F:      drivers/media/i2c/mt9v032.c
7535 F:      include/media/i2c/mt9v032.h
7536
7537 MULTIFUNCTION DEVICES (MFD)
7538 M:      Lee Jones <[email protected]>
7539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7540 S:      Supported
7541 F:      drivers/mfd/
7542 F:      include/linux/mfd/
7543
7544 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7545 M:      Ulf Hansson <[email protected]>
7546 L:      [email protected]
7547 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7548 S:      Maintained
7549 F:      drivers/mmc/
7550 F:      include/linux/mmc/
7551 F:      include/uapi/linux/mmc/
7552
7553 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7554 S:      Orphan
7555 F:      drivers/mmc/host/mmc_spi.c
7556 F:      include/linux/spi/mmc_spi.h
7557
7558 MULTISOUND SOUND DRIVER
7559 M:      Andrew Veliath <[email protected]>
7560 S:      Maintained
7561 F:      Documentation/sound/oss/MultiSound
7562 F:      sound/oss/msnd*
7563
7564 MULTITECH MULTIPORT CARD (ISICOM)
7565 S:      Orphan
7566 F:      drivers/tty/isicom.c
7567 F:      include/linux/isicom.h
7568
7569 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7570 M:      Bin Liu <[email protected]>
7571 L:      [email protected]
7572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7573 S:      Maintained
7574 F:      drivers/usb/musb/
7575
7576 MXL5007T MEDIA DRIVER
7577 M:      Michael Krufky <[email protected]>
7578 L:      [email protected]
7579 W:      https://linuxtv.org
7580 W:      http://github.com/mkrufky
7581 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7582 T:      git git://linuxtv.org/mkrufky/tuners.git
7583 S:      Maintained
7584 F:      drivers/media/tuners/mxl5007t.*
7585
7586 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7587 M:      Hyong-Youb Kim <[email protected]>
7588 L:      [email protected]
7589 W:      https://www.myricom.com/support/downloads/myri10ge.html
7590 S:      Supported
7591 F:      drivers/net/ethernet/myricom/myri10ge/
7592
7593 NAND FLASH SUBSYSTEM
7594 M:      Boris Brezillon <[email protected]>
7595 R:      Richard Weinberger <[email protected]>
7596 L:      [email protected]
7597 W:      http://www.linux-mtd.infradead.org/
7598 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7599 T:      git git://github.com/linux-nand/linux.git
7600 S:      Maintained
7601 F:      drivers/mtd/nand/
7602 F:      include/linux/mtd/nand*.h
7603
7604 NATSEMI ETHERNET DRIVER (DP8381x)
7605 S:      Orphan
7606 F:      drivers/net/ethernet/natsemi/natsemi.c
7607
7608 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7609 M:      Daniel Mack <[email protected]>
7610 S:      Maintained
7611 L:      [email protected] (moderated for non-subscribers)
7612 W:      http://www.native-instruments.com
7613 F:      sound/usb/caiaq/
7614
7615 NCP FILESYSTEM
7616 M:      Petr Vandrovec <[email protected]>
7617 S:      Odd Fixes
7618 F:      fs/ncpfs/
7619
7620 NCR 5380 SCSI DRIVERS
7621 M:      Finn Thain <[email protected]>
7622 M:      Michael Schmitz <[email protected]>
7623 L:      [email protected]
7624 S:      Maintained
7625 F:      Documentation/scsi/g_NCR5380.txt
7626 F:      Documentation/scsi/dtc3x80.txt
7627 F:      drivers/scsi/NCR5380.*
7628 F:      drivers/scsi/arm/cumana_1.c
7629 F:      drivers/scsi/arm/oak.c
7630 F:      drivers/scsi/atari_scsi.*
7631 F:      drivers/scsi/dmx3191d.c
7632 F:      drivers/scsi/dtc.*
7633 F:      drivers/scsi/g_NCR5380.*
7634 F:      drivers/scsi/g_NCR5380_mmio.c
7635 F:      drivers/scsi/mac_scsi.*
7636 F:      drivers/scsi/pas16.*
7637 F:      drivers/scsi/sun3_scsi.*
7638 F:      drivers/scsi/sun3_scsi_vme.c
7639 F:      drivers/scsi/t128.*
7640
7641 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7642 M:      "James E.J. Bottomley" <[email protected]>
7643 L:      [email protected]
7644 S:      Maintained
7645 F:      drivers/scsi/NCR_D700.*
7646
7647 NCT6775 HARDWARE MONITOR DRIVER
7648 M:      Guenter Roeck <[email protected]>
7649 L:      [email protected]
7650 S:      Maintained
7651 F:      Documentation/hwmon/nct6775
7652 F:      drivers/hwmon/nct6775.c
7653
7654 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7655 M:      Faisal Latif <[email protected]>
7656 L:      [email protected]
7657 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7658 S:      Supported
7659 F:      drivers/infiniband/hw/nes/
7660
7661 NETEM NETWORK EMULATOR
7662 M:      Stephen Hemminger <[email protected]>
7663 L:      [email protected] (moderated for non-subscribers)
7664 S:      Maintained
7665 F:      net/sched/sch_netem.c
7666
7667 NETERION 10GbE DRIVERS (s2io/vxge)
7668 M:      Jon Mason <[email protected]>
7669 L:      [email protected]
7670 S:      Supported
7671 F:      Documentation/networking/s2io.txt
7672 F:      Documentation/networking/vxge.txt
7673 F:      drivers/net/ethernet/neterion/
7674
7675 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7676 M:      Pablo Neira Ayuso <[email protected]>
7677 M:      Patrick McHardy <[email protected]>
7678 M:      Jozsef Kadlecsik <[email protected]>
7679 L:      [email protected]
7680 L:      [email protected]
7681 W:      http://www.netfilter.org/
7682 W:      http://www.iptables.org/
7683 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7686 S:      Supported
7687 F:      include/linux/netfilter*
7688 F:      include/linux/netfilter/
7689 F:      include/net/netfilter/
7690 F:      include/uapi/linux/netfilter*
7691 F:      include/uapi/linux/netfilter/
7692 F:      net/*/netfilter.c
7693 F:      net/*/netfilter/
7694 F:      net/netfilter/
7695 F:      net/bridge/br_netfilter*.c
7696
7697 NETLABEL
7698 M:      Paul Moore <[email protected]>
7699 W:      http://netlabel.sf.net
7700 L:      [email protected]
7701 S:      Maintained
7702 F:      Documentation/netlabel/
7703 F:      include/net/netlabel.h
7704 F:      net/netlabel/
7705
7706 NETROM NETWORK LAYER
7707 M:      Ralf Baechle <[email protected]>
7708 L:      [email protected]
7709 W:      http://www.linux-ax25.org/
7710 S:      Maintained
7711 F:      include/net/netrom.h
7712 F:      include/uapi/linux/netrom.h
7713 F:      net/netrom/
7714
7715 NETRONOME ETHERNET DRIVERS
7716 M:      Jakub Kicinski <[email protected]>
7717 L:      [email protected]
7718 S:      Maintained
7719 F:      drivers/net/ethernet/netronome/
7720
7721 NETWORK BLOCK DEVICE (NBD)
7722 M:      Markus Pargmann <[email protected]>
7723 S:      Maintained
7724 L:      [email protected]
7725 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7726 F:      Documentation/blockdev/nbd.txt
7727 F:      drivers/block/nbd.c
7728 F:      include/uapi/linux/nbd.h
7729
7730 NETWORK DROP MONITOR
7731 M:      Neil Horman <[email protected]>
7732 L:      [email protected]
7733 S:      Maintained
7734 W:      https://fedorahosted.org/dropwatch/
7735 F:      net/core/drop_monitor.c
7736
7737 NETWORKING [GENERAL]
7738 M:      "David S. Miller" <[email protected]>
7739 L:      [email protected]
7740 W:      http://www.linuxfoundation.org/en/Net
7741 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7744 S:      Maintained
7745 F:      net/
7746 F:      include/net/
7747 F:      include/linux/in.h
7748 F:      include/linux/net.h
7749 F:      include/linux/netdevice.h
7750 F:      include/uapi/linux/in.h
7751 F:      include/uapi/linux/net.h
7752 F:      include/uapi/linux/netdevice.h
7753 F:      include/uapi/linux/net_namespace.h
7754 F:      tools/net/
7755 F:      tools/testing/selftests/net/
7756 F:      lib/random32.c
7757 F:      lib/test_bpf.c
7758
7759 NETWORKING [IPv4/IPv6]
7760 M:      "David S. Miller" <[email protected]>
7761 M:      Alexey Kuznetsov <[email protected]>
7762 M:      James Morris <[email protected]>
7763 M:      Hideaki YOSHIFUJI <[email protected]>
7764 M:      Patrick McHardy <[email protected]>
7765 L:      [email protected]
7766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7767 S:      Maintained
7768 F:      net/ipv4/
7769 F:      net/ipv6/
7770 F:      include/net/ip*
7771 F:      arch/x86/net/*
7772
7773 NETWORKING [IPSEC]
7774 M:      Steffen Klassert <[email protected]>
7775 M:      Herbert Xu <[email protected]>
7776 M:      "David S. Miller" <[email protected]>
7777 L:      [email protected]
7778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7780 S:      Maintained
7781 F:      net/core/flow.c
7782 F:      net/xfrm/
7783 F:      net/key/
7784 F:      net/ipv4/xfrm*
7785 F:      net/ipv4/esp4.c
7786 F:      net/ipv4/ah4.c
7787 F:      net/ipv4/ipcomp.c
7788 F:      net/ipv4/ip_vti.c
7789 F:      net/ipv6/xfrm*
7790 F:      net/ipv6/esp6.c
7791 F:      net/ipv6/ah6.c
7792 F:      net/ipv6/ipcomp6.c
7793 F:      net/ipv6/ip6_vti.c
7794 F:      include/uapi/linux/xfrm.h
7795 F:      include/net/xfrm.h
7796
7797 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7798 M:      Paul Moore <[email protected]>
7799 L:      [email protected]
7800 S:      Maintained
7801
7802 NETWORKING [WIRELESS]
7803 L:      [email protected]
7804 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7805
7806 NETWORKING DRIVERS
7807 L:      [email protected]
7808 W:      http://www.linuxfoundation.org/en/Net
7809 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7812 S:      Odd Fixes
7813 F:      drivers/net/
7814 F:      include/linux/if_*
7815 F:      include/linux/netdevice.h
7816 F:      include/linux/etherdevice.h
7817 F:      include/linux/fcdevice.h
7818 F:      include/linux/fddidevice.h
7819 F:      include/linux/hippidevice.h
7820 F:      include/linux/inetdevice.h
7821 F:      include/uapi/linux/if_*
7822 F:      include/uapi/linux/netdevice.h
7823
7824 NETWORKING DRIVERS (WIRELESS)
7825 M:      Kalle Valo <[email protected]>
7826 L:      [email protected]
7827 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7830 S:      Maintained
7831 F:      drivers/net/wireless/
7832
7833 NETXEN (1/10) GbE SUPPORT
7834 M:      Manish Chopra <[email protected]>
7835 M:      Sony Chacko <[email protected]>
7836 M:      Rajesh Borundia <[email protected]>
7837 L:      [email protected]
7838 W:      http://www.qlogic.com
7839 S:      Supported
7840 F:      drivers/net/ethernet/qlogic/netxen/
7841
7842 NFC SUBSYSTEM
7843 M:      Lauro Ramos Venancio <[email protected]>
7844 M:      Aloisio Almeida Jr <[email protected]>
7845 M:      Samuel Ortiz <[email protected]>
7846 L:      [email protected]
7847 L:      [email protected] (subscribers-only)
7848 S:      Supported
7849 F:      net/nfc/
7850 F:      include/net/nfc/
7851 F:      include/uapi/linux/nfc.h
7852 F:      drivers/nfc/
7853 F:      include/linux/platform_data/nfcmrvl.h
7854 F:      include/linux/platform_data/nxp-nci.h
7855 F:      include/linux/platform_data/pn544.h
7856 F:      include/linux/platform_data/st21nfca.h
7857 F:      include/linux/platform_data/st-nci.h
7858 F:      Documentation/devicetree/bindings/net/nfc/
7859
7860 NFS, SUNRPC, AND LOCKD CLIENTS
7861 M:      Trond Myklebust <[email protected]>
7862 M:      Anna Schumaker <[email protected]>
7863 L:      [email protected]
7864 W:      http://client.linux-nfs.org
7865 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7866 S:      Maintained
7867 F:      fs/lockd/
7868 F:      fs/nfs/
7869 F:      fs/nfs_common/
7870 F:      net/sunrpc/
7871 F:      include/linux/lockd/
7872 F:      include/linux/nfs*
7873 F:      include/linux/sunrpc/
7874 F:      include/uapi/linux/nfs*
7875 F:      include/uapi/linux/sunrpc/
7876
7877 NILFS2 FILESYSTEM
7878 M:      Ryusuke Konishi <[email protected]>
7879 L:      [email protected]
7880 W:      http://nilfs.sourceforge.net/
7881 T:      git git://github.com/konis/nilfs2.git
7882 S:      Supported
7883 F:      Documentation/filesystems/nilfs2.txt
7884 F:      fs/nilfs2/
7885 F:      include/linux/nilfs2_fs.h
7886 F:      include/trace/events/nilfs2.h
7887
7888 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7889 M:      YOKOTA Hiroshi <[email protected]>
7890 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7891 S:      Maintained
7892 F:      Documentation/scsi/NinjaSCSI.txt
7893 F:      drivers/scsi/pcmcia/nsp_*
7894
7895 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7896 M:      GOTO Masanori <[email protected]>
7897 M:      YOKOTA Hiroshi <[email protected]>
7898 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7899 S:      Maintained
7900 F:      Documentation/scsi/NinjaSCSI.txt
7901 F:      drivers/scsi/nsp32*
7902
7903 NIOS2 ARCHITECTURE
7904 M:      Ley Foon Tan <[email protected]>
7905 L:      [email protected] (moderated for non-subscribers)
7906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7907 S:      Maintained
7908 F:      arch/nios2/
7909
7910 NOKIA N900 POWER SUPPLY DRIVERS
7911 R:      Pali Rohár <[email protected]>
7912 F:      include/linux/power/bq2415x_charger.h
7913 F:      include/linux/power/bq27xxx_battery.h
7914 F:      include/linux/power/isp1704_charger.h
7915 F:      drivers/power/bq2415x_charger.c
7916 F:      drivers/power/bq27xxx_battery.c
7917 F:      drivers/power/bq27xxx_battery_i2c.c
7918 F:      drivers/power/isp1704_charger.c
7919 F:      drivers/power/rx51_battery.c
7920
7921 NTB DRIVER CORE
7922 M:      Jon Mason <[email protected]>
7923 M:      Dave Jiang <[email protected]>
7924 M:      Allen Hubbe <[email protected]>
7925 L:      [email protected]
7926 S:      Supported
7927 W:      https://github.com/jonmason/ntb/wiki
7928 T:      git git://github.com/jonmason/ntb.git
7929 F:      drivers/ntb/
7930 F:      drivers/net/ntb_netdev.c
7931 F:      include/linux/ntb.h
7932 F:      include/linux/ntb_transport.h
7933
7934 NTB INTEL DRIVER
7935 M:      Jon Mason <[email protected]>
7936 M:      Dave Jiang <[email protected]>
7937 L:      [email protected]
7938 S:      Supported
7939 W:      https://github.com/jonmason/ntb/wiki
7940 T:      git git://github.com/jonmason/ntb.git
7941 F:      drivers/ntb/hw/intel/
7942
7943 NTB AMD DRIVER
7944 M:      Xiangliang Yu <[email protected]>
7945 L:      [email protected]
7946 S:      Supported
7947 F:      drivers/ntb/hw/amd/
7948
7949 NTFS FILESYSTEM
7950 M:      Anton Altaparmakov <[email protected]>
7951 L:      [email protected]
7952 W:      http://www.tuxera.com/
7953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7954 S:      Supported
7955 F:      Documentation/filesystems/ntfs.txt
7956 F:      fs/ntfs/
7957
7958 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7959 M:      Antonino Daplas <[email protected]>
7960 L:      [email protected]
7961 S:      Maintained
7962 F:      drivers/video/fbdev/riva/
7963 F:      drivers/video/fbdev/nvidia/
7964
7965 NVM EXPRESS DRIVER
7966 M:      Keith Busch <[email protected]>
7967 M:      Jens Axboe <[email protected]>
7968 L:      [email protected]
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7970 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7971 S:      Supported
7972 F:      drivers/nvme/host/
7973 F:      include/linux/nvme.h
7974
7975 NVMEM FRAMEWORK
7976 M:      Srinivas Kandagatla <[email protected]>
7977 M:      Maxime Ripard <[email protected]>
7978 S:      Maintained
7979 F:      drivers/nvmem/
7980 F:      Documentation/devicetree/bindings/nvmem/
7981 F:      include/linux/nvmem-consumer.h
7982 F:      include/linux/nvmem-provider.h
7983
7984 NXP-NCI NFC DRIVER
7985 M:      Clément Perrochaud <[email protected]>
7986 R:      Charles Gorand <[email protected]>
7987 L:      [email protected] (moderated for non-subscribers)
7988 S:      Supported
7989 F:      drivers/nfc/nxp-nci
7990
7991 NXP TDA998X DRM DRIVER
7992 M:      Russell King <[email protected]>
7993 S:      Supported
7994 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7995 F:      include/drm/i2c/tda998x.h
7996
7997 NXP TFA9879 DRIVER
7998 M:      Peter Rosin <[email protected]>
7999 L:      [email protected] (moderated for non-subscribers)
8000 S:      Maintained
8001 F:      sound/soc/codecs/tfa9879*
8002
8003 OBJTOOL
8004 M:      Josh Poimboeuf <[email protected]>
8005 S:      Supported
8006 F:      tools/objtool/
8007
8008 OMAP SUPPORT
8009 M:      Tony Lindgren <[email protected]>
8010 L:      [email protected]
8011 W:      http://www.muru.com/linux/omap/
8012 W:      http://linux.omap.com/
8013 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8015 S:      Maintained
8016 F:      arch/arm/*omap*/
8017 F:      arch/arm/configs/omap1_defconfig
8018 F:      arch/arm/configs/omap2plus_defconfig
8019 F:      drivers/i2c/busses/i2c-omap.c
8020 F:      drivers/irqchip/irq-omap-intc.c
8021 F:      drivers/mfd/*omap*.c
8022 F:      drivers/mfd/menelaus.c
8023 F:      drivers/mfd/palmas.c
8024 F:      drivers/mfd/tps65217.c
8025 F:      drivers/mfd/tps65218.c
8026 F:      drivers/mfd/tps65910.c
8027 F:      drivers/mfd/twl-core.[ch]
8028 F:      drivers/mfd/twl4030*.c
8029 F:      drivers/mfd/twl6030*.c
8030 F:      drivers/mfd/twl6040*.c
8031 F:      drivers/regulator/palmas-regulator*.c
8032 F:      drivers/regulator/pbias-regulator.c
8033 F:      drivers/regulator/tps65217-regulator.c
8034 F:      drivers/regulator/tps65218-regulator.c
8035 F:      drivers/regulator/tps65910-regulator.c
8036 F:      drivers/regulator/twl-regulator.c
8037 F:      include/linux/i2c-omap.h
8038
8039 OMAP DEVICE TREE SUPPORT
8040 M:      Benoît Cousson <[email protected]>
8041 M:      Tony Lindgren <[email protected]>
8042 L:      [email protected]
8043 L:      [email protected]
8044 S:      Maintained
8045 F:      arch/arm/boot/dts/*omap*
8046 F:      arch/arm/boot/dts/*am3*
8047 F:      arch/arm/boot/dts/*am4*
8048 F:      arch/arm/boot/dts/*am5*
8049 F:      arch/arm/boot/dts/*dra7*
8050
8051 OMAP CLOCK FRAMEWORK SUPPORT
8052 M:      Paul Walmsley <[email protected]>
8053 L:      [email protected]
8054 S:      Maintained
8055 F:      arch/arm/*omap*/*clock*
8056
8057 OMAP POWER MANAGEMENT SUPPORT
8058 M:      Kevin Hilman <[email protected]>
8059 L:      [email protected]
8060 S:      Maintained
8061 F:      arch/arm/*omap*/*pm*
8062 F:      drivers/cpufreq/omap-cpufreq.c
8063
8064 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8065 M:      Rajendra Nayak <[email protected]>
8066 M:      Paul Walmsley <[email protected]>
8067 L:      [email protected]
8068 S:      Maintained
8069 F:      arch/arm/mach-omap2/prm*
8070
8071 OMAP AUDIO SUPPORT
8072 M:      Peter Ujfalusi <[email protected]>
8073 M:      Jarkko Nikula <[email protected]>
8074 L:      [email protected] (moderated for non-subscribers)
8075 L:      [email protected]
8076 S:      Maintained
8077 F:      sound/soc/omap/
8078
8079 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8080 M:      Roger Quadros <[email protected]>
8081 M:      Tony Lindgren <[email protected]>
8082 L:      [email protected]
8083 S:      Maintained
8084 F:      drivers/memory/omap-gpmc.c
8085 F:      arch/arm/mach-omap2/*gpmc*
8086
8087 OMAP FRAMEBUFFER SUPPORT
8088 M:      Tomi Valkeinen <[email protected]>
8089 L:      [email protected]
8090 L:      [email protected]
8091 S:      Maintained
8092 F:      drivers/video/fbdev/omap/
8093
8094 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8095 M:      Tomi Valkeinen <[email protected]>
8096 L:      [email protected]
8097 L:      [email protected]
8098 S:      Maintained
8099 F:      drivers/video/fbdev/omap2/
8100 F:      Documentation/arm/OMAP/DSS
8101
8102 OMAP HARDWARE SPINLOCK SUPPORT
8103 M:      Ohad Ben-Cohen <[email protected]>
8104 L:      [email protected]
8105 S:      Maintained
8106 F:      drivers/hwspinlock/omap_hwspinlock.c
8107
8108 OMAP MMC SUPPORT
8109 M:      Jarkko Lavinen <[email protected]>
8110 L:      [email protected]
8111 S:      Maintained
8112 F:      drivers/mmc/host/omap.c
8113
8114 OMAP HS MMC SUPPORT
8115 L:      [email protected]
8116 L:      [email protected]
8117 S:      Orphan
8118 F:      drivers/mmc/host/omap_hsmmc.c
8119
8120 OMAP RANDOM NUMBER GENERATOR SUPPORT
8121 M:      Deepak Saxena <[email protected]>
8122 S:      Maintained
8123 F:      drivers/char/hw_random/omap-rng.c
8124
8125 OMAP HWMOD SUPPORT
8126 M:      Benoît Cousson <[email protected]>
8127 M:      Paul Walmsley <[email protected]>
8128 L:      [email protected]
8129 S:      Maintained
8130 F:      arch/arm/mach-omap2/omap_hwmod.*
8131
8132 OMAP HWMOD DATA
8133 M:      Paul Walmsley <[email protected]>
8134 L:      [email protected]
8135 S:      Maintained
8136 F:      arch/arm/mach-omap2/omap_hwmod*data*
8137
8138 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8139 M:      Benoît Cousson <[email protected]>
8140 L:      [email protected]
8141 S:      Maintained
8142 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8143
8144 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8145 M:      Laurent Pinchart <[email protected]>
8146 L:      [email protected]
8147 S:      Maintained
8148 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8149 F:      drivers/media/platform/omap3isp/
8150 F:      drivers/staging/media/omap4iss/
8151
8152 OMAP USB SUPPORT
8153 L:      [email protected]
8154 L:      [email protected]
8155 S:      Orphan
8156 F:      drivers/usb/*/*omap*
8157 F:      arch/arm/*omap*/usb*
8158
8159 OMAP GPIO DRIVER
8160 M:      Grygorii Strashko <[email protected]>
8161 M:      Santosh Shilimkar <[email protected]>
8162 M:      Kevin Hilman <[email protected]>
8163 L:      [email protected]
8164 S:      Maintained
8165 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8166 F:      drivers/gpio/gpio-omap.c
8167
8168 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8169 M:      Mark Jackson <[email protected]>
8170 L:      [email protected]
8171 S:      Maintained
8172 F:      arch/arm/boot/dts/am335x-nano.dts
8173
8174 OMFS FILESYSTEM
8175 M:      Bob Copeland <[email protected]>
8176 L:      [email protected]
8177 S:      Maintained
8178 F:      Documentation/filesystems/omfs.txt
8179 F:      fs/omfs/
8180
8181 OMNIKEY CARDMAN 4000 DRIVER
8182 M:      Harald Welte <[email protected]>
8183 S:      Maintained
8184 F:      drivers/char/pcmcia/cm4000_cs.c
8185 F:      include/linux/cm4000_cs.h
8186 F:      include/uapi/linux/cm4000_cs.h
8187
8188 OMNIKEY CARDMAN 4040 DRIVER
8189 M:      Harald Welte <[email protected]>
8190 S:      Maintained
8191 F:      drivers/char/pcmcia/cm4040_cs.*
8192
8193 OMNIVISION OV7670 SENSOR DRIVER
8194 M:      Jonathan Corbet <[email protected]>
8195 L:      [email protected]
8196 T:      git git://linuxtv.org/media_tree.git
8197 S:      Maintained
8198 F:      drivers/media/i2c/ov7670.c
8199
8200 ONENAND FLASH DRIVER
8201 M:      Kyungmin Park <[email protected]>
8202 L:      [email protected]
8203 S:      Maintained
8204 F:      drivers/mtd/onenand/
8205 F:      include/linux/mtd/onenand*.h
8206
8207 ONSTREAM SCSI TAPE DRIVER
8208 M:      Willem Riede <[email protected]>
8209 L:      [email protected]
8210 L:      [email protected]
8211 S:      Maintained
8212 F:      Documentation/scsi/osst.txt
8213 F:      drivers/scsi/osst.*
8214 F:      drivers/scsi/osst_*.h
8215 F:      drivers/scsi/st.h
8216
8217 OPENCORES I2C BUS DRIVER
8218 M:      Peter Korsgaard <[email protected]>
8219 L:      [email protected]
8220 S:      Maintained
8221 F:      Documentation/i2c/busses/i2c-ocores
8222 F:      drivers/i2c/busses/i2c-ocores.c
8223
8224 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8225 M:      Rob Herring <[email protected]>
8226 M:      Frank Rowand <[email protected]>
8227 M:      Grant Likely <[email protected]>
8228 L:      [email protected]
8229 W:      http://www.devicetree.org/
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8231 S:      Maintained
8232 F:      drivers/of/
8233 F:      include/linux/of*.h
8234 F:      scripts/dtc/
8235
8236 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8237 M:      Rob Herring <[email protected]>
8238 M:      Pawel Moll <[email protected]>
8239 M:      Mark Rutland <[email protected]>
8240 M:      Ian Campbell <[email protected]>
8241 M:      Kumar Gala <[email protected]>
8242 L:      [email protected]
8243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8244 S:      Maintained
8245 F:      Documentation/devicetree/
8246 F:      arch/*/boot/dts/
8247 F:      include/dt-bindings/
8248
8249 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8250 M:      Pantelis Antoniou <[email protected]>
8251 L:      [email protected]
8252 S:      Maintained
8253 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8254 F:      Documentation/devicetree/overlay-notes.txt
8255 F:      drivers/of/overlay.c
8256 F:      drivers/of/resolver.c
8257
8258 OPENRISC ARCHITECTURE
8259 M:      Jonas Bonn <[email protected]>
8260 W:      http://openrisc.net
8261 L:      [email protected] (moderated for non-subscribers)
8262 S:      Maintained
8263 T:      git git://openrisc.net/~jonas/linux
8264 F:      arch/openrisc/
8265
8266 OPENVSWITCH
8267 M:      Pravin Shelar <[email protected]>
8268 L:      [email protected]
8269 L:      [email protected]
8270 W:      http://openvswitch.org
8271 S:      Maintained
8272 F:      net/openvswitch/
8273 F:      include/uapi/linux/openvswitch.h
8274
8275 OPERATING PERFORMANCE POINTS (OPP)
8276 M:      Viresh Kumar <[email protected]>
8277 M:      Nishanth Menon <[email protected]>
8278 M:      Stephen Boyd <[email protected]>
8279 L:      [email protected]
8280 S:      Maintained
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8282 F:      drivers/base/power/opp/
8283 F:      include/linux/pm_opp.h
8284 F:      Documentation/power/opp.txt
8285 F:      Documentation/devicetree/bindings/opp/
8286
8287 OPL4 DRIVER
8288 M:      Clemens Ladisch <[email protected]>
8289 L:      [email protected] (moderated for non-subscribers)
8290 T:      git git://git.alsa-project.org/alsa-kernel.git
8291 S:      Maintained
8292 F:      sound/drivers/opl4/
8293
8294 OPROFILE
8295 M:      Robert Richter <[email protected]>
8296 L:      [email protected]
8297 S:      Maintained
8298 F:      arch/*/include/asm/oprofile*.h
8299 F:      arch/*/oprofile/
8300 F:      drivers/oprofile/
8301 F:      include/linux/oprofile.h
8302
8303 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8304 M:      Mark Fasheh <[email protected]>
8305 M:      Joel Becker <[email protected]>
8306 L:      [email protected] (moderated for non-subscribers)
8307 W:      http://ocfs2.wiki.kernel.org
8308 S:      Supported
8309 F:      Documentation/filesystems/ocfs2.txt
8310 F:      Documentation/filesystems/dlmfs.txt
8311 F:      fs/ocfs2/
8312
8313 ORINOCO DRIVER
8314 L:      [email protected]
8315 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8316 W:      http://www.nongnu.org/orinoco/
8317 S:      Orphan
8318 F:      drivers/net/wireless/intersil/orinoco/
8319
8320 OSD LIBRARY and FILESYSTEM
8321 M:      Boaz Harrosh <[email protected]>
8322 M:      Benny Halevy <[email protected]>
8323 L:      [email protected]
8324 W:      http://open-osd.org
8325 T:      git git://git.open-osd.org/open-osd.git
8326 S:      Maintained
8327 F:      drivers/scsi/osd/
8328 F:      include/scsi/osd_*
8329 F:      fs/exofs/
8330
8331 OVERLAY FILESYSTEM
8332 M:      Miklos Szeredi <[email protected]>
8333 L:      [email protected]
8334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8335 S:      Supported
8336 F:      fs/overlayfs/
8337 F:      Documentation/filesystems/overlayfs.txt
8338
8339 ORANGEFS FILESYSTEM
8340 M:      Mike Marshall <[email protected]>
8341 L:      [email protected] (subscribers-only)
8342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8343 S:      Supported
8344 F:      fs/orangefs/
8345 F:      Documentation/filesystems/orangefs.txt
8346
8347 P54 WIRELESS DRIVER
8348 M:      Christian Lamparter <[email protected]>
8349 L:      [email protected]
8350 W:      http://wireless.kernel.org/en/users/Drivers/p54
8351 S:      Maintained
8352 F:      drivers/net/wireless/intersil/p54/
8353
8354 PA SEMI ETHERNET DRIVER
8355 M:      Olof Johansson <[email protected]>
8356 L:      [email protected]
8357 S:      Maintained
8358 F:      drivers/net/ethernet/pasemi/*
8359
8360 PA SEMI SMBUS DRIVER
8361 M:      Olof Johansson <[email protected]>
8362 L:      [email protected]
8363 S:      Maintained
8364 F:      drivers/i2c/busses/i2c-pasemi.c
8365
8366 PADATA PARALLEL EXECUTION MECHANISM
8367 M:      Steffen Klassert <[email protected]>
8368 L:      [email protected]
8369 S:      Maintained
8370 F:      kernel/padata.c
8371 F:      include/linux/padata.h
8372 F:      Documentation/padata.txt
8373
8374 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8375 M:      Harald Welte <[email protected]>
8376 L:      [email protected]
8377 S:      Maintained
8378 F:      drivers/platform/x86/panasonic-laptop.c
8379
8380 PANASONIC MN10300/AM33/AM34 PORT
8381 M:      David Howells <[email protected]>
8382 M:      Koichi Yasutake <[email protected]>
8383 L:      [email protected] (moderated for non-subscribers)
8384 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8385 S:      Maintained
8386 F:      Documentation/mn10300/
8387 F:      arch/mn10300/
8388
8389 PARALLEL LCD/KEYPAD PANEL DRIVER
8390 M:      Willy Tarreau <[email protected]>
8391 M:      Ksenija Stanojevic <[email protected]>
8392 S:      Odd Fixes
8393 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8394 F:      drivers/misc/panel.c
8395
8396 PARALLEL PORT SUBSYSTEM
8397 M:      Sudip Mukherjee <[email protected]>
8398 M:      Sudip Mukherjee <[email protected]>
8399 L:      [email protected] (subscribers-only)
8400 S:      Maintained
8401 F:      drivers/parport/
8402 F:      include/linux/parport*.h
8403 F:      drivers/char/ppdev.c
8404 F:      include/uapi/linux/ppdev.h
8405 F:      Documentation/parport*.txt
8406
8407 PARAVIRT_OPS INTERFACE
8408 M:      Jeremy Fitzhardinge <[email protected]>
8409 M:      Chris Wright <[email protected]>
8410 M:      Alok Kataria <[email protected]>
8411 M:      Rusty Russell <[email protected]>
8412 L:      [email protected]
8413 S:      Supported
8414 F:      Documentation/virtual/paravirt_ops.txt
8415 F:      arch/*/kernel/paravirt*
8416 F:      arch/*/include/asm/paravirt.h
8417
8418 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8419 M:      Tim Waugh <[email protected]>
8420 L:      [email protected] (subscribers-only)
8421 S:      Maintained
8422 F:      Documentation/blockdev/paride.txt
8423 F:      drivers/block/paride/
8424
8425 PARISC ARCHITECTURE
8426 M:      "James E.J. Bottomley" <[email protected]>
8427 M:      Helge Deller <[email protected]>
8428 L:      [email protected]
8429 W:      http://www.parisc-linux.org/
8430 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8433 S:      Maintained
8434 F:      arch/parisc/
8435 F:      Documentation/parisc/
8436 F:      drivers/parisc/
8437 F:      drivers/char/agp/parisc-agp.c
8438 F:      drivers/input/serio/gscps2.c
8439 F:      drivers/parport/parport_gsc.*
8440 F:      drivers/tty/serial/8250/8250_gsc.c
8441 F:      drivers/video/fbdev/sti*
8442 F:      drivers/video/console/sti*
8443 F:      drivers/video/logo/logo_parisc*
8444
8445 PC87360 HARDWARE MONITORING DRIVER
8446 M:      Jim Cromie <[email protected]>
8447 L:      [email protected]
8448 S:      Maintained
8449 F:      Documentation/hwmon/pc87360
8450 F:      drivers/hwmon/pc87360.c
8451
8452 PC8736x GPIO DRIVER
8453 M:      Jim Cromie <[email protected]>
8454 S:      Maintained
8455 F:      drivers/char/pc8736x_gpio.c
8456
8457 PC87427 HARDWARE MONITORING DRIVER
8458 M:      Jean Delvare <[email protected]>
8459 L:      [email protected]
8460 S:      Maintained
8461 F:      Documentation/hwmon/pc87427
8462 F:      drivers/hwmon/pc87427.c
8463
8464 PCA9532 LED DRIVER
8465 M:      Riku Voipio <[email protected]>
8466 S:      Maintained
8467 F:      drivers/leds/leds-pca9532.c
8468 F:      include/linux/leds-pca9532.h
8469
8470 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8471 M:      Guenter Roeck <[email protected]>
8472 L:      [email protected]
8473 S:      Maintained
8474 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8475
8476 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8477 M:      Khalid Aziz <[email protected]>
8478 S:      Maintained
8479 F:      drivers/firmware/pcdp.*
8480
8481 PCI ERROR RECOVERY
8482 M:      Linas Vepstas <[email protected]>
8483 L:      [email protected]
8484 S:      Supported
8485 F:      Documentation/PCI/pci-error-recovery.txt
8486
8487 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8488 M:      Russell Currey <[email protected]>
8489 L:      [email protected]
8490 S:      Supported
8491 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8492 F:      arch/powerpc/kernel/eeh*.c
8493 F:      arch/powerpc/platforms/*/eeh*.c
8494 F:      arch/powerpc/include/*/eeh*.h
8495
8496 PCI SUBSYSTEM
8497 M:      Bjorn Helgaas <[email protected]>
8498 L:      [email protected]
8499 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8501 S:      Supported
8502 F:      Documentation/PCI/
8503 F:      drivers/pci/
8504 F:      include/linux/pci*
8505 F:      arch/x86/pci/
8506 F:      arch/x86/kernel/quirks.c
8507
8508 PCI DRIVER FOR ALTERA PCIE IP
8509 M:      Ley Foon Tan <[email protected]>
8510 L:      [email protected] (moderated for non-subscribers)
8511 L:      [email protected]
8512 S:      Supported
8513 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8514 F:      drivers/pci/host/pcie-altera.c
8515
8516 PCI DRIVER FOR ARM VERSATILE PLATFORM
8517 M:      Rob Herring <[email protected]>
8518 L:      [email protected]
8519 L:      [email protected]
8520 S:      Maintained
8521 F:      Documentation/devicetree/bindings/pci/versatile.txt
8522 F:      drivers/pci/host/pci-versatile.c
8523
8524 PCI DRIVER FOR APPLIEDMICRO XGENE
8525 M:      Tanmay Inamdar <[email protected]>
8526 L:      [email protected]
8527 L:      [email protected]
8528 S:      Maintained
8529 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8530 F:      drivers/pci/host/pci-xgene.c
8531
8532 PCI DRIVER FOR FREESCALE LAYERSCAPE
8533 M:      Minghuan Lian <[email protected]>
8534 M:      Mingkai Hu <[email protected]>
8535 M:      Roy Zang <[email protected]>
8536 L:      [email protected]
8537 L:      [email protected]
8538 L:      [email protected]
8539 S:      Maintained
8540 F:      drivers/pci/host/*layerscape*
8541
8542 PCI DRIVER FOR IMX6
8543 M:      Richard Zhu <[email protected]>
8544 M:      Lucas Stach <[email protected]>
8545 L:      [email protected]
8546 L:      [email protected] (moderated for non-subscribers)
8547 S:      Maintained
8548 F:      drivers/pci/host/*imx6*
8549
8550 PCI DRIVER FOR TI KEYSTONE
8551 M:      Murali Karicheri <[email protected]>
8552 L:      [email protected]
8553 L:      [email protected] (moderated for non-subscribers)
8554 S:      Maintained
8555 F:      drivers/pci/host/*keystone*
8556
8557 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8558 M:      Thomas Petazzoni <[email protected]>
8559 M:      Jason Cooper <[email protected]>
8560 L:      [email protected]
8561 L:      [email protected] (moderated for non-subscribers)
8562 S:      Maintained
8563 F:      drivers/pci/host/*mvebu*
8564
8565 PCI DRIVER FOR NVIDIA TEGRA
8566 M:      Thierry Reding <[email protected]>
8567 L:      [email protected]
8568 L:      [email protected]
8569 S:      Supported
8570 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8571 F:      drivers/pci/host/pci-tegra.c
8572
8573 PCI DRIVER FOR TI DRA7XX
8574 M:      Kishon Vijay Abraham I <[email protected]>
8575 L:      [email protected]
8576 L:      [email protected]
8577 S:      Supported
8578 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8579 F:      drivers/pci/host/pci-dra7xx.c
8580
8581 PCI DRIVER FOR RENESAS R-CAR
8582 M:      Simon Horman <[email protected]>
8583 L:      [email protected]
8584 L:      [email protected]
8585 S:      Maintained
8586 F:      drivers/pci/host/*rcar*
8587
8588 PCI DRIVER FOR SAMSUNG EXYNOS
8589 M:      Jingoo Han <[email protected]>
8590 L:      [email protected]
8591 L:      [email protected] (moderated for non-subscribers)
8592 L:      [email protected] (moderated for non-subscribers)
8593 S:      Maintained
8594 F:      drivers/pci/host/pci-exynos.c
8595
8596 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8597 M:      Jingoo Han <[email protected]>
8598 M:      Pratyush Anand <[email protected]>
8599 L:      [email protected]
8600 S:      Maintained
8601 F:      drivers/pci/host/*designware*
8602
8603 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8604 M:      Joao Pinto <[email protected]>
8605 L:      [email protected]
8606 S:      Maintained
8607 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8608 F:      drivers/pci/host/pcie-designware-plat.c
8609
8610 PCI DRIVER FOR GENERIC OF HOSTS
8611 M:      Will Deacon <[email protected]>
8612 L:      [email protected]
8613 L:      [email protected] (moderated for non-subscribers)
8614 S:      Maintained
8615 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8616 F:      drivers/pci/host/pci-host-common.c
8617 F:      drivers/pci/host/pci-host-generic.c
8618
8619 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8620 M:      Keith Busch <[email protected]>
8621 L:      [email protected]
8622 S:      Supported
8623 F:      arch/x86/pci/vmd.c
8624
8625 PCIE DRIVER FOR ST SPEAR13XX
8626 M:      Pratyush Anand <[email protected]>
8627 L:      [email protected]
8628 S:      Maintained
8629 F:      drivers/pci/host/*spear*
8630
8631 PCI MSI DRIVER FOR ALTERA MSI IP
8632 M:      Ley Foon Tan <[email protected]>
8633 L:      [email protected] (moderated for non-subscribers)
8634 L:      [email protected]
8635 S:      Supported
8636 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8637 F:      drivers/pci/host/pcie-altera-msi.c
8638
8639 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8640 M:      Duc Dang <[email protected]>
8641 L:      [email protected]
8642 L:      [email protected]
8643 S:      Maintained
8644 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8645 F:      drivers/pci/host/pci-xgene-msi.c
8646
8647 PCIE DRIVER FOR HISILICON
8648 M:      Zhou Wang <[email protected]>
8649 M:      Gabriele Paoloni <[email protected]>
8650 L:      [email protected]
8651 S:      Maintained
8652 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8653 F:      drivers/pci/host/pcie-hisi.c
8654
8655 PCIE DRIVER FOR QUALCOMM MSM
8656 M:     Stanimir Varbanov <[email protected]>
8657 L:     [email protected]
8658 L:     [email protected]
8659 S:     Maintained
8660 F:     drivers/pci/host/*qcom*
8661
8662 PCIE DRIVER FOR CAVIUM THUNDERX
8663 M:      David Daney <[email protected]>
8664 L:      [email protected]
8665 L:      [email protected] (moderated for non-subscribers)
8666 S:      Supported
8667 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8668 F:      drivers/pci/host/pci-thunder-*
8669
8670 PCMCIA SUBSYSTEM
8671 P:      Linux PCMCIA Team
8672 L:      [email protected]
8673 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8675 S:      Maintained
8676 F:      Documentation/pcmcia/
8677 F:      drivers/pcmcia/
8678 F:      include/pcmcia/
8679
8680 PCNET32 NETWORK DRIVER
8681 M:      Don Fry <[email protected]>
8682 L:      [email protected]
8683 S:      Maintained
8684 F:      drivers/net/ethernet/amd/pcnet32.c
8685
8686 PCRYPT PARALLEL CRYPTO ENGINE
8687 M:      Steffen Klassert <[email protected]>
8688 L:      [email protected]
8689 S:      Maintained
8690 F:      crypto/pcrypt.c
8691 F:      include/crypto/pcrypt.h
8692
8693 PER-CPU MEMORY ALLOCATOR
8694 M:      Tejun Heo <[email protected]>
8695 M:      Christoph Lameter <[email protected]>
8696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8697 S:      Maintained
8698 F:      include/linux/percpu*.h
8699 F:      mm/percpu*.c
8700 F:      arch/*/include/asm/percpu.h
8701
8702 PER-TASK DELAY ACCOUNTING
8703 M:      Balbir Singh <[email protected]>
8704 S:      Maintained
8705 F:      include/linux/delayacct.h
8706 F:      kernel/delayacct.c
8707
8708 PERFORMANCE EVENTS SUBSYSTEM
8709 M:      Peter Zijlstra <[email protected]>
8710 M:      Ingo Molnar <[email protected]>
8711 M:      Arnaldo Carvalho de Melo <[email protected]>
8712 R:      Alexander Shishkin <[email protected]>
8713 L:      [email protected]
8714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8715 S:      Supported
8716 F:      kernel/events/*
8717 F:      include/linux/perf_event.h
8718 F:      include/uapi/linux/perf_event.h
8719 F:      arch/*/kernel/perf_event*.c
8720 F:      arch/*/kernel/*/perf_event*.c
8721 F:      arch/*/kernel/*/*/perf_event*.c
8722 F:      arch/*/include/asm/perf_event.h
8723 F:      arch/*/kernel/perf_callchain.c
8724 F:      tools/perf/
8725
8726 PERSONALITY HANDLING
8727 M:      Christoph Hellwig <[email protected]>
8728 L:      [email protected]
8729 S:      Maintained
8730 F:      include/linux/personality.h
8731 F:      include/uapi/linux/personality.h
8732
8733 PHONET PROTOCOL
8734 M:      Remi Denis-Courmont <[email protected]>
8735 S:      Supported
8736 F:      Documentation/networking/phonet.txt
8737 F:      include/linux/phonet.h
8738 F:      include/net/phonet/
8739 F:      include/uapi/linux/phonet.h
8740 F:      net/phonet/
8741
8742 PHRAM MTD DRIVER
8743 M:      Joern Engel <[email protected]>
8744 L:      [email protected]
8745 S:      Maintained
8746 F:      drivers/mtd/devices/phram.c
8747
8748 PICOLCD HID DRIVER
8749 M:      Bruno Prémont <[email protected]>
8750 L:      [email protected]
8751 S:      Maintained
8752 F:      drivers/hid/hid-picolcd*
8753
8754 PICOXCELL SUPPORT
8755 M:      Jamie Iles <[email protected]>
8756 L:      [email protected] (moderated for non-subscribers)
8757 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8758 S:      Supported
8759 F:      arch/arm/boot/dts/picoxcell*
8760 F:      arch/arm/mach-picoxcell/
8761 F:      drivers/crypto/picoxcell*
8762
8763 PIN CONTROL SUBSYSTEM
8764 M:      Linus Walleij <[email protected]>
8765 L:      [email protected]
8766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8767 S:      Maintained
8768 F:      drivers/pinctrl/
8769 F:      include/linux/pinctrl/
8770
8771 PIN CONTROLLER - ATMEL AT91
8772 M:      Jean-Christophe Plagniol-Villard <[email protected]>
8773 L:      [email protected] (moderated for non-subscribers)
8774 S:      Maintained
8775 F:      drivers/pinctrl/pinctrl-at91.*
8776
8777 PIN CONTROLLER - ATMEL AT91 PIO4
8778 M:      Ludovic Desroches <[email protected]>
8779 L:      [email protected] (moderated for non-subscribers)
8780 L:      [email protected]
8781 S:      Supported
8782 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8783
8784 PIN CONTROLLER - INTEL
8785 M:      Mika Westerberg <[email protected]>
8786 M:      Heikki Krogerus <[email protected]>
8787 S:      Maintained
8788 F:      drivers/pinctrl/intel/
8789
8790 PIN CONTROLLER - RENESAS
8791 M:      Laurent Pinchart <[email protected]>
8792 M:      Geert Uytterhoeven <[email protected]>
8793 L:      [email protected]
8794 S:      Maintained
8795 F:      drivers/pinctrl/sh-pfc/
8796
8797 PIN CONTROLLER - SAMSUNG
8798 M:      Tomasz Figa <[email protected]>
8799 M:      Krzysztof Kozlowski <[email protected]>
8800 M:      Sylwester Nawrocki <[email protected]>
8801 L:      [email protected] (moderated for non-subscribers)
8802 L:      [email protected] (moderated for non-subscribers)
8803 S:      Maintained
8804 F:      drivers/pinctrl/samsung/
8805
8806 PIN CONTROLLER - SINGLE
8807 M:      Tony Lindgren <[email protected]>
8808 M:      Haojian Zhuang <[email protected]>
8809 L:      [email protected] (moderated for non-subscribers)
8810 L:      [email protected]
8811 S:      Maintained
8812 F:      drivers/pinctrl/pinctrl-single.c
8813
8814 PIN CONTROLLER - ST SPEAR
8815 M:      Viresh Kumar <[email protected]>
8816 L:      [email protected]
8817 L:      [email protected] (moderated for non-subscribers)
8818 W:      http://www.st.com/spear
8819 S:      Maintained
8820 F:      drivers/pinctrl/spear/
8821
8822 PKTCDVD DRIVER
8823 M:      Jiri Kosina <[email protected]>
8824 S:      Maintained
8825 F:      drivers/block/pktcdvd.c
8826 F:      include/linux/pktcdvd.h
8827 F:      include/uapi/linux/pktcdvd.h
8828
8829 PKUNITY SOC DRIVERS
8830 M:      Guan Xuetao <[email protected]>
8831 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8832 S:      Maintained
8833 T:      git git://github.com/gxt/linux.git
8834 F:      drivers/input/serio/i8042-unicore32io.h
8835 F:      drivers/i2c/busses/i2c-puv3.c
8836 F:      drivers/video/fbdev/fb-puv3.c
8837 F:      drivers/rtc/rtc-puv3.c
8838
8839 PMBUS HARDWARE MONITORING DRIVERS
8840 M:      Guenter Roeck <[email protected]>
8841 L:      [email protected]
8842 W:      http://hwmon.wiki.kernel.org/
8843 W:      http://www.roeck-us.net/linux/drivers/
8844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8845 S:      Maintained
8846 F:      Documentation/hwmon/pmbus
8847 F:      drivers/hwmon/pmbus/
8848 F:      include/linux/i2c/pmbus.h
8849
8850 PMC SIERRA MaxRAID DRIVER
8851 L:      [email protected]
8852 W:      http://www.pmc-sierra.com/
8853 S:      Orphan
8854 F:      drivers/scsi/pmcraid.*
8855
8856 PMC SIERRA PM8001 DRIVER
8857 M:      Jack Wang <[email protected]>
8858 M:      [email protected]
8859 L:      [email protected]
8860 L:      [email protected]
8861 S:      Supported
8862 F:      drivers/scsi/pm8001/
8863
8864 POSIX CLOCKS and TIMERS
8865 M:      Thomas Gleixner <[email protected]>
8866 L:      [email protected]
8867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8868 S:      Maintained
8869 F:      fs/timerfd.c
8870 F:      include/linux/timer*
8871 F:      kernel/time/*timer*
8872
8873 POWER MANAGEMENT CORE
8874 M:      "Rafael J. Wysocki" <[email protected]>
8875 L:      [email protected]
8876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8877 S:      Supported
8878 F:      drivers/base/power/
8879 F:      include/linux/pm.h
8880 F:      include/linux/pm_*
8881 F:      include/linux/powercap.h
8882 F:      drivers/powercap/
8883
8884 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8885 M:      Sebastian Reichel <[email protected]>
8886 M:      Dmitry Eremin-Solenikov <[email protected]>
8887 M:      David Woodhouse <[email protected]>
8888 L:      [email protected]
8889 T:      git git://git.infradead.org/battery-2.6.git
8890 S:      Maintained
8891 F:      include/linux/power_supply.h
8892 F:      drivers/power/
8893 X:      drivers/power/avs/
8894
8895 POWER STATE COORDINATION INTERFACE (PSCI)
8896 M:      Mark Rutland <[email protected]>
8897 M:      Lorenzo Pieralisi <[email protected]>
8898 L:      [email protected]
8899 S:      Maintained
8900 F:      drivers/firmware/psci.c
8901 F:      include/linux/psci.h
8902 F:      include/uapi/linux/psci.h
8903
8904 PNP SUPPORT
8905 M:      "Rafael J. Wysocki" <[email protected]>
8906 S:      Maintained
8907 F:      drivers/pnp/
8908
8909 PPP PROTOCOL DRIVERS AND COMPRESSORS
8910 M:      Paul Mackerras <[email protected]>
8911 L:      [email protected]
8912 S:      Maintained
8913 F:      drivers/net/ppp/ppp_*
8914
8915 PPP OVER ATM (RFC 2364)
8916 M:      Mitchell Blank Jr <[email protected]>
8917 S:      Maintained
8918 F:      net/atm/pppoatm.c
8919 F:      include/uapi/linux/atmppp.h
8920
8921 PPP OVER ETHERNET
8922 M:      Michal Ostrowski <[email protected]>
8923 S:      Maintained
8924 F:      drivers/net/ppp/pppoe.c
8925 F:      drivers/net/ppp/pppox.c
8926
8927 PPP OVER L2TP
8928 M:      James Chapman <[email protected]>
8929 S:      Maintained
8930 F:      net/l2tp/l2tp_ppp.c
8931 F:      include/linux/if_pppol2tp.h
8932 F:      include/uapi/linux/if_pppol2tp.h
8933
8934 PPS SUPPORT
8935 M:      Rodolfo Giometti <[email protected]>
8936 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8937 L:      [email protected] (subscribers-only)
8938 S:      Maintained
8939 F:      Documentation/pps/
8940 F:      drivers/pps/
8941 F:      include/linux/pps*.h
8942
8943 PPTP DRIVER
8944 M:      Dmitry Kozlov <[email protected]>
8945 L:      [email protected]
8946 S:      Maintained
8947 F:      drivers/net/ppp/pptp.c
8948 W:      http://sourceforge.net/projects/accel-pptp
8949
8950 PREEMPTIBLE KERNEL
8951 M:      Robert Love <[email protected]>
8952 L:      [email protected]
8953 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8954 S:      Supported
8955 F:      Documentation/preempt-locking.txt
8956 F:      include/linux/preempt.h
8957
8958 PRISM54 WIRELESS DRIVER
8959 M:      "Luis R. Rodriguez" <[email protected]>
8960 L:      [email protected]
8961 W:      http://wireless.kernel.org/en/users/Drivers/p54
8962 S:      Obsolete
8963 F:      drivers/net/wireless/intersil/prism54/
8964
8965 PS3 NETWORK SUPPORT
8966 M:      Geoff Levand <[email protected]>
8967 L:      [email protected]
8968 L:      [email protected]
8969 S:      Maintained
8970 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8971
8972 PS3 PLATFORM SUPPORT
8973 M:      Geoff Levand <[email protected]>
8974 L:      [email protected]
8975 S:      Maintained
8976 F:      arch/powerpc/boot/ps3*
8977 F:      arch/powerpc/include/asm/lv1call.h
8978 F:      arch/powerpc/include/asm/ps3*.h
8979 F:      arch/powerpc/platforms/ps3/
8980 F:      drivers/*/ps3*
8981 F:      drivers/ps3/
8982 F:      drivers/rtc/rtc-ps3.c
8983 F:      drivers/usb/host/*ps3.c
8984 F:      sound/ppc/snd_ps3*
8985
8986 PS3VRAM DRIVER
8987 M:      Jim Paris <[email protected]>
8988 M:      Geoff Levand <[email protected]>
8989 L:      [email protected]
8990 S:      Maintained
8991 F:      drivers/block/ps3vram.c
8992
8993 PSTORE FILESYSTEM
8994 M:      Anton Vorontsov <[email protected]>
8995 M:      Colin Cross <[email protected]>
8996 M:      Kees Cook <[email protected]>
8997 M:      Tony Luck <[email protected]>
8998 S:      Maintained
8999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9000 F:      fs/pstore/
9001 F:      include/linux/pstore*
9002 F:      drivers/firmware/efi/efi-pstore.c
9003 F:      drivers/acpi/apei/erst.c
9004
9005 PTP HARDWARE CLOCK SUPPORT
9006 M:      Richard Cochran <[email protected]>
9007 L:      [email protected]
9008 S:      Maintained
9009 W:      http://linuxptp.sourceforge.net/
9010 F:      Documentation/ABI/testing/sysfs-ptp
9011 F:      Documentation/ptp/*
9012 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9013 F:      drivers/net/phy/dp83640*
9014 F:      drivers/ptp/*
9015 F:      include/linux/ptp_cl*
9016
9017 PTRACE SUPPORT
9018 M:      Roland McGrath <[email protected]>
9019 M:      Oleg Nesterov <[email protected]>
9020 S:      Maintained
9021 F:      include/asm-generic/syscall.h
9022 F:      include/linux/ptrace.h
9023 F:      include/linux/regset.h
9024 F:      include/linux/tracehook.h
9025 F:      include/uapi/linux/ptrace.h
9026 F:      kernel/ptrace.c
9027
9028 PVRUSB2 VIDEO4LINUX DRIVER
9029 M:      Mike Isely <[email protected]>
9030 L:      [email protected]       (subscribers-only)
9031 L:      [email protected]
9032 W:      http://www.isely.net/pvrusb2/
9033 T:      git git://linuxtv.org/media_tree.git
9034 S:      Maintained
9035 F:      Documentation/video4linux/README.pvrusb2
9036 F:      drivers/media/usb/pvrusb2/
9037
9038 PWC WEBCAM DRIVER
9039 M:      Hans de Goede <[email protected]>
9040 L:      [email protected]
9041 T:      git git://linuxtv.org/media_tree.git
9042 S:      Maintained
9043 F:      drivers/media/usb/pwc/*
9044
9045 PWM FAN DRIVER
9046 M:      Kamil Debski <[email protected]>
9047 L:      [email protected]
9048 S:      Supported
9049 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9050 F:      Documentation/hwmon/pwm-fan
9051 F:      drivers/hwmon/pwm-fan.c
9052
9053 PWM SUBSYSTEM
9054 M:      Thierry Reding <[email protected]>
9055 L:      [email protected]
9056 S:      Maintained
9057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9058 F:      Documentation/pwm.txt
9059 F:      Documentation/devicetree/bindings/pwm/
9060 F:      include/linux/pwm.h
9061 F:      drivers/pwm/
9062 F:      drivers/video/backlight/pwm_bl.c
9063 F:      include/linux/pwm_backlight.h
9064
9065 PXA2xx/PXA3xx SUPPORT
9066 M:      Daniel Mack <[email protected]>
9067 M:      Haojian Zhuang <[email protected]>
9068 M:      Robert Jarzmik <[email protected]>
9069 L:      [email protected] (moderated for non-subscribers)
9070 T:      git git://github.com/hzhuang1/linux.git
9071 T:      git git://github.com/rjarzmik/linux.git
9072 S:      Maintained
9073 F:      arch/arm/boot/dts/pxa*
9074 F:      arch/arm/mach-pxa/
9075 F:      drivers/dma/pxa*
9076 F:      drivers/pcmcia/pxa2xx*
9077 F:      drivers/pinctrl/pxa/
9078 F:      drivers/spi/spi-pxa2xx*
9079 F:      drivers/usb/gadget/udc/pxa2*
9080 F:      include/sound/pxa2xx-lib.h
9081 F:      sound/arm/pxa*
9082 F:      sound/soc/pxa/
9083
9084 PXA GPIO DRIVER
9085 M:      Robert Jarzmik <[email protected]>
9086 L:      [email protected]
9087 S:      Maintained
9088 F:      drivers/gpio/gpio-pxa.c
9089
9090 PXA3xx NAND FLASH DRIVER
9091 M:      Ezequiel Garcia <[email protected]>
9092 L:      [email protected]
9093 S:      Maintained
9094 F:      drivers/mtd/nand/pxa3xx_nand.c
9095
9096 MMP SUPPORT
9097 M:      Eric Miao <[email protected]>
9098 M:      Haojian Zhuang <[email protected]>
9099 L:      [email protected] (moderated for non-subscribers)
9100 T:      git git://github.com/hzhuang1/linux.git
9101 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9102 S:      Maintained
9103 F:      arch/arm/boot/dts/mmp*
9104 F:      arch/arm/mach-mmp/
9105
9106 PXA MMCI DRIVER
9107 S:      Orphan
9108
9109 PXA RTC DRIVER
9110 M:      Robert Jarzmik <[email protected]>
9111 L:      [email protected]
9112 S:      Maintained
9113
9114 QAT DRIVER
9115 M:      Tadeusz Struk <[email protected]>
9116 L:      [email protected]
9117 S:      Supported
9118 F:      drivers/crypto/qat/
9119
9120 QIB DRIVER
9121 M:      Mike Marciniszyn <[email protected]>
9122 L:      [email protected]
9123 S:      Supported
9124 F:      drivers/infiniband/hw/qib/
9125
9126 QLOGIC QLA1280 SCSI DRIVER
9127 M:      Michael Reed <[email protected]>
9128 L:      [email protected]
9129 S:      Maintained
9130 F:      drivers/scsi/qla1280.[ch]
9131
9132 QLOGIC QLA2XXX FC-SCSI DRIVER
9133 M:      [email protected]
9134 L:      [email protected]
9135 S:      Supported
9136 F:      Documentation/scsi/LICENSE.qla2xxx
9137 F:      drivers/scsi/qla2xxx/
9138
9139 QLOGIC QLA4XXX iSCSI DRIVER
9140 M:      [email protected]
9141 L:      [email protected]
9142 S:      Supported
9143 F:      Documentation/scsi/LICENSE.qla4xxx
9144 F:      drivers/scsi/qla4xxx/
9145
9146 QLOGIC QLA3XXX NETWORK DRIVER
9147 M:      Jitendra Kalsaria <[email protected]>
9148 M:      Ron Mercer <[email protected]>
9149 M:      [email protected]
9150 L:      [email protected]
9151 S:      Supported
9152 F:      Documentation/networking/LICENSE.qla3xxx
9153 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9154
9155 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9156 M:      [email protected]
9157 L:      [email protected]
9158 S:      Supported
9159 F:      drivers/net/ethernet/qlogic/qlcnic/
9160
9161 QLOGIC QLGE 10Gb ETHERNET DRIVER
9162 M:      Harish Patil <[email protected]>
9163 M:      Sudarsana Kalluru <[email protected]>
9164 M:      [email protected]
9165 M:      [email protected]
9166 L:      [email protected]
9167 S:      Supported
9168 F:      drivers/net/ethernet/qlogic/qlge/
9169
9170 QLOGIC QL4xxx ETHERNET DRIVER
9171 M:      Yuval Mintz <[email protected]>
9172 M:      Ariel Elior <[email protected]>
9173 M:      [email protected]
9174 L:      [email protected]
9175 S:      Supported
9176 F:      drivers/net/ethernet/qlogic/qed/
9177 F:      include/linux/qed/
9178 F:      drivers/net/ethernet/qlogic/qede/
9179
9180 QNX4 FILESYSTEM
9181 M:      Anders Larsen <[email protected]>
9182 W:      http://www.alarsen.net/linux/qnx4fs/
9183 S:      Maintained
9184 F:      fs/qnx4/
9185 F:      include/uapi/linux/qnx4_fs.h
9186 F:      include/uapi/linux/qnxtypes.h
9187
9188 QT1010 MEDIA DRIVER
9189 M:      Antti Palosaari <[email protected]>
9190 L:      [email protected]
9191 W:      https://linuxtv.org
9192 W:      http://palosaari.fi/linux/
9193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9194 T:      git git://linuxtv.org/anttip/media_tree.git
9195 S:      Maintained
9196 F:      drivers/media/tuners/qt1010*
9197
9198 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9199 M:      QCA ath9k Development <[email protected]>
9200 L:      [email protected]
9201 L:      [email protected]
9202 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9203 S:      Supported
9204 F:      drivers/net/wireless/ath/ath9k/
9205
9206 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9207 M:      Kalle Valo <[email protected]>
9208 L:      [email protected]
9209 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9211 S:      Supported
9212 F:      drivers/net/wireless/ath/ath10k/
9213
9214 QUALCOMM HEXAGON ARCHITECTURE
9215 M:      Richard Kuo <[email protected]>
9216 L:      [email protected]
9217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9218 S:      Supported
9219 F:      arch/hexagon/
9220
9221 QUALCOMM WCN36XX WIRELESS DRIVER
9222 M:      Eugene Krasnikov <[email protected]>
9223 L:      [email protected]
9224 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9225 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9226 S:      Supported
9227 F:      drivers/net/wireless/ath/wcn36xx/
9228
9229 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9230 M:      Gabriel Somlo <[email protected]>
9231 M:      "Michael S. Tsirkin" <[email protected]>
9232 L:      [email protected]
9233 S:      Maintained
9234 F:      drivers/firmware/qemu_fw_cfg.c
9235
9236 RADOS BLOCK DEVICE (RBD)
9237 M:      Ilya Dryomov <[email protected]>
9238 M:      Sage Weil <[email protected]>
9239 M:      Alex Elder <[email protected]>
9240 L:      [email protected]
9241 W:      http://ceph.com/
9242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9243 T:      git git://github.com/ceph/ceph-client.git
9244 S:      Supported
9245 F:      Documentation/ABI/testing/sysfs-bus-rbd
9246 F:      drivers/block/rbd.c
9247 F:      drivers/block/rbd_types.h
9248
9249 RADEON FRAMEBUFFER DISPLAY DRIVER
9250 M:      Benjamin Herrenschmidt <[email protected]>
9251 L:      [email protected]
9252 S:      Maintained
9253 F:      drivers/video/fbdev/aty/radeon*
9254 F:      include/uapi/linux/radeonfb.h
9255
9256 RADIOSHARK RADIO DRIVER
9257 M:      Hans de Goede <[email protected]>
9258 L:      [email protected]
9259 T:      git git://linuxtv.org/media_tree.git
9260 S:      Maintained
9261 F:      drivers/media/radio/radio-shark.c
9262
9263 RADIOSHARK2 RADIO DRIVER
9264 M:      Hans de Goede <[email protected]>
9265 L:      [email protected]
9266 T:      git git://linuxtv.org/media_tree.git
9267 S:      Maintained
9268 F:      drivers/media/radio/radio-shark2.c
9269 F:      drivers/media/radio/radio-tea5777.c
9270
9271 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9272 M:      Paul Mackerras <[email protected]>
9273 L:      [email protected]
9274 S:      Maintained
9275 F:      drivers/video/fbdev/aty/aty128fb.c
9276
9277 RALINK MIPS ARCHITECTURE
9278 M:      John Crispin <[email protected]>
9279 L:      [email protected]
9280 S:      Maintained
9281 F:      arch/mips/ralink
9282
9283 RALINK RT2X00 WIRELESS LAN DRIVER
9284 P:      rt2x00 project
9285 M:      Stanislaw Gruszka <[email protected]>
9286 M:      Helmut Schaa <[email protected]>
9287 L:      [email protected]
9288 S:      Maintained
9289 F:      drivers/net/wireless/ralink/rt2x00/
9290
9291 RAMDISK RAM BLOCK DEVICE DRIVER
9292 M:      Jens Axboe <[email protected]>
9293 S:      Maintained
9294 F:      Documentation/blockdev/ramdisk.txt
9295 F:      drivers/block/brd.c
9296
9297 RANDOM NUMBER DRIVER
9298 M:      "Theodore Ts'o" <[email protected]>
9299 S:      Maintained
9300 F:      drivers/char/random.c
9301
9302 RAPIDIO SUBSYSTEM
9303 M:      Matt Porter <[email protected]>
9304 M:      Alexandre Bounine <[email protected]>
9305 S:      Maintained
9306 F:      drivers/rapidio/
9307
9308 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9309 L:      [email protected]
9310 S:      Orphan
9311 F:      drivers/net/wireless/ray*
9312
9313 RCUTORTURE MODULE
9314 M:      Josh Triplett <[email protected]>
9315 M:      "Paul E. McKenney" <[email protected]>
9316 L:      [email protected]
9317 S:      Supported
9318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9319 F:      Documentation/RCU/torture.txt
9320 F:      kernel/rcu/rcutorture.c
9321
9322 RCUTORTURE TEST FRAMEWORK
9323 M:      "Paul E. McKenney" <[email protected]>
9324 M:      Josh Triplett <[email protected]>
9325 R:      Steven Rostedt <[email protected]>
9326 R:      Mathieu Desnoyers <[email protected]>
9327 R:      Lai Jiangshan <[email protected]>
9328 L:      [email protected]
9329 S:      Supported
9330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9331 F:      tools/testing/selftests/rcutorture
9332
9333 RDC R-321X SoC
9334 M:      Florian Fainelli <[email protected]>
9335 S:      Maintained
9336
9337 RDC R6040 FAST ETHERNET DRIVER
9338 M:      Florian Fainelli <[email protected]>
9339 L:      [email protected]
9340 S:      Maintained
9341 F:      drivers/net/ethernet/rdc/r6040.c
9342
9343 RDS - RELIABLE DATAGRAM SOCKETS
9344 M:      Santosh Shilimkar <[email protected]>
9345 L:      [email protected]
9346 L:      [email protected]
9347 L:      [email protected] (moderated for non-subscribers)
9348 W:      https://oss.oracle.com/projects/rds/
9349 S:      Supported
9350 F:      net/rds/
9351 F:      Documentation/networking/rds.txt
9352
9353 RDMAVT - RDMA verbs software
9354 M:      Dennis Dalessandro <[email protected]>
9355 L:      [email protected]
9356 S:      Supported
9357 F:      drivers/infiniband/sw/rdmavt
9358
9359 READ-COPY UPDATE (RCU)
9360 M:      "Paul E. McKenney" <[email protected]>
9361 M:      Josh Triplett <[email protected]>
9362 R:      Steven Rostedt <[email protected]>
9363 R:      Mathieu Desnoyers <[email protected]>
9364 R:      Lai Jiangshan <[email protected]>
9365 L:      [email protected]
9366 W:      http://www.rdrop.com/users/paulmck/RCU/
9367 S:      Supported
9368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9369 F:      Documentation/RCU/
9370 X:      Documentation/RCU/torture.txt
9371 F:      include/linux/rcu*
9372 X:      include/linux/srcu.h
9373 F:      kernel/rcu/
9374 X:      kernel/torture.c
9375
9376 REAL TIME CLOCK (RTC) SUBSYSTEM
9377 M:      Alessandro Zummo <[email protected]>
9378 M:      Alexandre Belloni <[email protected]>
9379 L:      [email protected]
9380 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9382 S:      Maintained
9383 F:      Documentation/rtc.txt
9384 F:      drivers/rtc/
9385 F:      include/linux/rtc.h
9386 F:      include/uapi/linux/rtc.h
9387
9388 REALTEK AUDIO CODECS
9389 M:      Bard Liao <[email protected]>
9390 M:      Oder Chiou <[email protected]>
9391 S:      Maintained
9392 F:      sound/soc/codecs/rt*
9393 F:      include/sound/rt*.h
9394
9395 REISERFS FILE SYSTEM
9396 L:      [email protected]
9397 S:      Supported
9398 F:      fs/reiserfs/
9399
9400 REGISTER MAP ABSTRACTION
9401 M:      Mark Brown <[email protected]>
9402 L:      [email protected]
9403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9404 S:      Supported
9405 F:      drivers/base/regmap/
9406 F:      include/linux/regmap.h
9407
9408 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9409 M:      Ohad Ben-Cohen <[email protected]>
9410 M:      Bjorn Andersson <[email protected]>
9411 L:      [email protected]
9412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9413 S:      Maintained
9414 F:      drivers/remoteproc/
9415 F:      Documentation/remoteproc.txt
9416 F:      include/linux/remoteproc.h
9417
9418 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9419 M:      Ohad Ben-Cohen <[email protected]>
9420 M:      Bjorn Andersson <[email protected]>
9421 L:      [email protected]
9422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9423 S:      Maintained
9424 F:      drivers/rpmsg/
9425 F:      Documentation/rpmsg.txt
9426 F:      include/linux/rpmsg.h
9427
9428 RENESAS ETHERNET DRIVERS
9429 R:      Sergei Shtylyov <[email protected]>
9430 L:      [email protected]
9431 L:      [email protected]
9432 F:      drivers/net/ethernet/renesas/
9433 F:      include/linux/sh_eth.h
9434
9435 RENESAS USB2 PHY DRIVER
9436 M:      Yoshihiro Shimoda <[email protected]>
9437 L:      [email protected]
9438 S:      Maintained
9439 F:      drivers/phy/phy-rcar-gen3-usb2.c
9440
9441 RESET CONTROLLER FRAMEWORK
9442 M:      Philipp Zabel <[email protected]>
9443 T:      git git://git.pengutronix.de/git/pza/linux
9444 S:      Maintained
9445 F:      drivers/reset/
9446 F:      Documentation/devicetree/bindings/reset/
9447 F:      include/dt-bindings/reset/
9448 F:      include/linux/reset.h
9449 F:      include/linux/reset-controller.h
9450
9451 RFKILL
9452 M:      Johannes Berg <[email protected]>
9453 L:      [email protected]
9454 W:      http://wireless.kernel.org/
9455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9457 S:      Maintained
9458 F:      Documentation/rfkill.txt
9459 F:      net/rfkill/
9460
9461 RHASHTABLE
9462 M:      Thomas Graf <[email protected]>
9463 L:      [email protected]
9464 S:      Maintained
9465 F:      lib/rhashtable.c
9466 F:      include/linux/rhashtable.h
9467
9468 RICOH SMARTMEDIA/XD DRIVER
9469 M:      Maxim Levitsky <[email protected]>
9470 S:      Maintained
9471 F:      drivers/mtd/nand/r852.c
9472 F:      drivers/mtd/nand/r852.h
9473
9474 RICOH R5C592 MEMORYSTICK DRIVER
9475 M:      Maxim Levitsky <[email protected]>
9476 S:      Maintained
9477 F:      drivers/memstick/host/r592.*
9478
9479 ROCCAT DRIVERS
9480 M:      Stefan Achatz <[email protected]>
9481 W:      http://sourceforge.net/projects/roccat/
9482 S:      Maintained
9483 F:      drivers/hid/hid-roccat*
9484 F:      include/linux/hid-roccat*
9485 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9486
9487 ROCKER DRIVER
9488 M:      Jiri Pirko <[email protected]>
9489 M:      Scott Feldman <[email protected]>
9490 L:      [email protected]
9491 S:      Supported
9492 F:      drivers/net/ethernet/rocker/
9493
9494 ROCKETPORT DRIVER
9495 P:      Comtrol Corp.
9496 W:      http://www.comtrol.com
9497 S:      Maintained
9498 F:      Documentation/serial/rocket.txt
9499 F:      drivers/tty/rocket*
9500
9501 ROCKETPORT EXPRESS/INFINITY DRIVER
9502 M:      Kevin Cernekee <[email protected]>
9503 L:      [email protected]
9504 S:      Odd Fixes
9505 F:      drivers/tty/serial/rp2.*
9506
9507 ROSE NETWORK LAYER
9508 M:      Ralf Baechle <[email protected]>
9509 L:      [email protected]
9510 W:      http://www.linux-ax25.org/
9511 S:      Maintained
9512 F:      include/net/rose.h
9513 F:      include/uapi/linux/rose.h
9514 F:      net/rose/
9515
9516 RTL2830 MEDIA DRIVER
9517 M:      Antti Palosaari <[email protected]>
9518 L:      [email protected]
9519 W:      https://linuxtv.org
9520 W:      http://palosaari.fi/linux/
9521 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9522 T:      git git://linuxtv.org/anttip/media_tree.git
9523 S:      Maintained
9524 F:      drivers/media/dvb-frontends/rtl2830*
9525
9526 RTL2832 MEDIA DRIVER
9527 M:      Antti Palosaari <[email protected]>
9528 L:      [email protected]
9529 W:      https://linuxtv.org
9530 W:      http://palosaari.fi/linux/
9531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9532 T:      git git://linuxtv.org/anttip/media_tree.git
9533 S:      Maintained
9534 F:      drivers/media/dvb-frontends/rtl2832*
9535
9536 RTL2832_SDR MEDIA DRIVER
9537 M:      Antti Palosaari <[email protected]>
9538 L:      [email protected]
9539 W:      https://linuxtv.org
9540 W:      http://palosaari.fi/linux/
9541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9542 T:      git git://linuxtv.org/anttip/media_tree.git
9543 S:      Maintained
9544 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9545
9546 RTL8180 WIRELESS DRIVER
9547 L:      [email protected]
9548 W:      http://wireless.kernel.org/
9549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9550 S:      Orphan
9551 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9552
9553 RTL8187 WIRELESS DRIVER
9554 M:      Herton Ronaldo Krzesinski <[email protected]>
9555 M:      Hin-Tak Leung <[email protected]>
9556 M:      Larry Finger <[email protected]>
9557 L:      [email protected]
9558 W:      http://wireless.kernel.org/
9559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9560 S:      Maintained
9561 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9562
9563 RTL8192CE WIRELESS DRIVER
9564 M:      Larry Finger <[email protected]>
9565 M:      Chaoming Li <[email protected]>
9566 L:      [email protected]
9567 W:      http://wireless.kernel.org/
9568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9569 S:      Maintained
9570 F:      drivers/net/wireless/realtek/rtlwifi/
9571 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9572
9573 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9574 M:      Jes Sorensen <[email protected]>
9575 L:      [email protected]
9576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9577 S:      Maintained
9578 F:      drivers/net/wireless/realtek/rtl8xxxu/
9579
9580 S3 SAVAGE FRAMEBUFFER DRIVER
9581 M:      Antonino Daplas <[email protected]>
9582 L:      [email protected]
9583 S:      Maintained
9584 F:      drivers/video/fbdev/savage/
9585
9586 S390
9587 M:      Martin Schwidefsky <[email protected]>
9588 M:      Heiko Carstens <[email protected]>
9589 L:      [email protected]
9590 W:      http://www.ibm.com/developerworks/linux/linux390/
9591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9592 S:      Supported
9593 F:      arch/s390/
9594 F:      drivers/s390/
9595 F:      Documentation/s390/
9596 F:      Documentation/DocBook/s390*
9597
9598 S390 COMMON I/O LAYER
9599 M:      Sebastian Ott <[email protected]>
9600 M:      Peter Oberparleiter <[email protected]>
9601 L:      [email protected]
9602 W:      http://www.ibm.com/developerworks/linux/linux390/
9603 S:      Supported
9604 F:      drivers/s390/cio/
9605
9606 S390 DASD DRIVER
9607 M:      Stefan Weinhuber <[email protected]>
9608 M:      Stefan Haberland <[email protected]>
9609 L:      [email protected]
9610 W:      http://www.ibm.com/developerworks/linux/linux390/
9611 S:      Supported
9612 F:      drivers/s390/block/dasd*
9613 F:      block/partitions/ibm.c
9614
9615 S390 NETWORK DRIVERS
9616 M:      Ursula Braun <[email protected]>
9617 L:      [email protected]
9618 W:      http://www.ibm.com/developerworks/linux/linux390/
9619 S:      Supported
9620 F:      drivers/s390/net/
9621
9622 S390 PCI SUBSYSTEM
9623 M:      Sebastian Ott <[email protected]>
9624 M:      Gerald Schaefer <[email protected]>
9625 L:      [email protected]
9626 W:      http://www.ibm.com/developerworks/linux/linux390/
9627 S:      Supported
9628 F:      arch/s390/pci/
9629 F:      drivers/pci/hotplug/s390_pci_hpc.c
9630
9631 S390 ZCRYPT DRIVER
9632 M:      Ingo Tuchscherer <[email protected]>
9633 L:      [email protected]
9634 W:      http://www.ibm.com/developerworks/linux/linux390/
9635 S:      Supported
9636 F:      drivers/s390/crypto/
9637
9638 S390 ZFCP DRIVER
9639 M:      Steffen Maier <[email protected]>
9640 L:      [email protected]
9641 W:      http://www.ibm.com/developerworks/linux/linux390/
9642 S:      Supported
9643 F:      drivers/s390/scsi/zfcp_*
9644
9645 S390 IUCV NETWORK LAYER
9646 M:      Ursula Braun <[email protected]>
9647 L:      [email protected]
9648 W:      http://www.ibm.com/developerworks/linux/linux390/
9649 S:      Supported
9650 F:      drivers/s390/net/*iucv*
9651 F:      include/net/iucv/
9652 F:      net/iucv/
9653
9654 S390 IOMMU (PCI)
9655 M:      Gerald Schaefer <[email protected]>
9656 L:      [email protected]
9657 W:      http://www.ibm.com/developerworks/linux/linux390/
9658 S:      Supported
9659 F:      drivers/iommu/s390-iommu.c
9660
9661 S3C24XX SD/MMC Driver
9662 M:      Ben Dooks <[email protected]>
9663 L:      [email protected] (moderated for non-subscribers)
9664 S:      Supported
9665 F:      drivers/mmc/host/s3cmci.*
9666
9667 SAA6588 RDS RECEIVER DRIVER
9668 M:      Hans Verkuil <[email protected]>
9669 L:      [email protected]
9670 T:      git git://linuxtv.org/media_tree.git
9671 W:      https://linuxtv.org
9672 S:      Odd Fixes
9673 F:      drivers/media/i2c/saa6588*
9674
9675 SAA7134 VIDEO4LINUX DRIVER
9676 M:      Mauro Carvalho Chehab <[email protected]>
9677 L:      [email protected]
9678 W:      https://linuxtv.org
9679 T:      git git://linuxtv.org/media_tree.git
9680 S:      Odd fixes
9681 F:      Documentation/video4linux/*.saa7134
9682 F:      drivers/media/pci/saa7134/
9683
9684 SAA7146 VIDEO4LINUX-2 DRIVER
9685 M:      Hans Verkuil <[email protected]>
9686 L:      [email protected]
9687 T:      git git://linuxtv.org/media_tree.git
9688 S:      Maintained
9689 F:      drivers/media/common/saa7146/
9690 F:      drivers/media/pci/saa7146/
9691 F:      include/media/saa7146*
9692
9693 SAMSUNG LAPTOP DRIVER
9694 M:      Corentin Chary <[email protected]>
9695 L:      [email protected]
9696 S:      Maintained
9697 F:      drivers/platform/x86/samsung-laptop.c
9698
9699 SAMSUNG AUDIO (ASoC) DRIVERS
9700 M:      Sangbeom Kim <[email protected]>
9701 L:      [email protected] (moderated for non-subscribers)
9702 S:      Supported
9703 F:      sound/soc/samsung/
9704
9705 SAMSUNG FRAMEBUFFER DRIVER
9706 M:      Jingoo Han <[email protected]>
9707 L:      [email protected]
9708 S:      Maintained
9709 F:      drivers/video/fbdev/s3c-fb.c
9710
9711 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9712 M:      Sangbeom Kim <[email protected]>
9713 M:      Krzysztof Kozlowski <[email protected]>
9714 L:      [email protected]
9715 L:      [email protected]
9716 S:      Supported
9717 F:      drivers/mfd/sec*.c
9718 F:      drivers/regulator/s2m*.c
9719 F:      drivers/regulator/s5m*.c
9720 F:      drivers/clk/clk-s2mps11.c
9721 F:      drivers/rtc/rtc-s5m.c
9722 F:      include/linux/mfd/samsung/
9723 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9724 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9725 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9726 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9727
9728 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9729 M:      Kyungmin Park <[email protected]>
9730 M:      Sylwester Nawrocki <[email protected]>
9731 L:      [email protected]
9732 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9733 S:      Supported
9734 F:      drivers/media/platform/exynos4-is/
9735
9736 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9737 M:      Sylwester Nawrocki <[email protected]>
9738 L:      [email protected]
9739 L:      [email protected] (moderated for non-subscribers)
9740 S:      Maintained
9741 F:      drivers/media/platform/s3c-camif/
9742 F:      include/media/drv-intf/s3c_camif.h
9743
9744 SAMSUNG S5C73M3 CAMERA DRIVER
9745 M:      Kyungmin Park <[email protected]>
9746 M:      Andrzej Hajda <[email protected]>
9747 L:      [email protected]
9748 S:      Supported
9749 F:      drivers/media/i2c/s5c73m3/*
9750
9751 SAMSUNG S5K5BAF CAMERA DRIVER
9752 M:      Kyungmin Park <[email protected]>
9753 M:      Andrzej Hajda <[email protected]>
9754 L:      [email protected]
9755 S:      Supported
9756 F:      drivers/media/i2c/s5k5baf.c
9757
9758 SAMSUNG S3FWRN5 NFC DRIVER
9759 M:      Robert Baldyga <[email protected]>
9760 M:      Krzysztof Opasiak <[email protected]>
9761 L:      [email protected] (moderated for non-subscribers)
9762 S:      Supported
9763 F:      drivers/nfc/s3fwrn5
9764
9765 SAMSUNG SOC CLOCK DRIVERS
9766 M:      Sylwester Nawrocki <[email protected]>
9767 M:      Tomasz Figa <[email protected]>
9768 S:      Supported
9769 L:      [email protected] (moderated for non-subscribers)
9770 F:      drivers/clk/samsung/
9771
9772 SAMSUNG SXGBE DRIVERS
9773 M:      Byungho An <[email protected]>
9774 M:      Girish K S <[email protected]>
9775 M:      Vipul Pandya <[email protected]>
9776 S:      Supported
9777 L:      [email protected]
9778 F:      drivers/net/ethernet/samsung/sxgbe/
9779
9780 SAMSUNG THERMAL DRIVER
9781 M:      Lukasz Majewski <[email protected]>
9782 L:      [email protected]
9783 L:      [email protected]
9784 S:      Supported
9785 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9786 F:      drivers/thermal/samsung/
9787
9788 SAMSUNG USB2 PHY DRIVER
9789 M:      Kamil Debski <[email protected]>
9790 L:      [email protected]
9791 S:      Supported
9792 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9793 F:      Documentation/phy/samsung-usb2.txt
9794 F:      drivers/phy/phy-exynos4210-usb2.c
9795 F:      drivers/phy/phy-exynos4x12-usb2.c
9796 F:      drivers/phy/phy-exynos5250-usb2.c
9797 F:      drivers/phy/phy-s5pv210-usb2.c
9798 F:      drivers/phy/phy-samsung-usb2.c
9799 F:      drivers/phy/phy-samsung-usb2.h
9800
9801 SERIAL DRIVERS
9802 M:      Greg Kroah-Hartman <[email protected]>
9803 L:      [email protected]
9804 S:      Maintained
9805 F:      drivers/tty/serial/
9806
9807 SYNOPSYS DESIGNWARE DMAC DRIVER
9808 M:      Viresh Kumar <[email protected]>
9809 M:      Andy Shevchenko <[email protected]>
9810 S:      Maintained
9811 F:      include/linux/dma/dw.h
9812 F:      include/linux/platform_data/dma-dw.h
9813 F:      drivers/dma/dw/
9814
9815 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9816 M: Lars Persson <[email protected]>
9817 L: [email protected]
9818 S: Supported
9819 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9820 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9821
9822 SYNOPSYS DESIGNWARE I2C DRIVER
9823 M:      Jarkko Nikula <[email protected]>
9824 R:      Andy Shevchenko <[email protected]>
9825 R:      Mika Westerberg <[email protected]>
9826 L:      [email protected]
9827 S:      Maintained
9828 F:      drivers/i2c/busses/i2c-designware-*
9829 F:      include/linux/platform_data/i2c-designware.h
9830
9831 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9832 M:      Jaehoon Chung <[email protected]>
9833 L:      [email protected]
9834 S:      Maintained
9835 F:      include/linux/mmc/dw_mmc.h
9836 F:      drivers/mmc/host/dw_mmc*
9837
9838 SYSTEM TRACE MODULE CLASS
9839 M:      Alexander Shishkin <[email protected]>
9840 S:      Maintained
9841 F:      Documentation/trace/stm.txt
9842 F:      drivers/hwtracing/stm/
9843 F:      include/linux/stm.h
9844 F:      include/uapi/linux/stm.h
9845
9846 THUNDERBOLT DRIVER
9847 M:      Andreas Noever <[email protected]>
9848 S:      Maintained
9849 F:      drivers/thunderbolt/
9850
9851 TI BQ27XXX POWER SUPPLY DRIVER
9852 R:      Andrew F. Davis <[email protected]>
9853 F:      include/linux/power/bq27xxx_battery.h
9854 F:      drivers/power/bq27xxx_battery.c
9855 F:      drivers/power/bq27xxx_battery_i2c.c
9856
9857 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9858 M:      John Stultz <[email protected]>
9859 M:      Thomas Gleixner <[email protected]>
9860 L:      [email protected]
9861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9862 S:      Supported
9863 F:      include/linux/clocksource.h
9864 F:      include/linux/time.h
9865 F:      include/linux/timex.h
9866 F:      include/uapi/linux/time.h
9867 F:      include/uapi/linux/timex.h
9868 F:      kernel/time/clocksource.c
9869 F:      kernel/time/time*.c
9870 F:      kernel/time/alarmtimer.c
9871 F:      kernel/time/ntp.c
9872 F:      tools/testing/selftests/timers/
9873
9874 SC1200 WDT DRIVER
9875 M:      Zwane Mwaikambo <[email protected]>
9876 S:      Maintained
9877 F:      drivers/watchdog/sc1200wdt.c
9878
9879 SCHEDULER
9880 M:      Ingo Molnar <[email protected]>
9881 M:      Peter Zijlstra <[email protected]>
9882 L:      [email protected]
9883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9884 S:      Maintained
9885 F:      kernel/sched/
9886 F:      include/linux/sched.h
9887 F:      include/uapi/linux/sched.h
9888 F:      include/linux/wait.h
9889
9890 SCORE ARCHITECTURE
9891 M:      Chen Liqin <[email protected]>
9892 M:      Lennox Wu <[email protected]>
9893 W:      http://www.sunplus.com
9894 S:      Supported
9895 F:      arch/score/
9896
9897 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9898 M:      Sudeep Holla <[email protected]>
9899 L:      [email protected]
9900 S:      Maintained
9901 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9902 F:      drivers/clk/clk-scpi.c
9903 F:      drivers/cpufreq/scpi-cpufreq.c
9904 F:      drivers/firmware/arm_scpi.c
9905 F:      include/linux/scpi_protocol.h
9906
9907 SCSI CDROM DRIVER
9908 M:      Jens Axboe <[email protected]>
9909 L:      [email protected]
9910 W:      http://www.kernel.dk
9911 S:      Maintained
9912 F:      drivers/scsi/sr*
9913
9914 SCSI RDMA PROTOCOL (SRP) INITIATOR
9915 M:      Bart Van Assche <[email protected]>
9916 L:      [email protected]
9917 S:      Supported
9918 W:      http://www.openfabrics.org
9919 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9921 F:      drivers/infiniband/ulp/srp/
9922 F:      include/scsi/srp.h
9923
9924 SCSI SG DRIVER
9925 M:      Doug Gilbert <[email protected]>
9926 L:      [email protected]
9927 W:      http://sg.danny.cz/sg
9928 S:      Maintained
9929 F:      Documentation/scsi/scsi-generic.txt
9930 F:      drivers/scsi/sg.c
9931 F:      include/scsi/sg.h
9932
9933 SCSI SUBSYSTEM
9934 M:      "James E.J. Bottomley" <[email protected]>
9935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9936 M:      "Martin K. Petersen" <[email protected]>
9937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9938 L:      [email protected]
9939 S:      Maintained
9940 F:      drivers/scsi/
9941 F:      include/scsi/
9942
9943 SCSI TAPE DRIVER
9944 M:      Kai Mäkisara <[email protected]>
9945 L:      [email protected]
9946 S:      Maintained
9947 F:      Documentation/scsi/st.txt
9948 F:      drivers/scsi/st.*
9949 F:      drivers/scsi/st_*.h
9950
9951 SCTP PROTOCOL
9952 M:      Vlad Yasevich <[email protected]>
9953 M:      Neil Horman <[email protected]>
9954 L:      [email protected]
9955 W:      http://lksctp.sourceforge.net
9956 S:      Maintained
9957 F:      Documentation/networking/sctp.txt
9958 F:      include/linux/sctp.h
9959 F:      include/uapi/linux/sctp.h
9960 F:      include/net/sctp/
9961 F:      net/sctp/
9962
9963 SCx200 CPU SUPPORT
9964 M:      Jim Cromie <[email protected]>
9965 S:      Odd Fixes
9966 F:      Documentation/i2c/busses/scx200_acb
9967 F:      arch/x86/platform/scx200/
9968 F:      drivers/watchdog/scx200_wdt.c
9969 F:      drivers/i2c/busses/scx200*
9970 F:      drivers/mtd/maps/scx200_docflash.c
9971 F:      include/linux/scx200.h
9972
9973 SCx200 GPIO DRIVER
9974 M:      Jim Cromie <[email protected]>
9975 S:      Maintained
9976 F:      drivers/char/scx200_gpio.c
9977 F:      include/linux/scx200_gpio.h
9978
9979 SCx200 HRT CLOCKSOURCE DRIVER
9980 M:      Jim Cromie <[email protected]>
9981 S:      Maintained
9982 F:      drivers/clocksource/scx200_hrt.c
9983
9984 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9985 M:      Sascha Sommer <[email protected]>
9986 L:      [email protected] (subscribers-only)
9987 S:      Maintained
9988 F:      drivers/mmc/host/sdricoh_cs.c
9989
9990 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9991 M:      Adrian Hunter <[email protected]>
9992 L:      [email protected]
9993 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9994 S:      Maintained
9995 F:      drivers/mmc/host/sdhci*
9996 F:      include/linux/mmc/sdhci*
9997
9998 SECURE COMPUTING
9999 M:      Kees Cook <[email protected]>
10000 R:      Andy Lutomirski <[email protected]>
10001 R:      Will Drewry <[email protected]>
10002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10003 S:      Supported
10004 F:      kernel/seccomp.c
10005 F:      include/uapi/linux/seccomp.h
10006 F:      include/linux/seccomp.h
10007 F:      tools/testing/selftests/seccomp/*
10008 K:      \bsecure_computing
10009 K:      \bTIF_SECCOMP\b
10010
10011 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10012 M:      Ben Dooks <[email protected]>
10013 M:      Jaehoon Chung <[email protected]>
10014 L:      [email protected]
10015 S:      Maintained
10016 F:      drivers/mmc/host/sdhci-s3c*
10017
10018 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10019 M:      Viresh Kumar <[email protected]>
10020 L:      [email protected]
10021 L:      [email protected]
10022 S:      Maintained
10023 F:      drivers/mmc/host/sdhci-spear.c
10024
10025 SECURITY SUBSYSTEM
10026 M:      James Morris <[email protected]>
10027 M:      "Serge E. Hallyn" <[email protected]>
10028 L:      [email protected] (suggested Cc:)
10029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10030 W:      http://kernsec.org/
10031 S:      Supported
10032 F:      security/
10033
10034 SECURITY CONTACT
10035 M:      Security Officers <[email protected]>
10036 S:      Supported
10037
10038 SELINUX SECURITY MODULE
10039 M:      Paul Moore <[email protected]>
10040 M:      Stephen Smalley <[email protected]>
10041 M:      Eric Paris <[email protected]>
10042 L:      [email protected] (moderated for non-subscribers)
10043 W:      http://selinuxproject.org
10044 T:      git git://git.infradead.org/users/pcmoore/selinux
10045 S:      Supported
10046 F:      include/linux/selinux*
10047 F:      security/selinux/
10048 F:      scripts/selinux/
10049
10050 APPARMOR SECURITY MODULE
10051 M:      John Johansen <[email protected]>
10052 L:      [email protected] (subscribers-only, general discussion)
10053 W:      apparmor.wiki.kernel.org
10054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10055 S:      Supported
10056 F:      security/apparmor/
10057
10058 LOADPIN SECURITY MODULE
10059 M:      Kees Cook <[email protected]>
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10061 S:      Supported
10062 F:      security/loadpin/
10063
10064 YAMA SECURITY MODULE
10065 M:      Kees Cook <[email protected]>
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10067 S:      Supported
10068 F:      security/yama/
10069
10070 SENSABLE PHANTOM
10071 M:      Jiri Slaby <[email protected]>
10072 S:      Maintained
10073 F:      drivers/misc/phantom.c
10074 F:      include/uapi/linux/phantom.h
10075
10076 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10077 M:      Jayamohan Kallickal <[email protected]>
10078 M:      Ketan Mukadam <[email protected]>
10079 M:      John Soni Jose <[email protected]>
10080 L:      [email protected]
10081 W:      http://www.avagotech.com
10082 S:      Supported
10083 F:      drivers/scsi/be2iscsi/
10084
10085 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10086 M:      Sathya Perla <[email protected]>
10087 M:      Ajit Khaparde <[email protected]>
10088 M:      Padmanabh Ratnakar <[email protected]>
10089 M:      Sriharsha Basavapatna <[email protected]>
10090 M:      Somnath Kotur <[email protected]>
10091 L:      [email protected]
10092 W:      http://www.emulex.com
10093 S:      Supported
10094 F:      drivers/net/ethernet/emulex/benet/
10095
10096 EMULEX ONECONNECT ROCE DRIVER
10097 M:      Selvin Xavier <[email protected]>
10098 M:      Devesh Sharma <[email protected]>
10099 M:      Mitesh Ahuja <[email protected]>
10100 L:      [email protected]
10101 W:      http://www.emulex.com
10102 S:      Supported
10103 F:      drivers/infiniband/hw/ocrdma/
10104
10105 SFC NETWORK DRIVER
10106 M:      Solarflare linux maintainers <[email protected]>
10107 M:      Edward Cree <[email protected]>
10108 M:      Bert Kenward <[email protected]>
10109 L:      [email protected]
10110 S:      Supported
10111 F:      drivers/net/ethernet/sfc/
10112
10113 SGI GRU DRIVER
10114 M:      Dimitri Sivanich <[email protected]>
10115 S:      Maintained
10116 F:      drivers/misc/sgi-gru/
10117
10118 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10119 M:      Pat Gefre <[email protected]>
10120 L:      [email protected]
10121 S:      Supported
10122 F:      Documentation/ia64/serial.txt
10123 F:      drivers/tty/serial/ioc?_serial.c
10124 F:      include/linux/ioc?.h
10125
10126 SGI XP/XPC/XPNET DRIVER
10127 M:      Cliff Whickman <[email protected]>
10128 M:      Robin Holt <[email protected]>
10129 S:      Maintained
10130 F:      drivers/misc/sgi-xp/
10131
10132 SI2157 MEDIA DRIVER
10133 M:      Antti Palosaari <[email protected]>
10134 L:      [email protected]
10135 W:      https://linuxtv.org
10136 W:      http://palosaari.fi/linux/
10137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10138 T:      git git://linuxtv.org/anttip/media_tree.git
10139 S:      Maintained
10140 F:      drivers/media/tuners/si2157*
10141
10142 SI2168 MEDIA DRIVER
10143 M:      Antti Palosaari <[email protected]>
10144 L:      [email protected]
10145 W:      https://linuxtv.org
10146 W:      http://palosaari.fi/linux/
10147 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10148 T:      git git://linuxtv.org/anttip/media_tree.git
10149 S:      Maintained
10150 F:      drivers/media/dvb-frontends/si2168*
10151
10152 SI470X FM RADIO RECEIVER I2C DRIVER
10153 M:      Hans Verkuil <[email protected]>
10154 L:      [email protected]
10155 T:      git git://linuxtv.org/media_tree.git
10156 W:      https://linuxtv.org
10157 S:      Odd Fixes
10158 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10159
10160 SI470X FM RADIO RECEIVER USB DRIVER
10161 M:      Hans Verkuil <[email protected]>
10162 L:      [email protected]
10163 T:      git git://linuxtv.org/media_tree.git
10164 W:      https://linuxtv.org
10165 S:      Maintained
10166 F:      drivers/media/radio/si470x/radio-si470x-common.c
10167 F:      drivers/media/radio/si470x/radio-si470x.h
10168 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10169
10170 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10171 M:      Eduardo Valentin <[email protected]>
10172 L:      [email protected]
10173 T:      git git://linuxtv.org/media_tree.git
10174 W:      https://linuxtv.org
10175 S:      Odd Fixes
10176 F:      drivers/media/radio/si4713/si4713.?
10177
10178 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10179 M:      Eduardo Valentin <[email protected]>
10180 L:      [email protected]
10181 T:      git git://linuxtv.org/media_tree.git
10182 W:      https://linuxtv.org
10183 S:      Odd Fixes
10184 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10185
10186 SI4713 FM RADIO TRANSMITTER USB DRIVER
10187 M:      Hans Verkuil <[email protected]>
10188 L:      [email protected]
10189 T:      git git://linuxtv.org/media_tree.git
10190 W:      https://linuxtv.org
10191 S:      Maintained
10192 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10193
10194 SIANO DVB DRIVER
10195 M:      Mauro Carvalho Chehab <[email protected]>
10196 L:      [email protected]
10197 W:      https://linuxtv.org
10198 T:      git git://linuxtv.org/media_tree.git
10199 S:      Odd fixes
10200 F:      drivers/media/common/siano/
10201 F:      drivers/media/usb/siano/
10202 F:      drivers/media/usb/siano/
10203 F:      drivers/media/mmc/siano/
10204
10205 SIMPLEFB FB DRIVER
10206 M:      Hans de Goede <[email protected]>
10207 L:      [email protected]
10208 S:      Maintained
10209 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10210 F:      drivers/video/fbdev/simplefb.c
10211 F:      include/linux/platform_data/simplefb.h
10212
10213 SH_VEU V4L2 MEM2MEM DRIVER
10214 L:      [email protected]
10215 S:      Orphan
10216 F:      drivers/media/platform/sh_veu.c
10217
10218 SH_VOU V4L2 OUTPUT DRIVER
10219 L:      [email protected]
10220 S:      Orphan
10221 F:      drivers/media/platform/sh_vou.c
10222 F:      include/media/drv-intf/sh_vou.h
10223
10224 SIMPLE FIRMWARE INTERFACE (SFI)
10225 M:      Len Brown <[email protected]>
10226 L:      [email protected]
10227 W:      http://simplefirmware.org/
10228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10229 S:      Supported
10230 F:      arch/x86/platform/sfi/
10231 F:      drivers/sfi/
10232 F:      include/linux/sfi*.h
10233
10234 SIMTEC EB110ATX (Chalice CATS)
10235 P:      Ben Dooks
10236 P:      Vincent Sanders <[email protected]>
10237 M:      Simtec Linux Team <[email protected]>
10238 W:      http://www.simtec.co.uk/products/EB110ATX/
10239 S:      Supported
10240
10241 SIMTEC EB2410ITX (BAST)
10242 P:      Ben Dooks
10243 P:      Vincent Sanders <[email protected]>
10244 M:      Simtec Linux Team <[email protected]>
10245 W:      http://www.simtec.co.uk/products/EB2410ITX/
10246 S:      Supported
10247 F:      arch/arm/mach-s3c24xx/mach-bast.c
10248 F:      arch/arm/mach-s3c24xx/bast-ide.c
10249 F:      arch/arm/mach-s3c24xx/bast-irq.c
10250
10251 TI DAVINCI MACHINE SUPPORT
10252 M:      Sekhar Nori <[email protected]>
10253 M:      Kevin Hilman <[email protected]>
10254 L:      [email protected] (moderated for non-subscribers)
10255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10256 S:      Supported
10257 F:      arch/arm/mach-davinci/
10258 F:      drivers/i2c/busses/i2c-davinci.c
10259
10260 TI DAVINCI SERIES MEDIA DRIVER
10261 M:      "Lad, Prabhakar" <[email protected]>
10262 L:      [email protected]
10263 W:      https://linuxtv.org
10264 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10265 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10266 S:      Maintained
10267 F:      drivers/media/platform/davinci/
10268 F:      include/media/davinci/
10269
10270 TI AM437X VPFE DRIVER
10271 M:      "Lad, Prabhakar" <[email protected]>
10272 L:      [email protected]
10273 W:      https://linuxtv.org
10274 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10275 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10276 S:      Maintained
10277 F:      drivers/media/platform/am437x/
10278
10279 OV2659 OMNIVISION SENSOR DRIVER
10280 M:      "Lad, Prabhakar" <[email protected]>
10281 L:      [email protected]
10282 W:      https://linuxtv.org
10283 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10284 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10285 S:      Maintained
10286 F:      drivers/media/i2c/ov2659.c
10287 F:      include/media/i2c/ov2659.h
10288
10289 SILICON MOTION SM712 FRAME BUFFER DRIVER
10290 M:      Sudip Mukherjee <[email protected]>
10291 M:      Teddy Wang <[email protected]>
10292 M:      Sudip Mukherjee <[email protected]>
10293 L:      [email protected]
10294 S:      Maintained
10295 F:      drivers/video/fbdev/sm712*
10296 F:      Documentation/fb/sm712fb.txt
10297
10298 SIS 190 ETHERNET DRIVER
10299 M:      Francois Romieu <[email protected]>
10300 L:      [email protected]
10301 S:      Maintained
10302 F:      drivers/net/ethernet/sis/sis190.c
10303
10304 SIS 900/7016 FAST ETHERNET DRIVER
10305 M:      Daniele Venzano <[email protected]>
10306 W:      http://www.brownhat.org/sis900.html
10307 L:      [email protected]
10308 S:      Maintained
10309 F:      drivers/net/ethernet/sis/sis900.*
10310
10311 SIS FRAMEBUFFER DRIVER
10312 M:      Thomas Winischhofer <[email protected]>
10313 W:      http://www.winischhofer.net/linuxsisvga.shtml
10314 S:      Maintained
10315 F:      Documentation/fb/sisfb.txt
10316 F:      drivers/video/fbdev/sis/
10317 F:      include/video/sisfb.h
10318
10319 SIS USB2VGA DRIVER
10320 M:      Thomas Winischhofer <[email protected]>
10321 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10322 S:      Maintained
10323 F:      drivers/usb/misc/sisusbvga/
10324
10325 SLAB ALLOCATOR
10326 M:      Christoph Lameter <[email protected]>
10327 M:      Pekka Enberg <[email protected]>
10328 M:      David Rientjes <[email protected]>
10329 M:      Joonsoo Kim <[email protected]>
10330 M:      Andrew Morton <[email protected]>
10331 L:      [email protected]
10332 S:      Maintained
10333 F:      include/linux/sl?b*.h
10334 F:      mm/sl?b*
10335
10336 SLEEPABLE READ-COPY UPDATE (SRCU)
10337 M:      Lai Jiangshan <[email protected]>
10338 M:      "Paul E. McKenney" <[email protected]>
10339 M:      Josh Triplett <[email protected]>
10340 R:      Steven Rostedt <[email protected]>
10341 R:      Mathieu Desnoyers <[email protected]>
10342 L:      [email protected]
10343 W:      http://www.rdrop.com/users/paulmck/RCU/
10344 S:      Supported
10345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10346 F:      include/linux/srcu.h
10347 F:      kernel/rcu/srcu.c
10348
10349 SMACK SECURITY MODULE
10350 M:      Casey Schaufler <[email protected]>
10351 L:      [email protected]
10352 W:      http://schaufler-ca.com
10353 T:      git git://git.gitorious.org/smack-next/kernel.git
10354 S:      Maintained
10355 F:      Documentation/security/Smack.txt
10356 F:      security/smack/
10357
10358 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10359 M:      Kevin Hilman <[email protected]>
10360 M:      Nishanth Menon <[email protected]>
10361 S:      Maintained
10362 F:      drivers/power/avs/
10363 F:      include/linux/power/smartreflex.h
10364 L:      [email protected]
10365
10366 SMC91x ETHERNET DRIVER
10367 M:      Nicolas Pitre <[email protected]>
10368 S:      Odd Fixes
10369 F:      drivers/net/ethernet/smsc/smc91x.*
10370
10371 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10372 M:      Sakari Ailus <[email protected]>
10373 L:      [email protected]
10374 S:      Maintained
10375 F:      drivers/media/i2c/smiapp/
10376 F:      include/media/i2c/smiapp.h
10377 F:      drivers/media/i2c/smiapp-pll.c
10378 F:      drivers/media/i2c/smiapp-pll.h
10379 F:      include/uapi/linux/smiapp.h
10380 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10381
10382 SMM665 HARDWARE MONITOR DRIVER
10383 M:      Guenter Roeck <[email protected]>
10384 L:      [email protected]
10385 S:      Maintained
10386 F:      Documentation/hwmon/smm665
10387 F:      drivers/hwmon/smm665.c
10388
10389 SMSC EMC2103 HARDWARE MONITOR DRIVER
10390 M:      Steve Glendinning <[email protected]>
10391 L:      [email protected]
10392 S:      Maintained
10393 F:      Documentation/hwmon/emc2103
10394 F:      drivers/hwmon/emc2103.c
10395
10396 SMSC SCH5627 HARDWARE MONITOR DRIVER
10397 M:      Hans de Goede <[email protected]>
10398 L:      [email protected]
10399 S:      Supported
10400 F:      Documentation/hwmon/sch5627
10401 F:      drivers/hwmon/sch5627.c
10402
10403 SMSC47B397 HARDWARE MONITOR DRIVER
10404 M:      Jean Delvare <[email protected]>
10405 L:      [email protected]
10406 S:      Maintained
10407 F:      Documentation/hwmon/smsc47b397
10408 F:      drivers/hwmon/smsc47b397.c
10409
10410 SMSC911x ETHERNET DRIVER
10411 M:      Steve Glendinning <[email protected]>
10412 L:      [email protected]
10413 S:      Maintained
10414 F:      include/linux/smsc911x.h
10415 F:      drivers/net/ethernet/smsc/smsc911x.*
10416
10417 SMSC9420 PCI ETHERNET DRIVER
10418 M:      Steve Glendinning <[email protected]>
10419 L:      [email protected]
10420 S:      Maintained
10421 F:      drivers/net/ethernet/smsc/smsc9420.*
10422
10423 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10424 M:      Steve Glendinning <[email protected]>
10425 L:      [email protected]
10426 S:      Maintained
10427 F:      drivers/video/fbdev/smscufx.c
10428
10429 SOC-CAMERA V4L2 SUBSYSTEM
10430 M:      Guennadi Liakhovetski <[email protected]>
10431 L:      [email protected]
10432 T:      git git://linuxtv.org/media_tree.git
10433 S:      Maintained
10434 F:      include/media/soc*
10435 F:      drivers/media/i2c/soc_camera/
10436 F:      drivers/media/platform/soc_camera/
10437
10438 SOEKRIS NET48XX LED SUPPORT
10439 M:      Chris Boot <[email protected]>
10440 S:      Maintained
10441 F:      drivers/leds/leds-net48xx.c
10442
10443 SOFTLOGIC 6x10 MPEG CODEC
10444 M:      Bluecherry Maintainers <[email protected]>
10445 M:      Andrey Utkin <[email protected]>
10446 M:      Andrey Utkin <[email protected]>
10447 M:      Ismael Luceno <[email protected]>
10448 L:      [email protected]
10449 S:      Supported
10450 F:      drivers/media/pci/solo6x10/
10451
10452 SOFTWARE RAID (Multiple Disks) SUPPORT
10453 M:      Shaohua Li <[email protected]>
10454 L:      [email protected]
10455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10456 S:      Supported
10457 F:      drivers/md/
10458 F:      include/linux/raid/
10459 F:      include/uapi/linux/raid/
10460
10461 SONIC NETWORK DRIVER
10462 M:      Thomas Bogendoerfer <[email protected]>
10463 L:      [email protected]
10464 S:      Maintained
10465 F:      drivers/net/ethernet/natsemi/sonic.*
10466
10467 SONICS SILICON BACKPLANE DRIVER (SSB)
10468 M:      Michael Buesch <[email protected]>
10469 L:      [email protected]
10470 S:      Maintained
10471 F:      drivers/ssb/
10472 F:      include/linux/ssb/
10473
10474 SONY VAIO CONTROL DEVICE DRIVER
10475 M:      Mattia Dongili <[email protected]>
10476 L:      [email protected]
10477 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10478 S:      Maintained
10479 F:      Documentation/laptops/sony-laptop.txt
10480 F:      drivers/char/sonypi.c
10481 F:      drivers/platform/x86/sony-laptop.c
10482 F:      include/linux/sony-laptop.h
10483
10484 SONY MEMORYSTICK CARD SUPPORT
10485 M:      Alex Dubov <[email protected]>
10486 W:      http://tifmxx.berlios.de/
10487 S:      Maintained
10488 F:      drivers/memstick/host/tifm_ms.c
10489
10490 SONY MEMORYSTICK STANDARD SUPPORT
10491 M:      Maxim Levitsky <[email protected]>
10492 S:      Maintained
10493 F:      drivers/memstick/core/ms_block.*
10494
10495 SOUND
10496 M:      Jaroslav Kysela <[email protected]>
10497 M:      Takashi Iwai <[email protected]>
10498 L:      [email protected] (moderated for non-subscribers)
10499 W:      http://www.alsa-project.org/
10500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10501 T:      git git://git.alsa-project.org/alsa-kernel.git
10502 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10503 S:      Maintained
10504 F:      Documentation/sound/
10505 F:      include/sound/
10506 F:      include/uapi/sound/
10507 F:      sound/
10508
10509 SOUND - COMPRESSED AUDIO
10510 M:      Vinod Koul <[email protected]>
10511 L:      [email protected] (moderated for non-subscribers)
10512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10513 S:      Supported
10514 F:      Documentation/sound/alsa/compress_offload.txt
10515 F:      include/sound/compress_driver.h
10516 F:      include/uapi/sound/compress_*
10517 F:      sound/core/compress_offload.c
10518 F:      sound/soc/soc-compress.c
10519
10520 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10521 M:      Liam Girdwood <[email protected]>
10522 M:      Mark Brown <[email protected]>
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10524 L:      [email protected] (moderated for non-subscribers)
10525 W:      http://alsa-project.org/main/index.php/ASoC
10526 S:      Supported
10527 F:      Documentation/sound/alsa/soc/
10528 F:      sound/soc/
10529 F:      include/sound/soc*
10530
10531 SOUND - DMAENGINE HELPERS
10532 M:      Lars-Peter Clausen <[email protected]>
10533 S:      Supported
10534 F:      include/sound/dmaengine_pcm.h
10535 F:      sound/core/pcm_dmaengine.c
10536 F:      sound/soc/soc-generic-dmaengine-pcm.c
10537
10538 SP2 MEDIA DRIVER
10539 M:      Olli Salonen <[email protected]>
10540 L:      [email protected]
10541 W:      https://linuxtv.org
10542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10543 S:      Maintained
10544 F:      drivers/media/dvb-frontends/sp2*
10545
10546 SPARC + UltraSPARC (sparc/sparc64)
10547 M:      "David S. Miller" <[email protected]>
10548 L:      [email protected]
10549 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10552 S:      Maintained
10553 F:      arch/sparc/
10554 F:      drivers/sbus/
10555
10556 SPARC SERIAL DRIVERS
10557 M:      "David S. Miller" <[email protected]>
10558 L:      [email protected]
10559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10561 S:      Maintained
10562 F:      include/linux/sunserialcore.h
10563 F:      drivers/tty/serial/suncore.c
10564 F:      drivers/tty/serial/sunhv.c
10565 F:      drivers/tty/serial/sunsab.c
10566 F:      drivers/tty/serial/sunsab.h
10567 F:      drivers/tty/serial/sunsu.c
10568 F:      drivers/tty/serial/sunzilog.c
10569 F:      drivers/tty/serial/sunzilog.h
10570
10571 SPARSE CHECKER
10572 M:      "Christopher Li" <[email protected]>
10573 L:      [email protected]
10574 W:      https://sparse.wiki.kernel.org/
10575 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10576 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10577 S:      Maintained
10578 F:      include/linux/compiler.h
10579
10580 SPEAR PLATFORM SUPPORT
10581 M:      Viresh Kumar <[email protected]>
10582 M:      Shiraz Hashim <[email protected]>
10583 L:      [email protected]
10584 L:      [email protected] (moderated for non-subscribers)
10585 W:      http://www.st.com/spear
10586 S:      Maintained
10587 F:      arch/arm/boot/dts/spear*
10588 F:      arch/arm/mach-spear/
10589
10590 SPEAR CLOCK FRAMEWORK SUPPORT
10591 M:      Viresh Kumar <[email protected]>
10592 L:      [email protected]
10593 L:      [email protected] (moderated for non-subscribers)
10594 W:      http://www.st.com/spear
10595 S:      Maintained
10596 F:      drivers/clk/spear/
10597
10598 SPI SUBSYSTEM
10599 M:      Mark Brown <[email protected]>
10600 L:      [email protected]
10601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10602 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10603 S:      Maintained
10604 F:      Documentation/spi/
10605 F:      drivers/spi/
10606 F:      include/linux/spi/
10607 F:      include/uapi/linux/spi/
10608
10609 SPIDERNET NETWORK DRIVER for CELL
10610 M:      Ishizaki Kou <[email protected]>
10611 L:      [email protected]
10612 S:      Supported
10613 F:      Documentation/networking/spider_net.txt
10614 F:      drivers/net/ethernet/toshiba/spider_net*
10615
10616 SPU FILE SYSTEM
10617 M:      Jeremy Kerr <[email protected]>
10618 L:      [email protected]
10619 W:      http://www.ibm.com/developerworks/power/cell/
10620 S:      Supported
10621 F:      Documentation/filesystems/spufs.txt
10622 F:      arch/powerpc/platforms/cell/spufs/
10623
10624 SQUASHFS FILE SYSTEM
10625 M:      Phillip Lougher <[email protected]>
10626 L:      [email protected] (subscribers-only)
10627 W:      http://squashfs.org.uk
10628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10629 S:      Maintained
10630 F:      Documentation/filesystems/squashfs.txt
10631 F:      fs/squashfs/
10632
10633 SRM (Alpha) environment access
10634 M:      Jan-Benedict Glaw <[email protected]>
10635 S:      Maintained
10636 F:      arch/alpha/kernel/srm_env.c
10637
10638 STABLE BRANCH
10639 M:      Greg Kroah-Hartman <[email protected]>
10640 L:      [email protected]
10641 S:      Supported
10642 F:      Documentation/stable_kernel_rules.txt
10643
10644 STAGING SUBSYSTEM
10645 M:      Greg Kroah-Hartman <[email protected]>
10646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10647 L:      [email protected]
10648 S:      Supported
10649 F:      drivers/staging/
10650
10651 STAGING - COMEDI
10652 M:      Ian Abbott <[email protected]>
10653 M:      H Hartley Sweeten <[email protected]>
10654 S:      Odd Fixes
10655 F:      drivers/staging/comedi/
10656
10657 STAGING - FLARION FT1000 DRIVERS
10658 M:      Marek Belisko <[email protected]>
10659 S:      Odd Fixes
10660 F:      drivers/staging/ft1000/
10661
10662 STAGING - INDUSTRIAL IO
10663 M:      Jonathan Cameron <[email protected]>
10664 L:      [email protected]
10665 S:      Odd Fixes
10666 F:      drivers/staging/iio/
10667
10668 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10669 M:      Jarod Wilson <[email protected]>
10670 W:      http://www.lirc.org/
10671 S:      Odd Fixes
10672 F:      drivers/staging/media/lirc/
10673
10674 STAGING - LUSTRE PARALLEL FILESYSTEM
10675 M:      Oleg Drokin <[email protected]>
10676 M:      Andreas Dilger <[email protected]>
10677 L:      [email protected] (moderated for non-subscribers)
10678 W:      http://wiki.lustre.org/
10679 S:      Maintained
10680 F:      drivers/staging/lustre
10681
10682 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10683 M:      Marc Dietrich <[email protected]>
10684 L:      [email protected] (moderated for non-subscribers)
10685 L:      [email protected]
10686 S:      Maintained
10687 F:      drivers/staging/nvec/
10688
10689 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10690 M:      Jens Frederich <[email protected]>
10691 M:      Daniel Drake <[email protected]>
10692 M:      Jon Nettleton <[email protected]>
10693 W:      http://wiki.laptop.org/go/DCON
10694 S:      Maintained
10695 F:      drivers/staging/olpc_dcon/
10696
10697 STAGING - REALTEK RTL8712U DRIVERS
10698 M:      Larry Finger <[email protected]>
10699 M:      Florian Schilhabel <[email protected]>.
10700 S:      Odd Fixes
10701 F:      drivers/staging/rtl8712/
10702
10703 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10704 M:      Larry Finger <[email protected]>
10705 M:      Jes Sorensen <[email protected]>
10706 L:      [email protected]
10707 S:      Maintained
10708 F:      drivers/staging/rtl8723au/
10709
10710 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10711 M:      Sudip Mukherjee <[email protected]>
10712 M:      Teddy Wang <[email protected]>
10713 M:      Sudip Mukherjee <[email protected]>
10714 L:      [email protected]
10715 S:      Maintained
10716 F:      drivers/staging/sm750fb/
10717
10718 STAGING - SLICOSS
10719 M:      Lior Dotan <[email protected]>
10720 M:      Christopher Harrer <[email protected]>
10721 S:      Odd Fixes
10722 F:      drivers/staging/slicoss/
10723
10724 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10725 M:      William Hubbs <[email protected]>
10726 M:      Chris Brannon <[email protected]>
10727 M:      Kirk Reiser <[email protected]>
10728 M:      Samuel Thibault <[email protected]>
10729 L:      [email protected]
10730 W:      http://www.linux-speakup.org/
10731 S:      Odd Fixes
10732 F:      drivers/staging/speakup/
10733
10734 STAGING - VIA VT665X DRIVERS
10735 M:      Forest Bond <[email protected]>
10736 S:      Odd Fixes
10737 F:      drivers/staging/vt665?/
10738
10739 STAGING - WILC1000 WIFI DRIVER
10740 M:      Johnny Kim <[email protected]>
10741 M:      Austin Shin <[email protected]>
10742 M:      Chris Park <[email protected]>
10743 M:      Tony Cho <[email protected]>
10744 M:      Glen Lee <[email protected]>
10745 M:      Leo Kim <[email protected]>
10746 L:      [email protected]
10747 S:      Supported
10748 F:      drivers/staging/wilc1000/
10749
10750 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10751 M:      Arnaud Patard <[email protected]>
10752 S:      Odd Fixes
10753 F:      drivers/staging/xgifb/
10754
10755 HFI1 DRIVER
10756 M:      Mike Marciniszyn <[email protected]>
10757 L:      [email protected]
10758 S:      Supported
10759 F:      drivers/staging/rdma/hfi1
10760
10761 STARFIRE/DURALAN NETWORK DRIVER
10762 M:      Ion Badulescu <[email protected]>
10763 S:      Odd Fixes
10764 F:      drivers/net/ethernet/adaptec/starfire*
10765
10766 SUN3/3X
10767 M:      Sam Creasey <[email protected]>
10768 W:      http://sammy.net/sun3/
10769 S:      Maintained
10770 F:      arch/m68k/kernel/*sun3*
10771 F:      arch/m68k/sun3*/
10772 F:      arch/m68k/include/asm/sun3*
10773 F:      drivers/net/ethernet/i825xx/sun3*
10774
10775 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10776 M:      Hans de Goede <[email protected]>
10777 L:      [email protected]
10778 S:      Maintained
10779 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10780 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10781
10782 SUNDANCE NETWORK DRIVER
10783 M:      Denis Kirjanov <[email protected]>
10784 L:      [email protected]
10785 S:      Maintained
10786 F:      drivers/net/ethernet/dlink/sundance.c
10787
10788 SUPERH
10789 M:      Yoshinori Sato <[email protected]>
10790 M:      Rich Felker <[email protected]>
10791 L:      [email protected]
10792 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10793 S:      Maintained
10794 F:      Documentation/sh/
10795 F:      arch/sh/
10796 F:      drivers/sh/
10797
10798 SUSPEND TO RAM
10799 M:      "Rafael J. Wysocki" <[email protected]>
10800 M:      Len Brown <[email protected]>
10801 M:      Pavel Machek <[email protected]>
10802 L:      [email protected]
10803 S:      Supported
10804 F:      Documentation/power/
10805 F:      arch/x86/kernel/acpi/
10806 F:      drivers/base/power/
10807 F:      kernel/power/
10808 F:      include/linux/suspend.h
10809 F:      include/linux/freezer.h
10810 F:      include/linux/pm.h
10811
10812 SVGA HANDLING
10813 M:      Martin Mares <[email protected]>
10814 L:      [email protected]
10815 S:      Maintained
10816 F:      Documentation/svga.txt
10817 F:      arch/x86/boot/video*
10818
10819 SWIOTLB SUBSYSTEM
10820 M:      Konrad Rzeszutek Wilk <[email protected]>
10821 L:      [email protected]
10822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10823 S:      Supported
10824 F:      lib/swiotlb.c
10825 F:      arch/*/kernel/pci-swiotlb.c
10826 F:      include/linux/swiotlb.h
10827
10828 SWITCHDEV
10829 M:      Jiri Pirko <[email protected]>
10830 L:      [email protected]
10831 S:      Supported
10832 F:      net/switchdev/
10833 F:      include/net/switchdev.h
10834
10835 SYNOPSYS ARC ARCHITECTURE
10836 M:      Vineet Gupta <[email protected]>
10837 L:      [email protected]
10838 S:      Supported
10839 F:      arch/arc/
10840 F:      Documentation/devicetree/bindings/arc/*
10841 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10842 F:      drivers/tty/serial/arc_uart.c
10843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10844
10845 SYNOPSYS ARC SDP platform support
10846 M:      Alexey Brodkin <[email protected]>
10847 S:      Supported
10848 F:      arch/arc/plat-axs10x
10849 F:      arch/arc/boot/dts/ax*
10850 F:      Documentation/devicetree/bindings/arc/axs10*
10851
10852 SYSTEM CONFIGURATION (SYSCON)
10853 M:      Lee Jones <[email protected]>
10854 M:      Arnd Bergmann <[email protected]>
10855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10856 S:      Supported
10857 F:      drivers/mfd/syscon.c
10858
10859 SYSV FILESYSTEM
10860 M:      Christoph Hellwig <[email protected]>
10861 S:      Maintained
10862 F:      Documentation/filesystems/sysv-fs.txt
10863 F:      fs/sysv/
10864 F:      include/linux/sysv_fs.h
10865
10866 TARGET SUBSYSTEM
10867 M:      "Nicholas A. Bellinger" <[email protected]>
10868 L:      [email protected]
10869 L:      [email protected]
10870 W:      http://www.linux-iscsi.org
10871 W:      http://groups.google.com/group/linux-iscsi-target-dev
10872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10873 S:      Supported
10874 F:      drivers/target/
10875 F:      include/target/
10876 F:      Documentation/target/
10877
10878 TASKSTATS STATISTICS INTERFACE
10879 M:      Balbir Singh <[email protected]>
10880 S:      Maintained
10881 F:      Documentation/accounting/taskstats*
10882 F:      include/linux/taskstats*
10883 F:      kernel/taskstats.c
10884
10885 TC CLASSIFIER
10886 M:      Jamal Hadi Salim <[email protected]>
10887 L:      [email protected]
10888 S:      Maintained
10889 F:      include/net/pkt_cls.h
10890 F:      include/uapi/linux/pkt_cls.h
10891 F:      net/sched/
10892
10893 TCP LOW PRIORITY MODULE
10894 M:      "Wong Hoi Sing, Edison" <[email protected]>
10895 M:      "Hung Hing Lun, Mike" <[email protected]>
10896 W:      http://tcp-lp-mod.sourceforge.net/
10897 S:      Maintained
10898 F:      net/ipv4/tcp_lp.c
10899
10900 TDA10071 MEDIA DRIVER
10901 M:      Antti Palosaari <[email protected]>
10902 L:      [email protected]
10903 W:      https://linuxtv.org
10904 W:      http://palosaari.fi/linux/
10905 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10906 T:      git git://linuxtv.org/anttip/media_tree.git
10907 S:      Maintained
10908 F:      drivers/media/dvb-frontends/tda10071*
10909
10910 TDA18212 MEDIA DRIVER
10911 M:      Antti Palosaari <[email protected]>
10912 L:      [email protected]
10913 W:      https://linuxtv.org
10914 W:      http://palosaari.fi/linux/
10915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10916 T:      git git://linuxtv.org/anttip/media_tree.git
10917 S:      Maintained
10918 F:      drivers/media/tuners/tda18212*
10919
10920 TDA18218 MEDIA DRIVER
10921 M:      Antti Palosaari <[email protected]>
10922 L:      [email protected]
10923 W:      https://linuxtv.org
10924 W:      http://palosaari.fi/linux/
10925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10926 T:      git git://linuxtv.org/anttip/media_tree.git
10927 S:      Maintained
10928 F:      drivers/media/tuners/tda18218*
10929
10930 TDA18271 MEDIA DRIVER
10931 M:      Michael Krufky <[email protected]>
10932 L:      [email protected]
10933 W:      https://linuxtv.org
10934 W:      http://github.com/mkrufky
10935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10936 T:      git git://linuxtv.org/mkrufky/tuners.git
10937 S:      Maintained
10938 F:      drivers/media/tuners/tda18271*
10939
10940 TDA827x MEDIA DRIVER
10941 M:      Michael Krufky <[email protected]>
10942 L:      [email protected]
10943 W:      https://linuxtv.org
10944 W:      http://github.com/mkrufky
10945 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10946 T:      git git://linuxtv.org/mkrufky/tuners.git
10947 S:      Maintained
10948 F:      drivers/media/tuners/tda8290.*
10949
10950 TDA8290 MEDIA DRIVER
10951 M:      Michael Krufky <[email protected]>
10952 L:      [email protected]
10953 W:      https://linuxtv.org
10954 W:      http://github.com/mkrufky
10955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10956 T:      git git://linuxtv.org/mkrufky/tuners.git
10957 S:      Maintained
10958 F:      drivers/media/tuners/tda8290.*
10959
10960 TDA9840 MEDIA DRIVER
10961 M:      Hans Verkuil <[email protected]>
10962 L:      [email protected]
10963 T:      git git://linuxtv.org/media_tree.git
10964 W:      https://linuxtv.org
10965 S:      Maintained
10966 F:      drivers/media/i2c/tda9840*
10967
10968 TEA5761 TUNER DRIVER
10969 M:      Mauro Carvalho Chehab <[email protected]>
10970 L:      [email protected]
10971 W:      https://linuxtv.org
10972 T:      git git://linuxtv.org/media_tree.git
10973 S:      Odd fixes
10974 F:      drivers/media/tuners/tea5761.*
10975
10976 TEA5767 TUNER DRIVER
10977 M:      Mauro Carvalho Chehab <[email protected]>
10978 L:      [email protected]
10979 W:      https://linuxtv.org
10980 T:      git git://linuxtv.org/media_tree.git
10981 S:      Maintained
10982 F:      drivers/media/tuners/tea5767.*
10983
10984 TEA6415C MEDIA DRIVER
10985 M:      Hans Verkuil <[email protected]>
10986 L:      [email protected]
10987 T:      git git://linuxtv.org/media_tree.git
10988 W:      https://linuxtv.org
10989 S:      Maintained
10990 F:      drivers/media/i2c/tea6415c*
10991
10992 TEA6420 MEDIA DRIVER
10993 M:      Hans Verkuil <[email protected]>
10994 L:      [email protected]
10995 T:      git git://linuxtv.org/media_tree.git
10996 W:      https://linuxtv.org
10997 S:      Maintained
10998 F:      drivers/media/i2c/tea6420*
10999
11000 TEAM DRIVER
11001 M:      Jiri Pirko <[email protected]>
11002 L:      [email protected]
11003 S:      Supported
11004 F:      drivers/net/team/
11005 F:      include/linux/if_team.h
11006 F:      include/uapi/linux/if_team.h
11007
11008 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11009 M:      "Savoir-faire Linux Inc." <[email protected]>
11010 S:      Maintained
11011 F:      arch/x86/platform/ts5500/
11012
11013 TECHNOTREND USB IR RECEIVER
11014 M:      Sean Young <[email protected]>
11015 L:      [email protected]
11016 S:      Maintained
11017 F:      drivers/media/rc/ttusbir.c
11018
11019 TEGRA ARCHITECTURE SUPPORT
11020 M:      Stephen Warren <[email protected]>
11021 M:      Thierry Reding <[email protected]>
11022 M:      Alexandre Courbot <[email protected]>
11023 L:      [email protected]
11024 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11026 S:      Supported
11027 N:      [^a-z]tegra
11028
11029 TEGRA CLOCK DRIVER
11030 M:      Peter De Schrijver <[email protected]>
11031 M:      Prashant Gaikwad <[email protected]>
11032 S:      Supported
11033 F:      drivers/clk/tegra/
11034
11035 TEGRA DMA DRIVERS
11036 M:      Laxman Dewangan <[email protected]>
11037 M:      Jon Hunter <[email protected]>
11038 S:      Supported
11039 F:      drivers/dma/tegra*
11040
11041 TEGRA I2C DRIVER
11042 M:      Laxman Dewangan <[email protected]>
11043 S:      Supported
11044 F:      drivers/i2c/busses/i2c-tegra.c
11045
11046 TEGRA IOMMU DRIVERS
11047 M:      Hiroshi Doyu <[email protected]>
11048 S:      Supported
11049 F:      drivers/iommu/tegra*
11050
11051 TEGRA KBC DRIVER
11052 M:      Rakesh Iyer <[email protected]>
11053 M:      Laxman Dewangan <[email protected]>
11054 S:      Supported
11055 F:      drivers/input/keyboard/tegra-kbc.c
11056
11057 TEGRA PWM DRIVER
11058 M:      Thierry Reding <[email protected]>
11059 S:      Supported
11060 F:      drivers/pwm/pwm-tegra.c
11061
11062 TEGRA SERIAL DRIVER
11063 M:      Laxman Dewangan <[email protected]>
11064 S:      Supported
11065 F:      drivers/tty/serial/serial-tegra.c
11066
11067 TEGRA SPI DRIVER
11068 M:      Laxman Dewangan <[email protected]>
11069 S:      Supported
11070 F:      drivers/spi/spi-tegra*
11071
11072 TEHUTI ETHERNET DRIVER
11073 M:      Andy Gospodarek <[email protected]>
11074 L:      [email protected]
11075 S:      Supported
11076 F:      drivers/net/ethernet/tehuti/*
11077
11078 Telecom Clock Driver for MCPL0010
11079 M:      Mark Gross <[email protected]>
11080 S:      Supported
11081 F:      drivers/char/tlclk.c
11082
11083 TENSILICA XTENSA PORT (xtensa)
11084 M:      Chris Zankel <[email protected]>
11085 M:      Max Filippov <[email protected]>
11086 L:      [email protected]
11087 T:      git git://github.com/czankel/xtensa-linux.git
11088 S:      Maintained
11089 F:      arch/xtensa/
11090 F:      drivers/irqchip/irq-xtensa-*
11091
11092 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11093 M:      Hans Verkuil <[email protected]>
11094 L:      [email protected]
11095 T:      git git://linuxtv.org/media_tree.git
11096 W:      https://linuxtv.org
11097 S:      Maintained
11098 F:      drivers/media/radio/radio-raremono.c
11099
11100 THERMAL
11101 M:      Zhang Rui <[email protected]>
11102 M:      Eduardo Valentin <[email protected]>
11103 L:      [email protected]
11104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11106 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11107 S:      Supported
11108 F:      drivers/thermal/
11109 F:      include/linux/thermal.h
11110 F:      include/uapi/linux/thermal.h
11111 F:      include/linux/cpu_cooling.h
11112 F:      Documentation/devicetree/bindings/thermal/
11113
11114 THERMAL/CPU_COOLING
11115 M:      Amit Daniel Kachhap <[email protected]>
11116 M:      Viresh Kumar <[email protected]>
11117 M:      Javi Merino <[email protected]>
11118 L:      [email protected]
11119 S:      Supported
11120 F:      Documentation/thermal/cpu-cooling-api.txt
11121 F:      drivers/thermal/cpu_cooling.c
11122 F:      include/linux/cpu_cooling.h
11123
11124 THINGM BLINK(1) USB RGB LED DRIVER
11125 M:      Vivien Didelot <[email protected]>
11126 S:      Maintained
11127 F:      drivers/hid/hid-thingm.c
11128
11129 THINKPAD ACPI EXTRAS DRIVER
11130 M:      Henrique de Moraes Holschuh <[email protected]>
11131 L:      [email protected]
11132 L:      [email protected]
11133 W:      http://ibm-acpi.sourceforge.net
11134 W:      http://thinkwiki.org/wiki/Ibm-acpi
11135 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11136 S:      Maintained
11137 F:      drivers/platform/x86/thinkpad_acpi.c
11138
11139 TI BANDGAP AND THERMAL DRIVER
11140 M:      Eduardo Valentin <[email protected]>
11141 L:      [email protected]
11142 L:      [email protected]
11143 S:      Maintained
11144 F:      drivers/thermal/ti-soc-thermal/
11145
11146 TI VPE/CAL DRIVERS
11147 M:      Benoit Parrot <[email protected]>
11148 L:      [email protected]
11149 W:      http://linuxtv.org/
11150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11151 S:      Maintained
11152 F:      drivers/media/platform/ti-vpe/
11153
11154 TI CDCE706 CLOCK DRIVER
11155 M:      Max Filippov <[email protected]>
11156 S:      Maintained
11157 F:      drivers/clk/clk-cdce706.c
11158
11159 TI CLOCK DRIVER
11160 M:      Tero Kristo <[email protected]>
11161 L:      [email protected]
11162 S:      Maintained
11163 F:      drivers/clk/ti/
11164 F:      include/linux/clk/ti.h
11165
11166 TI ETHERNET SWITCH DRIVER (CPSW)
11167 M:      Mugunthan V N <[email protected]>
11168 R:      Grygorii Strashko <[email protected]>
11169 L:      [email protected]
11170 L:      [email protected]
11171 S:      Maintained
11172 F:      drivers/net/ethernet/ti/cpsw*
11173 F:      drivers/net/ethernet/ti/davinci*
11174
11175 TI FLASH MEDIA INTERFACE DRIVER
11176 M:      Alex Dubov <[email protected]>
11177 S:      Maintained
11178 F:      drivers/misc/tifm*
11179 F:      drivers/mmc/host/tifm_sd.c
11180 F:      include/linux/tifm.h
11181
11182 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11183 M:      Santosh Shilimkar <[email protected]>
11184 L:      [email protected]
11185 L:      [email protected] (moderated for non-subscribers)
11186 S:      Maintained
11187 F:      drivers/soc/ti/*
11188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11189
11190
11191 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11192 M:      M R Swami Reddy <[email protected]>
11193 M:      Vishwas A Deshpande <[email protected]>
11194 L:      [email protected] (moderated for non-subscribers)
11195 S:      Maintained
11196 F:      sound/soc/codecs/lm49453*
11197 F:      sound/soc/codecs/isabelle*
11198
11199 TI LP855x BACKLIGHT DRIVER
11200 M:      Milo Kim <[email protected]>
11201 S:      Maintained
11202 F:      Documentation/backlight/lp855x-driver.txt
11203 F:      drivers/video/backlight/lp855x_bl.c
11204 F:      include/linux/platform_data/lp855x.h
11205
11206 TI LP8727 CHARGER DRIVER
11207 M:      Milo Kim <[email protected]>
11208 S:      Maintained
11209 F:      drivers/power/lp8727_charger.c
11210 F:      include/linux/platform_data/lp8727.h
11211
11212 TI LP8788 MFD DRIVER
11213 M:      Milo Kim <[email protected]>
11214 S:      Maintained
11215 F:      drivers/iio/adc/lp8788_adc.c
11216 F:      drivers/leds/leds-lp8788.c
11217 F:      drivers/mfd/lp8788*.c
11218 F:      drivers/power/lp8788-charger.c
11219 F:      drivers/regulator/lp8788-*.c
11220 F:      include/linux/mfd/lp8788*.h
11221
11222 TI NETCP ETHERNET DRIVER
11223 M:      Wingman Kwok <[email protected]>
11224 M:      Murali Karicheri <[email protected]>
11225 L:      [email protected]
11226 S:      Maintained
11227 F:      drivers/net/ethernet/ti/netcp*
11228
11229 TI TAS571X FAMILY ASoC CODEC DRIVER
11230 M:      Kevin Cernekee <[email protected]>
11231 L:      [email protected] (moderated for non-subscribers)
11232 S:      Odd Fixes
11233 F:      sound/soc/codecs/tas571x*
11234
11235 TI TWL4030 SERIES SOC CODEC DRIVER
11236 M:      Peter Ujfalusi <[email protected]>
11237 L:      [email protected] (moderated for non-subscribers)
11238 S:      Maintained
11239 F:      sound/soc/codecs/twl4030*
11240
11241 TI WILINK WIRELESS DRIVERS
11242 L:      [email protected]
11243 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11244 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11246 S:      Orphan
11247 F:      drivers/net/wireless/ti/
11248 F:      include/linux/wl12xx.h
11249
11250 TIPC NETWORK LAYER
11251 M:      Jon Maloy <[email protected]>
11252 M:      Ying Xue <[email protected]>
11253 L:      [email protected] (core kernel code)
11254 L:      [email protected] (user apps, general discussion)
11255 W:      http://tipc.sourceforge.net/
11256 S:      Maintained
11257 F:      include/uapi/linux/tipc*.h
11258 F:      net/tipc/
11259
11260 TILE ARCHITECTURE
11261 M:      Chris Metcalf <[email protected]>
11262 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11264 S:      Supported
11265 F:      arch/tile/
11266 F:      drivers/char/tile-srom.c
11267 F:      drivers/edac/tile_edac.c
11268 F:      drivers/net/ethernet/tile/
11269 F:      drivers/rtc/rtc-tile.c
11270 F:      drivers/tty/hvc/hvc_tile.c
11271 F:      drivers/tty/serial/tilegx.c
11272 F:      drivers/usb/host/*-tilegx.c
11273 F:      include/linux/usb/tilegx.h
11274
11275 TLAN NETWORK DRIVER
11276 M:      Samuel Chessman <[email protected]>
11277 L:      [email protected] (subscribers-only)
11278 W:      http://sourceforge.net/projects/tlan/
11279 S:      Maintained
11280 F:      Documentation/networking/tlan.txt
11281 F:      drivers/net/ethernet/ti/tlan.*
11282
11283 TOMOYO SECURITY MODULE
11284 M:      Kentaro Takeda <[email protected]>
11285 M:      Tetsuo Handa <[email protected]>
11286 L:      [email protected] (subscribers-only, for developers in English)
11287 L:      [email protected] (subscribers-only, for users in English)
11288 L:      [email protected] (subscribers-only, for developers in Japanese)
11289 L:      [email protected] (subscribers-only, for users in Japanese)
11290 W:      http://tomoyo.sourceforge.jp/
11291 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11292 S:      Maintained
11293 F:      security/tomoyo/
11294
11295 TOPSTAR LAPTOP EXTRAS DRIVER
11296 M:      Herton Ronaldo Krzesinski <[email protected]>
11297 L:      [email protected]
11298 S:      Maintained
11299 F:      drivers/platform/x86/topstar-laptop.c
11300
11301 TOSHIBA ACPI EXTRAS DRIVER
11302 M:      Azael Avalos <[email protected]>
11303 L:      [email protected]
11304 S:      Maintained
11305 F:      drivers/platform/x86/toshiba_acpi.c
11306
11307 TOSHIBA BLUETOOTH DRIVER
11308 M:      Azael Avalos <[email protected]>
11309 L:      [email protected]
11310 S:      Maintained
11311 F:      drivers/platform/x86/toshiba_bluetooth.c
11312
11313 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11314 M:      Azael Avalos <[email protected]>
11315 L:      [email protected]
11316 S:      Maintained
11317 F:      drivers/platform/x86/toshiba_haps.c
11318
11319 TOSHIBA WMI HOTKEYS DRIVER
11320 M:      Azael Avalos <[email protected]>
11321 L:      [email protected]
11322 S:      Maintained
11323 F:      drivers/platform/x86/toshiba-wmi.c
11324
11325 TOSHIBA SMM DRIVER
11326 M:      Jonathan Buzzard <[email protected]>
11327 W:      http://www.buzzard.org.uk/toshiba/
11328 S:      Maintained
11329 F:      drivers/char/toshiba.c
11330 F:      include/linux/toshiba.h
11331 F:      include/uapi/linux/toshiba.h
11332
11333 TOSHIBA TC358743 DRIVER
11334 M:      Mats Randgaard <[email protected]>
11335 L:      [email protected]
11336 S:      Maintained
11337 F:      drivers/media/i2c/tc358743*
11338 F:      include/media/i2c/tc358743.h
11339
11340 TMIO/SDHI MMC DRIVER
11341 M:      Wolfram Sang <[email protected]>
11342 L:      [email protected]
11343 S:      Supported
11344 F:      drivers/mmc/host/tmio_mmc*
11345 F:      drivers/mmc/host/sh_mobile_sdhi.c
11346 F:      include/linux/mfd/tmio.h
11347
11348 TMP401 HARDWARE MONITOR DRIVER
11349 M:      Guenter Roeck <[email protected]>
11350 L:      [email protected]
11351 S:      Maintained
11352 F:      Documentation/hwmon/tmp401
11353 F:      drivers/hwmon/tmp401.c
11354
11355 TMPFS (SHMEM FILESYSTEM)
11356 M:      Hugh Dickins <[email protected]>
11357 L:      [email protected]
11358 S:      Maintained
11359 F:      include/linux/shmem_fs.h
11360 F:      mm/shmem.c
11361
11362 TM6000 VIDEO4LINUX DRIVER
11363 M:      Mauro Carvalho Chehab <[email protected]>
11364 L:      [email protected]
11365 W:      https://linuxtv.org
11366 T:      git git://linuxtv.org/media_tree.git
11367 S:      Odd fixes
11368 F:      drivers/media/usb/tm6000/
11369
11370 TW68 VIDEO4LINUX DRIVER
11371 M:      Hans Verkuil <[email protected]>
11372 L:      [email protected]
11373 T:      git git://linuxtv.org/media_tree.git
11374 W:      https://linuxtv.org
11375 S:      Odd Fixes
11376 F:      drivers/media/pci/tw68/
11377
11378 TW686X VIDEO4LINUX DRIVER
11379 M:      Ezequiel Garcia <[email protected]>
11380 L:      [email protected]
11381 T:      git git://linuxtv.org/media_tree.git
11382 W:      http://linuxtv.org
11383 S:      Maintained
11384 F:      drivers/media/pci/tw686x/
11385
11386 TPM DEVICE DRIVER
11387 M:      Peter Huewe <[email protected]>
11388 M:      Marcel Selhorst <[email protected]>
11389 M:      Jarkko Sakkinen <[email protected]>
11390 R:      Jason Gunthorpe <[email protected]>
11391 W:      http://tpmdd.sourceforge.net
11392 L:      [email protected] (moderated for non-subscribers)
11393 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11394 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11395 S:      Maintained
11396 F:      drivers/char/tpm/
11397
11398 TPM IBM_VTPM DEVICE DRIVER
11399 M:      Ashley Lai <[email protected]>
11400 W:      http://tpmdd.sourceforge.net
11401 L:      [email protected] (moderated for non-subscribers)
11402 S:      Maintained
11403 F:      drivers/char/tpm/tpm_ibmvtpm*
11404
11405 TRACING
11406 M:      Steven Rostedt <[email protected]>
11407 M:      Ingo Molnar <[email protected]>
11408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11409 S:      Maintained
11410 F:      Documentation/trace/ftrace.txt
11411 F:      arch/*/*/*/ftrace.h
11412 F:      arch/*/kernel/ftrace.c
11413 F:      include/*/ftrace.h
11414 F:      include/linux/trace*.h
11415 F:      include/trace/
11416 F:      kernel/trace/
11417 F:      tools/testing/selftests/ftrace/
11418
11419 TRACING MMIO ACCESSES (MMIOTRACE)
11420 M:      Steven Rostedt <[email protected]>
11421 M:      Ingo Molnar <[email protected]>
11422 R:      Karol Herbst <[email protected]>
11423 R:      Pekka Paalanen <[email protected]>
11424 S:      Maintained
11425 L:      [email protected]
11426 L:      [email protected]
11427 F:      kernel/trace/trace_mmiotrace.c
11428 F:      include/linux/mmiotrace.h
11429 F:      arch/x86/mm/kmmio.c
11430 F:      arch/x86/mm/mmio-mod.c
11431 F:      arch/x86/mm/testmmiotrace.c
11432
11433 TRIVIAL PATCHES
11434 M:      Jiri Kosina <[email protected]>
11435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11436 S:      Maintained
11437 K:      ^Subject:.*(?i)trivial
11438
11439 TTY LAYER
11440 M:      Greg Kroah-Hartman <[email protected]>
11441 M:      Jiri Slaby <[email protected]>
11442 S:      Supported
11443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11444 F:      Documentation/serial/
11445 F:      drivers/tty/
11446 F:      drivers/tty/serial/serial_core.c
11447 F:      include/linux/serial_core.h
11448 F:      include/linux/serial.h
11449 F:      include/linux/tty.h
11450 F:      include/uapi/linux/serial_core.h
11451 F:      include/uapi/linux/serial.h
11452 F:      include/uapi/linux/tty.h
11453
11454 TUA9001 MEDIA DRIVER
11455 M:      Antti Palosaari <[email protected]>
11456 L:      [email protected]
11457 W:      https://linuxtv.org
11458 W:      http://palosaari.fi/linux/
11459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11460 T:      git git://linuxtv.org/anttip/media_tree.git
11461 S:      Maintained
11462 F:      drivers/media/tuners/tua9001*
11463
11464 TULIP NETWORK DRIVERS
11465 L:      [email protected]
11466 L:      [email protected]
11467 S:      Orphan
11468 F:      drivers/net/ethernet/dec/tulip/
11469
11470 TUN/TAP driver
11471 M:      Maxim Krasnyansky <[email protected]>
11472 W:      http://vtun.sourceforge.net/tun
11473 S:      Maintained
11474 F:      Documentation/networking/tuntap.txt
11475 F:      arch/um/os-Linux/drivers/
11476
11477 TURBOCHANNEL SUBSYSTEM
11478 M:      "Maciej W. Rozycki" <[email protected]>
11479 M:      Ralf Baechle <[email protected]>
11480 L:      [email protected]
11481 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11482 S:      Maintained
11483 F:      drivers/tc/
11484 F:      include/linux/tc.h
11485
11486 U14-34F SCSI DRIVER
11487 M:      Dario Ballabio <[email protected]>
11488 L:      [email protected]
11489 S:      Maintained
11490 F:      drivers/scsi/u14-34f.c
11491
11492 UBI FILE SYSTEM (UBIFS)
11493 M:      Richard Weinberger <[email protected]>
11494 M:      Artem Bityutskiy <[email protected]>
11495 M:      Adrian Hunter <[email protected]>
11496 L:      [email protected]
11497 T:      git git://git.infradead.org/ubifs-2.6.git
11498 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11499 S:      Supported
11500 F:      Documentation/filesystems/ubifs.txt
11501 F:      fs/ubifs/
11502
11503 UCLINUX (M68KNOMMU AND COLDFIRE)
11504 M:      Greg Ungerer <[email protected]>
11505 W:      http://www.uclinux.org/
11506 L:      [email protected]
11507 L:      [email protected]  (subscribers-only)
11508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11509 S:      Maintained
11510 F:      arch/m68k/coldfire/
11511 F:      arch/m68k/68*/
11512 F:      arch/m68k/*/*_no.*
11513 F:      arch/m68k/include/asm/*_no.*
11514
11515 UDF FILESYSTEM
11516 M:      Jan Kara <[email protected]>
11517 S:      Maintained
11518 F:      Documentation/filesystems/udf.txt
11519 F:      fs/udf/
11520
11521 UFS FILESYSTEM
11522 M:      Evgeniy Dushistov <[email protected]>
11523 S:      Maintained
11524 F:      Documentation/filesystems/ufs.txt
11525 F:      fs/ufs/
11526
11527 UHID USERSPACE HID IO DRIVER:
11528 M:      David Herrmann <[email protected]>
11529 L:      [email protected]
11530 S:      Maintained
11531 F:      drivers/hid/uhid.c
11532 F:      include/uapi/linux/uhid.h
11533
11534 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11535 L:      [email protected]
11536 S:      Orphan
11537 F:      drivers/uwb/
11538 F:      include/linux/uwb.h
11539 F:      include/linux/uwb/
11540
11541 UNICORE32 ARCHITECTURE:
11542 M:      Guan Xuetao <[email protected]>
11543 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11544 S:      Maintained
11545 T:      git git://github.com/gxt/linux.git
11546 F:      arch/unicore32/
11547
11548 UNIFDEF
11549 M:      Tony Finch <[email protected]>
11550 W:      http://dotat.at/prog/unifdef
11551 S:      Maintained
11552 F:      scripts/unifdef.c
11553
11554 UNIFORM CDROM DRIVER
11555 M:      Jens Axboe <[email protected]>
11556 W:      http://www.kernel.dk
11557 S:      Maintained
11558 F:      Documentation/cdrom/
11559 F:      drivers/cdrom/cdrom.c
11560 F:      include/linux/cdrom.h
11561 F:      include/uapi/linux/cdrom.h
11562
11563 UNISYS S-PAR DRIVERS
11564 M:      David Kershner <[email protected]>
11565 L:      [email protected] (Unisys internal)
11566 S:      Supported
11567 F:      drivers/staging/unisys/
11568
11569 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11570 M:      Vinayak Holikatti <[email protected]>
11571 L:      [email protected]
11572 S:      Supported
11573 F:      Documentation/scsi/ufs.txt
11574 F:      drivers/scsi/ufs/
11575
11576 UNSORTED BLOCK IMAGES (UBI)
11577 M:      Artem Bityutskiy <[email protected]>
11578 M:      Richard Weinberger <[email protected]>
11579 W:      http://www.linux-mtd.infradead.org/
11580 L:      [email protected]
11581 T:      git git://git.infradead.org/ubifs-2.6.git
11582 S:      Supported
11583 F:      drivers/mtd/ubi/
11584 F:      include/linux/mtd/ubi.h
11585 F:      include/uapi/mtd/ubi-user.h
11586
11587 USB ACM DRIVER
11588 M:      Oliver Neukum <[email protected]>
11589 L:      [email protected]
11590 S:      Maintained
11591 F:      Documentation/usb/acm.txt
11592 F:      drivers/usb/class/cdc-acm.*
11593
11594 USB AR5523 WIRELESS DRIVER
11595 M:      Pontus Fuchs <[email protected]>
11596 L:      [email protected]
11597 S:      Maintained
11598 F:      drivers/net/wireless/ath/ar5523/
11599
11600 USB ATTACHED SCSI
11601 M:      Hans de Goede <[email protected]>
11602 M:      Gerd Hoffmann <[email protected]>
11603 L:      [email protected]
11604 L:      [email protected]
11605 S:      Maintained
11606 F:      drivers/usb/storage/uas.c
11607
11608 USB CDC ETHERNET DRIVER
11609 M:      Oliver Neukum <[email protected]>
11610 L:      [email protected]
11611 S:      Maintained
11612 F:      drivers/net/usb/cdc_*.c
11613 F:      include/uapi/linux/usb/cdc.h
11614
11615 USB CHAOSKEY DRIVER
11616 M:      Keith Packard <[email protected]>
11617 L:      [email protected]
11618 S:      Maintained
11619 F:      drivers/usb/misc/chaoskey.c
11620
11621 USB CYPRESS C67X00 DRIVER
11622 M:      Peter Korsgaard <[email protected]>
11623 L:      [email protected]
11624 S:      Maintained
11625 F:      drivers/usb/c67x00/
11626
11627 USB DAVICOM DM9601 DRIVER
11628 M:      Peter Korsgaard <[email protected]>
11629 L:      [email protected]
11630 W:      http://www.linux-usb.org/usbnet
11631 S:      Maintained
11632 F:      drivers/net/usb/dm9601.c
11633
11634 USB DIAMOND RIO500 DRIVER
11635 M:      Cesar Miquel <[email protected]>
11636 L:      [email protected]
11637 W:      http://rio500.sourceforge.net
11638 S:      Maintained
11639 F:      drivers/usb/misc/rio500*
11640
11641 USB EHCI DRIVER
11642 M:      Alan Stern <[email protected]>
11643 L:      [email protected]
11644 S:      Maintained
11645 F:      Documentation/usb/ehci.txt
11646 F:      drivers/usb/host/ehci*
11647
11648 USB GADGET/PERIPHERAL SUBSYSTEM
11649 M:      Felipe Balbi <[email protected]>
11650 L:      [email protected]
11651 W:      http://www.linux-usb.org/gadget
11652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11653 S:      Maintained
11654 F:      drivers/usb/gadget/
11655 F:      include/linux/usb/gadget*
11656
11657 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11658 M:      Jiri Kosina <[email protected]>
11659 R:      Benjamin Tissoires <[email protected]>
11660 L:      [email protected]
11661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11662 S:      Maintained
11663 F:      Documentation/hid/hiddev.txt
11664 F:      drivers/hid/usbhid/
11665
11666 USB ISP116X DRIVER
11667 M:      Olav Kongas <[email protected]>
11668 L:      [email protected]
11669 S:      Maintained
11670 F:      drivers/usb/host/isp116x*
11671 F:      include/linux/usb/isp116x.h
11672
11673 USB LAN78XX ETHERNET DRIVER
11674 M:      Woojung Huh <[email protected]>
11675 M:      Microchip Linux Driver Support <[email protected]>
11676 L:      [email protected]
11677 S:      Maintained
11678 F:      drivers/net/usb/lan78xx.*
11679
11680 USB MASS STORAGE DRIVER
11681 M:      Matthew Dharm <[email protected]>
11682 L:      [email protected]
11683 L:      [email protected]
11684 S:      Maintained
11685 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11686 F:      drivers/usb/storage/
11687
11688 USB MIDI DRIVER
11689 M:      Clemens Ladisch <[email protected]>
11690 L:      [email protected] (moderated for non-subscribers)
11691 T:      git git://git.alsa-project.org/alsa-kernel.git
11692 S:      Maintained
11693 F:      sound/usb/midi.*
11694
11695 USB NETWORKING DRIVERS
11696 L:      [email protected]
11697 S:      Odd Fixes
11698 F:      drivers/net/usb/
11699
11700 USB OHCI DRIVER
11701 M:      Alan Stern <[email protected]>
11702 L:      [email protected]
11703 S:      Maintained
11704 F:      Documentation/usb/ohci.txt
11705 F:      drivers/usb/host/ohci*
11706
11707 USB OTG FSM (Finite State Machine)
11708 M:      Peter Chen <[email protected]>
11709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11710 L:      [email protected]
11711 S:      Maintained
11712 F:      drivers/usb/common/usb-otg-fsm.c
11713
11714 USB OVER IP DRIVER
11715 M:      Valentina Manea <[email protected]>
11716 M:      Shuah Khan <[email protected]>
11717 L:      [email protected]
11718 S:      Maintained
11719 F:      Documentation/usb/usbip_protocol.txt
11720 F:      drivers/usb/usbip/
11721 F:      tools/usb/usbip/
11722
11723 USB PEGASUS DRIVER
11724 M:      Petko Manolov <[email protected]>
11725 L:      [email protected]
11726 L:      [email protected]
11727 T:      git git://github.com/petkan/pegasus.git
11728 W:      https://github.com/petkan/pegasus
11729 S:      Maintained
11730 F:      drivers/net/usb/pegasus.*
11731
11732 USB PHY LAYER
11733 M:      Felipe Balbi <[email protected]>
11734 L:      [email protected]
11735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11736 S:      Maintained
11737 F:      drivers/usb/phy/
11738
11739 USB PRINTER DRIVER (usblp)
11740 M:      Pete Zaitcev <[email protected]>
11741 L:      [email protected]
11742 S:      Supported
11743 F:      drivers/usb/class/usblp.c
11744
11745 USB QMI WWAN NETWORK DRIVER
11746 M:      Bjørn Mork <[email protected]>
11747 L:      [email protected]
11748 S:      Maintained
11749 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11750 F:      drivers/net/usb/qmi_wwan.c
11751
11752 USB RTL8150 DRIVER
11753 M:      Petko Manolov <[email protected]>
11754 L:      [email protected]
11755 L:      [email protected]
11756 T:      git git://github.com/petkan/rtl8150.git
11757 W:      https://github.com/petkan/rtl8150
11758 S:      Maintained
11759 F:      drivers/net/usb/rtl8150.c
11760
11761 USB SERIAL SUBSYSTEM
11762 M:      Johan Hovold <[email protected]>
11763 L:      [email protected]
11764 S:      Maintained
11765 F:      Documentation/usb/usb-serial.txt
11766 F:      drivers/usb/serial/
11767 F:      include/linux/usb/serial.h
11768
11769 USB SMSC75XX ETHERNET DRIVER
11770 M:      Steve Glendinning <[email protected]>
11771 L:      [email protected]
11772 S:      Maintained
11773 F:      drivers/net/usb/smsc75xx.*
11774
11775 USB SMSC95XX ETHERNET DRIVER
11776 M:      Steve Glendinning <[email protected]>
11777 L:      [email protected]
11778 S:      Maintained
11779 F:      drivers/net/usb/smsc95xx.*
11780
11781 USB SUBSYSTEM
11782 M:      Greg Kroah-Hartman <[email protected]>
11783 L:      [email protected]
11784 W:      http://www.linux-usb.org
11785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11786 S:      Supported
11787 F:      Documentation/usb/
11788 F:      drivers/usb/
11789 F:      include/linux/usb.h
11790 F:      include/linux/usb/
11791
11792 USB UHCI DRIVER
11793 M:      Alan Stern <[email protected]>
11794 L:      [email protected]
11795 S:      Maintained
11796 F:      drivers/usb/host/uhci*
11797
11798 USB "USBNET" DRIVER FRAMEWORK
11799 M:      Oliver Neukum <[email protected]>
11800 L:      [email protected]
11801 W:      http://www.linux-usb.org/usbnet
11802 S:      Maintained
11803 F:      drivers/net/usb/usbnet.c
11804 F:      include/linux/usb/usbnet.h
11805
11806 USB VIDEO CLASS
11807 M:      Laurent Pinchart <[email protected]>
11808 L:      [email protected] (subscribers-only)
11809 L:      [email protected]
11810 T:      git git://linuxtv.org/media_tree.git
11811 W:      http://www.ideasonboard.org/uvc/
11812 S:      Maintained
11813 F:      drivers/media/usb/uvc/
11814 F:      include/uapi/linux/uvcvideo.h
11815
11816 USB VISION DRIVER
11817 M:      Hans Verkuil <[email protected]>
11818 L:      [email protected]
11819 T:      git git://linuxtv.org/media_tree.git
11820 W:      https://linuxtv.org
11821 S:      Odd Fixes
11822 F:      drivers/media/usb/usbvision/
11823
11824 USB WEBCAM GADGET
11825 M:      Laurent Pinchart <[email protected]>
11826 L:      [email protected]
11827 S:      Maintained
11828 F:      drivers/usb/gadget/function/*uvc*
11829 F:      drivers/usb/gadget/legacy/webcam.c
11830
11831 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11832 M:      Jussi Kivilinna <[email protected]>
11833 L:      [email protected]
11834 S:      Maintained
11835 F:      drivers/net/wireless/rndis_wlan.c
11836
11837 USB XHCI DRIVER
11838 M:      Mathias Nyman <[email protected]>
11839 L:      [email protected]
11840 S:      Supported
11841 F:      drivers/usb/host/xhci*
11842 F:      drivers/usb/host/pci-quirks*
11843
11844 USB ZD1201 DRIVER
11845 L:      [email protected]
11846 W:      http://linux-lc100020.sourceforge.net
11847 S:      Orphan
11848 F:      drivers/net/wireless/zydas/zd1201.*
11849
11850 USB ZR364XX DRIVER
11851 M:      Antoine Jacquet <[email protected]>
11852 L:      [email protected]
11853 L:      [email protected]
11854 T:      git git://linuxtv.org/media_tree.git
11855 W:      http://royale.zerezo.com/zr364xx/
11856 S:      Maintained
11857 F:      Documentation/video4linux/zr364xx.txt
11858 F:      drivers/media/usb/zr364xx/
11859
11860 ULPI BUS
11861 M:      Heikki Krogerus <[email protected]>
11862 L:      [email protected]
11863 S:      Maintained
11864 F:      drivers/usb/common/ulpi.c
11865 F:      include/linux/ulpi/
11866
11867 USER-MODE LINUX (UML)
11868 M:      Jeff Dike <[email protected]>
11869 M:      Richard Weinberger <[email protected]>
11870 L:      [email protected]
11871 L:      [email protected]
11872 W:      http://user-mode-linux.sourceforge.net
11873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11874 S:      Maintained
11875 F:      Documentation/virtual/uml/
11876 F:      arch/um/
11877 F:      arch/x86/um/
11878 F:      fs/hostfs/
11879 F:      fs/hppfs/
11880
11881 USERSPACE I/O (UIO)
11882 M:      "Hans J. Koch" <[email protected]>
11883 M:      Greg Kroah-Hartman <[email protected]>
11884 S:      Maintained
11885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11886 F:      Documentation/DocBook/uio-howto.tmpl
11887 F:      drivers/uio/
11888 F:      include/linux/uio*.h
11889
11890 UTIL-LINUX PACKAGE
11891 M:      Karel Zak <[email protected]>
11892 L:      [email protected]
11893 W:      http://en.wikipedia.org/wiki/Util-linux
11894 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11895 S:      Maintained
11896
11897 UVESAFB DRIVER
11898 M:      Michal Januszewski <[email protected]>
11899 L:      [email protected]
11900 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11901 S:      Maintained
11902 F:      Documentation/fb/uvesafb.txt
11903 F:      drivers/video/fbdev/uvesafb.*
11904
11905 VF610 NAND DRIVER
11906 M:      Stefan Agner <[email protected]>
11907 L:      [email protected]
11908 S:      Supported
11909 F:      drivers/mtd/nand/vf610_nfc.c
11910
11911 VFAT/FAT/MSDOS FILESYSTEM
11912 M:      OGAWA Hirofumi <[email protected]>
11913 S:      Maintained
11914 F:      Documentation/filesystems/vfat.txt
11915 F:      fs/fat/
11916
11917 VFIO DRIVER
11918 M:      Alex Williamson <[email protected]>
11919 L:      [email protected]
11920 T:      git git://github.com/awilliam/linux-vfio.git
11921 S:      Maintained
11922 F:      Documentation/vfio.txt
11923 F:      drivers/vfio/
11924 F:      include/linux/vfio.h
11925 F:      include/uapi/linux/vfio.h
11926
11927 VFIO PLATFORM DRIVER
11928 M:      Baptiste Reynal <[email protected]>
11929 L:      [email protected]
11930 S:      Maintained
11931 F:      drivers/vfio/platform/
11932
11933 VIDEOBUF2 FRAMEWORK
11934 M:      Pawel Osciak <[email protected]>
11935 M:      Marek Szyprowski <[email protected]>
11936 M:      Kyungmin Park <[email protected]>
11937 L:      [email protected]
11938 S:      Maintained
11939 F:      drivers/media/v4l2-core/videobuf2-*
11940 F:      include/media/videobuf2-*
11941
11942 VIRTUAL SERIO DEVICE DRIVER
11943 M:      Stephen Chandler Paul <[email protected]>
11944 S:      Maintained
11945 F:      drivers/input/serio/userio.c
11946 F:      include/uapi/linux/userio.h
11947
11948 VIRTIO CONSOLE DRIVER
11949 M:      Amit Shah <[email protected]>
11950 L:      [email protected]
11951 S:      Maintained
11952 F:      drivers/char/virtio_console.c
11953 F:      include/linux/virtio_console.h
11954 F:      include/uapi/linux/virtio_console.h
11955
11956 VIRTIO CORE, NET AND BLOCK DRIVERS
11957 M:      "Michael S. Tsirkin" <[email protected]>
11958 L:      [email protected]
11959 S:      Maintained
11960 F:      drivers/virtio/
11961 F:      tools/virtio/
11962 F:      drivers/net/virtio_net.c
11963 F:      drivers/block/virtio_blk.c
11964 F:      include/linux/virtio_*.h
11965 F:      include/uapi/linux/virtio_*.h
11966
11967 VIRTIO DRIVERS FOR S390
11968 M:      Christian Borntraeger <[email protected]>
11969 M:      Cornelia Huck <[email protected]>
11970 L:      [email protected]
11971 L:      [email protected]
11972 L:      [email protected]
11973 S:      Supported
11974 F:      drivers/s390/virtio/
11975
11976 VIRTIO GPU DRIVER
11977 M:      David Airlie <[email protected]>
11978 M:      Gerd Hoffmann <[email protected]>
11979 L:      [email protected]
11980 L:      [email protected]
11981 S:      Maintained
11982 F:      drivers/gpu/drm/virtio/
11983 F:      include/uapi/linux/virtio_gpu.h
11984
11985 VIRTIO HOST (VHOST)
11986 M:      "Michael S. Tsirkin" <[email protected]>
11987 L:      [email protected]
11988 L:      [email protected]
11989 L:      [email protected]
11990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11991 S:      Maintained
11992 F:      drivers/vhost/
11993 F:      include/uapi/linux/vhost.h
11994
11995 VIRTIO INPUT DRIVER
11996 M:      Gerd Hoffmann <[email protected]>
11997 S:      Maintained
11998 F:      drivers/virtio/virtio_input.c
11999 F:      include/uapi/linux/virtio_input.h
12000
12001 VIA RHINE NETWORK DRIVER
12002 S:      Orphan
12003 F:      drivers/net/ethernet/via/via-rhine.c
12004
12005 VIA SD/MMC CARD CONTROLLER DRIVER
12006 M:      Bruce Chang <[email protected]>
12007 M:      Harald Welte <[email protected]>
12008 S:      Maintained
12009 F:      drivers/mmc/host/via-sdmmc.c
12010
12011 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12012 M:      Florian Tobias Schandinat <[email protected]>
12013 L:      [email protected]
12014 S:      Maintained
12015 F:      include/linux/via-core.h
12016 F:      include/linux/via-gpio.h
12017 F:      include/linux/via_i2c.h
12018 F:      drivers/video/fbdev/via/
12019
12020 VIA VELOCITY NETWORK DRIVER
12021 M:      Francois Romieu <[email protected]>
12022 L:      [email protected]
12023 S:      Maintained
12024 F:      drivers/net/ethernet/via/via-velocity.*
12025
12026 VIRT LIB
12027 M:      Alex Williamson <[email protected]>
12028 M:      Paolo Bonzini <[email protected]>
12029 L:      [email protected]
12030 S:      Supported
12031 F:      virt/lib/
12032
12033 VIVID VIRTUAL VIDEO DRIVER
12034 M:      Hans Verkuil <[email protected]>
12035 L:      [email protected]
12036 T:      git git://linuxtv.org/media_tree.git
12037 W:      https://linuxtv.org
12038 S:      Maintained
12039 F:      drivers/media/platform/vivid/*
12040
12041 VLAN (802.1Q)
12042 M:      Patrick McHardy <[email protected]>
12043 L:      [email protected]
12044 S:      Maintained
12045 F:      drivers/net/macvlan.c
12046 F:      include/linux/if_*vlan.h
12047 F:      net/8021q/
12048
12049 VLYNQ BUS
12050 M:      Florian Fainelli <[email protected]>
12051 L:      [email protected] (subscribers-only)
12052 S:      Maintained
12053 F:      drivers/vlynq/vlynq.c
12054 F:      include/linux/vlynq.h
12055
12056 VME SUBSYSTEM
12057 M:      Martyn Welch <[email protected]>
12058 M:      Manohar Vanga <[email protected]>
12059 M:      Greg Kroah-Hartman <[email protected]>
12060 L:      [email protected]
12061 S:      Maintained
12062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12063 F:      Documentation/vme_api.txt
12064 F:      drivers/staging/vme/
12065 F:      drivers/vme/
12066 F:      include/linux/vme*
12067
12068 VMWARE HYPERVISOR INTERFACE
12069 M:      Alok Kataria <[email protected]>
12070 L:      [email protected]
12071 S:      Supported
12072 F:      arch/x86/kernel/cpu/vmware.c
12073
12074 VMWARE BALLOON DRIVER
12075 M:      Xavier Deguillard <[email protected]>
12076 M:      Philip Moltmann <[email protected]>
12077 M:      "VMware, Inc." <[email protected]>
12078 L:      [email protected]
12079 S:      Maintained
12080 F:      drivers/misc/vmw_balloon.c
12081
12082 VMWARE VMMOUSE SUBDRIVER
12083 M:      "VMware Graphics" <[email protected]>
12084 M:      "VMware, Inc." <[email protected]>
12085 L:      [email protected]
12086 S:      Maintained
12087 F:      drivers/input/mouse/vmmouse.c
12088 F:      drivers/input/mouse/vmmouse.h
12089
12090 VMWARE VMXNET3 ETHERNET DRIVER
12091 M:      Shrikrishna Khare <[email protected]>
12092 M:      "VMware, Inc." <[email protected]>
12093 L:      [email protected]
12094 S:      Maintained
12095 F:      drivers/net/vmxnet3/
12096
12097 VMware PVSCSI driver
12098 M:      Arvind Kumar <[email protected]>
12099 M:      VMware PV-Drivers <[email protected]>
12100 L:      [email protected]
12101 S:      Maintained
12102 F:      drivers/scsi/vmw_pvscsi.c
12103 F:      drivers/scsi/vmw_pvscsi.h
12104
12105 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12106 M:      Liam Girdwood <[email protected]>
12107 M:      Mark Brown <[email protected]>
12108 L:      [email protected]
12109 W:      http://www.slimlogic.co.uk/?p=48
12110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12111 S:      Supported
12112 F:      Documentation/devicetree/bindings/regulator/
12113 F:      drivers/regulator/
12114 F:      include/dt-bindings/regulator/
12115 F:      include/linux/regulator/
12116
12117 VRF
12118 M:      David Ahern <[email protected]>
12119 M:      Shrijeet Mukherjee <[email protected]>
12120 L:      [email protected]
12121 S:      Maintained
12122 F:      drivers/net/vrf.c
12123 F:      Documentation/networking/vrf.txt
12124
12125 VT1211 HARDWARE MONITOR DRIVER
12126 M:      Juerg Haefliger <[email protected]>
12127 L:      [email protected]
12128 S:      Maintained
12129 F:      Documentation/hwmon/vt1211
12130 F:      drivers/hwmon/vt1211.c
12131
12132 VT8231 HARDWARE MONITOR DRIVER
12133 M:      Roger Lucas <[email protected]>
12134 L:      [email protected]
12135 S:      Maintained
12136 F:      drivers/hwmon/vt8231.c
12137
12138 VUB300 USB to SDIO/SD/MMC bridge chip
12139 M:      Tony Olech <[email protected]>
12140 L:      [email protected]
12141 L:      [email protected]
12142 S:      Supported
12143 F:      drivers/mmc/host/vub300.c
12144
12145 W1 DALLAS'S 1-WIRE BUS
12146 M:      Evgeniy Polyakov <[email protected]>
12147 S:      Maintained
12148 F:      Documentation/w1/
12149 F:      drivers/w1/
12150
12151 W83791D HARDWARE MONITORING DRIVER
12152 M:      Marc Hulsman <[email protected]>
12153 L:      [email protected]
12154 S:      Maintained
12155 F:      Documentation/hwmon/w83791d
12156 F:      drivers/hwmon/w83791d.c
12157
12158 W83793 HARDWARE MONITORING DRIVER
12159 M:      Rudolf Marek <[email protected]>
12160 L:      [email protected]
12161 S:      Maintained
12162 F:      Documentation/hwmon/w83793
12163 F:      drivers/hwmon/w83793.c
12164
12165 W83795 HARDWARE MONITORING DRIVER
12166 M:      Jean Delvare <[email protected]>
12167 L:      [email protected]
12168 S:      Maintained
12169 F:      drivers/hwmon/w83795.c
12170
12171 W83L51xD SD/MMC CARD INTERFACE DRIVER
12172 M:      Pierre Ossman <[email protected]>
12173 S:      Maintained
12174 F:      drivers/mmc/host/wbsd.*
12175
12176 WACOM PROTOCOL 4 SERIAL TABLETS
12177 M:      Julian Squires <[email protected]>
12178 M:      Hans de Goede <[email protected]>
12179 L:      [email protected]
12180 S:      Maintained
12181 F:      drivers/input/tablet/wacom_serial4.c
12182
12183 WATCHDOG DEVICE DRIVERS
12184 M:      Wim Van Sebroeck <[email protected]>
12185 R:      Guenter Roeck <[email protected]>
12186 L:      [email protected]
12187 W:      http://www.linux-watchdog.org/
12188 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12189 S:      Maintained
12190 F:      Documentation/watchdog/
12191 F:      drivers/watchdog/
12192 F:      include/linux/watchdog.h
12193 F:      include/uapi/linux/watchdog.h
12194
12195 WD7000 SCSI DRIVER
12196 M:      Miroslav Zagorac <[email protected]>
12197 L:      [email protected]
12198 S:      Maintained
12199 F:      drivers/scsi/wd7000.c
12200
12201 WIIMOTE HID DRIVER
12202 M:      David Herrmann <[email protected]>
12203 L:      [email protected]
12204 S:      Maintained
12205 F:      drivers/hid/hid-wiimote*
12206
12207 WINBOND CIR DRIVER
12208 M:      David Härdeman <[email protected]>
12209 S:      Maintained
12210 F:      drivers/media/rc/winbond-cir.c
12211
12212 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12213 M:      William Breathitt Gray <[email protected]>
12214 L:      [email protected]
12215 S:      Maintained
12216 F:      drivers/watchdog/ebc-c384_wdt.c
12217
12218 WINSYSTEMS WS16C48 GPIO DRIVER
12219 M:      William Breathitt Gray <[email protected]>
12220 L:      [email protected]
12221 S:      Maintained
12222 F:      drivers/gpio/gpio-ws16c48.c
12223
12224 WIMAX STACK
12225 M:      Inaky Perez-Gonzalez <[email protected]>
12226 M:      [email protected]
12227 L:      [email protected] (subscribers-only)
12228 S:      Supported
12229 W:      http://linuxwimax.org
12230 F:      Documentation/wimax/README.wimax
12231 F:      include/linux/wimax/debug.h
12232 F:      include/net/wimax.h
12233 F:      include/uapi/linux/wimax.h
12234 F:      net/wimax/
12235
12236 WISTRON LAPTOP BUTTON DRIVER
12237 M:      Miloslav Trmac <[email protected]>
12238 S:      Maintained
12239 F:      drivers/input/misc/wistron_btns.c
12240
12241 WL3501 WIRELESS PCMCIA CARD DRIVER
12242 M:      Arnaldo Carvalho de Melo <[email protected]>
12243 L:      [email protected]
12244 W:      http://oops.ghostprotocols.net:81/blog
12245 S:      Maintained
12246 F:      drivers/net/wireless/wl3501*
12247
12248 WOLFSON MICROELECTRONICS DRIVERS
12249 L:      [email protected]
12250 T:      git https://github.com/CirrusLogic/linux-drivers.git
12251 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12252 S:      Supported
12253 F:      Documentation/hwmon/wm83??
12254 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12255 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12256 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12257 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12258 F:      drivers/clk/clk-wm83*.c
12259 F:      drivers/extcon/extcon-arizona.c
12260 F:      drivers/leds/leds-wm83*.c
12261 F:      drivers/gpio/gpio-*wm*.c
12262 F:      drivers/gpio/gpio-arizona.c
12263 F:      drivers/hwmon/wm83??-hwmon.c
12264 F:      drivers/input/misc/wm831x-on.c
12265 F:      drivers/input/touchscreen/wm831x-ts.c
12266 F:      drivers/input/touchscreen/wm97*.c
12267 F:      drivers/mfd/arizona*
12268 F:      drivers/mfd/wm*.c
12269 F:      drivers/mfd/cs47l24*
12270 F:      drivers/power/wm83*.c
12271 F:      drivers/rtc/rtc-wm83*.c
12272 F:      drivers/regulator/wm8*.c
12273 F:      drivers/video/backlight/wm83*_bl.c
12274 F:      drivers/watchdog/wm83*_wdt.c
12275 F:      include/linux/mfd/arizona/
12276 F:      include/linux/mfd/wm831x/
12277 F:      include/linux/mfd/wm8350/
12278 F:      include/linux/mfd/wm8400*
12279 F:      include/linux/wm97xx.h
12280 F:      include/sound/wm????.h
12281 F:      sound/soc/codecs/arizona.?
12282 F:      sound/soc/codecs/wm*
12283 F:      sound/soc/codecs/cs47l24*
12284
12285 WORKQUEUE
12286 M:      Tejun Heo <[email protected]>
12287 R:      Lai Jiangshan <[email protected]>
12288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12289 S:      Maintained
12290 F:      include/linux/workqueue.h
12291 F:      kernel/workqueue.c
12292 F:      Documentation/workqueue.txt
12293
12294 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12295 M:      Chen-Yu Tsai <[email protected]>
12296 L:      [email protected]
12297 S:      Maintained
12298 N:      axp[128]
12299
12300 X.25 NETWORK LAYER
12301 M:      Andrew Hendry <[email protected]>
12302 L:      [email protected]
12303 S:      Odd Fixes
12304 F:      Documentation/networking/x25*
12305 F:      include/net/x25*
12306 F:      net/x25/
12307
12308 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12309 M:      Thomas Gleixner <[email protected]>
12310 M:      Ingo Molnar <[email protected]>
12311 M:      "H. Peter Anvin" <[email protected]>
12312 M:      [email protected]
12313 L:      [email protected]
12314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12315 S:      Maintained
12316 F:      Documentation/x86/
12317 F:      arch/x86/
12318
12319 X86 PLATFORM DRIVERS
12320 M:      Darren Hart <[email protected]>
12321 L:      [email protected]
12322 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12323 S:      Maintained
12324 F:      drivers/platform/x86/
12325 F:      drivers/platform/olpc/
12326
12327 X86 MCE INFRASTRUCTURE
12328 M:      Tony Luck <[email protected]>
12329 M:      Borislav Petkov <[email protected]>
12330 L:      [email protected]
12331 S:      Maintained
12332 F:      arch/x86/kernel/cpu/mcheck/*
12333
12334 X86 MICROCODE UPDATE SUPPORT
12335 M:      Borislav Petkov <[email protected]>
12336 S:      Maintained
12337 F:      arch/x86/kernel/cpu/microcode/*
12338
12339 X86 VDSO
12340 M:      Andy Lutomirski <[email protected]>
12341 L:      [email protected]
12342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12343 S:      Maintained
12344 F:      arch/x86/entry/vdso/
12345
12346 XC2028/3028 TUNER DRIVER
12347 M:      Mauro Carvalho Chehab <[email protected]>
12348 L:      [email protected]
12349 W:      https://linuxtv.org
12350 T:      git git://linuxtv.org/media_tree.git
12351 S:      Maintained
12352 F:      drivers/media/tuners/tuner-xc2028.*
12353
12354 XEN HYPERVISOR INTERFACE
12355 M:      Boris Ostrovsky <[email protected]>
12356 M:      David Vrabel <[email protected]>
12357 M:      Juergen Gross <[email protected]>
12358 L:      [email protected] (moderated for non-subscribers)
12359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12360 S:      Supported
12361 F:      arch/x86/xen/
12362 F:      drivers/*/xen-*front.c
12363 F:      drivers/xen/
12364 F:      arch/x86/include/asm/xen/
12365 F:      include/xen/
12366 F:      include/uapi/xen/
12367
12368 XEN HYPERVISOR ARM
12369 M:      Stefano Stabellini <[email protected]>
12370 L:      [email protected] (moderated for non-subscribers)
12371 S:      Maintained
12372 F:      arch/arm/xen/
12373 F:      arch/arm/include/asm/xen/
12374
12375 XEN HYPERVISOR ARM64
12376 M:      Stefano Stabellini <[email protected]>
12377 L:      [email protected] (moderated for non-subscribers)
12378 S:      Maintained
12379 F:      arch/arm64/xen/
12380 F:      arch/arm64/include/asm/xen/
12381
12382 XEN NETWORK BACKEND DRIVER
12383 M:      Wei Liu <[email protected]>
12384 L:      [email protected] (moderated for non-subscribers)
12385 L:      [email protected]
12386 S:      Supported
12387 F:      drivers/net/xen-netback/*
12388
12389 XEN PCI SUBSYSTEM
12390 M:      Konrad Rzeszutek Wilk <[email protected]>
12391 L:      [email protected] (moderated for non-subscribers)
12392 S:      Supported
12393 F:      arch/x86/pci/*xen*
12394 F:      drivers/pci/*xen*
12395
12396 XEN BLOCK SUBSYSTEM
12397 M:      Konrad Rzeszutek Wilk <[email protected]>
12398 M:      Roger Pau Monné <[email protected]>
12399 L:      [email protected] (moderated for non-subscribers)
12400 S:      Supported
12401 F:      drivers/block/xen-blkback/*
12402 F:      drivers/block/xen*
12403
12404 XEN PVSCSI DRIVERS
12405 M:      Juergen Gross <[email protected]>
12406 L:      [email protected] (moderated for non-subscribers)
12407 L:      [email protected]
12408 S:      Supported
12409 F:      drivers/scsi/xen-scsifront.c
12410 F:      drivers/xen/xen-scsiback.c
12411 F:      include/xen/interface/io/vscsiif.h
12412
12413 XEN SWIOTLB SUBSYSTEM
12414 M:      Konrad Rzeszutek Wilk <[email protected]>
12415 L:      [email protected] (moderated for non-subscribers)
12416 S:      Supported
12417 F:      arch/x86/xen/*swiotlb*
12418 F:      drivers/xen/*swiotlb*
12419
12420 XFS FILESYSTEM
12421 P:      Silicon Graphics Inc
12422 M:      Dave Chinner <[email protected]>
12423 M:      [email protected]
12424 L:      [email protected]
12425 W:      http://oss.sgi.com/projects/xfs
12426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12427 S:      Supported
12428 F:      Documentation/filesystems/xfs.txt
12429 F:      fs/xfs/
12430
12431 XILINX AXI ETHERNET DRIVER
12432 M:      Anirudha Sarangi <[email protected]>
12433 M:      John Linn <[email protected]>
12434 S:      Maintained
12435 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12436
12437 XILINX UARTLITE SERIAL DRIVER
12438 M:      Peter Korsgaard <[email protected]>
12439 L:      [email protected]
12440 S:      Maintained
12441 F:      drivers/tty/serial/uartlite.c
12442
12443 XILINX VIDEO IP CORES
12444 M:      Hyun Kwon <[email protected]>
12445 M:      Laurent Pinchart <[email protected]>
12446 L:      [email protected]
12447 T:      git git://linuxtv.org/media_tree.git
12448 S:      Supported
12449 F:      Documentation/devicetree/bindings/media/xilinx/
12450 F:      drivers/media/platform/xilinx/
12451 F:      include/uapi/linux/xilinx-v4l2-controls.h
12452
12453 XILLYBUS DRIVER
12454 M:      Eli Billauer <[email protected]>
12455 L:      [email protected]
12456 S:      Supported
12457 F:      drivers/char/xillybus/
12458
12459 XTENSA XTFPGA PLATFORM SUPPORT
12460 M:      Max Filippov <[email protected]>
12461 L:      [email protected]
12462 S:      Maintained
12463 F:      drivers/spi/spi-xtensa-xtfpga.c
12464 F:      sound/soc/xtensa/xtfpga-i2s.c
12465
12466 YAM DRIVER FOR AX.25
12467 M:      Jean-Paul Roubelat <[email protected]>
12468 L:      [email protected]
12469 S:      Maintained
12470 F:      drivers/net/hamradio/yam*
12471 F:      include/linux/yam.h
12472
12473 YEALINK PHONE DRIVER
12474 M:      Henk Vergonet <[email protected]>
12475 L:      [email protected]
12476 S:      Maintained
12477 F:      Documentation/input/yealink.txt
12478 F:      drivers/input/misc/yealink.*
12479
12480 Z8530 DRIVER FOR AX.25
12481 M:      Joerg Reuter <[email protected]>
12482 W:      http://yaina.de/jreuter/
12483 W:      http://www.qsl.net/dl1bke/
12484 L:      [email protected]
12485 S:      Maintained
12486 F:      Documentation/networking/z8530drv.txt
12487 F:      drivers/net/hamradio/*scc.c
12488 F:      drivers/net/hamradio/z8530.h
12489
12490 ZBUD COMPRESSED PAGE ALLOCATOR
12491 M:      Seth Jennings <[email protected]>
12492 L:      [email protected]
12493 S:      Maintained
12494 F:      mm/zbud.c
12495 F:      include/linux/zbud.h
12496
12497 ZD1211RW WIRELESS DRIVER
12498 M:      Daniel Drake <[email protected]>
12499 M:      Ulrich Kunitz <[email protected]>
12500 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12501 L:      [email protected]
12502 L:      [email protected] (subscribers-only)
12503 S:      Maintained
12504 F:      drivers/net/wireless/zydas/zd1211rw/
12505
12506 ZPOOL COMPRESSED PAGE STORAGE API
12507 M:      Dan Streetman <[email protected]>
12508 L:      [email protected]
12509 S:      Maintained
12510 F:      mm/zpool.c
12511 F:      include/linux/zpool.h
12512
12513 ZR36067 VIDEO FOR LINUX DRIVER
12514 L:      [email protected]
12515 L:      [email protected]
12516 W:      http://mjpeg.sourceforge.net/driver-zoran/
12517 T:      hg https://linuxtv.org/hg/v4l-dvb
12518 S:      Odd Fixes
12519 F:      drivers/media/pci/zoran/
12520
12521 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12522 M:      Minchan Kim <[email protected]>
12523 M:      Nitin Gupta <[email protected]>
12524 R:      Sergey Senozhatsky <[email protected]>
12525 L:      [email protected]
12526 S:      Maintained
12527 F:      drivers/block/zram/
12528 F:      Documentation/blockdev/zram.txt
12529
12530 ZS DECSTATION Z85C30 SERIAL DRIVER
12531 M:      "Maciej W. Rozycki" <[email protected]>
12532 S:      Maintained
12533 F:      drivers/tty/serial/zs.*
12534
12535 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12536 M:      Minchan Kim <[email protected]>
12537 M:      Nitin Gupta <[email protected]>
12538 R:      Sergey Senozhatsky <[email protected]>
12539 L:      [email protected]
12540 S:      Maintained
12541 F:      mm/zsmalloc.c
12542 F:      include/linux/zsmalloc.h
12543 F:      Documentation/vm/zsmalloc.txt
12544
12545 ZSWAP COMPRESSED SWAP CACHING
12546 M:      Seth Jennings <[email protected]>
12547 L:      [email protected]
12548 S:      Maintained
12549 F:      mm/zswap.c
12550
12551 THE REST
12552 M:      Linus Torvalds <[email protected]>
12553 L:      [email protected]
12554 Q:      http://patchwork.kernel.org/project/LKML/list/
12555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12556 S:      Buried alive in reporters
12557 F:      *
12558 F:      */
This page took 0.691338 seconds and 4 git commands to generate.