Merge remote-tracking branch 'pwm/for-next'
[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 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3185 S: Maintained
3186 F: Documentation/devicetree/bindings/clock/
3187 F: drivers/clk/
3188 X: drivers/clk/clkdev.c
3189 F: include/linux/clk-pr*
3190 F: include/linux/clk/
3191
3192 COMMON INTERNET FILE SYSTEM (CIFS)
3193 M: Steve French <sfrench@samba.org>
3194 L: linux-cifs@vger.kernel.org
3195 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3196 W: http://linux-cifs.samba.org/
3197 T: git git://git.samba.org/sfrench/cifs-2.6.git
3198 S: Supported
3199 F: Documentation/filesystems/cifs/
3200 F: fs/cifs/
3201
3202 COMPACTPCI HOTPLUG CORE
3203 M: Scott Murray <scott@spiteful.org>
3204 L: linux-pci@vger.kernel.org
3205 S: Maintained
3206 F: drivers/pci/hotplug/cpci_hotplug*
3207
3208 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3209 M: Scott Murray <scott@spiteful.org>
3210 L: linux-pci@vger.kernel.org
3211 S: Maintained
3212 F: drivers/pci/hotplug/cpcihp_zt5550.*
3213
3214 COMPACTPCI HOTPLUG GENERIC DRIVER
3215 M: Scott Murray <scott@spiteful.org>
3216 L: linux-pci@vger.kernel.org
3217 S: Maintained
3218 F: drivers/pci/hotplug/cpcihp_generic.c
3219
3220 COMPAL LAPTOP SUPPORT
3221 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3222 L: platform-driver-x86@vger.kernel.org
3223 S: Maintained
3224 F: drivers/platform/x86/compal-laptop.c
3225
3226 CONEXANT ACCESSRUNNER USB DRIVER
3227 L: accessrunner-general@lists.sourceforge.net
3228 W: http://accessrunner.sourceforge.net/
3229 S: Orphan
3230 F: drivers/usb/atm/cxacru.c
3231
3232 CONFIGFS
3233 M: Joel Becker <jlbec@evilplan.org>
3234 M: Christoph Hellwig <hch@lst.de>
3235 T: git git://git.infradead.org/users/hch/configfs.git
3236 S: Supported
3237 F: fs/configfs/
3238 F: include/linux/configfs.h
3239
3240 CONNECTOR
3241 M: Evgeniy Polyakov <zbr@ioremap.net>
3242 L: netdev@vger.kernel.org
3243 S: Maintained
3244 F: drivers/connector/
3245
3246 CONTROL GROUP (CGROUP)
3247 M: Tejun Heo <tj@kernel.org>
3248 M: Li Zefan <lizefan@huawei.com>
3249 M: Johannes Weiner <hannes@cmpxchg.org>
3250 L: cgroups@vger.kernel.org
3251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3252 S: Maintained
3253 F: Documentation/cgroup*
3254 F: include/linux/cgroup*
3255 F: kernel/cgroup*
3256
3257 CONTROL GROUP - CPUSET
3258 M: Li Zefan <lizefan@huawei.com>
3259 L: cgroups@vger.kernel.org
3260 W: http://www.bullopensource.org/cpuset/
3261 W: http://oss.sgi.com/projects/cpusets/
3262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3263 S: Maintained
3264 F: Documentation/cgroup-v1/cpusets.txt
3265 F: include/linux/cpuset.h
3266 F: kernel/cpuset.c
3267
3268 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3269 M: Johannes Weiner <hannes@cmpxchg.org>
3270 M: Michal Hocko <mhocko@kernel.org>
3271 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3272 L: cgroups@vger.kernel.org
3273 L: linux-mm@kvack.org
3274 S: Maintained
3275 F: mm/memcontrol.c
3276 F: mm/swap_cgroup.c
3277
3278 CORETEMP HARDWARE MONITORING DRIVER
3279 M: Fenghua Yu <fenghua.yu@intel.com>
3280 L: linux-hwmon@vger.kernel.org
3281 S: Maintained
3282 F: Documentation/hwmon/coretemp
3283 F: drivers/hwmon/coretemp.c
3284
3285 COSA/SRP SYNC SERIAL DRIVER
3286 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3287 W: http://www.fi.muni.cz/~kas/cosa/
3288 S: Maintained
3289 F: drivers/net/wan/cosa*
3290
3291 CPMAC ETHERNET DRIVER
3292 M: Florian Fainelli <f.fainelli@gmail.com>
3293 L: netdev@vger.kernel.org
3294 S: Maintained
3295 F: drivers/net/ethernet/ti/cpmac.c
3296
3297 CPU FREQUENCY DRIVERS
3298 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3299 M: Viresh Kumar <viresh.kumar@linaro.org>
3300 L: linux-pm@vger.kernel.org
3301 S: Maintained
3302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3303 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3304 F: drivers/cpufreq/
3305 F: include/linux/cpufreq.h
3306
3307 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3308 M: Viresh Kumar <viresh.kumar@linaro.org>
3309 M: Sudeep Holla <sudeep.holla@arm.com>
3310 L: linux-pm@vger.kernel.org
3311 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3312 S: Maintained
3313 F: drivers/cpufreq/arm_big_little.h
3314 F: drivers/cpufreq/arm_big_little.c
3315 F: drivers/cpufreq/arm_big_little_dt.c
3316
3317 CPUIDLE DRIVER - ARM BIG LITTLE
3318 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3319 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3320 L: linux-pm@vger.kernel.org
3321 L: linux-arm-kernel@lists.infradead.org
3322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3323 S: Maintained
3324 F: drivers/cpuidle/cpuidle-big_little.c
3325
3326 CPUIDLE DRIVER - ARM EXYNOS
3327 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3328 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3329 M: Kukjin Kim <kgene@kernel.org>
3330 L: linux-pm@vger.kernel.org
3331 L: linux-samsung-soc@vger.kernel.org
3332 S: Supported
3333 F: drivers/cpuidle/cpuidle-exynos.c
3334 F: arch/arm/mach-exynos/pm.c
3335
3336 CPUIDLE DRIVERS
3337 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3338 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3339 L: linux-pm@vger.kernel.org
3340 S: Maintained
3341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3342 F: drivers/cpuidle/*
3343 F: include/linux/cpuidle.h
3344
3345 CPUID/MSR DRIVER
3346 M: "H. Peter Anvin" <hpa@zytor.com>
3347 S: Maintained
3348 F: arch/x86/kernel/cpuid.c
3349 F: arch/x86/kernel/msr.c
3350
3351 CPU POWER MONITORING SUBSYSTEM
3352 M: Thomas Renninger <trenn@suse.com>
3353 L: linux-pm@vger.kernel.org
3354 S: Maintained
3355 F: tools/power/cpupower/
3356
3357 CRAMFS FILESYSTEM
3358 W: http://sourceforge.net/projects/cramfs/
3359 S: Orphan / Obsolete
3360 F: Documentation/filesystems/cramfs.txt
3361 F: fs/cramfs/
3362
3363 CRIS PORT
3364 M: Mikael Starvik <starvik@axis.com>
3365 M: Jesper Nilsson <jesper.nilsson@axis.com>
3366 L: linux-cris-kernel@axis.com
3367 W: http://developer.axis.com
3368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3369 S: Maintained
3370 F: arch/cris/
3371 F: drivers/tty/serial/crisv10.*
3372
3373 CRYPTO API
3374 M: Herbert Xu <herbert@gondor.apana.org.au>
3375 M: "David S. Miller" <davem@davemloft.net>
3376 L: linux-crypto@vger.kernel.org
3377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3379 S: Maintained
3380 F: Documentation/crypto/
3381 F: Documentation/devicetree/bindings/crypto/
3382 F: Documentation/DocBook/crypto-API.tmpl
3383 F: arch/*/crypto/
3384 F: crypto/
3385 F: drivers/crypto/
3386 F: include/crypto/
3387
3388 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3389 M: Neil Horman <nhorman@tuxdriver.com>
3390 L: linux-crypto@vger.kernel.org
3391 S: Maintained
3392 F: crypto/ansi_cprng.c
3393 F: crypto/rng.c
3394
3395 CS3308 MEDIA DRIVER
3396 M: Hans Verkuil <hverkuil@xs4all.nl>
3397 L: linux-media@vger.kernel.org
3398 T: git git://linuxtv.org/media_tree.git
3399 W: http://linuxtv.org
3400 S: Odd Fixes
3401 F: drivers/media/i2c/cs3308.c
3402 F: drivers/media/i2c/cs3308.h
3403
3404 CS5535 Audio ALSA driver
3405 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3406 S: Maintained
3407 F: sound/pci/cs5535audio/
3408
3409 CW1200 WLAN driver
3410 M: Solomon Peachy <pizza@shaftnet.org>
3411 S: Maintained
3412 F: drivers/net/wireless/st/cw1200/
3413
3414 CX18 VIDEO4LINUX DRIVER
3415 M: Andy Walls <awalls@md.metrocast.net>
3416 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3417 L: linux-media@vger.kernel.org
3418 T: git git://linuxtv.org/media_tree.git
3419 W: https://linuxtv.org
3420 W: http://www.ivtvdriver.org/index.php/Cx18
3421 S: Maintained
3422 F: Documentation/video4linux/cx18.txt
3423 F: drivers/media/pci/cx18/
3424 F: include/uapi/linux/ivtv*
3425
3426 CX2341X MPEG ENCODER HELPER MODULE
3427 M: Hans Verkuil <hverkuil@xs4all.nl>
3428 L: linux-media@vger.kernel.org
3429 T: git git://linuxtv.org/media_tree.git
3430 W: https://linuxtv.org
3431 S: Maintained
3432 F: drivers/media/common/cx2341x*
3433 F: include/media/cx2341x*
3434
3435 CX24120 MEDIA DRIVER
3436 M: Jemma Denson <jdenson@gmail.com>
3437 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3438 L: linux-media@vger.kernel.org
3439 W: https://linuxtv.org
3440 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3441 S: Maintained
3442 F: drivers/media/dvb-frontends/cx24120*
3443
3444 CX88 VIDEO4LINUX DRIVER
3445 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3446 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3447 L: linux-media@vger.kernel.org
3448 W: https://linuxtv.org
3449 T: git git://linuxtv.org/media_tree.git
3450 S: Odd fixes
3451 F: Documentation/video4linux/cx88/
3452 F: drivers/media/pci/cx88/
3453
3454 CXD2820R MEDIA DRIVER
3455 M: Antti Palosaari <crope@iki.fi>
3456 L: linux-media@vger.kernel.org
3457 W: https://linuxtv.org
3458 W: http://palosaari.fi/linux/
3459 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3460 T: git git://linuxtv.org/anttip/media_tree.git
3461 S: Maintained
3462 F: drivers/media/dvb-frontends/cxd2820r*
3463
3464 CXGB3 ETHERNET DRIVER (CXGB3)
3465 M: Santosh Raspatur <santosh@chelsio.com>
3466 L: netdev@vger.kernel.org
3467 W: http://www.chelsio.com
3468 S: Supported
3469 F: drivers/net/ethernet/chelsio/cxgb3/
3470
3471 CXGB3 ISCSI DRIVER (CXGB3I)
3472 M: Karen Xie <kxie@chelsio.com>
3473 L: linux-scsi@vger.kernel.org
3474 W: http://www.chelsio.com
3475 S: Supported
3476 F: drivers/scsi/cxgbi/cxgb3i
3477
3478 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3479 M: Steve Wise <swise@chelsio.com>
3480 L: linux-rdma@vger.kernel.org
3481 W: http://www.openfabrics.org
3482 S: Supported
3483 F: drivers/infiniband/hw/cxgb3/
3484
3485 CXGB4 ETHERNET DRIVER (CXGB4)
3486 M: Hariprasad S <hariprasad@chelsio.com>
3487 L: netdev@vger.kernel.org
3488 W: http://www.chelsio.com
3489 S: Supported
3490 F: drivers/net/ethernet/chelsio/cxgb4/
3491
3492 CXGB4 ISCSI DRIVER (CXGB4I)
3493 M: Karen Xie <kxie@chelsio.com>
3494 L: linux-scsi@vger.kernel.org
3495 W: http://www.chelsio.com
3496 S: Supported
3497 F: drivers/scsi/cxgbi/cxgb4i
3498
3499 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3500 M: Steve Wise <swise@chelsio.com>
3501 L: linux-rdma@vger.kernel.org
3502 W: http://www.openfabrics.org
3503 S: Supported
3504 F: drivers/infiniband/hw/cxgb4/
3505
3506 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3507 M: Casey Leedom <leedom@chelsio.com>
3508 L: netdev@vger.kernel.org
3509 W: http://www.chelsio.com
3510 S: Supported
3511 F: drivers/net/ethernet/chelsio/cxgb4vf/
3512
3513 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3514 M: Ian Munsie <imunsie@au1.ibm.com>
3515 M: Michael Neuling <mikey@neuling.org>
3516 L: linuxppc-dev@lists.ozlabs.org
3517 S: Supported
3518 F: drivers/misc/cxl/
3519 F: include/misc/cxl*
3520 F: include/uapi/misc/cxl.h
3521 F: Documentation/powerpc/cxl.txt
3522 F: Documentation/powerpc/cxl.txt
3523 F: Documentation/ABI/testing/sysfs-class-cxl
3524
3525 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3526 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3527 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3528 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3529 L: linux-scsi@vger.kernel.org
3530 S: Supported
3531 F: drivers/scsi/cxlflash/
3532 F: include/uapi/scsi/cxlflash_ioctls.h
3533 F: Documentation/powerpc/cxlflash.txt
3534
3535 STMMAC ETHERNET DRIVER
3536 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3537 M: Alexandre Torgue <alexandre.torgue@st.com>
3538 L: netdev@vger.kernel.org
3539 W: http://www.stlinux.com
3540 S: Supported
3541 F: drivers/net/ethernet/stmicro/stmmac/
3542
3543 CYBERPRO FB DRIVER
3544 M: Russell King <linux@armlinux.org.uk>
3545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3546 W: http://www.armlinux.org.uk/
3547 S: Maintained
3548 F: drivers/video/fbdev/cyber2000fb.*
3549
3550 CYCLADES ASYNC MUX DRIVER
3551 W: http://www.cyclades.com/
3552 S: Orphan
3553 F: drivers/tty/cyclades.c
3554 F: include/linux/cyclades.h
3555 F: include/uapi/linux/cyclades.h
3556
3557 CYCLADES PC300 DRIVER
3558 W: http://www.cyclades.com/
3559 S: Orphan
3560 F: drivers/net/wan/pc300*
3561
3562 CYPRESS_FIRMWARE MEDIA DRIVER
3563 M: Antti Palosaari <crope@iki.fi>
3564 L: linux-media@vger.kernel.org
3565 W: https://linuxtv.org
3566 W: http://palosaari.fi/linux/
3567 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3568 T: git git://linuxtv.org/anttip/media_tree.git
3569 S: Maintained
3570 F: drivers/media/common/cypress_firmware*
3571
3572 CYTTSP TOUCHSCREEN DRIVER
3573 M: Ferruh Yigit <fery@cypress.com>
3574 L: linux-input@vger.kernel.org
3575 S: Supported
3576 F: drivers/input/touchscreen/cyttsp*
3577 F: include/linux/input/cyttsp.h
3578
3579 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3580 M: Joshua Kinard <kumba@gentoo.org>
3581 S: Maintained
3582 F: drivers/rtc/rtc-ds1685.c
3583 F: include/linux/rtc/ds1685.h
3584
3585 DAMA SLAVE for AX.25
3586 M: Joerg Reuter <jreuter@yaina.de>
3587 W: http://yaina.de/jreuter/
3588 W: http://www.qsl.net/dl1bke/
3589 L: linux-hams@vger.kernel.org
3590 S: Maintained
3591 F: net/ax25/af_ax25.c
3592 F: net/ax25/ax25_dev.c
3593 F: net/ax25/ax25_ds_*
3594 F: net/ax25/ax25_in.c
3595 F: net/ax25/ax25_out.c
3596 F: net/ax25/ax25_timer.c
3597 F: net/ax25/sysctl_net_ax25.c
3598
3599 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3600 L: netdev@vger.kernel.org
3601 S: Orphan
3602 F: Documentation/networking/dmfe.txt
3603 F: drivers/net/ethernet/dec/tulip/dmfe.c
3604
3605 DC390/AM53C974 SCSI driver
3606 M: Hannes Reinecke <hare@suse.com>
3607 L: linux-scsi@vger.kernel.org
3608 S: Maintained
3609 F: drivers/scsi/am53c974.c
3610
3611 DC395x SCSI driver
3612 M: Oliver Neukum <oliver@neukum.org>
3613 M: Ali Akcaagac <aliakc@web.de>
3614 M: Jamie Lenehan <lenehan@twibble.org>
3615 L: dc395x@twibble.org
3616 W: http://twibble.org/dist/dc395x/
3617 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3618 S: Maintained
3619 F: Documentation/scsi/dc395x.txt
3620 F: drivers/scsi/dc395x.*
3621
3622 DCCP PROTOCOL
3623 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3624 L: dccp@vger.kernel.org
3625 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3626 S: Maintained
3627 F: include/linux/dccp.h
3628 F: include/uapi/linux/dccp.h
3629 F: include/linux/tfrc.h
3630 F: net/dccp/
3631
3632 DECnet NETWORK LAYER
3633 W: http://linux-decnet.sourceforge.net
3634 L: linux-decnet-user@lists.sourceforge.net
3635 S: Orphan
3636 F: Documentation/networking/decnet.txt
3637 F: net/decnet/
3638
3639 DECSTATION PLATFORM SUPPORT
3640 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3641 L: linux-mips@linux-mips.org
3642 W: http://www.linux-mips.org/wiki/DECstation
3643 S: Maintained
3644 F: arch/mips/dec/
3645 F: arch/mips/include/asm/dec/
3646 F: arch/mips/include/asm/mach-dec/
3647
3648 DEFXX FDDI NETWORK DRIVER
3649 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3650 S: Maintained
3651 F: drivers/net/fddi/defxx.*
3652
3653 DELL LAPTOP DRIVER
3654 M: Matthew Garrett <mjg59@srcf.ucam.org>
3655 M: Pali Rohár <pali.rohar@gmail.com>
3656 L: platform-driver-x86@vger.kernel.org
3657 S: Maintained
3658 F: drivers/platform/x86/dell-laptop.c
3659
3660 DELL LAPTOP RBTN DRIVER
3661 M: Pali Rohár <pali.rohar@gmail.com>
3662 S: Maintained
3663 F: drivers/platform/x86/dell-rbtn.*
3664
3665 DELL LAPTOP FREEFALL DRIVER
3666 M: Pali Rohár <pali.rohar@gmail.com>
3667 S: Maintained
3668 F: drivers/platform/x86/dell-smo8800.c
3669
3670 DELL LAPTOP SMM DRIVER
3671 M: Pali Rohár <pali.rohar@gmail.com>
3672 S: Maintained
3673 F: drivers/hwmon/dell-smm-hwmon.c
3674 F: include/uapi/linux/i8k.h
3675
3676 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3677 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3678 S: Maintained
3679 F: Documentation/dcdbas.txt
3680 F: drivers/firmware/dcdbas.*
3681
3682 DELL WMI EXTRAS DRIVER
3683 M: Matthew Garrett <mjg59@srcf.ucam.org>
3684 M: Pali Rohár <pali.rohar@gmail.com>
3685 S: Maintained
3686 F: drivers/platform/x86/dell-wmi.c
3687
3688 DESIGNWARE USB2 DRD IP DRIVER
3689 M: John Youn <johnyoun@synopsys.com>
3690 L: linux-usb@vger.kernel.org
3691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3692 S: Maintained
3693 F: drivers/usb/dwc2/
3694
3695 DESIGNWARE USB3 DRD IP DRIVER
3696 M: Felipe Balbi <balbi@kernel.org>
3697 L: linux-usb@vger.kernel.org
3698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3699 S: Maintained
3700 F: drivers/usb/dwc3/
3701
3702 DEVICE COREDUMP (DEV_COREDUMP)
3703 M: Johannes Berg <johannes@sipsolutions.net>
3704 L: linux-kernel@vger.kernel.org
3705 S: Maintained
3706 F: drivers/base/devcoredump.c
3707 F: include/linux/devcoredump.h
3708
3709 DEVICE FREQUENCY (DEVFREQ)
3710 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3711 M: Kyungmin Park <kyungmin.park@samsung.com>
3712 L: linux-pm@vger.kernel.org
3713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3714 S: Maintained
3715 F: drivers/devfreq/
3716 F: include/linux/devfreq.h
3717 F: Documentation/devicetree/bindings/devfreq/
3718
3719 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3720 M: Chanwoo Choi <cw00.choi@samsung.com>
3721 L: linux-pm@vger.kernel.org
3722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3723 S: Supported
3724 F: drivers/devfreq/event/
3725 F: drivers/devfreq/devfreq-event.c
3726 F: include/linux/devfreq-event.h
3727 F: Documentation/devicetree/bindings/devfreq/event/
3728
3729 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3730 M: Chanwoo Choi <cw00.choi@samsung.com>
3731 L: linux-pm@vger.kernel.org
3732 L: linux-samsung-soc@vger.kernel.org
3733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3734 S: Maintained
3735 F: drivers/devfreq/exynos-bus.c
3736 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3737
3738 DEVICE NUMBER REGISTRY
3739 M: Torben Mathiasen <device@lanana.org>
3740 W: http://lanana.org/docs/device-list/index.html
3741 S: Maintained
3742
3743 DEVICE-MAPPER (LVM)
3744 M: Alasdair Kergon <agk@redhat.com>
3745 M: Mike Snitzer <snitzer@redhat.com>
3746 M: dm-devel@redhat.com
3747 L: dm-devel@redhat.com
3748 W: http://sources.redhat.com/dm
3749 Q: http://patchwork.kernel.org/project/dm-devel/list/
3750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3751 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3752 S: Maintained
3753 F: Documentation/device-mapper/
3754 F: drivers/md/dm*
3755 F: drivers/md/persistent-data/
3756 F: include/linux/device-mapper.h
3757 F: include/linux/dm-*.h
3758 F: include/uapi/linux/dm-*.h
3759
3760 DEVLINK
3761 M: Jiri Pirko <jiri@mellanox.com>
3762 L: netdev@vger.kernel.org
3763 S: Supported
3764 F: net/core/devlink.c
3765 F: include/net/devlink.h
3766 F: include/uapi/linux/devlink.h
3767
3768 DIALOG SEMICONDUCTOR DRIVERS
3769 M: Support Opensource <support.opensource@diasemi.com>
3770 W: http://www.dialog-semiconductor.com/products
3771 S: Supported
3772 F: Documentation/hwmon/da90??
3773 F: Documentation/devicetree/bindings/mfd/da90*.txt
3774 F: Documentation/devicetree/bindings/regulator/da92*.txt
3775 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3776 F: drivers/gpio/gpio-da90??.c
3777 F: drivers/hwmon/da90??-hwmon.c
3778 F: drivers/iio/adc/da91??-*.c
3779 F: drivers/input/misc/da90??_onkey.c
3780 F: drivers/input/touchscreen/da9052_tsi.c
3781 F: drivers/leds/leds-da90??.c
3782 F: drivers/mfd/da903x.c
3783 F: drivers/mfd/da90??-*.c
3784 F: drivers/mfd/da91??-*.c
3785 F: drivers/power/supply/da9052-battery.c
3786 F: drivers/power/supply/da91??-*.c
3787 F: drivers/regulator/da903x.c
3788 F: drivers/regulator/da9???-regulator.[ch]
3789 F: drivers/rtc/rtc-da90??.c
3790 F: drivers/video/backlight/da90??_bl.c
3791 F: drivers/watchdog/da90??_wdt.c
3792 F: include/linux/mfd/da903x.h
3793 F: include/linux/mfd/da9052/
3794 F: include/linux/mfd/da9055/
3795 F: include/linux/mfd/da9062/
3796 F: include/linux/mfd/da9063/
3797 F: include/linux/mfd/da9150/
3798 F: include/linux/regulator/da9211.h
3799 F: include/sound/da[79]*.h
3800 F: sound/soc/codecs/da[79]*.[ch]
3801
3802 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3803 M: William Breathitt Gray <vilhelm.gray@gmail.com>
3804 L: linux-gpio@vger.kernel.org
3805 S: Maintained
3806 F: drivers/gpio/gpio-gpio-mm.c
3807
3808 DIGI NEO AND CLASSIC PCI PRODUCTS
3809 M: Lidza Louina <lidza.louina@gmail.com>
3810 M: Mark Hounschell <markh@compro.net>
3811 L: driverdev-devel@linuxdriverproject.org
3812 S: Maintained
3813 F: drivers/staging/dgnc/
3814
3815 DIOLAN U2C-12 I2C DRIVER
3816 M: Guenter Roeck <linux@roeck-us.net>
3817 L: linux-i2c@vger.kernel.org
3818 S: Maintained
3819 F: drivers/i2c/busses/i2c-diolan-u2c.c
3820
3821 DIRECT ACCESS (DAX)
3822 M: Matthew Wilcox <willy@linux.intel.com>
3823 L: linux-fsdevel@vger.kernel.org
3824 S: Supported
3825 F: fs/dax.c
3826
3827 DIRECTORY NOTIFICATION (DNOTIFY)
3828 M: Eric Paris <eparis@parisplace.org>
3829 S: Maintained
3830 F: Documentation/filesystems/dnotify.txt
3831 F: fs/notify/dnotify/
3832 F: include/linux/dnotify.h
3833
3834 DISK GEOMETRY AND PARTITION HANDLING
3835 M: Andries Brouwer <aeb@cwi.nl>
3836 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3837 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3838 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3839 S: Maintained
3840
3841 DISKQUOTA
3842 M: Jan Kara <jack@suse.com>
3843 S: Maintained
3844 F: Documentation/filesystems/quota.txt
3845 F: fs/quota/
3846 F: include/linux/quota*.h
3847 F: include/uapi/linux/quota*.h
3848
3849 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3850 M: Bernie Thompson <bernie@plugable.com>
3851 L: linux-fbdev@vger.kernel.org
3852 S: Maintained
3853 W: http://plugable.com/category/projects/udlfb/
3854 F: drivers/video/fbdev/udlfb.c
3855 F: include/video/udlfb.h
3856 F: Documentation/fb/udlfb.txt
3857
3858 DISTRIBUTED LOCK MANAGER (DLM)
3859 M: Christine Caulfield <ccaulfie@redhat.com>
3860 M: David Teigland <teigland@redhat.com>
3861 L: cluster-devel@redhat.com
3862 W: http://sources.redhat.com/cluster/
3863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3864 S: Supported
3865 F: fs/dlm/
3866
3867 DMA BUFFER SHARING FRAMEWORK
3868 M: Sumit Semwal <sumit.semwal@linaro.org>
3869 S: Maintained
3870 L: linux-media@vger.kernel.org
3871 L: dri-devel@lists.freedesktop.org
3872 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3873 F: drivers/dma-buf/
3874 F: include/linux/dma-buf*
3875 F: include/linux/reservation.h
3876 F: include/linux/*fence.h
3877 F: Documentation/dma-buf-sharing.txt
3878 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3879
3880 SYNC FILE FRAMEWORK
3881 M: Sumit Semwal <sumit.semwal@linaro.org>
3882 R: Gustavo Padovan <gustavo@padovan.org>
3883 S: Maintained
3884 L: linux-media@vger.kernel.org
3885 L: dri-devel@lists.freedesktop.org
3886 F: drivers/dma-buf/sync_file.c
3887 F: include/linux/sync_file.h
3888 F: Documentation/sync_file.txt
3889 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3890
3891 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3892 M: Vinod Koul <vinod.koul@intel.com>
3893 L: dmaengine@vger.kernel.org
3894 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3895 S: Maintained
3896 F: drivers/dma/
3897 F: include/linux/dmaengine.h
3898 F: Documentation/devicetree/bindings/dma/
3899 F: Documentation/dmaengine/
3900 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3901
3902 DME1737 HARDWARE MONITOR DRIVER
3903 M: Juerg Haefliger <juergh@gmail.com>
3904 L: linux-hwmon@vger.kernel.org
3905 S: Maintained
3906 F: Documentation/hwmon/dme1737
3907 F: drivers/hwmon/dme1737.c
3908
3909 DMI/SMBIOS SUPPORT
3910 M: Jean Delvare <jdelvare@suse.com>
3911 S: Maintained
3912 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3913 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3914 F: drivers/firmware/dmi-id.c
3915 F: drivers/firmware/dmi_scan.c
3916 F: include/linux/dmi.h
3917
3918 DOCUMENTATION
3919 M: Jonathan Corbet <corbet@lwn.net>
3920 L: linux-doc@vger.kernel.org
3921 S: Maintained
3922 F: Documentation/
3923 F: scripts/docproc.c
3924 F: scripts/kernel-doc*
3925 X: Documentation/ABI/
3926 X: Documentation/devicetree/
3927 X: Documentation/acpi
3928 X: Documentation/power
3929 X: Documentation/spi
3930 X: Documentation/DocBook/media
3931 T: git git://git.lwn.net/linux.git docs-next
3932
3933 DOUBLETALK DRIVER
3934 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3935 L: blinux-list@redhat.com
3936 S: Maintained
3937 F: drivers/char/dtlk.c
3938 F: include/linux/dtlk.h
3939
3940 DPT_I2O SCSI RAID DRIVER
3941 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3942 L: linux-scsi@vger.kernel.org
3943 W: http://www.adaptec.com/
3944 S: Maintained
3945 F: drivers/scsi/dpt*
3946 F: drivers/scsi/dpt/
3947
3948 DRBD DRIVER
3949 M: Philipp Reisner <philipp.reisner@linbit.com>
3950 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3951 L: drbd-dev@lists.linbit.com
3952 W: http://www.drbd.org
3953 T: git git://git.linbit.com/linux-drbd.git
3954 T: git git://git.linbit.com/drbd-8.4.git
3955 S: Supported
3956 F: drivers/block/drbd/
3957 F: lib/lru_cache.c
3958 F: Documentation/blockdev/drbd/
3959
3960 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3961 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3963 S: Supported
3964 F: Documentation/kobject.txt
3965 F: drivers/base/
3966 F: fs/debugfs/
3967 F: fs/kernfs/
3968 F: fs/sysfs/
3969 F: include/linux/debugfs.h
3970 F: include/linux/kobj*
3971 F: lib/kobj*
3972
3973 DRM DRIVERS
3974 M: David Airlie <airlied@linux.ie>
3975 L: dri-devel@lists.freedesktop.org
3976 T: git git://people.freedesktop.org/~airlied/linux
3977 S: Maintained
3978 F: drivers/gpu/drm/
3979 F: drivers/gpu/vga/
3980 F: Documentation/devicetree/bindings/display/
3981 F: Documentation/devicetree/bindings/gpu/
3982 F: Documentation/devicetree/bindings/video/
3983 F: Documentation/gpu/
3984 F: include/drm/
3985 F: include/uapi/drm/
3986
3987 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3988 M: Dave Airlie <airlied@redhat.com>
3989 S: Odd Fixes
3990 F: drivers/gpu/drm/ast/
3991
3992 DRM DRIVER FOR BOCHS VIRTUAL GPU
3993 M: Gerd Hoffmann <kraxel@redhat.com>
3994 S: Odd Fixes
3995 F: drivers/gpu/drm/bochs/
3996
3997 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3998 M: Dave Airlie <airlied@redhat.com>
3999 S: Odd Fixes
4000 F: drivers/gpu/drm/cirrus/
4001
4002 RADEON and AMDGPU DRM DRIVERS
4003 M: Alex Deucher <alexander.deucher@amd.com>
4004 M: Christian König <christian.koenig@amd.com>
4005 L: dri-devel@lists.freedesktop.org
4006 T: git git://people.freedesktop.org/~agd5f/linux
4007 S: Supported
4008 F: drivers/gpu/drm/radeon/
4009 F: include/uapi/drm/radeon_drm.h
4010 F: drivers/gpu/drm/amd/
4011 F: include/uapi/drm/amdgpu_drm.h
4012
4013 DRM PANEL DRIVERS
4014 M: Thierry Reding <thierry.reding@gmail.com>
4015 L: dri-devel@lists.freedesktop.org
4016 T: git git://anongit.freedesktop.org/tegra/linux.git
4017 S: Maintained
4018 F: drivers/gpu/drm/drm_panel.c
4019 F: drivers/gpu/drm/panel/
4020 F: include/drm/drm_panel.h
4021 F: Documentation/devicetree/bindings/display/panel/
4022
4023 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4024 M: Daniel Vetter <daniel.vetter@intel.com>
4025 M: Jani Nikula <jani.nikula@linux.intel.com>
4026 L: intel-gfx@lists.freedesktop.org
4027 L: dri-devel@lists.freedesktop.org
4028 W: https://01.org/linuxgraphics/
4029 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4030 T: git git://anongit.freedesktop.org/drm-intel
4031 S: Supported
4032 F: drivers/gpu/drm/i915/
4033 F: include/drm/i915*
4034 F: include/uapi/drm/i915_drm.h
4035 F: Documentation/gpu/i915.rst
4036
4037 DRM DRIVERS FOR ATMEL HLCDC
4038 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4039 L: dri-devel@lists.freedesktop.org
4040 S: Supported
4041 F: drivers/gpu/drm/atmel-hlcdc/
4042 F: Documentation/devicetree/bindings/drm/atmel/
4043
4044 DRM DRIVERS FOR ALLWINNER A10
4045 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4046 L: dri-devel@lists.freedesktop.org
4047 S: Supported
4048 F: drivers/gpu/drm/sun4i/
4049 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4050
4051 DRM DRIVERS FOR EXYNOS
4052 M: Inki Dae <inki.dae@samsung.com>
4053 M: Joonyoung Shim <jy0922.shim@samsung.com>
4054 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4055 M: Kyungmin Park <kyungmin.park@samsung.com>
4056 L: dri-devel@lists.freedesktop.org
4057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4058 S: Supported
4059 F: drivers/gpu/drm/exynos/
4060 F: include/uapi/drm/exynos_drm.h
4061 F: Documentation/devicetree/bindings/display/exynos/
4062
4063 DRM DRIVERS FOR FREESCALE DCU
4064 M: Stefan Agner <stefan@agner.ch>
4065 M: Alison Wang <alison.wang@freescale.com>
4066 L: dri-devel@lists.freedesktop.org
4067 S: Supported
4068 F: drivers/gpu/drm/fsl-dcu/
4069 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4070 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4071 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4072
4073 DRM DRIVERS FOR FREESCALE IMX
4074 M: Philipp Zabel <p.zabel@pengutronix.de>
4075 L: dri-devel@lists.freedesktop.org
4076 S: Maintained
4077 F: drivers/gpu/drm/imx/
4078 F: drivers/gpu/ipu-v3/
4079 F: Documentation/devicetree/bindings/display/imx/
4080
4081 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4082 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4083 L: dri-devel@lists.freedesktop.org
4084 T: git git://github.com/patjak/drm-gma500
4085 S: Maintained
4086 F: drivers/gpu/drm/gma500/
4087
4088 DRM DRIVERS FOR HISILICON
4089 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4090 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4091 R: Chen Feng <puck.chen@hisilicon.com>
4092 L: dri-devel@lists.freedesktop.org
4093 T: git git://github.com/xin3liang/linux.git
4094 S: Maintained
4095 F: drivers/gpu/drm/hisilicon/
4096 F: Documentation/devicetree/bindings/display/hisilicon/
4097
4098 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4099 S: Orphan / Obsolete
4100 F: drivers/gpu/drm/i810/
4101 F: include/uapi/drm/i810_drm.h
4102
4103 DRM DRIVERS FOR MEDIATEK
4104 M: CK Hu <ck.hu@mediatek.com>
4105 M: Philipp Zabel <p.zabel@pengutronix.de>
4106 L: dri-devel@lists.freedesktop.org
4107 S: Supported
4108 F: drivers/gpu/drm/mediatek/
4109 F: Documentation/devicetree/bindings/display/mediatek/
4110
4111 DRM DRIVER FOR MSM ADRENO GPU
4112 M: Rob Clark <robdclark@gmail.com>
4113 L: linux-arm-msm@vger.kernel.org
4114 L: dri-devel@lists.freedesktop.org
4115 L: freedreno@lists.freedesktop.org
4116 T: git git://people.freedesktop.org/~robclark/linux
4117 S: Maintained
4118 F: drivers/gpu/drm/msm/
4119 F: include/uapi/drm/msm_drm.h
4120 F: Documentation/devicetree/bindings/display/msm/
4121
4122 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4123 M: Ben Skeggs <bskeggs@redhat.com>
4124 L: dri-devel@lists.freedesktop.org
4125 L: nouveau@lists.freedesktop.org
4126 T: git git://github.com/skeggsb/linux
4127 S: Supported
4128 F: drivers/gpu/drm/nouveau/
4129 F: include/uapi/drm/nouveau_drm.h
4130
4131 DRM DRIVERS FOR NVIDIA TEGRA
4132 M: Thierry Reding <thierry.reding@gmail.com>
4133 L: dri-devel@lists.freedesktop.org
4134 L: linux-tegra@vger.kernel.org
4135 T: git git://anongit.freedesktop.org/tegra/linux.git
4136 S: Supported
4137 F: drivers/gpu/drm/tegra/
4138 F: drivers/gpu/host1x/
4139 F: include/linux/host1x.h
4140 F: include/uapi/drm/tegra_drm.h
4141 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4142
4143 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4144 S: Orphan / Obsolete
4145 F: drivers/gpu/drm/mga/
4146 F: include/uapi/drm/mga_drm.h
4147
4148 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4149 M: Dave Airlie <airlied@redhat.com>
4150 S: Odd Fixes
4151 F: drivers/gpu/drm/mgag200/
4152
4153 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4154 S: Orphan / Obsolete
4155 F: drivers/gpu/drm/r128/
4156 F: include/uapi/drm/r128_drm.h
4157
4158 DRM DRIVERS FOR RENESAS
4159 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4160 L: dri-devel@lists.freedesktop.org
4161 L: linux-renesas-soc@vger.kernel.org
4162 T: git git://linuxtv.org/pinchartl/fbdev
4163 S: Supported
4164 F: drivers/gpu/drm/rcar-du/
4165 F: drivers/gpu/drm/shmobile/
4166 F: include/linux/platform_data/shmob_drm.h
4167 F: Documentation/devicetree/bindings/display/renesas,du.txt
4168
4169 DRM DRIVER FOR QXL VIRTUAL GPU
4170 M: Dave Airlie <airlied@redhat.com>
4171 S: Odd Fixes
4172 F: drivers/gpu/drm/qxl/
4173 F: include/uapi/drm/qxl_drm.h
4174
4175 DRM DRIVERS FOR ROCKCHIP
4176 M: Mark Yao <mark.yao@rock-chips.com>
4177 L: dri-devel@lists.freedesktop.org
4178 S: Maintained
4179 F: drivers/gpu/drm/rockchip/
4180 F: Documentation/devicetree/bindings/display/rockchip/
4181
4182 DRM DRIVER FOR SAVAGE VIDEO CARDS
4183 S: Orphan / Obsolete
4184 F: drivers/gpu/drm/savage/
4185 F: include/uapi/drm/savage_drm.h
4186
4187 DRM DRIVER FOR SIS VIDEO CARDS
4188 S: Orphan / Obsolete
4189 F: drivers/gpu/drm/sis/
4190 F: include/uapi/drm/sis_drm.h
4191
4192 DRM DRIVERS FOR STI
4193 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4194 M: Vincent Abriou <vincent.abriou@st.com>
4195 L: dri-devel@lists.freedesktop.org
4196 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4197 S: Maintained
4198 F: drivers/gpu/drm/sti
4199 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4200
4201 DRM DRIVER FOR TDFX VIDEO CARDS
4202 S: Orphan / Obsolete
4203 F: drivers/gpu/drm/tdfx/
4204
4205 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4206 M: Dave Airlie <airlied@redhat.com>
4207 S: Odd Fixes
4208 F: drivers/gpu/drm/udl/
4209
4210 DRM DRIVERS FOR VIVANTE GPU IP
4211 M: Lucas Stach <l.stach@pengutronix.de>
4212 R: Russell King <linux+etnaviv@armlinux.org.uk>
4213 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4214 L: dri-devel@lists.freedesktop.org
4215 S: Maintained
4216 F: drivers/gpu/drm/etnaviv/
4217 F: include/uapi/drm/etnaviv_drm.h
4218 F: Documentation/devicetree/bindings/display/etnaviv/
4219
4220 DRM DRIVER FOR VMWARE VIRTUAL GPU
4221 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4222 M: Sinclair Yeh <syeh@vmware.com>
4223 M: Thomas Hellstrom <thellstrom@vmware.com>
4224 L: dri-devel@lists.freedesktop.org
4225 T: git git://people.freedesktop.org/~syeh/repos_linux
4226 T: git git://people.freedesktop.org/~thomash/linux
4227 S: Supported
4228 F: drivers/gpu/drm/vmwgfx/
4229 F: include/uapi/drm/vmwgfx_drm.h
4230
4231 DRM DRIVERS FOR VC4
4232 M: Eric Anholt <eric@anholt.net>
4233 T: git git://github.com/anholt/linux
4234 S: Supported
4235 F: drivers/gpu/drm/vc4/
4236 F: include/uapi/drm/vc4_drm.h
4237 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4238
4239 DRM DRIVERS FOR TI OMAP
4240 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4241 L: dri-devel@lists.freedesktop.org
4242 S: Maintained
4243 F: drivers/gpu/drm/omapdrm/
4244 F: Documentation/devicetree/bindings/display/ti/
4245
4246 DRM DRIVERS FOR TI LCDC
4247 M: Jyri Sarha <jsarha@ti.com>
4248 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4249 L: dri-devel@lists.freedesktop.org
4250 S: Maintained
4251 F: drivers/gpu/drm/tilcdc/
4252 F: Documentation/devicetree/bindings/display/tilcdc/
4253
4254 DSBR100 USB FM RADIO DRIVER
4255 M: Alexey Klimov <klimov.linux@gmail.com>
4256 L: linux-media@vger.kernel.org
4257 T: git git://linuxtv.org/media_tree.git
4258 S: Maintained
4259 F: drivers/media/radio/dsbr100.c
4260
4261 DSCC4 DRIVER
4262 M: Francois Romieu <romieu@fr.zoreil.com>
4263 L: netdev@vger.kernel.org
4264 S: Maintained
4265 F: drivers/net/wan/dscc4.c
4266
4267 DT3155 MEDIA DRIVER
4268 M: Hans Verkuil <hverkuil@xs4all.nl>
4269 L: linux-media@vger.kernel.org
4270 T: git git://linuxtv.org/media_tree.git
4271 W: https://linuxtv.org
4272 S: Odd Fixes
4273 F: drivers/media/pci/dt3155/
4274
4275 DVB_USB_AF9015 MEDIA DRIVER
4276 M: Antti Palosaari <crope@iki.fi>
4277 L: linux-media@vger.kernel.org
4278 W: https://linuxtv.org
4279 W: http://palosaari.fi/linux/
4280 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4281 T: git git://linuxtv.org/anttip/media_tree.git
4282 S: Maintained
4283 F: drivers/media/usb/dvb-usb-v2/af9015*
4284
4285 DVB_USB_AF9035 MEDIA DRIVER
4286 M: Antti Palosaari <crope@iki.fi>
4287 L: linux-media@vger.kernel.org
4288 W: https://linuxtv.org
4289 W: http://palosaari.fi/linux/
4290 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4291 T: git git://linuxtv.org/anttip/media_tree.git
4292 S: Maintained
4293 F: drivers/media/usb/dvb-usb-v2/af9035*
4294
4295 DVB_USB_ANYSEE MEDIA DRIVER
4296 M: Antti Palosaari <crope@iki.fi>
4297 L: linux-media@vger.kernel.org
4298 W: https://linuxtv.org
4299 W: http://palosaari.fi/linux/
4300 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4301 T: git git://linuxtv.org/anttip/media_tree.git
4302 S: Maintained
4303 F: drivers/media/usb/dvb-usb-v2/anysee*
4304
4305 DVB_USB_AU6610 MEDIA DRIVER
4306 M: Antti Palosaari <crope@iki.fi>
4307 L: linux-media@vger.kernel.org
4308 W: https://linuxtv.org
4309 W: http://palosaari.fi/linux/
4310 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4311 T: git git://linuxtv.org/anttip/media_tree.git
4312 S: Maintained
4313 F: drivers/media/usb/dvb-usb-v2/au6610*
4314
4315 DVB_USB_CE6230 MEDIA DRIVER
4316 M: Antti Palosaari <crope@iki.fi>
4317 L: linux-media@vger.kernel.org
4318 W: https://linuxtv.org
4319 W: http://palosaari.fi/linux/
4320 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4321 T: git git://linuxtv.org/anttip/media_tree.git
4322 S: Maintained
4323 F: drivers/media/usb/dvb-usb-v2/ce6230*
4324
4325 DVB_USB_CXUSB MEDIA DRIVER
4326 M: Michael Krufky <mkrufky@linuxtv.org>
4327 L: linux-media@vger.kernel.org
4328 W: https://linuxtv.org
4329 W: http://github.com/mkrufky
4330 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4331 T: git git://linuxtv.org/media_tree.git
4332 S: Maintained
4333 F: drivers/media/usb/dvb-usb/cxusb*
4334
4335 DVB_USB_EC168 MEDIA DRIVER
4336 M: Antti Palosaari <crope@iki.fi>
4337 L: linux-media@vger.kernel.org
4338 W: https://linuxtv.org
4339 W: http://palosaari.fi/linux/
4340 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4341 T: git git://linuxtv.org/anttip/media_tree.git
4342 S: Maintained
4343 F: drivers/media/usb/dvb-usb-v2/ec168*
4344
4345 DVB_USB_GL861 MEDIA DRIVER
4346 M: Antti Palosaari <crope@iki.fi>
4347 L: linux-media@vger.kernel.org
4348 W: https://linuxtv.org
4349 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4350 T: git git://linuxtv.org/anttip/media_tree.git
4351 S: Maintained
4352 F: drivers/media/usb/dvb-usb-v2/gl861*
4353
4354 DVB_USB_MXL111SF MEDIA DRIVER
4355 M: Michael Krufky <mkrufky@linuxtv.org>
4356 L: linux-media@vger.kernel.org
4357 W: https://linuxtv.org
4358 W: http://github.com/mkrufky
4359 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4360 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4361 S: Maintained
4362 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4363
4364 DVB_USB_RTL28XXU MEDIA DRIVER
4365 M: Antti Palosaari <crope@iki.fi>
4366 L: linux-media@vger.kernel.org
4367 W: https://linuxtv.org
4368 W: http://palosaari.fi/linux/
4369 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4370 T: git git://linuxtv.org/anttip/media_tree.git
4371 S: Maintained
4372 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4373
4374 DVB_USB_V2 MEDIA DRIVER
4375 M: Antti Palosaari <crope@iki.fi>
4376 L: linux-media@vger.kernel.org
4377 W: https://linuxtv.org
4378 W: http://palosaari.fi/linux/
4379 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4380 T: git git://linuxtv.org/anttip/media_tree.git
4381 S: Maintained
4382 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4383 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4384
4385 DYNAMIC DEBUG
4386 M: Jason Baron <jbaron@akamai.com>
4387 S: Maintained
4388 F: lib/dynamic_debug.c
4389 F: include/linux/dynamic_debug.h
4390
4391 DZ DECSTATION DZ11 SERIAL DRIVER
4392 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4393 S: Maintained
4394 F: drivers/tty/serial/dz.*
4395
4396 E3X0 POWER BUTTON DRIVER
4397 M: Moritz Fischer <moritz.fischer@ettus.com>
4398 L: usrp-users@lists.ettus.com
4399 W: http://www.ettus.com
4400 S: Supported
4401 F: drivers/input/misc/e3x0-button.c
4402 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4403
4404 E4000 MEDIA DRIVER
4405 M: Antti Palosaari <crope@iki.fi>
4406 L: linux-media@vger.kernel.org
4407 W: https://linuxtv.org
4408 W: http://palosaari.fi/linux/
4409 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4410 T: git git://linuxtv.org/anttip/media_tree.git
4411 S: Maintained
4412 F: drivers/media/tuners/e4000*
4413
4414 EATA ISA/EISA/PCI SCSI DRIVER
4415 M: Dario Ballabio <ballabio_dario@emc.com>
4416 L: linux-scsi@vger.kernel.org
4417 S: Maintained
4418 F: drivers/scsi/eata.c
4419
4420 EC100 MEDIA DRIVER
4421 M: Antti Palosaari <crope@iki.fi>
4422 L: linux-media@vger.kernel.org
4423 W: https://linuxtv.org
4424 W: http://palosaari.fi/linux/
4425 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4426 T: git git://linuxtv.org/anttip/media_tree.git
4427 S: Maintained
4428 F: drivers/media/dvb-frontends/ec100*
4429
4430 ECRYPT FILE SYSTEM
4431 M: Tyler Hicks <tyhicks@canonical.com>
4432 L: ecryptfs@vger.kernel.org
4433 W: http://ecryptfs.org
4434 W: https://launchpad.net/ecryptfs
4435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4436 S: Supported
4437 F: Documentation/filesystems/ecryptfs.txt
4438 F: fs/ecryptfs/
4439
4440 EDAC-CORE
4441 M: Borislav Petkov <bp@alien8.de>
4442 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4443 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4444 L: linux-edac@vger.kernel.org
4445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4447 S: Supported
4448 F: Documentation/edac.txt
4449 F: drivers/edac/
4450 F: include/linux/edac.h
4451
4452 EDAC-AMD64
4453 M: Borislav Petkov <bp@alien8.de>
4454 L: linux-edac@vger.kernel.org
4455 S: Maintained
4456 F: drivers/edac/amd64_edac*
4457
4458 EDAC-CALXEDA
4459 M: Robert Richter <rric@kernel.org>
4460 L: linux-edac@vger.kernel.org
4461 S: Maintained
4462 F: drivers/edac/highbank*
4463
4464 EDAC-CAVIUM
4465 M: Ralf Baechle <ralf@linux-mips.org>
4466 M: David Daney <david.daney@cavium.com>
4467 L: linux-edac@vger.kernel.org
4468 L: linux-mips@linux-mips.org
4469 S: Supported
4470 F: drivers/edac/octeon_edac*
4471
4472 EDAC-E752X
4473 M: Mark Gross <mark.gross@intel.com>
4474 L: linux-edac@vger.kernel.org
4475 S: Maintained
4476 F: drivers/edac/e752x_edac.c
4477
4478 EDAC-E7XXX
4479 L: linux-edac@vger.kernel.org
4480 S: Maintained
4481 F: drivers/edac/e7xxx_edac.c
4482
4483 EDAC-FSL_DDR
4484 M: York Sun <york.sun@nxp.com>
4485 L: linux-edac@vger.kernel.org
4486 S: Maintained
4487 F: drivers/edac/fsl_ddr_edac.*
4488
4489 EDAC-GHES
4490 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4491 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4492 L: linux-edac@vger.kernel.org
4493 S: Maintained
4494 F: drivers/edac/ghes_edac.c
4495
4496 EDAC-I82443BXGX
4497 M: Tim Small <tim@buttersideup.com>
4498 L: linux-edac@vger.kernel.org
4499 S: Maintained
4500 F: drivers/edac/i82443bxgx_edac.c
4501
4502 EDAC-I3000
4503 L: linux-edac@vger.kernel.org
4504 S: Orphan
4505 F: drivers/edac/i3000_edac.c
4506
4507 EDAC-I5000
4508 L: linux-edac@vger.kernel.org
4509 S: Maintained
4510 F: drivers/edac/i5000_edac.c
4511
4512 EDAC-I5400
4513 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4514 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4515 L: linux-edac@vger.kernel.org
4516 S: Maintained
4517 F: drivers/edac/i5400_edac.c
4518
4519 EDAC-I7300
4520 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4521 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4522 L: linux-edac@vger.kernel.org
4523 S: Maintained
4524 F: drivers/edac/i7300_edac.c
4525
4526 EDAC-I7CORE
4527 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4528 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4529 L: linux-edac@vger.kernel.org
4530 S: Maintained
4531 F: drivers/edac/i7core_edac.c
4532
4533 EDAC-I82975X
4534 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4535 M: "Arvind R." <arvino55@gmail.com>
4536 L: linux-edac@vger.kernel.org
4537 S: Maintained
4538 F: drivers/edac/i82975x_edac.c
4539
4540 EDAC-IE31200
4541 M: Jason Baron <jbaron@akamai.com>
4542 L: linux-edac@vger.kernel.org
4543 S: Maintained
4544 F: drivers/edac/ie31200_edac.c
4545
4546 EDAC-MPC85XX
4547 M: Johannes Thumshirn <morbidrsa@gmail.com>
4548 L: linux-edac@vger.kernel.org
4549 S: Maintained
4550 F: drivers/edac/mpc85xx_edac.[ch]
4551
4552 EDAC-PASEMI
4553 M: Egor Martovetsky <egor@pasemi.com>
4554 L: linux-edac@vger.kernel.org
4555 S: Maintained
4556 F: drivers/edac/pasemi_edac.c
4557
4558 EDAC-R82600
4559 M: Tim Small <tim@buttersideup.com>
4560 L: linux-edac@vger.kernel.org
4561 S: Maintained
4562 F: drivers/edac/r82600_edac.c
4563
4564 EDAC-SBRIDGE
4565 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4566 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4567 L: linux-edac@vger.kernel.org
4568 S: Maintained
4569 F: drivers/edac/sb_edac.c
4570
4571 EDAC-SKYLAKE
4572 M: Tony Luck <tony.luck@intel.com>
4573 L: linux-edac@vger.kernel.org
4574 S: Maintained
4575 F: drivers/edac/skx_edac.c
4576
4577 EDAC-XGENE
4578 APPLIED MICRO (APM) X-GENE SOC EDAC
4579 M: Loc Ho <lho@apm.com>
4580 S: Supported
4581 F: drivers/edac/xgene_edac.c
4582 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4583
4584 EDIROL UA-101/UA-1000 DRIVER
4585 M: Clemens Ladisch <clemens@ladisch.de>
4586 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4587 T: git git://git.alsa-project.org/alsa-kernel.git
4588 S: Maintained
4589 F: sound/usb/misc/ua101.c
4590
4591 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4592 M: Matt Fleming <matt@codeblueprint.co.uk>
4593 L: linux-efi@vger.kernel.org
4594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4595 S: Maintained
4596 F: Documentation/efi-stub.txt
4597 F: arch/ia64/kernel/efi.c
4598 F: arch/x86/boot/compressed/eboot.[ch]
4599 F: arch/x86/include/asm/efi.h
4600 F: arch/x86/platform/efi/
4601 F: drivers/firmware/efi/
4602 F: include/linux/efi*.h
4603
4604 EFI VARIABLE FILESYSTEM
4605 M: Matthew Garrett <matthew.garrett@nebula.com>
4606 M: Jeremy Kerr <jk@ozlabs.org>
4607 M: Matt Fleming <matt@codeblueprint.co.uk>
4608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4609 L: linux-efi@vger.kernel.org
4610 S: Maintained
4611 F: fs/efivarfs/
4612
4613 EFIFB FRAMEBUFFER DRIVER
4614 L: linux-fbdev@vger.kernel.org
4615 M: Peter Jones <pjones@redhat.com>
4616 S: Maintained
4617 F: drivers/video/fbdev/efifb.c
4618
4619 EFS FILESYSTEM
4620 W: http://aeschi.ch.eu.org/efs/
4621 S: Orphan
4622 F: fs/efs/
4623
4624 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4625 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4626 L: netdev@vger.kernel.org
4627 S: Maintained
4628 F: drivers/net/ethernet/ibm/ehea/
4629
4630 EM28XX VIDEO4LINUX DRIVER
4631 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4632 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4633 L: linux-media@vger.kernel.org
4634 W: https://linuxtv.org
4635 T: git git://linuxtv.org/media_tree.git
4636 S: Maintained
4637 F: drivers/media/usb/em28xx/
4638
4639 EMBEDDED LINUX
4640 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4641 M: Matt Mackall <mpm@selenic.com>
4642 M: David Woodhouse <dwmw2@infradead.org>
4643 L: linux-embedded@vger.kernel.org
4644 S: Maintained
4645
4646 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4647 M: James Smart <james.smart@avagotech.com>
4648 M: Dick Kennedy <dick.kennedy@avagotech.com>
4649 L: linux-scsi@vger.kernel.org
4650 W: http://www.avagotech.com
4651 S: Supported
4652 F: drivers/scsi/lpfc/
4653
4654 ENE CB710 FLASH CARD READER DRIVER
4655 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4656 S: Maintained
4657 F: drivers/misc/cb710/
4658 F: drivers/mmc/host/cb710-mmc.*
4659 F: include/linux/cb710.h
4660
4661 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4662 M: Maxim Levitsky <maximlevitsky@gmail.com>
4663 S: Maintained
4664 F: drivers/media/rc/ene_ir.*
4665
4666 EPSON S1D13XXX FRAMEBUFFER DRIVER
4667 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4668 S: Maintained
4669 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4670 F: drivers/video/fbdev/s1d13xxxfb.c
4671 F: include/video/s1d13xxxfb.h
4672
4673 ET131X NETWORK DRIVER
4674 M: Mark Einon <mark.einon@gmail.com>
4675 S: Odd Fixes
4676 F: drivers/net/ethernet/agere/
4677
4678 ETHERNET BRIDGE
4679 M: Stephen Hemminger <stephen@networkplumber.org>
4680 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4681 L: netdev@vger.kernel.org
4682 W: http://www.linuxfoundation.org/en/Net:Bridge
4683 S: Maintained
4684 F: include/linux/netfilter_bridge/
4685 F: net/bridge/
4686
4687 ETHERNET PHY LIBRARY
4688 M: Florian Fainelli <f.fainelli@gmail.com>
4689 L: netdev@vger.kernel.org
4690 S: Maintained
4691 F: include/linux/phy.h
4692 F: include/linux/phy_fixed.h
4693 F: drivers/net/phy/
4694 F: Documentation/networking/phy.txt
4695 F: drivers/of/of_mdio.c
4696 F: drivers/of/of_net.c
4697
4698 EXT2 FILE SYSTEM
4699 M: Jan Kara <jack@suse.com>
4700 L: linux-ext4@vger.kernel.org
4701 S: Maintained
4702 F: Documentation/filesystems/ext2.txt
4703 F: fs/ext2/
4704 F: include/linux/ext2*
4705
4706 EXT4 FILE SYSTEM
4707 M: "Theodore Ts'o" <tytso@mit.edu>
4708 M: Andreas Dilger <adilger.kernel@dilger.ca>
4709 L: linux-ext4@vger.kernel.org
4710 W: http://ext4.wiki.kernel.org
4711 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4713 S: Maintained
4714 F: Documentation/filesystems/ext4.txt
4715 F: fs/ext4/
4716
4717 Extended Verification Module (EVM)
4718 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4719 L: linux-ima-devel@lists.sourceforge.net
4720 L: linux-security-module@vger.kernel.org
4721 S: Supported
4722 F: security/integrity/evm/
4723
4724 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4725 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4726 M: Chanwoo Choi <cw00.choi@samsung.com>
4727 L: linux-kernel@vger.kernel.org
4728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4729 S: Maintained
4730 F: drivers/extcon/
4731 F: include/linux/extcon/
4732 F: include/linux/extcon.h
4733 F: Documentation/extcon/
4734 F: Documentation/devicetree/bindings/extcon/
4735
4736 EXYNOS DP DRIVER
4737 M: Jingoo Han <jingoohan1@gmail.com>
4738 L: dri-devel@lists.freedesktop.org
4739 S: Maintained
4740 F: drivers/gpu/drm/exynos/exynos_dp*
4741
4742 EXYNOS SYSMMU (IOMMU) driver
4743 M: Marek Szyprowski <m.szyprowski@samsung.com>
4744 L: iommu@lists.linux-foundation.org
4745 S: Maintained
4746 F: drivers/iommu/exynos-iommu.c
4747
4748 EXYNOS MIPI DISPLAY DRIVERS
4749 M: Inki Dae <inki.dae@samsung.com>
4750 M: Donghwa Lee <dh09.lee@samsung.com>
4751 M: Kyungmin Park <kyungmin.park@samsung.com>
4752 L: linux-fbdev@vger.kernel.org
4753 S: Maintained
4754 F: drivers/video/fbdev/exynos/exynos_mipi*
4755 F: include/video/exynos_mipi*
4756
4757 EZchip NPS platform support
4758 M: Noam Camus <noamc@ezchip.com>
4759 S: Supported
4760 F: arch/arc/plat-eznps
4761 F: arch/arc/boot/dts/eznps.dts
4762
4763 F71805F HARDWARE MONITORING DRIVER
4764 M: Jean Delvare <jdelvare@suse.com>
4765 L: linux-hwmon@vger.kernel.org
4766 S: Maintained
4767 F: Documentation/hwmon/f71805f
4768 F: drivers/hwmon/f71805f.c
4769
4770 FC0011 TUNER DRIVER
4771 M: Michael Buesch <m@bues.ch>
4772 L: linux-media@vger.kernel.org
4773 S: Maintained
4774 F: drivers/media/tuners/fc0011.h
4775 F: drivers/media/tuners/fc0011.c
4776
4777 FC2580 MEDIA DRIVER
4778 M: Antti Palosaari <crope@iki.fi>
4779 L: linux-media@vger.kernel.org
4780 W: https://linuxtv.org
4781 W: http://palosaari.fi/linux/
4782 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4783 T: git git://linuxtv.org/anttip/media_tree.git
4784 S: Maintained
4785 F: drivers/media/tuners/fc2580*
4786
4787 FANOTIFY
4788 M: Eric Paris <eparis@redhat.com>
4789 S: Maintained
4790 F: fs/notify/fanotify/
4791 F: include/linux/fanotify.h
4792 F: include/uapi/linux/fanotify.h
4793
4794 FARSYNC SYNCHRONOUS DRIVER
4795 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4796 W: http://www.farsite.co.uk/
4797 S: Supported
4798 F: drivers/net/wan/farsync.*
4799
4800 FAULT INJECTION SUPPORT
4801 M: Akinobu Mita <akinobu.mita@gmail.com>
4802 S: Supported
4803 F: Documentation/fault-injection/
4804 F: lib/fault-inject.c
4805
4806 FBTFT Framebuffer drivers
4807 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4808 M: Noralf Trønnes <noralf@tronnes.org>
4809 S: Maintained
4810 F: drivers/staging/fbtft/
4811
4812 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4813 M: Johannes Thumshirn <jth@kernel.org>
4814 L: fcoe-devel@open-fcoe.org
4815 W: www.Open-FCoE.org
4816 S: Supported
4817 F: drivers/scsi/libfc/
4818 F: drivers/scsi/fcoe/
4819 F: include/scsi/fc/
4820 F: include/scsi/libfc.h
4821 F: include/scsi/libfcoe.h
4822 F: include/uapi/scsi/fc/
4823
4824 FILE LOCKING (flock() and fcntl()/lockf())
4825 M: Jeff Layton <jlayton@poochiereds.net>
4826 M: "J. Bruce Fields" <bfields@fieldses.org>
4827 L: linux-fsdevel@vger.kernel.org
4828 S: Maintained
4829 F: include/linux/fcntl.h
4830 F: include/linux/fs.h
4831 F: include/uapi/linux/fcntl.h
4832 F: include/uapi/linux/fs.h
4833 F: fs/fcntl.c
4834 F: fs/locks.c
4835
4836 FILESYSTEMS (VFS and infrastructure)
4837 M: Alexander Viro <viro@zeniv.linux.org.uk>
4838 L: linux-fsdevel@vger.kernel.org
4839 S: Maintained
4840 F: fs/*
4841
4842 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4843 M: Riku Voipio <riku.voipio@iki.fi>
4844 L: linux-hwmon@vger.kernel.org
4845 S: Maintained
4846 F: drivers/hwmon/f75375s.c
4847 F: include/linux/f75375s.h
4848
4849 FIREWIRE AUDIO DRIVERS
4850 M: Clemens Ladisch <clemens@ladisch.de>
4851 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4852 T: git git://git.alsa-project.org/alsa-kernel.git
4853 S: Maintained
4854 F: sound/firewire/
4855
4856 FIREWIRE MEDIA DRIVERS (firedtv)
4857 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4858 L: linux-media@vger.kernel.org
4859 L: linux1394-devel@lists.sourceforge.net
4860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4861 S: Maintained
4862 F: drivers/media/firewire/
4863
4864 FIREWIRE SBP-2 TARGET
4865 M: Chris Boot <bootc@bootc.net>
4866 L: linux-scsi@vger.kernel.org
4867 L: target-devel@vger.kernel.org
4868 L: linux1394-devel@lists.sourceforge.net
4869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4870 S: Maintained
4871 F: drivers/target/sbp/
4872
4873 FIREWIRE SUBSYSTEM
4874 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4875 L: linux1394-devel@lists.sourceforge.net
4876 W: http://ieee1394.wiki.kernel.org/
4877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4878 S: Maintained
4879 F: drivers/firewire/
4880 F: include/linux/firewire.h
4881 F: include/uapi/linux/firewire*.h
4882 F: tools/firewire/
4883
4884 FIRMWARE LOADER (request_firmware)
4885 M: Ming Lei <ming.lei@canonical.com>
4886 L: linux-kernel@vger.kernel.org
4887 S: Maintained
4888 F: Documentation/firmware_class/
4889 F: drivers/base/firmware*.c
4890 F: include/linux/firmware.h
4891
4892 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4893 M: Joshua Morris <josh.h.morris@us.ibm.com>
4894 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4895 S: Maintained
4896 F: drivers/block/rsxx/
4897
4898 FLOPPY DRIVER
4899 M: Jiri Kosina <jikos@kernel.org>
4900 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4901 S: Odd fixes
4902 F: drivers/block/floppy.c
4903
4904 FMC SUBSYSTEM
4905 M: Alessandro Rubini <rubini@gnudd.com>
4906 W: http://www.ohwr.org/projects/fmc-bus
4907 S: Supported
4908 F: drivers/fmc/
4909 F: include/linux/fmc*.h
4910 F: include/linux/ipmi-fru.h
4911 K: fmc_d.*register
4912
4913 FPGA MANAGER FRAMEWORK
4914 M: Alan Tull <atull@opensource.altera.com>
4915 R: Moritz Fischer <moritz.fischer@ettus.com>
4916 S: Maintained
4917 F: drivers/fpga/
4918 F: include/linux/fpga/fpga-mgr.h
4919 W: http://www.rocketboards.org
4920
4921 FPU EMULATOR
4922 M: Bill Metzenthen <billm@melbpc.org.au>
4923 W: http://floatingpoint.sourceforge.net/emulator/index.html
4924 S: Maintained
4925 F: arch/x86/math-emu/
4926
4927 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4928 L: netdev@vger.kernel.org
4929 S: Orphan
4930 F: drivers/net/wan/dlci.c
4931 F: drivers/net/wan/sdla.c
4932
4933 FRAMEBUFFER LAYER
4934 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4935 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4936 L: linux-fbdev@vger.kernel.org
4937 W: http://linux-fbdev.sourceforge.net/
4938 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4940 S: Maintained
4941 F: Documentation/fb/
4942 F: drivers/video/
4943 F: include/video/
4944 F: include/linux/fb.h
4945 F: include/uapi/video/
4946 F: include/uapi/linux/fb.h
4947
4948 FREESCALE DIU FRAMEBUFFER DRIVER
4949 M: Timur Tabi <timur@tabi.org>
4950 L: linux-fbdev@vger.kernel.org
4951 S: Maintained
4952 F: drivers/video/fbdev/fsl-diu-fb.*
4953
4954 FREESCALE DMA DRIVER
4955 M: Li Yang <leoli@freescale.com>
4956 M: Zhang Wei <zw@zh-kernel.org>
4957 L: linuxppc-dev@lists.ozlabs.org
4958 S: Maintained
4959 F: drivers/dma/fsldma.*
4960
4961 FREESCALE GPMI NAND DRIVER
4962 M: Han Xu <han.xu@nxp.com>
4963 L: linux-mtd@lists.infradead.org
4964 S: Maintained
4965 F: drivers/mtd/nand/gpmi-nand/*
4966
4967 FREESCALE I2C CPM DRIVER
4968 M: Jochen Friedrich <jochen@scram.de>
4969 L: linuxppc-dev@lists.ozlabs.org
4970 L: linux-i2c@vger.kernel.org
4971 S: Maintained
4972 F: drivers/i2c/busses/i2c-cpm.c
4973
4974 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4975 M: Sascha Hauer <kernel@pengutronix.de>
4976 L: linux-fbdev@vger.kernel.org
4977 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4978 S: Maintained
4979 F: include/linux/platform_data/video-imxfb.h
4980 F: drivers/video/fbdev/imxfb.c
4981
4982 FREESCALE QUAD SPI DRIVER
4983 M: Han Xu <han.xu@nxp.com>
4984 L: linux-mtd@lists.infradead.org
4985 S: Maintained
4986 F: drivers/mtd/spi-nor/fsl-quadspi.c
4987
4988 FREESCALE SOC FS_ENET DRIVER
4989 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4990 M: Vitaly Bordug <vbordug@ru.mvista.com>
4991 L: linuxppc-dev@lists.ozlabs.org
4992 L: netdev@vger.kernel.org
4993 S: Maintained
4994 F: drivers/net/ethernet/freescale/fs_enet/
4995 F: include/linux/fs_enet_pd.h
4996
4997 FREESCALE IMX / MXC FEC DRIVER
4998 M: Fugang Duan <fugang.duan@nxp.com>
4999 L: netdev@vger.kernel.org
5000 S: Maintained
5001 F: drivers/net/ethernet/freescale/fec_main.c
5002 F: drivers/net/ethernet/freescale/fec_ptp.c
5003 F: drivers/net/ethernet/freescale/fec.h
5004 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5005
5006 FREESCALE QUICC ENGINE LIBRARY
5007 L: linuxppc-dev@lists.ozlabs.org
5008 S: Orphan
5009 F: drivers/soc/fsl/qe/
5010 F: include/soc/fsl/*qe*.h
5011 F: include/soc/fsl/*ucc*.h
5012
5013 FREESCALE USB PERIPHERAL DRIVERS
5014 M: Li Yang <leoli@freescale.com>
5015 L: linux-usb@vger.kernel.org
5016 L: linuxppc-dev@lists.ozlabs.org
5017 S: Maintained
5018 F: drivers/usb/gadget/udc/fsl*
5019
5020 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5021 M: Li Yang <leoli@freescale.com>
5022 L: netdev@vger.kernel.org
5023 L: linuxppc-dev@lists.ozlabs.org
5024 S: Maintained
5025 F: drivers/net/ethernet/freescale/ucc_geth*
5026
5027 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5028 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5029 L: netdev@vger.kernel.org
5030 S: Maintained
5031 F: drivers/net/ethernet/freescale/gianfar*
5032 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5033 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5034
5035 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5036 M: Zhao Qiang <qiang.zhao@nxp.com>
5037 L: netdev@vger.kernel.org
5038 L: linuxppc-dev@lists.ozlabs.org
5039 S: Maintained
5040 F: drivers/net/wan/fsl_ucc_hdlc*
5041
5042 FREESCALE QUICC ENGINE UCC UART DRIVER
5043 M: Timur Tabi <timur@tabi.org>
5044 L: linuxppc-dev@lists.ozlabs.org
5045 S: Maintained
5046 F: drivers/tty/serial/ucc_uart.c
5047
5048 FREESCALE SOC SOUND DRIVERS
5049 M: Timur Tabi <timur@tabi.org>
5050 M: Nicolin Chen <nicoleotsuka@gmail.com>
5051 M: Xiubo Li <Xiubo.Lee@gmail.com>
5052 R: Fabio Estevam <fabio.estevam@nxp.com>
5053 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5054 L: linuxppc-dev@lists.ozlabs.org
5055 S: Maintained
5056 F: sound/soc/fsl/fsl*
5057 F: sound/soc/fsl/imx*
5058 F: sound/soc/fsl/mpc8610_hpcd.c
5059
5060 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5061 M: "J. German Rivera" <German.Rivera@freescale.com>
5062 M: Stuart Yoder <stuart.yoder@nxp.com>
5063 L: linux-kernel@vger.kernel.org
5064 S: Maintained
5065 F: drivers/staging/fsl-mc/
5066
5067 FREEVXFS FILESYSTEM
5068 M: Christoph Hellwig <hch@infradead.org>
5069 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5070 S: Maintained
5071 F: fs/freevxfs/
5072
5073 FREEZER
5074 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5075 M: Pavel Machek <pavel@ucw.cz>
5076 L: linux-pm@vger.kernel.org
5077 S: Supported
5078 F: Documentation/power/freezing-of-tasks.txt
5079 F: include/linux/freezer.h
5080 F: kernel/freezer.c
5081
5082 FRONTSWAP API
5083 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5084 L: linux-kernel@vger.kernel.org
5085 S: Maintained
5086 F: mm/frontswap.c
5087 F: include/linux/frontswap.h
5088
5089 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5090 M: David Howells <dhowells@redhat.com>
5091 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5092 S: Supported
5093 F: Documentation/filesystems/caching/
5094 F: fs/fscache/
5095 F: include/linux/fscache*.h
5096
5097 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5098 M: Theodore Y. Ts'o <tytso@mit.edu>
5099 M: Jaegeuk Kim <jaegeuk@kernel.org>
5100 S: Supported
5101 F: fs/crypto/
5102 F: include/linux/fscrypto.h
5103
5104 F2FS FILE SYSTEM
5105 M: Jaegeuk Kim <jaegeuk@kernel.org>
5106 M: Changman Lee <cm224.lee@samsung.com>
5107 R: Chao Yu <yuchao0@huawei.com>
5108 L: linux-f2fs-devel@lists.sourceforge.net
5109 W: http://en.wikipedia.org/wiki/F2FS
5110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5111 S: Maintained
5112 F: Documentation/filesystems/f2fs.txt
5113 F: Documentation/ABI/testing/sysfs-fs-f2fs
5114 F: fs/f2fs/
5115 F: include/linux/f2fs_fs.h
5116 F: include/trace/events/f2fs.h
5117
5118 FUJITSU FR-V (FRV) PORT
5119 S: Orphan
5120 F: arch/frv/
5121
5122 FUJITSU LAPTOP EXTRAS
5123 M: Jonathan Woithe <jwoithe@just42.net>
5124 L: platform-driver-x86@vger.kernel.org
5125 S: Maintained
5126 F: drivers/platform/x86/fujitsu-laptop.c
5127
5128 FUJITSU M-5MO LS CAMERA ISP DRIVER
5129 M: Kyungmin Park <kyungmin.park@samsung.com>
5130 M: Heungjun Kim <riverful.kim@samsung.com>
5131 L: linux-media@vger.kernel.org
5132 S: Maintained
5133 F: drivers/media/i2c/m5mols/
5134 F: include/media/i2c/m5mols.h
5135
5136 FUJITSU TABLET EXTRAS
5137 M: Robert Gerlach <khnz@gmx.de>
5138 L: platform-driver-x86@vger.kernel.org
5139 S: Maintained
5140 F: drivers/platform/x86/fujitsu-tablet.c
5141
5142 FUSE: FILESYSTEM IN USERSPACE
5143 M: Miklos Szeredi <miklos@szeredi.hu>
5144 L: linux-fsdevel@vger.kernel.org
5145 W: http://fuse.sourceforge.net/
5146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5147 S: Maintained
5148 F: fs/fuse/
5149 F: include/uapi/linux/fuse.h
5150 F: Documentation/filesystems/fuse.txt
5151
5152 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5153 M: Rik Faith <faith@cs.unc.edu>
5154 L: linux-scsi@vger.kernel.org
5155 S: Odd Fixes (e.g., new signatures)
5156 F: drivers/scsi/fdomain.*
5157
5158 GCC PLUGINS
5159 M: Kees Cook <keescook@chromium.org>
5160 R: Emese Revfy <re.emese@gmail.com>
5161 L: kernel-hardening@lists.openwall.com
5162 S: Maintained
5163 F: scripts/gcc-plugins/
5164 F: scripts/gcc-plugin.sh
5165 F: Documentation/gcc-plugins.txt
5166
5167 GCOV BASED KERNEL PROFILING
5168 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5169 S: Maintained
5170 F: kernel/gcov/
5171 F: Documentation/dev-tools/gcov.rst
5172
5173 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5174 M: Achim Leubner <achim_leubner@adaptec.com>
5175 L: linux-scsi@vger.kernel.org
5176 W: http://www.icp-vortex.com/
5177 S: Supported
5178 F: drivers/scsi/gdt*
5179
5180 GDB KERNEL DEBUGGING HELPER SCRIPTS
5181 M: Jan Kiszka <jan.kiszka@siemens.com>
5182 M: Kieran Bingham <kieran@bingham.xyz>
5183 S: Supported
5184 F: scripts/gdb/
5185
5186 GEMTEK FM RADIO RECEIVER DRIVER
5187 M: Hans Verkuil <hverkuil@xs4all.nl>
5188 L: linux-media@vger.kernel.org
5189 T: git git://linuxtv.org/media_tree.git
5190 W: https://linuxtv.org
5191 S: Maintained
5192 F: drivers/media/radio/radio-gemtek*
5193
5194 GENERIC GPIO I2C DRIVER
5195 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5196 S: Supported
5197 F: drivers/i2c/busses/i2c-gpio.c
5198 F: include/linux/i2c-gpio.h
5199
5200 GENERIC GPIO I2C MULTIPLEXER DRIVER
5201 M: Peter Korsgaard <peter.korsgaard@barco.com>
5202 L: linux-i2c@vger.kernel.org
5203 S: Supported
5204 F: drivers/i2c/muxes/i2c-mux-gpio.c
5205 F: include/linux/i2c-mux-gpio.h
5206 F: Documentation/i2c/muxes/i2c-mux-gpio
5207
5208 GENERIC HDLC (WAN) DRIVERS
5209 M: Krzysztof Halasa <khc@pm.waw.pl>
5210 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5211 S: Maintained
5212 F: drivers/net/wan/c101.c
5213 F: drivers/net/wan/hd6457*
5214 F: drivers/net/wan/hdlc*
5215 F: drivers/net/wan/n2.c
5216 F: drivers/net/wan/pc300too.c
5217 F: drivers/net/wan/pci200syn.c
5218 F: drivers/net/wan/wanxl*
5219
5220 GENERIC INCLUDE/ASM HEADER FILES
5221 M: Arnd Bergmann <arnd@arndb.de>
5222 L: linux-arch@vger.kernel.org
5223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5224 S: Maintained
5225 F: include/asm-generic/
5226 F: include/uapi/asm-generic/
5227
5228 GENERIC PHY FRAMEWORK
5229 M: Kishon Vijay Abraham I <kishon@ti.com>
5230 L: linux-kernel@vger.kernel.org
5231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5232 S: Supported
5233 F: drivers/phy/
5234 F: include/linux/phy/
5235
5236 GENERIC PM DOMAINS
5237 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5238 M: Kevin Hilman <khilman@kernel.org>
5239 M: Ulf Hansson <ulf.hansson@linaro.org>
5240 L: linux-pm@vger.kernel.org
5241 S: Supported
5242 F: drivers/base/power/domain*.c
5243 F: include/linux/pm_domain.h
5244
5245 GENERIC UIO DRIVER FOR PCI DEVICES
5246 M: "Michael S. Tsirkin" <mst@redhat.com>
5247 L: kvm@vger.kernel.org
5248 S: Supported
5249 F: drivers/uio/uio_pci_generic.c
5250
5251 GET_MAINTAINER SCRIPT
5252 M: Joe Perches <joe@perches.com>
5253 S: Maintained
5254 F: scripts/get_maintainer.pl
5255
5256 GFS2 FILE SYSTEM
5257 M: Steven Whitehouse <swhiteho@redhat.com>
5258 M: Bob Peterson <rpeterso@redhat.com>
5259 L: cluster-devel@redhat.com
5260 W: http://sources.redhat.com/cluster/
5261 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5262 S: Supported
5263 F: Documentation/filesystems/gfs2*.txt
5264 F: fs/gfs2/
5265 F: include/uapi/linux/gfs2_ondisk.h
5266
5267 GIGASET ISDN DRIVERS
5268 M: Paul Bolle <pebolle@tiscali.nl>
5269 L: gigaset307x-common@lists.sourceforge.net
5270 W: http://gigaset307x.sourceforge.net/
5271 S: Odd Fixes
5272 F: Documentation/isdn/README.gigaset
5273 F: drivers/isdn/gigaset/
5274 F: include/uapi/linux/gigaset_dev.h
5275
5276 GO7007 MPEG CODEC
5277 M: Hans Verkuil <hans.verkuil@cisco.com>
5278 L: linux-media@vger.kernel.org
5279 S: Maintained
5280 F: drivers/media/usb/go7007/
5281
5282 GOODIX TOUCHSCREEN
5283 M: Bastien Nocera <hadess@hadess.net>
5284 L: linux-input@vger.kernel.org
5285 S: Maintained
5286 F: drivers/input/touchscreen/goodix.c
5287
5288 GPIO SUBSYSTEM
5289 M: Linus Walleij <linus.walleij@linaro.org>
5290 M: Alexandre Courbot <gnurou@gmail.com>
5291 L: linux-gpio@vger.kernel.org
5292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5293 S: Maintained
5294 F: Documentation/devicetree/bindings/gpio/
5295 F: Documentation/gpio/
5296 F: Documentation/ABI/testing/gpio-cdev
5297 F: Documentation/ABI/obsolete/sysfs-gpio
5298 F: drivers/gpio/
5299 F: include/linux/gpio/
5300 F: include/linux/gpio.h
5301 F: include/asm-generic/gpio.h
5302 F: include/uapi/linux/gpio.h
5303 F: tools/gpio/
5304
5305 GRE DEMULTIPLEXER DRIVER
5306 M: Dmitry Kozlov <xeb@mail.ru>
5307 L: netdev@vger.kernel.org
5308 S: Maintained
5309 F: net/ipv4/gre_demux.c
5310 F: net/ipv4/gre_offload.c
5311 F: include/net/gre.h
5312
5313 GRETH 10/100/1G Ethernet MAC device driver
5314 M: Andreas Larsson <andreas@gaisler.com>
5315 L: netdev@vger.kernel.org
5316 S: Maintained
5317 F: drivers/net/ethernet/aeroflex/
5318
5319 GSPCA FINEPIX SUBDRIVER
5320 M: Frank Zago <frank@zago.net>
5321 L: linux-media@vger.kernel.org
5322 T: git git://linuxtv.org/media_tree.git
5323 S: Maintained
5324 F: drivers/media/usb/gspca/finepix.c
5325
5326 GSPCA GL860 SUBDRIVER
5327 M: Olivier Lorin <o.lorin@laposte.net>
5328 L: linux-media@vger.kernel.org
5329 T: git git://linuxtv.org/media_tree.git
5330 S: Maintained
5331 F: drivers/media/usb/gspca/gl860/
5332
5333 GSPCA M5602 SUBDRIVER
5334 M: Erik Andren <erik.andren@gmail.com>
5335 L: linux-media@vger.kernel.org
5336 T: git git://linuxtv.org/media_tree.git
5337 S: Maintained
5338 F: drivers/media/usb/gspca/m5602/
5339
5340 GSPCA PAC207 SONIXB SUBDRIVER
5341 M: Hans Verkuil <hverkuil@xs4all.nl>
5342 L: linux-media@vger.kernel.org
5343 T: git git://linuxtv.org/media_tree.git
5344 S: Odd Fixes
5345 F: drivers/media/usb/gspca/pac207.c
5346
5347 GSPCA SN9C20X SUBDRIVER
5348 M: Brian Johnson <brijohn@gmail.com>
5349 L: linux-media@vger.kernel.org
5350 T: git git://linuxtv.org/media_tree.git
5351 S: Maintained
5352 F: drivers/media/usb/gspca/sn9c20x.c
5353
5354 GSPCA T613 SUBDRIVER
5355 M: Leandro Costantino <lcostantino@gmail.com>
5356 L: linux-media@vger.kernel.org
5357 T: git git://linuxtv.org/media_tree.git
5358 S: Maintained
5359 F: drivers/media/usb/gspca/t613.c
5360
5361 GSPCA USB WEBCAM DRIVER
5362 M: Hans Verkuil <hverkuil@xs4all.nl>
5363 L: linux-media@vger.kernel.org
5364 T: git git://linuxtv.org/media_tree.git
5365 S: Odd Fixes
5366 F: drivers/media/usb/gspca/
5367
5368 GUID PARTITION TABLE (GPT)
5369 M: Davidlohr Bueso <dave@stgolabs.net>
5370 L: linux-efi@vger.kernel.org
5371 S: Maintained
5372 F: block/partitions/efi.*
5373
5374 STK1160 USB VIDEO CAPTURE DRIVER
5375 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5376 L: linux-media@vger.kernel.org
5377 T: git git://linuxtv.org/media_tree.git
5378 S: Maintained
5379 F: drivers/media/usb/stk1160/
5380
5381 H8/300 ARCHITECTURE
5382 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5383 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5384 W: http://uclinux-h8.sourceforge.jp
5385 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5386 S: Maintained
5387 F: arch/h8300/
5388 F: drivers/clocksource/h8300_*.c
5389 F: drivers/clk/h8300/
5390 F: drivers/irqchip/irq-renesas-h8*.c
5391
5392 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5393 M: Frank Seidel <frank@f-seidel.de>
5394 L: platform-driver-x86@vger.kernel.org
5395 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5396 S: Maintained
5397 F: drivers/platform/x86/hdaps.c
5398
5399 HDPVR USB VIDEO ENCODER DRIVER
5400 M: Hans Verkuil <hverkuil@xs4all.nl>
5401 L: linux-media@vger.kernel.org
5402 T: git git://linuxtv.org/media_tree.git
5403 W: https://linuxtv.org
5404 S: Odd Fixes
5405 F: drivers/media/usb/hdpvr/
5406
5407 HWPOISON MEMORY FAILURE HANDLING
5408 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5409 L: linux-mm@kvack.org
5410 S: Maintained
5411 F: mm/memory-failure.c
5412 F: mm/hwpoison-inject.c
5413
5414 HYPERVISOR VIRTUAL CONSOLE DRIVER
5415 L: linuxppc-dev@lists.ozlabs.org
5416 S: Odd Fixes
5417 F: drivers/tty/hvc/
5418
5419 HACKRF MEDIA DRIVER
5420 M: Antti Palosaari <crope@iki.fi>
5421 L: linux-media@vger.kernel.org
5422 W: https://linuxtv.org
5423 W: http://palosaari.fi/linux/
5424 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5425 T: git git://linuxtv.org/anttip/media_tree.git
5426 S: Maintained
5427 F: drivers/media/usb/hackrf/
5428
5429 HARDWARE MONITORING
5430 M: Jean Delvare <jdelvare@suse.com>
5431 M: Guenter Roeck <linux@roeck-us.net>
5432 L: linux-hwmon@vger.kernel.org
5433 W: http://hwmon.wiki.kernel.org/
5434 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5436 S: Maintained
5437 F: Documentation/hwmon/
5438 F: drivers/hwmon/
5439 F: include/linux/hwmon*.h
5440
5441 HARDWARE RANDOM NUMBER GENERATOR CORE
5442 M: Matt Mackall <mpm@selenic.com>
5443 M: Herbert Xu <herbert@gondor.apana.org.au>
5444 L: linux-crypto@vger.kernel.org
5445 S: Odd fixes
5446 F: Documentation/devicetree/bindings/rng/
5447 F: Documentation/hw_random.txt
5448 F: drivers/char/hw_random/
5449 F: include/linux/hw_random.h
5450
5451 HARDWARE SPINLOCK CORE
5452 M: Ohad Ben-Cohen <ohad@wizery.com>
5453 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5454 L: linux-remoteproc@vger.kernel.org
5455 S: Maintained
5456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5457 F: Documentation/devicetree/bindings/hwlock/
5458 F: Documentation/hwspinlock.txt
5459 F: drivers/hwspinlock/
5460 F: include/linux/hwspinlock.h
5461
5462 HARMONY SOUND DRIVER
5463 L: linux-parisc@vger.kernel.org
5464 S: Maintained
5465 F: sound/parisc/harmony.*
5466
5467 HD29L2 MEDIA DRIVER
5468 M: Antti Palosaari <crope@iki.fi>
5469 L: linux-media@vger.kernel.org
5470 W: https://linuxtv.org
5471 W: http://palosaari.fi/linux/
5472 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5473 T: git git://linuxtv.org/anttip/media_tree.git
5474 S: Maintained
5475 F: drivers/media/dvb-frontends/hd29l2*
5476
5477 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5478 M: Brian Boylston <brian.boylston@hpe.com>
5479 S: Supported
5480 F: Documentation/watchdog/hpwdt.txt
5481 F: drivers/watchdog/hpwdt.c
5482
5483 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5484 M: Don Brace <don.brace@microsemi.com>
5485 L: iss_storagedev@hp.com
5486 L: esc.storagedev@microsemi.com
5487 L: linux-scsi@vger.kernel.org
5488 S: Supported
5489 F: Documentation/scsi/hpsa.txt
5490 F: drivers/scsi/hpsa*.[ch]
5491 F: include/linux/cciss*.h
5492 F: include/uapi/linux/cciss*.h
5493
5494 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5495 M: Don Brace <don.brace@microsemi.com>
5496 L: iss_storagedev@hp.com
5497 L: esc.storagedev@microsemi.com
5498 L: linux-scsi@vger.kernel.org
5499 S: Supported
5500 F: Documentation/blockdev/cciss.txt
5501 F: drivers/block/cciss*
5502 F: include/linux/cciss_ioctl.h
5503 F: include/uapi/linux/cciss_ioctl.h
5504
5505 HFI1 DRIVER
5506 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5507 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5508 L: linux-rdma@vger.kernel.org
5509 S: Supported
5510 F: drivers/infiniband/hw/hfi1
5511
5512 HFS FILESYSTEM
5513 L: linux-fsdevel@vger.kernel.org
5514 S: Orphan
5515 F: Documentation/filesystems/hfs.txt
5516 F: fs/hfs/
5517
5518 HFSPLUS FILESYSTEM
5519 L: linux-fsdevel@vger.kernel.org
5520 S: Orphan
5521 F: Documentation/filesystems/hfsplus.txt
5522 F: fs/hfsplus/
5523
5524 HGA FRAMEBUFFER DRIVER
5525 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5526 L: linux-nvidia@lists.surfsouth.com
5527 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5528 S: Maintained
5529 F: drivers/video/fbdev/hgafb.c
5530
5531 HIBERNATION (aka Software Suspend, aka swsusp)
5532 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5533 M: Pavel Machek <pavel@ucw.cz>
5534 L: linux-pm@vger.kernel.org
5535 S: Supported
5536 F: arch/x86/power/
5537 F: drivers/base/power/
5538 F: kernel/power/
5539 F: include/linux/suspend.h
5540 F: include/linux/freezer.h
5541 F: include/linux/pm.h
5542 F: arch/*/include/asm/suspend*.h
5543
5544 HID CORE LAYER
5545 M: Jiri Kosina <jikos@kernel.org>
5546 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5547 L: linux-input@vger.kernel.org
5548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5549 S: Maintained
5550 F: drivers/hid/
5551 F: include/linux/hid*
5552 F: include/uapi/linux/hid*
5553
5554 HID SENSOR HUB DRIVERS
5555 M: Jiri Kosina <jikos@kernel.org>
5556 M: Jonathan Cameron <jic23@kernel.org>
5557 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5558 L: linux-input@vger.kernel.org
5559 L: linux-iio@vger.kernel.org
5560 S: Maintained
5561 F: Documentation/hid/hid-sensor*
5562 F: drivers/hid/hid-sensor-*
5563 F: drivers/iio/*/hid-*
5564 F: include/linux/hid-sensor-*
5565
5566 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5567 M: Thomas Gleixner <tglx@linutronix.de>
5568 L: linux-kernel@vger.kernel.org
5569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5570 S: Maintained
5571 F: Documentation/timers/
5572 F: kernel/time/hrtimer.c
5573 F: kernel/time/clockevents.c
5574 F: kernel/time/tick*.*
5575 F: kernel/time/timer_*.c
5576 F: include/linux/clockchips.h
5577 F: include/linux/hrtimer.h
5578
5579 HIGH-SPEED SCC DRIVER FOR AX.25
5580 L: linux-hams@vger.kernel.org
5581 S: Orphan
5582 F: drivers/net/hamradio/dmascc.c
5583 F: drivers/net/hamradio/scc.c
5584
5585 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5586 M: HighPoint Linux Team <linux@highpoint-tech.com>
5587 W: http://www.highpoint-tech.com
5588 S: Supported
5589 F: Documentation/scsi/hptiop.txt
5590 F: drivers/scsi/hptiop.c
5591
5592 HIPPI
5593 M: Jes Sorensen <jes@trained-monkey.org>
5594 L: linux-hippi@sunsite.dk
5595 S: Maintained
5596 F: include/linux/hippidevice.h
5597 F: include/uapi/linux/if_hippi.h
5598 F: net/802/hippi.c
5599 F: drivers/net/hippi/
5600
5601 HISILICON NETWORK SUBSYSTEM DRIVER
5602 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5603 M: Salil Mehta <salil.mehta@huawei.com>
5604 L: netdev@vger.kernel.org
5605 W: http://www.hisilicon.com
5606 S: Maintained
5607 F: drivers/net/ethernet/hisilicon/
5608 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5609
5610 HISILICON ROCE DRIVER
5611 M: Lijun Ou <oulijun@huawei.com>
5612 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5613 L: linux-rdma@vger.kernel.org
5614 S: Maintained
5615 F: drivers/infiniband/hw/hns/
5616 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5617
5618 HISILICON SAS Controller
5619 M: John Garry <john.garry@huawei.com>
5620 W: http://www.hisilicon.com
5621 S: Supported
5622 F: drivers/scsi/hisi_sas/
5623 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5624
5625 HOST AP DRIVER
5626 M: Jouni Malinen <j@w1.fi>
5627 L: hostap@shmoo.com (subscribers-only)
5628 L: linux-wireless@vger.kernel.org
5629 W: http://hostap.epitest.fi/
5630 S: Maintained
5631 F: drivers/net/wireless/intersil/hostap/
5632
5633 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5634 L: platform-driver-x86@vger.kernel.org
5635 S: Orphan
5636 F: drivers/platform/x86/tc1100-wmi.c
5637
5638 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5639 M: Jaroslav Kysela <perex@perex.cz>
5640 S: Maintained
5641 F: drivers/net/ethernet/hp/hp100.*
5642
5643 HPET: High Precision Event Timers driver
5644 M: Clemens Ladisch <clemens@ladisch.de>
5645 S: Maintained
5646 F: Documentation/timers/hpet.txt
5647 F: drivers/char/hpet.c
5648 F: include/linux/hpet.h
5649 F: include/uapi/linux/hpet.h
5650
5651 HPET: x86
5652 S: Orphan
5653 F: arch/x86/kernel/hpet.c
5654 F: arch/x86/include/asm/hpet.h
5655
5656 HPFS FILESYSTEM
5657 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5658 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5659 S: Maintained
5660 F: fs/hpfs/
5661
5662 HSI SUBSYSTEM
5663 M: Sebastian Reichel <sre@kernel.org>
5664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5665 S: Maintained
5666 F: Documentation/ABI/testing/sysfs-bus-hsi
5667 F: Documentation/hsi.txt
5668 F: drivers/hsi/
5669 F: include/linux/hsi/
5670 F: include/uapi/linux/hsi/
5671
5672 HSO 3G MODEM DRIVER
5673 M: Jan Dumon <j.dumon@option.com>
5674 W: http://www.pharscape.org
5675 S: Maintained
5676 F: drivers/net/usb/hso.c
5677
5678 HSR NETWORK PROTOCOL
5679 M: Arvid Brodin <arvid.brodin@alten.se>
5680 L: netdev@vger.kernel.org
5681 S: Maintained
5682 F: net/hsr/
5683
5684 HTCPEN TOUCHSCREEN DRIVER
5685 M: Pau Oliva Fora <pof@eslack.org>
5686 L: linux-input@vger.kernel.org
5687 S: Maintained
5688 F: drivers/input/touchscreen/htcpen.c
5689
5690 HUGETLB FILESYSTEM
5691 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5692 S: Maintained
5693 F: fs/hugetlbfs/
5694
5695 HVA ST MEDIA DRIVER
5696 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5697 L: linux-media@vger.kernel.org
5698 T: git git://linuxtv.org/media_tree.git
5699 W: https://linuxtv.org
5700 S: Supported
5701 F: drivers/media/platform/sti/hva
5702
5703 Hyper-V CORE AND DRIVERS
5704 M: "K. Y. Srinivasan" <kys@microsoft.com>
5705 M: Haiyang Zhang <haiyangz@microsoft.com>
5706 L: devel@linuxdriverproject.org
5707 S: Maintained
5708 F: arch/x86/include/asm/mshyperv.h
5709 F: arch/x86/include/uapi/asm/hyperv.h
5710 F: arch/x86/kernel/cpu/mshyperv.c
5711 F: drivers/hid/hid-hyperv.c
5712 F: drivers/hv/
5713 F: drivers/input/serio/hyperv-keyboard.c
5714 F: drivers/pci/host/pci-hyperv.c
5715 F: drivers/net/hyperv/
5716 F: drivers/scsi/storvsc_drv.c
5717 F: drivers/video/fbdev/hyperv_fb.c
5718 F: include/linux/hyperv.h
5719 F: tools/hv/
5720 F: Documentation/ABI/stable/sysfs-bus-vmbus
5721
5722 I2C MUXES
5723 M: Peter Rosin <peda@axentia.se>
5724 L: linux-i2c@vger.kernel.org
5725 S: Maintained
5726 F: Documentation/i2c/i2c-topology
5727 F: Documentation/i2c/muxes/
5728 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5729 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5730 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5731 F: drivers/i2c/i2c-mux.c
5732 F: drivers/i2c/muxes/
5733 F: include/linux/i2c-mux.h
5734
5735 I2C OVER PARALLEL PORT
5736 M: Jean Delvare <jdelvare@suse.com>
5737 L: linux-i2c@vger.kernel.org
5738 S: Maintained
5739 F: Documentation/i2c/busses/i2c-parport
5740 F: Documentation/i2c/busses/i2c-parport-light
5741 F: drivers/i2c/busses/i2c-parport.c
5742 F: drivers/i2c/busses/i2c-parport-light.c
5743
5744 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5745 M: Jean Delvare <jdelvare@suse.com>
5746 L: linux-i2c@vger.kernel.org
5747 S: Maintained
5748 F: Documentation/i2c/busses/i2c-ali1535
5749 F: Documentation/i2c/busses/i2c-ali1563
5750 F: Documentation/i2c/busses/i2c-ali15x3
5751 F: Documentation/i2c/busses/i2c-amd756
5752 F: Documentation/i2c/busses/i2c-amd8111
5753 F: Documentation/i2c/busses/i2c-i801
5754 F: Documentation/i2c/busses/i2c-nforce2
5755 F: Documentation/i2c/busses/i2c-piix4
5756 F: Documentation/i2c/busses/i2c-sis5595
5757 F: Documentation/i2c/busses/i2c-sis630
5758 F: Documentation/i2c/busses/i2c-sis96x
5759 F: Documentation/i2c/busses/i2c-via
5760 F: Documentation/i2c/busses/i2c-viapro
5761 F: drivers/i2c/busses/i2c-ali1535.c
5762 F: drivers/i2c/busses/i2c-ali1563.c
5763 F: drivers/i2c/busses/i2c-ali15x3.c
5764 F: drivers/i2c/busses/i2c-amd756.c
5765 F: drivers/i2c/busses/i2c-amd756-s4882.c
5766 F: drivers/i2c/busses/i2c-amd8111.c
5767 F: drivers/i2c/busses/i2c-i801.c
5768 F: drivers/i2c/busses/i2c-isch.c
5769 F: drivers/i2c/busses/i2c-nforce2.c
5770 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5771 F: drivers/i2c/busses/i2c-piix4.c
5772 F: drivers/i2c/busses/i2c-sis5595.c
5773 F: drivers/i2c/busses/i2c-sis630.c
5774 F: drivers/i2c/busses/i2c-sis96x.c
5775 F: drivers/i2c/busses/i2c-via.c
5776 F: drivers/i2c/busses/i2c-viapro.c
5777
5778 I2C/SMBUS ISMT DRIVER
5779 M: Seth Heasley <seth.heasley@intel.com>
5780 M: Neil Horman <nhorman@tuxdriver.com>
5781 L: linux-i2c@vger.kernel.org
5782 F: drivers/i2c/busses/i2c-ismt.c
5783 F: Documentation/i2c/busses/i2c-ismt
5784
5785 I2C/SMBUS STUB DRIVER
5786 M: Jean Delvare <jdelvare@suse.com>
5787 L: linux-i2c@vger.kernel.org
5788 S: Maintained
5789 F: drivers/i2c/i2c-stub.c
5790
5791 I2C SUBSYSTEM
5792 M: Wolfram Sang <wsa@the-dreams.de>
5793 L: linux-i2c@vger.kernel.org
5794 W: https://i2c.wiki.kernel.org/
5795 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5797 S: Maintained
5798 F: Documentation/devicetree/bindings/i2c/
5799 F: Documentation/i2c/
5800 F: drivers/i2c/
5801 F: drivers/i2c/*/
5802 F: include/linux/i2c.h
5803 F: include/linux/i2c-*.h
5804 F: include/uapi/linux/i2c.h
5805 F: include/uapi/linux/i2c-*.h
5806
5807 I2C ACPI SUPPORT
5808 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5809 L: linux-i2c@vger.kernel.org
5810 L: linux-acpi@vger.kernel.org
5811 S: Maintained
5812
5813 I2C-TAOS-EVM DRIVER
5814 M: Jean Delvare <jdelvare@suse.com>
5815 L: linux-i2c@vger.kernel.org
5816 S: Maintained
5817 F: Documentation/i2c/busses/i2c-taos-evm
5818 F: drivers/i2c/busses/i2c-taos-evm.c
5819
5820 I2C-TINY-USB DRIVER
5821 M: Till Harbaum <till@harbaum.org>
5822 L: linux-i2c@vger.kernel.org
5823 W: http://www.harbaum.org/till/i2c_tiny_usb
5824 S: Maintained
5825 F: drivers/i2c/busses/i2c-tiny-usb.c
5826
5827 i386 BOOT CODE
5828 M: "H. Peter Anvin" <hpa@zytor.com>
5829 S: Maintained
5830 F: arch/x86/boot/
5831
5832 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5833 M: "H. Peter Anvin" <hpa@zytor.com>
5834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5835 S: Maintained
5836
5837 IA64 (Itanium) PLATFORM
5838 M: Tony Luck <tony.luck@intel.com>
5839 M: Fenghua Yu <fenghua.yu@intel.com>
5840 L: linux-ia64@vger.kernel.org
5841 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5842 S: Maintained
5843 F: arch/ia64/
5844
5845 IBM Power VMX Cryptographic instructions
5846 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5847 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5848 L: linux-crypto@vger.kernel.org
5849 S: Supported
5850 F: drivers/crypto/vmx/Makefile
5851 F: drivers/crypto/vmx/Kconfig
5852 F: drivers/crypto/vmx/vmx.c
5853 F: drivers/crypto/vmx/aes*
5854 F: drivers/crypto/vmx/ghash*
5855 F: drivers/crypto/vmx/ppc-xlate.pl
5856
5857 IBM Power in-Nest Crypto Acceleration
5858 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5859 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5860 L: linux-crypto@vger.kernel.org
5861 S: Supported
5862 F: drivers/crypto/nx/Makefile
5863 F: drivers/crypto/nx/Kconfig
5864 F: drivers/crypto/nx/nx-aes*
5865 F: drivers/crypto/nx/nx-sha*
5866 F: drivers/crypto/nx/nx.*
5867 F: drivers/crypto/nx/nx_csbcpb.h
5868 F: drivers/crypto/nx/nx_debugfs.h
5869
5870 IBM Power 842 compression accelerator
5871 M: Dan Streetman <ddstreet@ieee.org>
5872 S: Supported
5873 F: drivers/crypto/nx/Makefile
5874 F: drivers/crypto/nx/Kconfig
5875 F: drivers/crypto/nx/nx-842*
5876 F: include/linux/sw842.h
5877 F: crypto/842.c
5878 F: lib/842/
5879
5880 IBM Power Linux RAID adapter
5881 M: Brian King <brking@us.ibm.com>
5882 S: Supported
5883 F: drivers/scsi/ipr.*
5884
5885 IBM Power Virtual Ethernet Device Driver
5886 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5887 L: netdev@vger.kernel.org
5888 S: Supported
5889 F: drivers/net/ethernet/ibm/ibmveth.*
5890
5891 IBM Power SRIOV Virtual NIC Device Driver
5892 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5893 M: John Allen <jallen@linux.vnet.ibm.com>
5894 L: netdev@vger.kernel.org
5895 S: Supported
5896 F: drivers/net/ethernet/ibm/ibmvnic.*
5897
5898 IBM Power Virtual SCSI Device Drivers
5899 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5900 L: linux-scsi@vger.kernel.org
5901 S: Supported
5902 F: drivers/scsi/ibmvscsi/ibmvscsi*
5903 F: include/scsi/viosrp.h
5904
5905 IBM Power Virtual SCSI Device Target Driver
5906 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5907 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5908 L: linux-scsi@vger.kernel.org
5909 L: target-devel@vger.kernel.org
5910 S: Supported
5911 F: drivers/scsi/ibmvscsi_tgt/
5912
5913 IBM Power Virtual FC Device Drivers
5914 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5915 L: linux-scsi@vger.kernel.org
5916 S: Supported
5917 F: drivers/scsi/ibmvscsi/ibmvfc*
5918
5919 IBM ServeRAID RAID DRIVER
5920 S: Orphan
5921 F: drivers/scsi/ips.*
5922
5923 ICH LPC AND GPIO DRIVER
5924 M: Peter Tyser <ptyser@xes-inc.com>
5925 S: Maintained
5926 F: drivers/mfd/lpc_ich.c
5927 F: drivers/gpio/gpio-ich.c
5928
5929 IDE SUBSYSTEM
5930 M: "David S. Miller" <davem@davemloft.net>
5931 L: linux-ide@vger.kernel.org
5932 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5934 S: Maintained
5935 F: Documentation/ide/
5936 F: drivers/ide/
5937 F: include/linux/ide.h
5938
5939 IDEAPAD LAPTOP EXTRAS DRIVER
5940 M: Ike Panhc <ike.pan@canonical.com>
5941 L: platform-driver-x86@vger.kernel.org
5942 W: http://launchpad.net/ideapad-laptop
5943 S: Maintained
5944 F: drivers/platform/x86/ideapad-laptop.c
5945
5946 IDEAPAD LAPTOP SLIDEBAR DRIVER
5947 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5948 L: linux-input@vger.kernel.org
5949 W: https://github.com/o2genum/ideapad-slidebar
5950 S: Maintained
5951 F: drivers/input/misc/ideapad_slidebar.c
5952
5953 IDE/ATAPI DRIVERS
5954 M: Borislav Petkov <bp@alien8.de>
5955 L: linux-ide@vger.kernel.org
5956 S: Maintained
5957 F: Documentation/cdrom/ide-cd
5958 F: drivers/ide/ide-cd*
5959
5960 IDLE-I7300
5961 M: Andy Henroid <andrew.d.henroid@intel.com>
5962 L: linux-pm@vger.kernel.org
5963 S: Supported
5964 F: drivers/idle/i7300_idle.c
5965
5966 IEEE 802.15.4 SUBSYSTEM
5967 M: Alexander Aring <aar@pengutronix.de>
5968 L: linux-wpan@vger.kernel.org
5969 W: http://wpan.cakelab.org/
5970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5972 S: Maintained
5973 F: net/ieee802154/
5974 F: net/mac802154/
5975 F: drivers/net/ieee802154/
5976 F: include/linux/nl802154.h
5977 F: include/linux/ieee802154.h
5978 F: include/net/nl802154.h
5979 F: include/net/mac802154.h
5980 F: include/net/af_ieee802154.h
5981 F: include/net/cfg802154.h
5982 F: include/net/ieee802154_netdev.h
5983 F: Documentation/networking/ieee802154.txt
5984
5985 IGORPLUG-USB IR RECEIVER
5986 M: Sean Young <sean@mess.org>
5987 L: linux-media@vger.kernel.org
5988 S: Maintained
5989 F: drivers/media/rc/igorplugusb.c
5990
5991 IGUANAWORKS USB IR TRANSCEIVER
5992 M: Sean Young <sean@mess.org>
5993 L: linux-media@vger.kernel.org
5994 S: Maintained
5995 F: drivers/media/rc/iguanair.c
5996
5997 IIO SUBSYSTEM AND DRIVERS
5998 M: Jonathan Cameron <jic23@kernel.org>
5999 R: Hartmut Knaack <knaack.h@gmx.de>
6000 R: Lars-Peter Clausen <lars@metafoo.de>
6001 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6002 L: linux-iio@vger.kernel.org
6003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6004 S: Maintained
6005 F: Documentation/devicetree/bindings/iio/
6006 F: drivers/iio/
6007 F: drivers/staging/iio/
6008 F: include/linux/iio/
6009 F: tools/iio/
6010
6011 IKANOS/ADI EAGLE ADSL USB DRIVER
6012 M: Matthieu Castet <castet.matthieu@free.fr>
6013 M: Stanislaw Gruszka <stf_xl@wp.pl>
6014 S: Maintained
6015 F: drivers/usb/atm/ueagle-atm.c
6016
6017 INA209 HARDWARE MONITOR DRIVER
6018 M: Guenter Roeck <linux@roeck-us.net>
6019 L: linux-hwmon@vger.kernel.org
6020 S: Maintained
6021 F: Documentation/hwmon/ina209
6022 F: Documentation/devicetree/bindings/i2c/ina209.txt
6023 F: drivers/hwmon/ina209.c
6024
6025 INA2XX HARDWARE MONITOR DRIVER
6026 M: Guenter Roeck <linux@roeck-us.net>
6027 L: linux-hwmon@vger.kernel.org
6028 S: Maintained
6029 F: Documentation/hwmon/ina2xx
6030 F: drivers/hwmon/ina2xx.c
6031 F: include/linux/platform_data/ina2xx.h
6032
6033 INDUSTRY PACK SUBSYSTEM (IPACK)
6034 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6035 M: Jens Taprogge <jens.taprogge@taprogge.org>
6036 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6037 L: industrypack-devel@lists.sourceforge.net
6038 W: http://industrypack.sourceforge.net
6039 S: Maintained
6040 F: drivers/ipack/
6041
6042 INGENIC JZ4780 DMA Driver
6043 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6044 S: Maintained
6045 F: drivers/dma/dma-jz4780.c
6046
6047 INGENIC JZ4780 NAND DRIVER
6048 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6049 L: linux-mtd@lists.infradead.org
6050 S: Maintained
6051 F: drivers/mtd/nand/jz4780_*
6052
6053 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6054 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6055 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6056 L: linux-ima-devel@lists.sourceforge.net
6057 L: linux-ima-user@lists.sourceforge.net
6058 L: linux-security-module@vger.kernel.org
6059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6060 S: Supported
6061 F: security/integrity/ima/
6062
6063 IMGTEC IR DECODER DRIVER
6064 M: James Hogan <james.hogan@imgtec.com>
6065 S: Maintained
6066 F: drivers/media/rc/img-ir/
6067
6068 IMS TWINTURBO FRAMEBUFFER DRIVER
6069 L: linux-fbdev@vger.kernel.org
6070 S: Orphan
6071 F: drivers/video/fbdev/imsttfb.c
6072
6073 INFINIBAND SUBSYSTEM
6074 M: Doug Ledford <dledford@redhat.com>
6075 M: Sean Hefty <sean.hefty@intel.com>
6076 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6077 L: linux-rdma@vger.kernel.org
6078 W: http://www.openfabrics.org/
6079 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6081 S: Supported
6082 F: Documentation/infiniband/
6083 F: drivers/infiniband/
6084 F: include/uapi/linux/if_infiniband.h
6085 F: include/uapi/rdma/
6086 F: include/rdma/
6087
6088 INOTIFY
6089 M: John McCutchan <john@johnmccutchan.com>
6090 M: Robert Love <rlove@rlove.org>
6091 M: Eric Paris <eparis@parisplace.org>
6092 S: Maintained
6093 F: Documentation/filesystems/inotify.txt
6094 F: fs/notify/inotify/
6095 F: include/linux/inotify.h
6096 F: include/uapi/linux/inotify.h
6097
6098 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6099 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6100 L: linux-input@vger.kernel.org
6101 Q: http://patchwork.kernel.org/project/linux-input/list/
6102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6103 S: Maintained
6104 F: drivers/input/
6105 F: include/linux/input.h
6106 F: include/uapi/linux/input.h
6107 F: include/linux/input/
6108 F: Documentation/devicetree/bindings/input/
6109
6110 INPUT MULTITOUCH (MT) PROTOCOL
6111 M: Henrik Rydberg <rydberg@bitmath.org>
6112 L: linux-input@vger.kernel.org
6113 S: Odd fixes
6114 F: Documentation/input/multi-touch-protocol.txt
6115 F: drivers/input/input-mt.c
6116 K: \b(ABS|SYN)_MT_
6117
6118 INTEL ASoC BDW/HSW DRIVERS
6119 M: Jie Yang <yang.jie@linux.intel.com>
6120 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6121 S: Supported
6122 F: sound/soc/intel/common/sst-dsp*
6123 F: sound/soc/intel/common/sst-firmware.c
6124 F: sound/soc/intel/boards/broadwell.c
6125 F: sound/soc/intel/haswell/
6126
6127 INTEL C600 SERIES SAS CONTROLLER DRIVER
6128 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6129 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6130 L: linux-scsi@vger.kernel.org
6131 T: git git://git.code.sf.net/p/intel-sas/isci
6132 S: Supported
6133 F: drivers/scsi/isci/
6134
6135 INTEL HID EVENT DRIVER
6136 M: Alex Hung <alex.hung@canonical.com>
6137 L: platform-driver-x86@vger.kernel.org
6138 S: Maintained
6139 F: drivers/platform/x86/intel-hid.c
6140
6141 INTEL VIRTUAL BUTTON DRIVER
6142 M: AceLan Kao <acelan.kao@canonical.com>
6143 L: platform-driver-x86@vger.kernel.org
6144 S: Maintained
6145 F: drivers/platform/x86/intel-vbtn.c
6146
6147 INTEL IDLE DRIVER
6148 M: Len Brown <lenb@kernel.org>
6149 L: linux-pm@vger.kernel.org
6150 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6151 S: Supported
6152 F: drivers/idle/intel_idle.c
6153
6154 INTEL INTEGRATED SENSOR HUB DRIVER
6155 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6156 M: Jiri Kosina <jikos@kernel.org>
6157 L: linux-input@vger.kernel.org
6158 S: Maintained
6159 F: drivers/hid/intel-ish-hid/
6160
6161 INTEL PSTATE DRIVER
6162 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6163 M: Len Brown <lenb@kernel.org>
6164 L: linux-pm@vger.kernel.org
6165 S: Supported
6166 F: drivers/cpufreq/intel_pstate.c
6167
6168 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6169 M: Maik Broemme <mbroemme@plusserver.de>
6170 L: linux-fbdev@vger.kernel.org
6171 S: Maintained
6172 F: Documentation/fb/intelfb.txt
6173 F: drivers/video/fbdev/intelfb/
6174
6175 INTEL 810/815 FRAMEBUFFER DRIVER
6176 M: Antonino Daplas <adaplas@gmail.com>
6177 L: linux-fbdev@vger.kernel.org
6178 S: Maintained
6179 F: drivers/video/fbdev/i810/
6180
6181 INTEL MENLOW THERMAL DRIVER
6182 M: Sujith Thomas <sujith.thomas@intel.com>
6183 L: platform-driver-x86@vger.kernel.org
6184 W: https://01.org/linux-acpi
6185 S: Supported
6186 F: drivers/platform/x86/intel_menlow.c
6187
6188 INTEL I/OAT DMA DRIVER
6189 M: Dave Jiang <dave.jiang@intel.com>
6190 R: Dan Williams <dan.j.williams@intel.com>
6191 L: dmaengine@vger.kernel.org
6192 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6193 S: Supported
6194 F: drivers/dma/ioat*
6195
6196 INTEL IOMMU (VT-d)
6197 M: David Woodhouse <dwmw2@infradead.org>
6198 L: iommu@lists.linux-foundation.org
6199 T: git git://git.infradead.org/iommu-2.6.git
6200 S: Supported
6201 F: drivers/iommu/intel-iommu.c
6202 F: include/linux/intel-iommu.h
6203
6204 INTEL IOP-ADMA DMA DRIVER
6205 R: Dan Williams <dan.j.williams@intel.com>
6206 S: Odd fixes
6207 F: drivers/dma/iop-adma.c
6208
6209 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6210 M: Krzysztof Halasa <khalasa@piap.pl>
6211 S: Maintained
6212 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6213 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6214 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6215 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6216 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6217 F: drivers/net/wan/ixp4xx_hss.c
6218
6219 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6220 M: Deepak Saxena <dsaxena@plexity.net>
6221 S: Maintained
6222 F: drivers/char/hw_random/ixp4xx-rng.c
6223
6224 INTEL ETHERNET DRIVERS
6225 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6226 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6227 W: http://www.intel.com/support/feedback.htm
6228 W: http://e1000.sourceforge.net/
6229 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6232 S: Supported
6233 F: Documentation/networking/e100.txt
6234 F: Documentation/networking/e1000.txt
6235 F: Documentation/networking/e1000e.txt
6236 F: Documentation/networking/igb.txt
6237 F: Documentation/networking/igbvf.txt
6238 F: Documentation/networking/ixgb.txt
6239 F: Documentation/networking/ixgbe.txt
6240 F: Documentation/networking/ixgbevf.txt
6241 F: Documentation/networking/i40e.txt
6242 F: Documentation/networking/i40evf.txt
6243 F: drivers/net/ethernet/intel/
6244 F: drivers/net/ethernet/intel/*/
6245
6246 INTEL RDMA RNIC DRIVER
6247 M: Faisal Latif <faisal.latif@intel.com>
6248 R: Chien Tin Tung <chien.tin.tung@intel.com>
6249 R: Mustafa Ismail <mustafa.ismail@intel.com>
6250 R: Shiraz Saleem <shiraz.saleem@intel.com>
6251 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6252 L: linux-rdma@vger.kernel.org
6253 S: Supported
6254 F: drivers/infiniband/hw/i40iw/
6255
6256 INTEL MERRIFIELD GPIO DRIVER
6257 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6258 L: linux-gpio@vger.kernel.org
6259 S: Maintained
6260 F: drivers/gpio/gpio-merrifield.c
6261
6262 INTEL-MID GPIO DRIVER
6263 M: David Cohen <david.a.cohen@linux.intel.com>
6264 L: linux-gpio@vger.kernel.org
6265 S: Maintained
6266 F: drivers/gpio/gpio-intel-mid.c
6267
6268 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6269 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6270 L: linux-wireless@vger.kernel.org
6271 S: Maintained
6272 F: Documentation/networking/README.ipw2100
6273 F: Documentation/networking/README.ipw2200
6274 F: drivers/net/wireless/intel/ipw2x00/
6275
6276 INTEL(R) TRACE HUB
6277 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6278 S: Supported
6279 F: Documentation/trace/intel_th.txt
6280 F: drivers/hwtracing/intel_th/
6281
6282 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6283 M: Ning Sun <ning.sun@intel.com>
6284 L: tboot-devel@lists.sourceforge.net
6285 W: http://tboot.sourceforge.net
6286 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6287 S: Supported
6288 F: Documentation/intel_txt.txt
6289 F: include/linux/tboot.h
6290 F: arch/x86/kernel/tboot.c
6291
6292 INTEL WIRELESS WIMAX CONNECTION 2400
6293 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6294 M: linux-wimax@intel.com
6295 L: wimax@linuxwimax.org (subscribers-only)
6296 S: Supported
6297 W: http://linuxwimax.org
6298 F: Documentation/wimax/README.i2400m
6299 F: drivers/net/wimax/i2400m/
6300 F: include/uapi/linux/wimax/i2400m.h
6301
6302 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6303 M: Stanislaw Gruszka <sgruszka@redhat.com>
6304 L: linux-wireless@vger.kernel.org
6305 S: Supported
6306 F: drivers/net/wireless/intel/iwlegacy/
6307
6308 INTEL WIRELESS WIFI LINK (iwlwifi)
6309 M: Johannes Berg <johannes.berg@intel.com>
6310 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6311 M: Luca Coelho <luciano.coelho@intel.com>
6312 M: Intel Linux Wireless <linuxwifi@intel.com>
6313 L: linux-wireless@vger.kernel.org
6314 W: http://intellinuxwireless.org
6315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6316 S: Supported
6317 F: drivers/net/wireless/intel/iwlwifi/
6318
6319 INTEL MANAGEMENT ENGINE (mei)
6320 M: Tomas Winkler <tomas.winkler@intel.com>
6321 L: linux-kernel@vger.kernel.org
6322 S: Supported
6323 F: include/uapi/linux/mei.h
6324 F: include/linux/mei_cl_bus.h
6325 F: drivers/misc/mei/*
6326 F: drivers/watchdog/mei_wdt.c
6327 F: Documentation/misc-devices/mei/*
6328
6329 INTEL MIC DRIVERS (mic)
6330 M: Sudeep Dutt <sudeep.dutt@intel.com>
6331 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6332 S: Supported
6333 W: https://github.com/sudeepdutt/mic
6334 W: http://software.intel.com/en-us/mic-developer
6335 F: include/linux/mic_bus.h
6336 F: include/linux/scif.h
6337 F: include/uapi/linux/mic_common.h
6338 F: include/uapi/linux/mic_ioctl.h
6339 F: include/uapi/linux/scif_ioctl.h
6340 F: drivers/misc/mic/
6341 F: drivers/dma/mic_x100_dma.c
6342 F: drivers/dma/mic_x100_dma.h
6343 F: Documentation/mic/
6344
6345 INTEL PMC/P-Unit IPC DRIVER
6346 M: Zha Qipeng<qipeng.zha@intel.com>
6347 L: platform-driver-x86@vger.kernel.org
6348 S: Maintained
6349 F: drivers/platform/x86/intel_pmc_ipc.c
6350 F: drivers/platform/x86/intel_punit_ipc.c
6351 F: arch/x86/include/asm/intel_pmc_ipc.h
6352 F: arch/x86/include/asm/intel_punit_ipc.h
6353
6354 INTEL TELEMETRY DRIVER
6355 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6356 L: platform-driver-x86@vger.kernel.org
6357 S: Maintained
6358 F: arch/x86/include/asm/intel_telemetry.h
6359 F: drivers/platform/x86/intel_telemetry*
6360
6361 INTEL PMC CORE DRIVER
6362 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6363 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6364 L: platform-driver-x86@vger.kernel.org
6365 S: Maintained
6366 F: arch/x86/include/asm/pmc_core.h
6367 F: drivers/platform/x86/intel_pmc_core*
6368
6369 IOC3 ETHERNET DRIVER
6370 M: Ralf Baechle <ralf@linux-mips.org>
6371 L: linux-mips@linux-mips.org
6372 S: Maintained
6373 F: drivers/net/ethernet/sgi/ioc3-eth.c
6374
6375 IOC3 SERIAL DRIVER
6376 M: Pat Gefre <pfg@sgi.com>
6377 L: linux-serial@vger.kernel.org
6378 S: Maintained
6379 F: drivers/tty/serial/ioc3_serial.c
6380
6381 IOMMU DRIVERS
6382 M: Joerg Roedel <joro@8bytes.org>
6383 L: iommu@lists.linux-foundation.org
6384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6385 S: Maintained
6386 F: Documentation/devicetree/bindings/iommu/
6387 F: drivers/iommu/
6388
6389 IP MASQUERADING
6390 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6391 S: Maintained
6392 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6393
6394 IPMI SUBSYSTEM
6395 M: Corey Minyard <minyard@acm.org>
6396 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6397 W: http://openipmi.sourceforge.net/
6398 S: Supported
6399 F: Documentation/IPMI.txt
6400 F: drivers/char/ipmi/
6401 F: include/linux/ipmi*
6402 F: include/uapi/linux/ipmi*
6403
6404 QCOM AUDIO (ASoC) DRIVERS
6405 M: Patrick Lai <plai@codeaurora.org>
6406 M: Banajit Goswami <bgoswami@codeaurora.org>
6407 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6408 S: Supported
6409 F: sound/soc/qcom/
6410
6411 IPS SCSI RAID DRIVER
6412 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6413 L: linux-scsi@vger.kernel.org
6414 W: http://www.adaptec.com/
6415 S: Maintained
6416 F: drivers/scsi/ips*
6417
6418 IPVS
6419 M: Wensong Zhang <wensong@linux-vs.org>
6420 M: Simon Horman <horms@verge.net.au>
6421 M: Julian Anastasov <ja@ssi.bg>
6422 L: netdev@vger.kernel.org
6423 L: lvs-devel@vger.kernel.org
6424 S: Maintained
6425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6427 F: Documentation/networking/ipvs-sysctl.txt
6428 F: include/net/ip_vs.h
6429 F: include/uapi/linux/ip_vs.h
6430 F: net/netfilter/ipvs/
6431
6432 IPWIRELESS DRIVER
6433 M: Jiri Kosina <jikos@kernel.org>
6434 M: David Sterba <dsterba@suse.com>
6435 S: Odd Fixes
6436 F: drivers/tty/ipwireless/
6437
6438 IPX NETWORK LAYER
6439 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6440 L: netdev@vger.kernel.org
6441 S: Maintained
6442 F: include/net/ipx.h
6443 F: include/uapi/linux/ipx.h
6444 F: net/ipx/
6445
6446 IRDA SUBSYSTEM
6447 M: Samuel Ortiz <samuel@sortiz.org>
6448 L: irda-users@lists.sourceforge.net (subscribers-only)
6449 L: netdev@vger.kernel.org
6450 W: http://irda.sourceforge.net/
6451 S: Maintained
6452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6453 F: Documentation/networking/irda.txt
6454 F: drivers/net/irda/
6455 F: include/net/irda/
6456 F: net/irda/
6457
6458 IRQ SUBSYSTEM
6459 M: Thomas Gleixner <tglx@linutronix.de>
6460 L: linux-kernel@vger.kernel.org
6461 S: Maintained
6462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6463 F: kernel/irq/
6464
6465 IRQCHIP DRIVERS
6466 M: Thomas Gleixner <tglx@linutronix.de>
6467 M: Jason Cooper <jason@lakedaemon.net>
6468 M: Marc Zyngier <marc.zyngier@arm.com>
6469 L: linux-kernel@vger.kernel.org
6470 S: Maintained
6471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6472 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6473 F: Documentation/devicetree/bindings/interrupt-controller/
6474 F: drivers/irqchip/
6475
6476 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6477 M: Marc Zyngier <marc.zyngier@arm.com>
6478 S: Maintained
6479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6480 F: Documentation/IRQ-domain.txt
6481 F: include/linux/irqdomain.h
6482 F: kernel/irq/irqdomain.c
6483 F: kernel/irq/msi.c
6484
6485 ISA
6486 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6487 S: Maintained
6488 F: Documentation/isa.txt
6489 F: drivers/base/isa.c
6490 F: include/linux/isa.h
6491
6492 ISAPNP
6493 M: Jaroslav Kysela <perex@perex.cz>
6494 S: Maintained
6495 F: Documentation/isapnp.txt
6496 F: drivers/pnp/isapnp/
6497 F: include/linux/isapnp.h
6498
6499 ISA RADIO MODULE
6500 M: Hans Verkuil <hverkuil@xs4all.nl>
6501 L: linux-media@vger.kernel.org
6502 T: git git://linuxtv.org/media_tree.git
6503 W: https://linuxtv.org
6504 S: Maintained
6505 F: drivers/media/radio/radio-isa*
6506
6507 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6508 M: Peter Jones <pjones@redhat.com>
6509 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6510 S: Maintained
6511 F: drivers/firmware/iscsi_ibft*
6512
6513 ISCSI
6514 M: Mike Christie <michaelc@cs.wisc.edu>
6515 L: open-iscsi@googlegroups.com
6516 W: www.open-iscsi.org
6517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6518 S: Maintained
6519 F: drivers/scsi/*iscsi*
6520 F: include/scsi/*iscsi*
6521
6522 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6523 M: Or Gerlitz <ogerlitz@mellanox.com>
6524 M: Sagi Grimberg <sagi@grimberg.me>
6525 M: Roi Dayan <roid@mellanox.com>
6526 L: linux-rdma@vger.kernel.org
6527 S: Supported
6528 W: http://www.openfabrics.org
6529 W: www.open-iscsi.org
6530 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6531 F: drivers/infiniband/ulp/iser/
6532
6533 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6534 M: Sagi Grimberg <sagi@grimberg.me>
6535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6536 L: linux-rdma@vger.kernel.org
6537 L: target-devel@vger.kernel.org
6538 S: Supported
6539 W: http://www.linux-iscsi.org
6540 F: drivers/infiniband/ulp/isert
6541
6542 ISDN SUBSYSTEM
6543 M: Karsten Keil <isdn@linux-pingi.de>
6544 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6545 L: netdev@vger.kernel.org
6546 W: http://www.isdn4linux.de
6547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6548 S: Maintained
6549 F: Documentation/isdn/
6550 F: drivers/isdn/
6551 F: include/linux/isdn.h
6552 F: include/linux/isdn/
6553 F: include/uapi/linux/isdn.h
6554 F: include/uapi/linux/isdn/
6555
6556 ISDN SUBSYSTEM (Eicon active card driver)
6557 M: Armin Schindler <mac@melware.de>
6558 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6559 W: http://www.melware.de
6560 S: Maintained
6561 F: drivers/isdn/hardware/eicon/
6562
6563 IT87 HARDWARE MONITORING DRIVER
6564 M: Jean Delvare <jdelvare@suse.com>
6565 L: linux-hwmon@vger.kernel.org
6566 S: Maintained
6567 F: Documentation/hwmon/it87
6568 F: drivers/hwmon/it87.c
6569
6570 IT913X MEDIA DRIVER
6571 M: Antti Palosaari <crope@iki.fi>
6572 L: linux-media@vger.kernel.org
6573 W: https://linuxtv.org
6574 W: http://palosaari.fi/linux/
6575 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6576 T: git git://linuxtv.org/anttip/media_tree.git
6577 S: Maintained
6578 F: drivers/media/tuners/it913x*
6579
6580 IVTV VIDEO4LINUX DRIVER
6581 M: Andy Walls <awalls@md.metrocast.net>
6582 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6583 L: linux-media@vger.kernel.org
6584 T: git git://linuxtv.org/media_tree.git
6585 W: http://www.ivtvdriver.org
6586 S: Maintained
6587 F: Documentation/video4linux/*.ivtv
6588 F: drivers/media/pci/ivtv/
6589 F: include/uapi/linux/ivtv*
6590
6591 IX2505V MEDIA DRIVER
6592 M: Malcolm Priestley <tvboxspy@gmail.com>
6593 L: linux-media@vger.kernel.org
6594 W: https://linuxtv.org
6595 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6596 S: Maintained
6597 F: drivers/media/dvb-frontends/ix2505v*
6598
6599 JC42.4 TEMPERATURE SENSOR DRIVER
6600 M: Guenter Roeck <linux@roeck-us.net>
6601 L: linux-hwmon@vger.kernel.org
6602 S: Maintained
6603 F: drivers/hwmon/jc42.c
6604 F: Documentation/hwmon/jc42
6605
6606 JFS FILESYSTEM
6607 M: Dave Kleikamp <shaggy@kernel.org>
6608 L: jfs-discussion@lists.sourceforge.net
6609 W: http://jfs.sourceforge.net/
6610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6611 S: Maintained
6612 F: Documentation/filesystems/jfs.txt
6613 F: fs/jfs/
6614
6615 JME NETWORK DRIVER
6616 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6617 L: netdev@vger.kernel.org
6618 S: Maintained
6619 F: drivers/net/ethernet/jme.*
6620
6621 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6622 M: David Woodhouse <dwmw2@infradead.org>
6623 L: linux-mtd@lists.infradead.org
6624 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6625 S: Maintained
6626 F: fs/jffs2/
6627 F: include/uapi/linux/jffs2.h
6628
6629 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6630 M: "Theodore Ts'o" <tytso@mit.edu>
6631 M: Jan Kara <jack@suse.com>
6632 L: linux-ext4@vger.kernel.org
6633 S: Maintained
6634 F: fs/jbd2/
6635 F: include/linux/jbd2.h
6636
6637 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6638 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6639 L: linux-media@vger.kernel.org
6640 S: Maintained
6641 F: drivers/media/platform/rcar_jpu.c
6642
6643 JSM Neo PCI based serial card
6644 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6645 L: linux-serial@vger.kernel.org
6646 S: Maintained
6647 F: drivers/tty/serial/jsm/
6648
6649 K10TEMP HARDWARE MONITORING DRIVER
6650 M: Clemens Ladisch <clemens@ladisch.de>
6651 L: linux-hwmon@vger.kernel.org
6652 S: Maintained
6653 F: Documentation/hwmon/k10temp
6654 F: drivers/hwmon/k10temp.c
6655
6656 K8TEMP HARDWARE MONITORING DRIVER
6657 M: Rudolf Marek <r.marek@assembler.cz>
6658 L: linux-hwmon@vger.kernel.org
6659 S: Maintained
6660 F: Documentation/hwmon/k8temp
6661 F: drivers/hwmon/k8temp.c
6662
6663 KASAN
6664 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6665 R: Alexander Potapenko <glider@google.com>
6666 R: Dmitry Vyukov <dvyukov@google.com>
6667 L: kasan-dev@googlegroups.com
6668 S: Maintained
6669 F: arch/*/include/asm/kasan.h
6670 F: arch/*/mm/kasan_init*
6671 F: Documentation/dev-tools/kasan.rst
6672 F: include/linux/kasan*.h
6673 F: lib/test_kasan.c
6674 F: mm/kasan/
6675 F: scripts/Makefile.kasan
6676
6677 KCONFIG
6678 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6679 L: linux-kbuild@vger.kernel.org
6680 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6681 S: Maintained
6682 F: Documentation/kbuild/kconfig-language.txt
6683 F: scripts/kconfig/
6684
6685 KDUMP
6686 M: Dave Young <dyoung@redhat.com>
6687 M: Baoquan He <bhe@redhat.com>
6688 R: Vivek Goyal <vgoyal@redhat.com>
6689 L: kexec@lists.infradead.org
6690 W: http://lse.sourceforge.net/kdump/
6691 S: Maintained
6692 F: Documentation/kdump/
6693
6694 KEENE FM RADIO TRANSMITTER DRIVER
6695 M: Hans Verkuil <hverkuil@xs4all.nl>
6696 L: linux-media@vger.kernel.org
6697 T: git git://linuxtv.org/media_tree.git
6698 W: https://linuxtv.org
6699 S: Maintained
6700 F: drivers/media/radio/radio-keene*
6701
6702 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6703 M: Ian Kent <raven@themaw.net>
6704 L: autofs@vger.kernel.org
6705 S: Maintained
6706 F: fs/autofs4/
6707
6708 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6709 M: Michal Marek <mmarek@suse.com>
6710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6712 L: linux-kbuild@vger.kernel.org
6713 S: Maintained
6714 F: Documentation/kbuild/
6715 F: Makefile
6716 F: scripts/Makefile.*
6717 F: scripts/basic/
6718 F: scripts/mk*
6719 F: scripts/package/
6720
6721 KERNEL JANITORS
6722 L: kernel-janitors@vger.kernel.org
6723 W: http://kernelnewbies.org/KernelJanitors
6724 S: Odd Fixes
6725
6726 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6727 M: "J. Bruce Fields" <bfields@fieldses.org>
6728 M: Jeff Layton <jlayton@poochiereds.net>
6729 L: linux-nfs@vger.kernel.org
6730 W: http://nfs.sourceforge.net/
6731 T: git git://linux-nfs.org/~bfields/linux.git
6732 S: Supported
6733 F: fs/nfsd/
6734 F: include/uapi/linux/nfsd/
6735 F: fs/lockd/
6736 F: fs/nfs_common/
6737 F: net/sunrpc/
6738 F: include/linux/lockd/
6739 F: include/linux/sunrpc/
6740 F: include/uapi/linux/sunrpc/
6741
6742 KERNEL SELFTEST FRAMEWORK
6743 M: Shuah Khan <shuahkh@osg.samsung.com>
6744 M: Shuah Khan <shuah@kernel.org>
6745 L: linux-kselftest@vger.kernel.org
6746 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6747 S: Maintained
6748 F: tools/testing/selftests
6749
6750 KERNEL VIRTUAL MACHINE (KVM)
6751 M: Paolo Bonzini <pbonzini@redhat.com>
6752 M: Radim Krčmář <rkrcmar@redhat.com>
6753 L: kvm@vger.kernel.org
6754 W: http://www.linux-kvm.org
6755 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6756 S: Supported
6757 F: Documentation/*/kvm*.txt
6758 F: Documentation/virtual/kvm/
6759 F: arch/*/kvm/
6760 F: arch/x86/kernel/kvm.c
6761 F: arch/x86/kernel/kvmclock.c
6762 F: arch/*/include/asm/kvm*
6763 F: include/linux/kvm*
6764 F: include/uapi/linux/kvm*
6765 F: virt/kvm/
6766 F: tools/kvm/
6767
6768 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6769 M: Joerg Roedel <joro@8bytes.org>
6770 L: kvm@vger.kernel.org
6771 W: http://www.linux-kvm.org/
6772 S: Maintained
6773 F: arch/x86/include/asm/svm.h
6774 F: arch/x86/kvm/svm.c
6775
6776 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6777 M: Alexander Graf <agraf@suse.com>
6778 L: kvm-ppc@vger.kernel.org
6779 W: http://www.linux-kvm.org/
6780 T: git git://github.com/agraf/linux-2.6.git
6781 S: Supported
6782 F: arch/powerpc/include/asm/kvm*
6783 F: arch/powerpc/kvm/
6784
6785 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6786 M: Christian Borntraeger <borntraeger@de.ibm.com>
6787 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6788 L: linux-s390@vger.kernel.org
6789 W: http://www.ibm.com/developerworks/linux/linux390/
6790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6791 S: Supported
6792 F: Documentation/s390/kvm.txt
6793 F: arch/s390/include/asm/kvm*
6794 F: arch/s390/kvm/
6795
6796 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6797 M: Christoffer Dall <christoffer.dall@linaro.org>
6798 M: Marc Zyngier <marc.zyngier@arm.com>
6799 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6800 L: kvmarm@lists.cs.columbia.edu
6801 W: http://systems.cs.columbia.edu/projects/kvm-arm
6802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6803 S: Supported
6804 F: arch/arm/include/uapi/asm/kvm*
6805 F: arch/arm/include/asm/kvm*
6806 F: arch/arm/kvm/
6807 F: virt/kvm/arm/
6808 F: include/kvm/arm_*
6809
6810 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6811 M: Christoffer Dall <christoffer.dall@linaro.org>
6812 M: Marc Zyngier <marc.zyngier@arm.com>
6813 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6814 L: kvmarm@lists.cs.columbia.edu
6815 S: Maintained
6816 F: arch/arm64/include/uapi/asm/kvm*
6817 F: arch/arm64/include/asm/kvm*
6818 F: arch/arm64/kvm/
6819
6820 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6821 M: James Hogan <james.hogan@imgtec.com>
6822 L: linux-mips@linux-mips.org
6823 S: Supported
6824 F: arch/mips/include/uapi/asm/kvm*
6825 F: arch/mips/include/asm/kvm*
6826 F: arch/mips/kvm/
6827
6828 KEXEC
6829 M: Eric Biederman <ebiederm@xmission.com>
6830 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6831 L: kexec@lists.infradead.org
6832 S: Maintained
6833 F: include/linux/kexec.h
6834 F: include/uapi/linux/kexec.h
6835 F: kernel/kexec*
6836
6837 KEYS/KEYRINGS:
6838 M: David Howells <dhowells@redhat.com>
6839 L: keyrings@vger.kernel.org
6840 S: Maintained
6841 F: Documentation/security/keys.txt
6842 F: include/linux/key.h
6843 F: include/linux/key-type.h
6844 F: include/linux/keyctl.h
6845 F: include/uapi/linux/keyctl.h
6846 F: include/keys/
6847 F: security/keys/
6848
6849 KEYS-TRUSTED
6850 M: David Safford <safford@us.ibm.com>
6851 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6852 L: linux-security-module@vger.kernel.org
6853 L: keyrings@vger.kernel.org
6854 S: Supported
6855 F: Documentation/security/keys-trusted-encrypted.txt
6856 F: include/keys/trusted-type.h
6857 F: security/keys/trusted.c
6858 F: security/keys/trusted.h
6859
6860 KEYS-ENCRYPTED
6861 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6862 M: David Safford <safford@us.ibm.com>
6863 L: linux-security-module@vger.kernel.org
6864 L: keyrings@vger.kernel.org
6865 S: Supported
6866 F: Documentation/security/keys-trusted-encrypted.txt
6867 F: include/keys/encrypted-type.h
6868 F: security/keys/encrypted-keys/
6869
6870 KGDB / KDB /debug_core
6871 M: Jason Wessel <jason.wessel@windriver.com>
6872 W: http://kgdb.wiki.kernel.org/
6873 L: kgdb-bugreport@lists.sourceforge.net
6874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6875 S: Maintained
6876 F: Documentation/DocBook/kgdb.tmpl
6877 F: drivers/misc/kgdbts.c
6878 F: drivers/tty/serial/kgdboc.c
6879 F: include/linux/kdb.h
6880 F: include/linux/kgdb.h
6881 F: kernel/debug/
6882
6883 KMEMCHECK
6884 M: Vegard Nossum <vegardno@ifi.uio.no>
6885 M: Pekka Enberg <penberg@kernel.org>
6886 S: Maintained
6887 F: Documentation/dev-tools/kmemcheck.rst
6888 F: arch/x86/include/asm/kmemcheck.h
6889 F: arch/x86/mm/kmemcheck/
6890 F: include/linux/kmemcheck.h
6891 F: mm/kmemcheck.c
6892
6893 KMEMLEAK
6894 M: Catalin Marinas <catalin.marinas@arm.com>
6895 S: Maintained
6896 F: Documentation/dev-tools/kmemleak.rst
6897 F: include/linux/kmemleak.h
6898 F: mm/kmemleak.c
6899 F: mm/kmemleak-test.c
6900
6901 KPROBES
6902 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6903 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6904 M: "David S. Miller" <davem@davemloft.net>
6905 M: Masami Hiramatsu <mhiramat@kernel.org>
6906 S: Maintained
6907 F: Documentation/kprobes.txt
6908 F: include/linux/kprobes.h
6909 F: kernel/kprobes.c
6910
6911 KS0108 LCD CONTROLLER DRIVER
6912 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6913 W: http://miguelojeda.es/auxdisplay.htm
6914 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6915 S: Maintained
6916 F: Documentation/auxdisplay/ks0108
6917 F: drivers/auxdisplay/ks0108.c
6918 F: include/linux/ks0108.h
6919
6920 L3MDEV
6921 M: David Ahern <dsa@cumulusnetworks.com>
6922 L: netdev@vger.kernel.org
6923 S: Maintained
6924 F: net/l3mdev
6925 F: include/net/l3mdev.h
6926
6927 LANTIQ MIPS ARCHITECTURE
6928 M: John Crispin <john@phrozen.org>
6929 L: linux-mips@linux-mips.org
6930 S: Maintained
6931 F: arch/mips/lantiq
6932
6933 LAPB module
6934 L: linux-x25@vger.kernel.org
6935 S: Orphan
6936 F: Documentation/networking/lapb-module.txt
6937 F: include/*/lapb.h
6938 F: net/lapb/
6939
6940 LASI 53c700 driver for PARISC
6941 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6942 L: linux-scsi@vger.kernel.org
6943 S: Maintained
6944 F: Documentation/scsi/53c700.txt
6945 F: drivers/scsi/53c700*
6946
6947 LED SUBSYSTEM
6948 M: Richard Purdie <rpurdie@rpsys.net>
6949 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6950 L: linux-leds@vger.kernel.org
6951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6952 S: Maintained
6953 F: Documentation/devicetree/bindings/leds/
6954 F: drivers/leds/
6955 F: include/linux/leds.h
6956
6957 LEGACY EEPROM DRIVER
6958 M: Jean Delvare <jdelvare@suse.com>
6959 S: Maintained
6960 F: Documentation/misc-devices/eeprom
6961 F: drivers/misc/eeprom/eeprom.c
6962
6963 LEGO USB Tower driver
6964 M: Juergen Stuber <starblue@users.sourceforge.net>
6965 L: legousb-devel@lists.sourceforge.net
6966 W: http://legousb.sourceforge.net/
6967 S: Maintained
6968 F: drivers/usb/misc/legousbtower.c
6969
6970 LG2160 MEDIA DRIVER
6971 M: Michael Krufky <mkrufky@linuxtv.org>
6972 L: linux-media@vger.kernel.org
6973 W: https://linuxtv.org
6974 W: http://github.com/mkrufky
6975 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6976 T: git git://linuxtv.org/mkrufky/tuners.git
6977 S: Maintained
6978 F: drivers/media/dvb-frontends/lg2160.*
6979
6980 LGDT3305 MEDIA DRIVER
6981 M: Michael Krufky <mkrufky@linuxtv.org>
6982 L: linux-media@vger.kernel.org
6983 W: https://linuxtv.org
6984 W: http://github.com/mkrufky
6985 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6986 T: git git://linuxtv.org/mkrufky/tuners.git
6987 S: Maintained
6988 F: drivers/media/dvb-frontends/lgdt3305.*
6989
6990 LGUEST
6991 M: Rusty Russell <rusty@rustcorp.com.au>
6992 L: lguest@lists.ozlabs.org
6993 W: http://lguest.ozlabs.org/
6994 S: Odd Fixes
6995 F: arch/x86/include/asm/lguest*.h
6996 F: arch/x86/lguest/
6997 F: drivers/lguest/
6998 F: include/linux/lguest*.h
6999 F: tools/lguest/
7000
7001 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7002 M: Tejun Heo <tj@kernel.org>
7003 L: linux-ide@vger.kernel.org
7004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7005 S: Maintained
7006 F: drivers/ata/
7007 F: include/linux/ata.h
7008 F: include/linux/libata.h
7009 F: Documentation/devicetree/bindings/ata/
7010
7011 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7012 M: Viresh Kumar <vireshk@kernel.org>
7013 L: linux-ide@vger.kernel.org
7014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7015 S: Maintained
7016 F: include/linux/pata_arasan_cf_data.h
7017 F: drivers/ata/pata_arasan_cf.c
7018
7019 LIBATA PATA DRIVERS
7020 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7021 M: Tejun Heo <tj@kernel.org>
7022 L: linux-ide@vger.kernel.org
7023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7024 S: Maintained
7025 F: drivers/ata/pata_*.c
7026 F: drivers/ata/ata_generic.c
7027
7028 LIBATA SATA AHCI PLATFORM devices support
7029 M: Hans de Goede <hdegoede@redhat.com>
7030 M: Tejun Heo <tj@kernel.org>
7031 L: linux-ide@vger.kernel.org
7032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7033 S: Maintained
7034 F: drivers/ata/ahci_platform.c
7035 F: drivers/ata/libahci_platform.c
7036 F: include/linux/ahci_platform.h
7037
7038 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7039 M: Mikael Pettersson <mikpelinux@gmail.com>
7040 L: linux-ide@vger.kernel.org
7041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7042 S: Maintained
7043 F: drivers/ata/sata_promise.*
7044
7045 LIBLOCKDEP
7046 M: Sasha Levin <sasha.levin@oracle.com>
7047 S: Maintained
7048 F: tools/lib/lockdep/
7049
7050 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7051 M: Dan Williams <dan.j.williams@intel.com>
7052 L: linux-nvdimm@lists.01.org
7053 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7055 S: Supported
7056 F: drivers/nvdimm/*
7057 F: include/linux/nd.h
7058 F: include/linux/libnvdimm.h
7059 F: include/uapi/linux/ndctl.h
7060
7061 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7062 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7063 L: linux-nvdimm@lists.01.org
7064 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7065 S: Supported
7066 F: drivers/nvdimm/blk.c
7067 F: drivers/nvdimm/region_devs.c
7068 F: drivers/acpi/nfit*
7069
7070 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7071 M: Vishal Verma <vishal.l.verma@intel.com>
7072 L: linux-nvdimm@lists.01.org
7073 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7074 S: Supported
7075 F: drivers/nvdimm/btt*
7076
7077 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7078 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7079 L: linux-nvdimm@lists.01.org
7080 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7081 S: Supported
7082 F: drivers/nvdimm/pmem.c
7083 F: include/linux/pmem.h
7084 F: arch/*/include/asm/pmem.h
7085
7086 LIGHTNVM PLATFORM SUPPORT
7087 M: Matias Bjorling <mb@lightnvm.io>
7088 W: http://github/OpenChannelSSD
7089 L: linux-block@vger.kernel.org
7090 S: Maintained
7091 F: drivers/lightnvm/
7092 F: include/linux/lightnvm.h
7093 F: include/uapi/linux/lightnvm.h
7094
7095 LINUX FOR IBM pSERIES (RS/6000)
7096 M: Paul Mackerras <paulus@au.ibm.com>
7097 W: http://www.ibm.com/linux/ltc/projects/ppc
7098 S: Supported
7099 F: arch/powerpc/boot/rs6000.h
7100
7101 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7102 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7103 M: Paul Mackerras <paulus@samba.org>
7104 M: Michael Ellerman <mpe@ellerman.id.au>
7105 W: http://www.penguinppc.org/
7106 L: linuxppc-dev@lists.ozlabs.org
7107 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7109 S: Supported
7110 F: Documentation/powerpc/
7111 F: arch/powerpc/
7112 F: drivers/char/tpm/tpm_ibmvtpm*
7113 F: drivers/crypto/nx/
7114 F: drivers/crypto/vmx/
7115 F: drivers/net/ethernet/ibm/ibmveth.*
7116 F: drivers/net/ethernet/ibm/ibmvnic.*
7117 F: drivers/pci/hotplug/pnv_php.c
7118 F: drivers/pci/hotplug/rpa*
7119 F: drivers/scsi/ibmvscsi/
7120 N: opal
7121 N: /pmac
7122 N: powermac
7123 N: powernv
7124 N: [^a-z0-9]ps3
7125 N: pseries
7126
7127 LINUX FOR POWER MACINTOSH
7128 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7129 W: http://www.penguinppc.org/
7130 L: linuxppc-dev@lists.ozlabs.org
7131 S: Maintained
7132 F: arch/powerpc/platforms/powermac/
7133 F: drivers/macintosh/
7134
7135 LINUX FOR POWERPC EMBEDDED MPC5XXX
7136 M: Anatolij Gustschin <agust@denx.de>
7137 L: linuxppc-dev@lists.ozlabs.org
7138 T: git git://git.denx.de/linux-denx-agust.git
7139 S: Maintained
7140 F: arch/powerpc/platforms/512x/
7141 F: arch/powerpc/platforms/52xx/
7142
7143 LINUX FOR POWERPC EMBEDDED PPC4XX
7144 M: Alistair Popple <alistair@popple.id.au>
7145 M: Matt Porter <mporter@kernel.crashing.org>
7146 W: http://www.penguinppc.org/
7147 L: linuxppc-dev@lists.ozlabs.org
7148 S: Maintained
7149 F: arch/powerpc/platforms/40x/
7150 F: arch/powerpc/platforms/44x/
7151
7152 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7153 L: linuxppc-dev@lists.ozlabs.org
7154 S: Orphan
7155 F: arch/powerpc/*/*virtex*
7156 F: arch/powerpc/*/*/*virtex*
7157
7158 LINUX FOR POWERPC EMBEDDED PPC8XX
7159 M: Vitaly Bordug <vitb@kernel.crashing.org>
7160 W: http://www.penguinppc.org/
7161 L: linuxppc-dev@lists.ozlabs.org
7162 S: Maintained
7163 F: arch/powerpc/platforms/8xx/
7164
7165 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7166 M: Scott Wood <oss@buserror.net>
7167 M: Kumar Gala <galak@kernel.crashing.org>
7168 W: http://www.penguinppc.org/
7169 L: linuxppc-dev@lists.ozlabs.org
7170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7171 S: Maintained
7172 F: arch/powerpc/platforms/83xx/
7173 F: arch/powerpc/platforms/85xx/
7174
7175 LINUX FOR POWERPC PA SEMI PWRFICIENT
7176 M: Olof Johansson <olof@lixom.net>
7177 L: linuxppc-dev@lists.ozlabs.org
7178 S: Maintained
7179 F: arch/powerpc/platforms/pasemi/
7180 F: drivers/*/*pasemi*
7181 F: drivers/*/*/*pasemi*
7182
7183 LINUX SECURITY MODULE (LSM) FRAMEWORK
7184 M: Chris Wright <chrisw@sous-sol.org>
7185 L: linux-security-module@vger.kernel.org
7186 S: Supported
7187
7188 LIS3LV02D ACCELEROMETER DRIVER
7189 M: Eric Piel <eric.piel@tremplin-utc.net>
7190 S: Maintained
7191 F: Documentation/misc-devices/lis3lv02d
7192 F: drivers/misc/lis3lv02d/
7193 F: drivers/platform/x86/hp_accel.c
7194
7195 LIVE PATCHING
7196 M: Josh Poimboeuf <jpoimboe@redhat.com>
7197 M: Jessica Yu <jeyu@redhat.com>
7198 M: Jiri Kosina <jikos@kernel.org>
7199 M: Miroslav Benes <mbenes@suse.cz>
7200 R: Petr Mladek <pmladek@suse.com>
7201 S: Maintained
7202 F: kernel/livepatch/
7203 F: include/linux/livepatch.h
7204 F: arch/x86/include/asm/livepatch.h
7205 F: arch/x86/kernel/livepatch.c
7206 F: Documentation/livepatch/
7207 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7208 F: samples/livepatch/
7209 L: live-patching@vger.kernel.org
7210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7211
7212 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7213 M: Kees Cook <keescook@chromium.org>
7214 S: Maintained
7215 F: drivers/misc/lkdtm*
7216
7217 LLC (802.2)
7218 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7219 S: Maintained
7220 F: include/linux/llc.h
7221 F: include/uapi/linux/llc.h
7222 F: include/net/llc*
7223 F: net/llc/
7224
7225 LM73 HARDWARE MONITOR DRIVER
7226 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7227 L: linux-hwmon@vger.kernel.org
7228 S: Maintained
7229 F: drivers/hwmon/lm73.c
7230
7231 LM78 HARDWARE MONITOR DRIVER
7232 M: Jean Delvare <jdelvare@suse.com>
7233 L: linux-hwmon@vger.kernel.org
7234 S: Maintained
7235 F: Documentation/hwmon/lm78
7236 F: drivers/hwmon/lm78.c
7237
7238 LM83 HARDWARE MONITOR DRIVER
7239 M: Jean Delvare <jdelvare@suse.com>
7240 L: linux-hwmon@vger.kernel.org
7241 S: Maintained
7242 F: Documentation/hwmon/lm83
7243 F: drivers/hwmon/lm83.c
7244
7245 LM90 HARDWARE MONITOR DRIVER
7246 M: Jean Delvare <jdelvare@suse.com>
7247 L: linux-hwmon@vger.kernel.org
7248 S: Maintained
7249 F: Documentation/hwmon/lm90
7250 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7251 F: drivers/hwmon/lm90.c
7252
7253 LM95234 HARDWARE MONITOR DRIVER
7254 M: Guenter Roeck <linux@roeck-us.net>
7255 L: linux-hwmon@vger.kernel.org
7256 S: Maintained
7257 F: Documentation/hwmon/lm95234
7258 F: drivers/hwmon/lm95234.c
7259
7260 LME2510 MEDIA DRIVER
7261 M: Malcolm Priestley <tvboxspy@gmail.com>
7262 L: linux-media@vger.kernel.org
7263 W: https://linuxtv.org
7264 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7265 S: Maintained
7266 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7267
7268 LOCKING PRIMITIVES
7269 M: Peter Zijlstra <peterz@infradead.org>
7270 M: Ingo Molnar <mingo@redhat.com>
7271 L: linux-kernel@vger.kernel.org
7272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7273 S: Maintained
7274 F: Documentation/locking/
7275 F: include/linux/lockdep.h
7276 F: include/linux/spinlock*.h
7277 F: arch/*/include/asm/spinlock*.h
7278 F: include/linux/rwlock*.h
7279 F: include/linux/mutex*.h
7280 F: arch/*/include/asm/mutex*.h
7281 F: include/linux/rwsem*.h
7282 F: arch/*/include/asm/rwsem.h
7283 F: include/linux/seqlock.h
7284 F: lib/locking*.[ch]
7285 F: kernel/locking/
7286
7287 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7288 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7289 L: linux-ntfs-dev@lists.sourceforge.net
7290 W: http://www.linux-ntfs.org/content/view/19/37/
7291 S: Maintained
7292 F: Documentation/ldm.txt
7293 F: block/partitions/ldm.*
7294
7295 LogFS
7296 M: Joern Engel <joern@logfs.org>
7297 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7298 L: logfs@logfs.org
7299 W: logfs.org
7300 S: Maintained
7301 F: fs/logfs/
7302
7303 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7304 M: Sathya Prakash <sathya.prakash@broadcom.com>
7305 M: Chaitra P B <chaitra.basappa@broadcom.com>
7306 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7307 L: MPT-FusionLinux.pdl@broadcom.com
7308 L: linux-scsi@vger.kernel.org
7309 W: http://www.avagotech.com/support/
7310 S: Supported
7311 F: drivers/message/fusion/
7312 F: drivers/scsi/mpt2sas/
7313 F: drivers/scsi/mpt3sas/
7314
7315 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7316 M: Matthew Wilcox <matthew@wil.cx>
7317 L: linux-scsi@vger.kernel.org
7318 S: Maintained
7319 F: drivers/scsi/sym53c8xx_2/
7320
7321 LTC4261 HARDWARE MONITOR DRIVER
7322 M: Guenter Roeck <linux@roeck-us.net>
7323 L: linux-hwmon@vger.kernel.org
7324 S: Maintained
7325 F: Documentation/hwmon/ltc4261
7326 F: drivers/hwmon/ltc4261.c
7327
7328 LTP (Linux Test Project)
7329 M: Mike Frysinger <vapier@gentoo.org>
7330 M: Cyril Hrubis <chrubis@suse.cz>
7331 M: Wanlong Gao <wanlong.gao@gmail.com>
7332 M: Jan Stancek <jstancek@redhat.com>
7333 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7334 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7335 L: ltp@lists.linux.it (subscribers-only)
7336 W: http://linux-test-project.github.io/
7337 T: git git://github.com/linux-test-project/ltp.git
7338 S: Maintained
7339
7340 M32R ARCHITECTURE
7341 W: http://www.linux-m32r.org/
7342 S: Orphan
7343 F: arch/m32r/
7344
7345 M68K ARCHITECTURE
7346 M: Geert Uytterhoeven <geert@linux-m68k.org>
7347 L: linux-m68k@lists.linux-m68k.org
7348 W: http://www.linux-m68k.org/
7349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7350 S: Maintained
7351 F: arch/m68k/
7352 F: drivers/zorro/
7353
7354 M68K ON APPLE MACINTOSH
7355 M: Joshua Thompson <funaho@jurai.org>
7356 W: http://www.mac.linux-m68k.org/
7357 L: linux-m68k@lists.linux-m68k.org
7358 S: Maintained
7359 F: arch/m68k/mac/
7360
7361 M68K ON HP9000/300
7362 M: Philip Blundell <philb@gnu.org>
7363 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7364 S: Maintained
7365 F: arch/m68k/hp300/
7366
7367 M88DS3103 MEDIA DRIVER
7368 M: Antti Palosaari <crope@iki.fi>
7369 L: linux-media@vger.kernel.org
7370 W: https://linuxtv.org
7371 W: http://palosaari.fi/linux/
7372 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7373 T: git git://linuxtv.org/anttip/media_tree.git
7374 S: Maintained
7375 F: drivers/media/dvb-frontends/m88ds3103*
7376
7377 M88RS2000 MEDIA DRIVER
7378 M: Malcolm Priestley <tvboxspy@gmail.com>
7379 L: linux-media@vger.kernel.org
7380 W: https://linuxtv.org
7381 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7382 S: Maintained
7383 F: drivers/media/dvb-frontends/m88rs2000*
7384
7385 MA901 MASTERKIT USB FM RADIO DRIVER
7386 M: Alexey Klimov <klimov.linux@gmail.com>
7387 L: linux-media@vger.kernel.org
7388 T: git git://linuxtv.org/media_tree.git
7389 S: Maintained
7390 F: drivers/media/radio/radio-ma901.c
7391
7392 MAC80211
7393 M: Johannes Berg <johannes@sipsolutions.net>
7394 L: linux-wireless@vger.kernel.org
7395 W: http://wireless.kernel.org/
7396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7398 S: Maintained
7399 F: Documentation/networking/mac80211-injection.txt
7400 F: include/net/mac80211.h
7401 F: net/mac80211/
7402 F: drivers/net/wireless/mac80211_hwsim.[ch]
7403
7404 MACVLAN DRIVER
7405 M: Patrick McHardy <kaber@trash.net>
7406 L: netdev@vger.kernel.org
7407 S: Maintained
7408 F: drivers/net/macvlan.c
7409 F: include/linux/if_macvlan.h
7410
7411 MAILBOX API
7412 M: Jassi Brar <jassisinghbrar@gmail.com>
7413 L: linux-kernel@vger.kernel.org
7414 S: Maintained
7415 F: drivers/mailbox/
7416 F: include/linux/mailbox_client.h
7417 F: include/linux/mailbox_controller.h
7418
7419 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7420 M: Michael Kerrisk <mtk.manpages@gmail.com>
7421 W: http://www.kernel.org/doc/man-pages
7422 L: linux-man@vger.kernel.org
7423 S: Maintained
7424
7425 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7426 M: Andrew Lunn <andrew@lunn.ch>
7427 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7428 S: Maintained
7429 F: drivers/net/dsa/mv88e6xxx/
7430
7431 MARVELL ARMADA DRM SUPPORT
7432 M: Russell King <rmk+kernel@armlinux.org.uk>
7433 S: Maintained
7434 F: drivers/gpu/drm/armada/
7435 F: include/uapi/drm/armada_drm.h
7436 F: Documentation/devicetree/bindings/display/armada/
7437
7438 MARVELL CRYPTO DRIVER
7439 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7440 M: Arnaud Ebalard <arno@natisbad.org>
7441 F: drivers/crypto/marvell/
7442 S: Maintained
7443 L: linux-crypto@vger.kernel.org
7444
7445 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7446 M: Mirko Lindner <mlindner@marvell.com>
7447 M: Stephen Hemminger <stephen@networkplumber.org>
7448 L: netdev@vger.kernel.org
7449 S: Maintained
7450 F: drivers/net/ethernet/marvell/sk*
7451
7452 MARVELL LIBERTAS WIRELESS DRIVER
7453 L: libertas-dev@lists.infradead.org
7454 S: Orphan
7455 F: drivers/net/wireless/marvell/libertas/
7456
7457 MARVELL MV643XX ETHERNET DRIVER
7458 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7459 L: netdev@vger.kernel.org
7460 S: Maintained
7461 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7462 F: include/linux/mv643xx.h
7463
7464 MARVELL MVNETA ETHERNET DRIVER
7465 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7466 L: netdev@vger.kernel.org
7467 S: Maintained
7468 F: drivers/net/ethernet/marvell/mvneta.*
7469
7470 MARVELL MWIFIEX WIRELESS DRIVER
7471 M: Amitkumar Karwar <akarwar@marvell.com>
7472 M: Nishant Sarmukadam <nishants@marvell.com>
7473 L: linux-wireless@vger.kernel.org
7474 S: Maintained
7475 F: drivers/net/wireless/marvell/mwifiex/
7476
7477 MARVELL MWL8K WIRELESS DRIVER
7478 M: Lennert Buytenhek <buytenh@wantstofly.org>
7479 L: linux-wireless@vger.kernel.org
7480 S: Odd Fixes
7481 F: drivers/net/wireless/marvell/mwl8k.c
7482
7483 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7484 M: Nicolas Pitre <nico@fluxnic.net>
7485 S: Odd Fixes
7486 F: drivers/mmc/host/mvsdio.*
7487
7488 MATROX FRAMEBUFFER DRIVER
7489 L: linux-fbdev@vger.kernel.org
7490 S: Orphan
7491 F: drivers/video/fbdev/matrox/matroxfb_*
7492 F: include/uapi/linux/matroxfb.h
7493
7494 MAX16065 HARDWARE MONITOR DRIVER
7495 M: Guenter Roeck <linux@roeck-us.net>
7496 L: linux-hwmon@vger.kernel.org
7497 S: Maintained
7498 F: Documentation/hwmon/max16065
7499 F: drivers/hwmon/max16065.c
7500
7501 MAX20751 HARDWARE MONITOR DRIVER
7502 M: Guenter Roeck <linux@roeck-us.net>
7503 L: linux-hwmon@vger.kernel.org
7504 S: Maintained
7505 F: Documentation/hwmon/max20751
7506 F: drivers/hwmon/max20751.c
7507
7508 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7509 L: linux-hwmon@vger.kernel.org
7510 S: Orphan
7511 F: Documentation/hwmon/max6650
7512 F: drivers/hwmon/max6650.c
7513
7514 MAX6697 HARDWARE MONITOR DRIVER
7515 M: Guenter Roeck <linux@roeck-us.net>
7516 L: linux-hwmon@vger.kernel.org
7517 S: Maintained
7518 F: Documentation/hwmon/max6697
7519 F: Documentation/devicetree/bindings/i2c/max6697.txt
7520 F: drivers/hwmon/max6697.c
7521 F: include/linux/platform_data/max6697.h
7522
7523 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7524 M: Peter Rosin <peda@axentia.se>
7525 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7526 S: Maintained
7527 F: Documentation/devicetree/bindings/sound/max9860.txt
7528 F: sound/soc/codecs/max9860.*
7529
7530 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7531 M: Krzysztof Kozlowski <krzk@kernel.org>
7532 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7533 L: linux-pm@vger.kernel.org
7534 S: Supported
7535 F: drivers/power/supply/max14577_charger.c
7536 F: drivers/power/supply/max77693_charger.c
7537
7538 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7539 M: Javier Martinez Canillas <javier@osg.samsung.com>
7540 L: linux-kernel@vger.kernel.org
7541 S: Supported
7542 F: drivers/*/*max77802*.c
7543 F: Documentation/devicetree/bindings/*/*max77802.txt
7544 F: include/dt-bindings/*/*max77802.h
7545
7546 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7547 M: Chanwoo Choi <cw00.choi@samsung.com>
7548 M: Krzysztof Kozlowski <krzk@kernel.org>
7549 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7550 L: linux-kernel@vger.kernel.org
7551 S: Supported
7552 F: drivers/*/max14577*.c
7553 F: drivers/*/max77686*.c
7554 F: drivers/*/max77693*.c
7555 F: drivers/extcon/extcon-max14577.c
7556 F: drivers/extcon/extcon-max77693.c
7557 F: drivers/rtc/rtc-max77686.c
7558 F: drivers/clk/clk-max77686.c
7559 F: Documentation/devicetree/bindings/mfd/max14577.txt
7560 F: Documentation/devicetree/bindings/*/max77686.txt
7561 F: Documentation/devicetree/bindings/mfd/max77693.txt
7562 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7563 F: include/linux/mfd/max14577*.h
7564 F: include/linux/mfd/max77686*.h
7565 F: include/linux/mfd/max77693*.h
7566
7567 MAXIRADIO FM RADIO RECEIVER DRIVER
7568 M: Hans Verkuil <hverkuil@xs4all.nl>
7569 L: linux-media@vger.kernel.org
7570 T: git git://linuxtv.org/media_tree.git
7571 W: https://linuxtv.org
7572 S: Maintained
7573 F: drivers/media/radio/radio-maxiradio*
7574
7575 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7576 M: Peter Rosin <peda@axentia.se>
7577 L: linux-iio@vger.kernel.org
7578 S: Maintained
7579 F: drivers/iio/potentiometer/mcp4531.c
7580
7581 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7582 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7583 L: linux-iio@vger.kernel.org
7584 S: Maintained
7585 F: drivers/iio/dac/cio-dac.c
7586
7587 MEDIA DRIVERS FOR RENESAS - FCP
7588 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7589 L: linux-media@vger.kernel.org
7590 L: linux-renesas-soc@vger.kernel.org
7591 T: git git://linuxtv.org/media_tree.git
7592 S: Supported
7593 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7594 F: drivers/media/platform/rcar-fcp.c
7595 F: include/media/rcar-fcp.h
7596
7597 MEDIA DRIVERS FOR RENESAS - VSP1
7598 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7599 L: linux-media@vger.kernel.org
7600 L: linux-renesas-soc@vger.kernel.org
7601 T: git git://linuxtv.org/media_tree.git
7602 S: Supported
7603 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7604 F: drivers/media/platform/vsp1/
7605
7606 MEDIA DRIVERS FOR HELENE
7607 M: Abylay Ospan <aospan@netup.ru>
7608 L: linux-media@vger.kernel.org
7609 W: https://linuxtv.org
7610 W: http://netup.tv/
7611 T: git git://linuxtv.org/media_tree.git
7612 S: Supported
7613 F: drivers/media/dvb-frontends/helene*
7614
7615 MEDIA DRIVERS FOR ASCOT2E
7616 M: Sergey Kozlov <serjk@netup.ru>
7617 M: Abylay Ospan <aospan@netup.ru>
7618 L: linux-media@vger.kernel.org
7619 W: https://linuxtv.org
7620 W: http://netup.tv/
7621 T: git git://linuxtv.org/media_tree.git
7622 S: Supported
7623 F: drivers/media/dvb-frontends/ascot2e*
7624
7625 MEDIA DRIVERS FOR CXD2841ER
7626 M: Sergey Kozlov <serjk@netup.ru>
7627 M: Abylay Ospan <aospan@netup.ru>
7628 L: linux-media@vger.kernel.org
7629 W: https://linuxtv.org
7630 W: http://netup.tv/
7631 T: git git://linuxtv.org/media_tree.git
7632 S: Supported
7633 F: drivers/media/dvb-frontends/cxd2841er*
7634
7635 MEDIA DRIVERS FOR HORUS3A
7636 M: Sergey Kozlov <serjk@netup.ru>
7637 M: Abylay Ospan <aospan@netup.ru>
7638 L: linux-media@vger.kernel.org
7639 W: https://linuxtv.org
7640 W: http://netup.tv/
7641 T: git git://linuxtv.org/media_tree.git
7642 S: Supported
7643 F: drivers/media/dvb-frontends/horus3a*
7644
7645 MEDIA DRIVERS FOR LNBH25
7646 M: Sergey Kozlov <serjk@netup.ru>
7647 M: Abylay Ospan <aospan@netup.ru>
7648 L: linux-media@vger.kernel.org
7649 W: https://linuxtv.org
7650 W: http://netup.tv/
7651 T: git git://linuxtv.org/media_tree.git
7652 S: Supported
7653 F: drivers/media/dvb-frontends/lnbh25*
7654
7655 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7656 M: Sergey Kozlov <serjk@netup.ru>
7657 M: Abylay Ospan <aospan@netup.ru>
7658 L: linux-media@vger.kernel.org
7659 W: https://linuxtv.org
7660 W: http://netup.tv/
7661 T: git git://linuxtv.org/media_tree.git
7662 S: Supported
7663 F: drivers/media/pci/netup_unidvb/*
7664
7665 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7666 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7667 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7668 P: LinuxTV.org Project
7669 L: linux-media@vger.kernel.org
7670 W: https://linuxtv.org
7671 Q: http://patchwork.kernel.org/project/linux-media/list/
7672 T: git git://linuxtv.org/media_tree.git
7673 S: Maintained
7674 F: Documentation/dvb/
7675 F: Documentation/video4linux/
7676 F: Documentation/DocBook/media/
7677 F: drivers/media/
7678 F: drivers/staging/media/
7679 F: include/linux/platform_data/media/
7680 F: include/media/
7681 F: include/uapi/linux/dvb/
7682 F: include/uapi/linux/videodev2.h
7683 F: include/uapi/linux/media.h
7684 F: include/uapi/linux/v4l2-*
7685 F: include/uapi/linux/meye.h
7686 F: include/uapi/linux/ivtv*
7687 F: include/uapi/linux/uvcvideo.h
7688
7689 MEDIATEK ETHERNET DRIVER
7690 M: Felix Fietkau <nbd@openwrt.org>
7691 M: John Crispin <blogic@openwrt.org>
7692 L: netdev@vger.kernel.org
7693 S: Maintained
7694 F: drivers/net/ethernet/mediatek/
7695
7696 MEDIATEK MT7601U WIRELESS LAN DRIVER
7697 M: Jakub Kicinski <kubakici@wp.pl>
7698 L: linux-wireless@vger.kernel.org
7699 S: Maintained
7700 F: drivers/net/wireless/mediatek/mt7601u/
7701
7702 MEGARAID SCSI/SAS DRIVERS
7703 M: Kashyap Desai <kashyap.desai@avagotech.com>
7704 M: Sumit Saxena <sumit.saxena@avagotech.com>
7705 M: Uday Lingala <uday.lingala@avagotech.com>
7706 L: megaraidlinux.pdl@avagotech.com
7707 L: linux-scsi@vger.kernel.org
7708 W: http://www.lsi.com
7709 S: Maintained
7710 F: Documentation/scsi/megaraid.txt
7711 F: drivers/scsi/megaraid.*
7712 F: drivers/scsi/megaraid/
7713
7714 MELLANOX ETHERNET DRIVER (mlx4_en)
7715 M: Tariq Toukan <tariqt@mellanox.com>
7716 L: netdev@vger.kernel.org
7717 S: Supported
7718 W: http://www.mellanox.com
7719 Q: http://patchwork.ozlabs.org/project/netdev/list/
7720 F: drivers/net/ethernet/mellanox/mlx4/en_*
7721
7722 MELLANOX ETHERNET DRIVER (mlx5e)
7723 M: Saeed Mahameed <saeedm@mellanox.com>
7724 L: netdev@vger.kernel.org
7725 S: Supported
7726 W: http://www.mellanox.com
7727 Q: http://patchwork.ozlabs.org/project/netdev/list/
7728 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7729
7730 MELLANOX ETHERNET SWITCH DRIVERS
7731 M: Jiri Pirko <jiri@mellanox.com>
7732 M: Ido Schimmel <idosch@mellanox.com>
7733 L: netdev@vger.kernel.org
7734 S: Supported
7735 W: http://www.mellanox.com
7736 Q: http://patchwork.ozlabs.org/project/netdev/list/
7737 F: drivers/net/ethernet/mellanox/mlxsw/
7738
7739 MELLANOX MLXCPLD LED DRIVER
7740 M: Vadim Pasternak <vadimp@mellanox.com>
7741 L: linux-leds@vger.kernel.org
7742 S: Supported
7743 W: http://www.mellanox.com
7744 F: drivers/leds/leds-mlxcpld.c
7745 F: Documentation/leds/leds-mlxcpld.txt
7746
7747 SOFT-ROCE DRIVER (rxe)
7748 M: Moni Shoua <monis@mellanox.com>
7749 L: linux-rdma@vger.kernel.org
7750 S: Supported
7751 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7752 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7753 F: drivers/infiniband/sw/rxe/
7754 F: include/uapi/rdma/rdma_user_rxe.h
7755
7756 MEMBARRIER SUPPORT
7757 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7758 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7759 L: linux-kernel@vger.kernel.org
7760 S: Supported
7761 F: kernel/membarrier.c
7762 F: include/uapi/linux/membarrier.h
7763
7764 MEMORY MANAGEMENT
7765 L: linux-mm@kvack.org
7766 W: http://www.linux-mm.org
7767 S: Maintained
7768 F: include/linux/mm.h
7769 F: include/linux/gfp.h
7770 F: include/linux/mmzone.h
7771 F: include/linux/memory_hotplug.h
7772 F: include/linux/vmalloc.h
7773 F: mm/
7774
7775 MEMORY TECHNOLOGY DEVICES (MTD)
7776 M: David Woodhouse <dwmw2@infradead.org>
7777 M: Brian Norris <computersforpeace@gmail.com>
7778 L: linux-mtd@lists.infradead.org
7779 W: http://www.linux-mtd.infradead.org/
7780 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7781 T: git git://git.infradead.org/linux-mtd.git
7782 T: git git://git.infradead.org/l2-mtd.git
7783 S: Maintained
7784 F: Documentation/devicetree/bindings/mtd/
7785 F: drivers/mtd/
7786 F: include/linux/mtd/
7787 F: include/uapi/mtd/
7788
7789 MEN A21 WATCHDOG DRIVER
7790 M: Johannes Thumshirn <morbidrsa@gmail.com>
7791 L: linux-watchdog@vger.kernel.org
7792 S: Maintained
7793 F: drivers/watchdog/mena21_wdt.c
7794
7795 MEN CHAMELEON BUS (mcb)
7796 M: Johannes Thumshirn <morbidrsa@gmail.com>
7797 S: Maintained
7798 F: drivers/mcb/
7799 F: include/linux/mcb.h
7800 F: Documentation/men-chameleon-bus.txt
7801
7802 MEN F21BMC (Board Management Controller)
7803 M: Andreas Werner <andreas.werner@men.de>
7804 S: Supported
7805 F: drivers/mfd/menf21bmc.c
7806 F: drivers/watchdog/menf21bmc_wdt.c
7807 F: drivers/leds/leds-menf21bmc.c
7808 F: drivers/hwmon/menf21bmc_hwmon.c
7809 F: Documentation/hwmon/menf21bmc
7810
7811 METAG ARCHITECTURE
7812 M: James Hogan <james.hogan@imgtec.com>
7813 L: linux-metag@vger.kernel.org
7814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7815 S: Odd Fixes
7816 F: arch/metag/
7817 F: Documentation/metag/
7818 F: Documentation/devicetree/bindings/metag/
7819 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7820 F: drivers/clocksource/metag_generic.c
7821 F: drivers/irqchip/irq-metag.c
7822 F: drivers/irqchip/irq-metag-ext.c
7823 F: drivers/tty/metag_da.c
7824
7825 MICROBLAZE ARCHITECTURE
7826 M: Michal Simek <monstr@monstr.eu>
7827 W: http://www.monstr.eu/fdt/
7828 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7829 S: Supported
7830 F: arch/microblaze/
7831
7832 MICROCHIP / ATMEL ISC DRIVER
7833 M: Songjun Wu <songjun.wu@microchip.com>
7834 L: linux-media@vger.kernel.org
7835 S: Supported
7836 F: drivers/media/platform/atmel/atmel-isc.c
7837 F: drivers/media/platform/atmel/atmel-isc-regs.h
7838 F: devicetree/bindings/media/atmel-isc.txt
7839
7840 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7841 M: Chen Yu <yu.c.chen@intel.com>
7842 L: platform-driver-x86@vger.kernel.org
7843 S: Supported
7844 F: drivers/platform/x86/surfacepro3_button.c
7845
7846 MICROTEK X6 SCANNER
7847 M: Oliver Neukum <oliver@neukum.org>
7848 S: Maintained
7849 F: drivers/usb/image/microtek.*
7850
7851 MIPS
7852 M: Ralf Baechle <ralf@linux-mips.org>
7853 L: linux-mips@linux-mips.org
7854 W: http://www.linux-mips.org/
7855 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7856 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7857 S: Supported
7858 F: Documentation/devicetree/bindings/mips/
7859 F: Documentation/mips/
7860 F: arch/mips/
7861
7862 MIPS/LOONGSON1 ARCHITECTURE
7863 M: Keguang Zhang <keguang.zhang@gmail.com>
7864 L: linux-mips@linux-mips.org
7865 S: Maintained
7866 F: arch/mips/loongson32/
7867 F: arch/mips/include/asm/mach-loongson32/
7868 F: drivers/*/*loongson1*
7869 F: drivers/*/*/*loongson1*
7870
7871 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7872 M: Hans Verkuil <hverkuil@xs4all.nl>
7873 L: linux-media@vger.kernel.org
7874 T: git git://linuxtv.org/media_tree.git
7875 W: https://linuxtv.org
7876 S: Odd Fixes
7877 F: drivers/media/radio/radio-miropcm20*
7878
7879 MELLANOX MLX4 core VPI driver
7880 M: Yishai Hadas <yishaih@mellanox.com>
7881 L: netdev@vger.kernel.org
7882 L: linux-rdma@vger.kernel.org
7883 W: http://www.mellanox.com
7884 Q: http://patchwork.ozlabs.org/project/netdev/list/
7885 S: Supported
7886 F: drivers/net/ethernet/mellanox/mlx4/
7887 F: include/linux/mlx4/
7888
7889 MELLANOX MLX4 IB driver
7890 M: Yishai Hadas <yishaih@mellanox.com>
7891 L: linux-rdma@vger.kernel.org
7892 W: http://www.mellanox.com
7893 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7894 S: Supported
7895 F: drivers/infiniband/hw/mlx4/
7896 F: include/linux/mlx4/
7897
7898 MELLANOX MLX5 core VPI driver
7899 M: Matan Barak <matanb@mellanox.com>
7900 M: Leon Romanovsky <leonro@mellanox.com>
7901 L: netdev@vger.kernel.org
7902 L: linux-rdma@vger.kernel.org
7903 W: http://www.mellanox.com
7904 Q: http://patchwork.ozlabs.org/project/netdev/list/
7905 S: Supported
7906 F: drivers/net/ethernet/mellanox/mlx5/core/
7907 F: include/linux/mlx5/
7908
7909 MELLANOX MLX5 IB driver
7910 M: Matan Barak <matanb@mellanox.com>
7911 M: Leon Romanovsky <leonro@mellanox.com>
7912 L: linux-rdma@vger.kernel.org
7913 W: http://www.mellanox.com
7914 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7915 S: Supported
7916 F: drivers/infiniband/hw/mlx5/
7917 F: include/linux/mlx5/
7918
7919 MELEXIS MLX90614 DRIVER
7920 M: Crt Mori <cmo@melexis.com>
7921 L: linux-iio@vger.kernel.org
7922 W: http://www.melexis.com
7923 S: Supported
7924 F: drivers/iio/temperature/mlx90614.c
7925
7926 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
7927 M: Don Brace <don.brace@microsemi.com>
7928 L: esc.storagedev@microsemi.com
7929 L: linux-scsi@vger.kernel.org
7930 S: Supported
7931 F: drivers/scsi/smartpqi/smartpqi*.[ch]
7932 F: drivers/scsi/smartpqi/Kconfig
7933 F: drivers/scsi/smartpqi/Makefile
7934 F: include/linux/cciss*.h
7935 F: include/uapi/linux/cciss*.h
7936 F: Documentation/scsi/smartpqi.txt
7937
7938 MN88472 MEDIA DRIVER
7939 M: Antti Palosaari <crope@iki.fi>
7940 L: linux-media@vger.kernel.org
7941 W: https://linuxtv.org
7942 W: http://palosaari.fi/linux/
7943 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7944 S: Maintained
7945 F: drivers/media/dvb-frontends/mn88472*
7946
7947 MN88473 MEDIA DRIVER
7948 M: Antti Palosaari <crope@iki.fi>
7949 L: linux-media@vger.kernel.org
7950 W: https://linuxtv.org
7951 W: http://palosaari.fi/linux/
7952 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7953 S: Maintained
7954 F: drivers/media/dvb-frontends/mn88473*
7955
7956 MODULE SUPPORT
7957 M: Rusty Russell <rusty@rustcorp.com.au>
7958 S: Maintained
7959 F: include/linux/module.h
7960 F: kernel/module.c
7961
7962 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7963 W: http://popies.net/meye/
7964 S: Orphan
7965 F: Documentation/video4linux/meye.txt
7966 F: drivers/media/pci/meye/
7967 F: include/uapi/linux/meye.h
7968
7969 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7970 M: Jiri Slaby <jirislaby@gmail.com>
7971 S: Maintained
7972 F: Documentation/serial/moxa-smartio
7973 F: drivers/tty/mxser.*
7974
7975 MR800 AVERMEDIA USB FM RADIO DRIVER
7976 M: Alexey Klimov <klimov.linux@gmail.com>
7977 L: linux-media@vger.kernel.org
7978 T: git git://linuxtv.org/media_tree.git
7979 S: Maintained
7980 F: drivers/media/radio/radio-mr800.c
7981
7982 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7983 M: Alan Ott <alan@signal11.us>
7984 L: linux-wpan@vger.kernel.org
7985 S: Maintained
7986 F: drivers/net/ieee802154/mrf24j40.c
7987 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7988
7989 MSI LAPTOP SUPPORT
7990 M: "Lee, Chun-Yi" <jlee@suse.com>
7991 L: platform-driver-x86@vger.kernel.org
7992 S: Maintained
7993 F: drivers/platform/x86/msi-laptop.c
7994
7995 MSI WMI SUPPORT
7996 L: platform-driver-x86@vger.kernel.org
7997 S: Orphan
7998 F: drivers/platform/x86/msi-wmi.c
7999
8000 MSI001 MEDIA DRIVER
8001 M: Antti Palosaari <crope@iki.fi>
8002 L: linux-media@vger.kernel.org
8003 W: https://linuxtv.org
8004 W: http://palosaari.fi/linux/
8005 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8006 T: git git://linuxtv.org/anttip/media_tree.git
8007 S: Maintained
8008 F: drivers/media/tuners/msi001*
8009
8010 MSI2500 MEDIA DRIVER
8011 M: Antti Palosaari <crope@iki.fi>
8012 L: linux-media@vger.kernel.org
8013 W: https://linuxtv.org
8014 W: http://palosaari.fi/linux/
8015 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8016 T: git git://linuxtv.org/anttip/media_tree.git
8017 S: Maintained
8018 F: drivers/media/usb/msi2500/
8019
8020 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8021 M: Robert Jarzmik <robert.jarzmik@free.fr>
8022 L: linux-mtd@lists.infradead.org
8023 S: Maintained
8024 F: drivers/mtd/devices/docg3*
8025
8026 MT9M032 APTINA SENSOR DRIVER
8027 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8028 L: linux-media@vger.kernel.org
8029 T: git git://linuxtv.org/media_tree.git
8030 S: Maintained
8031 F: drivers/media/i2c/mt9m032.c
8032 F: include/media/i2c/mt9m032.h
8033
8034 MT9P031 APTINA CAMERA SENSOR
8035 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8036 L: linux-media@vger.kernel.org
8037 T: git git://linuxtv.org/media_tree.git
8038 S: Maintained
8039 F: drivers/media/i2c/mt9p031.c
8040 F: include/media/i2c/mt9p031.h
8041
8042 MT9T001 APTINA CAMERA SENSOR
8043 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8044 L: linux-media@vger.kernel.org
8045 T: git git://linuxtv.org/media_tree.git
8046 S: Maintained
8047 F: drivers/media/i2c/mt9t001.c
8048 F: include/media/i2c/mt9t001.h
8049
8050 MT9V032 APTINA CAMERA SENSOR
8051 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8052 L: linux-media@vger.kernel.org
8053 T: git git://linuxtv.org/media_tree.git
8054 S: Maintained
8055 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8056 F: drivers/media/i2c/mt9v032.c
8057 F: include/media/i2c/mt9v032.h
8058
8059 MULTIFUNCTION DEVICES (MFD)
8060 M: Lee Jones <lee.jones@linaro.org>
8061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8062 S: Supported
8063 F: Documentation/devicetree/bindings/mfd/
8064 F: drivers/mfd/
8065 F: include/linux/mfd/
8066
8067 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8068 M: Ulf Hansson <ulf.hansson@linaro.org>
8069 L: linux-mmc@vger.kernel.org
8070 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8071 S: Maintained
8072 F: Documentation/devicetree/bindings/mmc/
8073 F: drivers/mmc/
8074 F: include/linux/mmc/
8075 F: include/uapi/linux/mmc/
8076
8077 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8078 S: Orphan
8079 F: drivers/mmc/host/mmc_spi.c
8080 F: include/linux/spi/mmc_spi.h
8081
8082 MULTISOUND SOUND DRIVER
8083 M: Andrew Veliath <andrewtv@usa.net>
8084 S: Maintained
8085 F: Documentation/sound/oss/MultiSound
8086 F: sound/oss/msnd*
8087
8088 MULTITECH MULTIPORT CARD (ISICOM)
8089 S: Orphan
8090 F: drivers/tty/isicom.c
8091 F: include/linux/isicom.h
8092
8093 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8094 M: Bin Liu <b-liu@ti.com>
8095 L: linux-usb@vger.kernel.org
8096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8097 S: Maintained
8098 F: drivers/usb/musb/
8099
8100 MXL5007T MEDIA DRIVER
8101 M: Michael Krufky <mkrufky@linuxtv.org>
8102 L: linux-media@vger.kernel.org
8103 W: https://linuxtv.org
8104 W: http://github.com/mkrufky
8105 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8106 T: git git://linuxtv.org/mkrufky/tuners.git
8107 S: Maintained
8108 F: drivers/media/tuners/mxl5007t.*
8109
8110 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8111 M: Hyong-Youb Kim <hykim@myri.com>
8112 L: netdev@vger.kernel.org
8113 W: https://www.myricom.com/support/downloads/myri10ge.html
8114 S: Supported
8115 F: drivers/net/ethernet/myricom/myri10ge/
8116
8117 NAND FLASH SUBSYSTEM
8118 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8119 R: Richard Weinberger <richard@nod.at>
8120 L: linux-mtd@lists.infradead.org
8121 W: http://www.linux-mtd.infradead.org/
8122 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8123 T: git git://github.com/linux-nand/linux.git
8124 S: Maintained
8125 F: drivers/mtd/nand/
8126 F: include/linux/mtd/nand*.h
8127
8128 NATSEMI ETHERNET DRIVER (DP8381x)
8129 S: Orphan
8130 F: drivers/net/ethernet/natsemi/natsemi.c
8131
8132 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8133 M: Daniel Mack <zonque@gmail.com>
8134 S: Maintained
8135 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8136 W: http://www.native-instruments.com
8137 F: sound/usb/caiaq/
8138
8139 NCP FILESYSTEM
8140 M: Petr Vandrovec <petr@vandrovec.name>
8141 S: Odd Fixes
8142 F: fs/ncpfs/
8143
8144 NCR 5380 SCSI DRIVERS
8145 M: Finn Thain <fthain@telegraphics.com.au>
8146 M: Michael Schmitz <schmitzmic@gmail.com>
8147 L: linux-scsi@vger.kernel.org
8148 S: Maintained
8149 F: Documentation/scsi/g_NCR5380.txt
8150 F: Documentation/scsi/dtc3x80.txt
8151 F: drivers/scsi/NCR5380.*
8152 F: drivers/scsi/arm/cumana_1.c
8153 F: drivers/scsi/arm/oak.c
8154 F: drivers/scsi/atari_scsi.*
8155 F: drivers/scsi/dmx3191d.c
8156 F: drivers/scsi/dtc.*
8157 F: drivers/scsi/g_NCR5380.*
8158 F: drivers/scsi/g_NCR5380_mmio.c
8159 F: drivers/scsi/mac_scsi.*
8160 F: drivers/scsi/pas16.*
8161 F: drivers/scsi/sun3_scsi.*
8162 F: drivers/scsi/sun3_scsi_vme.c
8163 F: drivers/scsi/t128.*
8164
8165 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8166 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8167 L: linux-scsi@vger.kernel.org
8168 S: Maintained
8169 F: drivers/scsi/NCR_D700.*
8170
8171 NCT6775 HARDWARE MONITOR DRIVER
8172 M: Guenter Roeck <linux@roeck-us.net>
8173 L: linux-hwmon@vger.kernel.org
8174 S: Maintained
8175 F: Documentation/hwmon/nct6775
8176 F: drivers/hwmon/nct6775.c
8177
8178 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8179 M: Faisal Latif <faisal.latif@intel.com>
8180 L: linux-rdma@vger.kernel.org
8181 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8182 S: Supported
8183 F: drivers/infiniband/hw/nes/
8184
8185 NETEM NETWORK EMULATOR
8186 M: Stephen Hemminger <stephen@networkplumber.org>
8187 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8188 S: Maintained
8189 F: net/sched/sch_netem.c
8190
8191 NETERION 10GbE DRIVERS (s2io/vxge)
8192 M: Jon Mason <jdmason@kudzu.us>
8193 L: netdev@vger.kernel.org
8194 S: Supported
8195 F: Documentation/networking/s2io.txt
8196 F: Documentation/networking/vxge.txt
8197 F: drivers/net/ethernet/neterion/
8198
8199 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8200 M: Pablo Neira Ayuso <pablo@netfilter.org>
8201 M: Patrick McHardy <kaber@trash.net>
8202 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8203 L: netfilter-devel@vger.kernel.org
8204 L: coreteam@netfilter.org
8205 W: http://www.netfilter.org/
8206 W: http://www.iptables.org/
8207 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8210 S: Supported
8211 F: include/linux/netfilter*
8212 F: include/linux/netfilter/
8213 F: include/net/netfilter/
8214 F: include/uapi/linux/netfilter*
8215 F: include/uapi/linux/netfilter/
8216 F: net/*/netfilter.c
8217 F: net/*/netfilter/
8218 F: net/netfilter/
8219 F: net/bridge/br_netfilter*.c
8220
8221 NETLABEL
8222 M: Paul Moore <paul@paul-moore.com>
8223 W: http://netlabel.sf.net
8224 L: netdev@vger.kernel.org
8225 S: Maintained
8226 F: Documentation/netlabel/
8227 F: include/net/netlabel.h
8228 F: net/netlabel/
8229
8230 NETROM NETWORK LAYER
8231 M: Ralf Baechle <ralf@linux-mips.org>
8232 L: linux-hams@vger.kernel.org
8233 W: http://www.linux-ax25.org/
8234 S: Maintained
8235 F: include/net/netrom.h
8236 F: include/uapi/linux/netrom.h
8237 F: net/netrom/
8238
8239 NETRONOME ETHERNET DRIVERS
8240 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8241 L: oss-drivers@netronome.com
8242 S: Maintained
8243 F: drivers/net/ethernet/netronome/
8244
8245 NETWORK BLOCK DEVICE (NBD)
8246 M: Markus Pargmann <mpa@pengutronix.de>
8247 S: Maintained
8248 L: nbd-general@lists.sourceforge.net
8249 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8250 F: Documentation/blockdev/nbd.txt
8251 F: drivers/block/nbd.c
8252 F: include/uapi/linux/nbd.h
8253
8254 NETWORK DROP MONITOR
8255 M: Neil Horman <nhorman@tuxdriver.com>
8256 L: netdev@vger.kernel.org
8257 S: Maintained
8258 W: https://fedorahosted.org/dropwatch/
8259 F: net/core/drop_monitor.c
8260
8261 NETWORKING [GENERAL]
8262 M: "David S. Miller" <davem@davemloft.net>
8263 L: netdev@vger.kernel.org
8264 W: http://www.linuxfoundation.org/en/Net
8265 Q: http://patchwork.ozlabs.org/project/netdev/list/
8266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8268 S: Maintained
8269 F: net/
8270 F: include/net/
8271 F: include/linux/in.h
8272 F: include/linux/net.h
8273 F: include/linux/netdevice.h
8274 F: include/uapi/linux/in.h
8275 F: include/uapi/linux/net.h
8276 F: include/uapi/linux/netdevice.h
8277 F: include/uapi/linux/net_namespace.h
8278 F: tools/net/
8279 F: tools/testing/selftests/net/
8280 F: lib/random32.c
8281 F: lib/test_bpf.c
8282
8283 NETWORKING [IPv4/IPv6]
8284 M: "David S. Miller" <davem@davemloft.net>
8285 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8286 M: James Morris <jmorris@namei.org>
8287 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8288 M: Patrick McHardy <kaber@trash.net>
8289 L: netdev@vger.kernel.org
8290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8291 S: Maintained
8292 F: net/ipv4/
8293 F: net/ipv6/
8294 F: include/net/ip*
8295 F: arch/x86/net/*
8296
8297 NETWORKING [IPSEC]
8298 M: Steffen Klassert <steffen.klassert@secunet.com>
8299 M: Herbert Xu <herbert@gondor.apana.org.au>
8300 M: "David S. Miller" <davem@davemloft.net>
8301 L: netdev@vger.kernel.org
8302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8304 S: Maintained
8305 F: net/core/flow.c
8306 F: net/xfrm/
8307 F: net/key/
8308 F: net/ipv4/xfrm*
8309 F: net/ipv4/esp4.c
8310 F: net/ipv4/ah4.c
8311 F: net/ipv4/ipcomp.c
8312 F: net/ipv4/ip_vti.c
8313 F: net/ipv6/xfrm*
8314 F: net/ipv6/esp6.c
8315 F: net/ipv6/ah6.c
8316 F: net/ipv6/ipcomp6.c
8317 F: net/ipv6/ip6_vti.c
8318 F: include/uapi/linux/xfrm.h
8319 F: include/net/xfrm.h
8320
8321 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8322 M: Paul Moore <paul@paul-moore.com>
8323 L: netdev@vger.kernel.org
8324 S: Maintained
8325
8326 NETWORKING [WIRELESS]
8327 L: linux-wireless@vger.kernel.org
8328 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8329
8330 NETWORKING DRIVERS
8331 L: netdev@vger.kernel.org
8332 W: http://www.linuxfoundation.org/en/Net
8333 Q: http://patchwork.ozlabs.org/project/netdev/list/
8334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8336 S: Odd Fixes
8337 F: Documentation/devicetree/bindings/net/
8338 F: drivers/net/
8339 F: include/linux/if_*
8340 F: include/linux/netdevice.h
8341 F: include/linux/etherdevice.h
8342 F: include/linux/fcdevice.h
8343 F: include/linux/fddidevice.h
8344 F: include/linux/hippidevice.h
8345 F: include/linux/inetdevice.h
8346 F: include/uapi/linux/if_*
8347 F: include/uapi/linux/netdevice.h
8348
8349 NETWORKING DRIVERS (WIRELESS)
8350 M: Kalle Valo <kvalo@codeaurora.org>
8351 L: linux-wireless@vger.kernel.org
8352 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8355 S: Maintained
8356 F: Documentation/devicetree/bindings/net/wireless/
8357 F: drivers/net/wireless/
8358
8359 NETXEN (1/10) GbE SUPPORT
8360 M: Manish Chopra <manish.chopra@qlogic.com>
8361 M: Sony Chacko <sony.chacko@qlogic.com>
8362 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8363 L: netdev@vger.kernel.org
8364 W: http://www.qlogic.com
8365 S: Supported
8366 F: drivers/net/ethernet/qlogic/netxen/
8367
8368 NFC SUBSYSTEM
8369 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8370 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8371 M: Samuel Ortiz <sameo@linux.intel.com>
8372 L: linux-wireless@vger.kernel.org
8373 L: linux-nfc@lists.01.org (subscribers-only)
8374 S: Supported
8375 F: net/nfc/
8376 F: include/net/nfc/
8377 F: include/uapi/linux/nfc.h
8378 F: drivers/nfc/
8379 F: include/linux/platform_data/nfcmrvl.h
8380 F: include/linux/platform_data/nxp-nci.h
8381 F: include/linux/platform_data/pn544.h
8382 F: include/linux/platform_data/st21nfca.h
8383 F: include/linux/platform_data/st-nci.h
8384 F: Documentation/devicetree/bindings/net/nfc/
8385
8386 NFS, SUNRPC, AND LOCKD CLIENTS
8387 M: Trond Myklebust <trond.myklebust@primarydata.com>
8388 M: Anna Schumaker <anna.schumaker@netapp.com>
8389 L: linux-nfs@vger.kernel.org
8390 W: http://client.linux-nfs.org
8391 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8392 S: Maintained
8393 F: fs/lockd/
8394 F: fs/nfs/
8395 F: fs/nfs_common/
8396 F: net/sunrpc/
8397 F: include/linux/lockd/
8398 F: include/linux/nfs*
8399 F: include/linux/sunrpc/
8400 F: include/uapi/linux/nfs*
8401 F: include/uapi/linux/sunrpc/
8402
8403 NILFS2 FILESYSTEM
8404 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8405 L: linux-nilfs@vger.kernel.org
8406 W: http://nilfs.sourceforge.net/
8407 W: http://nilfs.osdn.jp/
8408 T: git git://github.com/konis/nilfs2.git
8409 S: Supported
8410 F: Documentation/filesystems/nilfs2.txt
8411 F: fs/nilfs2/
8412 F: include/trace/events/nilfs2.h
8413 F: include/uapi/linux/nilfs2_api.h
8414 F: include/uapi/linux/nilfs2_ondisk.h
8415
8416 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8417 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8418 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8419 S: Maintained
8420 F: Documentation/scsi/NinjaSCSI.txt
8421 F: drivers/scsi/pcmcia/nsp_*
8422
8423 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8424 M: GOTO Masanori <gotom@debian.or.jp>
8425 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8426 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8427 S: Maintained
8428 F: Documentation/scsi/NinjaSCSI.txt
8429 F: drivers/scsi/nsp32*
8430
8431 NIOS2 ARCHITECTURE
8432 M: Ley Foon Tan <lftan@altera.com>
8433 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8435 S: Maintained
8436 F: arch/nios2/
8437
8438 NOKIA N900 POWER SUPPLY DRIVERS
8439 R: Pali Rohár <pali.rohar@gmail.com>
8440 F: include/linux/power/bq2415x_charger.h
8441 F: include/linux/power/bq27xxx_battery.h
8442 F: include/linux/power/isp1704_charger.h
8443 F: drivers/power/supply/bq2415x_charger.c
8444 F: drivers/power/supply/bq27xxx_battery.c
8445 F: drivers/power/supply/bq27xxx_battery_i2c.c
8446 F: drivers/power/supply/isp1704_charger.c
8447 F: drivers/power/supply/rx51_battery.c
8448
8449 NTB DRIVER CORE
8450 M: Jon Mason <jdmason@kudzu.us>
8451 M: Dave Jiang <dave.jiang@intel.com>
8452 M: Allen Hubbe <Allen.Hubbe@emc.com>
8453 L: linux-ntb@googlegroups.com
8454 S: Supported
8455 W: https://github.com/jonmason/ntb/wiki
8456 T: git git://github.com/jonmason/ntb.git
8457 F: drivers/ntb/
8458 F: drivers/net/ntb_netdev.c
8459 F: include/linux/ntb.h
8460 F: include/linux/ntb_transport.h
8461 F: tools/testing/selftests/ntb/
8462
8463 NTB INTEL DRIVER
8464 M: Jon Mason <jdmason@kudzu.us>
8465 M: Dave Jiang <dave.jiang@intel.com>
8466 L: linux-ntb@googlegroups.com
8467 S: Supported
8468 W: https://github.com/jonmason/ntb/wiki
8469 T: git git://github.com/jonmason/ntb.git
8470 F: drivers/ntb/hw/intel/
8471
8472 NTB AMD DRIVER
8473 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8474 L: linux-ntb@googlegroups.com
8475 S: Supported
8476 F: drivers/ntb/hw/amd/
8477
8478 NTFS FILESYSTEM
8479 M: Anton Altaparmakov <anton@tuxera.com>
8480 L: linux-ntfs-dev@lists.sourceforge.net
8481 W: http://www.tuxera.com/
8482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8483 S: Supported
8484 F: Documentation/filesystems/ntfs.txt
8485 F: fs/ntfs/
8486
8487 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8488 M: Antonino Daplas <adaplas@gmail.com>
8489 L: linux-fbdev@vger.kernel.org
8490 S: Maintained
8491 F: drivers/video/fbdev/riva/
8492 F: drivers/video/fbdev/nvidia/
8493
8494 NVM EXPRESS DRIVER
8495 M: Keith Busch <keith.busch@intel.com>
8496 M: Jens Axboe <axboe@fb.com>
8497 L: linux-nvme@lists.infradead.org
8498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8499 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8500 S: Supported
8501 F: drivers/nvme/host/
8502 F: include/linux/nvme.h
8503
8504 NVM EXPRESS TARGET DRIVER
8505 M: Christoph Hellwig <hch@lst.de>
8506 M: Sagi Grimberg <sagi@grimberg.me>
8507 L: linux-nvme@lists.infradead.org
8508 S: Supported
8509 F: drivers/nvme/target/
8510
8511 NVMEM FRAMEWORK
8512 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8513 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8514 S: Maintained
8515 F: drivers/nvmem/
8516 F: Documentation/devicetree/bindings/nvmem/
8517 F: include/linux/nvmem-consumer.h
8518 F: include/linux/nvmem-provider.h
8519
8520 NXP-NCI NFC DRIVER
8521 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8522 R: Charles Gorand <charles.gorand@effinnov.com>
8523 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8524 S: Supported
8525 F: drivers/nfc/nxp-nci
8526
8527 NXP TDA998X DRM DRIVER
8528 M: Russell King <rmk+kernel@armlinux.org.uk>
8529 S: Supported
8530 F: drivers/gpu/drm/i2c/tda998x_drv.c
8531 F: include/drm/i2c/tda998x.h
8532
8533 NXP TFA9879 DRIVER
8534 M: Peter Rosin <peda@axentia.se>
8535 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8536 S: Maintained
8537 F: sound/soc/codecs/tfa9879*
8538
8539 OBJTOOL
8540 M: Josh Poimboeuf <jpoimboe@redhat.com>
8541 S: Supported
8542 F: tools/objtool/
8543
8544 OMAP SUPPORT
8545 M: Tony Lindgren <tony@atomide.com>
8546 L: linux-omap@vger.kernel.org
8547 W: http://www.muru.com/linux/omap/
8548 W: http://linux.omap.com/
8549 Q: http://patchwork.kernel.org/project/linux-omap/list/
8550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8551 S: Maintained
8552 F: arch/arm/*omap*/
8553 F: arch/arm/configs/omap1_defconfig
8554 F: arch/arm/configs/omap2plus_defconfig
8555 F: drivers/i2c/busses/i2c-omap.c
8556 F: drivers/irqchip/irq-omap-intc.c
8557 F: drivers/mfd/*omap*.c
8558 F: drivers/mfd/menelaus.c
8559 F: drivers/mfd/palmas.c
8560 F: drivers/mfd/tps65217.c
8561 F: drivers/mfd/tps65218.c
8562 F: drivers/mfd/tps65910.c
8563 F: drivers/mfd/twl-core.[ch]
8564 F: drivers/mfd/twl4030*.c
8565 F: drivers/mfd/twl6030*.c
8566 F: drivers/mfd/twl6040*.c
8567 F: drivers/regulator/palmas-regulator*.c
8568 F: drivers/regulator/pbias-regulator.c
8569 F: drivers/regulator/tps65217-regulator.c
8570 F: drivers/regulator/tps65218-regulator.c
8571 F: drivers/regulator/tps65910-regulator.c
8572 F: drivers/regulator/twl-regulator.c
8573 F: include/linux/i2c-omap.h
8574
8575 OMAP DEVICE TREE SUPPORT
8576 M: Benoît Cousson <bcousson@baylibre.com>
8577 M: Tony Lindgren <tony@atomide.com>
8578 L: linux-omap@vger.kernel.org
8579 L: devicetree@vger.kernel.org
8580 S: Maintained
8581 F: arch/arm/boot/dts/*omap*
8582 F: arch/arm/boot/dts/*am3*
8583 F: arch/arm/boot/dts/*am4*
8584 F: arch/arm/boot/dts/*am5*
8585 F: arch/arm/boot/dts/*dra7*
8586
8587 OMAP CLOCK FRAMEWORK SUPPORT
8588 M: Paul Walmsley <paul@pwsan.com>
8589 L: linux-omap@vger.kernel.org
8590 S: Maintained
8591 F: arch/arm/*omap*/*clock*
8592
8593 OMAP POWER MANAGEMENT SUPPORT
8594 M: Kevin Hilman <khilman@kernel.org>
8595 L: linux-omap@vger.kernel.org
8596 S: Maintained
8597 F: arch/arm/*omap*/*pm*
8598 F: drivers/cpufreq/omap-cpufreq.c
8599
8600 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8601 M: Rajendra Nayak <rnayak@codeaurora.org>
8602 M: Paul Walmsley <paul@pwsan.com>
8603 L: linux-omap@vger.kernel.org
8604 S: Maintained
8605 F: arch/arm/mach-omap2/prm*
8606
8607 OMAP AUDIO SUPPORT
8608 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8609 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8610 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8611 L: linux-omap@vger.kernel.org
8612 S: Maintained
8613 F: sound/soc/omap/
8614
8615 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8616 M: Roger Quadros <rogerq@ti.com>
8617 M: Tony Lindgren <tony@atomide.com>
8618 L: linux-omap@vger.kernel.org
8619 S: Maintained
8620 F: drivers/memory/omap-gpmc.c
8621 F: arch/arm/mach-omap2/*gpmc*
8622
8623 OMAP FRAMEBUFFER SUPPORT
8624 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8625 L: linux-fbdev@vger.kernel.org
8626 L: linux-omap@vger.kernel.org
8627 S: Maintained
8628 F: drivers/video/fbdev/omap/
8629
8630 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8631 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8632 L: linux-omap@vger.kernel.org
8633 L: linux-fbdev@vger.kernel.org
8634 S: Maintained
8635 F: drivers/video/fbdev/omap2/
8636 F: Documentation/arm/OMAP/DSS
8637
8638 OMAP HARDWARE SPINLOCK SUPPORT
8639 M: Ohad Ben-Cohen <ohad@wizery.com>
8640 L: linux-omap@vger.kernel.org
8641 S: Maintained
8642 F: drivers/hwspinlock/omap_hwspinlock.c
8643
8644 OMAP MMC SUPPORT
8645 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8646 L: linux-omap@vger.kernel.org
8647 S: Maintained
8648 F: drivers/mmc/host/omap.c
8649
8650 OMAP HS MMC SUPPORT
8651 L: linux-mmc@vger.kernel.org
8652 L: linux-omap@vger.kernel.org
8653 S: Orphan
8654 F: drivers/mmc/host/omap_hsmmc.c
8655
8656 OMAP RANDOM NUMBER GENERATOR SUPPORT
8657 M: Deepak Saxena <dsaxena@plexity.net>
8658 S: Maintained
8659 F: drivers/char/hw_random/omap-rng.c
8660
8661 OMAP HWMOD SUPPORT
8662 M: Benoît Cousson <bcousson@baylibre.com>
8663 M: Paul Walmsley <paul@pwsan.com>
8664 L: linux-omap@vger.kernel.org
8665 S: Maintained
8666 F: arch/arm/mach-omap2/omap_hwmod.*
8667
8668 OMAP HWMOD DATA
8669 M: Paul Walmsley <paul@pwsan.com>
8670 L: linux-omap@vger.kernel.org
8671 S: Maintained
8672 F: arch/arm/mach-omap2/omap_hwmod*data*
8673
8674 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8675 M: Benoît Cousson <bcousson@baylibre.com>
8676 L: linux-omap@vger.kernel.org
8677 S: Maintained
8678 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8679
8680 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8681 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8682 L: linux-media@vger.kernel.org
8683 S: Maintained
8684 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8685 F: drivers/media/platform/omap3isp/
8686 F: drivers/staging/media/omap4iss/
8687
8688 OMAP USB SUPPORT
8689 L: linux-usb@vger.kernel.org
8690 L: linux-omap@vger.kernel.org
8691 S: Orphan
8692 F: drivers/usb/*/*omap*
8693 F: arch/arm/*omap*/usb*
8694
8695 OMAP GPIO DRIVER
8696 M: Grygorii Strashko <grygorii.strashko@ti.com>
8697 M: Santosh Shilimkar <ssantosh@kernel.org>
8698 M: Kevin Hilman <khilman@kernel.org>
8699 L: linux-omap@vger.kernel.org
8700 S: Maintained
8701 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8702 F: drivers/gpio/gpio-omap.c
8703
8704 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8705 M: Mark Jackson <mpfj@newflow.co.uk>
8706 L: linux-omap@vger.kernel.org
8707 S: Maintained
8708 F: arch/arm/boot/dts/am335x-nano.dts
8709
8710 OMFS FILESYSTEM
8711 M: Bob Copeland <me@bobcopeland.com>
8712 L: linux-karma-devel@lists.sourceforge.net
8713 S: Maintained
8714 F: Documentation/filesystems/omfs.txt
8715 F: fs/omfs/
8716
8717 OMNIKEY CARDMAN 4000 DRIVER
8718 M: Harald Welte <laforge@gnumonks.org>
8719 S: Maintained
8720 F: drivers/char/pcmcia/cm4000_cs.c
8721 F: include/linux/cm4000_cs.h
8722 F: include/uapi/linux/cm4000_cs.h
8723
8724 OMNIKEY CARDMAN 4040 DRIVER
8725 M: Harald Welte <laforge@gnumonks.org>
8726 S: Maintained
8727 F: drivers/char/pcmcia/cm4040_cs.*
8728
8729 OMNIVISION OV7670 SENSOR DRIVER
8730 M: Jonathan Corbet <corbet@lwn.net>
8731 L: linux-media@vger.kernel.org
8732 T: git git://linuxtv.org/media_tree.git
8733 S: Maintained
8734 F: drivers/media/i2c/ov7670.c
8735
8736 ONENAND FLASH DRIVER
8737 M: Kyungmin Park <kyungmin.park@samsung.com>
8738 L: linux-mtd@lists.infradead.org
8739 S: Maintained
8740 F: drivers/mtd/onenand/
8741 F: include/linux/mtd/onenand*.h
8742
8743 ONSTREAM SCSI TAPE DRIVER
8744 M: Willem Riede <osst@riede.org>
8745 L: osst-users@lists.sourceforge.net
8746 L: linux-scsi@vger.kernel.org
8747 S: Maintained
8748 F: Documentation/scsi/osst.txt
8749 F: drivers/scsi/osst.*
8750 F: drivers/scsi/osst_*.h
8751 F: drivers/scsi/st.h
8752
8753 OPENCORES I2C BUS DRIVER
8754 M: Peter Korsgaard <jacmet@sunsite.dk>
8755 L: linux-i2c@vger.kernel.org
8756 S: Maintained
8757 F: Documentation/i2c/busses/i2c-ocores
8758 F: drivers/i2c/busses/i2c-ocores.c
8759
8760 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8761 M: Rob Herring <robh+dt@kernel.org>
8762 M: Frank Rowand <frowand.list@gmail.com>
8763 L: devicetree@vger.kernel.org
8764 W: http://www.devicetree.org/
8765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8766 S: Maintained
8767 F: drivers/of/
8768 F: include/linux/of*.h
8769 F: scripts/dtc/
8770
8771 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8772 M: Rob Herring <robh+dt@kernel.org>
8773 M: Mark Rutland <mark.rutland@arm.com>
8774 L: devicetree@vger.kernel.org
8775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8776 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8777 S: Maintained
8778 F: Documentation/devicetree/
8779 F: arch/*/boot/dts/
8780 F: include/dt-bindings/
8781
8782 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8783 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8784 L: devicetree@vger.kernel.org
8785 S: Maintained
8786 F: Documentation/devicetree/dynamic-resolution-notes.txt
8787 F: Documentation/devicetree/overlay-notes.txt
8788 F: drivers/of/overlay.c
8789 F: drivers/of/resolver.c
8790
8791 OPENRISC ARCHITECTURE
8792 M: Jonas Bonn <jonas@southpole.se>
8793 W: http://openrisc.net
8794 S: Maintained
8795 T: git git://openrisc.net/~jonas/linux
8796 F: arch/openrisc/
8797
8798 OPENVSWITCH
8799 M: Pravin Shelar <pshelar@nicira.com>
8800 L: netdev@vger.kernel.org
8801 L: dev@openvswitch.org
8802 W: http://openvswitch.org
8803 S: Maintained
8804 F: net/openvswitch/
8805 F: include/uapi/linux/openvswitch.h
8806
8807 OPERATING PERFORMANCE POINTS (OPP)
8808 M: Viresh Kumar <vireshk@kernel.org>
8809 M: Nishanth Menon <nm@ti.com>
8810 M: Stephen Boyd <sboyd@codeaurora.org>
8811 L: linux-pm@vger.kernel.org
8812 S: Maintained
8813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8814 F: drivers/base/power/opp/
8815 F: include/linux/pm_opp.h
8816 F: Documentation/power/opp.txt
8817 F: Documentation/devicetree/bindings/opp/
8818
8819 OPL4 DRIVER
8820 M: Clemens Ladisch <clemens@ladisch.de>
8821 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8822 T: git git://git.alsa-project.org/alsa-kernel.git
8823 S: Maintained
8824 F: sound/drivers/opl4/
8825
8826 OPROFILE
8827 M: Robert Richter <rric@kernel.org>
8828 L: oprofile-list@lists.sf.net
8829 S: Maintained
8830 F: arch/*/include/asm/oprofile*.h
8831 F: arch/*/oprofile/
8832 F: drivers/oprofile/
8833 F: include/linux/oprofile.h
8834
8835 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8836 M: Mark Fasheh <mfasheh@suse.com>
8837 M: Joel Becker <jlbec@evilplan.org>
8838 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8839 W: http://ocfs2.wiki.kernel.org
8840 S: Supported
8841 F: Documentation/filesystems/ocfs2.txt
8842 F: Documentation/filesystems/dlmfs.txt
8843 F: fs/ocfs2/
8844
8845 ORINOCO DRIVER
8846 L: linux-wireless@vger.kernel.org
8847 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8848 W: http://www.nongnu.org/orinoco/
8849 S: Orphan
8850 F: drivers/net/wireless/intersil/orinoco/
8851
8852 OSD LIBRARY and FILESYSTEM
8853 M: Boaz Harrosh <ooo@electrozaur.com>
8854 M: Benny Halevy <bhalevy@primarydata.com>
8855 L: osd-dev@open-osd.org
8856 W: http://open-osd.org
8857 T: git git://git.open-osd.org/open-osd.git
8858 S: Maintained
8859 F: drivers/scsi/osd/
8860 F: include/scsi/osd_*
8861 F: fs/exofs/
8862
8863 OVERLAY FILESYSTEM
8864 M: Miklos Szeredi <miklos@szeredi.hu>
8865 L: linux-unionfs@vger.kernel.org
8866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8867 S: Supported
8868 F: fs/overlayfs/
8869 F: Documentation/filesystems/overlayfs.txt
8870
8871 ORANGEFS FILESYSTEM
8872 M: Mike Marshall <hubcap@omnibond.com>
8873 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8875 S: Supported
8876 F: fs/orangefs/
8877 F: Documentation/filesystems/orangefs.txt
8878
8879 P54 WIRELESS DRIVER
8880 M: Christian Lamparter <chunkeey@googlemail.com>
8881 L: linux-wireless@vger.kernel.org
8882 W: http://wireless.kernel.org/en/users/Drivers/p54
8883 S: Maintained
8884 F: drivers/net/wireless/intersil/p54/
8885
8886 PA SEMI ETHERNET DRIVER
8887 M: Olof Johansson <olof@lixom.net>
8888 L: netdev@vger.kernel.org
8889 S: Maintained
8890 F: drivers/net/ethernet/pasemi/*
8891
8892 PA SEMI SMBUS DRIVER
8893 M: Olof Johansson <olof@lixom.net>
8894 L: linux-i2c@vger.kernel.org
8895 S: Maintained
8896 F: drivers/i2c/busses/i2c-pasemi.c
8897
8898 PADATA PARALLEL EXECUTION MECHANISM
8899 M: Steffen Klassert <steffen.klassert@secunet.com>
8900 L: linux-crypto@vger.kernel.org
8901 S: Maintained
8902 F: kernel/padata.c
8903 F: include/linux/padata.h
8904 F: Documentation/padata.txt
8905
8906 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8907 M: Harald Welte <laforge@gnumonks.org>
8908 L: platform-driver-x86@vger.kernel.org
8909 S: Maintained
8910 F: drivers/platform/x86/panasonic-laptop.c
8911
8912 PANASONIC MN10300/AM33/AM34 PORT
8913 M: David Howells <dhowells@redhat.com>
8914 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8915 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8916 S: Maintained
8917 F: Documentation/mn10300/
8918 F: arch/mn10300/
8919
8920 PARALLEL LCD/KEYPAD PANEL DRIVER
8921 M: Willy Tarreau <willy@haproxy.com>
8922 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8923 S: Odd Fixes
8924 F: Documentation/misc-devices/lcd-panel-cgram.txt
8925 F: drivers/misc/panel.c
8926
8927 PARALLEL PORT SUBSYSTEM
8928 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8929 M: Sudip Mukherjee <sudip@vectorindia.org>
8930 L: linux-parport@lists.infradead.org (subscribers-only)
8931 S: Maintained
8932 F: drivers/parport/
8933 F: include/linux/parport*.h
8934 F: drivers/char/ppdev.c
8935 F: include/uapi/linux/ppdev.h
8936 F: Documentation/parport*.txt
8937
8938 PARAVIRT_OPS INTERFACE
8939 M: Jeremy Fitzhardinge <jeremy@goop.org>
8940 M: Chris Wright <chrisw@sous-sol.org>
8941 M: Alok Kataria <akataria@vmware.com>
8942 M: Rusty Russell <rusty@rustcorp.com.au>
8943 L: virtualization@lists.linux-foundation.org
8944 S: Supported
8945 F: Documentation/virtual/paravirt_ops.txt
8946 F: arch/*/kernel/paravirt*
8947 F: arch/*/include/asm/paravirt.h
8948 F: include/linux/hypervisor.h
8949
8950 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8951 M: Tim Waugh <tim@cyberelk.net>
8952 L: linux-parport@lists.infradead.org (subscribers-only)
8953 S: Maintained
8954 F: Documentation/blockdev/paride.txt
8955 F: drivers/block/paride/
8956
8957 PARISC ARCHITECTURE
8958 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8959 M: Helge Deller <deller@gmx.de>
8960 L: linux-parisc@vger.kernel.org
8961 W: http://www.parisc-linux.org/
8962 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8965 S: Maintained
8966 F: arch/parisc/
8967 F: Documentation/parisc/
8968 F: drivers/parisc/
8969 F: drivers/char/agp/parisc-agp.c
8970 F: drivers/input/serio/gscps2.c
8971 F: drivers/parport/parport_gsc.*
8972 F: drivers/tty/serial/8250/8250_gsc.c
8973 F: drivers/video/fbdev/sti*
8974 F: drivers/video/console/sti*
8975 F: drivers/video/logo/logo_parisc*
8976
8977 PC87360 HARDWARE MONITORING DRIVER
8978 M: Jim Cromie <jim.cromie@gmail.com>
8979 L: linux-hwmon@vger.kernel.org
8980 S: Maintained
8981 F: Documentation/hwmon/pc87360
8982 F: drivers/hwmon/pc87360.c
8983
8984 PC8736x GPIO DRIVER
8985 M: Jim Cromie <jim.cromie@gmail.com>
8986 S: Maintained
8987 F: drivers/char/pc8736x_gpio.c
8988
8989 PC87427 HARDWARE MONITORING DRIVER
8990 M: Jean Delvare <jdelvare@suse.com>
8991 L: linux-hwmon@vger.kernel.org
8992 S: Maintained
8993 F: Documentation/hwmon/pc87427
8994 F: drivers/hwmon/pc87427.c
8995
8996 PCA9532 LED DRIVER
8997 M: Riku Voipio <riku.voipio@iki.fi>
8998 S: Maintained
8999 F: drivers/leds/leds-pca9532.c
9000 F: include/linux/leds-pca9532.h
9001
9002 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9003 M: Guenter Roeck <linux@roeck-us.net>
9004 L: linux-i2c@vger.kernel.org
9005 S: Maintained
9006 F: drivers/i2c/muxes/i2c-mux-pca9541.c
9007
9008 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9009 M: Khalid Aziz <khalid@gonehiking.org>
9010 S: Maintained
9011 F: drivers/firmware/pcdp.*
9012
9013 PCI ERROR RECOVERY
9014 M: Linas Vepstas <linasvepstas@gmail.com>
9015 L: linux-pci@vger.kernel.org
9016 S: Supported
9017 F: Documentation/PCI/pci-error-recovery.txt
9018
9019 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9020 M: Russell Currey <ruscur@russell.cc>
9021 L: linuxppc-dev@lists.ozlabs.org
9022 S: Supported
9023 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9024 F: arch/powerpc/kernel/eeh*.c
9025 F: arch/powerpc/platforms/*/eeh*.c
9026 F: arch/powerpc/include/*/eeh*.h
9027
9028 PCI SUBSYSTEM
9029 M: Bjorn Helgaas <bhelgaas@google.com>
9030 L: linux-pci@vger.kernel.org
9031 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9033 S: Supported
9034 F: Documentation/devicetree/bindings/pci/
9035 F: Documentation/PCI/
9036 F: drivers/pci/
9037 F: include/linux/pci*
9038 F: arch/x86/pci/
9039 F: arch/x86/kernel/quirks.c
9040
9041 PCI DRIVER FOR ALTERA PCIE IP
9042 M: Ley Foon Tan <lftan@altera.com>
9043 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9044 L: linux-pci@vger.kernel.org
9045 S: Supported
9046 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9047 F: drivers/pci/host/pcie-altera.c
9048
9049 PCI DRIVER FOR ARM VERSATILE PLATFORM
9050 M: Rob Herring <robh@kernel.org>
9051 L: linux-pci@vger.kernel.org
9052 L: linux-arm-kernel@lists.infradead.org
9053 S: Maintained
9054 F: Documentation/devicetree/bindings/pci/versatile.txt
9055 F: drivers/pci/host/pci-versatile.c
9056
9057 PCI DRIVER FOR APPLIEDMICRO XGENE
9058 M: Tanmay Inamdar <tinamdar@apm.com>
9059 L: linux-pci@vger.kernel.org
9060 L: linux-arm-kernel@lists.infradead.org
9061 S: Maintained
9062 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9063 F: drivers/pci/host/pci-xgene.c
9064
9065 PCI DRIVER FOR FREESCALE LAYERSCAPE
9066 M: Minghuan Lian <minghuan.Lian@freescale.com>
9067 M: Mingkai Hu <mingkai.hu@freescale.com>
9068 M: Roy Zang <tie-fei.zang@freescale.com>
9069 L: linuxppc-dev@lists.ozlabs.org
9070 L: linux-pci@vger.kernel.org
9071 L: linux-arm-kernel@lists.infradead.org
9072 S: Maintained
9073 F: drivers/pci/host/*layerscape*
9074
9075 PCI DRIVER FOR IMX6
9076 M: Richard Zhu <Richard.Zhu@freescale.com>
9077 M: Lucas Stach <l.stach@pengutronix.de>
9078 L: linux-pci@vger.kernel.org
9079 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9080 S: Maintained
9081 F: drivers/pci/host/*imx6*
9082
9083 PCI DRIVER FOR TI KEYSTONE
9084 M: Murali Karicheri <m-karicheri2@ti.com>
9085 L: linux-pci@vger.kernel.org
9086 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9087 S: Maintained
9088 F: drivers/pci/host/*keystone*
9089
9090 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9091 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9092 M: Jason Cooper <jason@lakedaemon.net>
9093 L: linux-pci@vger.kernel.org
9094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9095 S: Maintained
9096 F: drivers/pci/host/*mvebu*
9097
9098 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9099 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9100 L: linux-pci@vger.kernel.org
9101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9102 S: Maintained
9103 F: drivers/pci/host/pci-aardvark.c
9104
9105 PCI DRIVER FOR NVIDIA TEGRA
9106 M: Thierry Reding <thierry.reding@gmail.com>
9107 L: linux-tegra@vger.kernel.org
9108 L: linux-pci@vger.kernel.org
9109 S: Supported
9110 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9111 F: drivers/pci/host/pci-tegra.c
9112
9113 PCI DRIVER FOR TI DRA7XX
9114 M: Kishon Vijay Abraham I <kishon@ti.com>
9115 L: linux-omap@vger.kernel.org
9116 L: linux-pci@vger.kernel.org
9117 S: Supported
9118 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9119 F: drivers/pci/host/pci-dra7xx.c
9120
9121 PCI DRIVER FOR RENESAS R-CAR
9122 M: Simon Horman <horms@verge.net.au>
9123 L: linux-pci@vger.kernel.org
9124 L: linux-renesas-soc@vger.kernel.org
9125 S: Maintained
9126 F: drivers/pci/host/*rcar*
9127
9128 PCI DRIVER FOR SAMSUNG EXYNOS
9129 M: Jingoo Han <jingoohan1@gmail.com>
9130 L: linux-pci@vger.kernel.org
9131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9132 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9133 S: Maintained
9134 F: drivers/pci/host/pci-exynos.c
9135
9136 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9137 M: Jingoo Han <jingoohan1@gmail.com>
9138 M: Pratyush Anand <pratyush.anand@gmail.com>
9139 L: linux-pci@vger.kernel.org
9140 S: Maintained
9141 F: drivers/pci/host/*designware*
9142
9143 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9144 M: Joao Pinto <jpinto@synopsys.com>
9145 L: linux-pci@vger.kernel.org
9146 S: Maintained
9147 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9148 F: drivers/pci/host/pcie-designware-plat.c
9149
9150 PCI DRIVER FOR GENERIC OF HOSTS
9151 M: Will Deacon <will.deacon@arm.com>
9152 L: linux-pci@vger.kernel.org
9153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9154 S: Maintained
9155 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9156 F: drivers/pci/host/pci-host-common.c
9157 F: drivers/pci/host/pci-host-generic.c
9158
9159 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9160 M: Keith Busch <keith.busch@intel.com>
9161 L: linux-pci@vger.kernel.org
9162 S: Supported
9163 F: arch/x86/pci/vmd.c
9164
9165 PCIE DRIVER FOR ST SPEAR13XX
9166 M: Pratyush Anand <pratyush.anand@gmail.com>
9167 L: linux-pci@vger.kernel.org
9168 S: Maintained
9169 F: drivers/pci/host/*spear*
9170
9171 PCI MSI DRIVER FOR ALTERA MSI IP
9172 M: Ley Foon Tan <lftan@altera.com>
9173 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9174 L: linux-pci@vger.kernel.org
9175 S: Supported
9176 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9177 F: drivers/pci/host/pcie-altera-msi.c
9178
9179 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9180 M: Duc Dang <dhdang@apm.com>
9181 L: linux-pci@vger.kernel.org
9182 L: linux-arm-kernel@lists.infradead.org
9183 S: Maintained
9184 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9185 F: drivers/pci/host/pci-xgene-msi.c
9186
9187 PCIE DRIVER FOR AXIS ARTPEC
9188 M: Niklas Cassel <niklas.cassel@axis.com>
9189 M: Jesper Nilsson <jesper.nilsson@axis.com>
9190 L: linux-arm-kernel@axis.com
9191 L: linux-pci@vger.kernel.org
9192 S: Maintained
9193 F: Documentation/devicetree/bindings/pci/axis,artpec*
9194 F: drivers/pci/host/*artpec*
9195
9196 PCIE DRIVER FOR HISILICON
9197 M: Zhou Wang <wangzhou1@hisilicon.com>
9198 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9199 L: linux-pci@vger.kernel.org
9200 S: Maintained
9201 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9202 F: drivers/pci/host/pcie-hisi.c
9203
9204 PCIE DRIVER FOR QUALCOMM MSM
9205 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9206 L: linux-pci@vger.kernel.org
9207 L: linux-arm-msm@vger.kernel.org
9208 S: Maintained
9209 F: drivers/pci/host/*qcom*
9210
9211 PCIE DRIVER FOR CAVIUM THUNDERX
9212 M: David Daney <david.daney@cavium.com>
9213 L: linux-pci@vger.kernel.org
9214 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9215 S: Supported
9216 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9217 F: drivers/pci/host/pci-thunder-*
9218
9219 PCMCIA SUBSYSTEM
9220 P: Linux PCMCIA Team
9221 L: linux-pcmcia@lists.infradead.org
9222 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9224 S: Maintained
9225 F: Documentation/pcmcia/
9226 F: drivers/pcmcia/
9227 F: include/pcmcia/
9228
9229 PCNET32 NETWORK DRIVER
9230 M: Don Fry <pcnet32@frontier.com>
9231 L: netdev@vger.kernel.org
9232 S: Maintained
9233 F: drivers/net/ethernet/amd/pcnet32.c
9234
9235 PCRYPT PARALLEL CRYPTO ENGINE
9236 M: Steffen Klassert <steffen.klassert@secunet.com>
9237 L: linux-crypto@vger.kernel.org
9238 S: Maintained
9239 F: crypto/pcrypt.c
9240 F: include/crypto/pcrypt.h
9241
9242 PER-CPU MEMORY ALLOCATOR
9243 M: Tejun Heo <tj@kernel.org>
9244 M: Christoph Lameter <cl@linux.com>
9245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9246 S: Maintained
9247 F: include/linux/percpu*.h
9248 F: mm/percpu*.c
9249 F: arch/*/include/asm/percpu.h
9250
9251 PER-TASK DELAY ACCOUNTING
9252 M: Balbir Singh <bsingharora@gmail.com>
9253 S: Maintained
9254 F: include/linux/delayacct.h
9255 F: kernel/delayacct.c
9256
9257 PERFORMANCE EVENTS SUBSYSTEM
9258 M: Peter Zijlstra <peterz@infradead.org>
9259 M: Ingo Molnar <mingo@redhat.com>
9260 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9261 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9262 L: linux-kernel@vger.kernel.org
9263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9264 S: Supported
9265 F: kernel/events/*
9266 F: include/linux/perf_event.h
9267 F: include/uapi/linux/perf_event.h
9268 F: arch/*/kernel/perf_event*.c
9269 F: arch/*/kernel/*/perf_event*.c
9270 F: arch/*/kernel/*/*/perf_event*.c
9271 F: arch/*/include/asm/perf_event.h
9272 F: arch/*/kernel/perf_callchain.c
9273 F: arch/*/events/*
9274 F: tools/perf/
9275
9276 PERSONALITY HANDLING
9277 M: Christoph Hellwig <hch@infradead.org>
9278 L: linux-abi-devel@lists.sourceforge.net
9279 S: Maintained
9280 F: include/linux/personality.h
9281 F: include/uapi/linux/personality.h
9282
9283 PHONET PROTOCOL
9284 M: Remi Denis-Courmont <courmisch@gmail.com>
9285 S: Supported
9286 F: Documentation/networking/phonet.txt
9287 F: include/linux/phonet.h
9288 F: include/net/phonet/
9289 F: include/uapi/linux/phonet.h
9290 F: net/phonet/
9291
9292 PHRAM MTD DRIVER
9293 M: Joern Engel <joern@lazybastard.org>
9294 L: linux-mtd@lists.infradead.org
9295 S: Maintained
9296 F: drivers/mtd/devices/phram.c
9297
9298 PICOLCD HID DRIVER
9299 M: Bruno Prémont <bonbons@linux-vserver.org>
9300 L: linux-input@vger.kernel.org
9301 S: Maintained
9302 F: drivers/hid/hid-picolcd*
9303
9304 PICOXCELL SUPPORT
9305 M: Jamie Iles <jamie@jamieiles.com>
9306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9307 T: git git://github.com/jamieiles/linux-2.6-ji.git
9308 S: Supported
9309 F: arch/arm/boot/dts/picoxcell*
9310 F: arch/arm/mach-picoxcell/
9311 F: drivers/crypto/picoxcell*
9312
9313 PIN CONTROL SUBSYSTEM
9314 M: Linus Walleij <linus.walleij@linaro.org>
9315 L: linux-gpio@vger.kernel.org
9316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9317 S: Maintained
9318 F: Documentation/devicetree/bindings/pinctrl/
9319 F: Documentation/pinctrl.txt
9320 F: drivers/pinctrl/
9321 F: include/linux/pinctrl/
9322
9323 PIN CONTROLLER - ATMEL AT91
9324 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9326 S: Maintained
9327 F: drivers/pinctrl/pinctrl-at91.*
9328
9329 PIN CONTROLLER - ATMEL AT91 PIO4
9330 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9332 L: linux-gpio@vger.kernel.org
9333 S: Supported
9334 F: drivers/pinctrl/pinctrl-at91-pio4.*
9335
9336 PIN CONTROLLER - INTEL
9337 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9338 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9339 S: Maintained
9340 F: drivers/pinctrl/intel/
9341
9342 PIN CONTROLLER - RENESAS
9343 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9344 M: Geert Uytterhoeven <geert+renesas@glider.be>
9345 L: linux-renesas-soc@vger.kernel.org
9346 S: Maintained
9347 F: drivers/pinctrl/sh-pfc/
9348
9349 PIN CONTROLLER - SAMSUNG
9350 M: Tomasz Figa <tomasz.figa@gmail.com>
9351 M: Krzysztof Kozlowski <krzk@kernel.org>
9352 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9353 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9354 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9355 S: Maintained
9356 F: drivers/pinctrl/samsung/
9357
9358 PIN CONTROLLER - SINGLE
9359 M: Tony Lindgren <tony@atomide.com>
9360 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9361 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9362 L: linux-omap@vger.kernel.org
9363 S: Maintained
9364 F: drivers/pinctrl/pinctrl-single.c
9365
9366 PIN CONTROLLER - ST SPEAR
9367 M: Viresh Kumar <vireshk@kernel.org>
9368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9369 W: http://www.st.com/spear
9370 S: Maintained
9371 F: drivers/pinctrl/spear/
9372
9373 PISTACHIO SOC SUPPORT
9374 M: James Hartley <james.hartley@imgtec.com>
9375 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9376 L: linux-mips@linux-mips.org
9377 S: Maintained
9378 F: arch/mips/pistachio/
9379 F: arch/mips/include/asm/mach-pistachio/
9380 F: arch/mips/boot/dts/pistachio/
9381 F: arch/mips/configs/pistachio*_defconfig
9382
9383 PKTCDVD DRIVER
9384 M: Jiri Kosina <jikos@kernel.org>
9385 S: Maintained
9386 F: drivers/block/pktcdvd.c
9387 F: include/linux/pktcdvd.h
9388 F: include/uapi/linux/pktcdvd.h
9389
9390 PKUNITY SOC DRIVERS
9391 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9392 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9393 S: Maintained
9394 T: git git://github.com/gxt/linux.git
9395 F: drivers/input/serio/i8042-unicore32io.h
9396 F: drivers/i2c/busses/i2c-puv3.c
9397 F: drivers/video/fbdev/fb-puv3.c
9398 F: drivers/rtc/rtc-puv3.c
9399
9400 PMBUS HARDWARE MONITORING DRIVERS
9401 M: Guenter Roeck <linux@roeck-us.net>
9402 L: linux-hwmon@vger.kernel.org
9403 W: http://hwmon.wiki.kernel.org/
9404 W: http://www.roeck-us.net/linux/drivers/
9405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9406 S: Maintained
9407 F: Documentation/hwmon/pmbus
9408 F: drivers/hwmon/pmbus/
9409 F: include/linux/i2c/pmbus.h
9410
9411 PMC SIERRA MaxRAID DRIVER
9412 L: linux-scsi@vger.kernel.org
9413 W: http://www.pmc-sierra.com/
9414 S: Orphan
9415 F: drivers/scsi/pmcraid.*
9416
9417 PMC SIERRA PM8001 DRIVER
9418 M: Jack Wang <jinpu.wang@profitbricks.com>
9419 M: lindar_liu@usish.com
9420 L: pmchba@pmcs.com
9421 L: linux-scsi@vger.kernel.org
9422 S: Supported
9423 F: drivers/scsi/pm8001/
9424
9425 POSIX CLOCKS and TIMERS
9426 M: Thomas Gleixner <tglx@linutronix.de>
9427 L: linux-kernel@vger.kernel.org
9428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9429 S: Maintained
9430 F: fs/timerfd.c
9431 F: include/linux/timer*
9432 F: kernel/time/*timer*
9433
9434 POWER MANAGEMENT CORE
9435 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9436 L: linux-pm@vger.kernel.org
9437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9438 S: Supported
9439 F: drivers/base/power/
9440 F: include/linux/pm.h
9441 F: include/linux/pm_*
9442 F: include/linux/powercap.h
9443 F: drivers/powercap/
9444
9445 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9446 M: Sebastian Reichel <sre@kernel.org>
9447 L: linux-pm@vger.kernel.org
9448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9449 S: Maintained
9450 F: Documentation/devicetree/bindings/power/supply/
9451 F: include/linux/power_supply.h
9452 F: drivers/power/supply/
9453
9454 POWER STATE COORDINATION INTERFACE (PSCI)
9455 M: Mark Rutland <mark.rutland@arm.com>
9456 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9457 L: linux-arm-kernel@lists.infradead.org
9458 S: Maintained
9459 F: drivers/firmware/psci.c
9460 F: include/linux/psci.h
9461 F: include/uapi/linux/psci.h
9462
9463 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9464 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9465 L: linuxppc-dev@lists.ozlabs.org
9466 S: Maintained
9467 F: drivers/char/powernv-op-panel.c
9468
9469 PNP SUPPORT
9470 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9471 S: Maintained
9472 F: drivers/pnp/
9473
9474 PPP PROTOCOL DRIVERS AND COMPRESSORS
9475 M: Paul Mackerras <paulus@samba.org>
9476 L: linux-ppp@vger.kernel.org
9477 S: Maintained
9478 F: drivers/net/ppp/ppp_*
9479
9480 PPP OVER ATM (RFC 2364)
9481 M: Mitchell Blank Jr <mitch@sfgoth.com>
9482 S: Maintained
9483 F: net/atm/pppoatm.c
9484 F: include/uapi/linux/atmppp.h
9485
9486 PPP OVER ETHERNET
9487 M: Michal Ostrowski <mostrows@earthlink.net>
9488 S: Maintained
9489 F: drivers/net/ppp/pppoe.c
9490 F: drivers/net/ppp/pppox.c
9491
9492 PPP OVER L2TP
9493 M: James Chapman <jchapman@katalix.com>
9494 S: Maintained
9495 F: net/l2tp/l2tp_ppp.c
9496 F: include/linux/if_pppol2tp.h
9497 F: include/uapi/linux/if_pppol2tp.h
9498
9499 PPS SUPPORT
9500 M: Rodolfo Giometti <giometti@enneenne.com>
9501 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9502 L: linuxpps@ml.enneenne.com (subscribers-only)
9503 S: Maintained
9504 F: Documentation/pps/
9505 F: drivers/pps/
9506 F: include/linux/pps*.h
9507
9508 PPTP DRIVER
9509 M: Dmitry Kozlov <xeb@mail.ru>
9510 L: netdev@vger.kernel.org
9511 S: Maintained
9512 F: drivers/net/ppp/pptp.c
9513 W: http://sourceforge.net/projects/accel-pptp
9514
9515 PREEMPTIBLE KERNEL
9516 M: Robert Love <rml@tech9.net>
9517 L: kpreempt-tech@lists.sourceforge.net
9518 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9519 S: Supported
9520 F: Documentation/preempt-locking.txt
9521 F: include/linux/preempt.h
9522
9523 PRISM54 WIRELESS DRIVER
9524 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9525 L: linux-wireless@vger.kernel.org
9526 W: http://wireless.kernel.org/en/users/Drivers/p54
9527 S: Obsolete
9528 F: drivers/net/wireless/intersil/prism54/
9529
9530 PS3 NETWORK SUPPORT
9531 M: Geoff Levand <geoff@infradead.org>
9532 L: netdev@vger.kernel.org
9533 L: linuxppc-dev@lists.ozlabs.org
9534 S: Maintained
9535 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9536
9537 PS3 PLATFORM SUPPORT
9538 M: Geoff Levand <geoff@infradead.org>
9539 L: linuxppc-dev@lists.ozlabs.org
9540 S: Maintained
9541 F: arch/powerpc/boot/ps3*
9542 F: arch/powerpc/include/asm/lv1call.h
9543 F: arch/powerpc/include/asm/ps3*.h
9544 F: arch/powerpc/platforms/ps3/
9545 F: drivers/*/ps3*
9546 F: drivers/ps3/
9547 F: drivers/rtc/rtc-ps3.c
9548 F: drivers/usb/host/*ps3.c
9549 F: sound/ppc/snd_ps3*
9550
9551 PS3VRAM DRIVER
9552 M: Jim Paris <jim@jtan.com>
9553 M: Geoff Levand <geoff@infradead.org>
9554 L: linuxppc-dev@lists.ozlabs.org
9555 S: Maintained
9556 F: drivers/block/ps3vram.c
9557
9558 PSTORE FILESYSTEM
9559 M: Anton Vorontsov <anton@enomsg.org>
9560 M: Colin Cross <ccross@android.com>
9561 M: Kees Cook <keescook@chromium.org>
9562 M: Tony Luck <tony.luck@intel.com>
9563 S: Maintained
9564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9565 F: fs/pstore/
9566 F: include/linux/pstore*
9567 F: drivers/firmware/efi/efi-pstore.c
9568 F: drivers/acpi/apei/erst.c
9569
9570 PTP HARDWARE CLOCK SUPPORT
9571 M: Richard Cochran <richardcochran@gmail.com>
9572 L: netdev@vger.kernel.org
9573 S: Maintained
9574 W: http://linuxptp.sourceforge.net/
9575 F: Documentation/ABI/testing/sysfs-ptp
9576 F: Documentation/ptp/*
9577 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9578 F: drivers/net/phy/dp83640*
9579 F: drivers/ptp/*
9580 F: include/linux/ptp_cl*
9581
9582 PTRACE SUPPORT
9583 M: Roland McGrath <roland@hack.frob.com>
9584 M: Oleg Nesterov <oleg@redhat.com>
9585 S: Maintained
9586 F: include/asm-generic/syscall.h
9587 F: include/linux/ptrace.h
9588 F: include/linux/regset.h
9589 F: include/linux/tracehook.h
9590 F: include/uapi/linux/ptrace.h
9591 F: kernel/ptrace.c
9592
9593 PULSE8-CEC DRIVER
9594 M: Hans Verkuil <hverkuil@xs4all.nl>
9595 L: linux-media@vger.kernel.org
9596 T: git git://linuxtv.org/media_tree.git
9597 S: Maintained
9598 F: drivers/staging/media/pulse8-cec
9599
9600 PVRUSB2 VIDEO4LINUX DRIVER
9601 M: Mike Isely <isely@pobox.com>
9602 L: pvrusb2@isely.net (subscribers-only)
9603 L: linux-media@vger.kernel.org
9604 W: http://www.isely.net/pvrusb2/
9605 T: git git://linuxtv.org/media_tree.git
9606 S: Maintained
9607 F: Documentation/video4linux/README.pvrusb2
9608 F: drivers/media/usb/pvrusb2/
9609
9610 PWC WEBCAM DRIVER
9611 M: Hans Verkuil <hverkuil@xs4all.nl>
9612 L: linux-media@vger.kernel.org
9613 T: git git://linuxtv.org/media_tree.git
9614 S: Odd Fixes
9615 F: drivers/media/usb/pwc/*
9616
9617 PWM FAN DRIVER
9618 M: Kamil Debski <kamil@wypas.org>
9619 M: Lukasz Majewski <l.majewski@samsung.com>
9620 L: linux-hwmon@vger.kernel.org
9621 S: Supported
9622 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9623 F: Documentation/hwmon/pwm-fan
9624 F: drivers/hwmon/pwm-fan.c
9625
9626 PWM SUBSYSTEM
9627 M: Thierry Reding <thierry.reding@gmail.com>
9628 L: linux-pwm@vger.kernel.org
9629 S: Maintained
9630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9631 F: Documentation/pwm.txt
9632 F: Documentation/devicetree/bindings/pwm/
9633 F: include/linux/pwm.h
9634 F: drivers/pwm/
9635 F: drivers/video/backlight/pwm_bl.c
9636 F: include/linux/pwm_backlight.h
9637
9638 PXA2xx/PXA3xx SUPPORT
9639 M: Daniel Mack <daniel@zonque.org>
9640 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9641 M: Robert Jarzmik <robert.jarzmik@free.fr>
9642 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9643 T: git git://github.com/hzhuang1/linux.git
9644 T: git git://github.com/rjarzmik/linux.git
9645 S: Maintained
9646 F: arch/arm/boot/dts/pxa*
9647 F: arch/arm/mach-pxa/
9648 F: drivers/dma/pxa*
9649 F: drivers/pcmcia/pxa2xx*
9650 F: drivers/pinctrl/pxa/
9651 F: drivers/spi/spi-pxa2xx*
9652 F: drivers/usb/gadget/udc/pxa2*
9653 F: include/sound/pxa2xx-lib.h
9654 F: sound/arm/pxa*
9655 F: sound/soc/pxa/
9656
9657 PXA GPIO DRIVER
9658 M: Robert Jarzmik <robert.jarzmik@free.fr>
9659 L: linux-gpio@vger.kernel.org
9660 S: Maintained
9661 F: drivers/gpio/gpio-pxa.c
9662
9663 PXA3xx NAND FLASH DRIVER
9664 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9665 L: linux-mtd@lists.infradead.org
9666 S: Maintained
9667 F: drivers/mtd/nand/pxa3xx_nand.c
9668
9669 MMP SUPPORT
9670 M: Eric Miao <eric.y.miao@gmail.com>
9671 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9672 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9673 T: git git://github.com/hzhuang1/linux.git
9674 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9675 S: Maintained
9676 F: arch/arm/boot/dts/mmp*
9677 F: arch/arm/mach-mmp/
9678
9679 PXA MMCI DRIVER
9680 S: Orphan
9681
9682 PXA RTC DRIVER
9683 M: Robert Jarzmik <robert.jarzmik@free.fr>
9684 L: rtc-linux@googlegroups.com
9685 S: Maintained
9686
9687 QAT DRIVER
9688 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9689 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9690 L: qat-linux@intel.com
9691 S: Supported
9692 F: drivers/crypto/qat/
9693
9694 QIB DRIVER
9695 M: Mike Marciniszyn <infinipath@intel.com>
9696 L: linux-rdma@vger.kernel.org
9697 S: Supported
9698 F: drivers/infiniband/hw/qib/
9699
9700 QLOGIC QLA1280 SCSI DRIVER
9701 M: Michael Reed <mdr@sgi.com>
9702 L: linux-scsi@vger.kernel.org
9703 S: Maintained
9704 F: drivers/scsi/qla1280.[ch]
9705
9706 QLOGIC QLA2XXX FC-SCSI DRIVER
9707 M: qla2xxx-upstream@qlogic.com
9708 L: linux-scsi@vger.kernel.org
9709 S: Supported
9710 F: Documentation/scsi/LICENSE.qla2xxx
9711 F: drivers/scsi/qla2xxx/
9712
9713 QLOGIC QLA4XXX iSCSI DRIVER
9714 M: QLogic-Storage-Upstream@qlogic.com
9715 L: linux-scsi@vger.kernel.org
9716 S: Supported
9717 F: Documentation/scsi/LICENSE.qla4xxx
9718 F: drivers/scsi/qla4xxx/
9719
9720 QLOGIC QLA3XXX NETWORK DRIVER
9721 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9722 M: Ron Mercer <ron.mercer@qlogic.com>
9723 M: linux-driver@qlogic.com
9724 L: netdev@vger.kernel.org
9725 S: Supported
9726 F: Documentation/networking/LICENSE.qla3xxx
9727 F: drivers/net/ethernet/qlogic/qla3xxx.*
9728
9729 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9730 M: Dept-GELinuxNICDev@qlogic.com
9731 L: netdev@vger.kernel.org
9732 S: Supported
9733 F: drivers/net/ethernet/qlogic/qlcnic/
9734
9735 QLOGIC QLGE 10Gb ETHERNET DRIVER
9736 M: Harish Patil <harish.patil@qlogic.com>
9737 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9738 M: Dept-GELinuxNICDev@qlogic.com
9739 M: linux-driver@qlogic.com
9740 L: netdev@vger.kernel.org
9741 S: Supported
9742 F: drivers/net/ethernet/qlogic/qlge/
9743
9744 QLOGIC QL4xxx ETHERNET DRIVER
9745 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9746 M: Ariel Elior <Ariel.Elior@qlogic.com>
9747 M: everest-linux-l2@qlogic.com
9748 L: netdev@vger.kernel.org
9749 S: Supported
9750 F: drivers/net/ethernet/qlogic/qed/
9751 F: include/linux/qed/
9752 F: drivers/net/ethernet/qlogic/qede/
9753
9754 QNX4 FILESYSTEM
9755 M: Anders Larsen <al@alarsen.net>
9756 W: http://www.alarsen.net/linux/qnx4fs/
9757 S: Maintained
9758 F: fs/qnx4/
9759 F: include/uapi/linux/qnx4_fs.h
9760 F: include/uapi/linux/qnxtypes.h
9761
9762 QT1010 MEDIA DRIVER
9763 M: Antti Palosaari <crope@iki.fi>
9764 L: linux-media@vger.kernel.org
9765 W: https://linuxtv.org
9766 W: http://palosaari.fi/linux/
9767 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9768 T: git git://linuxtv.org/anttip/media_tree.git
9769 S: Maintained
9770 F: drivers/media/tuners/qt1010*
9771
9772 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9773 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9774 L: linux-wireless@vger.kernel.org
9775 L: ath9k-devel@lists.ath9k.org
9776 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9777 S: Supported
9778 F: drivers/net/wireless/ath/ath9k/
9779
9780 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9781 M: Kalle Valo <kvalo@qca.qualcomm.com>
9782 L: ath10k@lists.infradead.org
9783 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9785 S: Supported
9786 F: drivers/net/wireless/ath/ath10k/
9787
9788 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9789 M: Timur Tabi <timur@codeaurora.org>
9790 L: netdev@vger.kernel.org
9791 S: Supported
9792 F: drivers/net/ethernet/qualcomm/emac/
9793
9794 QUALCOMM HEXAGON ARCHITECTURE
9795 M: Richard Kuo <rkuo@codeaurora.org>
9796 L: linux-hexagon@vger.kernel.org
9797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9798 S: Supported
9799 F: arch/hexagon/
9800
9801 QUALCOMM WCN36XX WIRELESS DRIVER
9802 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9803 L: wcn36xx@lists.infradead.org
9804 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9805 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9806 S: Supported
9807 F: drivers/net/wireless/ath/wcn36xx/
9808
9809 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9810 M: Gabriel Somlo <somlo@cmu.edu>
9811 M: "Michael S. Tsirkin" <mst@redhat.com>
9812 L: qemu-devel@nongnu.org
9813 S: Maintained
9814 F: drivers/firmware/qemu_fw_cfg.c
9815
9816 RADOS BLOCK DEVICE (RBD)
9817 M: Ilya Dryomov <idryomov@gmail.com>
9818 M: Sage Weil <sage@redhat.com>
9819 M: Alex Elder <elder@kernel.org>
9820 L: ceph-devel@vger.kernel.org
9821 W: http://ceph.com/
9822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9823 T: git git://github.com/ceph/ceph-client.git
9824 S: Supported
9825 F: Documentation/ABI/testing/sysfs-bus-rbd
9826 F: drivers/block/rbd.c
9827 F: drivers/block/rbd_types.h
9828
9829 RADEON FRAMEBUFFER DISPLAY DRIVER
9830 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9831 L: linux-fbdev@vger.kernel.org
9832 S: Maintained
9833 F: drivers/video/fbdev/aty/radeon*
9834 F: include/uapi/linux/radeonfb.h
9835
9836 RADIOSHARK RADIO DRIVER
9837 M: Hans Verkuil <hverkuil@xs4all.nl>
9838 L: linux-media@vger.kernel.org
9839 T: git git://linuxtv.org/media_tree.git
9840 S: Maintained
9841 F: drivers/media/radio/radio-shark.c
9842
9843 RADIOSHARK2 RADIO DRIVER
9844 M: Hans Verkuil <hverkuil@xs4all.nl>
9845 L: linux-media@vger.kernel.org
9846 T: git git://linuxtv.org/media_tree.git
9847 S: Maintained
9848 F: drivers/media/radio/radio-shark2.c
9849 F: drivers/media/radio/radio-tea5777.c
9850
9851 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9852 M: Paul Mackerras <paulus@samba.org>
9853 L: linux-fbdev@vger.kernel.org
9854 S: Maintained
9855 F: drivers/video/fbdev/aty/aty128fb.c
9856
9857 RALINK MIPS ARCHITECTURE
9858 M: John Crispin <john@phrozen.org>
9859 L: linux-mips@linux-mips.org
9860 S: Maintained
9861 F: arch/mips/ralink
9862
9863 RALINK RT2X00 WIRELESS LAN DRIVER
9864 P: rt2x00 project
9865 M: Stanislaw Gruszka <sgruszka@redhat.com>
9866 M: Helmut Schaa <helmut.schaa@googlemail.com>
9867 L: linux-wireless@vger.kernel.org
9868 S: Maintained
9869 F: drivers/net/wireless/ralink/rt2x00/
9870
9871 RAMDISK RAM BLOCK DEVICE DRIVER
9872 M: Jens Axboe <axboe@kernel.dk>
9873 S: Maintained
9874 F: Documentation/blockdev/ramdisk.txt
9875 F: drivers/block/brd.c
9876
9877 RANDOM NUMBER DRIVER
9878 M: "Theodore Ts'o" <tytso@mit.edu>
9879 S: Maintained
9880 F: drivers/char/random.c
9881
9882 RAPIDIO SUBSYSTEM
9883 M: Matt Porter <mporter@kernel.crashing.org>
9884 M: Alexandre Bounine <alexandre.bounine@idt.com>
9885 S: Maintained
9886 F: drivers/rapidio/
9887
9888 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9889 L: linux-wireless@vger.kernel.org
9890 S: Orphan
9891 F: drivers/net/wireless/ray*
9892
9893 RCUTORTURE MODULE
9894 M: Josh Triplett <josh@joshtriplett.org>
9895 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9896 L: linux-kernel@vger.kernel.org
9897 S: Supported
9898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9899 F: Documentation/RCU/torture.txt
9900 F: kernel/rcu/rcutorture.c
9901
9902 RCUTORTURE TEST FRAMEWORK
9903 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9904 M: Josh Triplett <josh@joshtriplett.org>
9905 R: Steven Rostedt <rostedt@goodmis.org>
9906 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9907 R: Lai Jiangshan <jiangshanlai@gmail.com>
9908 L: linux-kernel@vger.kernel.org
9909 S: Supported
9910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9911 F: tools/testing/selftests/rcutorture
9912
9913 RDC R-321X SoC
9914 M: Florian Fainelli <florian@openwrt.org>
9915 S: Maintained
9916
9917 RDC R6040 FAST ETHERNET DRIVER
9918 M: Florian Fainelli <f.fainelli@gmail.com>
9919 L: netdev@vger.kernel.org
9920 S: Maintained
9921 F: drivers/net/ethernet/rdc/r6040.c
9922
9923 RDS - RELIABLE DATAGRAM SOCKETS
9924 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9925 L: netdev@vger.kernel.org
9926 L: linux-rdma@vger.kernel.org
9927 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9928 W: https://oss.oracle.com/projects/rds/
9929 S: Supported
9930 F: net/rds/
9931 F: Documentation/networking/rds.txt
9932
9933 RDMAVT - RDMA verbs software
9934 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9935 L: linux-rdma@vger.kernel.org
9936 S: Supported
9937 F: drivers/infiniband/sw/rdmavt
9938
9939 READ-COPY UPDATE (RCU)
9940 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9941 M: Josh Triplett <josh@joshtriplett.org>
9942 R: Steven Rostedt <rostedt@goodmis.org>
9943 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9944 R: Lai Jiangshan <jiangshanlai@gmail.com>
9945 L: linux-kernel@vger.kernel.org
9946 W: http://www.rdrop.com/users/paulmck/RCU/
9947 S: Supported
9948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9949 F: Documentation/RCU/
9950 X: Documentation/RCU/torture.txt
9951 F: include/linux/rcu*
9952 X: include/linux/srcu.h
9953 F: kernel/rcu/
9954 X: kernel/torture.c
9955
9956 REAL TIME CLOCK (RTC) SUBSYSTEM
9957 M: Alessandro Zummo <a.zummo@towertech.it>
9958 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9959 L: rtc-linux@googlegroups.com
9960 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9962 S: Maintained
9963 F: Documentation/devicetree/bindings/rtc/
9964 F: Documentation/rtc.txt
9965 F: drivers/rtc/
9966 F: include/linux/rtc.h
9967 F: include/uapi/linux/rtc.h
9968 F: include/linux/rtc/
9969 F: include/linux/platform_data/rtc-*
9970 F: tools/testing/selftests/timers/rtctest.c
9971
9972 REALTEK AUDIO CODECS
9973 M: Bard Liao <bardliao@realtek.com>
9974 M: Oder Chiou <oder_chiou@realtek.com>
9975 S: Maintained
9976 F: sound/soc/codecs/rt*
9977 F: include/sound/rt*.h
9978
9979 REISERFS FILE SYSTEM
9980 L: reiserfs-devel@vger.kernel.org
9981 S: Supported
9982 F: fs/reiserfs/
9983
9984 REGISTER MAP ABSTRACTION
9985 M: Mark Brown <broonie@kernel.org>
9986 L: linux-kernel@vger.kernel.org
9987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9988 S: Supported
9989 F: Documentation/devicetree/bindings/regmap/
9990 F: drivers/base/regmap/
9991 F: include/linux/regmap.h
9992
9993 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9994 M: Ohad Ben-Cohen <ohad@wizery.com>
9995 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9996 L: linux-remoteproc@vger.kernel.org
9997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9998 S: Maintained
9999 F: Documentation/devicetree/bindings/remoteproc/
10000 F: Documentation/remoteproc.txt
10001 F: drivers/remoteproc/
10002 F: include/linux/remoteproc.h
10003
10004 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10005 M: Ohad Ben-Cohen <ohad@wizery.com>
10006 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10007 L: linux-remoteproc@vger.kernel.org
10008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10009 S: Maintained
10010 F: drivers/rpmsg/
10011 F: Documentation/rpmsg.txt
10012 F: include/linux/rpmsg.h
10013
10014 RENESAS ETHERNET DRIVERS
10015 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10016 L: netdev@vger.kernel.org
10017 L: linux-renesas-soc@vger.kernel.org
10018 F: drivers/net/ethernet/renesas/
10019 F: include/linux/sh_eth.h
10020
10021 RENESAS USB2 PHY DRIVER
10022 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10023 L: linux-renesas-soc@vger.kernel.org
10024 S: Maintained
10025 F: drivers/phy/phy-rcar-gen3-usb2.c
10026
10027 RESET CONTROLLER FRAMEWORK
10028 M: Philipp Zabel <p.zabel@pengutronix.de>
10029 T: git git://git.pengutronix.de/git/pza/linux
10030 S: Maintained
10031 F: drivers/reset/
10032 F: Documentation/devicetree/bindings/reset/
10033 F: include/dt-bindings/reset/
10034 F: include/linux/reset.h
10035 F: include/linux/reset-controller.h
10036
10037 RFKILL
10038 M: Johannes Berg <johannes@sipsolutions.net>
10039 L: linux-wireless@vger.kernel.org
10040 W: http://wireless.kernel.org/
10041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10043 S: Maintained
10044 F: Documentation/rfkill.txt
10045 F: net/rfkill/
10046
10047 RHASHTABLE
10048 M: Thomas Graf <tgraf@suug.ch>
10049 M: Herbert Xu <herbert@gondor.apana.org.au>
10050 L: netdev@vger.kernel.org
10051 S: Maintained
10052 F: lib/rhashtable.c
10053 F: include/linux/rhashtable.h
10054
10055 RICOH SMARTMEDIA/XD DRIVER
10056 M: Maxim Levitsky <maximlevitsky@gmail.com>
10057 S: Maintained
10058 F: drivers/mtd/nand/r852.c
10059 F: drivers/mtd/nand/r852.h
10060
10061 RICOH R5C592 MEMORYSTICK DRIVER
10062 M: Maxim Levitsky <maximlevitsky@gmail.com>
10063 S: Maintained
10064 F: drivers/memstick/host/r592.*
10065
10066 ROCCAT DRIVERS
10067 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10068 W: http://sourceforge.net/projects/roccat/
10069 S: Maintained
10070 F: drivers/hid/hid-roccat*
10071 F: include/linux/hid-roccat*
10072 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10073
10074 ROCKER DRIVER
10075 M: Jiri Pirko <jiri@resnulli.us>
10076 L: netdev@vger.kernel.org
10077 S: Supported
10078 F: drivers/net/ethernet/rocker/
10079
10080 ROCKETPORT DRIVER
10081 P: Comtrol Corp.
10082 W: http://www.comtrol.com
10083 S: Maintained
10084 F: Documentation/serial/rocket.txt
10085 F: drivers/tty/rocket*
10086
10087 ROCKETPORT EXPRESS/INFINITY DRIVER
10088 M: Kevin Cernekee <cernekee@gmail.com>
10089 L: linux-serial@vger.kernel.org
10090 S: Odd Fixes
10091 F: drivers/tty/serial/rp2.*
10092
10093 ROSE NETWORK LAYER
10094 M: Ralf Baechle <ralf@linux-mips.org>
10095 L: linux-hams@vger.kernel.org
10096 W: http://www.linux-ax25.org/
10097 S: Maintained
10098 F: include/net/rose.h
10099 F: include/uapi/linux/rose.h
10100 F: net/rose/
10101
10102 RTL2830 MEDIA DRIVER
10103 M: Antti Palosaari <crope@iki.fi>
10104 L: linux-media@vger.kernel.org
10105 W: https://linuxtv.org
10106 W: http://palosaari.fi/linux/
10107 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10108 T: git git://linuxtv.org/anttip/media_tree.git
10109 S: Maintained
10110 F: drivers/media/dvb-frontends/rtl2830*
10111
10112 RTL2832 MEDIA DRIVER
10113 M: Antti Palosaari <crope@iki.fi>
10114 L: linux-media@vger.kernel.org
10115 W: https://linuxtv.org
10116 W: http://palosaari.fi/linux/
10117 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10118 T: git git://linuxtv.org/anttip/media_tree.git
10119 S: Maintained
10120 F: drivers/media/dvb-frontends/rtl2832*
10121
10122 RTL2832_SDR MEDIA DRIVER
10123 M: Antti Palosaari <crope@iki.fi>
10124 L: linux-media@vger.kernel.org
10125 W: https://linuxtv.org
10126 W: http://palosaari.fi/linux/
10127 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10128 T: git git://linuxtv.org/anttip/media_tree.git
10129 S: Maintained
10130 F: drivers/media/dvb-frontends/rtl2832_sdr*
10131
10132 RTL8180 WIRELESS DRIVER
10133 L: linux-wireless@vger.kernel.org
10134 W: http://wireless.kernel.org/
10135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10136 S: Orphan
10137 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10138
10139 RTL8187 WIRELESS DRIVER
10140 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10141 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10142 M: Larry Finger <Larry.Finger@lwfinger.net>
10143 L: linux-wireless@vger.kernel.org
10144 W: http://wireless.kernel.org/
10145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10146 S: Maintained
10147 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10148
10149 RTL8192CE WIRELESS DRIVER
10150 M: Larry Finger <Larry.Finger@lwfinger.net>
10151 M: Chaoming Li <chaoming_li@realsil.com.cn>
10152 L: linux-wireless@vger.kernel.org
10153 W: http://wireless.kernel.org/
10154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10155 S: Maintained
10156 F: drivers/net/wireless/realtek/rtlwifi/
10157 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10158
10159 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10160 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10161 L: linux-wireless@vger.kernel.org
10162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10163 S: Maintained
10164 F: drivers/net/wireless/realtek/rtl8xxxu/
10165
10166 S3 SAVAGE FRAMEBUFFER DRIVER
10167 M: Antonino Daplas <adaplas@gmail.com>
10168 L: linux-fbdev@vger.kernel.org
10169 S: Maintained
10170 F: drivers/video/fbdev/savage/
10171
10172 S390
10173 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10174 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10175 L: linux-s390@vger.kernel.org
10176 W: http://www.ibm.com/developerworks/linux/linux390/
10177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10178 S: Supported
10179 F: arch/s390/
10180 F: drivers/s390/
10181 F: Documentation/s390/
10182 F: Documentation/DocBook/s390*
10183
10184 S390 COMMON I/O LAYER
10185 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10186 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10187 L: linux-s390@vger.kernel.org
10188 W: http://www.ibm.com/developerworks/linux/linux390/
10189 S: Supported
10190 F: drivers/s390/cio/
10191
10192 S390 DASD DRIVER
10193 M: Stefan Weinhuber <wein@de.ibm.com>
10194 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10195 L: linux-s390@vger.kernel.org
10196 W: http://www.ibm.com/developerworks/linux/linux390/
10197 S: Supported
10198 F: drivers/s390/block/dasd*
10199 F: block/partitions/ibm.c
10200
10201 S390 NETWORK DRIVERS
10202 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10203 L: linux-s390@vger.kernel.org
10204 W: http://www.ibm.com/developerworks/linux/linux390/
10205 S: Supported
10206 F: drivers/s390/net/
10207
10208 S390 PCI SUBSYSTEM
10209 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10210 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10211 L: linux-s390@vger.kernel.org
10212 W: http://www.ibm.com/developerworks/linux/linux390/
10213 S: Supported
10214 F: arch/s390/pci/
10215 F: drivers/pci/hotplug/s390_pci_hpc.c
10216
10217 S390 ZCRYPT DRIVER
10218 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10219 L: linux-s390@vger.kernel.org
10220 W: http://www.ibm.com/developerworks/linux/linux390/
10221 S: Supported
10222 F: drivers/s390/crypto/
10223
10224 S390 ZFCP DRIVER
10225 M: Steffen Maier <maier@linux.vnet.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/scsi/zfcp_*
10230
10231 S390 IUCV NETWORK LAYER
10232 M: Ursula Braun <ubraun@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/net/*iucv*
10237 F: include/net/iucv/
10238 F: net/iucv/
10239
10240 S390 IOMMU (PCI)
10241 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10242 L: linux-s390@vger.kernel.org
10243 W: http://www.ibm.com/developerworks/linux/linux390/
10244 S: Supported
10245 F: drivers/iommu/s390-iommu.c
10246
10247 S3C24XX SD/MMC Driver
10248 M: Ben Dooks <ben-linux@fluff.org>
10249 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10250 S: Supported
10251 F: drivers/mmc/host/s3cmci.*
10252
10253 SAA6588 RDS RECEIVER DRIVER
10254 M: Hans Verkuil <hverkuil@xs4all.nl>
10255 L: linux-media@vger.kernel.org
10256 T: git git://linuxtv.org/media_tree.git
10257 W: https://linuxtv.org
10258 S: Odd Fixes
10259 F: drivers/media/i2c/saa6588*
10260
10261 SAA7134 VIDEO4LINUX DRIVER
10262 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10263 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10264 L: linux-media@vger.kernel.org
10265 W: https://linuxtv.org
10266 T: git git://linuxtv.org/media_tree.git
10267 S: Odd fixes
10268 F: Documentation/video4linux/*.saa7134
10269 F: drivers/media/pci/saa7134/
10270
10271 SAA7146 VIDEO4LINUX-2 DRIVER
10272 M: Hans Verkuil <hverkuil@xs4all.nl>
10273 L: linux-media@vger.kernel.org
10274 T: git git://linuxtv.org/media_tree.git
10275 S: Maintained
10276 F: drivers/media/common/saa7146/
10277 F: drivers/media/pci/saa7146/
10278 F: include/media/saa7146*
10279
10280 SAMSUNG LAPTOP DRIVER
10281 M: Corentin Chary <corentin.chary@gmail.com>
10282 L: platform-driver-x86@vger.kernel.org
10283 S: Maintained
10284 F: drivers/platform/x86/samsung-laptop.c
10285
10286 SAMSUNG AUDIO (ASoC) DRIVERS
10287 M: Krzysztof Kozlowski <krzk@kernel.org>
10288 M: Sangbeom Kim <sbkim73@samsung.com>
10289 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10290 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10291 S: Supported
10292 F: sound/soc/samsung/
10293
10294 SAMSUNG FRAMEBUFFER DRIVER
10295 M: Jingoo Han <jingoohan1@gmail.com>
10296 L: linux-fbdev@vger.kernel.org
10297 S: Maintained
10298 F: drivers/video/fbdev/s3c-fb.c
10299
10300 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10301 M: Sangbeom Kim <sbkim73@samsung.com>
10302 M: Krzysztof Kozlowski <krzk@kernel.org>
10303 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10304 L: linux-kernel@vger.kernel.org
10305 L: linux-samsung-soc@vger.kernel.org
10306 S: Supported
10307 F: drivers/mfd/sec*.c
10308 F: drivers/regulator/s2m*.c
10309 F: drivers/regulator/s5m*.c
10310 F: drivers/clk/clk-s2mps11.c
10311 F: drivers/rtc/rtc-s5m.c
10312 F: include/linux/mfd/samsung/
10313 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10314 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10315 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10316 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10317
10318 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10319 M: Kyungmin Park <kyungmin.park@samsung.com>
10320 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10321 L: linux-media@vger.kernel.org
10322 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10323 S: Supported
10324 F: drivers/media/platform/exynos4-is/
10325
10326 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10327 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10328 L: linux-media@vger.kernel.org
10329 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10330 S: Maintained
10331 F: drivers/media/platform/s3c-camif/
10332 F: include/media/drv-intf/s3c_camif.h
10333
10334 SAMSUNG S5C73M3 CAMERA DRIVER
10335 M: Kyungmin Park <kyungmin.park@samsung.com>
10336 M: Andrzej Hajda <a.hajda@samsung.com>
10337 L: linux-media@vger.kernel.org
10338 S: Supported
10339 F: drivers/media/i2c/s5c73m3/*
10340
10341 SAMSUNG S5K5BAF 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/s5k5baf.c
10347
10348 SAMSUNG S3FWRN5 NFC DRIVER
10349 M: Robert Baldyga <r.baldyga@samsung.com>
10350 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10351 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10352 S: Supported
10353 F: drivers/nfc/s3fwrn5
10354
10355 SAMSUNG SOC CLOCK DRIVERS
10356 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10357 M: Tomasz Figa <tomasz.figa@gmail.com>
10358 S: Supported
10359 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10360 F: drivers/clk/samsung/
10361
10362 SAMSUNG SPI DRIVERS
10363 M: Kukjin Kim <kgene@kernel.org>
10364 M: Krzysztof Kozlowski <krzk@kernel.org>
10365 M: Andi Shyti <andi.shyti@samsung.com>
10366 L: linux-spi@vger.kernel.org
10367 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10368 S: Maintained
10369 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10370 F: drivers/spi/spi-s3c*
10371 F: include/linux/platform_data/spi-s3c64xx.h
10372
10373 SAMSUNG SXGBE DRIVERS
10374 M: Byungho An <bh74.an@samsung.com>
10375 M: Girish K S <ks.giri@samsung.com>
10376 M: Vipul Pandya <vipul.pandya@samsung.com>
10377 S: Supported
10378 L: netdev@vger.kernel.org
10379 F: drivers/net/ethernet/samsung/sxgbe/
10380
10381 SAMSUNG THERMAL DRIVER
10382 M: Lukasz Majewski <l.majewski@samsung.com>
10383 L: linux-pm@vger.kernel.org
10384 L: linux-samsung-soc@vger.kernel.org
10385 S: Supported
10386 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10387 F: drivers/thermal/samsung/
10388
10389 SAMSUNG USB2 PHY DRIVER
10390 M: Kamil Debski <kamil@wypas.org>
10391 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10392 L: linux-kernel@vger.kernel.org
10393 S: Supported
10394 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10395 F: Documentation/phy/samsung-usb2.txt
10396 F: drivers/phy/phy-exynos4210-usb2.c
10397 F: drivers/phy/phy-exynos4x12-usb2.c
10398 F: drivers/phy/phy-exynos5250-usb2.c
10399 F: drivers/phy/phy-s5pv210-usb2.c
10400 F: drivers/phy/phy-samsung-usb2.c
10401 F: drivers/phy/phy-samsung-usb2.h
10402
10403 SERIAL DRIVERS
10404 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10405 L: linux-serial@vger.kernel.org
10406 S: Maintained
10407 F: Documentation/devicetree/bindings/serial/
10408 F: drivers/tty/serial/
10409
10410 SYNOPSYS DESIGNWARE DMAC DRIVER
10411 M: Viresh Kumar <vireshk@kernel.org>
10412 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10413 S: Maintained
10414 F: include/linux/dma/dw.h
10415 F: include/linux/platform_data/dma-dw.h
10416 F: drivers/dma/dw/
10417
10418 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10419 M: Lars Persson <lars.persson@axis.com>
10420 L: netdev@vger.kernel.org
10421 S: Supported
10422 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10423 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10424
10425 SYNOPSYS DESIGNWARE I2C DRIVER
10426 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10427 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10428 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10429 L: linux-i2c@vger.kernel.org
10430 S: Maintained
10431 F: drivers/i2c/busses/i2c-designware-*
10432 F: include/linux/platform_data/i2c-designware.h
10433
10434 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10435 M: Jaehoon Chung <jh80.chung@samsung.com>
10436 L: linux-mmc@vger.kernel.org
10437 S: Maintained
10438 F: include/linux/mmc/dw_mmc.h
10439 F: drivers/mmc/host/dw_mmc*
10440
10441 SYSTEM TRACE MODULE CLASS
10442 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10443 S: Maintained
10444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10445 F: Documentation/trace/stm.txt
10446 F: drivers/hwtracing/stm/
10447 F: include/linux/stm.h
10448 F: include/uapi/linux/stm.h
10449
10450 THUNDERBOLT DRIVER
10451 M: Andreas Noever <andreas.noever@gmail.com>
10452 S: Maintained
10453 F: drivers/thunderbolt/
10454
10455 TI BQ27XXX POWER SUPPLY DRIVER
10456 R: Andrew F. Davis <afd@ti.com>
10457 F: include/linux/power/bq27xxx_battery.h
10458 F: drivers/power/supply/bq27xxx_battery.c
10459 F: drivers/power/supply/bq27xxx_battery_i2c.c
10460
10461 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10462 M: John Stultz <john.stultz@linaro.org>
10463 M: Thomas Gleixner <tglx@linutronix.de>
10464 L: linux-kernel@vger.kernel.org
10465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10466 S: Supported
10467 F: include/linux/clocksource.h
10468 F: include/linux/time.h
10469 F: include/linux/timex.h
10470 F: include/uapi/linux/time.h
10471 F: include/uapi/linux/timex.h
10472 F: kernel/time/clocksource.c
10473 F: kernel/time/time*.c
10474 F: kernel/time/alarmtimer.c
10475 F: kernel/time/ntp.c
10476 F: tools/testing/selftests/timers/
10477
10478 SC1200 WDT DRIVER
10479 M: Zwane Mwaikambo <zwanem@gmail.com>
10480 S: Maintained
10481 F: drivers/watchdog/sc1200wdt.c
10482
10483 SCHEDULER
10484 M: Ingo Molnar <mingo@redhat.com>
10485 M: Peter Zijlstra <peterz@infradead.org>
10486 L: linux-kernel@vger.kernel.org
10487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10488 S: Maintained
10489 F: kernel/sched/
10490 F: include/linux/sched.h
10491 F: include/uapi/linux/sched.h
10492 F: include/linux/wait.h
10493
10494 SCORE ARCHITECTURE
10495 M: Chen Liqin <liqin.linux@gmail.com>
10496 M: Lennox Wu <lennox.wu@gmail.com>
10497 W: http://www.sunplus.com
10498 S: Supported
10499 F: arch/score/
10500
10501 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10502 M: Sudeep Holla <sudeep.holla@arm.com>
10503 L: linux-arm-kernel@lists.infradead.org
10504 S: Maintained
10505 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10506 F: drivers/clk/clk-scpi.c
10507 F: drivers/cpufreq/scpi-cpufreq.c
10508 F: drivers/firmware/arm_scpi.c
10509 F: include/linux/scpi_protocol.h
10510
10511 SCSI CDROM DRIVER
10512 M: Jens Axboe <axboe@kernel.dk>
10513 L: linux-scsi@vger.kernel.org
10514 W: http://www.kernel.dk
10515 S: Maintained
10516 F: drivers/scsi/sr*
10517
10518 SCSI RDMA PROTOCOL (SRP) INITIATOR
10519 M: Bart Van Assche <bart.vanassche@sandisk.com>
10520 L: linux-rdma@vger.kernel.org
10521 S: Supported
10522 W: http://www.openfabrics.org
10523 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10525 F: drivers/infiniband/ulp/srp/
10526 F: include/scsi/srp.h
10527
10528 SCSI SG DRIVER
10529 M: Doug Gilbert <dgilbert@interlog.com>
10530 L: linux-scsi@vger.kernel.org
10531 W: http://sg.danny.cz/sg
10532 S: Maintained
10533 F: Documentation/scsi/scsi-generic.txt
10534 F: drivers/scsi/sg.c
10535 F: include/scsi/sg.h
10536
10537 SCSI SUBSYSTEM
10538 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10540 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10542 L: linux-scsi@vger.kernel.org
10543 S: Maintained
10544 F: Documentation/devicetree/bindings/scsi/
10545 F: drivers/scsi/
10546 F: include/scsi/
10547
10548 SCSI TAPE DRIVER
10549 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10550 L: linux-scsi@vger.kernel.org
10551 S: Maintained
10552 F: Documentation/scsi/st.txt
10553 F: drivers/scsi/st.*
10554 F: drivers/scsi/st_*.h
10555
10556 SCTP PROTOCOL
10557 M: Vlad Yasevich <vyasevich@gmail.com>
10558 M: Neil Horman <nhorman@tuxdriver.com>
10559 L: linux-sctp@vger.kernel.org
10560 W: http://lksctp.sourceforge.net
10561 S: Maintained
10562 F: Documentation/networking/sctp.txt
10563 F: include/linux/sctp.h
10564 F: include/uapi/linux/sctp.h
10565 F: include/net/sctp/
10566 F: net/sctp/
10567
10568 SCx200 CPU SUPPORT
10569 M: Jim Cromie <jim.cromie@gmail.com>
10570 S: Odd Fixes
10571 F: Documentation/i2c/busses/scx200_acb
10572 F: arch/x86/platform/scx200/
10573 F: drivers/watchdog/scx200_wdt.c
10574 F: drivers/i2c/busses/scx200*
10575 F: drivers/mtd/maps/scx200_docflash.c
10576 F: include/linux/scx200.h
10577
10578 SCx200 GPIO DRIVER
10579 M: Jim Cromie <jim.cromie@gmail.com>
10580 S: Maintained
10581 F: drivers/char/scx200_gpio.c
10582 F: include/linux/scx200_gpio.h
10583
10584 SCx200 HRT CLOCKSOURCE DRIVER
10585 M: Jim Cromie <jim.cromie@gmail.com>
10586 S: Maintained
10587 F: drivers/clocksource/scx200_hrt.c
10588
10589 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10590 M: Sascha Sommer <saschasommer@freenet.de>
10591 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10592 S: Maintained
10593 F: drivers/mmc/host/sdricoh_cs.c
10594
10595 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10596 M: Adrian Hunter <adrian.hunter@intel.com>
10597 L: linux-mmc@vger.kernel.org
10598 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10599 S: Maintained
10600 F: drivers/mmc/host/sdhci*
10601 F: include/linux/mmc/sdhci*
10602
10603 SECURE COMPUTING
10604 M: Kees Cook <keescook@chromium.org>
10605 R: Andy Lutomirski <luto@amacapital.net>
10606 R: Will Drewry <wad@chromium.org>
10607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10608 S: Supported
10609 F: kernel/seccomp.c
10610 F: include/uapi/linux/seccomp.h
10611 F: include/linux/seccomp.h
10612 F: tools/testing/selftests/seccomp/*
10613 K: \bsecure_computing
10614 K: \bTIF_SECCOMP\b
10615
10616 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10617 M: Al Cooper <alcooperx@gmail.com>
10618 L: linux-mmc@vger.kernel.org
10619 L: bcm-kernel-feedback-list@broadcom.com
10620 S: Maintained
10621 F: drivers/mmc/host/sdhci-brcmstb*
10622
10623 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10624 M: Ben Dooks <ben-linux@fluff.org>
10625 M: Jaehoon Chung <jh80.chung@samsung.com>
10626 L: linux-mmc@vger.kernel.org
10627 S: Maintained
10628 F: drivers/mmc/host/sdhci-s3c*
10629
10630 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10631 M: Viresh Kumar <vireshk@kernel.org>
10632 L: linux-mmc@vger.kernel.org
10633 S: Maintained
10634 F: drivers/mmc/host/sdhci-spear.c
10635
10636 SECURITY SUBSYSTEM
10637 M: James Morris <james.l.morris@oracle.com>
10638 M: "Serge E. Hallyn" <serge@hallyn.com>
10639 L: linux-security-module@vger.kernel.org (suggested Cc:)
10640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10641 W: http://kernsec.org/
10642 S: Supported
10643 F: security/
10644
10645 SECURITY CONTACT
10646 M: Security Officers <security@kernel.org>
10647 S: Supported
10648
10649 SELINUX SECURITY MODULE
10650 M: Paul Moore <paul@paul-moore.com>
10651 M: Stephen Smalley <sds@tycho.nsa.gov>
10652 M: Eric Paris <eparis@parisplace.org>
10653 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10654 W: http://selinuxproject.org
10655 T: git git://git.infradead.org/users/pcmoore/selinux
10656 S: Supported
10657 F: include/linux/selinux*
10658 F: security/selinux/
10659 F: scripts/selinux/
10660
10661 APPARMOR SECURITY MODULE
10662 M: John Johansen <john.johansen@canonical.com>
10663 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10664 W: apparmor.wiki.kernel.org
10665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10666 S: Supported
10667 F: security/apparmor/
10668
10669 LOADPIN SECURITY MODULE
10670 M: Kees Cook <keescook@chromium.org>
10671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10672 S: Supported
10673 F: security/loadpin/
10674
10675 YAMA SECURITY MODULE
10676 M: Kees Cook <keescook@chromium.org>
10677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10678 S: Supported
10679 F: security/yama/
10680
10681 SENSABLE PHANTOM
10682 M: Jiri Slaby <jirislaby@gmail.com>
10683 S: Maintained
10684 F: drivers/misc/phantom.c
10685 F: include/uapi/linux/phantom.h
10686
10687 Emulex 10Gbps iSCSI - OneConnect DRIVER
10688 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10689 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
10690 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10691 L: linux-scsi@vger.kernel.org
10692 W: http://www.broadcom.com
10693 S: Supported
10694 F: drivers/scsi/be2iscsi/
10695
10696 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10697 M: Sathya Perla <sathya.perla@broadcom.com>
10698 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10699 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10700 M: Somnath Kotur <somnath.kotur@broadcom.com>
10701 L: netdev@vger.kernel.org
10702 W: http://www.emulex.com
10703 S: Supported
10704 F: drivers/net/ethernet/emulex/benet/
10705
10706 EMULEX ONECONNECT ROCE DRIVER
10707 M: Selvin Xavier <selvin.xavier@avagotech.com>
10708 M: Devesh Sharma <devesh.sharma@avagotech.com>
10709 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10710 L: linux-rdma@vger.kernel.org
10711 W: http://www.emulex.com
10712 S: Supported
10713 F: drivers/infiniband/hw/ocrdma/
10714
10715 SFC NETWORK DRIVER
10716 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10717 M: Edward Cree <ecree@solarflare.com>
10718 M: Bert Kenward <bkenward@solarflare.com>
10719 L: netdev@vger.kernel.org
10720 S: Supported
10721 F: drivers/net/ethernet/sfc/
10722
10723 SGI GRU DRIVER
10724 M: Dimitri Sivanich <sivanich@sgi.com>
10725 S: Maintained
10726 F: drivers/misc/sgi-gru/
10727
10728 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10729 M: Pat Gefre <pfg@sgi.com>
10730 L: linux-ia64@vger.kernel.org
10731 S: Supported
10732 F: Documentation/ia64/serial.txt
10733 F: drivers/tty/serial/ioc?_serial.c
10734 F: include/linux/ioc?.h
10735
10736 SGI XP/XPC/XPNET DRIVER
10737 M: Cliff Whickman <cpw@sgi.com>
10738 M: Robin Holt <robinmholt@gmail.com>
10739 S: Maintained
10740 F: drivers/misc/sgi-xp/
10741
10742 SI2157 MEDIA DRIVER
10743 M: Antti Palosaari <crope@iki.fi>
10744 L: linux-media@vger.kernel.org
10745 W: https://linuxtv.org
10746 W: http://palosaari.fi/linux/
10747 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10748 T: git git://linuxtv.org/anttip/media_tree.git
10749 S: Maintained
10750 F: drivers/media/tuners/si2157*
10751
10752 SI2168 MEDIA DRIVER
10753 M: Antti Palosaari <crope@iki.fi>
10754 L: linux-media@vger.kernel.org
10755 W: https://linuxtv.org
10756 W: http://palosaari.fi/linux/
10757 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10758 T: git git://linuxtv.org/anttip/media_tree.git
10759 S: Maintained
10760 F: drivers/media/dvb-frontends/si2168*
10761
10762 SI470X FM RADIO RECEIVER I2C DRIVER
10763 M: Hans Verkuil <hverkuil@xs4all.nl>
10764 L: linux-media@vger.kernel.org
10765 T: git git://linuxtv.org/media_tree.git
10766 W: https://linuxtv.org
10767 S: Odd Fixes
10768 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10769
10770 SI470X FM RADIO RECEIVER USB DRIVER
10771 M: Hans Verkuil <hverkuil@xs4all.nl>
10772 L: linux-media@vger.kernel.org
10773 T: git git://linuxtv.org/media_tree.git
10774 W: https://linuxtv.org
10775 S: Maintained
10776 F: drivers/media/radio/si470x/radio-si470x-common.c
10777 F: drivers/media/radio/si470x/radio-si470x.h
10778 F: drivers/media/radio/si470x/radio-si470x-usb.c
10779
10780 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10781 M: Eduardo Valentin <edubezval@gmail.com>
10782 L: linux-media@vger.kernel.org
10783 T: git git://linuxtv.org/media_tree.git
10784 W: https://linuxtv.org
10785 S: Odd Fixes
10786 F: drivers/media/radio/si4713/si4713.?
10787
10788 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10789 M: Eduardo Valentin <edubezval@gmail.com>
10790 L: linux-media@vger.kernel.org
10791 T: git git://linuxtv.org/media_tree.git
10792 W: https://linuxtv.org
10793 S: Odd Fixes
10794 F: drivers/media/radio/si4713/radio-platform-si4713.c
10795
10796 SI4713 FM RADIO TRANSMITTER USB DRIVER
10797 M: Hans Verkuil <hverkuil@xs4all.nl>
10798 L: linux-media@vger.kernel.org
10799 T: git git://linuxtv.org/media_tree.git
10800 W: https://linuxtv.org
10801 S: Maintained
10802 F: drivers/media/radio/si4713/radio-usb-si4713.c
10803
10804 SIANO DVB DRIVER
10805 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10806 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10807 L: linux-media@vger.kernel.org
10808 W: https://linuxtv.org
10809 T: git git://linuxtv.org/media_tree.git
10810 S: Odd fixes
10811 F: drivers/media/common/siano/
10812 F: drivers/media/usb/siano/
10813 F: drivers/media/usb/siano/
10814 F: drivers/media/mmc/siano/
10815
10816 SIMPLEFB FB DRIVER
10817 M: Hans de Goede <hdegoede@redhat.com>
10818 L: linux-fbdev@vger.kernel.org
10819 S: Maintained
10820 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10821 F: drivers/video/fbdev/simplefb.c
10822 F: include/linux/platform_data/simplefb.h
10823
10824 SH_VEU V4L2 MEM2MEM DRIVER
10825 L: linux-media@vger.kernel.org
10826 S: Orphan
10827 F: drivers/media/platform/sh_veu.c
10828
10829 SH_VOU V4L2 OUTPUT DRIVER
10830 L: linux-media@vger.kernel.org
10831 S: Orphan
10832 F: drivers/media/platform/sh_vou.c
10833 F: include/media/drv-intf/sh_vou.h
10834
10835 SIMPLE FIRMWARE INTERFACE (SFI)
10836 M: Len Brown <lenb@kernel.org>
10837 L: sfi-devel@simplefirmware.org
10838 W: http://simplefirmware.org/
10839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10840 S: Supported
10841 F: arch/x86/platform/sfi/
10842 F: drivers/sfi/
10843 F: include/linux/sfi*.h
10844
10845 SIMTEC EB110ATX (Chalice CATS)
10846 P: Ben Dooks
10847 P: Vincent Sanders <vince@simtec.co.uk>
10848 M: Simtec Linux Team <linux@simtec.co.uk>
10849 W: http://www.simtec.co.uk/products/EB110ATX/
10850 S: Supported
10851
10852 SIMTEC EB2410ITX (BAST)
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/EB2410ITX/
10857 S: Supported
10858 F: arch/arm/mach-s3c24xx/mach-bast.c
10859 F: arch/arm/mach-s3c24xx/bast-ide.c
10860 F: arch/arm/mach-s3c24xx/bast-irq.c
10861
10862 TI DAVINCI MACHINE SUPPORT
10863 M: Sekhar Nori <nsekhar@ti.com>
10864 M: Kevin Hilman <khilman@kernel.org>
10865 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10867 S: Supported
10868 F: arch/arm/mach-davinci/
10869 F: drivers/i2c/busses/i2c-davinci.c
10870
10871 TI DAVINCI SERIES MEDIA DRIVER
10872 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10873 L: linux-media@vger.kernel.org
10874 W: https://linuxtv.org
10875 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10876 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10877 S: Maintained
10878 F: drivers/media/platform/davinci/
10879 F: include/media/davinci/
10880
10881 TI AM437X VPFE DRIVER
10882 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10883 L: linux-media@vger.kernel.org
10884 W: https://linuxtv.org
10885 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10886 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10887 S: Maintained
10888 F: drivers/media/platform/am437x/
10889
10890 OV2659 OMNIVISION SENSOR DRIVER
10891 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10892 L: linux-media@vger.kernel.org
10893 W: https://linuxtv.org
10894 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10895 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10896 S: Maintained
10897 F: drivers/media/i2c/ov2659.c
10898 F: include/media/i2c/ov2659.h
10899
10900 SILICON MOTION SM712 FRAME BUFFER DRIVER
10901 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10902 M: Teddy Wang <teddy.wang@siliconmotion.com>
10903 M: Sudip Mukherjee <sudip@vectorindia.org>
10904 L: linux-fbdev@vger.kernel.org
10905 S: Maintained
10906 F: drivers/video/fbdev/sm712*
10907 F: Documentation/fb/sm712fb.txt
10908
10909 SIS 190 ETHERNET DRIVER
10910 M: Francois Romieu <romieu@fr.zoreil.com>
10911 L: netdev@vger.kernel.org
10912 S: Maintained
10913 F: drivers/net/ethernet/sis/sis190.c
10914
10915 SIS 900/7016 FAST ETHERNET DRIVER
10916 M: Daniele Venzano <venza@brownhat.org>
10917 W: http://www.brownhat.org/sis900.html
10918 L: netdev@vger.kernel.org
10919 S: Maintained
10920 F: drivers/net/ethernet/sis/sis900.*
10921
10922 SIS FRAMEBUFFER DRIVER
10923 M: Thomas Winischhofer <thomas@winischhofer.net>
10924 W: http://www.winischhofer.net/linuxsisvga.shtml
10925 S: Maintained
10926 F: Documentation/fb/sisfb.txt
10927 F: drivers/video/fbdev/sis/
10928 F: include/video/sisfb.h
10929
10930 SIS USB2VGA DRIVER
10931 M: Thomas Winischhofer <thomas@winischhofer.net>
10932 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10933 S: Maintained
10934 F: drivers/usb/misc/sisusbvga/
10935
10936 SLAB ALLOCATOR
10937 M: Christoph Lameter <cl@linux.com>
10938 M: Pekka Enberg <penberg@kernel.org>
10939 M: David Rientjes <rientjes@google.com>
10940 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10941 M: Andrew Morton <akpm@linux-foundation.org>
10942 L: linux-mm@kvack.org
10943 S: Maintained
10944 F: include/linux/sl?b*.h
10945 F: mm/sl?b*
10946
10947 SLEEPABLE READ-COPY UPDATE (SRCU)
10948 M: Lai Jiangshan <jiangshanlai@gmail.com>
10949 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10950 M: Josh Triplett <josh@joshtriplett.org>
10951 R: Steven Rostedt <rostedt@goodmis.org>
10952 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10953 L: linux-kernel@vger.kernel.org
10954 W: http://www.rdrop.com/users/paulmck/RCU/
10955 S: Supported
10956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10957 F: include/linux/srcu.h
10958 F: kernel/rcu/srcu.c
10959
10960 SMACK SECURITY MODULE
10961 M: Casey Schaufler <casey@schaufler-ca.com>
10962 L: linux-security-module@vger.kernel.org
10963 W: http://schaufler-ca.com
10964 T: git git://github.com/cschaufler/smack-next
10965 S: Maintained
10966 F: Documentation/security/Smack.txt
10967 F: security/smack/
10968
10969 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10970 M: Kevin Hilman <khilman@kernel.org>
10971 M: Nishanth Menon <nm@ti.com>
10972 S: Maintained
10973 F: drivers/power/avs/
10974 F: include/linux/power/smartreflex.h
10975 L: linux-pm@vger.kernel.org
10976
10977 SMC91x ETHERNET DRIVER
10978 M: Nicolas Pitre <nico@fluxnic.net>
10979 S: Odd Fixes
10980 F: drivers/net/ethernet/smsc/smc91x.*
10981
10982 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10983 M: Sakari Ailus <sakari.ailus@iki.fi>
10984 L: linux-media@vger.kernel.org
10985 S: Maintained
10986 F: drivers/media/i2c/smiapp/
10987 F: include/media/i2c/smiapp.h
10988 F: drivers/media/i2c/smiapp-pll.c
10989 F: drivers/media/i2c/smiapp-pll.h
10990 F: include/uapi/linux/smiapp.h
10991 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10992
10993 SMM665 HARDWARE MONITOR DRIVER
10994 M: Guenter Roeck <linux@roeck-us.net>
10995 L: linux-hwmon@vger.kernel.org
10996 S: Maintained
10997 F: Documentation/hwmon/smm665
10998 F: drivers/hwmon/smm665.c
10999
11000 SMSC EMC2103 HARDWARE MONITOR DRIVER
11001 M: Steve Glendinning <steve.glendinning@shawell.net>
11002 L: linux-hwmon@vger.kernel.org
11003 S: Maintained
11004 F: Documentation/hwmon/emc2103
11005 F: drivers/hwmon/emc2103.c
11006
11007 SMSC SCH5627 HARDWARE MONITOR DRIVER
11008 M: Hans de Goede <hdegoede@redhat.com>
11009 L: linux-hwmon@vger.kernel.org
11010 S: Supported
11011 F: Documentation/hwmon/sch5627
11012 F: drivers/hwmon/sch5627.c
11013
11014 SMSC47B397 HARDWARE MONITOR DRIVER
11015 M: Jean Delvare <jdelvare@suse.com>
11016 L: linux-hwmon@vger.kernel.org
11017 S: Maintained
11018 F: Documentation/hwmon/smsc47b397
11019 F: drivers/hwmon/smsc47b397.c
11020
11021 SMSC911x ETHERNET DRIVER
11022 M: Steve Glendinning <steve.glendinning@shawell.net>
11023 L: netdev@vger.kernel.org
11024 S: Maintained
11025 F: include/linux/smsc911x.h
11026 F: drivers/net/ethernet/smsc/smsc911x.*
11027
11028 SMSC9420 PCI ETHERNET DRIVER
11029 M: Steve Glendinning <steve.glendinning@shawell.net>
11030 L: netdev@vger.kernel.org
11031 S: Maintained
11032 F: drivers/net/ethernet/smsc/smsc9420.*
11033
11034 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11035 M: Steve Glendinning <steve.glendinning@shawell.net>
11036 L: linux-fbdev@vger.kernel.org
11037 S: Maintained
11038 F: drivers/video/fbdev/smscufx.c
11039
11040 SOC-CAMERA V4L2 SUBSYSTEM
11041 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11042 L: linux-media@vger.kernel.org
11043 T: git git://linuxtv.org/media_tree.git
11044 S: Maintained
11045 F: include/media/soc*
11046 F: drivers/media/i2c/soc_camera/
11047 F: drivers/media/platform/soc_camera/
11048
11049 SOEKRIS NET48XX LED SUPPORT
11050 M: Chris Boot <bootc@bootc.net>
11051 S: Maintained
11052 F: drivers/leds/leds-net48xx.c
11053
11054 SOFTLOGIC 6x10 MPEG CODEC
11055 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11056 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11057 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11058 M: Ismael Luceno <ismael@iodev.co.uk>
11059 L: linux-media@vger.kernel.org
11060 S: Supported
11061 F: drivers/media/pci/solo6x10/
11062
11063 SOFTWARE RAID (Multiple Disks) SUPPORT
11064 M: Shaohua Li <shli@kernel.org>
11065 L: linux-raid@vger.kernel.org
11066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11067 S: Supported
11068 F: drivers/md/
11069 F: include/linux/raid/
11070 F: include/uapi/linux/raid/
11071
11072 SONIC NETWORK DRIVER
11073 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11074 L: netdev@vger.kernel.org
11075 S: Maintained
11076 F: drivers/net/ethernet/natsemi/sonic.*
11077
11078 SONICS SILICON BACKPLANE DRIVER (SSB)
11079 M: Michael Buesch <m@bues.ch>
11080 L: linux-wireless@vger.kernel.org
11081 S: Maintained
11082 F: drivers/ssb/
11083 F: include/linux/ssb/
11084
11085 SONY VAIO CONTROL DEVICE DRIVER
11086 M: Mattia Dongili <malattia@linux.it>
11087 L: platform-driver-x86@vger.kernel.org
11088 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11089 S: Maintained
11090 F: Documentation/laptops/sony-laptop.txt
11091 F: drivers/char/sonypi.c
11092 F: drivers/platform/x86/sony-laptop.c
11093 F: include/linux/sony-laptop.h
11094
11095 SONY MEMORYSTICK CARD SUPPORT
11096 M: Alex Dubov <oakad@yahoo.com>
11097 W: http://tifmxx.berlios.de/
11098 S: Maintained
11099 F: drivers/memstick/host/tifm_ms.c
11100
11101 SONY MEMORYSTICK STANDARD SUPPORT
11102 M: Maxim Levitsky <maximlevitsky@gmail.com>
11103 S: Maintained
11104 F: drivers/memstick/core/ms_block.*
11105
11106 SOUND
11107 M: Jaroslav Kysela <perex@perex.cz>
11108 M: Takashi Iwai <tiwai@suse.com>
11109 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11110 W: http://www.alsa-project.org/
11111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11112 T: git git://git.alsa-project.org/alsa-kernel.git
11113 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11114 S: Maintained
11115 F: Documentation/sound/
11116 F: include/sound/
11117 F: include/uapi/sound/
11118 F: sound/
11119
11120 SOUND - COMPRESSED AUDIO
11121 M: Vinod Koul <vinod.koul@intel.com>
11122 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11124 S: Supported
11125 F: Documentation/sound/alsa/compress_offload.txt
11126 F: include/sound/compress_driver.h
11127 F: include/uapi/sound/compress_*
11128 F: sound/core/compress_offload.c
11129 F: sound/soc/soc-compress.c
11130
11131 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11132 M: Liam Girdwood <lgirdwood@gmail.com>
11133 M: Mark Brown <broonie@kernel.org>
11134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11135 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11136 W: http://alsa-project.org/main/index.php/ASoC
11137 S: Supported
11138 F: Documentation/devicetree/bindings/sound/
11139 F: Documentation/sound/alsa/soc/
11140 F: sound/soc/
11141 F: include/sound/soc*
11142
11143 SOUND - DMAENGINE HELPERS
11144 M: Lars-Peter Clausen <lars@metafoo.de>
11145 S: Supported
11146 F: include/sound/dmaengine_pcm.h
11147 F: sound/core/pcm_dmaengine.c
11148 F: sound/soc/soc-generic-dmaengine-pcm.c
11149
11150 SP2 MEDIA DRIVER
11151 M: Olli Salonen <olli.salonen@iki.fi>
11152 L: linux-media@vger.kernel.org
11153 W: https://linuxtv.org
11154 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11155 S: Maintained
11156 F: drivers/media/dvb-frontends/sp2*
11157
11158 SPARC + UltraSPARC (sparc/sparc64)
11159 M: "David S. Miller" <davem@davemloft.net>
11160 L: sparclinux@vger.kernel.org
11161 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11164 S: Maintained
11165 F: arch/sparc/
11166 F: drivers/sbus/
11167
11168 SPARC SERIAL DRIVERS
11169 M: "David S. Miller" <davem@davemloft.net>
11170 L: sparclinux@vger.kernel.org
11171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11173 S: Maintained
11174 F: include/linux/sunserialcore.h
11175 F: drivers/tty/serial/suncore.c
11176 F: drivers/tty/serial/sunhv.c
11177 F: drivers/tty/serial/sunsab.c
11178 F: drivers/tty/serial/sunsab.h
11179 F: drivers/tty/serial/sunsu.c
11180 F: drivers/tty/serial/sunzilog.c
11181 F: drivers/tty/serial/sunzilog.h
11182
11183 SPARSE CHECKER
11184 M: "Christopher Li" <sparse@chrisli.org>
11185 L: linux-sparse@vger.kernel.org
11186 W: https://sparse.wiki.kernel.org/
11187 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11188 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11189 S: Maintained
11190 F: include/linux/compiler.h
11191
11192 SPEAR PLATFORM SUPPORT
11193 M: Viresh Kumar <vireshk@kernel.org>
11194 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11196 W: http://www.st.com/spear
11197 S: Maintained
11198 F: arch/arm/boot/dts/spear*
11199 F: arch/arm/mach-spear/
11200
11201 SPEAR CLOCK FRAMEWORK SUPPORT
11202 M: Viresh Kumar <vireshk@kernel.org>
11203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11204 W: http://www.st.com/spear
11205 S: Maintained
11206 F: drivers/clk/spear/
11207
11208 SPI SUBSYSTEM
11209 M: Mark Brown <broonie@kernel.org>
11210 L: linux-spi@vger.kernel.org
11211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11212 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11213 S: Maintained
11214 F: Documentation/devicetree/bindings/spi/
11215 F: Documentation/spi/
11216 F: drivers/spi/
11217 F: include/linux/spi/
11218 F: include/uapi/linux/spi/
11219 F: tools/spi/
11220
11221 SPIDERNET NETWORK DRIVER for CELL
11222 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11223 L: netdev@vger.kernel.org
11224 S: Supported
11225 F: Documentation/networking/spider_net.txt
11226 F: drivers/net/ethernet/toshiba/spider_net*
11227
11228 SPU FILE SYSTEM
11229 M: Jeremy Kerr <jk@ozlabs.org>
11230 L: linuxppc-dev@lists.ozlabs.org
11231 W: http://www.ibm.com/developerworks/power/cell/
11232 S: Supported
11233 F: Documentation/filesystems/spufs.txt
11234 F: arch/powerpc/platforms/cell/spufs/
11235
11236 SQUASHFS FILE SYSTEM
11237 M: Phillip Lougher <phillip@squashfs.org.uk>
11238 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11239 W: http://squashfs.org.uk
11240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11241 S: Maintained
11242 F: Documentation/filesystems/squashfs.txt
11243 F: fs/squashfs/
11244
11245 SRM (Alpha) environment access
11246 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11247 S: Maintained
11248 F: arch/alpha/kernel/srm_env.c
11249
11250 STABLE BRANCH
11251 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11252 L: stable@vger.kernel.org
11253 S: Supported
11254 F: Documentation/stable_kernel_rules.txt
11255
11256 STAGING SUBSYSTEM
11257 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11259 L: devel@driverdev.osuosl.org
11260 S: Supported
11261 F: drivers/staging/
11262
11263 STAGING - COMEDI
11264 M: Ian Abbott <abbotti@mev.co.uk>
11265 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11266 S: Odd Fixes
11267 F: drivers/staging/comedi/
11268
11269 STAGING - FLARION FT1000 DRIVERS
11270 M: Marek Belisko <marek.belisko@gmail.com>
11271 S: Odd Fixes
11272 F: drivers/staging/ft1000/
11273
11274 STAGING - INDUSTRIAL IO
11275 M: Jonathan Cameron <jic23@kernel.org>
11276 L: linux-iio@vger.kernel.org
11277 S: Odd Fixes
11278 F: Documentation/devicetree/bindings/staging/iio/
11279 F: drivers/staging/iio/
11280
11281 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11282 M: Jarod Wilson <jarod@wilsonet.com>
11283 W: http://www.lirc.org/
11284 S: Odd Fixes
11285 F: drivers/staging/media/lirc/
11286
11287 STAGING - LUSTRE PARALLEL FILESYSTEM
11288 M: Oleg Drokin <oleg.drokin@intel.com>
11289 M: Andreas Dilger <andreas.dilger@intel.com>
11290 M: James Simmons <jsimmons@infradead.org>
11291 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11292 W: http://wiki.lustre.org/
11293 S: Maintained
11294 F: drivers/staging/lustre
11295
11296 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11297 M: Marc Dietrich <marvin24@gmx.de>
11298 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11299 L: linux-tegra@vger.kernel.org
11300 S: Maintained
11301 F: drivers/staging/nvec/
11302
11303 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11304 M: Jens Frederich <jfrederich@gmail.com>
11305 M: Daniel Drake <dsd@laptop.org>
11306 M: Jon Nettleton <jon.nettleton@gmail.com>
11307 W: http://wiki.laptop.org/go/DCON
11308 S: Maintained
11309 F: drivers/staging/olpc_dcon/
11310
11311 STAGING - REALTEK RTL8712U DRIVERS
11312 M: Larry Finger <Larry.Finger@lwfinger.net>
11313 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11314 S: Odd Fixes
11315 F: drivers/staging/rtl8712/
11316
11317 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11318 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11319 M: Teddy Wang <teddy.wang@siliconmotion.com>
11320 M: Sudip Mukherjee <sudip@vectorindia.org>
11321 L: linux-fbdev@vger.kernel.org
11322 S: Maintained
11323 F: drivers/staging/sm750fb/
11324
11325 STAGING - SLICOSS
11326 M: Lior Dotan <liodot@gmail.com>
11327 M: Christopher Harrer <charrer@alacritech.com>
11328 S: Odd Fixes
11329 F: drivers/staging/slicoss/
11330
11331 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11332 M: William Hubbs <w.d.hubbs@gmail.com>
11333 M: Chris Brannon <chris@the-brannons.com>
11334 M: Kirk Reiser <kirk@reisers.ca>
11335 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11336 L: speakup@linux-speakup.org
11337 W: http://www.linux-speakup.org/
11338 S: Odd Fixes
11339 F: drivers/staging/speakup/
11340
11341 STAGING - VIA VT665X DRIVERS
11342 M: Forest Bond <forest@alittletooquiet.net>
11343 S: Odd Fixes
11344 F: drivers/staging/vt665?/
11345
11346 STAGING - WILC1000 WIFI DRIVER
11347 M: Aditya Shankar <aditya.shankar@microchip.com>
11348 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11349 L: linux-wireless@vger.kernel.org
11350 S: Supported
11351 F: drivers/staging/wilc1000/
11352
11353 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11354 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11355 S: Odd Fixes
11356 F: drivers/staging/xgifb/
11357
11358 STARFIRE/DURALAN NETWORK DRIVER
11359 M: Ion Badulescu <ionut@badula.org>
11360 S: Odd Fixes
11361 F: drivers/net/ethernet/adaptec/starfire*
11362
11363 SUN3/3X
11364 M: Sam Creasey <sammy@sammy.net>
11365 W: http://sammy.net/sun3/
11366 S: Maintained
11367 F: arch/m68k/kernel/*sun3*
11368 F: arch/m68k/sun3*/
11369 F: arch/m68k/include/asm/sun3*
11370 F: drivers/net/ethernet/i825xx/sun3*
11371
11372 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11373 M: Hans de Goede <hdegoede@redhat.com>
11374 L: linux-input@vger.kernel.org
11375 S: Maintained
11376 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11377 F: drivers/input/keyboard/sun4i-lradc-keys.c
11378
11379 SUNDANCE NETWORK DRIVER
11380 M: Denis Kirjanov <kda@linux-powerpc.org>
11381 L: netdev@vger.kernel.org
11382 S: Maintained
11383 F: drivers/net/ethernet/dlink/sundance.c
11384
11385 SUPERH
11386 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11387 M: Rich Felker <dalias@libc.org>
11388 L: linux-sh@vger.kernel.org
11389 Q: http://patchwork.kernel.org/project/linux-sh/list/
11390 S: Maintained
11391 F: Documentation/sh/
11392 F: arch/sh/
11393 F: drivers/sh/
11394
11395 SUSPEND TO RAM
11396 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11397 M: Len Brown <len.brown@intel.com>
11398 M: Pavel Machek <pavel@ucw.cz>
11399 L: linux-pm@vger.kernel.org
11400 S: Supported
11401 F: Documentation/power/
11402 F: arch/x86/kernel/acpi/
11403 F: drivers/base/power/
11404 F: kernel/power/
11405 F: include/linux/suspend.h
11406 F: include/linux/freezer.h
11407 F: include/linux/pm.h
11408
11409 SVGA HANDLING
11410 M: Martin Mares <mj@ucw.cz>
11411 L: linux-video@atrey.karlin.mff.cuni.cz
11412 S: Maintained
11413 F: Documentation/svga.txt
11414 F: arch/x86/boot/video*
11415
11416 SWIOTLB SUBSYSTEM
11417 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11418 L: linux-kernel@vger.kernel.org
11419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11420 S: Supported
11421 F: lib/swiotlb.c
11422 F: arch/*/kernel/pci-swiotlb.c
11423 F: include/linux/swiotlb.h
11424
11425 SWITCHDEV
11426 M: Jiri Pirko <jiri@resnulli.us>
11427 L: netdev@vger.kernel.org
11428 S: Supported
11429 F: net/switchdev/
11430 F: include/net/switchdev.h
11431
11432 SYNOPSYS ARC ARCHITECTURE
11433 M: Vineet Gupta <vgupta@synopsys.com>
11434 L: linux-snps-arc@lists.infradead.org
11435 S: Supported
11436 F: arch/arc/
11437 F: Documentation/devicetree/bindings/arc/*
11438 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11439 F: drivers/tty/serial/arc_uart.c
11440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11441
11442 SYNOPSYS ARC SDP platform support
11443 M: Alexey Brodkin <abrodkin@synopsys.com>
11444 S: Supported
11445 F: arch/arc/plat-axs10x
11446 F: arch/arc/boot/dts/ax*
11447 F: Documentation/devicetree/bindings/arc/axs10*
11448
11449 SYSTEM CONFIGURATION (SYSCON)
11450 M: Lee Jones <lee.jones@linaro.org>
11451 M: Arnd Bergmann <arnd@arndb.de>
11452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11453 S: Supported
11454 F: drivers/mfd/syscon.c
11455
11456 SYSTEM RESET/SHUTDOWN DRIVERS
11457 M: Sebastian Reichel <sre@kernel.org>
11458 L: linux-pm@vger.kernel.org
11459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11460 S: Maintained
11461 F: Documentation/devicetree/bindings/power/reset/
11462 F: drivers/power/reset/
11463
11464 SYSV FILESYSTEM
11465 M: Christoph Hellwig <hch@infradead.org>
11466 S: Maintained
11467 F: Documentation/filesystems/sysv-fs.txt
11468 F: fs/sysv/
11469 F: include/linux/sysv_fs.h
11470
11471 TARGET SUBSYSTEM
11472 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11473 L: linux-scsi@vger.kernel.org
11474 L: target-devel@vger.kernel.org
11475 W: http://www.linux-iscsi.org
11476 W: http://groups.google.com/group/linux-iscsi-target-dev
11477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11478 S: Supported
11479 F: drivers/target/
11480 F: include/target/
11481 F: Documentation/target/
11482
11483 TASKSTATS STATISTICS INTERFACE
11484 M: Balbir Singh <bsingharora@gmail.com>
11485 S: Maintained
11486 F: Documentation/accounting/taskstats*
11487 F: include/linux/taskstats*
11488 F: kernel/taskstats.c
11489
11490 TC CLASSIFIER
11491 M: Jamal Hadi Salim <jhs@mojatatu.com>
11492 L: netdev@vger.kernel.org
11493 S: Maintained
11494 F: include/net/pkt_cls.h
11495 F: include/uapi/linux/pkt_cls.h
11496 F: net/sched/
11497
11498 TCP LOW PRIORITY MODULE
11499 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11500 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11501 W: http://tcp-lp-mod.sourceforge.net/
11502 S: Maintained
11503 F: net/ipv4/tcp_lp.c
11504
11505 TDA10071 MEDIA DRIVER
11506 M: Antti Palosaari <crope@iki.fi>
11507 L: linux-media@vger.kernel.org
11508 W: https://linuxtv.org
11509 W: http://palosaari.fi/linux/
11510 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11511 T: git git://linuxtv.org/anttip/media_tree.git
11512 S: Maintained
11513 F: drivers/media/dvb-frontends/tda10071*
11514
11515 TDA18212 MEDIA DRIVER
11516 M: Antti Palosaari <crope@iki.fi>
11517 L: linux-media@vger.kernel.org
11518 W: https://linuxtv.org
11519 W: http://palosaari.fi/linux/
11520 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11521 T: git git://linuxtv.org/anttip/media_tree.git
11522 S: Maintained
11523 F: drivers/media/tuners/tda18212*
11524
11525 TDA18218 MEDIA DRIVER
11526 M: Antti Palosaari <crope@iki.fi>
11527 L: linux-media@vger.kernel.org
11528 W: https://linuxtv.org
11529 W: http://palosaari.fi/linux/
11530 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11531 T: git git://linuxtv.org/anttip/media_tree.git
11532 S: Maintained
11533 F: drivers/media/tuners/tda18218*
11534
11535 TDA18271 MEDIA DRIVER
11536 M: Michael Krufky <mkrufky@linuxtv.org>
11537 L: linux-media@vger.kernel.org
11538 W: https://linuxtv.org
11539 W: http://github.com/mkrufky
11540 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11541 T: git git://linuxtv.org/mkrufky/tuners.git
11542 S: Maintained
11543 F: drivers/media/tuners/tda18271*
11544
11545 TDA827x MEDIA DRIVER
11546 M: Michael Krufky <mkrufky@linuxtv.org>
11547 L: linux-media@vger.kernel.org
11548 W: https://linuxtv.org
11549 W: http://github.com/mkrufky
11550 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11551 T: git git://linuxtv.org/mkrufky/tuners.git
11552 S: Maintained
11553 F: drivers/media/tuners/tda8290.*
11554
11555 TDA8290 MEDIA DRIVER
11556 M: Michael Krufky <mkrufky@linuxtv.org>
11557 L: linux-media@vger.kernel.org
11558 W: https://linuxtv.org
11559 W: http://github.com/mkrufky
11560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11561 T: git git://linuxtv.org/mkrufky/tuners.git
11562 S: Maintained
11563 F: drivers/media/tuners/tda8290.*
11564
11565 TDA9840 MEDIA DRIVER
11566 M: Hans Verkuil <hverkuil@xs4all.nl>
11567 L: linux-media@vger.kernel.org
11568 T: git git://linuxtv.org/media_tree.git
11569 W: https://linuxtv.org
11570 S: Maintained
11571 F: drivers/media/i2c/tda9840*
11572
11573 TEA5761 TUNER DRIVER
11574 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11575 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11576 L: linux-media@vger.kernel.org
11577 W: https://linuxtv.org
11578 T: git git://linuxtv.org/media_tree.git
11579 S: Odd fixes
11580 F: drivers/media/tuners/tea5761.*
11581
11582 TEA5767 TUNER DRIVER
11583 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11584 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11585 L: linux-media@vger.kernel.org
11586 W: https://linuxtv.org
11587 T: git git://linuxtv.org/media_tree.git
11588 S: Maintained
11589 F: drivers/media/tuners/tea5767.*
11590
11591 TEA6415C MEDIA DRIVER
11592 M: Hans Verkuil <hverkuil@xs4all.nl>
11593 L: linux-media@vger.kernel.org
11594 T: git git://linuxtv.org/media_tree.git
11595 W: https://linuxtv.org
11596 S: Maintained
11597 F: drivers/media/i2c/tea6415c*
11598
11599 TEA6420 MEDIA DRIVER
11600 M: Hans Verkuil <hverkuil@xs4all.nl>
11601 L: linux-media@vger.kernel.org
11602 T: git git://linuxtv.org/media_tree.git
11603 W: https://linuxtv.org
11604 S: Maintained
11605 F: drivers/media/i2c/tea6420*
11606
11607 TEAM DRIVER
11608 M: Jiri Pirko <jiri@resnulli.us>
11609 L: netdev@vger.kernel.org
11610 S: Supported
11611 F: drivers/net/team/
11612 F: include/linux/if_team.h
11613 F: include/uapi/linux/if_team.h
11614
11615 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11616 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11617 S: Maintained
11618 F: arch/x86/platform/ts5500/
11619
11620 TECHNOTREND USB IR RECEIVER
11621 M: Sean Young <sean@mess.org>
11622 L: linux-media@vger.kernel.org
11623 S: Maintained
11624 F: drivers/media/rc/ttusbir.c
11625
11626 TEGRA ARCHITECTURE SUPPORT
11627 M: Stephen Warren <swarren@wwwdotorg.org>
11628 M: Thierry Reding <thierry.reding@gmail.com>
11629 M: Alexandre Courbot <gnurou@gmail.com>
11630 L: linux-tegra@vger.kernel.org
11631 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11633 S: Supported
11634 N: [^a-z]tegra
11635
11636 TEGRA CLOCK DRIVER
11637 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11638 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11639 S: Supported
11640 F: drivers/clk/tegra/
11641
11642 TEGRA DMA DRIVERS
11643 M: Laxman Dewangan <ldewangan@nvidia.com>
11644 M: Jon Hunter <jonathanh@nvidia.com>
11645 S: Supported
11646 F: drivers/dma/tegra*
11647
11648 TEGRA I2C DRIVER
11649 M: Laxman Dewangan <ldewangan@nvidia.com>
11650 S: Supported
11651 F: drivers/i2c/busses/i2c-tegra.c
11652
11653 TEGRA IOMMU DRIVERS
11654 M: Hiroshi Doyu <hdoyu@nvidia.com>
11655 S: Supported
11656 F: drivers/iommu/tegra*
11657
11658 TEGRA KBC DRIVER
11659 M: Rakesh Iyer <riyer@nvidia.com>
11660 M: Laxman Dewangan <ldewangan@nvidia.com>
11661 S: Supported
11662 F: drivers/input/keyboard/tegra-kbc.c
11663
11664 TEGRA PWM DRIVER
11665 M: Thierry Reding <thierry.reding@gmail.com>
11666 S: Supported
11667 F: drivers/pwm/pwm-tegra.c
11668
11669 TEGRA SERIAL DRIVER
11670 M: Laxman Dewangan <ldewangan@nvidia.com>
11671 S: Supported
11672 F: drivers/tty/serial/serial-tegra.c
11673
11674 TEGRA SPI DRIVER
11675 M: Laxman Dewangan <ldewangan@nvidia.com>
11676 S: Supported
11677 F: drivers/spi/spi-tegra*
11678
11679 TEHUTI ETHERNET DRIVER
11680 M: Andy Gospodarek <andy@greyhouse.net>
11681 L: netdev@vger.kernel.org
11682 S: Supported
11683 F: drivers/net/ethernet/tehuti/*
11684
11685 Telecom Clock Driver for MCPL0010
11686 M: Mark Gross <mark.gross@intel.com>
11687 S: Supported
11688 F: drivers/char/tlclk.c
11689
11690 TENSILICA XTENSA PORT (xtensa)
11691 M: Chris Zankel <chris@zankel.net>
11692 M: Max Filippov <jcmvbkbc@gmail.com>
11693 L: linux-xtensa@linux-xtensa.org
11694 T: git git://github.com/czankel/xtensa-linux.git
11695 S: Maintained
11696 F: arch/xtensa/
11697 F: drivers/irqchip/irq-xtensa-*
11698
11699 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11700 M: Hans Verkuil <hverkuil@xs4all.nl>
11701 L: linux-media@vger.kernel.org
11702 T: git git://linuxtv.org/media_tree.git
11703 W: https://linuxtv.org
11704 S: Maintained
11705 F: drivers/media/radio/radio-raremono.c
11706
11707 THERMAL
11708 M: Zhang Rui <rui.zhang@intel.com>
11709 M: Eduardo Valentin <edubezval@gmail.com>
11710 L: linux-pm@vger.kernel.org
11711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11713 Q: https://patchwork.kernel.org/project/linux-pm/list/
11714 S: Supported
11715 F: drivers/thermal/
11716 F: include/linux/thermal.h
11717 F: include/uapi/linux/thermal.h
11718 F: include/linux/cpu_cooling.h
11719 F: Documentation/devicetree/bindings/thermal/
11720
11721 THERMAL/CPU_COOLING
11722 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11723 M: Viresh Kumar <viresh.kumar@linaro.org>
11724 M: Javi Merino <javi.merino@arm.com>
11725 L: linux-pm@vger.kernel.org
11726 S: Supported
11727 F: Documentation/thermal/cpu-cooling-api.txt
11728 F: drivers/thermal/cpu_cooling.c
11729 F: include/linux/cpu_cooling.h
11730
11731 THINKPAD ACPI EXTRAS DRIVER
11732 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11733 L: ibm-acpi-devel@lists.sourceforge.net
11734 L: platform-driver-x86@vger.kernel.org
11735 W: http://ibm-acpi.sourceforge.net
11736 W: http://thinkwiki.org/wiki/Ibm-acpi
11737 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11738 S: Maintained
11739 F: drivers/platform/x86/thinkpad_acpi.c
11740
11741 TI BANDGAP AND THERMAL DRIVER
11742 M: Eduardo Valentin <edubezval@gmail.com>
11743 M: Keerthy <j-keerthy@ti.com>
11744 L: linux-pm@vger.kernel.org
11745 L: linux-omap@vger.kernel.org
11746 S: Maintained
11747 F: drivers/thermal/ti-soc-thermal/
11748
11749 TI VPE/CAL DRIVERS
11750 M: Benoit Parrot <bparrot@ti.com>
11751 L: linux-media@vger.kernel.org
11752 W: http://linuxtv.org/
11753 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11754 S: Maintained
11755 F: drivers/media/platform/ti-vpe/
11756
11757 TI CDCE706 CLOCK DRIVER
11758 M: Max Filippov <jcmvbkbc@gmail.com>
11759 S: Maintained
11760 F: drivers/clk/clk-cdce706.c
11761
11762 TI CLOCK DRIVER
11763 M: Tero Kristo <t-kristo@ti.com>
11764 L: linux-omap@vger.kernel.org
11765 S: Maintained
11766 F: drivers/clk/ti/
11767 F: include/linux/clk/ti.h
11768
11769 TI ETHERNET SWITCH DRIVER (CPSW)
11770 M: Mugunthan V N <mugunthanvnm@ti.com>
11771 R: Grygorii Strashko <grygorii.strashko@ti.com>
11772 L: linux-omap@vger.kernel.org
11773 L: netdev@vger.kernel.org
11774 S: Maintained
11775 F: drivers/net/ethernet/ti/cpsw*
11776 F: drivers/net/ethernet/ti/davinci*
11777
11778 TI FLASH MEDIA INTERFACE DRIVER
11779 M: Alex Dubov <oakad@yahoo.com>
11780 S: Maintained
11781 F: drivers/misc/tifm*
11782 F: drivers/mmc/host/tifm_sd.c
11783 F: include/linux/tifm.h
11784
11785 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11786 M: Santosh Shilimkar <ssantosh@kernel.org>
11787 L: linux-kernel@vger.kernel.org
11788 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11789 S: Maintained
11790 F: drivers/soc/ti/*
11791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11792
11793
11794 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11795 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11796 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11797 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11798 S: Maintained
11799 F: sound/soc/codecs/lm49453*
11800 F: sound/soc/codecs/isabelle*
11801
11802 TI LP855x BACKLIGHT DRIVER
11803 M: Milo Kim <milo.kim@ti.com>
11804 S: Maintained
11805 F: Documentation/backlight/lp855x-driver.txt
11806 F: drivers/video/backlight/lp855x_bl.c
11807 F: include/linux/platform_data/lp855x.h
11808
11809 TI LP8727 CHARGER DRIVER
11810 M: Milo Kim <milo.kim@ti.com>
11811 S: Maintained
11812 F: drivers/power/supply/lp8727_charger.c
11813 F: include/linux/platform_data/lp8727.h
11814
11815 TI LP8788 MFD DRIVER
11816 M: Milo Kim <milo.kim@ti.com>
11817 S: Maintained
11818 F: drivers/iio/adc/lp8788_adc.c
11819 F: drivers/leds/leds-lp8788.c
11820 F: drivers/mfd/lp8788*.c
11821 F: drivers/power/supply/lp8788-charger.c
11822 F: drivers/regulator/lp8788-*.c
11823 F: include/linux/mfd/lp8788*.h
11824
11825 TI NETCP ETHERNET DRIVER
11826 M: Wingman Kwok <w-kwok2@ti.com>
11827 M: Murali Karicheri <m-karicheri2@ti.com>
11828 L: netdev@vger.kernel.org
11829 S: Maintained
11830 F: drivers/net/ethernet/ti/netcp*
11831
11832 TI TAS571X FAMILY ASoC CODEC DRIVER
11833 M: Kevin Cernekee <cernekee@chromium.org>
11834 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11835 S: Odd Fixes
11836 F: sound/soc/codecs/tas571x*
11837
11838 TI TWL4030 SERIES SOC CODEC DRIVER
11839 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11840 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11841 S: Maintained
11842 F: sound/soc/codecs/twl4030*
11843
11844 TI WILINK WIRELESS DRIVERS
11845 L: linux-wireless@vger.kernel.org
11846 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11847 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11849 S: Orphan
11850 F: drivers/net/wireless/ti/
11851 F: include/linux/wl12xx.h
11852
11853 TIPC NETWORK LAYER
11854 M: Jon Maloy <jon.maloy@ericsson.com>
11855 M: Ying Xue <ying.xue@windriver.com>
11856 L: netdev@vger.kernel.org (core kernel code)
11857 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11858 W: http://tipc.sourceforge.net/
11859 S: Maintained
11860 F: include/uapi/linux/tipc*.h
11861 F: net/tipc/
11862
11863 TILE ARCHITECTURE
11864 M: Chris Metcalf <cmetcalf@mellanox.com>
11865 W: http://www.mellanox.com/repository/solutions/tile-scm/
11866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11867 S: Supported
11868 F: arch/tile/
11869 F: drivers/char/tile-srom.c
11870 F: drivers/edac/tile_edac.c
11871 F: drivers/net/ethernet/tile/
11872 F: drivers/rtc/rtc-tile.c
11873 F: drivers/tty/hvc/hvc_tile.c
11874 F: drivers/tty/serial/tilegx.c
11875 F: drivers/usb/host/*-tilegx.c
11876 F: include/linux/usb/tilegx.h
11877
11878 TLAN NETWORK DRIVER
11879 M: Samuel Chessman <chessman@tux.org>
11880 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11881 W: http://sourceforge.net/projects/tlan/
11882 S: Maintained
11883 F: Documentation/networking/tlan.txt
11884 F: drivers/net/ethernet/ti/tlan.*
11885
11886 TOMOYO SECURITY MODULE
11887 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11888 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11889 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11890 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11891 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11892 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11893 W: http://tomoyo.sourceforge.jp/
11894 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11895 S: Maintained
11896 F: security/tomoyo/
11897
11898 TOPSTAR LAPTOP EXTRAS DRIVER
11899 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11900 L: platform-driver-x86@vger.kernel.org
11901 S: Maintained
11902 F: drivers/platform/x86/topstar-laptop.c
11903
11904 TOSHIBA ACPI EXTRAS DRIVER
11905 M: Azael Avalos <coproscefalo@gmail.com>
11906 L: platform-driver-x86@vger.kernel.org
11907 S: Maintained
11908 F: drivers/platform/x86/toshiba_acpi.c
11909
11910 TOSHIBA BLUETOOTH DRIVER
11911 M: Azael Avalos <coproscefalo@gmail.com>
11912 L: platform-driver-x86@vger.kernel.org
11913 S: Maintained
11914 F: drivers/platform/x86/toshiba_bluetooth.c
11915
11916 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11917 M: Azael Avalos <coproscefalo@gmail.com>
11918 L: platform-driver-x86@vger.kernel.org
11919 S: Maintained
11920 F: drivers/platform/x86/toshiba_haps.c
11921
11922 TOSHIBA WMI HOTKEYS DRIVER
11923 M: Azael Avalos <coproscefalo@gmail.com>
11924 L: platform-driver-x86@vger.kernel.org
11925 S: Maintained
11926 F: drivers/platform/x86/toshiba-wmi.c
11927
11928 TOSHIBA SMM DRIVER
11929 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11930 W: http://www.buzzard.org.uk/toshiba/
11931 S: Maintained
11932 F: drivers/char/toshiba.c
11933 F: include/linux/toshiba.h
11934 F: include/uapi/linux/toshiba.h
11935
11936 TOSHIBA TC358743 DRIVER
11937 M: Mats Randgaard <matrandg@cisco.com>
11938 L: linux-media@vger.kernel.org
11939 S: Maintained
11940 F: drivers/media/i2c/tc358743*
11941 F: include/media/i2c/tc358743.h
11942
11943 TMIO/SDHI MMC DRIVER
11944 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11945 L: linux-mmc@vger.kernel.org
11946 S: Supported
11947 F: drivers/mmc/host/tmio_mmc*
11948 F: drivers/mmc/host/sh_mobile_sdhi.c
11949 F: include/linux/mfd/tmio.h
11950
11951 TMP401 HARDWARE MONITOR DRIVER
11952 M: Guenter Roeck <linux@roeck-us.net>
11953 L: linux-hwmon@vger.kernel.org
11954 S: Maintained
11955 F: Documentation/hwmon/tmp401
11956 F: drivers/hwmon/tmp401.c
11957
11958 TMPFS (SHMEM FILESYSTEM)
11959 M: Hugh Dickins <hughd@google.com>
11960 L: linux-mm@kvack.org
11961 S: Maintained
11962 F: include/linux/shmem_fs.h
11963 F: mm/shmem.c
11964
11965 TM6000 VIDEO4LINUX DRIVER
11966 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11967 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11968 L: linux-media@vger.kernel.org
11969 W: https://linuxtv.org
11970 T: git git://linuxtv.org/media_tree.git
11971 S: Odd fixes
11972 F: drivers/media/usb/tm6000/
11973
11974 TW5864 VIDEO4LINUX DRIVER
11975 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11976 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11977 M: Andrey Utkin <andrey_utkin@fastmail.com>
11978 L: linux-media@vger.kernel.org
11979 S: Supported
11980 F: drivers/media/pci/tw5864/
11981
11982 TW68 VIDEO4LINUX DRIVER
11983 M: Hans Verkuil <hverkuil@xs4all.nl>
11984 L: linux-media@vger.kernel.org
11985 T: git git://linuxtv.org/media_tree.git
11986 W: https://linuxtv.org
11987 S: Odd Fixes
11988 F: drivers/media/pci/tw68/
11989
11990 TW686X VIDEO4LINUX DRIVER
11991 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11992 L: linux-media@vger.kernel.org
11993 T: git git://linuxtv.org/media_tree.git
11994 W: http://linuxtv.org
11995 S: Maintained
11996 F: drivers/media/pci/tw686x/
11997
11998 TPM DEVICE DRIVER
11999 M: Peter Huewe <peterhuewe@gmx.de>
12000 M: Marcel Selhorst <tpmdd@selhorst.net>
12001 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12002 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12003 W: http://tpmdd.sourceforge.net
12004 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12005 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
12006 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
12007 S: Maintained
12008 F: drivers/char/tpm/
12009
12010 TPM IBM_VTPM DEVICE DRIVER
12011 M: Ashley Lai <ashleydlai@gmail.com>
12012 W: http://tpmdd.sourceforge.net
12013 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12014 S: Maintained
12015 F: drivers/char/tpm/tpm_ibmvtpm*
12016
12017 TRACING
12018 M: Steven Rostedt <rostedt@goodmis.org>
12019 M: Ingo Molnar <mingo@redhat.com>
12020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12021 S: Maintained
12022 F: Documentation/trace/ftrace.txt
12023 F: arch/*/*/*/ftrace.h
12024 F: arch/*/kernel/ftrace.c
12025 F: include/*/ftrace.h
12026 F: include/linux/trace*.h
12027 F: include/trace/
12028 F: kernel/trace/
12029 F: tools/testing/selftests/ftrace/
12030
12031 TRACING MMIO ACCESSES (MMIOTRACE)
12032 M: Steven Rostedt <rostedt@goodmis.org>
12033 M: Ingo Molnar <mingo@kernel.org>
12034 R: Karol Herbst <karolherbst@gmail.com>
12035 R: Pekka Paalanen <ppaalanen@gmail.com>
12036 S: Maintained
12037 L: linux-kernel@vger.kernel.org
12038 L: nouveau@lists.freedesktop.org
12039 F: kernel/trace/trace_mmiotrace.c
12040 F: include/linux/mmiotrace.h
12041 F: arch/x86/mm/kmmio.c
12042 F: arch/x86/mm/mmio-mod.c
12043 F: arch/x86/mm/testmmiotrace.c
12044
12045 TRIVIAL PATCHES
12046 M: Jiri Kosina <trivial@kernel.org>
12047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12048 S: Maintained
12049 K: ^Subject:.*(?i)trivial
12050
12051 TTY LAYER
12052 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12053 M: Jiri Slaby <jslaby@suse.com>
12054 S: Supported
12055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12056 F: Documentation/serial/
12057 F: drivers/tty/
12058 F: drivers/tty/serial/serial_core.c
12059 F: include/linux/serial_core.h
12060 F: include/linux/serial.h
12061 F: include/linux/tty.h
12062 F: include/uapi/linux/serial_core.h
12063 F: include/uapi/linux/serial.h
12064 F: include/uapi/linux/tty.h
12065
12066 TUA9001 MEDIA DRIVER
12067 M: Antti Palosaari <crope@iki.fi>
12068 L: linux-media@vger.kernel.org
12069 W: https://linuxtv.org
12070 W: http://palosaari.fi/linux/
12071 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12072 T: git git://linuxtv.org/anttip/media_tree.git
12073 S: Maintained
12074 F: drivers/media/tuners/tua9001*
12075
12076 TULIP NETWORK DRIVERS
12077 L: netdev@vger.kernel.org
12078 L: linux-parisc@vger.kernel.org
12079 S: Orphan
12080 F: drivers/net/ethernet/dec/tulip/
12081
12082 TUN/TAP driver
12083 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12084 W: http://vtun.sourceforge.net/tun
12085 S: Maintained
12086 F: Documentation/networking/tuntap.txt
12087 F: arch/um/os-Linux/drivers/
12088
12089 TURBOCHANNEL SUBSYSTEM
12090 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12091 M: Ralf Baechle <ralf@linux-mips.org>
12092 L: linux-mips@linux-mips.org
12093 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12094 S: Maintained
12095 F: drivers/tc/
12096 F: include/linux/tc.h
12097
12098 U14-34F SCSI DRIVER
12099 M: Dario Ballabio <ballabio_dario@emc.com>
12100 L: linux-scsi@vger.kernel.org
12101 S: Maintained
12102 F: drivers/scsi/u14-34f.c
12103
12104 UBI FILE SYSTEM (UBIFS)
12105 M: Richard Weinberger <richard@nod.at>
12106 M: Artem Bityutskiy <dedekind1@gmail.com>
12107 M: Adrian Hunter <adrian.hunter@intel.com>
12108 L: linux-mtd@lists.infradead.org
12109 T: git git://git.infradead.org/ubifs-2.6.git
12110 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12111 S: Supported
12112 F: Documentation/filesystems/ubifs.txt
12113 F: fs/ubifs/
12114
12115 UCLINUX (M68KNOMMU AND COLDFIRE)
12116 M: Greg Ungerer <gerg@linux-m68k.org>
12117 W: http://www.linux-m68k.org/
12118 W: http://www.uclinux.org/
12119 L: linux-m68k@lists.linux-m68k.org
12120 L: uclinux-dev@uclinux.org (subscribers-only)
12121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12122 S: Maintained
12123 F: arch/m68k/coldfire/
12124 F: arch/m68k/68*/
12125 F: arch/m68k/*/*_no.*
12126 F: arch/m68k/include/asm/*_no.*
12127
12128 UDF FILESYSTEM
12129 M: Jan Kara <jack@suse.com>
12130 S: Maintained
12131 F: Documentation/filesystems/udf.txt
12132 F: fs/udf/
12133
12134 UFS FILESYSTEM
12135 M: Evgeniy Dushistov <dushistov@mail.ru>
12136 S: Maintained
12137 F: Documentation/filesystems/ufs.txt
12138 F: fs/ufs/
12139
12140 UHID USERSPACE HID IO DRIVER:
12141 M: David Herrmann <dh.herrmann@googlemail.com>
12142 L: linux-input@vger.kernel.org
12143 S: Maintained
12144 F: drivers/hid/uhid.c
12145 F: include/uapi/linux/uhid.h
12146
12147 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12148 L: linux-usb@vger.kernel.org
12149 S: Orphan
12150 F: drivers/uwb/
12151 F: include/linux/uwb.h
12152 F: include/linux/uwb/
12153
12154 UNICORE32 ARCHITECTURE:
12155 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12156 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12157 S: Maintained
12158 T: git git://github.com/gxt/linux.git
12159 F: arch/unicore32/
12160
12161 UNIFDEF
12162 M: Tony Finch <dot@dotat.at>
12163 W: http://dotat.at/prog/unifdef
12164 S: Maintained
12165 F: scripts/unifdef.c
12166
12167 UNIFORM CDROM DRIVER
12168 M: Jens Axboe <axboe@kernel.dk>
12169 W: http://www.kernel.dk
12170 S: Maintained
12171 F: Documentation/cdrom/
12172 F: drivers/cdrom/cdrom.c
12173 F: include/linux/cdrom.h
12174 F: include/uapi/linux/cdrom.h
12175
12176 UNISYS S-PAR DRIVERS
12177 M: David Kershner <david.kershner@unisys.com>
12178 L: sparmaintainer@unisys.com (Unisys internal)
12179 S: Supported
12180 F: drivers/staging/unisys/
12181
12182 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12183 M: Vinayak Holikatti <vinholikatti@gmail.com>
12184 L: linux-scsi@vger.kernel.org
12185 S: Supported
12186 F: Documentation/scsi/ufs.txt
12187 F: drivers/scsi/ufs/
12188
12189 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12190 M: Joao Pinto <Joao.Pinto@synopsys.com>
12191 L: linux-scsi@vger.kernel.org
12192 S: Supported
12193 F: drivers/scsi/ufs/*dwc*
12194
12195 UNSORTED BLOCK IMAGES (UBI)
12196 M: Artem Bityutskiy <dedekind1@gmail.com>
12197 M: Richard Weinberger <richard@nod.at>
12198 W: http://www.linux-mtd.infradead.org/
12199 L: linux-mtd@lists.infradead.org
12200 T: git git://git.infradead.org/ubifs-2.6.git
12201 S: Supported
12202 F: drivers/mtd/ubi/
12203 F: include/linux/mtd/ubi.h
12204 F: include/uapi/mtd/ubi-user.h
12205
12206 USB ACM DRIVER
12207 M: Oliver Neukum <oneukum@suse.com>
12208 L: linux-usb@vger.kernel.org
12209 S: Maintained
12210 F: Documentation/usb/acm.txt
12211 F: drivers/usb/class/cdc-acm.*
12212
12213 USB AR5523 WIRELESS DRIVER
12214 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12215 L: linux-wireless@vger.kernel.org
12216 S: Maintained
12217 F: drivers/net/wireless/ath/ar5523/
12218
12219 USB ATTACHED SCSI
12220 M: Oliver Neukum <oneukum@suse.com>
12221 L: linux-usb@vger.kernel.org
12222 L: linux-scsi@vger.kernel.org
12223 S: Maintained
12224 F: drivers/usb/storage/uas.c
12225
12226 USB CDC ETHERNET DRIVER
12227 M: Oliver Neukum <oliver@neukum.org>
12228 L: linux-usb@vger.kernel.org
12229 S: Maintained
12230 F: drivers/net/usb/cdc_*.c
12231 F: include/uapi/linux/usb/cdc.h
12232
12233 USB CHAOSKEY DRIVER
12234 M: Keith Packard <keithp@keithp.com>
12235 L: linux-usb@vger.kernel.org
12236 S: Maintained
12237 F: drivers/usb/misc/chaoskey.c
12238
12239 USB CYPRESS C67X00 DRIVER
12240 M: Peter Korsgaard <jacmet@sunsite.dk>
12241 L: linux-usb@vger.kernel.org
12242 S: Maintained
12243 F: drivers/usb/c67x00/
12244
12245 USB DAVICOM DM9601 DRIVER
12246 M: Peter Korsgaard <jacmet@sunsite.dk>
12247 L: netdev@vger.kernel.org
12248 W: http://www.linux-usb.org/usbnet
12249 S: Maintained
12250 F: drivers/net/usb/dm9601.c
12251
12252 USB DIAMOND RIO500 DRIVER
12253 M: Cesar Miquel <miquel@df.uba.ar>
12254 L: rio500-users@lists.sourceforge.net
12255 W: http://rio500.sourceforge.net
12256 S: Maintained
12257 F: drivers/usb/misc/rio500*
12258
12259 USB EHCI DRIVER
12260 M: Alan Stern <stern@rowland.harvard.edu>
12261 L: linux-usb@vger.kernel.org
12262 S: Maintained
12263 F: Documentation/usb/ehci.txt
12264 F: drivers/usb/host/ehci*
12265
12266 USB GADGET/PERIPHERAL SUBSYSTEM
12267 M: Felipe Balbi <balbi@kernel.org>
12268 L: linux-usb@vger.kernel.org
12269 W: http://www.linux-usb.org/gadget
12270 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12271 S: Maintained
12272 F: drivers/usb/gadget/
12273 F: include/linux/usb/gadget*
12274
12275 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12276 M: Jiri Kosina <jikos@kernel.org>
12277 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12278 L: linux-usb@vger.kernel.org
12279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12280 S: Maintained
12281 F: Documentation/hid/hiddev.txt
12282 F: drivers/hid/usbhid/
12283
12284 USB ISP116X DRIVER
12285 M: Olav Kongas <ok@artecdesign.ee>
12286 L: linux-usb@vger.kernel.org
12287 S: Maintained
12288 F: drivers/usb/host/isp116x*
12289 F: include/linux/usb/isp116x.h
12290
12291 USB LAN78XX ETHERNET DRIVER
12292 M: Woojung Huh <woojung.huh@microchip.com>
12293 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12294 L: netdev@vger.kernel.org
12295 S: Maintained
12296 F: drivers/net/usb/lan78xx.*
12297
12298 USB MASS STORAGE DRIVER
12299 M: Alan Stern <stern@rowland.harvard.edu>
12300 L: linux-usb@vger.kernel.org
12301 L: usb-storage@lists.one-eyed-alien.net
12302 S: Maintained
12303 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12304 F: drivers/usb/storage/
12305
12306 USB MIDI DRIVER
12307 M: Clemens Ladisch <clemens@ladisch.de>
12308 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12309 T: git git://git.alsa-project.org/alsa-kernel.git
12310 S: Maintained
12311 F: sound/usb/midi.*
12312
12313 USB NETWORKING DRIVERS
12314 L: linux-usb@vger.kernel.org
12315 S: Odd Fixes
12316 F: drivers/net/usb/
12317
12318 USB OHCI DRIVER
12319 M: Alan Stern <stern@rowland.harvard.edu>
12320 L: linux-usb@vger.kernel.org
12321 S: Maintained
12322 F: Documentation/usb/ohci.txt
12323 F: drivers/usb/host/ohci*
12324
12325 USB OTG FSM (Finite State Machine)
12326 M: Peter Chen <Peter.Chen@nxp.com>
12327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12328 L: linux-usb@vger.kernel.org
12329 S: Maintained
12330 F: drivers/usb/common/usb-otg-fsm.c
12331
12332 USB OVER IP DRIVER
12333 M: Valentina Manea <valentina.manea.m@gmail.com>
12334 M: Shuah Khan <shuahkh@osg.samsung.com>
12335 M: Shuah Khan <shuah@kernel.org>
12336 L: linux-usb@vger.kernel.org
12337 S: Maintained
12338 F: Documentation/usb/usbip_protocol.txt
12339 F: drivers/usb/usbip/
12340 F: tools/usb/usbip/
12341
12342 USB PEGASUS DRIVER
12343 M: Petko Manolov <petkan@nucleusys.com>
12344 L: linux-usb@vger.kernel.org
12345 L: netdev@vger.kernel.org
12346 T: git git://github.com/petkan/pegasus.git
12347 W: https://github.com/petkan/pegasus
12348 S: Maintained
12349 F: drivers/net/usb/pegasus.*
12350
12351 USB PHY LAYER
12352 M: Felipe Balbi <balbi@kernel.org>
12353 L: linux-usb@vger.kernel.org
12354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12355 S: Maintained
12356 F: drivers/usb/phy/
12357
12358 USB PRINTER DRIVER (usblp)
12359 M: Pete Zaitcev <zaitcev@redhat.com>
12360 L: linux-usb@vger.kernel.org
12361 S: Supported
12362 F: drivers/usb/class/usblp.c
12363
12364 USB QMI WWAN NETWORK DRIVER
12365 M: Bjørn Mork <bjorn@mork.no>
12366 L: netdev@vger.kernel.org
12367 S: Maintained
12368 F: Documentation/ABI/testing/sysfs-class-net-qmi
12369 F: drivers/net/usb/qmi_wwan.c
12370
12371 USB RTL8150 DRIVER
12372 M: Petko Manolov <petkan@nucleusys.com>
12373 L: linux-usb@vger.kernel.org
12374 L: netdev@vger.kernel.org
12375 T: git git://github.com/petkan/rtl8150.git
12376 W: https://github.com/petkan/rtl8150
12377 S: Maintained
12378 F: drivers/net/usb/rtl8150.c
12379
12380 USB SERIAL SUBSYSTEM
12381 M: Johan Hovold <johan@kernel.org>
12382 L: linux-usb@vger.kernel.org
12383 S: Maintained
12384 F: Documentation/usb/usb-serial.txt
12385 F: drivers/usb/serial/
12386 F: include/linux/usb/serial.h
12387
12388 USB SMSC75XX ETHERNET DRIVER
12389 M: Steve Glendinning <steve.glendinning@shawell.net>
12390 L: netdev@vger.kernel.org
12391 S: Maintained
12392 F: drivers/net/usb/smsc75xx.*
12393
12394 USB SMSC95XX ETHERNET DRIVER
12395 M: Steve Glendinning <steve.glendinning@shawell.net>
12396 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12397 L: netdev@vger.kernel.org
12398 S: Maintained
12399 F: drivers/net/usb/smsc95xx.*
12400
12401 USB SUBSYSTEM
12402 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12403 L: linux-usb@vger.kernel.org
12404 W: http://www.linux-usb.org
12405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12406 S: Supported
12407 F: Documentation/devicetree/bindings/usb/
12408 F: Documentation/usb/
12409 F: drivers/usb/
12410 F: include/linux/usb.h
12411 F: include/linux/usb/
12412
12413 USB UHCI DRIVER
12414 M: Alan Stern <stern@rowland.harvard.edu>
12415 L: linux-usb@vger.kernel.org
12416 S: Maintained
12417 F: drivers/usb/host/uhci*
12418
12419 USB "USBNET" DRIVER FRAMEWORK
12420 M: Oliver Neukum <oneukum@suse.com>
12421 L: netdev@vger.kernel.org
12422 W: http://www.linux-usb.org/usbnet
12423 S: Maintained
12424 F: drivers/net/usb/usbnet.c
12425 F: include/linux/usb/usbnet.h
12426
12427 USB VIDEO CLASS
12428 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12429 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12430 L: linux-media@vger.kernel.org
12431 T: git git://linuxtv.org/media_tree.git
12432 W: http://www.ideasonboard.org/uvc/
12433 S: Maintained
12434 F: drivers/media/usb/uvc/
12435 F: include/uapi/linux/uvcvideo.h
12436
12437 USB VISION DRIVER
12438 M: Hans Verkuil <hverkuil@xs4all.nl>
12439 L: linux-media@vger.kernel.org
12440 T: git git://linuxtv.org/media_tree.git
12441 W: https://linuxtv.org
12442 S: Odd Fixes
12443 F: drivers/media/usb/usbvision/
12444
12445 USB WEBCAM GADGET
12446 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12447 L: linux-usb@vger.kernel.org
12448 S: Maintained
12449 F: drivers/usb/gadget/function/*uvc*
12450 F: drivers/usb/gadget/legacy/webcam.c
12451
12452 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12453 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12454 L: linux-wireless@vger.kernel.org
12455 S: Maintained
12456 F: drivers/net/wireless/rndis_wlan.c
12457
12458 USB XHCI DRIVER
12459 M: Mathias Nyman <mathias.nyman@intel.com>
12460 L: linux-usb@vger.kernel.org
12461 S: Supported
12462 F: drivers/usb/host/xhci*
12463 F: drivers/usb/host/pci-quirks*
12464
12465 USB ZD1201 DRIVER
12466 L: linux-wireless@vger.kernel.org
12467 W: http://linux-lc100020.sourceforge.net
12468 S: Orphan
12469 F: drivers/net/wireless/zydas/zd1201.*
12470
12471 USB ZR364XX DRIVER
12472 M: Antoine Jacquet <royale@zerezo.com>
12473 L: linux-usb@vger.kernel.org
12474 L: linux-media@vger.kernel.org
12475 T: git git://linuxtv.org/media_tree.git
12476 W: http://royale.zerezo.com/zr364xx/
12477 S: Maintained
12478 F: Documentation/video4linux/zr364xx.txt
12479 F: drivers/media/usb/zr364xx/
12480
12481 ULPI BUS
12482 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12483 L: linux-usb@vger.kernel.org
12484 S: Maintained
12485 F: drivers/usb/common/ulpi.c
12486 F: include/linux/ulpi/
12487
12488 USER-MODE LINUX (UML)
12489 M: Jeff Dike <jdike@addtoit.com>
12490 M: Richard Weinberger <richard@nod.at>
12491 L: user-mode-linux-devel@lists.sourceforge.net
12492 L: user-mode-linux-user@lists.sourceforge.net
12493 W: http://user-mode-linux.sourceforge.net
12494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12495 S: Maintained
12496 F: Documentation/virtual/uml/
12497 F: arch/um/
12498 F: arch/x86/um/
12499 F: fs/hostfs/
12500 F: fs/hppfs/
12501
12502 USERSPACE I/O (UIO)
12503 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12504 S: Maintained
12505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12506 F: Documentation/DocBook/uio-howto.tmpl
12507 F: drivers/uio/
12508 F: include/linux/uio*.h
12509
12510 UTIL-LINUX PACKAGE
12511 M: Karel Zak <kzak@redhat.com>
12512 L: util-linux@vger.kernel.org
12513 W: http://en.wikipedia.org/wiki/Util-linux
12514 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12515 S: Maintained
12516
12517 UVESAFB DRIVER
12518 M: Michal Januszewski <spock@gentoo.org>
12519 L: linux-fbdev@vger.kernel.org
12520 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12521 S: Maintained
12522 F: Documentation/fb/uvesafb.txt
12523 F: drivers/video/fbdev/uvesafb.*
12524
12525 VF610 NAND DRIVER
12526 M: Stefan Agner <stefan@agner.ch>
12527 L: linux-mtd@lists.infradead.org
12528 S: Supported
12529 F: drivers/mtd/nand/vf610_nfc.c
12530
12531 VFAT/FAT/MSDOS FILESYSTEM
12532 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12533 S: Maintained
12534 F: Documentation/filesystems/vfat.txt
12535 F: fs/fat/
12536
12537 VFIO DRIVER
12538 M: Alex Williamson <alex.williamson@redhat.com>
12539 L: kvm@vger.kernel.org
12540 T: git git://github.com/awilliam/linux-vfio.git
12541 S: Maintained
12542 F: Documentation/vfio.txt
12543 F: drivers/vfio/
12544 F: include/linux/vfio.h
12545 F: include/uapi/linux/vfio.h
12546
12547 VFIO PLATFORM DRIVER
12548 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12549 L: kvm@vger.kernel.org
12550 S: Maintained
12551 F: drivers/vfio/platform/
12552
12553 VIDEOBUF2 FRAMEWORK
12554 M: Pawel Osciak <pawel@osciak.com>
12555 M: Marek Szyprowski <m.szyprowski@samsung.com>
12556 M: Kyungmin Park <kyungmin.park@samsung.com>
12557 L: linux-media@vger.kernel.org
12558 S: Maintained
12559 F: drivers/media/v4l2-core/videobuf2-*
12560 F: include/media/videobuf2-*
12561
12562 VIRTIO AND VHOST VSOCK DRIVER
12563 M: Stefan Hajnoczi <stefanha@redhat.com>
12564 L: kvm@vger.kernel.org
12565 L: virtualization@lists.linux-foundation.org
12566 L: netdev@vger.kernel.org
12567 S: Maintained
12568 F: include/linux/virtio_vsock.h
12569 F: include/uapi/linux/virtio_vsock.h
12570 F: net/vmw_vsock/virtio_transport_common.c
12571 F: net/vmw_vsock/virtio_transport.c
12572 F: drivers/vhost/vsock.c
12573 F: drivers/vhost/vsock.h
12574
12575 VIRTUAL SERIO DEVICE DRIVER
12576 M: Stephen Chandler Paul <thatslyude@gmail.com>
12577 S: Maintained
12578 F: drivers/input/serio/userio.c
12579 F: include/uapi/linux/userio.h
12580
12581 VIRTIO CONSOLE DRIVER
12582 M: Amit Shah <amit.shah@redhat.com>
12583 L: virtualization@lists.linux-foundation.org
12584 S: Maintained
12585 F: drivers/char/virtio_console.c
12586 F: include/linux/virtio_console.h
12587 F: include/uapi/linux/virtio_console.h
12588
12589 VIRTIO CORE, NET AND BLOCK DRIVERS
12590 M: "Michael S. Tsirkin" <mst@redhat.com>
12591 L: virtualization@lists.linux-foundation.org
12592 S: Maintained
12593 F: Documentation/devicetree/bindings/virtio/
12594 F: drivers/virtio/
12595 F: tools/virtio/
12596 F: drivers/net/virtio_net.c
12597 F: drivers/block/virtio_blk.c
12598 F: include/linux/virtio_*.h
12599 F: include/uapi/linux/virtio_*.h
12600
12601 VIRTIO DRIVERS FOR S390
12602 M: Christian Borntraeger <borntraeger@de.ibm.com>
12603 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12604 L: linux-s390@vger.kernel.org
12605 L: virtualization@lists.linux-foundation.org
12606 L: kvm@vger.kernel.org
12607 S: Supported
12608 F: drivers/s390/virtio/
12609
12610 VIRTIO GPU DRIVER
12611 M: David Airlie <airlied@linux.ie>
12612 M: Gerd Hoffmann <kraxel@redhat.com>
12613 L: dri-devel@lists.freedesktop.org
12614 L: virtualization@lists.linux-foundation.org
12615 S: Maintained
12616 F: drivers/gpu/drm/virtio/
12617 F: include/uapi/linux/virtio_gpu.h
12618
12619 VIRTIO HOST (VHOST)
12620 M: "Michael S. Tsirkin" <mst@redhat.com>
12621 L: kvm@vger.kernel.org
12622 L: virtualization@lists.linux-foundation.org
12623 L: netdev@vger.kernel.org
12624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12625 S: Maintained
12626 F: drivers/vhost/
12627 F: include/uapi/linux/vhost.h
12628
12629 VIRTIO INPUT DRIVER
12630 M: Gerd Hoffmann <kraxel@redhat.com>
12631 S: Maintained
12632 F: drivers/virtio/virtio_input.c
12633 F: include/uapi/linux/virtio_input.h
12634
12635 VIA RHINE NETWORK DRIVER
12636 S: Orphan
12637 F: drivers/net/ethernet/via/via-rhine.c
12638
12639 VIA SD/MMC CARD CONTROLLER DRIVER
12640 M: Bruce Chang <brucechang@via.com.tw>
12641 M: Harald Welte <HaraldWelte@viatech.com>
12642 S: Maintained
12643 F: drivers/mmc/host/via-sdmmc.c
12644
12645 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12646 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12647 L: linux-fbdev@vger.kernel.org
12648 S: Maintained
12649 F: include/linux/via-core.h
12650 F: include/linux/via-gpio.h
12651 F: include/linux/via_i2c.h
12652 F: drivers/video/fbdev/via/
12653
12654 VIA VELOCITY NETWORK DRIVER
12655 M: Francois Romieu <romieu@fr.zoreil.com>
12656 L: netdev@vger.kernel.org
12657 S: Maintained
12658 F: drivers/net/ethernet/via/via-velocity.*
12659
12660 VIRT LIB
12661 M: Alex Williamson <alex.williamson@redhat.com>
12662 M: Paolo Bonzini <pbonzini@redhat.com>
12663 L: kvm@vger.kernel.org
12664 S: Supported
12665 F: virt/lib/
12666
12667 VIVID VIRTUAL VIDEO DRIVER
12668 M: Hans Verkuil <hverkuil@xs4all.nl>
12669 L: linux-media@vger.kernel.org
12670 T: git git://linuxtv.org/media_tree.git
12671 W: https://linuxtv.org
12672 S: Maintained
12673 F: drivers/media/platform/vivid/*
12674
12675 VLAN (802.1Q)
12676 M: Patrick McHardy <kaber@trash.net>
12677 L: netdev@vger.kernel.org
12678 S: Maintained
12679 F: drivers/net/macvlan.c
12680 F: include/linux/if_*vlan.h
12681 F: net/8021q/
12682
12683 VLYNQ BUS
12684 M: Florian Fainelli <florian@openwrt.org>
12685 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12686 S: Maintained
12687 F: drivers/vlynq/vlynq.c
12688 F: include/linux/vlynq.h
12689
12690 VME SUBSYSTEM
12691 M: Martyn Welch <martyn@welchs.me.uk>
12692 M: Manohar Vanga <manohar.vanga@gmail.com>
12693 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12694 L: devel@driverdev.osuosl.org
12695 S: Maintained
12696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12697 F: Documentation/vme_api.txt
12698 F: drivers/staging/vme/
12699 F: drivers/vme/
12700 F: include/linux/vme*
12701
12702 VMWARE HYPERVISOR INTERFACE
12703 M: Alok Kataria <akataria@vmware.com>
12704 L: virtualization@lists.linux-foundation.org
12705 S: Supported
12706 F: arch/x86/kernel/cpu/vmware.c
12707
12708 VMWARE BALLOON DRIVER
12709 M: Xavier Deguillard <xdeguillard@vmware.com>
12710 M: Philip Moltmann <moltmann@vmware.com>
12711 M: "VMware, Inc." <pv-drivers@vmware.com>
12712 L: linux-kernel@vger.kernel.org
12713 S: Maintained
12714 F: drivers/misc/vmw_balloon.c
12715
12716 VMWARE VMMOUSE SUBDRIVER
12717 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12718 M: "VMware, Inc." <pv-drivers@vmware.com>
12719 L: linux-input@vger.kernel.org
12720 S: Maintained
12721 F: drivers/input/mouse/vmmouse.c
12722 F: drivers/input/mouse/vmmouse.h
12723
12724 VMWARE VMXNET3 ETHERNET DRIVER
12725 M: Shrikrishna Khare <skhare@vmware.com>
12726 M: "VMware, Inc." <pv-drivers@vmware.com>
12727 L: netdev@vger.kernel.org
12728 S: Maintained
12729 F: drivers/net/vmxnet3/
12730
12731 VMware PVSCSI driver
12732 M: Jim Gill <jgill@vmware.com>
12733 M: VMware PV-Drivers <pv-drivers@vmware.com>
12734 L: linux-scsi@vger.kernel.org
12735 S: Maintained
12736 F: drivers/scsi/vmw_pvscsi.c
12737 F: drivers/scsi/vmw_pvscsi.h
12738
12739 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12740 M: Liam Girdwood <lgirdwood@gmail.com>
12741 M: Mark Brown <broonie@kernel.org>
12742 L: linux-kernel@vger.kernel.org
12743 W: http://www.slimlogic.co.uk/?p=48
12744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12745 S: Supported
12746 F: Documentation/devicetree/bindings/regulator/
12747 F: drivers/regulator/
12748 F: include/dt-bindings/regulator/
12749 F: include/linux/regulator/
12750
12751 VRF
12752 M: David Ahern <dsa@cumulusnetworks.com>
12753 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12754 L: netdev@vger.kernel.org
12755 S: Maintained
12756 F: drivers/net/vrf.c
12757 F: Documentation/networking/vrf.txt
12758
12759 VT1211 HARDWARE MONITOR DRIVER
12760 M: Juerg Haefliger <juergh@gmail.com>
12761 L: linux-hwmon@vger.kernel.org
12762 S: Maintained
12763 F: Documentation/hwmon/vt1211
12764 F: drivers/hwmon/vt1211.c
12765
12766 VT8231 HARDWARE MONITOR DRIVER
12767 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12768 L: linux-hwmon@vger.kernel.org
12769 S: Maintained
12770 F: drivers/hwmon/vt8231.c
12771
12772 VUB300 USB to SDIO/SD/MMC bridge chip
12773 M: Tony Olech <tony.olech@elandigitalsystems.com>
12774 L: linux-mmc@vger.kernel.org
12775 L: linux-usb@vger.kernel.org
12776 S: Supported
12777 F: drivers/mmc/host/vub300.c
12778
12779 W1 DALLAS'S 1-WIRE BUS
12780 M: Evgeniy Polyakov <zbr@ioremap.net>
12781 S: Maintained
12782 F: Documentation/w1/
12783 F: drivers/w1/
12784
12785 W83791D HARDWARE MONITORING DRIVER
12786 M: Marc Hulsman <m.hulsman@tudelft.nl>
12787 L: linux-hwmon@vger.kernel.org
12788 S: Maintained
12789 F: Documentation/hwmon/w83791d
12790 F: drivers/hwmon/w83791d.c
12791
12792 W83793 HARDWARE MONITORING DRIVER
12793 M: Rudolf Marek <r.marek@assembler.cz>
12794 L: linux-hwmon@vger.kernel.org
12795 S: Maintained
12796 F: Documentation/hwmon/w83793
12797 F: drivers/hwmon/w83793.c
12798
12799 W83795 HARDWARE MONITORING DRIVER
12800 M: Jean Delvare <jdelvare@suse.com>
12801 L: linux-hwmon@vger.kernel.org
12802 S: Maintained
12803 F: drivers/hwmon/w83795.c
12804
12805 W83L51xD SD/MMC CARD INTERFACE DRIVER
12806 M: Pierre Ossman <pierre@ossman.eu>
12807 S: Maintained
12808 F: drivers/mmc/host/wbsd.*
12809
12810 WACOM PROTOCOL 4 SERIAL TABLETS
12811 M: Julian Squires <julian@cipht.net>
12812 M: Hans de Goede <hdegoede@redhat.com>
12813 L: linux-input@vger.kernel.org
12814 S: Maintained
12815 F: drivers/input/tablet/wacom_serial4.c
12816
12817 WATCHDOG DEVICE DRIVERS
12818 M: Wim Van Sebroeck <wim@iguana.be>
12819 R: Guenter Roeck <linux@roeck-us.net>
12820 L: linux-watchdog@vger.kernel.org
12821 W: http://www.linux-watchdog.org/
12822 T: git git://www.linux-watchdog.org/linux-watchdog.git
12823 S: Maintained
12824 F: Documentation/devicetree/bindings/watchdog/
12825 F: Documentation/watchdog/
12826 F: drivers/watchdog/
12827 F: include/linux/watchdog.h
12828 F: include/uapi/linux/watchdog.h
12829
12830 WD7000 SCSI DRIVER
12831 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12832 L: linux-scsi@vger.kernel.org
12833 S: Maintained
12834 F: drivers/scsi/wd7000.c
12835
12836 WIIMOTE HID DRIVER
12837 M: David Herrmann <dh.herrmann@googlemail.com>
12838 L: linux-input@vger.kernel.org
12839 S: Maintained
12840 F: drivers/hid/hid-wiimote*
12841
12842 WINBOND CIR DRIVER
12843 M: David Härdeman <david@hardeman.nu>
12844 S: Maintained
12845 F: drivers/media/rc/winbond-cir.c
12846
12847 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12848 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12849 L: linux-watchdog@vger.kernel.org
12850 S: Maintained
12851 F: drivers/watchdog/ebc-c384_wdt.c
12852
12853 WINSYSTEMS WS16C48 GPIO DRIVER
12854 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12855 L: linux-gpio@vger.kernel.org
12856 S: Maintained
12857 F: drivers/gpio/gpio-ws16c48.c
12858
12859 WIMAX STACK
12860 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12861 M: linux-wimax@intel.com
12862 L: wimax@linuxwimax.org (subscribers-only)
12863 S: Supported
12864 W: http://linuxwimax.org
12865 F: Documentation/wimax/README.wimax
12866 F: include/linux/wimax/debug.h
12867 F: include/net/wimax.h
12868 F: include/uapi/linux/wimax.h
12869 F: net/wimax/
12870
12871 WISTRON LAPTOP BUTTON DRIVER
12872 M: Miloslav Trmac <mitr@volny.cz>
12873 S: Maintained
12874 F: drivers/input/misc/wistron_btns.c
12875
12876 WL3501 WIRELESS PCMCIA CARD DRIVER
12877 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12878 L: linux-wireless@vger.kernel.org
12879 W: http://oops.ghostprotocols.net:81/blog
12880 S: Maintained
12881 F: drivers/net/wireless/wl3501*
12882
12883 WOLFSON MICROELECTRONICS DRIVERS
12884 L: patches@opensource.wolfsonmicro.com
12885 T: git https://github.com/CirrusLogic/linux-drivers.git
12886 W: https://github.com/CirrusLogic/linux-drivers/wiki
12887 S: Supported
12888 F: Documentation/hwmon/wm83??
12889 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12890 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12891 F: Documentation/devicetree/bindings/mfd/arizona.txt
12892 F: arch/arm/mach-s3c64xx/mach-crag6410*
12893 F: drivers/clk/clk-wm83*.c
12894 F: drivers/extcon/extcon-arizona.c
12895 F: drivers/leds/leds-wm83*.c
12896 F: drivers/gpio/gpio-*wm*.c
12897 F: drivers/gpio/gpio-arizona.c
12898 F: drivers/hwmon/wm83??-hwmon.c
12899 F: drivers/input/misc/wm831x-on.c
12900 F: drivers/input/touchscreen/wm831x-ts.c
12901 F: drivers/input/touchscreen/wm97*.c
12902 F: drivers/mfd/arizona*
12903 F: drivers/mfd/wm*.c
12904 F: drivers/mfd/cs47l24*
12905 F: drivers/power/supply/wm83*.c
12906 F: drivers/rtc/rtc-wm83*.c
12907 F: drivers/regulator/wm8*.c
12908 F: drivers/video/backlight/wm83*_bl.c
12909 F: drivers/watchdog/wm83*_wdt.c
12910 F: include/linux/mfd/arizona/
12911 F: include/linux/mfd/wm831x/
12912 F: include/linux/mfd/wm8350/
12913 F: include/linux/mfd/wm8400*
12914 F: include/linux/wm97xx.h
12915 F: include/sound/wm????.h
12916 F: sound/soc/codecs/arizona.?
12917 F: sound/soc/codecs/wm*
12918 F: sound/soc/codecs/cs47l24*
12919
12920 WORKQUEUE
12921 M: Tejun Heo <tj@kernel.org>
12922 R: Lai Jiangshan <jiangshanlai@gmail.com>
12923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12924 S: Maintained
12925 F: include/linux/workqueue.h
12926 F: kernel/workqueue.c
12927 F: Documentation/workqueue.txt
12928
12929 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12930 M: Chen-Yu Tsai <wens@csie.org>
12931 L: linux-kernel@vger.kernel.org
12932 S: Maintained
12933 N: axp[128]
12934
12935 X.25 NETWORK LAYER
12936 M: Andrew Hendry <andrew.hendry@gmail.com>
12937 L: linux-x25@vger.kernel.org
12938 S: Odd Fixes
12939 F: Documentation/networking/x25*
12940 F: include/net/x25*
12941 F: net/x25/
12942
12943 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12944 M: Thomas Gleixner <tglx@linutronix.de>
12945 M: Ingo Molnar <mingo@redhat.com>
12946 M: "H. Peter Anvin" <hpa@zytor.com>
12947 M: x86@kernel.org
12948 L: linux-kernel@vger.kernel.org
12949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12950 S: Maintained
12951 F: Documentation/x86/
12952 F: arch/x86/
12953
12954 X86 PLATFORM DRIVERS
12955 M: Darren Hart <dvhart@infradead.org>
12956 L: platform-driver-x86@vger.kernel.org
12957 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12958 S: Maintained
12959 F: drivers/platform/x86/
12960 F: drivers/platform/olpc/
12961
12962 X86 MCE INFRASTRUCTURE
12963 M: Tony Luck <tony.luck@intel.com>
12964 M: Borislav Petkov <bp@alien8.de>
12965 L: linux-edac@vger.kernel.org
12966 S: Maintained
12967 F: arch/x86/kernel/cpu/mcheck/*
12968
12969 X86 MICROCODE UPDATE SUPPORT
12970 M: Borislav Petkov <bp@alien8.de>
12971 S: Maintained
12972 F: arch/x86/kernel/cpu/microcode/*
12973
12974 X86 VDSO
12975 M: Andy Lutomirski <luto@amacapital.net>
12976 L: linux-kernel@vger.kernel.org
12977 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12978 S: Maintained
12979 F: arch/x86/entry/vdso/
12980
12981 XC2028/3028 TUNER DRIVER
12982 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12983 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12984 L: linux-media@vger.kernel.org
12985 W: https://linuxtv.org
12986 T: git git://linuxtv.org/media_tree.git
12987 S: Maintained
12988 F: drivers/media/tuners/tuner-xc2028.*
12989
12990 XEN HYPERVISOR INTERFACE
12991 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12992 M: David Vrabel <david.vrabel@citrix.com>
12993 M: Juergen Gross <jgross@suse.com>
12994 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12996 S: Supported
12997 F: arch/x86/xen/
12998 F: drivers/*/xen-*front.c
12999 F: drivers/xen/
13000 F: arch/x86/include/asm/xen/
13001 F: include/xen/
13002 F: include/uapi/xen/
13003
13004 XEN HYPERVISOR ARM
13005 M: Stefano Stabellini <sstabellini@kernel.org>
13006 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13007 S: Maintained
13008 F: arch/arm/xen/
13009 F: arch/arm/include/asm/xen/
13010
13011 XEN HYPERVISOR ARM64
13012 M: Stefano Stabellini <sstabellini@kernel.org>
13013 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13014 S: Maintained
13015 F: arch/arm64/xen/
13016 F: arch/arm64/include/asm/xen/
13017
13018 XEN NETWORK BACKEND DRIVER
13019 M: Wei Liu <wei.liu2@citrix.com>
13020 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13021 L: netdev@vger.kernel.org
13022 S: Supported
13023 F: drivers/net/xen-netback/*
13024
13025 XEN PCI SUBSYSTEM
13026 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13027 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13028 S: Supported
13029 F: arch/x86/pci/*xen*
13030 F: drivers/pci/*xen*
13031
13032 XEN BLOCK SUBSYSTEM
13033 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13034 M: Roger Pau Monné <roger.pau@citrix.com>
13035 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13036 S: Supported
13037 F: drivers/block/xen-blkback/*
13038 F: drivers/block/xen*
13039
13040 XEN PVSCSI DRIVERS
13041 M: Juergen Gross <jgross@suse.com>
13042 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13043 L: linux-scsi@vger.kernel.org
13044 S: Supported
13045 F: drivers/scsi/xen-scsifront.c
13046 F: drivers/xen/xen-scsiback.c
13047 F: include/xen/interface/io/vscsiif.h
13048
13049 XEN SWIOTLB SUBSYSTEM
13050 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13051 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13052 S: Supported
13053 F: arch/x86/xen/*swiotlb*
13054 F: drivers/xen/*swiotlb*
13055
13056 XFS FILESYSTEM
13057 P: Silicon Graphics Inc
13058 M: Dave Chinner <david@fromorbit.com>
13059 M: xfs@oss.sgi.com
13060 L: xfs@oss.sgi.com
13061 W: http://oss.sgi.com/projects/xfs
13062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13063 S: Supported
13064 F: Documentation/filesystems/xfs.txt
13065 F: fs/xfs/
13066
13067 XILINX AXI ETHERNET DRIVER
13068 M: Anirudha Sarangi <anirudh@xilinx.com>
13069 M: John Linn <John.Linn@xilinx.com>
13070 S: Maintained
13071 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13072
13073 XILINX UARTLITE SERIAL DRIVER
13074 M: Peter Korsgaard <jacmet@sunsite.dk>
13075 L: linux-serial@vger.kernel.org
13076 S: Maintained
13077 F: drivers/tty/serial/uartlite.c
13078
13079 XILINX VIDEO IP CORES
13080 M: Hyun Kwon <hyun.kwon@xilinx.com>
13081 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13082 L: linux-media@vger.kernel.org
13083 T: git git://linuxtv.org/media_tree.git
13084 S: Supported
13085 F: Documentation/devicetree/bindings/media/xilinx/
13086 F: drivers/media/platform/xilinx/
13087 F: include/uapi/linux/xilinx-v4l2-controls.h
13088
13089 XILLYBUS DRIVER
13090 M: Eli Billauer <eli.billauer@gmail.com>
13091 L: linux-kernel@vger.kernel.org
13092 S: Supported
13093 F: drivers/char/xillybus/
13094
13095 XTENSA XTFPGA PLATFORM SUPPORT
13096 M: Max Filippov <jcmvbkbc@gmail.com>
13097 L: linux-xtensa@linux-xtensa.org
13098 S: Maintained
13099 F: drivers/spi/spi-xtensa-xtfpga.c
13100 F: sound/soc/xtensa/xtfpga-i2s.c
13101
13102 YAM DRIVER FOR AX.25
13103 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13104 L: linux-hams@vger.kernel.org
13105 S: Maintained
13106 F: drivers/net/hamradio/yam*
13107 F: include/linux/yam.h
13108
13109 YEALINK PHONE DRIVER
13110 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13111 L: usbb2k-api-dev@nongnu.org
13112 S: Maintained
13113 F: Documentation/input/yealink.txt
13114 F: drivers/input/misc/yealink.*
13115
13116 Z8530 DRIVER FOR AX.25
13117 M: Joerg Reuter <jreuter@yaina.de>
13118 W: http://yaina.de/jreuter/
13119 W: http://www.qsl.net/dl1bke/
13120 L: linux-hams@vger.kernel.org
13121 S: Maintained
13122 F: Documentation/networking/z8530drv.txt
13123 F: drivers/net/hamradio/*scc.c
13124 F: drivers/net/hamradio/z8530.h
13125
13126 ZBUD COMPRESSED PAGE ALLOCATOR
13127 M: Seth Jennings <sjenning@redhat.com>
13128 L: linux-mm@kvack.org
13129 S: Maintained
13130 F: mm/zbud.c
13131 F: include/linux/zbud.h
13132
13133 ZD1211RW WIRELESS DRIVER
13134 M: Daniel Drake <dsd@gentoo.org>
13135 M: Ulrich Kunitz <kune@deine-taler.de>
13136 W: http://zd1211.ath.cx/wiki/DriverRewrite
13137 L: linux-wireless@vger.kernel.org
13138 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13139 S: Maintained
13140 F: drivers/net/wireless/zydas/zd1211rw/
13141
13142 ZPOOL COMPRESSED PAGE STORAGE API
13143 M: Dan Streetman <ddstreet@ieee.org>
13144 L: linux-mm@kvack.org
13145 S: Maintained
13146 F: mm/zpool.c
13147 F: include/linux/zpool.h
13148
13149 ZR36067 VIDEO FOR LINUX DRIVER
13150 L: mjpeg-users@lists.sourceforge.net
13151 L: linux-media@vger.kernel.org
13152 W: http://mjpeg.sourceforge.net/driver-zoran/
13153 T: hg https://linuxtv.org/hg/v4l-dvb
13154 S: Odd Fixes
13155 F: drivers/media/pci/zoran/
13156
13157 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13158 M: Minchan Kim <minchan@kernel.org>
13159 M: Nitin Gupta <ngupta@vflare.org>
13160 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13161 L: linux-kernel@vger.kernel.org
13162 S: Maintained
13163 F: drivers/block/zram/
13164 F: Documentation/blockdev/zram.txt
13165
13166 ZS DECSTATION Z85C30 SERIAL DRIVER
13167 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13168 S: Maintained
13169 F: drivers/tty/serial/zs.*
13170
13171 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13172 M: Minchan Kim <minchan@kernel.org>
13173 M: Nitin Gupta <ngupta@vflare.org>
13174 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13175 L: linux-mm@kvack.org
13176 S: Maintained
13177 F: mm/zsmalloc.c
13178 F: include/linux/zsmalloc.h
13179 F: Documentation/vm/zsmalloc.txt
13180
13181 ZSWAP COMPRESSED SWAP CACHING
13182 M: Seth Jennings <sjenning@redhat.com>
13183 L: linux-mm@kvack.org
13184 S: Maintained
13185 F: mm/zswap.c
13186
13187 THE REST
13188 M: Linus Torvalds <torvalds@linux-foundation.org>
13189 L: linux-kernel@vger.kernel.org
13190 Q: http://patchwork.kernel.org/project/LKML/list/
13191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13192 S: Buried alive in reporters
13193 F: *
13194 F: */
This page took 0.285363 seconds and 6 git commands to generate.