Merge remote-tracking branch 'crypto/master'
[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
1005 ARM/Allwinner SoC Clock Support
1006 M: Emilio López <emilio@elopez.com.ar>
1007 S: Maintained
1008 F: drivers/clk/sunxi/
1009
1010 ARM/Amlogic Meson SoC support
1011 M: Carlo Caione <carlo@caione.org>
1012 M: Kevin Hilman <khilman@baylibre.com>
1013 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 L: linux-amlogic@lists.infradead.org
1015 W: http://linux-meson.com/
1016 S: Maintained
1017 F: arch/arm/mach-meson/
1018 F: arch/arm/boot/dts/meson*
1019 F: arch/arm64/boot/dts/amlogic/
1020 F: drivers/pinctrl/meson/
1021 F: drivers/mmc/host/meson*
1022 N: meson
1023
1024 ARM/Annapurna Labs ALPINE ARCHITECTURE
1025 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1026 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1027 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S: Maintained
1029 F: arch/arm/mach-alpine/
1030 F: arch/arm/boot/dts/alpine*
1031 F: arch/arm64/boot/dts/al/
1032 F: drivers/*/*alpine*
1033
1034 ARM/ARTPEC MACHINE SUPPORT
1035 M: Jesper Nilsson <jesper.nilsson@axis.com>
1036 M: Lars Persson <lars.persson@axis.com>
1037 M: Niklas Cassel <niklas.cassel@axis.com>
1038 S: Maintained
1039 L: linux-arm-kernel@axis.com
1040 F: arch/arm/mach-artpec
1041 F: arch/arm/boot/dts/artpec6*
1042 F: drivers/clk/axis
1043
1044 ARM/ASPEED MACHINE SUPPORT
1045 M: Joel Stanley <joel@jms.id.au>
1046 S: Maintained
1047 F: arch/arm/mach-aspeed/
1048 F: arch/arm/boot/dts/aspeed-*
1049 F: drivers/*/*aspeed*
1050
1051 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1052 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1053 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1054 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1055 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 W: http://www.linux4sam.org
1057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1058 S: Supported
1059 F: arch/arm/mach-at91/
1060 F: include/soc/at91/
1061 F: arch/arm/boot/dts/at91*.dts
1062 F: arch/arm/boot/dts/at91*.dtsi
1063 F: arch/arm/boot/dts/sama*.dts
1064 F: arch/arm/boot/dts/sama*.dtsi
1065 F: arch/arm/include/debug/at91.S
1066
1067 ARM/ATMEL AT91 Clock Support
1068 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1069 S: Maintained
1070 F: drivers/clk/at91
1071
1072 ARM/CALXEDA HIGHBANK ARCHITECTURE
1073 M: Rob Herring <robh@kernel.org>
1074 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S: Maintained
1076 F: arch/arm/mach-highbank/
1077 F: arch/arm/boot/dts/highbank.dts
1078 F: arch/arm/boot/dts/ecx-*.dts*
1079
1080 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1081 M: Krzysztof Halasa <khalasa@piap.pl>
1082 S: Maintained
1083 F: arch/arm/mach-cns3xxx/
1084
1085 ARM/CAVIUM THUNDER NETWORK DRIVER
1086 M: Sunil Goutham <sgoutham@cavium.com>
1087 M: Robert Richter <rric@kernel.org>
1088 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S: Supported
1090 F: drivers/net/ethernet/cavium/thunder/
1091
1092 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1093 M: Alexander Shiyan <shc_work@mail.ru>
1094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S: Odd Fixes
1096 N: clps711x
1097
1098 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1099 M: Hartley Sweeten <hsweeten@visionengravers.com>
1100 M: Ryan Mallon <rmallon@gmail.com>
1101 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S: Maintained
1103 F: arch/arm/mach-ep93xx/
1104 F: arch/arm/mach-ep93xx/include/mach/
1105
1106 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1107 M: Lennert Buytenhek <kernel@wantstofly.org>
1108 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S: Maintained
1110
1111 ARM/CLKDEV SUPPORT
1112 M: Russell King <linux@armlinux.org.uk>
1113 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S: Maintained
1115 F: arch/arm/include/asm/clkdev.h
1116 F: drivers/clk/clkdev.c
1117
1118 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1119 M: Mike Rapoport <mike@compulab.co.il>
1120 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S: Maintained
1122
1123 ARM/CONTEC MICRO9 MACHINE SUPPORT
1124 M: Hubert Feurstein <hubert.feurstein@contec.at>
1125 S: Maintained
1126 F: arch/arm/mach-ep93xx/micro9.c
1127
1128 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1129 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S: Maintained
1132 F: drivers/hwtracing/coresight/*
1133 F: Documentation/trace/coresight.txt
1134 F: Documentation/devicetree/bindings/arm/coresight.txt
1135 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1136
1137 ARM/CORGI MACHINE SUPPORT
1138 M: Richard Purdie <rpurdie@rpsys.net>
1139 S: Maintained
1140
1141 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1142 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1143 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 T: git git://github.com/ulli-kroll/linux.git
1145 S: Maintained
1146 F: arch/arm/mach-gemini/
1147 F: drivers/rtc/rtc-gemini.c
1148
1149 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1150 M: Barry Song <baohua@kernel.org>
1151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1153 S: Maintained
1154 F: arch/arm/boot/dts/prima2*
1155 F: arch/arm/mach-prima2/
1156 F: drivers/clk/sirf/
1157 F: drivers/clocksource/timer-prima2.c
1158 F: drivers/clocksource/timer-atlas7.c
1159 N: [^a-z]sirf
1160
1161 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1162 M: Baruch Siach <baruch@tkos.co.il>
1163 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S: Maintained
1165 F: arch/arm/boot/dts/cx92755*
1166 N: digicolor
1167
1168 ARM/EBSA110 MACHINE SUPPORT
1169 M: Russell King <linux@armlinux.org.uk>
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 W: http://www.armlinux.org.uk/
1172 S: Maintained
1173 F: arch/arm/mach-ebsa110/
1174 F: drivers/net/ethernet/amd/am79c961a.*
1175
1176 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1177 M: Uwe Kleine-König <kernel@pengutronix.de>
1178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S: Maintained
1180 N: efm32
1181
1182 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1183 M: Daniel Ribeiro <drwyrm@gmail.com>
1184 M: Stefan Schmidt <stefan@openezx.org>
1185 M: Harald Welte <laforge@openezx.org>
1186 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1187 W: http://www.openezx.org/
1188 S: Maintained
1189 T: topgit git://git.openezx.org/openezx.git
1190 F: arch/arm/mach-pxa/ezx.c
1191
1192 ARM/FARADAY FA526 PORT
1193 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1194 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1195 S: Maintained
1196 T: git git://git.berlios.de/gemini-board
1197 F: arch/arm/mm/*-fa*
1198
1199 ARM/FOOTBRIDGE ARCHITECTURE
1200 M: Russell King <linux@armlinux.org.uk>
1201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 W: http://www.armlinux.org.uk/
1203 S: Maintained
1204 F: arch/arm/include/asm/hardware/dec21285.h
1205 F: arch/arm/mach-footbridge/
1206
1207 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1208 M: Shawn Guo <shawnguo@kernel.org>
1209 M: Sascha Hauer <kernel@pengutronix.de>
1210 R: Fabio Estevam <fabio.estevam@nxp.com>
1211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S: Maintained
1213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1214 F: arch/arm/mach-imx/
1215 F: arch/arm/mach-mxs/
1216 F: arch/arm/boot/dts/imx*
1217 F: arch/arm/configs/imx*_defconfig
1218 F: drivers/clk/imx/
1219 F: include/soc/imx/
1220
1221 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1222 M: Shawn Guo <shawnguo@kernel.org>
1223 M: Sascha Hauer <kernel@pengutronix.de>
1224 R: Stefan Agner <stefan@agner.ch>
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S: Maintained
1227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1228 F: arch/arm/mach-imx/*vf610*
1229 F: arch/arm/boot/dts/vf*
1230
1231 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1232 M: Lennert Buytenhek <kernel@wantstofly.org>
1233 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S: Maintained
1235
1236 ARM/GUMSTIX MACHINE SUPPORT
1237 M: Steve Sakoman <sakoman@gmail.com>
1238 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S: Maintained
1240
1241 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1242 M: Philipp Zabel <philipp.zabel@gmail.com>
1243 M: Paul Parsons <lost.distance@yahoo.com>
1244 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S: Maintained
1246 F: arch/arm/mach-pxa/hx4700.c
1247 F: arch/arm/mach-pxa/include/mach/hx4700.h
1248 F: sound/soc/pxa/hx4700.c
1249
1250 ARM/HISILICON SOC SUPPORT
1251 M: Wei Xu <xuwei5@hisilicon.com>
1252 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 W: http://www.hisilicon.com
1254 S: Supported
1255 T: git git://github.com/hisilicon/linux-hisi.git
1256 F: arch/arm/mach-hisi/
1257 F: arch/arm/boot/dts/hi3*
1258 F: arch/arm/boot/dts/hip*
1259 F: arch/arm/boot/dts/hisi*
1260 F: arch/arm64/boot/dts/hisilicon/
1261
1262 ARM/HP JORNADA 7XX MACHINE SUPPORT
1263 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1264 W: www.jlime.com
1265 S: Maintained
1266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1267 F: arch/arm/mach-sa1100/jornada720.c
1268 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1269
1270 ARM/IGEP MACHINE SUPPORT
1271 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1272 M: Javier Martinez Canillas <javier@dowhile0.org>
1273 L: linux-omap@vger.kernel.org
1274 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S: Maintained
1276 F: arch/arm/boot/dts/omap3-igep*
1277
1278 ARM/INCOME PXA270 SUPPORT
1279 M: Marek Vasut <marek.vasut@gmail.com>
1280 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S: Maintained
1282 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1283
1284 ARM/INTEL IOP32X ARM ARCHITECTURE
1285 M: Lennert Buytenhek <kernel@wantstofly.org>
1286 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S: Maintained
1288
1289 ARM/INTEL IOP33X ARM ARCHITECTURE
1290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 S: Orphan
1292
1293 ARM/INTEL IOP13XX ARM ARCHITECTURE
1294 M: Lennert Buytenhek <kernel@wantstofly.org>
1295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297
1298 ARM/INTEL IQ81342EX MACHINE SUPPORT
1299 M: Lennert Buytenhek <kernel@wantstofly.org>
1300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S: Maintained
1302
1303 ARM/INTEL IXDP2850 MACHINE SUPPORT
1304 M: Lennert Buytenhek <kernel@wantstofly.org>
1305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 S: Maintained
1307
1308 ARM/INTEL IXP4XX ARM ARCHITECTURE
1309 M: Imre Kaloz <kaloz@openwrt.org>
1310 M: Krzysztof Halasa <khalasa@piap.pl>
1311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S: Maintained
1313 F: arch/arm/mach-ixp4xx/
1314
1315 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1316 M: Jonathan Cameron <jic23@cam.ac.uk>
1317 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S: Maintained
1319 F: arch/arm/mach-pxa/stargate2.c
1320 F: drivers/pcmcia/pxa2xx_stargate2.c
1321
1322 ARM/INTEL XSC3 (MANZANO) ARM CORE
1323 M: Lennert Buytenhek <kernel@wantstofly.org>
1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 S: Maintained
1326
1327 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1328 M: Lennert Buytenhek <kernel@wantstofly.org>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S: Maintained
1331
1332 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1333 M: Santosh Shilimkar <ssantosh@kernel.org>
1334 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 S: Maintained
1336 F: arch/arm/mach-keystone/
1337 F: arch/arm/boot/dts/keystone-*
1338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1339
1340 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1341 M: Santosh Shilimkar <ssantosh@kernel.org>
1342 L: linux-kernel@vger.kernel.org
1343 S: Maintained
1344 F: drivers/clk/keystone/
1345
1346 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1347 M: Santosh Shilimkar <ssantosh@kernel.org>
1348 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 L: linux-kernel@vger.kernel.org
1350 S: Maintained
1351 F: drivers/clocksource/timer-keystone.c
1352
1353 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1354 M: Santosh Shilimkar <ssantosh@kernel.org>
1355 L: linux-kernel@vger.kernel.org
1356 S: Maintained
1357 F: drivers/power/reset/keystone-reset.c
1358
1359 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1360 M: Santosh Shilimkar <ssantosh@kernel.org>
1361 L: linux-kernel@vger.kernel.org
1362 S: Maintained
1363 F: drivers/memory/*emif*
1364
1365 ARM/LG1K ARCHITECTURE
1366 M: Chanho Min <chanho.min@lge.com>
1367 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 S: Maintained
1369 F: arch/arm64/boot/dts/lg/
1370
1371 ARM/LOGICPD PXA270 MACHINE SUPPORT
1372 M: Lennert Buytenhek <kernel@wantstofly.org>
1373 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S: Maintained
1375
1376 ARM/LPC18XX ARCHITECTURE
1377 M: Joachim Eastwood <manabian@gmail.com>
1378 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S: Maintained
1380 F: arch/arm/boot/dts/lpc43*
1381 F: drivers/clk/nxp/clk-lpc18xx*
1382 F: drivers/clocksource/time-lpc32xx.c
1383 F: drivers/i2c/busses/i2c-lpc2k.c
1384 F: drivers/memory/pl172.c
1385 F: drivers/mtd/spi-nor/nxp-spifi.c
1386 F: drivers/rtc/rtc-lpc24xx.c
1387 N: lpc18xx
1388
1389 ARM/LPC32XX SOC SUPPORT
1390 M: Vladimir Zapolskiy <vz@mleia.com>
1391 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1394 S: Maintained
1395 F: arch/arm/boot/dts/lpc32*
1396 F: arch/arm/mach-lpc32xx/
1397 F: drivers/i2c/busses/i2c-pnx.c
1398 F: drivers/net/ethernet/nxp/lpc_eth.c
1399 F: drivers/usb/host/ohci-nxp.c
1400 F: drivers/watchdog/pnx4008_wdt.c
1401 N: lpc32xx
1402
1403 ARM/MAGICIAN MACHINE SUPPORT
1404 M: Philipp Zabel <philipp.zabel@gmail.com>
1405 S: Maintained
1406
1407 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1408 M: Jason Cooper <jason@lakedaemon.net>
1409 M: Andrew Lunn <andrew@lunn.ch>
1410 M: Gregory Clement <gregory.clement@free-electrons.com>
1411 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1412 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S: Maintained
1414 F: arch/arm/mach-mvebu/
1415 F: drivers/rtc/rtc-armada38x.c
1416 F: arch/arm/boot/dts/armada*
1417 F: arch/arm/boot/dts/kirkwood*
1418 F: arch/arm64/boot/dts/marvell/armada*
1419 F: drivers/cpufreq/mvebu-cpufreq.c
1420 F: arch/arm/configs/mvebu_*_defconfig
1421
1422 ARM/Marvell Berlin SoC support
1423 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1424 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1425 S: Maintained
1426 F: arch/arm/mach-berlin/
1427 F: arch/arm/boot/dts/berlin*
1428 F: arch/arm64/boot/dts/marvell/berlin*
1429
1430
1431 ARM/Marvell Dove/MV78xx0/Orion SOC support
1432 M: Jason Cooper <jason@lakedaemon.net>
1433 M: Andrew Lunn <andrew@lunn.ch>
1434 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1435 M: Gregory Clement <gregory.clement@free-electrons.com>
1436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S: Maintained
1438 F: arch/arm/mach-dove/
1439 F: arch/arm/mach-mv78xx0/
1440 F: arch/arm/mach-orion5x/
1441 F: arch/arm/plat-orion/
1442 F: arch/arm/boot/dts/dove*
1443 F: arch/arm/boot/dts/orion5x*
1444
1445
1446 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1447 M: Alexander Clouter <alex@digriz.org.uk>
1448 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 W: http://www.digriz.org.uk/ts78xx/kernel
1450 S: Maintained
1451 F: arch/arm/mach-orion5x/ts78xx-*
1452
1453 ARM/OXNAS platform support
1454 M: Neil Armstrong <narmstrong@baylibre.com>
1455 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S: Maintained
1457 F: arch/arm/mach-oxnas/
1458 F: arch/arm/boot/dts/oxnas*
1459 F: arch/arm/boot/dts/wd-mbwe.dts
1460 N: oxnas
1461
1462 ARM/Mediatek RTC DRIVER
1463 M: Eddie Huang <eddie.huang@mediatek.com>
1464 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1465 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1466 S: Maintained
1467 F: drivers/rtc/rtc-mt6397.c
1468
1469 ARM/Mediatek SoC support
1470 M: Matthias Brugger <matthias.bgg@gmail.com>
1471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1473 S: Maintained
1474 F: arch/arm/boot/dts/mt6*
1475 F: arch/arm/boot/dts/mt8*
1476 F: arch/arm/mach-mediatek/
1477 N: mtk
1478 K: mediatek
1479
1480 ARM/Mediatek USB3 PHY DRIVER
1481 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1482 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1484 S: Maintained
1485 F: drivers/phy/phy-mt65xx-usb3.c
1486
1487 ARM/MICREL KS8695 ARCHITECTURE
1488 M: Greg Ungerer <gerg@uclinux.org>
1489 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1490 F: arch/arm/mach-ks8695/
1491 S: Odd Fixes
1492
1493 ARM/MIOA701 MACHINE SUPPORT
1494 M: Robert Jarzmik <robert.jarzmik@free.fr>
1495 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 F: arch/arm/mach-pxa/mioa701.c
1497 S: Maintained
1498
1499 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1500 M: Michael Petchkovsky <mkpetch@internode.on.net>
1501 S: Maintained
1502
1503 ARM/NOMADIK ARCHITECTURE
1504 M: Alessandro Rubini <rubini@unipv.it>
1505 M: Linus Walleij <linus.walleij@linaro.org>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S: Maintained
1508 F: arch/arm/mach-nomadik/
1509 F: drivers/pinctrl/nomadik/
1510 F: drivers/i2c/busses/i2c-nomadik.c
1511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1512
1513 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1514 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1515 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1516 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1517 S: Supported
1518
1519 ARM/TOSA MACHINE SUPPORT
1520 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1521 M: Dirk Opfer <dirk@opfer-online.de>
1522 S: Maintained
1523
1524 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1525 M: Marek Vasut <marek.vasut@gmail.com>
1526 L: linux-arm-kernel@lists.infradead.org
1527 W: http://hackndev.com
1528 S: Maintained
1529 F: arch/arm/mach-pxa/include/mach/palmtx.h
1530 F: arch/arm/mach-pxa/palmtx.c
1531 F: arch/arm/mach-pxa/include/mach/palmt5.h
1532 F: arch/arm/mach-pxa/palmt5.c
1533 F: arch/arm/mach-pxa/include/mach/palmld.h
1534 F: arch/arm/mach-pxa/palmld.c
1535 F: arch/arm/mach-pxa/include/mach/palmte2.h
1536 F: arch/arm/mach-pxa/palmte2.c
1537 F: arch/arm/mach-pxa/include/mach/palmtc.h
1538 F: arch/arm/mach-pxa/palmtc.c
1539
1540 ARM/PALM TREO SUPPORT
1541 M: Tomas Cech <sleep_walker@suse.com>
1542 L: linux-arm-kernel@lists.infradead.org
1543 W: http://hackndev.com
1544 S: Maintained
1545 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1546 F: arch/arm/mach-pxa/palmtreo.c
1547
1548 ARM/PALMZ72 SUPPORT
1549 M: Sergey Lapin <slapin@ossfans.org>
1550 L: linux-arm-kernel@lists.infradead.org
1551 W: http://hackndev.com
1552 S: Maintained
1553 F: arch/arm/mach-pxa/include/mach/palmz72.h
1554 F: arch/arm/mach-pxa/palmz72.c
1555
1556 ARM/PLEB SUPPORT
1557 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1558 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1559 S: Maintained
1560
1561 ARM/PT DIGITAL BOARD PORT
1562 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 W: http://www.armlinux.org.uk/
1565 S: Maintained
1566
1567 ARM/QUALCOMM SUPPORT
1568 M: Andy Gross <andy.gross@linaro.org>
1569 M: David Brown <david.brown@linaro.org>
1570 L: linux-arm-msm@vger.kernel.org
1571 L: linux-soc@vger.kernel.org
1572 S: Maintained
1573 F: Documentation/devicetree/bindings/soc/qcom/
1574 F: arch/arm/boot/dts/qcom-*.dts
1575 F: arch/arm/boot/dts/qcom-*.dtsi
1576 F: arch/arm/mach-qcom/
1577 F: arch/arm64/boot/dts/qcom/*
1578 F: drivers/i2c/busses/i2c-qup.c
1579 F: drivers/clk/qcom/
1580 F: drivers/soc/qcom/
1581 F: drivers/spi/spi-qup.c
1582 F: drivers/tty/serial/msm_serial.h
1583 F: drivers/tty/serial/msm_serial.c
1584 F: drivers/*/pm8???-*
1585 F: drivers/mfd/ssbi.c
1586 F: drivers/firmware/qcom_scm.c
1587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1588
1589 ARM/RADISYS ENP2611 MACHINE SUPPORT
1590 M: Lennert Buytenhek <kernel@wantstofly.org>
1591 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S: Maintained
1593
1594 ARM/RENESAS ARM64 ARCHITECTURE
1595 M: Simon Horman <horms@verge.net.au>
1596 M: Magnus Damm <magnus.damm@gmail.com>
1597 L: linux-renesas-soc@vger.kernel.org
1598 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1600 S: Supported
1601 F: arch/arm64/boot/dts/renesas/
1602 F: drivers/soc/renesas/
1603 F: include/linux/soc/renesas/
1604
1605 ARM/RISCPC ARCHITECTURE
1606 M: Russell King <linux@armlinux.org.uk>
1607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 W: http://www.armlinux.org.uk/
1609 S: Maintained
1610 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1611 F: arch/arm/include/asm/hardware/ioc.h
1612 F: arch/arm/include/asm/hardware/iomd.h
1613 F: arch/arm/include/asm/hardware/memc.h
1614 F: arch/arm/mach-rpc/
1615 F: drivers/net/ethernet/8390/etherh.c
1616 F: drivers/net/ethernet/i825xx/ether1*
1617 F: drivers/net/ethernet/seeq/ether3*
1618 F: drivers/scsi/arm/
1619
1620 ARM/Rockchip SoC support
1621 M: Heiko Stuebner <heiko@sntech.de>
1622 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 L: linux-rockchip@lists.infradead.org
1624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1625 S: Maintained
1626 F: arch/arm/boot/dts/rk3*
1627 F: arch/arm/mach-rockchip/
1628 F: drivers/clk/rockchip/
1629 F: drivers/i2c/busses/i2c-rk3x.c
1630 F: drivers/*/*rockchip*
1631 F: drivers/*/*/*rockchip*
1632 F: sound/soc/rockchip/
1633 N: rockchip
1634
1635 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1636 M: Kukjin Kim <kgene@kernel.org>
1637 M: Krzysztof Kozlowski <krzk@kernel.org>
1638 R: Javier Martinez Canillas <javier@osg.samsung.com>
1639 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1641 S: Maintained
1642 F: arch/arm/boot/dts/s3c*
1643 F: arch/arm/boot/dts/s5p*
1644 F: arch/arm/boot/dts/samsung*
1645 F: arch/arm/boot/dts/exynos*
1646 F: arch/arm64/boot/dts/exynos/
1647 F: arch/arm/plat-samsung/
1648 F: arch/arm/mach-s3c24*/
1649 F: arch/arm/mach-s3c64xx/
1650 F: arch/arm/mach-s5p*/
1651 F: arch/arm/mach-exynos*/
1652 F: drivers/*/*s3c24*
1653 F: drivers/*/*/*s3c24*
1654 F: drivers/*/*s3c64xx*
1655 F: drivers/*/*s5pv210*
1656 F: drivers/memory/samsung/*
1657 F: drivers/soc/samsung/*
1658 F: Documentation/arm/Samsung/
1659 F: Documentation/devicetree/bindings/arm/samsung/
1660 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1661 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1662 N: exynos
1663
1664 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1665 M: Kyungmin Park <kyungmin.park@samsung.com>
1666 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S: Maintained
1668 F: arch/arm/mach-s5pv210/
1669
1670 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1671 M: Kyungmin Park <kyungmin.park@samsung.com>
1672 M: Kamil Debski <kamil@wypas.org>
1673 M: Andrzej Hajda <a.hajda@samsung.com>
1674 L: linux-arm-kernel@lists.infradead.org
1675 L: linux-media@vger.kernel.org
1676 S: Maintained
1677 F: drivers/media/platform/s5p-g2d/
1678
1679 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1680 M: Kyungmin Park <kyungmin.park@samsung.com>
1681 M: Kamil Debski <kamil@wypas.org>
1682 M: Jeongtae Park <jtp.park@samsung.com>
1683 M: Andrzej Hajda <a.hajda@samsung.com>
1684 L: linux-arm-kernel@lists.infradead.org
1685 L: linux-media@vger.kernel.org
1686 S: Maintained
1687 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1688 F: drivers/media/platform/s5p-mfc/
1689
1690 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1691 M: Kyungmin Park <kyungmin.park@samsung.com>
1692 L: linux-arm-kernel@lists.infradead.org
1693 L: linux-media@vger.kernel.org
1694 S: Maintained
1695 F: drivers/staging/media/platform/s5p-cec/
1696
1697 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1698 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1699 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1700 L: linux-arm-kernel@lists.infradead.org
1701 L: linux-media@vger.kernel.org
1702 S: Maintained
1703 F: drivers/media/platform/s5p-jpeg/
1704
1705 ARM/SHMOBILE ARM ARCHITECTURE
1706 M: Simon Horman <horms@verge.net.au>
1707 M: Magnus Damm <magnus.damm@gmail.com>
1708 L: linux-renesas-soc@vger.kernel.org
1709 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1711 S: Supported
1712 F: arch/arm/boot/dts/emev2*
1713 F: arch/arm/boot/dts/r7s*
1714 F: arch/arm/boot/dts/r8a*
1715 F: arch/arm/boot/dts/sh*
1716 F: arch/arm/configs/shmobile_defconfig
1717 F: arch/arm/include/debug/renesas-scif.S
1718 F: arch/arm/mach-shmobile/
1719 F: drivers/soc/renesas/
1720 F: include/linux/soc/renesas/
1721
1722 ARM/SOCFPGA ARCHITECTURE
1723 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1724 S: Maintained
1725 F: arch/arm/mach-socfpga/
1726 F: arch/arm/boot/dts/socfpga*
1727 F: arch/arm/configs/socfpga_defconfig
1728 F: arch/arm64/boot/dts/altera/
1729 W: http://www.rocketboards.org
1730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1731
1732 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1733 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1734 S: Maintained
1735 F: drivers/clk/socfpga/
1736
1737 ARM/SOCFPGA EDAC SUPPORT
1738 M: Thor Thayer <tthayer@opensource.altera.com>
1739 S: Maintained
1740 F: drivers/edac/altera_edac.
1741
1742 ARM/STI ARCHITECTURE
1743 M: Patrice Chotard <patrice.chotard@st.com>
1744 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1745 L: kernel@stlinux.com
1746 W: http://www.stlinux.com
1747 S: Maintained
1748 F: arch/arm/mach-sti/
1749 F: arch/arm/boot/dts/sti*
1750 F: drivers/char/hw_random/st-rng.c
1751 F: drivers/clocksource/arm_global_timer.c
1752 F: drivers/clocksource/clksrc_st_lpc.c
1753 F: drivers/cpufreq/sti-cpufreq.c
1754 F: drivers/i2c/busses/i2c-st.c
1755 F: drivers/media/rc/st_rc.c
1756 F: drivers/media/platform/sti/c8sectpfe/
1757 F: drivers/mmc/host/sdhci-st.c
1758 F: drivers/phy/phy-miphy28lp.c
1759 F: drivers/phy/phy-miphy365x.c
1760 F: drivers/phy/phy-stih407-usb.c
1761 F: drivers/phy/phy-stih41x-usb.c
1762 F: drivers/pinctrl/pinctrl-st.c
1763 F: drivers/remoteproc/st_remoteproc.c
1764 F: drivers/reset/sti/
1765 F: drivers/rtc/rtc-st-lpc.c
1766 F: drivers/tty/serial/st-asc.c
1767 F: drivers/usb/dwc3/dwc3-st.c
1768 F: drivers/usb/host/ehci-st.c
1769 F: drivers/usb/host/ohci-st.c
1770 F: drivers/watchdog/st_lpc_wdt.c
1771 F: drivers/ata/ahci_st.c
1772
1773 ARM/STM32 ARCHITECTURE
1774 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1775 M: Alexandre Torgue <alexandre.torgue@st.com>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S: Maintained
1778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1779 N: stm32
1780 F: drivers/clocksource/armv7m_systick.c
1781
1782 ARM/TANGO ARCHITECTURE
1783 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1784 L: linux-arm-kernel@lists.infradead.org
1785 S: Maintained
1786 N: tango
1787
1788 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1789 M: Lennert Buytenhek <kernel@wantstofly.org>
1790 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1791 S: Maintained
1792
1793 ARM/TETON BGA MACHINE SUPPORT
1794 M: "Mark F. Brown" <mark.brown314@gmail.com>
1795 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1796 S: Maintained
1797
1798 ARM/THECUS N2100 MACHINE SUPPORT
1799 M: Lennert Buytenhek <kernel@wantstofly.org>
1800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 S: Maintained
1802
1803 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1804 M: Wan ZongShun <mcuos.com@gmail.com>
1805 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 W: http://www.mcuos.com
1807 S: Maintained
1808 F: arch/arm/mach-w90x900/
1809 F: drivers/input/keyboard/w90p910_keypad.c
1810 F: drivers/input/touchscreen/w90p910_ts.c
1811 F: drivers/watchdog/nuc900_wdt.c
1812 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1813 F: drivers/mtd/nand/nuc900_nand.c
1814 F: drivers/rtc/rtc-nuc900.c
1815 F: drivers/spi/spi-nuc900.c
1816 F: drivers/usb/host/ehci-w90x900.c
1817 F: drivers/video/fbdev/nuc900fb.c
1818
1819 ARM/U300 MACHINE SUPPORT
1820 M: Linus Walleij <linus.walleij@linaro.org>
1821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S: Supported
1823 F: arch/arm/mach-u300/
1824 F: drivers/clocksource/timer-u300.c
1825 F: drivers/i2c/busses/i2c-stu300.c
1826 F: drivers/rtc/rtc-coh901331.c
1827 F: drivers/watchdog/coh901327_wdt.c
1828 F: drivers/dma/coh901318*
1829 F: drivers/mfd/ab3100*
1830 F: drivers/rtc/rtc-ab3100.c
1831 F: drivers/rtc/rtc-coh901331.c
1832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1833
1834 ARM/UNIPHIER ARCHITECTURE
1835 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1836 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1838 S: Maintained
1839 F: arch/arm/boot/dts/uniphier*
1840 F: arch/arm/include/asm/hardware/cache-uniphier.h
1841 F: arch/arm/mach-uniphier/
1842 F: arch/arm/mm/cache-uniphier.c
1843 F: arch/arm64/boot/dts/socionext/
1844 F: drivers/bus/uniphier-system-bus.c
1845 F: drivers/i2c/busses/i2c-uniphier*
1846 F: drivers/pinctrl/uniphier/
1847 F: drivers/reset/reset-uniphier.c
1848 F: drivers/tty/serial/8250/8250_uniphier.c
1849 N: uniphier
1850
1851 ARM/Ux500 ARM ARCHITECTURE
1852 M: Linus Walleij <linus.walleij@linaro.org>
1853 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1854 S: Maintained
1855 F: arch/arm/mach-ux500/
1856 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1857 F: drivers/dma/ste_dma40*
1858 F: drivers/hwspinlock/u8500_hsem.c
1859 F: drivers/mfd/abx500*
1860 F: drivers/mfd/ab8500*
1861 F: drivers/mfd/dbx500*
1862 F: drivers/mfd/db8500*
1863 F: drivers/pinctrl/nomadik/pinctrl-ab*
1864 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1865 F: drivers/rtc/rtc-ab8500.c
1866 F: drivers/rtc/rtc-pl031.c
1867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1868
1869 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1870 M: Ulf Hansson <ulf.hansson@linaro.org>
1871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 T: git git://git.linaro.org/people/ulfh/clk.git
1873 S: Maintained
1874 F: drivers/clk/ux500/
1875
1876 ARM/VERSATILE EXPRESS PLATFORM
1877 M: Liviu Dudau <liviu.dudau@arm.com>
1878 M: Sudeep Holla <sudeep.holla@arm.com>
1879 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 S: Maintained
1882 F: arch/arm/boot/dts/vexpress*
1883 F: arch/arm64/boot/dts/arm/
1884 F: arch/arm/mach-vexpress/
1885 F: */*/vexpress*
1886 F: */*/*/vexpress*
1887 F: drivers/clk/versatile/clk-vexpress-osc.c
1888 F: drivers/clocksource/versatile.c
1889 N: mps2
1890
1891 ARM/VFP SUPPORT
1892 M: Russell King <linux@armlinux.org.uk>
1893 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 W: http://www.armlinux.org.uk/
1895 S: Maintained
1896 F: arch/arm/vfp/
1897
1898 ARM/VOIPAC PXA270 SUPPORT
1899 M: Marek Vasut <marek.vasut@gmail.com>
1900 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1901 S: Maintained
1902 F: arch/arm/mach-pxa/vpac270.c
1903 F: arch/arm/mach-pxa/include/mach/vpac270.h
1904
1905 ARM/VT8500 ARM ARCHITECTURE
1906 M: Tony Prisk <linux@prisktech.co.nz>
1907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1908 S: Maintained
1909 F: arch/arm/mach-vt8500/
1910 F: drivers/clocksource/vt8500_timer.c
1911 F: drivers/i2c/busses/i2c-wmt.c
1912 F: drivers/mmc/host/wmt-sdmmc.c
1913 F: drivers/pwm/pwm-vt8500.c
1914 F: drivers/rtc/rtc-vt8500.c
1915 F: drivers/tty/serial/vt8500_serial.c
1916 F: drivers/usb/host/ehci-platform.c
1917 F: drivers/usb/host/uhci-platform.c
1918 F: drivers/video/fbdev/vt8500lcdfb.*
1919 F: drivers/video/fbdev/wm8505fb*
1920 F: drivers/video/fbdev/wmt_ge_rops.*
1921
1922 ARM/ZIPIT Z2 SUPPORT
1923 M: Marek Vasut <marek.vasut@gmail.com>
1924 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 S: Maintained
1926 F: arch/arm/mach-pxa/z2.c
1927 F: arch/arm/mach-pxa/include/mach/z2.h
1928
1929 ARM/ZTE ARCHITECTURE
1930 M: Jun Nie <jun.nie@linaro.org>
1931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S: Maintained
1933 F: arch/arm/mach-zx/
1934 F: drivers/clk/zte/
1935 F: Documentation/devicetree/bindings/arm/zte.txt
1936 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1937
1938 ARM/ZYNQ ARCHITECTURE
1939 M: Michal Simek <michal.simek@xilinx.com>
1940 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1941 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1942 W: http://wiki.xilinx.com
1943 T: git https://github.com/Xilinx/linux-xlnx.git
1944 S: Supported
1945 F: arch/arm/mach-zynq/
1946 F: drivers/cpuidle/cpuidle-zynq.c
1947 F: drivers/block/xsysace.c
1948 N: zynq
1949 N: xilinx
1950 F: drivers/clocksource/cadence_ttc_timer.c
1951 F: drivers/i2c/busses/i2c-cadence.c
1952 F: drivers/mmc/host/sdhci-of-arasan.c
1953 F: drivers/edac/synopsys_edac.c
1954
1955 ARM SMMU DRIVERS
1956 M: Will Deacon <will.deacon@arm.com>
1957 R: Robin Murphy <robin.murphy@arm.com>
1958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1959 S: Maintained
1960 F: drivers/iommu/arm-smmu.c
1961 F: drivers/iommu/arm-smmu-v3.c
1962 F: drivers/iommu/io-pgtable-arm.c
1963 F: drivers/iommu/io-pgtable-arm-v7s.c
1964
1965 ARM64 PORT (AARCH64 ARCHITECTURE)
1966 M: Catalin Marinas <catalin.marinas@arm.com>
1967 M: Will Deacon <will.deacon@arm.com>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1970 S: Maintained
1971 F: arch/arm64/
1972 F: Documentation/arm64/
1973
1974 AS3645A LED FLASH CONTROLLER DRIVER
1975 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1976 L: linux-media@vger.kernel.org
1977 T: git git://linuxtv.org/media_tree.git
1978 S: Maintained
1979 F: drivers/media/i2c/as3645a.c
1980 F: include/media/i2c/as3645a.h
1981
1982 ASC7621 HARDWARE MONITOR DRIVER
1983 M: George Joseph <george.joseph@fairview5.com>
1984 L: linux-hwmon@vger.kernel.org
1985 S: Maintained
1986 F: Documentation/hwmon/asc7621
1987 F: drivers/hwmon/asc7621.c
1988
1989 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1990 M: Corentin Chary <corentin.chary@gmail.com>
1991 L: acpi4asus-user@lists.sourceforge.net
1992 L: platform-driver-x86@vger.kernel.org
1993 W: http://acpi4asus.sf.net
1994 S: Maintained
1995 F: drivers/platform/x86/asus*.c
1996 F: drivers/platform/x86/eeepc*.c
1997
1998 ASUS WIRELESS RADIO CONTROL DRIVER
1999 M: João Paulo Rechi Vita <jprvita@gmail.com>
2000 L: platform-driver-x86@vger.kernel.org
2001 S: Maintained
2002 F: drivers/platform/x86/asus-wireless.c
2003
2004 ASYMMETRIC KEYS
2005 M: David Howells <dhowells@redhat.com>
2006 L: keyrings@vger.kernel.org
2007 S: Maintained
2008 F: Documentation/crypto/asymmetric-keys.txt
2009 F: include/linux/verification.h
2010 F: include/crypto/public_key.h
2011 F: include/crypto/pkcs7.h
2012 F: crypto/asymmetric_keys/
2013
2014 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2015 R: Dan Williams <dan.j.williams@intel.com>
2016 W: http://sourceforge.net/projects/xscaleiop
2017 S: Odd fixes
2018 F: Documentation/crypto/async-tx-api.txt
2019 F: crypto/async_tx/
2020 F: drivers/dma/
2021 F: include/linux/dmaengine.h
2022 F: include/linux/async_tx.h
2023
2024 AT24 EEPROM DRIVER
2025 M: Wolfram Sang <wsa@the-dreams.de>
2026 L: linux-i2c@vger.kernel.org
2027 S: Maintained
2028 F: drivers/misc/eeprom/at24.c
2029 F: include/linux/platform_data/at24.h
2030
2031 ATA OVER ETHERNET (AOE) DRIVER
2032 M: "Ed L. Cashin" <ed.cashin@acm.org>
2033 W: http://www.openaoe.org/
2034 S: Supported
2035 F: Documentation/aoe/
2036 F: drivers/block/aoe/
2037
2038 ATHEROS 71XX/9XXX GPIO DRIVER
2039 M: Alban Bedel <albeu@free.fr>
2040 W: https://github.com/AlbanBedel/linux
2041 T: git git://github.com/AlbanBedel/linux
2042 S: Maintained
2043 F: drivers/gpio/gpio-ath79.c
2044 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2045
2046 ATHEROS ATH GENERIC UTILITIES
2047 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2048 L: linux-wireless@vger.kernel.org
2049 S: Supported
2050 F: drivers/net/wireless/ath/*
2051
2052 ATHEROS ATH5K WIRELESS DRIVER
2053 M: Jiri Slaby <jirislaby@gmail.com>
2054 M: Nick Kossifidis <mickflemm@gmail.com>
2055 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2056 L: linux-wireless@vger.kernel.org
2057 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2058 S: Maintained
2059 F: drivers/net/wireless/ath/ath5k/
2060
2061 ATHEROS ATH6KL WIRELESS DRIVER
2062 M: Kalle Valo <kvalo@qca.qualcomm.com>
2063 L: linux-wireless@vger.kernel.org
2064 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2066 S: Supported
2067 F: drivers/net/wireless/ath/ath6kl/
2068
2069 WILOCITY WIL6210 WIRELESS DRIVER
2070 M: Maya Erez <qca_merez@qca.qualcomm.com>
2071 L: linux-wireless@vger.kernel.org
2072 L: wil6210@qca.qualcomm.com
2073 S: Supported
2074 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2075 F: drivers/net/wireless/ath/wil6210/
2076 F: include/uapi/linux/wil6210_uapi.h
2077
2078 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2079 M: Christian Lamparter <chunkeey@googlemail.com>
2080 L: linux-wireless@vger.kernel.org
2081 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2082 S: Maintained
2083 F: drivers/net/wireless/ath/carl9170/
2084
2085 ATK0110 HWMON DRIVER
2086 M: Luca Tettamanti <kronos.it@gmail.com>
2087 L: linux-hwmon@vger.kernel.org
2088 S: Maintained
2089 F: drivers/hwmon/asus_atk0110.c
2090
2091 ATI_REMOTE2 DRIVER
2092 M: Ville Syrjala <syrjala@sci.fi>
2093 S: Maintained
2094 F: drivers/input/misc/ati_remote2.c
2095
2096 ATLX ETHERNET DRIVERS
2097 M: Jay Cliburn <jcliburn@gmail.com>
2098 M: Chris Snook <chris.snook@gmail.com>
2099 L: netdev@vger.kernel.org
2100 W: http://sourceforge.net/projects/atl1
2101 W: http://atl1.sourceforge.net
2102 S: Maintained
2103 F: drivers/net/ethernet/atheros/
2104
2105 ATM
2106 M: Chas Williams <3chas3@gmail.com>
2107 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2108 L: netdev@vger.kernel.org
2109 W: http://linux-atm.sourceforge.net
2110 S: Maintained
2111 F: drivers/atm/
2112 F: include/linux/atm*
2113 F: include/uapi/linux/atm*
2114
2115 ATMEL AT91 / AT32 MCI DRIVER
2116 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2117 S: Maintained
2118 F: drivers/mmc/host/atmel-mci.c
2119
2120 ATMEL AT91 / AT32 SERIAL DRIVER
2121 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2122 S: Supported
2123 F: drivers/tty/serial/atmel_serial.c
2124
2125 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2126 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2127 S: Supported
2128 F: drivers/power/reset/at91-sama5d2_shdwc.c
2129
2130 ATMEL SAMA5D2 ADC DRIVER
2131 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2132 L: linux-iio@vger.kernel.org
2133 S: Supported
2134 F: drivers/iio/adc/at91-sama5d2_adc.c
2135
2136 ATMEL Audio ALSA driver
2137 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2139 S: Supported
2140 F: sound/soc/atmel
2141
2142 ATMEL DMA DRIVER
2143 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2144 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2145 S: Supported
2146 F: drivers/dma/at_hdmac.c
2147 F: drivers/dma/at_hdmac_regs.h
2148 F: include/linux/platform_data/dma-atmel.h
2149
2150 ATMEL XDMA DRIVER
2151 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2152 L: linux-arm-kernel@lists.infradead.org
2153 L: dmaengine@vger.kernel.org
2154 S: Supported
2155 F: drivers/dma/at_xdmac.c
2156
2157 ATMEL I2C DRIVER
2158 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2159 L: linux-i2c@vger.kernel.org
2160 S: Supported
2161 F: drivers/i2c/busses/i2c-at91.c
2162
2163 ATMEL ISI DRIVER
2164 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2165 L: linux-media@vger.kernel.org
2166 S: Supported
2167 F: drivers/media/platform/soc_camera/atmel-isi.c
2168 F: include/media/atmel-isi.h
2169
2170 ATMEL LCDFB DRIVER
2171 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2172 L: linux-fbdev@vger.kernel.org
2173 S: Maintained
2174 F: drivers/video/fbdev/atmel_lcdfb.c
2175 F: include/video/atmel_lcdc.h
2176
2177 ATMEL MACB ETHERNET DRIVER
2178 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2179 S: Supported
2180 F: drivers/net/ethernet/cadence/
2181
2182 ATMEL NAND DRIVER
2183 M: Wenyou Yang <wenyou.yang@atmel.com>
2184 M: Josh Wu <rainyfeeling@outlook.com>
2185 L: linux-mtd@lists.infradead.org
2186 S: Supported
2187 F: drivers/mtd/nand/atmel_nand*
2188
2189 ATMEL SDMMC DRIVER
2190 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2191 L: linux-mmc@vger.kernel.org
2192 S: Supported
2193 F: drivers/mmc/host/sdhci-of-at91.c
2194
2195 ATMEL SPI DRIVER
2196 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2197 S: Supported
2198 F: drivers/spi/spi-atmel.*
2199
2200 ATMEL SSC DRIVER
2201 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2203 S: Supported
2204 F: drivers/misc/atmel-ssc.c
2205 F: include/linux/atmel-ssc.h
2206
2207 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2208 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 S: Supported
2211 F: drivers/misc/atmel_tclib.c
2212 F: drivers/clocksource/tcb_clksrc.c
2213
2214 ATMEL USBA UDC DRIVER
2215 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2216 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2217 S: Supported
2218 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2219
2220 ATMEL WIRELESS DRIVER
2221 M: Simon Kelley <simon@thekelleys.org.uk>
2222 L: linux-wireless@vger.kernel.org
2223 W: http://www.thekelleys.org.uk/atmel
2224 W: http://atmelwlandriver.sourceforge.net/
2225 S: Maintained
2226 F: drivers/net/wireless/atmel/atmel*
2227
2228 ATMEL MAXTOUCH DRIVER
2229 M: Nick Dyer <nick@shmanahar.org>
2230 T: git git://github.com/ndyer/linux.git
2231 S: Maintained
2232 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2233 F: drivers/input/touchscreen/atmel_mxt_ts.c
2234 F: include/linux/platform_data/atmel_mxt_ts.h
2235
2236 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2237 M: Bradley Grove <linuxdrivers@attotech.com>
2238 L: linux-scsi@vger.kernel.org
2239 W: http://www.attotech.com
2240 S: Supported
2241 F: drivers/scsi/esas2r
2242
2243 ATUSB IEEE 802.15.4 RADIO DRIVER
2244 M: Stefan Schmidt <stefan@osg.samsung.com>
2245 L: linux-wpan@vger.kernel.org
2246 S: Maintained
2247 F: drivers/net/ieee802154/atusb.c
2248 F: drivers/net/ieee802154/atusb.h
2249 F: drivers/net/ieee802154/at86rf230.h
2250
2251 AUDIT SUBSYSTEM
2252 M: Paul Moore <paul@paul-moore.com>
2253 M: Eric Paris <eparis@redhat.com>
2254 L: linux-audit@redhat.com (moderated for non-subscribers)
2255 W: http://people.redhat.com/sgrubb/audit/
2256 T: git git://git.infradead.org/users/pcmoore/audit
2257 S: Maintained
2258 F: include/linux/audit.h
2259 F: include/uapi/linux/audit.h
2260 F: kernel/audit*
2261
2262 AUXILIARY DISPLAY DRIVERS
2263 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2264 W: http://miguelojeda.es/auxdisplay.htm
2265 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2266 S: Maintained
2267 F: drivers/auxdisplay/
2268 F: include/linux/cfag12864b.h
2269
2270 AVR32 ARCHITECTURE
2271 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2272 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2273 W: http://www.atmel.com/products/AVR32/
2274 W: http://mirror.egtvedt.no/avr32linux.org/
2275 W: http://avrfreaks.net/
2276 S: Maintained
2277 F: arch/avr32/
2278
2279 AVR32/AT32AP MACHINE SUPPORT
2280 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2281 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2282 S: Maintained
2283 F: arch/avr32/mach-at32ap/
2284
2285 AX.25 NETWORK LAYER
2286 M: Ralf Baechle <ralf@linux-mips.org>
2287 L: linux-hams@vger.kernel.org
2288 W: http://www.linux-ax25.org/
2289 S: Maintained
2290 F: include/uapi/linux/ax25.h
2291 F: include/net/ax25.h
2292 F: net/ax25/
2293
2294 AZ6007 DVB DRIVER
2295 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2296 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2297 L: linux-media@vger.kernel.org
2298 W: https://linuxtv.org
2299 T: git git://linuxtv.org/media_tree.git
2300 S: Maintained
2301 F: drivers/media/usb/dvb-usb-v2/az6007.c
2302
2303 AZTECH FM RADIO RECEIVER DRIVER
2304 M: Hans Verkuil <hverkuil@xs4all.nl>
2305 L: linux-media@vger.kernel.org
2306 T: git git://linuxtv.org/media_tree.git
2307 W: https://linuxtv.org
2308 S: Maintained
2309 F: drivers/media/radio/radio-aztech*
2310
2311 B43 WIRELESS DRIVER
2312 L: linux-wireless@vger.kernel.org
2313 L: b43-dev@lists.infradead.org
2314 W: http://wireless.kernel.org/en/users/Drivers/b43
2315 S: Odd Fixes
2316 F: drivers/net/wireless/broadcom/b43/
2317
2318 B43LEGACY WIRELESS DRIVER
2319 M: Larry Finger <Larry.Finger@lwfinger.net>
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: Maintained
2324 F: drivers/net/wireless/broadcom/b43legacy/
2325
2326 BACKLIGHT CLASS/SUBSYSTEM
2327 M: Jingoo Han <jingoohan1@gmail.com>
2328 M: Lee Jones <lee.jones@linaro.org>
2329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2330 S: Maintained
2331 F: drivers/video/backlight/
2332 F: include/linux/backlight.h
2333
2334 BATMAN ADVANCED
2335 M: Marek Lindner <mareklindner@neomailbox.ch>
2336 M: Simon Wunderlich <sw@simonwunderlich.de>
2337 M: Antonio Quartulli <a@unstable.cc>
2338 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2339 W: https://www.open-mesh.org/
2340 Q: https://patchwork.open-mesh.org/project/batman/list/
2341 S: Maintained
2342 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2343 F: Documentation/ABI/testing/sysfs-class-net-mesh
2344 F: Documentation/networking/batman-adv.txt
2345 F: include/uapi/linux/batman_adv.h
2346 F: net/batman-adv/
2347
2348 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2349 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2350 L: linux-hams@vger.kernel.org
2351 W: http://www.baycom.org/~tom/ham/ham.html
2352 S: Maintained
2353 F: drivers/net/hamradio/baycom*
2354
2355 BCACHE (BLOCK LAYER CACHE)
2356 M: Kent Overstreet <kent.overstreet@gmail.com>
2357 L: linux-bcache@vger.kernel.org
2358 W: http://bcache.evilpiepirate.org
2359 S: Orphan
2360 F: drivers/md/bcache/
2361
2362 BDISP ST MEDIA DRIVER
2363 M: Fabien Dessenne <fabien.dessenne@st.com>
2364 L: linux-media@vger.kernel.org
2365 T: git git://linuxtv.org/media_tree.git
2366 W: https://linuxtv.org
2367 S: Supported
2368 F: drivers/media/platform/sti/bdisp
2369
2370 BEFS FILE SYSTEM
2371 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2372 M: Salah Triki <salah.triki@gmail.com>
2373 S: Maintained
2374 T: git git://github.com/luisbg/linux-befs.git
2375 F: Documentation/filesystems/befs.txt
2376 F: fs/befs/
2377
2378 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2379 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2380 L: netdev@vger.kernel.org
2381 S: Maintained
2382 F: drivers/net/ethernet/ec_bhf.c
2383
2384 BFS FILE SYSTEM
2385 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2386 S: Maintained
2387 F: Documentation/filesystems/bfs.txt
2388 F: fs/bfs/
2389 F: include/uapi/linux/bfs_fs.h
2390
2391 BLACKFIN ARCHITECTURE
2392 M: Steven Miao <realmz6@gmail.com>
2393 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2394 T: git git://git.code.sf.net/p/adi-linux/code
2395 W: http://blackfin.uclinux.org
2396 S: Supported
2397 F: arch/blackfin/
2398
2399 BLACKFIN EMAC DRIVER
2400 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2401 W: http://blackfin.uclinux.org
2402 S: Supported
2403 F: drivers/net/ethernet/adi/
2404
2405 BLACKFIN RTC DRIVER
2406 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2407 W: http://blackfin.uclinux.org
2408 S: Supported
2409 F: drivers/rtc/rtc-bfin.c
2410
2411 BLACKFIN SDH DRIVER
2412 M: Sonic Zhang <sonic.zhang@analog.com>
2413 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2414 W: http://blackfin.uclinux.org
2415 S: Supported
2416 F: drivers/mmc/host/bfin_sdh.c
2417
2418 BLACKFIN SERIAL DRIVER
2419 M: Sonic Zhang <sonic.zhang@analog.com>
2420 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2421 W: http://blackfin.uclinux.org
2422 S: Supported
2423 F: drivers/tty/serial/bfin_uart.c
2424
2425 BLACKFIN WATCHDOG DRIVER
2426 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2427 W: http://blackfin.uclinux.org
2428 S: Supported
2429 F: drivers/watchdog/bfin_wdt.c
2430
2431 BLACKFIN I2C TWI DRIVER
2432 M: Sonic Zhang <sonic.zhang@analog.com>
2433 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2434 W: http://blackfin.uclinux.org/
2435 S: Supported
2436 F: drivers/i2c/busses/i2c-bfin-twi.c
2437
2438 BLACKFIN MEDIA DRIVER
2439 M: Scott Jiang <scott.jiang.linux@gmail.com>
2440 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2441 W: http://blackfin.uclinux.org/
2442 S: Supported
2443 F: drivers/media/platform/blackfin/
2444 F: drivers/media/i2c/adv7183*
2445 F: drivers/media/i2c/vs6624*
2446
2447 BLINKM RGB LED DRIVER
2448 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2449 S: Maintained
2450 F: drivers/leds/leds-blinkm.c
2451
2452 BLOCK LAYER
2453 M: Jens Axboe <axboe@kernel.dk>
2454 L: linux-block@vger.kernel.org
2455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2456 S: Maintained
2457 F: block/
2458 F: kernel/trace/blktrace.c
2459
2460 BLOCK2MTD DRIVER
2461 M: Joern Engel <joern@lazybastard.org>
2462 L: linux-mtd@lists.infradead.org
2463 S: Maintained
2464 F: drivers/mtd/devices/block2mtd.c
2465
2466 BLUETOOTH DRIVERS
2467 M: Marcel Holtmann <marcel@holtmann.org>
2468 M: Gustavo Padovan <gustavo@padovan.org>
2469 M: Johan Hedberg <johan.hedberg@gmail.com>
2470 L: linux-bluetooth@vger.kernel.org
2471 W: http://www.bluez.org/
2472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2474 S: Maintained
2475 F: drivers/bluetooth/
2476
2477 BLUETOOTH SUBSYSTEM
2478 M: Marcel Holtmann <marcel@holtmann.org>
2479 M: Gustavo Padovan <gustavo@padovan.org>
2480 M: Johan Hedberg <johan.hedberg@gmail.com>
2481 L: linux-bluetooth@vger.kernel.org
2482 W: http://www.bluez.org/
2483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2485 S: Maintained
2486 F: net/bluetooth/
2487 F: include/net/bluetooth/
2488
2489 BONDING DRIVER
2490 M: Jay Vosburgh <j.vosburgh@gmail.com>
2491 M: Veaceslav Falico <vfalico@gmail.com>
2492 M: Andy Gospodarek <andy@greyhouse.net>
2493 L: netdev@vger.kernel.org
2494 W: http://sourceforge.net/projects/bonding/
2495 S: Supported
2496 F: drivers/net/bonding/
2497 F: include/uapi/linux/if_bonding.h
2498
2499 BPF (Safe dynamic programs and tools)
2500 M: Alexei Starovoitov <ast@kernel.org>
2501 L: netdev@vger.kernel.org
2502 L: linux-kernel@vger.kernel.org
2503 S: Supported
2504 F: kernel/bpf/
2505
2506 BROADCOM B44 10/100 ETHERNET DRIVER
2507 M: Gary Zambrano <zambrano@broadcom.com>
2508 L: netdev@vger.kernel.org
2509 S: Supported
2510 F: drivers/net/ethernet/broadcom/b44.*
2511
2512 BROADCOM B53 ETHERNET SWITCH DRIVER
2513 M: Florian Fainelli <f.fainelli@gmail.com>
2514 L: netdev@vger.kernel.org
2515 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2516 S: Supported
2517 F: drivers/net/dsa/b53/*
2518 F: include/linux/platform_data/b53.h
2519
2520 BROADCOM GENET ETHERNET DRIVER
2521 M: Florian Fainelli <f.fainelli@gmail.com>
2522 L: netdev@vger.kernel.org
2523 S: Supported
2524 F: drivers/net/ethernet/broadcom/genet/
2525
2526 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2527 M: Sony Chacko <sony.chacko@qlogic.com>
2528 M: Dept-HSGLinuxNICDev@qlogic.com
2529 L: netdev@vger.kernel.org
2530 S: Supported
2531 F: drivers/net/ethernet/broadcom/bnx2.*
2532 F: drivers/net/ethernet/broadcom/bnx2_*
2533
2534 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2535 M: Ariel Elior <ariel.elior@qlogic.com>
2536 L: netdev@vger.kernel.org
2537 S: Supported
2538 F: drivers/net/ethernet/broadcom/bnx2x/
2539
2540 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2541 M: Florian Fainelli <f.fainelli@gmail.com>
2542 M: Ray Jui <rjui@broadcom.com>
2543 M: Scott Branden <sbranden@broadcom.com>
2544 M: bcm-kernel-feedback-list@broadcom.com
2545 T: git git://github.com/broadcom/mach-bcm
2546 S: Maintained
2547 N: bcm281*
2548 N: bcm113*
2549 N: bcm216*
2550 N: kona
2551 F: arch/arm/mach-bcm/
2552
2553 BROADCOM BCM2835 ARM ARCHITECTURE
2554 M: Stephen Warren <swarren@wwwdotorg.org>
2555 M: Lee Jones <lee@kernel.org>
2556 M: Eric Anholt <eric@anholt.net>
2557 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2558 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2560 S: Maintained
2561 N: bcm2835
2562
2563 BROADCOM BCM47XX MIPS ARCHITECTURE
2564 M: Hauke Mehrtens <hauke@hauke-m.de>
2565 M: Rafał Miłecki <zajec5@gmail.com>
2566 L: linux-mips@linux-mips.org
2567 S: Maintained
2568 F: Documentation/devicetree/bindings/mips/brcm/
2569 F: arch/mips/bcm47xx/*
2570 F: arch/mips/include/asm/mach-bcm47xx/*
2571
2572 BROADCOM BCM5301X ARM ARCHITECTURE
2573 M: Hauke Mehrtens <hauke@hauke-m.de>
2574 M: Rafał Miłecki <zajec5@gmail.com>
2575 M: bcm-kernel-feedback-list@broadcom.com
2576 L: linux-arm-kernel@lists.infradead.org
2577 S: Maintained
2578 F: arch/arm/mach-bcm/bcm_5301x.c
2579 F: arch/arm/boot/dts/bcm5301x*.dtsi
2580 F: arch/arm/boot/dts/bcm470*
2581
2582 BROADCOM BCM63XX ARM ARCHITECTURE
2583 M: Florian Fainelli <f.fainelli@gmail.com>
2584 M: bcm-kernel-feedback-list@broadcom.com
2585 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2586 T: git git://github.com/broadcom/stblinux.git
2587 S: Maintained
2588 N: bcm63xx
2589
2590 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2591 M: Kevin Cernekee <cernekee@gmail.com>
2592 L: linux-usb@vger.kernel.org
2593 S: Maintained
2594 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2595
2596 BROADCOM BCM7XXX ARM ARCHITECTURE
2597 M: Brian Norris <computersforpeace@gmail.com>
2598 M: Gregory Fong <gregory.0xf0@gmail.com>
2599 M: Florian Fainelli <f.fainelli@gmail.com>
2600 M: bcm-kernel-feedback-list@broadcom.com
2601 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2602 T: git git://github.com/broadcom/stblinux.git
2603 S: Maintained
2604 F: arch/arm/mach-bcm/*brcmstb*
2605 F: arch/arm/boot/dts/bcm7*.dts*
2606 F: drivers/bus/brcmstb_gisb.c
2607 N: brcmstb
2608
2609 BROADCOM BMIPS MIPS ARCHITECTURE
2610 M: Kevin Cernekee <cernekee@gmail.com>
2611 M: Florian Fainelli <f.fainelli@gmail.com>
2612 L: linux-mips@linux-mips.org
2613 T: git git://github.com/broadcom/stblinux.git
2614 S: Maintained
2615 F: arch/mips/bmips/*
2616 F: arch/mips/include/asm/mach-bmips/*
2617 F: arch/mips/kernel/*bmips*
2618 F: arch/mips/boot/dts/brcm/bcm*.dts*
2619 F: drivers/irqchip/irq-bcm63*
2620 F: drivers/irqchip/irq-bcm7*
2621 F: drivers/irqchip/irq-brcmstb*
2622 F: include/linux/bcm963xx_nvram.h
2623 F: include/linux/bcm963xx_tag.h
2624
2625 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2626 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2627 M: Prashant Sreedharan <prashant@broadcom.com>
2628 M: Michael Chan <mchan@broadcom.com>
2629 L: netdev@vger.kernel.org
2630 S: Supported
2631 F: drivers/net/ethernet/broadcom/tg3.*
2632
2633 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2634 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2635 M: Franky Lin <franky.lin@broadcom.com>
2636 M: Hante Meuleman <hante.meuleman@broadcom.com>
2637 L: linux-wireless@vger.kernel.org
2638 L: brcm80211-dev-list.pdl@broadcom.com
2639 S: Supported
2640 F: drivers/net/wireless/broadcom/brcm80211/
2641
2642 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2643 M: QLogic-Storage-Upstream@qlogic.com
2644 L: linux-scsi@vger.kernel.org
2645 S: Supported
2646 F: drivers/scsi/bnx2fc/
2647
2648 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2649 M: QLogic-Storage-Upstream@qlogic.com
2650 L: linux-scsi@vger.kernel.org
2651 S: Supported
2652 F: drivers/scsi/bnx2i/
2653
2654 BROADCOM IPROC ARM ARCHITECTURE
2655 M: Ray Jui <rjui@broadcom.com>
2656 M: Scott Branden <sbranden@broadcom.com>
2657 M: Jon Mason <jonmason@broadcom.com>
2658 M: bcm-kernel-feedback-list@broadcom.com
2659 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2660 T: git git://github.com/broadcom/cygnus-linux.git
2661 S: Maintained
2662 N: iproc
2663 N: cygnus
2664 N: bcm[-_]nsp
2665 N: bcm9113*
2666 N: bcm9583*
2667 N: bcm9585*
2668 N: bcm9586*
2669 N: bcm988312
2670 N: bcm113*
2671 N: bcm583*
2672 N: bcm585*
2673 N: bcm586*
2674 N: bcm88312
2675 F: arch/arm64/boot/dts/broadcom/ns2*
2676 F: drivers/clk/bcm/clk-ns*
2677 F: drivers/pinctrl/bcm/pinctrl-ns*
2678
2679 BROADCOM BRCMSTB GPIO DRIVER
2680 M: Gregory Fong <gregory.0xf0@gmail.com>
2681 L: bcm-kernel-feedback-list@broadcom.com
2682 S: Supported
2683 F: drivers/gpio/gpio-brcmstb.c
2684 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2685
2686 BROADCOM KONA GPIO DRIVER
2687 M: Ray Jui <rjui@broadcom.com>
2688 L: bcm-kernel-feedback-list@broadcom.com
2689 S: Supported
2690 F: drivers/gpio/gpio-bcm-kona.c
2691 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2692
2693 BROADCOM NVRAM DRIVER
2694 M: Rafał Miłecki <zajec5@gmail.com>
2695 L: linux-mips@linux-mips.org
2696 S: Maintained
2697 F: drivers/firmware/broadcom/*
2698
2699 BROADCOM STB NAND FLASH DRIVER
2700 M: Brian Norris <computersforpeace@gmail.com>
2701 M: Kamal Dasu <kdasu.kdev@gmail.com>
2702 L: linux-mtd@lists.infradead.org
2703 L: bcm-kernel-feedback-list@broadcom.com
2704 S: Maintained
2705 F: drivers/mtd/nand/brcmnand/
2706
2707 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2708 M: Rafał Miłecki <zajec5@gmail.com>
2709 L: linux-wireless@vger.kernel.org
2710 S: Maintained
2711 F: drivers/bcma/
2712 F: include/linux/bcma/
2713
2714 BROADCOM SYSTEMPORT ETHERNET DRIVER
2715 M: Florian Fainelli <f.fainelli@gmail.com>
2716 L: netdev@vger.kernel.org
2717 S: Supported
2718 F: drivers/net/ethernet/broadcom/bcmsysport.*
2719
2720 BROADCOM VULCAN ARM64 SOC
2721 M: Jayachandran C. <jchandra@broadcom.com>
2722 M: bcm-kernel-feedback-list@broadcom.com
2723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2724 S: Maintained
2725 F: arch/arm64/boot/dts/broadcom/vulcan*
2726
2727 BROCADE BFA FC SCSI DRIVER
2728 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2729 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2730 L: linux-scsi@vger.kernel.org
2731 S: Supported
2732 F: drivers/scsi/bfa/
2733
2734 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2735 M: Rasesh Mody <rasesh.mody@qlogic.com>
2736 L: netdev@vger.kernel.org
2737 S: Supported
2738 F: drivers/net/ethernet/brocade/bna/
2739
2740 BSG (block layer generic sg v4 driver)
2741 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2742 L: linux-scsi@vger.kernel.org
2743 S: Supported
2744 F: block/bsg.c
2745 F: include/linux/bsg.h
2746 F: include/uapi/linux/bsg.h
2747
2748 BT87X AUDIO DRIVER
2749 M: Clemens Ladisch <clemens@ladisch.de>
2750 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2751 T: git git://git.alsa-project.org/alsa-kernel.git
2752 S: Maintained
2753 F: Documentation/sound/alsa/Bt87x.txt
2754 F: sound/pci/bt87x.c
2755
2756 BT8XXGPIO DRIVER
2757 M: Michael Buesch <m@bues.ch>
2758 W: http://bu3sch.de/btgpio.php
2759 S: Maintained
2760 F: drivers/gpio/gpio-bt8xx.c
2761
2762 BTRFS FILE SYSTEM
2763 M: Chris Mason <clm@fb.com>
2764 M: Josef Bacik <jbacik@fb.com>
2765 M: David Sterba <dsterba@suse.com>
2766 L: linux-btrfs@vger.kernel.org
2767 W: http://btrfs.wiki.kernel.org/
2768 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2770 S: Maintained
2771 F: Documentation/filesystems/btrfs.txt
2772 F: fs/btrfs/
2773
2774 BTTV VIDEO4LINUX DRIVER
2775 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2776 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2777 L: linux-media@vger.kernel.org
2778 W: https://linuxtv.org
2779 T: git git://linuxtv.org/media_tree.git
2780 S: Odd fixes
2781 F: Documentation/video4linux/bttv/
2782 F: drivers/media/pci/bt8xx/bttv*
2783
2784 BUSLOGIC SCSI DRIVER
2785 M: Khalid Aziz <khalid@gonehiking.org>
2786 L: linux-scsi@vger.kernel.org
2787 S: Maintained
2788 F: drivers/scsi/BusLogic.*
2789 F: drivers/scsi/FlashPoint.*
2790
2791 C-MEDIA CMI8788 DRIVER
2792 M: Clemens Ladisch <clemens@ladisch.de>
2793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2794 T: git git://git.alsa-project.org/alsa-kernel.git
2795 S: Maintained
2796 F: sound/pci/oxygen/
2797
2798 C6X ARCHITECTURE
2799 M: Mark Salter <msalter@redhat.com>
2800 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2801 L: linux-c6x-dev@linux-c6x.org
2802 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2803 S: Maintained
2804 F: arch/c6x/
2805
2806 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2807 M: David Howells <dhowells@redhat.com>
2808 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2809 S: Supported
2810 F: Documentation/filesystems/caching/cachefiles.txt
2811 F: fs/cachefiles/
2812
2813 CADET FM/AM RADIO RECEIVER DRIVER
2814 M: Hans Verkuil <hverkuil@xs4all.nl>
2815 L: linux-media@vger.kernel.org
2816 T: git git://linuxtv.org/media_tree.git
2817 W: https://linuxtv.org
2818 S: Maintained
2819 F: drivers/media/radio/radio-cadet*
2820
2821 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2822 M: Jonathan Corbet <corbet@lwn.net>
2823 L: linux-media@vger.kernel.org
2824 T: git git://linuxtv.org/media_tree.git
2825 S: Maintained
2826 F: Documentation/video4linux/cafe_ccic
2827 F: drivers/media/platform/marvell-ccic/
2828
2829 CAIF NETWORK LAYER
2830 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2831 L: netdev@vger.kernel.org
2832 S: Supported
2833 F: Documentation/networking/caif/
2834 F: drivers/net/caif/
2835 F: include/uapi/linux/caif/
2836 F: include/net/caif/
2837 F: net/caif/
2838
2839 CALGARY x86-64 IOMMU
2840 M: Muli Ben-Yehuda <mulix@mulix.org>
2841 M: Jon Mason <jdmason@kudzu.us>
2842 L: iommu@lists.linux-foundation.org
2843 S: Maintained
2844 F: arch/x86/kernel/pci-calgary_64.c
2845 F: arch/x86/kernel/tce_64.c
2846 F: arch/x86/include/asm/calgary.h
2847 F: arch/x86/include/asm/tce.h
2848
2849 CAN NETWORK LAYER
2850 M: Oliver Hartkopp <socketcan@hartkopp.net>
2851 M: Marc Kleine-Budde <mkl@pengutronix.de>
2852 L: linux-can@vger.kernel.org
2853 W: https://github.com/linux-can
2854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2856 S: Maintained
2857 F: Documentation/networking/can.txt
2858 F: net/can/
2859 F: include/linux/can/core.h
2860 F: include/uapi/linux/can.h
2861 F: include/uapi/linux/can/bcm.h
2862 F: include/uapi/linux/can/raw.h
2863 F: include/uapi/linux/can/gw.h
2864
2865 CAN NETWORK DRIVERS
2866 M: Wolfgang Grandegger <wg@grandegger.com>
2867 M: Marc Kleine-Budde <mkl@pengutronix.de>
2868 L: linux-can@vger.kernel.org
2869 W: https://github.com/linux-can
2870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2872 S: Maintained
2873 F: Documentation/devicetree/bindings/net/can/
2874 F: drivers/net/can/
2875 F: include/linux/can/dev.h
2876 F: include/linux/can/platform/
2877 F: include/uapi/linux/can/error.h
2878 F: include/uapi/linux/can/netlink.h
2879
2880 CAPABILITIES
2881 M: Serge Hallyn <serge@hallyn.com>
2882 L: linux-security-module@vger.kernel.org
2883 S: Supported
2884 F: include/linux/capability.h
2885 F: include/uapi/linux/capability.h
2886 F: security/commoncap.c
2887 F: kernel/capability.c
2888
2889 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2890 M: Kevin Tsai <ktsai@capellamicro.com>
2891 S: Maintained
2892 F: drivers/iio/light/cm*
2893 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2894
2895 CAVIUM I2C DRIVER
2896 M: Jan Glauber <jglauber@cavium.com>
2897 M: David Daney <david.daney@cavium.com>
2898 W: http://www.cavium.com
2899 S: Supported
2900 F: drivers/i2c/busses/i2c-octeon*
2901 F: drivers/i2c/busses/i2c-thunderx*
2902
2903 CAVIUM LIQUIDIO NETWORK DRIVER
2904 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2905 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2906 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2907 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2908 L: netdev@vger.kernel.org
2909 W: http://www.cavium.com
2910 S: Supported
2911 F: drivers/net/ethernet/cavium/liquidio/
2912
2913 CC2520 IEEE-802.15.4 RADIO DRIVER
2914 M: Varka Bhadram <varkabhadram@gmail.com>
2915 L: linux-wpan@vger.kernel.org
2916 S: Maintained
2917 F: drivers/net/ieee802154/cc2520.c
2918 F: include/linux/spi/cc2520.h
2919 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2920
2921 CEC DRIVER
2922 M: Hans Verkuil <hans.verkuil@cisco.com>
2923 L: linux-media@vger.kernel.org
2924 T: git git://linuxtv.org/media_tree.git
2925 W: http://linuxtv.org
2926 S: Supported
2927 F: Documentation/cec.txt
2928 F: Documentation/DocBook/media/v4l/cec*
2929 F: drivers/staging/media/cec/
2930 F: drivers/media/cec-edid.c
2931 F: drivers/media/rc/keymaps/rc-cec.c
2932 F: include/media/cec.h
2933 F: include/media/cec-edid.h
2934 F: include/linux/cec.h
2935 F: include/linux/cec-funcs.h
2936
2937 CELL BROADBAND ENGINE ARCHITECTURE
2938 M: Arnd Bergmann <arnd@arndb.de>
2939 L: linuxppc-dev@lists.ozlabs.org
2940 W: http://www.ibm.com/developerworks/power/cell/
2941 S: Supported
2942 F: arch/powerpc/include/asm/cell*.h
2943 F: arch/powerpc/include/asm/spu*.h
2944 F: arch/powerpc/include/uapi/asm/spu*.h
2945 F: arch/powerpc/oprofile/*cell*
2946 F: arch/powerpc/platforms/cell/
2947
2948 CEPH COMMON CODE (LIBCEPH)
2949 M: Ilya Dryomov <idryomov@gmail.com>
2950 M: "Yan, Zheng" <zyan@redhat.com>
2951 M: Sage Weil <sage@redhat.com>
2952 L: ceph-devel@vger.kernel.org
2953 W: http://ceph.com/
2954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2955 T: git git://github.com/ceph/ceph-client.git
2956 S: Supported
2957 F: net/ceph/
2958 F: include/linux/ceph/
2959 F: include/linux/crush/
2960
2961 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2962 M: "Yan, Zheng" <zyan@redhat.com>
2963 M: Sage Weil <sage@redhat.com>
2964 M: Ilya Dryomov <idryomov@gmail.com>
2965 L: ceph-devel@vger.kernel.org
2966 W: http://ceph.com/
2967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2968 T: git git://github.com/ceph/ceph-client.git
2969 S: Supported
2970 F: Documentation/filesystems/ceph.txt
2971 F: fs/ceph/
2972
2973 CERTIFICATE HANDLING:
2974 M: David Howells <dhowells@redhat.com>
2975 M: David Woodhouse <dwmw2@infradead.org>
2976 L: keyrings@vger.kernel.org
2977 S: Maintained
2978 F: Documentation/module-signing.txt
2979 F: certs/
2980 F: scripts/sign-file.c
2981 F: scripts/extract-cert.c
2982
2983 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2984 L: linux-usb@vger.kernel.org
2985 S: Orphan
2986 F: Documentation/usb/WUSB-Design-overview.txt
2987 F: Documentation/usb/wusb-cbaf
2988 F: drivers/usb/host/hwa-hc.c
2989 F: drivers/usb/host/whci/
2990 F: drivers/usb/wusbcore/
2991 F: include/linux/usb/wusb*
2992
2993 CFAG12864B LCD DRIVER
2994 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2995 W: http://miguelojeda.es/auxdisplay.htm
2996 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2997 S: Maintained
2998 F: drivers/auxdisplay/cfag12864b.c
2999 F: include/linux/cfag12864b.h
3000
3001 CFAG12864BFB LCD FRAMEBUFFER 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/cfag12864bfb.c
3007 F: include/linux/cfag12864b.h
3008
3009 CFG80211 and NL80211
3010 M: Johannes Berg <johannes@sipsolutions.net>
3011 L: linux-wireless@vger.kernel.org
3012 W: http://wireless.kernel.org/
3013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3015 S: Maintained
3016 F: include/uapi/linux/nl80211.h
3017 F: include/net/cfg80211.h
3018 F: net/wireless/*
3019 X: net/wireless/wext*
3020
3021 CHAR and MISC DRIVERS
3022 M: Arnd Bergmann <arnd@arndb.de>
3023 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3025 S: Supported
3026 F: drivers/char/*
3027 F: drivers/misc/*
3028 F: include/linux/miscdevice.h
3029
3030 CHECKPATCH
3031 M: Andy Whitcroft <apw@canonical.com>
3032 M: Joe Perches <joe@perches.com>
3033 S: Maintained
3034 F: scripts/checkpatch.pl
3035
3036 CHINESE DOCUMENTATION
3037 M: Harry Wei <harryxiyou@gmail.com>
3038 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3039 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3040 S: Maintained
3041 F: Documentation/zh_CN/
3042
3043 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3044 M: Peter Chen <Peter.Chen@nxp.com>
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3046 L: linux-usb@vger.kernel.org
3047 S: Maintained
3048 F: drivers/usb/chipidea/
3049
3050 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3051 M: Hans de Goede <hdegoede@redhat.com>
3052 L: linux-input@vger.kernel.org
3053 S: Maintained
3054 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3055 F: drivers/input/touchscreen/chipone_icn8318.c
3056
3057 CHROME HARDWARE PLATFORM SUPPORT
3058 M: Olof Johansson <olof@lixom.net>
3059 S: Maintained
3060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3061 F: drivers/platform/chrome/
3062
3063 CISCO VIC ETHERNET NIC DRIVER
3064 M: Christian Benvenuti <benve@cisco.com>
3065 M: Sujith Sankar <ssujith@cisco.com>
3066 M: Govindarajulu Varadarajan <_govind@gmx.com>
3067 M: Neel Patel <neepatel@cisco.com>
3068 S: Supported
3069 F: drivers/net/ethernet/cisco/enic/
3070
3071 CISCO VIC LOW LATENCY NIC DRIVER
3072 M: Christian Benvenuti <benve@cisco.com>
3073 M: Dave Goodell <dgoodell@cisco.com>
3074 S: Supported
3075 F: drivers/infiniband/hw/usnic/
3076
3077 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3078 M: Hartley Sweeten <hsweeten@visionengravers.com>
3079 L: netdev@vger.kernel.org
3080 S: Maintained
3081 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3082
3083 CIRRUS LOGIC AUDIO CODEC DRIVERS
3084 M: Brian Austin <brian.austin@cirrus.com>
3085 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3086 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3087 S: Maintained
3088 F: sound/soc/codecs/cs*
3089
3090 CLEANCACHE API
3091 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3092 L: linux-kernel@vger.kernel.org
3093 S: Maintained
3094 F: mm/cleancache.c
3095 F: include/linux/cleancache.h
3096
3097 CLK API
3098 M: Russell King <linux@armlinux.org.uk>
3099 L: linux-clk@vger.kernel.org
3100 S: Maintained
3101 F: include/linux/clk.h
3102
3103 CLOCKSOURCE, CLOCKEVENT DRIVERS
3104 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3105 M: Thomas Gleixner <tglx@linutronix.de>
3106 L: linux-kernel@vger.kernel.org
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3108 S: Supported
3109 F: drivers/clocksource
3110
3111 CISCO FCOE HBA DRIVER
3112 M: Hiral Patel <hiralpat@cisco.com>
3113 M: Suma Ramars <sramars@cisco.com>
3114 M: Brian Uchino <buchino@cisco.com>
3115 L: linux-scsi@vger.kernel.org
3116 S: Supported
3117 F: drivers/scsi/fnic/
3118
3119 CISCO SCSI HBA DRIVER
3120 M: Narsimhulu Musini <nmusini@cisco.com>
3121 M: Sesidhar Baddela <sebaddel@cisco.com>
3122 L: linux-scsi@vger.kernel.org
3123 S: Supported
3124 F: drivers/scsi/snic/
3125
3126 CMPC ACPI DRIVER
3127 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3128 M: Daniel Oliveira Nascimento <don@syst.com.br>
3129 L: platform-driver-x86@vger.kernel.org
3130 S: Supported
3131 F: drivers/platform/x86/classmate-laptop.c
3132
3133 COBALT MEDIA DRIVER
3134 M: Hans Verkuil <hans.verkuil@cisco.com>
3135 L: linux-media@vger.kernel.org
3136 T: git git://linuxtv.org/media_tree.git
3137 W: https://linuxtv.org
3138 S: Supported
3139 F: drivers/media/pci/cobalt/
3140
3141 COCCINELLE/Semantic Patches (SmPL)
3142 M: Julia Lawall <Julia.Lawall@lip6.fr>
3143 M: Gilles Muller <Gilles.Muller@lip6.fr>
3144 M: Nicolas Palix <nicolas.palix@imag.fr>
3145 M: Michal Marek <mmarek@suse.com>
3146 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3148 W: http://coccinelle.lip6.fr/
3149 S: Supported
3150 F: Documentation/dev-tools/coccinelle.rst
3151 F: scripts/coccinelle/
3152 F: scripts/coccicheck
3153
3154 CODA FILE SYSTEM
3155 M: Jan Harkes <jaharkes@cs.cmu.edu>
3156 M: coda@cs.cmu.edu
3157 L: codalist@coda.cs.cmu.edu
3158 W: http://www.coda.cs.cmu.edu/
3159 S: Maintained
3160 F: Documentation/filesystems/coda.txt
3161 F: fs/coda/
3162 F: include/linux/coda*.h
3163 F: include/uapi/linux/coda*.h
3164
3165 CODA V4L2 MEM2MEM DRIVER
3166 M: Philipp Zabel <p.zabel@pengutronix.de>
3167 L: linux-media@vger.kernel.org
3168 S: Maintained
3169 F: Documentation/devicetree/bindings/media/coda.txt
3170 F: drivers/media/platform/coda/
3171
3172 COMMON CLK FRAMEWORK
3173 M: Michael Turquette <mturquette@baylibre.com>
3174 M: Stephen Boyd <sboyd@codeaurora.org>
3175 L: linux-clk@vger.kernel.org
3176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3177 S: Maintained
3178 F: Documentation/devicetree/bindings/clock/
3179 F: drivers/clk/
3180 X: drivers/clk/clkdev.c
3181 F: include/linux/clk-pr*
3182 F: include/linux/clk/
3183
3184 COMMON INTERNET FILE SYSTEM (CIFS)
3185 M: Steve French <sfrench@samba.org>
3186 L: linux-cifs@vger.kernel.org
3187 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3188 W: http://linux-cifs.samba.org/
3189 T: git git://git.samba.org/sfrench/cifs-2.6.git
3190 S: Supported
3191 F: Documentation/filesystems/cifs/
3192 F: fs/cifs/
3193
3194 COMPACTPCI HOTPLUG CORE
3195 M: Scott Murray <scott@spiteful.org>
3196 L: linux-pci@vger.kernel.org
3197 S: Maintained
3198 F: drivers/pci/hotplug/cpci_hotplug*
3199
3200 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3201 M: Scott Murray <scott@spiteful.org>
3202 L: linux-pci@vger.kernel.org
3203 S: Maintained
3204 F: drivers/pci/hotplug/cpcihp_zt5550.*
3205
3206 COMPACTPCI HOTPLUG GENERIC DRIVER
3207 M: Scott Murray <scott@spiteful.org>
3208 L: linux-pci@vger.kernel.org
3209 S: Maintained
3210 F: drivers/pci/hotplug/cpcihp_generic.c
3211
3212 COMPAL LAPTOP SUPPORT
3213 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3214 L: platform-driver-x86@vger.kernel.org
3215 S: Maintained
3216 F: drivers/platform/x86/compal-laptop.c
3217
3218 CONEXANT ACCESSRUNNER USB DRIVER
3219 L: accessrunner-general@lists.sourceforge.net
3220 W: http://accessrunner.sourceforge.net/
3221 S: Orphan
3222 F: drivers/usb/atm/cxacru.c
3223
3224 CONFIGFS
3225 M: Joel Becker <jlbec@evilplan.org>
3226 M: Christoph Hellwig <hch@lst.de>
3227 T: git git://git.infradead.org/users/hch/configfs.git
3228 S: Supported
3229 F: fs/configfs/
3230 F: include/linux/configfs.h
3231
3232 CONNECTOR
3233 M: Evgeniy Polyakov <zbr@ioremap.net>
3234 L: netdev@vger.kernel.org
3235 S: Maintained
3236 F: drivers/connector/
3237
3238 CONTROL GROUP (CGROUP)
3239 M: Tejun Heo <tj@kernel.org>
3240 M: Li Zefan <lizefan@huawei.com>
3241 M: Johannes Weiner <hannes@cmpxchg.org>
3242 L: cgroups@vger.kernel.org
3243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3244 S: Maintained
3245 F: Documentation/cgroup*
3246 F: include/linux/cgroup*
3247 F: kernel/cgroup*
3248
3249 CONTROL GROUP - CPUSET
3250 M: Li Zefan <lizefan@huawei.com>
3251 L: cgroups@vger.kernel.org
3252 W: http://www.bullopensource.org/cpuset/
3253 W: http://oss.sgi.com/projects/cpusets/
3254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3255 S: Maintained
3256 F: Documentation/cgroup-v1/cpusets.txt
3257 F: include/linux/cpuset.h
3258 F: kernel/cpuset.c
3259
3260 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3261 M: Johannes Weiner <hannes@cmpxchg.org>
3262 M: Michal Hocko <mhocko@kernel.org>
3263 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3264 L: cgroups@vger.kernel.org
3265 L: linux-mm@kvack.org
3266 S: Maintained
3267 F: mm/memcontrol.c
3268 F: mm/swap_cgroup.c
3269
3270 CORETEMP HARDWARE MONITORING DRIVER
3271 M: Fenghua Yu <fenghua.yu@intel.com>
3272 L: linux-hwmon@vger.kernel.org
3273 S: Maintained
3274 F: Documentation/hwmon/coretemp
3275 F: drivers/hwmon/coretemp.c
3276
3277 COSA/SRP SYNC SERIAL DRIVER
3278 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3279 W: http://www.fi.muni.cz/~kas/cosa/
3280 S: Maintained
3281 F: drivers/net/wan/cosa*
3282
3283 CPMAC ETHERNET DRIVER
3284 M: Florian Fainelli <f.fainelli@gmail.com>
3285 L: netdev@vger.kernel.org
3286 S: Maintained
3287 F: drivers/net/ethernet/ti/cpmac.c
3288
3289 CPU FREQUENCY DRIVERS
3290 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3291 M: Viresh Kumar <viresh.kumar@linaro.org>
3292 L: linux-pm@vger.kernel.org
3293 S: Maintained
3294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3295 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3296 F: drivers/cpufreq/
3297 F: include/linux/cpufreq.h
3298
3299 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3300 M: Viresh Kumar <viresh.kumar@linaro.org>
3301 M: Sudeep Holla <sudeep.holla@arm.com>
3302 L: linux-pm@vger.kernel.org
3303 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3304 S: Maintained
3305 F: drivers/cpufreq/arm_big_little.h
3306 F: drivers/cpufreq/arm_big_little.c
3307 F: drivers/cpufreq/arm_big_little_dt.c
3308
3309 CPUIDLE DRIVER - ARM BIG LITTLE
3310 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3311 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3312 L: linux-pm@vger.kernel.org
3313 L: linux-arm-kernel@lists.infradead.org
3314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3315 S: Maintained
3316 F: drivers/cpuidle/cpuidle-big_little.c
3317
3318 CPUIDLE DRIVER - ARM EXYNOS
3319 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3320 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3321 M: Kukjin Kim <kgene@kernel.org>
3322 L: linux-pm@vger.kernel.org
3323 L: linux-samsung-soc@vger.kernel.org
3324 S: Supported
3325 F: drivers/cpuidle/cpuidle-exynos.c
3326 F: arch/arm/mach-exynos/pm.c
3327
3328 CPUIDLE DRIVERS
3329 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3330 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3331 L: linux-pm@vger.kernel.org
3332 S: Maintained
3333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3334 F: drivers/cpuidle/*
3335 F: include/linux/cpuidle.h
3336
3337 CPUID/MSR DRIVER
3338 M: "H. Peter Anvin" <hpa@zytor.com>
3339 S: Maintained
3340 F: arch/x86/kernel/cpuid.c
3341 F: arch/x86/kernel/msr.c
3342
3343 CPU POWER MONITORING SUBSYSTEM
3344 M: Thomas Renninger <trenn@suse.com>
3345 L: linux-pm@vger.kernel.org
3346 S: Maintained
3347 F: tools/power/cpupower/
3348
3349 CRAMFS FILESYSTEM
3350 W: http://sourceforge.net/projects/cramfs/
3351 S: Orphan / Obsolete
3352 F: Documentation/filesystems/cramfs.txt
3353 F: fs/cramfs/
3354
3355 CRIS PORT
3356 M: Mikael Starvik <starvik@axis.com>
3357 M: Jesper Nilsson <jesper.nilsson@axis.com>
3358 L: linux-cris-kernel@axis.com
3359 W: http://developer.axis.com
3360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3361 S: Maintained
3362 F: arch/cris/
3363 F: drivers/tty/serial/crisv10.*
3364
3365 CRYPTO API
3366 M: Herbert Xu <herbert@gondor.apana.org.au>
3367 M: "David S. Miller" <davem@davemloft.net>
3368 L: linux-crypto@vger.kernel.org
3369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3371 S: Maintained
3372 F: Documentation/crypto/
3373 F: Documentation/devicetree/bindings/crypto/
3374 F: Documentation/DocBook/crypto-API.tmpl
3375 F: arch/*/crypto/
3376 F: crypto/
3377 F: drivers/crypto/
3378 F: include/crypto/
3379
3380 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3381 M: Neil Horman <nhorman@tuxdriver.com>
3382 L: linux-crypto@vger.kernel.org
3383 S: Maintained
3384 F: crypto/ansi_cprng.c
3385 F: crypto/rng.c
3386
3387 CS3308 MEDIA DRIVER
3388 M: Hans Verkuil <hverkuil@xs4all.nl>
3389 L: linux-media@vger.kernel.org
3390 T: git git://linuxtv.org/media_tree.git
3391 W: http://linuxtv.org
3392 S: Odd Fixes
3393 F: drivers/media/i2c/cs3308.c
3394 F: drivers/media/i2c/cs3308.h
3395
3396 CS5535 Audio ALSA driver
3397 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3398 S: Maintained
3399 F: sound/pci/cs5535audio/
3400
3401 CW1200 WLAN driver
3402 M: Solomon Peachy <pizza@shaftnet.org>
3403 S: Maintained
3404 F: drivers/net/wireless/st/cw1200/
3405
3406 CX18 VIDEO4LINUX DRIVER
3407 M: Andy Walls <awalls@md.metrocast.net>
3408 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3409 L: linux-media@vger.kernel.org
3410 T: git git://linuxtv.org/media_tree.git
3411 W: https://linuxtv.org
3412 W: http://www.ivtvdriver.org/index.php/Cx18
3413 S: Maintained
3414 F: Documentation/video4linux/cx18.txt
3415 F: drivers/media/pci/cx18/
3416 F: include/uapi/linux/ivtv*
3417
3418 CX2341X MPEG ENCODER HELPER MODULE
3419 M: Hans Verkuil <hverkuil@xs4all.nl>
3420 L: linux-media@vger.kernel.org
3421 T: git git://linuxtv.org/media_tree.git
3422 W: https://linuxtv.org
3423 S: Maintained
3424 F: drivers/media/common/cx2341x*
3425 F: include/media/cx2341x*
3426
3427 CX24120 MEDIA DRIVER
3428 M: Jemma Denson <jdenson@gmail.com>
3429 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3430 L: linux-media@vger.kernel.org
3431 W: https://linuxtv.org
3432 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3433 S: Maintained
3434 F: drivers/media/dvb-frontends/cx24120*
3435
3436 CX88 VIDEO4LINUX DRIVER
3437 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3438 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3439 L: linux-media@vger.kernel.org
3440 W: https://linuxtv.org
3441 T: git git://linuxtv.org/media_tree.git
3442 S: Odd fixes
3443 F: Documentation/video4linux/cx88/
3444 F: drivers/media/pci/cx88/
3445
3446 CXD2820R MEDIA DRIVER
3447 M: Antti Palosaari <crope@iki.fi>
3448 L: linux-media@vger.kernel.org
3449 W: https://linuxtv.org
3450 W: http://palosaari.fi/linux/
3451 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3452 T: git git://linuxtv.org/anttip/media_tree.git
3453 S: Maintained
3454 F: drivers/media/dvb-frontends/cxd2820r*
3455
3456 CXGB3 ETHERNET DRIVER (CXGB3)
3457 M: Santosh Raspatur <santosh@chelsio.com>
3458 L: netdev@vger.kernel.org
3459 W: http://www.chelsio.com
3460 S: Supported
3461 F: drivers/net/ethernet/chelsio/cxgb3/
3462
3463 CXGB3 ISCSI DRIVER (CXGB3I)
3464 M: Karen Xie <kxie@chelsio.com>
3465 L: linux-scsi@vger.kernel.org
3466 W: http://www.chelsio.com
3467 S: Supported
3468 F: drivers/scsi/cxgbi/cxgb3i
3469
3470 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3471 M: Steve Wise <swise@chelsio.com>
3472 L: linux-rdma@vger.kernel.org
3473 W: http://www.openfabrics.org
3474 S: Supported
3475 F: drivers/infiniband/hw/cxgb3/
3476
3477 CXGB4 ETHERNET DRIVER (CXGB4)
3478 M: Hariprasad S <hariprasad@chelsio.com>
3479 L: netdev@vger.kernel.org
3480 W: http://www.chelsio.com
3481 S: Supported
3482 F: drivers/net/ethernet/chelsio/cxgb4/
3483
3484 CXGB4 ISCSI DRIVER (CXGB4I)
3485 M: Karen Xie <kxie@chelsio.com>
3486 L: linux-scsi@vger.kernel.org
3487 W: http://www.chelsio.com
3488 S: Supported
3489 F: drivers/scsi/cxgbi/cxgb4i
3490
3491 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3492 M: Steve Wise <swise@chelsio.com>
3493 L: linux-rdma@vger.kernel.org
3494 W: http://www.openfabrics.org
3495 S: Supported
3496 F: drivers/infiniband/hw/cxgb4/
3497
3498 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3499 M: Casey Leedom <leedom@chelsio.com>
3500 L: netdev@vger.kernel.org
3501 W: http://www.chelsio.com
3502 S: Supported
3503 F: drivers/net/ethernet/chelsio/cxgb4vf/
3504
3505 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3506 M: Ian Munsie <imunsie@au1.ibm.com>
3507 M: Michael Neuling <mikey@neuling.org>
3508 L: linuxppc-dev@lists.ozlabs.org
3509 S: Supported
3510 F: drivers/misc/cxl/
3511 F: include/misc/cxl*
3512 F: include/uapi/misc/cxl.h
3513 F: Documentation/powerpc/cxl.txt
3514 F: Documentation/powerpc/cxl.txt
3515 F: Documentation/ABI/testing/sysfs-class-cxl
3516
3517 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3518 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3519 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3520 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3521 L: linux-scsi@vger.kernel.org
3522 S: Supported
3523 F: drivers/scsi/cxlflash/
3524 F: include/uapi/scsi/cxlflash_ioctls.h
3525 F: Documentation/powerpc/cxlflash.txt
3526
3527 STMMAC ETHERNET DRIVER
3528 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3529 M: Alexandre Torgue <alexandre.torgue@st.com>
3530 L: netdev@vger.kernel.org
3531 W: http://www.stlinux.com
3532 S: Supported
3533 F: drivers/net/ethernet/stmicro/stmmac/
3534
3535 CYBERPRO FB DRIVER
3536 M: Russell King <linux@armlinux.org.uk>
3537 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3538 W: http://www.armlinux.org.uk/
3539 S: Maintained
3540 F: drivers/video/fbdev/cyber2000fb.*
3541
3542 CYCLADES ASYNC MUX DRIVER
3543 W: http://www.cyclades.com/
3544 S: Orphan
3545 F: drivers/tty/cyclades.c
3546 F: include/linux/cyclades.h
3547 F: include/uapi/linux/cyclades.h
3548
3549 CYCLADES PC300 DRIVER
3550 W: http://www.cyclades.com/
3551 S: Orphan
3552 F: drivers/net/wan/pc300*
3553
3554 CYPRESS_FIRMWARE MEDIA DRIVER
3555 M: Antti Palosaari <crope@iki.fi>
3556 L: linux-media@vger.kernel.org
3557 W: https://linuxtv.org
3558 W: http://palosaari.fi/linux/
3559 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3560 T: git git://linuxtv.org/anttip/media_tree.git
3561 S: Maintained
3562 F: drivers/media/common/cypress_firmware*
3563
3564 CYTTSP TOUCHSCREEN DRIVER
3565 M: Ferruh Yigit <fery@cypress.com>
3566 L: linux-input@vger.kernel.org
3567 S: Supported
3568 F: drivers/input/touchscreen/cyttsp*
3569 F: include/linux/input/cyttsp.h
3570
3571 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3572 M: Joshua Kinard <kumba@gentoo.org>
3573 S: Maintained
3574 F: drivers/rtc/rtc-ds1685.c
3575 F: include/linux/rtc/ds1685.h
3576
3577 DAMA SLAVE for AX.25
3578 M: Joerg Reuter <jreuter@yaina.de>
3579 W: http://yaina.de/jreuter/
3580 W: http://www.qsl.net/dl1bke/
3581 L: linux-hams@vger.kernel.org
3582 S: Maintained
3583 F: net/ax25/af_ax25.c
3584 F: net/ax25/ax25_dev.c
3585 F: net/ax25/ax25_ds_*
3586 F: net/ax25/ax25_in.c
3587 F: net/ax25/ax25_out.c
3588 F: net/ax25/ax25_timer.c
3589 F: net/ax25/sysctl_net_ax25.c
3590
3591 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3592 L: netdev@vger.kernel.org
3593 S: Orphan
3594 F: Documentation/networking/dmfe.txt
3595 F: drivers/net/ethernet/dec/tulip/dmfe.c
3596
3597 DC390/AM53C974 SCSI driver
3598 M: Hannes Reinecke <hare@suse.com>
3599 L: linux-scsi@vger.kernel.org
3600 S: Maintained
3601 F: drivers/scsi/am53c974.c
3602
3603 DC395x SCSI driver
3604 M: Oliver Neukum <oliver@neukum.org>
3605 M: Ali Akcaagac <aliakc@web.de>
3606 M: Jamie Lenehan <lenehan@twibble.org>
3607 L: dc395x@twibble.org
3608 W: http://twibble.org/dist/dc395x/
3609 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3610 S: Maintained
3611 F: Documentation/scsi/dc395x.txt
3612 F: drivers/scsi/dc395x.*
3613
3614 DCCP PROTOCOL
3615 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3616 L: dccp@vger.kernel.org
3617 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3618 S: Maintained
3619 F: include/linux/dccp.h
3620 F: include/uapi/linux/dccp.h
3621 F: include/linux/tfrc.h
3622 F: net/dccp/
3623
3624 DECnet NETWORK LAYER
3625 W: http://linux-decnet.sourceforge.net
3626 L: linux-decnet-user@lists.sourceforge.net
3627 S: Orphan
3628 F: Documentation/networking/decnet.txt
3629 F: net/decnet/
3630
3631 DECSTATION PLATFORM SUPPORT
3632 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3633 L: linux-mips@linux-mips.org
3634 W: http://www.linux-mips.org/wiki/DECstation
3635 S: Maintained
3636 F: arch/mips/dec/
3637 F: arch/mips/include/asm/dec/
3638 F: arch/mips/include/asm/mach-dec/
3639
3640 DEFXX FDDI NETWORK DRIVER
3641 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3642 S: Maintained
3643 F: drivers/net/fddi/defxx.*
3644
3645 DELL LAPTOP DRIVER
3646 M: Matthew Garrett <mjg59@srcf.ucam.org>
3647 M: Pali Rohár <pali.rohar@gmail.com>
3648 L: platform-driver-x86@vger.kernel.org
3649 S: Maintained
3650 F: drivers/platform/x86/dell-laptop.c
3651
3652 DELL LAPTOP RBTN DRIVER
3653 M: Pali Rohár <pali.rohar@gmail.com>
3654 S: Maintained
3655 F: drivers/platform/x86/dell-rbtn.*
3656
3657 DELL LAPTOP FREEFALL DRIVER
3658 M: Pali Rohár <pali.rohar@gmail.com>
3659 S: Maintained
3660 F: drivers/platform/x86/dell-smo8800.c
3661
3662 DELL LAPTOP SMM DRIVER
3663 M: Pali Rohár <pali.rohar@gmail.com>
3664 S: Maintained
3665 F: drivers/hwmon/dell-smm-hwmon.c
3666 F: include/uapi/linux/i8k.h
3667
3668 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3669 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3670 S: Maintained
3671 F: Documentation/dcdbas.txt
3672 F: drivers/firmware/dcdbas.*
3673
3674 DELL WMI EXTRAS DRIVER
3675 M: Matthew Garrett <mjg59@srcf.ucam.org>
3676 M: Pali Rohár <pali.rohar@gmail.com>
3677 S: Maintained
3678 F: drivers/platform/x86/dell-wmi.c
3679
3680 DESIGNWARE USB2 DRD IP DRIVER
3681 M: John Youn <johnyoun@synopsys.com>
3682 L: linux-usb@vger.kernel.org
3683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3684 S: Maintained
3685 F: drivers/usb/dwc2/
3686
3687 DESIGNWARE USB3 DRD IP DRIVER
3688 M: Felipe Balbi <balbi@kernel.org>
3689 L: linux-usb@vger.kernel.org
3690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3691 S: Maintained
3692 F: drivers/usb/dwc3/
3693
3694 DEVICE COREDUMP (DEV_COREDUMP)
3695 M: Johannes Berg <johannes@sipsolutions.net>
3696 L: linux-kernel@vger.kernel.org
3697 S: Maintained
3698 F: drivers/base/devcoredump.c
3699 F: include/linux/devcoredump.h
3700
3701 DEVICE FREQUENCY (DEVFREQ)
3702 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3703 M: Kyungmin Park <kyungmin.park@samsung.com>
3704 L: linux-pm@vger.kernel.org
3705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3706 S: Maintained
3707 F: drivers/devfreq/
3708 F: include/linux/devfreq.h
3709 F: Documentation/devicetree/bindings/devfreq/
3710
3711 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3712 M: Chanwoo Choi <cw00.choi@samsung.com>
3713 L: linux-pm@vger.kernel.org
3714 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3715 S: Supported
3716 F: drivers/devfreq/event/
3717 F: drivers/devfreq/devfreq-event.c
3718 F: include/linux/devfreq-event.h
3719 F: Documentation/devicetree/bindings/devfreq/event/
3720
3721 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3722 M: Chanwoo Choi <cw00.choi@samsung.com>
3723 L: linux-pm@vger.kernel.org
3724 L: linux-samsung-soc@vger.kernel.org
3725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3726 S: Maintained
3727 F: drivers/devfreq/exynos-bus.c
3728 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3729
3730 DEVICE NUMBER REGISTRY
3731 M: Torben Mathiasen <device@lanana.org>
3732 W: http://lanana.org/docs/device-list/index.html
3733 S: Maintained
3734
3735 DEVICE-MAPPER (LVM)
3736 M: Alasdair Kergon <agk@redhat.com>
3737 M: Mike Snitzer <snitzer@redhat.com>
3738 M: dm-devel@redhat.com
3739 L: dm-devel@redhat.com
3740 W: http://sources.redhat.com/dm
3741 Q: http://patchwork.kernel.org/project/dm-devel/list/
3742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3743 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3744 S: Maintained
3745 F: Documentation/device-mapper/
3746 F: drivers/md/dm*
3747 F: drivers/md/persistent-data/
3748 F: include/linux/device-mapper.h
3749 F: include/linux/dm-*.h
3750 F: include/uapi/linux/dm-*.h
3751
3752 DEVLINK
3753 M: Jiri Pirko <jiri@mellanox.com>
3754 L: netdev@vger.kernel.org
3755 S: Supported
3756 F: net/core/devlink.c
3757 F: include/net/devlink.h
3758 F: include/uapi/linux/devlink.h
3759
3760 DIALOG SEMICONDUCTOR DRIVERS
3761 M: Support Opensource <support.opensource@diasemi.com>
3762 W: http://www.dialog-semiconductor.com/products
3763 S: Supported
3764 F: Documentation/hwmon/da90??
3765 F: Documentation/devicetree/bindings/mfd/da90*.txt
3766 F: Documentation/devicetree/bindings/regulator/da92*.txt
3767 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3768 F: drivers/gpio/gpio-da90??.c
3769 F: drivers/hwmon/da90??-hwmon.c
3770 F: drivers/iio/adc/da91??-*.c
3771 F: drivers/input/misc/da90??_onkey.c
3772 F: drivers/input/touchscreen/da9052_tsi.c
3773 F: drivers/leds/leds-da90??.c
3774 F: drivers/mfd/da903x.c
3775 F: drivers/mfd/da90??-*.c
3776 F: drivers/mfd/da91??-*.c
3777 F: drivers/power/da9052-battery.c
3778 F: drivers/power/da91??-*.c
3779 F: drivers/regulator/da903x.c
3780 F: drivers/regulator/da9???-regulator.[ch]
3781 F: drivers/rtc/rtc-da90??.c
3782 F: drivers/video/backlight/da90??_bl.c
3783 F: drivers/watchdog/da90??_wdt.c
3784 F: include/linux/mfd/da903x.h
3785 F: include/linux/mfd/da9052/
3786 F: include/linux/mfd/da9055/
3787 F: include/linux/mfd/da9062/
3788 F: include/linux/mfd/da9063/
3789 F: include/linux/mfd/da9150/
3790 F: include/linux/regulator/da9211.h
3791 F: include/sound/da[79]*.h
3792 F: sound/soc/codecs/da[79]*.[ch]
3793
3794 DIGI NEO AND CLASSIC PCI PRODUCTS
3795 M: Lidza Louina <lidza.louina@gmail.com>
3796 M: Mark Hounschell <markh@compro.net>
3797 L: driverdev-devel@linuxdriverproject.org
3798 S: Maintained
3799 F: drivers/staging/dgnc/
3800
3801 DIOLAN U2C-12 I2C DRIVER
3802 M: Guenter Roeck <linux@roeck-us.net>
3803 L: linux-i2c@vger.kernel.org
3804 S: Maintained
3805 F: drivers/i2c/busses/i2c-diolan-u2c.c
3806
3807 DIRECT ACCESS (DAX)
3808 M: Matthew Wilcox <willy@linux.intel.com>
3809 L: linux-fsdevel@vger.kernel.org
3810 S: Supported
3811 F: fs/dax.c
3812
3813 DIRECTORY NOTIFICATION (DNOTIFY)
3814 M: Eric Paris <eparis@parisplace.org>
3815 S: Maintained
3816 F: Documentation/filesystems/dnotify.txt
3817 F: fs/notify/dnotify/
3818 F: include/linux/dnotify.h
3819
3820 DISK GEOMETRY AND PARTITION HANDLING
3821 M: Andries Brouwer <aeb@cwi.nl>
3822 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3823 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3824 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3825 S: Maintained
3826
3827 DISKQUOTA
3828 M: Jan Kara <jack@suse.com>
3829 S: Maintained
3830 F: Documentation/filesystems/quota.txt
3831 F: fs/quota/
3832 F: include/linux/quota*.h
3833 F: include/uapi/linux/quota*.h
3834
3835 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3836 M: Bernie Thompson <bernie@plugable.com>
3837 L: linux-fbdev@vger.kernel.org
3838 S: Maintained
3839 W: http://plugable.com/category/projects/udlfb/
3840 F: drivers/video/fbdev/udlfb.c
3841 F: include/video/udlfb.h
3842 F: Documentation/fb/udlfb.txt
3843
3844 DISTRIBUTED LOCK MANAGER (DLM)
3845 M: Christine Caulfield <ccaulfie@redhat.com>
3846 M: David Teigland <teigland@redhat.com>
3847 L: cluster-devel@redhat.com
3848 W: http://sources.redhat.com/cluster/
3849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3850 S: Supported
3851 F: fs/dlm/
3852
3853 DMA BUFFER SHARING FRAMEWORK
3854 M: Sumit Semwal <sumit.semwal@linaro.org>
3855 S: Maintained
3856 L: linux-media@vger.kernel.org
3857 L: dri-devel@lists.freedesktop.org
3858 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3859 F: drivers/dma-buf/
3860 F: include/linux/dma-buf*
3861 F: include/linux/reservation.h
3862 F: include/linux/*fence.h
3863 F: Documentation/dma-buf-sharing.txt
3864 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3865
3866 SYNC FILE FRAMEWORK
3867 M: Sumit Semwal <sumit.semwal@linaro.org>
3868 R: Gustavo Padovan <gustavo@padovan.org>
3869 S: Maintained
3870 L: linux-media@vger.kernel.org
3871 L: dri-devel@lists.freedesktop.org
3872 F: drivers/dma-buf/sync_file.c
3873 F: include/linux/sync_file.h
3874 F: Documentation/sync_file.txt
3875 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3876
3877 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3878 M: Vinod Koul <vinod.koul@intel.com>
3879 L: dmaengine@vger.kernel.org
3880 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3881 S: Maintained
3882 F: drivers/dma/
3883 F: include/linux/dmaengine.h
3884 F: Documentation/devicetree/bindings/dma/
3885 F: Documentation/dmaengine/
3886 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3887
3888 DME1737 HARDWARE MONITOR DRIVER
3889 M: Juerg Haefliger <juergh@gmail.com>
3890 L: linux-hwmon@vger.kernel.org
3891 S: Maintained
3892 F: Documentation/hwmon/dme1737
3893 F: drivers/hwmon/dme1737.c
3894
3895 DMI/SMBIOS SUPPORT
3896 M: Jean Delvare <jdelvare@suse.com>
3897 S: Maintained
3898 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3899 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3900 F: drivers/firmware/dmi-id.c
3901 F: drivers/firmware/dmi_scan.c
3902 F: include/linux/dmi.h
3903
3904 DOCUMENTATION
3905 M: Jonathan Corbet <corbet@lwn.net>
3906 L: linux-doc@vger.kernel.org
3907 S: Maintained
3908 F: Documentation/
3909 F: scripts/docproc.c
3910 F: scripts/kernel-doc*
3911 X: Documentation/ABI/
3912 X: Documentation/devicetree/
3913 X: Documentation/acpi
3914 X: Documentation/power
3915 X: Documentation/spi
3916 X: Documentation/DocBook/media
3917 T: git git://git.lwn.net/linux.git docs-next
3918
3919 DOUBLETALK DRIVER
3920 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3921 L: blinux-list@redhat.com
3922 S: Maintained
3923 F: drivers/char/dtlk.c
3924 F: include/linux/dtlk.h
3925
3926 DPT_I2O SCSI RAID DRIVER
3927 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3928 L: linux-scsi@vger.kernel.org
3929 W: http://www.adaptec.com/
3930 S: Maintained
3931 F: drivers/scsi/dpt*
3932 F: drivers/scsi/dpt/
3933
3934 DRBD DRIVER
3935 M: Philipp Reisner <philipp.reisner@linbit.com>
3936 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3937 L: drbd-dev@lists.linbit.com
3938 W: http://www.drbd.org
3939 T: git git://git.linbit.com/linux-drbd.git
3940 T: git git://git.linbit.com/drbd-8.4.git
3941 S: Supported
3942 F: drivers/block/drbd/
3943 F: lib/lru_cache.c
3944 F: Documentation/blockdev/drbd/
3945
3946 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3947 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3949 S: Supported
3950 F: Documentation/kobject.txt
3951 F: drivers/base/
3952 F: fs/debugfs/
3953 F: fs/kernfs/
3954 F: fs/sysfs/
3955 F: include/linux/debugfs.h
3956 F: include/linux/kobj*
3957 F: lib/kobj*
3958
3959 DRM DRIVERS
3960 M: David Airlie <airlied@linux.ie>
3961 L: dri-devel@lists.freedesktop.org
3962 T: git git://people.freedesktop.org/~airlied/linux
3963 S: Maintained
3964 F: drivers/gpu/drm/
3965 F: drivers/gpu/vga/
3966 F: Documentation/devicetree/bindings/display/
3967 F: Documentation/devicetree/bindings/gpu/
3968 F: Documentation/devicetree/bindings/video/
3969 F: Documentation/gpu/
3970 F: include/drm/
3971 F: include/uapi/drm/
3972
3973 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3974 M: Dave Airlie <airlied@redhat.com>
3975 S: Odd Fixes
3976 F: drivers/gpu/drm/ast/
3977
3978 DRM DRIVER FOR BOCHS VIRTUAL GPU
3979 M: Gerd Hoffmann <kraxel@redhat.com>
3980 S: Odd Fixes
3981 F: drivers/gpu/drm/bochs/
3982
3983 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3984 M: Dave Airlie <airlied@redhat.com>
3985 S: Odd Fixes
3986 F: drivers/gpu/drm/cirrus/
3987
3988 RADEON and AMDGPU DRM DRIVERS
3989 M: Alex Deucher <alexander.deucher@amd.com>
3990 M: Christian König <christian.koenig@amd.com>
3991 L: dri-devel@lists.freedesktop.org
3992 T: git git://people.freedesktop.org/~agd5f/linux
3993 S: Supported
3994 F: drivers/gpu/drm/radeon/
3995 F: include/uapi/drm/radeon_drm.h
3996 F: drivers/gpu/drm/amd/
3997 F: include/uapi/drm/amdgpu_drm.h
3998
3999 DRM PANEL DRIVERS
4000 M: Thierry Reding <thierry.reding@gmail.com>
4001 L: dri-devel@lists.freedesktop.org
4002 T: git git://anongit.freedesktop.org/tegra/linux.git
4003 S: Maintained
4004 F: drivers/gpu/drm/drm_panel.c
4005 F: drivers/gpu/drm/panel/
4006 F: include/drm/drm_panel.h
4007 F: Documentation/devicetree/bindings/display/panel/
4008
4009 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4010 M: Daniel Vetter <daniel.vetter@intel.com>
4011 M: Jani Nikula <jani.nikula@linux.intel.com>
4012 L: intel-gfx@lists.freedesktop.org
4013 L: dri-devel@lists.freedesktop.org
4014 W: https://01.org/linuxgraphics/
4015 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4016 T: git git://anongit.freedesktop.org/drm-intel
4017 S: Supported
4018 F: drivers/gpu/drm/i915/
4019 F: include/drm/i915*
4020 F: include/uapi/drm/i915_drm.h
4021 F: Documentation/gpu/i915.rst
4022
4023 DRM DRIVERS FOR ATMEL HLCDC
4024 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4025 L: dri-devel@lists.freedesktop.org
4026 S: Supported
4027 F: drivers/gpu/drm/atmel-hlcdc/
4028 F: Documentation/devicetree/bindings/drm/atmel/
4029
4030 DRM DRIVERS FOR ALLWINNER A10
4031 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4032 L: dri-devel@lists.freedesktop.org
4033 S: Supported
4034 F: drivers/gpu/drm/sun4i/
4035 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4036
4037 DRM DRIVERS FOR EXYNOS
4038 M: Inki Dae <inki.dae@samsung.com>
4039 M: Joonyoung Shim <jy0922.shim@samsung.com>
4040 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4041 M: Kyungmin Park <kyungmin.park@samsung.com>
4042 L: dri-devel@lists.freedesktop.org
4043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4044 S: Supported
4045 F: drivers/gpu/drm/exynos/
4046 F: include/uapi/drm/exynos_drm.h
4047 F: Documentation/devicetree/bindings/display/exynos/
4048
4049 DRM DRIVERS FOR FREESCALE DCU
4050 M: Stefan Agner <stefan@agner.ch>
4051 M: Alison Wang <alison.wang@freescale.com>
4052 L: dri-devel@lists.freedesktop.org
4053 S: Supported
4054 F: drivers/gpu/drm/fsl-dcu/
4055 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4056 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4057 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4058
4059 DRM DRIVERS FOR FREESCALE IMX
4060 M: Philipp Zabel <p.zabel@pengutronix.de>
4061 L: dri-devel@lists.freedesktop.org
4062 S: Maintained
4063 F: drivers/gpu/drm/imx/
4064 F: drivers/gpu/ipu-v3/
4065 F: Documentation/devicetree/bindings/display/imx/
4066
4067 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4068 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4069 L: dri-devel@lists.freedesktop.org
4070 T: git git://github.com/patjak/drm-gma500
4071 S: Maintained
4072 F: drivers/gpu/drm/gma500/
4073
4074 DRM DRIVERS FOR HISILICON
4075 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4076 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4077 R: Chen Feng <puck.chen@hisilicon.com>
4078 L: dri-devel@lists.freedesktop.org
4079 T: git git://github.com/xin3liang/linux.git
4080 S: Maintained
4081 F: drivers/gpu/drm/hisilicon/
4082 F: Documentation/devicetree/bindings/display/hisilicon/
4083
4084 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4085 S: Orphan / Obsolete
4086 F: drivers/gpu/drm/i810/
4087 F: include/uapi/drm/i810_drm.h
4088
4089 DRM DRIVER FOR MSM ADRENO GPU
4090 M: Rob Clark <robdclark@gmail.com>
4091 L: linux-arm-msm@vger.kernel.org
4092 L: dri-devel@lists.freedesktop.org
4093 L: freedreno@lists.freedesktop.org
4094 T: git git://people.freedesktop.org/~robclark/linux
4095 S: Maintained
4096 F: drivers/gpu/drm/msm/
4097 F: include/uapi/drm/msm_drm.h
4098 F: Documentation/devicetree/bindings/display/msm/
4099
4100 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4101 M: Ben Skeggs <bskeggs@redhat.com>
4102 L: dri-devel@lists.freedesktop.org
4103 L: nouveau@lists.freedesktop.org
4104 T: git git://github.com/skeggsb/linux
4105 S: Supported
4106 F: drivers/gpu/drm/nouveau/
4107 F: include/uapi/drm/nouveau_drm.h
4108
4109 DRM DRIVERS FOR NVIDIA TEGRA
4110 M: Thierry Reding <thierry.reding@gmail.com>
4111 L: dri-devel@lists.freedesktop.org
4112 L: linux-tegra@vger.kernel.org
4113 T: git git://anongit.freedesktop.org/tegra/linux.git
4114 S: Supported
4115 F: drivers/gpu/drm/tegra/
4116 F: drivers/gpu/host1x/
4117 F: include/linux/host1x.h
4118 F: include/uapi/drm/tegra_drm.h
4119 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4120
4121 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4122 S: Orphan / Obsolete
4123 F: drivers/gpu/drm/mga/
4124 F: include/uapi/drm/mga_drm.h
4125
4126 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4127 M: Dave Airlie <airlied@redhat.com>
4128 S: Odd Fixes
4129 F: drivers/gpu/drm/mgag200/
4130
4131 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4132 S: Orphan / Obsolete
4133 F: drivers/gpu/drm/r128/
4134 F: include/uapi/drm/r128_drm.h
4135
4136 DRM DRIVERS FOR RENESAS
4137 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4138 L: dri-devel@lists.freedesktop.org
4139 L: linux-renesas-soc@vger.kernel.org
4140 T: git git://linuxtv.org/pinchartl/fbdev
4141 S: Supported
4142 F: drivers/gpu/drm/rcar-du/
4143 F: drivers/gpu/drm/shmobile/
4144 F: include/linux/platform_data/shmob_drm.h
4145 F: Documentation/devicetree/bindings/display/renesas,du.txt
4146
4147 DRM DRIVER FOR QXL VIRTUAL GPU
4148 M: Dave Airlie <airlied@redhat.com>
4149 S: Odd Fixes
4150 F: drivers/gpu/drm/qxl/
4151 F: include/uapi/drm/qxl_drm.h
4152
4153 DRM DRIVERS FOR ROCKCHIP
4154 M: Mark Yao <mark.yao@rock-chips.com>
4155 L: dri-devel@lists.freedesktop.org
4156 S: Maintained
4157 F: drivers/gpu/drm/rockchip/
4158 F: Documentation/devicetree/bindings/display/rockchip/
4159
4160 DRM DRIVER FOR SAVAGE VIDEO CARDS
4161 S: Orphan / Obsolete
4162 F: drivers/gpu/drm/savage/
4163 F: include/uapi/drm/savage_drm.h
4164
4165 DRM DRIVER FOR SIS VIDEO CARDS
4166 S: Orphan / Obsolete
4167 F: drivers/gpu/drm/sis/
4168 F: include/uapi/drm/sis_drm.h
4169
4170 DRM DRIVERS FOR STI
4171 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4172 M: Vincent Abriou <vincent.abriou@st.com>
4173 L: dri-devel@lists.freedesktop.org
4174 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4175 S: Maintained
4176 F: drivers/gpu/drm/sti
4177 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4178
4179 DRM DRIVER FOR TDFX VIDEO CARDS
4180 S: Orphan / Obsolete
4181 F: drivers/gpu/drm/tdfx/
4182
4183 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4184 M: Dave Airlie <airlied@redhat.com>
4185 S: Odd Fixes
4186 F: drivers/gpu/drm/udl/
4187
4188 DRM DRIVERS FOR VIVANTE GPU IP
4189 M: Lucas Stach <l.stach@pengutronix.de>
4190 R: Russell King <linux+etnaviv@armlinux.org.uk>
4191 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4192 L: dri-devel@lists.freedesktop.org
4193 S: Maintained
4194 F: drivers/gpu/drm/etnaviv/
4195 F: include/uapi/drm/etnaviv_drm.h
4196 F: Documentation/devicetree/bindings/display/etnaviv/
4197
4198 DRM DRIVER FOR VMWARE VIRTUAL GPU
4199 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4200 M: Sinclair Yeh <syeh@vmware.com>
4201 M: Thomas Hellstrom <thellstrom@vmware.com>
4202 L: dri-devel@lists.freedesktop.org
4203 T: git git://people.freedesktop.org/~syeh/repos_linux
4204 T: git git://people.freedesktop.org/~thomash/linux
4205 S: Supported
4206 F: drivers/gpu/drm/vmwgfx/
4207 F: include/uapi/drm/vmwgfx_drm.h
4208
4209 DRM DRIVERS FOR VC4
4210 M: Eric Anholt <eric@anholt.net>
4211 T: git git://github.com/anholt/linux
4212 S: Supported
4213 F: drivers/gpu/drm/vc4/
4214 F: include/uapi/drm/vc4_drm.h
4215 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4216
4217 DRM DRIVERS FOR TI OMAP
4218 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4219 L: dri-devel@lists.freedesktop.org
4220 S: Maintained
4221 F: drivers/gpu/drm/omapdrm/
4222 F: Documentation/devicetree/bindings/display/ti/
4223
4224 DRM DRIVERS FOR TI LCDC
4225 M: Jyri Sarha <jsarha@ti.com>
4226 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4227 L: dri-devel@lists.freedesktop.org
4228 S: Maintained
4229 F: drivers/gpu/drm/tilcdc/
4230 F: Documentation/devicetree/bindings/display/tilcdc/
4231
4232 DSBR100 USB FM RADIO DRIVER
4233 M: Alexey Klimov <klimov.linux@gmail.com>
4234 L: linux-media@vger.kernel.org
4235 T: git git://linuxtv.org/media_tree.git
4236 S: Maintained
4237 F: drivers/media/radio/dsbr100.c
4238
4239 DSCC4 DRIVER
4240 M: Francois Romieu <romieu@fr.zoreil.com>
4241 L: netdev@vger.kernel.org
4242 S: Maintained
4243 F: drivers/net/wan/dscc4.c
4244
4245 DT3155 MEDIA DRIVER
4246 M: Hans Verkuil <hverkuil@xs4all.nl>
4247 L: linux-media@vger.kernel.org
4248 T: git git://linuxtv.org/media_tree.git
4249 W: https://linuxtv.org
4250 S: Odd Fixes
4251 F: drivers/media/pci/dt3155/
4252
4253 DVB_USB_AF9015 MEDIA DRIVER
4254 M: Antti Palosaari <crope@iki.fi>
4255 L: linux-media@vger.kernel.org
4256 W: https://linuxtv.org
4257 W: http://palosaari.fi/linux/
4258 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4259 T: git git://linuxtv.org/anttip/media_tree.git
4260 S: Maintained
4261 F: drivers/media/usb/dvb-usb-v2/af9015*
4262
4263 DVB_USB_AF9035 MEDIA DRIVER
4264 M: Antti Palosaari <crope@iki.fi>
4265 L: linux-media@vger.kernel.org
4266 W: https://linuxtv.org
4267 W: http://palosaari.fi/linux/
4268 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4269 T: git git://linuxtv.org/anttip/media_tree.git
4270 S: Maintained
4271 F: drivers/media/usb/dvb-usb-v2/af9035*
4272
4273 DVB_USB_ANYSEE MEDIA DRIVER
4274 M: Antti Palosaari <crope@iki.fi>
4275 L: linux-media@vger.kernel.org
4276 W: https://linuxtv.org
4277 W: http://palosaari.fi/linux/
4278 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4279 T: git git://linuxtv.org/anttip/media_tree.git
4280 S: Maintained
4281 F: drivers/media/usb/dvb-usb-v2/anysee*
4282
4283 DVB_USB_AU6610 MEDIA DRIVER
4284 M: Antti Palosaari <crope@iki.fi>
4285 L: linux-media@vger.kernel.org
4286 W: https://linuxtv.org
4287 W: http://palosaari.fi/linux/
4288 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4289 T: git git://linuxtv.org/anttip/media_tree.git
4290 S: Maintained
4291 F: drivers/media/usb/dvb-usb-v2/au6610*
4292
4293 DVB_USB_CE6230 MEDIA DRIVER
4294 M: Antti Palosaari <crope@iki.fi>
4295 L: linux-media@vger.kernel.org
4296 W: https://linuxtv.org
4297 W: http://palosaari.fi/linux/
4298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4299 T: git git://linuxtv.org/anttip/media_tree.git
4300 S: Maintained
4301 F: drivers/media/usb/dvb-usb-v2/ce6230*
4302
4303 DVB_USB_CXUSB MEDIA DRIVER
4304 M: Michael Krufky <mkrufky@linuxtv.org>
4305 L: linux-media@vger.kernel.org
4306 W: https://linuxtv.org
4307 W: http://github.com/mkrufky
4308 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4309 T: git git://linuxtv.org/media_tree.git
4310 S: Maintained
4311 F: drivers/media/usb/dvb-usb/cxusb*
4312
4313 DVB_USB_EC168 MEDIA DRIVER
4314 M: Antti Palosaari <crope@iki.fi>
4315 L: linux-media@vger.kernel.org
4316 W: https://linuxtv.org
4317 W: http://palosaari.fi/linux/
4318 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4319 T: git git://linuxtv.org/anttip/media_tree.git
4320 S: Maintained
4321 F: drivers/media/usb/dvb-usb-v2/ec168*
4322
4323 DVB_USB_GL861 MEDIA DRIVER
4324 M: Antti Palosaari <crope@iki.fi>
4325 L: linux-media@vger.kernel.org
4326 W: https://linuxtv.org
4327 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4328 T: git git://linuxtv.org/anttip/media_tree.git
4329 S: Maintained
4330 F: drivers/media/usb/dvb-usb-v2/gl861*
4331
4332 DVB_USB_MXL111SF MEDIA DRIVER
4333 M: Michael Krufky <mkrufky@linuxtv.org>
4334 L: linux-media@vger.kernel.org
4335 W: https://linuxtv.org
4336 W: http://github.com/mkrufky
4337 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4338 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4339 S: Maintained
4340 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4341
4342 DVB_USB_RTL28XXU MEDIA DRIVER
4343 M: Antti Palosaari <crope@iki.fi>
4344 L: linux-media@vger.kernel.org
4345 W: https://linuxtv.org
4346 W: http://palosaari.fi/linux/
4347 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4348 T: git git://linuxtv.org/anttip/media_tree.git
4349 S: Maintained
4350 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4351
4352 DVB_USB_V2 MEDIA DRIVER
4353 M: Antti Palosaari <crope@iki.fi>
4354 L: linux-media@vger.kernel.org
4355 W: https://linuxtv.org
4356 W: http://palosaari.fi/linux/
4357 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4358 T: git git://linuxtv.org/anttip/media_tree.git
4359 S: Maintained
4360 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4361 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4362
4363 DYNAMIC DEBUG
4364 M: Jason Baron <jbaron@akamai.com>
4365 S: Maintained
4366 F: lib/dynamic_debug.c
4367 F: include/linux/dynamic_debug.h
4368
4369 DZ DECSTATION DZ11 SERIAL DRIVER
4370 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4371 S: Maintained
4372 F: drivers/tty/serial/dz.*
4373
4374 E3X0 POWER BUTTON DRIVER
4375 M: Moritz Fischer <moritz.fischer@ettus.com>
4376 L: usrp-users@lists.ettus.com
4377 W: http://www.ettus.com
4378 S: Supported
4379 F: drivers/input/misc/e3x0-button.c
4380 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4381
4382 E4000 MEDIA DRIVER
4383 M: Antti Palosaari <crope@iki.fi>
4384 L: linux-media@vger.kernel.org
4385 W: https://linuxtv.org
4386 W: http://palosaari.fi/linux/
4387 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4388 T: git git://linuxtv.org/anttip/media_tree.git
4389 S: Maintained
4390 F: drivers/media/tuners/e4000*
4391
4392 EATA ISA/EISA/PCI SCSI DRIVER
4393 M: Dario Ballabio <ballabio_dario@emc.com>
4394 L: linux-scsi@vger.kernel.org
4395 S: Maintained
4396 F: drivers/scsi/eata.c
4397
4398 EC100 MEDIA DRIVER
4399 M: Antti Palosaari <crope@iki.fi>
4400 L: linux-media@vger.kernel.org
4401 W: https://linuxtv.org
4402 W: http://palosaari.fi/linux/
4403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4404 T: git git://linuxtv.org/anttip/media_tree.git
4405 S: Maintained
4406 F: drivers/media/dvb-frontends/ec100*
4407
4408 ECRYPT FILE SYSTEM
4409 M: Tyler Hicks <tyhicks@canonical.com>
4410 L: ecryptfs@vger.kernel.org
4411 W: http://ecryptfs.org
4412 W: https://launchpad.net/ecryptfs
4413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4414 S: Supported
4415 F: Documentation/filesystems/ecryptfs.txt
4416 F: fs/ecryptfs/
4417
4418 EDAC-CORE
4419 M: Doug Thompson <dougthompson@xmission.com>
4420 M: Borislav Petkov <bp@alien8.de>
4421 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4422 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4423 L: linux-edac@vger.kernel.org
4424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4426 S: Supported
4427 F: Documentation/edac.txt
4428 F: drivers/edac/
4429 F: include/linux/edac.h
4430
4431 EDAC-AMD64
4432 M: Doug Thompson <dougthompson@xmission.com>
4433 M: Borislav Petkov <bp@alien8.de>
4434 L: linux-edac@vger.kernel.org
4435 S: Maintained
4436 F: drivers/edac/amd64_edac*
4437
4438 EDAC-CALXEDA
4439 M: Doug Thompson <dougthompson@xmission.com>
4440 M: Robert Richter <rric@kernel.org>
4441 L: linux-edac@vger.kernel.org
4442 S: Maintained
4443 F: drivers/edac/highbank*
4444
4445 EDAC-CAVIUM
4446 M: Ralf Baechle <ralf@linux-mips.org>
4447 M: David Daney <david.daney@cavium.com>
4448 L: linux-edac@vger.kernel.org
4449 L: linux-mips@linux-mips.org
4450 S: Supported
4451 F: drivers/edac/octeon_edac*
4452
4453 EDAC-E752X
4454 M: Mark Gross <mark.gross@intel.com>
4455 M: Doug Thompson <dougthompson@xmission.com>
4456 L: linux-edac@vger.kernel.org
4457 S: Maintained
4458 F: drivers/edac/e752x_edac.c
4459
4460 EDAC-E7XXX
4461 M: Doug Thompson <dougthompson@xmission.com>
4462 L: linux-edac@vger.kernel.org
4463 S: Maintained
4464 F: drivers/edac/e7xxx_edac.c
4465
4466 EDAC-GHES
4467 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4468 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4469 L: linux-edac@vger.kernel.org
4470 S: Maintained
4471 F: drivers/edac/ghes_edac.c
4472
4473 EDAC-I82443BXGX
4474 M: Tim Small <tim@buttersideup.com>
4475 L: linux-edac@vger.kernel.org
4476 S: Maintained
4477 F: drivers/edac/i82443bxgx_edac.c
4478
4479 EDAC-I3000
4480 M: Jason Uhlenkott <juhlenko@akamai.com>
4481 L: linux-edac@vger.kernel.org
4482 S: Maintained
4483 F: drivers/edac/i3000_edac.c
4484
4485 EDAC-I5000
4486 M: Doug Thompson <dougthompson@xmission.com>
4487 L: linux-edac@vger.kernel.org
4488 S: Maintained
4489 F: drivers/edac/i5000_edac.c
4490
4491 EDAC-I5400
4492 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4493 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4494 L: linux-edac@vger.kernel.org
4495 S: Maintained
4496 F: drivers/edac/i5400_edac.c
4497
4498 EDAC-I7300
4499 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4500 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4501 L: linux-edac@vger.kernel.org
4502 S: Maintained
4503 F: drivers/edac/i7300_edac.c
4504
4505 EDAC-I7CORE
4506 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4507 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4508 L: linux-edac@vger.kernel.org
4509 S: Maintained
4510 F: drivers/edac/i7core_edac.c
4511
4512 EDAC-I82975X
4513 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4514 M: "Arvind R." <arvino55@gmail.com>
4515 L: linux-edac@vger.kernel.org
4516 S: Maintained
4517 F: drivers/edac/i82975x_edac.c
4518
4519 EDAC-IE31200
4520 M: Jason Baron <jbaron@akamai.com>
4521 L: linux-edac@vger.kernel.org
4522 S: Maintained
4523 F: drivers/edac/ie31200_edac.c
4524
4525 EDAC-MPC85XX
4526 M: Johannes Thumshirn <morbidrsa@gmail.com>
4527 L: linux-edac@vger.kernel.org
4528 S: Maintained
4529 F: drivers/edac/mpc85xx_edac.[ch]
4530
4531 EDAC-PASEMI
4532 M: Egor Martovetsky <egor@pasemi.com>
4533 L: linux-edac@vger.kernel.org
4534 S: Maintained
4535 F: drivers/edac/pasemi_edac.c
4536
4537 EDAC-R82600
4538 M: Tim Small <tim@buttersideup.com>
4539 L: linux-edac@vger.kernel.org
4540 S: Maintained
4541 F: drivers/edac/r82600_edac.c
4542
4543 EDAC-SBRIDGE
4544 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4545 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4546 L: linux-edac@vger.kernel.org
4547 S: Maintained
4548 F: drivers/edac/sb_edac.c
4549
4550 EDAC-SKYLAKE
4551 M: Tony Luck <tony.luck@intel.com>
4552 L: linux-edac@vger.kernel.org
4553 S: Maintained
4554 F: drivers/edac/skx_edac.c
4555
4556 EDAC-XGENE
4557 APPLIED MICRO (APM) X-GENE SOC EDAC
4558 M: Loc Ho <lho@apm.com>
4559 S: Supported
4560 F: drivers/edac/xgene_edac.c
4561 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4562
4563 EDIROL UA-101/UA-1000 DRIVER
4564 M: Clemens Ladisch <clemens@ladisch.de>
4565 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4566 T: git git://git.alsa-project.org/alsa-kernel.git
4567 S: Maintained
4568 F: sound/usb/misc/ua101.c
4569
4570 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4571 M: Matt Fleming <matt@codeblueprint.co.uk>
4572 L: linux-efi@vger.kernel.org
4573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4574 S: Maintained
4575 F: Documentation/efi-stub.txt
4576 F: arch/ia64/kernel/efi.c
4577 F: arch/x86/boot/compressed/eboot.[ch]
4578 F: arch/x86/include/asm/efi.h
4579 F: arch/x86/platform/efi/
4580 F: drivers/firmware/efi/
4581 F: include/linux/efi*.h
4582
4583 EFI VARIABLE FILESYSTEM
4584 M: Matthew Garrett <matthew.garrett@nebula.com>
4585 M: Jeremy Kerr <jk@ozlabs.org>
4586 M: Matt Fleming <matt@codeblueprint.co.uk>
4587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4588 L: linux-efi@vger.kernel.org
4589 S: Maintained
4590 F: fs/efivarfs/
4591
4592 EFIFB FRAMEBUFFER DRIVER
4593 L: linux-fbdev@vger.kernel.org
4594 M: Peter Jones <pjones@redhat.com>
4595 S: Maintained
4596 F: drivers/video/fbdev/efifb.c
4597
4598 EFS FILESYSTEM
4599 W: http://aeschi.ch.eu.org/efs/
4600 S: Orphan
4601 F: fs/efs/
4602
4603 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4604 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4605 L: netdev@vger.kernel.org
4606 S: Maintained
4607 F: drivers/net/ethernet/ibm/ehea/
4608
4609 EM28XX VIDEO4LINUX DRIVER
4610 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4611 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4612 L: linux-media@vger.kernel.org
4613 W: https://linuxtv.org
4614 T: git git://linuxtv.org/media_tree.git
4615 S: Maintained
4616 F: drivers/media/usb/em28xx/
4617
4618 EMBEDDED LINUX
4619 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4620 M: Matt Mackall <mpm@selenic.com>
4621 M: David Woodhouse <dwmw2@infradead.org>
4622 L: linux-embedded@vger.kernel.org
4623 S: Maintained
4624
4625 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4626 M: James Smart <james.smart@avagotech.com>
4627 M: Dick Kennedy <dick.kennedy@avagotech.com>
4628 L: linux-scsi@vger.kernel.org
4629 W: http://www.avagotech.com
4630 S: Supported
4631 F: drivers/scsi/lpfc/
4632
4633 ENE CB710 FLASH CARD READER DRIVER
4634 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4635 S: Maintained
4636 F: drivers/misc/cb710/
4637 F: drivers/mmc/host/cb710-mmc.*
4638 F: include/linux/cb710.h
4639
4640 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4641 M: Maxim Levitsky <maximlevitsky@gmail.com>
4642 S: Maintained
4643 F: drivers/media/rc/ene_ir.*
4644
4645 EPSON S1D13XXX FRAMEBUFFER DRIVER
4646 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4647 S: Maintained
4648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4649 F: drivers/video/fbdev/s1d13xxxfb.c
4650 F: include/video/s1d13xxxfb.h
4651
4652 ET131X NETWORK DRIVER
4653 M: Mark Einon <mark.einon@gmail.com>
4654 S: Odd Fixes
4655 F: drivers/net/ethernet/agere/
4656
4657 ETHERNET BRIDGE
4658 M: Stephen Hemminger <stephen@networkplumber.org>
4659 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4660 L: netdev@vger.kernel.org
4661 W: http://www.linuxfoundation.org/en/Net:Bridge
4662 S: Maintained
4663 F: include/linux/netfilter_bridge/
4664 F: net/bridge/
4665
4666 ETHERNET PHY LIBRARY
4667 M: Florian Fainelli <f.fainelli@gmail.com>
4668 L: netdev@vger.kernel.org
4669 S: Maintained
4670 F: include/linux/phy.h
4671 F: include/linux/phy_fixed.h
4672 F: drivers/net/phy/
4673 F: Documentation/networking/phy.txt
4674 F: drivers/of/of_mdio.c
4675 F: drivers/of/of_net.c
4676
4677 EXT2 FILE SYSTEM
4678 M: Jan Kara <jack@suse.com>
4679 L: linux-ext4@vger.kernel.org
4680 S: Maintained
4681 F: Documentation/filesystems/ext2.txt
4682 F: fs/ext2/
4683 F: include/linux/ext2*
4684
4685 EXT4 FILE SYSTEM
4686 M: "Theodore Ts'o" <tytso@mit.edu>
4687 M: Andreas Dilger <adilger.kernel@dilger.ca>
4688 L: linux-ext4@vger.kernel.org
4689 W: http://ext4.wiki.kernel.org
4690 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4692 S: Maintained
4693 F: Documentation/filesystems/ext4.txt
4694 F: fs/ext4/
4695
4696 Extended Verification Module (EVM)
4697 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4698 L: linux-ima-devel@lists.sourceforge.net
4699 L: linux-security-module@vger.kernel.org
4700 S: Supported
4701 F: security/integrity/evm/
4702
4703 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4704 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4705 M: Chanwoo Choi <cw00.choi@samsung.com>
4706 L: linux-kernel@vger.kernel.org
4707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4708 S: Maintained
4709 F: drivers/extcon/
4710 F: include/linux/extcon/
4711 F: include/linux/extcon.h
4712 F: Documentation/extcon/
4713 F: Documentation/devicetree/bindings/extcon/
4714
4715 EXYNOS DP DRIVER
4716 M: Jingoo Han <jingoohan1@gmail.com>
4717 L: dri-devel@lists.freedesktop.org
4718 S: Maintained
4719 F: drivers/gpu/drm/exynos/exynos_dp*
4720
4721 EXYNOS SYSMMU (IOMMU) driver
4722 M: Marek Szyprowski <m.szyprowski@samsung.com>
4723 L: iommu@lists.linux-foundation.org
4724 S: Maintained
4725 F: drivers/iommu/exynos-iommu.c
4726
4727 EXYNOS MIPI DISPLAY DRIVERS
4728 M: Inki Dae <inki.dae@samsung.com>
4729 M: Donghwa Lee <dh09.lee@samsung.com>
4730 M: Kyungmin Park <kyungmin.park@samsung.com>
4731 L: linux-fbdev@vger.kernel.org
4732 S: Maintained
4733 F: drivers/video/fbdev/exynos/exynos_mipi*
4734 F: include/video/exynos_mipi*
4735
4736 EZchip NPS platform support
4737 M: Noam Camus <noamc@ezchip.com>
4738 S: Supported
4739 F: arch/arc/plat-eznps
4740 F: arch/arc/boot/dts/eznps.dts
4741
4742 F71805F HARDWARE MONITORING DRIVER
4743 M: Jean Delvare <jdelvare@suse.com>
4744 L: linux-hwmon@vger.kernel.org
4745 S: Maintained
4746 F: Documentation/hwmon/f71805f
4747 F: drivers/hwmon/f71805f.c
4748
4749 FC0011 TUNER DRIVER
4750 M: Michael Buesch <m@bues.ch>
4751 L: linux-media@vger.kernel.org
4752 S: Maintained
4753 F: drivers/media/tuners/fc0011.h
4754 F: drivers/media/tuners/fc0011.c
4755
4756 FC2580 MEDIA DRIVER
4757 M: Antti Palosaari <crope@iki.fi>
4758 L: linux-media@vger.kernel.org
4759 W: https://linuxtv.org
4760 W: http://palosaari.fi/linux/
4761 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4762 T: git git://linuxtv.org/anttip/media_tree.git
4763 S: Maintained
4764 F: drivers/media/tuners/fc2580*
4765
4766 FANOTIFY
4767 M: Eric Paris <eparis@redhat.com>
4768 S: Maintained
4769 F: fs/notify/fanotify/
4770 F: include/linux/fanotify.h
4771 F: include/uapi/linux/fanotify.h
4772
4773 FARSYNC SYNCHRONOUS DRIVER
4774 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4775 W: http://www.farsite.co.uk/
4776 S: Supported
4777 F: drivers/net/wan/farsync.*
4778
4779 FAULT INJECTION SUPPORT
4780 M: Akinobu Mita <akinobu.mita@gmail.com>
4781 S: Supported
4782 F: Documentation/fault-injection/
4783 F: lib/fault-inject.c
4784
4785 FBTFT Framebuffer drivers
4786 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4787 M: Noralf Trønnes <noralf@tronnes.org>
4788 S: Maintained
4789 F: drivers/staging/fbtft/
4790
4791 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4792 M: Johannes Thumshirn <jth@kernel.org>
4793 L: fcoe-devel@open-fcoe.org
4794 W: www.Open-FCoE.org
4795 S: Supported
4796 F: drivers/scsi/libfc/
4797 F: drivers/scsi/fcoe/
4798 F: include/scsi/fc/
4799 F: include/scsi/libfc.h
4800 F: include/scsi/libfcoe.h
4801 F: include/uapi/scsi/fc/
4802
4803 FILE LOCKING (flock() and fcntl()/lockf())
4804 M: Jeff Layton <jlayton@poochiereds.net>
4805 M: "J. Bruce Fields" <bfields@fieldses.org>
4806 L: linux-fsdevel@vger.kernel.org
4807 S: Maintained
4808 F: include/linux/fcntl.h
4809 F: include/linux/fs.h
4810 F: include/uapi/linux/fcntl.h
4811 F: include/uapi/linux/fs.h
4812 F: fs/fcntl.c
4813 F: fs/locks.c
4814
4815 FILESYSTEMS (VFS and infrastructure)
4816 M: Alexander Viro <viro@zeniv.linux.org.uk>
4817 L: linux-fsdevel@vger.kernel.org
4818 S: Maintained
4819 F: fs/*
4820
4821 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4822 M: Riku Voipio <riku.voipio@iki.fi>
4823 L: linux-hwmon@vger.kernel.org
4824 S: Maintained
4825 F: drivers/hwmon/f75375s.c
4826 F: include/linux/f75375s.h
4827
4828 FIREWIRE AUDIO DRIVERS
4829 M: Clemens Ladisch <clemens@ladisch.de>
4830 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4831 T: git git://git.alsa-project.org/alsa-kernel.git
4832 S: Maintained
4833 F: sound/firewire/
4834
4835 FIREWIRE MEDIA DRIVERS (firedtv)
4836 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4837 L: linux-media@vger.kernel.org
4838 L: linux1394-devel@lists.sourceforge.net
4839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4840 S: Maintained
4841 F: drivers/media/firewire/
4842
4843 FIREWIRE SBP-2 TARGET
4844 M: Chris Boot <bootc@bootc.net>
4845 L: linux-scsi@vger.kernel.org
4846 L: target-devel@vger.kernel.org
4847 L: linux1394-devel@lists.sourceforge.net
4848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4849 S: Maintained
4850 F: drivers/target/sbp/
4851
4852 FIREWIRE SUBSYSTEM
4853 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4854 L: linux1394-devel@lists.sourceforge.net
4855 W: http://ieee1394.wiki.kernel.org/
4856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4857 S: Maintained
4858 F: drivers/firewire/
4859 F: include/linux/firewire.h
4860 F: include/uapi/linux/firewire*.h
4861 F: tools/firewire/
4862
4863 FIRMWARE LOADER (request_firmware)
4864 M: Ming Lei <ming.lei@canonical.com>
4865 L: linux-kernel@vger.kernel.org
4866 S: Maintained
4867 F: Documentation/firmware_class/
4868 F: drivers/base/firmware*.c
4869 F: include/linux/firmware.h
4870
4871 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4872 M: Joshua Morris <josh.h.morris@us.ibm.com>
4873 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4874 S: Maintained
4875 F: drivers/block/rsxx/
4876
4877 FLOPPY DRIVER
4878 M: Jiri Kosina <jikos@kernel.org>
4879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4880 S: Odd fixes
4881 F: drivers/block/floppy.c
4882
4883 FMC SUBSYSTEM
4884 M: Alessandro Rubini <rubini@gnudd.com>
4885 W: http://www.ohwr.org/projects/fmc-bus
4886 S: Supported
4887 F: drivers/fmc/
4888 F: include/linux/fmc*.h
4889 F: include/linux/ipmi-fru.h
4890 K: fmc_d.*register
4891
4892 FPGA MANAGER FRAMEWORK
4893 M: Alan Tull <atull@opensource.altera.com>
4894 R: Moritz Fischer <moritz.fischer@ettus.com>
4895 S: Maintained
4896 F: drivers/fpga/
4897 F: include/linux/fpga/fpga-mgr.h
4898 W: http://www.rocketboards.org
4899
4900 FPU EMULATOR
4901 M: Bill Metzenthen <billm@melbpc.org.au>
4902 W: http://floatingpoint.sourceforge.net/emulator/index.html
4903 S: Maintained
4904 F: arch/x86/math-emu/
4905
4906 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4907 L: netdev@vger.kernel.org
4908 S: Orphan
4909 F: drivers/net/wan/dlci.c
4910 F: drivers/net/wan/sdla.c
4911
4912 FRAMEBUFFER LAYER
4913 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4914 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4915 L: linux-fbdev@vger.kernel.org
4916 W: http://linux-fbdev.sourceforge.net/
4917 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4919 S: Maintained
4920 F: Documentation/fb/
4921 F: drivers/video/
4922 F: include/video/
4923 F: include/linux/fb.h
4924 F: include/uapi/video/
4925 F: include/uapi/linux/fb.h
4926
4927 FREESCALE DIU FRAMEBUFFER DRIVER
4928 M: Timur Tabi <timur@tabi.org>
4929 L: linux-fbdev@vger.kernel.org
4930 S: Maintained
4931 F: drivers/video/fbdev/fsl-diu-fb.*
4932
4933 FREESCALE DMA DRIVER
4934 M: Li Yang <leoli@freescale.com>
4935 M: Zhang Wei <zw@zh-kernel.org>
4936 L: linuxppc-dev@lists.ozlabs.org
4937 S: Maintained
4938 F: drivers/dma/fsldma.*
4939
4940 FREESCALE GPMI NAND DRIVER
4941 M: Han Xu <han.xu@nxp.com>
4942 L: linux-mtd@lists.infradead.org
4943 S: Maintained
4944 F: drivers/mtd/nand/gpmi-nand/*
4945
4946 FREESCALE I2C CPM DRIVER
4947 M: Jochen Friedrich <jochen@scram.de>
4948 L: linuxppc-dev@lists.ozlabs.org
4949 L: linux-i2c@vger.kernel.org
4950 S: Maintained
4951 F: drivers/i2c/busses/i2c-cpm.c
4952
4953 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4954 M: Sascha Hauer <kernel@pengutronix.de>
4955 L: linux-fbdev@vger.kernel.org
4956 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4957 S: Maintained
4958 F: include/linux/platform_data/video-imxfb.h
4959 F: drivers/video/fbdev/imxfb.c
4960
4961 FREESCALE QUAD SPI DRIVER
4962 M: Han Xu <han.xu@nxp.com>
4963 L: linux-mtd@lists.infradead.org
4964 S: Maintained
4965 F: drivers/mtd/spi-nor/fsl-quadspi.c
4966
4967 FREESCALE SOC FS_ENET DRIVER
4968 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4969 M: Vitaly Bordug <vbordug@ru.mvista.com>
4970 L: linuxppc-dev@lists.ozlabs.org
4971 L: netdev@vger.kernel.org
4972 S: Maintained
4973 F: drivers/net/ethernet/freescale/fs_enet/
4974 F: include/linux/fs_enet_pd.h
4975
4976 FREESCALE IMX / MXC FEC DRIVER
4977 M: Fugang Duan <fugang.duan@nxp.com>
4978 L: netdev@vger.kernel.org
4979 S: Maintained
4980 F: drivers/net/ethernet/freescale/fec_main.c
4981 F: drivers/net/ethernet/freescale/fec_ptp.c
4982 F: drivers/net/ethernet/freescale/fec.h
4983 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4984
4985 FREESCALE QUICC ENGINE LIBRARY
4986 L: linuxppc-dev@lists.ozlabs.org
4987 S: Orphan
4988 F: drivers/soc/fsl/qe/
4989 F: include/soc/fsl/*qe*.h
4990 F: include/soc/fsl/*ucc*.h
4991
4992 FREESCALE USB PERIPHERAL DRIVERS
4993 M: Li Yang <leoli@freescale.com>
4994 L: linux-usb@vger.kernel.org
4995 L: linuxppc-dev@lists.ozlabs.org
4996 S: Maintained
4997 F: drivers/usb/gadget/udc/fsl*
4998
4999 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5000 M: Li Yang <leoli@freescale.com>
5001 L: netdev@vger.kernel.org
5002 L: linuxppc-dev@lists.ozlabs.org
5003 S: Maintained
5004 F: drivers/net/ethernet/freescale/ucc_geth*
5005
5006 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5007 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5008 L: netdev@vger.kernel.org
5009 S: Maintained
5010 F: drivers/net/ethernet/freescale/gianfar*
5011 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5012 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5013
5014 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5015 M: Zhao Qiang <qiang.zhao@nxp.com>
5016 L: netdev@vger.kernel.org
5017 L: linuxppc-dev@lists.ozlabs.org
5018 S: Maintained
5019 F: drivers/net/wan/fsl_ucc_hdlc*
5020
5021 FREESCALE QUICC ENGINE UCC UART DRIVER
5022 M: Timur Tabi <timur@tabi.org>
5023 L: linuxppc-dev@lists.ozlabs.org
5024 S: Maintained
5025 F: drivers/tty/serial/ucc_uart.c
5026
5027 FREESCALE SOC SOUND DRIVERS
5028 M: Timur Tabi <timur@tabi.org>
5029 M: Nicolin Chen <nicoleotsuka@gmail.com>
5030 M: Xiubo Li <Xiubo.Lee@gmail.com>
5031 R: Fabio Estevam <fabio.estevam@nxp.com>
5032 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5033 L: linuxppc-dev@lists.ozlabs.org
5034 S: Maintained
5035 F: sound/soc/fsl/fsl*
5036 F: sound/soc/fsl/imx*
5037 F: sound/soc/fsl/mpc8610_hpcd.c
5038
5039 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5040 M: "J. German Rivera" <German.Rivera@freescale.com>
5041 M: Stuart Yoder <stuart.yoder@nxp.com>
5042 L: linux-kernel@vger.kernel.org
5043 S: Maintained
5044 F: drivers/staging/fsl-mc/
5045
5046 FREEVXFS FILESYSTEM
5047 M: Christoph Hellwig <hch@infradead.org>
5048 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5049 S: Maintained
5050 F: fs/freevxfs/
5051
5052 FREEZER
5053 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5054 M: Pavel Machek <pavel@ucw.cz>
5055 L: linux-pm@vger.kernel.org
5056 S: Supported
5057 F: Documentation/power/freezing-of-tasks.txt
5058 F: include/linux/freezer.h
5059 F: kernel/freezer.c
5060
5061 FRONTSWAP API
5062 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5063 L: linux-kernel@vger.kernel.org
5064 S: Maintained
5065 F: mm/frontswap.c
5066 F: include/linux/frontswap.h
5067
5068 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5069 M: David Howells <dhowells@redhat.com>
5070 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5071 S: Supported
5072 F: Documentation/filesystems/caching/
5073 F: fs/fscache/
5074 F: include/linux/fscache*.h
5075
5076 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5077 M: Theodore Y. Ts'o <tytso@mit.edu>
5078 M: Jaegeuk Kim <jaegeuk@kernel.org>
5079 S: Supported
5080 F: fs/crypto/
5081 F: include/linux/fscrypto.h
5082
5083 F2FS FILE SYSTEM
5084 M: Jaegeuk Kim <jaegeuk@kernel.org>
5085 M: Changman Lee <cm224.lee@samsung.com>
5086 R: Chao Yu <yuchao0@huawei.com>
5087 L: linux-f2fs-devel@lists.sourceforge.net
5088 W: http://en.wikipedia.org/wiki/F2FS
5089 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5090 S: Maintained
5091 F: Documentation/filesystems/f2fs.txt
5092 F: Documentation/ABI/testing/sysfs-fs-f2fs
5093 F: fs/f2fs/
5094 F: include/linux/f2fs_fs.h
5095 F: include/trace/events/f2fs.h
5096
5097 FUJITSU FR-V (FRV) PORT
5098 S: Orphan
5099 F: arch/frv/
5100
5101 FUJITSU LAPTOP EXTRAS
5102 M: Jonathan Woithe <jwoithe@just42.net>
5103 L: platform-driver-x86@vger.kernel.org
5104 S: Maintained
5105 F: drivers/platform/x86/fujitsu-laptop.c
5106
5107 FUJITSU M-5MO LS CAMERA ISP DRIVER
5108 M: Kyungmin Park <kyungmin.park@samsung.com>
5109 M: Heungjun Kim <riverful.kim@samsung.com>
5110 L: linux-media@vger.kernel.org
5111 S: Maintained
5112 F: drivers/media/i2c/m5mols/
5113 F: include/media/i2c/m5mols.h
5114
5115 FUJITSU TABLET EXTRAS
5116 M: Robert Gerlach <khnz@gmx.de>
5117 L: platform-driver-x86@vger.kernel.org
5118 S: Maintained
5119 F: drivers/platform/x86/fujitsu-tablet.c
5120
5121 FUSE: FILESYSTEM IN USERSPACE
5122 M: Miklos Szeredi <miklos@szeredi.hu>
5123 L: linux-fsdevel@vger.kernel.org
5124 W: http://fuse.sourceforge.net/
5125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5126 S: Maintained
5127 F: fs/fuse/
5128 F: include/uapi/linux/fuse.h
5129 F: Documentation/filesystems/fuse.txt
5130
5131 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5132 M: Rik Faith <faith@cs.unc.edu>
5133 L: linux-scsi@vger.kernel.org
5134 S: Odd Fixes (e.g., new signatures)
5135 F: drivers/scsi/fdomain.*
5136
5137 GCC PLUGINS
5138 M: Kees Cook <keescook@chromium.org>
5139 R: Emese Revfy <re.emese@gmail.com>
5140 L: kernel-hardening@lists.openwall.com
5141 S: Maintained
5142 F: scripts/gcc-plugins/
5143 F: scripts/gcc-plugin.sh
5144 F: Documentation/gcc-plugins.txt
5145
5146 GCOV BASED KERNEL PROFILING
5147 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5148 S: Maintained
5149 F: kernel/gcov/
5150 F: Documentation/dev-tools/gcov.rst
5151
5152 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5153 M: Achim Leubner <achim_leubner@adaptec.com>
5154 L: linux-scsi@vger.kernel.org
5155 W: http://www.icp-vortex.com/
5156 S: Supported
5157 F: drivers/scsi/gdt*
5158
5159 GDB KERNEL DEBUGGING HELPER SCRIPTS
5160 M: Jan Kiszka <jan.kiszka@siemens.com>
5161 M: Kieran Bingham <kieran@bingham.xyz>
5162 S: Supported
5163 F: scripts/gdb/
5164
5165 GEMTEK FM RADIO RECEIVER DRIVER
5166 M: Hans Verkuil <hverkuil@xs4all.nl>
5167 L: linux-media@vger.kernel.org
5168 T: git git://linuxtv.org/media_tree.git
5169 W: https://linuxtv.org
5170 S: Maintained
5171 F: drivers/media/radio/radio-gemtek*
5172
5173 GENERIC GPIO I2C DRIVER
5174 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5175 S: Supported
5176 F: drivers/i2c/busses/i2c-gpio.c
5177 F: include/linux/i2c-gpio.h
5178
5179 GENERIC GPIO I2C MULTIPLEXER DRIVER
5180 M: Peter Korsgaard <peter.korsgaard@barco.com>
5181 L: linux-i2c@vger.kernel.org
5182 S: Supported
5183 F: drivers/i2c/muxes/i2c-mux-gpio.c
5184 F: include/linux/i2c-mux-gpio.h
5185 F: Documentation/i2c/muxes/i2c-mux-gpio
5186
5187 GENERIC HDLC (WAN) DRIVERS
5188 M: Krzysztof Halasa <khc@pm.waw.pl>
5189 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5190 S: Maintained
5191 F: drivers/net/wan/c101.c
5192 F: drivers/net/wan/hd6457*
5193 F: drivers/net/wan/hdlc*
5194 F: drivers/net/wan/n2.c
5195 F: drivers/net/wan/pc300too.c
5196 F: drivers/net/wan/pci200syn.c
5197 F: drivers/net/wan/wanxl*
5198
5199 GENERIC INCLUDE/ASM HEADER FILES
5200 M: Arnd Bergmann <arnd@arndb.de>
5201 L: linux-arch@vger.kernel.org
5202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5203 S: Maintained
5204 F: include/asm-generic/
5205 F: include/uapi/asm-generic/
5206
5207 GENERIC PHY FRAMEWORK
5208 M: Kishon Vijay Abraham I <kishon@ti.com>
5209 L: linux-kernel@vger.kernel.org
5210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5211 S: Supported
5212 F: drivers/phy/
5213 F: include/linux/phy/
5214
5215 GENERIC PM DOMAINS
5216 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5217 M: Kevin Hilman <khilman@kernel.org>
5218 M: Ulf Hansson <ulf.hansson@linaro.org>
5219 L: linux-pm@vger.kernel.org
5220 S: Supported
5221 F: drivers/base/power/domain*.c
5222 F: include/linux/pm_domain.h
5223
5224 GENERIC UIO DRIVER FOR PCI DEVICES
5225 M: "Michael S. Tsirkin" <mst@redhat.com>
5226 L: kvm@vger.kernel.org
5227 S: Supported
5228 F: drivers/uio/uio_pci_generic.c
5229
5230 GET_MAINTAINER SCRIPT
5231 M: Joe Perches <joe@perches.com>
5232 S: Maintained
5233 F: scripts/get_maintainer.pl
5234
5235 GFS2 FILE SYSTEM
5236 M: Steven Whitehouse <swhiteho@redhat.com>
5237 M: Bob Peterson <rpeterso@redhat.com>
5238 L: cluster-devel@redhat.com
5239 W: http://sources.redhat.com/cluster/
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5241 S: Supported
5242 F: Documentation/filesystems/gfs2*.txt
5243 F: fs/gfs2/
5244 F: include/uapi/linux/gfs2_ondisk.h
5245
5246 GIGASET ISDN DRIVERS
5247 M: Paul Bolle <pebolle@tiscali.nl>
5248 L: gigaset307x-common@lists.sourceforge.net
5249 W: http://gigaset307x.sourceforge.net/
5250 S: Odd Fixes
5251 F: Documentation/isdn/README.gigaset
5252 F: drivers/isdn/gigaset/
5253 F: include/uapi/linux/gigaset_dev.h
5254
5255 GO7007 MPEG CODEC
5256 M: Hans Verkuil <hans.verkuil@cisco.com>
5257 L: linux-media@vger.kernel.org
5258 S: Maintained
5259 F: drivers/media/usb/go7007/
5260
5261 GOODIX TOUCHSCREEN
5262 M: Bastien Nocera <hadess@hadess.net>
5263 L: linux-input@vger.kernel.org
5264 S: Maintained
5265 F: drivers/input/touchscreen/goodix.c
5266
5267 GPIO SUBSYSTEM
5268 M: Linus Walleij <linus.walleij@linaro.org>
5269 M: Alexandre Courbot <gnurou@gmail.com>
5270 L: linux-gpio@vger.kernel.org
5271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5272 S: Maintained
5273 F: Documentation/devicetree/bindings/gpio/
5274 F: Documentation/gpio/
5275 F: Documentation/ABI/testing/gpio-cdev
5276 F: Documentation/ABI/obsolete/sysfs-gpio
5277 F: drivers/gpio/
5278 F: include/linux/gpio/
5279 F: include/linux/gpio.h
5280 F: include/asm-generic/gpio.h
5281 F: include/uapi/linux/gpio.h
5282 F: tools/gpio/
5283
5284 GRE DEMULTIPLEXER DRIVER
5285 M: Dmitry Kozlov <xeb@mail.ru>
5286 L: netdev@vger.kernel.org
5287 S: Maintained
5288 F: net/ipv4/gre_demux.c
5289 F: net/ipv4/gre_offload.c
5290 F: include/net/gre.h
5291
5292 GRETH 10/100/1G Ethernet MAC device driver
5293 M: Andreas Larsson <andreas@gaisler.com>
5294 L: netdev@vger.kernel.org
5295 S: Maintained
5296 F: drivers/net/ethernet/aeroflex/
5297
5298 GSPCA FINEPIX SUBDRIVER
5299 M: Frank Zago <frank@zago.net>
5300 L: linux-media@vger.kernel.org
5301 T: git git://linuxtv.org/media_tree.git
5302 S: Maintained
5303 F: drivers/media/usb/gspca/finepix.c
5304
5305 GSPCA GL860 SUBDRIVER
5306 M: Olivier Lorin <o.lorin@laposte.net>
5307 L: linux-media@vger.kernel.org
5308 T: git git://linuxtv.org/media_tree.git
5309 S: Maintained
5310 F: drivers/media/usb/gspca/gl860/
5311
5312 GSPCA M5602 SUBDRIVER
5313 M: Erik Andren <erik.andren@gmail.com>
5314 L: linux-media@vger.kernel.org
5315 T: git git://linuxtv.org/media_tree.git
5316 S: Maintained
5317 F: drivers/media/usb/gspca/m5602/
5318
5319 GSPCA PAC207 SONIXB SUBDRIVER
5320 M: Hans Verkuil <hverkuil@xs4all.nl>
5321 L: linux-media@vger.kernel.org
5322 T: git git://linuxtv.org/media_tree.git
5323 S: Odd Fixes
5324 F: drivers/media/usb/gspca/pac207.c
5325
5326 GSPCA SN9C20X SUBDRIVER
5327 M: Brian Johnson <brijohn@gmail.com>
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/sn9c20x.c
5332
5333 GSPCA T613 SUBDRIVER
5334 M: Leandro Costantino <lcostantino@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/t613.c
5339
5340 GSPCA USB WEBCAM DRIVER
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/
5346
5347 GUID PARTITION TABLE (GPT)
5348 M: Davidlohr Bueso <dave@stgolabs.net>
5349 L: linux-efi@vger.kernel.org
5350 S: Maintained
5351 F: block/partitions/efi.*
5352
5353 STK1160 USB VIDEO CAPTURE DRIVER
5354 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5355 L: linux-media@vger.kernel.org
5356 T: git git://linuxtv.org/media_tree.git
5357 S: Maintained
5358 F: drivers/media/usb/stk1160/
5359
5360 H8/300 ARCHITECTURE
5361 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5362 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5363 W: http://uclinux-h8.sourceforge.jp
5364 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5365 S: Maintained
5366 F: arch/h8300/
5367 F: drivers/clocksource/h8300_*.c
5368 F: drivers/clk/h8300/
5369 F: drivers/irqchip/irq-renesas-h8*.c
5370
5371 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5372 M: Frank Seidel <frank@f-seidel.de>
5373 L: platform-driver-x86@vger.kernel.org
5374 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5375 S: Maintained
5376 F: drivers/platform/x86/hdaps.c
5377
5378 HDPVR USB VIDEO ENCODER DRIVER
5379 M: Hans Verkuil <hverkuil@xs4all.nl>
5380 L: linux-media@vger.kernel.org
5381 T: git git://linuxtv.org/media_tree.git
5382 W: https://linuxtv.org
5383 S: Odd Fixes
5384 F: drivers/media/usb/hdpvr/
5385
5386 HWPOISON MEMORY FAILURE HANDLING
5387 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5388 L: linux-mm@kvack.org
5389 S: Maintained
5390 F: mm/memory-failure.c
5391 F: mm/hwpoison-inject.c
5392
5393 HYPERVISOR VIRTUAL CONSOLE DRIVER
5394 L: linuxppc-dev@lists.ozlabs.org
5395 S: Odd Fixes
5396 F: drivers/tty/hvc/
5397
5398 HACKRF MEDIA DRIVER
5399 M: Antti Palosaari <crope@iki.fi>
5400 L: linux-media@vger.kernel.org
5401 W: https://linuxtv.org
5402 W: http://palosaari.fi/linux/
5403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5404 T: git git://linuxtv.org/anttip/media_tree.git
5405 S: Maintained
5406 F: drivers/media/usb/hackrf/
5407
5408 HARDWARE MONITORING
5409 M: Jean Delvare <jdelvare@suse.com>
5410 M: Guenter Roeck <linux@roeck-us.net>
5411 L: linux-hwmon@vger.kernel.org
5412 W: http://hwmon.wiki.kernel.org/
5413 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5415 S: Maintained
5416 F: Documentation/hwmon/
5417 F: drivers/hwmon/
5418 F: include/linux/hwmon*.h
5419
5420 HARDWARE RANDOM NUMBER GENERATOR CORE
5421 M: Matt Mackall <mpm@selenic.com>
5422 M: Herbert Xu <herbert@gondor.apana.org.au>
5423 L: linux-crypto@vger.kernel.org
5424 S: Odd fixes
5425 F: Documentation/devicetree/bindings/rng/
5426 F: Documentation/hw_random.txt
5427 F: drivers/char/hw_random/
5428 F: include/linux/hw_random.h
5429
5430 HARDWARE SPINLOCK CORE
5431 M: Ohad Ben-Cohen <ohad@wizery.com>
5432 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5433 L: linux-remoteproc@vger.kernel.org
5434 S: Maintained
5435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5436 F: Documentation/devicetree/bindings/hwlock/
5437 F: Documentation/hwspinlock.txt
5438 F: drivers/hwspinlock/
5439 F: include/linux/hwspinlock.h
5440
5441 HARMONY SOUND DRIVER
5442 L: linux-parisc@vger.kernel.org
5443 S: Maintained
5444 F: sound/parisc/harmony.*
5445
5446 HD29L2 MEDIA DRIVER
5447 M: Antti Palosaari <crope@iki.fi>
5448 L: linux-media@vger.kernel.org
5449 W: https://linuxtv.org
5450 W: http://palosaari.fi/linux/
5451 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5452 T: git git://linuxtv.org/anttip/media_tree.git
5453 S: Maintained
5454 F: drivers/media/dvb-frontends/hd29l2*
5455
5456 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5457 M: Brian Boylston <brian.boylston@hpe.com>
5458 S: Supported
5459 F: Documentation/watchdog/hpwdt.txt
5460 F: drivers/watchdog/hpwdt.c
5461
5462 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5463 M: Don Brace <don.brace@microsemi.com>
5464 L: iss_storagedev@hp.com
5465 L: esc.storagedev@microsemi.com
5466 L: linux-scsi@vger.kernel.org
5467 S: Supported
5468 F: Documentation/scsi/hpsa.txt
5469 F: drivers/scsi/hpsa*.[ch]
5470 F: include/linux/cciss*.h
5471 F: include/uapi/linux/cciss*.h
5472
5473 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5474 M: Don Brace <don.brace@microsemi.com>
5475 L: iss_storagedev@hp.com
5476 L: esc.storagedev@microsemi.com
5477 L: linux-scsi@vger.kernel.org
5478 S: Supported
5479 F: Documentation/blockdev/cciss.txt
5480 F: drivers/block/cciss*
5481 F: include/linux/cciss_ioctl.h
5482 F: include/uapi/linux/cciss_ioctl.h
5483
5484 HFI1 DRIVER
5485 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5486 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5487 L: linux-rdma@vger.kernel.org
5488 S: Supported
5489 F: drivers/infiniband/hw/hfi1
5490
5491 HFS FILESYSTEM
5492 L: linux-fsdevel@vger.kernel.org
5493 S: Orphan
5494 F: Documentation/filesystems/hfs.txt
5495 F: fs/hfs/
5496
5497 HFSPLUS FILESYSTEM
5498 L: linux-fsdevel@vger.kernel.org
5499 S: Orphan
5500 F: Documentation/filesystems/hfsplus.txt
5501 F: fs/hfsplus/
5502
5503 HGA FRAMEBUFFER DRIVER
5504 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5505 L: linux-nvidia@lists.surfsouth.com
5506 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5507 S: Maintained
5508 F: drivers/video/fbdev/hgafb.c
5509
5510 HIBERNATION (aka Software Suspend, aka swsusp)
5511 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5512 M: Pavel Machek <pavel@ucw.cz>
5513 L: linux-pm@vger.kernel.org
5514 S: Supported
5515 F: arch/x86/power/
5516 F: drivers/base/power/
5517 F: kernel/power/
5518 F: include/linux/suspend.h
5519 F: include/linux/freezer.h
5520 F: include/linux/pm.h
5521 F: arch/*/include/asm/suspend*.h
5522
5523 HID CORE LAYER
5524 M: Jiri Kosina <jikos@kernel.org>
5525 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5526 L: linux-input@vger.kernel.org
5527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5528 S: Maintained
5529 F: drivers/hid/
5530 F: include/linux/hid*
5531 F: include/uapi/linux/hid*
5532
5533 HID SENSOR HUB DRIVERS
5534 M: Jiri Kosina <jikos@kernel.org>
5535 M: Jonathan Cameron <jic23@kernel.org>
5536 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5537 L: linux-input@vger.kernel.org
5538 L: linux-iio@vger.kernel.org
5539 S: Maintained
5540 F: Documentation/hid/hid-sensor*
5541 F: drivers/hid/hid-sensor-*
5542 F: drivers/iio/*/hid-*
5543 F: include/linux/hid-sensor-*
5544
5545 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5546 M: Thomas Gleixner <tglx@linutronix.de>
5547 L: linux-kernel@vger.kernel.org
5548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5549 S: Maintained
5550 F: Documentation/timers/
5551 F: kernel/time/hrtimer.c
5552 F: kernel/time/clockevents.c
5553 F: kernel/time/tick*.*
5554 F: kernel/time/timer_*.c
5555 F: include/linux/clockchips.h
5556 F: include/linux/hrtimer.h
5557
5558 HIGH-SPEED SCC DRIVER FOR AX.25
5559 L: linux-hams@vger.kernel.org
5560 S: Orphan
5561 F: drivers/net/hamradio/dmascc.c
5562 F: drivers/net/hamradio/scc.c
5563
5564 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5565 M: HighPoint Linux Team <linux@highpoint-tech.com>
5566 W: http://www.highpoint-tech.com
5567 S: Supported
5568 F: Documentation/scsi/hptiop.txt
5569 F: drivers/scsi/hptiop.c
5570
5571 HIPPI
5572 M: Jes Sorensen <jes@trained-monkey.org>
5573 L: linux-hippi@sunsite.dk
5574 S: Maintained
5575 F: include/linux/hippidevice.h
5576 F: include/uapi/linux/if_hippi.h
5577 F: net/802/hippi.c
5578 F: drivers/net/hippi/
5579
5580 HISILICON NETWORK SUBSYSTEM DRIVER
5581 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5582 M: Salil Mehta <salil.mehta@huawei.com>
5583 L: netdev@vger.kernel.org
5584 W: http://www.hisilicon.com
5585 S: Maintained
5586 F: drivers/net/ethernet/hisilicon/
5587 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5588
5589 HISILICON ROCE DRIVER
5590 M: Lijun Ou <oulijun@huawei.com>
5591 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5592 L: linux-rdma@vger.kernel.org
5593 S: Maintained
5594 F: drivers/infiniband/hw/hns/
5595 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5596
5597 HISILICON SAS Controller
5598 M: John Garry <john.garry@huawei.com>
5599 W: http://www.hisilicon.com
5600 S: Supported
5601 F: drivers/scsi/hisi_sas/
5602 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5603
5604 HOST AP DRIVER
5605 M: Jouni Malinen <j@w1.fi>
5606 L: hostap@shmoo.com (subscribers-only)
5607 L: linux-wireless@vger.kernel.org
5608 W: http://hostap.epitest.fi/
5609 S: Maintained
5610 F: drivers/net/wireless/intersil/hostap/
5611
5612 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5613 L: platform-driver-x86@vger.kernel.org
5614 S: Orphan
5615 F: drivers/platform/x86/tc1100-wmi.c
5616
5617 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5618 M: Jaroslav Kysela <perex@perex.cz>
5619 S: Maintained
5620 F: drivers/net/ethernet/hp/hp100.*
5621
5622 HPET: High Precision Event Timers driver
5623 M: Clemens Ladisch <clemens@ladisch.de>
5624 S: Maintained
5625 F: Documentation/timers/hpet.txt
5626 F: drivers/char/hpet.c
5627 F: include/linux/hpet.h
5628 F: include/uapi/linux/hpet.h
5629
5630 HPET: x86
5631 S: Orphan
5632 F: arch/x86/kernel/hpet.c
5633 F: arch/x86/include/asm/hpet.h
5634
5635 HPFS FILESYSTEM
5636 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5637 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5638 S: Maintained
5639 F: fs/hpfs/
5640
5641 HSI SUBSYSTEM
5642 M: Sebastian Reichel <sre@kernel.org>
5643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5644 S: Maintained
5645 F: Documentation/ABI/testing/sysfs-bus-hsi
5646 F: Documentation/hsi.txt
5647 F: drivers/hsi/
5648 F: include/linux/hsi/
5649 F: include/uapi/linux/hsi/
5650
5651 HSO 3G MODEM DRIVER
5652 M: Jan Dumon <j.dumon@option.com>
5653 W: http://www.pharscape.org
5654 S: Maintained
5655 F: drivers/net/usb/hso.c
5656
5657 HSR NETWORK PROTOCOL
5658 M: Arvid Brodin <arvid.brodin@alten.se>
5659 L: netdev@vger.kernel.org
5660 S: Maintained
5661 F: net/hsr/
5662
5663 HTCPEN TOUCHSCREEN DRIVER
5664 M: Pau Oliva Fora <pof@eslack.org>
5665 L: linux-input@vger.kernel.org
5666 S: Maintained
5667 F: drivers/input/touchscreen/htcpen.c
5668
5669 HUGETLB FILESYSTEM
5670 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5671 S: Maintained
5672 F: fs/hugetlbfs/
5673
5674 HVA ST MEDIA DRIVER
5675 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5676 L: linux-media@vger.kernel.org
5677 T: git git://linuxtv.org/media_tree.git
5678 W: https://linuxtv.org
5679 S: Supported
5680 F: drivers/media/platform/sti/hva
5681
5682 Hyper-V CORE AND DRIVERS
5683 M: "K. Y. Srinivasan" <kys@microsoft.com>
5684 M: Haiyang Zhang <haiyangz@microsoft.com>
5685 L: devel@linuxdriverproject.org
5686 S: Maintained
5687 F: arch/x86/include/asm/mshyperv.h
5688 F: arch/x86/include/uapi/asm/hyperv.h
5689 F: arch/x86/kernel/cpu/mshyperv.c
5690 F: drivers/hid/hid-hyperv.c
5691 F: drivers/hv/
5692 F: drivers/input/serio/hyperv-keyboard.c
5693 F: drivers/pci/host/pci-hyperv.c
5694 F: drivers/net/hyperv/
5695 F: drivers/scsi/storvsc_drv.c
5696 F: drivers/video/fbdev/hyperv_fb.c
5697 F: include/linux/hyperv.h
5698 F: tools/hv/
5699 F: Documentation/ABI/stable/sysfs-bus-vmbus
5700
5701 I2C MUXES
5702 M: Peter Rosin <peda@axentia.se>
5703 L: linux-i2c@vger.kernel.org
5704 S: Maintained
5705 F: Documentation/i2c/i2c-topology
5706 F: Documentation/i2c/muxes/
5707 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5708 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5709 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5710 F: drivers/i2c/i2c-mux.c
5711 F: drivers/i2c/muxes/
5712 F: include/linux/i2c-mux.h
5713
5714 I2C OVER PARALLEL PORT
5715 M: Jean Delvare <jdelvare@suse.com>
5716 L: linux-i2c@vger.kernel.org
5717 S: Maintained
5718 F: Documentation/i2c/busses/i2c-parport
5719 F: Documentation/i2c/busses/i2c-parport-light
5720 F: drivers/i2c/busses/i2c-parport.c
5721 F: drivers/i2c/busses/i2c-parport-light.c
5722
5723 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5724 M: Jean Delvare <jdelvare@suse.com>
5725 L: linux-i2c@vger.kernel.org
5726 S: Maintained
5727 F: Documentation/i2c/busses/i2c-ali1535
5728 F: Documentation/i2c/busses/i2c-ali1563
5729 F: Documentation/i2c/busses/i2c-ali15x3
5730 F: Documentation/i2c/busses/i2c-amd756
5731 F: Documentation/i2c/busses/i2c-amd8111
5732 F: Documentation/i2c/busses/i2c-i801
5733 F: Documentation/i2c/busses/i2c-nforce2
5734 F: Documentation/i2c/busses/i2c-piix4
5735 F: Documentation/i2c/busses/i2c-sis5595
5736 F: Documentation/i2c/busses/i2c-sis630
5737 F: Documentation/i2c/busses/i2c-sis96x
5738 F: Documentation/i2c/busses/i2c-via
5739 F: Documentation/i2c/busses/i2c-viapro
5740 F: drivers/i2c/busses/i2c-ali1535.c
5741 F: drivers/i2c/busses/i2c-ali1563.c
5742 F: drivers/i2c/busses/i2c-ali15x3.c
5743 F: drivers/i2c/busses/i2c-amd756.c
5744 F: drivers/i2c/busses/i2c-amd756-s4882.c
5745 F: drivers/i2c/busses/i2c-amd8111.c
5746 F: drivers/i2c/busses/i2c-i801.c
5747 F: drivers/i2c/busses/i2c-isch.c
5748 F: drivers/i2c/busses/i2c-nforce2.c
5749 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5750 F: drivers/i2c/busses/i2c-piix4.c
5751 F: drivers/i2c/busses/i2c-sis5595.c
5752 F: drivers/i2c/busses/i2c-sis630.c
5753 F: drivers/i2c/busses/i2c-sis96x.c
5754 F: drivers/i2c/busses/i2c-via.c
5755 F: drivers/i2c/busses/i2c-viapro.c
5756
5757 I2C/SMBUS ISMT DRIVER
5758 M: Seth Heasley <seth.heasley@intel.com>
5759 M: Neil Horman <nhorman@tuxdriver.com>
5760 L: linux-i2c@vger.kernel.org
5761 F: drivers/i2c/busses/i2c-ismt.c
5762 F: Documentation/i2c/busses/i2c-ismt
5763
5764 I2C/SMBUS STUB DRIVER
5765 M: Jean Delvare <jdelvare@suse.com>
5766 L: linux-i2c@vger.kernel.org
5767 S: Maintained
5768 F: drivers/i2c/i2c-stub.c
5769
5770 I2C SUBSYSTEM
5771 M: Wolfram Sang <wsa@the-dreams.de>
5772 L: linux-i2c@vger.kernel.org
5773 W: https://i2c.wiki.kernel.org/
5774 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5776 S: Maintained
5777 F: Documentation/devicetree/bindings/i2c/
5778 F: Documentation/i2c/
5779 F: drivers/i2c/
5780 F: drivers/i2c/*/
5781 F: include/linux/i2c.h
5782 F: include/linux/i2c-*.h
5783 F: include/uapi/linux/i2c.h
5784 F: include/uapi/linux/i2c-*.h
5785
5786 I2C ACPI SUPPORT
5787 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5788 L: linux-i2c@vger.kernel.org
5789 L: linux-acpi@vger.kernel.org
5790 S: Maintained
5791
5792 I2C-TAOS-EVM DRIVER
5793 M: Jean Delvare <jdelvare@suse.com>
5794 L: linux-i2c@vger.kernel.org
5795 S: Maintained
5796 F: Documentation/i2c/busses/i2c-taos-evm
5797 F: drivers/i2c/busses/i2c-taos-evm.c
5798
5799 I2C-TINY-USB DRIVER
5800 M: Till Harbaum <till@harbaum.org>
5801 L: linux-i2c@vger.kernel.org
5802 W: http://www.harbaum.org/till/i2c_tiny_usb
5803 S: Maintained
5804 F: drivers/i2c/busses/i2c-tiny-usb.c
5805
5806 i386 BOOT CODE
5807 M: "H. Peter Anvin" <hpa@zytor.com>
5808 S: Maintained
5809 F: arch/x86/boot/
5810
5811 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5812 M: "H. Peter Anvin" <hpa@zytor.com>
5813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5814 S: Maintained
5815
5816 IA64 (Itanium) PLATFORM
5817 M: Tony Luck <tony.luck@intel.com>
5818 M: Fenghua Yu <fenghua.yu@intel.com>
5819 L: linux-ia64@vger.kernel.org
5820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5821 S: Maintained
5822 F: arch/ia64/
5823
5824 IBM Power VMX Cryptographic instructions
5825 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5826 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5827 L: linux-crypto@vger.kernel.org
5828 S: Supported
5829 F: drivers/crypto/vmx/Makefile
5830 F: drivers/crypto/vmx/Kconfig
5831 F: drivers/crypto/vmx/vmx.c
5832 F: drivers/crypto/vmx/aes*
5833 F: drivers/crypto/vmx/ghash*
5834 F: drivers/crypto/vmx/ppc-xlate.pl
5835
5836 IBM Power in-Nest Crypto Acceleration
5837 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5838 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5839 L: linux-crypto@vger.kernel.org
5840 S: Supported
5841 F: drivers/crypto/nx/Makefile
5842 F: drivers/crypto/nx/Kconfig
5843 F: drivers/crypto/nx/nx-aes*
5844 F: drivers/crypto/nx/nx-sha*
5845 F: drivers/crypto/nx/nx.*
5846 F: drivers/crypto/nx/nx_csbcpb.h
5847 F: drivers/crypto/nx/nx_debugfs.h
5848
5849 IBM Power 842 compression accelerator
5850 M: Dan Streetman <ddstreet@ieee.org>
5851 S: Supported
5852 F: drivers/crypto/nx/Makefile
5853 F: drivers/crypto/nx/Kconfig
5854 F: drivers/crypto/nx/nx-842*
5855 F: include/linux/sw842.h
5856 F: crypto/842.c
5857 F: lib/842/
5858
5859 IBM Power Linux RAID adapter
5860 M: Brian King <brking@us.ibm.com>
5861 S: Supported
5862 F: drivers/scsi/ipr.*
5863
5864 IBM Power Virtual Ethernet Device Driver
5865 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5866 L: netdev@vger.kernel.org
5867 S: Supported
5868 F: drivers/net/ethernet/ibm/ibmveth.*
5869
5870 IBM Power SRIOV Virtual NIC Device Driver
5871 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5872 M: John Allen <jallen@linux.vnet.ibm.com>
5873 L: netdev@vger.kernel.org
5874 S: Supported
5875 F: drivers/net/ethernet/ibm/ibmvnic.*
5876
5877 IBM Power Virtual SCSI Device Drivers
5878 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5879 L: linux-scsi@vger.kernel.org
5880 S: Supported
5881 F: drivers/scsi/ibmvscsi/ibmvscsi*
5882 F: include/scsi/viosrp.h
5883
5884 IBM Power Virtual SCSI Device Target Driver
5885 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5886 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5887 L: linux-scsi@vger.kernel.org
5888 L: target-devel@vger.kernel.org
5889 S: Supported
5890 F: drivers/scsi/ibmvscsi_tgt/
5891
5892 IBM Power Virtual FC Device Drivers
5893 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5894 L: linux-scsi@vger.kernel.org
5895 S: Supported
5896 F: drivers/scsi/ibmvscsi/ibmvfc*
5897
5898 IBM ServeRAID RAID DRIVER
5899 S: Orphan
5900 F: drivers/scsi/ips.*
5901
5902 ICH LPC AND GPIO DRIVER
5903 M: Peter Tyser <ptyser@xes-inc.com>
5904 S: Maintained
5905 F: drivers/mfd/lpc_ich.c
5906 F: drivers/gpio/gpio-ich.c
5907
5908 IDE SUBSYSTEM
5909 M: "David S. Miller" <davem@davemloft.net>
5910 L: linux-ide@vger.kernel.org
5911 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5913 S: Maintained
5914 F: Documentation/ide/
5915 F: drivers/ide/
5916 F: include/linux/ide.h
5917
5918 IDEAPAD LAPTOP EXTRAS DRIVER
5919 M: Ike Panhc <ike.pan@canonical.com>
5920 L: platform-driver-x86@vger.kernel.org
5921 W: http://launchpad.net/ideapad-laptop
5922 S: Maintained
5923 F: drivers/platform/x86/ideapad-laptop.c
5924
5925 IDEAPAD LAPTOP SLIDEBAR DRIVER
5926 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5927 L: linux-input@vger.kernel.org
5928 W: https://github.com/o2genum/ideapad-slidebar
5929 S: Maintained
5930 F: drivers/input/misc/ideapad_slidebar.c
5931
5932 IDE/ATAPI DRIVERS
5933 M: Borislav Petkov <bp@alien8.de>
5934 L: linux-ide@vger.kernel.org
5935 S: Maintained
5936 F: Documentation/cdrom/ide-cd
5937 F: drivers/ide/ide-cd*
5938
5939 IDLE-I7300
5940 M: Andy Henroid <andrew.d.henroid@intel.com>
5941 L: linux-pm@vger.kernel.org
5942 S: Supported
5943 F: drivers/idle/i7300_idle.c
5944
5945 IEEE 802.15.4 SUBSYSTEM
5946 M: Alexander Aring <aar@pengutronix.de>
5947 L: linux-wpan@vger.kernel.org
5948 W: http://wpan.cakelab.org/
5949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5951 S: Maintained
5952 F: net/ieee802154/
5953 F: net/mac802154/
5954 F: drivers/net/ieee802154/
5955 F: include/linux/nl802154.h
5956 F: include/linux/ieee802154.h
5957 F: include/net/nl802154.h
5958 F: include/net/mac802154.h
5959 F: include/net/af_ieee802154.h
5960 F: include/net/cfg802154.h
5961 F: include/net/ieee802154_netdev.h
5962 F: Documentation/networking/ieee802154.txt
5963
5964 IGORPLUG-USB IR RECEIVER
5965 M: Sean Young <sean@mess.org>
5966 L: linux-media@vger.kernel.org
5967 S: Maintained
5968 F: drivers/media/rc/igorplugusb.c
5969
5970 IGUANAWORKS USB IR TRANSCEIVER
5971 M: Sean Young <sean@mess.org>
5972 L: linux-media@vger.kernel.org
5973 S: Maintained
5974 F: drivers/media/rc/iguanair.c
5975
5976 IIO SUBSYSTEM AND DRIVERS
5977 M: Jonathan Cameron <jic23@kernel.org>
5978 R: Hartmut Knaack <knaack.h@gmx.de>
5979 R: Lars-Peter Clausen <lars@metafoo.de>
5980 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5981 L: linux-iio@vger.kernel.org
5982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5983 S: Maintained
5984 F: Documentation/devicetree/bindings/iio/
5985 F: drivers/iio/
5986 F: drivers/staging/iio/
5987 F: include/linux/iio/
5988 F: tools/iio/
5989
5990 IKANOS/ADI EAGLE ADSL USB DRIVER
5991 M: Matthieu Castet <castet.matthieu@free.fr>
5992 M: Stanislaw Gruszka <stf_xl@wp.pl>
5993 S: Maintained
5994 F: drivers/usb/atm/ueagle-atm.c
5995
5996 INA209 HARDWARE MONITOR DRIVER
5997 M: Guenter Roeck <linux@roeck-us.net>
5998 L: linux-hwmon@vger.kernel.org
5999 S: Maintained
6000 F: Documentation/hwmon/ina209
6001 F: Documentation/devicetree/bindings/i2c/ina209.txt
6002 F: drivers/hwmon/ina209.c
6003
6004 INA2XX HARDWARE MONITOR DRIVER
6005 M: Guenter Roeck <linux@roeck-us.net>
6006 L: linux-hwmon@vger.kernel.org
6007 S: Maintained
6008 F: Documentation/hwmon/ina2xx
6009 F: drivers/hwmon/ina2xx.c
6010 F: include/linux/platform_data/ina2xx.h
6011
6012 INDUSTRY PACK SUBSYSTEM (IPACK)
6013 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6014 M: Jens Taprogge <jens.taprogge@taprogge.org>
6015 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6016 L: industrypack-devel@lists.sourceforge.net
6017 W: http://industrypack.sourceforge.net
6018 S: Maintained
6019 F: drivers/ipack/
6020
6021 INGENIC JZ4780 DMA Driver
6022 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6023 S: Maintained
6024 F: drivers/dma/dma-jz4780.c
6025
6026 INGENIC JZ4780 NAND DRIVER
6027 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6028 L: linux-mtd@lists.infradead.org
6029 S: Maintained
6030 F: drivers/mtd/nand/jz4780_*
6031
6032 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6033 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6034 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6035 L: linux-ima-devel@lists.sourceforge.net
6036 L: linux-ima-user@lists.sourceforge.net
6037 L: linux-security-module@vger.kernel.org
6038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6039 S: Supported
6040 F: security/integrity/ima/
6041
6042 IMGTEC IR DECODER DRIVER
6043 M: James Hogan <james.hogan@imgtec.com>
6044 S: Maintained
6045 F: drivers/media/rc/img-ir/
6046
6047 IMS TWINTURBO FRAMEBUFFER DRIVER
6048 L: linux-fbdev@vger.kernel.org
6049 S: Orphan
6050 F: drivers/video/fbdev/imsttfb.c
6051
6052 INFINIBAND SUBSYSTEM
6053 M: Doug Ledford <dledford@redhat.com>
6054 M: Sean Hefty <sean.hefty@intel.com>
6055 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6056 L: linux-rdma@vger.kernel.org
6057 W: http://www.openfabrics.org/
6058 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6060 S: Supported
6061 F: Documentation/infiniband/
6062 F: drivers/infiniband/
6063 F: include/uapi/linux/if_infiniband.h
6064 F: include/uapi/rdma/
6065 F: include/rdma/
6066
6067 INOTIFY
6068 M: John McCutchan <john@johnmccutchan.com>
6069 M: Robert Love <rlove@rlove.org>
6070 M: Eric Paris <eparis@parisplace.org>
6071 S: Maintained
6072 F: Documentation/filesystems/inotify.txt
6073 F: fs/notify/inotify/
6074 F: include/linux/inotify.h
6075 F: include/uapi/linux/inotify.h
6076
6077 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6078 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6079 L: linux-input@vger.kernel.org
6080 Q: http://patchwork.kernel.org/project/linux-input/list/
6081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6082 S: Maintained
6083 F: drivers/input/
6084 F: include/linux/input.h
6085 F: include/uapi/linux/input.h
6086 F: include/linux/input/
6087 F: Documentation/devicetree/bindings/input/
6088
6089 INPUT MULTITOUCH (MT) PROTOCOL
6090 M: Henrik Rydberg <rydberg@bitmath.org>
6091 L: linux-input@vger.kernel.org
6092 S: Odd fixes
6093 F: Documentation/input/multi-touch-protocol.txt
6094 F: drivers/input/input-mt.c
6095 K: \b(ABS|SYN)_MT_
6096
6097 INTEL ASoC BDW/HSW DRIVERS
6098 M: Jie Yang <yang.jie@linux.intel.com>
6099 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6100 S: Supported
6101 F: sound/soc/intel/common/sst-dsp*
6102 F: sound/soc/intel/common/sst-firmware.c
6103 F: sound/soc/intel/boards/broadwell.c
6104 F: sound/soc/intel/haswell/
6105
6106 INTEL C600 SERIES SAS CONTROLLER DRIVER
6107 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6108 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6109 L: linux-scsi@vger.kernel.org
6110 T: git git://git.code.sf.net/p/intel-sas/isci
6111 S: Supported
6112 F: drivers/scsi/isci/
6113
6114 INTEL HID EVENT DRIVER
6115 M: Alex Hung <alex.hung@canonical.com>
6116 L: platform-driver-x86@vger.kernel.org
6117 S: Maintained
6118 F: drivers/platform/x86/intel-hid.c
6119
6120 INTEL VIRTUAL BUTTON DRIVER
6121 M: AceLan Kao <acelan.kao@canonical.com>
6122 L: platform-driver-x86@vger.kernel.org
6123 S: Maintained
6124 F: drivers/platform/x86/intel-vbtn.c
6125
6126 INTEL IDLE DRIVER
6127 M: Len Brown <lenb@kernel.org>
6128 L: linux-pm@vger.kernel.org
6129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6130 S: Supported
6131 F: drivers/idle/intel_idle.c
6132
6133 INTEL INTEGRATED SENSOR HUB DRIVER
6134 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6135 M: Jiri Kosina <jikos@kernel.org>
6136 L: linux-input@vger.kernel.org
6137 S: Maintained
6138 F: drivers/hid/intel-ish-hid/
6139
6140 INTEL PSTATE DRIVER
6141 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6142 M: Len Brown <lenb@kernel.org>
6143 L: linux-pm@vger.kernel.org
6144 S: Supported
6145 F: drivers/cpufreq/intel_pstate.c
6146
6147 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6148 M: Maik Broemme <mbroemme@plusserver.de>
6149 L: linux-fbdev@vger.kernel.org
6150 S: Maintained
6151 F: Documentation/fb/intelfb.txt
6152 F: drivers/video/fbdev/intelfb/
6153
6154 INTEL 810/815 FRAMEBUFFER DRIVER
6155 M: Antonino Daplas <adaplas@gmail.com>
6156 L: linux-fbdev@vger.kernel.org
6157 S: Maintained
6158 F: drivers/video/fbdev/i810/
6159
6160 INTEL MENLOW THERMAL DRIVER
6161 M: Sujith Thomas <sujith.thomas@intel.com>
6162 L: platform-driver-x86@vger.kernel.org
6163 W: https://01.org/linux-acpi
6164 S: Supported
6165 F: drivers/platform/x86/intel_menlow.c
6166
6167 INTEL I/OAT DMA DRIVER
6168 M: Dave Jiang <dave.jiang@intel.com>
6169 R: Dan Williams <dan.j.williams@intel.com>
6170 L: dmaengine@vger.kernel.org
6171 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6172 S: Supported
6173 F: drivers/dma/ioat*
6174
6175 INTEL IOMMU (VT-d)
6176 M: David Woodhouse <dwmw2@infradead.org>
6177 L: iommu@lists.linux-foundation.org
6178 T: git git://git.infradead.org/iommu-2.6.git
6179 S: Supported
6180 F: drivers/iommu/intel-iommu.c
6181 F: include/linux/intel-iommu.h
6182
6183 INTEL IOP-ADMA DMA DRIVER
6184 R: Dan Williams <dan.j.williams@intel.com>
6185 S: Odd fixes
6186 F: drivers/dma/iop-adma.c
6187
6188 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6189 M: Krzysztof Halasa <khalasa@piap.pl>
6190 S: Maintained
6191 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6192 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6193 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6194 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6195 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6196 F: drivers/net/wan/ixp4xx_hss.c
6197
6198 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6199 M: Deepak Saxena <dsaxena@plexity.net>
6200 S: Maintained
6201 F: drivers/char/hw_random/ixp4xx-rng.c
6202
6203 INTEL ETHERNET DRIVERS
6204 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6205 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6206 W: http://www.intel.com/support/feedback.htm
6207 W: http://e1000.sourceforge.net/
6208 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6211 S: Supported
6212 F: Documentation/networking/e100.txt
6213 F: Documentation/networking/e1000.txt
6214 F: Documentation/networking/e1000e.txt
6215 F: Documentation/networking/igb.txt
6216 F: Documentation/networking/igbvf.txt
6217 F: Documentation/networking/ixgb.txt
6218 F: Documentation/networking/ixgbe.txt
6219 F: Documentation/networking/ixgbevf.txt
6220 F: Documentation/networking/i40e.txt
6221 F: Documentation/networking/i40evf.txt
6222 F: drivers/net/ethernet/intel/
6223 F: drivers/net/ethernet/intel/*/
6224
6225 INTEL RDMA RNIC DRIVER
6226 M: Faisal Latif <faisal.latif@intel.com>
6227 R: Chien Tin Tung <chien.tin.tung@intel.com>
6228 R: Mustafa Ismail <mustafa.ismail@intel.com>
6229 R: Shiraz Saleem <shiraz.saleem@intel.com>
6230 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6231 L: linux-rdma@vger.kernel.org
6232 S: Supported
6233 F: drivers/infiniband/hw/i40iw/
6234
6235 INTEL MERRIFIELD GPIO DRIVER
6236 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6237 L: linux-gpio@vger.kernel.org
6238 S: Maintained
6239 F: drivers/gpio/gpio-merrifield.c
6240
6241 INTEL-MID GPIO DRIVER
6242 M: David Cohen <david.a.cohen@linux.intel.com>
6243 L: linux-gpio@vger.kernel.org
6244 S: Maintained
6245 F: drivers/gpio/gpio-intel-mid.c
6246
6247 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6248 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6249 L: linux-wireless@vger.kernel.org
6250 S: Maintained
6251 F: Documentation/networking/README.ipw2100
6252 F: Documentation/networking/README.ipw2200
6253 F: drivers/net/wireless/intel/ipw2x00/
6254
6255 INTEL(R) TRACE HUB
6256 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6257 S: Supported
6258 F: Documentation/trace/intel_th.txt
6259 F: drivers/hwtracing/intel_th/
6260
6261 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6262 M: Ning Sun <ning.sun@intel.com>
6263 L: tboot-devel@lists.sourceforge.net
6264 W: http://tboot.sourceforge.net
6265 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6266 S: Supported
6267 F: Documentation/intel_txt.txt
6268 F: include/linux/tboot.h
6269 F: arch/x86/kernel/tboot.c
6270
6271 INTEL WIRELESS WIMAX CONNECTION 2400
6272 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6273 M: linux-wimax@intel.com
6274 L: wimax@linuxwimax.org (subscribers-only)
6275 S: Supported
6276 W: http://linuxwimax.org
6277 F: Documentation/wimax/README.i2400m
6278 F: drivers/net/wimax/i2400m/
6279 F: include/uapi/linux/wimax/i2400m.h
6280
6281 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6282 M: Stanislaw Gruszka <sgruszka@redhat.com>
6283 L: linux-wireless@vger.kernel.org
6284 S: Supported
6285 F: drivers/net/wireless/intel/iwlegacy/
6286
6287 INTEL WIRELESS WIFI LINK (iwlwifi)
6288 M: Johannes Berg <johannes.berg@intel.com>
6289 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6290 M: Luca Coelho <luciano.coelho@intel.com>
6291 M: Intel Linux Wireless <linuxwifi@intel.com>
6292 L: linux-wireless@vger.kernel.org
6293 W: http://intellinuxwireless.org
6294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6295 S: Supported
6296 F: drivers/net/wireless/intel/iwlwifi/
6297
6298 INTEL MANAGEMENT ENGINE (mei)
6299 M: Tomas Winkler <tomas.winkler@intel.com>
6300 L: linux-kernel@vger.kernel.org
6301 S: Supported
6302 F: include/uapi/linux/mei.h
6303 F: include/linux/mei_cl_bus.h
6304 F: drivers/misc/mei/*
6305 F: drivers/watchdog/mei_wdt.c
6306 F: Documentation/misc-devices/mei/*
6307
6308 INTEL MIC DRIVERS (mic)
6309 M: Sudeep Dutt <sudeep.dutt@intel.com>
6310 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6311 S: Supported
6312 W: https://github.com/sudeepdutt/mic
6313 W: http://software.intel.com/en-us/mic-developer
6314 F: include/linux/mic_bus.h
6315 F: include/linux/scif.h
6316 F: include/uapi/linux/mic_common.h
6317 F: include/uapi/linux/mic_ioctl.h
6318 F: include/uapi/linux/scif_ioctl.h
6319 F: drivers/misc/mic/
6320 F: drivers/dma/mic_x100_dma.c
6321 F: drivers/dma/mic_x100_dma.h
6322 F: Documentation/mic/
6323
6324 INTEL PMC/P-Unit IPC DRIVER
6325 M: Zha Qipeng<qipeng.zha@intel.com>
6326 L: platform-driver-x86@vger.kernel.org
6327 S: Maintained
6328 F: drivers/platform/x86/intel_pmc_ipc.c
6329 F: drivers/platform/x86/intel_punit_ipc.c
6330 F: arch/x86/include/asm/intel_pmc_ipc.h
6331 F: arch/x86/include/asm/intel_punit_ipc.h
6332
6333 INTEL TELEMETRY DRIVER
6334 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6335 L: platform-driver-x86@vger.kernel.org
6336 S: Maintained
6337 F: arch/x86/include/asm/intel_telemetry.h
6338 F: drivers/platform/x86/intel_telemetry*
6339
6340 INTEL PMC CORE DRIVER
6341 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6342 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6343 L: platform-driver-x86@vger.kernel.org
6344 S: Maintained
6345 F: arch/x86/include/asm/pmc_core.h
6346 F: drivers/platform/x86/intel_pmc_core*
6347
6348 IOC3 ETHERNET DRIVER
6349 M: Ralf Baechle <ralf@linux-mips.org>
6350 L: linux-mips@linux-mips.org
6351 S: Maintained
6352 F: drivers/net/ethernet/sgi/ioc3-eth.c
6353
6354 IOC3 SERIAL DRIVER
6355 M: Pat Gefre <pfg@sgi.com>
6356 L: linux-serial@vger.kernel.org
6357 S: Maintained
6358 F: drivers/tty/serial/ioc3_serial.c
6359
6360 IOMMU DRIVERS
6361 M: Joerg Roedel <joro@8bytes.org>
6362 L: iommu@lists.linux-foundation.org
6363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6364 S: Maintained
6365 F: Documentation/devicetree/bindings/iommu/
6366 F: drivers/iommu/
6367
6368 IP MASQUERADING
6369 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6370 S: Maintained
6371 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6372
6373 IPMI SUBSYSTEM
6374 M: Corey Minyard <minyard@acm.org>
6375 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6376 W: http://openipmi.sourceforge.net/
6377 S: Supported
6378 F: Documentation/IPMI.txt
6379 F: drivers/char/ipmi/
6380 F: include/linux/ipmi*
6381 F: include/uapi/linux/ipmi*
6382
6383 QCOM AUDIO (ASoC) DRIVERS
6384 M: Patrick Lai <plai@codeaurora.org>
6385 M: Banajit Goswami <bgoswami@codeaurora.org>
6386 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6387 S: Supported
6388 F: sound/soc/qcom/
6389
6390 IPS SCSI RAID DRIVER
6391 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6392 L: linux-scsi@vger.kernel.org
6393 W: http://www.adaptec.com/
6394 S: Maintained
6395 F: drivers/scsi/ips*
6396
6397 IPVS
6398 M: Wensong Zhang <wensong@linux-vs.org>
6399 M: Simon Horman <horms@verge.net.au>
6400 M: Julian Anastasov <ja@ssi.bg>
6401 L: netdev@vger.kernel.org
6402 L: lvs-devel@vger.kernel.org
6403 S: Maintained
6404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6406 F: Documentation/networking/ipvs-sysctl.txt
6407 F: include/net/ip_vs.h
6408 F: include/uapi/linux/ip_vs.h
6409 F: net/netfilter/ipvs/
6410
6411 IPWIRELESS DRIVER
6412 M: Jiri Kosina <jikos@kernel.org>
6413 M: David Sterba <dsterba@suse.com>
6414 S: Odd Fixes
6415 F: drivers/tty/ipwireless/
6416
6417 IPX NETWORK LAYER
6418 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6419 L: netdev@vger.kernel.org
6420 S: Maintained
6421 F: include/net/ipx.h
6422 F: include/uapi/linux/ipx.h
6423 F: net/ipx/
6424
6425 IRDA SUBSYSTEM
6426 M: Samuel Ortiz <samuel@sortiz.org>
6427 L: irda-users@lists.sourceforge.net (subscribers-only)
6428 L: netdev@vger.kernel.org
6429 W: http://irda.sourceforge.net/
6430 S: Maintained
6431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6432 F: Documentation/networking/irda.txt
6433 F: drivers/net/irda/
6434 F: include/net/irda/
6435 F: net/irda/
6436
6437 IRQ SUBSYSTEM
6438 M: Thomas Gleixner <tglx@linutronix.de>
6439 L: linux-kernel@vger.kernel.org
6440 S: Maintained
6441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6442 F: kernel/irq/
6443
6444 IRQCHIP DRIVERS
6445 M: Thomas Gleixner <tglx@linutronix.de>
6446 M: Jason Cooper <jason@lakedaemon.net>
6447 M: Marc Zyngier <marc.zyngier@arm.com>
6448 L: linux-kernel@vger.kernel.org
6449 S: Maintained
6450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6451 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6452 F: Documentation/devicetree/bindings/interrupt-controller/
6453 F: drivers/irqchip/
6454
6455 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6456 M: Marc Zyngier <marc.zyngier@arm.com>
6457 S: Maintained
6458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6459 F: Documentation/IRQ-domain.txt
6460 F: include/linux/irqdomain.h
6461 F: kernel/irq/irqdomain.c
6462 F: kernel/irq/msi.c
6463
6464 ISA
6465 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6466 S: Maintained
6467 F: Documentation/isa.txt
6468 F: drivers/base/isa.c
6469 F: include/linux/isa.h
6470
6471 ISAPNP
6472 M: Jaroslav Kysela <perex@perex.cz>
6473 S: Maintained
6474 F: Documentation/isapnp.txt
6475 F: drivers/pnp/isapnp/
6476 F: include/linux/isapnp.h
6477
6478 ISA RADIO MODULE
6479 M: Hans Verkuil <hverkuil@xs4all.nl>
6480 L: linux-media@vger.kernel.org
6481 T: git git://linuxtv.org/media_tree.git
6482 W: https://linuxtv.org
6483 S: Maintained
6484 F: drivers/media/radio/radio-isa*
6485
6486 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6487 M: Peter Jones <pjones@redhat.com>
6488 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6489 S: Maintained
6490 F: drivers/firmware/iscsi_ibft*
6491
6492 ISCSI
6493 M: Mike Christie <michaelc@cs.wisc.edu>
6494 L: open-iscsi@googlegroups.com
6495 W: www.open-iscsi.org
6496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6497 S: Maintained
6498 F: drivers/scsi/*iscsi*
6499 F: include/scsi/*iscsi*
6500
6501 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6502 M: Or Gerlitz <ogerlitz@mellanox.com>
6503 M: Sagi Grimberg <sagi@grimberg.me>
6504 M: Roi Dayan <roid@mellanox.com>
6505 L: linux-rdma@vger.kernel.org
6506 S: Supported
6507 W: http://www.openfabrics.org
6508 W: www.open-iscsi.org
6509 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6510 F: drivers/infiniband/ulp/iser/
6511
6512 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6513 M: Sagi Grimberg <sagi@grimberg.me>
6514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6515 L: linux-rdma@vger.kernel.org
6516 L: target-devel@vger.kernel.org
6517 S: Supported
6518 W: http://www.linux-iscsi.org
6519 F: drivers/infiniband/ulp/isert
6520
6521 ISDN SUBSYSTEM
6522 M: Karsten Keil <isdn@linux-pingi.de>
6523 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6524 L: netdev@vger.kernel.org
6525 W: http://www.isdn4linux.de
6526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6527 S: Maintained
6528 F: Documentation/isdn/
6529 F: drivers/isdn/
6530 F: include/linux/isdn.h
6531 F: include/linux/isdn/
6532 F: include/uapi/linux/isdn.h
6533 F: include/uapi/linux/isdn/
6534
6535 ISDN SUBSYSTEM (Eicon active card driver)
6536 M: Armin Schindler <mac@melware.de>
6537 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6538 W: http://www.melware.de
6539 S: Maintained
6540 F: drivers/isdn/hardware/eicon/
6541
6542 IT87 HARDWARE MONITORING DRIVER
6543 M: Jean Delvare <jdelvare@suse.com>
6544 L: linux-hwmon@vger.kernel.org
6545 S: Maintained
6546 F: Documentation/hwmon/it87
6547 F: drivers/hwmon/it87.c
6548
6549 IT913X MEDIA DRIVER
6550 M: Antti Palosaari <crope@iki.fi>
6551 L: linux-media@vger.kernel.org
6552 W: https://linuxtv.org
6553 W: http://palosaari.fi/linux/
6554 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6555 T: git git://linuxtv.org/anttip/media_tree.git
6556 S: Maintained
6557 F: drivers/media/tuners/it913x*
6558
6559 IVTV VIDEO4LINUX DRIVER
6560 M: Andy Walls <awalls@md.metrocast.net>
6561 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6562 L: linux-media@vger.kernel.org
6563 T: git git://linuxtv.org/media_tree.git
6564 W: http://www.ivtvdriver.org
6565 S: Maintained
6566 F: Documentation/video4linux/*.ivtv
6567 F: drivers/media/pci/ivtv/
6568 F: include/uapi/linux/ivtv*
6569
6570 IX2505V MEDIA DRIVER
6571 M: Malcolm Priestley <tvboxspy@gmail.com>
6572 L: linux-media@vger.kernel.org
6573 W: https://linuxtv.org
6574 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6575 S: Maintained
6576 F: drivers/media/dvb-frontends/ix2505v*
6577
6578 JC42.4 TEMPERATURE SENSOR DRIVER
6579 M: Guenter Roeck <linux@roeck-us.net>
6580 L: linux-hwmon@vger.kernel.org
6581 S: Maintained
6582 F: drivers/hwmon/jc42.c
6583 F: Documentation/hwmon/jc42
6584
6585 JFS FILESYSTEM
6586 M: Dave Kleikamp <shaggy@kernel.org>
6587 L: jfs-discussion@lists.sourceforge.net
6588 W: http://jfs.sourceforge.net/
6589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6590 S: Maintained
6591 F: Documentation/filesystems/jfs.txt
6592 F: fs/jfs/
6593
6594 JME NETWORK DRIVER
6595 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6596 L: netdev@vger.kernel.org
6597 S: Maintained
6598 F: drivers/net/ethernet/jme.*
6599
6600 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6601 M: David Woodhouse <dwmw2@infradead.org>
6602 L: linux-mtd@lists.infradead.org
6603 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6604 S: Maintained
6605 F: fs/jffs2/
6606 F: include/uapi/linux/jffs2.h
6607
6608 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6609 M: "Theodore Ts'o" <tytso@mit.edu>
6610 M: Jan Kara <jack@suse.com>
6611 L: linux-ext4@vger.kernel.org
6612 S: Maintained
6613 F: fs/jbd2/
6614 F: include/linux/jbd2.h
6615
6616 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6617 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6618 L: linux-media@vger.kernel.org
6619 S: Maintained
6620 F: drivers/media/platform/rcar_jpu.c
6621
6622 JSM Neo PCI based serial card
6623 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6624 L: linux-serial@vger.kernel.org
6625 S: Maintained
6626 F: drivers/tty/serial/jsm/
6627
6628 K10TEMP HARDWARE MONITORING DRIVER
6629 M: Clemens Ladisch <clemens@ladisch.de>
6630 L: linux-hwmon@vger.kernel.org
6631 S: Maintained
6632 F: Documentation/hwmon/k10temp
6633 F: drivers/hwmon/k10temp.c
6634
6635 K8TEMP HARDWARE MONITORING DRIVER
6636 M: Rudolf Marek <r.marek@assembler.cz>
6637 L: linux-hwmon@vger.kernel.org
6638 S: Maintained
6639 F: Documentation/hwmon/k8temp
6640 F: drivers/hwmon/k8temp.c
6641
6642 KASAN
6643 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6644 R: Alexander Potapenko <glider@google.com>
6645 R: Dmitry Vyukov <dvyukov@google.com>
6646 L: kasan-dev@googlegroups.com
6647 S: Maintained
6648 F: arch/*/include/asm/kasan.h
6649 F: arch/*/mm/kasan_init*
6650 F: Documentation/dev-tools/kasan.rst
6651 F: include/linux/kasan*.h
6652 F: lib/test_kasan.c
6653 F: mm/kasan/
6654 F: scripts/Makefile.kasan
6655
6656 KCONFIG
6657 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6658 L: linux-kbuild@vger.kernel.org
6659 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6660 S: Maintained
6661 F: Documentation/kbuild/kconfig-language.txt
6662 F: scripts/kconfig/
6663
6664 KDUMP
6665 M: Dave Young <dyoung@redhat.com>
6666 M: Baoquan He <bhe@redhat.com>
6667 R: Vivek Goyal <vgoyal@redhat.com>
6668 L: kexec@lists.infradead.org
6669 W: http://lse.sourceforge.net/kdump/
6670 S: Maintained
6671 F: Documentation/kdump/
6672
6673 KEENE FM RADIO TRANSMITTER DRIVER
6674 M: Hans Verkuil <hverkuil@xs4all.nl>
6675 L: linux-media@vger.kernel.org
6676 T: git git://linuxtv.org/media_tree.git
6677 W: https://linuxtv.org
6678 S: Maintained
6679 F: drivers/media/radio/radio-keene*
6680
6681 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6682 M: Ian Kent <raven@themaw.net>
6683 L: autofs@vger.kernel.org
6684 S: Maintained
6685 F: fs/autofs4/
6686
6687 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6688 M: Michal Marek <mmarek@suse.com>
6689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6691 L: linux-kbuild@vger.kernel.org
6692 S: Maintained
6693 F: Documentation/kbuild/
6694 F: Makefile
6695 F: scripts/Makefile.*
6696 F: scripts/basic/
6697 F: scripts/mk*
6698 F: scripts/package/
6699
6700 KERNEL JANITORS
6701 L: kernel-janitors@vger.kernel.org
6702 W: http://kernelnewbies.org/KernelJanitors
6703 S: Odd Fixes
6704
6705 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6706 M: "J. Bruce Fields" <bfields@fieldses.org>
6707 M: Jeff Layton <jlayton@poochiereds.net>
6708 L: linux-nfs@vger.kernel.org
6709 W: http://nfs.sourceforge.net/
6710 T: git git://linux-nfs.org/~bfields/linux.git
6711 S: Supported
6712 F: fs/nfsd/
6713 F: include/uapi/linux/nfsd/
6714 F: fs/lockd/
6715 F: fs/nfs_common/
6716 F: net/sunrpc/
6717 F: include/linux/lockd/
6718 F: include/linux/sunrpc/
6719 F: include/uapi/linux/sunrpc/
6720
6721 KERNEL SELFTEST FRAMEWORK
6722 M: Shuah Khan <shuahkh@osg.samsung.com>
6723 M: Shuah Khan <shuah@kernel.org>
6724 L: linux-kselftest@vger.kernel.org
6725 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6726 S: Maintained
6727 F: tools/testing/selftests
6728
6729 KERNEL VIRTUAL MACHINE (KVM)
6730 M: Paolo Bonzini <pbonzini@redhat.com>
6731 M: Radim Krčmář <rkrcmar@redhat.com>
6732 L: kvm@vger.kernel.org
6733 W: http://www.linux-kvm.org
6734 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6735 S: Supported
6736 F: Documentation/*/kvm*.txt
6737 F: Documentation/virtual/kvm/
6738 F: arch/*/kvm/
6739 F: arch/x86/kernel/kvm.c
6740 F: arch/x86/kernel/kvmclock.c
6741 F: arch/*/include/asm/kvm*
6742 F: include/linux/kvm*
6743 F: include/uapi/linux/kvm*
6744 F: virt/kvm/
6745 F: tools/kvm/
6746
6747 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6748 M: Joerg Roedel <joro@8bytes.org>
6749 L: kvm@vger.kernel.org
6750 W: http://www.linux-kvm.org/
6751 S: Maintained
6752 F: arch/x86/include/asm/svm.h
6753 F: arch/x86/kvm/svm.c
6754
6755 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6756 M: Alexander Graf <agraf@suse.com>
6757 L: kvm-ppc@vger.kernel.org
6758 W: http://www.linux-kvm.org/
6759 T: git git://github.com/agraf/linux-2.6.git
6760 S: Supported
6761 F: arch/powerpc/include/asm/kvm*
6762 F: arch/powerpc/kvm/
6763
6764 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6765 M: Christian Borntraeger <borntraeger@de.ibm.com>
6766 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6767 L: linux-s390@vger.kernel.org
6768 W: http://www.ibm.com/developerworks/linux/linux390/
6769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6770 S: Supported
6771 F: Documentation/s390/kvm.txt
6772 F: arch/s390/include/asm/kvm*
6773 F: arch/s390/kvm/
6774
6775 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6776 M: Christoffer Dall <christoffer.dall@linaro.org>
6777 M: Marc Zyngier <marc.zyngier@arm.com>
6778 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6779 L: kvmarm@lists.cs.columbia.edu
6780 W: http://systems.cs.columbia.edu/projects/kvm-arm
6781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6782 S: Supported
6783 F: arch/arm/include/uapi/asm/kvm*
6784 F: arch/arm/include/asm/kvm*
6785 F: arch/arm/kvm/
6786 F: virt/kvm/arm/
6787 F: include/kvm/arm_*
6788
6789 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6790 M: Christoffer Dall <christoffer.dall@linaro.org>
6791 M: Marc Zyngier <marc.zyngier@arm.com>
6792 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6793 L: kvmarm@lists.cs.columbia.edu
6794 S: Maintained
6795 F: arch/arm64/include/uapi/asm/kvm*
6796 F: arch/arm64/include/asm/kvm*
6797 F: arch/arm64/kvm/
6798
6799 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6800 M: James Hogan <james.hogan@imgtec.com>
6801 L: linux-mips@linux-mips.org
6802 S: Supported
6803 F: arch/mips/include/uapi/asm/kvm*
6804 F: arch/mips/include/asm/kvm*
6805 F: arch/mips/kvm/
6806
6807 KEXEC
6808 M: Eric Biederman <ebiederm@xmission.com>
6809 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6810 L: kexec@lists.infradead.org
6811 S: Maintained
6812 F: include/linux/kexec.h
6813 F: include/uapi/linux/kexec.h
6814 F: kernel/kexec*
6815
6816 KEYS/KEYRINGS:
6817 M: David Howells <dhowells@redhat.com>
6818 L: keyrings@vger.kernel.org
6819 S: Maintained
6820 F: Documentation/security/keys.txt
6821 F: include/linux/key.h
6822 F: include/linux/key-type.h
6823 F: include/linux/keyctl.h
6824 F: include/uapi/linux/keyctl.h
6825 F: include/keys/
6826 F: security/keys/
6827
6828 KEYS-TRUSTED
6829 M: David Safford <safford@us.ibm.com>
6830 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6831 L: linux-security-module@vger.kernel.org
6832 L: keyrings@vger.kernel.org
6833 S: Supported
6834 F: Documentation/security/keys-trusted-encrypted.txt
6835 F: include/keys/trusted-type.h
6836 F: security/keys/trusted.c
6837 F: security/keys/trusted.h
6838
6839 KEYS-ENCRYPTED
6840 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6841 M: David Safford <safford@us.ibm.com>
6842 L: linux-security-module@vger.kernel.org
6843 L: keyrings@vger.kernel.org
6844 S: Supported
6845 F: Documentation/security/keys-trusted-encrypted.txt
6846 F: include/keys/encrypted-type.h
6847 F: security/keys/encrypted-keys/
6848
6849 KGDB / KDB /debug_core
6850 M: Jason Wessel <jason.wessel@windriver.com>
6851 W: http://kgdb.wiki.kernel.org/
6852 L: kgdb-bugreport@lists.sourceforge.net
6853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6854 S: Maintained
6855 F: Documentation/DocBook/kgdb.tmpl
6856 F: drivers/misc/kgdbts.c
6857 F: drivers/tty/serial/kgdboc.c
6858 F: include/linux/kdb.h
6859 F: include/linux/kgdb.h
6860 F: kernel/debug/
6861
6862 KMEMCHECK
6863 M: Vegard Nossum <vegardno@ifi.uio.no>
6864 M: Pekka Enberg <penberg@kernel.org>
6865 S: Maintained
6866 F: Documentation/dev-tools/kmemcheck.rst
6867 F: arch/x86/include/asm/kmemcheck.h
6868 F: arch/x86/mm/kmemcheck/
6869 F: include/linux/kmemcheck.h
6870 F: mm/kmemcheck.c
6871
6872 KMEMLEAK
6873 M: Catalin Marinas <catalin.marinas@arm.com>
6874 S: Maintained
6875 F: Documentation/dev-tools/kmemleak.rst
6876 F: include/linux/kmemleak.h
6877 F: mm/kmemleak.c
6878 F: mm/kmemleak-test.c
6879
6880 KPROBES
6881 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6882 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6883 M: "David S. Miller" <davem@davemloft.net>
6884 M: Masami Hiramatsu <mhiramat@kernel.org>
6885 S: Maintained
6886 F: Documentation/kprobes.txt
6887 F: include/linux/kprobes.h
6888 F: kernel/kprobes.c
6889
6890 KS0108 LCD CONTROLLER DRIVER
6891 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6892 W: http://miguelojeda.es/auxdisplay.htm
6893 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6894 S: Maintained
6895 F: Documentation/auxdisplay/ks0108
6896 F: drivers/auxdisplay/ks0108.c
6897 F: include/linux/ks0108.h
6898
6899 L3MDEV
6900 M: David Ahern <dsa@cumulusnetworks.com>
6901 L: netdev@vger.kernel.org
6902 S: Maintained
6903 F: net/l3mdev
6904 F: include/net/l3mdev.h
6905
6906 LANTIQ MIPS ARCHITECTURE
6907 M: John Crispin <john@phrozen.org>
6908 L: linux-mips@linux-mips.org
6909 S: Maintained
6910 F: arch/mips/lantiq
6911
6912 LAPB module
6913 L: linux-x25@vger.kernel.org
6914 S: Orphan
6915 F: Documentation/networking/lapb-module.txt
6916 F: include/*/lapb.h
6917 F: net/lapb/
6918
6919 LASI 53c700 driver for PARISC
6920 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6921 L: linux-scsi@vger.kernel.org
6922 S: Maintained
6923 F: Documentation/scsi/53c700.txt
6924 F: drivers/scsi/53c700*
6925
6926 LED SUBSYSTEM
6927 M: Richard Purdie <rpurdie@rpsys.net>
6928 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6929 L: linux-leds@vger.kernel.org
6930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6931 S: Maintained
6932 F: Documentation/devicetree/bindings/leds/
6933 F: drivers/leds/
6934 F: include/linux/leds.h
6935
6936 LEGACY EEPROM DRIVER
6937 M: Jean Delvare <jdelvare@suse.com>
6938 S: Maintained
6939 F: Documentation/misc-devices/eeprom
6940 F: drivers/misc/eeprom/eeprom.c
6941
6942 LEGO USB Tower driver
6943 M: Juergen Stuber <starblue@users.sourceforge.net>
6944 L: legousb-devel@lists.sourceforge.net
6945 W: http://legousb.sourceforge.net/
6946 S: Maintained
6947 F: drivers/usb/misc/legousbtower.c
6948
6949 LG2160 MEDIA DRIVER
6950 M: Michael Krufky <mkrufky@linuxtv.org>
6951 L: linux-media@vger.kernel.org
6952 W: https://linuxtv.org
6953 W: http://github.com/mkrufky
6954 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6955 T: git git://linuxtv.org/mkrufky/tuners.git
6956 S: Maintained
6957 F: drivers/media/dvb-frontends/lg2160.*
6958
6959 LGDT3305 MEDIA DRIVER
6960 M: Michael Krufky <mkrufky@linuxtv.org>
6961 L: linux-media@vger.kernel.org
6962 W: https://linuxtv.org
6963 W: http://github.com/mkrufky
6964 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6965 T: git git://linuxtv.org/mkrufky/tuners.git
6966 S: Maintained
6967 F: drivers/media/dvb-frontends/lgdt3305.*
6968
6969 LGUEST
6970 M: Rusty Russell <rusty@rustcorp.com.au>
6971 L: lguest@lists.ozlabs.org
6972 W: http://lguest.ozlabs.org/
6973 S: Odd Fixes
6974 F: arch/x86/include/asm/lguest*.h
6975 F: arch/x86/lguest/
6976 F: drivers/lguest/
6977 F: include/linux/lguest*.h
6978 F: tools/lguest/
6979
6980 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6981 M: Tejun Heo <tj@kernel.org>
6982 L: linux-ide@vger.kernel.org
6983 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6984 S: Maintained
6985 F: drivers/ata/
6986 F: include/linux/ata.h
6987 F: include/linux/libata.h
6988 F: Documentation/devicetree/bindings/ata/
6989
6990 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6991 M: Viresh Kumar <vireshk@kernel.org>
6992 L: linux-ide@vger.kernel.org
6993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6994 S: Maintained
6995 F: include/linux/pata_arasan_cf_data.h
6996 F: drivers/ata/pata_arasan_cf.c
6997
6998 LIBATA PATA DRIVERS
6999 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7000 M: Tejun Heo <tj@kernel.org>
7001 L: linux-ide@vger.kernel.org
7002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7003 S: Maintained
7004 F: drivers/ata/pata_*.c
7005 F: drivers/ata/ata_generic.c
7006
7007 LIBATA SATA AHCI PLATFORM devices support
7008 M: Hans de Goede <hdegoede@redhat.com>
7009 M: Tejun Heo <tj@kernel.org>
7010 L: linux-ide@vger.kernel.org
7011 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7012 S: Maintained
7013 F: drivers/ata/ahci_platform.c
7014 F: drivers/ata/libahci_platform.c
7015 F: include/linux/ahci_platform.h
7016
7017 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7018 M: Mikael Pettersson <mikpelinux@gmail.com>
7019 L: linux-ide@vger.kernel.org
7020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7021 S: Maintained
7022 F: drivers/ata/sata_promise.*
7023
7024 LIBLOCKDEP
7025 M: Sasha Levin <sasha.levin@oracle.com>
7026 S: Maintained
7027 F: tools/lib/lockdep/
7028
7029 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7030 M: Dan Williams <dan.j.williams@intel.com>
7031 L: linux-nvdimm@lists.01.org
7032 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7034 S: Supported
7035 F: drivers/nvdimm/*
7036 F: include/linux/nd.h
7037 F: include/linux/libnvdimm.h
7038 F: include/uapi/linux/ndctl.h
7039
7040 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7041 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7042 L: linux-nvdimm@lists.01.org
7043 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7044 S: Supported
7045 F: drivers/nvdimm/blk.c
7046 F: drivers/nvdimm/region_devs.c
7047 F: drivers/acpi/nfit*
7048
7049 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7050 M: Vishal Verma <vishal.l.verma@intel.com>
7051 L: linux-nvdimm@lists.01.org
7052 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7053 S: Supported
7054 F: drivers/nvdimm/btt*
7055
7056 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7057 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7058 L: linux-nvdimm@lists.01.org
7059 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7060 S: Supported
7061 F: drivers/nvdimm/pmem.c
7062 F: include/linux/pmem.h
7063 F: arch/*/include/asm/pmem.h
7064
7065 LIGHTNVM PLATFORM SUPPORT
7066 M: Matias Bjorling <mb@lightnvm.io>
7067 W: http://github/OpenChannelSSD
7068 L: linux-block@vger.kernel.org
7069 S: Maintained
7070 F: drivers/lightnvm/
7071 F: include/linux/lightnvm.h
7072 F: include/uapi/linux/lightnvm.h
7073
7074 LINUX FOR IBM pSERIES (RS/6000)
7075 M: Paul Mackerras <paulus@au.ibm.com>
7076 W: http://www.ibm.com/linux/ltc/projects/ppc
7077 S: Supported
7078 F: arch/powerpc/boot/rs6000.h
7079
7080 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7081 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7082 M: Paul Mackerras <paulus@samba.org>
7083 M: Michael Ellerman <mpe@ellerman.id.au>
7084 W: http://www.penguinppc.org/
7085 L: linuxppc-dev@lists.ozlabs.org
7086 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7088 S: Supported
7089 F: Documentation/powerpc/
7090 F: arch/powerpc/
7091 F: drivers/char/tpm/tpm_ibmvtpm*
7092 F: drivers/crypto/nx/
7093 F: drivers/crypto/vmx/
7094 F: drivers/net/ethernet/ibm/ibmveth.*
7095 F: drivers/net/ethernet/ibm/ibmvnic.*
7096 F: drivers/pci/hotplug/pnv_php.c
7097 F: drivers/pci/hotplug/rpa*
7098 F: drivers/scsi/ibmvscsi/
7099 N: opal
7100 N: /pmac
7101 N: powermac
7102 N: powernv
7103 N: [^a-z0-9]ps3
7104 N: pseries
7105
7106 LINUX FOR POWER MACINTOSH
7107 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7108 W: http://www.penguinppc.org/
7109 L: linuxppc-dev@lists.ozlabs.org
7110 S: Maintained
7111 F: arch/powerpc/platforms/powermac/
7112 F: drivers/macintosh/
7113
7114 LINUX FOR POWERPC EMBEDDED MPC5XXX
7115 M: Anatolij Gustschin <agust@denx.de>
7116 L: linuxppc-dev@lists.ozlabs.org
7117 T: git git://git.denx.de/linux-denx-agust.git
7118 S: Maintained
7119 F: arch/powerpc/platforms/512x/
7120 F: arch/powerpc/platforms/52xx/
7121
7122 LINUX FOR POWERPC EMBEDDED PPC4XX
7123 M: Alistair Popple <alistair@popple.id.au>
7124 M: Matt Porter <mporter@kernel.crashing.org>
7125 W: http://www.penguinppc.org/
7126 L: linuxppc-dev@lists.ozlabs.org
7127 S: Maintained
7128 F: arch/powerpc/platforms/40x/
7129 F: arch/powerpc/platforms/44x/
7130
7131 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7132 L: linuxppc-dev@lists.ozlabs.org
7133 S: Orphan
7134 F: arch/powerpc/*/*virtex*
7135 F: arch/powerpc/*/*/*virtex*
7136
7137 LINUX FOR POWERPC EMBEDDED PPC8XX
7138 M: Vitaly Bordug <vitb@kernel.crashing.org>
7139 W: http://www.penguinppc.org/
7140 L: linuxppc-dev@lists.ozlabs.org
7141 S: Maintained
7142 F: arch/powerpc/platforms/8xx/
7143
7144 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7145 M: Scott Wood <oss@buserror.net>
7146 M: Kumar Gala <galak@kernel.crashing.org>
7147 W: http://www.penguinppc.org/
7148 L: linuxppc-dev@lists.ozlabs.org
7149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7150 S: Maintained
7151 F: arch/powerpc/platforms/83xx/
7152 F: arch/powerpc/platforms/85xx/
7153
7154 LINUX FOR POWERPC PA SEMI PWRFICIENT
7155 M: Olof Johansson <olof@lixom.net>
7156 L: linuxppc-dev@lists.ozlabs.org
7157 S: Maintained
7158 F: arch/powerpc/platforms/pasemi/
7159 F: drivers/*/*pasemi*
7160 F: drivers/*/*/*pasemi*
7161
7162 LINUX SECURITY MODULE (LSM) FRAMEWORK
7163 M: Chris Wright <chrisw@sous-sol.org>
7164 L: linux-security-module@vger.kernel.org
7165 S: Supported
7166
7167 LIS3LV02D ACCELEROMETER DRIVER
7168 M: Eric Piel <eric.piel@tremplin-utc.net>
7169 S: Maintained
7170 F: Documentation/misc-devices/lis3lv02d
7171 F: drivers/misc/lis3lv02d/
7172 F: drivers/platform/x86/hp_accel.c
7173
7174 LIVE PATCHING
7175 M: Josh Poimboeuf <jpoimboe@redhat.com>
7176 M: Jessica Yu <jeyu@redhat.com>
7177 M: Jiri Kosina <jikos@kernel.org>
7178 M: Miroslav Benes <mbenes@suse.cz>
7179 R: Petr Mladek <pmladek@suse.com>
7180 S: Maintained
7181 F: kernel/livepatch/
7182 F: include/linux/livepatch.h
7183 F: arch/x86/include/asm/livepatch.h
7184 F: arch/x86/kernel/livepatch.c
7185 F: Documentation/livepatch/
7186 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7187 F: samples/livepatch/
7188 L: live-patching@vger.kernel.org
7189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7190
7191 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7192 M: Kees Cook <keescook@chromium.org>
7193 S: Maintained
7194 F: drivers/misc/lkdtm*
7195
7196 LLC (802.2)
7197 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7198 S: Maintained
7199 F: include/linux/llc.h
7200 F: include/uapi/linux/llc.h
7201 F: include/net/llc*
7202 F: net/llc/
7203
7204 LM73 HARDWARE MONITOR DRIVER
7205 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7206 L: linux-hwmon@vger.kernel.org
7207 S: Maintained
7208 F: drivers/hwmon/lm73.c
7209
7210 LM78 HARDWARE MONITOR DRIVER
7211 M: Jean Delvare <jdelvare@suse.com>
7212 L: linux-hwmon@vger.kernel.org
7213 S: Maintained
7214 F: Documentation/hwmon/lm78
7215 F: drivers/hwmon/lm78.c
7216
7217 LM83 HARDWARE MONITOR DRIVER
7218 M: Jean Delvare <jdelvare@suse.com>
7219 L: linux-hwmon@vger.kernel.org
7220 S: Maintained
7221 F: Documentation/hwmon/lm83
7222 F: drivers/hwmon/lm83.c
7223
7224 LM90 HARDWARE MONITOR DRIVER
7225 M: Jean Delvare <jdelvare@suse.com>
7226 L: linux-hwmon@vger.kernel.org
7227 S: Maintained
7228 F: Documentation/hwmon/lm90
7229 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7230 F: drivers/hwmon/lm90.c
7231
7232 LM95234 HARDWARE MONITOR DRIVER
7233 M: Guenter Roeck <linux@roeck-us.net>
7234 L: linux-hwmon@vger.kernel.org
7235 S: Maintained
7236 F: Documentation/hwmon/lm95234
7237 F: drivers/hwmon/lm95234.c
7238
7239 LME2510 MEDIA DRIVER
7240 M: Malcolm Priestley <tvboxspy@gmail.com>
7241 L: linux-media@vger.kernel.org
7242 W: https://linuxtv.org
7243 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7244 S: Maintained
7245 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7246
7247 LOCKING PRIMITIVES
7248 M: Peter Zijlstra <peterz@infradead.org>
7249 M: Ingo Molnar <mingo@redhat.com>
7250 L: linux-kernel@vger.kernel.org
7251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7252 S: Maintained
7253 F: Documentation/locking/
7254 F: include/linux/lockdep.h
7255 F: include/linux/spinlock*.h
7256 F: arch/*/include/asm/spinlock*.h
7257 F: include/linux/rwlock*.h
7258 F: include/linux/mutex*.h
7259 F: arch/*/include/asm/mutex*.h
7260 F: include/linux/rwsem*.h
7261 F: arch/*/include/asm/rwsem.h
7262 F: include/linux/seqlock.h
7263 F: lib/locking*.[ch]
7264 F: kernel/locking/
7265
7266 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7267 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7268 L: linux-ntfs-dev@lists.sourceforge.net
7269 W: http://www.linux-ntfs.org/content/view/19/37/
7270 S: Maintained
7271 F: Documentation/ldm.txt
7272 F: block/partitions/ldm.*
7273
7274 LogFS
7275 M: Joern Engel <joern@logfs.org>
7276 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7277 L: logfs@logfs.org
7278 W: logfs.org
7279 S: Maintained
7280 F: fs/logfs/
7281
7282 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7283 M: Sathya Prakash <sathya.prakash@broadcom.com>
7284 M: Chaitra P B <chaitra.basappa@broadcom.com>
7285 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7286 L: MPT-FusionLinux.pdl@broadcom.com
7287 L: linux-scsi@vger.kernel.org
7288 W: http://www.avagotech.com/support/
7289 S: Supported
7290 F: drivers/message/fusion/
7291 F: drivers/scsi/mpt2sas/
7292 F: drivers/scsi/mpt3sas/
7293
7294 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7295 M: Matthew Wilcox <matthew@wil.cx>
7296 L: linux-scsi@vger.kernel.org
7297 S: Maintained
7298 F: drivers/scsi/sym53c8xx_2/
7299
7300 LTC4261 HARDWARE MONITOR DRIVER
7301 M: Guenter Roeck <linux@roeck-us.net>
7302 L: linux-hwmon@vger.kernel.org
7303 S: Maintained
7304 F: Documentation/hwmon/ltc4261
7305 F: drivers/hwmon/ltc4261.c
7306
7307 LTP (Linux Test Project)
7308 M: Mike Frysinger <vapier@gentoo.org>
7309 M: Cyril Hrubis <chrubis@suse.cz>
7310 M: Wanlong Gao <wanlong.gao@gmail.com>
7311 M: Jan Stancek <jstancek@redhat.com>
7312 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7313 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7314 L: ltp@lists.linux.it (subscribers-only)
7315 W: http://linux-test-project.github.io/
7316 T: git git://github.com/linux-test-project/ltp.git
7317 S: Maintained
7318
7319 M32R ARCHITECTURE
7320 W: http://www.linux-m32r.org/
7321 S: Orphan
7322 F: arch/m32r/
7323
7324 M68K ARCHITECTURE
7325 M: Geert Uytterhoeven <geert@linux-m68k.org>
7326 L: linux-m68k@lists.linux-m68k.org
7327 W: http://www.linux-m68k.org/
7328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7329 S: Maintained
7330 F: arch/m68k/
7331 F: drivers/zorro/
7332
7333 M68K ON APPLE MACINTOSH
7334 M: Joshua Thompson <funaho@jurai.org>
7335 W: http://www.mac.linux-m68k.org/
7336 L: linux-m68k@lists.linux-m68k.org
7337 S: Maintained
7338 F: arch/m68k/mac/
7339
7340 M68K ON HP9000/300
7341 M: Philip Blundell <philb@gnu.org>
7342 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7343 S: Maintained
7344 F: arch/m68k/hp300/
7345
7346 M88DS3103 MEDIA DRIVER
7347 M: Antti Palosaari <crope@iki.fi>
7348 L: linux-media@vger.kernel.org
7349 W: https://linuxtv.org
7350 W: http://palosaari.fi/linux/
7351 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7352 T: git git://linuxtv.org/anttip/media_tree.git
7353 S: Maintained
7354 F: drivers/media/dvb-frontends/m88ds3103*
7355
7356 M88RS2000 MEDIA DRIVER
7357 M: Malcolm Priestley <tvboxspy@gmail.com>
7358 L: linux-media@vger.kernel.org
7359 W: https://linuxtv.org
7360 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7361 S: Maintained
7362 F: drivers/media/dvb-frontends/m88rs2000*
7363
7364 MA901 MASTERKIT USB FM RADIO DRIVER
7365 M: Alexey Klimov <klimov.linux@gmail.com>
7366 L: linux-media@vger.kernel.org
7367 T: git git://linuxtv.org/media_tree.git
7368 S: Maintained
7369 F: drivers/media/radio/radio-ma901.c
7370
7371 MAC80211
7372 M: Johannes Berg <johannes@sipsolutions.net>
7373 L: linux-wireless@vger.kernel.org
7374 W: http://wireless.kernel.org/
7375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7377 S: Maintained
7378 F: Documentation/networking/mac80211-injection.txt
7379 F: include/net/mac80211.h
7380 F: net/mac80211/
7381 F: drivers/net/wireless/mac80211_hwsim.[ch]
7382
7383 MACVLAN DRIVER
7384 M: Patrick McHardy <kaber@trash.net>
7385 L: netdev@vger.kernel.org
7386 S: Maintained
7387 F: drivers/net/macvlan.c
7388 F: include/linux/if_macvlan.h
7389
7390 MAILBOX API
7391 M: Jassi Brar <jassisinghbrar@gmail.com>
7392 L: linux-kernel@vger.kernel.org
7393 S: Maintained
7394 F: drivers/mailbox/
7395 F: include/linux/mailbox_client.h
7396 F: include/linux/mailbox_controller.h
7397
7398 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7399 M: Michael Kerrisk <mtk.manpages@gmail.com>
7400 W: http://www.kernel.org/doc/man-pages
7401 L: linux-man@vger.kernel.org
7402 S: Maintained
7403
7404 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7405 M: Andrew Lunn <andrew@lunn.ch>
7406 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7407 S: Maintained
7408 F: drivers/net/dsa/mv88e6xxx/
7409
7410 MARVELL ARMADA DRM SUPPORT
7411 M: Russell King <rmk+kernel@armlinux.org.uk>
7412 S: Maintained
7413 F: drivers/gpu/drm/armada/
7414 F: include/uapi/drm/armada_drm.h
7415 F: Documentation/devicetree/bindings/display/armada/
7416
7417 MARVELL CRYPTO DRIVER
7418 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7419 M: Arnaud Ebalard <arno@natisbad.org>
7420 F: drivers/crypto/marvell/
7421 S: Maintained
7422 L: linux-crypto@vger.kernel.org
7423
7424 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7425 M: Mirko Lindner <mlindner@marvell.com>
7426 M: Stephen Hemminger <stephen@networkplumber.org>
7427 L: netdev@vger.kernel.org
7428 S: Maintained
7429 F: drivers/net/ethernet/marvell/sk*
7430
7431 MARVELL LIBERTAS WIRELESS DRIVER
7432 L: libertas-dev@lists.infradead.org
7433 S: Orphan
7434 F: drivers/net/wireless/marvell/libertas/
7435
7436 MARVELL MV643XX ETHERNET DRIVER
7437 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7438 L: netdev@vger.kernel.org
7439 S: Maintained
7440 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7441 F: include/linux/mv643xx.h
7442
7443 MARVELL MVNETA ETHERNET DRIVER
7444 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7445 L: netdev@vger.kernel.org
7446 S: Maintained
7447 F: drivers/net/ethernet/marvell/mvneta.*
7448
7449 MARVELL MWIFIEX WIRELESS DRIVER
7450 M: Amitkumar Karwar <akarwar@marvell.com>
7451 M: Nishant Sarmukadam <nishants@marvell.com>
7452 L: linux-wireless@vger.kernel.org
7453 S: Maintained
7454 F: drivers/net/wireless/marvell/mwifiex/
7455
7456 MARVELL MWL8K WIRELESS DRIVER
7457 M: Lennert Buytenhek <buytenh@wantstofly.org>
7458 L: linux-wireless@vger.kernel.org
7459 S: Odd Fixes
7460 F: drivers/net/wireless/marvell/mwl8k.c
7461
7462 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7463 M: Nicolas Pitre <nico@fluxnic.net>
7464 S: Odd Fixes
7465 F: drivers/mmc/host/mvsdio.*
7466
7467 MATROX FRAMEBUFFER DRIVER
7468 L: linux-fbdev@vger.kernel.org
7469 S: Orphan
7470 F: drivers/video/fbdev/matrox/matroxfb_*
7471 F: include/uapi/linux/matroxfb.h
7472
7473 MAX16065 HARDWARE MONITOR DRIVER
7474 M: Guenter Roeck <linux@roeck-us.net>
7475 L: linux-hwmon@vger.kernel.org
7476 S: Maintained
7477 F: Documentation/hwmon/max16065
7478 F: drivers/hwmon/max16065.c
7479
7480 MAX20751 HARDWARE MONITOR DRIVER
7481 M: Guenter Roeck <linux@roeck-us.net>
7482 L: linux-hwmon@vger.kernel.org
7483 S: Maintained
7484 F: Documentation/hwmon/max20751
7485 F: drivers/hwmon/max20751.c
7486
7487 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7488 M: "Hans J. Koch" <hjk@hansjkoch.de>
7489 L: linux-hwmon@vger.kernel.org
7490 S: Maintained
7491 F: Documentation/hwmon/max6650
7492 F: drivers/hwmon/max6650.c
7493
7494 MAX6697 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/max6697
7499 F: Documentation/devicetree/bindings/i2c/max6697.txt
7500 F: drivers/hwmon/max6697.c
7501 F: include/linux/platform_data/max6697.h
7502
7503 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7504 M: Peter Rosin <peda@axentia.se>
7505 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7506 S: Maintained
7507 F: Documentation/devicetree/bindings/sound/max9860.txt
7508 F: sound/soc/codecs/max9860.*
7509
7510 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7511 M: Krzysztof Kozlowski <krzk@kernel.org>
7512 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7513 L: linux-pm@vger.kernel.org
7514 S: Supported
7515 F: drivers/power/max14577_charger.c
7516 F: drivers/power/max77693_charger.c
7517
7518 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7519 M: Javier Martinez Canillas <javier@osg.samsung.com>
7520 L: linux-kernel@vger.kernel.org
7521 S: Supported
7522 F: drivers/*/*max77802*.c
7523 F: Documentation/devicetree/bindings/*/*max77802.txt
7524 F: include/dt-bindings/*/*max77802.h
7525
7526 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7527 M: Chanwoo Choi <cw00.choi@samsung.com>
7528 M: Krzysztof Kozlowski <krzk@kernel.org>
7529 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7530 L: linux-kernel@vger.kernel.org
7531 S: Supported
7532 F: drivers/*/max14577*.c
7533 F: drivers/*/max77686*.c
7534 F: drivers/*/max77693*.c
7535 F: drivers/extcon/extcon-max14577.c
7536 F: drivers/extcon/extcon-max77693.c
7537 F: drivers/rtc/rtc-max77686.c
7538 F: drivers/clk/clk-max77686.c
7539 F: Documentation/devicetree/bindings/mfd/max14577.txt
7540 F: Documentation/devicetree/bindings/*/max77686.txt
7541 F: Documentation/devicetree/bindings/mfd/max77693.txt
7542 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7543 F: include/linux/mfd/max14577*.h
7544 F: include/linux/mfd/max77686*.h
7545 F: include/linux/mfd/max77693*.h
7546
7547 MAXIRADIO FM RADIO RECEIVER DRIVER
7548 M: Hans Verkuil <hverkuil@xs4all.nl>
7549 L: linux-media@vger.kernel.org
7550 T: git git://linuxtv.org/media_tree.git
7551 W: https://linuxtv.org
7552 S: Maintained
7553 F: drivers/media/radio/radio-maxiradio*
7554
7555 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7556 M: Peter Rosin <peda@axentia.se>
7557 L: linux-iio@vger.kernel.org
7558 S: Maintained
7559 F: drivers/iio/potentiometer/mcp4531.c
7560
7561 MEDIA DRIVERS FOR RENESAS - FCP
7562 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7563 L: linux-media@vger.kernel.org
7564 L: linux-renesas-soc@vger.kernel.org
7565 T: git git://linuxtv.org/media_tree.git
7566 S: Supported
7567 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7568 F: drivers/media/platform/rcar-fcp.c
7569 F: include/media/rcar-fcp.h
7570
7571 MEDIA DRIVERS FOR RENESAS - VSP1
7572 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7573 L: linux-media@vger.kernel.org
7574 L: linux-renesas-soc@vger.kernel.org
7575 T: git git://linuxtv.org/media_tree.git
7576 S: Supported
7577 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7578 F: drivers/media/platform/vsp1/
7579
7580 MEDIA DRIVERS FOR HELENE
7581 M: Abylay Ospan <aospan@netup.ru>
7582 L: linux-media@vger.kernel.org
7583 W: https://linuxtv.org
7584 W: http://netup.tv/
7585 T: git git://linuxtv.org/media_tree.git
7586 S: Supported
7587 F: drivers/media/dvb-frontends/helene*
7588
7589 MEDIA DRIVERS FOR ASCOT2E
7590 M: Sergey Kozlov <serjk@netup.ru>
7591 M: Abylay Ospan <aospan@netup.ru>
7592 L: linux-media@vger.kernel.org
7593 W: https://linuxtv.org
7594 W: http://netup.tv/
7595 T: git git://linuxtv.org/media_tree.git
7596 S: Supported
7597 F: drivers/media/dvb-frontends/ascot2e*
7598
7599 MEDIA DRIVERS FOR CXD2841ER
7600 M: Sergey Kozlov <serjk@netup.ru>
7601 M: Abylay Ospan <aospan@netup.ru>
7602 L: linux-media@vger.kernel.org
7603 W: https://linuxtv.org
7604 W: http://netup.tv/
7605 T: git git://linuxtv.org/media_tree.git
7606 S: Supported
7607 F: drivers/media/dvb-frontends/cxd2841er*
7608
7609 MEDIA DRIVERS FOR HORUS3A
7610 M: Sergey Kozlov <serjk@netup.ru>
7611 M: Abylay Ospan <aospan@netup.ru>
7612 L: linux-media@vger.kernel.org
7613 W: https://linuxtv.org
7614 W: http://netup.tv/
7615 T: git git://linuxtv.org/media_tree.git
7616 S: Supported
7617 F: drivers/media/dvb-frontends/horus3a*
7618
7619 MEDIA DRIVERS FOR LNBH25
7620 M: Sergey Kozlov <serjk@netup.ru>
7621 M: Abylay Ospan <aospan@netup.ru>
7622 L: linux-media@vger.kernel.org
7623 W: https://linuxtv.org
7624 W: http://netup.tv/
7625 T: git git://linuxtv.org/media_tree.git
7626 S: Supported
7627 F: drivers/media/dvb-frontends/lnbh25*
7628
7629 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7630 M: Sergey Kozlov <serjk@netup.ru>
7631 M: Abylay Ospan <aospan@netup.ru>
7632 L: linux-media@vger.kernel.org
7633 W: https://linuxtv.org
7634 W: http://netup.tv/
7635 T: git git://linuxtv.org/media_tree.git
7636 S: Supported
7637 F: drivers/media/pci/netup_unidvb/*
7638
7639 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7640 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7641 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7642 P: LinuxTV.org Project
7643 L: linux-media@vger.kernel.org
7644 W: https://linuxtv.org
7645 Q: http://patchwork.kernel.org/project/linux-media/list/
7646 T: git git://linuxtv.org/media_tree.git
7647 S: Maintained
7648 F: Documentation/dvb/
7649 F: Documentation/video4linux/
7650 F: Documentation/DocBook/media/
7651 F: drivers/media/
7652 F: drivers/staging/media/
7653 F: include/linux/platform_data/media/
7654 F: include/media/
7655 F: include/uapi/linux/dvb/
7656 F: include/uapi/linux/videodev2.h
7657 F: include/uapi/linux/media.h
7658 F: include/uapi/linux/v4l2-*
7659 F: include/uapi/linux/meye.h
7660 F: include/uapi/linux/ivtv*
7661 F: include/uapi/linux/uvcvideo.h
7662
7663 MEDIATEK ETHERNET DRIVER
7664 M: Felix Fietkau <nbd@openwrt.org>
7665 M: John Crispin <blogic@openwrt.org>
7666 L: netdev@vger.kernel.org
7667 S: Maintained
7668 F: drivers/net/ethernet/mediatek/
7669
7670 MEDIATEK MT7601U WIRELESS LAN DRIVER
7671 M: Jakub Kicinski <kubakici@wp.pl>
7672 L: linux-wireless@vger.kernel.org
7673 S: Maintained
7674 F: drivers/net/wireless/mediatek/mt7601u/
7675
7676 MEGARAID SCSI/SAS DRIVERS
7677 M: Kashyap Desai <kashyap.desai@avagotech.com>
7678 M: Sumit Saxena <sumit.saxena@avagotech.com>
7679 M: Uday Lingala <uday.lingala@avagotech.com>
7680 L: megaraidlinux.pdl@avagotech.com
7681 L: linux-scsi@vger.kernel.org
7682 W: http://www.lsi.com
7683 S: Maintained
7684 F: Documentation/scsi/megaraid.txt
7685 F: drivers/scsi/megaraid.*
7686 F: drivers/scsi/megaraid/
7687
7688 MELLANOX ETHERNET DRIVER (mlx4_en)
7689 M: Tariq Toukan <tariqt@mellanox.com>
7690 L: netdev@vger.kernel.org
7691 S: Supported
7692 W: http://www.mellanox.com
7693 Q: http://patchwork.ozlabs.org/project/netdev/list/
7694 F: drivers/net/ethernet/mellanox/mlx4/en_*
7695
7696 MELLANOX ETHERNET DRIVER (mlx5e)
7697 M: Saeed Mahameed <saeedm@mellanox.com>
7698 L: netdev@vger.kernel.org
7699 S: Supported
7700 W: http://www.mellanox.com
7701 Q: http://patchwork.ozlabs.org/project/netdev/list/
7702 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7703
7704 MELLANOX ETHERNET SWITCH DRIVERS
7705 M: Jiri Pirko <jiri@mellanox.com>
7706 M: Ido Schimmel <idosch@mellanox.com>
7707 L: netdev@vger.kernel.org
7708 S: Supported
7709 W: http://www.mellanox.com
7710 Q: http://patchwork.ozlabs.org/project/netdev/list/
7711 F: drivers/net/ethernet/mellanox/mlxsw/
7712
7713 SOFT-ROCE DRIVER (rxe)
7714 M: Moni Shoua <monis@mellanox.com>
7715 L: linux-rdma@vger.kernel.org
7716 S: Supported
7717 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7718 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7719 F: drivers/infiniband/sw/rxe/
7720 F: include/uapi/rdma/rdma_user_rxe.h
7721
7722 MEMBARRIER SUPPORT
7723 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7724 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7725 L: linux-kernel@vger.kernel.org
7726 S: Supported
7727 F: kernel/membarrier.c
7728 F: include/uapi/linux/membarrier.h
7729
7730 MEMORY MANAGEMENT
7731 L: linux-mm@kvack.org
7732 W: http://www.linux-mm.org
7733 S: Maintained
7734 F: include/linux/mm.h
7735 F: include/linux/gfp.h
7736 F: include/linux/mmzone.h
7737 F: include/linux/memory_hotplug.h
7738 F: include/linux/vmalloc.h
7739 F: mm/
7740
7741 MEMORY TECHNOLOGY DEVICES (MTD)
7742 M: David Woodhouse <dwmw2@infradead.org>
7743 M: Brian Norris <computersforpeace@gmail.com>
7744 L: linux-mtd@lists.infradead.org
7745 W: http://www.linux-mtd.infradead.org/
7746 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7747 T: git git://git.infradead.org/linux-mtd.git
7748 T: git git://git.infradead.org/l2-mtd.git
7749 S: Maintained
7750 F: Documentation/devicetree/bindings/mtd/
7751 F: drivers/mtd/
7752 F: include/linux/mtd/
7753 F: include/uapi/mtd/
7754
7755 MEN A21 WATCHDOG DRIVER
7756 M: Johannes Thumshirn <morbidrsa@gmail.com>
7757 L: linux-watchdog@vger.kernel.org
7758 S: Maintained
7759 F: drivers/watchdog/mena21_wdt.c
7760
7761 MEN CHAMELEON BUS (mcb)
7762 M: Johannes Thumshirn <morbidrsa@gmail.com>
7763 S: Maintained
7764 F: drivers/mcb/
7765 F: include/linux/mcb.h
7766 F: Documentation/men-chameleon-bus.txt
7767
7768 MEN F21BMC (Board Management Controller)
7769 M: Andreas Werner <andreas.werner@men.de>
7770 S: Supported
7771 F: drivers/mfd/menf21bmc.c
7772 F: drivers/watchdog/menf21bmc_wdt.c
7773 F: drivers/leds/leds-menf21bmc.c
7774 F: drivers/hwmon/menf21bmc_hwmon.c
7775 F: Documentation/hwmon/menf21bmc
7776
7777 METAG ARCHITECTURE
7778 M: James Hogan <james.hogan@imgtec.com>
7779 L: linux-metag@vger.kernel.org
7780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7781 S: Odd Fixes
7782 F: arch/metag/
7783 F: Documentation/metag/
7784 F: Documentation/devicetree/bindings/metag/
7785 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7786 F: drivers/clocksource/metag_generic.c
7787 F: drivers/irqchip/irq-metag.c
7788 F: drivers/irqchip/irq-metag-ext.c
7789 F: drivers/tty/metag_da.c
7790
7791 MICROBLAZE ARCHITECTURE
7792 M: Michal Simek <monstr@monstr.eu>
7793 W: http://www.monstr.eu/fdt/
7794 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7795 S: Supported
7796 F: arch/microblaze/
7797
7798 MICROCHIP / ATMEL ISC DRIVER
7799 M: Songjun Wu <songjun.wu@microchip.com>
7800 L: linux-media@vger.kernel.org
7801 S: Supported
7802 F: drivers/media/platform/atmel/atmel-isc.c
7803 F: drivers/media/platform/atmel/atmel-isc-regs.h
7804 F: devicetree/bindings/media/atmel-isc.txt
7805
7806 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7807 M: Chen Yu <yu.c.chen@intel.com>
7808 L: platform-driver-x86@vger.kernel.org
7809 S: Supported
7810 F: drivers/platform/x86/surfacepro3_button.c
7811
7812 MICROTEK X6 SCANNER
7813 M: Oliver Neukum <oliver@neukum.org>
7814 S: Maintained
7815 F: drivers/usb/image/microtek.*
7816
7817 MIPS
7818 M: Ralf Baechle <ralf@linux-mips.org>
7819 L: linux-mips@linux-mips.org
7820 W: http://www.linux-mips.org/
7821 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7822 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7823 S: Supported
7824 F: Documentation/devicetree/bindings/mips/
7825 F: Documentation/mips/
7826 F: arch/mips/
7827
7828 MIPS/LOONGSON1 ARCHITECTURE
7829 M: Keguang Zhang <keguang.zhang@gmail.com>
7830 L: linux-mips@linux-mips.org
7831 S: Maintained
7832 F: arch/mips/loongson32/
7833 F: arch/mips/include/asm/mach-loongson32/
7834 F: drivers/*/*loongson1*
7835 F: drivers/*/*/*loongson1*
7836
7837 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7838 M: Hans Verkuil <hverkuil@xs4all.nl>
7839 L: linux-media@vger.kernel.org
7840 T: git git://linuxtv.org/media_tree.git
7841 W: https://linuxtv.org
7842 S: Odd Fixes
7843 F: drivers/media/radio/radio-miropcm20*
7844
7845 MELLANOX MLX4 core VPI driver
7846 M: Yishai Hadas <yishaih@mellanox.com>
7847 L: netdev@vger.kernel.org
7848 L: linux-rdma@vger.kernel.org
7849 W: http://www.mellanox.com
7850 Q: http://patchwork.ozlabs.org/project/netdev/list/
7851 S: Supported
7852 F: drivers/net/ethernet/mellanox/mlx4/
7853 F: include/linux/mlx4/
7854
7855 MELLANOX MLX4 IB driver
7856 M: Yishai Hadas <yishaih@mellanox.com>
7857 L: linux-rdma@vger.kernel.org
7858 W: http://www.mellanox.com
7859 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7860 S: Supported
7861 F: drivers/infiniband/hw/mlx4/
7862 F: include/linux/mlx4/
7863
7864 MELLANOX MLX5 core VPI driver
7865 M: Matan Barak <matanb@mellanox.com>
7866 M: Leon Romanovsky <leonro@mellanox.com>
7867 L: netdev@vger.kernel.org
7868 L: linux-rdma@vger.kernel.org
7869 W: http://www.mellanox.com
7870 Q: http://patchwork.ozlabs.org/project/netdev/list/
7871 S: Supported
7872 F: drivers/net/ethernet/mellanox/mlx5/core/
7873 F: include/linux/mlx5/
7874
7875 MELLANOX MLX5 IB driver
7876 M: Matan Barak <matanb@mellanox.com>
7877 M: Leon Romanovsky <leonro@mellanox.com>
7878 L: linux-rdma@vger.kernel.org
7879 W: http://www.mellanox.com
7880 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7881 S: Supported
7882 F: drivers/infiniband/hw/mlx5/
7883 F: include/linux/mlx5/
7884
7885 MELEXIS MLX90614 DRIVER
7886 M: Crt Mori <cmo@melexis.com>
7887 L: linux-iio@vger.kernel.org
7888 W: http://www.melexis.com
7889 S: Supported
7890 F: drivers/iio/temperature/mlx90614.c
7891
7892 MN88472 MEDIA DRIVER
7893 M: Antti Palosaari <crope@iki.fi>
7894 L: linux-media@vger.kernel.org
7895 W: https://linuxtv.org
7896 W: http://palosaari.fi/linux/
7897 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7898 S: Maintained
7899 F: drivers/media/dvb-frontends/mn88472*
7900
7901 MN88473 MEDIA DRIVER
7902 M: Antti Palosaari <crope@iki.fi>
7903 L: linux-media@vger.kernel.org
7904 W: https://linuxtv.org
7905 W: http://palosaari.fi/linux/
7906 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7907 S: Maintained
7908 F: drivers/media/dvb-frontends/mn88473*
7909
7910 MODULE SUPPORT
7911 M: Rusty Russell <rusty@rustcorp.com.au>
7912 S: Maintained
7913 F: include/linux/module.h
7914 F: kernel/module.c
7915
7916 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7917 W: http://popies.net/meye/
7918 S: Orphan
7919 F: Documentation/video4linux/meye.txt
7920 F: drivers/media/pci/meye/
7921 F: include/uapi/linux/meye.h
7922
7923 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7924 M: Jiri Slaby <jirislaby@gmail.com>
7925 S: Maintained
7926 F: Documentation/serial/moxa-smartio
7927 F: drivers/tty/mxser.*
7928
7929 MR800 AVERMEDIA USB FM RADIO DRIVER
7930 M: Alexey Klimov <klimov.linux@gmail.com>
7931 L: linux-media@vger.kernel.org
7932 T: git git://linuxtv.org/media_tree.git
7933 S: Maintained
7934 F: drivers/media/radio/radio-mr800.c
7935
7936 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7937 M: Alan Ott <alan@signal11.us>
7938 L: linux-wpan@vger.kernel.org
7939 S: Maintained
7940 F: drivers/net/ieee802154/mrf24j40.c
7941 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7942
7943 MSI LAPTOP SUPPORT
7944 M: "Lee, Chun-Yi" <jlee@suse.com>
7945 L: platform-driver-x86@vger.kernel.org
7946 S: Maintained
7947 F: drivers/platform/x86/msi-laptop.c
7948
7949 MSI WMI SUPPORT
7950 L: platform-driver-x86@vger.kernel.org
7951 S: Orphan
7952 F: drivers/platform/x86/msi-wmi.c
7953
7954 MSI001 MEDIA DRIVER
7955 M: Antti Palosaari <crope@iki.fi>
7956 L: linux-media@vger.kernel.org
7957 W: https://linuxtv.org
7958 W: http://palosaari.fi/linux/
7959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7960 T: git git://linuxtv.org/anttip/media_tree.git
7961 S: Maintained
7962 F: drivers/media/tuners/msi001*
7963
7964 MSI2500 MEDIA DRIVER
7965 M: Antti Palosaari <crope@iki.fi>
7966 L: linux-media@vger.kernel.org
7967 W: https://linuxtv.org
7968 W: http://palosaari.fi/linux/
7969 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7970 T: git git://linuxtv.org/anttip/media_tree.git
7971 S: Maintained
7972 F: drivers/media/usb/msi2500/
7973
7974 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7975 M: Robert Jarzmik <robert.jarzmik@free.fr>
7976 L: linux-mtd@lists.infradead.org
7977 S: Maintained
7978 F: drivers/mtd/devices/docg3*
7979
7980 MT9M032 APTINA SENSOR DRIVER
7981 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7982 L: linux-media@vger.kernel.org
7983 T: git git://linuxtv.org/media_tree.git
7984 S: Maintained
7985 F: drivers/media/i2c/mt9m032.c
7986 F: include/media/i2c/mt9m032.h
7987
7988 MT9P031 APTINA CAMERA SENSOR
7989 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7990 L: linux-media@vger.kernel.org
7991 T: git git://linuxtv.org/media_tree.git
7992 S: Maintained
7993 F: drivers/media/i2c/mt9p031.c
7994 F: include/media/i2c/mt9p031.h
7995
7996 MT9T001 APTINA CAMERA SENSOR
7997 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7998 L: linux-media@vger.kernel.org
7999 T: git git://linuxtv.org/media_tree.git
8000 S: Maintained
8001 F: drivers/media/i2c/mt9t001.c
8002 F: include/media/i2c/mt9t001.h
8003
8004 MT9V032 APTINA CAMERA SENSOR
8005 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8006 L: linux-media@vger.kernel.org
8007 T: git git://linuxtv.org/media_tree.git
8008 S: Maintained
8009 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8010 F: drivers/media/i2c/mt9v032.c
8011 F: include/media/i2c/mt9v032.h
8012
8013 MULTIFUNCTION DEVICES (MFD)
8014 M: Lee Jones <lee.jones@linaro.org>
8015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8016 S: Supported
8017 F: drivers/mfd/
8018 F: include/linux/mfd/
8019
8020 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8021 M: Ulf Hansson <ulf.hansson@linaro.org>
8022 L: linux-mmc@vger.kernel.org
8023 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8024 S: Maintained
8025 F: Documentation/devicetree/bindings/mmc/
8026 F: drivers/mmc/
8027 F: include/linux/mmc/
8028 F: include/uapi/linux/mmc/
8029
8030 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8031 S: Orphan
8032 F: drivers/mmc/host/mmc_spi.c
8033 F: include/linux/spi/mmc_spi.h
8034
8035 MULTISOUND SOUND DRIVER
8036 M: Andrew Veliath <andrewtv@usa.net>
8037 S: Maintained
8038 F: Documentation/sound/oss/MultiSound
8039 F: sound/oss/msnd*
8040
8041 MULTITECH MULTIPORT CARD (ISICOM)
8042 S: Orphan
8043 F: drivers/tty/isicom.c
8044 F: include/linux/isicom.h
8045
8046 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8047 M: Bin Liu <b-liu@ti.com>
8048 L: linux-usb@vger.kernel.org
8049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8050 S: Maintained
8051 F: drivers/usb/musb/
8052
8053 MXL5007T MEDIA DRIVER
8054 M: Michael Krufky <mkrufky@linuxtv.org>
8055 L: linux-media@vger.kernel.org
8056 W: https://linuxtv.org
8057 W: http://github.com/mkrufky
8058 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8059 T: git git://linuxtv.org/mkrufky/tuners.git
8060 S: Maintained
8061 F: drivers/media/tuners/mxl5007t.*
8062
8063 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8064 M: Hyong-Youb Kim <hykim@myri.com>
8065 L: netdev@vger.kernel.org
8066 W: https://www.myricom.com/support/downloads/myri10ge.html
8067 S: Supported
8068 F: drivers/net/ethernet/myricom/myri10ge/
8069
8070 NAND FLASH SUBSYSTEM
8071 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8072 R: Richard Weinberger <richard@nod.at>
8073 L: linux-mtd@lists.infradead.org
8074 W: http://www.linux-mtd.infradead.org/
8075 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8076 T: git git://github.com/linux-nand/linux.git
8077 S: Maintained
8078 F: drivers/mtd/nand/
8079 F: include/linux/mtd/nand*.h
8080
8081 NATSEMI ETHERNET DRIVER (DP8381x)
8082 S: Orphan
8083 F: drivers/net/ethernet/natsemi/natsemi.c
8084
8085 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8086 M: Daniel Mack <zonque@gmail.com>
8087 S: Maintained
8088 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8089 W: http://www.native-instruments.com
8090 F: sound/usb/caiaq/
8091
8092 NCP FILESYSTEM
8093 M: Petr Vandrovec <petr@vandrovec.name>
8094 S: Odd Fixes
8095 F: fs/ncpfs/
8096
8097 NCR 5380 SCSI DRIVERS
8098 M: Finn Thain <fthain@telegraphics.com.au>
8099 M: Michael Schmitz <schmitzmic@gmail.com>
8100 L: linux-scsi@vger.kernel.org
8101 S: Maintained
8102 F: Documentation/scsi/g_NCR5380.txt
8103 F: Documentation/scsi/dtc3x80.txt
8104 F: drivers/scsi/NCR5380.*
8105 F: drivers/scsi/arm/cumana_1.c
8106 F: drivers/scsi/arm/oak.c
8107 F: drivers/scsi/atari_scsi.*
8108 F: drivers/scsi/dmx3191d.c
8109 F: drivers/scsi/dtc.*
8110 F: drivers/scsi/g_NCR5380.*
8111 F: drivers/scsi/g_NCR5380_mmio.c
8112 F: drivers/scsi/mac_scsi.*
8113 F: drivers/scsi/pas16.*
8114 F: drivers/scsi/sun3_scsi.*
8115 F: drivers/scsi/sun3_scsi_vme.c
8116 F: drivers/scsi/t128.*
8117
8118 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8119 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8120 L: linux-scsi@vger.kernel.org
8121 S: Maintained
8122 F: drivers/scsi/NCR_D700.*
8123
8124 NCT6775 HARDWARE MONITOR DRIVER
8125 M: Guenter Roeck <linux@roeck-us.net>
8126 L: linux-hwmon@vger.kernel.org
8127 S: Maintained
8128 F: Documentation/hwmon/nct6775
8129 F: drivers/hwmon/nct6775.c
8130
8131 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8132 M: Faisal Latif <faisal.latif@intel.com>
8133 L: linux-rdma@vger.kernel.org
8134 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8135 S: Supported
8136 F: drivers/infiniband/hw/nes/
8137
8138 NETEM NETWORK EMULATOR
8139 M: Stephen Hemminger <stephen@networkplumber.org>
8140 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8141 S: Maintained
8142 F: net/sched/sch_netem.c
8143
8144 NETERION 10GbE DRIVERS (s2io/vxge)
8145 M: Jon Mason <jdmason@kudzu.us>
8146 L: netdev@vger.kernel.org
8147 S: Supported
8148 F: Documentation/networking/s2io.txt
8149 F: Documentation/networking/vxge.txt
8150 F: drivers/net/ethernet/neterion/
8151
8152 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8153 M: Pablo Neira Ayuso <pablo@netfilter.org>
8154 M: Patrick McHardy <kaber@trash.net>
8155 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8156 L: netfilter-devel@vger.kernel.org
8157 L: coreteam@netfilter.org
8158 W: http://www.netfilter.org/
8159 W: http://www.iptables.org/
8160 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8163 S: Supported
8164 F: include/linux/netfilter*
8165 F: include/linux/netfilter/
8166 F: include/net/netfilter/
8167 F: include/uapi/linux/netfilter*
8168 F: include/uapi/linux/netfilter/
8169 F: net/*/netfilter.c
8170 F: net/*/netfilter/
8171 F: net/netfilter/
8172 F: net/bridge/br_netfilter*.c
8173
8174 NETLABEL
8175 M: Paul Moore <paul@paul-moore.com>
8176 W: http://netlabel.sf.net
8177 L: netdev@vger.kernel.org
8178 S: Maintained
8179 F: Documentation/netlabel/
8180 F: include/net/netlabel.h
8181 F: net/netlabel/
8182
8183 NETROM NETWORK LAYER
8184 M: Ralf Baechle <ralf@linux-mips.org>
8185 L: linux-hams@vger.kernel.org
8186 W: http://www.linux-ax25.org/
8187 S: Maintained
8188 F: include/net/netrom.h
8189 F: include/uapi/linux/netrom.h
8190 F: net/netrom/
8191
8192 NETRONOME ETHERNET DRIVERS
8193 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8194 L: oss-drivers@netronome.com
8195 S: Maintained
8196 F: drivers/net/ethernet/netronome/
8197
8198 NETWORK BLOCK DEVICE (NBD)
8199 M: Markus Pargmann <mpa@pengutronix.de>
8200 S: Maintained
8201 L: nbd-general@lists.sourceforge.net
8202 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8203 F: Documentation/blockdev/nbd.txt
8204 F: drivers/block/nbd.c
8205 F: include/uapi/linux/nbd.h
8206
8207 NETWORK DROP MONITOR
8208 M: Neil Horman <nhorman@tuxdriver.com>
8209 L: netdev@vger.kernel.org
8210 S: Maintained
8211 W: https://fedorahosted.org/dropwatch/
8212 F: net/core/drop_monitor.c
8213
8214 NETWORKING [GENERAL]
8215 M: "David S. Miller" <davem@davemloft.net>
8216 L: netdev@vger.kernel.org
8217 W: http://www.linuxfoundation.org/en/Net
8218 Q: http://patchwork.ozlabs.org/project/netdev/list/
8219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8221 S: Maintained
8222 F: net/
8223 F: include/net/
8224 F: include/linux/in.h
8225 F: include/linux/net.h
8226 F: include/linux/netdevice.h
8227 F: include/uapi/linux/in.h
8228 F: include/uapi/linux/net.h
8229 F: include/uapi/linux/netdevice.h
8230 F: include/uapi/linux/net_namespace.h
8231 F: tools/net/
8232 F: tools/testing/selftests/net/
8233 F: lib/random32.c
8234 F: lib/test_bpf.c
8235
8236 NETWORKING [IPv4/IPv6]
8237 M: "David S. Miller" <davem@davemloft.net>
8238 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8239 M: James Morris <jmorris@namei.org>
8240 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8241 M: Patrick McHardy <kaber@trash.net>
8242 L: netdev@vger.kernel.org
8243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8244 S: Maintained
8245 F: net/ipv4/
8246 F: net/ipv6/
8247 F: include/net/ip*
8248 F: arch/x86/net/*
8249
8250 NETWORKING [IPSEC]
8251 M: Steffen Klassert <steffen.klassert@secunet.com>
8252 M: Herbert Xu <herbert@gondor.apana.org.au>
8253 M: "David S. Miller" <davem@davemloft.net>
8254 L: netdev@vger.kernel.org
8255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8257 S: Maintained
8258 F: net/core/flow.c
8259 F: net/xfrm/
8260 F: net/key/
8261 F: net/ipv4/xfrm*
8262 F: net/ipv4/esp4.c
8263 F: net/ipv4/ah4.c
8264 F: net/ipv4/ipcomp.c
8265 F: net/ipv4/ip_vti.c
8266 F: net/ipv6/xfrm*
8267 F: net/ipv6/esp6.c
8268 F: net/ipv6/ah6.c
8269 F: net/ipv6/ipcomp6.c
8270 F: net/ipv6/ip6_vti.c
8271 F: include/uapi/linux/xfrm.h
8272 F: include/net/xfrm.h
8273
8274 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8275 M: Paul Moore <paul@paul-moore.com>
8276 L: netdev@vger.kernel.org
8277 S: Maintained
8278
8279 NETWORKING [WIRELESS]
8280 L: linux-wireless@vger.kernel.org
8281 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8282
8283 NETWORKING DRIVERS
8284 L: netdev@vger.kernel.org
8285 W: http://www.linuxfoundation.org/en/Net
8286 Q: http://patchwork.ozlabs.org/project/netdev/list/
8287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8289 S: Odd Fixes
8290 F: Documentation/devicetree/bindings/net/
8291 F: drivers/net/
8292 F: include/linux/if_*
8293 F: include/linux/netdevice.h
8294 F: include/linux/etherdevice.h
8295 F: include/linux/fcdevice.h
8296 F: include/linux/fddidevice.h
8297 F: include/linux/hippidevice.h
8298 F: include/linux/inetdevice.h
8299 F: include/uapi/linux/if_*
8300 F: include/uapi/linux/netdevice.h
8301
8302 NETWORKING DRIVERS (WIRELESS)
8303 M: Kalle Valo <kvalo@codeaurora.org>
8304 L: linux-wireless@vger.kernel.org
8305 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8308 S: Maintained
8309 F: Documentation/devicetree/bindings/net/wireless/
8310 F: drivers/net/wireless/
8311
8312 NETXEN (1/10) GbE SUPPORT
8313 M: Manish Chopra <manish.chopra@qlogic.com>
8314 M: Sony Chacko <sony.chacko@qlogic.com>
8315 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8316 L: netdev@vger.kernel.org
8317 W: http://www.qlogic.com
8318 S: Supported
8319 F: drivers/net/ethernet/qlogic/netxen/
8320
8321 NFC SUBSYSTEM
8322 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8323 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8324 M: Samuel Ortiz <sameo@linux.intel.com>
8325 L: linux-wireless@vger.kernel.org
8326 L: linux-nfc@lists.01.org (subscribers-only)
8327 S: Supported
8328 F: net/nfc/
8329 F: include/net/nfc/
8330 F: include/uapi/linux/nfc.h
8331 F: drivers/nfc/
8332 F: include/linux/platform_data/nfcmrvl.h
8333 F: include/linux/platform_data/nxp-nci.h
8334 F: include/linux/platform_data/pn544.h
8335 F: include/linux/platform_data/st21nfca.h
8336 F: include/linux/platform_data/st-nci.h
8337 F: Documentation/devicetree/bindings/net/nfc/
8338
8339 NFS, SUNRPC, AND LOCKD CLIENTS
8340 M: Trond Myklebust <trond.myklebust@primarydata.com>
8341 M: Anna Schumaker <anna.schumaker@netapp.com>
8342 L: linux-nfs@vger.kernel.org
8343 W: http://client.linux-nfs.org
8344 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8345 S: Maintained
8346 F: fs/lockd/
8347 F: fs/nfs/
8348 F: fs/nfs_common/
8349 F: net/sunrpc/
8350 F: include/linux/lockd/
8351 F: include/linux/nfs*
8352 F: include/linux/sunrpc/
8353 F: include/uapi/linux/nfs*
8354 F: include/uapi/linux/sunrpc/
8355
8356 NILFS2 FILESYSTEM
8357 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8358 L: linux-nilfs@vger.kernel.org
8359 W: http://nilfs.sourceforge.net/
8360 W: http://nilfs.osdn.jp/
8361 T: git git://github.com/konis/nilfs2.git
8362 S: Supported
8363 F: Documentation/filesystems/nilfs2.txt
8364 F: fs/nilfs2/
8365 F: include/trace/events/nilfs2.h
8366 F: include/uapi/linux/nilfs2_api.h
8367 F: include/uapi/linux/nilfs2_ondisk.h
8368
8369 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8370 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8371 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8372 S: Maintained
8373 F: Documentation/scsi/NinjaSCSI.txt
8374 F: drivers/scsi/pcmcia/nsp_*
8375
8376 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8377 M: GOTO Masanori <gotom@debian.or.jp>
8378 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8379 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8380 S: Maintained
8381 F: Documentation/scsi/NinjaSCSI.txt
8382 F: drivers/scsi/nsp32*
8383
8384 NIOS2 ARCHITECTURE
8385 M: Ley Foon Tan <lftan@altera.com>
8386 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8388 S: Maintained
8389 F: arch/nios2/
8390
8391 NOKIA N900 POWER SUPPLY DRIVERS
8392 R: Pali Rohár <pali.rohar@gmail.com>
8393 F: include/linux/power/bq2415x_charger.h
8394 F: include/linux/power/bq27xxx_battery.h
8395 F: include/linux/power/isp1704_charger.h
8396 F: drivers/power/bq2415x_charger.c
8397 F: drivers/power/bq27xxx_battery.c
8398 F: drivers/power/bq27xxx_battery_i2c.c
8399 F: drivers/power/isp1704_charger.c
8400 F: drivers/power/rx51_battery.c
8401
8402 NTB DRIVER CORE
8403 M: Jon Mason <jdmason@kudzu.us>
8404 M: Dave Jiang <dave.jiang@intel.com>
8405 M: Allen Hubbe <Allen.Hubbe@emc.com>
8406 L: linux-ntb@googlegroups.com
8407 S: Supported
8408 W: https://github.com/jonmason/ntb/wiki
8409 T: git git://github.com/jonmason/ntb.git
8410 F: drivers/ntb/
8411 F: drivers/net/ntb_netdev.c
8412 F: include/linux/ntb.h
8413 F: include/linux/ntb_transport.h
8414 F: tools/testing/selftests/ntb/
8415
8416 NTB INTEL DRIVER
8417 M: Jon Mason <jdmason@kudzu.us>
8418 M: Dave Jiang <dave.jiang@intel.com>
8419 L: linux-ntb@googlegroups.com
8420 S: Supported
8421 W: https://github.com/jonmason/ntb/wiki
8422 T: git git://github.com/jonmason/ntb.git
8423 F: drivers/ntb/hw/intel/
8424
8425 NTB AMD DRIVER
8426 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8427 L: linux-ntb@googlegroups.com
8428 S: Supported
8429 F: drivers/ntb/hw/amd/
8430
8431 NTFS FILESYSTEM
8432 M: Anton Altaparmakov <anton@tuxera.com>
8433 L: linux-ntfs-dev@lists.sourceforge.net
8434 W: http://www.tuxera.com/
8435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8436 S: Supported
8437 F: Documentation/filesystems/ntfs.txt
8438 F: fs/ntfs/
8439
8440 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8441 M: Antonino Daplas <adaplas@gmail.com>
8442 L: linux-fbdev@vger.kernel.org
8443 S: Maintained
8444 F: drivers/video/fbdev/riva/
8445 F: drivers/video/fbdev/nvidia/
8446
8447 NVM EXPRESS DRIVER
8448 M: Keith Busch <keith.busch@intel.com>
8449 M: Jens Axboe <axboe@fb.com>
8450 L: linux-nvme@lists.infradead.org
8451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8452 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8453 S: Supported
8454 F: drivers/nvme/host/
8455 F: include/linux/nvme.h
8456
8457 NVM EXPRESS TARGET DRIVER
8458 M: Christoph Hellwig <hch@lst.de>
8459 M: Sagi Grimberg <sagi@grimberg.me>
8460 L: linux-nvme@lists.infradead.org
8461 S: Supported
8462 F: drivers/nvme/target/
8463
8464 NVMEM FRAMEWORK
8465 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8466 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8467 S: Maintained
8468 F: drivers/nvmem/
8469 F: Documentation/devicetree/bindings/nvmem/
8470 F: include/linux/nvmem-consumer.h
8471 F: include/linux/nvmem-provider.h
8472
8473 NXP-NCI NFC DRIVER
8474 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8475 R: Charles Gorand <charles.gorand@effinnov.com>
8476 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8477 S: Supported
8478 F: drivers/nfc/nxp-nci
8479
8480 NXP TDA998X DRM DRIVER
8481 M: Russell King <rmk+kernel@armlinux.org.uk>
8482 S: Supported
8483 F: drivers/gpu/drm/i2c/tda998x_drv.c
8484 F: include/drm/i2c/tda998x.h
8485
8486 NXP TFA9879 DRIVER
8487 M: Peter Rosin <peda@axentia.se>
8488 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8489 S: Maintained
8490 F: sound/soc/codecs/tfa9879*
8491
8492 OBJTOOL
8493 M: Josh Poimboeuf <jpoimboe@redhat.com>
8494 S: Supported
8495 F: tools/objtool/
8496
8497 OMAP SUPPORT
8498 M: Tony Lindgren <tony@atomide.com>
8499 L: linux-omap@vger.kernel.org
8500 W: http://www.muru.com/linux/omap/
8501 W: http://linux.omap.com/
8502 Q: http://patchwork.kernel.org/project/linux-omap/list/
8503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8504 S: Maintained
8505 F: arch/arm/*omap*/
8506 F: arch/arm/configs/omap1_defconfig
8507 F: arch/arm/configs/omap2plus_defconfig
8508 F: drivers/i2c/busses/i2c-omap.c
8509 F: drivers/irqchip/irq-omap-intc.c
8510 F: drivers/mfd/*omap*.c
8511 F: drivers/mfd/menelaus.c
8512 F: drivers/mfd/palmas.c
8513 F: drivers/mfd/tps65217.c
8514 F: drivers/mfd/tps65218.c
8515 F: drivers/mfd/tps65910.c
8516 F: drivers/mfd/twl-core.[ch]
8517 F: drivers/mfd/twl4030*.c
8518 F: drivers/mfd/twl6030*.c
8519 F: drivers/mfd/twl6040*.c
8520 F: drivers/regulator/palmas-regulator*.c
8521 F: drivers/regulator/pbias-regulator.c
8522 F: drivers/regulator/tps65217-regulator.c
8523 F: drivers/regulator/tps65218-regulator.c
8524 F: drivers/regulator/tps65910-regulator.c
8525 F: drivers/regulator/twl-regulator.c
8526 F: include/linux/i2c-omap.h
8527
8528 OMAP DEVICE TREE SUPPORT
8529 M: Benoît Cousson <bcousson@baylibre.com>
8530 M: Tony Lindgren <tony@atomide.com>
8531 L: linux-omap@vger.kernel.org
8532 L: devicetree@vger.kernel.org
8533 S: Maintained
8534 F: arch/arm/boot/dts/*omap*
8535 F: arch/arm/boot/dts/*am3*
8536 F: arch/arm/boot/dts/*am4*
8537 F: arch/arm/boot/dts/*am5*
8538 F: arch/arm/boot/dts/*dra7*
8539
8540 OMAP CLOCK FRAMEWORK SUPPORT
8541 M: Paul Walmsley <paul@pwsan.com>
8542 L: linux-omap@vger.kernel.org
8543 S: Maintained
8544 F: arch/arm/*omap*/*clock*
8545
8546 OMAP POWER MANAGEMENT SUPPORT
8547 M: Kevin Hilman <khilman@kernel.org>
8548 L: linux-omap@vger.kernel.org
8549 S: Maintained
8550 F: arch/arm/*omap*/*pm*
8551 F: drivers/cpufreq/omap-cpufreq.c
8552
8553 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8554 M: Rajendra Nayak <rnayak@codeaurora.org>
8555 M: Paul Walmsley <paul@pwsan.com>
8556 L: linux-omap@vger.kernel.org
8557 S: Maintained
8558 F: arch/arm/mach-omap2/prm*
8559
8560 OMAP AUDIO SUPPORT
8561 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8562 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8563 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8564 L: linux-omap@vger.kernel.org
8565 S: Maintained
8566 F: sound/soc/omap/
8567
8568 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8569 M: Roger Quadros <rogerq@ti.com>
8570 M: Tony Lindgren <tony@atomide.com>
8571 L: linux-omap@vger.kernel.org
8572 S: Maintained
8573 F: drivers/memory/omap-gpmc.c
8574 F: arch/arm/mach-omap2/*gpmc*
8575
8576 OMAP FRAMEBUFFER SUPPORT
8577 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8578 L: linux-fbdev@vger.kernel.org
8579 L: linux-omap@vger.kernel.org
8580 S: Maintained
8581 F: drivers/video/fbdev/omap/
8582
8583 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8584 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8585 L: linux-omap@vger.kernel.org
8586 L: linux-fbdev@vger.kernel.org
8587 S: Maintained
8588 F: drivers/video/fbdev/omap2/
8589 F: Documentation/arm/OMAP/DSS
8590
8591 OMAP HARDWARE SPINLOCK SUPPORT
8592 M: Ohad Ben-Cohen <ohad@wizery.com>
8593 L: linux-omap@vger.kernel.org
8594 S: Maintained
8595 F: drivers/hwspinlock/omap_hwspinlock.c
8596
8597 OMAP MMC SUPPORT
8598 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8599 L: linux-omap@vger.kernel.org
8600 S: Maintained
8601 F: drivers/mmc/host/omap.c
8602
8603 OMAP HS MMC SUPPORT
8604 L: linux-mmc@vger.kernel.org
8605 L: linux-omap@vger.kernel.org
8606 S: Orphan
8607 F: drivers/mmc/host/omap_hsmmc.c
8608
8609 OMAP RANDOM NUMBER GENERATOR SUPPORT
8610 M: Deepak Saxena <dsaxena@plexity.net>
8611 S: Maintained
8612 F: drivers/char/hw_random/omap-rng.c
8613
8614 OMAP HWMOD SUPPORT
8615 M: Benoît Cousson <bcousson@baylibre.com>
8616 M: Paul Walmsley <paul@pwsan.com>
8617 L: linux-omap@vger.kernel.org
8618 S: Maintained
8619 F: arch/arm/mach-omap2/omap_hwmod.*
8620
8621 OMAP HWMOD DATA
8622 M: Paul Walmsley <paul@pwsan.com>
8623 L: linux-omap@vger.kernel.org
8624 S: Maintained
8625 F: arch/arm/mach-omap2/omap_hwmod*data*
8626
8627 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8628 M: Benoît Cousson <bcousson@baylibre.com>
8629 L: linux-omap@vger.kernel.org
8630 S: Maintained
8631 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8632
8633 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8634 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8635 L: linux-media@vger.kernel.org
8636 S: Maintained
8637 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8638 F: drivers/media/platform/omap3isp/
8639 F: drivers/staging/media/omap4iss/
8640
8641 OMAP USB SUPPORT
8642 L: linux-usb@vger.kernel.org
8643 L: linux-omap@vger.kernel.org
8644 S: Orphan
8645 F: drivers/usb/*/*omap*
8646 F: arch/arm/*omap*/usb*
8647
8648 OMAP GPIO DRIVER
8649 M: Grygorii Strashko <grygorii.strashko@ti.com>
8650 M: Santosh Shilimkar <ssantosh@kernel.org>
8651 M: Kevin Hilman <khilman@kernel.org>
8652 L: linux-omap@vger.kernel.org
8653 S: Maintained
8654 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8655 F: drivers/gpio/gpio-omap.c
8656
8657 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8658 M: Mark Jackson <mpfj@newflow.co.uk>
8659 L: linux-omap@vger.kernel.org
8660 S: Maintained
8661 F: arch/arm/boot/dts/am335x-nano.dts
8662
8663 OMFS FILESYSTEM
8664 M: Bob Copeland <me@bobcopeland.com>
8665 L: linux-karma-devel@lists.sourceforge.net
8666 S: Maintained
8667 F: Documentation/filesystems/omfs.txt
8668 F: fs/omfs/
8669
8670 OMNIKEY CARDMAN 4000 DRIVER
8671 M: Harald Welte <laforge@gnumonks.org>
8672 S: Maintained
8673 F: drivers/char/pcmcia/cm4000_cs.c
8674 F: include/linux/cm4000_cs.h
8675 F: include/uapi/linux/cm4000_cs.h
8676
8677 OMNIKEY CARDMAN 4040 DRIVER
8678 M: Harald Welte <laforge@gnumonks.org>
8679 S: Maintained
8680 F: drivers/char/pcmcia/cm4040_cs.*
8681
8682 OMNIVISION OV7670 SENSOR DRIVER
8683 M: Jonathan Corbet <corbet@lwn.net>
8684 L: linux-media@vger.kernel.org
8685 T: git git://linuxtv.org/media_tree.git
8686 S: Maintained
8687 F: drivers/media/i2c/ov7670.c
8688
8689 ONENAND FLASH DRIVER
8690 M: Kyungmin Park <kyungmin.park@samsung.com>
8691 L: linux-mtd@lists.infradead.org
8692 S: Maintained
8693 F: drivers/mtd/onenand/
8694 F: include/linux/mtd/onenand*.h
8695
8696 ONSTREAM SCSI TAPE DRIVER
8697 M: Willem Riede <osst@riede.org>
8698 L: osst-users@lists.sourceforge.net
8699 L: linux-scsi@vger.kernel.org
8700 S: Maintained
8701 F: Documentation/scsi/osst.txt
8702 F: drivers/scsi/osst.*
8703 F: drivers/scsi/osst_*.h
8704 F: drivers/scsi/st.h
8705
8706 OPENCORES I2C BUS DRIVER
8707 M: Peter Korsgaard <jacmet@sunsite.dk>
8708 L: linux-i2c@vger.kernel.org
8709 S: Maintained
8710 F: Documentation/i2c/busses/i2c-ocores
8711 F: drivers/i2c/busses/i2c-ocores.c
8712
8713 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8714 M: Rob Herring <robh+dt@kernel.org>
8715 M: Frank Rowand <frowand.list@gmail.com>
8716 L: devicetree@vger.kernel.org
8717 W: http://www.devicetree.org/
8718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8719 S: Maintained
8720 F: drivers/of/
8721 F: include/linux/of*.h
8722 F: scripts/dtc/
8723
8724 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8725 M: Rob Herring <robh+dt@kernel.org>
8726 M: Mark Rutland <mark.rutland@arm.com>
8727 L: devicetree@vger.kernel.org
8728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8729 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8730 S: Maintained
8731 F: Documentation/devicetree/
8732 F: arch/*/boot/dts/
8733 F: include/dt-bindings/
8734
8735 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8736 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8737 L: devicetree@vger.kernel.org
8738 S: Maintained
8739 F: Documentation/devicetree/dynamic-resolution-notes.txt
8740 F: Documentation/devicetree/overlay-notes.txt
8741 F: drivers/of/overlay.c
8742 F: drivers/of/resolver.c
8743
8744 OPENRISC ARCHITECTURE
8745 M: Jonas Bonn <jonas@southpole.se>
8746 W: http://openrisc.net
8747 S: Maintained
8748 T: git git://openrisc.net/~jonas/linux
8749 F: arch/openrisc/
8750
8751 OPENVSWITCH
8752 M: Pravin Shelar <pshelar@nicira.com>
8753 L: netdev@vger.kernel.org
8754 L: dev@openvswitch.org
8755 W: http://openvswitch.org
8756 S: Maintained
8757 F: net/openvswitch/
8758 F: include/uapi/linux/openvswitch.h
8759
8760 OPERATING PERFORMANCE POINTS (OPP)
8761 M: Viresh Kumar <vireshk@kernel.org>
8762 M: Nishanth Menon <nm@ti.com>
8763 M: Stephen Boyd <sboyd@codeaurora.org>
8764 L: linux-pm@vger.kernel.org
8765 S: Maintained
8766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8767 F: drivers/base/power/opp/
8768 F: include/linux/pm_opp.h
8769 F: Documentation/power/opp.txt
8770 F: Documentation/devicetree/bindings/opp/
8771
8772 OPL4 DRIVER
8773 M: Clemens Ladisch <clemens@ladisch.de>
8774 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8775 T: git git://git.alsa-project.org/alsa-kernel.git
8776 S: Maintained
8777 F: sound/drivers/opl4/
8778
8779 OPROFILE
8780 M: Robert Richter <rric@kernel.org>
8781 L: oprofile-list@lists.sf.net
8782 S: Maintained
8783 F: arch/*/include/asm/oprofile*.h
8784 F: arch/*/oprofile/
8785 F: drivers/oprofile/
8786 F: include/linux/oprofile.h
8787
8788 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8789 M: Mark Fasheh <mfasheh@suse.com>
8790 M: Joel Becker <jlbec@evilplan.org>
8791 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8792 W: http://ocfs2.wiki.kernel.org
8793 S: Supported
8794 F: Documentation/filesystems/ocfs2.txt
8795 F: Documentation/filesystems/dlmfs.txt
8796 F: fs/ocfs2/
8797
8798 ORINOCO DRIVER
8799 L: linux-wireless@vger.kernel.org
8800 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8801 W: http://www.nongnu.org/orinoco/
8802 S: Orphan
8803 F: drivers/net/wireless/intersil/orinoco/
8804
8805 OSD LIBRARY and FILESYSTEM
8806 M: Boaz Harrosh <ooo@electrozaur.com>
8807 M: Benny Halevy <bhalevy@primarydata.com>
8808 L: osd-dev@open-osd.org
8809 W: http://open-osd.org
8810 T: git git://git.open-osd.org/open-osd.git
8811 S: Maintained
8812 F: drivers/scsi/osd/
8813 F: include/scsi/osd_*
8814 F: fs/exofs/
8815
8816 OVERLAY FILESYSTEM
8817 M: Miklos Szeredi <miklos@szeredi.hu>
8818 L: linux-unionfs@vger.kernel.org
8819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8820 S: Supported
8821 F: fs/overlayfs/
8822 F: Documentation/filesystems/overlayfs.txt
8823
8824 ORANGEFS FILESYSTEM
8825 M: Mike Marshall <hubcap@omnibond.com>
8826 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8828 S: Supported
8829 F: fs/orangefs/
8830 F: Documentation/filesystems/orangefs.txt
8831
8832 P54 WIRELESS DRIVER
8833 M: Christian Lamparter <chunkeey@googlemail.com>
8834 L: linux-wireless@vger.kernel.org
8835 W: http://wireless.kernel.org/en/users/Drivers/p54
8836 S: Maintained
8837 F: drivers/net/wireless/intersil/p54/
8838
8839 PA SEMI ETHERNET DRIVER
8840 M: Olof Johansson <olof@lixom.net>
8841 L: netdev@vger.kernel.org
8842 S: Maintained
8843 F: drivers/net/ethernet/pasemi/*
8844
8845 PA SEMI SMBUS DRIVER
8846 M: Olof Johansson <olof@lixom.net>
8847 L: linux-i2c@vger.kernel.org
8848 S: Maintained
8849 F: drivers/i2c/busses/i2c-pasemi.c
8850
8851 PADATA PARALLEL EXECUTION MECHANISM
8852 M: Steffen Klassert <steffen.klassert@secunet.com>
8853 L: linux-crypto@vger.kernel.org
8854 S: Maintained
8855 F: kernel/padata.c
8856 F: include/linux/padata.h
8857 F: Documentation/padata.txt
8858
8859 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8860 M: Harald Welte <laforge@gnumonks.org>
8861 L: platform-driver-x86@vger.kernel.org
8862 S: Maintained
8863 F: drivers/platform/x86/panasonic-laptop.c
8864
8865 PANASONIC MN10300/AM33/AM34 PORT
8866 M: David Howells <dhowells@redhat.com>
8867 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8868 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8869 S: Maintained
8870 F: Documentation/mn10300/
8871 F: arch/mn10300/
8872
8873 PARALLEL LCD/KEYPAD PANEL DRIVER
8874 M: Willy Tarreau <willy@haproxy.com>
8875 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8876 S: Odd Fixes
8877 F: Documentation/misc-devices/lcd-panel-cgram.txt
8878 F: drivers/misc/panel.c
8879
8880 PARALLEL PORT SUBSYSTEM
8881 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8882 M: Sudip Mukherjee <sudip@vectorindia.org>
8883 L: linux-parport@lists.infradead.org (subscribers-only)
8884 S: Maintained
8885 F: drivers/parport/
8886 F: include/linux/parport*.h
8887 F: drivers/char/ppdev.c
8888 F: include/uapi/linux/ppdev.h
8889 F: Documentation/parport*.txt
8890
8891 PARAVIRT_OPS INTERFACE
8892 M: Jeremy Fitzhardinge <jeremy@goop.org>
8893 M: Chris Wright <chrisw@sous-sol.org>
8894 M: Alok Kataria <akataria@vmware.com>
8895 M: Rusty Russell <rusty@rustcorp.com.au>
8896 L: virtualization@lists.linux-foundation.org
8897 S: Supported
8898 F: Documentation/virtual/paravirt_ops.txt
8899 F: arch/*/kernel/paravirt*
8900 F: arch/*/include/asm/paravirt.h
8901
8902 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8903 M: Tim Waugh <tim@cyberelk.net>
8904 L: linux-parport@lists.infradead.org (subscribers-only)
8905 S: Maintained
8906 F: Documentation/blockdev/paride.txt
8907 F: drivers/block/paride/
8908
8909 PARISC ARCHITECTURE
8910 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8911 M: Helge Deller <deller@gmx.de>
8912 L: linux-parisc@vger.kernel.org
8913 W: http://www.parisc-linux.org/
8914 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8917 S: Maintained
8918 F: arch/parisc/
8919 F: Documentation/parisc/
8920 F: drivers/parisc/
8921 F: drivers/char/agp/parisc-agp.c
8922 F: drivers/input/serio/gscps2.c
8923 F: drivers/parport/parport_gsc.*
8924 F: drivers/tty/serial/8250/8250_gsc.c
8925 F: drivers/video/fbdev/sti*
8926 F: drivers/video/console/sti*
8927 F: drivers/video/logo/logo_parisc*
8928
8929 PC87360 HARDWARE MONITORING DRIVER
8930 M: Jim Cromie <jim.cromie@gmail.com>
8931 L: linux-hwmon@vger.kernel.org
8932 S: Maintained
8933 F: Documentation/hwmon/pc87360
8934 F: drivers/hwmon/pc87360.c
8935
8936 PC8736x GPIO DRIVER
8937 M: Jim Cromie <jim.cromie@gmail.com>
8938 S: Maintained
8939 F: drivers/char/pc8736x_gpio.c
8940
8941 PC87427 HARDWARE MONITORING DRIVER
8942 M: Jean Delvare <jdelvare@suse.com>
8943 L: linux-hwmon@vger.kernel.org
8944 S: Maintained
8945 F: Documentation/hwmon/pc87427
8946 F: drivers/hwmon/pc87427.c
8947
8948 PCA9532 LED DRIVER
8949 M: Riku Voipio <riku.voipio@iki.fi>
8950 S: Maintained
8951 F: drivers/leds/leds-pca9532.c
8952 F: include/linux/leds-pca9532.h
8953
8954 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8955 M: Guenter Roeck <linux@roeck-us.net>
8956 L: linux-i2c@vger.kernel.org
8957 S: Maintained
8958 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8959
8960 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8961 M: Khalid Aziz <khalid@gonehiking.org>
8962 S: Maintained
8963 F: drivers/firmware/pcdp.*
8964
8965 PCI ERROR RECOVERY
8966 M: Linas Vepstas <linasvepstas@gmail.com>
8967 L: linux-pci@vger.kernel.org
8968 S: Supported
8969 F: Documentation/PCI/pci-error-recovery.txt
8970
8971 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8972 M: Russell Currey <ruscur@russell.cc>
8973 L: linuxppc-dev@lists.ozlabs.org
8974 S: Supported
8975 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8976 F: arch/powerpc/kernel/eeh*.c
8977 F: arch/powerpc/platforms/*/eeh*.c
8978 F: arch/powerpc/include/*/eeh*.h
8979
8980 PCI SUBSYSTEM
8981 M: Bjorn Helgaas <bhelgaas@google.com>
8982 L: linux-pci@vger.kernel.org
8983 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8985 S: Supported
8986 F: Documentation/devicetree/bindings/pci/
8987 F: Documentation/PCI/
8988 F: drivers/pci/
8989 F: include/linux/pci*
8990 F: arch/x86/pci/
8991 F: arch/x86/kernel/quirks.c
8992
8993 PCI DRIVER FOR ALTERA PCIE IP
8994 M: Ley Foon Tan <lftan@altera.com>
8995 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8996 L: linux-pci@vger.kernel.org
8997 S: Supported
8998 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8999 F: drivers/pci/host/pcie-altera.c
9000
9001 PCI DRIVER FOR ARM VERSATILE PLATFORM
9002 M: Rob Herring <robh@kernel.org>
9003 L: linux-pci@vger.kernel.org
9004 L: linux-arm-kernel@lists.infradead.org
9005 S: Maintained
9006 F: Documentation/devicetree/bindings/pci/versatile.txt
9007 F: drivers/pci/host/pci-versatile.c
9008
9009 PCI DRIVER FOR APPLIEDMICRO XGENE
9010 M: Tanmay Inamdar <tinamdar@apm.com>
9011 L: linux-pci@vger.kernel.org
9012 L: linux-arm-kernel@lists.infradead.org
9013 S: Maintained
9014 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9015 F: drivers/pci/host/pci-xgene.c
9016
9017 PCI DRIVER FOR FREESCALE LAYERSCAPE
9018 M: Minghuan Lian <minghuan.Lian@freescale.com>
9019 M: Mingkai Hu <mingkai.hu@freescale.com>
9020 M: Roy Zang <tie-fei.zang@freescale.com>
9021 L: linuxppc-dev@lists.ozlabs.org
9022 L: linux-pci@vger.kernel.org
9023 L: linux-arm-kernel@lists.infradead.org
9024 S: Maintained
9025 F: drivers/pci/host/*layerscape*
9026
9027 PCI DRIVER FOR IMX6
9028 M: Richard Zhu <Richard.Zhu@freescale.com>
9029 M: Lucas Stach <l.stach@pengutronix.de>
9030 L: linux-pci@vger.kernel.org
9031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9032 S: Maintained
9033 F: drivers/pci/host/*imx6*
9034
9035 PCI DRIVER FOR TI KEYSTONE
9036 M: Murali Karicheri <m-karicheri2@ti.com>
9037 L: linux-pci@vger.kernel.org
9038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9039 S: Maintained
9040 F: drivers/pci/host/*keystone*
9041
9042 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9043 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9044 M: Jason Cooper <jason@lakedaemon.net>
9045 L: linux-pci@vger.kernel.org
9046 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9047 S: Maintained
9048 F: drivers/pci/host/*mvebu*
9049
9050 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9051 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9052 L: linux-pci@vger.kernel.org
9053 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9054 S: Maintained
9055 F: drivers/pci/host/pci-aardvark.c
9056
9057 PCI DRIVER FOR NVIDIA TEGRA
9058 M: Thierry Reding <thierry.reding@gmail.com>
9059 L: linux-tegra@vger.kernel.org
9060 L: linux-pci@vger.kernel.org
9061 S: Supported
9062 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9063 F: drivers/pci/host/pci-tegra.c
9064
9065 PCI DRIVER FOR TI DRA7XX
9066 M: Kishon Vijay Abraham I <kishon@ti.com>
9067 L: linux-omap@vger.kernel.org
9068 L: linux-pci@vger.kernel.org
9069 S: Supported
9070 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9071 F: drivers/pci/host/pci-dra7xx.c
9072
9073 PCI DRIVER FOR RENESAS R-CAR
9074 M: Simon Horman <horms@verge.net.au>
9075 L: linux-pci@vger.kernel.org
9076 L: linux-renesas-soc@vger.kernel.org
9077 S: Maintained
9078 F: drivers/pci/host/*rcar*
9079
9080 PCI DRIVER FOR SAMSUNG EXYNOS
9081 M: Jingoo Han <jingoohan1@gmail.com>
9082 L: linux-pci@vger.kernel.org
9083 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9084 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9085 S: Maintained
9086 F: drivers/pci/host/pci-exynos.c
9087
9088 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9089 M: Jingoo Han <jingoohan1@gmail.com>
9090 M: Pratyush Anand <pratyush.anand@gmail.com>
9091 L: linux-pci@vger.kernel.org
9092 S: Maintained
9093 F: drivers/pci/host/*designware*
9094
9095 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9096 M: Joao Pinto <jpinto@synopsys.com>
9097 L: linux-pci@vger.kernel.org
9098 S: Maintained
9099 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9100 F: drivers/pci/host/pcie-designware-plat.c
9101
9102 PCI DRIVER FOR GENERIC OF HOSTS
9103 M: Will Deacon <will.deacon@arm.com>
9104 L: linux-pci@vger.kernel.org
9105 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9106 S: Maintained
9107 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9108 F: drivers/pci/host/pci-host-common.c
9109 F: drivers/pci/host/pci-host-generic.c
9110
9111 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9112 M: Keith Busch <keith.busch@intel.com>
9113 L: linux-pci@vger.kernel.org
9114 S: Supported
9115 F: arch/x86/pci/vmd.c
9116
9117 PCIE DRIVER FOR ST SPEAR13XX
9118 M: Pratyush Anand <pratyush.anand@gmail.com>
9119 L: linux-pci@vger.kernel.org
9120 S: Maintained
9121 F: drivers/pci/host/*spear*
9122
9123 PCI MSI DRIVER FOR ALTERA MSI IP
9124 M: Ley Foon Tan <lftan@altera.com>
9125 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9126 L: linux-pci@vger.kernel.org
9127 S: Supported
9128 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9129 F: drivers/pci/host/pcie-altera-msi.c
9130
9131 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9132 M: Duc Dang <dhdang@apm.com>
9133 L: linux-pci@vger.kernel.org
9134 L: linux-arm-kernel@lists.infradead.org
9135 S: Maintained
9136 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9137 F: drivers/pci/host/pci-xgene-msi.c
9138
9139 PCIE DRIVER FOR AXIS ARTPEC
9140 M: Niklas Cassel <niklas.cassel@axis.com>
9141 M: Jesper Nilsson <jesper.nilsson@axis.com>
9142 L: linux-arm-kernel@axis.com
9143 L: linux-pci@vger.kernel.org
9144 S: Maintained
9145 F: Documentation/devicetree/bindings/pci/axis,artpec*
9146 F: drivers/pci/host/*artpec*
9147
9148 PCIE DRIVER FOR HISILICON
9149 M: Zhou Wang <wangzhou1@hisilicon.com>
9150 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9151 L: linux-pci@vger.kernel.org
9152 S: Maintained
9153 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9154 F: drivers/pci/host/pcie-hisi.c
9155
9156 PCIE DRIVER FOR QUALCOMM MSM
9157 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9158 L: linux-pci@vger.kernel.org
9159 L: linux-arm-msm@vger.kernel.org
9160 S: Maintained
9161 F: drivers/pci/host/*qcom*
9162
9163 PCIE DRIVER FOR CAVIUM THUNDERX
9164 M: David Daney <david.daney@cavium.com>
9165 L: linux-pci@vger.kernel.org
9166 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9167 S: Supported
9168 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9169 F: drivers/pci/host/pci-thunder-*
9170
9171 PCMCIA SUBSYSTEM
9172 P: Linux PCMCIA Team
9173 L: linux-pcmcia@lists.infradead.org
9174 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9176 S: Maintained
9177 F: Documentation/pcmcia/
9178 F: drivers/pcmcia/
9179 F: include/pcmcia/
9180
9181 PCNET32 NETWORK DRIVER
9182 M: Don Fry <pcnet32@frontier.com>
9183 L: netdev@vger.kernel.org
9184 S: Maintained
9185 F: drivers/net/ethernet/amd/pcnet32.c
9186
9187 PCRYPT PARALLEL CRYPTO ENGINE
9188 M: Steffen Klassert <steffen.klassert@secunet.com>
9189 L: linux-crypto@vger.kernel.org
9190 S: Maintained
9191 F: crypto/pcrypt.c
9192 F: include/crypto/pcrypt.h
9193
9194 PER-CPU MEMORY ALLOCATOR
9195 M: Tejun Heo <tj@kernel.org>
9196 M: Christoph Lameter <cl@linux.com>
9197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9198 S: Maintained
9199 F: include/linux/percpu*.h
9200 F: mm/percpu*.c
9201 F: arch/*/include/asm/percpu.h
9202
9203 PER-TASK DELAY ACCOUNTING
9204 M: Balbir Singh <bsingharora@gmail.com>
9205 S: Maintained
9206 F: include/linux/delayacct.h
9207 F: kernel/delayacct.c
9208
9209 PERFORMANCE EVENTS SUBSYSTEM
9210 M: Peter Zijlstra <peterz@infradead.org>
9211 M: Ingo Molnar <mingo@redhat.com>
9212 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9213 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9214 L: linux-kernel@vger.kernel.org
9215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9216 S: Supported
9217 F: kernel/events/*
9218 F: include/linux/perf_event.h
9219 F: include/uapi/linux/perf_event.h
9220 F: arch/*/kernel/perf_event*.c
9221 F: arch/*/kernel/*/perf_event*.c
9222 F: arch/*/kernel/*/*/perf_event*.c
9223 F: arch/*/include/asm/perf_event.h
9224 F: arch/*/kernel/perf_callchain.c
9225 F: arch/*/events/*
9226 F: tools/perf/
9227
9228 PERSONALITY HANDLING
9229 M: Christoph Hellwig <hch@infradead.org>
9230 L: linux-abi-devel@lists.sourceforge.net
9231 S: Maintained
9232 F: include/linux/personality.h
9233 F: include/uapi/linux/personality.h
9234
9235 PHONET PROTOCOL
9236 M: Remi Denis-Courmont <courmisch@gmail.com>
9237 S: Supported
9238 F: Documentation/networking/phonet.txt
9239 F: include/linux/phonet.h
9240 F: include/net/phonet/
9241 F: include/uapi/linux/phonet.h
9242 F: net/phonet/
9243
9244 PHRAM MTD DRIVER
9245 M: Joern Engel <joern@lazybastard.org>
9246 L: linux-mtd@lists.infradead.org
9247 S: Maintained
9248 F: drivers/mtd/devices/phram.c
9249
9250 PICOLCD HID DRIVER
9251 M: Bruno Prémont <bonbons@linux-vserver.org>
9252 L: linux-input@vger.kernel.org
9253 S: Maintained
9254 F: drivers/hid/hid-picolcd*
9255
9256 PICOXCELL SUPPORT
9257 M: Jamie Iles <jamie@jamieiles.com>
9258 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9259 T: git git://github.com/jamieiles/linux-2.6-ji.git
9260 S: Supported
9261 F: arch/arm/boot/dts/picoxcell*
9262 F: arch/arm/mach-picoxcell/
9263 F: drivers/crypto/picoxcell*
9264
9265 PIN CONTROL SUBSYSTEM
9266 M: Linus Walleij <linus.walleij@linaro.org>
9267 L: linux-gpio@vger.kernel.org
9268 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9269 S: Maintained
9270 F: Documentation/devicetree/bindings/pinctrl/
9271 F: Documentation/pinctrl.txt
9272 F: drivers/pinctrl/
9273 F: include/linux/pinctrl/
9274
9275 PIN CONTROLLER - ATMEL AT91
9276 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9277 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9278 S: Maintained
9279 F: drivers/pinctrl/pinctrl-at91.*
9280
9281 PIN CONTROLLER - ATMEL AT91 PIO4
9282 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9283 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9284 L: linux-gpio@vger.kernel.org
9285 S: Supported
9286 F: drivers/pinctrl/pinctrl-at91-pio4.*
9287
9288 PIN CONTROLLER - INTEL
9289 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9290 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9291 S: Maintained
9292 F: drivers/pinctrl/intel/
9293
9294 PIN CONTROLLER - RENESAS
9295 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9296 M: Geert Uytterhoeven <geert+renesas@glider.be>
9297 L: linux-renesas-soc@vger.kernel.org
9298 S: Maintained
9299 F: drivers/pinctrl/sh-pfc/
9300
9301 PIN CONTROLLER - SAMSUNG
9302 M: Tomasz Figa <tomasz.figa@gmail.com>
9303 M: Krzysztof Kozlowski <krzk@kernel.org>
9304 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9305 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9306 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9307 S: Maintained
9308 F: drivers/pinctrl/samsung/
9309
9310 PIN CONTROLLER - SINGLE
9311 M: Tony Lindgren <tony@atomide.com>
9312 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9313 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9314 L: linux-omap@vger.kernel.org
9315 S: Maintained
9316 F: drivers/pinctrl/pinctrl-single.c
9317
9318 PIN CONTROLLER - ST SPEAR
9319 M: Viresh Kumar <vireshk@kernel.org>
9320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9321 W: http://www.st.com/spear
9322 S: Maintained
9323 F: drivers/pinctrl/spear/
9324
9325 PISTACHIO SOC SUPPORT
9326 M: James Hartley <james.hartley@imgtec.com>
9327 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9328 L: linux-mips@linux-mips.org
9329 S: Maintained
9330 F: arch/mips/pistachio/
9331 F: arch/mips/include/asm/mach-pistachio/
9332 F: arch/mips/boot/dts/pistachio/
9333 F: arch/mips/configs/pistachio*_defconfig
9334
9335 PKTCDVD DRIVER
9336 M: Jiri Kosina <jikos@kernel.org>
9337 S: Maintained
9338 F: drivers/block/pktcdvd.c
9339 F: include/linux/pktcdvd.h
9340 F: include/uapi/linux/pktcdvd.h
9341
9342 PKUNITY SOC DRIVERS
9343 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9344 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9345 S: Maintained
9346 T: git git://github.com/gxt/linux.git
9347 F: drivers/input/serio/i8042-unicore32io.h
9348 F: drivers/i2c/busses/i2c-puv3.c
9349 F: drivers/video/fbdev/fb-puv3.c
9350 F: drivers/rtc/rtc-puv3.c
9351
9352 PMBUS HARDWARE MONITORING DRIVERS
9353 M: Guenter Roeck <linux@roeck-us.net>
9354 L: linux-hwmon@vger.kernel.org
9355 W: http://hwmon.wiki.kernel.org/
9356 W: http://www.roeck-us.net/linux/drivers/
9357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9358 S: Maintained
9359 F: Documentation/hwmon/pmbus
9360 F: drivers/hwmon/pmbus/
9361 F: include/linux/i2c/pmbus.h
9362
9363 PMC SIERRA MaxRAID DRIVER
9364 L: linux-scsi@vger.kernel.org
9365 W: http://www.pmc-sierra.com/
9366 S: Orphan
9367 F: drivers/scsi/pmcraid.*
9368
9369 PMC SIERRA PM8001 DRIVER
9370 M: Jack Wang <jinpu.wang@profitbricks.com>
9371 M: lindar_liu@usish.com
9372 L: pmchba@pmcs.com
9373 L: linux-scsi@vger.kernel.org
9374 S: Supported
9375 F: drivers/scsi/pm8001/
9376
9377 POSIX CLOCKS and TIMERS
9378 M: Thomas Gleixner <tglx@linutronix.de>
9379 L: linux-kernel@vger.kernel.org
9380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9381 S: Maintained
9382 F: fs/timerfd.c
9383 F: include/linux/timer*
9384 F: kernel/time/*timer*
9385
9386 POWER MANAGEMENT CORE
9387 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9388 L: linux-pm@vger.kernel.org
9389 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9390 S: Supported
9391 F: drivers/base/power/
9392 F: include/linux/pm.h
9393 F: include/linux/pm_*
9394 F: include/linux/powercap.h
9395 F: drivers/powercap/
9396
9397 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9398 M: Sebastian Reichel <sre@kernel.org>
9399 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9400 M: David Woodhouse <dwmw2@infradead.org>
9401 L: linux-pm@vger.kernel.org
9402 T: git git://git.infradead.org/battery-2.6.git
9403 S: Maintained
9404 F: Documentation/devicetree/bindings/power/
9405 F: Documentation/devicetree/bindings/power_supply/
9406 F: include/linux/power_supply.h
9407 F: drivers/power/
9408 X: drivers/power/avs/
9409
9410 POWER STATE COORDINATION INTERFACE (PSCI)
9411 M: Mark Rutland <mark.rutland@arm.com>
9412 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9413 L: linux-arm-kernel@lists.infradead.org
9414 S: Maintained
9415 F: drivers/firmware/psci.c
9416 F: include/linux/psci.h
9417 F: include/uapi/linux/psci.h
9418
9419 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9420 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9421 L: linuxppc-dev@lists.ozlabs.org
9422 S: Maintained
9423 F: drivers/char/powernv-op-panel.c
9424
9425 PNP SUPPORT
9426 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9427 S: Maintained
9428 F: drivers/pnp/
9429
9430 PPP PROTOCOL DRIVERS AND COMPRESSORS
9431 M: Paul Mackerras <paulus@samba.org>
9432 L: linux-ppp@vger.kernel.org
9433 S: Maintained
9434 F: drivers/net/ppp/ppp_*
9435
9436 PPP OVER ATM (RFC 2364)
9437 M: Mitchell Blank Jr <mitch@sfgoth.com>
9438 S: Maintained
9439 F: net/atm/pppoatm.c
9440 F: include/uapi/linux/atmppp.h
9441
9442 PPP OVER ETHERNET
9443 M: Michal Ostrowski <mostrows@earthlink.net>
9444 S: Maintained
9445 F: drivers/net/ppp/pppoe.c
9446 F: drivers/net/ppp/pppox.c
9447
9448 PPP OVER L2TP
9449 M: James Chapman <jchapman@katalix.com>
9450 S: Maintained
9451 F: net/l2tp/l2tp_ppp.c
9452 F: include/linux/if_pppol2tp.h
9453 F: include/uapi/linux/if_pppol2tp.h
9454
9455 PPS SUPPORT
9456 M: Rodolfo Giometti <giometti@enneenne.com>
9457 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9458 L: linuxpps@ml.enneenne.com (subscribers-only)
9459 S: Maintained
9460 F: Documentation/pps/
9461 F: drivers/pps/
9462 F: include/linux/pps*.h
9463
9464 PPTP DRIVER
9465 M: Dmitry Kozlov <xeb@mail.ru>
9466 L: netdev@vger.kernel.org
9467 S: Maintained
9468 F: drivers/net/ppp/pptp.c
9469 W: http://sourceforge.net/projects/accel-pptp
9470
9471 PREEMPTIBLE KERNEL
9472 M: Robert Love <rml@tech9.net>
9473 L: kpreempt-tech@lists.sourceforge.net
9474 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9475 S: Supported
9476 F: Documentation/preempt-locking.txt
9477 F: include/linux/preempt.h
9478
9479 PRISM54 WIRELESS DRIVER
9480 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9481 L: linux-wireless@vger.kernel.org
9482 W: http://wireless.kernel.org/en/users/Drivers/p54
9483 S: Obsolete
9484 F: drivers/net/wireless/intersil/prism54/
9485
9486 PS3 NETWORK SUPPORT
9487 M: Geoff Levand <geoff@infradead.org>
9488 L: netdev@vger.kernel.org
9489 L: linuxppc-dev@lists.ozlabs.org
9490 S: Maintained
9491 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9492
9493 PS3 PLATFORM SUPPORT
9494 M: Geoff Levand <geoff@infradead.org>
9495 L: linuxppc-dev@lists.ozlabs.org
9496 S: Maintained
9497 F: arch/powerpc/boot/ps3*
9498 F: arch/powerpc/include/asm/lv1call.h
9499 F: arch/powerpc/include/asm/ps3*.h
9500 F: arch/powerpc/platforms/ps3/
9501 F: drivers/*/ps3*
9502 F: drivers/ps3/
9503 F: drivers/rtc/rtc-ps3.c
9504 F: drivers/usb/host/*ps3.c
9505 F: sound/ppc/snd_ps3*
9506
9507 PS3VRAM DRIVER
9508 M: Jim Paris <jim@jtan.com>
9509 M: Geoff Levand <geoff@infradead.org>
9510 L: linuxppc-dev@lists.ozlabs.org
9511 S: Maintained
9512 F: drivers/block/ps3vram.c
9513
9514 PSTORE FILESYSTEM
9515 M: Anton Vorontsov <anton@enomsg.org>
9516 M: Colin Cross <ccross@android.com>
9517 M: Kees Cook <keescook@chromium.org>
9518 M: Tony Luck <tony.luck@intel.com>
9519 S: Maintained
9520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9521 F: fs/pstore/
9522 F: include/linux/pstore*
9523 F: drivers/firmware/efi/efi-pstore.c
9524 F: drivers/acpi/apei/erst.c
9525
9526 PTP HARDWARE CLOCK SUPPORT
9527 M: Richard Cochran <richardcochran@gmail.com>
9528 L: netdev@vger.kernel.org
9529 S: Maintained
9530 W: http://linuxptp.sourceforge.net/
9531 F: Documentation/ABI/testing/sysfs-ptp
9532 F: Documentation/ptp/*
9533 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9534 F: drivers/net/phy/dp83640*
9535 F: drivers/ptp/*
9536 F: include/linux/ptp_cl*
9537
9538 PTRACE SUPPORT
9539 M: Roland McGrath <roland@hack.frob.com>
9540 M: Oleg Nesterov <oleg@redhat.com>
9541 S: Maintained
9542 F: include/asm-generic/syscall.h
9543 F: include/linux/ptrace.h
9544 F: include/linux/regset.h
9545 F: include/linux/tracehook.h
9546 F: include/uapi/linux/ptrace.h
9547 F: kernel/ptrace.c
9548
9549 PULSE8-CEC DRIVER
9550 M: Hans Verkuil <hverkuil@xs4all.nl>
9551 L: linux-media@vger.kernel.org
9552 T: git git://linuxtv.org/media_tree.git
9553 S: Maintained
9554 F: drivers/staging/media/pulse8-cec
9555
9556 PVRUSB2 VIDEO4LINUX DRIVER
9557 M: Mike Isely <isely@pobox.com>
9558 L: pvrusb2@isely.net (subscribers-only)
9559 L: linux-media@vger.kernel.org
9560 W: http://www.isely.net/pvrusb2/
9561 T: git git://linuxtv.org/media_tree.git
9562 S: Maintained
9563 F: Documentation/video4linux/README.pvrusb2
9564 F: drivers/media/usb/pvrusb2/
9565
9566 PWC WEBCAM DRIVER
9567 M: Hans Verkuil <hverkuil@xs4all.nl>
9568 L: linux-media@vger.kernel.org
9569 T: git git://linuxtv.org/media_tree.git
9570 S: Odd Fixes
9571 F: drivers/media/usb/pwc/*
9572
9573 PWM FAN DRIVER
9574 M: Kamil Debski <kamil@wypas.org>
9575 M: Lukasz Majewski <l.majewski@samsung.com>
9576 L: linux-hwmon@vger.kernel.org
9577 S: Supported
9578 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9579 F: Documentation/hwmon/pwm-fan
9580 F: drivers/hwmon/pwm-fan.c
9581
9582 PWM SUBSYSTEM
9583 M: Thierry Reding <thierry.reding@gmail.com>
9584 L: linux-pwm@vger.kernel.org
9585 S: Maintained
9586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9587 F: Documentation/pwm.txt
9588 F: Documentation/devicetree/bindings/pwm/
9589 F: include/linux/pwm.h
9590 F: drivers/pwm/
9591 F: drivers/video/backlight/pwm_bl.c
9592 F: include/linux/pwm_backlight.h
9593
9594 PXA2xx/PXA3xx SUPPORT
9595 M: Daniel Mack <daniel@zonque.org>
9596 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9597 M: Robert Jarzmik <robert.jarzmik@free.fr>
9598 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9599 T: git git://github.com/hzhuang1/linux.git
9600 T: git git://github.com/rjarzmik/linux.git
9601 S: Maintained
9602 F: arch/arm/boot/dts/pxa*
9603 F: arch/arm/mach-pxa/
9604 F: drivers/dma/pxa*
9605 F: drivers/pcmcia/pxa2xx*
9606 F: drivers/pinctrl/pxa/
9607 F: drivers/spi/spi-pxa2xx*
9608 F: drivers/usb/gadget/udc/pxa2*
9609 F: include/sound/pxa2xx-lib.h
9610 F: sound/arm/pxa*
9611 F: sound/soc/pxa/
9612
9613 PXA GPIO DRIVER
9614 M: Robert Jarzmik <robert.jarzmik@free.fr>
9615 L: linux-gpio@vger.kernel.org
9616 S: Maintained
9617 F: drivers/gpio/gpio-pxa.c
9618
9619 PXA3xx NAND FLASH DRIVER
9620 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9621 L: linux-mtd@lists.infradead.org
9622 S: Maintained
9623 F: drivers/mtd/nand/pxa3xx_nand.c
9624
9625 MMP SUPPORT
9626 M: Eric Miao <eric.y.miao@gmail.com>
9627 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9628 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9629 T: git git://github.com/hzhuang1/linux.git
9630 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9631 S: Maintained
9632 F: arch/arm/boot/dts/mmp*
9633 F: arch/arm/mach-mmp/
9634
9635 PXA MMCI DRIVER
9636 S: Orphan
9637
9638 PXA RTC DRIVER
9639 M: Robert Jarzmik <robert.jarzmik@free.fr>
9640 L: rtc-linux@googlegroups.com
9641 S: Maintained
9642
9643 QAT DRIVER
9644 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9645 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9646 L: qat-linux@intel.com
9647 S: Supported
9648 F: drivers/crypto/qat/
9649
9650 QIB DRIVER
9651 M: Mike Marciniszyn <infinipath@intel.com>
9652 L: linux-rdma@vger.kernel.org
9653 S: Supported
9654 F: drivers/infiniband/hw/qib/
9655
9656 QLOGIC QLA1280 SCSI DRIVER
9657 M: Michael Reed <mdr@sgi.com>
9658 L: linux-scsi@vger.kernel.org
9659 S: Maintained
9660 F: drivers/scsi/qla1280.[ch]
9661
9662 QLOGIC QLA2XXX FC-SCSI DRIVER
9663 M: qla2xxx-upstream@qlogic.com
9664 L: linux-scsi@vger.kernel.org
9665 S: Supported
9666 F: Documentation/scsi/LICENSE.qla2xxx
9667 F: drivers/scsi/qla2xxx/
9668
9669 QLOGIC QLA4XXX iSCSI DRIVER
9670 M: QLogic-Storage-Upstream@qlogic.com
9671 L: linux-scsi@vger.kernel.org
9672 S: Supported
9673 F: Documentation/scsi/LICENSE.qla4xxx
9674 F: drivers/scsi/qla4xxx/
9675
9676 QLOGIC QLA3XXX NETWORK DRIVER
9677 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9678 M: Ron Mercer <ron.mercer@qlogic.com>
9679 M: linux-driver@qlogic.com
9680 L: netdev@vger.kernel.org
9681 S: Supported
9682 F: Documentation/networking/LICENSE.qla3xxx
9683 F: drivers/net/ethernet/qlogic/qla3xxx.*
9684
9685 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9686 M: Dept-GELinuxNICDev@qlogic.com
9687 L: netdev@vger.kernel.org
9688 S: Supported
9689 F: drivers/net/ethernet/qlogic/qlcnic/
9690
9691 QLOGIC QLGE 10Gb ETHERNET DRIVER
9692 M: Harish Patil <harish.patil@qlogic.com>
9693 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9694 M: Dept-GELinuxNICDev@qlogic.com
9695 M: linux-driver@qlogic.com
9696 L: netdev@vger.kernel.org
9697 S: Supported
9698 F: drivers/net/ethernet/qlogic/qlge/
9699
9700 QLOGIC QL4xxx ETHERNET DRIVER
9701 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9702 M: Ariel Elior <Ariel.Elior@qlogic.com>
9703 M: everest-linux-l2@qlogic.com
9704 L: netdev@vger.kernel.org
9705 S: Supported
9706 F: drivers/net/ethernet/qlogic/qed/
9707 F: include/linux/qed/
9708 F: drivers/net/ethernet/qlogic/qede/
9709
9710 QNX4 FILESYSTEM
9711 M: Anders Larsen <al@alarsen.net>
9712 W: http://www.alarsen.net/linux/qnx4fs/
9713 S: Maintained
9714 F: fs/qnx4/
9715 F: include/uapi/linux/qnx4_fs.h
9716 F: include/uapi/linux/qnxtypes.h
9717
9718 QT1010 MEDIA DRIVER
9719 M: Antti Palosaari <crope@iki.fi>
9720 L: linux-media@vger.kernel.org
9721 W: https://linuxtv.org
9722 W: http://palosaari.fi/linux/
9723 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9724 T: git git://linuxtv.org/anttip/media_tree.git
9725 S: Maintained
9726 F: drivers/media/tuners/qt1010*
9727
9728 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9729 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9730 L: linux-wireless@vger.kernel.org
9731 L: ath9k-devel@lists.ath9k.org
9732 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9733 S: Supported
9734 F: drivers/net/wireless/ath/ath9k/
9735
9736 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9737 M: Kalle Valo <kvalo@qca.qualcomm.com>
9738 L: ath10k@lists.infradead.org
9739 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9741 S: Supported
9742 F: drivers/net/wireless/ath/ath10k/
9743
9744 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9745 M: Timur Tabi <timur@codeaurora.org>
9746 L: netdev@vger.kernel.org
9747 S: Supported
9748 F: drivers/net/ethernet/qualcomm/emac/
9749
9750 QUALCOMM HEXAGON ARCHITECTURE
9751 M: Richard Kuo <rkuo@codeaurora.org>
9752 L: linux-hexagon@vger.kernel.org
9753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9754 S: Supported
9755 F: arch/hexagon/
9756
9757 QUALCOMM WCN36XX WIRELESS DRIVER
9758 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9759 L: wcn36xx@lists.infradead.org
9760 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9761 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9762 S: Supported
9763 F: drivers/net/wireless/ath/wcn36xx/
9764
9765 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9766 M: Gabriel Somlo <somlo@cmu.edu>
9767 M: "Michael S. Tsirkin" <mst@redhat.com>
9768 L: qemu-devel@nongnu.org
9769 S: Maintained
9770 F: drivers/firmware/qemu_fw_cfg.c
9771
9772 RADOS BLOCK DEVICE (RBD)
9773 M: Ilya Dryomov <idryomov@gmail.com>
9774 M: Sage Weil <sage@redhat.com>
9775 M: Alex Elder <elder@kernel.org>
9776 L: ceph-devel@vger.kernel.org
9777 W: http://ceph.com/
9778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9779 T: git git://github.com/ceph/ceph-client.git
9780 S: Supported
9781 F: Documentation/ABI/testing/sysfs-bus-rbd
9782 F: drivers/block/rbd.c
9783 F: drivers/block/rbd_types.h
9784
9785 RADEON FRAMEBUFFER DISPLAY DRIVER
9786 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9787 L: linux-fbdev@vger.kernel.org
9788 S: Maintained
9789 F: drivers/video/fbdev/aty/radeon*
9790 F: include/uapi/linux/radeonfb.h
9791
9792 RADIOSHARK RADIO DRIVER
9793 M: Hans Verkuil <hverkuil@xs4all.nl>
9794 L: linux-media@vger.kernel.org
9795 T: git git://linuxtv.org/media_tree.git
9796 S: Maintained
9797 F: drivers/media/radio/radio-shark.c
9798
9799 RADIOSHARK2 RADIO DRIVER
9800 M: Hans Verkuil <hverkuil@xs4all.nl>
9801 L: linux-media@vger.kernel.org
9802 T: git git://linuxtv.org/media_tree.git
9803 S: Maintained
9804 F: drivers/media/radio/radio-shark2.c
9805 F: drivers/media/radio/radio-tea5777.c
9806
9807 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9808 M: Paul Mackerras <paulus@samba.org>
9809 L: linux-fbdev@vger.kernel.org
9810 S: Maintained
9811 F: drivers/video/fbdev/aty/aty128fb.c
9812
9813 RALINK MIPS ARCHITECTURE
9814 M: John Crispin <john@phrozen.org>
9815 L: linux-mips@linux-mips.org
9816 S: Maintained
9817 F: arch/mips/ralink
9818
9819 RALINK RT2X00 WIRELESS LAN DRIVER
9820 P: rt2x00 project
9821 M: Stanislaw Gruszka <sgruszka@redhat.com>
9822 M: Helmut Schaa <helmut.schaa@googlemail.com>
9823 L: linux-wireless@vger.kernel.org
9824 S: Maintained
9825 F: drivers/net/wireless/ralink/rt2x00/
9826
9827 RAMDISK RAM BLOCK DEVICE DRIVER
9828 M: Jens Axboe <axboe@kernel.dk>
9829 S: Maintained
9830 F: Documentation/blockdev/ramdisk.txt
9831 F: drivers/block/brd.c
9832
9833 RANDOM NUMBER DRIVER
9834 M: "Theodore Ts'o" <tytso@mit.edu>
9835 S: Maintained
9836 F: drivers/char/random.c
9837
9838 RAPIDIO SUBSYSTEM
9839 M: Matt Porter <mporter@kernel.crashing.org>
9840 M: Alexandre Bounine <alexandre.bounine@idt.com>
9841 S: Maintained
9842 F: drivers/rapidio/
9843
9844 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9845 L: linux-wireless@vger.kernel.org
9846 S: Orphan
9847 F: drivers/net/wireless/ray*
9848
9849 RCUTORTURE MODULE
9850 M: Josh Triplett <josh@joshtriplett.org>
9851 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9852 L: linux-kernel@vger.kernel.org
9853 S: Supported
9854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9855 F: Documentation/RCU/torture.txt
9856 F: kernel/rcu/rcutorture.c
9857
9858 RCUTORTURE TEST FRAMEWORK
9859 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9860 M: Josh Triplett <josh@joshtriplett.org>
9861 R: Steven Rostedt <rostedt@goodmis.org>
9862 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9863 R: Lai Jiangshan <jiangshanlai@gmail.com>
9864 L: linux-kernel@vger.kernel.org
9865 S: Supported
9866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9867 F: tools/testing/selftests/rcutorture
9868
9869 RDC R-321X SoC
9870 M: Florian Fainelli <florian@openwrt.org>
9871 S: Maintained
9872
9873 RDC R6040 FAST ETHERNET DRIVER
9874 M: Florian Fainelli <f.fainelli@gmail.com>
9875 L: netdev@vger.kernel.org
9876 S: Maintained
9877 F: drivers/net/ethernet/rdc/r6040.c
9878
9879 RDS - RELIABLE DATAGRAM SOCKETS
9880 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9881 L: netdev@vger.kernel.org
9882 L: linux-rdma@vger.kernel.org
9883 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9884 W: https://oss.oracle.com/projects/rds/
9885 S: Supported
9886 F: net/rds/
9887 F: Documentation/networking/rds.txt
9888
9889 RDMAVT - RDMA verbs software
9890 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9891 L: linux-rdma@vger.kernel.org
9892 S: Supported
9893 F: drivers/infiniband/sw/rdmavt
9894
9895 READ-COPY UPDATE (RCU)
9896 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9897 M: Josh Triplett <josh@joshtriplett.org>
9898 R: Steven Rostedt <rostedt@goodmis.org>
9899 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9900 R: Lai Jiangshan <jiangshanlai@gmail.com>
9901 L: linux-kernel@vger.kernel.org
9902 W: http://www.rdrop.com/users/paulmck/RCU/
9903 S: Supported
9904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9905 F: Documentation/RCU/
9906 X: Documentation/RCU/torture.txt
9907 F: include/linux/rcu*
9908 X: include/linux/srcu.h
9909 F: kernel/rcu/
9910 X: kernel/torture.c
9911
9912 REAL TIME CLOCK (RTC) SUBSYSTEM
9913 M: Alessandro Zummo <a.zummo@towertech.it>
9914 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9915 L: rtc-linux@googlegroups.com
9916 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9918 S: Maintained
9919 F: Documentation/devicetree/bindings/rtc/
9920 F: Documentation/rtc.txt
9921 F: drivers/rtc/
9922 F: include/linux/rtc.h
9923 F: include/uapi/linux/rtc.h
9924 F: include/linux/rtc/
9925 F: include/linux/platform_data/rtc-*
9926 F: tools/testing/selftests/timers/rtctest.c
9927
9928 REALTEK AUDIO CODECS
9929 M: Bard Liao <bardliao@realtek.com>
9930 M: Oder Chiou <oder_chiou@realtek.com>
9931 S: Maintained
9932 F: sound/soc/codecs/rt*
9933 F: include/sound/rt*.h
9934
9935 REISERFS FILE SYSTEM
9936 L: reiserfs-devel@vger.kernel.org
9937 S: Supported
9938 F: fs/reiserfs/
9939
9940 REGISTER MAP ABSTRACTION
9941 M: Mark Brown <broonie@kernel.org>
9942 L: linux-kernel@vger.kernel.org
9943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9944 S: Supported
9945 F: Documentation/devicetree/bindings/regmap/
9946 F: drivers/base/regmap/
9947 F: include/linux/regmap.h
9948
9949 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9950 M: Ohad Ben-Cohen <ohad@wizery.com>
9951 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9952 L: linux-remoteproc@vger.kernel.org
9953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9954 S: Maintained
9955 F: Documentation/devicetree/bindings/remoteproc/
9956 F: Documentation/remoteproc.txt
9957 F: drivers/remoteproc/
9958 F: include/linux/remoteproc.h
9959
9960 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9961 M: Ohad Ben-Cohen <ohad@wizery.com>
9962 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9963 L: linux-remoteproc@vger.kernel.org
9964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9965 S: Maintained
9966 F: drivers/rpmsg/
9967 F: Documentation/rpmsg.txt
9968 F: include/linux/rpmsg.h
9969
9970 RENESAS ETHERNET DRIVERS
9971 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9972 L: netdev@vger.kernel.org
9973 L: linux-renesas-soc@vger.kernel.org
9974 F: drivers/net/ethernet/renesas/
9975 F: include/linux/sh_eth.h
9976
9977 RENESAS USB2 PHY DRIVER
9978 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9979 L: linux-renesas-soc@vger.kernel.org
9980 S: Maintained
9981 F: drivers/phy/phy-rcar-gen3-usb2.c
9982
9983 RESET CONTROLLER FRAMEWORK
9984 M: Philipp Zabel <p.zabel@pengutronix.de>
9985 T: git git://git.pengutronix.de/git/pza/linux
9986 S: Maintained
9987 F: drivers/reset/
9988 F: Documentation/devicetree/bindings/reset/
9989 F: include/dt-bindings/reset/
9990 F: include/linux/reset.h
9991 F: include/linux/reset-controller.h
9992
9993 RFKILL
9994 M: Johannes Berg <johannes@sipsolutions.net>
9995 L: linux-wireless@vger.kernel.org
9996 W: http://wireless.kernel.org/
9997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9999 S: Maintained
10000 F: Documentation/rfkill.txt
10001 F: net/rfkill/
10002
10003 RHASHTABLE
10004 M: Thomas Graf <tgraf@suug.ch>
10005 M: Herbert Xu <herbert@gondor.apana.org.au>
10006 L: netdev@vger.kernel.org
10007 S: Maintained
10008 F: lib/rhashtable.c
10009 F: include/linux/rhashtable.h
10010
10011 RICOH SMARTMEDIA/XD DRIVER
10012 M: Maxim Levitsky <maximlevitsky@gmail.com>
10013 S: Maintained
10014 F: drivers/mtd/nand/r852.c
10015 F: drivers/mtd/nand/r852.h
10016
10017 RICOH R5C592 MEMORYSTICK DRIVER
10018 M: Maxim Levitsky <maximlevitsky@gmail.com>
10019 S: Maintained
10020 F: drivers/memstick/host/r592.*
10021
10022 ROCCAT DRIVERS
10023 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10024 W: http://sourceforge.net/projects/roccat/
10025 S: Maintained
10026 F: drivers/hid/hid-roccat*
10027 F: include/linux/hid-roccat*
10028 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10029
10030 ROCKER DRIVER
10031 M: Jiri Pirko <jiri@resnulli.us>
10032 L: netdev@vger.kernel.org
10033 S: Supported
10034 F: drivers/net/ethernet/rocker/
10035
10036 ROCKETPORT DRIVER
10037 P: Comtrol Corp.
10038 W: http://www.comtrol.com
10039 S: Maintained
10040 F: Documentation/serial/rocket.txt
10041 F: drivers/tty/rocket*
10042
10043 ROCKETPORT EXPRESS/INFINITY DRIVER
10044 M: Kevin Cernekee <cernekee@gmail.com>
10045 L: linux-serial@vger.kernel.org
10046 S: Odd Fixes
10047 F: drivers/tty/serial/rp2.*
10048
10049 ROSE NETWORK LAYER
10050 M: Ralf Baechle <ralf@linux-mips.org>
10051 L: linux-hams@vger.kernel.org
10052 W: http://www.linux-ax25.org/
10053 S: Maintained
10054 F: include/net/rose.h
10055 F: include/uapi/linux/rose.h
10056 F: net/rose/
10057
10058 RTL2830 MEDIA DRIVER
10059 M: Antti Palosaari <crope@iki.fi>
10060 L: linux-media@vger.kernel.org
10061 W: https://linuxtv.org
10062 W: http://palosaari.fi/linux/
10063 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10064 T: git git://linuxtv.org/anttip/media_tree.git
10065 S: Maintained
10066 F: drivers/media/dvb-frontends/rtl2830*
10067
10068 RTL2832 MEDIA DRIVER
10069 M: Antti Palosaari <crope@iki.fi>
10070 L: linux-media@vger.kernel.org
10071 W: https://linuxtv.org
10072 W: http://palosaari.fi/linux/
10073 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10074 T: git git://linuxtv.org/anttip/media_tree.git
10075 S: Maintained
10076 F: drivers/media/dvb-frontends/rtl2832*
10077
10078 RTL2832_SDR MEDIA DRIVER
10079 M: Antti Palosaari <crope@iki.fi>
10080 L: linux-media@vger.kernel.org
10081 W: https://linuxtv.org
10082 W: http://palosaari.fi/linux/
10083 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10084 T: git git://linuxtv.org/anttip/media_tree.git
10085 S: Maintained
10086 F: drivers/media/dvb-frontends/rtl2832_sdr*
10087
10088 RTL8180 WIRELESS DRIVER
10089 L: linux-wireless@vger.kernel.org
10090 W: http://wireless.kernel.org/
10091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10092 S: Orphan
10093 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10094
10095 RTL8187 WIRELESS DRIVER
10096 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10097 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10098 M: Larry Finger <Larry.Finger@lwfinger.net>
10099 L: linux-wireless@vger.kernel.org
10100 W: http://wireless.kernel.org/
10101 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10102 S: Maintained
10103 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10104
10105 RTL8192CE WIRELESS DRIVER
10106 M: Larry Finger <Larry.Finger@lwfinger.net>
10107 M: Chaoming Li <chaoming_li@realsil.com.cn>
10108 L: linux-wireless@vger.kernel.org
10109 W: http://wireless.kernel.org/
10110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10111 S: Maintained
10112 F: drivers/net/wireless/realtek/rtlwifi/
10113 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10114
10115 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10116 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10117 L: linux-wireless@vger.kernel.org
10118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10119 S: Maintained
10120 F: drivers/net/wireless/realtek/rtl8xxxu/
10121
10122 S3 SAVAGE FRAMEBUFFER DRIVER
10123 M: Antonino Daplas <adaplas@gmail.com>
10124 L: linux-fbdev@vger.kernel.org
10125 S: Maintained
10126 F: drivers/video/fbdev/savage/
10127
10128 S390
10129 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10130 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10131 L: linux-s390@vger.kernel.org
10132 W: http://www.ibm.com/developerworks/linux/linux390/
10133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10134 S: Supported
10135 F: arch/s390/
10136 F: drivers/s390/
10137 F: Documentation/s390/
10138 F: Documentation/DocBook/s390*
10139
10140 S390 COMMON I/O LAYER
10141 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10142 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10143 L: linux-s390@vger.kernel.org
10144 W: http://www.ibm.com/developerworks/linux/linux390/
10145 S: Supported
10146 F: drivers/s390/cio/
10147
10148 S390 DASD DRIVER
10149 M: Stefan Weinhuber <wein@de.ibm.com>
10150 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10151 L: linux-s390@vger.kernel.org
10152 W: http://www.ibm.com/developerworks/linux/linux390/
10153 S: Supported
10154 F: drivers/s390/block/dasd*
10155 F: block/partitions/ibm.c
10156
10157 S390 NETWORK DRIVERS
10158 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10159 L: linux-s390@vger.kernel.org
10160 W: http://www.ibm.com/developerworks/linux/linux390/
10161 S: Supported
10162 F: drivers/s390/net/
10163
10164 S390 PCI SUBSYSTEM
10165 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10166 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10167 L: linux-s390@vger.kernel.org
10168 W: http://www.ibm.com/developerworks/linux/linux390/
10169 S: Supported
10170 F: arch/s390/pci/
10171 F: drivers/pci/hotplug/s390_pci_hpc.c
10172
10173 S390 ZCRYPT DRIVER
10174 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10175 L: linux-s390@vger.kernel.org
10176 W: http://www.ibm.com/developerworks/linux/linux390/
10177 S: Supported
10178 F: drivers/s390/crypto/
10179
10180 S390 ZFCP DRIVER
10181 M: Steffen Maier <maier@linux.vnet.ibm.com>
10182 L: linux-s390@vger.kernel.org
10183 W: http://www.ibm.com/developerworks/linux/linux390/
10184 S: Supported
10185 F: drivers/s390/scsi/zfcp_*
10186
10187 S390 IUCV NETWORK LAYER
10188 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10189 L: linux-s390@vger.kernel.org
10190 W: http://www.ibm.com/developerworks/linux/linux390/
10191 S: Supported
10192 F: drivers/s390/net/*iucv*
10193 F: include/net/iucv/
10194 F: net/iucv/
10195
10196 S390 IOMMU (PCI)
10197 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10198 L: linux-s390@vger.kernel.org
10199 W: http://www.ibm.com/developerworks/linux/linux390/
10200 S: Supported
10201 F: drivers/iommu/s390-iommu.c
10202
10203 S3C24XX SD/MMC Driver
10204 M: Ben Dooks <ben-linux@fluff.org>
10205 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10206 S: Supported
10207 F: drivers/mmc/host/s3cmci.*
10208
10209 SAA6588 RDS RECEIVER DRIVER
10210 M: Hans Verkuil <hverkuil@xs4all.nl>
10211 L: linux-media@vger.kernel.org
10212 T: git git://linuxtv.org/media_tree.git
10213 W: https://linuxtv.org
10214 S: Odd Fixes
10215 F: drivers/media/i2c/saa6588*
10216
10217 SAA7134 VIDEO4LINUX DRIVER
10218 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10219 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10220 L: linux-media@vger.kernel.org
10221 W: https://linuxtv.org
10222 T: git git://linuxtv.org/media_tree.git
10223 S: Odd fixes
10224 F: Documentation/video4linux/*.saa7134
10225 F: drivers/media/pci/saa7134/
10226
10227 SAA7146 VIDEO4LINUX-2 DRIVER
10228 M: Hans Verkuil <hverkuil@xs4all.nl>
10229 L: linux-media@vger.kernel.org
10230 T: git git://linuxtv.org/media_tree.git
10231 S: Maintained
10232 F: drivers/media/common/saa7146/
10233 F: drivers/media/pci/saa7146/
10234 F: include/media/saa7146*
10235
10236 SAMSUNG LAPTOP DRIVER
10237 M: Corentin Chary <corentin.chary@gmail.com>
10238 L: platform-driver-x86@vger.kernel.org
10239 S: Maintained
10240 F: drivers/platform/x86/samsung-laptop.c
10241
10242 SAMSUNG AUDIO (ASoC) DRIVERS
10243 M: Krzysztof Kozlowski <krzk@kernel.org>
10244 M: Sangbeom Kim <sbkim73@samsung.com>
10245 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10246 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10247 S: Supported
10248 F: sound/soc/samsung/
10249
10250 SAMSUNG FRAMEBUFFER DRIVER
10251 M: Jingoo Han <jingoohan1@gmail.com>
10252 L: linux-fbdev@vger.kernel.org
10253 S: Maintained
10254 F: drivers/video/fbdev/s3c-fb.c
10255
10256 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10257 M: Sangbeom Kim <sbkim73@samsung.com>
10258 M: Krzysztof Kozlowski <krzk@kernel.org>
10259 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10260 L: linux-kernel@vger.kernel.org
10261 L: linux-samsung-soc@vger.kernel.org
10262 S: Supported
10263 F: drivers/mfd/sec*.c
10264 F: drivers/regulator/s2m*.c
10265 F: drivers/regulator/s5m*.c
10266 F: drivers/clk/clk-s2mps11.c
10267 F: drivers/rtc/rtc-s5m.c
10268 F: include/linux/mfd/samsung/
10269 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10270 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10271 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10272 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10273
10274 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10275 M: Kyungmin Park <kyungmin.park@samsung.com>
10276 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10277 L: linux-media@vger.kernel.org
10278 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10279 S: Supported
10280 F: drivers/media/platform/exynos4-is/
10281
10282 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10283 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10284 L: linux-media@vger.kernel.org
10285 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10286 S: Maintained
10287 F: drivers/media/platform/s3c-camif/
10288 F: include/media/drv-intf/s3c_camif.h
10289
10290 SAMSUNG S5C73M3 CAMERA DRIVER
10291 M: Kyungmin Park <kyungmin.park@samsung.com>
10292 M: Andrzej Hajda <a.hajda@samsung.com>
10293 L: linux-media@vger.kernel.org
10294 S: Supported
10295 F: drivers/media/i2c/s5c73m3/*
10296
10297 SAMSUNG S5K5BAF CAMERA DRIVER
10298 M: Kyungmin Park <kyungmin.park@samsung.com>
10299 M: Andrzej Hajda <a.hajda@samsung.com>
10300 L: linux-media@vger.kernel.org
10301 S: Supported
10302 F: drivers/media/i2c/s5k5baf.c
10303
10304 SAMSUNG S3FWRN5 NFC DRIVER
10305 M: Robert Baldyga <r.baldyga@samsung.com>
10306 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10307 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10308 S: Supported
10309 F: drivers/nfc/s3fwrn5
10310
10311 SAMSUNG SOC CLOCK DRIVERS
10312 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10313 M: Tomasz Figa <tomasz.figa@gmail.com>
10314 S: Supported
10315 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10316 F: drivers/clk/samsung/
10317
10318 SAMSUNG SPI DRIVERS
10319 M: Kukjin Kim <kgene@kernel.org>
10320 M: Krzysztof Kozlowski <krzk@kernel.org>
10321 M: Andi Shyti <andi.shyti@samsung.com>
10322 L: linux-spi@vger.kernel.org
10323 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10324 S: Maintained
10325 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10326 F: drivers/spi/spi-s3c*
10327 F: include/linux/platform_data/spi-s3c64xx.h
10328
10329 SAMSUNG SXGBE DRIVERS
10330 M: Byungho An <bh74.an@samsung.com>
10331 M: Girish K S <ks.giri@samsung.com>
10332 M: Vipul Pandya <vipul.pandya@samsung.com>
10333 S: Supported
10334 L: netdev@vger.kernel.org
10335 F: drivers/net/ethernet/samsung/sxgbe/
10336
10337 SAMSUNG THERMAL DRIVER
10338 M: Lukasz Majewski <l.majewski@samsung.com>
10339 L: linux-pm@vger.kernel.org
10340 L: linux-samsung-soc@vger.kernel.org
10341 S: Supported
10342 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10343 F: drivers/thermal/samsung/
10344
10345 SAMSUNG USB2 PHY DRIVER
10346 M: Kamil Debski <kamil@wypas.org>
10347 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10348 L: linux-kernel@vger.kernel.org
10349 S: Supported
10350 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10351 F: Documentation/phy/samsung-usb2.txt
10352 F: drivers/phy/phy-exynos4210-usb2.c
10353 F: drivers/phy/phy-exynos4x12-usb2.c
10354 F: drivers/phy/phy-exynos5250-usb2.c
10355 F: drivers/phy/phy-s5pv210-usb2.c
10356 F: drivers/phy/phy-samsung-usb2.c
10357 F: drivers/phy/phy-samsung-usb2.h
10358
10359 SERIAL DRIVERS
10360 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10361 L: linux-serial@vger.kernel.org
10362 S: Maintained
10363 F: Documentation/devicetree/bindings/serial/
10364 F: drivers/tty/serial/
10365
10366 SYNOPSYS DESIGNWARE DMAC DRIVER
10367 M: Viresh Kumar <vireshk@kernel.org>
10368 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10369 S: Maintained
10370 F: include/linux/dma/dw.h
10371 F: include/linux/platform_data/dma-dw.h
10372 F: drivers/dma/dw/
10373
10374 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10375 M: Lars Persson <lars.persson@axis.com>
10376 L: netdev@vger.kernel.org
10377 S: Supported
10378 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10379 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10380
10381 SYNOPSYS DESIGNWARE I2C DRIVER
10382 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10383 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10384 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10385 L: linux-i2c@vger.kernel.org
10386 S: Maintained
10387 F: drivers/i2c/busses/i2c-designware-*
10388 F: include/linux/platform_data/i2c-designware.h
10389
10390 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10391 M: Jaehoon Chung <jh80.chung@samsung.com>
10392 L: linux-mmc@vger.kernel.org
10393 S: Maintained
10394 F: include/linux/mmc/dw_mmc.h
10395 F: drivers/mmc/host/dw_mmc*
10396
10397 SYSTEM TRACE MODULE CLASS
10398 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10399 S: Maintained
10400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10401 F: Documentation/trace/stm.txt
10402 F: drivers/hwtracing/stm/
10403 F: include/linux/stm.h
10404 F: include/uapi/linux/stm.h
10405
10406 THUNDERBOLT DRIVER
10407 M: Andreas Noever <andreas.noever@gmail.com>
10408 S: Maintained
10409 F: drivers/thunderbolt/
10410
10411 TI BQ27XXX POWER SUPPLY DRIVER
10412 R: Andrew F. Davis <afd@ti.com>
10413 F: include/linux/power/bq27xxx_battery.h
10414 F: drivers/power/bq27xxx_battery.c
10415 F: drivers/power/bq27xxx_battery_i2c.c
10416
10417 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10418 M: John Stultz <john.stultz@linaro.org>
10419 M: Thomas Gleixner <tglx@linutronix.de>
10420 L: linux-kernel@vger.kernel.org
10421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10422 S: Supported
10423 F: include/linux/clocksource.h
10424 F: include/linux/time.h
10425 F: include/linux/timex.h
10426 F: include/uapi/linux/time.h
10427 F: include/uapi/linux/timex.h
10428 F: kernel/time/clocksource.c
10429 F: kernel/time/time*.c
10430 F: kernel/time/alarmtimer.c
10431 F: kernel/time/ntp.c
10432 F: tools/testing/selftests/timers/
10433
10434 SC1200 WDT DRIVER
10435 M: Zwane Mwaikambo <zwanem@gmail.com>
10436 S: Maintained
10437 F: drivers/watchdog/sc1200wdt.c
10438
10439 SCHEDULER
10440 M: Ingo Molnar <mingo@redhat.com>
10441 M: Peter Zijlstra <peterz@infradead.org>
10442 L: linux-kernel@vger.kernel.org
10443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10444 S: Maintained
10445 F: kernel/sched/
10446 F: include/linux/sched.h
10447 F: include/uapi/linux/sched.h
10448 F: include/linux/wait.h
10449
10450 SCORE ARCHITECTURE
10451 M: Chen Liqin <liqin.linux@gmail.com>
10452 M: Lennox Wu <lennox.wu@gmail.com>
10453 W: http://www.sunplus.com
10454 S: Supported
10455 F: arch/score/
10456
10457 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10458 M: Sudeep Holla <sudeep.holla@arm.com>
10459 L: linux-arm-kernel@lists.infradead.org
10460 S: Maintained
10461 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10462 F: drivers/clk/clk-scpi.c
10463 F: drivers/cpufreq/scpi-cpufreq.c
10464 F: drivers/firmware/arm_scpi.c
10465 F: include/linux/scpi_protocol.h
10466
10467 SCSI CDROM DRIVER
10468 M: Jens Axboe <axboe@kernel.dk>
10469 L: linux-scsi@vger.kernel.org
10470 W: http://www.kernel.dk
10471 S: Maintained
10472 F: drivers/scsi/sr*
10473
10474 SCSI RDMA PROTOCOL (SRP) INITIATOR
10475 M: Bart Van Assche <bart.vanassche@sandisk.com>
10476 L: linux-rdma@vger.kernel.org
10477 S: Supported
10478 W: http://www.openfabrics.org
10479 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10481 F: drivers/infiniband/ulp/srp/
10482 F: include/scsi/srp.h
10483
10484 SCSI SG DRIVER
10485 M: Doug Gilbert <dgilbert@interlog.com>
10486 L: linux-scsi@vger.kernel.org
10487 W: http://sg.danny.cz/sg
10488 S: Maintained
10489 F: Documentation/scsi/scsi-generic.txt
10490 F: drivers/scsi/sg.c
10491 F: include/scsi/sg.h
10492
10493 SCSI SUBSYSTEM
10494 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10496 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10498 L: linux-scsi@vger.kernel.org
10499 S: Maintained
10500 F: Documentation/devicetree/bindings/scsi/
10501 F: drivers/scsi/
10502 F: include/scsi/
10503
10504 SCSI TAPE DRIVER
10505 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10506 L: linux-scsi@vger.kernel.org
10507 S: Maintained
10508 F: Documentation/scsi/st.txt
10509 F: drivers/scsi/st.*
10510 F: drivers/scsi/st_*.h
10511
10512 SCTP PROTOCOL
10513 M: Vlad Yasevich <vyasevich@gmail.com>
10514 M: Neil Horman <nhorman@tuxdriver.com>
10515 L: linux-sctp@vger.kernel.org
10516 W: http://lksctp.sourceforge.net
10517 S: Maintained
10518 F: Documentation/networking/sctp.txt
10519 F: include/linux/sctp.h
10520 F: include/uapi/linux/sctp.h
10521 F: include/net/sctp/
10522 F: net/sctp/
10523
10524 SCx200 CPU SUPPORT
10525 M: Jim Cromie <jim.cromie@gmail.com>
10526 S: Odd Fixes
10527 F: Documentation/i2c/busses/scx200_acb
10528 F: arch/x86/platform/scx200/
10529 F: drivers/watchdog/scx200_wdt.c
10530 F: drivers/i2c/busses/scx200*
10531 F: drivers/mtd/maps/scx200_docflash.c
10532 F: include/linux/scx200.h
10533
10534 SCx200 GPIO DRIVER
10535 M: Jim Cromie <jim.cromie@gmail.com>
10536 S: Maintained
10537 F: drivers/char/scx200_gpio.c
10538 F: include/linux/scx200_gpio.h
10539
10540 SCx200 HRT CLOCKSOURCE DRIVER
10541 M: Jim Cromie <jim.cromie@gmail.com>
10542 S: Maintained
10543 F: drivers/clocksource/scx200_hrt.c
10544
10545 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10546 M: Sascha Sommer <saschasommer@freenet.de>
10547 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10548 S: Maintained
10549 F: drivers/mmc/host/sdricoh_cs.c
10550
10551 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10552 M: Adrian Hunter <adrian.hunter@intel.com>
10553 L: linux-mmc@vger.kernel.org
10554 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10555 S: Maintained
10556 F: drivers/mmc/host/sdhci*
10557 F: include/linux/mmc/sdhci*
10558
10559 SECURE COMPUTING
10560 M: Kees Cook <keescook@chromium.org>
10561 R: Andy Lutomirski <luto@amacapital.net>
10562 R: Will Drewry <wad@chromium.org>
10563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10564 S: Supported
10565 F: kernel/seccomp.c
10566 F: include/uapi/linux/seccomp.h
10567 F: include/linux/seccomp.h
10568 F: tools/testing/selftests/seccomp/*
10569 K: \bsecure_computing
10570 K: \bTIF_SECCOMP\b
10571
10572 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10573 M: Al Cooper <alcooperx@gmail.com>
10574 L: linux-mmc@vger.kernel.org
10575 L: bcm-kernel-feedback-list@broadcom.com
10576 S: Maintained
10577 F: drivers/mmc/host/sdhci-brcmstb*
10578
10579 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10580 M: Ben Dooks <ben-linux@fluff.org>
10581 M: Jaehoon Chung <jh80.chung@samsung.com>
10582 L: linux-mmc@vger.kernel.org
10583 S: Maintained
10584 F: drivers/mmc/host/sdhci-s3c*
10585
10586 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10587 M: Viresh Kumar <vireshk@kernel.org>
10588 L: linux-mmc@vger.kernel.org
10589 S: Maintained
10590 F: drivers/mmc/host/sdhci-spear.c
10591
10592 SECURITY SUBSYSTEM
10593 M: James Morris <james.l.morris@oracle.com>
10594 M: "Serge E. Hallyn" <serge@hallyn.com>
10595 L: linux-security-module@vger.kernel.org (suggested Cc:)
10596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10597 W: http://kernsec.org/
10598 S: Supported
10599 F: security/
10600
10601 SECURITY CONTACT
10602 M: Security Officers <security@kernel.org>
10603 S: Supported
10604
10605 SELINUX SECURITY MODULE
10606 M: Paul Moore <paul@paul-moore.com>
10607 M: Stephen Smalley <sds@tycho.nsa.gov>
10608 M: Eric Paris <eparis@parisplace.org>
10609 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10610 W: http://selinuxproject.org
10611 T: git git://git.infradead.org/users/pcmoore/selinux
10612 S: Supported
10613 F: include/linux/selinux*
10614 F: security/selinux/
10615 F: scripts/selinux/
10616
10617 APPARMOR SECURITY MODULE
10618 M: John Johansen <john.johansen@canonical.com>
10619 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10620 W: apparmor.wiki.kernel.org
10621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10622 S: Supported
10623 F: security/apparmor/
10624
10625 LOADPIN SECURITY MODULE
10626 M: Kees Cook <keescook@chromium.org>
10627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10628 S: Supported
10629 F: security/loadpin/
10630
10631 YAMA SECURITY MODULE
10632 M: Kees Cook <keescook@chromium.org>
10633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10634 S: Supported
10635 F: security/yama/
10636
10637 SENSABLE PHANTOM
10638 M: Jiri Slaby <jirislaby@gmail.com>
10639 S: Maintained
10640 F: drivers/misc/phantom.c
10641 F: include/uapi/linux/phantom.h
10642
10643 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10644 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10645 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10646 M: John Soni Jose <sony.john@avagotech.com>
10647 L: linux-scsi@vger.kernel.org
10648 W: http://www.avagotech.com
10649 S: Supported
10650 F: drivers/scsi/be2iscsi/
10651
10652 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10653 M: Sathya Perla <sathya.perla@broadcom.com>
10654 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10655 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10656 M: Somnath Kotur <somnath.kotur@broadcom.com>
10657 L: netdev@vger.kernel.org
10658 W: http://www.emulex.com
10659 S: Supported
10660 F: drivers/net/ethernet/emulex/benet/
10661
10662 EMULEX ONECONNECT ROCE DRIVER
10663 M: Selvin Xavier <selvin.xavier@avagotech.com>
10664 M: Devesh Sharma <devesh.sharma@avagotech.com>
10665 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10666 L: linux-rdma@vger.kernel.org
10667 W: http://www.emulex.com
10668 S: Supported
10669 F: drivers/infiniband/hw/ocrdma/
10670
10671 SFC NETWORK DRIVER
10672 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10673 M: Edward Cree <ecree@solarflare.com>
10674 M: Bert Kenward <bkenward@solarflare.com>
10675 L: netdev@vger.kernel.org
10676 S: Supported
10677 F: drivers/net/ethernet/sfc/
10678
10679 SGI GRU DRIVER
10680 M: Dimitri Sivanich <sivanich@sgi.com>
10681 S: Maintained
10682 F: drivers/misc/sgi-gru/
10683
10684 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10685 M: Pat Gefre <pfg@sgi.com>
10686 L: linux-ia64@vger.kernel.org
10687 S: Supported
10688 F: Documentation/ia64/serial.txt
10689 F: drivers/tty/serial/ioc?_serial.c
10690 F: include/linux/ioc?.h
10691
10692 SGI XP/XPC/XPNET DRIVER
10693 M: Cliff Whickman <cpw@sgi.com>
10694 M: Robin Holt <robinmholt@gmail.com>
10695 S: Maintained
10696 F: drivers/misc/sgi-xp/
10697
10698 SI2157 MEDIA DRIVER
10699 M: Antti Palosaari <crope@iki.fi>
10700 L: linux-media@vger.kernel.org
10701 W: https://linuxtv.org
10702 W: http://palosaari.fi/linux/
10703 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10704 T: git git://linuxtv.org/anttip/media_tree.git
10705 S: Maintained
10706 F: drivers/media/tuners/si2157*
10707
10708 SI2168 MEDIA DRIVER
10709 M: Antti Palosaari <crope@iki.fi>
10710 L: linux-media@vger.kernel.org
10711 W: https://linuxtv.org
10712 W: http://palosaari.fi/linux/
10713 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10714 T: git git://linuxtv.org/anttip/media_tree.git
10715 S: Maintained
10716 F: drivers/media/dvb-frontends/si2168*
10717
10718 SI470X FM RADIO RECEIVER I2C DRIVER
10719 M: Hans Verkuil <hverkuil@xs4all.nl>
10720 L: linux-media@vger.kernel.org
10721 T: git git://linuxtv.org/media_tree.git
10722 W: https://linuxtv.org
10723 S: Odd Fixes
10724 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10725
10726 SI470X FM RADIO RECEIVER USB DRIVER
10727 M: Hans Verkuil <hverkuil@xs4all.nl>
10728 L: linux-media@vger.kernel.org
10729 T: git git://linuxtv.org/media_tree.git
10730 W: https://linuxtv.org
10731 S: Maintained
10732 F: drivers/media/radio/si470x/radio-si470x-common.c
10733 F: drivers/media/radio/si470x/radio-si470x.h
10734 F: drivers/media/radio/si470x/radio-si470x-usb.c
10735
10736 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10737 M: Eduardo Valentin <edubezval@gmail.com>
10738 L: linux-media@vger.kernel.org
10739 T: git git://linuxtv.org/media_tree.git
10740 W: https://linuxtv.org
10741 S: Odd Fixes
10742 F: drivers/media/radio/si4713/si4713.?
10743
10744 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10745 M: Eduardo Valentin <edubezval@gmail.com>
10746 L: linux-media@vger.kernel.org
10747 T: git git://linuxtv.org/media_tree.git
10748 W: https://linuxtv.org
10749 S: Odd Fixes
10750 F: drivers/media/radio/si4713/radio-platform-si4713.c
10751
10752 SI4713 FM RADIO TRANSMITTER USB DRIVER
10753 M: Hans Verkuil <hverkuil@xs4all.nl>
10754 L: linux-media@vger.kernel.org
10755 T: git git://linuxtv.org/media_tree.git
10756 W: https://linuxtv.org
10757 S: Maintained
10758 F: drivers/media/radio/si4713/radio-usb-si4713.c
10759
10760 SIANO DVB DRIVER
10761 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10762 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10763 L: linux-media@vger.kernel.org
10764 W: https://linuxtv.org
10765 T: git git://linuxtv.org/media_tree.git
10766 S: Odd fixes
10767 F: drivers/media/common/siano/
10768 F: drivers/media/usb/siano/
10769 F: drivers/media/usb/siano/
10770 F: drivers/media/mmc/siano/
10771
10772 SIMPLEFB FB DRIVER
10773 M: Hans de Goede <hdegoede@redhat.com>
10774 L: linux-fbdev@vger.kernel.org
10775 S: Maintained
10776 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10777 F: drivers/video/fbdev/simplefb.c
10778 F: include/linux/platform_data/simplefb.h
10779
10780 SH_VEU V4L2 MEM2MEM DRIVER
10781 L: linux-media@vger.kernel.org
10782 S: Orphan
10783 F: drivers/media/platform/sh_veu.c
10784
10785 SH_VOU V4L2 OUTPUT DRIVER
10786 L: linux-media@vger.kernel.org
10787 S: Orphan
10788 F: drivers/media/platform/sh_vou.c
10789 F: include/media/drv-intf/sh_vou.h
10790
10791 SIMPLE FIRMWARE INTERFACE (SFI)
10792 M: Len Brown <lenb@kernel.org>
10793 L: sfi-devel@simplefirmware.org
10794 W: http://simplefirmware.org/
10795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10796 S: Supported
10797 F: arch/x86/platform/sfi/
10798 F: drivers/sfi/
10799 F: include/linux/sfi*.h
10800
10801 SIMTEC EB110ATX (Chalice CATS)
10802 P: Ben Dooks
10803 P: Vincent Sanders <vince@simtec.co.uk>
10804 M: Simtec Linux Team <linux@simtec.co.uk>
10805 W: http://www.simtec.co.uk/products/EB110ATX/
10806 S: Supported
10807
10808 SIMTEC EB2410ITX (BAST)
10809 P: Ben Dooks
10810 P: Vincent Sanders <vince@simtec.co.uk>
10811 M: Simtec Linux Team <linux@simtec.co.uk>
10812 W: http://www.simtec.co.uk/products/EB2410ITX/
10813 S: Supported
10814 F: arch/arm/mach-s3c24xx/mach-bast.c
10815 F: arch/arm/mach-s3c24xx/bast-ide.c
10816 F: arch/arm/mach-s3c24xx/bast-irq.c
10817
10818 TI DAVINCI MACHINE SUPPORT
10819 M: Sekhar Nori <nsekhar@ti.com>
10820 M: Kevin Hilman <khilman@kernel.org>
10821 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10823 S: Supported
10824 F: arch/arm/mach-davinci/
10825 F: drivers/i2c/busses/i2c-davinci.c
10826
10827 TI DAVINCI SERIES MEDIA DRIVER
10828 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10829 L: linux-media@vger.kernel.org
10830 W: https://linuxtv.org
10831 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10832 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10833 S: Maintained
10834 F: drivers/media/platform/davinci/
10835 F: include/media/davinci/
10836
10837 TI AM437X VPFE DRIVER
10838 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10839 L: linux-media@vger.kernel.org
10840 W: https://linuxtv.org
10841 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10842 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10843 S: Maintained
10844 F: drivers/media/platform/am437x/
10845
10846 OV2659 OMNIVISION SENSOR DRIVER
10847 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10848 L: linux-media@vger.kernel.org
10849 W: https://linuxtv.org
10850 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10851 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10852 S: Maintained
10853 F: drivers/media/i2c/ov2659.c
10854 F: include/media/i2c/ov2659.h
10855
10856 SILICON MOTION SM712 FRAME BUFFER DRIVER
10857 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10858 M: Teddy Wang <teddy.wang@siliconmotion.com>
10859 M: Sudip Mukherjee <sudip@vectorindia.org>
10860 L: linux-fbdev@vger.kernel.org
10861 S: Maintained
10862 F: drivers/video/fbdev/sm712*
10863 F: Documentation/fb/sm712fb.txt
10864
10865 SIS 190 ETHERNET DRIVER
10866 M: Francois Romieu <romieu@fr.zoreil.com>
10867 L: netdev@vger.kernel.org
10868 S: Maintained
10869 F: drivers/net/ethernet/sis/sis190.c
10870
10871 SIS 900/7016 FAST ETHERNET DRIVER
10872 M: Daniele Venzano <venza@brownhat.org>
10873 W: http://www.brownhat.org/sis900.html
10874 L: netdev@vger.kernel.org
10875 S: Maintained
10876 F: drivers/net/ethernet/sis/sis900.*
10877
10878 SIS FRAMEBUFFER DRIVER
10879 M: Thomas Winischhofer <thomas@winischhofer.net>
10880 W: http://www.winischhofer.net/linuxsisvga.shtml
10881 S: Maintained
10882 F: Documentation/fb/sisfb.txt
10883 F: drivers/video/fbdev/sis/
10884 F: include/video/sisfb.h
10885
10886 SIS USB2VGA DRIVER
10887 M: Thomas Winischhofer <thomas@winischhofer.net>
10888 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10889 S: Maintained
10890 F: drivers/usb/misc/sisusbvga/
10891
10892 SLAB ALLOCATOR
10893 M: Christoph Lameter <cl@linux.com>
10894 M: Pekka Enberg <penberg@kernel.org>
10895 M: David Rientjes <rientjes@google.com>
10896 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10897 M: Andrew Morton <akpm@linux-foundation.org>
10898 L: linux-mm@kvack.org
10899 S: Maintained
10900 F: include/linux/sl?b*.h
10901 F: mm/sl?b*
10902
10903 SLEEPABLE READ-COPY UPDATE (SRCU)
10904 M: Lai Jiangshan <jiangshanlai@gmail.com>
10905 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10906 M: Josh Triplett <josh@joshtriplett.org>
10907 R: Steven Rostedt <rostedt@goodmis.org>
10908 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10909 L: linux-kernel@vger.kernel.org
10910 W: http://www.rdrop.com/users/paulmck/RCU/
10911 S: Supported
10912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10913 F: include/linux/srcu.h
10914 F: kernel/rcu/srcu.c
10915
10916 SMACK SECURITY MODULE
10917 M: Casey Schaufler <casey@schaufler-ca.com>
10918 L: linux-security-module@vger.kernel.org
10919 W: http://schaufler-ca.com
10920 T: git git://github.com/cschaufler/smack-next
10921 S: Maintained
10922 F: Documentation/security/Smack.txt
10923 F: security/smack/
10924
10925 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10926 M: Kevin Hilman <khilman@kernel.org>
10927 M: Nishanth Menon <nm@ti.com>
10928 S: Maintained
10929 F: drivers/power/avs/
10930 F: include/linux/power/smartreflex.h
10931 L: linux-pm@vger.kernel.org
10932
10933 SMC91x ETHERNET DRIVER
10934 M: Nicolas Pitre <nico@fluxnic.net>
10935 S: Odd Fixes
10936 F: drivers/net/ethernet/smsc/smc91x.*
10937
10938 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10939 M: Sakari Ailus <sakari.ailus@iki.fi>
10940 L: linux-media@vger.kernel.org
10941 S: Maintained
10942 F: drivers/media/i2c/smiapp/
10943 F: include/media/i2c/smiapp.h
10944 F: drivers/media/i2c/smiapp-pll.c
10945 F: drivers/media/i2c/smiapp-pll.h
10946 F: include/uapi/linux/smiapp.h
10947 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10948
10949 SMM665 HARDWARE MONITOR DRIVER
10950 M: Guenter Roeck <linux@roeck-us.net>
10951 L: linux-hwmon@vger.kernel.org
10952 S: Maintained
10953 F: Documentation/hwmon/smm665
10954 F: drivers/hwmon/smm665.c
10955
10956 SMSC EMC2103 HARDWARE MONITOR DRIVER
10957 M: Steve Glendinning <steve.glendinning@shawell.net>
10958 L: linux-hwmon@vger.kernel.org
10959 S: Maintained
10960 F: Documentation/hwmon/emc2103
10961 F: drivers/hwmon/emc2103.c
10962
10963 SMSC SCH5627 HARDWARE MONITOR DRIVER
10964 M: Hans de Goede <hdegoede@redhat.com>
10965 L: linux-hwmon@vger.kernel.org
10966 S: Supported
10967 F: Documentation/hwmon/sch5627
10968 F: drivers/hwmon/sch5627.c
10969
10970 SMSC47B397 HARDWARE MONITOR DRIVER
10971 M: Jean Delvare <jdelvare@suse.com>
10972 L: linux-hwmon@vger.kernel.org
10973 S: Maintained
10974 F: Documentation/hwmon/smsc47b397
10975 F: drivers/hwmon/smsc47b397.c
10976
10977 SMSC911x ETHERNET DRIVER
10978 M: Steve Glendinning <steve.glendinning@shawell.net>
10979 L: netdev@vger.kernel.org
10980 S: Maintained
10981 F: include/linux/smsc911x.h
10982 F: drivers/net/ethernet/smsc/smsc911x.*
10983
10984 SMSC9420 PCI ETHERNET DRIVER
10985 M: Steve Glendinning <steve.glendinning@shawell.net>
10986 L: netdev@vger.kernel.org
10987 S: Maintained
10988 F: drivers/net/ethernet/smsc/smsc9420.*
10989
10990 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10991 M: Steve Glendinning <steve.glendinning@shawell.net>
10992 L: linux-fbdev@vger.kernel.org
10993 S: Maintained
10994 F: drivers/video/fbdev/smscufx.c
10995
10996 SOC-CAMERA V4L2 SUBSYSTEM
10997 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10998 L: linux-media@vger.kernel.org
10999 T: git git://linuxtv.org/media_tree.git
11000 S: Maintained
11001 F: include/media/soc*
11002 F: drivers/media/i2c/soc_camera/
11003 F: drivers/media/platform/soc_camera/
11004
11005 SOEKRIS NET48XX LED SUPPORT
11006 M: Chris Boot <bootc@bootc.net>
11007 S: Maintained
11008 F: drivers/leds/leds-net48xx.c
11009
11010 SOFTLOGIC 6x10 MPEG CODEC
11011 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11012 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11013 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11014 M: Ismael Luceno <ismael@iodev.co.uk>
11015 L: linux-media@vger.kernel.org
11016 S: Supported
11017 F: drivers/media/pci/solo6x10/
11018
11019 SOFTWARE RAID (Multiple Disks) SUPPORT
11020 M: Shaohua Li <shli@kernel.org>
11021 L: linux-raid@vger.kernel.org
11022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11023 S: Supported
11024 F: drivers/md/
11025 F: include/linux/raid/
11026 F: include/uapi/linux/raid/
11027
11028 SONIC NETWORK DRIVER
11029 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11030 L: netdev@vger.kernel.org
11031 S: Maintained
11032 F: drivers/net/ethernet/natsemi/sonic.*
11033
11034 SONICS SILICON BACKPLANE DRIVER (SSB)
11035 M: Michael Buesch <m@bues.ch>
11036 L: linux-wireless@vger.kernel.org
11037 S: Maintained
11038 F: drivers/ssb/
11039 F: include/linux/ssb/
11040
11041 SONY VAIO CONTROL DEVICE DRIVER
11042 M: Mattia Dongili <malattia@linux.it>
11043 L: platform-driver-x86@vger.kernel.org
11044 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11045 S: Maintained
11046 F: Documentation/laptops/sony-laptop.txt
11047 F: drivers/char/sonypi.c
11048 F: drivers/platform/x86/sony-laptop.c
11049 F: include/linux/sony-laptop.h
11050
11051 SONY MEMORYSTICK CARD SUPPORT
11052 M: Alex Dubov <oakad@yahoo.com>
11053 W: http://tifmxx.berlios.de/
11054 S: Maintained
11055 F: drivers/memstick/host/tifm_ms.c
11056
11057 SONY MEMORYSTICK STANDARD SUPPORT
11058 M: Maxim Levitsky <maximlevitsky@gmail.com>
11059 S: Maintained
11060 F: drivers/memstick/core/ms_block.*
11061
11062 SOUND
11063 M: Jaroslav Kysela <perex@perex.cz>
11064 M: Takashi Iwai <tiwai@suse.com>
11065 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11066 W: http://www.alsa-project.org/
11067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11068 T: git git://git.alsa-project.org/alsa-kernel.git
11069 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11070 S: Maintained
11071 F: Documentation/sound/
11072 F: include/sound/
11073 F: include/uapi/sound/
11074 F: sound/
11075
11076 SOUND - COMPRESSED AUDIO
11077 M: Vinod Koul <vinod.koul@intel.com>
11078 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11080 S: Supported
11081 F: Documentation/sound/alsa/compress_offload.txt
11082 F: include/sound/compress_driver.h
11083 F: include/uapi/sound/compress_*
11084 F: sound/core/compress_offload.c
11085 F: sound/soc/soc-compress.c
11086
11087 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11088 M: Liam Girdwood <lgirdwood@gmail.com>
11089 M: Mark Brown <broonie@kernel.org>
11090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11091 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11092 W: http://alsa-project.org/main/index.php/ASoC
11093 S: Supported
11094 F: Documentation/devicetree/bindings/sound/
11095 F: Documentation/sound/alsa/soc/
11096 F: sound/soc/
11097 F: include/sound/soc*
11098
11099 SOUND - DMAENGINE HELPERS
11100 M: Lars-Peter Clausen <lars@metafoo.de>
11101 S: Supported
11102 F: include/sound/dmaengine_pcm.h
11103 F: sound/core/pcm_dmaengine.c
11104 F: sound/soc/soc-generic-dmaengine-pcm.c
11105
11106 SP2 MEDIA DRIVER
11107 M: Olli Salonen <olli.salonen@iki.fi>
11108 L: linux-media@vger.kernel.org
11109 W: https://linuxtv.org
11110 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11111 S: Maintained
11112 F: drivers/media/dvb-frontends/sp2*
11113
11114 SPARC + UltraSPARC (sparc/sparc64)
11115 M: "David S. Miller" <davem@davemloft.net>
11116 L: sparclinux@vger.kernel.org
11117 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11120 S: Maintained
11121 F: arch/sparc/
11122 F: drivers/sbus/
11123
11124 SPARC SERIAL DRIVERS
11125 M: "David S. Miller" <davem@davemloft.net>
11126 L: sparclinux@vger.kernel.org
11127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11129 S: Maintained
11130 F: include/linux/sunserialcore.h
11131 F: drivers/tty/serial/suncore.c
11132 F: drivers/tty/serial/sunhv.c
11133 F: drivers/tty/serial/sunsab.c
11134 F: drivers/tty/serial/sunsab.h
11135 F: drivers/tty/serial/sunsu.c
11136 F: drivers/tty/serial/sunzilog.c
11137 F: drivers/tty/serial/sunzilog.h
11138
11139 SPARSE CHECKER
11140 M: "Christopher Li" <sparse@chrisli.org>
11141 L: linux-sparse@vger.kernel.org
11142 W: https://sparse.wiki.kernel.org/
11143 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11144 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11145 S: Maintained
11146 F: include/linux/compiler.h
11147
11148 SPEAR PLATFORM SUPPORT
11149 M: Viresh Kumar <vireshk@kernel.org>
11150 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11152 W: http://www.st.com/spear
11153 S: Maintained
11154 F: arch/arm/boot/dts/spear*
11155 F: arch/arm/mach-spear/
11156
11157 SPEAR CLOCK FRAMEWORK SUPPORT
11158 M: Viresh Kumar <vireshk@kernel.org>
11159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11160 W: http://www.st.com/spear
11161 S: Maintained
11162 F: drivers/clk/spear/
11163
11164 SPI SUBSYSTEM
11165 M: Mark Brown <broonie@kernel.org>
11166 L: linux-spi@vger.kernel.org
11167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11168 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11169 S: Maintained
11170 F: Documentation/devicetree/bindings/spi/
11171 F: Documentation/spi/
11172 F: drivers/spi/
11173 F: include/linux/spi/
11174 F: include/uapi/linux/spi/
11175
11176 SPIDERNET NETWORK DRIVER for CELL
11177 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11178 L: netdev@vger.kernel.org
11179 S: Supported
11180 F: Documentation/networking/spider_net.txt
11181 F: drivers/net/ethernet/toshiba/spider_net*
11182
11183 SPU FILE SYSTEM
11184 M: Jeremy Kerr <jk@ozlabs.org>
11185 L: linuxppc-dev@lists.ozlabs.org
11186 W: http://www.ibm.com/developerworks/power/cell/
11187 S: Supported
11188 F: Documentation/filesystems/spufs.txt
11189 F: arch/powerpc/platforms/cell/spufs/
11190
11191 SQUASHFS FILE SYSTEM
11192 M: Phillip Lougher <phillip@squashfs.org.uk>
11193 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11194 W: http://squashfs.org.uk
11195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11196 S: Maintained
11197 F: Documentation/filesystems/squashfs.txt
11198 F: fs/squashfs/
11199
11200 SRM (Alpha) environment access
11201 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11202 S: Maintained
11203 F: arch/alpha/kernel/srm_env.c
11204
11205 STABLE BRANCH
11206 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11207 L: stable@vger.kernel.org
11208 S: Supported
11209 F: Documentation/stable_kernel_rules.txt
11210
11211 STAGING SUBSYSTEM
11212 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11214 L: devel@driverdev.osuosl.org
11215 S: Supported
11216 F: drivers/staging/
11217
11218 STAGING - COMEDI
11219 M: Ian Abbott <abbotti@mev.co.uk>
11220 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11221 S: Odd Fixes
11222 F: drivers/staging/comedi/
11223
11224 STAGING - FLARION FT1000 DRIVERS
11225 M: Marek Belisko <marek.belisko@gmail.com>
11226 S: Odd Fixes
11227 F: drivers/staging/ft1000/
11228
11229 STAGING - INDUSTRIAL IO
11230 M: Jonathan Cameron <jic23@kernel.org>
11231 L: linux-iio@vger.kernel.org
11232 S: Odd Fixes
11233 F: Documentation/devicetree/bindings/staging/iio/
11234 F: drivers/staging/iio/
11235
11236 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11237 M: Jarod Wilson <jarod@wilsonet.com>
11238 W: http://www.lirc.org/
11239 S: Odd Fixes
11240 F: drivers/staging/media/lirc/
11241
11242 STAGING - LUSTRE PARALLEL FILESYSTEM
11243 M: Oleg Drokin <oleg.drokin@intel.com>
11244 M: Andreas Dilger <andreas.dilger@intel.com>
11245 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11246 W: http://wiki.lustre.org/
11247 S: Maintained
11248 F: drivers/staging/lustre
11249
11250 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11251 M: Marc Dietrich <marvin24@gmx.de>
11252 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11253 L: linux-tegra@vger.kernel.org
11254 S: Maintained
11255 F: drivers/staging/nvec/
11256
11257 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11258 M: Jens Frederich <jfrederich@gmail.com>
11259 M: Daniel Drake <dsd@laptop.org>
11260 M: Jon Nettleton <jon.nettleton@gmail.com>
11261 W: http://wiki.laptop.org/go/DCON
11262 S: Maintained
11263 F: drivers/staging/olpc_dcon/
11264
11265 STAGING - REALTEK RTL8712U DRIVERS
11266 M: Larry Finger <Larry.Finger@lwfinger.net>
11267 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11268 S: Odd Fixes
11269 F: drivers/staging/rtl8712/
11270
11271 STAGING - REALTEK RTL8723U WIRELESS DRIVER
11272 M: Larry Finger <Larry.Finger@lwfinger.net>
11273 M: Jes Sorensen <Jes.Sorensen@redhat.com>
11274 L: linux-wireless@vger.kernel.org
11275 S: Maintained
11276 F: drivers/staging/rtl8723au/
11277
11278 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11279 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11280 M: Teddy Wang <teddy.wang@siliconmotion.com>
11281 M: Sudip Mukherjee <sudip@vectorindia.org>
11282 L: linux-fbdev@vger.kernel.org
11283 S: Maintained
11284 F: drivers/staging/sm750fb/
11285
11286 STAGING - SLICOSS
11287 M: Lior Dotan <liodot@gmail.com>
11288 M: Christopher Harrer <charrer@alacritech.com>
11289 S: Odd Fixes
11290 F: drivers/staging/slicoss/
11291
11292 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11293 M: William Hubbs <w.d.hubbs@gmail.com>
11294 M: Chris Brannon <chris@the-brannons.com>
11295 M: Kirk Reiser <kirk@reisers.ca>
11296 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11297 L: speakup@linux-speakup.org
11298 W: http://www.linux-speakup.org/
11299 S: Odd Fixes
11300 F: drivers/staging/speakup/
11301
11302 STAGING - VIA VT665X DRIVERS
11303 M: Forest Bond <forest@alittletooquiet.net>
11304 S: Odd Fixes
11305 F: drivers/staging/vt665?/
11306
11307 STAGING - WILC1000 WIFI DRIVER
11308 M: Aditya Shankar <aditya.shankar@microchip.com>
11309 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11310 L: linux-wireless@vger.kernel.org
11311 S: Supported
11312 F: drivers/staging/wilc1000/
11313
11314 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11315 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11316 S: Odd Fixes
11317 F: drivers/staging/xgifb/
11318
11319 STARFIRE/DURALAN NETWORK DRIVER
11320 M: Ion Badulescu <ionut@badula.org>
11321 S: Odd Fixes
11322 F: drivers/net/ethernet/adaptec/starfire*
11323
11324 SUN3/3X
11325 M: Sam Creasey <sammy@sammy.net>
11326 W: http://sammy.net/sun3/
11327 S: Maintained
11328 F: arch/m68k/kernel/*sun3*
11329 F: arch/m68k/sun3*/
11330 F: arch/m68k/include/asm/sun3*
11331 F: drivers/net/ethernet/i825xx/sun3*
11332
11333 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11334 M: Hans de Goede <hdegoede@redhat.com>
11335 L: linux-input@vger.kernel.org
11336 S: Maintained
11337 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11338 F: drivers/input/keyboard/sun4i-lradc-keys.c
11339
11340 SUNDANCE NETWORK DRIVER
11341 M: Denis Kirjanov <kda@linux-powerpc.org>
11342 L: netdev@vger.kernel.org
11343 S: Maintained
11344 F: drivers/net/ethernet/dlink/sundance.c
11345
11346 SUPERH
11347 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11348 M: Rich Felker <dalias@libc.org>
11349 L: linux-sh@vger.kernel.org
11350 Q: http://patchwork.kernel.org/project/linux-sh/list/
11351 S: Maintained
11352 F: Documentation/sh/
11353 F: arch/sh/
11354 F: drivers/sh/
11355
11356 SUSPEND TO RAM
11357 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11358 M: Len Brown <len.brown@intel.com>
11359 M: Pavel Machek <pavel@ucw.cz>
11360 L: linux-pm@vger.kernel.org
11361 S: Supported
11362 F: Documentation/power/
11363 F: arch/x86/kernel/acpi/
11364 F: drivers/base/power/
11365 F: kernel/power/
11366 F: include/linux/suspend.h
11367 F: include/linux/freezer.h
11368 F: include/linux/pm.h
11369
11370 SVGA HANDLING
11371 M: Martin Mares <mj@ucw.cz>
11372 L: linux-video@atrey.karlin.mff.cuni.cz
11373 S: Maintained
11374 F: Documentation/svga.txt
11375 F: arch/x86/boot/video*
11376
11377 SWIOTLB SUBSYSTEM
11378 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11379 L: linux-kernel@vger.kernel.org
11380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11381 S: Supported
11382 F: lib/swiotlb.c
11383 F: arch/*/kernel/pci-swiotlb.c
11384 F: include/linux/swiotlb.h
11385
11386 SWITCHDEV
11387 M: Jiri Pirko <jiri@resnulli.us>
11388 L: netdev@vger.kernel.org
11389 S: Supported
11390 F: net/switchdev/
11391 F: include/net/switchdev.h
11392
11393 SYNOPSYS ARC ARCHITECTURE
11394 M: Vineet Gupta <vgupta@synopsys.com>
11395 L: linux-snps-arc@lists.infradead.org
11396 S: Supported
11397 F: arch/arc/
11398 F: Documentation/devicetree/bindings/arc/*
11399 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11400 F: drivers/tty/serial/arc_uart.c
11401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11402
11403 SYNOPSYS ARC SDP platform support
11404 M: Alexey Brodkin <abrodkin@synopsys.com>
11405 S: Supported
11406 F: arch/arc/plat-axs10x
11407 F: arch/arc/boot/dts/ax*
11408 F: Documentation/devicetree/bindings/arc/axs10*
11409
11410 SYSTEM CONFIGURATION (SYSCON)
11411 M: Lee Jones <lee.jones@linaro.org>
11412 M: Arnd Bergmann <arnd@arndb.de>
11413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11414 S: Supported
11415 F: drivers/mfd/syscon.c
11416
11417 SYSV FILESYSTEM
11418 M: Christoph Hellwig <hch@infradead.org>
11419 S: Maintained
11420 F: Documentation/filesystems/sysv-fs.txt
11421 F: fs/sysv/
11422 F: include/linux/sysv_fs.h
11423
11424 TARGET SUBSYSTEM
11425 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11426 L: linux-scsi@vger.kernel.org
11427 L: target-devel@vger.kernel.org
11428 W: http://www.linux-iscsi.org
11429 W: http://groups.google.com/group/linux-iscsi-target-dev
11430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11431 S: Supported
11432 F: drivers/target/
11433 F: include/target/
11434 F: Documentation/target/
11435
11436 TASKSTATS STATISTICS INTERFACE
11437 M: Balbir Singh <bsingharora@gmail.com>
11438 S: Maintained
11439 F: Documentation/accounting/taskstats*
11440 F: include/linux/taskstats*
11441 F: kernel/taskstats.c
11442
11443 TC CLASSIFIER
11444 M: Jamal Hadi Salim <jhs@mojatatu.com>
11445 L: netdev@vger.kernel.org
11446 S: Maintained
11447 F: include/net/pkt_cls.h
11448 F: include/uapi/linux/pkt_cls.h
11449 F: net/sched/
11450
11451 TCP LOW PRIORITY MODULE
11452 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11453 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11454 W: http://tcp-lp-mod.sourceforge.net/
11455 S: Maintained
11456 F: net/ipv4/tcp_lp.c
11457
11458 TDA10071 MEDIA DRIVER
11459 M: Antti Palosaari <crope@iki.fi>
11460 L: linux-media@vger.kernel.org
11461 W: https://linuxtv.org
11462 W: http://palosaari.fi/linux/
11463 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11464 T: git git://linuxtv.org/anttip/media_tree.git
11465 S: Maintained
11466 F: drivers/media/dvb-frontends/tda10071*
11467
11468 TDA18212 MEDIA DRIVER
11469 M: Antti Palosaari <crope@iki.fi>
11470 L: linux-media@vger.kernel.org
11471 W: https://linuxtv.org
11472 W: http://palosaari.fi/linux/
11473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11474 T: git git://linuxtv.org/anttip/media_tree.git
11475 S: Maintained
11476 F: drivers/media/tuners/tda18212*
11477
11478 TDA18218 MEDIA DRIVER
11479 M: Antti Palosaari <crope@iki.fi>
11480 L: linux-media@vger.kernel.org
11481 W: https://linuxtv.org
11482 W: http://palosaari.fi/linux/
11483 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11484 T: git git://linuxtv.org/anttip/media_tree.git
11485 S: Maintained
11486 F: drivers/media/tuners/tda18218*
11487
11488 TDA18271 MEDIA DRIVER
11489 M: Michael Krufky <mkrufky@linuxtv.org>
11490 L: linux-media@vger.kernel.org
11491 W: https://linuxtv.org
11492 W: http://github.com/mkrufky
11493 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11494 T: git git://linuxtv.org/mkrufky/tuners.git
11495 S: Maintained
11496 F: drivers/media/tuners/tda18271*
11497
11498 TDA827x MEDIA DRIVER
11499 M: Michael Krufky <mkrufky@linuxtv.org>
11500 L: linux-media@vger.kernel.org
11501 W: https://linuxtv.org
11502 W: http://github.com/mkrufky
11503 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11504 T: git git://linuxtv.org/mkrufky/tuners.git
11505 S: Maintained
11506 F: drivers/media/tuners/tda8290.*
11507
11508 TDA8290 MEDIA DRIVER
11509 M: Michael Krufky <mkrufky@linuxtv.org>
11510 L: linux-media@vger.kernel.org
11511 W: https://linuxtv.org
11512 W: http://github.com/mkrufky
11513 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11514 T: git git://linuxtv.org/mkrufky/tuners.git
11515 S: Maintained
11516 F: drivers/media/tuners/tda8290.*
11517
11518 TDA9840 MEDIA DRIVER
11519 M: Hans Verkuil <hverkuil@xs4all.nl>
11520 L: linux-media@vger.kernel.org
11521 T: git git://linuxtv.org/media_tree.git
11522 W: https://linuxtv.org
11523 S: Maintained
11524 F: drivers/media/i2c/tda9840*
11525
11526 TEA5761 TUNER DRIVER
11527 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11528 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11529 L: linux-media@vger.kernel.org
11530 W: https://linuxtv.org
11531 T: git git://linuxtv.org/media_tree.git
11532 S: Odd fixes
11533 F: drivers/media/tuners/tea5761.*
11534
11535 TEA5767 TUNER DRIVER
11536 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11537 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11538 L: linux-media@vger.kernel.org
11539 W: https://linuxtv.org
11540 T: git git://linuxtv.org/media_tree.git
11541 S: Maintained
11542 F: drivers/media/tuners/tea5767.*
11543
11544 TEA6415C MEDIA DRIVER
11545 M: Hans Verkuil <hverkuil@xs4all.nl>
11546 L: linux-media@vger.kernel.org
11547 T: git git://linuxtv.org/media_tree.git
11548 W: https://linuxtv.org
11549 S: Maintained
11550 F: drivers/media/i2c/tea6415c*
11551
11552 TEA6420 MEDIA DRIVER
11553 M: Hans Verkuil <hverkuil@xs4all.nl>
11554 L: linux-media@vger.kernel.org
11555 T: git git://linuxtv.org/media_tree.git
11556 W: https://linuxtv.org
11557 S: Maintained
11558 F: drivers/media/i2c/tea6420*
11559
11560 TEAM DRIVER
11561 M: Jiri Pirko <jiri@resnulli.us>
11562 L: netdev@vger.kernel.org
11563 S: Supported
11564 F: drivers/net/team/
11565 F: include/linux/if_team.h
11566 F: include/uapi/linux/if_team.h
11567
11568 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11569 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11570 S: Maintained
11571 F: arch/x86/platform/ts5500/
11572
11573 TECHNOTREND USB IR RECEIVER
11574 M: Sean Young <sean@mess.org>
11575 L: linux-media@vger.kernel.org
11576 S: Maintained
11577 F: drivers/media/rc/ttusbir.c
11578
11579 TEGRA ARCHITECTURE SUPPORT
11580 M: Stephen Warren <swarren@wwwdotorg.org>
11581 M: Thierry Reding <thierry.reding@gmail.com>
11582 M: Alexandre Courbot <gnurou@gmail.com>
11583 L: linux-tegra@vger.kernel.org
11584 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11586 S: Supported
11587 N: [^a-z]tegra
11588
11589 TEGRA CLOCK DRIVER
11590 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11591 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11592 S: Supported
11593 F: drivers/clk/tegra/
11594
11595 TEGRA DMA DRIVERS
11596 M: Laxman Dewangan <ldewangan@nvidia.com>
11597 M: Jon Hunter <jonathanh@nvidia.com>
11598 S: Supported
11599 F: drivers/dma/tegra*
11600
11601 TEGRA I2C DRIVER
11602 M: Laxman Dewangan <ldewangan@nvidia.com>
11603 S: Supported
11604 F: drivers/i2c/busses/i2c-tegra.c
11605
11606 TEGRA IOMMU DRIVERS
11607 M: Hiroshi Doyu <hdoyu@nvidia.com>
11608 S: Supported
11609 F: drivers/iommu/tegra*
11610
11611 TEGRA KBC DRIVER
11612 M: Rakesh Iyer <riyer@nvidia.com>
11613 M: Laxman Dewangan <ldewangan@nvidia.com>
11614 S: Supported
11615 F: drivers/input/keyboard/tegra-kbc.c
11616
11617 TEGRA PWM DRIVER
11618 M: Thierry Reding <thierry.reding@gmail.com>
11619 S: Supported
11620 F: drivers/pwm/pwm-tegra.c
11621
11622 TEGRA SERIAL DRIVER
11623 M: Laxman Dewangan <ldewangan@nvidia.com>
11624 S: Supported
11625 F: drivers/tty/serial/serial-tegra.c
11626
11627 TEGRA SPI DRIVER
11628 M: Laxman Dewangan <ldewangan@nvidia.com>
11629 S: Supported
11630 F: drivers/spi/spi-tegra*
11631
11632 TEHUTI ETHERNET DRIVER
11633 M: Andy Gospodarek <andy@greyhouse.net>
11634 L: netdev@vger.kernel.org
11635 S: Supported
11636 F: drivers/net/ethernet/tehuti/*
11637
11638 Telecom Clock Driver for MCPL0010
11639 M: Mark Gross <mark.gross@intel.com>
11640 S: Supported
11641 F: drivers/char/tlclk.c
11642
11643 TENSILICA XTENSA PORT (xtensa)
11644 M: Chris Zankel <chris@zankel.net>
11645 M: Max Filippov <jcmvbkbc@gmail.com>
11646 L: linux-xtensa@linux-xtensa.org
11647 T: git git://github.com/czankel/xtensa-linux.git
11648 S: Maintained
11649 F: arch/xtensa/
11650 F: drivers/irqchip/irq-xtensa-*
11651
11652 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11653 M: Hans Verkuil <hverkuil@xs4all.nl>
11654 L: linux-media@vger.kernel.org
11655 T: git git://linuxtv.org/media_tree.git
11656 W: https://linuxtv.org
11657 S: Maintained
11658 F: drivers/media/radio/radio-raremono.c
11659
11660 THERMAL
11661 M: Zhang Rui <rui.zhang@intel.com>
11662 M: Eduardo Valentin <edubezval@gmail.com>
11663 L: linux-pm@vger.kernel.org
11664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11666 Q: https://patchwork.kernel.org/project/linux-pm/list/
11667 S: Supported
11668 F: drivers/thermal/
11669 F: include/linux/thermal.h
11670 F: include/uapi/linux/thermal.h
11671 F: include/linux/cpu_cooling.h
11672 F: Documentation/devicetree/bindings/thermal/
11673
11674 THERMAL/CPU_COOLING
11675 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11676 M: Viresh Kumar <viresh.kumar@linaro.org>
11677 M: Javi Merino <javi.merino@arm.com>
11678 L: linux-pm@vger.kernel.org
11679 S: Supported
11680 F: Documentation/thermal/cpu-cooling-api.txt
11681 F: drivers/thermal/cpu_cooling.c
11682 F: include/linux/cpu_cooling.h
11683
11684 THINKPAD ACPI EXTRAS DRIVER
11685 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11686 L: ibm-acpi-devel@lists.sourceforge.net
11687 L: platform-driver-x86@vger.kernel.org
11688 W: http://ibm-acpi.sourceforge.net
11689 W: http://thinkwiki.org/wiki/Ibm-acpi
11690 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11691 S: Maintained
11692 F: drivers/platform/x86/thinkpad_acpi.c
11693
11694 TI BANDGAP AND THERMAL DRIVER
11695 M: Eduardo Valentin <edubezval@gmail.com>
11696 M: Keerthy <j-keerthy@ti.com>
11697 L: linux-pm@vger.kernel.org
11698 L: linux-omap@vger.kernel.org
11699 S: Maintained
11700 F: drivers/thermal/ti-soc-thermal/
11701
11702 TI VPE/CAL DRIVERS
11703 M: Benoit Parrot <bparrot@ti.com>
11704 L: linux-media@vger.kernel.org
11705 W: http://linuxtv.org/
11706 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11707 S: Maintained
11708 F: drivers/media/platform/ti-vpe/
11709
11710 TI CDCE706 CLOCK DRIVER
11711 M: Max Filippov <jcmvbkbc@gmail.com>
11712 S: Maintained
11713 F: drivers/clk/clk-cdce706.c
11714
11715 TI CLOCK DRIVER
11716 M: Tero Kristo <t-kristo@ti.com>
11717 L: linux-omap@vger.kernel.org
11718 S: Maintained
11719 F: drivers/clk/ti/
11720 F: include/linux/clk/ti.h
11721
11722 TI ETHERNET SWITCH DRIVER (CPSW)
11723 M: Mugunthan V N <mugunthanvnm@ti.com>
11724 R: Grygorii Strashko <grygorii.strashko@ti.com>
11725 L: linux-omap@vger.kernel.org
11726 L: netdev@vger.kernel.org
11727 S: Maintained
11728 F: drivers/net/ethernet/ti/cpsw*
11729 F: drivers/net/ethernet/ti/davinci*
11730
11731 TI FLASH MEDIA INTERFACE DRIVER
11732 M: Alex Dubov <oakad@yahoo.com>
11733 S: Maintained
11734 F: drivers/misc/tifm*
11735 F: drivers/mmc/host/tifm_sd.c
11736 F: include/linux/tifm.h
11737
11738 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11739 M: Santosh Shilimkar <ssantosh@kernel.org>
11740 L: linux-kernel@vger.kernel.org
11741 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11742 S: Maintained
11743 F: drivers/soc/ti/*
11744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11745
11746
11747 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11748 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11749 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11750 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11751 S: Maintained
11752 F: sound/soc/codecs/lm49453*
11753 F: sound/soc/codecs/isabelle*
11754
11755 TI LP855x BACKLIGHT DRIVER
11756 M: Milo Kim <milo.kim@ti.com>
11757 S: Maintained
11758 F: Documentation/backlight/lp855x-driver.txt
11759 F: drivers/video/backlight/lp855x_bl.c
11760 F: include/linux/platform_data/lp855x.h
11761
11762 TI LP8727 CHARGER DRIVER
11763 M: Milo Kim <milo.kim@ti.com>
11764 S: Maintained
11765 F: drivers/power/lp8727_charger.c
11766 F: include/linux/platform_data/lp8727.h
11767
11768 TI LP8788 MFD DRIVER
11769 M: Milo Kim <milo.kim@ti.com>
11770 S: Maintained
11771 F: drivers/iio/adc/lp8788_adc.c
11772 F: drivers/leds/leds-lp8788.c
11773 F: drivers/mfd/lp8788*.c
11774 F: drivers/power/lp8788-charger.c
11775 F: drivers/regulator/lp8788-*.c
11776 F: include/linux/mfd/lp8788*.h
11777
11778 TI NETCP ETHERNET DRIVER
11779 M: Wingman Kwok <w-kwok2@ti.com>
11780 M: Murali Karicheri <m-karicheri2@ti.com>
11781 L: netdev@vger.kernel.org
11782 S: Maintained
11783 F: drivers/net/ethernet/ti/netcp*
11784
11785 TI TAS571X FAMILY ASoC CODEC DRIVER
11786 M: Kevin Cernekee <cernekee@chromium.org>
11787 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11788 S: Odd Fixes
11789 F: sound/soc/codecs/tas571x*
11790
11791 TI TWL4030 SERIES SOC CODEC DRIVER
11792 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11793 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11794 S: Maintained
11795 F: sound/soc/codecs/twl4030*
11796
11797 TI WILINK WIRELESS DRIVERS
11798 L: linux-wireless@vger.kernel.org
11799 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11800 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11802 S: Orphan
11803 F: drivers/net/wireless/ti/
11804 F: include/linux/wl12xx.h
11805
11806 TIPC NETWORK LAYER
11807 M: Jon Maloy <jon.maloy@ericsson.com>
11808 M: Ying Xue <ying.xue@windriver.com>
11809 L: netdev@vger.kernel.org (core kernel code)
11810 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11811 W: http://tipc.sourceforge.net/
11812 S: Maintained
11813 F: include/uapi/linux/tipc*.h
11814 F: net/tipc/
11815
11816 TILE ARCHITECTURE
11817 M: Chris Metcalf <cmetcalf@mellanox.com>
11818 W: http://www.mellanox.com/repository/solutions/tile-scm/
11819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11820 S: Supported
11821 F: arch/tile/
11822 F: drivers/char/tile-srom.c
11823 F: drivers/edac/tile_edac.c
11824 F: drivers/net/ethernet/tile/
11825 F: drivers/rtc/rtc-tile.c
11826 F: drivers/tty/hvc/hvc_tile.c
11827 F: drivers/tty/serial/tilegx.c
11828 F: drivers/usb/host/*-tilegx.c
11829 F: include/linux/usb/tilegx.h
11830
11831 TLAN NETWORK DRIVER
11832 M: Samuel Chessman <chessman@tux.org>
11833 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11834 W: http://sourceforge.net/projects/tlan/
11835 S: Maintained
11836 F: Documentation/networking/tlan.txt
11837 F: drivers/net/ethernet/ti/tlan.*
11838
11839 TOMOYO SECURITY MODULE
11840 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11841 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11842 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11843 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11844 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11845 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11846 W: http://tomoyo.sourceforge.jp/
11847 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11848 S: Maintained
11849 F: security/tomoyo/
11850
11851 TOPSTAR LAPTOP EXTRAS DRIVER
11852 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11853 L: platform-driver-x86@vger.kernel.org
11854 S: Maintained
11855 F: drivers/platform/x86/topstar-laptop.c
11856
11857 TOSHIBA ACPI EXTRAS DRIVER
11858 M: Azael Avalos <coproscefalo@gmail.com>
11859 L: platform-driver-x86@vger.kernel.org
11860 S: Maintained
11861 F: drivers/platform/x86/toshiba_acpi.c
11862
11863 TOSHIBA BLUETOOTH DRIVER
11864 M: Azael Avalos <coproscefalo@gmail.com>
11865 L: platform-driver-x86@vger.kernel.org
11866 S: Maintained
11867 F: drivers/platform/x86/toshiba_bluetooth.c
11868
11869 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11870 M: Azael Avalos <coproscefalo@gmail.com>
11871 L: platform-driver-x86@vger.kernel.org
11872 S: Maintained
11873 F: drivers/platform/x86/toshiba_haps.c
11874
11875 TOSHIBA WMI HOTKEYS DRIVER
11876 M: Azael Avalos <coproscefalo@gmail.com>
11877 L: platform-driver-x86@vger.kernel.org
11878 S: Maintained
11879 F: drivers/platform/x86/toshiba-wmi.c
11880
11881 TOSHIBA SMM DRIVER
11882 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11883 W: http://www.buzzard.org.uk/toshiba/
11884 S: Maintained
11885 F: drivers/char/toshiba.c
11886 F: include/linux/toshiba.h
11887 F: include/uapi/linux/toshiba.h
11888
11889 TOSHIBA TC358743 DRIVER
11890 M: Mats Randgaard <matrandg@cisco.com>
11891 L: linux-media@vger.kernel.org
11892 S: Maintained
11893 F: drivers/media/i2c/tc358743*
11894 F: include/media/i2c/tc358743.h
11895
11896 TMIO/SDHI MMC DRIVER
11897 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11898 L: linux-mmc@vger.kernel.org
11899 S: Supported
11900 F: drivers/mmc/host/tmio_mmc*
11901 F: drivers/mmc/host/sh_mobile_sdhi.c
11902 F: include/linux/mfd/tmio.h
11903
11904 TMP401 HARDWARE MONITOR DRIVER
11905 M: Guenter Roeck <linux@roeck-us.net>
11906 L: linux-hwmon@vger.kernel.org
11907 S: Maintained
11908 F: Documentation/hwmon/tmp401
11909 F: drivers/hwmon/tmp401.c
11910
11911 TMPFS (SHMEM FILESYSTEM)
11912 M: Hugh Dickins <hughd@google.com>
11913 L: linux-mm@kvack.org
11914 S: Maintained
11915 F: include/linux/shmem_fs.h
11916 F: mm/shmem.c
11917
11918 TM6000 VIDEO4LINUX DRIVER
11919 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11920 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11921 L: linux-media@vger.kernel.org
11922 W: https://linuxtv.org
11923 T: git git://linuxtv.org/media_tree.git
11924 S: Odd fixes
11925 F: drivers/media/usb/tm6000/
11926
11927 TW5864 VIDEO4LINUX DRIVER
11928 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11929 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11930 M: Andrey Utkin <andrey_utkin@fastmail.com>
11931 L: linux-media@vger.kernel.org
11932 S: Supported
11933 F: drivers/media/pci/tw5864/
11934
11935 TW68 VIDEO4LINUX DRIVER
11936 M: Hans Verkuil <hverkuil@xs4all.nl>
11937 L: linux-media@vger.kernel.org
11938 T: git git://linuxtv.org/media_tree.git
11939 W: https://linuxtv.org
11940 S: Odd Fixes
11941 F: drivers/media/pci/tw68/
11942
11943 TW686X VIDEO4LINUX DRIVER
11944 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11945 L: linux-media@vger.kernel.org
11946 T: git git://linuxtv.org/media_tree.git
11947 W: http://linuxtv.org
11948 S: Maintained
11949 F: drivers/media/pci/tw686x/
11950
11951 TPM DEVICE DRIVER
11952 M: Peter Huewe <peterhuewe@gmx.de>
11953 M: Marcel Selhorst <tpmdd@selhorst.net>
11954 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11955 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11956 W: http://tpmdd.sourceforge.net
11957 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11958 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11959 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11960 S: Maintained
11961 F: drivers/char/tpm/
11962
11963 TPM IBM_VTPM DEVICE DRIVER
11964 M: Ashley Lai <ashleydlai@gmail.com>
11965 W: http://tpmdd.sourceforge.net
11966 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11967 S: Maintained
11968 F: drivers/char/tpm/tpm_ibmvtpm*
11969
11970 TRACING
11971 M: Steven Rostedt <rostedt@goodmis.org>
11972 M: Ingo Molnar <mingo@redhat.com>
11973 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11974 S: Maintained
11975 F: Documentation/trace/ftrace.txt
11976 F: arch/*/*/*/ftrace.h
11977 F: arch/*/kernel/ftrace.c
11978 F: include/*/ftrace.h
11979 F: include/linux/trace*.h
11980 F: include/trace/
11981 F: kernel/trace/
11982 F: tools/testing/selftests/ftrace/
11983
11984 TRACING MMIO ACCESSES (MMIOTRACE)
11985 M: Steven Rostedt <rostedt@goodmis.org>
11986 M: Ingo Molnar <mingo@kernel.org>
11987 R: Karol Herbst <karolherbst@gmail.com>
11988 R: Pekka Paalanen <ppaalanen@gmail.com>
11989 S: Maintained
11990 L: linux-kernel@vger.kernel.org
11991 L: nouveau@lists.freedesktop.org
11992 F: kernel/trace/trace_mmiotrace.c
11993 F: include/linux/mmiotrace.h
11994 F: arch/x86/mm/kmmio.c
11995 F: arch/x86/mm/mmio-mod.c
11996 F: arch/x86/mm/testmmiotrace.c
11997
11998 TRIVIAL PATCHES
11999 M: Jiri Kosina <trivial@kernel.org>
12000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12001 S: Maintained
12002 K: ^Subject:.*(?i)trivial
12003
12004 TTY LAYER
12005 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12006 M: Jiri Slaby <jslaby@suse.com>
12007 S: Supported
12008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12009 F: Documentation/serial/
12010 F: drivers/tty/
12011 F: drivers/tty/serial/serial_core.c
12012 F: include/linux/serial_core.h
12013 F: include/linux/serial.h
12014 F: include/linux/tty.h
12015 F: include/uapi/linux/serial_core.h
12016 F: include/uapi/linux/serial.h
12017 F: include/uapi/linux/tty.h
12018
12019 TUA9001 MEDIA DRIVER
12020 M: Antti Palosaari <crope@iki.fi>
12021 L: linux-media@vger.kernel.org
12022 W: https://linuxtv.org
12023 W: http://palosaari.fi/linux/
12024 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12025 T: git git://linuxtv.org/anttip/media_tree.git
12026 S: Maintained
12027 F: drivers/media/tuners/tua9001*
12028
12029 TULIP NETWORK DRIVERS
12030 L: netdev@vger.kernel.org
12031 L: linux-parisc@vger.kernel.org
12032 S: Orphan
12033 F: drivers/net/ethernet/dec/tulip/
12034
12035 TUN/TAP driver
12036 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12037 W: http://vtun.sourceforge.net/tun
12038 S: Maintained
12039 F: Documentation/networking/tuntap.txt
12040 F: arch/um/os-Linux/drivers/
12041
12042 TURBOCHANNEL SUBSYSTEM
12043 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12044 M: Ralf Baechle <ralf@linux-mips.org>
12045 L: linux-mips@linux-mips.org
12046 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12047 S: Maintained
12048 F: drivers/tc/
12049 F: include/linux/tc.h
12050
12051 U14-34F SCSI DRIVER
12052 M: Dario Ballabio <ballabio_dario@emc.com>
12053 L: linux-scsi@vger.kernel.org
12054 S: Maintained
12055 F: drivers/scsi/u14-34f.c
12056
12057 UBI FILE SYSTEM (UBIFS)
12058 M: Richard Weinberger <richard@nod.at>
12059 M: Artem Bityutskiy <dedekind1@gmail.com>
12060 M: Adrian Hunter <adrian.hunter@intel.com>
12061 L: linux-mtd@lists.infradead.org
12062 T: git git://git.infradead.org/ubifs-2.6.git
12063 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12064 S: Supported
12065 F: Documentation/filesystems/ubifs.txt
12066 F: fs/ubifs/
12067
12068 UCLINUX (M68KNOMMU AND COLDFIRE)
12069 M: Greg Ungerer <gerg@linux-m68k.org>
12070 W: http://www.linux-m68k.org/
12071 W: http://www.uclinux.org/
12072 L: linux-m68k@lists.linux-m68k.org
12073 L: uclinux-dev@uclinux.org (subscribers-only)
12074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12075 S: Maintained
12076 F: arch/m68k/coldfire/
12077 F: arch/m68k/68*/
12078 F: arch/m68k/*/*_no.*
12079 F: arch/m68k/include/asm/*_no.*
12080
12081 UDF FILESYSTEM
12082 M: Jan Kara <jack@suse.com>
12083 S: Maintained
12084 F: Documentation/filesystems/udf.txt
12085 F: fs/udf/
12086
12087 UFS FILESYSTEM
12088 M: Evgeniy Dushistov <dushistov@mail.ru>
12089 S: Maintained
12090 F: Documentation/filesystems/ufs.txt
12091 F: fs/ufs/
12092
12093 UHID USERSPACE HID IO DRIVER:
12094 M: David Herrmann <dh.herrmann@googlemail.com>
12095 L: linux-input@vger.kernel.org
12096 S: Maintained
12097 F: drivers/hid/uhid.c
12098 F: include/uapi/linux/uhid.h
12099
12100 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12101 L: linux-usb@vger.kernel.org
12102 S: Orphan
12103 F: drivers/uwb/
12104 F: include/linux/uwb.h
12105 F: include/linux/uwb/
12106
12107 UNICORE32 ARCHITECTURE:
12108 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12109 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12110 S: Maintained
12111 T: git git://github.com/gxt/linux.git
12112 F: arch/unicore32/
12113
12114 UNIFDEF
12115 M: Tony Finch <dot@dotat.at>
12116 W: http://dotat.at/prog/unifdef
12117 S: Maintained
12118 F: scripts/unifdef.c
12119
12120 UNIFORM CDROM DRIVER
12121 M: Jens Axboe <axboe@kernel.dk>
12122 W: http://www.kernel.dk
12123 S: Maintained
12124 F: Documentation/cdrom/
12125 F: drivers/cdrom/cdrom.c
12126 F: include/linux/cdrom.h
12127 F: include/uapi/linux/cdrom.h
12128
12129 UNISYS S-PAR DRIVERS
12130 M: David Kershner <david.kershner@unisys.com>
12131 L: sparmaintainer@unisys.com (Unisys internal)
12132 S: Supported
12133 F: drivers/staging/unisys/
12134
12135 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12136 M: Vinayak Holikatti <vinholikatti@gmail.com>
12137 L: linux-scsi@vger.kernel.org
12138 S: Supported
12139 F: Documentation/scsi/ufs.txt
12140 F: drivers/scsi/ufs/
12141
12142 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12143 M: Joao Pinto <Joao.Pinto@synopsys.com>
12144 L: linux-scsi@vger.kernel.org
12145 S: Supported
12146 F: drivers/scsi/ufs/*dwc*
12147
12148 UNSORTED BLOCK IMAGES (UBI)
12149 M: Artem Bityutskiy <dedekind1@gmail.com>
12150 M: Richard Weinberger <richard@nod.at>
12151 W: http://www.linux-mtd.infradead.org/
12152 L: linux-mtd@lists.infradead.org
12153 T: git git://git.infradead.org/ubifs-2.6.git
12154 S: Supported
12155 F: drivers/mtd/ubi/
12156 F: include/linux/mtd/ubi.h
12157 F: include/uapi/mtd/ubi-user.h
12158
12159 USB ACM DRIVER
12160 M: Oliver Neukum <oneukum@suse.com>
12161 L: linux-usb@vger.kernel.org
12162 S: Maintained
12163 F: Documentation/usb/acm.txt
12164 F: drivers/usb/class/cdc-acm.*
12165
12166 USB AR5523 WIRELESS DRIVER
12167 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12168 L: linux-wireless@vger.kernel.org
12169 S: Maintained
12170 F: drivers/net/wireless/ath/ar5523/
12171
12172 USB ATTACHED SCSI
12173 M: Oliver Neukum <oneukum@suse.com>
12174 L: linux-usb@vger.kernel.org
12175 L: linux-scsi@vger.kernel.org
12176 S: Maintained
12177 F: drivers/usb/storage/uas.c
12178
12179 USB CDC ETHERNET DRIVER
12180 M: Oliver Neukum <oliver@neukum.org>
12181 L: linux-usb@vger.kernel.org
12182 S: Maintained
12183 F: drivers/net/usb/cdc_*.c
12184 F: include/uapi/linux/usb/cdc.h
12185
12186 USB CHAOSKEY DRIVER
12187 M: Keith Packard <keithp@keithp.com>
12188 L: linux-usb@vger.kernel.org
12189 S: Maintained
12190 F: drivers/usb/misc/chaoskey.c
12191
12192 USB CYPRESS C67X00 DRIVER
12193 M: Peter Korsgaard <jacmet@sunsite.dk>
12194 L: linux-usb@vger.kernel.org
12195 S: Maintained
12196 F: drivers/usb/c67x00/
12197
12198 USB DAVICOM DM9601 DRIVER
12199 M: Peter Korsgaard <jacmet@sunsite.dk>
12200 L: netdev@vger.kernel.org
12201 W: http://www.linux-usb.org/usbnet
12202 S: Maintained
12203 F: drivers/net/usb/dm9601.c
12204
12205 USB DIAMOND RIO500 DRIVER
12206 M: Cesar Miquel <miquel@df.uba.ar>
12207 L: rio500-users@lists.sourceforge.net
12208 W: http://rio500.sourceforge.net
12209 S: Maintained
12210 F: drivers/usb/misc/rio500*
12211
12212 USB EHCI DRIVER
12213 M: Alan Stern <stern@rowland.harvard.edu>
12214 L: linux-usb@vger.kernel.org
12215 S: Maintained
12216 F: Documentation/usb/ehci.txt
12217 F: drivers/usb/host/ehci*
12218
12219 USB GADGET/PERIPHERAL SUBSYSTEM
12220 M: Felipe Balbi <balbi@kernel.org>
12221 L: linux-usb@vger.kernel.org
12222 W: http://www.linux-usb.org/gadget
12223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12224 S: Maintained
12225 F: drivers/usb/gadget/
12226 F: include/linux/usb/gadget*
12227
12228 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12229 M: Jiri Kosina <jikos@kernel.org>
12230 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12231 L: linux-usb@vger.kernel.org
12232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12233 S: Maintained
12234 F: Documentation/hid/hiddev.txt
12235 F: drivers/hid/usbhid/
12236
12237 USB ISP116X DRIVER
12238 M: Olav Kongas <ok@artecdesign.ee>
12239 L: linux-usb@vger.kernel.org
12240 S: Maintained
12241 F: drivers/usb/host/isp116x*
12242 F: include/linux/usb/isp116x.h
12243
12244 USB LAN78XX ETHERNET DRIVER
12245 M: Woojung Huh <woojung.huh@microchip.com>
12246 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12247 L: netdev@vger.kernel.org
12248 S: Maintained
12249 F: drivers/net/usb/lan78xx.*
12250
12251 USB MASS STORAGE DRIVER
12252 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12253 L: linux-usb@vger.kernel.org
12254 L: usb-storage@lists.one-eyed-alien.net
12255 S: Maintained
12256 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12257 F: drivers/usb/storage/
12258
12259 USB MIDI DRIVER
12260 M: Clemens Ladisch <clemens@ladisch.de>
12261 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12262 T: git git://git.alsa-project.org/alsa-kernel.git
12263 S: Maintained
12264 F: sound/usb/midi.*
12265
12266 USB NETWORKING DRIVERS
12267 L: linux-usb@vger.kernel.org
12268 S: Odd Fixes
12269 F: drivers/net/usb/
12270
12271 USB OHCI DRIVER
12272 M: Alan Stern <stern@rowland.harvard.edu>
12273 L: linux-usb@vger.kernel.org
12274 S: Maintained
12275 F: Documentation/usb/ohci.txt
12276 F: drivers/usb/host/ohci*
12277
12278 USB OTG FSM (Finite State Machine)
12279 M: Peter Chen <Peter.Chen@nxp.com>
12280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12281 L: linux-usb@vger.kernel.org
12282 S: Maintained
12283 F: drivers/usb/common/usb-otg-fsm.c
12284
12285 USB OVER IP DRIVER
12286 M: Valentina Manea <valentina.manea.m@gmail.com>
12287 M: Shuah Khan <shuahkh@osg.samsung.com>
12288 M: Shuah Khan <shuah@kernel.org>
12289 L: linux-usb@vger.kernel.org
12290 S: Maintained
12291 F: Documentation/usb/usbip_protocol.txt
12292 F: drivers/usb/usbip/
12293 F: tools/usb/usbip/
12294
12295 USB PEGASUS DRIVER
12296 M: Petko Manolov <petkan@nucleusys.com>
12297 L: linux-usb@vger.kernel.org
12298 L: netdev@vger.kernel.org
12299 T: git git://github.com/petkan/pegasus.git
12300 W: https://github.com/petkan/pegasus
12301 S: Maintained
12302 F: drivers/net/usb/pegasus.*
12303
12304 USB PHY LAYER
12305 M: Felipe Balbi <balbi@kernel.org>
12306 L: linux-usb@vger.kernel.org
12307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12308 S: Maintained
12309 F: drivers/usb/phy/
12310
12311 USB PRINTER DRIVER (usblp)
12312 M: Pete Zaitcev <zaitcev@redhat.com>
12313 L: linux-usb@vger.kernel.org
12314 S: Supported
12315 F: drivers/usb/class/usblp.c
12316
12317 USB QMI WWAN NETWORK DRIVER
12318 M: Bjørn Mork <bjorn@mork.no>
12319 L: netdev@vger.kernel.org
12320 S: Maintained
12321 F: Documentation/ABI/testing/sysfs-class-net-qmi
12322 F: drivers/net/usb/qmi_wwan.c
12323
12324 USB RTL8150 DRIVER
12325 M: Petko Manolov <petkan@nucleusys.com>
12326 L: linux-usb@vger.kernel.org
12327 L: netdev@vger.kernel.org
12328 T: git git://github.com/petkan/rtl8150.git
12329 W: https://github.com/petkan/rtl8150
12330 S: Maintained
12331 F: drivers/net/usb/rtl8150.c
12332
12333 USB SERIAL SUBSYSTEM
12334 M: Johan Hovold <johan@kernel.org>
12335 L: linux-usb@vger.kernel.org
12336 S: Maintained
12337 F: Documentation/usb/usb-serial.txt
12338 F: drivers/usb/serial/
12339 F: include/linux/usb/serial.h
12340
12341 USB SMSC75XX ETHERNET DRIVER
12342 M: Steve Glendinning <steve.glendinning@shawell.net>
12343 L: netdev@vger.kernel.org
12344 S: Maintained
12345 F: drivers/net/usb/smsc75xx.*
12346
12347 USB SMSC95XX ETHERNET DRIVER
12348 M: Steve Glendinning <steve.glendinning@shawell.net>
12349 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12350 L: netdev@vger.kernel.org
12351 S: Maintained
12352 F: drivers/net/usb/smsc95xx.*
12353
12354 USB SUBSYSTEM
12355 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12356 L: linux-usb@vger.kernel.org
12357 W: http://www.linux-usb.org
12358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12359 S: Supported
12360 F: Documentation/devicetree/bindings/usb/
12361 F: Documentation/usb/
12362 F: drivers/usb/
12363 F: include/linux/usb.h
12364 F: include/linux/usb/
12365
12366 USB UHCI DRIVER
12367 M: Alan Stern <stern@rowland.harvard.edu>
12368 L: linux-usb@vger.kernel.org
12369 S: Maintained
12370 F: drivers/usb/host/uhci*
12371
12372 USB "USBNET" DRIVER FRAMEWORK
12373 M: Oliver Neukum <oneukum@suse.com>
12374 L: netdev@vger.kernel.org
12375 W: http://www.linux-usb.org/usbnet
12376 S: Maintained
12377 F: drivers/net/usb/usbnet.c
12378 F: include/linux/usb/usbnet.h
12379
12380 USB VIDEO CLASS
12381 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12382 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12383 L: linux-media@vger.kernel.org
12384 T: git git://linuxtv.org/media_tree.git
12385 W: http://www.ideasonboard.org/uvc/
12386 S: Maintained
12387 F: drivers/media/usb/uvc/
12388 F: include/uapi/linux/uvcvideo.h
12389
12390 USB VISION DRIVER
12391 M: Hans Verkuil <hverkuil@xs4all.nl>
12392 L: linux-media@vger.kernel.org
12393 T: git git://linuxtv.org/media_tree.git
12394 W: https://linuxtv.org
12395 S: Odd Fixes
12396 F: drivers/media/usb/usbvision/
12397
12398 USB WEBCAM GADGET
12399 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12400 L: linux-usb@vger.kernel.org
12401 S: Maintained
12402 F: drivers/usb/gadget/function/*uvc*
12403 F: drivers/usb/gadget/legacy/webcam.c
12404
12405 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12406 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12407 L: linux-wireless@vger.kernel.org
12408 S: Maintained
12409 F: drivers/net/wireless/rndis_wlan.c
12410
12411 USB XHCI DRIVER
12412 M: Mathias Nyman <mathias.nyman@intel.com>
12413 L: linux-usb@vger.kernel.org
12414 S: Supported
12415 F: drivers/usb/host/xhci*
12416 F: drivers/usb/host/pci-quirks*
12417
12418 USB ZD1201 DRIVER
12419 L: linux-wireless@vger.kernel.org
12420 W: http://linux-lc100020.sourceforge.net
12421 S: Orphan
12422 F: drivers/net/wireless/zydas/zd1201.*
12423
12424 USB ZR364XX DRIVER
12425 M: Antoine Jacquet <royale@zerezo.com>
12426 L: linux-usb@vger.kernel.org
12427 L: linux-media@vger.kernel.org
12428 T: git git://linuxtv.org/media_tree.git
12429 W: http://royale.zerezo.com/zr364xx/
12430 S: Maintained
12431 F: Documentation/video4linux/zr364xx.txt
12432 F: drivers/media/usb/zr364xx/
12433
12434 ULPI BUS
12435 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12436 L: linux-usb@vger.kernel.org
12437 S: Maintained
12438 F: drivers/usb/common/ulpi.c
12439 F: include/linux/ulpi/
12440
12441 USER-MODE LINUX (UML)
12442 M: Jeff Dike <jdike@addtoit.com>
12443 M: Richard Weinberger <richard@nod.at>
12444 L: user-mode-linux-devel@lists.sourceforge.net
12445 L: user-mode-linux-user@lists.sourceforge.net
12446 W: http://user-mode-linux.sourceforge.net
12447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12448 S: Maintained
12449 F: Documentation/virtual/uml/
12450 F: arch/um/
12451 F: arch/x86/um/
12452 F: fs/hostfs/
12453 F: fs/hppfs/
12454
12455 USERSPACE I/O (UIO)
12456 M: "Hans J. Koch" <hjk@hansjkoch.de>
12457 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12458 S: Maintained
12459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12460 F: Documentation/DocBook/uio-howto.tmpl
12461 F: drivers/uio/
12462 F: include/linux/uio*.h
12463
12464 UTIL-LINUX PACKAGE
12465 M: Karel Zak <kzak@redhat.com>
12466 L: util-linux@vger.kernel.org
12467 W: http://en.wikipedia.org/wiki/Util-linux
12468 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12469 S: Maintained
12470
12471 UVESAFB DRIVER
12472 M: Michal Januszewski <spock@gentoo.org>
12473 L: linux-fbdev@vger.kernel.org
12474 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12475 S: Maintained
12476 F: Documentation/fb/uvesafb.txt
12477 F: drivers/video/fbdev/uvesafb.*
12478
12479 VF610 NAND DRIVER
12480 M: Stefan Agner <stefan@agner.ch>
12481 L: linux-mtd@lists.infradead.org
12482 S: Supported
12483 F: drivers/mtd/nand/vf610_nfc.c
12484
12485 VFAT/FAT/MSDOS FILESYSTEM
12486 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12487 S: Maintained
12488 F: Documentation/filesystems/vfat.txt
12489 F: fs/fat/
12490
12491 VFIO DRIVER
12492 M: Alex Williamson <alex.williamson@redhat.com>
12493 L: kvm@vger.kernel.org
12494 T: git git://github.com/awilliam/linux-vfio.git
12495 S: Maintained
12496 F: Documentation/vfio.txt
12497 F: drivers/vfio/
12498 F: include/linux/vfio.h
12499 F: include/uapi/linux/vfio.h
12500
12501 VFIO PLATFORM DRIVER
12502 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12503 L: kvm@vger.kernel.org
12504 S: Maintained
12505 F: drivers/vfio/platform/
12506
12507 VIDEOBUF2 FRAMEWORK
12508 M: Pawel Osciak <pawel@osciak.com>
12509 M: Marek Szyprowski <m.szyprowski@samsung.com>
12510 M: Kyungmin Park <kyungmin.park@samsung.com>
12511 L: linux-media@vger.kernel.org
12512 S: Maintained
12513 F: drivers/media/v4l2-core/videobuf2-*
12514 F: include/media/videobuf2-*
12515
12516 VIRTIO AND VHOST VSOCK DRIVER
12517 M: Stefan Hajnoczi <stefanha@redhat.com>
12518 L: kvm@vger.kernel.org
12519 L: virtualization@lists.linux-foundation.org
12520 L: netdev@vger.kernel.org
12521 S: Maintained
12522 F: include/linux/virtio_vsock.h
12523 F: include/uapi/linux/virtio_vsock.h
12524 F: net/vmw_vsock/virtio_transport_common.c
12525 F: net/vmw_vsock/virtio_transport.c
12526 F: drivers/vhost/vsock.c
12527 F: drivers/vhost/vsock.h
12528
12529 VIRTUAL SERIO DEVICE DRIVER
12530 M: Stephen Chandler Paul <thatslyude@gmail.com>
12531 S: Maintained
12532 F: drivers/input/serio/userio.c
12533 F: include/uapi/linux/userio.h
12534
12535 VIRTIO CONSOLE DRIVER
12536 M: Amit Shah <amit.shah@redhat.com>
12537 L: virtualization@lists.linux-foundation.org
12538 S: Maintained
12539 F: drivers/char/virtio_console.c
12540 F: include/linux/virtio_console.h
12541 F: include/uapi/linux/virtio_console.h
12542
12543 VIRTIO CORE, NET AND BLOCK DRIVERS
12544 M: "Michael S. Tsirkin" <mst@redhat.com>
12545 L: virtualization@lists.linux-foundation.org
12546 S: Maintained
12547 F: Documentation/devicetree/bindings/virtio/
12548 F: drivers/virtio/
12549 F: tools/virtio/
12550 F: drivers/net/virtio_net.c
12551 F: drivers/block/virtio_blk.c
12552 F: include/linux/virtio_*.h
12553 F: include/uapi/linux/virtio_*.h
12554
12555 VIRTIO DRIVERS FOR S390
12556 M: Christian Borntraeger <borntraeger@de.ibm.com>
12557 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12558 L: linux-s390@vger.kernel.org
12559 L: virtualization@lists.linux-foundation.org
12560 L: kvm@vger.kernel.org
12561 S: Supported
12562 F: drivers/s390/virtio/
12563
12564 VIRTIO GPU DRIVER
12565 M: David Airlie <airlied@linux.ie>
12566 M: Gerd Hoffmann <kraxel@redhat.com>
12567 L: dri-devel@lists.freedesktop.org
12568 L: virtualization@lists.linux-foundation.org
12569 S: Maintained
12570 F: drivers/gpu/drm/virtio/
12571 F: include/uapi/linux/virtio_gpu.h
12572
12573 VIRTIO HOST (VHOST)
12574 M: "Michael S. Tsirkin" <mst@redhat.com>
12575 L: kvm@vger.kernel.org
12576 L: virtualization@lists.linux-foundation.org
12577 L: netdev@vger.kernel.org
12578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12579 S: Maintained
12580 F: drivers/vhost/
12581 F: include/uapi/linux/vhost.h
12582
12583 VIRTIO INPUT DRIVER
12584 M: Gerd Hoffmann <kraxel@redhat.com>
12585 S: Maintained
12586 F: drivers/virtio/virtio_input.c
12587 F: include/uapi/linux/virtio_input.h
12588
12589 VIA RHINE NETWORK DRIVER
12590 S: Orphan
12591 F: drivers/net/ethernet/via/via-rhine.c
12592
12593 VIA SD/MMC CARD CONTROLLER DRIVER
12594 M: Bruce Chang <brucechang@via.com.tw>
12595 M: Harald Welte <HaraldWelte@viatech.com>
12596 S: Maintained
12597 F: drivers/mmc/host/via-sdmmc.c
12598
12599 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12600 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12601 L: linux-fbdev@vger.kernel.org
12602 S: Maintained
12603 F: include/linux/via-core.h
12604 F: include/linux/via-gpio.h
12605 F: include/linux/via_i2c.h
12606 F: drivers/video/fbdev/via/
12607
12608 VIA VELOCITY NETWORK DRIVER
12609 M: Francois Romieu <romieu@fr.zoreil.com>
12610 L: netdev@vger.kernel.org
12611 S: Maintained
12612 F: drivers/net/ethernet/via/via-velocity.*
12613
12614 VIRT LIB
12615 M: Alex Williamson <alex.williamson@redhat.com>
12616 M: Paolo Bonzini <pbonzini@redhat.com>
12617 L: kvm@vger.kernel.org
12618 S: Supported
12619 F: virt/lib/
12620
12621 VIVID VIRTUAL VIDEO DRIVER
12622 M: Hans Verkuil <hverkuil@xs4all.nl>
12623 L: linux-media@vger.kernel.org
12624 T: git git://linuxtv.org/media_tree.git
12625 W: https://linuxtv.org
12626 S: Maintained
12627 F: drivers/media/platform/vivid/*
12628
12629 VLAN (802.1Q)
12630 M: Patrick McHardy <kaber@trash.net>
12631 L: netdev@vger.kernel.org
12632 S: Maintained
12633 F: drivers/net/macvlan.c
12634 F: include/linux/if_*vlan.h
12635 F: net/8021q/
12636
12637 VLYNQ BUS
12638 M: Florian Fainelli <florian@openwrt.org>
12639 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12640 S: Maintained
12641 F: drivers/vlynq/vlynq.c
12642 F: include/linux/vlynq.h
12643
12644 VME SUBSYSTEM
12645 M: Martyn Welch <martyn@welchs.me.uk>
12646 M: Manohar Vanga <manohar.vanga@gmail.com>
12647 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12648 L: devel@driverdev.osuosl.org
12649 S: Maintained
12650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12651 F: Documentation/vme_api.txt
12652 F: drivers/staging/vme/
12653 F: drivers/vme/
12654 F: include/linux/vme*
12655
12656 VMWARE HYPERVISOR INTERFACE
12657 M: Alok Kataria <akataria@vmware.com>
12658 L: virtualization@lists.linux-foundation.org
12659 S: Supported
12660 F: arch/x86/kernel/cpu/vmware.c
12661
12662 VMWARE BALLOON DRIVER
12663 M: Xavier Deguillard <xdeguillard@vmware.com>
12664 M: Philip Moltmann <moltmann@vmware.com>
12665 M: "VMware, Inc." <pv-drivers@vmware.com>
12666 L: linux-kernel@vger.kernel.org
12667 S: Maintained
12668 F: drivers/misc/vmw_balloon.c
12669
12670 VMWARE VMMOUSE SUBDRIVER
12671 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12672 M: "VMware, Inc." <pv-drivers@vmware.com>
12673 L: linux-input@vger.kernel.org
12674 S: Maintained
12675 F: drivers/input/mouse/vmmouse.c
12676 F: drivers/input/mouse/vmmouse.h
12677
12678 VMWARE VMXNET3 ETHERNET DRIVER
12679 M: Shrikrishna Khare <skhare@vmware.com>
12680 M: "VMware, Inc." <pv-drivers@vmware.com>
12681 L: netdev@vger.kernel.org
12682 S: Maintained
12683 F: drivers/net/vmxnet3/
12684
12685 VMware PVSCSI driver
12686 M: Jim Gill <jgill@vmware.com>
12687 M: VMware PV-Drivers <pv-drivers@vmware.com>
12688 L: linux-scsi@vger.kernel.org
12689 S: Maintained
12690 F: drivers/scsi/vmw_pvscsi.c
12691 F: drivers/scsi/vmw_pvscsi.h
12692
12693 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12694 M: Liam Girdwood <lgirdwood@gmail.com>
12695 M: Mark Brown <broonie@kernel.org>
12696 L: linux-kernel@vger.kernel.org
12697 W: http://www.slimlogic.co.uk/?p=48
12698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12699 S: Supported
12700 F: Documentation/devicetree/bindings/regulator/
12701 F: drivers/regulator/
12702 F: include/dt-bindings/regulator/
12703 F: include/linux/regulator/
12704
12705 VRF
12706 M: David Ahern <dsa@cumulusnetworks.com>
12707 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12708 L: netdev@vger.kernel.org
12709 S: Maintained
12710 F: drivers/net/vrf.c
12711 F: Documentation/networking/vrf.txt
12712
12713 VT1211 HARDWARE MONITOR DRIVER
12714 M: Juerg Haefliger <juergh@gmail.com>
12715 L: linux-hwmon@vger.kernel.org
12716 S: Maintained
12717 F: Documentation/hwmon/vt1211
12718 F: drivers/hwmon/vt1211.c
12719
12720 VT8231 HARDWARE MONITOR DRIVER
12721 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12722 L: linux-hwmon@vger.kernel.org
12723 S: Maintained
12724 F: drivers/hwmon/vt8231.c
12725
12726 VUB300 USB to SDIO/SD/MMC bridge chip
12727 M: Tony Olech <tony.olech@elandigitalsystems.com>
12728 L: linux-mmc@vger.kernel.org
12729 L: linux-usb@vger.kernel.org
12730 S: Supported
12731 F: drivers/mmc/host/vub300.c
12732
12733 W1 DALLAS'S 1-WIRE BUS
12734 M: Evgeniy Polyakov <zbr@ioremap.net>
12735 S: Maintained
12736 F: Documentation/w1/
12737 F: drivers/w1/
12738
12739 W83791D HARDWARE MONITORING DRIVER
12740 M: Marc Hulsman <m.hulsman@tudelft.nl>
12741 L: linux-hwmon@vger.kernel.org
12742 S: Maintained
12743 F: Documentation/hwmon/w83791d
12744 F: drivers/hwmon/w83791d.c
12745
12746 W83793 HARDWARE MONITORING DRIVER
12747 M: Rudolf Marek <r.marek@assembler.cz>
12748 L: linux-hwmon@vger.kernel.org
12749 S: Maintained
12750 F: Documentation/hwmon/w83793
12751 F: drivers/hwmon/w83793.c
12752
12753 W83795 HARDWARE MONITORING DRIVER
12754 M: Jean Delvare <jdelvare@suse.com>
12755 L: linux-hwmon@vger.kernel.org
12756 S: Maintained
12757 F: drivers/hwmon/w83795.c
12758
12759 W83L51xD SD/MMC CARD INTERFACE DRIVER
12760 M: Pierre Ossman <pierre@ossman.eu>
12761 S: Maintained
12762 F: drivers/mmc/host/wbsd.*
12763
12764 WACOM PROTOCOL 4 SERIAL TABLETS
12765 M: Julian Squires <julian@cipht.net>
12766 M: Hans de Goede <hdegoede@redhat.com>
12767 L: linux-input@vger.kernel.org
12768 S: Maintained
12769 F: drivers/input/tablet/wacom_serial4.c
12770
12771 WATCHDOG DEVICE DRIVERS
12772 M: Wim Van Sebroeck <wim@iguana.be>
12773 R: Guenter Roeck <linux@roeck-us.net>
12774 L: linux-watchdog@vger.kernel.org
12775 W: http://www.linux-watchdog.org/
12776 T: git git://www.linux-watchdog.org/linux-watchdog.git
12777 S: Maintained
12778 F: Documentation/devicetree/bindings/watchdog/
12779 F: Documentation/watchdog/
12780 F: drivers/watchdog/
12781 F: include/linux/watchdog.h
12782 F: include/uapi/linux/watchdog.h
12783
12784 WD7000 SCSI DRIVER
12785 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12786 L: linux-scsi@vger.kernel.org
12787 S: Maintained
12788 F: drivers/scsi/wd7000.c
12789
12790 WIIMOTE HID DRIVER
12791 M: David Herrmann <dh.herrmann@googlemail.com>
12792 L: linux-input@vger.kernel.org
12793 S: Maintained
12794 F: drivers/hid/hid-wiimote*
12795
12796 WINBOND CIR DRIVER
12797 M: David Härdeman <david@hardeman.nu>
12798 S: Maintained
12799 F: drivers/media/rc/winbond-cir.c
12800
12801 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12802 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12803 L: linux-watchdog@vger.kernel.org
12804 S: Maintained
12805 F: drivers/watchdog/ebc-c384_wdt.c
12806
12807 WINSYSTEMS WS16C48 GPIO DRIVER
12808 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12809 L: linux-gpio@vger.kernel.org
12810 S: Maintained
12811 F: drivers/gpio/gpio-ws16c48.c
12812
12813 WIMAX STACK
12814 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12815 M: linux-wimax@intel.com
12816 L: wimax@linuxwimax.org (subscribers-only)
12817 S: Supported
12818 W: http://linuxwimax.org
12819 F: Documentation/wimax/README.wimax
12820 F: include/linux/wimax/debug.h
12821 F: include/net/wimax.h
12822 F: include/uapi/linux/wimax.h
12823 F: net/wimax/
12824
12825 WISTRON LAPTOP BUTTON DRIVER
12826 M: Miloslav Trmac <mitr@volny.cz>
12827 S: Maintained
12828 F: drivers/input/misc/wistron_btns.c
12829
12830 WL3501 WIRELESS PCMCIA CARD DRIVER
12831 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12832 L: linux-wireless@vger.kernel.org
12833 W: http://oops.ghostprotocols.net:81/blog
12834 S: Maintained
12835 F: drivers/net/wireless/wl3501*
12836
12837 WOLFSON MICROELECTRONICS DRIVERS
12838 L: patches@opensource.wolfsonmicro.com
12839 T: git https://github.com/CirrusLogic/linux-drivers.git
12840 W: https://github.com/CirrusLogic/linux-drivers/wiki
12841 S: Supported
12842 F: Documentation/hwmon/wm83??
12843 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12844 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12845 F: Documentation/devicetree/bindings/mfd/arizona.txt
12846 F: arch/arm/mach-s3c64xx/mach-crag6410*
12847 F: drivers/clk/clk-wm83*.c
12848 F: drivers/extcon/extcon-arizona.c
12849 F: drivers/leds/leds-wm83*.c
12850 F: drivers/gpio/gpio-*wm*.c
12851 F: drivers/gpio/gpio-arizona.c
12852 F: drivers/hwmon/wm83??-hwmon.c
12853 F: drivers/input/misc/wm831x-on.c
12854 F: drivers/input/touchscreen/wm831x-ts.c
12855 F: drivers/input/touchscreen/wm97*.c
12856 F: drivers/mfd/arizona*
12857 F: drivers/mfd/wm*.c
12858 F: drivers/mfd/cs47l24*
12859 F: drivers/power/wm83*.c
12860 F: drivers/rtc/rtc-wm83*.c
12861 F: drivers/regulator/wm8*.c
12862 F: drivers/video/backlight/wm83*_bl.c
12863 F: drivers/watchdog/wm83*_wdt.c
12864 F: include/linux/mfd/arizona/
12865 F: include/linux/mfd/wm831x/
12866 F: include/linux/mfd/wm8350/
12867 F: include/linux/mfd/wm8400*
12868 F: include/linux/wm97xx.h
12869 F: include/sound/wm????.h
12870 F: sound/soc/codecs/arizona.?
12871 F: sound/soc/codecs/wm*
12872 F: sound/soc/codecs/cs47l24*
12873
12874 WORKQUEUE
12875 M: Tejun Heo <tj@kernel.org>
12876 R: Lai Jiangshan <jiangshanlai@gmail.com>
12877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12878 S: Maintained
12879 F: include/linux/workqueue.h
12880 F: kernel/workqueue.c
12881 F: Documentation/workqueue.txt
12882
12883 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12884 M: Chen-Yu Tsai <wens@csie.org>
12885 L: linux-kernel@vger.kernel.org
12886 S: Maintained
12887 N: axp[128]
12888
12889 X.25 NETWORK LAYER
12890 M: Andrew Hendry <andrew.hendry@gmail.com>
12891 L: linux-x25@vger.kernel.org
12892 S: Odd Fixes
12893 F: Documentation/networking/x25*
12894 F: include/net/x25*
12895 F: net/x25/
12896
12897 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12898 M: Thomas Gleixner <tglx@linutronix.de>
12899 M: Ingo Molnar <mingo@redhat.com>
12900 M: "H. Peter Anvin" <hpa@zytor.com>
12901 M: x86@kernel.org
12902 L: linux-kernel@vger.kernel.org
12903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12904 S: Maintained
12905 F: Documentation/x86/
12906 F: arch/x86/
12907
12908 X86 PLATFORM DRIVERS
12909 M: Darren Hart <dvhart@infradead.org>
12910 L: platform-driver-x86@vger.kernel.org
12911 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12912 S: Maintained
12913 F: drivers/platform/x86/
12914 F: drivers/platform/olpc/
12915
12916 X86 MCE INFRASTRUCTURE
12917 M: Tony Luck <tony.luck@intel.com>
12918 M: Borislav Petkov <bp@alien8.de>
12919 L: linux-edac@vger.kernel.org
12920 S: Maintained
12921 F: arch/x86/kernel/cpu/mcheck/*
12922
12923 X86 MICROCODE UPDATE SUPPORT
12924 M: Borislav Petkov <bp@alien8.de>
12925 S: Maintained
12926 F: arch/x86/kernel/cpu/microcode/*
12927
12928 X86 VDSO
12929 M: Andy Lutomirski <luto@amacapital.net>
12930 L: linux-kernel@vger.kernel.org
12931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12932 S: Maintained
12933 F: arch/x86/entry/vdso/
12934
12935 XC2028/3028 TUNER DRIVER
12936 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12937 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12938 L: linux-media@vger.kernel.org
12939 W: https://linuxtv.org
12940 T: git git://linuxtv.org/media_tree.git
12941 S: Maintained
12942 F: drivers/media/tuners/tuner-xc2028.*
12943
12944 XEN HYPERVISOR INTERFACE
12945 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12946 M: David Vrabel <david.vrabel@citrix.com>
12947 M: Juergen Gross <jgross@suse.com>
12948 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12950 S: Supported
12951 F: arch/x86/xen/
12952 F: drivers/*/xen-*front.c
12953 F: drivers/xen/
12954 F: arch/x86/include/asm/xen/
12955 F: include/xen/
12956 F: include/uapi/xen/
12957
12958 XEN HYPERVISOR ARM
12959 M: Stefano Stabellini <sstabellini@kernel.org>
12960 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12961 S: Maintained
12962 F: arch/arm/xen/
12963 F: arch/arm/include/asm/xen/
12964
12965 XEN HYPERVISOR ARM64
12966 M: Stefano Stabellini <sstabellini@kernel.org>
12967 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12968 S: Maintained
12969 F: arch/arm64/xen/
12970 F: arch/arm64/include/asm/xen/
12971
12972 XEN NETWORK BACKEND DRIVER
12973 M: Wei Liu <wei.liu2@citrix.com>
12974 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12975 L: netdev@vger.kernel.org
12976 S: Supported
12977 F: drivers/net/xen-netback/*
12978
12979 XEN PCI SUBSYSTEM
12980 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12981 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12982 S: Supported
12983 F: arch/x86/pci/*xen*
12984 F: drivers/pci/*xen*
12985
12986 XEN BLOCK SUBSYSTEM
12987 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12988 M: Roger Pau Monné <roger.pau@citrix.com>
12989 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12990 S: Supported
12991 F: drivers/block/xen-blkback/*
12992 F: drivers/block/xen*
12993
12994 XEN PVSCSI DRIVERS
12995 M: Juergen Gross <jgross@suse.com>
12996 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12997 L: linux-scsi@vger.kernel.org
12998 S: Supported
12999 F: drivers/scsi/xen-scsifront.c
13000 F: drivers/xen/xen-scsiback.c
13001 F: include/xen/interface/io/vscsiif.h
13002
13003 XEN SWIOTLB SUBSYSTEM
13004 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13005 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13006 S: Supported
13007 F: arch/x86/xen/*swiotlb*
13008 F: drivers/xen/*swiotlb*
13009
13010 XFS FILESYSTEM
13011 P: Silicon Graphics Inc
13012 M: Dave Chinner <david@fromorbit.com>
13013 M: xfs@oss.sgi.com
13014 L: xfs@oss.sgi.com
13015 W: http://oss.sgi.com/projects/xfs
13016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13017 S: Supported
13018 F: Documentation/filesystems/xfs.txt
13019 F: fs/xfs/
13020
13021 XILINX AXI ETHERNET DRIVER
13022 M: Anirudha Sarangi <anirudh@xilinx.com>
13023 M: John Linn <John.Linn@xilinx.com>
13024 S: Maintained
13025 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13026
13027 XILINX UARTLITE SERIAL DRIVER
13028 M: Peter Korsgaard <jacmet@sunsite.dk>
13029 L: linux-serial@vger.kernel.org
13030 S: Maintained
13031 F: drivers/tty/serial/uartlite.c
13032
13033 XILINX VIDEO IP CORES
13034 M: Hyun Kwon <hyun.kwon@xilinx.com>
13035 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13036 L: linux-media@vger.kernel.org
13037 T: git git://linuxtv.org/media_tree.git
13038 S: Supported
13039 F: Documentation/devicetree/bindings/media/xilinx/
13040 F: drivers/media/platform/xilinx/
13041 F: include/uapi/linux/xilinx-v4l2-controls.h
13042
13043 XILLYBUS DRIVER
13044 M: Eli Billauer <eli.billauer@gmail.com>
13045 L: linux-kernel@vger.kernel.org
13046 S: Supported
13047 F: drivers/char/xillybus/
13048
13049 XTENSA XTFPGA PLATFORM SUPPORT
13050 M: Max Filippov <jcmvbkbc@gmail.com>
13051 L: linux-xtensa@linux-xtensa.org
13052 S: Maintained
13053 F: drivers/spi/spi-xtensa-xtfpga.c
13054 F: sound/soc/xtensa/xtfpga-i2s.c
13055
13056 YAM DRIVER FOR AX.25
13057 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13058 L: linux-hams@vger.kernel.org
13059 S: Maintained
13060 F: drivers/net/hamradio/yam*
13061 F: include/linux/yam.h
13062
13063 YEALINK PHONE DRIVER
13064 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13065 L: usbb2k-api-dev@nongnu.org
13066 S: Maintained
13067 F: Documentation/input/yealink.txt
13068 F: drivers/input/misc/yealink.*
13069
13070 Z8530 DRIVER FOR AX.25
13071 M: Joerg Reuter <jreuter@yaina.de>
13072 W: http://yaina.de/jreuter/
13073 W: http://www.qsl.net/dl1bke/
13074 L: linux-hams@vger.kernel.org
13075 S: Maintained
13076 F: Documentation/networking/z8530drv.txt
13077 F: drivers/net/hamradio/*scc.c
13078 F: drivers/net/hamradio/z8530.h
13079
13080 ZBUD COMPRESSED PAGE ALLOCATOR
13081 M: Seth Jennings <sjenning@redhat.com>
13082 L: linux-mm@kvack.org
13083 S: Maintained
13084 F: mm/zbud.c
13085 F: include/linux/zbud.h
13086
13087 ZD1211RW WIRELESS DRIVER
13088 M: Daniel Drake <dsd@gentoo.org>
13089 M: Ulrich Kunitz <kune@deine-taler.de>
13090 W: http://zd1211.ath.cx/wiki/DriverRewrite
13091 L: linux-wireless@vger.kernel.org
13092 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13093 S: Maintained
13094 F: drivers/net/wireless/zydas/zd1211rw/
13095
13096 ZPOOL COMPRESSED PAGE STORAGE API
13097 M: Dan Streetman <ddstreet@ieee.org>
13098 L: linux-mm@kvack.org
13099 S: Maintained
13100 F: mm/zpool.c
13101 F: include/linux/zpool.h
13102
13103 ZR36067 VIDEO FOR LINUX DRIVER
13104 L: mjpeg-users@lists.sourceforge.net
13105 L: linux-media@vger.kernel.org
13106 W: http://mjpeg.sourceforge.net/driver-zoran/
13107 T: hg https://linuxtv.org/hg/v4l-dvb
13108 S: Odd Fixes
13109 F: drivers/media/pci/zoran/
13110
13111 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13112 M: Minchan Kim <minchan@kernel.org>
13113 M: Nitin Gupta <ngupta@vflare.org>
13114 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13115 L: linux-kernel@vger.kernel.org
13116 S: Maintained
13117 F: drivers/block/zram/
13118 F: Documentation/blockdev/zram.txt
13119
13120 ZS DECSTATION Z85C30 SERIAL DRIVER
13121 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13122 S: Maintained
13123 F: drivers/tty/serial/zs.*
13124
13125 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13126 M: Minchan Kim <minchan@kernel.org>
13127 M: Nitin Gupta <ngupta@vflare.org>
13128 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13129 L: linux-mm@kvack.org
13130 S: Maintained
13131 F: mm/zsmalloc.c
13132 F: include/linux/zsmalloc.h
13133 F: Documentation/vm/zsmalloc.txt
13134
13135 ZSWAP COMPRESSED SWAP CACHING
13136 M: Seth Jennings <sjenning@redhat.com>
13137 L: linux-mm@kvack.org
13138 S: Maintained
13139 F: mm/zswap.c
13140
13141 THE REST
13142 M: Linus Torvalds <torvalds@linux-foundation.org>
13143 L: linux-kernel@vger.kernel.org
13144 Q: http://patchwork.kernel.org/project/LKML/list/
13145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13146 S: Buried alive in reporters
13147 F: *
13148 F: */
This page took 0.290239 seconds and 6 git commands to generate.