tracing: extend sched_pi_setprio
[deliverable/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: security@kernel.org, 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 <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
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 <dave@thedillows.org>
136 L: netdev@vger.kernel.org
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 <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
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" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
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 <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
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 <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
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 <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
226 F: kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
231 S: Maintained
232 F: drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
237 S: Maintained
238 F: drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
243 S: Maintained
244 F: drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
249 S: Maintained
250 F: drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
255 S: Maintained
256 F: drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
261 S: Maintained
262 F: drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
268 S: Maintained
269 F: drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
274 S: Maintained
275 F: drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S: Supported
285 F: drivers/acpi/
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
288 F: include/acpi/
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: Documentation/ABI/testing/configfs-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
295 F: tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M: Robert Moore <robert.moore@intel.com>
299 M: Lv Zheng <lv.zheng@intel.com>
300 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L: linux-acpi@vger.kernel.org
302 L: devel@acpica.org
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 <rui.zhang@intel.com>
314 L: linux-acpi@vger.kernel.org
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 <rui.zhang@intel.com>
321 L: linux-acpi@vger.kernel.org
322 W: https://01.org/linux-acpi
323 S: Supported
324 F: drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
330 S: Supported
331 F: drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L: platform-driver-x86@vger.kernel.org
335 S: Orphan
336 F: drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M: Thibaut Varene <T-Bone@parisc-linux.org>
340 W: http://wiki.parisc-linux.org/AD1889
341 L: linux-parisc@vger.kernel.org
342 S: Maintained
343 F: sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M: Michael Hennerich <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <jikos@kernel.org>
382 S: Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: https://wiki.analog.com/ADF7242
387 W: http://ez.analog.com/community/linux-device-drivers
388 L: linux-wpan@vger.kernel.org
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 <jdelvare@suse.com>
395 L: linux-hwmon@vger.kernel.org
396 S: Maintained
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: linux-hwmon@vger.kernel.org
403 S: Maintained
404 F: drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L: linux-wireless@vger.kernel.org
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 <sakari.ailus@iki.fi>
414 L: linux-media@vger.kernel.org
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <eibach@gdsys.de>
447 L: linux-hwmon@vger.kernel.org
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 <colin@colino.net>
455 S: Maintained
456 F: drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: linux-hwmon@vger.kernel.org
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 <michael.hennerich@analog.com>
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 <matthew@wil.cx>
474 M: Hannes Reinecke <hare@suse.com>
475 L: linux-scsi@vger.kernel.org
476 S: Maintained
477 F: Documentation/scsi/advansys.txt
478 F: drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M: Riccardo Facchetti <fizban@tin.it>
482 S: Maintained
483 F: sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M: Antti Palosaari <crope@iki.fi>
487 L: linux-media@vger.kernel.org
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 <crope@iki.fi>
497 L: linux-media@vger.kernel.org
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: linux-fsdevel@vger.kernel.org
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 <dhowells@redhat.com>
513 L: linux-afs@lists.infradead.org
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 <airlied@linux.ie>
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" <fischer@norbit.de>
529 L: linux-scsi@vger.kernel.org
530 S: Maintained
531 F: drivers/scsi/aha152x*
532 F: drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M: Hannes Reinecke <hare@suse.com>
536 L: linux-scsi@vger.kernel.org
537 S: Maintained
538 F: drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M: Hans Verkuil <hverkuil@xs4all.nl>
542 L: linux-media@vger.kernel.org
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 <bcrl@kvack.org>
550 L: linux-aio@kvack.org
551 S: Supported
552 F: fs/aio.c
553 F: include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M: Antti Palosaari <crope@iki.fi>
557 L: linux-media@vger.kernel.org
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 <duncan.sands@free.fr>
567 L: linux-usb@vger.kernel.org
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 <manuel.lauss@gmail.com>
575 S: Maintained
576 F: drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M: Rudolf Marek <r.marek@assembler.cz>
580 L: linux-i2c@vger.kernel.org
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 <clabbe.montjoie@gmail.com>
587 L: linux-crypto@vger.kernel.org
588 S: Maintained
589 F: drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M: Richard Henderson <rth@twiddle.net>
593 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M: Matt Turner <mattst88@gmail.com>
595 S: Odd Fixes
596 L: linux-alpha@vger.kernel.org
597 F: arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R: Pali Rohár <pali.rohar@gmail.com>
601 F: drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M: Ley Foon Tan <lftan@altera.com>
605 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S: Maintained
607 F: drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M: Tien Hock Loh <thloh@altera.com>
611 L: linux-gpio@vger.kernel.org
612 S: Maintained
613 F: drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M: Thor Thayer <tthayer@opensource.altera.com>
617 S: Maintained
618 F: drivers/gpio/gpio-altera-a10sr.c
619 F: drivers/mfd/altera-a10sr.c
620 F: include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M: Vince Bridgers <vbridger@opensource.altera.com>
624 L: netdev@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S: Maintained
627 F: drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M: Tobias Klauser <tklauser@distanz.ch>
631 L: linux-serial@vger.kernel.org
632 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S: Maintained
634 F: drivers/tty/serial/altera_uart.c
635 F: drivers/tty/serial/altera_jtaguart.c
636 F: include/linux/altera_uart.h
637 F: include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M: Netanel Belgazal <netanel@annapurnalabs.com>
641 R: Saeed Bishara <saeed@annapurnalabs.com>
642 R: Zorik Machulsky <zorik@annapurnalabs.com>
643 L: netdev@vger.kernel.org
644 S: Supported
645 F: Documentation/networking/ena.txt
646 F: drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M: Tom Lendacky <thomas.lendacky@amd.com>
650 M: Gary Hook <gary.hook@amd.com>
651 L: linux-crypto@vger.kernel.org
652 S: Supported
653 F: drivers/crypto/ccp/
654 F: include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M: Huang Rui <ray.huang@amd.com>
658 L: linux-hwmon@vger.kernel.org
659 S: Supported
660 F: Documentation/hwmon/fam15h_power
661 F: drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S: Orphan
666 F: drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P: Andres Salomon <dilinger@queued.net>
670 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S: Supported
673 F: drivers/char/hw_random/geode-rng.c
674 F: drivers/crypto/geode*
675 F: drivers/video/fbdev/geode/
676 F: arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M: Joerg Roedel <joro@8bytes.org>
680 L: iommu@lists.linux-foundation.org
681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S: Maintained
683 F: drivers/iommu/amd_iommu*.[ch]
684 F: include/linux/amd-iommu.h
685
686 AMD KFD
687 M: Oded Gabbay <oded.gabbay@gmail.com>
688 L: dri-devel@lists.freedesktop.org
689 T: git git://people.freedesktop.org/~gabbayo/linux.git
690 S: Supported
691 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F: drivers/gpu/drm/amd/amdkfd/
696 F: drivers/gpu/drm/amd/include/cik_structs.h
697 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F: drivers/gpu/drm/amd/include/vi_structs.h
699 F: drivers/gpu/drm/radeon/radeon_kfd.c
700 F: drivers/gpu/drm/radeon/radeon_kfd.h
701 F: include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M: Brijesh Singh <brijeshkumar.singh@amd.com>
705 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M: Tom Lendacky <thomas.lendacky@amd.com>
707 S: Supported
708 F: arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M: Tom Lendacky <thomas.lendacky@amd.com>
712 L: netdev@vger.kernel.org
713 S: Supported
714 F: drivers/net/ethernet/amd/xgbe/
715 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M: Michael Hanselmann <linux-kernel@hansmi.ch>
719 S: Supported
720 F: drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M: Hans Verkuil <hans.verkuil@cisco.com>
724 L: linux-media@vger.kernel.org
725 S: Maintained
726 F: drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M: Lars-Peter Clausen <lars@metafoo.de>
730 L: linux-media@vger.kernel.org
731 W: http://ez.analog.com/community/linux-device-drivers
732 S: Supported
733 F: drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M: Hans Verkuil <hans.verkuil@cisco.com>
737 L: linux-media@vger.kernel.org
738 S: Maintained
739 F: drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M: Hans Verkuil <hans.verkuil@cisco.com>
743 L: linux-media@vger.kernel.org
744 S: Maintained
745 F: drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M: Hans Verkuil <hans.verkuil@cisco.com>
749 L: linux-media@vger.kernel.org
750 S: Maintained
751 F: drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M: Lars-Peter Clausen <lars@metafoo.de>
755 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W: http://wiki.analog.com/
757 W: http://ez.analog.com/community/linux-device-drivers
758 S: Supported
759 F: sound/soc/codecs/adau*
760 F: sound/soc/codecs/adav*
761 F: sound/soc/codecs/ad1*
762 F: sound/soc/codecs/ad7*
763 F: sound/soc/codecs/ssm*
764 F: sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W: http://blackfin.uclinux.org/
770 S: Supported
771 F: sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M: Lars-Peter Clausen <lars@metafoo.de>
775 M: Michael Hennerich <Michael.Hennerich@analog.com>
776 W: http://wiki.analog.com/
777 W: http://ez.analog.com/community/linux-device-drivers
778 S: Supported
779 F: drivers/iio/*/ad*
780 X: drivers/iio/*/adjd*
781 F: drivers/staging/iio/*/ad*
782 F: staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M: Lars-Peter Clausen <lars@metafoo.de>
786 W: http://ez.analog.com/community/linux-device-drivers
787 S: Supported
788 F: drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M: Rob Herring <robh@kernel.org>
792 S: Supported
793 F: kernel/configs/android*
794
795 ANDROID DRIVERS
796 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M: Arve Hjønnevåg <arve@android.com>
798 M: Riley Andrews <riandrews@android.com>
799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L: devel@driverdev.osuosl.org
801 S: Supported
802 F: drivers/android/
803 F: drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M: Laura Abbott <labbott@redhat.com>
807 M: Sumit Semwal <sumit.semwal@linaro.org>
808 L: devel@driverdev.osuosl.org
809 S: Supported
810 F: Documentation/devicetree/bindings/staging/ion/
811 F: drivers/staging/android/ion
812 F: drivers/staging/android/uapi/ion.h
813 F: drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M: Johannes Berg <johannes@sipsolutions.net>
817 L: linuxppc-dev@lists.ozlabs.org
818 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S: Maintained
820 F: sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
823 M: William Breathitt Gray <vilhelm.gray@gmail.com>
824 L: linux-iio@vger.kernel.org
825 S: Maintained
826 F: drivers/iio/dac/stx104.c
827
828 APM DRIVER
829 M: Jiri Kosina <jikos@kernel.org>
830 S: Odd fixes
831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F: arch/x86/kernel/apm_32.c
833 F: include/linux/apm_bios.h
834 F: include/uapi/linux/apm_bios.h
835 F: drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M: Henrik Rydberg <rydberg@bitmath.org>
839 L: linux-input@vger.kernel.org
840 S: Odd fixes
841 F: drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M: Henrik Rydberg <rydberg@bitmath.org>
845 L: linux-hwmon@vger.kernel.org
846 S: Odd fixes
847 F: drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S: Maintained
852 F: drivers/net/appletalk/
853 F: net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M: Duc Dang <dhdang@apm.com>
857 S: Supported
858 F: arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M: Iyappan Subramanian <isubramanian@apm.com>
862 M: Keyur Chudgar <kchudgar@apm.com>
863 S: Supported
864 F: drivers/net/ethernet/apm/xgene/
865 F: drivers/net/phy/mdio-xgene.c
866 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APTINA CAMERA SENSOR PLL
870 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
871 L: linux-media@vger.kernel.org
872 S: Maintained
873 F: drivers/media/i2c/aptina-pll.*
874
875 ARC FRAMEBUFFER DRIVER
876 M: Jaya Kumar <jayalk@intworks.biz>
877 S: Maintained
878 F: drivers/video/fbdev/arcfb.c
879 F: drivers/video/fbdev/core/fb_defio.c
880
881 ARCNET NETWORK LAYER
882 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
883 L: netdev@vger.kernel.org
884 S: Maintained
885 F: drivers/net/arcnet/
886 F: include/uapi/linux/if_arcnet.h
887
888 ARC PGU DRM DRIVER
889 M: Alexey Brodkin <abrodkin@synopsys.com>
890 S: Supported
891 F: drivers/gpu/drm/arc/
892 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
893
894 ARM ARCHITECTED TIMER DRIVER
895 M: Mark Rutland <mark.rutland@arm.com>
896 M: Marc Zyngier <marc.zyngier@arm.com>
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899 F: arch/arm/include/asm/arch_timer.h
900 F: arch/arm64/include/asm/arch_timer.h
901 F: drivers/clocksource/arm_arch_timer.c
902
903 ARM HDLCD DRM DRIVER
904 M: Liviu Dudau <liviu.dudau@arm.com>
905 S: Supported
906 F: drivers/gpu/drm/arm/hdlcd_*
907 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
908
909 ARM MALI-DP DRM DRIVER
910 M: Liviu Dudau <liviu.dudau@arm.com>
911 M: Brian Starkey <brian.starkey@arm.com>
912 M: Mali DP Maintainers <malidp@foss.arm.com>
913 S: Supported
914 F: drivers/gpu/drm/arm/
915 F: Documentation/devicetree/bindings/display/arm,malidp.txt
916
917 ARM MFM AND FLOPPY DRIVERS
918 M: Ian Molton <spyro@f2s.com>
919 S: Maintained
920 F: arch/arm/lib/floppydma.S
921 F: arch/arm/include/asm/floppy.h
922
923 ARM PMU PROFILING AND DEBUGGING
924 M: Will Deacon <will.deacon@arm.com>
925 R: Mark Rutland <mark.rutland@arm.com>
926 S: Maintained
927 F: arch/arm*/kernel/perf_*
928 F: arch/arm/oprofile/common.c
929 F: arch/arm*/kernel/hw_breakpoint.c
930 F: arch/arm*/include/asm/hw_breakpoint.h
931 F: arch/arm*/include/asm/perf_event.h
932 F: drivers/perf/arm_pmu.c
933 F: include/linux/perf/arm_pmu.h
934
935 ARM PORT
936 M: Russell King <linux@armlinux.org.uk>
937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 W: http://www.armlinux.org.uk/
939 S: Maintained
940 F: arch/arm/
941
942 ARM SUB-ARCHITECTURES
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S: Maintained
945 F: arch/arm/mach-*/
946 F: arch/arm/plat-*/
947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
948
949 ARM PRIMECELL AACI PL041 DRIVER
950 M: Russell King <linux@armlinux.org.uk>
951 S: Maintained
952 F: sound/arm/aaci.*
953
954 ARM PRIMECELL CLCD PL110 DRIVER
955 M: Russell King <linux@armlinux.org.uk>
956 S: Maintained
957 F: drivers/video/fbdev/amba-clcd.*
958
959 ARM PRIMECELL KMI PL050 DRIVER
960 M: Russell King <linux@armlinux.org.uk>
961 S: Maintained
962 F: drivers/input/serio/ambakmi.*
963 F: include/linux/amba/kmi.h
964
965 ARM PRIMECELL MMCI PL180/1 DRIVER
966 M: Russell King <linux@armlinux.org.uk>
967 S: Maintained
968 F: drivers/mmc/host/mmci.*
969 F: include/linux/amba/mmci.h
970
971 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
972 M: Russell King <linux@armlinux.org.uk>
973 S: Maintained
974 F: drivers/tty/serial/amba-pl01*.c
975 F: include/linux/amba/serial.h
976
977 ARM PRIMECELL BUS SUPPORT
978 M: Russell King <linux@armlinux.org.uk>
979 S: Maintained
980 F: drivers/amba/
981 F: include/linux/amba/bus.h
982
983 ARM/ADS SPHERE MACHINE SUPPORT
984 M: Lennert Buytenhek <kernel@wantstofly.org>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Maintained
987
988 ARM/AFEB9260 MACHINE SUPPORT
989 M: Sergey Lapin <slapin@ossfans.org>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992
993 ARM/AJECO 1ARM MACHINE SUPPORT
994 M: Lennert Buytenhek <kernel@wantstofly.org>
995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S: Maintained
997
998 ARM/Allwinner sunXi SoC support
999 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1000 M: Chen-Yu Tsai <wens@csie.org>
1001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S: Maintained
1003 N: sun[x456789]i
1004 F: arch/arm/boot/dts/ntc-gr8*
1005
1006 ARM/Allwinner SoC Clock Support
1007 M: Emilio López <emilio@elopez.com.ar>
1008 S: Maintained
1009 F: drivers/clk/sunxi/
1010
1011 ARM/Amlogic Meson SoC support
1012 M: Carlo Caione <carlo@caione.org>
1013 M: Kevin Hilman <khilman@baylibre.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 L: linux-amlogic@lists.infradead.org
1016 W: http://linux-meson.com/
1017 S: Maintained
1018 F: arch/arm/mach-meson/
1019 F: arch/arm/boot/dts/meson*
1020 F: arch/arm64/boot/dts/amlogic/
1021 F: drivers/pinctrl/meson/
1022 F: drivers/mmc/host/meson*
1023 N: meson
1024
1025 ARM/Annapurna Labs ALPINE ARCHITECTURE
1026 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1027 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S: Maintained
1030 F: arch/arm/mach-alpine/
1031 F: arch/arm/boot/dts/alpine*
1032 F: arch/arm64/boot/dts/al/
1033 F: drivers/*/*alpine*
1034
1035 ARM/ARTPEC MACHINE SUPPORT
1036 M: Jesper Nilsson <jesper.nilsson@axis.com>
1037 M: Lars Persson <lars.persson@axis.com>
1038 M: Niklas Cassel <niklas.cassel@axis.com>
1039 S: Maintained
1040 L: linux-arm-kernel@axis.com
1041 F: arch/arm/mach-artpec
1042 F: arch/arm/boot/dts/artpec6*
1043 F: drivers/clk/axis
1044
1045 ARM/ASPEED MACHINE SUPPORT
1046 M: Joel Stanley <joel@jms.id.au>
1047 S: Maintained
1048 F: arch/arm/mach-aspeed/
1049 F: arch/arm/boot/dts/aspeed-*
1050 F: drivers/*/*aspeed*
1051
1052 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1053 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1054 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1055 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 W: http://www.linux4sam.org
1058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1059 S: Supported
1060 F: arch/arm/mach-at91/
1061 F: include/soc/at91/
1062 F: arch/arm/boot/dts/at91*.dts
1063 F: arch/arm/boot/dts/at91*.dtsi
1064 F: arch/arm/boot/dts/sama*.dts
1065 F: arch/arm/boot/dts/sama*.dtsi
1066 F: arch/arm/include/debug/at91.S
1067
1068 ARM/ATMEL AT91 Clock Support
1069 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1070 S: Maintained
1071 F: drivers/clk/at91
1072
1073 ARM/CALXEDA HIGHBANK ARCHITECTURE
1074 M: Rob Herring <robh@kernel.org>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 F: arch/arm/mach-highbank/
1078 F: arch/arm/boot/dts/highbank.dts
1079 F: arch/arm/boot/dts/ecx-*.dts*
1080
1081 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1082 M: Krzysztof Halasa <khalasa@piap.pl>
1083 S: Maintained
1084 F: arch/arm/mach-cns3xxx/
1085
1086 ARM/CAVIUM THUNDER NETWORK DRIVER
1087 M: Sunil Goutham <sgoutham@cavium.com>
1088 M: Robert Richter <rric@kernel.org>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S: Supported
1091 F: drivers/net/ethernet/cavium/thunder/
1092
1093 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1094 M: Alexander Shiyan <shc_work@mail.ru>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S: Odd Fixes
1097 N: clps711x
1098
1099 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1100 M: Hartley Sweeten <hsweeten@visionengravers.com>
1101 M: Ryan Mallon <rmallon@gmail.com>
1102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S: Maintained
1104 F: arch/arm/mach-ep93xx/
1105 F: arch/arm/mach-ep93xx/include/mach/
1106
1107 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1108 M: Lennert Buytenhek <kernel@wantstofly.org>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S: Maintained
1111
1112 ARM/CLKDEV SUPPORT
1113 M: Russell King <linux@armlinux.org.uk>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 F: arch/arm/include/asm/clkdev.h
1117 F: drivers/clk/clkdev.c
1118
1119 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1120 M: Mike Rapoport <mike@compulab.co.il>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Maintained
1123
1124 ARM/CONTEC MICRO9 MACHINE SUPPORT
1125 M: Hubert Feurstein <hubert.feurstein@contec.at>
1126 S: Maintained
1127 F: arch/arm/mach-ep93xx/micro9.c
1128
1129 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1130 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S: Maintained
1133 F: drivers/hwtracing/coresight/*
1134 F: Documentation/trace/coresight.txt
1135 F: Documentation/devicetree/bindings/arm/coresight.txt
1136 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1137
1138 ARM/CORGI MACHINE SUPPORT
1139 M: Richard Purdie <rpurdie@rpsys.net>
1140 S: Maintained
1141
1142 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1143 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1144 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 T: git git://github.com/ulli-kroll/linux.git
1146 S: Maintained
1147 F: arch/arm/mach-gemini/
1148 F: drivers/rtc/rtc-gemini.c
1149
1150 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1151 M: Barry Song <baohua@kernel.org>
1152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1154 S: Maintained
1155 F: arch/arm/boot/dts/prima2*
1156 F: arch/arm/mach-prima2/
1157 F: drivers/clk/sirf/
1158 F: drivers/clocksource/timer-prima2.c
1159 F: drivers/clocksource/timer-atlas7.c
1160 N: [^a-z]sirf
1161
1162 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1163 M: Baruch Siach <baruch@tkos.co.il>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S: Maintained
1166 F: arch/arm/boot/dts/cx92755*
1167 N: digicolor
1168
1169 ARM/EBSA110 MACHINE SUPPORT
1170 M: Russell King <linux@armlinux.org.uk>
1171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 W: http://www.armlinux.org.uk/
1173 S: Maintained
1174 F: arch/arm/mach-ebsa110/
1175 F: drivers/net/ethernet/amd/am79c961a.*
1176
1177 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1178 M: Uwe Kleine-König <kernel@pengutronix.de>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181 N: efm32
1182
1183 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1184 M: Daniel Ribeiro <drwyrm@gmail.com>
1185 M: Stefan Schmidt <stefan@openezx.org>
1186 M: Harald Welte <laforge@openezx.org>
1187 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1188 W: http://www.openezx.org/
1189 S: Maintained
1190 T: topgit git://git.openezx.org/openezx.git
1191 F: arch/arm/mach-pxa/ezx.c
1192
1193 ARM/FARADAY FA526 PORT
1194 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S: Maintained
1197 T: git git://git.berlios.de/gemini-board
1198 F: arch/arm/mm/*-fa*
1199
1200 ARM/FOOTBRIDGE ARCHITECTURE
1201 M: Russell King <linux@armlinux.org.uk>
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 W: http://www.armlinux.org.uk/
1204 S: Maintained
1205 F: arch/arm/include/asm/hardware/dec21285.h
1206 F: arch/arm/mach-footbridge/
1207
1208 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1209 M: Shawn Guo <shawnguo@kernel.org>
1210 M: Sascha Hauer <kernel@pengutronix.de>
1211 R: Fabio Estevam <fabio.estevam@nxp.com>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S: Maintained
1214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1215 F: arch/arm/mach-imx/
1216 F: arch/arm/mach-mxs/
1217 F: arch/arm/boot/dts/imx*
1218 F: arch/arm/configs/imx*_defconfig
1219 F: drivers/clk/imx/
1220 F: include/soc/imx/
1221
1222 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1223 M: Shawn Guo <shawnguo@kernel.org>
1224 M: Sascha Hauer <kernel@pengutronix.de>
1225 R: Stefan Agner <stefan@agner.ch>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S: Maintained
1228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1229 F: arch/arm/mach-imx/*vf610*
1230 F: arch/arm/boot/dts/vf*
1231
1232 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1233 M: Lennert Buytenhek <kernel@wantstofly.org>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S: Maintained
1236
1237 ARM/GUMSTIX MACHINE SUPPORT
1238 M: Steve Sakoman <sakoman@gmail.com>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S: Maintained
1241
1242 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1243 M: Philipp Zabel <philipp.zabel@gmail.com>
1244 M: Paul Parsons <lost.distance@yahoo.com>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S: Maintained
1247 F: arch/arm/mach-pxa/hx4700.c
1248 F: arch/arm/mach-pxa/include/mach/hx4700.h
1249 F: sound/soc/pxa/hx4700.c
1250
1251 ARM/HISILICON SOC SUPPORT
1252 M: Wei Xu <xuwei5@hisilicon.com>
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 W: http://www.hisilicon.com
1255 S: Supported
1256 T: git git://github.com/hisilicon/linux-hisi.git
1257 F: arch/arm/mach-hisi/
1258 F: arch/arm/boot/dts/hi3*
1259 F: arch/arm/boot/dts/hip*
1260 F: arch/arm/boot/dts/hisi*
1261 F: arch/arm64/boot/dts/hisilicon/
1262
1263 ARM/HP JORNADA 7XX MACHINE SUPPORT
1264 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1265 W: www.jlime.com
1266 S: Maintained
1267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1268 F: arch/arm/mach-sa1100/jornada720.c
1269 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1270
1271 ARM/IGEP MACHINE SUPPORT
1272 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1273 M: Javier Martinez Canillas <javier@dowhile0.org>
1274 L: linux-omap@vger.kernel.org
1275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S: Maintained
1277 F: arch/arm/boot/dts/omap3-igep*
1278
1279 ARM/INCOME PXA270 SUPPORT
1280 M: Marek Vasut <marek.vasut@gmail.com>
1281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S: Maintained
1283 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1284
1285 ARM/INTEL IOP32X ARM ARCHITECTURE
1286 M: Lennert Buytenhek <kernel@wantstofly.org>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S: Maintained
1289
1290 ARM/INTEL IOP33X ARM ARCHITECTURE
1291 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S: Orphan
1293
1294 ARM/INTEL IOP13XX ARM ARCHITECTURE
1295 M: Lennert Buytenhek <kernel@wantstofly.org>
1296 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S: Maintained
1298
1299 ARM/INTEL IQ81342EX MACHINE SUPPORT
1300 M: Lennert Buytenhek <kernel@wantstofly.org>
1301 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S: Maintained
1303
1304 ARM/INTEL IXDP2850 MACHINE SUPPORT
1305 M: Lennert Buytenhek <kernel@wantstofly.org>
1306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S: Maintained
1308
1309 ARM/INTEL IXP4XX ARM ARCHITECTURE
1310 M: Imre Kaloz <kaloz@openwrt.org>
1311 M: Krzysztof Halasa <khalasa@piap.pl>
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S: Maintained
1314 F: arch/arm/mach-ixp4xx/
1315
1316 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1317 M: Jonathan Cameron <jic23@cam.ac.uk>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm/mach-pxa/stargate2.c
1321 F: drivers/pcmcia/pxa2xx_stargate2.c
1322
1323 ARM/INTEL XSC3 (MANZANO) ARM CORE
1324 M: Lennert Buytenhek <kernel@wantstofly.org>
1325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S: Maintained
1327
1328 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1329 M: Lennert Buytenhek <kernel@wantstofly.org>
1330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 S: Maintained
1332
1333 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1334 M: Santosh Shilimkar <ssantosh@kernel.org>
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S: Maintained
1337 F: arch/arm/mach-keystone/
1338 F: arch/arm/boot/dts/keystone-*
1339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1340
1341 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1342 M: Santosh Shilimkar <ssantosh@kernel.org>
1343 L: linux-kernel@vger.kernel.org
1344 S: Maintained
1345 F: drivers/clk/keystone/
1346
1347 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1348 M: Santosh Shilimkar <ssantosh@kernel.org>
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 L: linux-kernel@vger.kernel.org
1351 S: Maintained
1352 F: drivers/clocksource/timer-keystone.c
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1355 M: Santosh Shilimkar <ssantosh@kernel.org>
1356 L: linux-kernel@vger.kernel.org
1357 S: Maintained
1358 F: drivers/power/reset/keystone-reset.c
1359
1360 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1361 M: Santosh Shilimkar <ssantosh@kernel.org>
1362 L: linux-kernel@vger.kernel.org
1363 S: Maintained
1364 F: drivers/memory/*emif*
1365
1366 ARM/LG1K ARCHITECTURE
1367 M: Chanho Min <chanho.min@lge.com>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S: Maintained
1370 F: arch/arm64/boot/dts/lg/
1371
1372 ARM/LOGICPD PXA270 MACHINE SUPPORT
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S: Maintained
1376
1377 ARM/LPC18XX ARCHITECTURE
1378 M: Joachim Eastwood <manabian@gmail.com>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S: Maintained
1381 F: arch/arm/boot/dts/lpc43*
1382 F: drivers/clk/nxp/clk-lpc18xx*
1383 F: drivers/clocksource/time-lpc32xx.c
1384 F: drivers/i2c/busses/i2c-lpc2k.c
1385 F: drivers/memory/pl172.c
1386 F: drivers/mtd/spi-nor/nxp-spifi.c
1387 F: drivers/rtc/rtc-lpc24xx.c
1388 N: lpc18xx
1389
1390 ARM/LPC32XX SOC SUPPORT
1391 M: Vladimir Zapolskiy <vz@mleia.com>
1392 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1393 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1395 S: Maintained
1396 F: arch/arm/boot/dts/lpc32*
1397 F: arch/arm/mach-lpc32xx/
1398 F: drivers/i2c/busses/i2c-pnx.c
1399 F: drivers/net/ethernet/nxp/lpc_eth.c
1400 F: drivers/usb/host/ohci-nxp.c
1401 F: drivers/watchdog/pnx4008_wdt.c
1402 N: lpc32xx
1403
1404 ARM/MAGICIAN MACHINE SUPPORT
1405 M: Philipp Zabel <philipp.zabel@gmail.com>
1406 S: Maintained
1407
1408 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1409 M: Jason Cooper <jason@lakedaemon.net>
1410 M: Andrew Lunn <andrew@lunn.ch>
1411 M: Gregory Clement <gregory.clement@free-electrons.com>
1412 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S: Maintained
1415 F: arch/arm/mach-mvebu/
1416 F: drivers/rtc/rtc-armada38x.c
1417 F: arch/arm/boot/dts/armada*
1418 F: arch/arm/boot/dts/kirkwood*
1419 F: arch/arm64/boot/dts/marvell/armada*
1420 F: drivers/cpufreq/mvebu-cpufreq.c
1421 F: arch/arm/configs/mvebu_*_defconfig
1422
1423 ARM/Marvell Berlin SoC support
1424 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S: Maintained
1427 F: arch/arm/mach-berlin/
1428 F: arch/arm/boot/dts/berlin*
1429 F: arch/arm64/boot/dts/marvell/berlin*
1430
1431
1432 ARM/Marvell Dove/MV78xx0/Orion SOC support
1433 M: Jason Cooper <jason@lakedaemon.net>
1434 M: Andrew Lunn <andrew@lunn.ch>
1435 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1436 M: Gregory Clement <gregory.clement@free-electrons.com>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S: Maintained
1439 F: arch/arm/mach-dove/
1440 F: arch/arm/mach-mv78xx0/
1441 F: arch/arm/mach-orion5x/
1442 F: arch/arm/plat-orion/
1443 F: arch/arm/boot/dts/dove*
1444 F: arch/arm/boot/dts/orion5x*
1445
1446
1447 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1448 M: Alexander Clouter <alex@digriz.org.uk>
1449 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1450 W: http://www.digriz.org.uk/ts78xx/kernel
1451 S: Maintained
1452 F: arch/arm/mach-orion5x/ts78xx-*
1453
1454 ARM/OXNAS platform support
1455 M: Neil Armstrong <narmstrong@baylibre.com>
1456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457 S: Maintained
1458 F: arch/arm/mach-oxnas/
1459 F: arch/arm/boot/dts/oxnas*
1460 F: arch/arm/boot/dts/wd-mbwe.dts
1461 N: oxnas
1462
1463 ARM/Mediatek RTC DRIVER
1464 M: Eddie Huang <eddie.huang@mediatek.com>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1467 S: Maintained
1468 F: drivers/rtc/rtc-mt6397.c
1469
1470 ARM/Mediatek SoC support
1471 M: Matthias Brugger <matthias.bgg@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1474 S: Maintained
1475 F: arch/arm/boot/dts/mt6*
1476 F: arch/arm/boot/dts/mt8*
1477 F: arch/arm/mach-mediatek/
1478 N: mtk
1479 K: mediatek
1480
1481 ARM/Mediatek USB3 PHY DRIVER
1482 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1485 S: Maintained
1486 F: drivers/phy/phy-mt65xx-usb3.c
1487
1488 ARM/MICREL KS8695 ARCHITECTURE
1489 M: Greg Ungerer <gerg@uclinux.org>
1490 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491 F: arch/arm/mach-ks8695/
1492 S: Odd Fixes
1493
1494 ARM/MIOA701 MACHINE SUPPORT
1495 M: Robert Jarzmik <robert.jarzmik@free.fr>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 F: arch/arm/mach-pxa/mioa701.c
1498 S: Maintained
1499
1500 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1501 M: Michael Petchkovsky <mkpetch@internode.on.net>
1502 S: Maintained
1503
1504 ARM/NOMADIK ARCHITECTURE
1505 M: Alessandro Rubini <rubini@unipv.it>
1506 M: Linus Walleij <linus.walleij@linaro.org>
1507 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 S: Maintained
1509 F: arch/arm/mach-nomadik/
1510 F: drivers/pinctrl/nomadik/
1511 F: drivers/i2c/busses/i2c-nomadik.c
1512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1513
1514 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1515 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1516 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1517 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1518 S: Supported
1519
1520 ARM/TOSA MACHINE SUPPORT
1521 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1522 M: Dirk Opfer <dirk@opfer-online.de>
1523 S: Maintained
1524
1525 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1526 M: Marek Vasut <marek.vasut@gmail.com>
1527 L: linux-arm-kernel@lists.infradead.org
1528 W: http://hackndev.com
1529 S: Maintained
1530 F: arch/arm/mach-pxa/include/mach/palmtx.h
1531 F: arch/arm/mach-pxa/palmtx.c
1532 F: arch/arm/mach-pxa/include/mach/palmt5.h
1533 F: arch/arm/mach-pxa/palmt5.c
1534 F: arch/arm/mach-pxa/include/mach/palmld.h
1535 F: arch/arm/mach-pxa/palmld.c
1536 F: arch/arm/mach-pxa/include/mach/palmte2.h
1537 F: arch/arm/mach-pxa/palmte2.c
1538 F: arch/arm/mach-pxa/include/mach/palmtc.h
1539 F: arch/arm/mach-pxa/palmtc.c
1540
1541 ARM/PALM TREO SUPPORT
1542 M: Tomas Cech <sleep_walker@suse.com>
1543 L: linux-arm-kernel@lists.infradead.org
1544 W: http://hackndev.com
1545 S: Maintained
1546 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1547 F: arch/arm/mach-pxa/palmtreo.c
1548
1549 ARM/PALMZ72 SUPPORT
1550 M: Sergey Lapin <slapin@ossfans.org>
1551 L: linux-arm-kernel@lists.infradead.org
1552 W: http://hackndev.com
1553 S: Maintained
1554 F: arch/arm/mach-pxa/include/mach/palmz72.h
1555 F: arch/arm/mach-pxa/palmz72.c
1556
1557 ARM/PLEB SUPPORT
1558 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1559 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1560 S: Maintained
1561
1562 ARM/PT DIGITAL BOARD PORT
1563 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 W: http://www.armlinux.org.uk/
1566 S: Maintained
1567
1568 ARM/QUALCOMM SUPPORT
1569 M: Andy Gross <andy.gross@linaro.org>
1570 M: David Brown <david.brown@linaro.org>
1571 L: linux-arm-msm@vger.kernel.org
1572 L: linux-soc@vger.kernel.org
1573 S: Maintained
1574 F: Documentation/devicetree/bindings/soc/qcom/
1575 F: arch/arm/boot/dts/qcom-*.dts
1576 F: arch/arm/boot/dts/qcom-*.dtsi
1577 F: arch/arm/mach-qcom/
1578 F: arch/arm64/boot/dts/qcom/*
1579 F: drivers/i2c/busses/i2c-qup.c
1580 F: drivers/clk/qcom/
1581 F: drivers/soc/qcom/
1582 F: drivers/spi/spi-qup.c
1583 F: drivers/tty/serial/msm_serial.h
1584 F: drivers/tty/serial/msm_serial.c
1585 F: drivers/*/pm8???-*
1586 F: drivers/mfd/ssbi.c
1587 F: drivers/firmware/qcom_scm.c
1588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1589
1590 ARM/RADISYS ENP2611 MACHINE SUPPORT
1591 M: Lennert Buytenhek <kernel@wantstofly.org>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S: Maintained
1594
1595 ARM/RENESAS ARM64 ARCHITECTURE
1596 M: Simon Horman <horms@verge.net.au>
1597 M: Magnus Damm <magnus.damm@gmail.com>
1598 L: linux-renesas-soc@vger.kernel.org
1599 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1601 S: Supported
1602 F: arch/arm64/boot/dts/renesas/
1603 F: drivers/soc/renesas/
1604 F: include/linux/soc/renesas/
1605
1606 ARM/RISCPC ARCHITECTURE
1607 M: Russell King <linux@armlinux.org.uk>
1608 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 W: http://www.armlinux.org.uk/
1610 S: Maintained
1611 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1612 F: arch/arm/include/asm/hardware/ioc.h
1613 F: arch/arm/include/asm/hardware/iomd.h
1614 F: arch/arm/include/asm/hardware/memc.h
1615 F: arch/arm/mach-rpc/
1616 F: drivers/net/ethernet/8390/etherh.c
1617 F: drivers/net/ethernet/i825xx/ether1*
1618 F: drivers/net/ethernet/seeq/ether3*
1619 F: drivers/scsi/arm/
1620
1621 ARM/Rockchip SoC support
1622 M: Heiko Stuebner <heiko@sntech.de>
1623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 L: linux-rockchip@lists.infradead.org
1625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1626 S: Maintained
1627 F: arch/arm/boot/dts/rk3*
1628 F: arch/arm/mach-rockchip/
1629 F: drivers/clk/rockchip/
1630 F: drivers/i2c/busses/i2c-rk3x.c
1631 F: drivers/*/*rockchip*
1632 F: drivers/*/*/*rockchip*
1633 F: sound/soc/rockchip/
1634 N: rockchip
1635
1636 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1637 M: Kukjin Kim <kgene@kernel.org>
1638 M: Krzysztof Kozlowski <krzk@kernel.org>
1639 R: Javier Martinez Canillas <javier@osg.samsung.com>
1640 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1642 S: Maintained
1643 F: arch/arm/boot/dts/s3c*
1644 F: arch/arm/boot/dts/s5p*
1645 F: arch/arm/boot/dts/samsung*
1646 F: arch/arm/boot/dts/exynos*
1647 F: arch/arm64/boot/dts/exynos/
1648 F: arch/arm/plat-samsung/
1649 F: arch/arm/mach-s3c24*/
1650 F: arch/arm/mach-s3c64xx/
1651 F: arch/arm/mach-s5p*/
1652 F: arch/arm/mach-exynos*/
1653 F: drivers/*/*s3c24*
1654 F: drivers/*/*/*s3c24*
1655 F: drivers/*/*s3c64xx*
1656 F: drivers/*/*s5pv210*
1657 F: drivers/memory/samsung/*
1658 F: drivers/soc/samsung/*
1659 F: Documentation/arm/Samsung/
1660 F: Documentation/devicetree/bindings/arm/samsung/
1661 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1662 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1663 N: exynos
1664
1665 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1666 M: Kyungmin Park <kyungmin.park@samsung.com>
1667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 S: Maintained
1669 F: arch/arm/mach-s5pv210/
1670
1671 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1672 M: Kyungmin Park <kyungmin.park@samsung.com>
1673 M: Kamil Debski <kamil@wypas.org>
1674 M: Andrzej Hajda <a.hajda@samsung.com>
1675 L: linux-arm-kernel@lists.infradead.org
1676 L: linux-media@vger.kernel.org
1677 S: Maintained
1678 F: drivers/media/platform/s5p-g2d/
1679
1680 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1681 M: Kyungmin Park <kyungmin.park@samsung.com>
1682 M: Kamil Debski <kamil@wypas.org>
1683 M: Jeongtae Park <jtp.park@samsung.com>
1684 M: Andrzej Hajda <a.hajda@samsung.com>
1685 L: linux-arm-kernel@lists.infradead.org
1686 L: linux-media@vger.kernel.org
1687 S: Maintained
1688 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1689 F: drivers/media/platform/s5p-mfc/
1690
1691 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1692 M: Kyungmin Park <kyungmin.park@samsung.com>
1693 L: linux-arm-kernel@lists.infradead.org
1694 L: linux-media@vger.kernel.org
1695 S: Maintained
1696 F: drivers/staging/media/platform/s5p-cec/
1697
1698 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1699 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1700 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1701 L: linux-arm-kernel@lists.infradead.org
1702 L: linux-media@vger.kernel.org
1703 S: Maintained
1704 F: drivers/media/platform/s5p-jpeg/
1705
1706 ARM/SHMOBILE ARM ARCHITECTURE
1707 M: Simon Horman <horms@verge.net.au>
1708 M: Magnus Damm <magnus.damm@gmail.com>
1709 L: linux-renesas-soc@vger.kernel.org
1710 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1712 S: Supported
1713 F: arch/arm/boot/dts/emev2*
1714 F: arch/arm/boot/dts/r7s*
1715 F: arch/arm/boot/dts/r8a*
1716 F: arch/arm/boot/dts/sh*
1717 F: arch/arm/configs/shmobile_defconfig
1718 F: arch/arm/include/debug/renesas-scif.S
1719 F: arch/arm/mach-shmobile/
1720 F: drivers/soc/renesas/
1721 F: include/linux/soc/renesas/
1722
1723 ARM/SOCFPGA ARCHITECTURE
1724 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1725 S: Maintained
1726 F: arch/arm/mach-socfpga/
1727 F: arch/arm/boot/dts/socfpga*
1728 F: arch/arm/configs/socfpga_defconfig
1729 F: arch/arm64/boot/dts/altera/
1730 W: http://www.rocketboards.org
1731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1732
1733 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1734 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1735 S: Maintained
1736 F: drivers/clk/socfpga/
1737
1738 ARM/SOCFPGA EDAC SUPPORT
1739 M: Thor Thayer <tthayer@opensource.altera.com>
1740 S: Maintained
1741 F: drivers/edac/altera_edac.
1742
1743 ARM/STI ARCHITECTURE
1744 M: Patrice Chotard <patrice.chotard@st.com>
1745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 L: kernel@stlinux.com
1747 W: http://www.stlinux.com
1748 S: Maintained
1749 F: arch/arm/mach-sti/
1750 F: arch/arm/boot/dts/sti*
1751 F: drivers/char/hw_random/st-rng.c
1752 F: drivers/clocksource/arm_global_timer.c
1753 F: drivers/clocksource/clksrc_st_lpc.c
1754 F: drivers/cpufreq/sti-cpufreq.c
1755 F: drivers/i2c/busses/i2c-st.c
1756 F: drivers/media/rc/st_rc.c
1757 F: drivers/media/platform/sti/c8sectpfe/
1758 F: drivers/mmc/host/sdhci-st.c
1759 F: drivers/phy/phy-miphy28lp.c
1760 F: drivers/phy/phy-miphy365x.c
1761 F: drivers/phy/phy-stih407-usb.c
1762 F: drivers/phy/phy-stih41x-usb.c
1763 F: drivers/pinctrl/pinctrl-st.c
1764 F: drivers/remoteproc/st_remoteproc.c
1765 F: drivers/reset/sti/
1766 F: drivers/rtc/rtc-st-lpc.c
1767 F: drivers/tty/serial/st-asc.c
1768 F: drivers/usb/dwc3/dwc3-st.c
1769 F: drivers/usb/host/ehci-st.c
1770 F: drivers/usb/host/ohci-st.c
1771 F: drivers/watchdog/st_lpc_wdt.c
1772 F: drivers/ata/ahci_st.c
1773
1774 ARM/STM32 ARCHITECTURE
1775 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1776 M: Alexandre Torgue <alexandre.torgue@st.com>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S: Maintained
1779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1780 N: stm32
1781 F: drivers/clocksource/armv7m_systick.c
1782
1783 ARM/TANGO ARCHITECTURE
1784 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1785 L: linux-arm-kernel@lists.infradead.org
1786 S: Maintained
1787 N: tango
1788
1789 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1790 M: Lennert Buytenhek <kernel@wantstofly.org>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S: Maintained
1793
1794 ARM/TETON BGA MACHINE SUPPORT
1795 M: "Mark F. Brown" <mark.brown314@gmail.com>
1796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S: Maintained
1798
1799 ARM/THECUS N2100 MACHINE SUPPORT
1800 M: Lennert Buytenhek <kernel@wantstofly.org>
1801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 S: Maintained
1803
1804 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1805 M: Wan ZongShun <mcuos.com@gmail.com>
1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 W: http://www.mcuos.com
1808 S: Maintained
1809 F: arch/arm/mach-w90x900/
1810 F: drivers/input/keyboard/w90p910_keypad.c
1811 F: drivers/input/touchscreen/w90p910_ts.c
1812 F: drivers/watchdog/nuc900_wdt.c
1813 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1814 F: drivers/mtd/nand/nuc900_nand.c
1815 F: drivers/rtc/rtc-nuc900.c
1816 F: drivers/spi/spi-nuc900.c
1817 F: drivers/usb/host/ehci-w90x900.c
1818 F: drivers/video/fbdev/nuc900fb.c
1819
1820 ARM/U300 MACHINE SUPPORT
1821 M: Linus Walleij <linus.walleij@linaro.org>
1822 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 S: Supported
1824 F: arch/arm/mach-u300/
1825 F: drivers/clocksource/timer-u300.c
1826 F: drivers/i2c/busses/i2c-stu300.c
1827 F: drivers/rtc/rtc-coh901331.c
1828 F: drivers/watchdog/coh901327_wdt.c
1829 F: drivers/dma/coh901318*
1830 F: drivers/mfd/ab3100*
1831 F: drivers/rtc/rtc-ab3100.c
1832 F: drivers/rtc/rtc-coh901331.c
1833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1834
1835 ARM/UNIPHIER ARCHITECTURE
1836 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1839 S: Maintained
1840 F: arch/arm/boot/dts/uniphier*
1841 F: arch/arm/include/asm/hardware/cache-uniphier.h
1842 F: arch/arm/mach-uniphier/
1843 F: arch/arm/mm/cache-uniphier.c
1844 F: arch/arm64/boot/dts/socionext/
1845 F: drivers/bus/uniphier-system-bus.c
1846 F: drivers/i2c/busses/i2c-uniphier*
1847 F: drivers/pinctrl/uniphier/
1848 F: drivers/reset/reset-uniphier.c
1849 F: drivers/tty/serial/8250/8250_uniphier.c
1850 N: uniphier
1851
1852 ARM/Ux500 ARM ARCHITECTURE
1853 M: Linus Walleij <linus.walleij@linaro.org>
1854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1855 S: Maintained
1856 F: arch/arm/mach-ux500/
1857 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1858 F: drivers/dma/ste_dma40*
1859 F: drivers/hwspinlock/u8500_hsem.c
1860 F: drivers/mfd/abx500*
1861 F: drivers/mfd/ab8500*
1862 F: drivers/mfd/dbx500*
1863 F: drivers/mfd/db8500*
1864 F: drivers/pinctrl/nomadik/pinctrl-ab*
1865 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1866 F: drivers/rtc/rtc-ab8500.c
1867 F: drivers/rtc/rtc-pl031.c
1868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1869
1870 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1871 M: Ulf Hansson <ulf.hansson@linaro.org>
1872 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 T: git git://git.linaro.org/people/ulfh/clk.git
1874 S: Maintained
1875 F: drivers/clk/ux500/
1876
1877 ARM/VERSATILE EXPRESS PLATFORM
1878 M: Liviu Dudau <liviu.dudau@arm.com>
1879 M: Sudeep Holla <sudeep.holla@arm.com>
1880 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S: Maintained
1883 F: arch/arm/boot/dts/vexpress*
1884 F: arch/arm64/boot/dts/arm/
1885 F: arch/arm/mach-vexpress/
1886 F: */*/vexpress*
1887 F: */*/*/vexpress*
1888 F: drivers/clk/versatile/clk-vexpress-osc.c
1889 F: drivers/clocksource/versatile.c
1890 N: mps2
1891
1892 ARM/VFP SUPPORT
1893 M: Russell King <linux@armlinux.org.uk>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 W: http://www.armlinux.org.uk/
1896 S: Maintained
1897 F: arch/arm/vfp/
1898
1899 ARM/VOIPAC PXA270 SUPPORT
1900 M: Marek Vasut <marek.vasut@gmail.com>
1901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1902 S: Maintained
1903 F: arch/arm/mach-pxa/vpac270.c
1904 F: arch/arm/mach-pxa/include/mach/vpac270.h
1905
1906 ARM/VT8500 ARM ARCHITECTURE
1907 M: Tony Prisk <linux@prisktech.co.nz>
1908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S: Maintained
1910 F: arch/arm/mach-vt8500/
1911 F: drivers/clocksource/vt8500_timer.c
1912 F: drivers/i2c/busses/i2c-wmt.c
1913 F: drivers/mmc/host/wmt-sdmmc.c
1914 F: drivers/pwm/pwm-vt8500.c
1915 F: drivers/rtc/rtc-vt8500.c
1916 F: drivers/tty/serial/vt8500_serial.c
1917 F: drivers/usb/host/ehci-platform.c
1918 F: drivers/usb/host/uhci-platform.c
1919 F: drivers/video/fbdev/vt8500lcdfb.*
1920 F: drivers/video/fbdev/wm8505fb*
1921 F: drivers/video/fbdev/wmt_ge_rops.*
1922
1923 ARM/ZIPIT Z2 SUPPORT
1924 M: Marek Vasut <marek.vasut@gmail.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S: Maintained
1927 F: arch/arm/mach-pxa/z2.c
1928 F: arch/arm/mach-pxa/include/mach/z2.h
1929
1930 ARM/ZTE ARCHITECTURE
1931 M: Jun Nie <jun.nie@linaro.org>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 S: Maintained
1934 F: arch/arm/mach-zx/
1935 F: drivers/clk/zte/
1936 F: Documentation/devicetree/bindings/arm/zte.txt
1937 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1938
1939 ARM/ZYNQ ARCHITECTURE
1940 M: Michal Simek <michal.simek@xilinx.com>
1941 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1942 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 W: http://wiki.xilinx.com
1944 T: git https://github.com/Xilinx/linux-xlnx.git
1945 S: Supported
1946 F: arch/arm/mach-zynq/
1947 F: drivers/cpuidle/cpuidle-zynq.c
1948 F: drivers/block/xsysace.c
1949 N: zynq
1950 N: xilinx
1951 F: drivers/clocksource/cadence_ttc_timer.c
1952 F: drivers/i2c/busses/i2c-cadence.c
1953 F: drivers/mmc/host/sdhci-of-arasan.c
1954 F: drivers/edac/synopsys_edac.c
1955
1956 ARM SMMU DRIVERS
1957 M: Will Deacon <will.deacon@arm.com>
1958 R: Robin Murphy <robin.murphy@arm.com>
1959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1960 S: Maintained
1961 F: drivers/iommu/arm-smmu.c
1962 F: drivers/iommu/arm-smmu-v3.c
1963 F: drivers/iommu/io-pgtable-arm.c
1964 F: drivers/iommu/io-pgtable-arm-v7s.c
1965
1966 ARM64 PORT (AARCH64 ARCHITECTURE)
1967 M: Catalin Marinas <catalin.marinas@arm.com>
1968 M: Will Deacon <will.deacon@arm.com>
1969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1971 S: Maintained
1972 F: arch/arm64/
1973 F: Documentation/arm64/
1974
1975 AS3645A LED FLASH CONTROLLER DRIVER
1976 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1977 L: linux-media@vger.kernel.org
1978 T: git git://linuxtv.org/media_tree.git
1979 S: Maintained
1980 F: drivers/media/i2c/as3645a.c
1981 F: include/media/i2c/as3645a.h
1982
1983 ASAHI KASEI AK8974 DRIVER
1984 M: Linus Walleij <linus.walleij@linaro.org>
1985 L: linux-iio@vger.kernel.org
1986 W: http://www.akm.com/
1987 S: Supported
1988 F: drivers/iio/magnetometer/ak8974.c
1989
1990 ASC7621 HARDWARE MONITOR DRIVER
1991 M: George Joseph <george.joseph@fairview5.com>
1992 L: linux-hwmon@vger.kernel.org
1993 S: Maintained
1994 F: Documentation/hwmon/asc7621
1995 F: drivers/hwmon/asc7621.c
1996
1997 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1998 M: Corentin Chary <corentin.chary@gmail.com>
1999 L: acpi4asus-user@lists.sourceforge.net
2000 L: platform-driver-x86@vger.kernel.org
2001 W: http://acpi4asus.sf.net
2002 S: Maintained
2003 F: drivers/platform/x86/asus*.c
2004 F: drivers/platform/x86/eeepc*.c
2005
2006 ASUS WIRELESS RADIO CONTROL DRIVER
2007 M: João Paulo Rechi Vita <jprvita@gmail.com>
2008 L: platform-driver-x86@vger.kernel.org
2009 S: Maintained
2010 F: drivers/platform/x86/asus-wireless.c
2011
2012 ASYMMETRIC KEYS
2013 M: David Howells <dhowells@redhat.com>
2014 L: keyrings@vger.kernel.org
2015 S: Maintained
2016 F: Documentation/crypto/asymmetric-keys.txt
2017 F: include/linux/verification.h
2018 F: include/crypto/public_key.h
2019 F: include/crypto/pkcs7.h
2020 F: crypto/asymmetric_keys/
2021
2022 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2023 R: Dan Williams <dan.j.williams@intel.com>
2024 W: http://sourceforge.net/projects/xscaleiop
2025 S: Odd fixes
2026 F: Documentation/crypto/async-tx-api.txt
2027 F: crypto/async_tx/
2028 F: drivers/dma/
2029 F: include/linux/dmaengine.h
2030 F: include/linux/async_tx.h
2031
2032 AT24 EEPROM DRIVER
2033 M: Wolfram Sang <wsa@the-dreams.de>
2034 L: linux-i2c@vger.kernel.org
2035 S: Maintained
2036 F: drivers/misc/eeprom/at24.c
2037 F: include/linux/platform_data/at24.h
2038
2039 ATA OVER ETHERNET (AOE) DRIVER
2040 M: "Ed L. Cashin" <ed.cashin@acm.org>
2041 W: http://www.openaoe.org/
2042 S: Supported
2043 F: Documentation/aoe/
2044 F: drivers/block/aoe/
2045
2046 ATHEROS 71XX/9XXX GPIO DRIVER
2047 M: Alban Bedel <albeu@free.fr>
2048 W: https://github.com/AlbanBedel/linux
2049 T: git git://github.com/AlbanBedel/linux
2050 S: Maintained
2051 F: drivers/gpio/gpio-ath79.c
2052 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2053
2054 ATHEROS ATH GENERIC UTILITIES
2055 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2056 L: linux-wireless@vger.kernel.org
2057 S: Supported
2058 F: drivers/net/wireless/ath/*
2059
2060 ATHEROS ATH5K WIRELESS DRIVER
2061 M: Jiri Slaby <jirislaby@gmail.com>
2062 M: Nick Kossifidis <mickflemm@gmail.com>
2063 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2064 L: linux-wireless@vger.kernel.org
2065 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2066 S: Maintained
2067 F: drivers/net/wireless/ath/ath5k/
2068
2069 ATHEROS ATH6KL WIRELESS DRIVER
2070 M: Kalle Valo <kvalo@qca.qualcomm.com>
2071 L: linux-wireless@vger.kernel.org
2072 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2074 S: Supported
2075 F: drivers/net/wireless/ath/ath6kl/
2076
2077 WILOCITY WIL6210 WIRELESS DRIVER
2078 M: Maya Erez <qca_merez@qca.qualcomm.com>
2079 L: linux-wireless@vger.kernel.org
2080 L: wil6210@qca.qualcomm.com
2081 S: Supported
2082 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2083 F: drivers/net/wireless/ath/wil6210/
2084 F: include/uapi/linux/wil6210_uapi.h
2085
2086 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2087 M: Christian Lamparter <chunkeey@googlemail.com>
2088 L: linux-wireless@vger.kernel.org
2089 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2090 S: Maintained
2091 F: drivers/net/wireless/ath/carl9170/
2092
2093 ATK0110 HWMON DRIVER
2094 M: Luca Tettamanti <kronos.it@gmail.com>
2095 L: linux-hwmon@vger.kernel.org
2096 S: Maintained
2097 F: drivers/hwmon/asus_atk0110.c
2098
2099 ATI_REMOTE2 DRIVER
2100 M: Ville Syrjala <syrjala@sci.fi>
2101 S: Maintained
2102 F: drivers/input/misc/ati_remote2.c
2103
2104 ATLX ETHERNET DRIVERS
2105 M: Jay Cliburn <jcliburn@gmail.com>
2106 M: Chris Snook <chris.snook@gmail.com>
2107 L: netdev@vger.kernel.org
2108 W: http://sourceforge.net/projects/atl1
2109 W: http://atl1.sourceforge.net
2110 S: Maintained
2111 F: drivers/net/ethernet/atheros/
2112
2113 ATM
2114 M: Chas Williams <3chas3@gmail.com>
2115 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2116 L: netdev@vger.kernel.org
2117 W: http://linux-atm.sourceforge.net
2118 S: Maintained
2119 F: drivers/atm/
2120 F: include/linux/atm*
2121 F: include/uapi/linux/atm*
2122
2123 ATMEL AT91 / AT32 MCI DRIVER
2124 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2125 S: Maintained
2126 F: drivers/mmc/host/atmel-mci.c
2127
2128 ATMEL AT91 / AT32 SERIAL DRIVER
2129 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2130 S: Supported
2131 F: drivers/tty/serial/atmel_serial.c
2132
2133 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2134 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2135 S: Supported
2136 F: drivers/power/reset/at91-sama5d2_shdwc.c
2137
2138 ATMEL SAMA5D2 ADC DRIVER
2139 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2140 L: linux-iio@vger.kernel.org
2141 S: Supported
2142 F: drivers/iio/adc/at91-sama5d2_adc.c
2143
2144 ATMEL Audio ALSA driver
2145 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2146 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2147 S: Supported
2148 F: sound/soc/atmel
2149
2150 ATMEL DMA DRIVER
2151 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2153 S: Supported
2154 F: drivers/dma/at_hdmac.c
2155 F: drivers/dma/at_hdmac_regs.h
2156 F: include/linux/platform_data/dma-atmel.h
2157
2158 ATMEL XDMA DRIVER
2159 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2160 L: linux-arm-kernel@lists.infradead.org
2161 L: dmaengine@vger.kernel.org
2162 S: Supported
2163 F: drivers/dma/at_xdmac.c
2164
2165 ATMEL I2C DRIVER
2166 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2167 L: linux-i2c@vger.kernel.org
2168 S: Supported
2169 F: drivers/i2c/busses/i2c-at91.c
2170
2171 ATMEL ISI DRIVER
2172 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2173 L: linux-media@vger.kernel.org
2174 S: Supported
2175 F: drivers/media/platform/soc_camera/atmel-isi.c
2176 F: include/media/atmel-isi.h
2177
2178 ATMEL LCDFB DRIVER
2179 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2180 L: linux-fbdev@vger.kernel.org
2181 S: Maintained
2182 F: drivers/video/fbdev/atmel_lcdfb.c
2183 F: include/video/atmel_lcdc.h
2184
2185 ATMEL MACB ETHERNET DRIVER
2186 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2187 S: Supported
2188 F: drivers/net/ethernet/cadence/
2189
2190 ATMEL NAND DRIVER
2191 M: Wenyou Yang <wenyou.yang@atmel.com>
2192 M: Josh Wu <rainyfeeling@outlook.com>
2193 L: linux-mtd@lists.infradead.org
2194 S: Supported
2195 F: drivers/mtd/nand/atmel_nand*
2196
2197 ATMEL SDMMC DRIVER
2198 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2199 L: linux-mmc@vger.kernel.org
2200 S: Supported
2201 F: drivers/mmc/host/sdhci-of-at91.c
2202
2203 ATMEL SPI DRIVER
2204 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2205 S: Supported
2206 F: drivers/spi/spi-atmel.*
2207
2208 ATMEL SSC DRIVER
2209 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2211 S: Supported
2212 F: drivers/misc/atmel-ssc.c
2213 F: include/linux/atmel-ssc.h
2214
2215 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2216 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2218 S: Supported
2219 F: drivers/misc/atmel_tclib.c
2220 F: drivers/clocksource/tcb_clksrc.c
2221
2222 ATMEL USBA UDC DRIVER
2223 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2225 S: Supported
2226 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2227
2228 ATMEL WIRELESS DRIVER
2229 M: Simon Kelley <simon@thekelleys.org.uk>
2230 L: linux-wireless@vger.kernel.org
2231 W: http://www.thekelleys.org.uk/atmel
2232 W: http://atmelwlandriver.sourceforge.net/
2233 S: Maintained
2234 F: drivers/net/wireless/atmel/atmel*
2235
2236 ATMEL MAXTOUCH DRIVER
2237 M: Nick Dyer <nick@shmanahar.org>
2238 T: git git://github.com/ndyer/linux.git
2239 S: Maintained
2240 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2241 F: drivers/input/touchscreen/atmel_mxt_ts.c
2242 F: include/linux/platform_data/atmel_mxt_ts.h
2243
2244 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2245 M: Bradley Grove <linuxdrivers@attotech.com>
2246 L: linux-scsi@vger.kernel.org
2247 W: http://www.attotech.com
2248 S: Supported
2249 F: drivers/scsi/esas2r
2250
2251 ATUSB IEEE 802.15.4 RADIO DRIVER
2252 M: Stefan Schmidt <stefan@osg.samsung.com>
2253 L: linux-wpan@vger.kernel.org
2254 S: Maintained
2255 F: drivers/net/ieee802154/atusb.c
2256 F: drivers/net/ieee802154/atusb.h
2257 F: drivers/net/ieee802154/at86rf230.h
2258
2259 AUDIT SUBSYSTEM
2260 M: Paul Moore <paul@paul-moore.com>
2261 M: Eric Paris <eparis@redhat.com>
2262 L: linux-audit@redhat.com (moderated for non-subscribers)
2263 W: http://people.redhat.com/sgrubb/audit/
2264 T: git git://git.infradead.org/users/pcmoore/audit
2265 S: Maintained
2266 F: include/linux/audit.h
2267 F: include/uapi/linux/audit.h
2268 F: kernel/audit*
2269
2270 AUXILIARY DISPLAY DRIVERS
2271 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2272 W: http://miguelojeda.es/auxdisplay.htm
2273 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2274 S: Maintained
2275 F: drivers/auxdisplay/
2276 F: include/linux/cfag12864b.h
2277
2278 AVR32 ARCHITECTURE
2279 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2280 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2281 W: http://www.atmel.com/products/AVR32/
2282 W: http://mirror.egtvedt.no/avr32linux.org/
2283 W: http://avrfreaks.net/
2284 S: Maintained
2285 F: arch/avr32/
2286
2287 AVR32/AT32AP MACHINE SUPPORT
2288 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2289 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2290 S: Maintained
2291 F: arch/avr32/mach-at32ap/
2292
2293 AX.25 NETWORK LAYER
2294 M: Ralf Baechle <ralf@linux-mips.org>
2295 L: linux-hams@vger.kernel.org
2296 W: http://www.linux-ax25.org/
2297 S: Maintained
2298 F: include/uapi/linux/ax25.h
2299 F: include/net/ax25.h
2300 F: net/ax25/
2301
2302 AZ6007 DVB DRIVER
2303 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2304 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2305 L: linux-media@vger.kernel.org
2306 W: https://linuxtv.org
2307 T: git git://linuxtv.org/media_tree.git
2308 S: Maintained
2309 F: drivers/media/usb/dvb-usb-v2/az6007.c
2310
2311 AZTECH FM RADIO RECEIVER DRIVER
2312 M: Hans Verkuil <hverkuil@xs4all.nl>
2313 L: linux-media@vger.kernel.org
2314 T: git git://linuxtv.org/media_tree.git
2315 W: https://linuxtv.org
2316 S: Maintained
2317 F: drivers/media/radio/radio-aztech*
2318
2319 B43 WIRELESS DRIVER
2320 L: linux-wireless@vger.kernel.org
2321 L: b43-dev@lists.infradead.org
2322 W: http://wireless.kernel.org/en/users/Drivers/b43
2323 S: Odd Fixes
2324 F: drivers/net/wireless/broadcom/b43/
2325
2326 B43LEGACY WIRELESS DRIVER
2327 M: Larry Finger <Larry.Finger@lwfinger.net>
2328 L: linux-wireless@vger.kernel.org
2329 L: b43-dev@lists.infradead.org
2330 W: http://wireless.kernel.org/en/users/Drivers/b43
2331 S: Maintained
2332 F: drivers/net/wireless/broadcom/b43legacy/
2333
2334 BACKLIGHT CLASS/SUBSYSTEM
2335 M: Jingoo Han <jingoohan1@gmail.com>
2336 M: Lee Jones <lee.jones@linaro.org>
2337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2338 S: Maintained
2339 F: drivers/video/backlight/
2340 F: include/linux/backlight.h
2341
2342 BATMAN ADVANCED
2343 M: Marek Lindner <mareklindner@neomailbox.ch>
2344 M: Simon Wunderlich <sw@simonwunderlich.de>
2345 M: Antonio Quartulli <a@unstable.cc>
2346 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2347 W: https://www.open-mesh.org/
2348 Q: https://patchwork.open-mesh.org/project/batman/list/
2349 S: Maintained
2350 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2351 F: Documentation/ABI/testing/sysfs-class-net-mesh
2352 F: Documentation/networking/batman-adv.txt
2353 F: include/uapi/linux/batman_adv.h
2354 F: net/batman-adv/
2355
2356 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2357 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2358 L: linux-hams@vger.kernel.org
2359 W: http://www.baycom.org/~tom/ham/ham.html
2360 S: Maintained
2361 F: drivers/net/hamradio/baycom*
2362
2363 BCACHE (BLOCK LAYER CACHE)
2364 M: Kent Overstreet <kent.overstreet@gmail.com>
2365 L: linux-bcache@vger.kernel.org
2366 W: http://bcache.evilpiepirate.org
2367 S: Orphan
2368 F: drivers/md/bcache/
2369
2370 BDISP ST MEDIA DRIVER
2371 M: Fabien Dessenne <fabien.dessenne@st.com>
2372 L: linux-media@vger.kernel.org
2373 T: git git://linuxtv.org/media_tree.git
2374 W: https://linuxtv.org
2375 S: Supported
2376 F: drivers/media/platform/sti/bdisp
2377
2378 BEFS FILE SYSTEM
2379 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2380 M: Salah Triki <salah.triki@gmail.com>
2381 S: Maintained
2382 T: git git://github.com/luisbg/linux-befs.git
2383 F: Documentation/filesystems/befs.txt
2384 F: fs/befs/
2385
2386 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2387 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2388 L: netdev@vger.kernel.org
2389 S: Maintained
2390 F: drivers/net/ethernet/ec_bhf.c
2391
2392 BFS FILE SYSTEM
2393 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2394 S: Maintained
2395 F: Documentation/filesystems/bfs.txt
2396 F: fs/bfs/
2397 F: include/uapi/linux/bfs_fs.h
2398
2399 BLACKFIN ARCHITECTURE
2400 M: Steven Miao <realmz6@gmail.com>
2401 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2402 T: git git://git.code.sf.net/p/adi-linux/code
2403 W: http://blackfin.uclinux.org
2404 S: Supported
2405 F: arch/blackfin/
2406
2407 BLACKFIN EMAC DRIVER
2408 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2409 W: http://blackfin.uclinux.org
2410 S: Supported
2411 F: drivers/net/ethernet/adi/
2412
2413 BLACKFIN RTC DRIVER
2414 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2415 W: http://blackfin.uclinux.org
2416 S: Supported
2417 F: drivers/rtc/rtc-bfin.c
2418
2419 BLACKFIN SDH DRIVER
2420 M: Sonic Zhang <sonic.zhang@analog.com>
2421 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2422 W: http://blackfin.uclinux.org
2423 S: Supported
2424 F: drivers/mmc/host/bfin_sdh.c
2425
2426 BLACKFIN SERIAL DRIVER
2427 M: Sonic Zhang <sonic.zhang@analog.com>
2428 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2429 W: http://blackfin.uclinux.org
2430 S: Supported
2431 F: drivers/tty/serial/bfin_uart.c
2432
2433 BLACKFIN WATCHDOG DRIVER
2434 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2435 W: http://blackfin.uclinux.org
2436 S: Supported
2437 F: drivers/watchdog/bfin_wdt.c
2438
2439 BLACKFIN I2C TWI DRIVER
2440 M: Sonic Zhang <sonic.zhang@analog.com>
2441 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2442 W: http://blackfin.uclinux.org/
2443 S: Supported
2444 F: drivers/i2c/busses/i2c-bfin-twi.c
2445
2446 BLACKFIN MEDIA DRIVER
2447 M: Scott Jiang <scott.jiang.linux@gmail.com>
2448 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2449 W: http://blackfin.uclinux.org/
2450 S: Supported
2451 F: drivers/media/platform/blackfin/
2452 F: drivers/media/i2c/adv7183*
2453 F: drivers/media/i2c/vs6624*
2454
2455 BLINKM RGB LED DRIVER
2456 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2457 S: Maintained
2458 F: drivers/leds/leds-blinkm.c
2459
2460 BLOCK LAYER
2461 M: Jens Axboe <axboe@kernel.dk>
2462 L: linux-block@vger.kernel.org
2463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2464 S: Maintained
2465 F: block/
2466 F: kernel/trace/blktrace.c
2467
2468 BLOCK2MTD DRIVER
2469 M: Joern Engel <joern@lazybastard.org>
2470 L: linux-mtd@lists.infradead.org
2471 S: Maintained
2472 F: drivers/mtd/devices/block2mtd.c
2473
2474 BLUETOOTH DRIVERS
2475 M: Marcel Holtmann <marcel@holtmann.org>
2476 M: Gustavo Padovan <gustavo@padovan.org>
2477 M: Johan Hedberg <johan.hedberg@gmail.com>
2478 L: linux-bluetooth@vger.kernel.org
2479 W: http://www.bluez.org/
2480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2482 S: Maintained
2483 F: drivers/bluetooth/
2484
2485 BLUETOOTH SUBSYSTEM
2486 M: Marcel Holtmann <marcel@holtmann.org>
2487 M: Gustavo Padovan <gustavo@padovan.org>
2488 M: Johan Hedberg <johan.hedberg@gmail.com>
2489 L: linux-bluetooth@vger.kernel.org
2490 W: http://www.bluez.org/
2491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S: Maintained
2494 F: net/bluetooth/
2495 F: include/net/bluetooth/
2496
2497 BONDING DRIVER
2498 M: Jay Vosburgh <j.vosburgh@gmail.com>
2499 M: Veaceslav Falico <vfalico@gmail.com>
2500 M: Andy Gospodarek <andy@greyhouse.net>
2501 L: netdev@vger.kernel.org
2502 W: http://sourceforge.net/projects/bonding/
2503 S: Supported
2504 F: drivers/net/bonding/
2505 F: include/uapi/linux/if_bonding.h
2506
2507 BPF (Safe dynamic programs and tools)
2508 M: Alexei Starovoitov <ast@kernel.org>
2509 L: netdev@vger.kernel.org
2510 L: linux-kernel@vger.kernel.org
2511 S: Supported
2512 F: kernel/bpf/
2513
2514 BROADCOM B44 10/100 ETHERNET DRIVER
2515 M: Gary Zambrano <zambrano@broadcom.com>
2516 L: netdev@vger.kernel.org
2517 S: Supported
2518 F: drivers/net/ethernet/broadcom/b44.*
2519
2520 BROADCOM B53 ETHERNET SWITCH DRIVER
2521 M: Florian Fainelli <f.fainelli@gmail.com>
2522 L: netdev@vger.kernel.org
2523 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2524 S: Supported
2525 F: drivers/net/dsa/b53/*
2526 F: include/linux/platform_data/b53.h
2527
2528 BROADCOM GENET ETHERNET DRIVER
2529 M: Florian Fainelli <f.fainelli@gmail.com>
2530 L: netdev@vger.kernel.org
2531 S: Supported
2532 F: drivers/net/ethernet/broadcom/genet/
2533
2534 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2535 M: Sony Chacko <sony.chacko@qlogic.com>
2536 M: Dept-HSGLinuxNICDev@qlogic.com
2537 L: netdev@vger.kernel.org
2538 S: Supported
2539 F: drivers/net/ethernet/broadcom/bnx2.*
2540 F: drivers/net/ethernet/broadcom/bnx2_*
2541
2542 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2543 M: Ariel Elior <ariel.elior@qlogic.com>
2544 L: netdev@vger.kernel.org
2545 S: Supported
2546 F: drivers/net/ethernet/broadcom/bnx2x/
2547
2548 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2549 M: Florian Fainelli <f.fainelli@gmail.com>
2550 M: Ray Jui <rjui@broadcom.com>
2551 M: Scott Branden <sbranden@broadcom.com>
2552 M: bcm-kernel-feedback-list@broadcom.com
2553 T: git git://github.com/broadcom/mach-bcm
2554 S: Maintained
2555 N: bcm281*
2556 N: bcm113*
2557 N: bcm216*
2558 N: kona
2559 F: arch/arm/mach-bcm/
2560
2561 BROADCOM BCM2835 ARM ARCHITECTURE
2562 M: Stephen Warren <swarren@wwwdotorg.org>
2563 M: Lee Jones <lee@kernel.org>
2564 M: Eric Anholt <eric@anholt.net>
2565 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2566 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2568 S: Maintained
2569 N: bcm2835
2570
2571 BROADCOM BCM47XX MIPS ARCHITECTURE
2572 M: Hauke Mehrtens <hauke@hauke-m.de>
2573 M: Rafał Miłecki <zajec5@gmail.com>
2574 L: linux-mips@linux-mips.org
2575 S: Maintained
2576 F: Documentation/devicetree/bindings/mips/brcm/
2577 F: arch/mips/bcm47xx/*
2578 F: arch/mips/include/asm/mach-bcm47xx/*
2579
2580 BROADCOM BCM5301X ARM ARCHITECTURE
2581 M: Hauke Mehrtens <hauke@hauke-m.de>
2582 M: Rafał Miłecki <zajec5@gmail.com>
2583 M: bcm-kernel-feedback-list@broadcom.com
2584 L: linux-arm-kernel@lists.infradead.org
2585 S: Maintained
2586 F: arch/arm/mach-bcm/bcm_5301x.c
2587 F: arch/arm/boot/dts/bcm5301x*.dtsi
2588 F: arch/arm/boot/dts/bcm470*
2589
2590 BROADCOM BCM63XX ARM ARCHITECTURE
2591 M: Florian Fainelli <f.fainelli@gmail.com>
2592 M: bcm-kernel-feedback-list@broadcom.com
2593 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2594 T: git git://github.com/broadcom/stblinux.git
2595 S: Maintained
2596 N: bcm63xx
2597
2598 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2599 M: Kevin Cernekee <cernekee@gmail.com>
2600 L: linux-usb@vger.kernel.org
2601 S: Maintained
2602 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2603
2604 BROADCOM BCM7XXX ARM ARCHITECTURE
2605 M: Brian Norris <computersforpeace@gmail.com>
2606 M: Gregory Fong <gregory.0xf0@gmail.com>
2607 M: Florian Fainelli <f.fainelli@gmail.com>
2608 M: bcm-kernel-feedback-list@broadcom.com
2609 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2610 T: git git://github.com/broadcom/stblinux.git
2611 S: Maintained
2612 F: arch/arm/mach-bcm/*brcmstb*
2613 F: arch/arm/boot/dts/bcm7*.dts*
2614 F: drivers/bus/brcmstb_gisb.c
2615 N: brcmstb
2616
2617 BROADCOM BMIPS MIPS ARCHITECTURE
2618 M: Kevin Cernekee <cernekee@gmail.com>
2619 M: Florian Fainelli <f.fainelli@gmail.com>
2620 L: linux-mips@linux-mips.org
2621 T: git git://github.com/broadcom/stblinux.git
2622 S: Maintained
2623 F: arch/mips/bmips/*
2624 F: arch/mips/include/asm/mach-bmips/*
2625 F: arch/mips/kernel/*bmips*
2626 F: arch/mips/boot/dts/brcm/bcm*.dts*
2627 F: drivers/irqchip/irq-bcm63*
2628 F: drivers/irqchip/irq-bcm7*
2629 F: drivers/irqchip/irq-brcmstb*
2630 F: include/linux/bcm963xx_nvram.h
2631 F: include/linux/bcm963xx_tag.h
2632
2633 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2634 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2635 M: Prashant Sreedharan <prashant@broadcom.com>
2636 M: Michael Chan <mchan@broadcom.com>
2637 L: netdev@vger.kernel.org
2638 S: Supported
2639 F: drivers/net/ethernet/broadcom/tg3.*
2640
2641 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2642 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2643 M: Franky Lin <franky.lin@broadcom.com>
2644 M: Hante Meuleman <hante.meuleman@broadcom.com>
2645 L: linux-wireless@vger.kernel.org
2646 L: brcm80211-dev-list.pdl@broadcom.com
2647 S: Supported
2648 F: drivers/net/wireless/broadcom/brcm80211/
2649
2650 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2651 M: QLogic-Storage-Upstream@qlogic.com
2652 L: linux-scsi@vger.kernel.org
2653 S: Supported
2654 F: drivers/scsi/bnx2fc/
2655
2656 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2657 M: QLogic-Storage-Upstream@qlogic.com
2658 L: linux-scsi@vger.kernel.org
2659 S: Supported
2660 F: drivers/scsi/bnx2i/
2661
2662 BROADCOM IPROC ARM ARCHITECTURE
2663 M: Ray Jui <rjui@broadcom.com>
2664 M: Scott Branden <sbranden@broadcom.com>
2665 M: Jon Mason <jonmason@broadcom.com>
2666 M: bcm-kernel-feedback-list@broadcom.com
2667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2668 T: git git://github.com/broadcom/cygnus-linux.git
2669 S: Maintained
2670 N: iproc
2671 N: cygnus
2672 N: bcm[-_]nsp
2673 N: bcm9113*
2674 N: bcm9583*
2675 N: bcm9585*
2676 N: bcm9586*
2677 N: bcm988312
2678 N: bcm113*
2679 N: bcm583*
2680 N: bcm585*
2681 N: bcm586*
2682 N: bcm88312
2683 F: arch/arm64/boot/dts/broadcom/ns2*
2684 F: drivers/clk/bcm/clk-ns*
2685 F: drivers/pinctrl/bcm/pinctrl-ns*
2686
2687 BROADCOM BRCMSTB GPIO DRIVER
2688 M: Gregory Fong <gregory.0xf0@gmail.com>
2689 L: bcm-kernel-feedback-list@broadcom.com
2690 S: Supported
2691 F: drivers/gpio/gpio-brcmstb.c
2692 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2693
2694 BROADCOM KONA GPIO DRIVER
2695 M: Ray Jui <rjui@broadcom.com>
2696 L: bcm-kernel-feedback-list@broadcom.com
2697 S: Supported
2698 F: drivers/gpio/gpio-bcm-kona.c
2699 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2700
2701 BROADCOM NVRAM DRIVER
2702 M: Rafał Miłecki <zajec5@gmail.com>
2703 L: linux-mips@linux-mips.org
2704 S: Maintained
2705 F: drivers/firmware/broadcom/*
2706
2707 BROADCOM STB NAND FLASH DRIVER
2708 M: Brian Norris <computersforpeace@gmail.com>
2709 M: Kamal Dasu <kdasu.kdev@gmail.com>
2710 L: linux-mtd@lists.infradead.org
2711 L: bcm-kernel-feedback-list@broadcom.com
2712 S: Maintained
2713 F: drivers/mtd/nand/brcmnand/
2714
2715 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2716 M: Rafał Miłecki <zajec5@gmail.com>
2717 L: linux-wireless@vger.kernel.org
2718 S: Maintained
2719 F: drivers/bcma/
2720 F: include/linux/bcma/
2721
2722 BROADCOM SYSTEMPORT ETHERNET DRIVER
2723 M: Florian Fainelli <f.fainelli@gmail.com>
2724 L: netdev@vger.kernel.org
2725 S: Supported
2726 F: drivers/net/ethernet/broadcom/bcmsysport.*
2727
2728 BROADCOM VULCAN ARM64 SOC
2729 M: Jayachandran C. <jchandra@broadcom.com>
2730 M: bcm-kernel-feedback-list@broadcom.com
2731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2732 S: Maintained
2733 F: arch/arm64/boot/dts/broadcom/vulcan*
2734
2735 BROCADE BFA FC SCSI DRIVER
2736 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2737 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2738 L: linux-scsi@vger.kernel.org
2739 S: Supported
2740 F: drivers/scsi/bfa/
2741
2742 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2743 M: Rasesh Mody <rasesh.mody@qlogic.com>
2744 L: netdev@vger.kernel.org
2745 S: Supported
2746 F: drivers/net/ethernet/brocade/bna/
2747
2748 BSG (block layer generic sg v4 driver)
2749 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2750 L: linux-scsi@vger.kernel.org
2751 S: Supported
2752 F: block/bsg.c
2753 F: include/linux/bsg.h
2754 F: include/uapi/linux/bsg.h
2755
2756 BT87X AUDIO DRIVER
2757 M: Clemens Ladisch <clemens@ladisch.de>
2758 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2759 T: git git://git.alsa-project.org/alsa-kernel.git
2760 S: Maintained
2761 F: Documentation/sound/alsa/Bt87x.txt
2762 F: sound/pci/bt87x.c
2763
2764 BT8XXGPIO DRIVER
2765 M: Michael Buesch <m@bues.ch>
2766 W: http://bu3sch.de/btgpio.php
2767 S: Maintained
2768 F: drivers/gpio/gpio-bt8xx.c
2769
2770 BTRFS FILE SYSTEM
2771 M: Chris Mason <clm@fb.com>
2772 M: Josef Bacik <jbacik@fb.com>
2773 M: David Sterba <dsterba@suse.com>
2774 L: linux-btrfs@vger.kernel.org
2775 W: http://btrfs.wiki.kernel.org/
2776 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2778 S: Maintained
2779 F: Documentation/filesystems/btrfs.txt
2780 F: fs/btrfs/
2781
2782 BTTV VIDEO4LINUX DRIVER
2783 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2784 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2785 L: linux-media@vger.kernel.org
2786 W: https://linuxtv.org
2787 T: git git://linuxtv.org/media_tree.git
2788 S: Odd fixes
2789 F: Documentation/video4linux/bttv/
2790 F: drivers/media/pci/bt8xx/bttv*
2791
2792 BUSLOGIC SCSI DRIVER
2793 M: Khalid Aziz <khalid@gonehiking.org>
2794 L: linux-scsi@vger.kernel.org
2795 S: Maintained
2796 F: drivers/scsi/BusLogic.*
2797 F: drivers/scsi/FlashPoint.*
2798
2799 C-MEDIA CMI8788 DRIVER
2800 M: Clemens Ladisch <clemens@ladisch.de>
2801 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2802 T: git git://git.alsa-project.org/alsa-kernel.git
2803 S: Maintained
2804 F: sound/pci/oxygen/
2805
2806 C6X ARCHITECTURE
2807 M: Mark Salter <msalter@redhat.com>
2808 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2809 L: linux-c6x-dev@linux-c6x.org
2810 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2811 S: Maintained
2812 F: arch/c6x/
2813
2814 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2815 M: David Howells <dhowells@redhat.com>
2816 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2817 S: Supported
2818 F: Documentation/filesystems/caching/cachefiles.txt
2819 F: fs/cachefiles/
2820
2821 CADET FM/AM RADIO RECEIVER DRIVER
2822 M: Hans Verkuil <hverkuil@xs4all.nl>
2823 L: linux-media@vger.kernel.org
2824 T: git git://linuxtv.org/media_tree.git
2825 W: https://linuxtv.org
2826 S: Maintained
2827 F: drivers/media/radio/radio-cadet*
2828
2829 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2830 M: Jonathan Corbet <corbet@lwn.net>
2831 L: linux-media@vger.kernel.org
2832 T: git git://linuxtv.org/media_tree.git
2833 S: Maintained
2834 F: Documentation/video4linux/cafe_ccic
2835 F: drivers/media/platform/marvell-ccic/
2836
2837 CAIF NETWORK LAYER
2838 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2839 L: netdev@vger.kernel.org
2840 S: Supported
2841 F: Documentation/networking/caif/
2842 F: drivers/net/caif/
2843 F: include/uapi/linux/caif/
2844 F: include/net/caif/
2845 F: net/caif/
2846
2847 CALGARY x86-64 IOMMU
2848 M: Muli Ben-Yehuda <mulix@mulix.org>
2849 M: Jon Mason <jdmason@kudzu.us>
2850 L: iommu@lists.linux-foundation.org
2851 S: Maintained
2852 F: arch/x86/kernel/pci-calgary_64.c
2853 F: arch/x86/kernel/tce_64.c
2854 F: arch/x86/include/asm/calgary.h
2855 F: arch/x86/include/asm/tce.h
2856
2857 CAN NETWORK LAYER
2858 M: Oliver Hartkopp <socketcan@hartkopp.net>
2859 M: Marc Kleine-Budde <mkl@pengutronix.de>
2860 L: linux-can@vger.kernel.org
2861 W: https://github.com/linux-can
2862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2864 S: Maintained
2865 F: Documentation/networking/can.txt
2866 F: net/can/
2867 F: include/linux/can/core.h
2868 F: include/uapi/linux/can.h
2869 F: include/uapi/linux/can/bcm.h
2870 F: include/uapi/linux/can/raw.h
2871 F: include/uapi/linux/can/gw.h
2872
2873 CAN NETWORK DRIVERS
2874 M: Wolfgang Grandegger <wg@grandegger.com>
2875 M: Marc Kleine-Budde <mkl@pengutronix.de>
2876 L: linux-can@vger.kernel.org
2877 W: https://github.com/linux-can
2878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2880 S: Maintained
2881 F: Documentation/devicetree/bindings/net/can/
2882 F: drivers/net/can/
2883 F: include/linux/can/dev.h
2884 F: include/linux/can/platform/
2885 F: include/uapi/linux/can/error.h
2886 F: include/uapi/linux/can/netlink.h
2887
2888 CAPABILITIES
2889 M: Serge Hallyn <serge@hallyn.com>
2890 L: linux-security-module@vger.kernel.org
2891 S: Supported
2892 F: include/linux/capability.h
2893 F: include/uapi/linux/capability.h
2894 F: security/commoncap.c
2895 F: kernel/capability.c
2896
2897 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2898 M: Kevin Tsai <ktsai@capellamicro.com>
2899 S: Maintained
2900 F: drivers/iio/light/cm*
2901 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2902
2903 CAVIUM I2C DRIVER
2904 M: Jan Glauber <jglauber@cavium.com>
2905 M: David Daney <david.daney@cavium.com>
2906 W: http://www.cavium.com
2907 S: Supported
2908 F: drivers/i2c/busses/i2c-octeon*
2909 F: drivers/i2c/busses/i2c-thunderx*
2910
2911 CAVIUM LIQUIDIO NETWORK DRIVER
2912 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2913 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2914 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2915 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2916 L: netdev@vger.kernel.org
2917 W: http://www.cavium.com
2918 S: Supported
2919 F: drivers/net/ethernet/cavium/liquidio/
2920
2921 CC2520 IEEE-802.15.4 RADIO DRIVER
2922 M: Varka Bhadram <varkabhadram@gmail.com>
2923 L: linux-wpan@vger.kernel.org
2924 S: Maintained
2925 F: drivers/net/ieee802154/cc2520.c
2926 F: include/linux/spi/cc2520.h
2927 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2928
2929 CEC DRIVER
2930 M: Hans Verkuil <hans.verkuil@cisco.com>
2931 L: linux-media@vger.kernel.org
2932 T: git git://linuxtv.org/media_tree.git
2933 W: http://linuxtv.org
2934 S: Supported
2935 F: Documentation/cec.txt
2936 F: Documentation/DocBook/media/v4l/cec*
2937 F: drivers/staging/media/cec/
2938 F: drivers/media/cec-edid.c
2939 F: drivers/media/rc/keymaps/rc-cec.c
2940 F: include/media/cec.h
2941 F: include/media/cec-edid.h
2942 F: include/linux/cec.h
2943 F: include/linux/cec-funcs.h
2944
2945 CELL BROADBAND ENGINE ARCHITECTURE
2946 M: Arnd Bergmann <arnd@arndb.de>
2947 L: linuxppc-dev@lists.ozlabs.org
2948 W: http://www.ibm.com/developerworks/power/cell/
2949 S: Supported
2950 F: arch/powerpc/include/asm/cell*.h
2951 F: arch/powerpc/include/asm/spu*.h
2952 F: arch/powerpc/include/uapi/asm/spu*.h
2953 F: arch/powerpc/oprofile/*cell*
2954 F: arch/powerpc/platforms/cell/
2955
2956 CEPH COMMON CODE (LIBCEPH)
2957 M: Ilya Dryomov <idryomov@gmail.com>
2958 M: "Yan, Zheng" <zyan@redhat.com>
2959 M: Sage Weil <sage@redhat.com>
2960 L: ceph-devel@vger.kernel.org
2961 W: http://ceph.com/
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2963 T: git git://github.com/ceph/ceph-client.git
2964 S: Supported
2965 F: net/ceph/
2966 F: include/linux/ceph/
2967 F: include/linux/crush/
2968
2969 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2970 M: "Yan, Zheng" <zyan@redhat.com>
2971 M: Sage Weil <sage@redhat.com>
2972 M: Ilya Dryomov <idryomov@gmail.com>
2973 L: ceph-devel@vger.kernel.org
2974 W: http://ceph.com/
2975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2976 T: git git://github.com/ceph/ceph-client.git
2977 S: Supported
2978 F: Documentation/filesystems/ceph.txt
2979 F: fs/ceph/
2980
2981 CERTIFICATE HANDLING:
2982 M: David Howells <dhowells@redhat.com>
2983 M: David Woodhouse <dwmw2@infradead.org>
2984 L: keyrings@vger.kernel.org
2985 S: Maintained
2986 F: Documentation/module-signing.txt
2987 F: certs/
2988 F: scripts/sign-file.c
2989 F: scripts/extract-cert.c
2990
2991 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2992 L: linux-usb@vger.kernel.org
2993 S: Orphan
2994 F: Documentation/usb/WUSB-Design-overview.txt
2995 F: Documentation/usb/wusb-cbaf
2996 F: drivers/usb/host/hwa-hc.c
2997 F: drivers/usb/host/whci/
2998 F: drivers/usb/wusbcore/
2999 F: include/linux/usb/wusb*
3000
3001 CFAG12864B LCD DRIVER
3002 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3003 W: http://miguelojeda.es/auxdisplay.htm
3004 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3005 S: Maintained
3006 F: drivers/auxdisplay/cfag12864b.c
3007 F: include/linux/cfag12864b.h
3008
3009 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3010 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3011 W: http://miguelojeda.es/auxdisplay.htm
3012 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3013 S: Maintained
3014 F: drivers/auxdisplay/cfag12864bfb.c
3015 F: include/linux/cfag12864b.h
3016
3017 CFG80211 and NL80211
3018 M: Johannes Berg <johannes@sipsolutions.net>
3019 L: linux-wireless@vger.kernel.org
3020 W: http://wireless.kernel.org/
3021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3023 S: Maintained
3024 F: include/uapi/linux/nl80211.h
3025 F: include/net/cfg80211.h
3026 F: net/wireless/*
3027 X: net/wireless/wext*
3028
3029 CHAR and MISC DRIVERS
3030 M: Arnd Bergmann <arnd@arndb.de>
3031 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3033 S: Supported
3034 F: drivers/char/*
3035 F: drivers/misc/*
3036 F: include/linux/miscdevice.h
3037
3038 CHECKPATCH
3039 M: Andy Whitcroft <apw@canonical.com>
3040 M: Joe Perches <joe@perches.com>
3041 S: Maintained
3042 F: scripts/checkpatch.pl
3043
3044 CHINESE DOCUMENTATION
3045 M: Harry Wei <harryxiyou@gmail.com>
3046 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3047 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3048 S: Maintained
3049 F: Documentation/zh_CN/
3050
3051 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3052 M: Peter Chen <Peter.Chen@nxp.com>
3053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3054 L: linux-usb@vger.kernel.org
3055 S: Maintained
3056 F: drivers/usb/chipidea/
3057
3058 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3059 M: Hans de Goede <hdegoede@redhat.com>
3060 L: linux-input@vger.kernel.org
3061 S: Maintained
3062 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3063 F: drivers/input/touchscreen/chipone_icn8318.c
3064
3065 CHROME HARDWARE PLATFORM SUPPORT
3066 M: Olof Johansson <olof@lixom.net>
3067 S: Maintained
3068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3069 F: drivers/platform/chrome/
3070
3071 CISCO VIC ETHERNET NIC DRIVER
3072 M: Christian Benvenuti <benve@cisco.com>
3073 M: Sujith Sankar <ssujith@cisco.com>
3074 M: Govindarajulu Varadarajan <_govind@gmx.com>
3075 M: Neel Patel <neepatel@cisco.com>
3076 S: Supported
3077 F: drivers/net/ethernet/cisco/enic/
3078
3079 CISCO VIC LOW LATENCY NIC DRIVER
3080 M: Christian Benvenuti <benve@cisco.com>
3081 M: Dave Goodell <dgoodell@cisco.com>
3082 S: Supported
3083 F: drivers/infiniband/hw/usnic/
3084
3085 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3086 M: Hartley Sweeten <hsweeten@visionengravers.com>
3087 L: netdev@vger.kernel.org
3088 S: Maintained
3089 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3090
3091 CIRRUS LOGIC AUDIO CODEC DRIVERS
3092 M: Brian Austin <brian.austin@cirrus.com>
3093 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3094 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3095 S: Maintained
3096 F: sound/soc/codecs/cs*
3097
3098 CLEANCACHE API
3099 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3100 L: linux-kernel@vger.kernel.org
3101 S: Maintained
3102 F: mm/cleancache.c
3103 F: include/linux/cleancache.h
3104
3105 CLK API
3106 M: Russell King <linux@armlinux.org.uk>
3107 L: linux-clk@vger.kernel.org
3108 S: Maintained
3109 F: include/linux/clk.h
3110
3111 CLOCKSOURCE, CLOCKEVENT DRIVERS
3112 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3113 M: Thomas Gleixner <tglx@linutronix.de>
3114 L: linux-kernel@vger.kernel.org
3115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3116 S: Supported
3117 F: drivers/clocksource
3118
3119 CISCO FCOE HBA DRIVER
3120 M: Hiral Patel <hiralpat@cisco.com>
3121 M: Suma Ramars <sramars@cisco.com>
3122 M: Brian Uchino <buchino@cisco.com>
3123 L: linux-scsi@vger.kernel.org
3124 S: Supported
3125 F: drivers/scsi/fnic/
3126
3127 CISCO SCSI HBA DRIVER
3128 M: Narsimhulu Musini <nmusini@cisco.com>
3129 M: Sesidhar Baddela <sebaddel@cisco.com>
3130 L: linux-scsi@vger.kernel.org
3131 S: Supported
3132 F: drivers/scsi/snic/
3133
3134 CMPC ACPI DRIVER
3135 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3136 M: Daniel Oliveira Nascimento <don@syst.com.br>
3137 L: platform-driver-x86@vger.kernel.org
3138 S: Supported
3139 F: drivers/platform/x86/classmate-laptop.c
3140
3141 COBALT MEDIA DRIVER
3142 M: Hans Verkuil <hans.verkuil@cisco.com>
3143 L: linux-media@vger.kernel.org
3144 T: git git://linuxtv.org/media_tree.git
3145 W: https://linuxtv.org
3146 S: Supported
3147 F: drivers/media/pci/cobalt/
3148
3149 COCCINELLE/Semantic Patches (SmPL)
3150 M: Julia Lawall <Julia.Lawall@lip6.fr>
3151 M: Gilles Muller <Gilles.Muller@lip6.fr>
3152 M: Nicolas Palix <nicolas.palix@imag.fr>
3153 M: Michal Marek <mmarek@suse.com>
3154 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3156 W: http://coccinelle.lip6.fr/
3157 S: Supported
3158 F: Documentation/dev-tools/coccinelle.rst
3159 F: scripts/coccinelle/
3160 F: scripts/coccicheck
3161
3162 CODA FILE SYSTEM
3163 M: Jan Harkes <jaharkes@cs.cmu.edu>
3164 M: coda@cs.cmu.edu
3165 L: codalist@coda.cs.cmu.edu
3166 W: http://www.coda.cs.cmu.edu/
3167 S: Maintained
3168 F: Documentation/filesystems/coda.txt
3169 F: fs/coda/
3170 F: include/linux/coda*.h
3171 F: include/uapi/linux/coda*.h
3172
3173 CODA V4L2 MEM2MEM DRIVER
3174 M: Philipp Zabel <p.zabel@pengutronix.de>
3175 L: linux-media@vger.kernel.org
3176 S: Maintained
3177 F: Documentation/devicetree/bindings/media/coda.txt
3178 F: drivers/media/platform/coda/
3179
3180 COMMON CLK FRAMEWORK
3181 M: Michael Turquette <mturquette@baylibre.com>
3182 M: Stephen Boyd <sboyd@codeaurora.org>
3183 L: linux-clk@vger.kernel.org
3184 Q: http://patchwork.kernel.org/project/linux-clk/list/
3185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3186 S: Maintained
3187 F: Documentation/devicetree/bindings/clock/
3188 F: drivers/clk/
3189 X: drivers/clk/clkdev.c
3190 F: include/linux/clk-pr*
3191 F: include/linux/clk/
3192
3193 COMMON INTERNET FILE SYSTEM (CIFS)
3194 M: Steve French <sfrench@samba.org>
3195 L: linux-cifs@vger.kernel.org
3196 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3197 W: http://linux-cifs.samba.org/
3198 T: git git://git.samba.org/sfrench/cifs-2.6.git
3199 S: Supported
3200 F: Documentation/filesystems/cifs/
3201 F: fs/cifs/
3202
3203 COMPACTPCI HOTPLUG CORE
3204 M: Scott Murray <scott@spiteful.org>
3205 L: linux-pci@vger.kernel.org
3206 S: Maintained
3207 F: drivers/pci/hotplug/cpci_hotplug*
3208
3209 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3210 M: Scott Murray <scott@spiteful.org>
3211 L: linux-pci@vger.kernel.org
3212 S: Maintained
3213 F: drivers/pci/hotplug/cpcihp_zt5550.*
3214
3215 COMPACTPCI HOTPLUG GENERIC DRIVER
3216 M: Scott Murray <scott@spiteful.org>
3217 L: linux-pci@vger.kernel.org
3218 S: Maintained
3219 F: drivers/pci/hotplug/cpcihp_generic.c
3220
3221 COMPAL LAPTOP SUPPORT
3222 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3223 L: platform-driver-x86@vger.kernel.org
3224 S: Maintained
3225 F: drivers/platform/x86/compal-laptop.c
3226
3227 CONEXANT ACCESSRUNNER USB DRIVER
3228 L: accessrunner-general@lists.sourceforge.net
3229 W: http://accessrunner.sourceforge.net/
3230 S: Orphan
3231 F: drivers/usb/atm/cxacru.c
3232
3233 CONFIGFS
3234 M: Joel Becker <jlbec@evilplan.org>
3235 M: Christoph Hellwig <hch@lst.de>
3236 T: git git://git.infradead.org/users/hch/configfs.git
3237 S: Supported
3238 F: fs/configfs/
3239 F: include/linux/configfs.h
3240
3241 CONNECTOR
3242 M: Evgeniy Polyakov <zbr@ioremap.net>
3243 L: netdev@vger.kernel.org
3244 S: Maintained
3245 F: drivers/connector/
3246
3247 CONTROL GROUP (CGROUP)
3248 M: Tejun Heo <tj@kernel.org>
3249 M: Li Zefan <lizefan@huawei.com>
3250 M: Johannes Weiner <hannes@cmpxchg.org>
3251 L: cgroups@vger.kernel.org
3252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3253 S: Maintained
3254 F: Documentation/cgroup*
3255 F: include/linux/cgroup*
3256 F: kernel/cgroup*
3257
3258 CONTROL GROUP - CPUSET
3259 M: Li Zefan <lizefan@huawei.com>
3260 L: cgroups@vger.kernel.org
3261 W: http://www.bullopensource.org/cpuset/
3262 W: http://oss.sgi.com/projects/cpusets/
3263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3264 S: Maintained
3265 F: Documentation/cgroup-v1/cpusets.txt
3266 F: include/linux/cpuset.h
3267 F: kernel/cpuset.c
3268
3269 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3270 M: Johannes Weiner <hannes@cmpxchg.org>
3271 M: Michal Hocko <mhocko@kernel.org>
3272 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3273 L: cgroups@vger.kernel.org
3274 L: linux-mm@kvack.org
3275 S: Maintained
3276 F: mm/memcontrol.c
3277 F: mm/swap_cgroup.c
3278
3279 CORETEMP HARDWARE MONITORING DRIVER
3280 M: Fenghua Yu <fenghua.yu@intel.com>
3281 L: linux-hwmon@vger.kernel.org
3282 S: Maintained
3283 F: Documentation/hwmon/coretemp
3284 F: drivers/hwmon/coretemp.c
3285
3286 COSA/SRP SYNC SERIAL DRIVER
3287 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3288 W: http://www.fi.muni.cz/~kas/cosa/
3289 S: Maintained
3290 F: drivers/net/wan/cosa*
3291
3292 CPMAC ETHERNET DRIVER
3293 M: Florian Fainelli <f.fainelli@gmail.com>
3294 L: netdev@vger.kernel.org
3295 S: Maintained
3296 F: drivers/net/ethernet/ti/cpmac.c
3297
3298 CPU FREQUENCY DRIVERS
3299 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3300 M: Viresh Kumar <viresh.kumar@linaro.org>
3301 L: linux-pm@vger.kernel.org
3302 S: Maintained
3303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3304 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3305 F: drivers/cpufreq/
3306 F: include/linux/cpufreq.h
3307
3308 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3309 M: Viresh Kumar <viresh.kumar@linaro.org>
3310 M: Sudeep Holla <sudeep.holla@arm.com>
3311 L: linux-pm@vger.kernel.org
3312 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3313 S: Maintained
3314 F: drivers/cpufreq/arm_big_little.h
3315 F: drivers/cpufreq/arm_big_little.c
3316 F: drivers/cpufreq/arm_big_little_dt.c
3317
3318 CPUIDLE DRIVER - ARM BIG LITTLE
3319 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3320 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3321 L: linux-pm@vger.kernel.org
3322 L: linux-arm-kernel@lists.infradead.org
3323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3324 S: Maintained
3325 F: drivers/cpuidle/cpuidle-big_little.c
3326
3327 CPUIDLE DRIVER - ARM EXYNOS
3328 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3329 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3330 M: Kukjin Kim <kgene@kernel.org>
3331 L: linux-pm@vger.kernel.org
3332 L: linux-samsung-soc@vger.kernel.org
3333 S: Supported
3334 F: drivers/cpuidle/cpuidle-exynos.c
3335 F: arch/arm/mach-exynos/pm.c
3336
3337 CPUIDLE DRIVERS
3338 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3339 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3340 L: linux-pm@vger.kernel.org
3341 S: Maintained
3342 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3343 F: drivers/cpuidle/*
3344 F: include/linux/cpuidle.h
3345
3346 CPUID/MSR DRIVER
3347 M: "H. Peter Anvin" <hpa@zytor.com>
3348 S: Maintained
3349 F: arch/x86/kernel/cpuid.c
3350 F: arch/x86/kernel/msr.c
3351
3352 CPU POWER MONITORING SUBSYSTEM
3353 M: Thomas Renninger <trenn@suse.com>
3354 L: linux-pm@vger.kernel.org
3355 S: Maintained
3356 F: tools/power/cpupower/
3357
3358 CRAMFS FILESYSTEM
3359 W: http://sourceforge.net/projects/cramfs/
3360 S: Orphan / Obsolete
3361 F: Documentation/filesystems/cramfs.txt
3362 F: fs/cramfs/
3363
3364 CRIS PORT
3365 M: Mikael Starvik <starvik@axis.com>
3366 M: Jesper Nilsson <jesper.nilsson@axis.com>
3367 L: linux-cris-kernel@axis.com
3368 W: http://developer.axis.com
3369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3370 S: Maintained
3371 F: arch/cris/
3372 F: drivers/tty/serial/crisv10.*
3373
3374 CRYPTO API
3375 M: Herbert Xu <herbert@gondor.apana.org.au>
3376 M: "David S. Miller" <davem@davemloft.net>
3377 L: linux-crypto@vger.kernel.org
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3380 S: Maintained
3381 F: Documentation/crypto/
3382 F: Documentation/devicetree/bindings/crypto/
3383 F: Documentation/DocBook/crypto-API.tmpl
3384 F: arch/*/crypto/
3385 F: crypto/
3386 F: drivers/crypto/
3387 F: include/crypto/
3388
3389 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3390 M: Neil Horman <nhorman@tuxdriver.com>
3391 L: linux-crypto@vger.kernel.org
3392 S: Maintained
3393 F: crypto/ansi_cprng.c
3394 F: crypto/rng.c
3395
3396 CS3308 MEDIA DRIVER
3397 M: Hans Verkuil <hverkuil@xs4all.nl>
3398 L: linux-media@vger.kernel.org
3399 T: git git://linuxtv.org/media_tree.git
3400 W: http://linuxtv.org
3401 S: Odd Fixes
3402 F: drivers/media/i2c/cs3308.c
3403 F: drivers/media/i2c/cs3308.h
3404
3405 CS5535 Audio ALSA driver
3406 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3407 S: Maintained
3408 F: sound/pci/cs5535audio/
3409
3410 CW1200 WLAN driver
3411 M: Solomon Peachy <pizza@shaftnet.org>
3412 S: Maintained
3413 F: drivers/net/wireless/st/cw1200/
3414
3415 CX18 VIDEO4LINUX DRIVER
3416 M: Andy Walls <awalls@md.metrocast.net>
3417 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3418 L: linux-media@vger.kernel.org
3419 T: git git://linuxtv.org/media_tree.git
3420 W: https://linuxtv.org
3421 W: http://www.ivtvdriver.org/index.php/Cx18
3422 S: Maintained
3423 F: Documentation/video4linux/cx18.txt
3424 F: drivers/media/pci/cx18/
3425 F: include/uapi/linux/ivtv*
3426
3427 CX2341X MPEG ENCODER HELPER MODULE
3428 M: Hans Verkuil <hverkuil@xs4all.nl>
3429 L: linux-media@vger.kernel.org
3430 T: git git://linuxtv.org/media_tree.git
3431 W: https://linuxtv.org
3432 S: Maintained
3433 F: drivers/media/common/cx2341x*
3434 F: include/media/cx2341x*
3435
3436 CX24120 MEDIA DRIVER
3437 M: Jemma Denson <jdenson@gmail.com>
3438 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3439 L: linux-media@vger.kernel.org
3440 W: https://linuxtv.org
3441 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3442 S: Maintained
3443 F: drivers/media/dvb-frontends/cx24120*
3444
3445 CX88 VIDEO4LINUX DRIVER
3446 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3447 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3448 L: linux-media@vger.kernel.org
3449 W: https://linuxtv.org
3450 T: git git://linuxtv.org/media_tree.git
3451 S: Odd fixes
3452 F: Documentation/video4linux/cx88/
3453 F: drivers/media/pci/cx88/
3454
3455 CXD2820R MEDIA DRIVER
3456 M: Antti Palosaari <crope@iki.fi>
3457 L: linux-media@vger.kernel.org
3458 W: https://linuxtv.org
3459 W: http://palosaari.fi/linux/
3460 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3461 T: git git://linuxtv.org/anttip/media_tree.git
3462 S: Maintained
3463 F: drivers/media/dvb-frontends/cxd2820r*
3464
3465 CXGB3 ETHERNET DRIVER (CXGB3)
3466 M: Santosh Raspatur <santosh@chelsio.com>
3467 L: netdev@vger.kernel.org
3468 W: http://www.chelsio.com
3469 S: Supported
3470 F: drivers/net/ethernet/chelsio/cxgb3/
3471
3472 CXGB3 ISCSI DRIVER (CXGB3I)
3473 M: Karen Xie <kxie@chelsio.com>
3474 L: linux-scsi@vger.kernel.org
3475 W: http://www.chelsio.com
3476 S: Supported
3477 F: drivers/scsi/cxgbi/cxgb3i
3478
3479 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3480 M: Steve Wise <swise@chelsio.com>
3481 L: linux-rdma@vger.kernel.org
3482 W: http://www.openfabrics.org
3483 S: Supported
3484 F: drivers/infiniband/hw/cxgb3/
3485
3486 CXGB4 ETHERNET DRIVER (CXGB4)
3487 M: Hariprasad S <hariprasad@chelsio.com>
3488 L: netdev@vger.kernel.org
3489 W: http://www.chelsio.com
3490 S: Supported
3491 F: drivers/net/ethernet/chelsio/cxgb4/
3492
3493 CXGB4 ISCSI DRIVER (CXGB4I)
3494 M: Karen Xie <kxie@chelsio.com>
3495 L: linux-scsi@vger.kernel.org
3496 W: http://www.chelsio.com
3497 S: Supported
3498 F: drivers/scsi/cxgbi/cxgb4i
3499
3500 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3501 M: Steve Wise <swise@chelsio.com>
3502 L: linux-rdma@vger.kernel.org
3503 W: http://www.openfabrics.org
3504 S: Supported
3505 F: drivers/infiniband/hw/cxgb4/
3506
3507 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3508 M: Casey Leedom <leedom@chelsio.com>
3509 L: netdev@vger.kernel.org
3510 W: http://www.chelsio.com
3511 S: Supported
3512 F: drivers/net/ethernet/chelsio/cxgb4vf/
3513
3514 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3515 M: Ian Munsie <imunsie@au1.ibm.com>
3516 M: Michael Neuling <mikey@neuling.org>
3517 L: linuxppc-dev@lists.ozlabs.org
3518 S: Supported
3519 F: drivers/misc/cxl/
3520 F: include/misc/cxl*
3521 F: include/uapi/misc/cxl.h
3522 F: Documentation/powerpc/cxl.txt
3523 F: Documentation/powerpc/cxl.txt
3524 F: Documentation/ABI/testing/sysfs-class-cxl
3525
3526 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3527 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3528 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3529 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3530 L: linux-scsi@vger.kernel.org
3531 S: Supported
3532 F: drivers/scsi/cxlflash/
3533 F: include/uapi/scsi/cxlflash_ioctls.h
3534 F: Documentation/powerpc/cxlflash.txt
3535
3536 STMMAC ETHERNET DRIVER
3537 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3538 M: Alexandre Torgue <alexandre.torgue@st.com>
3539 L: netdev@vger.kernel.org
3540 W: http://www.stlinux.com
3541 S: Supported
3542 F: drivers/net/ethernet/stmicro/stmmac/
3543
3544 CYBERPRO FB DRIVER
3545 M: Russell King <linux@armlinux.org.uk>
3546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3547 W: http://www.armlinux.org.uk/
3548 S: Maintained
3549 F: drivers/video/fbdev/cyber2000fb.*
3550
3551 CYCLADES ASYNC MUX DRIVER
3552 W: http://www.cyclades.com/
3553 S: Orphan
3554 F: drivers/tty/cyclades.c
3555 F: include/linux/cyclades.h
3556 F: include/uapi/linux/cyclades.h
3557
3558 CYCLADES PC300 DRIVER
3559 W: http://www.cyclades.com/
3560 S: Orphan
3561 F: drivers/net/wan/pc300*
3562
3563 CYPRESS_FIRMWARE MEDIA DRIVER
3564 M: Antti Palosaari <crope@iki.fi>
3565 L: linux-media@vger.kernel.org
3566 W: https://linuxtv.org
3567 W: http://palosaari.fi/linux/
3568 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3569 T: git git://linuxtv.org/anttip/media_tree.git
3570 S: Maintained
3571 F: drivers/media/common/cypress_firmware*
3572
3573 CYTTSP TOUCHSCREEN DRIVER
3574 M: Ferruh Yigit <fery@cypress.com>
3575 L: linux-input@vger.kernel.org
3576 S: Supported
3577 F: drivers/input/touchscreen/cyttsp*
3578 F: include/linux/input/cyttsp.h
3579
3580 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3581 M: Joshua Kinard <kumba@gentoo.org>
3582 S: Maintained
3583 F: drivers/rtc/rtc-ds1685.c
3584 F: include/linux/rtc/ds1685.h
3585
3586 DAMA SLAVE for AX.25
3587 M: Joerg Reuter <jreuter@yaina.de>
3588 W: http://yaina.de/jreuter/
3589 W: http://www.qsl.net/dl1bke/
3590 L: linux-hams@vger.kernel.org
3591 S: Maintained
3592 F: net/ax25/af_ax25.c
3593 F: net/ax25/ax25_dev.c
3594 F: net/ax25/ax25_ds_*
3595 F: net/ax25/ax25_in.c
3596 F: net/ax25/ax25_out.c
3597 F: net/ax25/ax25_timer.c
3598 F: net/ax25/sysctl_net_ax25.c
3599
3600 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3601 L: netdev@vger.kernel.org
3602 S: Orphan
3603 F: Documentation/networking/dmfe.txt
3604 F: drivers/net/ethernet/dec/tulip/dmfe.c
3605
3606 DC390/AM53C974 SCSI driver
3607 M: Hannes Reinecke <hare@suse.com>
3608 L: linux-scsi@vger.kernel.org
3609 S: Maintained
3610 F: drivers/scsi/am53c974.c
3611
3612 DC395x SCSI driver
3613 M: Oliver Neukum <oliver@neukum.org>
3614 M: Ali Akcaagac <aliakc@web.de>
3615 M: Jamie Lenehan <lenehan@twibble.org>
3616 L: dc395x@twibble.org
3617 W: http://twibble.org/dist/dc395x/
3618 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3619 S: Maintained
3620 F: Documentation/scsi/dc395x.txt
3621 F: drivers/scsi/dc395x.*
3622
3623 DCCP PROTOCOL
3624 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3625 L: dccp@vger.kernel.org
3626 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3627 S: Maintained
3628 F: include/linux/dccp.h
3629 F: include/uapi/linux/dccp.h
3630 F: include/linux/tfrc.h
3631 F: net/dccp/
3632
3633 DECnet NETWORK LAYER
3634 W: http://linux-decnet.sourceforge.net
3635 L: linux-decnet-user@lists.sourceforge.net
3636 S: Orphan
3637 F: Documentation/networking/decnet.txt
3638 F: net/decnet/
3639
3640 DECSTATION PLATFORM SUPPORT
3641 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3642 L: linux-mips@linux-mips.org
3643 W: http://www.linux-mips.org/wiki/DECstation
3644 S: Maintained
3645 F: arch/mips/dec/
3646 F: arch/mips/include/asm/dec/
3647 F: arch/mips/include/asm/mach-dec/
3648
3649 DEFXX FDDI NETWORK DRIVER
3650 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3651 S: Maintained
3652 F: drivers/net/fddi/defxx.*
3653
3654 DELL LAPTOP DRIVER
3655 M: Matthew Garrett <mjg59@srcf.ucam.org>
3656 M: Pali Rohár <pali.rohar@gmail.com>
3657 L: platform-driver-x86@vger.kernel.org
3658 S: Maintained
3659 F: drivers/platform/x86/dell-laptop.c
3660
3661 DELL LAPTOP RBTN DRIVER
3662 M: Pali Rohár <pali.rohar@gmail.com>
3663 S: Maintained
3664 F: drivers/platform/x86/dell-rbtn.*
3665
3666 DELL LAPTOP FREEFALL DRIVER
3667 M: Pali Rohár <pali.rohar@gmail.com>
3668 S: Maintained
3669 F: drivers/platform/x86/dell-smo8800.c
3670
3671 DELL LAPTOP SMM DRIVER
3672 M: Pali Rohár <pali.rohar@gmail.com>
3673 S: Maintained
3674 F: drivers/hwmon/dell-smm-hwmon.c
3675 F: include/uapi/linux/i8k.h
3676
3677 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3678 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3679 S: Maintained
3680 F: Documentation/dcdbas.txt
3681 F: drivers/firmware/dcdbas.*
3682
3683 DELL WMI EXTRAS DRIVER
3684 M: Matthew Garrett <mjg59@srcf.ucam.org>
3685 M: Pali Rohár <pali.rohar@gmail.com>
3686 S: Maintained
3687 F: drivers/platform/x86/dell-wmi.c
3688
3689 DESIGNWARE USB2 DRD IP DRIVER
3690 M: John Youn <johnyoun@synopsys.com>
3691 L: linux-usb@vger.kernel.org
3692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3693 S: Maintained
3694 F: drivers/usb/dwc2/
3695
3696 DESIGNWARE USB3 DRD IP DRIVER
3697 M: Felipe Balbi <balbi@kernel.org>
3698 L: linux-usb@vger.kernel.org
3699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3700 S: Maintained
3701 F: drivers/usb/dwc3/
3702
3703 DEVICE COREDUMP (DEV_COREDUMP)
3704 M: Johannes Berg <johannes@sipsolutions.net>
3705 L: linux-kernel@vger.kernel.org
3706 S: Maintained
3707 F: drivers/base/devcoredump.c
3708 F: include/linux/devcoredump.h
3709
3710 DEVICE FREQUENCY (DEVFREQ)
3711 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3712 M: Kyungmin Park <kyungmin.park@samsung.com>
3713 L: linux-pm@vger.kernel.org
3714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3715 S: Maintained
3716 F: drivers/devfreq/
3717 F: include/linux/devfreq.h
3718 F: Documentation/devicetree/bindings/devfreq/
3719
3720 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3721 M: Chanwoo Choi <cw00.choi@samsung.com>
3722 L: linux-pm@vger.kernel.org
3723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3724 S: Supported
3725 F: drivers/devfreq/event/
3726 F: drivers/devfreq/devfreq-event.c
3727 F: include/linux/devfreq-event.h
3728 F: Documentation/devicetree/bindings/devfreq/event/
3729
3730 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3731 M: Chanwoo Choi <cw00.choi@samsung.com>
3732 L: linux-pm@vger.kernel.org
3733 L: linux-samsung-soc@vger.kernel.org
3734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3735 S: Maintained
3736 F: drivers/devfreq/exynos-bus.c
3737 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3738
3739 DEVICE NUMBER REGISTRY
3740 M: Torben Mathiasen <device@lanana.org>
3741 W: http://lanana.org/docs/device-list/index.html
3742 S: Maintained
3743
3744 DEVICE-MAPPER (LVM)
3745 M: Alasdair Kergon <agk@redhat.com>
3746 M: Mike Snitzer <snitzer@redhat.com>
3747 M: dm-devel@redhat.com
3748 L: dm-devel@redhat.com
3749 W: http://sources.redhat.com/dm
3750 Q: http://patchwork.kernel.org/project/dm-devel/list/
3751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3752 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3753 S: Maintained
3754 F: Documentation/device-mapper/
3755 F: drivers/md/dm*
3756 F: drivers/md/persistent-data/
3757 F: include/linux/device-mapper.h
3758 F: include/linux/dm-*.h
3759 F: include/uapi/linux/dm-*.h
3760
3761 DEVLINK
3762 M: Jiri Pirko <jiri@mellanox.com>
3763 L: netdev@vger.kernel.org
3764 S: Supported
3765 F: net/core/devlink.c
3766 F: include/net/devlink.h
3767 F: include/uapi/linux/devlink.h
3768
3769 DIALOG SEMICONDUCTOR DRIVERS
3770 M: Support Opensource <support.opensource@diasemi.com>
3771 W: http://www.dialog-semiconductor.com/products
3772 S: Supported
3773 F: Documentation/hwmon/da90??
3774 F: Documentation/devicetree/bindings/mfd/da90*.txt
3775 F: Documentation/devicetree/bindings/regulator/da92*.txt
3776 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3777 F: drivers/gpio/gpio-da90??.c
3778 F: drivers/hwmon/da90??-hwmon.c
3779 F: drivers/iio/adc/da91??-*.c
3780 F: drivers/input/misc/da90??_onkey.c
3781 F: drivers/input/touchscreen/da9052_tsi.c
3782 F: drivers/leds/leds-da90??.c
3783 F: drivers/mfd/da903x.c
3784 F: drivers/mfd/da90??-*.c
3785 F: drivers/mfd/da91??-*.c
3786 F: drivers/power/supply/da9052-battery.c
3787 F: drivers/power/supply/da91??-*.c
3788 F: drivers/regulator/da903x.c
3789 F: drivers/regulator/da9???-regulator.[ch]
3790 F: drivers/rtc/rtc-da90??.c
3791 F: drivers/video/backlight/da90??_bl.c
3792 F: drivers/watchdog/da90??_wdt.c
3793 F: include/linux/mfd/da903x.h
3794 F: include/linux/mfd/da9052/
3795 F: include/linux/mfd/da9055/
3796 F: include/linux/mfd/da9062/
3797 F: include/linux/mfd/da9063/
3798 F: include/linux/mfd/da9150/
3799 F: include/linux/regulator/da9211.h
3800 F: include/sound/da[79]*.h
3801 F: sound/soc/codecs/da[79]*.[ch]
3802
3803 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3804 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3805 L: linux-gpio@vger.kernel.org
3806 S: Maintained
3807 F: drivers/gpio/gpio-gpio-mm.c
3808
3809 DIGI NEO AND CLASSIC PCI PRODUCTS
3810 M: Lidza Louina <lidza.louina@gmail.com>
3811 M: Mark Hounschell <markh@compro.net>
3812 L: driverdev-devel@linuxdriverproject.org
3813 S: Maintained
3814 F: drivers/staging/dgnc/
3815
3816 DIOLAN U2C-12 I2C DRIVER
3817 M: Guenter Roeck <linux@roeck-us.net>
3818 L: linux-i2c@vger.kernel.org
3819 S: Maintained
3820 F: drivers/i2c/busses/i2c-diolan-u2c.c
3821
3822 DIRECT ACCESS (DAX)
3823 M: Matthew Wilcox <willy@linux.intel.com>
3824 L: linux-fsdevel@vger.kernel.org
3825 S: Supported
3826 F: fs/dax.c
3827
3828 DIRECTORY NOTIFICATION (DNOTIFY)
3829 M: Eric Paris <eparis@parisplace.org>
3830 S: Maintained
3831 F: Documentation/filesystems/dnotify.txt
3832 F: fs/notify/dnotify/
3833 F: include/linux/dnotify.h
3834
3835 DISK GEOMETRY AND PARTITION HANDLING
3836 M: Andries Brouwer <aeb@cwi.nl>
3837 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3838 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3839 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3840 S: Maintained
3841
3842 DISKQUOTA
3843 M: Jan Kara <jack@suse.com>
3844 S: Maintained
3845 F: Documentation/filesystems/quota.txt
3846 F: fs/quota/
3847 F: include/linux/quota*.h
3848 F: include/uapi/linux/quota*.h
3849
3850 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3851 M: Bernie Thompson <bernie@plugable.com>
3852 L: linux-fbdev@vger.kernel.org
3853 S: Maintained
3854 W: http://plugable.com/category/projects/udlfb/
3855 F: drivers/video/fbdev/udlfb.c
3856 F: include/video/udlfb.h
3857 F: Documentation/fb/udlfb.txt
3858
3859 DISTRIBUTED LOCK MANAGER (DLM)
3860 M: Christine Caulfield <ccaulfie@redhat.com>
3861 M: David Teigland <teigland@redhat.com>
3862 L: cluster-devel@redhat.com
3863 W: http://sources.redhat.com/cluster/
3864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3865 S: Supported
3866 F: fs/dlm/
3867
3868 DMA BUFFER SHARING FRAMEWORK
3869 M: Sumit Semwal <sumit.semwal@linaro.org>
3870 S: Maintained
3871 L: linux-media@vger.kernel.org
3872 L: dri-devel@lists.freedesktop.org
3873 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3874 F: drivers/dma-buf/
3875 F: include/linux/dma-buf*
3876 F: include/linux/reservation.h
3877 F: include/linux/*fence.h
3878 F: Documentation/dma-buf-sharing.txt
3879 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3880
3881 SYNC FILE FRAMEWORK
3882 M: Sumit Semwal <sumit.semwal@linaro.org>
3883 R: Gustavo Padovan <gustavo@padovan.org>
3884 S: Maintained
3885 L: linux-media@vger.kernel.org
3886 L: dri-devel@lists.freedesktop.org
3887 F: drivers/dma-buf/sync_file.c
3888 F: include/linux/sync_file.h
3889 F: Documentation/sync_file.txt
3890 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3891
3892 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3893 M: Vinod Koul <vinod.koul@intel.com>
3894 L: dmaengine@vger.kernel.org
3895 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3896 S: Maintained
3897 F: drivers/dma/
3898 F: include/linux/dmaengine.h
3899 F: Documentation/devicetree/bindings/dma/
3900 F: Documentation/dmaengine/
3901 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3902
3903 DME1737 HARDWARE MONITOR DRIVER
3904 M: Juerg Haefliger <juergh@gmail.com>
3905 L: linux-hwmon@vger.kernel.org
3906 S: Maintained
3907 F: Documentation/hwmon/dme1737
3908 F: drivers/hwmon/dme1737.c
3909
3910 DMI/SMBIOS SUPPORT
3911 M: Jean Delvare <jdelvare@suse.com>
3912 S: Maintained
3913 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3914 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3915 F: drivers/firmware/dmi-id.c
3916 F: drivers/firmware/dmi_scan.c
3917 F: include/linux/dmi.h
3918
3919 DOCUMENTATION
3920 M: Jonathan Corbet <corbet@lwn.net>
3921 L: linux-doc@vger.kernel.org
3922 S: Maintained
3923 F: Documentation/
3924 F: scripts/docproc.c
3925 F: scripts/kernel-doc*
3926 X: Documentation/ABI/
3927 X: Documentation/devicetree/
3928 X: Documentation/acpi
3929 X: Documentation/power
3930 X: Documentation/spi
3931 X: Documentation/DocBook/media
3932 T: git git://git.lwn.net/linux.git docs-next
3933
3934 DOUBLETALK DRIVER
3935 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3936 L: blinux-list@redhat.com
3937 S: Maintained
3938 F: drivers/char/dtlk.c
3939 F: include/linux/dtlk.h
3940
3941 DPT_I2O SCSI RAID DRIVER
3942 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3943 L: linux-scsi@vger.kernel.org
3944 W: http://www.adaptec.com/
3945 S: Maintained
3946 F: drivers/scsi/dpt*
3947 F: drivers/scsi/dpt/
3948
3949 DRBD DRIVER
3950 M: Philipp Reisner <philipp.reisner@linbit.com>
3951 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3952 L: drbd-dev@lists.linbit.com
3953 W: http://www.drbd.org
3954 T: git git://git.linbit.com/linux-drbd.git
3955 T: git git://git.linbit.com/drbd-8.4.git
3956 S: Supported
3957 F: drivers/block/drbd/
3958 F: lib/lru_cache.c
3959 F: Documentation/blockdev/drbd/
3960
3961 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3962 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3964 S: Supported
3965 F: Documentation/kobject.txt
3966 F: drivers/base/
3967 F: fs/debugfs/
3968 F: fs/kernfs/
3969 F: fs/sysfs/
3970 F: include/linux/debugfs.h
3971 F: include/linux/kobj*
3972 F: lib/kobj*
3973
3974 DRM DRIVERS
3975 M: David Airlie <airlied@linux.ie>
3976 L: dri-devel@lists.freedesktop.org
3977 T: git git://people.freedesktop.org/~airlied/linux
3978 S: Maintained
3979 F: drivers/gpu/drm/
3980 F: drivers/gpu/vga/
3981 F: Documentation/devicetree/bindings/display/
3982 F: Documentation/devicetree/bindings/gpu/
3983 F: Documentation/devicetree/bindings/video/
3984 F: Documentation/gpu/
3985 F: include/drm/
3986 F: include/uapi/drm/
3987
3988 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3989 M: Dave Airlie <airlied@redhat.com>
3990 S: Odd Fixes
3991 F: drivers/gpu/drm/ast/
3992
3993 DRM DRIVER FOR BOCHS VIRTUAL GPU
3994 M: Gerd Hoffmann <kraxel@redhat.com>
3995 S: Odd Fixes
3996 F: drivers/gpu/drm/bochs/
3997
3998 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3999 M: Dave Airlie <airlied@redhat.com>
4000 S: Odd Fixes
4001 F: drivers/gpu/drm/cirrus/
4002
4003 RADEON and AMDGPU DRM DRIVERS
4004 M: Alex Deucher <alexander.deucher@amd.com>
4005 M: Christian König <christian.koenig@amd.com>
4006 L: dri-devel@lists.freedesktop.org
4007 T: git git://people.freedesktop.org/~agd5f/linux
4008 S: Supported
4009 F: drivers/gpu/drm/radeon/
4010 F: include/uapi/drm/radeon_drm.h
4011 F: drivers/gpu/drm/amd/
4012 F: include/uapi/drm/amdgpu_drm.h
4013
4014 DRM PANEL DRIVERS
4015 M: Thierry Reding <thierry.reding@gmail.com>
4016 L: dri-devel@lists.freedesktop.org
4017 T: git git://anongit.freedesktop.org/tegra/linux.git
4018 S: Maintained
4019 F: drivers/gpu/drm/drm_panel.c
4020 F: drivers/gpu/drm/panel/
4021 F: include/drm/drm_panel.h
4022 F: Documentation/devicetree/bindings/display/panel/
4023
4024 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4025 M: Daniel Vetter <daniel.vetter@intel.com>
4026 M: Jani Nikula <jani.nikula@linux.intel.com>
4027 L: intel-gfx@lists.freedesktop.org
4028 L: dri-devel@lists.freedesktop.org
4029 W: https://01.org/linuxgraphics/
4030 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4031 T: git git://anongit.freedesktop.org/drm-intel
4032 S: Supported
4033 F: drivers/gpu/drm/i915/
4034 F: include/drm/i915*
4035 F: include/uapi/drm/i915_drm.h
4036 F: Documentation/gpu/i915.rst
4037
4038 DRM DRIVERS FOR ATMEL HLCDC
4039 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4040 L: dri-devel@lists.freedesktop.org
4041 S: Supported
4042 F: drivers/gpu/drm/atmel-hlcdc/
4043 F: Documentation/devicetree/bindings/drm/atmel/
4044
4045 DRM DRIVERS FOR ALLWINNER A10
4046 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4047 L: dri-devel@lists.freedesktop.org
4048 S: Supported
4049 F: drivers/gpu/drm/sun4i/
4050 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4051
4052 DRM DRIVERS FOR EXYNOS
4053 M: Inki Dae <inki.dae@samsung.com>
4054 M: Joonyoung Shim <jy0922.shim@samsung.com>
4055 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4056 M: Kyungmin Park <kyungmin.park@samsung.com>
4057 L: dri-devel@lists.freedesktop.org
4058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4059 S: Supported
4060 F: drivers/gpu/drm/exynos/
4061 F: include/uapi/drm/exynos_drm.h
4062 F: Documentation/devicetree/bindings/display/exynos/
4063
4064 DRM DRIVERS FOR FREESCALE DCU
4065 M: Stefan Agner <stefan@agner.ch>
4066 M: Alison Wang <alison.wang@freescale.com>
4067 L: dri-devel@lists.freedesktop.org
4068 S: Supported
4069 F: drivers/gpu/drm/fsl-dcu/
4070 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4071 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4072 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4073
4074 DRM DRIVERS FOR FREESCALE IMX
4075 M: Philipp Zabel <p.zabel@pengutronix.de>
4076 L: dri-devel@lists.freedesktop.org
4077 S: Maintained
4078 F: drivers/gpu/drm/imx/
4079 F: drivers/gpu/ipu-v3/
4080 F: Documentation/devicetree/bindings/display/imx/
4081
4082 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4083 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4084 L: dri-devel@lists.freedesktop.org
4085 T: git git://github.com/patjak/drm-gma500
4086 S: Maintained
4087 F: drivers/gpu/drm/gma500/
4088
4089 DRM DRIVERS FOR HISILICON
4090 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4091 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4092 R: Chen Feng <puck.chen@hisilicon.com>
4093 L: dri-devel@lists.freedesktop.org
4094 T: git git://github.com/xin3liang/linux.git
4095 S: Maintained
4096 F: drivers/gpu/drm/hisilicon/
4097 F: Documentation/devicetree/bindings/display/hisilicon/
4098
4099 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4100 S: Orphan / Obsolete
4101 F: drivers/gpu/drm/i810/
4102 F: include/uapi/drm/i810_drm.h
4103
4104 DRM DRIVERS FOR MEDIATEK
4105 M: CK Hu <ck.hu@mediatek.com>
4106 M: Philipp Zabel <p.zabel@pengutronix.de>
4107 L: dri-devel@lists.freedesktop.org
4108 S: Supported
4109 F: drivers/gpu/drm/mediatek/
4110 F: Documentation/devicetree/bindings/display/mediatek/
4111
4112 DRM DRIVER FOR MSM ADRENO GPU
4113 M: Rob Clark <robdclark@gmail.com>
4114 L: linux-arm-msm@vger.kernel.org
4115 L: dri-devel@lists.freedesktop.org
4116 L: freedreno@lists.freedesktop.org
4117 T: git git://people.freedesktop.org/~robclark/linux
4118 S: Maintained
4119 F: drivers/gpu/drm/msm/
4120 F: include/uapi/drm/msm_drm.h
4121 F: Documentation/devicetree/bindings/display/msm/
4122
4123 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4124 M: Ben Skeggs <bskeggs@redhat.com>
4125 L: dri-devel@lists.freedesktop.org
4126 L: nouveau@lists.freedesktop.org
4127 T: git git://github.com/skeggsb/linux
4128 S: Supported
4129 F: drivers/gpu/drm/nouveau/
4130 F: include/uapi/drm/nouveau_drm.h
4131
4132 DRM DRIVERS FOR NVIDIA TEGRA
4133 M: Thierry Reding <thierry.reding@gmail.com>
4134 L: dri-devel@lists.freedesktop.org
4135 L: linux-tegra@vger.kernel.org
4136 T: git git://anongit.freedesktop.org/tegra/linux.git
4137 S: Supported
4138 F: drivers/gpu/drm/tegra/
4139 F: drivers/gpu/host1x/
4140 F: include/linux/host1x.h
4141 F: include/uapi/drm/tegra_drm.h
4142 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4143
4144 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4145 S: Orphan / Obsolete
4146 F: drivers/gpu/drm/mga/
4147 F: include/uapi/drm/mga_drm.h
4148
4149 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4150 M: Dave Airlie <airlied@redhat.com>
4151 S: Odd Fixes
4152 F: drivers/gpu/drm/mgag200/
4153
4154 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4155 S: Orphan / Obsolete
4156 F: drivers/gpu/drm/r128/
4157 F: include/uapi/drm/r128_drm.h
4158
4159 DRM DRIVERS FOR RENESAS
4160 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4161 L: dri-devel@lists.freedesktop.org
4162 L: linux-renesas-soc@vger.kernel.org
4163 T: git git://linuxtv.org/pinchartl/fbdev
4164 S: Supported
4165 F: drivers/gpu/drm/rcar-du/
4166 F: drivers/gpu/drm/shmobile/
4167 F: include/linux/platform_data/shmob_drm.h
4168 F: Documentation/devicetree/bindings/display/renesas,du.txt
4169
4170 DRM DRIVER FOR QXL VIRTUAL GPU
4171 M: Dave Airlie <airlied@redhat.com>
4172 S: Odd Fixes
4173 F: drivers/gpu/drm/qxl/
4174 F: include/uapi/drm/qxl_drm.h
4175
4176 DRM DRIVERS FOR ROCKCHIP
4177 M: Mark Yao <mark.yao@rock-chips.com>
4178 L: dri-devel@lists.freedesktop.org
4179 S: Maintained
4180 F: drivers/gpu/drm/rockchip/
4181 F: Documentation/devicetree/bindings/display/rockchip/
4182
4183 DRM DRIVER FOR SAVAGE VIDEO CARDS
4184 S: Orphan / Obsolete
4185 F: drivers/gpu/drm/savage/
4186 F: include/uapi/drm/savage_drm.h
4187
4188 DRM DRIVER FOR SIS VIDEO CARDS
4189 S: Orphan / Obsolete
4190 F: drivers/gpu/drm/sis/
4191 F: include/uapi/drm/sis_drm.h
4192
4193 DRM DRIVERS FOR STI
4194 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4195 M: Vincent Abriou <vincent.abriou@st.com>
4196 L: dri-devel@lists.freedesktop.org
4197 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4198 S: Maintained
4199 F: drivers/gpu/drm/sti
4200 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4201
4202 DRM DRIVER FOR TDFX VIDEO CARDS
4203 S: Orphan / Obsolete
4204 F: drivers/gpu/drm/tdfx/
4205
4206 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4207 M: Dave Airlie <airlied@redhat.com>
4208 S: Odd Fixes
4209 F: drivers/gpu/drm/udl/
4210
4211 DRM DRIVERS FOR VIVANTE GPU IP
4212 M: Lucas Stach <l.stach@pengutronix.de>
4213 R: Russell King <linux+etnaviv@armlinux.org.uk>
4214 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4215 L: dri-devel@lists.freedesktop.org
4216 S: Maintained
4217 F: drivers/gpu/drm/etnaviv/
4218 F: include/uapi/drm/etnaviv_drm.h
4219 F: Documentation/devicetree/bindings/display/etnaviv/
4220
4221 DRM DRIVER FOR VMWARE VIRTUAL GPU
4222 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4223 M: Sinclair Yeh <syeh@vmware.com>
4224 M: Thomas Hellstrom <thellstrom@vmware.com>
4225 L: dri-devel@lists.freedesktop.org
4226 T: git git://people.freedesktop.org/~syeh/repos_linux
4227 T: git git://people.freedesktop.org/~thomash/linux
4228 S: Supported
4229 F: drivers/gpu/drm/vmwgfx/
4230 F: include/uapi/drm/vmwgfx_drm.h
4231
4232 DRM DRIVERS FOR VC4
4233 M: Eric Anholt <eric@anholt.net>
4234 T: git git://github.com/anholt/linux
4235 S: Supported
4236 F: drivers/gpu/drm/vc4/
4237 F: include/uapi/drm/vc4_drm.h
4238 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4239
4240 DRM DRIVERS FOR TI OMAP
4241 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4242 L: dri-devel@lists.freedesktop.org
4243 S: Maintained
4244 F: drivers/gpu/drm/omapdrm/
4245 F: Documentation/devicetree/bindings/display/ti/
4246
4247 DRM DRIVERS FOR TI LCDC
4248 M: Jyri Sarha <jsarha@ti.com>
4249 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4250 L: dri-devel@lists.freedesktop.org
4251 S: Maintained
4252 F: drivers/gpu/drm/tilcdc/
4253 F: Documentation/devicetree/bindings/display/tilcdc/
4254
4255 DSBR100 USB FM RADIO DRIVER
4256 M: Alexey Klimov <klimov.linux@gmail.com>
4257 L: linux-media@vger.kernel.org
4258 T: git git://linuxtv.org/media_tree.git
4259 S: Maintained
4260 F: drivers/media/radio/dsbr100.c
4261
4262 DSCC4 DRIVER
4263 M: Francois Romieu <romieu@fr.zoreil.com>
4264 L: netdev@vger.kernel.org
4265 S: Maintained
4266 F: drivers/net/wan/dscc4.c
4267
4268 DT3155 MEDIA DRIVER
4269 M: Hans Verkuil <hverkuil@xs4all.nl>
4270 L: linux-media@vger.kernel.org
4271 T: git git://linuxtv.org/media_tree.git
4272 W: https://linuxtv.org
4273 S: Odd Fixes
4274 F: drivers/media/pci/dt3155/
4275
4276 DVB_USB_AF9015 MEDIA DRIVER
4277 M: Antti Palosaari <crope@iki.fi>
4278 L: linux-media@vger.kernel.org
4279 W: https://linuxtv.org
4280 W: http://palosaari.fi/linux/
4281 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4282 T: git git://linuxtv.org/anttip/media_tree.git
4283 S: Maintained
4284 F: drivers/media/usb/dvb-usb-v2/af9015*
4285
4286 DVB_USB_AF9035 MEDIA DRIVER
4287 M: Antti Palosaari <crope@iki.fi>
4288 L: linux-media@vger.kernel.org
4289 W: https://linuxtv.org
4290 W: http://palosaari.fi/linux/
4291 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4292 T: git git://linuxtv.org/anttip/media_tree.git
4293 S: Maintained
4294 F: drivers/media/usb/dvb-usb-v2/af9035*
4295
4296 DVB_USB_ANYSEE MEDIA DRIVER
4297 M: Antti Palosaari <crope@iki.fi>
4298 L: linux-media@vger.kernel.org
4299 W: https://linuxtv.org
4300 W: http://palosaari.fi/linux/
4301 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4302 T: git git://linuxtv.org/anttip/media_tree.git
4303 S: Maintained
4304 F: drivers/media/usb/dvb-usb-v2/anysee*
4305
4306 DVB_USB_AU6610 MEDIA DRIVER
4307 M: Antti Palosaari <crope@iki.fi>
4308 L: linux-media@vger.kernel.org
4309 W: https://linuxtv.org
4310 W: http://palosaari.fi/linux/
4311 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4312 T: git git://linuxtv.org/anttip/media_tree.git
4313 S: Maintained
4314 F: drivers/media/usb/dvb-usb-v2/au6610*
4315
4316 DVB_USB_CE6230 MEDIA DRIVER
4317 M: Antti Palosaari <crope@iki.fi>
4318 L: linux-media@vger.kernel.org
4319 W: https://linuxtv.org
4320 W: http://palosaari.fi/linux/
4321 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4322 T: git git://linuxtv.org/anttip/media_tree.git
4323 S: Maintained
4324 F: drivers/media/usb/dvb-usb-v2/ce6230*
4325
4326 DVB_USB_CXUSB MEDIA DRIVER
4327 M: Michael Krufky <mkrufky@linuxtv.org>
4328 L: linux-media@vger.kernel.org
4329 W: https://linuxtv.org
4330 W: http://github.com/mkrufky
4331 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4332 T: git git://linuxtv.org/media_tree.git
4333 S: Maintained
4334 F: drivers/media/usb/dvb-usb/cxusb*
4335
4336 DVB_USB_EC168 MEDIA DRIVER
4337 M: Antti Palosaari <crope@iki.fi>
4338 L: linux-media@vger.kernel.org
4339 W: https://linuxtv.org
4340 W: http://palosaari.fi/linux/
4341 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4342 T: git git://linuxtv.org/anttip/media_tree.git
4343 S: Maintained
4344 F: drivers/media/usb/dvb-usb-v2/ec168*
4345
4346 DVB_USB_GL861 MEDIA DRIVER
4347 M: Antti Palosaari <crope@iki.fi>
4348 L: linux-media@vger.kernel.org
4349 W: https://linuxtv.org
4350 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4351 T: git git://linuxtv.org/anttip/media_tree.git
4352 S: Maintained
4353 F: drivers/media/usb/dvb-usb-v2/gl861*
4354
4355 DVB_USB_MXL111SF MEDIA DRIVER
4356 M: Michael Krufky <mkrufky@linuxtv.org>
4357 L: linux-media@vger.kernel.org
4358 W: https://linuxtv.org
4359 W: http://github.com/mkrufky
4360 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4361 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4362 S: Maintained
4363 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4364
4365 DVB_USB_RTL28XXU MEDIA DRIVER
4366 M: Antti Palosaari <crope@iki.fi>
4367 L: linux-media@vger.kernel.org
4368 W: https://linuxtv.org
4369 W: http://palosaari.fi/linux/
4370 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4371 T: git git://linuxtv.org/anttip/media_tree.git
4372 S: Maintained
4373 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4374
4375 DVB_USB_V2 MEDIA DRIVER
4376 M: Antti Palosaari <crope@iki.fi>
4377 L: linux-media@vger.kernel.org
4378 W: https://linuxtv.org
4379 W: http://palosaari.fi/linux/
4380 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4381 T: git git://linuxtv.org/anttip/media_tree.git
4382 S: Maintained
4383 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4384 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4385
4386 DYNAMIC DEBUG
4387 M: Jason Baron <jbaron@akamai.com>
4388 S: Maintained
4389 F: lib/dynamic_debug.c
4390 F: include/linux/dynamic_debug.h
4391
4392 DZ DECSTATION DZ11 SERIAL DRIVER
4393 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4394 S: Maintained
4395 F: drivers/tty/serial/dz.*
4396
4397 E3X0 POWER BUTTON DRIVER
4398 M: Moritz Fischer <moritz.fischer@ettus.com>
4399 L: usrp-users@lists.ettus.com
4400 W: http://www.ettus.com
4401 S: Supported
4402 F: drivers/input/misc/e3x0-button.c
4403 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4404
4405 E4000 MEDIA DRIVER
4406 M: Antti Palosaari <crope@iki.fi>
4407 L: linux-media@vger.kernel.org
4408 W: https://linuxtv.org
4409 W: http://palosaari.fi/linux/
4410 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4411 T: git git://linuxtv.org/anttip/media_tree.git
4412 S: Maintained
4413 F: drivers/media/tuners/e4000*
4414
4415 EATA ISA/EISA/PCI SCSI DRIVER
4416 M: Dario Ballabio <ballabio_dario@emc.com>
4417 L: linux-scsi@vger.kernel.org
4418 S: Maintained
4419 F: drivers/scsi/eata.c
4420
4421 EC100 MEDIA DRIVER
4422 M: Antti Palosaari <crope@iki.fi>
4423 L: linux-media@vger.kernel.org
4424 W: https://linuxtv.org
4425 W: http://palosaari.fi/linux/
4426 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4427 T: git git://linuxtv.org/anttip/media_tree.git
4428 S: Maintained
4429 F: drivers/media/dvb-frontends/ec100*
4430
4431 ECRYPT FILE SYSTEM
4432 M: Tyler Hicks <tyhicks@canonical.com>
4433 L: ecryptfs@vger.kernel.org
4434 W: http://ecryptfs.org
4435 W: https://launchpad.net/ecryptfs
4436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4437 S: Supported
4438 F: Documentation/filesystems/ecryptfs.txt
4439 F: fs/ecryptfs/
4440
4441 EDAC-CORE
4442 M: Borislav Petkov <bp@alien8.de>
4443 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4444 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4445 L: linux-edac@vger.kernel.org
4446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4448 S: Supported
4449 F: Documentation/edac.txt
4450 F: drivers/edac/
4451 F: include/linux/edac.h
4452
4453 EDAC-AMD64
4454 M: Borislav Petkov <bp@alien8.de>
4455 L: linux-edac@vger.kernel.org
4456 S: Maintained
4457 F: drivers/edac/amd64_edac*
4458
4459 EDAC-CALXEDA
4460 M: Robert Richter <rric@kernel.org>
4461 L: linux-edac@vger.kernel.org
4462 S: Maintained
4463 F: drivers/edac/highbank*
4464
4465 EDAC-CAVIUM
4466 M: Ralf Baechle <ralf@linux-mips.org>
4467 M: David Daney <david.daney@cavium.com>
4468 L: linux-edac@vger.kernel.org
4469 L: linux-mips@linux-mips.org
4470 S: Supported
4471 F: drivers/edac/octeon_edac*
4472
4473 EDAC-E752X
4474 M: Mark Gross <mark.gross@intel.com>
4475 L: linux-edac@vger.kernel.org
4476 S: Maintained
4477 F: drivers/edac/e752x_edac.c
4478
4479 EDAC-E7XXX
4480 L: linux-edac@vger.kernel.org
4481 S: Maintained
4482 F: drivers/edac/e7xxx_edac.c
4483
4484 EDAC-FSL_DDR
4485 M: York Sun <york.sun@nxp.com>
4486 L: linux-edac@vger.kernel.org
4487 S: Maintained
4488 F: drivers/edac/fsl_ddr_edac.*
4489
4490 EDAC-GHES
4491 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4492 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4493 L: linux-edac@vger.kernel.org
4494 S: Maintained
4495 F: drivers/edac/ghes_edac.c
4496
4497 EDAC-I82443BXGX
4498 M: Tim Small <tim@buttersideup.com>
4499 L: linux-edac@vger.kernel.org
4500 S: Maintained
4501 F: drivers/edac/i82443bxgx_edac.c
4502
4503 EDAC-I3000
4504 L: linux-edac@vger.kernel.org
4505 S: Orphan
4506 F: drivers/edac/i3000_edac.c
4507
4508 EDAC-I5000
4509 L: linux-edac@vger.kernel.org
4510 S: Maintained
4511 F: drivers/edac/i5000_edac.c
4512
4513 EDAC-I5400
4514 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4515 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4516 L: linux-edac@vger.kernel.org
4517 S: Maintained
4518 F: drivers/edac/i5400_edac.c
4519
4520 EDAC-I7300
4521 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4522 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4523 L: linux-edac@vger.kernel.org
4524 S: Maintained
4525 F: drivers/edac/i7300_edac.c
4526
4527 EDAC-I7CORE
4528 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4529 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4530 L: linux-edac@vger.kernel.org
4531 S: Maintained
4532 F: drivers/edac/i7core_edac.c
4533
4534 EDAC-I82975X
4535 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4536 M: "Arvind R." <arvino55@gmail.com>
4537 L: linux-edac@vger.kernel.org
4538 S: Maintained
4539 F: drivers/edac/i82975x_edac.c
4540
4541 EDAC-IE31200
4542 M: Jason Baron <jbaron@akamai.com>
4543 L: linux-edac@vger.kernel.org
4544 S: Maintained
4545 F: drivers/edac/ie31200_edac.c
4546
4547 EDAC-MPC85XX
4548 M: Johannes Thumshirn <morbidrsa@gmail.com>
4549 L: linux-edac@vger.kernel.org
4550 S: Maintained
4551 F: drivers/edac/mpc85xx_edac.[ch]
4552
4553 EDAC-PASEMI
4554 M: Egor Martovetsky <egor@pasemi.com>
4555 L: linux-edac@vger.kernel.org
4556 S: Maintained
4557 F: drivers/edac/pasemi_edac.c
4558
4559 EDAC-R82600
4560 M: Tim Small <tim@buttersideup.com>
4561 L: linux-edac@vger.kernel.org
4562 S: Maintained
4563 F: drivers/edac/r82600_edac.c
4564
4565 EDAC-SBRIDGE
4566 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4567 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4568 L: linux-edac@vger.kernel.org
4569 S: Maintained
4570 F: drivers/edac/sb_edac.c
4571
4572 EDAC-SKYLAKE
4573 M: Tony Luck <tony.luck@intel.com>
4574 L: linux-edac@vger.kernel.org
4575 S: Maintained
4576 F: drivers/edac/skx_edac.c
4577
4578 EDAC-XGENE
4579 APPLIED MICRO (APM) X-GENE SOC EDAC
4580 M: Loc Ho <lho@apm.com>
4581 S: Supported
4582 F: drivers/edac/xgene_edac.c
4583 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4584
4585 EDIROL UA-101/UA-1000 DRIVER
4586 M: Clemens Ladisch <clemens@ladisch.de>
4587 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4588 T: git git://git.alsa-project.org/alsa-kernel.git
4589 S: Maintained
4590 F: sound/usb/misc/ua101.c
4591
4592 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4593 M: Matt Fleming <matt@codeblueprint.co.uk>
4594 L: linux-efi@vger.kernel.org
4595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4596 S: Maintained
4597 F: Documentation/efi-stub.txt
4598 F: arch/ia64/kernel/efi.c
4599 F: arch/x86/boot/compressed/eboot.[ch]
4600 F: arch/x86/include/asm/efi.h
4601 F: arch/x86/platform/efi/
4602 F: drivers/firmware/efi/
4603 F: include/linux/efi*.h
4604
4605 EFI VARIABLE FILESYSTEM
4606 M: Matthew Garrett <matthew.garrett@nebula.com>
4607 M: Jeremy Kerr <jk@ozlabs.org>
4608 M: Matt Fleming <matt@codeblueprint.co.uk>
4609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4610 L: linux-efi@vger.kernel.org
4611 S: Maintained
4612 F: fs/efivarfs/
4613
4614 EFIFB FRAMEBUFFER DRIVER
4615 L: linux-fbdev@vger.kernel.org
4616 M: Peter Jones <pjones@redhat.com>
4617 S: Maintained
4618 F: drivers/video/fbdev/efifb.c
4619
4620 EFS FILESYSTEM
4621 W: http://aeschi.ch.eu.org/efs/
4622 S: Orphan
4623 F: fs/efs/
4624
4625 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4626 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4627 L: netdev@vger.kernel.org
4628 S: Maintained
4629 F: drivers/net/ethernet/ibm/ehea/
4630
4631 EM28XX VIDEO4LINUX DRIVER
4632 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4633 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4634 L: linux-media@vger.kernel.org
4635 W: https://linuxtv.org
4636 T: git git://linuxtv.org/media_tree.git
4637 S: Maintained
4638 F: drivers/media/usb/em28xx/
4639
4640 EMBEDDED LINUX
4641 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4642 M: Matt Mackall <mpm@selenic.com>
4643 M: David Woodhouse <dwmw2@infradead.org>
4644 L: linux-embedded@vger.kernel.org
4645 S: Maintained
4646
4647 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4648 M: James Smart <james.smart@avagotech.com>
4649 M: Dick Kennedy <dick.kennedy@avagotech.com>
4650 L: linux-scsi@vger.kernel.org
4651 W: http://www.avagotech.com
4652 S: Supported
4653 F: drivers/scsi/lpfc/
4654
4655 ENE CB710 FLASH CARD READER DRIVER
4656 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4657 S: Maintained
4658 F: drivers/misc/cb710/
4659 F: drivers/mmc/host/cb710-mmc.*
4660 F: include/linux/cb710.h
4661
4662 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4663 M: Maxim Levitsky <maximlevitsky@gmail.com>
4664 S: Maintained
4665 F: drivers/media/rc/ene_ir.*
4666
4667 EPSON S1D13XXX FRAMEBUFFER DRIVER
4668 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4669 S: Maintained
4670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4671 F: drivers/video/fbdev/s1d13xxxfb.c
4672 F: include/video/s1d13xxxfb.h
4673
4674 ET131X NETWORK DRIVER
4675 M: Mark Einon <mark.einon@gmail.com>
4676 S: Odd Fixes
4677 F: drivers/net/ethernet/agere/
4678
4679 ETHERNET BRIDGE
4680 M: Stephen Hemminger <stephen@networkplumber.org>
4681 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4682 L: netdev@vger.kernel.org
4683 W: http://www.linuxfoundation.org/en/Net:Bridge
4684 S: Maintained
4685 F: include/linux/netfilter_bridge/
4686 F: net/bridge/
4687
4688 ETHERNET PHY LIBRARY
4689 M: Florian Fainelli <f.fainelli@gmail.com>
4690 L: netdev@vger.kernel.org
4691 S: Maintained
4692 F: include/linux/phy.h
4693 F: include/linux/phy_fixed.h
4694 F: drivers/net/phy/
4695 F: Documentation/networking/phy.txt
4696 F: drivers/of/of_mdio.c
4697 F: drivers/of/of_net.c
4698
4699 EXT2 FILE SYSTEM
4700 M: Jan Kara <jack@suse.com>
4701 L: linux-ext4@vger.kernel.org
4702 S: Maintained
4703 F: Documentation/filesystems/ext2.txt
4704 F: fs/ext2/
4705 F: include/linux/ext2*
4706
4707 EXT4 FILE SYSTEM
4708 M: "Theodore Ts'o" <tytso@mit.edu>
4709 M: Andreas Dilger <adilger.kernel@dilger.ca>
4710 L: linux-ext4@vger.kernel.org
4711 W: http://ext4.wiki.kernel.org
4712 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4714 S: Maintained
4715 F: Documentation/filesystems/ext4.txt
4716 F: fs/ext4/
4717
4718 Extended Verification Module (EVM)
4719 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4720 L: linux-ima-devel@lists.sourceforge.net
4721 L: linux-security-module@vger.kernel.org
4722 S: Supported
4723 F: security/integrity/evm/
4724
4725 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4726 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4727 M: Chanwoo Choi <cw00.choi@samsung.com>
4728 L: linux-kernel@vger.kernel.org
4729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4730 S: Maintained
4731 F: drivers/extcon/
4732 F: include/linux/extcon/
4733 F: include/linux/extcon.h
4734 F: Documentation/extcon/
4735 F: Documentation/devicetree/bindings/extcon/
4736
4737 EXYNOS DP DRIVER
4738 M: Jingoo Han <jingoohan1@gmail.com>
4739 L: dri-devel@lists.freedesktop.org
4740 S: Maintained
4741 F: drivers/gpu/drm/exynos/exynos_dp*
4742
4743 EXYNOS SYSMMU (IOMMU) driver
4744 M: Marek Szyprowski <m.szyprowski@samsung.com>
4745 L: iommu@lists.linux-foundation.org
4746 S: Maintained
4747 F: drivers/iommu/exynos-iommu.c
4748
4749 EXYNOS MIPI DISPLAY DRIVERS
4750 M: Inki Dae <inki.dae@samsung.com>
4751 M: Donghwa Lee <dh09.lee@samsung.com>
4752 M: Kyungmin Park <kyungmin.park@samsung.com>
4753 L: linux-fbdev@vger.kernel.org
4754 S: Maintained
4755 F: drivers/video/fbdev/exynos/exynos_mipi*
4756 F: include/video/exynos_mipi*
4757
4758 EZchip NPS platform support
4759 M: Noam Camus <noamc@ezchip.com>
4760 S: Supported
4761 F: arch/arc/plat-eznps
4762 F: arch/arc/boot/dts/eznps.dts
4763
4764 F71805F HARDWARE MONITORING DRIVER
4765 M: Jean Delvare <jdelvare@suse.com>
4766 L: linux-hwmon@vger.kernel.org
4767 S: Maintained
4768 F: Documentation/hwmon/f71805f
4769 F: drivers/hwmon/f71805f.c
4770
4771 FC0011 TUNER DRIVER
4772 M: Michael Buesch <m@bues.ch>
4773 L: linux-media@vger.kernel.org
4774 S: Maintained
4775 F: drivers/media/tuners/fc0011.h
4776 F: drivers/media/tuners/fc0011.c
4777
4778 FC2580 MEDIA DRIVER
4779 M: Antti Palosaari <crope@iki.fi>
4780 L: linux-media@vger.kernel.org
4781 W: https://linuxtv.org
4782 W: http://palosaari.fi/linux/
4783 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4784 T: git git://linuxtv.org/anttip/media_tree.git
4785 S: Maintained
4786 F: drivers/media/tuners/fc2580*
4787
4788 FANOTIFY
4789 M: Eric Paris <eparis@redhat.com>
4790 S: Maintained
4791 F: fs/notify/fanotify/
4792 F: include/linux/fanotify.h
4793 F: include/uapi/linux/fanotify.h
4794
4795 FARSYNC SYNCHRONOUS DRIVER
4796 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4797 W: http://www.farsite.co.uk/
4798 S: Supported
4799 F: drivers/net/wan/farsync.*
4800
4801 FAULT INJECTION SUPPORT
4802 M: Akinobu Mita <akinobu.mita@gmail.com>
4803 S: Supported
4804 F: Documentation/fault-injection/
4805 F: lib/fault-inject.c
4806
4807 FBTFT Framebuffer drivers
4808 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4809 M: Noralf Trønnes <noralf@tronnes.org>
4810 S: Maintained
4811 F: drivers/staging/fbtft/
4812
4813 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4814 M: Johannes Thumshirn <jth@kernel.org>
4815 L: fcoe-devel@open-fcoe.org
4816 W: www.Open-FCoE.org
4817 S: Supported
4818 F: drivers/scsi/libfc/
4819 F: drivers/scsi/fcoe/
4820 F: include/scsi/fc/
4821 F: include/scsi/libfc.h
4822 F: include/scsi/libfcoe.h
4823 F: include/uapi/scsi/fc/
4824
4825 FILE LOCKING (flock() and fcntl()/lockf())
4826 M: Jeff Layton <jlayton@poochiereds.net>
4827 M: "J. Bruce Fields" <bfields@fieldses.org>
4828 L: linux-fsdevel@vger.kernel.org
4829 S: Maintained
4830 F: include/linux/fcntl.h
4831 F: include/linux/fs.h
4832 F: include/uapi/linux/fcntl.h
4833 F: include/uapi/linux/fs.h
4834 F: fs/fcntl.c
4835 F: fs/locks.c
4836
4837 FILESYSTEMS (VFS and infrastructure)
4838 M: Alexander Viro <viro@zeniv.linux.org.uk>
4839 L: linux-fsdevel@vger.kernel.org
4840 S: Maintained
4841 F: fs/*
4842
4843 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4844 M: Riku Voipio <riku.voipio@iki.fi>
4845 L: linux-hwmon@vger.kernel.org
4846 S: Maintained
4847 F: drivers/hwmon/f75375s.c
4848 F: include/linux/f75375s.h
4849
4850 FIREWIRE AUDIO DRIVERS
4851 M: Clemens Ladisch <clemens@ladisch.de>
4852 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4853 T: git git://git.alsa-project.org/alsa-kernel.git
4854 S: Maintained
4855 F: sound/firewire/
4856
4857 FIREWIRE MEDIA DRIVERS (firedtv)
4858 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4859 L: linux-media@vger.kernel.org
4860 L: linux1394-devel@lists.sourceforge.net
4861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4862 S: Maintained
4863 F: drivers/media/firewire/
4864
4865 FIREWIRE SBP-2 TARGET
4866 M: Chris Boot <bootc@bootc.net>
4867 L: linux-scsi@vger.kernel.org
4868 L: target-devel@vger.kernel.org
4869 L: linux1394-devel@lists.sourceforge.net
4870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4871 S: Maintained
4872 F: drivers/target/sbp/
4873
4874 FIREWIRE SUBSYSTEM
4875 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4876 L: linux1394-devel@lists.sourceforge.net
4877 W: http://ieee1394.wiki.kernel.org/
4878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4879 S: Maintained
4880 F: drivers/firewire/
4881 F: include/linux/firewire.h
4882 F: include/uapi/linux/firewire*.h
4883 F: tools/firewire/
4884
4885 FIRMWARE LOADER (request_firmware)
4886 M: Ming Lei <ming.lei@canonical.com>
4887 L: linux-kernel@vger.kernel.org
4888 S: Maintained
4889 F: Documentation/firmware_class/
4890 F: drivers/base/firmware*.c
4891 F: include/linux/firmware.h
4892
4893 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4894 M: Joshua Morris <josh.h.morris@us.ibm.com>
4895 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4896 S: Maintained
4897 F: drivers/block/rsxx/
4898
4899 FLOPPY DRIVER
4900 M: Jiri Kosina <jikos@kernel.org>
4901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4902 S: Odd fixes
4903 F: drivers/block/floppy.c
4904
4905 FMC SUBSYSTEM
4906 M: Alessandro Rubini <rubini@gnudd.com>
4907 W: http://www.ohwr.org/projects/fmc-bus
4908 S: Supported
4909 F: drivers/fmc/
4910 F: include/linux/fmc*.h
4911 F: include/linux/ipmi-fru.h
4912 K: fmc_d.*register
4913
4914 FPGA MANAGER FRAMEWORK
4915 M: Alan Tull <atull@opensource.altera.com>
4916 R: Moritz Fischer <moritz.fischer@ettus.com>
4917 S: Maintained
4918 F: drivers/fpga/
4919 F: include/linux/fpga/fpga-mgr.h
4920 W: http://www.rocketboards.org
4921
4922 FPU EMULATOR
4923 M: Bill Metzenthen <billm@melbpc.org.au>
4924 W: http://floatingpoint.sourceforge.net/emulator/index.html
4925 S: Maintained
4926 F: arch/x86/math-emu/
4927
4928 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4929 L: netdev@vger.kernel.org
4930 S: Orphan
4931 F: drivers/net/wan/dlci.c
4932 F: drivers/net/wan/sdla.c
4933
4934 FRAMEBUFFER LAYER
4935 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4936 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4937 L: linux-fbdev@vger.kernel.org
4938 W: http://linux-fbdev.sourceforge.net/
4939 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4941 S: Maintained
4942 F: Documentation/fb/
4943 F: drivers/video/
4944 F: include/video/
4945 F: include/linux/fb.h
4946 F: include/uapi/video/
4947 F: include/uapi/linux/fb.h
4948
4949 FREESCALE DIU FRAMEBUFFER DRIVER
4950 M: Timur Tabi <timur@tabi.org>
4951 L: linux-fbdev@vger.kernel.org
4952 S: Maintained
4953 F: drivers/video/fbdev/fsl-diu-fb.*
4954
4955 FREESCALE DMA DRIVER
4956 M: Li Yang <leoli@freescale.com>
4957 M: Zhang Wei <zw@zh-kernel.org>
4958 L: linuxppc-dev@lists.ozlabs.org
4959 S: Maintained
4960 F: drivers/dma/fsldma.*
4961
4962 FREESCALE GPMI NAND DRIVER
4963 M: Han Xu <han.xu@nxp.com>
4964 L: linux-mtd@lists.infradead.org
4965 S: Maintained
4966 F: drivers/mtd/nand/gpmi-nand/*
4967
4968 FREESCALE I2C CPM DRIVER
4969 M: Jochen Friedrich <jochen@scram.de>
4970 L: linuxppc-dev@lists.ozlabs.org
4971 L: linux-i2c@vger.kernel.org
4972 S: Maintained
4973 F: drivers/i2c/busses/i2c-cpm.c
4974
4975 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4976 M: Sascha Hauer <kernel@pengutronix.de>
4977 L: linux-fbdev@vger.kernel.org
4978 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4979 S: Maintained
4980 F: include/linux/platform_data/video-imxfb.h
4981 F: drivers/video/fbdev/imxfb.c
4982
4983 FREESCALE QUAD SPI DRIVER
4984 M: Han Xu <han.xu@nxp.com>
4985 L: linux-mtd@lists.infradead.org
4986 S: Maintained
4987 F: drivers/mtd/spi-nor/fsl-quadspi.c
4988
4989 FREESCALE SOC FS_ENET DRIVER
4990 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4991 M: Vitaly Bordug <vbordug@ru.mvista.com>
4992 L: linuxppc-dev@lists.ozlabs.org
4993 L: netdev@vger.kernel.org
4994 S: Maintained
4995 F: drivers/net/ethernet/freescale/fs_enet/
4996 F: include/linux/fs_enet_pd.h
4997
4998 FREESCALE IMX / MXC FEC DRIVER
4999 M: Fugang Duan <fugang.duan@nxp.com>
5000 L: netdev@vger.kernel.org
5001 S: Maintained
5002 F: drivers/net/ethernet/freescale/fec_main.c
5003 F: drivers/net/ethernet/freescale/fec_ptp.c
5004 F: drivers/net/ethernet/freescale/fec.h
5005 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5006
5007 FREESCALE QUICC ENGINE LIBRARY
5008 L: linuxppc-dev@lists.ozlabs.org
5009 S: Orphan
5010 F: drivers/soc/fsl/qe/
5011 F: include/soc/fsl/*qe*.h
5012 F: include/soc/fsl/*ucc*.h
5013
5014 FREESCALE USB PERIPHERAL DRIVERS
5015 M: Li Yang <leoli@freescale.com>
5016 L: linux-usb@vger.kernel.org
5017 L: linuxppc-dev@lists.ozlabs.org
5018 S: Maintained
5019 F: drivers/usb/gadget/udc/fsl*
5020
5021 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5022 M: Li Yang <leoli@freescale.com>
5023 L: netdev@vger.kernel.org
5024 L: linuxppc-dev@lists.ozlabs.org
5025 S: Maintained
5026 F: drivers/net/ethernet/freescale/ucc_geth*
5027
5028 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5029 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5030 L: netdev@vger.kernel.org
5031 S: Maintained
5032 F: drivers/net/ethernet/freescale/gianfar*
5033 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5034 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5035
5036 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5037 M: Zhao Qiang <qiang.zhao@nxp.com>
5038 L: netdev@vger.kernel.org
5039 L: linuxppc-dev@lists.ozlabs.org
5040 S: Maintained
5041 F: drivers/net/wan/fsl_ucc_hdlc*
5042
5043 FREESCALE QUICC ENGINE UCC UART DRIVER
5044 M: Timur Tabi <timur@tabi.org>
5045 L: linuxppc-dev@lists.ozlabs.org
5046 S: Maintained
5047 F: drivers/tty/serial/ucc_uart.c
5048
5049 FREESCALE SOC SOUND DRIVERS
5050 M: Timur Tabi <timur@tabi.org>
5051 M: Nicolin Chen <nicoleotsuka@gmail.com>
5052 M: Xiubo Li <Xiubo.Lee@gmail.com>
5053 R: Fabio Estevam <fabio.estevam@nxp.com>
5054 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5055 L: linuxppc-dev@lists.ozlabs.org
5056 S: Maintained
5057 F: sound/soc/fsl/fsl*
5058 F: sound/soc/fsl/imx*
5059 F: sound/soc/fsl/mpc8610_hpcd.c
5060
5061 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5062 M: "J. German Rivera" <German.Rivera@freescale.com>
5063 M: Stuart Yoder <stuart.yoder@nxp.com>
5064 L: linux-kernel@vger.kernel.org
5065 S: Maintained
5066 F: drivers/staging/fsl-mc/
5067
5068 FREEVXFS FILESYSTEM
5069 M: Christoph Hellwig <hch@infradead.org>
5070 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5071 S: Maintained
5072 F: fs/freevxfs/
5073
5074 FREEZER
5075 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5076 M: Pavel Machek <pavel@ucw.cz>
5077 L: linux-pm@vger.kernel.org
5078 S: Supported
5079 F: Documentation/power/freezing-of-tasks.txt
5080 F: include/linux/freezer.h
5081 F: kernel/freezer.c
5082
5083 FRONTSWAP API
5084 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5085 L: linux-kernel@vger.kernel.org
5086 S: Maintained
5087 F: mm/frontswap.c
5088 F: include/linux/frontswap.h
5089
5090 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5091 M: David Howells <dhowells@redhat.com>
5092 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5093 S: Supported
5094 F: Documentation/filesystems/caching/
5095 F: fs/fscache/
5096 F: include/linux/fscache*.h
5097
5098 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5099 M: Theodore Y. Ts'o <tytso@mit.edu>
5100 M: Jaegeuk Kim <jaegeuk@kernel.org>
5101 S: Supported
5102 F: fs/crypto/
5103 F: include/linux/fscrypto.h
5104
5105 F2FS FILE SYSTEM
5106 M: Jaegeuk Kim <jaegeuk@kernel.org>
5107 M: Changman Lee <cm224.lee@samsung.com>
5108 R: Chao Yu <yuchao0@huawei.com>
5109 L: linux-f2fs-devel@lists.sourceforge.net
5110 W: http://en.wikipedia.org/wiki/F2FS
5111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5112 S: Maintained
5113 F: Documentation/filesystems/f2fs.txt
5114 F: Documentation/ABI/testing/sysfs-fs-f2fs
5115 F: fs/f2fs/
5116 F: include/linux/f2fs_fs.h
5117 F: include/trace/events/f2fs.h
5118
5119 FUJITSU FR-V (FRV) PORT
5120 S: Orphan
5121 F: arch/frv/
5122
5123 FUJITSU LAPTOP EXTRAS
5124 M: Jonathan Woithe <jwoithe@just42.net>
5125 L: platform-driver-x86@vger.kernel.org
5126 S: Maintained
5127 F: drivers/platform/x86/fujitsu-laptop.c
5128
5129 FUJITSU M-5MO LS CAMERA ISP DRIVER
5130 M: Kyungmin Park <kyungmin.park@samsung.com>
5131 M: Heungjun Kim <riverful.kim@samsung.com>
5132 L: linux-media@vger.kernel.org
5133 S: Maintained
5134 F: drivers/media/i2c/m5mols/
5135 F: include/media/i2c/m5mols.h
5136
5137 FUJITSU TABLET EXTRAS
5138 M: Robert Gerlach <khnz@gmx.de>
5139 L: platform-driver-x86@vger.kernel.org
5140 S: Maintained
5141 F: drivers/platform/x86/fujitsu-tablet.c
5142
5143 FUSE: FILESYSTEM IN USERSPACE
5144 M: Miklos Szeredi <miklos@szeredi.hu>
5145 L: linux-fsdevel@vger.kernel.org
5146 W: http://fuse.sourceforge.net/
5147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5148 S: Maintained
5149 F: fs/fuse/
5150 F: include/uapi/linux/fuse.h
5151 F: Documentation/filesystems/fuse.txt
5152
5153 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5154 M: Rik Faith <faith@cs.unc.edu>
5155 L: linux-scsi@vger.kernel.org
5156 S: Odd Fixes (e.g., new signatures)
5157 F: drivers/scsi/fdomain.*
5158
5159 GCC PLUGINS
5160 M: Kees Cook <keescook@chromium.org>
5161 R: Emese Revfy <re.emese@gmail.com>
5162 L: kernel-hardening@lists.openwall.com
5163 S: Maintained
5164 F: scripts/gcc-plugins/
5165 F: scripts/gcc-plugin.sh
5166 F: Documentation/gcc-plugins.txt
5167
5168 GCOV BASED KERNEL PROFILING
5169 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5170 S: Maintained
5171 F: kernel/gcov/
5172 F: Documentation/dev-tools/gcov.rst
5173
5174 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5175 M: Achim Leubner <achim_leubner@adaptec.com>
5176 L: linux-scsi@vger.kernel.org
5177 W: http://www.icp-vortex.com/
5178 S: Supported
5179 F: drivers/scsi/gdt*
5180
5181 GDB KERNEL DEBUGGING HELPER SCRIPTS
5182 M: Jan Kiszka <jan.kiszka@siemens.com>
5183 M: Kieran Bingham <kieran@bingham.xyz>
5184 S: Supported
5185 F: scripts/gdb/
5186
5187 GEMTEK FM RADIO RECEIVER DRIVER
5188 M: Hans Verkuil <hverkuil@xs4all.nl>
5189 L: linux-media@vger.kernel.org
5190 T: git git://linuxtv.org/media_tree.git
5191 W: https://linuxtv.org
5192 S: Maintained
5193 F: drivers/media/radio/radio-gemtek*
5194
5195 GENERIC GPIO I2C DRIVER
5196 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5197 S: Supported
5198 F: drivers/i2c/busses/i2c-gpio.c
5199 F: include/linux/i2c-gpio.h
5200
5201 GENERIC GPIO I2C MULTIPLEXER DRIVER
5202 M: Peter Korsgaard <peter.korsgaard@barco.com>
5203 L: linux-i2c@vger.kernel.org
5204 S: Supported
5205 F: drivers/i2c/muxes/i2c-mux-gpio.c
5206 F: include/linux/i2c-mux-gpio.h
5207 F: Documentation/i2c/muxes/i2c-mux-gpio
5208
5209 GENERIC HDLC (WAN) DRIVERS
5210 M: Krzysztof Halasa <khc@pm.waw.pl>
5211 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5212 S: Maintained
5213 F: drivers/net/wan/c101.c
5214 F: drivers/net/wan/hd6457*
5215 F: drivers/net/wan/hdlc*
5216 F: drivers/net/wan/n2.c
5217 F: drivers/net/wan/pc300too.c
5218 F: drivers/net/wan/pci200syn.c
5219 F: drivers/net/wan/wanxl*
5220
5221 GENERIC INCLUDE/ASM HEADER FILES
5222 M: Arnd Bergmann <arnd@arndb.de>
5223 L: linux-arch@vger.kernel.org
5224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5225 S: Maintained
5226 F: include/asm-generic/
5227 F: include/uapi/asm-generic/
5228
5229 GENERIC PHY FRAMEWORK
5230 M: Kishon Vijay Abraham I <kishon@ti.com>
5231 L: linux-kernel@vger.kernel.org
5232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5233 S: Supported
5234 F: drivers/phy/
5235 F: include/linux/phy/
5236
5237 GENERIC PM DOMAINS
5238 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5239 M: Kevin Hilman <khilman@kernel.org>
5240 M: Ulf Hansson <ulf.hansson@linaro.org>
5241 L: linux-pm@vger.kernel.org
5242 S: Supported
5243 F: drivers/base/power/domain*.c
5244 F: include/linux/pm_domain.h
5245
5246 GENERIC UIO DRIVER FOR PCI DEVICES
5247 M: "Michael S. Tsirkin" <mst@redhat.com>
5248 L: kvm@vger.kernel.org
5249 S: Supported
5250 F: drivers/uio/uio_pci_generic.c
5251
5252 GET_MAINTAINER SCRIPT
5253 M: Joe Perches <joe@perches.com>
5254 S: Maintained
5255 F: scripts/get_maintainer.pl
5256
5257 GFS2 FILE SYSTEM
5258 M: Steven Whitehouse <swhiteho@redhat.com>
5259 M: Bob Peterson <rpeterso@redhat.com>
5260 L: cluster-devel@redhat.com
5261 W: http://sources.redhat.com/cluster/
5262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5263 S: Supported
5264 F: Documentation/filesystems/gfs2*.txt
5265 F: fs/gfs2/
5266 F: include/uapi/linux/gfs2_ondisk.h
5267
5268 GIGASET ISDN DRIVERS
5269 M: Paul Bolle <pebolle@tiscali.nl>
5270 L: gigaset307x-common@lists.sourceforge.net
5271 W: http://gigaset307x.sourceforge.net/
5272 S: Odd Fixes
5273 F: Documentation/isdn/README.gigaset
5274 F: drivers/isdn/gigaset/
5275 F: include/uapi/linux/gigaset_dev.h
5276
5277 GO7007 MPEG CODEC
5278 M: Hans Verkuil <hans.verkuil@cisco.com>
5279 L: linux-media@vger.kernel.org
5280 S: Maintained
5281 F: drivers/media/usb/go7007/
5282
5283 GOODIX TOUCHSCREEN
5284 M: Bastien Nocera <hadess@hadess.net>
5285 L: linux-input@vger.kernel.org
5286 S: Maintained
5287 F: drivers/input/touchscreen/goodix.c
5288
5289 GPIO SUBSYSTEM
5290 M: Linus Walleij <linus.walleij@linaro.org>
5291 M: Alexandre Courbot <gnurou@gmail.com>
5292 L: linux-gpio@vger.kernel.org
5293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5294 S: Maintained
5295 F: Documentation/devicetree/bindings/gpio/
5296 F: Documentation/gpio/
5297 F: Documentation/ABI/testing/gpio-cdev
5298 F: Documentation/ABI/obsolete/sysfs-gpio
5299 F: drivers/gpio/
5300 F: include/linux/gpio/
5301 F: include/linux/gpio.h
5302 F: include/asm-generic/gpio.h
5303 F: include/uapi/linux/gpio.h
5304 F: tools/gpio/
5305
5306 GRE DEMULTIPLEXER DRIVER
5307 M: Dmitry Kozlov <xeb@mail.ru>
5308 L: netdev@vger.kernel.org
5309 S: Maintained
5310 F: net/ipv4/gre_demux.c
5311 F: net/ipv4/gre_offload.c
5312 F: include/net/gre.h
5313
5314 GRETH 10/100/1G Ethernet MAC device driver
5315 M: Andreas Larsson <andreas@gaisler.com>
5316 L: netdev@vger.kernel.org
5317 S: Maintained
5318 F: drivers/net/ethernet/aeroflex/
5319
5320 GSPCA FINEPIX SUBDRIVER
5321 M: Frank Zago <frank@zago.net>
5322 L: linux-media@vger.kernel.org
5323 T: git git://linuxtv.org/media_tree.git
5324 S: Maintained
5325 F: drivers/media/usb/gspca/finepix.c
5326
5327 GSPCA GL860 SUBDRIVER
5328 M: Olivier Lorin <o.lorin@laposte.net>
5329 L: linux-media@vger.kernel.org
5330 T: git git://linuxtv.org/media_tree.git
5331 S: Maintained
5332 F: drivers/media/usb/gspca/gl860/
5333
5334 GSPCA M5602 SUBDRIVER
5335 M: Erik Andren <erik.andren@gmail.com>
5336 L: linux-media@vger.kernel.org
5337 T: git git://linuxtv.org/media_tree.git
5338 S: Maintained
5339 F: drivers/media/usb/gspca/m5602/
5340
5341 GSPCA PAC207 SONIXB SUBDRIVER
5342 M: Hans Verkuil <hverkuil@xs4all.nl>
5343 L: linux-media@vger.kernel.org
5344 T: git git://linuxtv.org/media_tree.git
5345 S: Odd Fixes
5346 F: drivers/media/usb/gspca/pac207.c
5347
5348 GSPCA SN9C20X SUBDRIVER
5349 M: Brian Johnson <brijohn@gmail.com>
5350 L: linux-media@vger.kernel.org
5351 T: git git://linuxtv.org/media_tree.git
5352 S: Maintained
5353 F: drivers/media/usb/gspca/sn9c20x.c
5354
5355 GSPCA T613 SUBDRIVER
5356 M: Leandro Costantino <lcostantino@gmail.com>
5357 L: linux-media@vger.kernel.org
5358 T: git git://linuxtv.org/media_tree.git
5359 S: Maintained
5360 F: drivers/media/usb/gspca/t613.c
5361
5362 GSPCA USB WEBCAM DRIVER
5363 M: Hans Verkuil <hverkuil@xs4all.nl>
5364 L: linux-media@vger.kernel.org
5365 T: git git://linuxtv.org/media_tree.git
5366 S: Odd Fixes
5367 F: drivers/media/usb/gspca/
5368
5369 GUID PARTITION TABLE (GPT)
5370 M: Davidlohr Bueso <dave@stgolabs.net>
5371 L: linux-efi@vger.kernel.org
5372 S: Maintained
5373 F: block/partitions/efi.*
5374
5375 STK1160 USB VIDEO CAPTURE DRIVER
5376 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5377 L: linux-media@vger.kernel.org
5378 T: git git://linuxtv.org/media_tree.git
5379 S: Maintained
5380 F: drivers/media/usb/stk1160/
5381
5382 H8/300 ARCHITECTURE
5383 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5384 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5385 W: http://uclinux-h8.sourceforge.jp
5386 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5387 S: Maintained
5388 F: arch/h8300/
5389 F: drivers/clocksource/h8300_*.c
5390 F: drivers/clk/h8300/
5391 F: drivers/irqchip/irq-renesas-h8*.c
5392
5393 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5394 M: Frank Seidel <frank@f-seidel.de>
5395 L: platform-driver-x86@vger.kernel.org
5396 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5397 S: Maintained
5398 F: drivers/platform/x86/hdaps.c
5399
5400 HDPVR USB VIDEO ENCODER DRIVER
5401 M: Hans Verkuil <hverkuil@xs4all.nl>
5402 L: linux-media@vger.kernel.org
5403 T: git git://linuxtv.org/media_tree.git
5404 W: https://linuxtv.org
5405 S: Odd Fixes
5406 F: drivers/media/usb/hdpvr/
5407
5408 HWPOISON MEMORY FAILURE HANDLING
5409 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5410 L: linux-mm@kvack.org
5411 S: Maintained
5412 F: mm/memory-failure.c
5413 F: mm/hwpoison-inject.c
5414
5415 HYPERVISOR VIRTUAL CONSOLE DRIVER
5416 L: linuxppc-dev@lists.ozlabs.org
5417 S: Odd Fixes
5418 F: drivers/tty/hvc/
5419
5420 HACKRF MEDIA DRIVER
5421 M: Antti Palosaari <crope@iki.fi>
5422 L: linux-media@vger.kernel.org
5423 W: https://linuxtv.org
5424 W: http://palosaari.fi/linux/
5425 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5426 T: git git://linuxtv.org/anttip/media_tree.git
5427 S: Maintained
5428 F: drivers/media/usb/hackrf/
5429
5430 HARDWARE MONITORING
5431 M: Jean Delvare <jdelvare@suse.com>
5432 M: Guenter Roeck <linux@roeck-us.net>
5433 L: linux-hwmon@vger.kernel.org
5434 W: http://hwmon.wiki.kernel.org/
5435 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5437 S: Maintained
5438 F: Documentation/hwmon/
5439 F: drivers/hwmon/
5440 F: include/linux/hwmon*.h
5441
5442 HARDWARE RANDOM NUMBER GENERATOR CORE
5443 M: Matt Mackall <mpm@selenic.com>
5444 M: Herbert Xu <herbert@gondor.apana.org.au>
5445 L: linux-crypto@vger.kernel.org
5446 S: Odd fixes
5447 F: Documentation/devicetree/bindings/rng/
5448 F: Documentation/hw_random.txt
5449 F: drivers/char/hw_random/
5450 F: include/linux/hw_random.h
5451
5452 HARDWARE SPINLOCK CORE
5453 M: Ohad Ben-Cohen <ohad@wizery.com>
5454 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5455 L: linux-remoteproc@vger.kernel.org
5456 S: Maintained
5457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5458 F: Documentation/devicetree/bindings/hwlock/
5459 F: Documentation/hwspinlock.txt
5460 F: drivers/hwspinlock/
5461 F: include/linux/hwspinlock.h
5462
5463 HARMONY SOUND DRIVER
5464 L: linux-parisc@vger.kernel.org
5465 S: Maintained
5466 F: sound/parisc/harmony.*
5467
5468 HD29L2 MEDIA DRIVER
5469 M: Antti Palosaari <crope@iki.fi>
5470 L: linux-media@vger.kernel.org
5471 W: https://linuxtv.org
5472 W: http://palosaari.fi/linux/
5473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5474 T: git git://linuxtv.org/anttip/media_tree.git
5475 S: Maintained
5476 F: drivers/media/dvb-frontends/hd29l2*
5477
5478 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5479 M: Brian Boylston <brian.boylston@hpe.com>
5480 S: Supported
5481 F: Documentation/watchdog/hpwdt.txt
5482 F: drivers/watchdog/hpwdt.c
5483
5484 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5485 M: Don Brace <don.brace@microsemi.com>
5486 L: iss_storagedev@hp.com
5487 L: esc.storagedev@microsemi.com
5488 L: linux-scsi@vger.kernel.org
5489 S: Supported
5490 F: Documentation/scsi/hpsa.txt
5491 F: drivers/scsi/hpsa*.[ch]
5492 F: include/linux/cciss*.h
5493 F: include/uapi/linux/cciss*.h
5494
5495 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5496 M: Don Brace <don.brace@microsemi.com>
5497 L: iss_storagedev@hp.com
5498 L: esc.storagedev@microsemi.com
5499 L: linux-scsi@vger.kernel.org
5500 S: Supported
5501 F: Documentation/blockdev/cciss.txt
5502 F: drivers/block/cciss*
5503 F: include/linux/cciss_ioctl.h
5504 F: include/uapi/linux/cciss_ioctl.h
5505
5506 HFI1 DRIVER
5507 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5508 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5509 L: linux-rdma@vger.kernel.org
5510 S: Supported
5511 F: drivers/infiniband/hw/hfi1
5512
5513 HFS FILESYSTEM
5514 L: linux-fsdevel@vger.kernel.org
5515 S: Orphan
5516 F: Documentation/filesystems/hfs.txt
5517 F: fs/hfs/
5518
5519 HFSPLUS FILESYSTEM
5520 L: linux-fsdevel@vger.kernel.org
5521 S: Orphan
5522 F: Documentation/filesystems/hfsplus.txt
5523 F: fs/hfsplus/
5524
5525 HGA FRAMEBUFFER DRIVER
5526 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5527 L: linux-nvidia@lists.surfsouth.com
5528 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5529 S: Maintained
5530 F: drivers/video/fbdev/hgafb.c
5531
5532 HIBERNATION (aka Software Suspend, aka swsusp)
5533 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5534 M: Pavel Machek <pavel@ucw.cz>
5535 L: linux-pm@vger.kernel.org
5536 S: Supported
5537 F: arch/x86/power/
5538 F: drivers/base/power/
5539 F: kernel/power/
5540 F: include/linux/suspend.h
5541 F: include/linux/freezer.h
5542 F: include/linux/pm.h
5543 F: arch/*/include/asm/suspend*.h
5544
5545 HID CORE LAYER
5546 M: Jiri Kosina <jikos@kernel.org>
5547 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5548 L: linux-input@vger.kernel.org
5549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5550 S: Maintained
5551 F: drivers/hid/
5552 F: include/linux/hid*
5553 F: include/uapi/linux/hid*
5554
5555 HID SENSOR HUB DRIVERS
5556 M: Jiri Kosina <jikos@kernel.org>
5557 M: Jonathan Cameron <jic23@kernel.org>
5558 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5559 L: linux-input@vger.kernel.org
5560 L: linux-iio@vger.kernel.org
5561 S: Maintained
5562 F: Documentation/hid/hid-sensor*
5563 F: drivers/hid/hid-sensor-*
5564 F: drivers/iio/*/hid-*
5565 F: include/linux/hid-sensor-*
5566
5567 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5568 M: Thomas Gleixner <tglx@linutronix.de>
5569 L: linux-kernel@vger.kernel.org
5570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5571 S: Maintained
5572 F: Documentation/timers/
5573 F: kernel/time/hrtimer.c
5574 F: kernel/time/clockevents.c
5575 F: kernel/time/tick*.*
5576 F: kernel/time/timer_*.c
5577 F: include/linux/clockchips.h
5578 F: include/linux/hrtimer.h
5579
5580 HIGH-SPEED SCC DRIVER FOR AX.25
5581 L: linux-hams@vger.kernel.org
5582 S: Orphan
5583 F: drivers/net/hamradio/dmascc.c
5584 F: drivers/net/hamradio/scc.c
5585
5586 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5587 M: HighPoint Linux Team <linux@highpoint-tech.com>
5588 W: http://www.highpoint-tech.com
5589 S: Supported
5590 F: Documentation/scsi/hptiop.txt
5591 F: drivers/scsi/hptiop.c
5592
5593 HIPPI
5594 M: Jes Sorensen <jes@trained-monkey.org>
5595 L: linux-hippi@sunsite.dk
5596 S: Maintained
5597 F: include/linux/hippidevice.h
5598 F: include/uapi/linux/if_hippi.h
5599 F: net/802/hippi.c
5600 F: drivers/net/hippi/
5601
5602 HISILICON NETWORK SUBSYSTEM DRIVER
5603 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5604 M: Salil Mehta <salil.mehta@huawei.com>
5605 L: netdev@vger.kernel.org
5606 W: http://www.hisilicon.com
5607 S: Maintained
5608 F: drivers/net/ethernet/hisilicon/
5609 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5610
5611 HISILICON ROCE DRIVER
5612 M: Lijun Ou <oulijun@huawei.com>
5613 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5614 L: linux-rdma@vger.kernel.org
5615 S: Maintained
5616 F: drivers/infiniband/hw/hns/
5617 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5618
5619 HISILICON SAS Controller
5620 M: John Garry <john.garry@huawei.com>
5621 W: http://www.hisilicon.com
5622 S: Supported
5623 F: drivers/scsi/hisi_sas/
5624 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5625
5626 HOST AP DRIVER
5627 M: Jouni Malinen <j@w1.fi>
5628 L: hostap@shmoo.com (subscribers-only)
5629 L: linux-wireless@vger.kernel.org
5630 W: http://hostap.epitest.fi/
5631 S: Maintained
5632 F: drivers/net/wireless/intersil/hostap/
5633
5634 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5635 L: platform-driver-x86@vger.kernel.org
5636 S: Orphan
5637 F: drivers/platform/x86/tc1100-wmi.c
5638
5639 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5640 M: Jaroslav Kysela <perex@perex.cz>
5641 S: Maintained
5642 F: drivers/net/ethernet/hp/hp100.*
5643
5644 HPET: High Precision Event Timers driver
5645 M: Clemens Ladisch <clemens@ladisch.de>
5646 S: Maintained
5647 F: Documentation/timers/hpet.txt
5648 F: drivers/char/hpet.c
5649 F: include/linux/hpet.h
5650 F: include/uapi/linux/hpet.h
5651
5652 HPET: x86
5653 S: Orphan
5654 F: arch/x86/kernel/hpet.c
5655 F: arch/x86/include/asm/hpet.h
5656
5657 HPFS FILESYSTEM
5658 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5659 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5660 S: Maintained
5661 F: fs/hpfs/
5662
5663 HSI SUBSYSTEM
5664 M: Sebastian Reichel <sre@kernel.org>
5665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5666 S: Maintained
5667 F: Documentation/ABI/testing/sysfs-bus-hsi
5668 F: Documentation/hsi.txt
5669 F: drivers/hsi/
5670 F: include/linux/hsi/
5671 F: include/uapi/linux/hsi/
5672
5673 HSO 3G MODEM DRIVER
5674 M: Jan Dumon <j.dumon@option.com>
5675 W: http://www.pharscape.org
5676 S: Maintained
5677 F: drivers/net/usb/hso.c
5678
5679 HSR NETWORK PROTOCOL
5680 M: Arvid Brodin <arvid.brodin@alten.se>
5681 L: netdev@vger.kernel.org
5682 S: Maintained
5683 F: net/hsr/
5684
5685 HTCPEN TOUCHSCREEN DRIVER
5686 M: Pau Oliva Fora <pof@eslack.org>
5687 L: linux-input@vger.kernel.org
5688 S: Maintained
5689 F: drivers/input/touchscreen/htcpen.c
5690
5691 HUGETLB FILESYSTEM
5692 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5693 S: Maintained
5694 F: fs/hugetlbfs/
5695
5696 HVA ST MEDIA DRIVER
5697 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5698 L: linux-media@vger.kernel.org
5699 T: git git://linuxtv.org/media_tree.git
5700 W: https://linuxtv.org
5701 S: Supported
5702 F: drivers/media/platform/sti/hva
5703
5704 Hyper-V CORE AND DRIVERS
5705 M: "K. Y. Srinivasan" <kys@microsoft.com>
5706 M: Haiyang Zhang <haiyangz@microsoft.com>
5707 L: devel@linuxdriverproject.org
5708 S: Maintained
5709 F: arch/x86/include/asm/mshyperv.h
5710 F: arch/x86/include/uapi/asm/hyperv.h
5711 F: arch/x86/kernel/cpu/mshyperv.c
5712 F: drivers/hid/hid-hyperv.c
5713 F: drivers/hv/
5714 F: drivers/input/serio/hyperv-keyboard.c
5715 F: drivers/pci/host/pci-hyperv.c
5716 F: drivers/net/hyperv/
5717 F: drivers/scsi/storvsc_drv.c
5718 F: drivers/video/fbdev/hyperv_fb.c
5719 F: include/linux/hyperv.h
5720 F: tools/hv/
5721 F: Documentation/ABI/stable/sysfs-bus-vmbus
5722
5723 I2C MUXES
5724 M: Peter Rosin <peda@axentia.se>
5725 L: linux-i2c@vger.kernel.org
5726 S: Maintained
5727 F: Documentation/i2c/i2c-topology
5728 F: Documentation/i2c/muxes/
5729 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5730 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5731 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5732 F: drivers/i2c/i2c-mux.c
5733 F: drivers/i2c/muxes/
5734 F: include/linux/i2c-mux.h
5735
5736 I2C OVER PARALLEL PORT
5737 M: Jean Delvare <jdelvare@suse.com>
5738 L: linux-i2c@vger.kernel.org
5739 S: Maintained
5740 F: Documentation/i2c/busses/i2c-parport
5741 F: Documentation/i2c/busses/i2c-parport-light
5742 F: drivers/i2c/busses/i2c-parport.c
5743 F: drivers/i2c/busses/i2c-parport-light.c
5744
5745 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5746 M: Jean Delvare <jdelvare@suse.com>
5747 L: linux-i2c@vger.kernel.org
5748 S: Maintained
5749 F: Documentation/i2c/busses/i2c-ali1535
5750 F: Documentation/i2c/busses/i2c-ali1563
5751 F: Documentation/i2c/busses/i2c-ali15x3
5752 F: Documentation/i2c/busses/i2c-amd756
5753 F: Documentation/i2c/busses/i2c-amd8111
5754 F: Documentation/i2c/busses/i2c-i801
5755 F: Documentation/i2c/busses/i2c-nforce2
5756 F: Documentation/i2c/busses/i2c-piix4
5757 F: Documentation/i2c/busses/i2c-sis5595
5758 F: Documentation/i2c/busses/i2c-sis630
5759 F: Documentation/i2c/busses/i2c-sis96x
5760 F: Documentation/i2c/busses/i2c-via
5761 F: Documentation/i2c/busses/i2c-viapro
5762 F: drivers/i2c/busses/i2c-ali1535.c
5763 F: drivers/i2c/busses/i2c-ali1563.c
5764 F: drivers/i2c/busses/i2c-ali15x3.c
5765 F: drivers/i2c/busses/i2c-amd756.c
5766 F: drivers/i2c/busses/i2c-amd756-s4882.c
5767 F: drivers/i2c/busses/i2c-amd8111.c
5768 F: drivers/i2c/busses/i2c-i801.c
5769 F: drivers/i2c/busses/i2c-isch.c
5770 F: drivers/i2c/busses/i2c-nforce2.c
5771 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5772 F: drivers/i2c/busses/i2c-piix4.c
5773 F: drivers/i2c/busses/i2c-sis5595.c
5774 F: drivers/i2c/busses/i2c-sis630.c
5775 F: drivers/i2c/busses/i2c-sis96x.c
5776 F: drivers/i2c/busses/i2c-via.c
5777 F: drivers/i2c/busses/i2c-viapro.c
5778
5779 I2C/SMBUS ISMT DRIVER
5780 M: Seth Heasley <seth.heasley@intel.com>
5781 M: Neil Horman <nhorman@tuxdriver.com>
5782 L: linux-i2c@vger.kernel.org
5783 F: drivers/i2c/busses/i2c-ismt.c
5784 F: Documentation/i2c/busses/i2c-ismt
5785
5786 I2C/SMBUS STUB DRIVER
5787 M: Jean Delvare <jdelvare@suse.com>
5788 L: linux-i2c@vger.kernel.org
5789 S: Maintained
5790 F: drivers/i2c/i2c-stub.c
5791
5792 I2C SUBSYSTEM
5793 M: Wolfram Sang <wsa@the-dreams.de>
5794 L: linux-i2c@vger.kernel.org
5795 W: https://i2c.wiki.kernel.org/
5796 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5798 S: Maintained
5799 F: Documentation/devicetree/bindings/i2c/
5800 F: Documentation/i2c/
5801 F: drivers/i2c/
5802 F: drivers/i2c/*/
5803 F: include/linux/i2c.h
5804 F: include/linux/i2c-*.h
5805 F: include/uapi/linux/i2c.h
5806 F: include/uapi/linux/i2c-*.h
5807
5808 I2C ACPI SUPPORT
5809 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5810 L: linux-i2c@vger.kernel.org
5811 L: linux-acpi@vger.kernel.org
5812 S: Maintained
5813
5814 I2C-TAOS-EVM DRIVER
5815 M: Jean Delvare <jdelvare@suse.com>
5816 L: linux-i2c@vger.kernel.org
5817 S: Maintained
5818 F: Documentation/i2c/busses/i2c-taos-evm
5819 F: drivers/i2c/busses/i2c-taos-evm.c
5820
5821 I2C-TINY-USB DRIVER
5822 M: Till Harbaum <till@harbaum.org>
5823 L: linux-i2c@vger.kernel.org
5824 W: http://www.harbaum.org/till/i2c_tiny_usb
5825 S: Maintained
5826 F: drivers/i2c/busses/i2c-tiny-usb.c
5827
5828 i386 BOOT CODE
5829 M: "H. Peter Anvin" <hpa@zytor.com>
5830 S: Maintained
5831 F: arch/x86/boot/
5832
5833 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5834 M: "H. Peter Anvin" <hpa@zytor.com>
5835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5836 S: Maintained
5837
5838 IA64 (Itanium) PLATFORM
5839 M: Tony Luck <tony.luck@intel.com>
5840 M: Fenghua Yu <fenghua.yu@intel.com>
5841 L: linux-ia64@vger.kernel.org
5842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5843 S: Maintained
5844 F: arch/ia64/
5845
5846 IBM Power VMX Cryptographic instructions
5847 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5848 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5849 L: linux-crypto@vger.kernel.org
5850 S: Supported
5851 F: drivers/crypto/vmx/Makefile
5852 F: drivers/crypto/vmx/Kconfig
5853 F: drivers/crypto/vmx/vmx.c
5854 F: drivers/crypto/vmx/aes*
5855 F: drivers/crypto/vmx/ghash*
5856 F: drivers/crypto/vmx/ppc-xlate.pl
5857
5858 IBM Power in-Nest Crypto Acceleration
5859 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5860 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5861 L: linux-crypto@vger.kernel.org
5862 S: Supported
5863 F: drivers/crypto/nx/Makefile
5864 F: drivers/crypto/nx/Kconfig
5865 F: drivers/crypto/nx/nx-aes*
5866 F: drivers/crypto/nx/nx-sha*
5867 F: drivers/crypto/nx/nx.*
5868 F: drivers/crypto/nx/nx_csbcpb.h
5869 F: drivers/crypto/nx/nx_debugfs.h
5870
5871 IBM Power 842 compression accelerator
5872 M: Dan Streetman <ddstreet@ieee.org>
5873 S: Supported
5874 F: drivers/crypto/nx/Makefile
5875 F: drivers/crypto/nx/Kconfig
5876 F: drivers/crypto/nx/nx-842*
5877 F: include/linux/sw842.h
5878 F: crypto/842.c
5879 F: lib/842/
5880
5881 IBM Power Linux RAID adapter
5882 M: Brian King <brking@us.ibm.com>
5883 S: Supported
5884 F: drivers/scsi/ipr.*
5885
5886 IBM Power Virtual Ethernet Device Driver
5887 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5888 L: netdev@vger.kernel.org
5889 S: Supported
5890 F: drivers/net/ethernet/ibm/ibmveth.*
5891
5892 IBM Power SRIOV Virtual NIC Device Driver
5893 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5894 M: John Allen <jallen@linux.vnet.ibm.com>
5895 L: netdev@vger.kernel.org
5896 S: Supported
5897 F: drivers/net/ethernet/ibm/ibmvnic.*
5898
5899 IBM Power Virtual SCSI Device Drivers
5900 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5901 L: linux-scsi@vger.kernel.org
5902 S: Supported
5903 F: drivers/scsi/ibmvscsi/ibmvscsi*
5904 F: include/scsi/viosrp.h
5905
5906 IBM Power Virtual SCSI Device Target Driver
5907 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5908 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5909 L: linux-scsi@vger.kernel.org
5910 L: target-devel@vger.kernel.org
5911 S: Supported
5912 F: drivers/scsi/ibmvscsi_tgt/
5913
5914 IBM Power Virtual FC Device Drivers
5915 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5916 L: linux-scsi@vger.kernel.org
5917 S: Supported
5918 F: drivers/scsi/ibmvscsi/ibmvfc*
5919
5920 IBM ServeRAID RAID DRIVER
5921 S: Orphan
5922 F: drivers/scsi/ips.*
5923
5924 ICH LPC AND GPIO DRIVER
5925 M: Peter Tyser <ptyser@xes-inc.com>
5926 S: Maintained
5927 F: drivers/mfd/lpc_ich.c
5928 F: drivers/gpio/gpio-ich.c
5929
5930 IDE SUBSYSTEM
5931 M: "David S. Miller" <davem@davemloft.net>
5932 L: linux-ide@vger.kernel.org
5933 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5935 S: Maintained
5936 F: Documentation/ide/
5937 F: drivers/ide/
5938 F: include/linux/ide.h
5939
5940 IDEAPAD LAPTOP EXTRAS DRIVER
5941 M: Ike Panhc <ike.pan@canonical.com>
5942 L: platform-driver-x86@vger.kernel.org
5943 W: http://launchpad.net/ideapad-laptop
5944 S: Maintained
5945 F: drivers/platform/x86/ideapad-laptop.c
5946
5947 IDEAPAD LAPTOP SLIDEBAR DRIVER
5948 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5949 L: linux-input@vger.kernel.org
5950 W: https://github.com/o2genum/ideapad-slidebar
5951 S: Maintained
5952 F: drivers/input/misc/ideapad_slidebar.c
5953
5954 IDE/ATAPI DRIVERS
5955 M: Borislav Petkov <bp@alien8.de>
5956 L: linux-ide@vger.kernel.org
5957 S: Maintained
5958 F: Documentation/cdrom/ide-cd
5959 F: drivers/ide/ide-cd*
5960
5961 IDLE-I7300
5962 M: Andy Henroid <andrew.d.henroid@intel.com>
5963 L: linux-pm@vger.kernel.org
5964 S: Supported
5965 F: drivers/idle/i7300_idle.c
5966
5967 IEEE 802.15.4 SUBSYSTEM
5968 M: Alexander Aring <aar@pengutronix.de>
5969 L: linux-wpan@vger.kernel.org
5970 W: http://wpan.cakelab.org/
5971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5973 S: Maintained
5974 F: net/ieee802154/
5975 F: net/mac802154/
5976 F: drivers/net/ieee802154/
5977 F: include/linux/nl802154.h
5978 F: include/linux/ieee802154.h
5979 F: include/net/nl802154.h
5980 F: include/net/mac802154.h
5981 F: include/net/af_ieee802154.h
5982 F: include/net/cfg802154.h
5983 F: include/net/ieee802154_netdev.h
5984 F: Documentation/networking/ieee802154.txt
5985
5986 IGORPLUG-USB IR RECEIVER
5987 M: Sean Young <sean@mess.org>
5988 L: linux-media@vger.kernel.org
5989 S: Maintained
5990 F: drivers/media/rc/igorplugusb.c
5991
5992 IGUANAWORKS USB IR TRANSCEIVER
5993 M: Sean Young <sean@mess.org>
5994 L: linux-media@vger.kernel.org
5995 S: Maintained
5996 F: drivers/media/rc/iguanair.c
5997
5998 IIO SUBSYSTEM AND DRIVERS
5999 M: Jonathan Cameron <jic23@kernel.org>
6000 R: Hartmut Knaack <knaack.h@gmx.de>
6001 R: Lars-Peter Clausen <lars@metafoo.de>
6002 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6003 L: linux-iio@vger.kernel.org
6004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6005 S: Maintained
6006 F: Documentation/devicetree/bindings/iio/
6007 F: drivers/iio/
6008 F: drivers/staging/iio/
6009 F: include/linux/iio/
6010 F: tools/iio/
6011
6012 IKANOS/ADI EAGLE ADSL USB DRIVER
6013 M: Matthieu Castet <castet.matthieu@free.fr>
6014 M: Stanislaw Gruszka <stf_xl@wp.pl>
6015 S: Maintained
6016 F: drivers/usb/atm/ueagle-atm.c
6017
6018 INA209 HARDWARE MONITOR DRIVER
6019 M: Guenter Roeck <linux@roeck-us.net>
6020 L: linux-hwmon@vger.kernel.org
6021 S: Maintained
6022 F: Documentation/hwmon/ina209
6023 F: Documentation/devicetree/bindings/i2c/ina209.txt
6024 F: drivers/hwmon/ina209.c
6025
6026 INA2XX HARDWARE MONITOR DRIVER
6027 M: Guenter Roeck <linux@roeck-us.net>
6028 L: linux-hwmon@vger.kernel.org
6029 S: Maintained
6030 F: Documentation/hwmon/ina2xx
6031 F: drivers/hwmon/ina2xx.c
6032 F: include/linux/platform_data/ina2xx.h
6033
6034 INDUSTRY PACK SUBSYSTEM (IPACK)
6035 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6036 M: Jens Taprogge <jens.taprogge@taprogge.org>
6037 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6038 L: industrypack-devel@lists.sourceforge.net
6039 W: http://industrypack.sourceforge.net
6040 S: Maintained
6041 F: drivers/ipack/
6042
6043 INGENIC JZ4780 DMA Driver
6044 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6045 S: Maintained
6046 F: drivers/dma/dma-jz4780.c
6047
6048 INGENIC JZ4780 NAND DRIVER
6049 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6050 L: linux-mtd@lists.infradead.org
6051 S: Maintained
6052 F: drivers/mtd/nand/jz4780_*
6053
6054 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6055 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6056 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6057 L: linux-ima-devel@lists.sourceforge.net
6058 L: linux-ima-user@lists.sourceforge.net
6059 L: linux-security-module@vger.kernel.org
6060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6061 S: Supported
6062 F: security/integrity/ima/
6063
6064 IMGTEC IR DECODER DRIVER
6065 M: James Hogan <james.hogan@imgtec.com>
6066 S: Maintained
6067 F: drivers/media/rc/img-ir/
6068
6069 IMS TWINTURBO FRAMEBUFFER DRIVER
6070 L: linux-fbdev@vger.kernel.org
6071 S: Orphan
6072 F: drivers/video/fbdev/imsttfb.c
6073
6074 INFINIBAND SUBSYSTEM
6075 M: Doug Ledford <dledford@redhat.com>
6076 M: Sean Hefty <sean.hefty@intel.com>
6077 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6078 L: linux-rdma@vger.kernel.org
6079 W: http://www.openfabrics.org/
6080 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6082 S: Supported
6083 F: Documentation/infiniband/
6084 F: drivers/infiniband/
6085 F: include/uapi/linux/if_infiniband.h
6086 F: include/uapi/rdma/
6087 F: include/rdma/
6088
6089 INOTIFY
6090 M: John McCutchan <john@johnmccutchan.com>
6091 M: Robert Love <rlove@rlove.org>
6092 M: Eric Paris <eparis@parisplace.org>
6093 S: Maintained
6094 F: Documentation/filesystems/inotify.txt
6095 F: fs/notify/inotify/
6096 F: include/linux/inotify.h
6097 F: include/uapi/linux/inotify.h
6098
6099 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6100 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6101 L: linux-input@vger.kernel.org
6102 Q: http://patchwork.kernel.org/project/linux-input/list/
6103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6104 S: Maintained
6105 F: drivers/input/
6106 F: include/linux/input.h
6107 F: include/uapi/linux/input.h
6108 F: include/linux/input/
6109 F: Documentation/devicetree/bindings/input/
6110
6111 INPUT MULTITOUCH (MT) PROTOCOL
6112 M: Henrik Rydberg <rydberg@bitmath.org>
6113 L: linux-input@vger.kernel.org
6114 S: Odd fixes
6115 F: Documentation/input/multi-touch-protocol.txt
6116 F: drivers/input/input-mt.c
6117 K: \b(ABS|SYN)_MT_
6118
6119 INTEL ASoC BDW/HSW DRIVERS
6120 M: Jie Yang <yang.jie@linux.intel.com>
6121 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6122 S: Supported
6123 F: sound/soc/intel/common/sst-dsp*
6124 F: sound/soc/intel/common/sst-firmware.c
6125 F: sound/soc/intel/boards/broadwell.c
6126 F: sound/soc/intel/haswell/
6127
6128 INTEL C600 SERIES SAS CONTROLLER DRIVER
6129 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6130 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6131 L: linux-scsi@vger.kernel.org
6132 T: git git://git.code.sf.net/p/intel-sas/isci
6133 S: Supported
6134 F: drivers/scsi/isci/
6135
6136 INTEL HID EVENT DRIVER
6137 M: Alex Hung <alex.hung@canonical.com>
6138 L: platform-driver-x86@vger.kernel.org
6139 S: Maintained
6140 F: drivers/platform/x86/intel-hid.c
6141
6142 INTEL VIRTUAL BUTTON DRIVER
6143 M: AceLan Kao <acelan.kao@canonical.com>
6144 L: platform-driver-x86@vger.kernel.org
6145 S: Maintained
6146 F: drivers/platform/x86/intel-vbtn.c
6147
6148 INTEL IDLE DRIVER
6149 M: Len Brown <lenb@kernel.org>
6150 L: linux-pm@vger.kernel.org
6151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6152 S: Supported
6153 F: drivers/idle/intel_idle.c
6154
6155 INTEL INTEGRATED SENSOR HUB DRIVER
6156 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6157 M: Jiri Kosina <jikos@kernel.org>
6158 L: linux-input@vger.kernel.org
6159 S: Maintained
6160 F: drivers/hid/intel-ish-hid/
6161
6162 INTEL PSTATE DRIVER
6163 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6164 M: Len Brown <lenb@kernel.org>
6165 L: linux-pm@vger.kernel.org
6166 S: Supported
6167 F: drivers/cpufreq/intel_pstate.c
6168
6169 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6170 M: Maik Broemme <mbroemme@libmpq.org>
6171 L: linux-fbdev@vger.kernel.org
6172 S: Maintained
6173 F: Documentation/fb/intelfb.txt
6174 F: drivers/video/fbdev/intelfb/
6175
6176 INTEL 810/815 FRAMEBUFFER DRIVER
6177 M: Antonino Daplas <adaplas@gmail.com>
6178 L: linux-fbdev@vger.kernel.org
6179 S: Maintained
6180 F: drivers/video/fbdev/i810/
6181
6182 INTEL MENLOW THERMAL DRIVER
6183 M: Sujith Thomas <sujith.thomas@intel.com>
6184 L: platform-driver-x86@vger.kernel.org
6185 W: https://01.org/linux-acpi
6186 S: Supported
6187 F: drivers/platform/x86/intel_menlow.c
6188
6189 INTEL I/OAT DMA DRIVER
6190 M: Dave Jiang <dave.jiang@intel.com>
6191 R: Dan Williams <dan.j.williams@intel.com>
6192 L: dmaengine@vger.kernel.org
6193 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6194 S: Supported
6195 F: drivers/dma/ioat*
6196
6197 INTEL IOMMU (VT-d)
6198 M: David Woodhouse <dwmw2@infradead.org>
6199 L: iommu@lists.linux-foundation.org
6200 T: git git://git.infradead.org/iommu-2.6.git
6201 S: Supported
6202 F: drivers/iommu/intel-iommu.c
6203 F: include/linux/intel-iommu.h
6204
6205 INTEL IOP-ADMA DMA DRIVER
6206 R: Dan Williams <dan.j.williams@intel.com>
6207 S: Odd fixes
6208 F: drivers/dma/iop-adma.c
6209
6210 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6211 M: Krzysztof Halasa <khalasa@piap.pl>
6212 S: Maintained
6213 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6214 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6215 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6216 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6217 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6218 F: drivers/net/wan/ixp4xx_hss.c
6219
6220 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6221 M: Deepak Saxena <dsaxena@plexity.net>
6222 S: Maintained
6223 F: drivers/char/hw_random/ixp4xx-rng.c
6224
6225 INTEL ETHERNET DRIVERS
6226 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6227 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6228 W: http://www.intel.com/support/feedback.htm
6229 W: http://e1000.sourceforge.net/
6230 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6233 S: Supported
6234 F: Documentation/networking/e100.txt
6235 F: Documentation/networking/e1000.txt
6236 F: Documentation/networking/e1000e.txt
6237 F: Documentation/networking/igb.txt
6238 F: Documentation/networking/igbvf.txt
6239 F: Documentation/networking/ixgb.txt
6240 F: Documentation/networking/ixgbe.txt
6241 F: Documentation/networking/ixgbevf.txt
6242 F: Documentation/networking/i40e.txt
6243 F: Documentation/networking/i40evf.txt
6244 F: drivers/net/ethernet/intel/
6245 F: drivers/net/ethernet/intel/*/
6246
6247 INTEL RDMA RNIC DRIVER
6248 M: Faisal Latif <faisal.latif@intel.com>
6249 R: Chien Tin Tung <chien.tin.tung@intel.com>
6250 R: Mustafa Ismail <mustafa.ismail@intel.com>
6251 R: Shiraz Saleem <shiraz.saleem@intel.com>
6252 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6253 L: linux-rdma@vger.kernel.org
6254 S: Supported
6255 F: drivers/infiniband/hw/i40iw/
6256
6257 INTEL MERRIFIELD GPIO DRIVER
6258 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6259 L: linux-gpio@vger.kernel.org
6260 S: Maintained
6261 F: drivers/gpio/gpio-merrifield.c
6262
6263 INTEL-MID GPIO DRIVER
6264 M: David Cohen <david.a.cohen@linux.intel.com>
6265 L: linux-gpio@vger.kernel.org
6266 S: Maintained
6267 F: drivers/gpio/gpio-intel-mid.c
6268
6269 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6270 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6271 L: linux-wireless@vger.kernel.org
6272 S: Maintained
6273 F: Documentation/networking/README.ipw2100
6274 F: Documentation/networking/README.ipw2200
6275 F: drivers/net/wireless/intel/ipw2x00/
6276
6277 INTEL(R) TRACE HUB
6278 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6279 S: Supported
6280 F: Documentation/trace/intel_th.txt
6281 F: drivers/hwtracing/intel_th/
6282
6283 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6284 M: Ning Sun <ning.sun@intel.com>
6285 L: tboot-devel@lists.sourceforge.net
6286 W: http://tboot.sourceforge.net
6287 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6288 S: Supported
6289 F: Documentation/intel_txt.txt
6290 F: include/linux/tboot.h
6291 F: arch/x86/kernel/tboot.c
6292
6293 INTEL WIRELESS WIMAX CONNECTION 2400
6294 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6295 M: linux-wimax@intel.com
6296 L: wimax@linuxwimax.org (subscribers-only)
6297 S: Supported
6298 W: http://linuxwimax.org
6299 F: Documentation/wimax/README.i2400m
6300 F: drivers/net/wimax/i2400m/
6301 F: include/uapi/linux/wimax/i2400m.h
6302
6303 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6304 M: Stanislaw Gruszka <sgruszka@redhat.com>
6305 L: linux-wireless@vger.kernel.org
6306 S: Supported
6307 F: drivers/net/wireless/intel/iwlegacy/
6308
6309 INTEL WIRELESS WIFI LINK (iwlwifi)
6310 M: Johannes Berg <johannes.berg@intel.com>
6311 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6312 M: Luca Coelho <luciano.coelho@intel.com>
6313 M: Intel Linux Wireless <linuxwifi@intel.com>
6314 L: linux-wireless@vger.kernel.org
6315 W: http://intellinuxwireless.org
6316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6317 S: Supported
6318 F: drivers/net/wireless/intel/iwlwifi/
6319
6320 INTEL MANAGEMENT ENGINE (mei)
6321 M: Tomas Winkler <tomas.winkler@intel.com>
6322 L: linux-kernel@vger.kernel.org
6323 S: Supported
6324 F: include/uapi/linux/mei.h
6325 F: include/linux/mei_cl_bus.h
6326 F: drivers/misc/mei/*
6327 F: drivers/watchdog/mei_wdt.c
6328 F: Documentation/misc-devices/mei/*
6329
6330 INTEL MIC DRIVERS (mic)
6331 M: Sudeep Dutt <sudeep.dutt@intel.com>
6332 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6333 S: Supported
6334 W: https://github.com/sudeepdutt/mic
6335 W: http://software.intel.com/en-us/mic-developer
6336 F: include/linux/mic_bus.h
6337 F: include/linux/scif.h
6338 F: include/uapi/linux/mic_common.h
6339 F: include/uapi/linux/mic_ioctl.h
6340 F: include/uapi/linux/scif_ioctl.h
6341 F: drivers/misc/mic/
6342 F: drivers/dma/mic_x100_dma.c
6343 F: drivers/dma/mic_x100_dma.h
6344 F: Documentation/mic/
6345
6346 INTEL PMC/P-Unit IPC DRIVER
6347 M: Zha Qipeng<qipeng.zha@intel.com>
6348 L: platform-driver-x86@vger.kernel.org
6349 S: Maintained
6350 F: drivers/platform/x86/intel_pmc_ipc.c
6351 F: drivers/platform/x86/intel_punit_ipc.c
6352 F: arch/x86/include/asm/intel_pmc_ipc.h
6353 F: arch/x86/include/asm/intel_punit_ipc.h
6354
6355 INTEL TELEMETRY DRIVER
6356 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6357 L: platform-driver-x86@vger.kernel.org
6358 S: Maintained
6359 F: arch/x86/include/asm/intel_telemetry.h
6360 F: drivers/platform/x86/intel_telemetry*
6361
6362 INTEL PMC CORE DRIVER
6363 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6364 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6365 L: platform-driver-x86@vger.kernel.org
6366 S: Maintained
6367 F: arch/x86/include/asm/pmc_core.h
6368 F: drivers/platform/x86/intel_pmc_core*
6369
6370 IOC3 ETHERNET DRIVER
6371 M: Ralf Baechle <ralf@linux-mips.org>
6372 L: linux-mips@linux-mips.org
6373 S: Maintained
6374 F: drivers/net/ethernet/sgi/ioc3-eth.c
6375
6376 IOC3 SERIAL DRIVER
6377 M: Pat Gefre <pfg@sgi.com>
6378 L: linux-serial@vger.kernel.org
6379 S: Maintained
6380 F: drivers/tty/serial/ioc3_serial.c
6381
6382 IOMMU DRIVERS
6383 M: Joerg Roedel <joro@8bytes.org>
6384 L: iommu@lists.linux-foundation.org
6385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6386 S: Maintained
6387 F: Documentation/devicetree/bindings/iommu/
6388 F: drivers/iommu/
6389
6390 IP MASQUERADING
6391 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6392 S: Maintained
6393 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6394
6395 IPMI SUBSYSTEM
6396 M: Corey Minyard <minyard@acm.org>
6397 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6398 W: http://openipmi.sourceforge.net/
6399 S: Supported
6400 F: Documentation/IPMI.txt
6401 F: drivers/char/ipmi/
6402 F: include/linux/ipmi*
6403 F: include/uapi/linux/ipmi*
6404
6405 QCOM AUDIO (ASoC) DRIVERS
6406 M: Patrick Lai <plai@codeaurora.org>
6407 M: Banajit Goswami <bgoswami@codeaurora.org>
6408 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6409 S: Supported
6410 F: sound/soc/qcom/
6411
6412 IPS SCSI RAID DRIVER
6413 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6414 L: linux-scsi@vger.kernel.org
6415 W: http://www.adaptec.com/
6416 S: Maintained
6417 F: drivers/scsi/ips*
6418
6419 IPVS
6420 M: Wensong Zhang <wensong@linux-vs.org>
6421 M: Simon Horman <horms@verge.net.au>
6422 M: Julian Anastasov <ja@ssi.bg>
6423 L: netdev@vger.kernel.org
6424 L: lvs-devel@vger.kernel.org
6425 S: Maintained
6426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6428 F: Documentation/networking/ipvs-sysctl.txt
6429 F: include/net/ip_vs.h
6430 F: include/uapi/linux/ip_vs.h
6431 F: net/netfilter/ipvs/
6432
6433 IPWIRELESS DRIVER
6434 M: Jiri Kosina <jikos@kernel.org>
6435 M: David Sterba <dsterba@suse.com>
6436 S: Odd Fixes
6437 F: drivers/tty/ipwireless/
6438
6439 IPX NETWORK LAYER
6440 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6441 L: netdev@vger.kernel.org
6442 S: Maintained
6443 F: include/net/ipx.h
6444 F: include/uapi/linux/ipx.h
6445 F: net/ipx/
6446
6447 IRDA SUBSYSTEM
6448 M: Samuel Ortiz <samuel@sortiz.org>
6449 L: irda-users@lists.sourceforge.net (subscribers-only)
6450 L: netdev@vger.kernel.org
6451 W: http://irda.sourceforge.net/
6452 S: Maintained
6453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6454 F: Documentation/networking/irda.txt
6455 F: drivers/net/irda/
6456 F: include/net/irda/
6457 F: net/irda/
6458
6459 IRQ SUBSYSTEM
6460 M: Thomas Gleixner <tglx@linutronix.de>
6461 L: linux-kernel@vger.kernel.org
6462 S: Maintained
6463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6464 F: kernel/irq/
6465
6466 IRQCHIP DRIVERS
6467 M: Thomas Gleixner <tglx@linutronix.de>
6468 M: Jason Cooper <jason@lakedaemon.net>
6469 M: Marc Zyngier <marc.zyngier@arm.com>
6470 L: linux-kernel@vger.kernel.org
6471 S: Maintained
6472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6473 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6474 F: Documentation/devicetree/bindings/interrupt-controller/
6475 F: drivers/irqchip/
6476
6477 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6478 M: Marc Zyngier <marc.zyngier@arm.com>
6479 S: Maintained
6480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6481 F: Documentation/IRQ-domain.txt
6482 F: include/linux/irqdomain.h
6483 F: kernel/irq/irqdomain.c
6484 F: kernel/irq/msi.c
6485
6486 ISA
6487 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6488 S: Maintained
6489 F: Documentation/isa.txt
6490 F: drivers/base/isa.c
6491 F: include/linux/isa.h
6492
6493 ISAPNP
6494 M: Jaroslav Kysela <perex@perex.cz>
6495 S: Maintained
6496 F: Documentation/isapnp.txt
6497 F: drivers/pnp/isapnp/
6498 F: include/linux/isapnp.h
6499
6500 ISA RADIO MODULE
6501 M: Hans Verkuil <hverkuil@xs4all.nl>
6502 L: linux-media@vger.kernel.org
6503 T: git git://linuxtv.org/media_tree.git
6504 W: https://linuxtv.org
6505 S: Maintained
6506 F: drivers/media/radio/radio-isa*
6507
6508 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6509 M: Peter Jones <pjones@redhat.com>
6510 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6511 S: Maintained
6512 F: drivers/firmware/iscsi_ibft*
6513
6514 ISCSI
6515 M: Mike Christie <michaelc@cs.wisc.edu>
6516 L: open-iscsi@googlegroups.com
6517 W: www.open-iscsi.org
6518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6519 S: Maintained
6520 F: drivers/scsi/*iscsi*
6521 F: include/scsi/*iscsi*
6522
6523 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6524 M: Or Gerlitz <ogerlitz@mellanox.com>
6525 M: Sagi Grimberg <sagi@grimberg.me>
6526 M: Roi Dayan <roid@mellanox.com>
6527 L: linux-rdma@vger.kernel.org
6528 S: Supported
6529 W: http://www.openfabrics.org
6530 W: www.open-iscsi.org
6531 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6532 F: drivers/infiniband/ulp/iser/
6533
6534 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6535 M: Sagi Grimberg <sagi@grimberg.me>
6536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6537 L: linux-rdma@vger.kernel.org
6538 L: target-devel@vger.kernel.org
6539 S: Supported
6540 W: http://www.linux-iscsi.org
6541 F: drivers/infiniband/ulp/isert
6542
6543 ISDN SUBSYSTEM
6544 M: Karsten Keil <isdn@linux-pingi.de>
6545 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6546 L: netdev@vger.kernel.org
6547 W: http://www.isdn4linux.de
6548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6549 S: Maintained
6550 F: Documentation/isdn/
6551 F: drivers/isdn/
6552 F: include/linux/isdn.h
6553 F: include/linux/isdn/
6554 F: include/uapi/linux/isdn.h
6555 F: include/uapi/linux/isdn/
6556
6557 ISDN SUBSYSTEM (Eicon active card driver)
6558 M: Armin Schindler <mac@melware.de>
6559 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6560 W: http://www.melware.de
6561 S: Maintained
6562 F: drivers/isdn/hardware/eicon/
6563
6564 IT87 HARDWARE MONITORING DRIVER
6565 M: Jean Delvare <jdelvare@suse.com>
6566 L: linux-hwmon@vger.kernel.org
6567 S: Maintained
6568 F: Documentation/hwmon/it87
6569 F: drivers/hwmon/it87.c
6570
6571 IT913X MEDIA DRIVER
6572 M: Antti Palosaari <crope@iki.fi>
6573 L: linux-media@vger.kernel.org
6574 W: https://linuxtv.org
6575 W: http://palosaari.fi/linux/
6576 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6577 T: git git://linuxtv.org/anttip/media_tree.git
6578 S: Maintained
6579 F: drivers/media/tuners/it913x*
6580
6581 IVTV VIDEO4LINUX DRIVER
6582 M: Andy Walls <awalls@md.metrocast.net>
6583 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6584 L: linux-media@vger.kernel.org
6585 T: git git://linuxtv.org/media_tree.git
6586 W: http://www.ivtvdriver.org
6587 S: Maintained
6588 F: Documentation/video4linux/*.ivtv
6589 F: drivers/media/pci/ivtv/
6590 F: include/uapi/linux/ivtv*
6591
6592 IX2505V MEDIA DRIVER
6593 M: Malcolm Priestley <tvboxspy@gmail.com>
6594 L: linux-media@vger.kernel.org
6595 W: https://linuxtv.org
6596 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6597 S: Maintained
6598 F: drivers/media/dvb-frontends/ix2505v*
6599
6600 JC42.4 TEMPERATURE SENSOR DRIVER
6601 M: Guenter Roeck <linux@roeck-us.net>
6602 L: linux-hwmon@vger.kernel.org
6603 S: Maintained
6604 F: drivers/hwmon/jc42.c
6605 F: Documentation/hwmon/jc42
6606
6607 JFS FILESYSTEM
6608 M: Dave Kleikamp <shaggy@kernel.org>
6609 L: jfs-discussion@lists.sourceforge.net
6610 W: http://jfs.sourceforge.net/
6611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6612 S: Maintained
6613 F: Documentation/filesystems/jfs.txt
6614 F: fs/jfs/
6615
6616 JME NETWORK DRIVER
6617 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6618 L: netdev@vger.kernel.org
6619 S: Maintained
6620 F: drivers/net/ethernet/jme.*
6621
6622 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6623 M: David Woodhouse <dwmw2@infradead.org>
6624 L: linux-mtd@lists.infradead.org
6625 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6626 S: Maintained
6627 F: fs/jffs2/
6628 F: include/uapi/linux/jffs2.h
6629
6630 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6631 M: "Theodore Ts'o" <tytso@mit.edu>
6632 M: Jan Kara <jack@suse.com>
6633 L: linux-ext4@vger.kernel.org
6634 S: Maintained
6635 F: fs/jbd2/
6636 F: include/linux/jbd2.h
6637
6638 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6639 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6640 L: linux-media@vger.kernel.org
6641 S: Maintained
6642 F: drivers/media/platform/rcar_jpu.c
6643
6644 JSM Neo PCI based serial card
6645 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6646 L: linux-serial@vger.kernel.org
6647 S: Maintained
6648 F: drivers/tty/serial/jsm/
6649
6650 K10TEMP HARDWARE MONITORING DRIVER
6651 M: Clemens Ladisch <clemens@ladisch.de>
6652 L: linux-hwmon@vger.kernel.org
6653 S: Maintained
6654 F: Documentation/hwmon/k10temp
6655 F: drivers/hwmon/k10temp.c
6656
6657 K8TEMP HARDWARE MONITORING DRIVER
6658 M: Rudolf Marek <r.marek@assembler.cz>
6659 L: linux-hwmon@vger.kernel.org
6660 S: Maintained
6661 F: Documentation/hwmon/k8temp
6662 F: drivers/hwmon/k8temp.c
6663
6664 KASAN
6665 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6666 R: Alexander Potapenko <glider@google.com>
6667 R: Dmitry Vyukov <dvyukov@google.com>
6668 L: kasan-dev@googlegroups.com
6669 S: Maintained
6670 F: arch/*/include/asm/kasan.h
6671 F: arch/*/mm/kasan_init*
6672 F: Documentation/dev-tools/kasan.rst
6673 F: include/linux/kasan*.h
6674 F: lib/test_kasan.c
6675 F: mm/kasan/
6676 F: scripts/Makefile.kasan
6677
6678 KCONFIG
6679 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6680 L: linux-kbuild@vger.kernel.org
6681 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6682 S: Maintained
6683 F: Documentation/kbuild/kconfig-language.txt
6684 F: scripts/kconfig/
6685
6686 KDUMP
6687 M: Dave Young <dyoung@redhat.com>
6688 M: Baoquan He <bhe@redhat.com>
6689 R: Vivek Goyal <vgoyal@redhat.com>
6690 L: kexec@lists.infradead.org
6691 W: http://lse.sourceforge.net/kdump/
6692 S: Maintained
6693 F: Documentation/kdump/
6694
6695 KEENE FM RADIO TRANSMITTER DRIVER
6696 M: Hans Verkuil <hverkuil@xs4all.nl>
6697 L: linux-media@vger.kernel.org
6698 T: git git://linuxtv.org/media_tree.git
6699 W: https://linuxtv.org
6700 S: Maintained
6701 F: drivers/media/radio/radio-keene*
6702
6703 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6704 M: Ian Kent <raven@themaw.net>
6705 L: autofs@vger.kernel.org
6706 S: Maintained
6707 F: fs/autofs4/
6708
6709 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6710 M: Michal Marek <mmarek@suse.com>
6711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6713 L: linux-kbuild@vger.kernel.org
6714 S: Maintained
6715 F: Documentation/kbuild/
6716 F: Makefile
6717 F: scripts/Makefile.*
6718 F: scripts/basic/
6719 F: scripts/mk*
6720 F: scripts/package/
6721
6722 KERNEL JANITORS
6723 L: kernel-janitors@vger.kernel.org
6724 W: http://kernelnewbies.org/KernelJanitors
6725 S: Odd Fixes
6726
6727 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6728 M: "J. Bruce Fields" <bfields@fieldses.org>
6729 M: Jeff Layton <jlayton@poochiereds.net>
6730 L: linux-nfs@vger.kernel.org
6731 W: http://nfs.sourceforge.net/
6732 T: git git://linux-nfs.org/~bfields/linux.git
6733 S: Supported
6734 F: fs/nfsd/
6735 F: include/uapi/linux/nfsd/
6736 F: fs/lockd/
6737 F: fs/nfs_common/
6738 F: net/sunrpc/
6739 F: include/linux/lockd/
6740 F: include/linux/sunrpc/
6741 F: include/uapi/linux/sunrpc/
6742
6743 KERNEL SELFTEST FRAMEWORK
6744 M: Shuah Khan <shuahkh@osg.samsung.com>
6745 M: Shuah Khan <shuah@kernel.org>
6746 L: linux-kselftest@vger.kernel.org
6747 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6748 S: Maintained
6749 F: tools/testing/selftests
6750
6751 KERNEL VIRTUAL MACHINE (KVM)
6752 M: Paolo Bonzini <pbonzini@redhat.com>
6753 M: Radim Krčmář <rkrcmar@redhat.com>
6754 L: kvm@vger.kernel.org
6755 W: http://www.linux-kvm.org
6756 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6757 S: Supported
6758 F: Documentation/*/kvm*.txt
6759 F: Documentation/virtual/kvm/
6760 F: arch/*/kvm/
6761 F: arch/x86/kernel/kvm.c
6762 F: arch/x86/kernel/kvmclock.c
6763 F: arch/*/include/asm/kvm*
6764 F: include/linux/kvm*
6765 F: include/uapi/linux/kvm*
6766 F: virt/kvm/
6767 F: tools/kvm/
6768
6769 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6770 M: Joerg Roedel <joro@8bytes.org>
6771 L: kvm@vger.kernel.org
6772 W: http://www.linux-kvm.org/
6773 S: Maintained
6774 F: arch/x86/include/asm/svm.h
6775 F: arch/x86/kvm/svm.c
6776
6777 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6778 M: Alexander Graf <agraf@suse.com>
6779 L: kvm-ppc@vger.kernel.org
6780 W: http://www.linux-kvm.org/
6781 T: git git://github.com/agraf/linux-2.6.git
6782 S: Supported
6783 F: arch/powerpc/include/asm/kvm*
6784 F: arch/powerpc/kvm/
6785
6786 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6787 M: Christian Borntraeger <borntraeger@de.ibm.com>
6788 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6789 L: linux-s390@vger.kernel.org
6790 W: http://www.ibm.com/developerworks/linux/linux390/
6791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6792 S: Supported
6793 F: Documentation/s390/kvm.txt
6794 F: arch/s390/include/asm/kvm*
6795 F: arch/s390/kvm/
6796
6797 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6798 M: Christoffer Dall <christoffer.dall@linaro.org>
6799 M: Marc Zyngier <marc.zyngier@arm.com>
6800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6801 L: kvmarm@lists.cs.columbia.edu
6802 W: http://systems.cs.columbia.edu/projects/kvm-arm
6803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6804 S: Supported
6805 F: arch/arm/include/uapi/asm/kvm*
6806 F: arch/arm/include/asm/kvm*
6807 F: arch/arm/kvm/
6808 F: virt/kvm/arm/
6809 F: include/kvm/arm_*
6810
6811 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6812 M: Christoffer Dall <christoffer.dall@linaro.org>
6813 M: Marc Zyngier <marc.zyngier@arm.com>
6814 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6815 L: kvmarm@lists.cs.columbia.edu
6816 S: Maintained
6817 F: arch/arm64/include/uapi/asm/kvm*
6818 F: arch/arm64/include/asm/kvm*
6819 F: arch/arm64/kvm/
6820
6821 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6822 M: James Hogan <james.hogan@imgtec.com>
6823 L: linux-mips@linux-mips.org
6824 S: Supported
6825 F: arch/mips/include/uapi/asm/kvm*
6826 F: arch/mips/include/asm/kvm*
6827 F: arch/mips/kvm/
6828
6829 KEXEC
6830 M: Eric Biederman <ebiederm@xmission.com>
6831 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6832 L: kexec@lists.infradead.org
6833 S: Maintained
6834 F: include/linux/kexec.h
6835 F: include/uapi/linux/kexec.h
6836 F: kernel/kexec*
6837
6838 KEYS/KEYRINGS:
6839 M: David Howells <dhowells@redhat.com>
6840 L: keyrings@vger.kernel.org
6841 S: Maintained
6842 F: Documentation/security/keys.txt
6843 F: include/linux/key.h
6844 F: include/linux/key-type.h
6845 F: include/linux/keyctl.h
6846 F: include/uapi/linux/keyctl.h
6847 F: include/keys/
6848 F: security/keys/
6849
6850 KEYS-TRUSTED
6851 M: David Safford <safford@us.ibm.com>
6852 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6853 L: linux-security-module@vger.kernel.org
6854 L: keyrings@vger.kernel.org
6855 S: Supported
6856 F: Documentation/security/keys-trusted-encrypted.txt
6857 F: include/keys/trusted-type.h
6858 F: security/keys/trusted.c
6859 F: security/keys/trusted.h
6860
6861 KEYS-ENCRYPTED
6862 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6863 M: David Safford <safford@us.ibm.com>
6864 L: linux-security-module@vger.kernel.org
6865 L: keyrings@vger.kernel.org
6866 S: Supported
6867 F: Documentation/security/keys-trusted-encrypted.txt
6868 F: include/keys/encrypted-type.h
6869 F: security/keys/encrypted-keys/
6870
6871 KGDB / KDB /debug_core
6872 M: Jason Wessel <jason.wessel@windriver.com>
6873 W: http://kgdb.wiki.kernel.org/
6874 L: kgdb-bugreport@lists.sourceforge.net
6875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6876 S: Maintained
6877 F: Documentation/DocBook/kgdb.tmpl
6878 F: drivers/misc/kgdbts.c
6879 F: drivers/tty/serial/kgdboc.c
6880 F: include/linux/kdb.h
6881 F: include/linux/kgdb.h
6882 F: kernel/debug/
6883
6884 KMEMCHECK
6885 M: Vegard Nossum <vegardno@ifi.uio.no>
6886 M: Pekka Enberg <penberg@kernel.org>
6887 S: Maintained
6888 F: Documentation/dev-tools/kmemcheck.rst
6889 F: arch/x86/include/asm/kmemcheck.h
6890 F: arch/x86/mm/kmemcheck/
6891 F: include/linux/kmemcheck.h
6892 F: mm/kmemcheck.c
6893
6894 KMEMLEAK
6895 M: Catalin Marinas <catalin.marinas@arm.com>
6896 S: Maintained
6897 F: Documentation/dev-tools/kmemleak.rst
6898 F: include/linux/kmemleak.h
6899 F: mm/kmemleak.c
6900 F: mm/kmemleak-test.c
6901
6902 KPROBES
6903 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6904 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6905 M: "David S. Miller" <davem@davemloft.net>
6906 M: Masami Hiramatsu <mhiramat@kernel.org>
6907 S: Maintained
6908 F: Documentation/kprobes.txt
6909 F: include/linux/kprobes.h
6910 F: kernel/kprobes.c
6911
6912 KS0108 LCD CONTROLLER DRIVER
6913 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6914 W: http://miguelojeda.es/auxdisplay.htm
6915 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6916 S: Maintained
6917 F: Documentation/auxdisplay/ks0108
6918 F: drivers/auxdisplay/ks0108.c
6919 F: include/linux/ks0108.h
6920
6921 L3MDEV
6922 M: David Ahern <dsa@cumulusnetworks.com>
6923 L: netdev@vger.kernel.org
6924 S: Maintained
6925 F: net/l3mdev
6926 F: include/net/l3mdev.h
6927
6928 LANTIQ MIPS ARCHITECTURE
6929 M: John Crispin <john@phrozen.org>
6930 L: linux-mips@linux-mips.org
6931 S: Maintained
6932 F: arch/mips/lantiq
6933
6934 LAPB module
6935 L: linux-x25@vger.kernel.org
6936 S: Orphan
6937 F: Documentation/networking/lapb-module.txt
6938 F: include/*/lapb.h
6939 F: net/lapb/
6940
6941 LASI 53c700 driver for PARISC
6942 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6943 L: linux-scsi@vger.kernel.org
6944 S: Maintained
6945 F: Documentation/scsi/53c700.txt
6946 F: drivers/scsi/53c700*
6947
6948 LED SUBSYSTEM
6949 M: Richard Purdie <rpurdie@rpsys.net>
6950 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6951 L: linux-leds@vger.kernel.org
6952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6953 S: Maintained
6954 F: Documentation/devicetree/bindings/leds/
6955 F: drivers/leds/
6956 F: include/linux/leds.h
6957
6958 LEGACY EEPROM DRIVER
6959 M: Jean Delvare <jdelvare@suse.com>
6960 S: Maintained
6961 F: Documentation/misc-devices/eeprom
6962 F: drivers/misc/eeprom/eeprom.c
6963
6964 LEGO USB Tower driver
6965 M: Juergen Stuber <starblue@users.sourceforge.net>
6966 L: legousb-devel@lists.sourceforge.net
6967 W: http://legousb.sourceforge.net/
6968 S: Maintained
6969 F: drivers/usb/misc/legousbtower.c
6970
6971 LG2160 MEDIA DRIVER
6972 M: Michael Krufky <mkrufky@linuxtv.org>
6973 L: linux-media@vger.kernel.org
6974 W: https://linuxtv.org
6975 W: http://github.com/mkrufky
6976 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6977 T: git git://linuxtv.org/mkrufky/tuners.git
6978 S: Maintained
6979 F: drivers/media/dvb-frontends/lg2160.*
6980
6981 LGDT3305 MEDIA DRIVER
6982 M: Michael Krufky <mkrufky@linuxtv.org>
6983 L: linux-media@vger.kernel.org
6984 W: https://linuxtv.org
6985 W: http://github.com/mkrufky
6986 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6987 T: git git://linuxtv.org/mkrufky/tuners.git
6988 S: Maintained
6989 F: drivers/media/dvb-frontends/lgdt3305.*
6990
6991 LGUEST
6992 M: Rusty Russell <rusty@rustcorp.com.au>
6993 L: lguest@lists.ozlabs.org
6994 W: http://lguest.ozlabs.org/
6995 S: Odd Fixes
6996 F: arch/x86/include/asm/lguest*.h
6997 F: arch/x86/lguest/
6998 F: drivers/lguest/
6999 F: include/linux/lguest*.h
7000 F: tools/lguest/
7001
7002 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7003 M: Tejun Heo <tj@kernel.org>
7004 L: linux-ide@vger.kernel.org
7005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7006 S: Maintained
7007 F: drivers/ata/
7008 F: include/linux/ata.h
7009 F: include/linux/libata.h
7010 F: Documentation/devicetree/bindings/ata/
7011
7012 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7013 M: Viresh Kumar <vireshk@kernel.org>
7014 L: linux-ide@vger.kernel.org
7015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7016 S: Maintained
7017 F: include/linux/pata_arasan_cf_data.h
7018 F: drivers/ata/pata_arasan_cf.c
7019
7020 LIBATA PATA DRIVERS
7021 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7022 M: Tejun Heo <tj@kernel.org>
7023 L: linux-ide@vger.kernel.org
7024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7025 S: Maintained
7026 F: drivers/ata/pata_*.c
7027 F: drivers/ata/ata_generic.c
7028
7029 LIBATA SATA AHCI PLATFORM devices support
7030 M: Hans de Goede <hdegoede@redhat.com>
7031 M: Tejun Heo <tj@kernel.org>
7032 L: linux-ide@vger.kernel.org
7033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7034 S: Maintained
7035 F: drivers/ata/ahci_platform.c
7036 F: drivers/ata/libahci_platform.c
7037 F: include/linux/ahci_platform.h
7038
7039 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7040 M: Mikael Pettersson <mikpelinux@gmail.com>
7041 L: linux-ide@vger.kernel.org
7042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7043 S: Maintained
7044 F: drivers/ata/sata_promise.*
7045
7046 LIBLOCKDEP
7047 M: Sasha Levin <sasha.levin@oracle.com>
7048 S: Maintained
7049 F: tools/lib/lockdep/
7050
7051 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7052 M: Dan Williams <dan.j.williams@intel.com>
7053 L: linux-nvdimm@lists.01.org
7054 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7056 S: Supported
7057 F: drivers/nvdimm/*
7058 F: include/linux/nd.h
7059 F: include/linux/libnvdimm.h
7060 F: include/uapi/linux/ndctl.h
7061
7062 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7063 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7064 L: linux-nvdimm@lists.01.org
7065 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7066 S: Supported
7067 F: drivers/nvdimm/blk.c
7068 F: drivers/nvdimm/region_devs.c
7069 F: drivers/acpi/nfit*
7070
7071 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7072 M: Vishal Verma <vishal.l.verma@intel.com>
7073 L: linux-nvdimm@lists.01.org
7074 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7075 S: Supported
7076 F: drivers/nvdimm/btt*
7077
7078 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7079 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7080 L: linux-nvdimm@lists.01.org
7081 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7082 S: Supported
7083 F: drivers/nvdimm/pmem.c
7084 F: include/linux/pmem.h
7085 F: arch/*/include/asm/pmem.h
7086
7087 LIGHTNVM PLATFORM SUPPORT
7088 M: Matias Bjorling <mb@lightnvm.io>
7089 W: http://github/OpenChannelSSD
7090 L: linux-block@vger.kernel.org
7091 S: Maintained
7092 F: drivers/lightnvm/
7093 F: include/linux/lightnvm.h
7094 F: include/uapi/linux/lightnvm.h
7095
7096 LINUX FOR IBM pSERIES (RS/6000)
7097 M: Paul Mackerras <paulus@au.ibm.com>
7098 W: http://www.ibm.com/linux/ltc/projects/ppc
7099 S: Supported
7100 F: arch/powerpc/boot/rs6000.h
7101
7102 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7103 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7104 M: Paul Mackerras <paulus@samba.org>
7105 M: Michael Ellerman <mpe@ellerman.id.au>
7106 W: http://www.penguinppc.org/
7107 L: linuxppc-dev@lists.ozlabs.org
7108 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7110 S: Supported
7111 F: Documentation/powerpc/
7112 F: arch/powerpc/
7113 F: drivers/char/tpm/tpm_ibmvtpm*
7114 F: drivers/crypto/nx/
7115 F: drivers/crypto/vmx/
7116 F: drivers/net/ethernet/ibm/ibmveth.*
7117 F: drivers/net/ethernet/ibm/ibmvnic.*
7118 F: drivers/pci/hotplug/pnv_php.c
7119 F: drivers/pci/hotplug/rpa*
7120 F: drivers/scsi/ibmvscsi/
7121 N: opal
7122 N: /pmac
7123 N: powermac
7124 N: powernv
7125 N: [^a-z0-9]ps3
7126 N: pseries
7127
7128 LINUX FOR POWER MACINTOSH
7129 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7130 W: http://www.penguinppc.org/
7131 L: linuxppc-dev@lists.ozlabs.org
7132 S: Maintained
7133 F: arch/powerpc/platforms/powermac/
7134 F: drivers/macintosh/
7135
7136 LINUX FOR POWERPC EMBEDDED MPC5XXX
7137 M: Anatolij Gustschin <agust@denx.de>
7138 L: linuxppc-dev@lists.ozlabs.org
7139 T: git git://git.denx.de/linux-denx-agust.git
7140 S: Maintained
7141 F: arch/powerpc/platforms/512x/
7142 F: arch/powerpc/platforms/52xx/
7143
7144 LINUX FOR POWERPC EMBEDDED PPC4XX
7145 M: Alistair Popple <alistair@popple.id.au>
7146 M: Matt Porter <mporter@kernel.crashing.org>
7147 W: http://www.penguinppc.org/
7148 L: linuxppc-dev@lists.ozlabs.org
7149 S: Maintained
7150 F: arch/powerpc/platforms/40x/
7151 F: arch/powerpc/platforms/44x/
7152
7153 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7154 L: linuxppc-dev@lists.ozlabs.org
7155 S: Orphan
7156 F: arch/powerpc/*/*virtex*
7157 F: arch/powerpc/*/*/*virtex*
7158
7159 LINUX FOR POWERPC EMBEDDED PPC8XX
7160 M: Vitaly Bordug <vitb@kernel.crashing.org>
7161 W: http://www.penguinppc.org/
7162 L: linuxppc-dev@lists.ozlabs.org
7163 S: Maintained
7164 F: arch/powerpc/platforms/8xx/
7165
7166 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7167 M: Scott Wood <oss@buserror.net>
7168 M: Kumar Gala <galak@kernel.crashing.org>
7169 W: http://www.penguinppc.org/
7170 L: linuxppc-dev@lists.ozlabs.org
7171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7172 S: Maintained
7173 F: arch/powerpc/platforms/83xx/
7174 F: arch/powerpc/platforms/85xx/
7175
7176 LINUX FOR POWERPC PA SEMI PWRFICIENT
7177 M: Olof Johansson <olof@lixom.net>
7178 L: linuxppc-dev@lists.ozlabs.org
7179 S: Maintained
7180 F: arch/powerpc/platforms/pasemi/
7181 F: drivers/*/*pasemi*
7182 F: drivers/*/*/*pasemi*
7183
7184 LINUX SECURITY MODULE (LSM) FRAMEWORK
7185 M: Chris Wright <chrisw@sous-sol.org>
7186 L: linux-security-module@vger.kernel.org
7187 S: Supported
7188
7189 LIS3LV02D ACCELEROMETER DRIVER
7190 M: Eric Piel <eric.piel@tremplin-utc.net>
7191 S: Maintained
7192 F: Documentation/misc-devices/lis3lv02d
7193 F: drivers/misc/lis3lv02d/
7194 F: drivers/platform/x86/hp_accel.c
7195
7196 LIVE PATCHING
7197 M: Josh Poimboeuf <jpoimboe@redhat.com>
7198 M: Jessica Yu <jeyu@redhat.com>
7199 M: Jiri Kosina <jikos@kernel.org>
7200 M: Miroslav Benes <mbenes@suse.cz>
7201 R: Petr Mladek <pmladek@suse.com>
7202 S: Maintained
7203 F: kernel/livepatch/
7204 F: include/linux/livepatch.h
7205 F: arch/x86/include/asm/livepatch.h
7206 F: arch/x86/kernel/livepatch.c
7207 F: Documentation/livepatch/
7208 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7209 F: samples/livepatch/
7210 L: live-patching@vger.kernel.org
7211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7212
7213 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7214 M: Kees Cook <keescook@chromium.org>
7215 S: Maintained
7216 F: drivers/misc/lkdtm*
7217
7218 LLC (802.2)
7219 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7220 S: Maintained
7221 F: include/linux/llc.h
7222 F: include/uapi/linux/llc.h
7223 F: include/net/llc*
7224 F: net/llc/
7225
7226 LM73 HARDWARE MONITOR DRIVER
7227 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7228 L: linux-hwmon@vger.kernel.org
7229 S: Maintained
7230 F: drivers/hwmon/lm73.c
7231
7232 LM78 HARDWARE MONITOR DRIVER
7233 M: Jean Delvare <jdelvare@suse.com>
7234 L: linux-hwmon@vger.kernel.org
7235 S: Maintained
7236 F: Documentation/hwmon/lm78
7237 F: drivers/hwmon/lm78.c
7238
7239 LM83 HARDWARE MONITOR DRIVER
7240 M: Jean Delvare <jdelvare@suse.com>
7241 L: linux-hwmon@vger.kernel.org
7242 S: Maintained
7243 F: Documentation/hwmon/lm83
7244 F: drivers/hwmon/lm83.c
7245
7246 LM90 HARDWARE MONITOR DRIVER
7247 M: Jean Delvare <jdelvare@suse.com>
7248 L: linux-hwmon@vger.kernel.org
7249 S: Maintained
7250 F: Documentation/hwmon/lm90
7251 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7252 F: drivers/hwmon/lm90.c
7253
7254 LM95234 HARDWARE MONITOR DRIVER
7255 M: Guenter Roeck <linux@roeck-us.net>
7256 L: linux-hwmon@vger.kernel.org
7257 S: Maintained
7258 F: Documentation/hwmon/lm95234
7259 F: drivers/hwmon/lm95234.c
7260
7261 LME2510 MEDIA DRIVER
7262 M: Malcolm Priestley <tvboxspy@gmail.com>
7263 L: linux-media@vger.kernel.org
7264 W: https://linuxtv.org
7265 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7266 S: Maintained
7267 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7268
7269 LOCKING PRIMITIVES
7270 M: Peter Zijlstra <peterz@infradead.org>
7271 M: Ingo Molnar <mingo@redhat.com>
7272 L: linux-kernel@vger.kernel.org
7273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7274 S: Maintained
7275 F: Documentation/locking/
7276 F: include/linux/lockdep.h
7277 F: include/linux/spinlock*.h
7278 F: arch/*/include/asm/spinlock*.h
7279 F: include/linux/rwlock*.h
7280 F: include/linux/mutex*.h
7281 F: arch/*/include/asm/mutex*.h
7282 F: include/linux/rwsem*.h
7283 F: arch/*/include/asm/rwsem.h
7284 F: include/linux/seqlock.h
7285 F: lib/locking*.[ch]
7286 F: kernel/locking/
7287
7288 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7289 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7290 L: linux-ntfs-dev@lists.sourceforge.net
7291 W: http://www.linux-ntfs.org/content/view/19/37/
7292 S: Maintained
7293 F: Documentation/ldm.txt
7294 F: block/partitions/ldm.*
7295
7296 LogFS
7297 M: Joern Engel <joern@logfs.org>
7298 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7299 L: logfs@logfs.org
7300 W: logfs.org
7301 S: Maintained
7302 F: fs/logfs/
7303
7304 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7305 M: Sathya Prakash <sathya.prakash@broadcom.com>
7306 M: Chaitra P B <chaitra.basappa@broadcom.com>
7307 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7308 L: MPT-FusionLinux.pdl@broadcom.com
7309 L: linux-scsi@vger.kernel.org
7310 W: http://www.avagotech.com/support/
7311 S: Supported
7312 F: drivers/message/fusion/
7313 F: drivers/scsi/mpt2sas/
7314 F: drivers/scsi/mpt3sas/
7315
7316 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7317 M: Matthew Wilcox <matthew@wil.cx>
7318 L: linux-scsi@vger.kernel.org
7319 S: Maintained
7320 F: drivers/scsi/sym53c8xx_2/
7321
7322 LTC4261 HARDWARE MONITOR DRIVER
7323 M: Guenter Roeck <linux@roeck-us.net>
7324 L: linux-hwmon@vger.kernel.org
7325 S: Maintained
7326 F: Documentation/hwmon/ltc4261
7327 F: drivers/hwmon/ltc4261.c
7328
7329 LTP (Linux Test Project)
7330 M: Mike Frysinger <vapier@gentoo.org>
7331 M: Cyril Hrubis <chrubis@suse.cz>
7332 M: Wanlong Gao <wanlong.gao@gmail.com>
7333 M: Jan Stancek <jstancek@redhat.com>
7334 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7335 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7336 L: ltp@lists.linux.it (subscribers-only)
7337 W: http://linux-test-project.github.io/
7338 T: git git://github.com/linux-test-project/ltp.git
7339 S: Maintained
7340
7341 M32R ARCHITECTURE
7342 W: http://www.linux-m32r.org/
7343 S: Orphan
7344 F: arch/m32r/
7345
7346 M68K ARCHITECTURE
7347 M: Geert Uytterhoeven <geert@linux-m68k.org>
7348 L: linux-m68k@lists.linux-m68k.org
7349 W: http://www.linux-m68k.org/
7350 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7351 S: Maintained
7352 F: arch/m68k/
7353 F: drivers/zorro/
7354
7355 M68K ON APPLE MACINTOSH
7356 M: Joshua Thompson <funaho@jurai.org>
7357 W: http://www.mac.linux-m68k.org/
7358 L: linux-m68k@lists.linux-m68k.org
7359 S: Maintained
7360 F: arch/m68k/mac/
7361
7362 M68K ON HP9000/300
7363 M: Philip Blundell <philb@gnu.org>
7364 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7365 S: Maintained
7366 F: arch/m68k/hp300/
7367
7368 M88DS3103 MEDIA DRIVER
7369 M: Antti Palosaari <crope@iki.fi>
7370 L: linux-media@vger.kernel.org
7371 W: https://linuxtv.org
7372 W: http://palosaari.fi/linux/
7373 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7374 T: git git://linuxtv.org/anttip/media_tree.git
7375 S: Maintained
7376 F: drivers/media/dvb-frontends/m88ds3103*
7377
7378 M88RS2000 MEDIA DRIVER
7379 M: Malcolm Priestley <tvboxspy@gmail.com>
7380 L: linux-media@vger.kernel.org
7381 W: https://linuxtv.org
7382 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7383 S: Maintained
7384 F: drivers/media/dvb-frontends/m88rs2000*
7385
7386 MA901 MASTERKIT USB FM RADIO DRIVER
7387 M: Alexey Klimov <klimov.linux@gmail.com>
7388 L: linux-media@vger.kernel.org
7389 T: git git://linuxtv.org/media_tree.git
7390 S: Maintained
7391 F: drivers/media/radio/radio-ma901.c
7392
7393 MAC80211
7394 M: Johannes Berg <johannes@sipsolutions.net>
7395 L: linux-wireless@vger.kernel.org
7396 W: http://wireless.kernel.org/
7397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7399 S: Maintained
7400 F: Documentation/networking/mac80211-injection.txt
7401 F: include/net/mac80211.h
7402 F: net/mac80211/
7403 F: drivers/net/wireless/mac80211_hwsim.[ch]
7404
7405 MACVLAN DRIVER
7406 M: Patrick McHardy <kaber@trash.net>
7407 L: netdev@vger.kernel.org
7408 S: Maintained
7409 F: drivers/net/macvlan.c
7410 F: include/linux/if_macvlan.h
7411
7412 MAILBOX API
7413 M: Jassi Brar <jassisinghbrar@gmail.com>
7414 L: linux-kernel@vger.kernel.org
7415 S: Maintained
7416 F: drivers/mailbox/
7417 F: include/linux/mailbox_client.h
7418 F: include/linux/mailbox_controller.h
7419
7420 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7421 M: Michael Kerrisk <mtk.manpages@gmail.com>
7422 W: http://www.kernel.org/doc/man-pages
7423 L: linux-man@vger.kernel.org
7424 S: Maintained
7425
7426 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7427 M: Andrew Lunn <andrew@lunn.ch>
7428 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7429 S: Maintained
7430 F: drivers/net/dsa/mv88e6xxx/
7431
7432 MARVELL ARMADA DRM SUPPORT
7433 M: Russell King <rmk+kernel@armlinux.org.uk>
7434 S: Maintained
7435 F: drivers/gpu/drm/armada/
7436 F: include/uapi/drm/armada_drm.h
7437 F: Documentation/devicetree/bindings/display/armada/
7438
7439 MARVELL CRYPTO DRIVER
7440 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7441 M: Arnaud Ebalard <arno@natisbad.org>
7442 F: drivers/crypto/marvell/
7443 S: Maintained
7444 L: linux-crypto@vger.kernel.org
7445
7446 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7447 M: Mirko Lindner <mlindner@marvell.com>
7448 M: Stephen Hemminger <stephen@networkplumber.org>
7449 L: netdev@vger.kernel.org
7450 S: Maintained
7451 F: drivers/net/ethernet/marvell/sk*
7452
7453 MARVELL LIBERTAS WIRELESS DRIVER
7454 L: libertas-dev@lists.infradead.org
7455 S: Orphan
7456 F: drivers/net/wireless/marvell/libertas/
7457
7458 MARVELL MV643XX ETHERNET DRIVER
7459 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7460 L: netdev@vger.kernel.org
7461 S: Maintained
7462 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7463 F: include/linux/mv643xx.h
7464
7465 MARVELL MVNETA ETHERNET DRIVER
7466 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7467 L: netdev@vger.kernel.org
7468 S: Maintained
7469 F: drivers/net/ethernet/marvell/mvneta.*
7470
7471 MARVELL MWIFIEX WIRELESS DRIVER
7472 M: Amitkumar Karwar <akarwar@marvell.com>
7473 M: Nishant Sarmukadam <nishants@marvell.com>
7474 L: linux-wireless@vger.kernel.org
7475 S: Maintained
7476 F: drivers/net/wireless/marvell/mwifiex/
7477
7478 MARVELL MWL8K WIRELESS DRIVER
7479 M: Lennert Buytenhek <buytenh@wantstofly.org>
7480 L: linux-wireless@vger.kernel.org
7481 S: Odd Fixes
7482 F: drivers/net/wireless/marvell/mwl8k.c
7483
7484 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7485 M: Nicolas Pitre <nico@fluxnic.net>
7486 S: Odd Fixes
7487 F: drivers/mmc/host/mvsdio.*
7488
7489 MATROX FRAMEBUFFER DRIVER
7490 L: linux-fbdev@vger.kernel.org
7491 S: Orphan
7492 F: drivers/video/fbdev/matrox/matroxfb_*
7493 F: include/uapi/linux/matroxfb.h
7494
7495 MAX16065 HARDWARE MONITOR DRIVER
7496 M: Guenter Roeck <linux@roeck-us.net>
7497 L: linux-hwmon@vger.kernel.org
7498 S: Maintained
7499 F: Documentation/hwmon/max16065
7500 F: drivers/hwmon/max16065.c
7501
7502 MAX20751 HARDWARE MONITOR DRIVER
7503 M: Guenter Roeck <linux@roeck-us.net>
7504 L: linux-hwmon@vger.kernel.org
7505 S: Maintained
7506 F: Documentation/hwmon/max20751
7507 F: drivers/hwmon/max20751.c
7508
7509 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7510 L: linux-hwmon@vger.kernel.org
7511 S: Orphan
7512 F: Documentation/hwmon/max6650
7513 F: drivers/hwmon/max6650.c
7514
7515 MAX6697 HARDWARE MONITOR DRIVER
7516 M: Guenter Roeck <linux@roeck-us.net>
7517 L: linux-hwmon@vger.kernel.org
7518 S: Maintained
7519 F: Documentation/hwmon/max6697
7520 F: Documentation/devicetree/bindings/i2c/max6697.txt
7521 F: drivers/hwmon/max6697.c
7522 F: include/linux/platform_data/max6697.h
7523
7524 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7525 M: Peter Rosin <peda@axentia.se>
7526 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7527 S: Maintained
7528 F: Documentation/devicetree/bindings/sound/max9860.txt
7529 F: sound/soc/codecs/max9860.*
7530
7531 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7532 M: Krzysztof Kozlowski <krzk@kernel.org>
7533 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7534 L: linux-pm@vger.kernel.org
7535 S: Supported
7536 F: drivers/power/supply/max14577_charger.c
7537 F: drivers/power/supply/max77693_charger.c
7538
7539 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7540 M: Javier Martinez Canillas <javier@osg.samsung.com>
7541 L: linux-kernel@vger.kernel.org
7542 S: Supported
7543 F: drivers/*/*max77802*.c
7544 F: Documentation/devicetree/bindings/*/*max77802.txt
7545 F: include/dt-bindings/*/*max77802.h
7546
7547 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7548 M: Chanwoo Choi <cw00.choi@samsung.com>
7549 M: Krzysztof Kozlowski <krzk@kernel.org>
7550 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7551 L: linux-kernel@vger.kernel.org
7552 S: Supported
7553 F: drivers/*/max14577*.c
7554 F: drivers/*/max77686*.c
7555 F: drivers/*/max77693*.c
7556 F: drivers/extcon/extcon-max14577.c
7557 F: drivers/extcon/extcon-max77693.c
7558 F: drivers/rtc/rtc-max77686.c
7559 F: drivers/clk/clk-max77686.c
7560 F: Documentation/devicetree/bindings/mfd/max14577.txt
7561 F: Documentation/devicetree/bindings/*/max77686.txt
7562 F: Documentation/devicetree/bindings/mfd/max77693.txt
7563 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7564 F: include/linux/mfd/max14577*.h
7565 F: include/linux/mfd/max77686*.h
7566 F: include/linux/mfd/max77693*.h
7567
7568 MAXIRADIO FM RADIO RECEIVER DRIVER
7569 M: Hans Verkuil <hverkuil@xs4all.nl>
7570 L: linux-media@vger.kernel.org
7571 T: git git://linuxtv.org/media_tree.git
7572 W: https://linuxtv.org
7573 S: Maintained
7574 F: drivers/media/radio/radio-maxiradio*
7575
7576 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7577 M: Peter Rosin <peda@axentia.se>
7578 L: linux-iio@vger.kernel.org
7579 S: Maintained
7580 F: drivers/iio/potentiometer/mcp4531.c
7581
7582 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7583 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7584 L: linux-iio@vger.kernel.org
7585 S: Maintained
7586 F: drivers/iio/dac/cio-dac.c
7587
7588 MEDIA DRIVERS FOR RENESAS - FCP
7589 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7590 L: linux-media@vger.kernel.org
7591 L: linux-renesas-soc@vger.kernel.org
7592 T: git git://linuxtv.org/media_tree.git
7593 S: Supported
7594 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7595 F: drivers/media/platform/rcar-fcp.c
7596 F: include/media/rcar-fcp.h
7597
7598 MEDIA DRIVERS FOR RENESAS - VSP1
7599 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7600 L: linux-media@vger.kernel.org
7601 L: linux-renesas-soc@vger.kernel.org
7602 T: git git://linuxtv.org/media_tree.git
7603 S: Supported
7604 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7605 F: drivers/media/platform/vsp1/
7606
7607 MEDIA DRIVERS FOR HELENE
7608 M: Abylay Ospan <aospan@netup.ru>
7609 L: linux-media@vger.kernel.org
7610 W: https://linuxtv.org
7611 W: http://netup.tv/
7612 T: git git://linuxtv.org/media_tree.git
7613 S: Supported
7614 F: drivers/media/dvb-frontends/helene*
7615
7616 MEDIA DRIVERS FOR ASCOT2E
7617 M: Sergey Kozlov <serjk@netup.ru>
7618 M: Abylay Ospan <aospan@netup.ru>
7619 L: linux-media@vger.kernel.org
7620 W: https://linuxtv.org
7621 W: http://netup.tv/
7622 T: git git://linuxtv.org/media_tree.git
7623 S: Supported
7624 F: drivers/media/dvb-frontends/ascot2e*
7625
7626 MEDIA DRIVERS FOR CXD2841ER
7627 M: Sergey Kozlov <serjk@netup.ru>
7628 M: Abylay Ospan <aospan@netup.ru>
7629 L: linux-media@vger.kernel.org
7630 W: https://linuxtv.org
7631 W: http://netup.tv/
7632 T: git git://linuxtv.org/media_tree.git
7633 S: Supported
7634 F: drivers/media/dvb-frontends/cxd2841er*
7635
7636 MEDIA DRIVERS FOR HORUS3A
7637 M: Sergey Kozlov <serjk@netup.ru>
7638 M: Abylay Ospan <aospan@netup.ru>
7639 L: linux-media@vger.kernel.org
7640 W: https://linuxtv.org
7641 W: http://netup.tv/
7642 T: git git://linuxtv.org/media_tree.git
7643 S: Supported
7644 F: drivers/media/dvb-frontends/horus3a*
7645
7646 MEDIA DRIVERS FOR LNBH25
7647 M: Sergey Kozlov <serjk@netup.ru>
7648 M: Abylay Ospan <aospan@netup.ru>
7649 L: linux-media@vger.kernel.org
7650 W: https://linuxtv.org
7651 W: http://netup.tv/
7652 T: git git://linuxtv.org/media_tree.git
7653 S: Supported
7654 F: drivers/media/dvb-frontends/lnbh25*
7655
7656 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7657 M: Sergey Kozlov <serjk@netup.ru>
7658 M: Abylay Ospan <aospan@netup.ru>
7659 L: linux-media@vger.kernel.org
7660 W: https://linuxtv.org
7661 W: http://netup.tv/
7662 T: git git://linuxtv.org/media_tree.git
7663 S: Supported
7664 F: drivers/media/pci/netup_unidvb/*
7665
7666 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7667 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7668 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7669 P: LinuxTV.org Project
7670 L: linux-media@vger.kernel.org
7671 W: https://linuxtv.org
7672 Q: http://patchwork.kernel.org/project/linux-media/list/
7673 T: git git://linuxtv.org/media_tree.git
7674 S: Maintained
7675 F: Documentation/dvb/
7676 F: Documentation/video4linux/
7677 F: Documentation/DocBook/media/
7678 F: drivers/media/
7679 F: drivers/staging/media/
7680 F: include/linux/platform_data/media/
7681 F: include/media/
7682 F: include/uapi/linux/dvb/
7683 F: include/uapi/linux/videodev2.h
7684 F: include/uapi/linux/media.h
7685 F: include/uapi/linux/v4l2-*
7686 F: include/uapi/linux/meye.h
7687 F: include/uapi/linux/ivtv*
7688 F: include/uapi/linux/uvcvideo.h
7689
7690 MEDIATEK ETHERNET DRIVER
7691 M: Felix Fietkau <nbd@openwrt.org>
7692 M: John Crispin <blogic@openwrt.org>
7693 L: netdev@vger.kernel.org
7694 S: Maintained
7695 F: drivers/net/ethernet/mediatek/
7696
7697 MEDIATEK MT7601U WIRELESS LAN DRIVER
7698 M: Jakub Kicinski <kubakici@wp.pl>
7699 L: linux-wireless@vger.kernel.org
7700 S: Maintained
7701 F: drivers/net/wireless/mediatek/mt7601u/
7702
7703 MEGARAID SCSI/SAS DRIVERS
7704 M: Kashyap Desai <kashyap.desai@avagotech.com>
7705 M: Sumit Saxena <sumit.saxena@avagotech.com>
7706 M: Uday Lingala <uday.lingala@avagotech.com>
7707 L: megaraidlinux.pdl@avagotech.com
7708 L: linux-scsi@vger.kernel.org
7709 W: http://www.lsi.com
7710 S: Maintained
7711 F: Documentation/scsi/megaraid.txt
7712 F: drivers/scsi/megaraid.*
7713 F: drivers/scsi/megaraid/
7714
7715 MELLANOX ETHERNET DRIVER (mlx4_en)
7716 M: Tariq Toukan <tariqt@mellanox.com>
7717 L: netdev@vger.kernel.org
7718 S: Supported
7719 W: http://www.mellanox.com
7720 Q: http://patchwork.ozlabs.org/project/netdev/list/
7721 F: drivers/net/ethernet/mellanox/mlx4/en_*
7722
7723 MELLANOX ETHERNET DRIVER (mlx5e)
7724 M: Saeed Mahameed <saeedm@mellanox.com>
7725 L: netdev@vger.kernel.org
7726 S: Supported
7727 W: http://www.mellanox.com
7728 Q: http://patchwork.ozlabs.org/project/netdev/list/
7729 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7730
7731 MELLANOX ETHERNET SWITCH DRIVERS
7732 M: Jiri Pirko <jiri@mellanox.com>
7733 M: Ido Schimmel <idosch@mellanox.com>
7734 L: netdev@vger.kernel.org
7735 S: Supported
7736 W: http://www.mellanox.com
7737 Q: http://patchwork.ozlabs.org/project/netdev/list/
7738 F: drivers/net/ethernet/mellanox/mlxsw/
7739
7740 MELLANOX MLXCPLD LED DRIVER
7741 M: Vadim Pasternak <vadimp@mellanox.com>
7742 L: linux-leds@vger.kernel.org
7743 S: Supported
7744 W: http://www.mellanox.com
7745 F: drivers/leds/leds-mlxcpld.c
7746 F: Documentation/leds/leds-mlxcpld.txt
7747
7748 SOFT-ROCE DRIVER (rxe)
7749 M: Moni Shoua <monis@mellanox.com>
7750 L: linux-rdma@vger.kernel.org
7751 S: Supported
7752 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7753 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7754 F: drivers/infiniband/sw/rxe/
7755 F: include/uapi/rdma/rdma_user_rxe.h
7756
7757 MEMBARRIER SUPPORT
7758 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7759 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7760 L: linux-kernel@vger.kernel.org
7761 S: Supported
7762 F: kernel/membarrier.c
7763 F: include/uapi/linux/membarrier.h
7764
7765 MEMORY MANAGEMENT
7766 L: linux-mm@kvack.org
7767 W: http://www.linux-mm.org
7768 S: Maintained
7769 F: include/linux/mm.h
7770 F: include/linux/gfp.h
7771 F: include/linux/mmzone.h
7772 F: include/linux/memory_hotplug.h
7773 F: include/linux/vmalloc.h
7774 F: mm/
7775
7776 MEMORY TECHNOLOGY DEVICES (MTD)
7777 M: David Woodhouse <dwmw2@infradead.org>
7778 M: Brian Norris <computersforpeace@gmail.com>
7779 L: linux-mtd@lists.infradead.org
7780 W: http://www.linux-mtd.infradead.org/
7781 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7782 T: git git://git.infradead.org/linux-mtd.git
7783 T: git git://git.infradead.org/l2-mtd.git
7784 S: Maintained
7785 F: Documentation/devicetree/bindings/mtd/
7786 F: drivers/mtd/
7787 F: include/linux/mtd/
7788 F: include/uapi/mtd/
7789
7790 MEN A21 WATCHDOG DRIVER
7791 M: Johannes Thumshirn <morbidrsa@gmail.com>
7792 L: linux-watchdog@vger.kernel.org
7793 S: Maintained
7794 F: drivers/watchdog/mena21_wdt.c
7795
7796 MEN CHAMELEON BUS (mcb)
7797 M: Johannes Thumshirn <morbidrsa@gmail.com>
7798 S: Maintained
7799 F: drivers/mcb/
7800 F: include/linux/mcb.h
7801 F: Documentation/men-chameleon-bus.txt
7802
7803 MEN F21BMC (Board Management Controller)
7804 M: Andreas Werner <andreas.werner@men.de>
7805 S: Supported
7806 F: drivers/mfd/menf21bmc.c
7807 F: drivers/watchdog/menf21bmc_wdt.c
7808 F: drivers/leds/leds-menf21bmc.c
7809 F: drivers/hwmon/menf21bmc_hwmon.c
7810 F: Documentation/hwmon/menf21bmc
7811
7812 METAG ARCHITECTURE
7813 M: James Hogan <james.hogan@imgtec.com>
7814 L: linux-metag@vger.kernel.org
7815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7816 S: Odd Fixes
7817 F: arch/metag/
7818 F: Documentation/metag/
7819 F: Documentation/devicetree/bindings/metag/
7820 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7821 F: drivers/clocksource/metag_generic.c
7822 F: drivers/irqchip/irq-metag.c
7823 F: drivers/irqchip/irq-metag-ext.c
7824 F: drivers/tty/metag_da.c
7825
7826 MICROBLAZE ARCHITECTURE
7827 M: Michal Simek <monstr@monstr.eu>
7828 W: http://www.monstr.eu/fdt/
7829 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7830 S: Supported
7831 F: arch/microblaze/
7832
7833 MICROCHIP / ATMEL ISC DRIVER
7834 M: Songjun Wu <songjun.wu@microchip.com>
7835 L: linux-media@vger.kernel.org
7836 S: Supported
7837 F: drivers/media/platform/atmel/atmel-isc.c
7838 F: drivers/media/platform/atmel/atmel-isc-regs.h
7839 F: devicetree/bindings/media/atmel-isc.txt
7840
7841 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7842 M: Chen Yu <yu.c.chen@intel.com>
7843 L: platform-driver-x86@vger.kernel.org
7844 S: Supported
7845 F: drivers/platform/x86/surfacepro3_button.c
7846
7847 MICROTEK X6 SCANNER
7848 M: Oliver Neukum <oliver@neukum.org>
7849 S: Maintained
7850 F: drivers/usb/image/microtek.*
7851
7852 MIPS
7853 M: Ralf Baechle <ralf@linux-mips.org>
7854 L: linux-mips@linux-mips.org
7855 W: http://www.linux-mips.org/
7856 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7857 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7858 S: Supported
7859 F: Documentation/devicetree/bindings/mips/
7860 F: Documentation/mips/
7861 F: arch/mips/
7862
7863 MIPS/LOONGSON1 ARCHITECTURE
7864 M: Keguang Zhang <keguang.zhang@gmail.com>
7865 L: linux-mips@linux-mips.org
7866 S: Maintained
7867 F: arch/mips/loongson32/
7868 F: arch/mips/include/asm/mach-loongson32/
7869 F: drivers/*/*loongson1*
7870 F: drivers/*/*/*loongson1*
7871
7872 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7873 M: Hans Verkuil <hverkuil@xs4all.nl>
7874 L: linux-media@vger.kernel.org
7875 T: git git://linuxtv.org/media_tree.git
7876 W: https://linuxtv.org
7877 S: Odd Fixes
7878 F: drivers/media/radio/radio-miropcm20*
7879
7880 MELLANOX MLX4 core VPI driver
7881 M: Yishai Hadas <yishaih@mellanox.com>
7882 L: netdev@vger.kernel.org
7883 L: linux-rdma@vger.kernel.org
7884 W: http://www.mellanox.com
7885 Q: http://patchwork.ozlabs.org/project/netdev/list/
7886 S: Supported
7887 F: drivers/net/ethernet/mellanox/mlx4/
7888 F: include/linux/mlx4/
7889
7890 MELLANOX MLX4 IB driver
7891 M: Yishai Hadas <yishaih@mellanox.com>
7892 L: linux-rdma@vger.kernel.org
7893 W: http://www.mellanox.com
7894 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7895 S: Supported
7896 F: drivers/infiniband/hw/mlx4/
7897 F: include/linux/mlx4/
7898
7899 MELLANOX MLX5 core VPI driver
7900 M: Matan Barak <matanb@mellanox.com>
7901 M: Leon Romanovsky <leonro@mellanox.com>
7902 L: netdev@vger.kernel.org
7903 L: linux-rdma@vger.kernel.org
7904 W: http://www.mellanox.com
7905 Q: http://patchwork.ozlabs.org/project/netdev/list/
7906 S: Supported
7907 F: drivers/net/ethernet/mellanox/mlx5/core/
7908 F: include/linux/mlx5/
7909
7910 MELLANOX MLX5 IB driver
7911 M: Matan Barak <matanb@mellanox.com>
7912 M: Leon Romanovsky <leonro@mellanox.com>
7913 L: linux-rdma@vger.kernel.org
7914 W: http://www.mellanox.com
7915 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7916 S: Supported
7917 F: drivers/infiniband/hw/mlx5/
7918 F: include/linux/mlx5/
7919
7920 MELEXIS MLX90614 DRIVER
7921 M: Crt Mori <cmo@melexis.com>
7922 L: linux-iio@vger.kernel.org
7923 W: http://www.melexis.com
7924 S: Supported
7925 F: drivers/iio/temperature/mlx90614.c
7926
7927 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
7928 M: Don Brace <don.brace@microsemi.com>
7929 L: esc.storagedev@microsemi.com
7930 L: linux-scsi@vger.kernel.org
7931 S: Supported
7932 F: drivers/scsi/smartpqi/smartpqi*.[ch]
7933 F: drivers/scsi/smartpqi/Kconfig
7934 F: drivers/scsi/smartpqi/Makefile
7935 F: include/linux/cciss*.h
7936 F: include/uapi/linux/cciss*.h
7937 F: Documentation/scsi/smartpqi.txt
7938
7939 MN88472 MEDIA DRIVER
7940 M: Antti Palosaari <crope@iki.fi>
7941 L: linux-media@vger.kernel.org
7942 W: https://linuxtv.org
7943 W: http://palosaari.fi/linux/
7944 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7945 S: Maintained
7946 F: drivers/media/dvb-frontends/mn88472*
7947
7948 MN88473 MEDIA DRIVER
7949 M: Antti Palosaari <crope@iki.fi>
7950 L: linux-media@vger.kernel.org
7951 W: https://linuxtv.org
7952 W: http://palosaari.fi/linux/
7953 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7954 S: Maintained
7955 F: drivers/media/dvb-frontends/mn88473*
7956
7957 MODULE SUPPORT
7958 M: Rusty Russell <rusty@rustcorp.com.au>
7959 S: Maintained
7960 F: include/linux/module.h
7961 F: kernel/module.c
7962
7963 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7964 W: http://popies.net/meye/
7965 S: Orphan
7966 F: Documentation/video4linux/meye.txt
7967 F: drivers/media/pci/meye/
7968 F: include/uapi/linux/meye.h
7969
7970 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7971 M: Jiri Slaby <jirislaby@gmail.com>
7972 S: Maintained
7973 F: Documentation/serial/moxa-smartio
7974 F: drivers/tty/mxser.*
7975
7976 MR800 AVERMEDIA USB FM RADIO DRIVER
7977 M: Alexey Klimov <klimov.linux@gmail.com>
7978 L: linux-media@vger.kernel.org
7979 T: git git://linuxtv.org/media_tree.git
7980 S: Maintained
7981 F: drivers/media/radio/radio-mr800.c
7982
7983 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7984 M: Alan Ott <alan@signal11.us>
7985 L: linux-wpan@vger.kernel.org
7986 S: Maintained
7987 F: drivers/net/ieee802154/mrf24j40.c
7988 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7989
7990 MSI LAPTOP SUPPORT
7991 M: "Lee, Chun-Yi" <jlee@suse.com>
7992 L: platform-driver-x86@vger.kernel.org
7993 S: Maintained
7994 F: drivers/platform/x86/msi-laptop.c
7995
7996 MSI WMI SUPPORT
7997 L: platform-driver-x86@vger.kernel.org
7998 S: Orphan
7999 F: drivers/platform/x86/msi-wmi.c
8000
8001 MSI001 MEDIA DRIVER
8002 M: Antti Palosaari <crope@iki.fi>
8003 L: linux-media@vger.kernel.org
8004 W: https://linuxtv.org
8005 W: http://palosaari.fi/linux/
8006 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8007 T: git git://linuxtv.org/anttip/media_tree.git
8008 S: Maintained
8009 F: drivers/media/tuners/msi001*
8010
8011 MSI2500 MEDIA DRIVER
8012 M: Antti Palosaari <crope@iki.fi>
8013 L: linux-media@vger.kernel.org
8014 W: https://linuxtv.org
8015 W: http://palosaari.fi/linux/
8016 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8017 T: git git://linuxtv.org/anttip/media_tree.git
8018 S: Maintained
8019 F: drivers/media/usb/msi2500/
8020
8021 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8022 M: Robert Jarzmik <robert.jarzmik@free.fr>
8023 L: linux-mtd@lists.infradead.org
8024 S: Maintained
8025 F: drivers/mtd/devices/docg3*
8026
8027 MT9M032 APTINA SENSOR DRIVER
8028 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8029 L: linux-media@vger.kernel.org
8030 T: git git://linuxtv.org/media_tree.git
8031 S: Maintained
8032 F: drivers/media/i2c/mt9m032.c
8033 F: include/media/i2c/mt9m032.h
8034
8035 MT9P031 APTINA CAMERA SENSOR
8036 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8037 L: linux-media@vger.kernel.org
8038 T: git git://linuxtv.org/media_tree.git
8039 S: Maintained
8040 F: drivers/media/i2c/mt9p031.c
8041 F: include/media/i2c/mt9p031.h
8042
8043 MT9T001 APTINA CAMERA SENSOR
8044 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8045 L: linux-media@vger.kernel.org
8046 T: git git://linuxtv.org/media_tree.git
8047 S: Maintained
8048 F: drivers/media/i2c/mt9t001.c
8049 F: include/media/i2c/mt9t001.h
8050
8051 MT9V032 APTINA CAMERA SENSOR
8052 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8053 L: linux-media@vger.kernel.org
8054 T: git git://linuxtv.org/media_tree.git
8055 S: Maintained
8056 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8057 F: drivers/media/i2c/mt9v032.c
8058 F: include/media/i2c/mt9v032.h
8059
8060 MULTIFUNCTION DEVICES (MFD)
8061 M: Lee Jones <lee.jones@linaro.org>
8062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8063 S: Supported
8064 F: Documentation/devicetree/bindings/mfd/
8065 F: drivers/mfd/
8066 F: include/linux/mfd/
8067
8068 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8069 M: Ulf Hansson <ulf.hansson@linaro.org>
8070 L: linux-mmc@vger.kernel.org
8071 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8072 S: Maintained
8073 F: Documentation/devicetree/bindings/mmc/
8074 F: drivers/mmc/
8075 F: include/linux/mmc/
8076 F: include/uapi/linux/mmc/
8077
8078 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8079 S: Orphan
8080 F: drivers/mmc/host/mmc_spi.c
8081 F: include/linux/spi/mmc_spi.h
8082
8083 MULTISOUND SOUND DRIVER
8084 M: Andrew Veliath <andrewtv@usa.net>
8085 S: Maintained
8086 F: Documentation/sound/oss/MultiSound
8087 F: sound/oss/msnd*
8088
8089 MULTITECH MULTIPORT CARD (ISICOM)
8090 S: Orphan
8091 F: drivers/tty/isicom.c
8092 F: include/linux/isicom.h
8093
8094 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8095 M: Bin Liu <b-liu@ti.com>
8096 L: linux-usb@vger.kernel.org
8097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8098 S: Maintained
8099 F: drivers/usb/musb/
8100
8101 MXL5007T MEDIA DRIVER
8102 M: Michael Krufky <mkrufky@linuxtv.org>
8103 L: linux-media@vger.kernel.org
8104 W: https://linuxtv.org
8105 W: http://github.com/mkrufky
8106 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8107 T: git git://linuxtv.org/mkrufky/tuners.git
8108 S: Maintained
8109 F: drivers/media/tuners/mxl5007t.*
8110
8111 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8112 M: Hyong-Youb Kim <hykim@myri.com>
8113 L: netdev@vger.kernel.org
8114 W: https://www.myricom.com/support/downloads/myri10ge.html
8115 S: Supported
8116 F: drivers/net/ethernet/myricom/myri10ge/
8117
8118 NAND FLASH SUBSYSTEM
8119 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8120 R: Richard Weinberger <richard@nod.at>
8121 L: linux-mtd@lists.infradead.org
8122 W: http://www.linux-mtd.infradead.org/
8123 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8124 T: git git://github.com/linux-nand/linux.git
8125 S: Maintained
8126 F: drivers/mtd/nand/
8127 F: include/linux/mtd/nand*.h
8128
8129 NATSEMI ETHERNET DRIVER (DP8381x)
8130 S: Orphan
8131 F: drivers/net/ethernet/natsemi/natsemi.c
8132
8133 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8134 M: Daniel Mack <zonque@gmail.com>
8135 S: Maintained
8136 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8137 W: http://www.native-instruments.com
8138 F: sound/usb/caiaq/
8139
8140 NCP FILESYSTEM
8141 M: Petr Vandrovec <petr@vandrovec.name>
8142 S: Odd Fixes
8143 F: fs/ncpfs/
8144
8145 NCR 5380 SCSI DRIVERS
8146 M: Finn Thain <fthain@telegraphics.com.au>
8147 M: Michael Schmitz <schmitzmic@gmail.com>
8148 L: linux-scsi@vger.kernel.org
8149 S: Maintained
8150 F: Documentation/scsi/g_NCR5380.txt
8151 F: Documentation/scsi/dtc3x80.txt
8152 F: drivers/scsi/NCR5380.*
8153 F: drivers/scsi/arm/cumana_1.c
8154 F: drivers/scsi/arm/oak.c
8155 F: drivers/scsi/atari_scsi.*
8156 F: drivers/scsi/dmx3191d.c
8157 F: drivers/scsi/dtc.*
8158 F: drivers/scsi/g_NCR5380.*
8159 F: drivers/scsi/g_NCR5380_mmio.c
8160 F: drivers/scsi/mac_scsi.*
8161 F: drivers/scsi/pas16.*
8162 F: drivers/scsi/sun3_scsi.*
8163 F: drivers/scsi/sun3_scsi_vme.c
8164 F: drivers/scsi/t128.*
8165
8166 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8167 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8168 L: linux-scsi@vger.kernel.org
8169 S: Maintained
8170 F: drivers/scsi/NCR_D700.*
8171
8172 NCT6775 HARDWARE MONITOR DRIVER
8173 M: Guenter Roeck <linux@roeck-us.net>
8174 L: linux-hwmon@vger.kernel.org
8175 S: Maintained
8176 F: Documentation/hwmon/nct6775
8177 F: drivers/hwmon/nct6775.c
8178
8179 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8180 M: Faisal Latif <faisal.latif@intel.com>
8181 L: linux-rdma@vger.kernel.org
8182 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8183 S: Supported
8184 F: drivers/infiniband/hw/nes/
8185
8186 NETEM NETWORK EMULATOR
8187 M: Stephen Hemminger <stephen@networkplumber.org>
8188 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8189 S: Maintained
8190 F: net/sched/sch_netem.c
8191
8192 NETERION 10GbE DRIVERS (s2io/vxge)
8193 M: Jon Mason <jdmason@kudzu.us>
8194 L: netdev@vger.kernel.org
8195 S: Supported
8196 F: Documentation/networking/s2io.txt
8197 F: Documentation/networking/vxge.txt
8198 F: drivers/net/ethernet/neterion/
8199
8200 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8201 M: Pablo Neira Ayuso <pablo@netfilter.org>
8202 M: Patrick McHardy <kaber@trash.net>
8203 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8204 L: netfilter-devel@vger.kernel.org
8205 L: coreteam@netfilter.org
8206 W: http://www.netfilter.org/
8207 W: http://www.iptables.org/
8208 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8211 S: Supported
8212 F: include/linux/netfilter*
8213 F: include/linux/netfilter/
8214 F: include/net/netfilter/
8215 F: include/uapi/linux/netfilter*
8216 F: include/uapi/linux/netfilter/
8217 F: net/*/netfilter.c
8218 F: net/*/netfilter/
8219 F: net/netfilter/
8220 F: net/bridge/br_netfilter*.c
8221
8222 NETLABEL
8223 M: Paul Moore <paul@paul-moore.com>
8224 W: http://netlabel.sf.net
8225 L: netdev@vger.kernel.org
8226 S: Maintained
8227 F: Documentation/netlabel/
8228 F: include/net/netlabel.h
8229 F: net/netlabel/
8230
8231 NETROM NETWORK LAYER
8232 M: Ralf Baechle <ralf@linux-mips.org>
8233 L: linux-hams@vger.kernel.org
8234 W: http://www.linux-ax25.org/
8235 S: Maintained
8236 F: include/net/netrom.h
8237 F: include/uapi/linux/netrom.h
8238 F: net/netrom/
8239
8240 NETRONOME ETHERNET DRIVERS
8241 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8242 L: oss-drivers@netronome.com
8243 S: Maintained
8244 F: drivers/net/ethernet/netronome/
8245
8246 NETWORK BLOCK DEVICE (NBD)
8247 M: Markus Pargmann <mpa@pengutronix.de>
8248 S: Maintained
8249 L: nbd-general@lists.sourceforge.net
8250 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8251 F: Documentation/blockdev/nbd.txt
8252 F: drivers/block/nbd.c
8253 F: include/uapi/linux/nbd.h
8254
8255 NETWORK DROP MONITOR
8256 M: Neil Horman <nhorman@tuxdriver.com>
8257 L: netdev@vger.kernel.org
8258 S: Maintained
8259 W: https://fedorahosted.org/dropwatch/
8260 F: net/core/drop_monitor.c
8261
8262 NETWORKING [GENERAL]
8263 M: "David S. Miller" <davem@davemloft.net>
8264 L: netdev@vger.kernel.org
8265 W: http://www.linuxfoundation.org/en/Net
8266 Q: http://patchwork.ozlabs.org/project/netdev/list/
8267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8269 S: Maintained
8270 F: net/
8271 F: include/net/
8272 F: include/linux/in.h
8273 F: include/linux/net.h
8274 F: include/linux/netdevice.h
8275 F: include/uapi/linux/in.h
8276 F: include/uapi/linux/net.h
8277 F: include/uapi/linux/netdevice.h
8278 F: include/uapi/linux/net_namespace.h
8279 F: tools/net/
8280 F: tools/testing/selftests/net/
8281 F: lib/random32.c
8282 F: lib/test_bpf.c
8283
8284 NETWORKING [IPv4/IPv6]
8285 M: "David S. Miller" <davem@davemloft.net>
8286 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8287 M: James Morris <jmorris@namei.org>
8288 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8289 M: Patrick McHardy <kaber@trash.net>
8290 L: netdev@vger.kernel.org
8291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8292 S: Maintained
8293 F: net/ipv4/
8294 F: net/ipv6/
8295 F: include/net/ip*
8296 F: arch/x86/net/*
8297
8298 NETWORKING [IPSEC]
8299 M: Steffen Klassert <steffen.klassert@secunet.com>
8300 M: Herbert Xu <herbert@gondor.apana.org.au>
8301 M: "David S. Miller" <davem@davemloft.net>
8302 L: netdev@vger.kernel.org
8303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8305 S: Maintained
8306 F: net/core/flow.c
8307 F: net/xfrm/
8308 F: net/key/
8309 F: net/ipv4/xfrm*
8310 F: net/ipv4/esp4.c
8311 F: net/ipv4/ah4.c
8312 F: net/ipv4/ipcomp.c
8313 F: net/ipv4/ip_vti.c
8314 F: net/ipv6/xfrm*
8315 F: net/ipv6/esp6.c
8316 F: net/ipv6/ah6.c
8317 F: net/ipv6/ipcomp6.c
8318 F: net/ipv6/ip6_vti.c
8319 F: include/uapi/linux/xfrm.h
8320 F: include/net/xfrm.h
8321
8322 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8323 M: Paul Moore <paul@paul-moore.com>
8324 L: netdev@vger.kernel.org
8325 S: Maintained
8326
8327 NETWORKING [WIRELESS]
8328 L: linux-wireless@vger.kernel.org
8329 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8330
8331 NETWORKING DRIVERS
8332 L: netdev@vger.kernel.org
8333 W: http://www.linuxfoundation.org/en/Net
8334 Q: http://patchwork.ozlabs.org/project/netdev/list/
8335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8337 S: Odd Fixes
8338 F: Documentation/devicetree/bindings/net/
8339 F: drivers/net/
8340 F: include/linux/if_*
8341 F: include/linux/netdevice.h
8342 F: include/linux/etherdevice.h
8343 F: include/linux/fcdevice.h
8344 F: include/linux/fddidevice.h
8345 F: include/linux/hippidevice.h
8346 F: include/linux/inetdevice.h
8347 F: include/uapi/linux/if_*
8348 F: include/uapi/linux/netdevice.h
8349
8350 NETWORKING DRIVERS (WIRELESS)
8351 M: Kalle Valo <kvalo@codeaurora.org>
8352 L: linux-wireless@vger.kernel.org
8353 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8356 S: Maintained
8357 F: Documentation/devicetree/bindings/net/wireless/
8358 F: drivers/net/wireless/
8359
8360 NETXEN (1/10) GbE SUPPORT
8361 M: Manish Chopra <manish.chopra@qlogic.com>
8362 M: Sony Chacko <sony.chacko@qlogic.com>
8363 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8364 L: netdev@vger.kernel.org
8365 W: http://www.qlogic.com
8366 S: Supported
8367 F: drivers/net/ethernet/qlogic/netxen/
8368
8369 NFC SUBSYSTEM
8370 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8371 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8372 M: Samuel Ortiz <sameo@linux.intel.com>
8373 L: linux-wireless@vger.kernel.org
8374 L: linux-nfc@lists.01.org (subscribers-only)
8375 S: Supported
8376 F: net/nfc/
8377 F: include/net/nfc/
8378 F: include/uapi/linux/nfc.h
8379 F: drivers/nfc/
8380 F: include/linux/platform_data/nfcmrvl.h
8381 F: include/linux/platform_data/nxp-nci.h
8382 F: include/linux/platform_data/pn544.h
8383 F: include/linux/platform_data/st21nfca.h
8384 F: include/linux/platform_data/st-nci.h
8385 F: Documentation/devicetree/bindings/net/nfc/
8386
8387 NFS, SUNRPC, AND LOCKD CLIENTS
8388 M: Trond Myklebust <trond.myklebust@primarydata.com>
8389 M: Anna Schumaker <anna.schumaker@netapp.com>
8390 L: linux-nfs@vger.kernel.org
8391 W: http://client.linux-nfs.org
8392 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8393 S: Maintained
8394 F: fs/lockd/
8395 F: fs/nfs/
8396 F: fs/nfs_common/
8397 F: net/sunrpc/
8398 F: include/linux/lockd/
8399 F: include/linux/nfs*
8400 F: include/linux/sunrpc/
8401 F: include/uapi/linux/nfs*
8402 F: include/uapi/linux/sunrpc/
8403
8404 NILFS2 FILESYSTEM
8405 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8406 L: linux-nilfs@vger.kernel.org
8407 W: http://nilfs.sourceforge.net/
8408 W: http://nilfs.osdn.jp/
8409 T: git git://github.com/konis/nilfs2.git
8410 S: Supported
8411 F: Documentation/filesystems/nilfs2.txt
8412 F: fs/nilfs2/
8413 F: include/trace/events/nilfs2.h
8414 F: include/uapi/linux/nilfs2_api.h
8415 F: include/uapi/linux/nilfs2_ondisk.h
8416
8417 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8418 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8419 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8420 S: Maintained
8421 F: Documentation/scsi/NinjaSCSI.txt
8422 F: drivers/scsi/pcmcia/nsp_*
8423
8424 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8425 M: GOTO Masanori <gotom@debian.or.jp>
8426 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8427 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8428 S: Maintained
8429 F: Documentation/scsi/NinjaSCSI.txt
8430 F: drivers/scsi/nsp32*
8431
8432 NIOS2 ARCHITECTURE
8433 M: Ley Foon Tan <lftan@altera.com>
8434 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8436 S: Maintained
8437 F: arch/nios2/
8438
8439 NOKIA N900 POWER SUPPLY DRIVERS
8440 R: Pali Rohár <pali.rohar@gmail.com>
8441 F: include/linux/power/bq2415x_charger.h
8442 F: include/linux/power/bq27xxx_battery.h
8443 F: include/linux/power/isp1704_charger.h
8444 F: drivers/power/supply/bq2415x_charger.c
8445 F: drivers/power/supply/bq27xxx_battery.c
8446 F: drivers/power/supply/bq27xxx_battery_i2c.c
8447 F: drivers/power/supply/isp1704_charger.c
8448 F: drivers/power/supply/rx51_battery.c
8449
8450 NTB DRIVER CORE
8451 M: Jon Mason <jdmason@kudzu.us>
8452 M: Dave Jiang <dave.jiang@intel.com>
8453 M: Allen Hubbe <Allen.Hubbe@emc.com>
8454 L: linux-ntb@googlegroups.com
8455 S: Supported
8456 W: https://github.com/jonmason/ntb/wiki
8457 T: git git://github.com/jonmason/ntb.git
8458 F: drivers/ntb/
8459 F: drivers/net/ntb_netdev.c
8460 F: include/linux/ntb.h
8461 F: include/linux/ntb_transport.h
8462 F: tools/testing/selftests/ntb/
8463
8464 NTB INTEL DRIVER
8465 M: Jon Mason <jdmason@kudzu.us>
8466 M: Dave Jiang <dave.jiang@intel.com>
8467 L: linux-ntb@googlegroups.com
8468 S: Supported
8469 W: https://github.com/jonmason/ntb/wiki
8470 T: git git://github.com/jonmason/ntb.git
8471 F: drivers/ntb/hw/intel/
8472
8473 NTB AMD DRIVER
8474 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8475 L: linux-ntb@googlegroups.com
8476 S: Supported
8477 F: drivers/ntb/hw/amd/
8478
8479 NTFS FILESYSTEM
8480 M: Anton Altaparmakov <anton@tuxera.com>
8481 L: linux-ntfs-dev@lists.sourceforge.net
8482 W: http://www.tuxera.com/
8483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8484 S: Supported
8485 F: Documentation/filesystems/ntfs.txt
8486 F: fs/ntfs/
8487
8488 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8489 M: Antonino Daplas <adaplas@gmail.com>
8490 L: linux-fbdev@vger.kernel.org
8491 S: Maintained
8492 F: drivers/video/fbdev/riva/
8493 F: drivers/video/fbdev/nvidia/
8494
8495 NVM EXPRESS DRIVER
8496 M: Keith Busch <keith.busch@intel.com>
8497 M: Jens Axboe <axboe@fb.com>
8498 L: linux-nvme@lists.infradead.org
8499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8500 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8501 S: Supported
8502 F: drivers/nvme/host/
8503 F: include/linux/nvme.h
8504
8505 NVM EXPRESS TARGET DRIVER
8506 M: Christoph Hellwig <hch@lst.de>
8507 M: Sagi Grimberg <sagi@grimberg.me>
8508 L: linux-nvme@lists.infradead.org
8509 S: Supported
8510 F: drivers/nvme/target/
8511
8512 NVMEM FRAMEWORK
8513 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8514 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8515 S: Maintained
8516 F: drivers/nvmem/
8517 F: Documentation/devicetree/bindings/nvmem/
8518 F: include/linux/nvmem-consumer.h
8519 F: include/linux/nvmem-provider.h
8520
8521 NXP-NCI NFC DRIVER
8522 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8523 R: Charles Gorand <charles.gorand@effinnov.com>
8524 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8525 S: Supported
8526 F: drivers/nfc/nxp-nci
8527
8528 NXP TDA998X DRM DRIVER
8529 M: Russell King <rmk+kernel@armlinux.org.uk>
8530 S: Supported
8531 F: drivers/gpu/drm/i2c/tda998x_drv.c
8532 F: include/drm/i2c/tda998x.h
8533
8534 NXP TFA9879 DRIVER
8535 M: Peter Rosin <peda@axentia.se>
8536 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8537 S: Maintained
8538 F: sound/soc/codecs/tfa9879*
8539
8540 OBJTOOL
8541 M: Josh Poimboeuf <jpoimboe@redhat.com>
8542 S: Supported
8543 F: tools/objtool/
8544
8545 OMAP SUPPORT
8546 M: Tony Lindgren <tony@atomide.com>
8547 L: linux-omap@vger.kernel.org
8548 W: http://www.muru.com/linux/omap/
8549 W: http://linux.omap.com/
8550 Q: http://patchwork.kernel.org/project/linux-omap/list/
8551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8552 S: Maintained
8553 F: arch/arm/*omap*/
8554 F: arch/arm/configs/omap1_defconfig
8555 F: arch/arm/configs/omap2plus_defconfig
8556 F: drivers/i2c/busses/i2c-omap.c
8557 F: drivers/irqchip/irq-omap-intc.c
8558 F: drivers/mfd/*omap*.c
8559 F: drivers/mfd/menelaus.c
8560 F: drivers/mfd/palmas.c
8561 F: drivers/mfd/tps65217.c
8562 F: drivers/mfd/tps65218.c
8563 F: drivers/mfd/tps65910.c
8564 F: drivers/mfd/twl-core.[ch]
8565 F: drivers/mfd/twl4030*.c
8566 F: drivers/mfd/twl6030*.c
8567 F: drivers/mfd/twl6040*.c
8568 F: drivers/regulator/palmas-regulator*.c
8569 F: drivers/regulator/pbias-regulator.c
8570 F: drivers/regulator/tps65217-regulator.c
8571 F: drivers/regulator/tps65218-regulator.c
8572 F: drivers/regulator/tps65910-regulator.c
8573 F: drivers/regulator/twl-regulator.c
8574 F: include/linux/i2c-omap.h
8575
8576 OMAP DEVICE TREE SUPPORT
8577 M: Benoît Cousson <bcousson@baylibre.com>
8578 M: Tony Lindgren <tony@atomide.com>
8579 L: linux-omap@vger.kernel.org
8580 L: devicetree@vger.kernel.org
8581 S: Maintained
8582 F: arch/arm/boot/dts/*omap*
8583 F: arch/arm/boot/dts/*am3*
8584 F: arch/arm/boot/dts/*am4*
8585 F: arch/arm/boot/dts/*am5*
8586 F: arch/arm/boot/dts/*dra7*
8587
8588 OMAP CLOCK FRAMEWORK SUPPORT
8589 M: Paul Walmsley <paul@pwsan.com>
8590 L: linux-omap@vger.kernel.org
8591 S: Maintained
8592 F: arch/arm/*omap*/*clock*
8593
8594 OMAP POWER MANAGEMENT SUPPORT
8595 M: Kevin Hilman <khilman@kernel.org>
8596 L: linux-omap@vger.kernel.org
8597 S: Maintained
8598 F: arch/arm/*omap*/*pm*
8599 F: drivers/cpufreq/omap-cpufreq.c
8600
8601 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8602 M: Rajendra Nayak <rnayak@codeaurora.org>
8603 M: Paul Walmsley <paul@pwsan.com>
8604 L: linux-omap@vger.kernel.org
8605 S: Maintained
8606 F: arch/arm/mach-omap2/prm*
8607
8608 OMAP AUDIO SUPPORT
8609 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8610 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8611 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8612 L: linux-omap@vger.kernel.org
8613 S: Maintained
8614 F: sound/soc/omap/
8615
8616 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8617 M: Roger Quadros <rogerq@ti.com>
8618 M: Tony Lindgren <tony@atomide.com>
8619 L: linux-omap@vger.kernel.org
8620 S: Maintained
8621 F: drivers/memory/omap-gpmc.c
8622 F: arch/arm/mach-omap2/*gpmc*
8623
8624 OMAP FRAMEBUFFER SUPPORT
8625 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8626 L: linux-fbdev@vger.kernel.org
8627 L: linux-omap@vger.kernel.org
8628 S: Maintained
8629 F: drivers/video/fbdev/omap/
8630
8631 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8632 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8633 L: linux-omap@vger.kernel.org
8634 L: linux-fbdev@vger.kernel.org
8635 S: Maintained
8636 F: drivers/video/fbdev/omap2/
8637 F: Documentation/arm/OMAP/DSS
8638
8639 OMAP HARDWARE SPINLOCK SUPPORT
8640 M: Ohad Ben-Cohen <ohad@wizery.com>
8641 L: linux-omap@vger.kernel.org
8642 S: Maintained
8643 F: drivers/hwspinlock/omap_hwspinlock.c
8644
8645 OMAP MMC SUPPORT
8646 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8647 L: linux-omap@vger.kernel.org
8648 S: Maintained
8649 F: drivers/mmc/host/omap.c
8650
8651 OMAP HS MMC SUPPORT
8652 L: linux-mmc@vger.kernel.org
8653 L: linux-omap@vger.kernel.org
8654 S: Orphan
8655 F: drivers/mmc/host/omap_hsmmc.c
8656
8657 OMAP RANDOM NUMBER GENERATOR SUPPORT
8658 M: Deepak Saxena <dsaxena@plexity.net>
8659 S: Maintained
8660 F: drivers/char/hw_random/omap-rng.c
8661
8662 OMAP HWMOD SUPPORT
8663 M: Benoît Cousson <bcousson@baylibre.com>
8664 M: Paul Walmsley <paul@pwsan.com>
8665 L: linux-omap@vger.kernel.org
8666 S: Maintained
8667 F: arch/arm/mach-omap2/omap_hwmod.*
8668
8669 OMAP HWMOD DATA
8670 M: Paul Walmsley <paul@pwsan.com>
8671 L: linux-omap@vger.kernel.org
8672 S: Maintained
8673 F: arch/arm/mach-omap2/omap_hwmod*data*
8674
8675 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8676 M: Benoît Cousson <bcousson@baylibre.com>
8677 L: linux-omap@vger.kernel.org
8678 S: Maintained
8679 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8680
8681 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8682 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8683 L: linux-media@vger.kernel.org
8684 S: Maintained
8685 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8686 F: drivers/media/platform/omap3isp/
8687 F: drivers/staging/media/omap4iss/
8688
8689 OMAP USB SUPPORT
8690 L: linux-usb@vger.kernel.org
8691 L: linux-omap@vger.kernel.org
8692 S: Orphan
8693 F: drivers/usb/*/*omap*
8694 F: arch/arm/*omap*/usb*
8695
8696 OMAP GPIO DRIVER
8697 M: Grygorii Strashko <grygorii.strashko@ti.com>
8698 M: Santosh Shilimkar <ssantosh@kernel.org>
8699 M: Kevin Hilman <khilman@kernel.org>
8700 L: linux-omap@vger.kernel.org
8701 S: Maintained
8702 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8703 F: drivers/gpio/gpio-omap.c
8704
8705 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8706 M: Mark Jackson <mpfj@newflow.co.uk>
8707 L: linux-omap@vger.kernel.org
8708 S: Maintained
8709 F: arch/arm/boot/dts/am335x-nano.dts
8710
8711 OMFS FILESYSTEM
8712 M: Bob Copeland <me@bobcopeland.com>
8713 L: linux-karma-devel@lists.sourceforge.net
8714 S: Maintained
8715 F: Documentation/filesystems/omfs.txt
8716 F: fs/omfs/
8717
8718 OMNIKEY CARDMAN 4000 DRIVER
8719 M: Harald Welte <laforge@gnumonks.org>
8720 S: Maintained
8721 F: drivers/char/pcmcia/cm4000_cs.c
8722 F: include/linux/cm4000_cs.h
8723 F: include/uapi/linux/cm4000_cs.h
8724
8725 OMNIKEY CARDMAN 4040 DRIVER
8726 M: Harald Welte <laforge@gnumonks.org>
8727 S: Maintained
8728 F: drivers/char/pcmcia/cm4040_cs.*
8729
8730 OMNIVISION OV7670 SENSOR DRIVER
8731 M: Jonathan Corbet <corbet@lwn.net>
8732 L: linux-media@vger.kernel.org
8733 T: git git://linuxtv.org/media_tree.git
8734 S: Maintained
8735 F: drivers/media/i2c/ov7670.c
8736
8737 ONENAND FLASH DRIVER
8738 M: Kyungmin Park <kyungmin.park@samsung.com>
8739 L: linux-mtd@lists.infradead.org
8740 S: Maintained
8741 F: drivers/mtd/onenand/
8742 F: include/linux/mtd/onenand*.h
8743
8744 ONSTREAM SCSI TAPE DRIVER
8745 M: Willem Riede <osst@riede.org>
8746 L: osst-users@lists.sourceforge.net
8747 L: linux-scsi@vger.kernel.org
8748 S: Maintained
8749 F: Documentation/scsi/osst.txt
8750 F: drivers/scsi/osst.*
8751 F: drivers/scsi/osst_*.h
8752 F: drivers/scsi/st.h
8753
8754 OPENCORES I2C BUS DRIVER
8755 M: Peter Korsgaard <jacmet@sunsite.dk>
8756 L: linux-i2c@vger.kernel.org
8757 S: Maintained
8758 F: Documentation/i2c/busses/i2c-ocores
8759 F: drivers/i2c/busses/i2c-ocores.c
8760
8761 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8762 M: Rob Herring <robh+dt@kernel.org>
8763 M: Frank Rowand <frowand.list@gmail.com>
8764 L: devicetree@vger.kernel.org
8765 W: http://www.devicetree.org/
8766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8767 S: Maintained
8768 F: drivers/of/
8769 F: include/linux/of*.h
8770 F: scripts/dtc/
8771
8772 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8773 M: Rob Herring <robh+dt@kernel.org>
8774 M: Mark Rutland <mark.rutland@arm.com>
8775 L: devicetree@vger.kernel.org
8776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8777 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8778 S: Maintained
8779 F: Documentation/devicetree/
8780 F: arch/*/boot/dts/
8781 F: include/dt-bindings/
8782
8783 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8784 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8785 L: devicetree@vger.kernel.org
8786 S: Maintained
8787 F: Documentation/devicetree/dynamic-resolution-notes.txt
8788 F: Documentation/devicetree/overlay-notes.txt
8789 F: drivers/of/overlay.c
8790 F: drivers/of/resolver.c
8791
8792 OPENRISC ARCHITECTURE
8793 M: Jonas Bonn <jonas@southpole.se>
8794 W: http://openrisc.net
8795 S: Maintained
8796 T: git git://openrisc.net/~jonas/linux
8797 F: arch/openrisc/
8798
8799 OPENVSWITCH
8800 M: Pravin Shelar <pshelar@nicira.com>
8801 L: netdev@vger.kernel.org
8802 L: dev@openvswitch.org
8803 W: http://openvswitch.org
8804 S: Maintained
8805 F: net/openvswitch/
8806 F: include/uapi/linux/openvswitch.h
8807
8808 OPERATING PERFORMANCE POINTS (OPP)
8809 M: Viresh Kumar <vireshk@kernel.org>
8810 M: Nishanth Menon <nm@ti.com>
8811 M: Stephen Boyd <sboyd@codeaurora.org>
8812 L: linux-pm@vger.kernel.org
8813 S: Maintained
8814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8815 F: drivers/base/power/opp/
8816 F: include/linux/pm_opp.h
8817 F: Documentation/power/opp.txt
8818 F: Documentation/devicetree/bindings/opp/
8819
8820 OPL4 DRIVER
8821 M: Clemens Ladisch <clemens@ladisch.de>
8822 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8823 T: git git://git.alsa-project.org/alsa-kernel.git
8824 S: Maintained
8825 F: sound/drivers/opl4/
8826
8827 OPROFILE
8828 M: Robert Richter <rric@kernel.org>
8829 L: oprofile-list@lists.sf.net
8830 S: Maintained
8831 F: arch/*/include/asm/oprofile*.h
8832 F: arch/*/oprofile/
8833 F: drivers/oprofile/
8834 F: include/linux/oprofile.h
8835
8836 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8837 M: Mark Fasheh <mfasheh@suse.com>
8838 M: Joel Becker <jlbec@evilplan.org>
8839 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8840 W: http://ocfs2.wiki.kernel.org
8841 S: Supported
8842 F: Documentation/filesystems/ocfs2.txt
8843 F: Documentation/filesystems/dlmfs.txt
8844 F: fs/ocfs2/
8845
8846 ORINOCO DRIVER
8847 L: linux-wireless@vger.kernel.org
8848 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8849 W: http://www.nongnu.org/orinoco/
8850 S: Orphan
8851 F: drivers/net/wireless/intersil/orinoco/
8852
8853 OSD LIBRARY and FILESYSTEM
8854 M: Boaz Harrosh <ooo@electrozaur.com>
8855 M: Benny Halevy <bhalevy@primarydata.com>
8856 L: osd-dev@open-osd.org
8857 W: http://open-osd.org
8858 T: git git://git.open-osd.org/open-osd.git
8859 S: Maintained
8860 F: drivers/scsi/osd/
8861 F: include/scsi/osd_*
8862 F: fs/exofs/
8863
8864 OVERLAY FILESYSTEM
8865 M: Miklos Szeredi <miklos@szeredi.hu>
8866 L: linux-unionfs@vger.kernel.org
8867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8868 S: Supported
8869 F: fs/overlayfs/
8870 F: Documentation/filesystems/overlayfs.txt
8871
8872 ORANGEFS FILESYSTEM
8873 M: Mike Marshall <hubcap@omnibond.com>
8874 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8876 S: Supported
8877 F: fs/orangefs/
8878 F: Documentation/filesystems/orangefs.txt
8879
8880 P54 WIRELESS DRIVER
8881 M: Christian Lamparter <chunkeey@googlemail.com>
8882 L: linux-wireless@vger.kernel.org
8883 W: http://wireless.kernel.org/en/users/Drivers/p54
8884 S: Maintained
8885 F: drivers/net/wireless/intersil/p54/
8886
8887 PA SEMI ETHERNET DRIVER
8888 M: Olof Johansson <olof@lixom.net>
8889 L: netdev@vger.kernel.org
8890 S: Maintained
8891 F: drivers/net/ethernet/pasemi/*
8892
8893 PA SEMI SMBUS DRIVER
8894 M: Olof Johansson <olof@lixom.net>
8895 L: linux-i2c@vger.kernel.org
8896 S: Maintained
8897 F: drivers/i2c/busses/i2c-pasemi.c
8898
8899 PADATA PARALLEL EXECUTION MECHANISM
8900 M: Steffen Klassert <steffen.klassert@secunet.com>
8901 L: linux-crypto@vger.kernel.org
8902 S: Maintained
8903 F: kernel/padata.c
8904 F: include/linux/padata.h
8905 F: Documentation/padata.txt
8906
8907 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8908 M: Harald Welte <laforge@gnumonks.org>
8909 L: platform-driver-x86@vger.kernel.org
8910 S: Maintained
8911 F: drivers/platform/x86/panasonic-laptop.c
8912
8913 PANASONIC MN10300/AM33/AM34 PORT
8914 M: David Howells <dhowells@redhat.com>
8915 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8916 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8917 S: Maintained
8918 F: Documentation/mn10300/
8919 F: arch/mn10300/
8920
8921 PARALLEL LCD/KEYPAD PANEL DRIVER
8922 M: Willy Tarreau <willy@haproxy.com>
8923 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8924 S: Odd Fixes
8925 F: Documentation/misc-devices/lcd-panel-cgram.txt
8926 F: drivers/misc/panel.c
8927
8928 PARALLEL PORT SUBSYSTEM
8929 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8930 M: Sudip Mukherjee <sudip@vectorindia.org>
8931 L: linux-parport@lists.infradead.org (subscribers-only)
8932 S: Maintained
8933 F: drivers/parport/
8934 F: include/linux/parport*.h
8935 F: drivers/char/ppdev.c
8936 F: include/uapi/linux/ppdev.h
8937 F: Documentation/parport*.txt
8938
8939 PARAVIRT_OPS INTERFACE
8940 M: Jeremy Fitzhardinge <jeremy@goop.org>
8941 M: Chris Wright <chrisw@sous-sol.org>
8942 M: Alok Kataria <akataria@vmware.com>
8943 M: Rusty Russell <rusty@rustcorp.com.au>
8944 L: virtualization@lists.linux-foundation.org
8945 S: Supported
8946 F: Documentation/virtual/paravirt_ops.txt
8947 F: arch/*/kernel/paravirt*
8948 F: arch/*/include/asm/paravirt.h
8949 F: include/linux/hypervisor.h
8950
8951 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8952 M: Tim Waugh <tim@cyberelk.net>
8953 L: linux-parport@lists.infradead.org (subscribers-only)
8954 S: Maintained
8955 F: Documentation/blockdev/paride.txt
8956 F: drivers/block/paride/
8957
8958 PARISC ARCHITECTURE
8959 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8960 M: Helge Deller <deller@gmx.de>
8961 L: linux-parisc@vger.kernel.org
8962 W: http://www.parisc-linux.org/
8963 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8966 S: Maintained
8967 F: arch/parisc/
8968 F: Documentation/parisc/
8969 F: drivers/parisc/
8970 F: drivers/char/agp/parisc-agp.c
8971 F: drivers/input/serio/gscps2.c
8972 F: drivers/parport/parport_gsc.*
8973 F: drivers/tty/serial/8250/8250_gsc.c
8974 F: drivers/video/fbdev/sti*
8975 F: drivers/video/console/sti*
8976 F: drivers/video/logo/logo_parisc*
8977
8978 PC87360 HARDWARE MONITORING DRIVER
8979 M: Jim Cromie <jim.cromie@gmail.com>
8980 L: linux-hwmon@vger.kernel.org
8981 S: Maintained
8982 F: Documentation/hwmon/pc87360
8983 F: drivers/hwmon/pc87360.c
8984
8985 PC8736x GPIO DRIVER
8986 M: Jim Cromie <jim.cromie@gmail.com>
8987 S: Maintained
8988 F: drivers/char/pc8736x_gpio.c
8989
8990 PC87427 HARDWARE MONITORING DRIVER
8991 M: Jean Delvare <jdelvare@suse.com>
8992 L: linux-hwmon@vger.kernel.org
8993 S: Maintained
8994 F: Documentation/hwmon/pc87427
8995 F: drivers/hwmon/pc87427.c
8996
8997 PCA9532 LED DRIVER
8998 M: Riku Voipio <riku.voipio@iki.fi>
8999 S: Maintained
9000 F: drivers/leds/leds-pca9532.c
9001 F: include/linux/leds-pca9532.h
9002
9003 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9004 M: Guenter Roeck <linux@roeck-us.net>
9005 L: linux-i2c@vger.kernel.org
9006 S: Maintained
9007 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9008
9009 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9010 M: Khalid Aziz <khalid@gonehiking.org>
9011 S: Maintained
9012 F: drivers/firmware/pcdp.*
9013
9014 PCI ERROR RECOVERY
9015 M: Linas Vepstas <linasvepstas@gmail.com>
9016 L: linux-pci@vger.kernel.org
9017 S: Supported
9018 F: Documentation/PCI/pci-error-recovery.txt
9019
9020 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9021 M: Russell Currey <ruscur@russell.cc>
9022 L: linuxppc-dev@lists.ozlabs.org
9023 S: Supported
9024 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9025 F: arch/powerpc/kernel/eeh*.c
9026 F: arch/powerpc/platforms/*/eeh*.c
9027 F: arch/powerpc/include/*/eeh*.h
9028
9029 PCI SUBSYSTEM
9030 M: Bjorn Helgaas <bhelgaas@google.com>
9031 L: linux-pci@vger.kernel.org
9032 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9034 S: Supported
9035 F: Documentation/devicetree/bindings/pci/
9036 F: Documentation/PCI/
9037 F: drivers/pci/
9038 F: include/linux/pci*
9039 F: arch/x86/pci/
9040 F: arch/x86/kernel/quirks.c
9041
9042 PCI DRIVER FOR ALTERA PCIE IP
9043 M: Ley Foon Tan <lftan@altera.com>
9044 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9045 L: linux-pci@vger.kernel.org
9046 S: Supported
9047 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9048 F: drivers/pci/host/pcie-altera.c
9049
9050 PCI DRIVER FOR ARM VERSATILE PLATFORM
9051 M: Rob Herring <robh@kernel.org>
9052 L: linux-pci@vger.kernel.org
9053 L: linux-arm-kernel@lists.infradead.org
9054 S: Maintained
9055 F: Documentation/devicetree/bindings/pci/versatile.txt
9056 F: drivers/pci/host/pci-versatile.c
9057
9058 PCI DRIVER FOR APPLIEDMICRO XGENE
9059 M: Tanmay Inamdar <tinamdar@apm.com>
9060 L: linux-pci@vger.kernel.org
9061 L: linux-arm-kernel@lists.infradead.org
9062 S: Maintained
9063 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9064 F: drivers/pci/host/pci-xgene.c
9065
9066 PCI DRIVER FOR FREESCALE LAYERSCAPE
9067 M: Minghuan Lian <minghuan.Lian@freescale.com>
9068 M: Mingkai Hu <mingkai.hu@freescale.com>
9069 M: Roy Zang <tie-fei.zang@freescale.com>
9070 L: linuxppc-dev@lists.ozlabs.org
9071 L: linux-pci@vger.kernel.org
9072 L: linux-arm-kernel@lists.infradead.org
9073 S: Maintained
9074 F: drivers/pci/host/*layerscape*
9075
9076 PCI DRIVER FOR IMX6
9077 M: Richard Zhu <Richard.Zhu@freescale.com>
9078 M: Lucas Stach <l.stach@pengutronix.de>
9079 L: linux-pci@vger.kernel.org
9080 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9081 S: Maintained
9082 F: drivers/pci/host/*imx6*
9083
9084 PCI DRIVER FOR TI KEYSTONE
9085 M: Murali Karicheri <m-karicheri2@ti.com>
9086 L: linux-pci@vger.kernel.org
9087 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9088 S: Maintained
9089 F: drivers/pci/host/*keystone*
9090
9091 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9092 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9093 M: Jason Cooper <jason@lakedaemon.net>
9094 L: linux-pci@vger.kernel.org
9095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9096 S: Maintained
9097 F: drivers/pci/host/*mvebu*
9098
9099 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9100 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9101 L: linux-pci@vger.kernel.org
9102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9103 S: Maintained
9104 F: drivers/pci/host/pci-aardvark.c
9105
9106 PCI DRIVER FOR NVIDIA TEGRA
9107 M: Thierry Reding <thierry.reding@gmail.com>
9108 L: linux-tegra@vger.kernel.org
9109 L: linux-pci@vger.kernel.org
9110 S: Supported
9111 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9112 F: drivers/pci/host/pci-tegra.c
9113
9114 PCI DRIVER FOR TI DRA7XX
9115 M: Kishon Vijay Abraham I <kishon@ti.com>
9116 L: linux-omap@vger.kernel.org
9117 L: linux-pci@vger.kernel.org
9118 S: Supported
9119 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9120 F: drivers/pci/host/pci-dra7xx.c
9121
9122 PCI DRIVER FOR RENESAS R-CAR
9123 M: Simon Horman <horms@verge.net.au>
9124 L: linux-pci@vger.kernel.org
9125 L: linux-renesas-soc@vger.kernel.org
9126 S: Maintained
9127 F: drivers/pci/host/*rcar*
9128
9129 PCI DRIVER FOR SAMSUNG EXYNOS
9130 M: Jingoo Han <jingoohan1@gmail.com>
9131 L: linux-pci@vger.kernel.org
9132 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9133 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9134 S: Maintained
9135 F: drivers/pci/host/pci-exynos.c
9136
9137 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9138 M: Jingoo Han <jingoohan1@gmail.com>
9139 M: Pratyush Anand <pratyush.anand@gmail.com>
9140 L: linux-pci@vger.kernel.org
9141 S: Maintained
9142 F: drivers/pci/host/*designware*
9143
9144 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9145 M: Joao Pinto <jpinto@synopsys.com>
9146 L: linux-pci@vger.kernel.org
9147 S: Maintained
9148 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9149 F: drivers/pci/host/pcie-designware-plat.c
9150
9151 PCI DRIVER FOR GENERIC OF HOSTS
9152 M: Will Deacon <will.deacon@arm.com>
9153 L: linux-pci@vger.kernel.org
9154 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9155 S: Maintained
9156 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9157 F: drivers/pci/host/pci-host-common.c
9158 F: drivers/pci/host/pci-host-generic.c
9159
9160 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9161 M: Keith Busch <keith.busch@intel.com>
9162 L: linux-pci@vger.kernel.org
9163 S: Supported
9164 F: arch/x86/pci/vmd.c
9165
9166 PCIE DRIVER FOR ST SPEAR13XX
9167 M: Pratyush Anand <pratyush.anand@gmail.com>
9168 L: linux-pci@vger.kernel.org
9169 S: Maintained
9170 F: drivers/pci/host/*spear*
9171
9172 PCI MSI DRIVER FOR ALTERA MSI IP
9173 M: Ley Foon Tan <lftan@altera.com>
9174 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9175 L: linux-pci@vger.kernel.org
9176 S: Supported
9177 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9178 F: drivers/pci/host/pcie-altera-msi.c
9179
9180 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9181 M: Duc Dang <dhdang@apm.com>
9182 L: linux-pci@vger.kernel.org
9183 L: linux-arm-kernel@lists.infradead.org
9184 S: Maintained
9185 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9186 F: drivers/pci/host/pci-xgene-msi.c
9187
9188 PCIE DRIVER FOR AXIS ARTPEC
9189 M: Niklas Cassel <niklas.cassel@axis.com>
9190 M: Jesper Nilsson <jesper.nilsson@axis.com>
9191 L: linux-arm-kernel@axis.com
9192 L: linux-pci@vger.kernel.org
9193 S: Maintained
9194 F: Documentation/devicetree/bindings/pci/axis,artpec*
9195 F: drivers/pci/host/*artpec*
9196
9197 PCIE DRIVER FOR HISILICON
9198 M: Zhou Wang <wangzhou1@hisilicon.com>
9199 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9200 L: linux-pci@vger.kernel.org
9201 S: Maintained
9202 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9203 F: drivers/pci/host/pcie-hisi.c
9204
9205 PCIE DRIVER FOR QUALCOMM MSM
9206 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9207 L: linux-pci@vger.kernel.org
9208 L: linux-arm-msm@vger.kernel.org
9209 S: Maintained
9210 F: drivers/pci/host/*qcom*
9211
9212 PCIE DRIVER FOR CAVIUM THUNDERX
9213 M: David Daney <david.daney@cavium.com>
9214 L: linux-pci@vger.kernel.org
9215 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9216 S: Supported
9217 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9218 F: drivers/pci/host/pci-thunder-*
9219
9220 PCMCIA SUBSYSTEM
9221 P: Linux PCMCIA Team
9222 L: linux-pcmcia@lists.infradead.org
9223 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9225 S: Maintained
9226 F: Documentation/pcmcia/
9227 F: drivers/pcmcia/
9228 F: include/pcmcia/
9229
9230 PCNET32 NETWORK DRIVER
9231 M: Don Fry <pcnet32@frontier.com>
9232 L: netdev@vger.kernel.org
9233 S: Maintained
9234 F: drivers/net/ethernet/amd/pcnet32.c
9235
9236 PCRYPT PARALLEL CRYPTO ENGINE
9237 M: Steffen Klassert <steffen.klassert@secunet.com>
9238 L: linux-crypto@vger.kernel.org
9239 S: Maintained
9240 F: crypto/pcrypt.c
9241 F: include/crypto/pcrypt.h
9242
9243 PER-CPU MEMORY ALLOCATOR
9244 M: Tejun Heo <tj@kernel.org>
9245 M: Christoph Lameter <cl@linux.com>
9246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9247 S: Maintained
9248 F: include/linux/percpu*.h
9249 F: mm/percpu*.c
9250 F: arch/*/include/asm/percpu.h
9251
9252 PER-TASK DELAY ACCOUNTING
9253 M: Balbir Singh <bsingharora@gmail.com>
9254 S: Maintained
9255 F: include/linux/delayacct.h
9256 F: kernel/delayacct.c
9257
9258 PERFORMANCE EVENTS SUBSYSTEM
9259 M: Peter Zijlstra <peterz@infradead.org>
9260 M: Ingo Molnar <mingo@redhat.com>
9261 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9262 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9263 L: linux-kernel@vger.kernel.org
9264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9265 S: Supported
9266 F: kernel/events/*
9267 F: include/linux/perf_event.h
9268 F: include/uapi/linux/perf_event.h
9269 F: arch/*/kernel/perf_event*.c
9270 F: arch/*/kernel/*/perf_event*.c
9271 F: arch/*/kernel/*/*/perf_event*.c
9272 F: arch/*/include/asm/perf_event.h
9273 F: arch/*/kernel/perf_callchain.c
9274 F: arch/*/events/*
9275 F: tools/perf/
9276
9277 PERSONALITY HANDLING
9278 M: Christoph Hellwig <hch@infradead.org>
9279 L: linux-abi-devel@lists.sourceforge.net
9280 S: Maintained
9281 F: include/linux/personality.h
9282 F: include/uapi/linux/personality.h
9283
9284 PHONET PROTOCOL
9285 M: Remi Denis-Courmont <courmisch@gmail.com>
9286 S: Supported
9287 F: Documentation/networking/phonet.txt
9288 F: include/linux/phonet.h
9289 F: include/net/phonet/
9290 F: include/uapi/linux/phonet.h
9291 F: net/phonet/
9292
9293 PHRAM MTD DRIVER
9294 M: Joern Engel <joern@lazybastard.org>
9295 L: linux-mtd@lists.infradead.org
9296 S: Maintained
9297 F: drivers/mtd/devices/phram.c
9298
9299 PICOLCD HID DRIVER
9300 M: Bruno Prémont <bonbons@linux-vserver.org>
9301 L: linux-input@vger.kernel.org
9302 S: Maintained
9303 F: drivers/hid/hid-picolcd*
9304
9305 PICOXCELL SUPPORT
9306 M: Jamie Iles <jamie@jamieiles.com>
9307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9308 T: git git://github.com/jamieiles/linux-2.6-ji.git
9309 S: Supported
9310 F: arch/arm/boot/dts/picoxcell*
9311 F: arch/arm/mach-picoxcell/
9312 F: drivers/crypto/picoxcell*
9313
9314 PIN CONTROL SUBSYSTEM
9315 M: Linus Walleij <linus.walleij@linaro.org>
9316 L: linux-gpio@vger.kernel.org
9317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9318 S: Maintained
9319 F: Documentation/devicetree/bindings/pinctrl/
9320 F: Documentation/pinctrl.txt
9321 F: drivers/pinctrl/
9322 F: include/linux/pinctrl/
9323
9324 PIN CONTROLLER - ATMEL AT91
9325 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9326 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9327 S: Maintained
9328 F: drivers/pinctrl/pinctrl-at91.*
9329
9330 PIN CONTROLLER - ATMEL AT91 PIO4
9331 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9332 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9333 L: linux-gpio@vger.kernel.org
9334 S: Supported
9335 F: drivers/pinctrl/pinctrl-at91-pio4.*
9336
9337 PIN CONTROLLER - INTEL
9338 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9339 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9340 S: Maintained
9341 F: drivers/pinctrl/intel/
9342
9343 PIN CONTROLLER - RENESAS
9344 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9345 M: Geert Uytterhoeven <geert+renesas@glider.be>
9346 L: linux-renesas-soc@vger.kernel.org
9347 S: Maintained
9348 F: drivers/pinctrl/sh-pfc/
9349
9350 PIN CONTROLLER - SAMSUNG
9351 M: Tomasz Figa <tomasz.figa@gmail.com>
9352 M: Krzysztof Kozlowski <krzk@kernel.org>
9353 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9355 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9356 S: Maintained
9357 F: drivers/pinctrl/samsung/
9358
9359 PIN CONTROLLER - SINGLE
9360 M: Tony Lindgren <tony@atomide.com>
9361 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9363 L: linux-omap@vger.kernel.org
9364 S: Maintained
9365 F: drivers/pinctrl/pinctrl-single.c
9366
9367 PIN CONTROLLER - ST SPEAR
9368 M: Viresh Kumar <vireshk@kernel.org>
9369 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9370 W: http://www.st.com/spear
9371 S: Maintained
9372 F: drivers/pinctrl/spear/
9373
9374 PISTACHIO SOC SUPPORT
9375 M: James Hartley <james.hartley@imgtec.com>
9376 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9377 L: linux-mips@linux-mips.org
9378 S: Maintained
9379 F: arch/mips/pistachio/
9380 F: arch/mips/include/asm/mach-pistachio/
9381 F: arch/mips/boot/dts/pistachio/
9382 F: arch/mips/configs/pistachio*_defconfig
9383
9384 PKTCDVD DRIVER
9385 M: Jiri Kosina <jikos@kernel.org>
9386 S: Maintained
9387 F: drivers/block/pktcdvd.c
9388 F: include/linux/pktcdvd.h
9389 F: include/uapi/linux/pktcdvd.h
9390
9391 PKUNITY SOC DRIVERS
9392 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9393 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9394 S: Maintained
9395 T: git git://github.com/gxt/linux.git
9396 F: drivers/input/serio/i8042-unicore32io.h
9397 F: drivers/i2c/busses/i2c-puv3.c
9398 F: drivers/video/fbdev/fb-puv3.c
9399 F: drivers/rtc/rtc-puv3.c
9400
9401 PMBUS HARDWARE MONITORING DRIVERS
9402 M: Guenter Roeck <linux@roeck-us.net>
9403 L: linux-hwmon@vger.kernel.org
9404 W: http://hwmon.wiki.kernel.org/
9405 W: http://www.roeck-us.net/linux/drivers/
9406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9407 S: Maintained
9408 F: Documentation/hwmon/pmbus
9409 F: drivers/hwmon/pmbus/
9410 F: include/linux/i2c/pmbus.h
9411
9412 PMC SIERRA MaxRAID DRIVER
9413 L: linux-scsi@vger.kernel.org
9414 W: http://www.pmc-sierra.com/
9415 S: Orphan
9416 F: drivers/scsi/pmcraid.*
9417
9418 PMC SIERRA PM8001 DRIVER
9419 M: Jack Wang <jinpu.wang@profitbricks.com>
9420 M: lindar_liu@usish.com
9421 L: pmchba@pmcs.com
9422 L: linux-scsi@vger.kernel.org
9423 S: Supported
9424 F: drivers/scsi/pm8001/
9425
9426 POSIX CLOCKS and TIMERS
9427 M: Thomas Gleixner <tglx@linutronix.de>
9428 L: linux-kernel@vger.kernel.org
9429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9430 S: Maintained
9431 F: fs/timerfd.c
9432 F: include/linux/timer*
9433 F: kernel/time/*timer*
9434
9435 POWER MANAGEMENT CORE
9436 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9437 L: linux-pm@vger.kernel.org
9438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9439 S: Supported
9440 F: drivers/base/power/
9441 F: include/linux/pm.h
9442 F: include/linux/pm_*
9443 F: include/linux/powercap.h
9444 F: drivers/powercap/
9445
9446 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9447 M: Sebastian Reichel <sre@kernel.org>
9448 L: linux-pm@vger.kernel.org
9449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9450 S: Maintained
9451 F: Documentation/devicetree/bindings/power/supply/
9452 F: include/linux/power_supply.h
9453 F: drivers/power/supply/
9454
9455 POWER STATE COORDINATION INTERFACE (PSCI)
9456 M: Mark Rutland <mark.rutland@arm.com>
9457 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9458 L: linux-arm-kernel@lists.infradead.org
9459 S: Maintained
9460 F: drivers/firmware/psci.c
9461 F: include/linux/psci.h
9462 F: include/uapi/linux/psci.h
9463
9464 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9465 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9466 L: linuxppc-dev@lists.ozlabs.org
9467 S: Maintained
9468 F: drivers/char/powernv-op-panel.c
9469
9470 PNP SUPPORT
9471 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9472 S: Maintained
9473 F: drivers/pnp/
9474
9475 PPP PROTOCOL DRIVERS AND COMPRESSORS
9476 M: Paul Mackerras <paulus@samba.org>
9477 L: linux-ppp@vger.kernel.org
9478 S: Maintained
9479 F: drivers/net/ppp/ppp_*
9480
9481 PPP OVER ATM (RFC 2364)
9482 M: Mitchell Blank Jr <mitch@sfgoth.com>
9483 S: Maintained
9484 F: net/atm/pppoatm.c
9485 F: include/uapi/linux/atmppp.h
9486
9487 PPP OVER ETHERNET
9488 M: Michal Ostrowski <mostrows@earthlink.net>
9489 S: Maintained
9490 F: drivers/net/ppp/pppoe.c
9491 F: drivers/net/ppp/pppox.c
9492
9493 PPP OVER L2TP
9494 M: James Chapman <jchapman@katalix.com>
9495 S: Maintained
9496 F: net/l2tp/l2tp_ppp.c
9497 F: include/linux/if_pppol2tp.h
9498 F: include/uapi/linux/if_pppol2tp.h
9499
9500 PPS SUPPORT
9501 M: Rodolfo Giometti <giometti@enneenne.com>
9502 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9503 L: linuxpps@ml.enneenne.com (subscribers-only)
9504 S: Maintained
9505 F: Documentation/pps/
9506 F: drivers/pps/
9507 F: include/linux/pps*.h
9508
9509 PPTP DRIVER
9510 M: Dmitry Kozlov <xeb@mail.ru>
9511 L: netdev@vger.kernel.org
9512 S: Maintained
9513 F: drivers/net/ppp/pptp.c
9514 W: http://sourceforge.net/projects/accel-pptp
9515
9516 PREEMPTIBLE KERNEL
9517 M: Robert Love <rml@tech9.net>
9518 L: kpreempt-tech@lists.sourceforge.net
9519 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9520 S: Supported
9521 F: Documentation/preempt-locking.txt
9522 F: include/linux/preempt.h
9523
9524 PRISM54 WIRELESS DRIVER
9525 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9526 L: linux-wireless@vger.kernel.org
9527 W: http://wireless.kernel.org/en/users/Drivers/p54
9528 S: Obsolete
9529 F: drivers/net/wireless/intersil/prism54/
9530
9531 PS3 NETWORK SUPPORT
9532 M: Geoff Levand <geoff@infradead.org>
9533 L: netdev@vger.kernel.org
9534 L: linuxppc-dev@lists.ozlabs.org
9535 S: Maintained
9536 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9537
9538 PS3 PLATFORM SUPPORT
9539 M: Geoff Levand <geoff@infradead.org>
9540 L: linuxppc-dev@lists.ozlabs.org
9541 S: Maintained
9542 F: arch/powerpc/boot/ps3*
9543 F: arch/powerpc/include/asm/lv1call.h
9544 F: arch/powerpc/include/asm/ps3*.h
9545 F: arch/powerpc/platforms/ps3/
9546 F: drivers/*/ps3*
9547 F: drivers/ps3/
9548 F: drivers/rtc/rtc-ps3.c
9549 F: drivers/usb/host/*ps3.c
9550 F: sound/ppc/snd_ps3*
9551
9552 PS3VRAM DRIVER
9553 M: Jim Paris <jim@jtan.com>
9554 M: Geoff Levand <geoff@infradead.org>
9555 L: linuxppc-dev@lists.ozlabs.org
9556 S: Maintained
9557 F: drivers/block/ps3vram.c
9558
9559 PSTORE FILESYSTEM
9560 M: Anton Vorontsov <anton@enomsg.org>
9561 M: Colin Cross <ccross@android.com>
9562 M: Kees Cook <keescook@chromium.org>
9563 M: Tony Luck <tony.luck@intel.com>
9564 S: Maintained
9565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9566 F: fs/pstore/
9567 F: include/linux/pstore*
9568 F: drivers/firmware/efi/efi-pstore.c
9569 F: drivers/acpi/apei/erst.c
9570
9571 PTP HARDWARE CLOCK SUPPORT
9572 M: Richard Cochran <richardcochran@gmail.com>
9573 L: netdev@vger.kernel.org
9574 S: Maintained
9575 W: http://linuxptp.sourceforge.net/
9576 F: Documentation/ABI/testing/sysfs-ptp
9577 F: Documentation/ptp/*
9578 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9579 F: drivers/net/phy/dp83640*
9580 F: drivers/ptp/*
9581 F: include/linux/ptp_cl*
9582
9583 PTRACE SUPPORT
9584 M: Roland McGrath <roland@hack.frob.com>
9585 M: Oleg Nesterov <oleg@redhat.com>
9586 S: Maintained
9587 F: include/asm-generic/syscall.h
9588 F: include/linux/ptrace.h
9589 F: include/linux/regset.h
9590 F: include/linux/tracehook.h
9591 F: include/uapi/linux/ptrace.h
9592 F: kernel/ptrace.c
9593
9594 PULSE8-CEC DRIVER
9595 M: Hans Verkuil <hverkuil@xs4all.nl>
9596 L: linux-media@vger.kernel.org
9597 T: git git://linuxtv.org/media_tree.git
9598 S: Maintained
9599 F: drivers/staging/media/pulse8-cec
9600
9601 PVRUSB2 VIDEO4LINUX DRIVER
9602 M: Mike Isely <isely@pobox.com>
9603 L: pvrusb2@isely.net (subscribers-only)
9604 L: linux-media@vger.kernel.org
9605 W: http://www.isely.net/pvrusb2/
9606 T: git git://linuxtv.org/media_tree.git
9607 S: Maintained
9608 F: Documentation/video4linux/README.pvrusb2
9609 F: drivers/media/usb/pvrusb2/
9610
9611 PWC WEBCAM DRIVER
9612 M: Hans Verkuil <hverkuil@xs4all.nl>
9613 L: linux-media@vger.kernel.org
9614 T: git git://linuxtv.org/media_tree.git
9615 S: Odd Fixes
9616 F: drivers/media/usb/pwc/*
9617
9618 PWM FAN DRIVER
9619 M: Kamil Debski <kamil@wypas.org>
9620 M: Lukasz Majewski <l.majewski@samsung.com>
9621 L: linux-hwmon@vger.kernel.org
9622 S: Supported
9623 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9624 F: Documentation/hwmon/pwm-fan
9625 F: drivers/hwmon/pwm-fan.c
9626
9627 PWM SUBSYSTEM
9628 M: Thierry Reding <thierry.reding@gmail.com>
9629 L: linux-pwm@vger.kernel.org
9630 S: Maintained
9631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9632 F: Documentation/pwm.txt
9633 F: Documentation/devicetree/bindings/pwm/
9634 F: include/linux/pwm.h
9635 F: drivers/pwm/
9636 F: drivers/video/backlight/pwm_bl.c
9637 F: include/linux/pwm_backlight.h
9638
9639 PXA2xx/PXA3xx SUPPORT
9640 M: Daniel Mack <daniel@zonque.org>
9641 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9642 M: Robert Jarzmik <robert.jarzmik@free.fr>
9643 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9644 T: git git://github.com/hzhuang1/linux.git
9645 T: git git://github.com/rjarzmik/linux.git
9646 S: Maintained
9647 F: arch/arm/boot/dts/pxa*
9648 F: arch/arm/mach-pxa/
9649 F: drivers/dma/pxa*
9650 F: drivers/pcmcia/pxa2xx*
9651 F: drivers/pinctrl/pxa/
9652 F: drivers/spi/spi-pxa2xx*
9653 F: drivers/usb/gadget/udc/pxa2*
9654 F: include/sound/pxa2xx-lib.h
9655 F: sound/arm/pxa*
9656 F: sound/soc/pxa/
9657
9658 PXA GPIO DRIVER
9659 M: Robert Jarzmik <robert.jarzmik@free.fr>
9660 L: linux-gpio@vger.kernel.org
9661 S: Maintained
9662 F: drivers/gpio/gpio-pxa.c
9663
9664 PXA3xx NAND FLASH DRIVER
9665 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9666 L: linux-mtd@lists.infradead.org
9667 S: Maintained
9668 F: drivers/mtd/nand/pxa3xx_nand.c
9669
9670 MMP SUPPORT
9671 M: Eric Miao <eric.y.miao@gmail.com>
9672 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9673 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9674 T: git git://github.com/hzhuang1/linux.git
9675 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9676 S: Maintained
9677 F: arch/arm/boot/dts/mmp*
9678 F: arch/arm/mach-mmp/
9679
9680 PXA MMCI DRIVER
9681 S: Orphan
9682
9683 PXA RTC DRIVER
9684 M: Robert Jarzmik <robert.jarzmik@free.fr>
9685 L: rtc-linux@googlegroups.com
9686 S: Maintained
9687
9688 QAT DRIVER
9689 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9690 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9691 L: qat-linux@intel.com
9692 S: Supported
9693 F: drivers/crypto/qat/
9694
9695 QIB DRIVER
9696 M: Mike Marciniszyn <infinipath@intel.com>
9697 L: linux-rdma@vger.kernel.org
9698 S: Supported
9699 F: drivers/infiniband/hw/qib/
9700
9701 QLOGIC QLA1280 SCSI DRIVER
9702 M: Michael Reed <mdr@sgi.com>
9703 L: linux-scsi@vger.kernel.org
9704 S: Maintained
9705 F: drivers/scsi/qla1280.[ch]
9706
9707 QLOGIC QLA2XXX FC-SCSI DRIVER
9708 M: qla2xxx-upstream@qlogic.com
9709 L: linux-scsi@vger.kernel.org
9710 S: Supported
9711 F: Documentation/scsi/LICENSE.qla2xxx
9712 F: drivers/scsi/qla2xxx/
9713
9714 QLOGIC QLA4XXX iSCSI DRIVER
9715 M: QLogic-Storage-Upstream@qlogic.com
9716 L: linux-scsi@vger.kernel.org
9717 S: Supported
9718 F: Documentation/scsi/LICENSE.qla4xxx
9719 F: drivers/scsi/qla4xxx/
9720
9721 QLOGIC QLA3XXX NETWORK DRIVER
9722 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9723 M: Ron Mercer <ron.mercer@qlogic.com>
9724 M: linux-driver@qlogic.com
9725 L: netdev@vger.kernel.org
9726 S: Supported
9727 F: Documentation/networking/LICENSE.qla3xxx
9728 F: drivers/net/ethernet/qlogic/qla3xxx.*
9729
9730 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9731 M: Dept-GELinuxNICDev@qlogic.com
9732 L: netdev@vger.kernel.org
9733 S: Supported
9734 F: drivers/net/ethernet/qlogic/qlcnic/
9735
9736 QLOGIC QLGE 10Gb ETHERNET DRIVER
9737 M: Harish Patil <harish.patil@qlogic.com>
9738 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9739 M: Dept-GELinuxNICDev@qlogic.com
9740 M: linux-driver@qlogic.com
9741 L: netdev@vger.kernel.org
9742 S: Supported
9743 F: drivers/net/ethernet/qlogic/qlge/
9744
9745 QLOGIC QL4xxx ETHERNET DRIVER
9746 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9747 M: Ariel Elior <Ariel.Elior@qlogic.com>
9748 M: everest-linux-l2@qlogic.com
9749 L: netdev@vger.kernel.org
9750 S: Supported
9751 F: drivers/net/ethernet/qlogic/qed/
9752 F: include/linux/qed/
9753 F: drivers/net/ethernet/qlogic/qede/
9754
9755 QNX4 FILESYSTEM
9756 M: Anders Larsen <al@alarsen.net>
9757 W: http://www.alarsen.net/linux/qnx4fs/
9758 S: Maintained
9759 F: fs/qnx4/
9760 F: include/uapi/linux/qnx4_fs.h
9761 F: include/uapi/linux/qnxtypes.h
9762
9763 QT1010 MEDIA DRIVER
9764 M: Antti Palosaari <crope@iki.fi>
9765 L: linux-media@vger.kernel.org
9766 W: https://linuxtv.org
9767 W: http://palosaari.fi/linux/
9768 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9769 T: git git://linuxtv.org/anttip/media_tree.git
9770 S: Maintained
9771 F: drivers/media/tuners/qt1010*
9772
9773 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9774 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9775 L: linux-wireless@vger.kernel.org
9776 L: ath9k-devel@lists.ath9k.org
9777 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9778 S: Supported
9779 F: drivers/net/wireless/ath/ath9k/
9780
9781 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9782 M: Kalle Valo <kvalo@qca.qualcomm.com>
9783 L: ath10k@lists.infradead.org
9784 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9786 S: Supported
9787 F: drivers/net/wireless/ath/ath10k/
9788
9789 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9790 M: Timur Tabi <timur@codeaurora.org>
9791 L: netdev@vger.kernel.org
9792 S: Supported
9793 F: drivers/net/ethernet/qualcomm/emac/
9794
9795 QUALCOMM HEXAGON ARCHITECTURE
9796 M: Richard Kuo <rkuo@codeaurora.org>
9797 L: linux-hexagon@vger.kernel.org
9798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9799 S: Supported
9800 F: arch/hexagon/
9801
9802 QUALCOMM WCN36XX WIRELESS DRIVER
9803 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9804 L: wcn36xx@lists.infradead.org
9805 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9806 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9807 S: Supported
9808 F: drivers/net/wireless/ath/wcn36xx/
9809
9810 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9811 M: Gabriel Somlo <somlo@cmu.edu>
9812 M: "Michael S. Tsirkin" <mst@redhat.com>
9813 L: qemu-devel@nongnu.org
9814 S: Maintained
9815 F: drivers/firmware/qemu_fw_cfg.c
9816
9817 RADOS BLOCK DEVICE (RBD)
9818 M: Ilya Dryomov <idryomov@gmail.com>
9819 M: Sage Weil <sage@redhat.com>
9820 M: Alex Elder <elder@kernel.org>
9821 L: ceph-devel@vger.kernel.org
9822 W: http://ceph.com/
9823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9824 T: git git://github.com/ceph/ceph-client.git
9825 S: Supported
9826 F: Documentation/ABI/testing/sysfs-bus-rbd
9827 F: drivers/block/rbd.c
9828 F: drivers/block/rbd_types.h
9829
9830 RADEON FRAMEBUFFER DISPLAY DRIVER
9831 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9832 L: linux-fbdev@vger.kernel.org
9833 S: Maintained
9834 F: drivers/video/fbdev/aty/radeon*
9835 F: include/uapi/linux/radeonfb.h
9836
9837 RADIOSHARK RADIO DRIVER
9838 M: Hans Verkuil <hverkuil@xs4all.nl>
9839 L: linux-media@vger.kernel.org
9840 T: git git://linuxtv.org/media_tree.git
9841 S: Maintained
9842 F: drivers/media/radio/radio-shark.c
9843
9844 RADIOSHARK2 RADIO DRIVER
9845 M: Hans Verkuil <hverkuil@xs4all.nl>
9846 L: linux-media@vger.kernel.org
9847 T: git git://linuxtv.org/media_tree.git
9848 S: Maintained
9849 F: drivers/media/radio/radio-shark2.c
9850 F: drivers/media/radio/radio-tea5777.c
9851
9852 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9853 M: Paul Mackerras <paulus@samba.org>
9854 L: linux-fbdev@vger.kernel.org
9855 S: Maintained
9856 F: drivers/video/fbdev/aty/aty128fb.c
9857
9858 RALINK MIPS ARCHITECTURE
9859 M: John Crispin <john@phrozen.org>
9860 L: linux-mips@linux-mips.org
9861 S: Maintained
9862 F: arch/mips/ralink
9863
9864 RALINK RT2X00 WIRELESS LAN DRIVER
9865 P: rt2x00 project
9866 M: Stanislaw Gruszka <sgruszka@redhat.com>
9867 M: Helmut Schaa <helmut.schaa@googlemail.com>
9868 L: linux-wireless@vger.kernel.org
9869 S: Maintained
9870 F: drivers/net/wireless/ralink/rt2x00/
9871
9872 RAMDISK RAM BLOCK DEVICE DRIVER
9873 M: Jens Axboe <axboe@kernel.dk>
9874 S: Maintained
9875 F: Documentation/blockdev/ramdisk.txt
9876 F: drivers/block/brd.c
9877
9878 RANDOM NUMBER DRIVER
9879 M: "Theodore Ts'o" <tytso@mit.edu>
9880 S: Maintained
9881 F: drivers/char/random.c
9882
9883 RAPIDIO SUBSYSTEM
9884 M: Matt Porter <mporter@kernel.crashing.org>
9885 M: Alexandre Bounine <alexandre.bounine@idt.com>
9886 S: Maintained
9887 F: drivers/rapidio/
9888
9889 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9890 L: linux-wireless@vger.kernel.org
9891 S: Orphan
9892 F: drivers/net/wireless/ray*
9893
9894 RCUTORTURE MODULE
9895 M: Josh Triplett <josh@joshtriplett.org>
9896 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9897 L: linux-kernel@vger.kernel.org
9898 S: Supported
9899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9900 F: Documentation/RCU/torture.txt
9901 F: kernel/rcu/rcutorture.c
9902
9903 RCUTORTURE TEST FRAMEWORK
9904 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9905 M: Josh Triplett <josh@joshtriplett.org>
9906 R: Steven Rostedt <rostedt@goodmis.org>
9907 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9908 R: Lai Jiangshan <jiangshanlai@gmail.com>
9909 L: linux-kernel@vger.kernel.org
9910 S: Supported
9911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9912 F: tools/testing/selftests/rcutorture
9913
9914 RDC R-321X SoC
9915 M: Florian Fainelli <florian@openwrt.org>
9916 S: Maintained
9917
9918 RDC R6040 FAST ETHERNET DRIVER
9919 M: Florian Fainelli <f.fainelli@gmail.com>
9920 L: netdev@vger.kernel.org
9921 S: Maintained
9922 F: drivers/net/ethernet/rdc/r6040.c
9923
9924 RDS - RELIABLE DATAGRAM SOCKETS
9925 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9926 L: netdev@vger.kernel.org
9927 L: linux-rdma@vger.kernel.org
9928 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9929 W: https://oss.oracle.com/projects/rds/
9930 S: Supported
9931 F: net/rds/
9932 F: Documentation/networking/rds.txt
9933
9934 RDMAVT - RDMA verbs software
9935 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9936 L: linux-rdma@vger.kernel.org
9937 S: Supported
9938 F: drivers/infiniband/sw/rdmavt
9939
9940 READ-COPY UPDATE (RCU)
9941 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9942 M: Josh Triplett <josh@joshtriplett.org>
9943 R: Steven Rostedt <rostedt@goodmis.org>
9944 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9945 R: Lai Jiangshan <jiangshanlai@gmail.com>
9946 L: linux-kernel@vger.kernel.org
9947 W: http://www.rdrop.com/users/paulmck/RCU/
9948 S: Supported
9949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9950 F: Documentation/RCU/
9951 X: Documentation/RCU/torture.txt
9952 F: include/linux/rcu*
9953 X: include/linux/srcu.h
9954 F: kernel/rcu/
9955 X: kernel/torture.c
9956
9957 REAL TIME CLOCK (RTC) SUBSYSTEM
9958 M: Alessandro Zummo <a.zummo@towertech.it>
9959 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9960 L: rtc-linux@googlegroups.com
9961 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9963 S: Maintained
9964 F: Documentation/devicetree/bindings/rtc/
9965 F: Documentation/rtc.txt
9966 F: drivers/rtc/
9967 F: include/linux/rtc.h
9968 F: include/uapi/linux/rtc.h
9969 F: include/linux/rtc/
9970 F: include/linux/platform_data/rtc-*
9971 F: tools/testing/selftests/timers/rtctest.c
9972
9973 REALTEK AUDIO CODECS
9974 M: Bard Liao <bardliao@realtek.com>
9975 M: Oder Chiou <oder_chiou@realtek.com>
9976 S: Maintained
9977 F: sound/soc/codecs/rt*
9978 F: include/sound/rt*.h
9979
9980 REISERFS FILE SYSTEM
9981 L: reiserfs-devel@vger.kernel.org
9982 S: Supported
9983 F: fs/reiserfs/
9984
9985 REGISTER MAP ABSTRACTION
9986 M: Mark Brown <broonie@kernel.org>
9987 L: linux-kernel@vger.kernel.org
9988 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9989 S: Supported
9990 F: Documentation/devicetree/bindings/regmap/
9991 F: drivers/base/regmap/
9992 F: include/linux/regmap.h
9993
9994 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9995 M: Ohad Ben-Cohen <ohad@wizery.com>
9996 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9997 L: linux-remoteproc@vger.kernel.org
9998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9999 S: Maintained
10000 F: Documentation/devicetree/bindings/remoteproc/
10001 F: Documentation/remoteproc.txt
10002 F: drivers/remoteproc/
10003 F: include/linux/remoteproc.h
10004
10005 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10006 M: Ohad Ben-Cohen <ohad@wizery.com>
10007 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10008 L: linux-remoteproc@vger.kernel.org
10009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10010 S: Maintained
10011 F: drivers/rpmsg/
10012 F: Documentation/rpmsg.txt
10013 F: include/linux/rpmsg.h
10014
10015 RENESAS CLOCK DRIVERS
10016 M: Geert Uytterhoeven <geert+renesas@glider.be>
10017 L: linux-renesas-soc@vger.kernel.org
10018 S: Supported
10019 F: drivers/clk/renesas/
10020
10021 RENESAS ETHERNET DRIVERS
10022 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10023 L: netdev@vger.kernel.org
10024 L: linux-renesas-soc@vger.kernel.org
10025 F: drivers/net/ethernet/renesas/
10026 F: include/linux/sh_eth.h
10027
10028 RENESAS USB2 PHY DRIVER
10029 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10030 L: linux-renesas-soc@vger.kernel.org
10031 S: Maintained
10032 F: drivers/phy/phy-rcar-gen3-usb2.c
10033
10034 RESET CONTROLLER FRAMEWORK
10035 M: Philipp Zabel <p.zabel@pengutronix.de>
10036 T: git git://git.pengutronix.de/git/pza/linux
10037 S: Maintained
10038 F: drivers/reset/
10039 F: Documentation/devicetree/bindings/reset/
10040 F: include/dt-bindings/reset/
10041 F: include/linux/reset.h
10042 F: include/linux/reset-controller.h
10043
10044 RFKILL
10045 M: Johannes Berg <johannes@sipsolutions.net>
10046 L: linux-wireless@vger.kernel.org
10047 W: http://wireless.kernel.org/
10048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10050 S: Maintained
10051 F: Documentation/rfkill.txt
10052 F: net/rfkill/
10053
10054 RHASHTABLE
10055 M: Thomas Graf <tgraf@suug.ch>
10056 M: Herbert Xu <herbert@gondor.apana.org.au>
10057 L: netdev@vger.kernel.org
10058 S: Maintained
10059 F: lib/rhashtable.c
10060 F: include/linux/rhashtable.h
10061
10062 RICOH SMARTMEDIA/XD DRIVER
10063 M: Maxim Levitsky <maximlevitsky@gmail.com>
10064 S: Maintained
10065 F: drivers/mtd/nand/r852.c
10066 F: drivers/mtd/nand/r852.h
10067
10068 RICOH R5C592 MEMORYSTICK DRIVER
10069 M: Maxim Levitsky <maximlevitsky@gmail.com>
10070 S: Maintained
10071 F: drivers/memstick/host/r592.*
10072
10073 ROCCAT DRIVERS
10074 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10075 W: http://sourceforge.net/projects/roccat/
10076 S: Maintained
10077 F: drivers/hid/hid-roccat*
10078 F: include/linux/hid-roccat*
10079 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10080
10081 ROCKER DRIVER
10082 M: Jiri Pirko <jiri@resnulli.us>
10083 L: netdev@vger.kernel.org
10084 S: Supported
10085 F: drivers/net/ethernet/rocker/
10086
10087 ROCKETPORT DRIVER
10088 P: Comtrol Corp.
10089 W: http://www.comtrol.com
10090 S: Maintained
10091 F: Documentation/serial/rocket.txt
10092 F: drivers/tty/rocket*
10093
10094 ROCKETPORT EXPRESS/INFINITY DRIVER
10095 M: Kevin Cernekee <cernekee@gmail.com>
10096 L: linux-serial@vger.kernel.org
10097 S: Odd Fixes
10098 F: drivers/tty/serial/rp2.*
10099
10100 ROSE NETWORK LAYER
10101 M: Ralf Baechle <ralf@linux-mips.org>
10102 L: linux-hams@vger.kernel.org
10103 W: http://www.linux-ax25.org/
10104 S: Maintained
10105 F: include/net/rose.h
10106 F: include/uapi/linux/rose.h
10107 F: net/rose/
10108
10109 RTL2830 MEDIA DRIVER
10110 M: Antti Palosaari <crope@iki.fi>
10111 L: linux-media@vger.kernel.org
10112 W: https://linuxtv.org
10113 W: http://palosaari.fi/linux/
10114 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10115 T: git git://linuxtv.org/anttip/media_tree.git
10116 S: Maintained
10117 F: drivers/media/dvb-frontends/rtl2830*
10118
10119 RTL2832 MEDIA DRIVER
10120 M: Antti Palosaari <crope@iki.fi>
10121 L: linux-media@vger.kernel.org
10122 W: https://linuxtv.org
10123 W: http://palosaari.fi/linux/
10124 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10125 T: git git://linuxtv.org/anttip/media_tree.git
10126 S: Maintained
10127 F: drivers/media/dvb-frontends/rtl2832*
10128
10129 RTL2832_SDR MEDIA DRIVER
10130 M: Antti Palosaari <crope@iki.fi>
10131 L: linux-media@vger.kernel.org
10132 W: https://linuxtv.org
10133 W: http://palosaari.fi/linux/
10134 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10135 T: git git://linuxtv.org/anttip/media_tree.git
10136 S: Maintained
10137 F: drivers/media/dvb-frontends/rtl2832_sdr*
10138
10139 RTL8180 WIRELESS DRIVER
10140 L: linux-wireless@vger.kernel.org
10141 W: http://wireless.kernel.org/
10142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10143 S: Orphan
10144 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10145
10146 RTL8187 WIRELESS DRIVER
10147 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10148 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10149 M: Larry Finger <Larry.Finger@lwfinger.net>
10150 L: linux-wireless@vger.kernel.org
10151 W: http://wireless.kernel.org/
10152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10153 S: Maintained
10154 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10155
10156 RTL8192CE WIRELESS DRIVER
10157 M: Larry Finger <Larry.Finger@lwfinger.net>
10158 M: Chaoming Li <chaoming_li@realsil.com.cn>
10159 L: linux-wireless@vger.kernel.org
10160 W: http://wireless.kernel.org/
10161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10162 S: Maintained
10163 F: drivers/net/wireless/realtek/rtlwifi/
10164 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10165
10166 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10167 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10168 L: linux-wireless@vger.kernel.org
10169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10170 S: Maintained
10171 F: drivers/net/wireless/realtek/rtl8xxxu/
10172
10173 S3 SAVAGE FRAMEBUFFER DRIVER
10174 M: Antonino Daplas <adaplas@gmail.com>
10175 L: linux-fbdev@vger.kernel.org
10176 S: Maintained
10177 F: drivers/video/fbdev/savage/
10178
10179 S390
10180 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10181 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10182 L: linux-s390@vger.kernel.org
10183 W: http://www.ibm.com/developerworks/linux/linux390/
10184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10185 S: Supported
10186 F: arch/s390/
10187 F: drivers/s390/
10188 F: Documentation/s390/
10189 F: Documentation/DocBook/s390*
10190
10191 S390 COMMON I/O LAYER
10192 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10193 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10194 L: linux-s390@vger.kernel.org
10195 W: http://www.ibm.com/developerworks/linux/linux390/
10196 S: Supported
10197 F: drivers/s390/cio/
10198
10199 S390 DASD DRIVER
10200 M: Stefan Weinhuber <wein@de.ibm.com>
10201 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10202 L: linux-s390@vger.kernel.org
10203 W: http://www.ibm.com/developerworks/linux/linux390/
10204 S: Supported
10205 F: drivers/s390/block/dasd*
10206 F: block/partitions/ibm.c
10207
10208 S390 NETWORK DRIVERS
10209 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10210 L: linux-s390@vger.kernel.org
10211 W: http://www.ibm.com/developerworks/linux/linux390/
10212 S: Supported
10213 F: drivers/s390/net/
10214
10215 S390 PCI SUBSYSTEM
10216 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10217 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10218 L: linux-s390@vger.kernel.org
10219 W: http://www.ibm.com/developerworks/linux/linux390/
10220 S: Supported
10221 F: arch/s390/pci/
10222 F: drivers/pci/hotplug/s390_pci_hpc.c
10223
10224 S390 ZCRYPT DRIVER
10225 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10226 L: linux-s390@vger.kernel.org
10227 W: http://www.ibm.com/developerworks/linux/linux390/
10228 S: Supported
10229 F: drivers/s390/crypto/
10230
10231 S390 ZFCP DRIVER
10232 M: Steffen Maier <maier@linux.vnet.ibm.com>
10233 L: linux-s390@vger.kernel.org
10234 W: http://www.ibm.com/developerworks/linux/linux390/
10235 S: Supported
10236 F: drivers/s390/scsi/zfcp_*
10237
10238 S390 IUCV NETWORK LAYER
10239 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10240 L: linux-s390@vger.kernel.org
10241 W: http://www.ibm.com/developerworks/linux/linux390/
10242 S: Supported
10243 F: drivers/s390/net/*iucv*
10244 F: include/net/iucv/
10245 F: net/iucv/
10246
10247 S390 IOMMU (PCI)
10248 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10249 L: linux-s390@vger.kernel.org
10250 W: http://www.ibm.com/developerworks/linux/linux390/
10251 S: Supported
10252 F: drivers/iommu/s390-iommu.c
10253
10254 S3C24XX SD/MMC Driver
10255 M: Ben Dooks <ben-linux@fluff.org>
10256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10257 S: Supported
10258 F: drivers/mmc/host/s3cmci.*
10259
10260 SAA6588 RDS RECEIVER DRIVER
10261 M: Hans Verkuil <hverkuil@xs4all.nl>
10262 L: linux-media@vger.kernel.org
10263 T: git git://linuxtv.org/media_tree.git
10264 W: https://linuxtv.org
10265 S: Odd Fixes
10266 F: drivers/media/i2c/saa6588*
10267
10268 SAA7134 VIDEO4LINUX DRIVER
10269 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10270 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10271 L: linux-media@vger.kernel.org
10272 W: https://linuxtv.org
10273 T: git git://linuxtv.org/media_tree.git
10274 S: Odd fixes
10275 F: Documentation/video4linux/*.saa7134
10276 F: drivers/media/pci/saa7134/
10277
10278 SAA7146 VIDEO4LINUX-2 DRIVER
10279 M: Hans Verkuil <hverkuil@xs4all.nl>
10280 L: linux-media@vger.kernel.org
10281 T: git git://linuxtv.org/media_tree.git
10282 S: Maintained
10283 F: drivers/media/common/saa7146/
10284 F: drivers/media/pci/saa7146/
10285 F: include/media/saa7146*
10286
10287 SAMSUNG LAPTOP DRIVER
10288 M: Corentin Chary <corentin.chary@gmail.com>
10289 L: platform-driver-x86@vger.kernel.org
10290 S: Maintained
10291 F: drivers/platform/x86/samsung-laptop.c
10292
10293 SAMSUNG AUDIO (ASoC) DRIVERS
10294 M: Krzysztof Kozlowski <krzk@kernel.org>
10295 M: Sangbeom Kim <sbkim73@samsung.com>
10296 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10297 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10298 S: Supported
10299 F: sound/soc/samsung/
10300
10301 SAMSUNG FRAMEBUFFER DRIVER
10302 M: Jingoo Han <jingoohan1@gmail.com>
10303 L: linux-fbdev@vger.kernel.org
10304 S: Maintained
10305 F: drivers/video/fbdev/s3c-fb.c
10306
10307 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10308 M: Sangbeom Kim <sbkim73@samsung.com>
10309 M: Krzysztof Kozlowski <krzk@kernel.org>
10310 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10311 L: linux-kernel@vger.kernel.org
10312 L: linux-samsung-soc@vger.kernel.org
10313 S: Supported
10314 F: drivers/mfd/sec*.c
10315 F: drivers/regulator/s2m*.c
10316 F: drivers/regulator/s5m*.c
10317 F: drivers/clk/clk-s2mps11.c
10318 F: drivers/rtc/rtc-s5m.c
10319 F: include/linux/mfd/samsung/
10320 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10321 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10322 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10323 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10324
10325 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10326 M: Kyungmin Park <kyungmin.park@samsung.com>
10327 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10328 L: linux-media@vger.kernel.org
10329 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10330 S: Supported
10331 F: drivers/media/platform/exynos4-is/
10332
10333 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10334 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10335 L: linux-media@vger.kernel.org
10336 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10337 S: Maintained
10338 F: drivers/media/platform/s3c-camif/
10339 F: include/media/drv-intf/s3c_camif.h
10340
10341 SAMSUNG S5C73M3 CAMERA DRIVER
10342 M: Kyungmin Park <kyungmin.park@samsung.com>
10343 M: Andrzej Hajda <a.hajda@samsung.com>
10344 L: linux-media@vger.kernel.org
10345 S: Supported
10346 F: drivers/media/i2c/s5c73m3/*
10347
10348 SAMSUNG S5K5BAF CAMERA DRIVER
10349 M: Kyungmin Park <kyungmin.park@samsung.com>
10350 M: Andrzej Hajda <a.hajda@samsung.com>
10351 L: linux-media@vger.kernel.org
10352 S: Supported
10353 F: drivers/media/i2c/s5k5baf.c
10354
10355 SAMSUNG S3FWRN5 NFC DRIVER
10356 M: Robert Baldyga <r.baldyga@samsung.com>
10357 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10358 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10359 S: Supported
10360 F: drivers/nfc/s3fwrn5
10361
10362 SAMSUNG SOC CLOCK DRIVERS
10363 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10364 M: Tomasz Figa <tomasz.figa@gmail.com>
10365 S: Supported
10366 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10367 F: drivers/clk/samsung/
10368
10369 SAMSUNG SPI DRIVERS
10370 M: Kukjin Kim <kgene@kernel.org>
10371 M: Krzysztof Kozlowski <krzk@kernel.org>
10372 M: Andi Shyti <andi.shyti@samsung.com>
10373 L: linux-spi@vger.kernel.org
10374 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10375 S: Maintained
10376 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10377 F: drivers/spi/spi-s3c*
10378 F: include/linux/platform_data/spi-s3c64xx.h
10379
10380 SAMSUNG SXGBE DRIVERS
10381 M: Byungho An <bh74.an@samsung.com>
10382 M: Girish K S <ks.giri@samsung.com>
10383 M: Vipul Pandya <vipul.pandya@samsung.com>
10384 S: Supported
10385 L: netdev@vger.kernel.org
10386 F: drivers/net/ethernet/samsung/sxgbe/
10387
10388 SAMSUNG THERMAL DRIVER
10389 M: Lukasz Majewski <l.majewski@samsung.com>
10390 L: linux-pm@vger.kernel.org
10391 L: linux-samsung-soc@vger.kernel.org
10392 S: Supported
10393 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10394 F: drivers/thermal/samsung/
10395
10396 SAMSUNG USB2 PHY DRIVER
10397 M: Kamil Debski <kamil@wypas.org>
10398 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10399 L: linux-kernel@vger.kernel.org
10400 S: Supported
10401 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10402 F: Documentation/phy/samsung-usb2.txt
10403 F: drivers/phy/phy-exynos4210-usb2.c
10404 F: drivers/phy/phy-exynos4x12-usb2.c
10405 F: drivers/phy/phy-exynos5250-usb2.c
10406 F: drivers/phy/phy-s5pv210-usb2.c
10407 F: drivers/phy/phy-samsung-usb2.c
10408 F: drivers/phy/phy-samsung-usb2.h
10409
10410 SERIAL DRIVERS
10411 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10412 L: linux-serial@vger.kernel.org
10413 S: Maintained
10414 F: Documentation/devicetree/bindings/serial/
10415 F: drivers/tty/serial/
10416
10417 SYNOPSYS DESIGNWARE DMAC DRIVER
10418 M: Viresh Kumar <vireshk@kernel.org>
10419 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10420 S: Maintained
10421 F: include/linux/dma/dw.h
10422 F: include/linux/platform_data/dma-dw.h
10423 F: drivers/dma/dw/
10424
10425 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10426 M: Lars Persson <lars.persson@axis.com>
10427 L: netdev@vger.kernel.org
10428 S: Supported
10429 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10430 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10431
10432 SYNOPSYS DESIGNWARE I2C DRIVER
10433 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10434 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10435 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10436 L: linux-i2c@vger.kernel.org
10437 S: Maintained
10438 F: drivers/i2c/busses/i2c-designware-*
10439 F: include/linux/platform_data/i2c-designware.h
10440
10441 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10442 M: Jaehoon Chung <jh80.chung@samsung.com>
10443 L: linux-mmc@vger.kernel.org
10444 S: Maintained
10445 F: include/linux/mmc/dw_mmc.h
10446 F: drivers/mmc/host/dw_mmc*
10447
10448 SYSTEM TRACE MODULE CLASS
10449 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10450 S: Maintained
10451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10452 F: Documentation/trace/stm.txt
10453 F: drivers/hwtracing/stm/
10454 F: include/linux/stm.h
10455 F: include/uapi/linux/stm.h
10456
10457 THUNDERBOLT DRIVER
10458 M: Andreas Noever <andreas.noever@gmail.com>
10459 S: Maintained
10460 F: drivers/thunderbolt/
10461
10462 TI BQ27XXX POWER SUPPLY DRIVER
10463 R: Andrew F. Davis <afd@ti.com>
10464 F: include/linux/power/bq27xxx_battery.h
10465 F: drivers/power/supply/bq27xxx_battery.c
10466 F: drivers/power/supply/bq27xxx_battery_i2c.c
10467
10468 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10469 M: John Stultz <john.stultz@linaro.org>
10470 M: Thomas Gleixner <tglx@linutronix.de>
10471 L: linux-kernel@vger.kernel.org
10472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10473 S: Supported
10474 F: include/linux/clocksource.h
10475 F: include/linux/time.h
10476 F: include/linux/timex.h
10477 F: include/uapi/linux/time.h
10478 F: include/uapi/linux/timex.h
10479 F: kernel/time/clocksource.c
10480 F: kernel/time/time*.c
10481 F: kernel/time/alarmtimer.c
10482 F: kernel/time/ntp.c
10483 F: tools/testing/selftests/timers/
10484
10485 SC1200 WDT DRIVER
10486 M: Zwane Mwaikambo <zwanem@gmail.com>
10487 S: Maintained
10488 F: drivers/watchdog/sc1200wdt.c
10489
10490 SCHEDULER
10491 M: Ingo Molnar <mingo@redhat.com>
10492 M: Peter Zijlstra <peterz@infradead.org>
10493 L: linux-kernel@vger.kernel.org
10494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10495 S: Maintained
10496 F: kernel/sched/
10497 F: include/linux/sched.h
10498 F: include/uapi/linux/sched.h
10499 F: include/linux/wait.h
10500
10501 SCORE ARCHITECTURE
10502 M: Chen Liqin <liqin.linux@gmail.com>
10503 M: Lennox Wu <lennox.wu@gmail.com>
10504 W: http://www.sunplus.com
10505 S: Supported
10506 F: arch/score/
10507
10508 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10509 M: Sudeep Holla <sudeep.holla@arm.com>
10510 L: linux-arm-kernel@lists.infradead.org
10511 S: Maintained
10512 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10513 F: drivers/clk/clk-scpi.c
10514 F: drivers/cpufreq/scpi-cpufreq.c
10515 F: drivers/firmware/arm_scpi.c
10516 F: include/linux/scpi_protocol.h
10517
10518 SCSI CDROM DRIVER
10519 M: Jens Axboe <axboe@kernel.dk>
10520 L: linux-scsi@vger.kernel.org
10521 W: http://www.kernel.dk
10522 S: Maintained
10523 F: drivers/scsi/sr*
10524
10525 SCSI RDMA PROTOCOL (SRP) INITIATOR
10526 M: Bart Van Assche <bart.vanassche@sandisk.com>
10527 L: linux-rdma@vger.kernel.org
10528 S: Supported
10529 W: http://www.openfabrics.org
10530 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10532 F: drivers/infiniband/ulp/srp/
10533 F: include/scsi/srp.h
10534
10535 SCSI SG DRIVER
10536 M: Doug Gilbert <dgilbert@interlog.com>
10537 L: linux-scsi@vger.kernel.org
10538 W: http://sg.danny.cz/sg
10539 S: Maintained
10540 F: Documentation/scsi/scsi-generic.txt
10541 F: drivers/scsi/sg.c
10542 F: include/scsi/sg.h
10543
10544 SCSI SUBSYSTEM
10545 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10547 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10549 L: linux-scsi@vger.kernel.org
10550 S: Maintained
10551 F: Documentation/devicetree/bindings/scsi/
10552 F: drivers/scsi/
10553 F: include/scsi/
10554
10555 SCSI TAPE DRIVER
10556 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10557 L: linux-scsi@vger.kernel.org
10558 S: Maintained
10559 F: Documentation/scsi/st.txt
10560 F: drivers/scsi/st.*
10561 F: drivers/scsi/st_*.h
10562
10563 SCTP PROTOCOL
10564 M: Vlad Yasevich <vyasevich@gmail.com>
10565 M: Neil Horman <nhorman@tuxdriver.com>
10566 L: linux-sctp@vger.kernel.org
10567 W: http://lksctp.sourceforge.net
10568 S: Maintained
10569 F: Documentation/networking/sctp.txt
10570 F: include/linux/sctp.h
10571 F: include/uapi/linux/sctp.h
10572 F: include/net/sctp/
10573 F: net/sctp/
10574
10575 SCx200 CPU SUPPORT
10576 M: Jim Cromie <jim.cromie@gmail.com>
10577 S: Odd Fixes
10578 F: Documentation/i2c/busses/scx200_acb
10579 F: arch/x86/platform/scx200/
10580 F: drivers/watchdog/scx200_wdt.c
10581 F: drivers/i2c/busses/scx200*
10582 F: drivers/mtd/maps/scx200_docflash.c
10583 F: include/linux/scx200.h
10584
10585 SCx200 GPIO DRIVER
10586 M: Jim Cromie <jim.cromie@gmail.com>
10587 S: Maintained
10588 F: drivers/char/scx200_gpio.c
10589 F: include/linux/scx200_gpio.h
10590
10591 SCx200 HRT CLOCKSOURCE DRIVER
10592 M: Jim Cromie <jim.cromie@gmail.com>
10593 S: Maintained
10594 F: drivers/clocksource/scx200_hrt.c
10595
10596 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10597 M: Sascha Sommer <saschasommer@freenet.de>
10598 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10599 S: Maintained
10600 F: drivers/mmc/host/sdricoh_cs.c
10601
10602 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10603 M: Adrian Hunter <adrian.hunter@intel.com>
10604 L: linux-mmc@vger.kernel.org
10605 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10606 S: Maintained
10607 F: drivers/mmc/host/sdhci*
10608 F: include/linux/mmc/sdhci*
10609
10610 SECURE COMPUTING
10611 M: Kees Cook <keescook@chromium.org>
10612 R: Andy Lutomirski <luto@amacapital.net>
10613 R: Will Drewry <wad@chromium.org>
10614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10615 S: Supported
10616 F: kernel/seccomp.c
10617 F: include/uapi/linux/seccomp.h
10618 F: include/linux/seccomp.h
10619 F: tools/testing/selftests/seccomp/*
10620 K: \bsecure_computing
10621 K: \bTIF_SECCOMP\b
10622
10623 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10624 M: Al Cooper <alcooperx@gmail.com>
10625 L: linux-mmc@vger.kernel.org
10626 L: bcm-kernel-feedback-list@broadcom.com
10627 S: Maintained
10628 F: drivers/mmc/host/sdhci-brcmstb*
10629
10630 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10631 M: Ben Dooks <ben-linux@fluff.org>
10632 M: Jaehoon Chung <jh80.chung@samsung.com>
10633 L: linux-mmc@vger.kernel.org
10634 S: Maintained
10635 F: drivers/mmc/host/sdhci-s3c*
10636
10637 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10638 M: Viresh Kumar <vireshk@kernel.org>
10639 L: linux-mmc@vger.kernel.org
10640 S: Maintained
10641 F: drivers/mmc/host/sdhci-spear.c
10642
10643 SECURITY SUBSYSTEM
10644 M: James Morris <james.l.morris@oracle.com>
10645 M: "Serge E. Hallyn" <serge@hallyn.com>
10646 L: linux-security-module@vger.kernel.org (suggested Cc:)
10647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10648 W: http://kernsec.org/
10649 S: Supported
10650 F: security/
10651
10652 SECURITY CONTACT
10653 M: Security Officers <security@kernel.org>
10654 S: Supported
10655
10656 SELINUX SECURITY MODULE
10657 M: Paul Moore <paul@paul-moore.com>
10658 M: Stephen Smalley <sds@tycho.nsa.gov>
10659 M: Eric Paris <eparis@parisplace.org>
10660 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10661 W: http://selinuxproject.org
10662 T: git git://git.infradead.org/users/pcmoore/selinux
10663 S: Supported
10664 F: include/linux/selinux*
10665 F: security/selinux/
10666 F: scripts/selinux/
10667
10668 APPARMOR SECURITY MODULE
10669 M: John Johansen <john.johansen@canonical.com>
10670 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10671 W: apparmor.wiki.kernel.org
10672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10673 S: Supported
10674 F: security/apparmor/
10675
10676 LOADPIN SECURITY MODULE
10677 M: Kees Cook <keescook@chromium.org>
10678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10679 S: Supported
10680 F: security/loadpin/
10681
10682 YAMA SECURITY MODULE
10683 M: Kees Cook <keescook@chromium.org>
10684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10685 S: Supported
10686 F: security/yama/
10687
10688 SENSABLE PHANTOM
10689 M: Jiri Slaby <jirislaby@gmail.com>
10690 S: Maintained
10691 F: drivers/misc/phantom.c
10692 F: include/uapi/linux/phantom.h
10693
10694 Emulex 10Gbps iSCSI - OneConnect DRIVER
10695 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10696 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
10697 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10698 L: linux-scsi@vger.kernel.org
10699 W: http://www.broadcom.com
10700 S: Supported
10701 F: drivers/scsi/be2iscsi/
10702
10703 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10704 M: Sathya Perla <sathya.perla@broadcom.com>
10705 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10706 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10707 M: Somnath Kotur <somnath.kotur@broadcom.com>
10708 L: netdev@vger.kernel.org
10709 W: http://www.emulex.com
10710 S: Supported
10711 F: drivers/net/ethernet/emulex/benet/
10712
10713 EMULEX ONECONNECT ROCE DRIVER
10714 M: Selvin Xavier <selvin.xavier@avagotech.com>
10715 M: Devesh Sharma <devesh.sharma@avagotech.com>
10716 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10717 L: linux-rdma@vger.kernel.org
10718 W: http://www.emulex.com
10719 S: Supported
10720 F: drivers/infiniband/hw/ocrdma/
10721
10722 SFC NETWORK DRIVER
10723 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10724 M: Edward Cree <ecree@solarflare.com>
10725 M: Bert Kenward <bkenward@solarflare.com>
10726 L: netdev@vger.kernel.org
10727 S: Supported
10728 F: drivers/net/ethernet/sfc/
10729
10730 SGI GRU DRIVER
10731 M: Dimitri Sivanich <sivanich@sgi.com>
10732 S: Maintained
10733 F: drivers/misc/sgi-gru/
10734
10735 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10736 M: Pat Gefre <pfg@sgi.com>
10737 L: linux-ia64@vger.kernel.org
10738 S: Supported
10739 F: Documentation/ia64/serial.txt
10740 F: drivers/tty/serial/ioc?_serial.c
10741 F: include/linux/ioc?.h
10742
10743 SGI XP/XPC/XPNET DRIVER
10744 M: Cliff Whickman <cpw@sgi.com>
10745 M: Robin Holt <robinmholt@gmail.com>
10746 S: Maintained
10747 F: drivers/misc/sgi-xp/
10748
10749 SI2157 MEDIA DRIVER
10750 M: Antti Palosaari <crope@iki.fi>
10751 L: linux-media@vger.kernel.org
10752 W: https://linuxtv.org
10753 W: http://palosaari.fi/linux/
10754 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10755 T: git git://linuxtv.org/anttip/media_tree.git
10756 S: Maintained
10757 F: drivers/media/tuners/si2157*
10758
10759 SI2168 MEDIA DRIVER
10760 M: Antti Palosaari <crope@iki.fi>
10761 L: linux-media@vger.kernel.org
10762 W: https://linuxtv.org
10763 W: http://palosaari.fi/linux/
10764 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10765 T: git git://linuxtv.org/anttip/media_tree.git
10766 S: Maintained
10767 F: drivers/media/dvb-frontends/si2168*
10768
10769 SI470X FM RADIO RECEIVER I2C DRIVER
10770 M: Hans Verkuil <hverkuil@xs4all.nl>
10771 L: linux-media@vger.kernel.org
10772 T: git git://linuxtv.org/media_tree.git
10773 W: https://linuxtv.org
10774 S: Odd Fixes
10775 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10776
10777 SI470X FM RADIO RECEIVER USB DRIVER
10778 M: Hans Verkuil <hverkuil@xs4all.nl>
10779 L: linux-media@vger.kernel.org
10780 T: git git://linuxtv.org/media_tree.git
10781 W: https://linuxtv.org
10782 S: Maintained
10783 F: drivers/media/radio/si470x/radio-si470x-common.c
10784 F: drivers/media/radio/si470x/radio-si470x.h
10785 F: drivers/media/radio/si470x/radio-si470x-usb.c
10786
10787 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10788 M: Eduardo Valentin <edubezval@gmail.com>
10789 L: linux-media@vger.kernel.org
10790 T: git git://linuxtv.org/media_tree.git
10791 W: https://linuxtv.org
10792 S: Odd Fixes
10793 F: drivers/media/radio/si4713/si4713.?
10794
10795 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10796 M: Eduardo Valentin <edubezval@gmail.com>
10797 L: linux-media@vger.kernel.org
10798 T: git git://linuxtv.org/media_tree.git
10799 W: https://linuxtv.org
10800 S: Odd Fixes
10801 F: drivers/media/radio/si4713/radio-platform-si4713.c
10802
10803 SI4713 FM RADIO TRANSMITTER USB DRIVER
10804 M: Hans Verkuil <hverkuil@xs4all.nl>
10805 L: linux-media@vger.kernel.org
10806 T: git git://linuxtv.org/media_tree.git
10807 W: https://linuxtv.org
10808 S: Maintained
10809 F: drivers/media/radio/si4713/radio-usb-si4713.c
10810
10811 SIANO DVB DRIVER
10812 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10813 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10814 L: linux-media@vger.kernel.org
10815 W: https://linuxtv.org
10816 T: git git://linuxtv.org/media_tree.git
10817 S: Odd fixes
10818 F: drivers/media/common/siano/
10819 F: drivers/media/usb/siano/
10820 F: drivers/media/usb/siano/
10821 F: drivers/media/mmc/siano/
10822
10823 SIMPLEFB FB DRIVER
10824 M: Hans de Goede <hdegoede@redhat.com>
10825 L: linux-fbdev@vger.kernel.org
10826 S: Maintained
10827 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10828 F: drivers/video/fbdev/simplefb.c
10829 F: include/linux/platform_data/simplefb.h
10830
10831 SH_VEU V4L2 MEM2MEM DRIVER
10832 L: linux-media@vger.kernel.org
10833 S: Orphan
10834 F: drivers/media/platform/sh_veu.c
10835
10836 SH_VOU V4L2 OUTPUT DRIVER
10837 L: linux-media@vger.kernel.org
10838 S: Orphan
10839 F: drivers/media/platform/sh_vou.c
10840 F: include/media/drv-intf/sh_vou.h
10841
10842 SIMPLE FIRMWARE INTERFACE (SFI)
10843 M: Len Brown <lenb@kernel.org>
10844 L: sfi-devel@simplefirmware.org
10845 W: http://simplefirmware.org/
10846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10847 S: Supported
10848 F: arch/x86/platform/sfi/
10849 F: drivers/sfi/
10850 F: include/linux/sfi*.h
10851
10852 SIMTEC EB110ATX (Chalice CATS)
10853 P: Ben Dooks
10854 P: Vincent Sanders <vince@simtec.co.uk>
10855 M: Simtec Linux Team <linux@simtec.co.uk>
10856 W: http://www.simtec.co.uk/products/EB110ATX/
10857 S: Supported
10858
10859 SIMTEC EB2410ITX (BAST)
10860 P: Ben Dooks
10861 P: Vincent Sanders <vince@simtec.co.uk>
10862 M: Simtec Linux Team <linux@simtec.co.uk>
10863 W: http://www.simtec.co.uk/products/EB2410ITX/
10864 S: Supported
10865 F: arch/arm/mach-s3c24xx/mach-bast.c
10866 F: arch/arm/mach-s3c24xx/bast-ide.c
10867 F: arch/arm/mach-s3c24xx/bast-irq.c
10868
10869 TI DAVINCI MACHINE SUPPORT
10870 M: Sekhar Nori <nsekhar@ti.com>
10871 M: Kevin Hilman <khilman@kernel.org>
10872 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10874 S: Supported
10875 F: arch/arm/mach-davinci/
10876 F: drivers/i2c/busses/i2c-davinci.c
10877
10878 TI DAVINCI SERIES MEDIA DRIVER
10879 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10880 L: linux-media@vger.kernel.org
10881 W: https://linuxtv.org
10882 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10883 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10884 S: Maintained
10885 F: drivers/media/platform/davinci/
10886 F: include/media/davinci/
10887
10888 TI AM437X VPFE DRIVER
10889 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10890 L: linux-media@vger.kernel.org
10891 W: https://linuxtv.org
10892 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10893 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10894 S: Maintained
10895 F: drivers/media/platform/am437x/
10896
10897 OV2659 OMNIVISION SENSOR DRIVER
10898 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10899 L: linux-media@vger.kernel.org
10900 W: https://linuxtv.org
10901 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10902 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10903 S: Maintained
10904 F: drivers/media/i2c/ov2659.c
10905 F: include/media/i2c/ov2659.h
10906
10907 SILICON MOTION SM712 FRAME BUFFER DRIVER
10908 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10909 M: Teddy Wang <teddy.wang@siliconmotion.com>
10910 M: Sudip Mukherjee <sudip@vectorindia.org>
10911 L: linux-fbdev@vger.kernel.org
10912 S: Maintained
10913 F: drivers/video/fbdev/sm712*
10914 F: Documentation/fb/sm712fb.txt
10915
10916 SIS 190 ETHERNET DRIVER
10917 M: Francois Romieu <romieu@fr.zoreil.com>
10918 L: netdev@vger.kernel.org
10919 S: Maintained
10920 F: drivers/net/ethernet/sis/sis190.c
10921
10922 SIS 900/7016 FAST ETHERNET DRIVER
10923 M: Daniele Venzano <venza@brownhat.org>
10924 W: http://www.brownhat.org/sis900.html
10925 L: netdev@vger.kernel.org
10926 S: Maintained
10927 F: drivers/net/ethernet/sis/sis900.*
10928
10929 SIS FRAMEBUFFER DRIVER
10930 M: Thomas Winischhofer <thomas@winischhofer.net>
10931 W: http://www.winischhofer.net/linuxsisvga.shtml
10932 S: Maintained
10933 F: Documentation/fb/sisfb.txt
10934 F: drivers/video/fbdev/sis/
10935 F: include/video/sisfb.h
10936
10937 SIS USB2VGA DRIVER
10938 M: Thomas Winischhofer <thomas@winischhofer.net>
10939 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10940 S: Maintained
10941 F: drivers/usb/misc/sisusbvga/
10942
10943 SLAB ALLOCATOR
10944 M: Christoph Lameter <cl@linux.com>
10945 M: Pekka Enberg <penberg@kernel.org>
10946 M: David Rientjes <rientjes@google.com>
10947 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10948 M: Andrew Morton <akpm@linux-foundation.org>
10949 L: linux-mm@kvack.org
10950 S: Maintained
10951 F: include/linux/sl?b*.h
10952 F: mm/sl?b*
10953
10954 SLEEPABLE READ-COPY UPDATE (SRCU)
10955 M: Lai Jiangshan <jiangshanlai@gmail.com>
10956 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10957 M: Josh Triplett <josh@joshtriplett.org>
10958 R: Steven Rostedt <rostedt@goodmis.org>
10959 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10960 L: linux-kernel@vger.kernel.org
10961 W: http://www.rdrop.com/users/paulmck/RCU/
10962 S: Supported
10963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10964 F: include/linux/srcu.h
10965 F: kernel/rcu/srcu.c
10966
10967 SMACK SECURITY MODULE
10968 M: Casey Schaufler <casey@schaufler-ca.com>
10969 L: linux-security-module@vger.kernel.org
10970 W: http://schaufler-ca.com
10971 T: git git://github.com/cschaufler/smack-next
10972 S: Maintained
10973 F: Documentation/security/Smack.txt
10974 F: security/smack/
10975
10976 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10977 M: Kevin Hilman <khilman@kernel.org>
10978 M: Nishanth Menon <nm@ti.com>
10979 S: Maintained
10980 F: drivers/power/avs/
10981 F: include/linux/power/smartreflex.h
10982 L: linux-pm@vger.kernel.org
10983
10984 SMC91x ETHERNET DRIVER
10985 M: Nicolas Pitre <nico@fluxnic.net>
10986 S: Odd Fixes
10987 F: drivers/net/ethernet/smsc/smc91x.*
10988
10989 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10990 M: Sakari Ailus <sakari.ailus@iki.fi>
10991 L: linux-media@vger.kernel.org
10992 S: Maintained
10993 F: drivers/media/i2c/smiapp/
10994 F: include/media/i2c/smiapp.h
10995 F: drivers/media/i2c/smiapp-pll.c
10996 F: drivers/media/i2c/smiapp-pll.h
10997 F: include/uapi/linux/smiapp.h
10998 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10999
11000 SMM665 HARDWARE MONITOR DRIVER
11001 M: Guenter Roeck <linux@roeck-us.net>
11002 L: linux-hwmon@vger.kernel.org
11003 S: Maintained
11004 F: Documentation/hwmon/smm665
11005 F: drivers/hwmon/smm665.c
11006
11007 SMSC EMC2103 HARDWARE MONITOR DRIVER
11008 M: Steve Glendinning <steve.glendinning@shawell.net>
11009 L: linux-hwmon@vger.kernel.org
11010 S: Maintained
11011 F: Documentation/hwmon/emc2103
11012 F: drivers/hwmon/emc2103.c
11013
11014 SMSC SCH5627 HARDWARE MONITOR DRIVER
11015 M: Hans de Goede <hdegoede@redhat.com>
11016 L: linux-hwmon@vger.kernel.org
11017 S: Supported
11018 F: Documentation/hwmon/sch5627
11019 F: drivers/hwmon/sch5627.c
11020
11021 SMSC47B397 HARDWARE MONITOR DRIVER
11022 M: Jean Delvare <jdelvare@suse.com>
11023 L: linux-hwmon@vger.kernel.org
11024 S: Maintained
11025 F: Documentation/hwmon/smsc47b397
11026 F: drivers/hwmon/smsc47b397.c
11027
11028 SMSC911x ETHERNET DRIVER
11029 M: Steve Glendinning <steve.glendinning@shawell.net>
11030 L: netdev@vger.kernel.org
11031 S: Maintained
11032 F: include/linux/smsc911x.h
11033 F: drivers/net/ethernet/smsc/smsc911x.*
11034
11035 SMSC9420 PCI ETHERNET DRIVER
11036 M: Steve Glendinning <steve.glendinning@shawell.net>
11037 L: netdev@vger.kernel.org
11038 S: Maintained
11039 F: drivers/net/ethernet/smsc/smsc9420.*
11040
11041 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11042 M: Steve Glendinning <steve.glendinning@shawell.net>
11043 L: linux-fbdev@vger.kernel.org
11044 S: Maintained
11045 F: drivers/video/fbdev/smscufx.c
11046
11047 SOC-CAMERA V4L2 SUBSYSTEM
11048 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11049 L: linux-media@vger.kernel.org
11050 T: git git://linuxtv.org/media_tree.git
11051 S: Maintained
11052 F: include/media/soc*
11053 F: drivers/media/i2c/soc_camera/
11054 F: drivers/media/platform/soc_camera/
11055
11056 SOEKRIS NET48XX LED SUPPORT
11057 M: Chris Boot <bootc@bootc.net>
11058 S: Maintained
11059 F: drivers/leds/leds-net48xx.c
11060
11061 SOFTLOGIC 6x10 MPEG CODEC
11062 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11063 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11064 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11065 M: Ismael Luceno <ismael@iodev.co.uk>
11066 L: linux-media@vger.kernel.org
11067 S: Supported
11068 F: drivers/media/pci/solo6x10/
11069
11070 SOFTWARE RAID (Multiple Disks) SUPPORT
11071 M: Shaohua Li <shli@kernel.org>
11072 L: linux-raid@vger.kernel.org
11073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11074 S: Supported
11075 F: drivers/md/
11076 F: include/linux/raid/
11077 F: include/uapi/linux/raid/
11078
11079 SONIC NETWORK DRIVER
11080 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11081 L: netdev@vger.kernel.org
11082 S: Maintained
11083 F: drivers/net/ethernet/natsemi/sonic.*
11084
11085 SONICS SILICON BACKPLANE DRIVER (SSB)
11086 M: Michael Buesch <m@bues.ch>
11087 L: linux-wireless@vger.kernel.org
11088 S: Maintained
11089 F: drivers/ssb/
11090 F: include/linux/ssb/
11091
11092 SONY VAIO CONTROL DEVICE DRIVER
11093 M: Mattia Dongili <malattia@linux.it>
11094 L: platform-driver-x86@vger.kernel.org
11095 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11096 S: Maintained
11097 F: Documentation/laptops/sony-laptop.txt
11098 F: drivers/char/sonypi.c
11099 F: drivers/platform/x86/sony-laptop.c
11100 F: include/linux/sony-laptop.h
11101
11102 SONY MEMORYSTICK CARD SUPPORT
11103 M: Alex Dubov <oakad@yahoo.com>
11104 W: http://tifmxx.berlios.de/
11105 S: Maintained
11106 F: drivers/memstick/host/tifm_ms.c
11107
11108 SONY MEMORYSTICK STANDARD SUPPORT
11109 M: Maxim Levitsky <maximlevitsky@gmail.com>
11110 S: Maintained
11111 F: drivers/memstick/core/ms_block.*
11112
11113 SOUND
11114 M: Jaroslav Kysela <perex@perex.cz>
11115 M: Takashi Iwai <tiwai@suse.com>
11116 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11117 W: http://www.alsa-project.org/
11118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11119 T: git git://git.alsa-project.org/alsa-kernel.git
11120 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11121 S: Maintained
11122 F: Documentation/sound/
11123 F: include/sound/
11124 F: include/uapi/sound/
11125 F: sound/
11126
11127 SOUND - COMPRESSED AUDIO
11128 M: Vinod Koul <vinod.koul@intel.com>
11129 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11131 S: Supported
11132 F: Documentation/sound/alsa/compress_offload.txt
11133 F: include/sound/compress_driver.h
11134 F: include/uapi/sound/compress_*
11135 F: sound/core/compress_offload.c
11136 F: sound/soc/soc-compress.c
11137
11138 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11139 M: Liam Girdwood <lgirdwood@gmail.com>
11140 M: Mark Brown <broonie@kernel.org>
11141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11142 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11143 W: http://alsa-project.org/main/index.php/ASoC
11144 S: Supported
11145 F: Documentation/devicetree/bindings/sound/
11146 F: Documentation/sound/alsa/soc/
11147 F: sound/soc/
11148 F: include/sound/soc*
11149
11150 SOUND - DMAENGINE HELPERS
11151 M: Lars-Peter Clausen <lars@metafoo.de>
11152 S: Supported
11153 F: include/sound/dmaengine_pcm.h
11154 F: sound/core/pcm_dmaengine.c
11155 F: sound/soc/soc-generic-dmaengine-pcm.c
11156
11157 SP2 MEDIA DRIVER
11158 M: Olli Salonen <olli.salonen@iki.fi>
11159 L: linux-media@vger.kernel.org
11160 W: https://linuxtv.org
11161 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11162 S: Maintained
11163 F: drivers/media/dvb-frontends/sp2*
11164
11165 SPARC + UltraSPARC (sparc/sparc64)
11166 M: "David S. Miller" <davem@davemloft.net>
11167 L: sparclinux@vger.kernel.org
11168 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11171 S: Maintained
11172 F: arch/sparc/
11173 F: drivers/sbus/
11174
11175 SPARC SERIAL DRIVERS
11176 M: "David S. Miller" <davem@davemloft.net>
11177 L: sparclinux@vger.kernel.org
11178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11180 S: Maintained
11181 F: include/linux/sunserialcore.h
11182 F: drivers/tty/serial/suncore.c
11183 F: drivers/tty/serial/sunhv.c
11184 F: drivers/tty/serial/sunsab.c
11185 F: drivers/tty/serial/sunsab.h
11186 F: drivers/tty/serial/sunsu.c
11187 F: drivers/tty/serial/sunzilog.c
11188 F: drivers/tty/serial/sunzilog.h
11189
11190 SPARSE CHECKER
11191 M: "Christopher Li" <sparse@chrisli.org>
11192 L: linux-sparse@vger.kernel.org
11193 W: https://sparse.wiki.kernel.org/
11194 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11195 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11196 S: Maintained
11197 F: include/linux/compiler.h
11198
11199 SPEAR PLATFORM SUPPORT
11200 M: Viresh Kumar <vireshk@kernel.org>
11201 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11203 W: http://www.st.com/spear
11204 S: Maintained
11205 F: arch/arm/boot/dts/spear*
11206 F: arch/arm/mach-spear/
11207
11208 SPEAR CLOCK FRAMEWORK SUPPORT
11209 M: Viresh Kumar <vireshk@kernel.org>
11210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11211 W: http://www.st.com/spear
11212 S: Maintained
11213 F: drivers/clk/spear/
11214
11215 SPI SUBSYSTEM
11216 M: Mark Brown <broonie@kernel.org>
11217 L: linux-spi@vger.kernel.org
11218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11219 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11220 S: Maintained
11221 F: Documentation/devicetree/bindings/spi/
11222 F: Documentation/spi/
11223 F: drivers/spi/
11224 F: include/linux/spi/
11225 F: include/uapi/linux/spi/
11226 F: tools/spi/
11227
11228 SPIDERNET NETWORK DRIVER for CELL
11229 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11230 L: netdev@vger.kernel.org
11231 S: Supported
11232 F: Documentation/networking/spider_net.txt
11233 F: drivers/net/ethernet/toshiba/spider_net*
11234
11235 SPU FILE SYSTEM
11236 M: Jeremy Kerr <jk@ozlabs.org>
11237 L: linuxppc-dev@lists.ozlabs.org
11238 W: http://www.ibm.com/developerworks/power/cell/
11239 S: Supported
11240 F: Documentation/filesystems/spufs.txt
11241 F: arch/powerpc/platforms/cell/spufs/
11242
11243 SQUASHFS FILE SYSTEM
11244 M: Phillip Lougher <phillip@squashfs.org.uk>
11245 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11246 W: http://squashfs.org.uk
11247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11248 S: Maintained
11249 F: Documentation/filesystems/squashfs.txt
11250 F: fs/squashfs/
11251
11252 SRM (Alpha) environment access
11253 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11254 S: Maintained
11255 F: arch/alpha/kernel/srm_env.c
11256
11257 STABLE BRANCH
11258 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11259 L: stable@vger.kernel.org
11260 S: Supported
11261 F: Documentation/stable_kernel_rules.txt
11262
11263 STAGING SUBSYSTEM
11264 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11266 L: devel@driverdev.osuosl.org
11267 S: Supported
11268 F: drivers/staging/
11269
11270 STAGING - COMEDI
11271 M: Ian Abbott <abbotti@mev.co.uk>
11272 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11273 S: Odd Fixes
11274 F: drivers/staging/comedi/
11275
11276 STAGING - FLARION FT1000 DRIVERS
11277 M: Marek Belisko <marek.belisko@gmail.com>
11278 S: Odd Fixes
11279 F: drivers/staging/ft1000/
11280
11281 STAGING - INDUSTRIAL IO
11282 M: Jonathan Cameron <jic23@kernel.org>
11283 L: linux-iio@vger.kernel.org
11284 S: Odd Fixes
11285 F: Documentation/devicetree/bindings/staging/iio/
11286 F: drivers/staging/iio/
11287
11288 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11289 M: Jarod Wilson <jarod@wilsonet.com>
11290 W: http://www.lirc.org/
11291 S: Odd Fixes
11292 F: drivers/staging/media/lirc/
11293
11294 STAGING - LUSTRE PARALLEL FILESYSTEM
11295 M: Oleg Drokin <oleg.drokin@intel.com>
11296 M: Andreas Dilger <andreas.dilger@intel.com>
11297 M: James Simmons <jsimmons@infradead.org>
11298 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11299 W: http://wiki.lustre.org/
11300 S: Maintained
11301 F: drivers/staging/lustre
11302
11303 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11304 M: Marc Dietrich <marvin24@gmx.de>
11305 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11306 L: linux-tegra@vger.kernel.org
11307 S: Maintained
11308 F: drivers/staging/nvec/
11309
11310 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11311 M: Jens Frederich <jfrederich@gmail.com>
11312 M: Daniel Drake <dsd@laptop.org>
11313 M: Jon Nettleton <jon.nettleton@gmail.com>
11314 W: http://wiki.laptop.org/go/DCON
11315 S: Maintained
11316 F: drivers/staging/olpc_dcon/
11317
11318 STAGING - REALTEK RTL8712U DRIVERS
11319 M: Larry Finger <Larry.Finger@lwfinger.net>
11320 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11321 S: Odd Fixes
11322 F: drivers/staging/rtl8712/
11323
11324 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11325 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11326 M: Teddy Wang <teddy.wang@siliconmotion.com>
11327 M: Sudip Mukherjee <sudip@vectorindia.org>
11328 L: linux-fbdev@vger.kernel.org
11329 S: Maintained
11330 F: drivers/staging/sm750fb/
11331
11332 STAGING - SLICOSS
11333 M: Lior Dotan <liodot@gmail.com>
11334 M: Christopher Harrer <charrer@alacritech.com>
11335 S: Odd Fixes
11336 F: drivers/staging/slicoss/
11337
11338 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11339 M: William Hubbs <w.d.hubbs@gmail.com>
11340 M: Chris Brannon <chris@the-brannons.com>
11341 M: Kirk Reiser <kirk@reisers.ca>
11342 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11343 L: speakup@linux-speakup.org
11344 W: http://www.linux-speakup.org/
11345 S: Odd Fixes
11346 F: drivers/staging/speakup/
11347
11348 STAGING - VIA VT665X DRIVERS
11349 M: Forest Bond <forest@alittletooquiet.net>
11350 S: Odd Fixes
11351 F: drivers/staging/vt665?/
11352
11353 STAGING - WILC1000 WIFI DRIVER
11354 M: Aditya Shankar <aditya.shankar@microchip.com>
11355 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11356 L: linux-wireless@vger.kernel.org
11357 S: Supported
11358 F: drivers/staging/wilc1000/
11359
11360 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11361 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11362 S: Odd Fixes
11363 F: drivers/staging/xgifb/
11364
11365 STARFIRE/DURALAN NETWORK DRIVER
11366 M: Ion Badulescu <ionut@badula.org>
11367 S: Odd Fixes
11368 F: drivers/net/ethernet/adaptec/starfire*
11369
11370 SUN3/3X
11371 M: Sam Creasey <sammy@sammy.net>
11372 W: http://sammy.net/sun3/
11373 S: Maintained
11374 F: arch/m68k/kernel/*sun3*
11375 F: arch/m68k/sun3*/
11376 F: arch/m68k/include/asm/sun3*
11377 F: drivers/net/ethernet/i825xx/sun3*
11378
11379 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11380 M: Hans de Goede <hdegoede@redhat.com>
11381 L: linux-input@vger.kernel.org
11382 S: Maintained
11383 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11384 F: drivers/input/keyboard/sun4i-lradc-keys.c
11385
11386 SUNDANCE NETWORK DRIVER
11387 M: Denis Kirjanov <kda@linux-powerpc.org>
11388 L: netdev@vger.kernel.org
11389 S: Maintained
11390 F: drivers/net/ethernet/dlink/sundance.c
11391
11392 SUPERH
11393 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11394 M: Rich Felker <dalias@libc.org>
11395 L: linux-sh@vger.kernel.org
11396 Q: http://patchwork.kernel.org/project/linux-sh/list/
11397 S: Maintained
11398 F: Documentation/sh/
11399 F: arch/sh/
11400 F: drivers/sh/
11401
11402 SUSPEND TO RAM
11403 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11404 M: Len Brown <len.brown@intel.com>
11405 M: Pavel Machek <pavel@ucw.cz>
11406 L: linux-pm@vger.kernel.org
11407 S: Supported
11408 F: Documentation/power/
11409 F: arch/x86/kernel/acpi/
11410 F: drivers/base/power/
11411 F: kernel/power/
11412 F: include/linux/suspend.h
11413 F: include/linux/freezer.h
11414 F: include/linux/pm.h
11415
11416 SVGA HANDLING
11417 M: Martin Mares <mj@ucw.cz>
11418 L: linux-video@atrey.karlin.mff.cuni.cz
11419 S: Maintained
11420 F: Documentation/svga.txt
11421 F: arch/x86/boot/video*
11422
11423 SWIOTLB SUBSYSTEM
11424 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11425 L: linux-kernel@vger.kernel.org
11426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11427 S: Supported
11428 F: lib/swiotlb.c
11429 F: arch/*/kernel/pci-swiotlb.c
11430 F: include/linux/swiotlb.h
11431
11432 SWITCHDEV
11433 M: Jiri Pirko <jiri@resnulli.us>
11434 L: netdev@vger.kernel.org
11435 S: Supported
11436 F: net/switchdev/
11437 F: include/net/switchdev.h
11438
11439 SYNOPSYS ARC ARCHITECTURE
11440 M: Vineet Gupta <vgupta@synopsys.com>
11441 L: linux-snps-arc@lists.infradead.org
11442 S: Supported
11443 F: arch/arc/
11444 F: Documentation/devicetree/bindings/arc/*
11445 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11446 F: drivers/tty/serial/arc_uart.c
11447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11448
11449 SYNOPSYS ARC SDP platform support
11450 M: Alexey Brodkin <abrodkin@synopsys.com>
11451 S: Supported
11452 F: arch/arc/plat-axs10x
11453 F: arch/arc/boot/dts/ax*
11454 F: Documentation/devicetree/bindings/arc/axs10*
11455
11456 SYSTEM CONFIGURATION (SYSCON)
11457 M: Lee Jones <lee.jones@linaro.org>
11458 M: Arnd Bergmann <arnd@arndb.de>
11459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11460 S: Supported
11461 F: drivers/mfd/syscon.c
11462
11463 SYSTEM RESET/SHUTDOWN DRIVERS
11464 M: Sebastian Reichel <sre@kernel.org>
11465 L: linux-pm@vger.kernel.org
11466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11467 S: Maintained
11468 F: Documentation/devicetree/bindings/power/reset/
11469 F: drivers/power/reset/
11470
11471 SYSV FILESYSTEM
11472 M: Christoph Hellwig <hch@infradead.org>
11473 S: Maintained
11474 F: Documentation/filesystems/sysv-fs.txt
11475 F: fs/sysv/
11476 F: include/linux/sysv_fs.h
11477
11478 TARGET SUBSYSTEM
11479 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11480 L: linux-scsi@vger.kernel.org
11481 L: target-devel@vger.kernel.org
11482 W: http://www.linux-iscsi.org
11483 W: http://groups.google.com/group/linux-iscsi-target-dev
11484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11485 S: Supported
11486 F: drivers/target/
11487 F: include/target/
11488 F: Documentation/target/
11489
11490 TASKSTATS STATISTICS INTERFACE
11491 M: Balbir Singh <bsingharora@gmail.com>
11492 S: Maintained
11493 F: Documentation/accounting/taskstats*
11494 F: include/linux/taskstats*
11495 F: kernel/taskstats.c
11496
11497 TC CLASSIFIER
11498 M: Jamal Hadi Salim <jhs@mojatatu.com>
11499 L: netdev@vger.kernel.org
11500 S: Maintained
11501 F: include/net/pkt_cls.h
11502 F: include/uapi/linux/pkt_cls.h
11503 F: net/sched/
11504
11505 TCP LOW PRIORITY MODULE
11506 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11507 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11508 W: http://tcp-lp-mod.sourceforge.net/
11509 S: Maintained
11510 F: net/ipv4/tcp_lp.c
11511
11512 TDA10071 MEDIA DRIVER
11513 M: Antti Palosaari <crope@iki.fi>
11514 L: linux-media@vger.kernel.org
11515 W: https://linuxtv.org
11516 W: http://palosaari.fi/linux/
11517 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11518 T: git git://linuxtv.org/anttip/media_tree.git
11519 S: Maintained
11520 F: drivers/media/dvb-frontends/tda10071*
11521
11522 TDA18212 MEDIA DRIVER
11523 M: Antti Palosaari <crope@iki.fi>
11524 L: linux-media@vger.kernel.org
11525 W: https://linuxtv.org
11526 W: http://palosaari.fi/linux/
11527 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11528 T: git git://linuxtv.org/anttip/media_tree.git
11529 S: Maintained
11530 F: drivers/media/tuners/tda18212*
11531
11532 TDA18218 MEDIA DRIVER
11533 M: Antti Palosaari <crope@iki.fi>
11534 L: linux-media@vger.kernel.org
11535 W: https://linuxtv.org
11536 W: http://palosaari.fi/linux/
11537 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11538 T: git git://linuxtv.org/anttip/media_tree.git
11539 S: Maintained
11540 F: drivers/media/tuners/tda18218*
11541
11542 TDA18271 MEDIA DRIVER
11543 M: Michael Krufky <mkrufky@linuxtv.org>
11544 L: linux-media@vger.kernel.org
11545 W: https://linuxtv.org
11546 W: http://github.com/mkrufky
11547 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11548 T: git git://linuxtv.org/mkrufky/tuners.git
11549 S: Maintained
11550 F: drivers/media/tuners/tda18271*
11551
11552 TDA827x MEDIA DRIVER
11553 M: Michael Krufky <mkrufky@linuxtv.org>
11554 L: linux-media@vger.kernel.org
11555 W: https://linuxtv.org
11556 W: http://github.com/mkrufky
11557 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11558 T: git git://linuxtv.org/mkrufky/tuners.git
11559 S: Maintained
11560 F: drivers/media/tuners/tda8290.*
11561
11562 TDA8290 MEDIA DRIVER
11563 M: Michael Krufky <mkrufky@linuxtv.org>
11564 L: linux-media@vger.kernel.org
11565 W: https://linuxtv.org
11566 W: http://github.com/mkrufky
11567 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11568 T: git git://linuxtv.org/mkrufky/tuners.git
11569 S: Maintained
11570 F: drivers/media/tuners/tda8290.*
11571
11572 TDA9840 MEDIA DRIVER
11573 M: Hans Verkuil <hverkuil@xs4all.nl>
11574 L: linux-media@vger.kernel.org
11575 T: git git://linuxtv.org/media_tree.git
11576 W: https://linuxtv.org
11577 S: Maintained
11578 F: drivers/media/i2c/tda9840*
11579
11580 TEA5761 TUNER DRIVER
11581 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11582 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11583 L: linux-media@vger.kernel.org
11584 W: https://linuxtv.org
11585 T: git git://linuxtv.org/media_tree.git
11586 S: Odd fixes
11587 F: drivers/media/tuners/tea5761.*
11588
11589 TEA5767 TUNER DRIVER
11590 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11591 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11592 L: linux-media@vger.kernel.org
11593 W: https://linuxtv.org
11594 T: git git://linuxtv.org/media_tree.git
11595 S: Maintained
11596 F: drivers/media/tuners/tea5767.*
11597
11598 TEA6415C MEDIA DRIVER
11599 M: Hans Verkuil <hverkuil@xs4all.nl>
11600 L: linux-media@vger.kernel.org
11601 T: git git://linuxtv.org/media_tree.git
11602 W: https://linuxtv.org
11603 S: Maintained
11604 F: drivers/media/i2c/tea6415c*
11605
11606 TEA6420 MEDIA DRIVER
11607 M: Hans Verkuil <hverkuil@xs4all.nl>
11608 L: linux-media@vger.kernel.org
11609 T: git git://linuxtv.org/media_tree.git
11610 W: https://linuxtv.org
11611 S: Maintained
11612 F: drivers/media/i2c/tea6420*
11613
11614 TEAM DRIVER
11615 M: Jiri Pirko <jiri@resnulli.us>
11616 L: netdev@vger.kernel.org
11617 S: Supported
11618 F: drivers/net/team/
11619 F: include/linux/if_team.h
11620 F: include/uapi/linux/if_team.h
11621
11622 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11623 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11624 S: Maintained
11625 F: arch/x86/platform/ts5500/
11626
11627 TECHNOTREND USB IR RECEIVER
11628 M: Sean Young <sean@mess.org>
11629 L: linux-media@vger.kernel.org
11630 S: Maintained
11631 F: drivers/media/rc/ttusbir.c
11632
11633 TEGRA ARCHITECTURE SUPPORT
11634 M: Stephen Warren <swarren@wwwdotorg.org>
11635 M: Thierry Reding <thierry.reding@gmail.com>
11636 M: Alexandre Courbot <gnurou@gmail.com>
11637 L: linux-tegra@vger.kernel.org
11638 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11640 S: Supported
11641 N: [^a-z]tegra
11642
11643 TEGRA CLOCK DRIVER
11644 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11645 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11646 S: Supported
11647 F: drivers/clk/tegra/
11648
11649 TEGRA DMA DRIVERS
11650 M: Laxman Dewangan <ldewangan@nvidia.com>
11651 M: Jon Hunter <jonathanh@nvidia.com>
11652 S: Supported
11653 F: drivers/dma/tegra*
11654
11655 TEGRA I2C DRIVER
11656 M: Laxman Dewangan <ldewangan@nvidia.com>
11657 S: Supported
11658 F: drivers/i2c/busses/i2c-tegra.c
11659
11660 TEGRA IOMMU DRIVERS
11661 M: Hiroshi Doyu <hdoyu@nvidia.com>
11662 S: Supported
11663 F: drivers/iommu/tegra*
11664
11665 TEGRA KBC DRIVER
11666 M: Rakesh Iyer <riyer@nvidia.com>
11667 M: Laxman Dewangan <ldewangan@nvidia.com>
11668 S: Supported
11669 F: drivers/input/keyboard/tegra-kbc.c
11670
11671 TEGRA PWM DRIVER
11672 M: Thierry Reding <thierry.reding@gmail.com>
11673 S: Supported
11674 F: drivers/pwm/pwm-tegra.c
11675
11676 TEGRA SERIAL DRIVER
11677 M: Laxman Dewangan <ldewangan@nvidia.com>
11678 S: Supported
11679 F: drivers/tty/serial/serial-tegra.c
11680
11681 TEGRA SPI DRIVER
11682 M: Laxman Dewangan <ldewangan@nvidia.com>
11683 S: Supported
11684 F: drivers/spi/spi-tegra*
11685
11686 TEHUTI ETHERNET DRIVER
11687 M: Andy Gospodarek <andy@greyhouse.net>
11688 L: netdev@vger.kernel.org
11689 S: Supported
11690 F: drivers/net/ethernet/tehuti/*
11691
11692 Telecom Clock Driver for MCPL0010
11693 M: Mark Gross <mark.gross@intel.com>
11694 S: Supported
11695 F: drivers/char/tlclk.c
11696
11697 TENSILICA XTENSA PORT (xtensa)
11698 M: Chris Zankel <chris@zankel.net>
11699 M: Max Filippov <jcmvbkbc@gmail.com>
11700 L: linux-xtensa@linux-xtensa.org
11701 T: git git://github.com/czankel/xtensa-linux.git
11702 S: Maintained
11703 F: arch/xtensa/
11704 F: drivers/irqchip/irq-xtensa-*
11705
11706 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11707 M: Hans Verkuil <hverkuil@xs4all.nl>
11708 L: linux-media@vger.kernel.org
11709 T: git git://linuxtv.org/media_tree.git
11710 W: https://linuxtv.org
11711 S: Maintained
11712 F: drivers/media/radio/radio-raremono.c
11713
11714 THERMAL
11715 M: Zhang Rui <rui.zhang@intel.com>
11716 M: Eduardo Valentin <edubezval@gmail.com>
11717 L: linux-pm@vger.kernel.org
11718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11720 Q: https://patchwork.kernel.org/project/linux-pm/list/
11721 S: Supported
11722 F: drivers/thermal/
11723 F: include/linux/thermal.h
11724 F: include/uapi/linux/thermal.h
11725 F: include/linux/cpu_cooling.h
11726 F: Documentation/devicetree/bindings/thermal/
11727
11728 THERMAL/CPU_COOLING
11729 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11730 M: Viresh Kumar <viresh.kumar@linaro.org>
11731 M: Javi Merino <javi.merino@arm.com>
11732 L: linux-pm@vger.kernel.org
11733 S: Supported
11734 F: Documentation/thermal/cpu-cooling-api.txt
11735 F: drivers/thermal/cpu_cooling.c
11736 F: include/linux/cpu_cooling.h
11737
11738 THINKPAD ACPI EXTRAS DRIVER
11739 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11740 L: ibm-acpi-devel@lists.sourceforge.net
11741 L: platform-driver-x86@vger.kernel.org
11742 W: http://ibm-acpi.sourceforge.net
11743 W: http://thinkwiki.org/wiki/Ibm-acpi
11744 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11745 S: Maintained
11746 F: drivers/platform/x86/thinkpad_acpi.c
11747
11748 TI BANDGAP AND THERMAL DRIVER
11749 M: Eduardo Valentin <edubezval@gmail.com>
11750 M: Keerthy <j-keerthy@ti.com>
11751 L: linux-pm@vger.kernel.org
11752 L: linux-omap@vger.kernel.org
11753 S: Maintained
11754 F: drivers/thermal/ti-soc-thermal/
11755
11756 TI VPE/CAL DRIVERS
11757 M: Benoit Parrot <bparrot@ti.com>
11758 L: linux-media@vger.kernel.org
11759 W: http://linuxtv.org/
11760 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11761 S: Maintained
11762 F: drivers/media/platform/ti-vpe/
11763
11764 TI CDCE706 CLOCK DRIVER
11765 M: Max Filippov <jcmvbkbc@gmail.com>
11766 S: Maintained
11767 F: drivers/clk/clk-cdce706.c
11768
11769 TI CLOCK DRIVER
11770 M: Tero Kristo <t-kristo@ti.com>
11771 L: linux-omap@vger.kernel.org
11772 S: Maintained
11773 F: drivers/clk/ti/
11774 F: include/linux/clk/ti.h
11775
11776 TI ETHERNET SWITCH DRIVER (CPSW)
11777 M: Mugunthan V N <mugunthanvnm@ti.com>
11778 R: Grygorii Strashko <grygorii.strashko@ti.com>
11779 L: linux-omap@vger.kernel.org
11780 L: netdev@vger.kernel.org
11781 S: Maintained
11782 F: drivers/net/ethernet/ti/cpsw*
11783 F: drivers/net/ethernet/ti/davinci*
11784
11785 TI FLASH MEDIA INTERFACE DRIVER
11786 M: Alex Dubov <oakad@yahoo.com>
11787 S: Maintained
11788 F: drivers/misc/tifm*
11789 F: drivers/mmc/host/tifm_sd.c
11790 F: include/linux/tifm.h
11791
11792 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11793 M: Santosh Shilimkar <ssantosh@kernel.org>
11794 L: linux-kernel@vger.kernel.org
11795 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11796 S: Maintained
11797 F: drivers/soc/ti/*
11798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11799
11800
11801 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11802 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11803 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11805 S: Maintained
11806 F: sound/soc/codecs/lm49453*
11807 F: sound/soc/codecs/isabelle*
11808
11809 TI LP855x BACKLIGHT DRIVER
11810 M: Milo Kim <milo.kim@ti.com>
11811 S: Maintained
11812 F: Documentation/backlight/lp855x-driver.txt
11813 F: drivers/video/backlight/lp855x_bl.c
11814 F: include/linux/platform_data/lp855x.h
11815
11816 TI LP8727 CHARGER DRIVER
11817 M: Milo Kim <milo.kim@ti.com>
11818 S: Maintained
11819 F: drivers/power/supply/lp8727_charger.c
11820 F: include/linux/platform_data/lp8727.h
11821
11822 TI LP8788 MFD DRIVER
11823 M: Milo Kim <milo.kim@ti.com>
11824 S: Maintained
11825 F: drivers/iio/adc/lp8788_adc.c
11826 F: drivers/leds/leds-lp8788.c
11827 F: drivers/mfd/lp8788*.c
11828 F: drivers/power/supply/lp8788-charger.c
11829 F: drivers/regulator/lp8788-*.c
11830 F: include/linux/mfd/lp8788*.h
11831
11832 TI NETCP ETHERNET DRIVER
11833 M: Wingman Kwok <w-kwok2@ti.com>
11834 M: Murali Karicheri <m-karicheri2@ti.com>
11835 L: netdev@vger.kernel.org
11836 S: Maintained
11837 F: drivers/net/ethernet/ti/netcp*
11838
11839 TI TAS571X FAMILY ASoC CODEC DRIVER
11840 M: Kevin Cernekee <cernekee@chromium.org>
11841 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11842 S: Odd Fixes
11843 F: sound/soc/codecs/tas571x*
11844
11845 TI TWL4030 SERIES SOC CODEC DRIVER
11846 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11847 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11848 S: Maintained
11849 F: sound/soc/codecs/twl4030*
11850
11851 TI WILINK WIRELESS DRIVERS
11852 L: linux-wireless@vger.kernel.org
11853 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11854 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11856 S: Orphan
11857 F: drivers/net/wireless/ti/
11858 F: include/linux/wl12xx.h
11859
11860 TIPC NETWORK LAYER
11861 M: Jon Maloy <jon.maloy@ericsson.com>
11862 M: Ying Xue <ying.xue@windriver.com>
11863 L: netdev@vger.kernel.org (core kernel code)
11864 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11865 W: http://tipc.sourceforge.net/
11866 S: Maintained
11867 F: include/uapi/linux/tipc*.h
11868 F: net/tipc/
11869
11870 TILE ARCHITECTURE
11871 M: Chris Metcalf <cmetcalf@mellanox.com>
11872 W: http://www.mellanox.com/repository/solutions/tile-scm/
11873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11874 S: Supported
11875 F: arch/tile/
11876 F: drivers/char/tile-srom.c
11877 F: drivers/edac/tile_edac.c
11878 F: drivers/net/ethernet/tile/
11879 F: drivers/rtc/rtc-tile.c
11880 F: drivers/tty/hvc/hvc_tile.c
11881 F: drivers/tty/serial/tilegx.c
11882 F: drivers/usb/host/*-tilegx.c
11883 F: include/linux/usb/tilegx.h
11884
11885 TLAN NETWORK DRIVER
11886 M: Samuel Chessman <chessman@tux.org>
11887 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11888 W: http://sourceforge.net/projects/tlan/
11889 S: Maintained
11890 F: Documentation/networking/tlan.txt
11891 F: drivers/net/ethernet/ti/tlan.*
11892
11893 TOMOYO SECURITY MODULE
11894 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11895 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11896 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11897 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11898 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11899 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11900 W: http://tomoyo.sourceforge.jp/
11901 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11902 S: Maintained
11903 F: security/tomoyo/
11904
11905 TOPSTAR LAPTOP EXTRAS DRIVER
11906 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11907 L: platform-driver-x86@vger.kernel.org
11908 S: Maintained
11909 F: drivers/platform/x86/topstar-laptop.c
11910
11911 TOSHIBA ACPI EXTRAS DRIVER
11912 M: Azael Avalos <coproscefalo@gmail.com>
11913 L: platform-driver-x86@vger.kernel.org
11914 S: Maintained
11915 F: drivers/platform/x86/toshiba_acpi.c
11916
11917 TOSHIBA BLUETOOTH DRIVER
11918 M: Azael Avalos <coproscefalo@gmail.com>
11919 L: platform-driver-x86@vger.kernel.org
11920 S: Maintained
11921 F: drivers/platform/x86/toshiba_bluetooth.c
11922
11923 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11924 M: Azael Avalos <coproscefalo@gmail.com>
11925 L: platform-driver-x86@vger.kernel.org
11926 S: Maintained
11927 F: drivers/platform/x86/toshiba_haps.c
11928
11929 TOSHIBA WMI HOTKEYS DRIVER
11930 M: Azael Avalos <coproscefalo@gmail.com>
11931 L: platform-driver-x86@vger.kernel.org
11932 S: Maintained
11933 F: drivers/platform/x86/toshiba-wmi.c
11934
11935 TOSHIBA SMM DRIVER
11936 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11937 W: http://www.buzzard.org.uk/toshiba/
11938 S: Maintained
11939 F: drivers/char/toshiba.c
11940 F: include/linux/toshiba.h
11941 F: include/uapi/linux/toshiba.h
11942
11943 TOSHIBA TC358743 DRIVER
11944 M: Mats Randgaard <matrandg@cisco.com>
11945 L: linux-media@vger.kernel.org
11946 S: Maintained
11947 F: drivers/media/i2c/tc358743*
11948 F: include/media/i2c/tc358743.h
11949
11950 TMIO/SDHI MMC DRIVER
11951 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11952 L: linux-mmc@vger.kernel.org
11953 S: Supported
11954 F: drivers/mmc/host/tmio_mmc*
11955 F: drivers/mmc/host/sh_mobile_sdhi.c
11956 F: include/linux/mfd/tmio.h
11957
11958 TMP401 HARDWARE MONITOR DRIVER
11959 M: Guenter Roeck <linux@roeck-us.net>
11960 L: linux-hwmon@vger.kernel.org
11961 S: Maintained
11962 F: Documentation/hwmon/tmp401
11963 F: drivers/hwmon/tmp401.c
11964
11965 TMPFS (SHMEM FILESYSTEM)
11966 M: Hugh Dickins <hughd@google.com>
11967 L: linux-mm@kvack.org
11968 S: Maintained
11969 F: include/linux/shmem_fs.h
11970 F: mm/shmem.c
11971
11972 TM6000 VIDEO4LINUX DRIVER
11973 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11974 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11975 L: linux-media@vger.kernel.org
11976 W: https://linuxtv.org
11977 T: git git://linuxtv.org/media_tree.git
11978 S: Odd fixes
11979 F: drivers/media/usb/tm6000/
11980
11981 TW5864 VIDEO4LINUX DRIVER
11982 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11983 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11984 M: Andrey Utkin <andrey_utkin@fastmail.com>
11985 L: linux-media@vger.kernel.org
11986 S: Supported
11987 F: drivers/media/pci/tw5864/
11988
11989 TW68 VIDEO4LINUX DRIVER
11990 M: Hans Verkuil <hverkuil@xs4all.nl>
11991 L: linux-media@vger.kernel.org
11992 T: git git://linuxtv.org/media_tree.git
11993 W: https://linuxtv.org
11994 S: Odd Fixes
11995 F: drivers/media/pci/tw68/
11996
11997 TW686X VIDEO4LINUX DRIVER
11998 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11999 L: linux-media@vger.kernel.org
12000 T: git git://linuxtv.org/media_tree.git
12001 W: http://linuxtv.org
12002 S: Maintained
12003 F: drivers/media/pci/tw686x/
12004
12005 TPM DEVICE DRIVER
12006 M: Peter Huewe <peterhuewe@gmx.de>
12007 M: Marcel Selhorst <tpmdd@selhorst.net>
12008 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12009 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12010 W: http://tpmdd.sourceforge.net
12011 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12012 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12013 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12014 S: Maintained
12015 F: drivers/char/tpm/
12016
12017 TPM IBM_VTPM DEVICE DRIVER
12018 M: Ashley Lai <ashleydlai@gmail.com>
12019 W: http://tpmdd.sourceforge.net
12020 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12021 S: Maintained
12022 F: drivers/char/tpm/tpm_ibmvtpm*
12023
12024 TRACING
12025 M: Steven Rostedt <rostedt@goodmis.org>
12026 M: Ingo Molnar <mingo@redhat.com>
12027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12028 S: Maintained
12029 F: Documentation/trace/ftrace.txt
12030 F: arch/*/*/*/ftrace.h
12031 F: arch/*/kernel/ftrace.c
12032 F: include/*/ftrace.h
12033 F: include/linux/trace*.h
12034 F: include/trace/
12035 F: kernel/trace/
12036 F: tools/testing/selftests/ftrace/
12037
12038 TRACING MMIO ACCESSES (MMIOTRACE)
12039 M: Steven Rostedt <rostedt@goodmis.org>
12040 M: Ingo Molnar <mingo@kernel.org>
12041 R: Karol Herbst <karolherbst@gmail.com>
12042 R: Pekka Paalanen <ppaalanen@gmail.com>
12043 S: Maintained
12044 L: linux-kernel@vger.kernel.org
12045 L: nouveau@lists.freedesktop.org
12046 F: kernel/trace/trace_mmiotrace.c
12047 F: include/linux/mmiotrace.h
12048 F: arch/x86/mm/kmmio.c
12049 F: arch/x86/mm/mmio-mod.c
12050 F: arch/x86/mm/testmmiotrace.c
12051
12052 TRIVIAL PATCHES
12053 M: Jiri Kosina <trivial@kernel.org>
12054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12055 S: Maintained
12056 K: ^Subject:.*(?i)trivial
12057
12058 TTY LAYER
12059 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12060 M: Jiri Slaby <jslaby@suse.com>
12061 S: Supported
12062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12063 F: Documentation/serial/
12064 F: drivers/tty/
12065 F: drivers/tty/serial/serial_core.c
12066 F: include/linux/serial_core.h
12067 F: include/linux/serial.h
12068 F: include/linux/tty.h
12069 F: include/uapi/linux/serial_core.h
12070 F: include/uapi/linux/serial.h
12071 F: include/uapi/linux/tty.h
12072
12073 TUA9001 MEDIA DRIVER
12074 M: Antti Palosaari <crope@iki.fi>
12075 L: linux-media@vger.kernel.org
12076 W: https://linuxtv.org
12077 W: http://palosaari.fi/linux/
12078 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12079 T: git git://linuxtv.org/anttip/media_tree.git
12080 S: Maintained
12081 F: drivers/media/tuners/tua9001*
12082
12083 TULIP NETWORK DRIVERS
12084 L: netdev@vger.kernel.org
12085 L: linux-parisc@vger.kernel.org
12086 S: Orphan
12087 F: drivers/net/ethernet/dec/tulip/
12088
12089 TUN/TAP driver
12090 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12091 W: http://vtun.sourceforge.net/tun
12092 S: Maintained
12093 F: Documentation/networking/tuntap.txt
12094 F: arch/um/os-Linux/drivers/
12095
12096 TURBOCHANNEL SUBSYSTEM
12097 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12098 M: Ralf Baechle <ralf@linux-mips.org>
12099 L: linux-mips@linux-mips.org
12100 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12101 S: Maintained
12102 F: drivers/tc/
12103 F: include/linux/tc.h
12104
12105 U14-34F SCSI DRIVER
12106 M: Dario Ballabio <ballabio_dario@emc.com>
12107 L: linux-scsi@vger.kernel.org
12108 S: Maintained
12109 F: drivers/scsi/u14-34f.c
12110
12111 UBI FILE SYSTEM (UBIFS)
12112 M: Richard Weinberger <richard@nod.at>
12113 M: Artem Bityutskiy <dedekind1@gmail.com>
12114 M: Adrian Hunter <adrian.hunter@intel.com>
12115 L: linux-mtd@lists.infradead.org
12116 T: git git://git.infradead.org/ubifs-2.6.git
12117 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12118 S: Supported
12119 F: Documentation/filesystems/ubifs.txt
12120 F: fs/ubifs/
12121
12122 UCLINUX (M68KNOMMU AND COLDFIRE)
12123 M: Greg Ungerer <gerg@linux-m68k.org>
12124 W: http://www.linux-m68k.org/
12125 W: http://www.uclinux.org/
12126 L: linux-m68k@lists.linux-m68k.org
12127 L: uclinux-dev@uclinux.org (subscribers-only)
12128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12129 S: Maintained
12130 F: arch/m68k/coldfire/
12131 F: arch/m68k/68*/
12132 F: arch/m68k/*/*_no.*
12133 F: arch/m68k/include/asm/*_no.*
12134
12135 UDF FILESYSTEM
12136 M: Jan Kara <jack@suse.com>
12137 S: Maintained
12138 F: Documentation/filesystems/udf.txt
12139 F: fs/udf/
12140
12141 UFS FILESYSTEM
12142 M: Evgeniy Dushistov <dushistov@mail.ru>
12143 S: Maintained
12144 F: Documentation/filesystems/ufs.txt
12145 F: fs/ufs/
12146
12147 UHID USERSPACE HID IO DRIVER:
12148 M: David Herrmann <dh.herrmann@googlemail.com>
12149 L: linux-input@vger.kernel.org
12150 S: Maintained
12151 F: drivers/hid/uhid.c
12152 F: include/uapi/linux/uhid.h
12153
12154 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12155 L: linux-usb@vger.kernel.org
12156 S: Orphan
12157 F: drivers/uwb/
12158 F: include/linux/uwb.h
12159 F: include/linux/uwb/
12160
12161 UNICORE32 ARCHITECTURE:
12162 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12163 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12164 S: Maintained
12165 T: git git://github.com/gxt/linux.git
12166 F: arch/unicore32/
12167
12168 UNIFDEF
12169 M: Tony Finch <dot@dotat.at>
12170 W: http://dotat.at/prog/unifdef
12171 S: Maintained
12172 F: scripts/unifdef.c
12173
12174 UNIFORM CDROM DRIVER
12175 M: Jens Axboe <axboe@kernel.dk>
12176 W: http://www.kernel.dk
12177 S: Maintained
12178 F: Documentation/cdrom/
12179 F: drivers/cdrom/cdrom.c
12180 F: include/linux/cdrom.h
12181 F: include/uapi/linux/cdrom.h
12182
12183 UNISYS S-PAR DRIVERS
12184 M: David Kershner <david.kershner@unisys.com>
12185 L: sparmaintainer@unisys.com (Unisys internal)
12186 S: Supported
12187 F: drivers/staging/unisys/
12188
12189 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12190 M: Vinayak Holikatti <vinholikatti@gmail.com>
12191 L: linux-scsi@vger.kernel.org
12192 S: Supported
12193 F: Documentation/scsi/ufs.txt
12194 F: drivers/scsi/ufs/
12195
12196 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12197 M: Joao Pinto <Joao.Pinto@synopsys.com>
12198 L: linux-scsi@vger.kernel.org
12199 S: Supported
12200 F: drivers/scsi/ufs/*dwc*
12201
12202 UNSORTED BLOCK IMAGES (UBI)
12203 M: Artem Bityutskiy <dedekind1@gmail.com>
12204 M: Richard Weinberger <richard@nod.at>
12205 W: http://www.linux-mtd.infradead.org/
12206 L: linux-mtd@lists.infradead.org
12207 T: git git://git.infradead.org/ubifs-2.6.git
12208 S: Supported
12209 F: drivers/mtd/ubi/
12210 F: include/linux/mtd/ubi.h
12211 F: include/uapi/mtd/ubi-user.h
12212
12213 USB ACM DRIVER
12214 M: Oliver Neukum <oneukum@suse.com>
12215 L: linux-usb@vger.kernel.org
12216 S: Maintained
12217 F: Documentation/usb/acm.txt
12218 F: drivers/usb/class/cdc-acm.*
12219
12220 USB AR5523 WIRELESS DRIVER
12221 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12222 L: linux-wireless@vger.kernel.org
12223 S: Maintained
12224 F: drivers/net/wireless/ath/ar5523/
12225
12226 USB ATTACHED SCSI
12227 M: Oliver Neukum <oneukum@suse.com>
12228 L: linux-usb@vger.kernel.org
12229 L: linux-scsi@vger.kernel.org
12230 S: Maintained
12231 F: drivers/usb/storage/uas.c
12232
12233 USB CDC ETHERNET DRIVER
12234 M: Oliver Neukum <oliver@neukum.org>
12235 L: linux-usb@vger.kernel.org
12236 S: Maintained
12237 F: drivers/net/usb/cdc_*.c
12238 F: include/uapi/linux/usb/cdc.h
12239
12240 USB CHAOSKEY DRIVER
12241 M: Keith Packard <keithp@keithp.com>
12242 L: linux-usb@vger.kernel.org
12243 S: Maintained
12244 F: drivers/usb/misc/chaoskey.c
12245
12246 USB CYPRESS C67X00 DRIVER
12247 M: Peter Korsgaard <jacmet@sunsite.dk>
12248 L: linux-usb@vger.kernel.org
12249 S: Maintained
12250 F: drivers/usb/c67x00/
12251
12252 USB DAVICOM DM9601 DRIVER
12253 M: Peter Korsgaard <jacmet@sunsite.dk>
12254 L: netdev@vger.kernel.org
12255 W: http://www.linux-usb.org/usbnet
12256 S: Maintained
12257 F: drivers/net/usb/dm9601.c
12258
12259 USB DIAMOND RIO500 DRIVER
12260 M: Cesar Miquel <miquel@df.uba.ar>
12261 L: rio500-users@lists.sourceforge.net
12262 W: http://rio500.sourceforge.net
12263 S: Maintained
12264 F: drivers/usb/misc/rio500*
12265
12266 USB EHCI DRIVER
12267 M: Alan Stern <stern@rowland.harvard.edu>
12268 L: linux-usb@vger.kernel.org
12269 S: Maintained
12270 F: Documentation/usb/ehci.txt
12271 F: drivers/usb/host/ehci*
12272
12273 USB GADGET/PERIPHERAL SUBSYSTEM
12274 M: Felipe Balbi <balbi@kernel.org>
12275 L: linux-usb@vger.kernel.org
12276 W: http://www.linux-usb.org/gadget
12277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12278 S: Maintained
12279 F: drivers/usb/gadget/
12280 F: include/linux/usb/gadget*
12281
12282 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12283 M: Jiri Kosina <jikos@kernel.org>
12284 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12285 L: linux-usb@vger.kernel.org
12286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12287 S: Maintained
12288 F: Documentation/hid/hiddev.txt
12289 F: drivers/hid/usbhid/
12290
12291 USB ISP116X DRIVER
12292 M: Olav Kongas <ok@artecdesign.ee>
12293 L: linux-usb@vger.kernel.org
12294 S: Maintained
12295 F: drivers/usb/host/isp116x*
12296 F: include/linux/usb/isp116x.h
12297
12298 USB LAN78XX ETHERNET DRIVER
12299 M: Woojung Huh <woojung.huh@microchip.com>
12300 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12301 L: netdev@vger.kernel.org
12302 S: Maintained
12303 F: drivers/net/usb/lan78xx.*
12304
12305 USB MASS STORAGE DRIVER
12306 M: Alan Stern <stern@rowland.harvard.edu>
12307 L: linux-usb@vger.kernel.org
12308 L: usb-storage@lists.one-eyed-alien.net
12309 S: Maintained
12310 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12311 F: drivers/usb/storage/
12312
12313 USB MIDI DRIVER
12314 M: Clemens Ladisch <clemens@ladisch.de>
12315 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12316 T: git git://git.alsa-project.org/alsa-kernel.git
12317 S: Maintained
12318 F: sound/usb/midi.*
12319
12320 USB NETWORKING DRIVERS
12321 L: linux-usb@vger.kernel.org
12322 S: Odd Fixes
12323 F: drivers/net/usb/
12324
12325 USB OHCI DRIVER
12326 M: Alan Stern <stern@rowland.harvard.edu>
12327 L: linux-usb@vger.kernel.org
12328 S: Maintained
12329 F: Documentation/usb/ohci.txt
12330 F: drivers/usb/host/ohci*
12331
12332 USB OTG FSM (Finite State Machine)
12333 M: Peter Chen <Peter.Chen@nxp.com>
12334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12335 L: linux-usb@vger.kernel.org
12336 S: Maintained
12337 F: drivers/usb/common/usb-otg-fsm.c
12338
12339 USB OVER IP DRIVER
12340 M: Valentina Manea <valentina.manea.m@gmail.com>
12341 M: Shuah Khan <shuahkh@osg.samsung.com>
12342 M: Shuah Khan <shuah@kernel.org>
12343 L: linux-usb@vger.kernel.org
12344 S: Maintained
12345 F: Documentation/usb/usbip_protocol.txt
12346 F: drivers/usb/usbip/
12347 F: tools/usb/usbip/
12348
12349 USB PEGASUS DRIVER
12350 M: Petko Manolov <petkan@nucleusys.com>
12351 L: linux-usb@vger.kernel.org
12352 L: netdev@vger.kernel.org
12353 T: git git://github.com/petkan/pegasus.git
12354 W: https://github.com/petkan/pegasus
12355 S: Maintained
12356 F: drivers/net/usb/pegasus.*
12357
12358 USB PHY LAYER
12359 M: Felipe Balbi <balbi@kernel.org>
12360 L: linux-usb@vger.kernel.org
12361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12362 S: Maintained
12363 F: drivers/usb/phy/
12364
12365 USB PRINTER DRIVER (usblp)
12366 M: Pete Zaitcev <zaitcev@redhat.com>
12367 L: linux-usb@vger.kernel.org
12368 S: Supported
12369 F: drivers/usb/class/usblp.c
12370
12371 USB QMI WWAN NETWORK DRIVER
12372 M: Bjørn Mork <bjorn@mork.no>
12373 L: netdev@vger.kernel.org
12374 S: Maintained
12375 F: Documentation/ABI/testing/sysfs-class-net-qmi
12376 F: drivers/net/usb/qmi_wwan.c
12377
12378 USB RTL8150 DRIVER
12379 M: Petko Manolov <petkan@nucleusys.com>
12380 L: linux-usb@vger.kernel.org
12381 L: netdev@vger.kernel.org
12382 T: git git://github.com/petkan/rtl8150.git
12383 W: https://github.com/petkan/rtl8150
12384 S: Maintained
12385 F: drivers/net/usb/rtl8150.c
12386
12387 USB SERIAL SUBSYSTEM
12388 M: Johan Hovold <johan@kernel.org>
12389 L: linux-usb@vger.kernel.org
12390 S: Maintained
12391 F: Documentation/usb/usb-serial.txt
12392 F: drivers/usb/serial/
12393 F: include/linux/usb/serial.h
12394
12395 USB SMSC75XX ETHERNET DRIVER
12396 M: Steve Glendinning <steve.glendinning@shawell.net>
12397 L: netdev@vger.kernel.org
12398 S: Maintained
12399 F: drivers/net/usb/smsc75xx.*
12400
12401 USB SMSC95XX ETHERNET DRIVER
12402 M: Steve Glendinning <steve.glendinning@shawell.net>
12403 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12404 L: netdev@vger.kernel.org
12405 S: Maintained
12406 F: drivers/net/usb/smsc95xx.*
12407
12408 USB SUBSYSTEM
12409 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12410 L: linux-usb@vger.kernel.org
12411 W: http://www.linux-usb.org
12412 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12413 S: Supported
12414 F: Documentation/devicetree/bindings/usb/
12415 F: Documentation/usb/
12416 F: drivers/usb/
12417 F: include/linux/usb.h
12418 F: include/linux/usb/
12419
12420 USB UHCI DRIVER
12421 M: Alan Stern <stern@rowland.harvard.edu>
12422 L: linux-usb@vger.kernel.org
12423 S: Maintained
12424 F: drivers/usb/host/uhci*
12425
12426 USB "USBNET" DRIVER FRAMEWORK
12427 M: Oliver Neukum <oneukum@suse.com>
12428 L: netdev@vger.kernel.org
12429 W: http://www.linux-usb.org/usbnet
12430 S: Maintained
12431 F: drivers/net/usb/usbnet.c
12432 F: include/linux/usb/usbnet.h
12433
12434 USB VIDEO CLASS
12435 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12436 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12437 L: linux-media@vger.kernel.org
12438 T: git git://linuxtv.org/media_tree.git
12439 W: http://www.ideasonboard.org/uvc/
12440 S: Maintained
12441 F: drivers/media/usb/uvc/
12442 F: include/uapi/linux/uvcvideo.h
12443
12444 USB VISION DRIVER
12445 M: Hans Verkuil <hverkuil@xs4all.nl>
12446 L: linux-media@vger.kernel.org
12447 T: git git://linuxtv.org/media_tree.git
12448 W: https://linuxtv.org
12449 S: Odd Fixes
12450 F: drivers/media/usb/usbvision/
12451
12452 USB WEBCAM GADGET
12453 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12454 L: linux-usb@vger.kernel.org
12455 S: Maintained
12456 F: drivers/usb/gadget/function/*uvc*
12457 F: drivers/usb/gadget/legacy/webcam.c
12458
12459 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12460 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12461 L: linux-wireless@vger.kernel.org
12462 S: Maintained
12463 F: drivers/net/wireless/rndis_wlan.c
12464
12465 USB XHCI DRIVER
12466 M: Mathias Nyman <mathias.nyman@intel.com>
12467 L: linux-usb@vger.kernel.org
12468 S: Supported
12469 F: drivers/usb/host/xhci*
12470 F: drivers/usb/host/pci-quirks*
12471
12472 USB ZD1201 DRIVER
12473 L: linux-wireless@vger.kernel.org
12474 W: http://linux-lc100020.sourceforge.net
12475 S: Orphan
12476 F: drivers/net/wireless/zydas/zd1201.*
12477
12478 USB ZR364XX DRIVER
12479 M: Antoine Jacquet <royale@zerezo.com>
12480 L: linux-usb@vger.kernel.org
12481 L: linux-media@vger.kernel.org
12482 T: git git://linuxtv.org/media_tree.git
12483 W: http://royale.zerezo.com/zr364xx/
12484 S: Maintained
12485 F: Documentation/video4linux/zr364xx.txt
12486 F: drivers/media/usb/zr364xx/
12487
12488 ULPI BUS
12489 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12490 L: linux-usb@vger.kernel.org
12491 S: Maintained
12492 F: drivers/usb/common/ulpi.c
12493 F: include/linux/ulpi/
12494
12495 USER-MODE LINUX (UML)
12496 M: Jeff Dike <jdike@addtoit.com>
12497 M: Richard Weinberger <richard@nod.at>
12498 L: user-mode-linux-devel@lists.sourceforge.net
12499 L: user-mode-linux-user@lists.sourceforge.net
12500 W: http://user-mode-linux.sourceforge.net
12501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12502 S: Maintained
12503 F: Documentation/virtual/uml/
12504 F: arch/um/
12505 F: arch/x86/um/
12506 F: fs/hostfs/
12507 F: fs/hppfs/
12508
12509 USERSPACE I/O (UIO)
12510 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12511 S: Maintained
12512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12513 F: Documentation/DocBook/uio-howto.tmpl
12514 F: drivers/uio/
12515 F: include/linux/uio*.h
12516
12517 UTIL-LINUX PACKAGE
12518 M: Karel Zak <kzak@redhat.com>
12519 L: util-linux@vger.kernel.org
12520 W: http://en.wikipedia.org/wiki/Util-linux
12521 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12522 S: Maintained
12523
12524 UVESAFB DRIVER
12525 M: Michal Januszewski <spock@gentoo.org>
12526 L: linux-fbdev@vger.kernel.org
12527 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12528 S: Maintained
12529 F: Documentation/fb/uvesafb.txt
12530 F: drivers/video/fbdev/uvesafb.*
12531
12532 VF610 NAND DRIVER
12533 M: Stefan Agner <stefan@agner.ch>
12534 L: linux-mtd@lists.infradead.org
12535 S: Supported
12536 F: drivers/mtd/nand/vf610_nfc.c
12537
12538 VFAT/FAT/MSDOS FILESYSTEM
12539 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12540 S: Maintained
12541 F: Documentation/filesystems/vfat.txt
12542 F: fs/fat/
12543
12544 VFIO DRIVER
12545 M: Alex Williamson <alex.williamson@redhat.com>
12546 L: kvm@vger.kernel.org
12547 T: git git://github.com/awilliam/linux-vfio.git
12548 S: Maintained
12549 F: Documentation/vfio.txt
12550 F: drivers/vfio/
12551 F: include/linux/vfio.h
12552 F: include/uapi/linux/vfio.h
12553
12554 VFIO PLATFORM DRIVER
12555 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12556 L: kvm@vger.kernel.org
12557 S: Maintained
12558 F: drivers/vfio/platform/
12559
12560 VIDEOBUF2 FRAMEWORK
12561 M: Pawel Osciak <pawel@osciak.com>
12562 M: Marek Szyprowski <m.szyprowski@samsung.com>
12563 M: Kyungmin Park <kyungmin.park@samsung.com>
12564 L: linux-media@vger.kernel.org
12565 S: Maintained
12566 F: drivers/media/v4l2-core/videobuf2-*
12567 F: include/media/videobuf2-*
12568
12569 VIRTIO AND VHOST VSOCK DRIVER
12570 M: Stefan Hajnoczi <stefanha@redhat.com>
12571 L: kvm@vger.kernel.org
12572 L: virtualization@lists.linux-foundation.org
12573 L: netdev@vger.kernel.org
12574 S: Maintained
12575 F: include/linux/virtio_vsock.h
12576 F: include/uapi/linux/virtio_vsock.h
12577 F: net/vmw_vsock/virtio_transport_common.c
12578 F: net/vmw_vsock/virtio_transport.c
12579 F: drivers/vhost/vsock.c
12580 F: drivers/vhost/vsock.h
12581
12582 VIRTUAL SERIO DEVICE DRIVER
12583 M: Stephen Chandler Paul <thatslyude@gmail.com>
12584 S: Maintained
12585 F: drivers/input/serio/userio.c
12586 F: include/uapi/linux/userio.h
12587
12588 VIRTIO CONSOLE DRIVER
12589 M: Amit Shah <amit.shah@redhat.com>
12590 L: virtualization@lists.linux-foundation.org
12591 S: Maintained
12592 F: drivers/char/virtio_console.c
12593 F: include/linux/virtio_console.h
12594 F: include/uapi/linux/virtio_console.h
12595
12596 VIRTIO CORE, NET AND BLOCK DRIVERS
12597 M: "Michael S. Tsirkin" <mst@redhat.com>
12598 L: virtualization@lists.linux-foundation.org
12599 S: Maintained
12600 F: Documentation/devicetree/bindings/virtio/
12601 F: drivers/virtio/
12602 F: tools/virtio/
12603 F: drivers/net/virtio_net.c
12604 F: drivers/block/virtio_blk.c
12605 F: include/linux/virtio_*.h
12606 F: include/uapi/linux/virtio_*.h
12607
12608 VIRTIO DRIVERS FOR S390
12609 M: Christian Borntraeger <borntraeger@de.ibm.com>
12610 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12611 L: linux-s390@vger.kernel.org
12612 L: virtualization@lists.linux-foundation.org
12613 L: kvm@vger.kernel.org
12614 S: Supported
12615 F: drivers/s390/virtio/
12616
12617 VIRTIO GPU DRIVER
12618 M: David Airlie <airlied@linux.ie>
12619 M: Gerd Hoffmann <kraxel@redhat.com>
12620 L: dri-devel@lists.freedesktop.org
12621 L: virtualization@lists.linux-foundation.org
12622 S: Maintained
12623 F: drivers/gpu/drm/virtio/
12624 F: include/uapi/linux/virtio_gpu.h
12625
12626 VIRTIO HOST (VHOST)
12627 M: "Michael S. Tsirkin" <mst@redhat.com>
12628 L: kvm@vger.kernel.org
12629 L: virtualization@lists.linux-foundation.org
12630 L: netdev@vger.kernel.org
12631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12632 S: Maintained
12633 F: drivers/vhost/
12634 F: include/uapi/linux/vhost.h
12635
12636 VIRTIO INPUT DRIVER
12637 M: Gerd Hoffmann <kraxel@redhat.com>
12638 S: Maintained
12639 F: drivers/virtio/virtio_input.c
12640 F: include/uapi/linux/virtio_input.h
12641
12642 VIA RHINE NETWORK DRIVER
12643 S: Orphan
12644 F: drivers/net/ethernet/via/via-rhine.c
12645
12646 VIA SD/MMC CARD CONTROLLER DRIVER
12647 M: Bruce Chang <brucechang@via.com.tw>
12648 M: Harald Welte <HaraldWelte@viatech.com>
12649 S: Maintained
12650 F: drivers/mmc/host/via-sdmmc.c
12651
12652 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12653 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12654 L: linux-fbdev@vger.kernel.org
12655 S: Maintained
12656 F: include/linux/via-core.h
12657 F: include/linux/via-gpio.h
12658 F: include/linux/via_i2c.h
12659 F: drivers/video/fbdev/via/
12660
12661 VIA VELOCITY NETWORK DRIVER
12662 M: Francois Romieu <romieu@fr.zoreil.com>
12663 L: netdev@vger.kernel.org
12664 S: Maintained
12665 F: drivers/net/ethernet/via/via-velocity.*
12666
12667 VIRT LIB
12668 M: Alex Williamson <alex.williamson@redhat.com>
12669 M: Paolo Bonzini <pbonzini@redhat.com>
12670 L: kvm@vger.kernel.org
12671 S: Supported
12672 F: virt/lib/
12673
12674 VIVID VIRTUAL VIDEO DRIVER
12675 M: Hans Verkuil <hverkuil@xs4all.nl>
12676 L: linux-media@vger.kernel.org
12677 T: git git://linuxtv.org/media_tree.git
12678 W: https://linuxtv.org
12679 S: Maintained
12680 F: drivers/media/platform/vivid/*
12681
12682 VLAN (802.1Q)
12683 M: Patrick McHardy <kaber@trash.net>
12684 L: netdev@vger.kernel.org
12685 S: Maintained
12686 F: drivers/net/macvlan.c
12687 F: include/linux/if_*vlan.h
12688 F: net/8021q/
12689
12690 VLYNQ BUS
12691 M: Florian Fainelli <f.fainelli@gmail.com>
12692 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12693 S: Maintained
12694 F: drivers/vlynq/vlynq.c
12695 F: include/linux/vlynq.h
12696
12697 VME SUBSYSTEM
12698 M: Martyn Welch <martyn@welchs.me.uk>
12699 M: Manohar Vanga <manohar.vanga@gmail.com>
12700 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12701 L: devel@driverdev.osuosl.org
12702 S: Maintained
12703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12704 F: Documentation/vme_api.txt
12705 F: drivers/staging/vme/
12706 F: drivers/vme/
12707 F: include/linux/vme*
12708
12709 VMWARE HYPERVISOR INTERFACE
12710 M: Alok Kataria <akataria@vmware.com>
12711 L: virtualization@lists.linux-foundation.org
12712 S: Supported
12713 F: arch/x86/kernel/cpu/vmware.c
12714
12715 VMWARE BALLOON DRIVER
12716 M: Xavier Deguillard <xdeguillard@vmware.com>
12717 M: Philip Moltmann <moltmann@vmware.com>
12718 M: "VMware, Inc." <pv-drivers@vmware.com>
12719 L: linux-kernel@vger.kernel.org
12720 S: Maintained
12721 F: drivers/misc/vmw_balloon.c
12722
12723 VMWARE VMMOUSE SUBDRIVER
12724 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12725 M: "VMware, Inc." <pv-drivers@vmware.com>
12726 L: linux-input@vger.kernel.org
12727 S: Maintained
12728 F: drivers/input/mouse/vmmouse.c
12729 F: drivers/input/mouse/vmmouse.h
12730
12731 VMWARE VMXNET3 ETHERNET DRIVER
12732 M: Shrikrishna Khare <skhare@vmware.com>
12733 M: "VMware, Inc." <pv-drivers@vmware.com>
12734 L: netdev@vger.kernel.org
12735 S: Maintained
12736 F: drivers/net/vmxnet3/
12737
12738 VMware PVSCSI driver
12739 M: Jim Gill <jgill@vmware.com>
12740 M: VMware PV-Drivers <pv-drivers@vmware.com>
12741 L: linux-scsi@vger.kernel.org
12742 S: Maintained
12743 F: drivers/scsi/vmw_pvscsi.c
12744 F: drivers/scsi/vmw_pvscsi.h
12745
12746 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12747 M: Liam Girdwood <lgirdwood@gmail.com>
12748 M: Mark Brown <broonie@kernel.org>
12749 L: linux-kernel@vger.kernel.org
12750 W: http://www.slimlogic.co.uk/?p=48
12751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12752 S: Supported
12753 F: Documentation/devicetree/bindings/regulator/
12754 F: drivers/regulator/
12755 F: include/dt-bindings/regulator/
12756 F: include/linux/regulator/
12757
12758 VRF
12759 M: David Ahern <dsa@cumulusnetworks.com>
12760 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12761 L: netdev@vger.kernel.org
12762 S: Maintained
12763 F: drivers/net/vrf.c
12764 F: Documentation/networking/vrf.txt
12765
12766 VT1211 HARDWARE MONITOR DRIVER
12767 M: Juerg Haefliger <juergh@gmail.com>
12768 L: linux-hwmon@vger.kernel.org
12769 S: Maintained
12770 F: Documentation/hwmon/vt1211
12771 F: drivers/hwmon/vt1211.c
12772
12773 VT8231 HARDWARE MONITOR DRIVER
12774 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12775 L: linux-hwmon@vger.kernel.org
12776 S: Maintained
12777 F: drivers/hwmon/vt8231.c
12778
12779 VUB300 USB to SDIO/SD/MMC bridge chip
12780 M: Tony Olech <tony.olech@elandigitalsystems.com>
12781 L: linux-mmc@vger.kernel.org
12782 L: linux-usb@vger.kernel.org
12783 S: Supported
12784 F: drivers/mmc/host/vub300.c
12785
12786 W1 DALLAS'S 1-WIRE BUS
12787 M: Evgeniy Polyakov <zbr@ioremap.net>
12788 S: Maintained
12789 F: Documentation/w1/
12790 F: drivers/w1/
12791
12792 W83791D HARDWARE MONITORING DRIVER
12793 M: Marc Hulsman <m.hulsman@tudelft.nl>
12794 L: linux-hwmon@vger.kernel.org
12795 S: Maintained
12796 F: Documentation/hwmon/w83791d
12797 F: drivers/hwmon/w83791d.c
12798
12799 W83793 HARDWARE MONITORING DRIVER
12800 M: Rudolf Marek <r.marek@assembler.cz>
12801 L: linux-hwmon@vger.kernel.org
12802 S: Maintained
12803 F: Documentation/hwmon/w83793
12804 F: drivers/hwmon/w83793.c
12805
12806 W83795 HARDWARE MONITORING DRIVER
12807 M: Jean Delvare <jdelvare@suse.com>
12808 L: linux-hwmon@vger.kernel.org
12809 S: Maintained
12810 F: drivers/hwmon/w83795.c
12811
12812 W83L51xD SD/MMC CARD INTERFACE DRIVER
12813 M: Pierre Ossman <pierre@ossman.eu>
12814 S: Maintained
12815 F: drivers/mmc/host/wbsd.*
12816
12817 WACOM PROTOCOL 4 SERIAL TABLETS
12818 M: Julian Squires <julian@cipht.net>
12819 M: Hans de Goede <hdegoede@redhat.com>
12820 L: linux-input@vger.kernel.org
12821 S: Maintained
12822 F: drivers/input/tablet/wacom_serial4.c
12823
12824 WATCHDOG DEVICE DRIVERS
12825 M: Wim Van Sebroeck <wim@iguana.be>
12826 R: Guenter Roeck <linux@roeck-us.net>
12827 L: linux-watchdog@vger.kernel.org
12828 W: http://www.linux-watchdog.org/
12829 T: git git://www.linux-watchdog.org/linux-watchdog.git
12830 S: Maintained
12831 F: Documentation/devicetree/bindings/watchdog/
12832 F: Documentation/watchdog/
12833 F: drivers/watchdog/
12834 F: include/linux/watchdog.h
12835 F: include/uapi/linux/watchdog.h
12836
12837 WD7000 SCSI DRIVER
12838 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12839 L: linux-scsi@vger.kernel.org
12840 S: Maintained
12841 F: drivers/scsi/wd7000.c
12842
12843 WIIMOTE HID DRIVER
12844 M: David Herrmann <dh.herrmann@googlemail.com>
12845 L: linux-input@vger.kernel.org
12846 S: Maintained
12847 F: drivers/hid/hid-wiimote*
12848
12849 WINBOND CIR DRIVER
12850 M: David Härdeman <david@hardeman.nu>
12851 S: Maintained
12852 F: drivers/media/rc/winbond-cir.c
12853
12854 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12855 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12856 L: linux-watchdog@vger.kernel.org
12857 S: Maintained
12858 F: drivers/watchdog/ebc-c384_wdt.c
12859
12860 WINSYSTEMS WS16C48 GPIO DRIVER
12861 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12862 L: linux-gpio@vger.kernel.org
12863 S: Maintained
12864 F: drivers/gpio/gpio-ws16c48.c
12865
12866 WIMAX STACK
12867 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12868 M: linux-wimax@intel.com
12869 L: wimax@linuxwimax.org (subscribers-only)
12870 S: Supported
12871 W: http://linuxwimax.org
12872 F: Documentation/wimax/README.wimax
12873 F: include/linux/wimax/debug.h
12874 F: include/net/wimax.h
12875 F: include/uapi/linux/wimax.h
12876 F: net/wimax/
12877
12878 WISTRON LAPTOP BUTTON DRIVER
12879 M: Miloslav Trmac <mitr@volny.cz>
12880 S: Maintained
12881 F: drivers/input/misc/wistron_btns.c
12882
12883 WL3501 WIRELESS PCMCIA CARD DRIVER
12884 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12885 L: linux-wireless@vger.kernel.org
12886 W: http://oops.ghostprotocols.net:81/blog
12887 S: Maintained
12888 F: drivers/net/wireless/wl3501*
12889
12890 WOLFSON MICROELECTRONICS DRIVERS
12891 L: patches@opensource.wolfsonmicro.com
12892 T: git https://github.com/CirrusLogic/linux-drivers.git
12893 W: https://github.com/CirrusLogic/linux-drivers/wiki
12894 S: Supported
12895 F: Documentation/hwmon/wm83??
12896 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12897 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12898 F: Documentation/devicetree/bindings/mfd/arizona.txt
12899 F: arch/arm/mach-s3c64xx/mach-crag6410*
12900 F: drivers/clk/clk-wm83*.c
12901 F: drivers/extcon/extcon-arizona.c
12902 F: drivers/leds/leds-wm83*.c
12903 F: drivers/gpio/gpio-*wm*.c
12904 F: drivers/gpio/gpio-arizona.c
12905 F: drivers/hwmon/wm83??-hwmon.c
12906 F: drivers/input/misc/wm831x-on.c
12907 F: drivers/input/touchscreen/wm831x-ts.c
12908 F: drivers/input/touchscreen/wm97*.c
12909 F: drivers/mfd/arizona*
12910 F: drivers/mfd/wm*.c
12911 F: drivers/mfd/cs47l24*
12912 F: drivers/power/supply/wm83*.c
12913 F: drivers/rtc/rtc-wm83*.c
12914 F: drivers/regulator/wm8*.c
12915 F: drivers/video/backlight/wm83*_bl.c
12916 F: drivers/watchdog/wm83*_wdt.c
12917 F: include/linux/mfd/arizona/
12918 F: include/linux/mfd/wm831x/
12919 F: include/linux/mfd/wm8350/
12920 F: include/linux/mfd/wm8400*
12921 F: include/linux/wm97xx.h
12922 F: include/sound/wm????.h
12923 F: sound/soc/codecs/arizona.?
12924 F: sound/soc/codecs/wm*
12925 F: sound/soc/codecs/cs47l24*
12926
12927 WORKQUEUE
12928 M: Tejun Heo <tj@kernel.org>
12929 R: Lai Jiangshan <jiangshanlai@gmail.com>
12930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12931 S: Maintained
12932 F: include/linux/workqueue.h
12933 F: kernel/workqueue.c
12934 F: Documentation/workqueue.txt
12935
12936 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12937 M: Chen-Yu Tsai <wens@csie.org>
12938 L: linux-kernel@vger.kernel.org
12939 S: Maintained
12940 N: axp[128]
12941
12942 X.25 NETWORK LAYER
12943 M: Andrew Hendry <andrew.hendry@gmail.com>
12944 L: linux-x25@vger.kernel.org
12945 S: Odd Fixes
12946 F: Documentation/networking/x25*
12947 F: include/net/x25*
12948 F: net/x25/
12949
12950 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12951 M: Thomas Gleixner <tglx@linutronix.de>
12952 M: Ingo Molnar <mingo@redhat.com>
12953 M: "H. Peter Anvin" <hpa@zytor.com>
12954 M: x86@kernel.org
12955 L: linux-kernel@vger.kernel.org
12956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12957 S: Maintained
12958 F: Documentation/x86/
12959 F: arch/x86/
12960
12961 X86 PLATFORM DRIVERS
12962 M: Darren Hart <dvhart@infradead.org>
12963 L: platform-driver-x86@vger.kernel.org
12964 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12965 S: Maintained
12966 F: drivers/platform/x86/
12967 F: drivers/platform/olpc/
12968
12969 X86 MCE INFRASTRUCTURE
12970 M: Tony Luck <tony.luck@intel.com>
12971 M: Borislav Petkov <bp@alien8.de>
12972 L: linux-edac@vger.kernel.org
12973 S: Maintained
12974 F: arch/x86/kernel/cpu/mcheck/*
12975
12976 X86 MICROCODE UPDATE SUPPORT
12977 M: Borislav Petkov <bp@alien8.de>
12978 S: Maintained
12979 F: arch/x86/kernel/cpu/microcode/*
12980
12981 X86 VDSO
12982 M: Andy Lutomirski <luto@amacapital.net>
12983 L: linux-kernel@vger.kernel.org
12984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12985 S: Maintained
12986 F: arch/x86/entry/vdso/
12987
12988 XC2028/3028 TUNER DRIVER
12989 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12990 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12991 L: linux-media@vger.kernel.org
12992 W: https://linuxtv.org
12993 T: git git://linuxtv.org/media_tree.git
12994 S: Maintained
12995 F: drivers/media/tuners/tuner-xc2028.*
12996
12997 XEN HYPERVISOR INTERFACE
12998 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12999 M: David Vrabel <david.vrabel@citrix.com>
13000 M: Juergen Gross <jgross@suse.com>
13001 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13003 S: Supported
13004 F: arch/x86/xen/
13005 F: drivers/*/xen-*front.c
13006 F: drivers/xen/
13007 F: arch/x86/include/asm/xen/
13008 F: include/xen/
13009 F: include/uapi/xen/
13010
13011 XEN HYPERVISOR ARM
13012 M: Stefano Stabellini <sstabellini@kernel.org>
13013 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13014 S: Maintained
13015 F: arch/arm/xen/
13016 F: arch/arm/include/asm/xen/
13017
13018 XEN HYPERVISOR ARM64
13019 M: Stefano Stabellini <sstabellini@kernel.org>
13020 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13021 S: Maintained
13022 F: arch/arm64/xen/
13023 F: arch/arm64/include/asm/xen/
13024
13025 XEN NETWORK BACKEND DRIVER
13026 M: Wei Liu <wei.liu2@citrix.com>
13027 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13028 L: netdev@vger.kernel.org
13029 S: Supported
13030 F: drivers/net/xen-netback/*
13031
13032 XEN PCI SUBSYSTEM
13033 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13034 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13035 S: Supported
13036 F: arch/x86/pci/*xen*
13037 F: drivers/pci/*xen*
13038
13039 XEN BLOCK SUBSYSTEM
13040 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13041 M: Roger Pau Monné <roger.pau@citrix.com>
13042 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13043 S: Supported
13044 F: drivers/block/xen-blkback/*
13045 F: drivers/block/xen*
13046
13047 XEN PVSCSI DRIVERS
13048 M: Juergen Gross <jgross@suse.com>
13049 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13050 L: linux-scsi@vger.kernel.org
13051 S: Supported
13052 F: drivers/scsi/xen-scsifront.c
13053 F: drivers/xen/xen-scsiback.c
13054 F: include/xen/interface/io/vscsiif.h
13055
13056 XEN SWIOTLB SUBSYSTEM
13057 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13058 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13059 S: Supported
13060 F: arch/x86/xen/*swiotlb*
13061 F: drivers/xen/*swiotlb*
13062
13063 XFS FILESYSTEM
13064 P: Silicon Graphics Inc
13065 M: Dave Chinner <david@fromorbit.com>
13066 M: xfs@oss.sgi.com
13067 L: xfs@oss.sgi.com
13068 W: http://oss.sgi.com/projects/xfs
13069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13070 S: Supported
13071 F: Documentation/filesystems/xfs.txt
13072 F: fs/xfs/
13073
13074 XILINX AXI ETHERNET DRIVER
13075 M: Anirudha Sarangi <anirudh@xilinx.com>
13076 M: John Linn <John.Linn@xilinx.com>
13077 S: Maintained
13078 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13079
13080 XILINX UARTLITE SERIAL DRIVER
13081 M: Peter Korsgaard <jacmet@sunsite.dk>
13082 L: linux-serial@vger.kernel.org
13083 S: Maintained
13084 F: drivers/tty/serial/uartlite.c
13085
13086 XILINX VIDEO IP CORES
13087 M: Hyun Kwon <hyun.kwon@xilinx.com>
13088 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13089 L: linux-media@vger.kernel.org
13090 T: git git://linuxtv.org/media_tree.git
13091 S: Supported
13092 F: Documentation/devicetree/bindings/media/xilinx/
13093 F: drivers/media/platform/xilinx/
13094 F: include/uapi/linux/xilinx-v4l2-controls.h
13095
13096 XILLYBUS DRIVER
13097 M: Eli Billauer <eli.billauer@gmail.com>
13098 L: linux-kernel@vger.kernel.org
13099 S: Supported
13100 F: drivers/char/xillybus/
13101
13102 XTENSA XTFPGA PLATFORM SUPPORT
13103 M: Max Filippov <jcmvbkbc@gmail.com>
13104 L: linux-xtensa@linux-xtensa.org
13105 S: Maintained
13106 F: drivers/spi/spi-xtensa-xtfpga.c
13107 F: sound/soc/xtensa/xtfpga-i2s.c
13108
13109 YAM DRIVER FOR AX.25
13110 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13111 L: linux-hams@vger.kernel.org
13112 S: Maintained
13113 F: drivers/net/hamradio/yam*
13114 F: include/linux/yam.h
13115
13116 YEALINK PHONE DRIVER
13117 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13118 L: usbb2k-api-dev@nongnu.org
13119 S: Maintained
13120 F: Documentation/input/yealink.txt
13121 F: drivers/input/misc/yealink.*
13122
13123 Z8530 DRIVER FOR AX.25
13124 M: Joerg Reuter <jreuter@yaina.de>
13125 W: http://yaina.de/jreuter/
13126 W: http://www.qsl.net/dl1bke/
13127 L: linux-hams@vger.kernel.org
13128 S: Maintained
13129 F: Documentation/networking/z8530drv.txt
13130 F: drivers/net/hamradio/*scc.c
13131 F: drivers/net/hamradio/z8530.h
13132
13133 ZBUD COMPRESSED PAGE ALLOCATOR
13134 M: Seth Jennings <sjenning@redhat.com>
13135 L: linux-mm@kvack.org
13136 S: Maintained
13137 F: mm/zbud.c
13138 F: include/linux/zbud.h
13139
13140 ZD1211RW WIRELESS DRIVER
13141 M: Daniel Drake <dsd@gentoo.org>
13142 M: Ulrich Kunitz <kune@deine-taler.de>
13143 W: http://zd1211.ath.cx/wiki/DriverRewrite
13144 L: linux-wireless@vger.kernel.org
13145 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13146 S: Maintained
13147 F: drivers/net/wireless/zydas/zd1211rw/
13148
13149 ZPOOL COMPRESSED PAGE STORAGE API
13150 M: Dan Streetman <ddstreet@ieee.org>
13151 L: linux-mm@kvack.org
13152 S: Maintained
13153 F: mm/zpool.c
13154 F: include/linux/zpool.h
13155
13156 ZR36067 VIDEO FOR LINUX DRIVER
13157 L: mjpeg-users@lists.sourceforge.net
13158 L: linux-media@vger.kernel.org
13159 W: http://mjpeg.sourceforge.net/driver-zoran/
13160 T: hg https://linuxtv.org/hg/v4l-dvb
13161 S: Odd Fixes
13162 F: drivers/media/pci/zoran/
13163
13164 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13165 M: Minchan Kim <minchan@kernel.org>
13166 M: Nitin Gupta <ngupta@vflare.org>
13167 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13168 L: linux-kernel@vger.kernel.org
13169 S: Maintained
13170 F: drivers/block/zram/
13171 F: Documentation/blockdev/zram.txt
13172
13173 ZS DECSTATION Z85C30 SERIAL DRIVER
13174 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13175 S: Maintained
13176 F: drivers/tty/serial/zs.*
13177
13178 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13179 M: Minchan Kim <minchan@kernel.org>
13180 M: Nitin Gupta <ngupta@vflare.org>
13181 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13182 L: linux-mm@kvack.org
13183 S: Maintained
13184 F: mm/zsmalloc.c
13185 F: include/linux/zsmalloc.h
13186 F: Documentation/vm/zsmalloc.txt
13187
13188 ZSWAP COMPRESSED SWAP CACHING
13189 M: Seth Jennings <sjenning@redhat.com>
13190 L: linux-mm@kvack.org
13191 S: Maintained
13192 F: mm/zswap.c
13193
13194 THE REST
13195 M: Linus Torvalds <torvalds@linux-foundation.org>
13196 L: linux-kernel@vger.kernel.org
13197 Q: http://patchwork.kernel.org/project/LKML/list/
13198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13199 S: Buried alive in reporters
13200 F: *
13201 F: */
This page took 0.364921 seconds and 5 git commands to generate.