Merge remote-tracking branch 'security/next'
[deliverable/linux.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
226 F: kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
231 S: Maintained
232 F: drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
237 S: Maintained
238 F: drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
243 S: Maintained
244 F: drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
249 S: Maintained
250 F: drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
255 S: Maintained
256 F: drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
261 S: Maintained
262 F: drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
268 S: Maintained
269 F: drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
274 S: Maintained
275 F: drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S: Supported
285 F: drivers/acpi/
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
288 F: include/acpi/
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: Documentation/ABI/testing/configfs-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
295 F: tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M: Robert Moore <robert.moore@intel.com>
299 M: Lv Zheng <lv.zheng@intel.com>
300 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L: linux-acpi@vger.kernel.org
302 L: devel@acpica.org
303 W: https://acpica.org/
304 W: https://github.com/acpica/acpica/
305 Q: https://patchwork.kernel.org/project/linux-acpi/list/
306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S: Supported
308 F: drivers/acpi/acpica/
309 F: include/acpi/
310 F: tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M: Zhang Rui <rui.zhang@intel.com>
314 L: linux-acpi@vger.kernel.org
315 W: https://01.org/linux-acpi
316 S: Supported
317 F: drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M: Zhang Rui <rui.zhang@intel.com>
321 L: linux-acpi@vger.kernel.org
322 W: https://01.org/linux-acpi
323 S: Supported
324 F: drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
330 S: Supported
331 F: drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L: platform-driver-x86@vger.kernel.org
335 S: Orphan
336 F: drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M: Thibaut Varene <T-Bone@parisc-linux.org>
340 W: http://wiki.parisc-linux.org/AD1889
341 L: linux-parisc@vger.kernel.org
342 S: Maintained
343 F: sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M: Michael Hennerich <michael.hennerich@analog.com>
347 W: http://wiki.analog.com/AD5254
348 W: http://ez.analog.com/community/linux-device-drivers
349 S: Supported
350 F: drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M: Michael Hennerich <michael.hennerich@analog.com>
354 W: http://wiki.analog.com/AD5398
355 W: http://ez.analog.com/community/linux-device-drivers
356 S: Supported
357 F: drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M: Michael Hennerich <michael.hennerich@analog.com>
361 W: http://wiki.analog.com/AD7142
362 W: http://ez.analog.com/community/linux-device-drivers
363 S: Supported
364 F: drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M: Michael Hennerich <michael.hennerich@analog.com>
368 W: http://wiki.analog.com/AD7877
369 W: http://ez.analog.com/community/linux-device-drivers
370 S: Supported
371 F: drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M: Michael Hennerich <michael.hennerich@analog.com>
375 W: http://wiki.analog.com/AD7879
376 W: http://ez.analog.com/community/linux-device-drivers
377 S: Supported
378 F: drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M: Jiri Kosina <jikos@kernel.org>
382 S: Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: https://wiki.analog.com/ADF7242
387 W: http://ez.analog.com/community/linux-device-drivers
388 L: linux-wpan@vger.kernel.org
389 S: Supported
390 F: drivers/net/ieee802154/adf7242.c
391 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M: Jean Delvare <jdelvare@suse.com>
395 L: linux-hwmon@vger.kernel.org
396 S: Maintained
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: linux-hwmon@vger.kernel.org
403 S: Maintained
404 F: drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L: linux-wireless@vger.kernel.org
408 W: http://wireless.kernel.org/
409 S: Orphan
410 F: drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M: Sakari Ailus <sakari.ailus@iki.fi>
414 L: linux-media@vger.kernel.org
415 S: Maintained
416 F: drivers/media/i2c/adp1653.c
417 F: include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP5520
422 W: http://ez.analog.com/community/linux-device-drivers
423 S: Supported
424 F: drivers/mfd/adp5520.c
425 F: drivers/video/backlight/adp5520_bl.c
426 F: drivers/leds/leds-adp5520.c
427 F: drivers/gpio/gpio-adp5520.c
428 F: drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M: Michael Hennerich <michael.hennerich@analog.com>
432 W: http://wiki.analog.com/ADP5588
433 W: http://ez.analog.com/community/linux-device-drivers
434 S: Supported
435 F: drivers/input/keyboard/adp5588-keys.c
436 F: drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP8860
441 W: http://ez.analog.com/community/linux-device-drivers
442 S: Supported
443 F: drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M: Dirk Eibach <eibach@gdsys.de>
447 L: linux-hwmon@vger.kernel.org
448 S: Maintained
449 F: Documentation/hwmon/ads1015
450 F: drivers/hwmon/ads1015.c
451 F: include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M: Colin Leroy <colin@colino.net>
455 S: Maintained
456 F: drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: linux-hwmon@vger.kernel.org
461 S: Maintained
462 F: Documentation/hwmon/adt7475
463 F: drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M: Michael Hennerich <michael.hennerich@analog.com>
467 W: http://wiki.analog.com/ADXL345
468 W: http://ez.analog.com/community/linux-device-drivers
469 S: Supported
470 F: drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M: Matthew Wilcox <matthew@wil.cx>
474 M: Hannes Reinecke <hare@suse.com>
475 L: linux-scsi@vger.kernel.org
476 S: Maintained
477 F: Documentation/scsi/advansys.txt
478 F: drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M: Riccardo Facchetti <fizban@tin.it>
482 S: Maintained
483 F: sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M: Antti Palosaari <crope@iki.fi>
487 L: linux-media@vger.kernel.org
488 W: https://linuxtv.org
489 W: http://palosaari.fi/linux/
490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
491 T: git git://linuxtv.org/anttip/media_tree.git
492 S: Maintained
493 F: drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M: Antti Palosaari <crope@iki.fi>
497 L: linux-media@vger.kernel.org
498 W: https://linuxtv.org
499 W: http://palosaari.fi/linux/
500 Q: http://patchwork.linuxtv.org/project/linux-media/list/
501 T: git git://linuxtv.org/anttip/media_tree.git
502 S: Maintained
503 F: drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L: linux-fsdevel@vger.kernel.org
507 S: Orphan
508 F: Documentation/filesystems/affs.txt
509 F: fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M: David Howells <dhowells@redhat.com>
513 L: linux-afs@lists.infradead.org
514 S: Supported
515 F: fs/afs/
516 F: include/net/af_rxrpc.h
517 F: net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M: David Airlie <airlied@linux.ie>
521 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S: Maintained
523 F: drivers/char/agp/
524 F: include/linux/agp*
525 F: include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M: "Juergen E. Fischer" <fischer@norbit.de>
529 L: linux-scsi@vger.kernel.org
530 S: Maintained
531 F: drivers/scsi/aha152x*
532 F: drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M: Hannes Reinecke <hare@suse.com>
536 L: linux-scsi@vger.kernel.org
537 S: Maintained
538 F: drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M: Hans Verkuil <hverkuil@xs4all.nl>
542 L: linux-media@vger.kernel.org
543 T: git git://linuxtv.org/media_tree.git
544 W: https://linuxtv.org
545 S: Maintained
546 F: drivers/media/radio/radio-aimslab*
547
548 AIO
549 M: Benjamin LaHaise <bcrl@kvack.org>
550 L: linux-aio@kvack.org
551 S: Supported
552 F: fs/aio.c
553 F: include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M: Antti Palosaari <crope@iki.fi>
557 L: linux-media@vger.kernel.org
558 W: https://linuxtv.org
559 W: http://palosaari.fi/linux/
560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
561 T: git git://linuxtv.org/anttip/media_tree.git
562 S: Maintained
563 F: drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M: Duncan Sands <duncan.sands@free.fr>
567 L: linux-usb@vger.kernel.org
568 W: http://www.linux-usb.org/SpeedTouch/
569 S: Maintained
570 F: drivers/usb/atm/speedtch.c
571 F: drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M: Manuel Lauss <manuel.lauss@gmail.com>
575 S: Maintained
576 F: drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M: Rudolf Marek <r.marek@assembler.cz>
580 L: linux-i2c@vger.kernel.org
581 S: Maintained
582 F: Documentation/i2c/busses/i2c-ali1563
583 F: drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M: Corentin Labbe <clabbe.montjoie@gmail.com>
587 L: linux-crypto@vger.kernel.org
588 S: Maintained
589 F: drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M: Richard Henderson <rth@twiddle.net>
593 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M: Matt Turner <mattst88@gmail.com>
595 S: Odd Fixes
596 L: linux-alpha@vger.kernel.org
597 F: arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R: Pali Rohár <pali.rohar@gmail.com>
601 F: drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M: Ley Foon Tan <lftan@altera.com>
605 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S: Maintained
607 F: drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M: Tien Hock Loh <thloh@altera.com>
611 L: linux-gpio@vger.kernel.org
612 S: Maintained
613 F: drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M: Thor Thayer <tthayer@opensource.altera.com>
617 S: Maintained
618 F: drivers/gpio/gpio-altera-a10sr.c
619 F: drivers/mfd/altera-a10sr.c
620 F: include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M: Vince Bridgers <vbridger@opensource.altera.com>
624 L: netdev@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S: Maintained
627 F: drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M: Tobias Klauser <tklauser@distanz.ch>
631 L: linux-serial@vger.kernel.org
632 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S: Maintained
634 F: drivers/tty/serial/altera_uart.c
635 F: drivers/tty/serial/altera_jtaguart.c
636 F: include/linux/altera_uart.h
637 F: include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M: Netanel Belgazal <netanel@annapurnalabs.com>
641 R: Saeed Bishara <saeed@annapurnalabs.com>
642 R: Zorik Machulsky <zorik@annapurnalabs.com>
643 L: netdev@vger.kernel.org
644 S: Supported
645 F: Documentation/networking/ena.txt
646 F: drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M: Tom Lendacky <thomas.lendacky@amd.com>
650 M: Gary Hook <gary.hook@amd.com>
651 L: linux-crypto@vger.kernel.org
652 S: Supported
653 F: drivers/crypto/ccp/
654 F: include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M: Huang Rui <ray.huang@amd.com>
658 L: linux-hwmon@vger.kernel.org
659 S: Supported
660 F: Documentation/hwmon/fam15h_power
661 F: drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S: Orphan
666 F: drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P: Andres Salomon <dilinger@queued.net>
670 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S: Supported
673 F: drivers/char/hw_random/geode-rng.c
674 F: drivers/crypto/geode*
675 F: drivers/video/fbdev/geode/
676 F: arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M: Joerg Roedel <joro@8bytes.org>
680 L: iommu@lists.linux-foundation.org
681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S: Maintained
683 F: drivers/iommu/amd_iommu*.[ch]
684 F: include/linux/amd-iommu.h
685
686 AMD KFD
687 M: Oded Gabbay <oded.gabbay@gmail.com>
688 L: dri-devel@lists.freedesktop.org
689 T: git git://people.freedesktop.org/~gabbayo/linux.git
690 S: Supported
691 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F: drivers/gpu/drm/amd/amdkfd/
696 F: drivers/gpu/drm/amd/include/cik_structs.h
697 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F: drivers/gpu/drm/amd/include/vi_structs.h
699 F: drivers/gpu/drm/radeon/radeon_kfd.c
700 F: drivers/gpu/drm/radeon/radeon_kfd.h
701 F: include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M: Brijesh Singh <brijeshkumar.singh@amd.com>
705 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M: Tom Lendacky <thomas.lendacky@amd.com>
707 S: Supported
708 F: arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M: Tom Lendacky <thomas.lendacky@amd.com>
712 L: netdev@vger.kernel.org
713 S: Supported
714 F: drivers/net/ethernet/amd/xgbe/
715 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M: Michael Hanselmann <linux-kernel@hansmi.ch>
719 S: Supported
720 F: drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M: Hans Verkuil <hans.verkuil@cisco.com>
724 L: linux-media@vger.kernel.org
725 S: Maintained
726 F: drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M: Lars-Peter Clausen <lars@metafoo.de>
730 L: linux-media@vger.kernel.org
731 W: http://ez.analog.com/community/linux-device-drivers
732 S: Supported
733 F: drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M: Hans Verkuil <hans.verkuil@cisco.com>
737 L: linux-media@vger.kernel.org
738 S: Maintained
739 F: drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M: Hans Verkuil <hans.verkuil@cisco.com>
743 L: linux-media@vger.kernel.org
744 S: Maintained
745 F: drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M: Hans Verkuil <hans.verkuil@cisco.com>
749 L: linux-media@vger.kernel.org
750 S: Maintained
751 F: drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M: Lars-Peter Clausen <lars@metafoo.de>
755 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W: http://wiki.analog.com/
757 W: http://ez.analog.com/community/linux-device-drivers
758 S: Supported
759 F: sound/soc/codecs/adau*
760 F: sound/soc/codecs/adav*
761 F: sound/soc/codecs/ad1*
762 F: sound/soc/codecs/ad7*
763 F: sound/soc/codecs/ssm*
764 F: sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W: http://blackfin.uclinux.org/
770 S: Supported
771 F: sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M: Lars-Peter Clausen <lars@metafoo.de>
775 M: Michael Hennerich <Michael.Hennerich@analog.com>
776 W: http://wiki.analog.com/
777 W: http://ez.analog.com/community/linux-device-drivers
778 S: Supported
779 F: drivers/iio/*/ad*
780 X: drivers/iio/*/adjd*
781 F: drivers/staging/iio/*/ad*
782 F: staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M: Lars-Peter Clausen <lars@metafoo.de>
786 W: http://ez.analog.com/community/linux-device-drivers
787 S: Supported
788 F: drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M: Rob Herring <robh@kernel.org>
792 S: Supported
793 F: kernel/configs/android*
794
795 ANDROID DRIVERS
796 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M: Arve Hjønnevåg <arve@android.com>
798 M: Riley Andrews <riandrews@android.com>
799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L: devel@driverdev.osuosl.org
801 S: Supported
802 F: drivers/android/
803 F: drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M: Laura Abbott <labbott@redhat.com>
807 M: Sumit Semwal <sumit.semwal@linaro.org>
808 L: devel@driverdev.osuosl.org
809 S: Supported
810 F: Documentation/devicetree/bindings/staging/ion/
811 F: drivers/staging/android/ion
812 F: drivers/staging/android/uapi/ion.h
813 F: drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M: Johannes Berg <johannes@sipsolutions.net>
817 L: linuxppc-dev@lists.ozlabs.org
818 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S: Maintained
820 F: sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
823 M: William Breathitt Gray <vilhelm.gray@gmail.com>
824 L: linux-iio@vger.kernel.org
825 S: Maintained
826 F: drivers/iio/dac/stx104.c
827
828 APM DRIVER
829 M: Jiri Kosina <jikos@kernel.org>
830 S: Odd fixes
831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F: arch/x86/kernel/apm_32.c
833 F: include/linux/apm_bios.h
834 F: include/uapi/linux/apm_bios.h
835 F: drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M: Henrik Rydberg <rydberg@bitmath.org>
839 L: linux-input@vger.kernel.org
840 S: Odd fixes
841 F: drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M: Henrik Rydberg <rydberg@bitmath.org>
845 L: linux-hwmon@vger.kernel.org
846 S: Odd fixes
847 F: drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S: Maintained
852 F: drivers/net/appletalk/
853 F: net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M: Duc Dang <dhdang@apm.com>
857 S: Supported
858 F: arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M: Iyappan Subramanian <isubramanian@apm.com>
862 M: Keyur Chudgar <kchudgar@apm.com>
863 S: Supported
864 F: drivers/net/ethernet/apm/xgene/
865 F: drivers/net/phy/mdio-xgene.c
866 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APTINA CAMERA SENSOR PLL
870 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
871 L: linux-media@vger.kernel.org
872 S: Maintained
873 F: drivers/media/i2c/aptina-pll.*
874
875 ARC FRAMEBUFFER DRIVER
876 M: Jaya Kumar <jayalk@intworks.biz>
877 S: Maintained
878 F: drivers/video/fbdev/arcfb.c
879 F: drivers/video/fbdev/core/fb_defio.c
880
881 ARCNET NETWORK LAYER
882 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
883 L: netdev@vger.kernel.org
884 S: Maintained
885 F: drivers/net/arcnet/
886 F: include/uapi/linux/if_arcnet.h
887
888 ARC PGU DRM DRIVER
889 M: Alexey Brodkin <abrodkin@synopsys.com>
890 S: Supported
891 F: drivers/gpu/drm/arc/
892 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
893
894 ARM ARCHITECTED TIMER DRIVER
895 M: Mark Rutland <mark.rutland@arm.com>
896 M: Marc Zyngier <marc.zyngier@arm.com>
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899 F: arch/arm/include/asm/arch_timer.h
900 F: arch/arm64/include/asm/arch_timer.h
901 F: drivers/clocksource/arm_arch_timer.c
902
903 ARM HDLCD DRM DRIVER
904 M: Liviu Dudau <liviu.dudau@arm.com>
905 S: Supported
906 F: drivers/gpu/drm/arm/hdlcd_*
907 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
908
909 ARM MALI-DP DRM DRIVER
910 M: Liviu Dudau <liviu.dudau@arm.com>
911 M: Brian Starkey <brian.starkey@arm.com>
912 M: Mali DP Maintainers <malidp@foss.arm.com>
913 S: Supported
914 F: drivers/gpu/drm/arm/
915 F: Documentation/devicetree/bindings/display/arm,malidp.txt
916
917 ARM MFM AND FLOPPY DRIVERS
918 M: Ian Molton <spyro@f2s.com>
919 S: Maintained
920 F: arch/arm/lib/floppydma.S
921 F: arch/arm/include/asm/floppy.h
922
923 ARM PMU PROFILING AND DEBUGGING
924 M: Will Deacon <will.deacon@arm.com>
925 R: Mark Rutland <mark.rutland@arm.com>
926 S: Maintained
927 F: arch/arm*/kernel/perf_*
928 F: arch/arm/oprofile/common.c
929 F: arch/arm*/kernel/hw_breakpoint.c
930 F: arch/arm*/include/asm/hw_breakpoint.h
931 F: arch/arm*/include/asm/perf_event.h
932 F: drivers/perf/arm_pmu.c
933 F: include/linux/perf/arm_pmu.h
934
935 ARM PORT
936 M: Russell King <linux@armlinux.org.uk>
937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 W: http://www.armlinux.org.uk/
939 S: Maintained
940 F: arch/arm/
941
942 ARM SUB-ARCHITECTURES
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S: Maintained
945 F: arch/arm/mach-*/
946 F: arch/arm/plat-*/
947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
948
949 ARM PRIMECELL AACI PL041 DRIVER
950 M: Russell King <linux@armlinux.org.uk>
951 S: Maintained
952 F: sound/arm/aaci.*
953
954 ARM PRIMECELL CLCD PL110 DRIVER
955 M: Russell King <linux@armlinux.org.uk>
956 S: Maintained
957 F: drivers/video/fbdev/amba-clcd.*
958
959 ARM PRIMECELL KMI PL050 DRIVER
960 M: Russell King <linux@armlinux.org.uk>
961 S: Maintained
962 F: drivers/input/serio/ambakmi.*
963 F: include/linux/amba/kmi.h
964
965 ARM PRIMECELL MMCI PL180/1 DRIVER
966 M: Russell King <linux@armlinux.org.uk>
967 S: Maintained
968 F: drivers/mmc/host/mmci.*
969 F: include/linux/amba/mmci.h
970
971 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
972 M: Russell King <linux@armlinux.org.uk>
973 S: Maintained
974 F: drivers/tty/serial/amba-pl01*.c
975 F: include/linux/amba/serial.h
976
977 ARM PRIMECELL BUS SUPPORT
978 M: Russell King <linux@armlinux.org.uk>
979 S: Maintained
980 F: drivers/amba/
981 F: include/linux/amba/bus.h
982
983 ARM/ADS SPHERE MACHINE SUPPORT
984 M: Lennert Buytenhek <kernel@wantstofly.org>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Maintained
987
988 ARM/AFEB9260 MACHINE SUPPORT
989 M: Sergey Lapin <slapin@ossfans.org>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992
993 ARM/AJECO 1ARM MACHINE SUPPORT
994 M: Lennert Buytenhek <kernel@wantstofly.org>
995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S: Maintained
997
998 ARM/Allwinner sunXi SoC support
999 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1000 M: Chen-Yu Tsai <wens@csie.org>
1001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S: Maintained
1003 N: sun[x456789]i
1004 F: arch/arm/boot/dts/ntc-gr8*
1005
1006 ARM/Allwinner SoC Clock Support
1007 M: Emilio López <emilio@elopez.com.ar>
1008 S: Maintained
1009 F: drivers/clk/sunxi/
1010
1011 ARM/Amlogic Meson SoC support
1012 M: Carlo Caione <carlo@caione.org>
1013 M: Kevin Hilman <khilman@baylibre.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 L: linux-amlogic@lists.infradead.org
1016 W: http://linux-meson.com/
1017 S: Maintained
1018 F: arch/arm/mach-meson/
1019 F: arch/arm/boot/dts/meson*
1020 F: arch/arm64/boot/dts/amlogic/
1021 F: drivers/pinctrl/meson/
1022 F: drivers/mmc/host/meson*
1023 N: meson
1024
1025 ARM/Annapurna Labs ALPINE ARCHITECTURE
1026 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1027 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S: Maintained
1030 F: arch/arm/mach-alpine/
1031 F: arch/arm/boot/dts/alpine*
1032 F: arch/arm64/boot/dts/al/
1033 F: drivers/*/*alpine*
1034
1035 ARM/ARTPEC MACHINE SUPPORT
1036 M: Jesper Nilsson <jesper.nilsson@axis.com>
1037 M: Lars Persson <lars.persson@axis.com>
1038 M: Niklas Cassel <niklas.cassel@axis.com>
1039 S: Maintained
1040 L: linux-arm-kernel@axis.com
1041 F: arch/arm/mach-artpec
1042 F: arch/arm/boot/dts/artpec6*
1043 F: drivers/clk/axis
1044
1045 ARM/ASPEED MACHINE SUPPORT
1046 M: Joel Stanley <joel@jms.id.au>
1047 S: Maintained
1048 F: arch/arm/mach-aspeed/
1049 F: arch/arm/boot/dts/aspeed-*
1050 F: drivers/*/*aspeed*
1051
1052 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1053 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1054 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1055 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 W: http://www.linux4sam.org
1058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1059 S: Supported
1060 F: arch/arm/mach-at91/
1061 F: include/soc/at91/
1062 F: arch/arm/boot/dts/at91*.dts
1063 F: arch/arm/boot/dts/at91*.dtsi
1064 F: arch/arm/boot/dts/sama*.dts
1065 F: arch/arm/boot/dts/sama*.dtsi
1066 F: arch/arm/include/debug/at91.S
1067
1068 ARM/ATMEL AT91 Clock Support
1069 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1070 S: Maintained
1071 F: drivers/clk/at91
1072
1073 ARM/CALXEDA HIGHBANK ARCHITECTURE
1074 M: Rob Herring <robh@kernel.org>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 F: arch/arm/mach-highbank/
1078 F: arch/arm/boot/dts/highbank.dts
1079 F: arch/arm/boot/dts/ecx-*.dts*
1080
1081 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1082 M: Krzysztof Halasa <khalasa@piap.pl>
1083 S: Maintained
1084 F: arch/arm/mach-cns3xxx/
1085
1086 ARM/CAVIUM THUNDER NETWORK DRIVER
1087 M: Sunil Goutham <sgoutham@cavium.com>
1088 M: Robert Richter <rric@kernel.org>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S: Supported
1091 F: drivers/net/ethernet/cavium/thunder/
1092
1093 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1094 M: Alexander Shiyan <shc_work@mail.ru>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S: Odd Fixes
1097 N: clps711x
1098
1099 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1100 M: Hartley Sweeten <hsweeten@visionengravers.com>
1101 M: Ryan Mallon <rmallon@gmail.com>
1102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S: Maintained
1104 F: arch/arm/mach-ep93xx/
1105 F: arch/arm/mach-ep93xx/include/mach/
1106
1107 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1108 M: Lennert Buytenhek <kernel@wantstofly.org>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S: Maintained
1111
1112 ARM/CLKDEV SUPPORT
1113 M: Russell King <linux@armlinux.org.uk>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 F: arch/arm/include/asm/clkdev.h
1117 F: drivers/clk/clkdev.c
1118
1119 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1120 M: Mike Rapoport <mike@compulab.co.il>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Maintained
1123
1124 ARM/CONTEC MICRO9 MACHINE SUPPORT
1125 M: Hubert Feurstein <hubert.feurstein@contec.at>
1126 S: Maintained
1127 F: arch/arm/mach-ep93xx/micro9.c
1128
1129 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1130 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S: Maintained
1133 F: drivers/hwtracing/coresight/*
1134 F: Documentation/trace/coresight.txt
1135 F: Documentation/devicetree/bindings/arm/coresight.txt
1136 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1137
1138 ARM/CORGI MACHINE SUPPORT
1139 M: Richard Purdie <rpurdie@rpsys.net>
1140 S: Maintained
1141
1142 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1143 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1144 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 T: git git://github.com/ulli-kroll/linux.git
1146 S: Maintained
1147 F: arch/arm/mach-gemini/
1148 F: drivers/rtc/rtc-gemini.c
1149
1150 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1151 M: Barry Song <baohua@kernel.org>
1152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1154 S: Maintained
1155 F: arch/arm/boot/dts/prima2*
1156 F: arch/arm/mach-prima2/
1157 F: drivers/clk/sirf/
1158 F: drivers/clocksource/timer-prima2.c
1159 F: drivers/clocksource/timer-atlas7.c
1160 N: [^a-z]sirf
1161
1162 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1163 M: Baruch Siach <baruch@tkos.co.il>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S: Maintained
1166 F: arch/arm/boot/dts/cx92755*
1167 N: digicolor
1168
1169 ARM/EBSA110 MACHINE SUPPORT
1170 M: Russell King <linux@armlinux.org.uk>
1171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 W: http://www.armlinux.org.uk/
1173 S: Maintained
1174 F: arch/arm/mach-ebsa110/
1175 F: drivers/net/ethernet/amd/am79c961a.*
1176
1177 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1178 M: Uwe Kleine-König <kernel@pengutronix.de>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181 N: efm32
1182
1183 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1184 M: Daniel Ribeiro <drwyrm@gmail.com>
1185 M: Stefan Schmidt <stefan@openezx.org>
1186 M: Harald Welte <laforge@openezx.org>
1187 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1188 W: http://www.openezx.org/
1189 S: Maintained
1190 T: topgit git://git.openezx.org/openezx.git
1191 F: arch/arm/mach-pxa/ezx.c
1192
1193 ARM/FARADAY FA526 PORT
1194 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S: Maintained
1197 T: git git://git.berlios.de/gemini-board
1198 F: arch/arm/mm/*-fa*
1199
1200 ARM/FOOTBRIDGE ARCHITECTURE
1201 M: Russell King <linux@armlinux.org.uk>
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 W: http://www.armlinux.org.uk/
1204 S: Maintained
1205 F: arch/arm/include/asm/hardware/dec21285.h
1206 F: arch/arm/mach-footbridge/
1207
1208 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1209 M: Shawn Guo <shawnguo@kernel.org>
1210 M: Sascha Hauer <kernel@pengutronix.de>
1211 R: Fabio Estevam <fabio.estevam@nxp.com>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S: Maintained
1214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1215 F: arch/arm/mach-imx/
1216 F: arch/arm/mach-mxs/
1217 F: arch/arm/boot/dts/imx*
1218 F: arch/arm/configs/imx*_defconfig
1219 F: drivers/clk/imx/
1220 F: include/soc/imx/
1221
1222 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1223 M: Shawn Guo <shawnguo@kernel.org>
1224 M: Sascha Hauer <kernel@pengutronix.de>
1225 R: Stefan Agner <stefan@agner.ch>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S: Maintained
1228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1229 F: arch/arm/mach-imx/*vf610*
1230 F: arch/arm/boot/dts/vf*
1231
1232 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1233 M: Lennert Buytenhek <kernel@wantstofly.org>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S: Maintained
1236
1237 ARM/GUMSTIX MACHINE SUPPORT
1238 M: Steve Sakoman <sakoman@gmail.com>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S: Maintained
1241
1242 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1243 M: Philipp Zabel <philipp.zabel@gmail.com>
1244 M: Paul Parsons <lost.distance@yahoo.com>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S: Maintained
1247 F: arch/arm/mach-pxa/hx4700.c
1248 F: arch/arm/mach-pxa/include/mach/hx4700.h
1249 F: sound/soc/pxa/hx4700.c
1250
1251 ARM/HISILICON SOC SUPPORT
1252 M: Wei Xu <xuwei5@hisilicon.com>
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 W: http://www.hisilicon.com
1255 S: Supported
1256 T: git git://github.com/hisilicon/linux-hisi.git
1257 F: arch/arm/mach-hisi/
1258 F: arch/arm/boot/dts/hi3*
1259 F: arch/arm/boot/dts/hip*
1260 F: arch/arm/boot/dts/hisi*
1261 F: arch/arm64/boot/dts/hisilicon/
1262
1263 ARM/HP JORNADA 7XX MACHINE SUPPORT
1264 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1265 W: www.jlime.com
1266 S: Maintained
1267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1268 F: arch/arm/mach-sa1100/jornada720.c
1269 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1270
1271 ARM/IGEP MACHINE SUPPORT
1272 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1273 M: Javier Martinez Canillas <javier@dowhile0.org>
1274 L: linux-omap@vger.kernel.org
1275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S: Maintained
1277 F: arch/arm/boot/dts/omap3-igep*
1278
1279 ARM/INCOME PXA270 SUPPORT
1280 M: Marek Vasut <marek.vasut@gmail.com>
1281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S: Maintained
1283 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1284
1285 ARM/INTEL IOP32X ARM ARCHITECTURE
1286 M: Lennert Buytenhek <kernel@wantstofly.org>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S: Maintained
1289
1290 ARM/INTEL IOP33X ARM ARCHITECTURE
1291 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S: Orphan
1293
1294 ARM/INTEL IOP13XX ARM ARCHITECTURE
1295 M: Lennert Buytenhek <kernel@wantstofly.org>
1296 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S: Maintained
1298
1299 ARM/INTEL IQ81342EX MACHINE SUPPORT
1300 M: Lennert Buytenhek <kernel@wantstofly.org>
1301 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S: Maintained
1303
1304 ARM/INTEL IXDP2850 MACHINE SUPPORT
1305 M: Lennert Buytenhek <kernel@wantstofly.org>
1306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S: Maintained
1308
1309 ARM/INTEL IXP4XX ARM ARCHITECTURE
1310 M: Imre Kaloz <kaloz@openwrt.org>
1311 M: Krzysztof Halasa <khalasa@piap.pl>
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S: Maintained
1314 F: arch/arm/mach-ixp4xx/
1315
1316 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1317 M: Jonathan Cameron <jic23@cam.ac.uk>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm/mach-pxa/stargate2.c
1321 F: drivers/pcmcia/pxa2xx_stargate2.c
1322
1323 ARM/INTEL XSC3 (MANZANO) ARM CORE
1324 M: Lennert Buytenhek <kernel@wantstofly.org>
1325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S: Maintained
1327
1328 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1329 M: Lennert Buytenhek <kernel@wantstofly.org>
1330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 S: Maintained
1332
1333 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1334 M: Santosh Shilimkar <ssantosh@kernel.org>
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S: Maintained
1337 F: arch/arm/mach-keystone/
1338 F: arch/arm/boot/dts/keystone-*
1339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1340
1341 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1342 M: Santosh Shilimkar <ssantosh@kernel.org>
1343 L: linux-kernel@vger.kernel.org
1344 S: Maintained
1345 F: drivers/clk/keystone/
1346
1347 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1348 M: Santosh Shilimkar <ssantosh@kernel.org>
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 L: linux-kernel@vger.kernel.org
1351 S: Maintained
1352 F: drivers/clocksource/timer-keystone.c
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1355 M: Santosh Shilimkar <ssantosh@kernel.org>
1356 L: linux-kernel@vger.kernel.org
1357 S: Maintained
1358 F: drivers/power/reset/keystone-reset.c
1359
1360 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1361 M: Santosh Shilimkar <ssantosh@kernel.org>
1362 L: linux-kernel@vger.kernel.org
1363 S: Maintained
1364 F: drivers/memory/*emif*
1365
1366 ARM/LG1K ARCHITECTURE
1367 M: Chanho Min <chanho.min@lge.com>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S: Maintained
1370 F: arch/arm64/boot/dts/lg/
1371
1372 ARM/LOGICPD PXA270 MACHINE SUPPORT
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S: Maintained
1376
1377 ARM/LPC18XX ARCHITECTURE
1378 M: Joachim Eastwood <manabian@gmail.com>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S: Maintained
1381 F: arch/arm/boot/dts/lpc43*
1382 F: drivers/clk/nxp/clk-lpc18xx*
1383 F: drivers/clocksource/time-lpc32xx.c
1384 F: drivers/i2c/busses/i2c-lpc2k.c
1385 F: drivers/memory/pl172.c
1386 F: drivers/mtd/spi-nor/nxp-spifi.c
1387 F: drivers/rtc/rtc-lpc24xx.c
1388 N: lpc18xx
1389
1390 ARM/LPC32XX SOC SUPPORT
1391 M: Vladimir Zapolskiy <vz@mleia.com>
1392 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1393 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1395 S: Maintained
1396 F: arch/arm/boot/dts/lpc32*
1397 F: arch/arm/mach-lpc32xx/
1398 F: drivers/i2c/busses/i2c-pnx.c
1399 F: drivers/net/ethernet/nxp/lpc_eth.c
1400 F: drivers/usb/host/ohci-nxp.c
1401 F: drivers/watchdog/pnx4008_wdt.c
1402 N: lpc32xx
1403
1404 ARM/MAGICIAN MACHINE SUPPORT
1405 M: Philipp Zabel <philipp.zabel@gmail.com>
1406 S: Maintained
1407
1408 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1409 M: Jason Cooper <jason@lakedaemon.net>
1410 M: Andrew Lunn <andrew@lunn.ch>
1411 M: Gregory Clement <gregory.clement@free-electrons.com>
1412 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S: Maintained
1415 F: arch/arm/mach-mvebu/
1416 F: drivers/rtc/rtc-armada38x.c
1417 F: arch/arm/boot/dts/armada*
1418 F: arch/arm/boot/dts/kirkwood*
1419 F: arch/arm64/boot/dts/marvell/armada*
1420 F: drivers/cpufreq/mvebu-cpufreq.c
1421 F: arch/arm/configs/mvebu_*_defconfig
1422
1423 ARM/Marvell Berlin SoC support
1424 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S: Maintained
1427 F: arch/arm/mach-berlin/
1428 F: arch/arm/boot/dts/berlin*
1429 F: arch/arm64/boot/dts/marvell/berlin*
1430
1431
1432 ARM/Marvell Dove/MV78xx0/Orion SOC support
1433 M: Jason Cooper <jason@lakedaemon.net>
1434 M: Andrew Lunn <andrew@lunn.ch>
1435 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1436 M: Gregory Clement <gregory.clement@free-electrons.com>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S: Maintained
1439 F: arch/arm/mach-dove/
1440 F: arch/arm/mach-mv78xx0/
1441 F: arch/arm/mach-orion5x/
1442 F: arch/arm/plat-orion/
1443 F: arch/arm/boot/dts/dove*
1444 F: arch/arm/boot/dts/orion5x*
1445
1446
1447 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1448 M: Alexander Clouter <alex@digriz.org.uk>
1449 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1450 W: http://www.digriz.org.uk/ts78xx/kernel
1451 S: Maintained
1452 F: arch/arm/mach-orion5x/ts78xx-*
1453
1454 ARM/OXNAS platform support
1455 M: Neil Armstrong <narmstrong@baylibre.com>
1456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457 S: Maintained
1458 F: arch/arm/mach-oxnas/
1459 F: arch/arm/boot/dts/oxnas*
1460 F: arch/arm/boot/dts/wd-mbwe.dts
1461 N: oxnas
1462
1463 ARM/Mediatek RTC DRIVER
1464 M: Eddie Huang <eddie.huang@mediatek.com>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1467 S: Maintained
1468 F: drivers/rtc/rtc-mt6397.c
1469
1470 ARM/Mediatek SoC support
1471 M: Matthias Brugger <matthias.bgg@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1474 S: Maintained
1475 F: arch/arm/boot/dts/mt6*
1476 F: arch/arm/boot/dts/mt8*
1477 F: arch/arm/mach-mediatek/
1478 N: mtk
1479 K: mediatek
1480
1481 ARM/Mediatek USB3 PHY DRIVER
1482 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1485 S: Maintained
1486 F: drivers/phy/phy-mt65xx-usb3.c
1487
1488 ARM/MICREL KS8695 ARCHITECTURE
1489 M: Greg Ungerer <gerg@uclinux.org>
1490 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491 F: arch/arm/mach-ks8695/
1492 S: Odd Fixes
1493
1494 ARM/MIOA701 MACHINE SUPPORT
1495 M: Robert Jarzmik <robert.jarzmik@free.fr>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 F: arch/arm/mach-pxa/mioa701.c
1498 S: Maintained
1499
1500 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1501 M: Michael Petchkovsky <mkpetch@internode.on.net>
1502 S: Maintained
1503
1504 ARM/NOMADIK ARCHITECTURE
1505 M: Alessandro Rubini <rubini@unipv.it>
1506 M: Linus Walleij <linus.walleij@linaro.org>
1507 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 S: Maintained
1509 F: arch/arm/mach-nomadik/
1510 F: drivers/pinctrl/nomadik/
1511 F: drivers/i2c/busses/i2c-nomadik.c
1512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1513
1514 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1515 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1516 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1517 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1518 S: Supported
1519
1520 ARM/TOSA MACHINE SUPPORT
1521 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1522 M: Dirk Opfer <dirk@opfer-online.de>
1523 S: Maintained
1524
1525 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1526 M: Marek Vasut <marek.vasut@gmail.com>
1527 L: linux-arm-kernel@lists.infradead.org
1528 W: http://hackndev.com
1529 S: Maintained
1530 F: arch/arm/mach-pxa/include/mach/palmtx.h
1531 F: arch/arm/mach-pxa/palmtx.c
1532 F: arch/arm/mach-pxa/include/mach/palmt5.h
1533 F: arch/arm/mach-pxa/palmt5.c
1534 F: arch/arm/mach-pxa/include/mach/palmld.h
1535 F: arch/arm/mach-pxa/palmld.c
1536 F: arch/arm/mach-pxa/include/mach/palmte2.h
1537 F: arch/arm/mach-pxa/palmte2.c
1538 F: arch/arm/mach-pxa/include/mach/palmtc.h
1539 F: arch/arm/mach-pxa/palmtc.c
1540
1541 ARM/PALM TREO SUPPORT
1542 M: Tomas Cech <sleep_walker@suse.com>
1543 L: linux-arm-kernel@lists.infradead.org
1544 W: http://hackndev.com
1545 S: Maintained
1546 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1547 F: arch/arm/mach-pxa/palmtreo.c
1548
1549 ARM/PALMZ72 SUPPORT
1550 M: Sergey Lapin <slapin@ossfans.org>
1551 L: linux-arm-kernel@lists.infradead.org
1552 W: http://hackndev.com
1553 S: Maintained
1554 F: arch/arm/mach-pxa/include/mach/palmz72.h
1555 F: arch/arm/mach-pxa/palmz72.c
1556
1557 ARM/PLEB SUPPORT
1558 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1559 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1560 S: Maintained
1561
1562 ARM/PT DIGITAL BOARD PORT
1563 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 W: http://www.armlinux.org.uk/
1566 S: Maintained
1567
1568 ARM/QUALCOMM SUPPORT
1569 M: Andy Gross <andy.gross@linaro.org>
1570 M: David Brown <david.brown@linaro.org>
1571 L: linux-arm-msm@vger.kernel.org
1572 L: linux-soc@vger.kernel.org
1573 S: Maintained
1574 F: Documentation/devicetree/bindings/soc/qcom/
1575 F: arch/arm/boot/dts/qcom-*.dts
1576 F: arch/arm/boot/dts/qcom-*.dtsi
1577 F: arch/arm/mach-qcom/
1578 F: arch/arm64/boot/dts/qcom/*
1579 F: drivers/i2c/busses/i2c-qup.c
1580 F: drivers/clk/qcom/
1581 F: drivers/soc/qcom/
1582 F: drivers/spi/spi-qup.c
1583 F: drivers/tty/serial/msm_serial.h
1584 F: drivers/tty/serial/msm_serial.c
1585 F: drivers/*/pm8???-*
1586 F: drivers/mfd/ssbi.c
1587 F: drivers/firmware/qcom_scm.c
1588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1589
1590 ARM/RADISYS ENP2611 MACHINE SUPPORT
1591 M: Lennert Buytenhek <kernel@wantstofly.org>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S: Maintained
1594
1595 ARM/RENESAS ARM64 ARCHITECTURE
1596 M: Simon Horman <horms@verge.net.au>
1597 M: Magnus Damm <magnus.damm@gmail.com>
1598 L: linux-renesas-soc@vger.kernel.org
1599 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1601 S: Supported
1602 F: arch/arm64/boot/dts/renesas/
1603 F: drivers/soc/renesas/
1604 F: include/linux/soc/renesas/
1605
1606 ARM/RISCPC ARCHITECTURE
1607 M: Russell King <linux@armlinux.org.uk>
1608 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 W: http://www.armlinux.org.uk/
1610 S: Maintained
1611 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1612 F: arch/arm/include/asm/hardware/ioc.h
1613 F: arch/arm/include/asm/hardware/iomd.h
1614 F: arch/arm/include/asm/hardware/memc.h
1615 F: arch/arm/mach-rpc/
1616 F: drivers/net/ethernet/8390/etherh.c
1617 F: drivers/net/ethernet/i825xx/ether1*
1618 F: drivers/net/ethernet/seeq/ether3*
1619 F: drivers/scsi/arm/
1620
1621 ARM/Rockchip SoC support
1622 M: Heiko Stuebner <heiko@sntech.de>
1623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 L: linux-rockchip@lists.infradead.org
1625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1626 S: Maintained
1627 F: arch/arm/boot/dts/rk3*
1628 F: arch/arm/mach-rockchip/
1629 F: drivers/clk/rockchip/
1630 F: drivers/i2c/busses/i2c-rk3x.c
1631 F: drivers/*/*rockchip*
1632 F: drivers/*/*/*rockchip*
1633 F: sound/soc/rockchip/
1634 N: rockchip
1635
1636 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1637 M: Kukjin Kim <kgene@kernel.org>
1638 M: Krzysztof Kozlowski <krzk@kernel.org>
1639 R: Javier Martinez Canillas <javier@osg.samsung.com>
1640 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1642 S: Maintained
1643 F: arch/arm/boot/dts/s3c*
1644 F: arch/arm/boot/dts/s5p*
1645 F: arch/arm/boot/dts/samsung*
1646 F: arch/arm/boot/dts/exynos*
1647 F: arch/arm64/boot/dts/exynos/
1648 F: arch/arm/plat-samsung/
1649 F: arch/arm/mach-s3c24*/
1650 F: arch/arm/mach-s3c64xx/
1651 F: arch/arm/mach-s5p*/
1652 F: arch/arm/mach-exynos*/
1653 F: drivers/*/*s3c24*
1654 F: drivers/*/*/*s3c24*
1655 F: drivers/*/*s3c64xx*
1656 F: drivers/*/*s5pv210*
1657 F: drivers/memory/samsung/*
1658 F: drivers/soc/samsung/*
1659 F: Documentation/arm/Samsung/
1660 F: Documentation/devicetree/bindings/arm/samsung/
1661 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1662 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1663 N: exynos
1664
1665 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1666 M: Kyungmin Park <kyungmin.park@samsung.com>
1667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 S: Maintained
1669 F: arch/arm/mach-s5pv210/
1670
1671 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1672 M: Kyungmin Park <kyungmin.park@samsung.com>
1673 M: Kamil Debski <kamil@wypas.org>
1674 M: Andrzej Hajda <a.hajda@samsung.com>
1675 L: linux-arm-kernel@lists.infradead.org
1676 L: linux-media@vger.kernel.org
1677 S: Maintained
1678 F: drivers/media/platform/s5p-g2d/
1679
1680 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1681 M: Kyungmin Park <kyungmin.park@samsung.com>
1682 M: Kamil Debski <kamil@wypas.org>
1683 M: Jeongtae Park <jtp.park@samsung.com>
1684 M: Andrzej Hajda <a.hajda@samsung.com>
1685 L: linux-arm-kernel@lists.infradead.org
1686 L: linux-media@vger.kernel.org
1687 S: Maintained
1688 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1689 F: drivers/media/platform/s5p-mfc/
1690
1691 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1692 M: Kyungmin Park <kyungmin.park@samsung.com>
1693 L: linux-arm-kernel@lists.infradead.org
1694 L: linux-media@vger.kernel.org
1695 S: Maintained
1696 F: drivers/staging/media/platform/s5p-cec/
1697
1698 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1699 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1700 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1701 L: linux-arm-kernel@lists.infradead.org
1702 L: linux-media@vger.kernel.org
1703 S: Maintained
1704 F: drivers/media/platform/s5p-jpeg/
1705
1706 ARM/SHMOBILE ARM ARCHITECTURE
1707 M: Simon Horman <horms@verge.net.au>
1708 M: Magnus Damm <magnus.damm@gmail.com>
1709 L: linux-renesas-soc@vger.kernel.org
1710 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1712 S: Supported
1713 F: arch/arm/boot/dts/emev2*
1714 F: arch/arm/boot/dts/r7s*
1715 F: arch/arm/boot/dts/r8a*
1716 F: arch/arm/boot/dts/sh*
1717 F: arch/arm/configs/shmobile_defconfig
1718 F: arch/arm/include/debug/renesas-scif.S
1719 F: arch/arm/mach-shmobile/
1720 F: drivers/soc/renesas/
1721 F: include/linux/soc/renesas/
1722
1723 ARM/SOCFPGA ARCHITECTURE
1724 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1725 S: Maintained
1726 F: arch/arm/mach-socfpga/
1727 F: arch/arm/boot/dts/socfpga*
1728 F: arch/arm/configs/socfpga_defconfig
1729 F: arch/arm64/boot/dts/altera/
1730 W: http://www.rocketboards.org
1731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1732
1733 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1734 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1735 S: Maintained
1736 F: drivers/clk/socfpga/
1737
1738 ARM/SOCFPGA EDAC SUPPORT
1739 M: Thor Thayer <tthayer@opensource.altera.com>
1740 S: Maintained
1741 F: drivers/edac/altera_edac.
1742
1743 ARM/STI ARCHITECTURE
1744 M: Patrice Chotard <patrice.chotard@st.com>
1745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 L: kernel@stlinux.com
1747 W: http://www.stlinux.com
1748 S: Maintained
1749 F: arch/arm/mach-sti/
1750 F: arch/arm/boot/dts/sti*
1751 F: drivers/char/hw_random/st-rng.c
1752 F: drivers/clocksource/arm_global_timer.c
1753 F: drivers/clocksource/clksrc_st_lpc.c
1754 F: drivers/cpufreq/sti-cpufreq.c
1755 F: drivers/i2c/busses/i2c-st.c
1756 F: drivers/media/rc/st_rc.c
1757 F: drivers/media/platform/sti/c8sectpfe/
1758 F: drivers/mmc/host/sdhci-st.c
1759 F: drivers/phy/phy-miphy28lp.c
1760 F: drivers/phy/phy-miphy365x.c
1761 F: drivers/phy/phy-stih407-usb.c
1762 F: drivers/phy/phy-stih41x-usb.c
1763 F: drivers/pinctrl/pinctrl-st.c
1764 F: drivers/remoteproc/st_remoteproc.c
1765 F: drivers/reset/sti/
1766 F: drivers/rtc/rtc-st-lpc.c
1767 F: drivers/tty/serial/st-asc.c
1768 F: drivers/usb/dwc3/dwc3-st.c
1769 F: drivers/usb/host/ehci-st.c
1770 F: drivers/usb/host/ohci-st.c
1771 F: drivers/watchdog/st_lpc_wdt.c
1772 F: drivers/ata/ahci_st.c
1773
1774 ARM/STM32 ARCHITECTURE
1775 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1776 M: Alexandre Torgue <alexandre.torgue@st.com>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S: Maintained
1779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1780 N: stm32
1781 F: drivers/clocksource/armv7m_systick.c
1782
1783 ARM/TANGO ARCHITECTURE
1784 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1785 L: linux-arm-kernel@lists.infradead.org
1786 S: Maintained
1787 N: tango
1788
1789 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1790 M: Lennert Buytenhek <kernel@wantstofly.org>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S: Maintained
1793
1794 ARM/TETON BGA MACHINE SUPPORT
1795 M: "Mark F. Brown" <mark.brown314@gmail.com>
1796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S: Maintained
1798
1799 ARM/THECUS N2100 MACHINE SUPPORT
1800 M: Lennert Buytenhek <kernel@wantstofly.org>
1801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 S: Maintained
1803
1804 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1805 M: Wan ZongShun <mcuos.com@gmail.com>
1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 W: http://www.mcuos.com
1808 S: Maintained
1809 F: arch/arm/mach-w90x900/
1810 F: drivers/input/keyboard/w90p910_keypad.c
1811 F: drivers/input/touchscreen/w90p910_ts.c
1812 F: drivers/watchdog/nuc900_wdt.c
1813 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1814 F: drivers/mtd/nand/nuc900_nand.c
1815 F: drivers/rtc/rtc-nuc900.c
1816 F: drivers/spi/spi-nuc900.c
1817 F: drivers/usb/host/ehci-w90x900.c
1818 F: drivers/video/fbdev/nuc900fb.c
1819
1820 ARM/U300 MACHINE SUPPORT
1821 M: Linus Walleij <linus.walleij@linaro.org>
1822 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 S: Supported
1824 F: arch/arm/mach-u300/
1825 F: drivers/clocksource/timer-u300.c
1826 F: drivers/i2c/busses/i2c-stu300.c
1827 F: drivers/rtc/rtc-coh901331.c
1828 F: drivers/watchdog/coh901327_wdt.c
1829 F: drivers/dma/coh901318*
1830 F: drivers/mfd/ab3100*
1831 F: drivers/rtc/rtc-ab3100.c
1832 F: drivers/rtc/rtc-coh901331.c
1833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1834
1835 ARM/UNIPHIER ARCHITECTURE
1836 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1839 S: Maintained
1840 F: arch/arm/boot/dts/uniphier*
1841 F: arch/arm/include/asm/hardware/cache-uniphier.h
1842 F: arch/arm/mach-uniphier/
1843 F: arch/arm/mm/cache-uniphier.c
1844 F: arch/arm64/boot/dts/socionext/
1845 F: drivers/bus/uniphier-system-bus.c
1846 F: drivers/i2c/busses/i2c-uniphier*
1847 F: drivers/pinctrl/uniphier/
1848 F: drivers/reset/reset-uniphier.c
1849 F: drivers/tty/serial/8250/8250_uniphier.c
1850 N: uniphier
1851
1852 ARM/Ux500 ARM ARCHITECTURE
1853 M: Linus Walleij <linus.walleij@linaro.org>
1854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1855 S: Maintained
1856 F: arch/arm/mach-ux500/
1857 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1858 F: drivers/dma/ste_dma40*
1859 F: drivers/hwspinlock/u8500_hsem.c
1860 F: drivers/mfd/abx500*
1861 F: drivers/mfd/ab8500*
1862 F: drivers/mfd/dbx500*
1863 F: drivers/mfd/db8500*
1864 F: drivers/pinctrl/nomadik/pinctrl-ab*
1865 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1866 F: drivers/rtc/rtc-ab8500.c
1867 F: drivers/rtc/rtc-pl031.c
1868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1869
1870 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1871 M: Ulf Hansson <ulf.hansson@linaro.org>
1872 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 T: git git://git.linaro.org/people/ulfh/clk.git
1874 S: Maintained
1875 F: drivers/clk/ux500/
1876
1877 ARM/VERSATILE EXPRESS PLATFORM
1878 M: Liviu Dudau <liviu.dudau@arm.com>
1879 M: Sudeep Holla <sudeep.holla@arm.com>
1880 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S: Maintained
1883 F: arch/arm/boot/dts/vexpress*
1884 F: arch/arm64/boot/dts/arm/
1885 F: arch/arm/mach-vexpress/
1886 F: */*/vexpress*
1887 F: */*/*/vexpress*
1888 F: drivers/clk/versatile/clk-vexpress-osc.c
1889 F: drivers/clocksource/versatile.c
1890 N: mps2
1891
1892 ARM/VFP SUPPORT
1893 M: Russell King <linux@armlinux.org.uk>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 W: http://www.armlinux.org.uk/
1896 S: Maintained
1897 F: arch/arm/vfp/
1898
1899 ARM/VOIPAC PXA270 SUPPORT
1900 M: Marek Vasut <marek.vasut@gmail.com>
1901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1902 S: Maintained
1903 F: arch/arm/mach-pxa/vpac270.c
1904 F: arch/arm/mach-pxa/include/mach/vpac270.h
1905
1906 ARM/VT8500 ARM ARCHITECTURE
1907 M: Tony Prisk <linux@prisktech.co.nz>
1908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S: Maintained
1910 F: arch/arm/mach-vt8500/
1911 F: drivers/clocksource/vt8500_timer.c
1912 F: drivers/i2c/busses/i2c-wmt.c
1913 F: drivers/mmc/host/wmt-sdmmc.c
1914 F: drivers/pwm/pwm-vt8500.c
1915 F: drivers/rtc/rtc-vt8500.c
1916 F: drivers/tty/serial/vt8500_serial.c
1917 F: drivers/usb/host/ehci-platform.c
1918 F: drivers/usb/host/uhci-platform.c
1919 F: drivers/video/fbdev/vt8500lcdfb.*
1920 F: drivers/video/fbdev/wm8505fb*
1921 F: drivers/video/fbdev/wmt_ge_rops.*
1922
1923 ARM/ZIPIT Z2 SUPPORT
1924 M: Marek Vasut <marek.vasut@gmail.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S: Maintained
1927 F: arch/arm/mach-pxa/z2.c
1928 F: arch/arm/mach-pxa/include/mach/z2.h
1929
1930 ARM/ZTE ARCHITECTURE
1931 M: Jun Nie <jun.nie@linaro.org>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 S: Maintained
1934 F: arch/arm/mach-zx/
1935 F: drivers/clk/zte/
1936 F: Documentation/devicetree/bindings/arm/zte.txt
1937 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1938
1939 ARM/ZYNQ ARCHITECTURE
1940 M: Michal Simek <michal.simek@xilinx.com>
1941 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1942 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 W: http://wiki.xilinx.com
1944 T: git https://github.com/Xilinx/linux-xlnx.git
1945 S: Supported
1946 F: arch/arm/mach-zynq/
1947 F: drivers/cpuidle/cpuidle-zynq.c
1948 F: drivers/block/xsysace.c
1949 N: zynq
1950 N: xilinx
1951 F: drivers/clocksource/cadence_ttc_timer.c
1952 F: drivers/i2c/busses/i2c-cadence.c
1953 F: drivers/mmc/host/sdhci-of-arasan.c
1954 F: drivers/edac/synopsys_edac.c
1955
1956 ARM SMMU DRIVERS
1957 M: Will Deacon <will.deacon@arm.com>
1958 R: Robin Murphy <robin.murphy@arm.com>
1959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1960 S: Maintained
1961 F: drivers/iommu/arm-smmu.c
1962 F: drivers/iommu/arm-smmu-v3.c
1963 F: drivers/iommu/io-pgtable-arm.c
1964 F: drivers/iommu/io-pgtable-arm-v7s.c
1965
1966 ARM64 PORT (AARCH64 ARCHITECTURE)
1967 M: Catalin Marinas <catalin.marinas@arm.com>
1968 M: Will Deacon <will.deacon@arm.com>
1969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1971 S: Maintained
1972 F: arch/arm64/
1973 F: Documentation/arm64/
1974
1975 AS3645A LED FLASH CONTROLLER DRIVER
1976 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1977 L: linux-media@vger.kernel.org
1978 T: git git://linuxtv.org/media_tree.git
1979 S: Maintained
1980 F: drivers/media/i2c/as3645a.c
1981 F: include/media/i2c/as3645a.h
1982
1983 ASC7621 HARDWARE MONITOR DRIVER
1984 M: George Joseph <george.joseph@fairview5.com>
1985 L: linux-hwmon@vger.kernel.org
1986 S: Maintained
1987 F: Documentation/hwmon/asc7621
1988 F: drivers/hwmon/asc7621.c
1989
1990 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1991 M: Corentin Chary <corentin.chary@gmail.com>
1992 L: acpi4asus-user@lists.sourceforge.net
1993 L: platform-driver-x86@vger.kernel.org
1994 W: http://acpi4asus.sf.net
1995 S: Maintained
1996 F: drivers/platform/x86/asus*.c
1997 F: drivers/platform/x86/eeepc*.c
1998
1999 ASUS WIRELESS RADIO CONTROL DRIVER
2000 M: João Paulo Rechi Vita <jprvita@gmail.com>
2001 L: platform-driver-x86@vger.kernel.org
2002 S: Maintained
2003 F: drivers/platform/x86/asus-wireless.c
2004
2005 ASYMMETRIC KEYS
2006 M: David Howells <dhowells@redhat.com>
2007 L: keyrings@vger.kernel.org
2008 S: Maintained
2009 F: Documentation/crypto/asymmetric-keys.txt
2010 F: include/linux/verification.h
2011 F: include/crypto/public_key.h
2012 F: include/crypto/pkcs7.h
2013 F: crypto/asymmetric_keys/
2014
2015 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2016 R: Dan Williams <dan.j.williams@intel.com>
2017 W: http://sourceforge.net/projects/xscaleiop
2018 S: Odd fixes
2019 F: Documentation/crypto/async-tx-api.txt
2020 F: crypto/async_tx/
2021 F: drivers/dma/
2022 F: include/linux/dmaengine.h
2023 F: include/linux/async_tx.h
2024
2025 AT24 EEPROM DRIVER
2026 M: Wolfram Sang <wsa@the-dreams.de>
2027 L: linux-i2c@vger.kernel.org
2028 S: Maintained
2029 F: drivers/misc/eeprom/at24.c
2030 F: include/linux/platform_data/at24.h
2031
2032 ATA OVER ETHERNET (AOE) DRIVER
2033 M: "Ed L. Cashin" <ed.cashin@acm.org>
2034 W: http://www.openaoe.org/
2035 S: Supported
2036 F: Documentation/aoe/
2037 F: drivers/block/aoe/
2038
2039 ATHEROS 71XX/9XXX GPIO DRIVER
2040 M: Alban Bedel <albeu@free.fr>
2041 W: https://github.com/AlbanBedel/linux
2042 T: git git://github.com/AlbanBedel/linux
2043 S: Maintained
2044 F: drivers/gpio/gpio-ath79.c
2045 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2046
2047 ATHEROS ATH GENERIC UTILITIES
2048 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2049 L: linux-wireless@vger.kernel.org
2050 S: Supported
2051 F: drivers/net/wireless/ath/*
2052
2053 ATHEROS ATH5K WIRELESS DRIVER
2054 M: Jiri Slaby <jirislaby@gmail.com>
2055 M: Nick Kossifidis <mickflemm@gmail.com>
2056 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2057 L: linux-wireless@vger.kernel.org
2058 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2059 S: Maintained
2060 F: drivers/net/wireless/ath/ath5k/
2061
2062 ATHEROS ATH6KL WIRELESS DRIVER
2063 M: Kalle Valo <kvalo@qca.qualcomm.com>
2064 L: linux-wireless@vger.kernel.org
2065 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2067 S: Supported
2068 F: drivers/net/wireless/ath/ath6kl/
2069
2070 WILOCITY WIL6210 WIRELESS DRIVER
2071 M: Maya Erez <qca_merez@qca.qualcomm.com>
2072 L: linux-wireless@vger.kernel.org
2073 L: wil6210@qca.qualcomm.com
2074 S: Supported
2075 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2076 F: drivers/net/wireless/ath/wil6210/
2077 F: include/uapi/linux/wil6210_uapi.h
2078
2079 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2080 M: Christian Lamparter <chunkeey@googlemail.com>
2081 L: linux-wireless@vger.kernel.org
2082 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2083 S: Maintained
2084 F: drivers/net/wireless/ath/carl9170/
2085
2086 ATK0110 HWMON DRIVER
2087 M: Luca Tettamanti <kronos.it@gmail.com>
2088 L: linux-hwmon@vger.kernel.org
2089 S: Maintained
2090 F: drivers/hwmon/asus_atk0110.c
2091
2092 ATI_REMOTE2 DRIVER
2093 M: Ville Syrjala <syrjala@sci.fi>
2094 S: Maintained
2095 F: drivers/input/misc/ati_remote2.c
2096
2097 ATLX ETHERNET DRIVERS
2098 M: Jay Cliburn <jcliburn@gmail.com>
2099 M: Chris Snook <chris.snook@gmail.com>
2100 L: netdev@vger.kernel.org
2101 W: http://sourceforge.net/projects/atl1
2102 W: http://atl1.sourceforge.net
2103 S: Maintained
2104 F: drivers/net/ethernet/atheros/
2105
2106 ATM
2107 M: Chas Williams <3chas3@gmail.com>
2108 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2109 L: netdev@vger.kernel.org
2110 W: http://linux-atm.sourceforge.net
2111 S: Maintained
2112 F: drivers/atm/
2113 F: include/linux/atm*
2114 F: include/uapi/linux/atm*
2115
2116 ATMEL AT91 / AT32 MCI DRIVER
2117 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2118 S: Maintained
2119 F: drivers/mmc/host/atmel-mci.c
2120
2121 ATMEL AT91 / AT32 SERIAL DRIVER
2122 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2123 S: Supported
2124 F: drivers/tty/serial/atmel_serial.c
2125
2126 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2127 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2128 S: Supported
2129 F: drivers/power/reset/at91-sama5d2_shdwc.c
2130
2131 ATMEL SAMA5D2 ADC DRIVER
2132 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2133 L: linux-iio@vger.kernel.org
2134 S: Supported
2135 F: drivers/iio/adc/at91-sama5d2_adc.c
2136
2137 ATMEL Audio ALSA driver
2138 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2139 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2140 S: Supported
2141 F: sound/soc/atmel
2142
2143 ATMEL DMA DRIVER
2144 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2145 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2146 S: Supported
2147 F: drivers/dma/at_hdmac.c
2148 F: drivers/dma/at_hdmac_regs.h
2149 F: include/linux/platform_data/dma-atmel.h
2150
2151 ATMEL XDMA DRIVER
2152 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2153 L: linux-arm-kernel@lists.infradead.org
2154 L: dmaengine@vger.kernel.org
2155 S: Supported
2156 F: drivers/dma/at_xdmac.c
2157
2158 ATMEL I2C DRIVER
2159 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2160 L: linux-i2c@vger.kernel.org
2161 S: Supported
2162 F: drivers/i2c/busses/i2c-at91.c
2163
2164 ATMEL ISI DRIVER
2165 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2166 L: linux-media@vger.kernel.org
2167 S: Supported
2168 F: drivers/media/platform/soc_camera/atmel-isi.c
2169 F: include/media/atmel-isi.h
2170
2171 ATMEL LCDFB DRIVER
2172 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2173 L: linux-fbdev@vger.kernel.org
2174 S: Maintained
2175 F: drivers/video/fbdev/atmel_lcdfb.c
2176 F: include/video/atmel_lcdc.h
2177
2178 ATMEL MACB ETHERNET DRIVER
2179 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2180 S: Supported
2181 F: drivers/net/ethernet/cadence/
2182
2183 ATMEL NAND DRIVER
2184 M: Wenyou Yang <wenyou.yang@atmel.com>
2185 M: Josh Wu <rainyfeeling@outlook.com>
2186 L: linux-mtd@lists.infradead.org
2187 S: Supported
2188 F: drivers/mtd/nand/atmel_nand*
2189
2190 ATMEL SDMMC DRIVER
2191 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2192 L: linux-mmc@vger.kernel.org
2193 S: Supported
2194 F: drivers/mmc/host/sdhci-of-at91.c
2195
2196 ATMEL SPI DRIVER
2197 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2198 S: Supported
2199 F: drivers/spi/spi-atmel.*
2200
2201 ATMEL SSC DRIVER
2202 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2204 S: Supported
2205 F: drivers/misc/atmel-ssc.c
2206 F: include/linux/atmel-ssc.h
2207
2208 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2209 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2211 S: Supported
2212 F: drivers/misc/atmel_tclib.c
2213 F: drivers/clocksource/tcb_clksrc.c
2214
2215 ATMEL USBA UDC DRIVER
2216 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2218 S: Supported
2219 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2220
2221 ATMEL WIRELESS DRIVER
2222 M: Simon Kelley <simon@thekelleys.org.uk>
2223 L: linux-wireless@vger.kernel.org
2224 W: http://www.thekelleys.org.uk/atmel
2225 W: http://atmelwlandriver.sourceforge.net/
2226 S: Maintained
2227 F: drivers/net/wireless/atmel/atmel*
2228
2229 ATMEL MAXTOUCH DRIVER
2230 M: Nick Dyer <nick@shmanahar.org>
2231 T: git git://github.com/ndyer/linux.git
2232 S: Maintained
2233 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2234 F: drivers/input/touchscreen/atmel_mxt_ts.c
2235 F: include/linux/platform_data/atmel_mxt_ts.h
2236
2237 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2238 M: Bradley Grove <linuxdrivers@attotech.com>
2239 L: linux-scsi@vger.kernel.org
2240 W: http://www.attotech.com
2241 S: Supported
2242 F: drivers/scsi/esas2r
2243
2244 ATUSB IEEE 802.15.4 RADIO DRIVER
2245 M: Stefan Schmidt <stefan@osg.samsung.com>
2246 L: linux-wpan@vger.kernel.org
2247 S: Maintained
2248 F: drivers/net/ieee802154/atusb.c
2249 F: drivers/net/ieee802154/atusb.h
2250 F: drivers/net/ieee802154/at86rf230.h
2251
2252 AUDIT SUBSYSTEM
2253 M: Paul Moore <paul@paul-moore.com>
2254 M: Eric Paris <eparis@redhat.com>
2255 L: linux-audit@redhat.com (moderated for non-subscribers)
2256 W: http://people.redhat.com/sgrubb/audit/
2257 T: git git://git.infradead.org/users/pcmoore/audit
2258 S: Maintained
2259 F: include/linux/audit.h
2260 F: include/uapi/linux/audit.h
2261 F: kernel/audit*
2262
2263 AUXILIARY DISPLAY DRIVERS
2264 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2265 W: http://miguelojeda.es/auxdisplay.htm
2266 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2267 S: Maintained
2268 F: drivers/auxdisplay/
2269 F: include/linux/cfag12864b.h
2270
2271 AVR32 ARCHITECTURE
2272 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2273 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2274 W: http://www.atmel.com/products/AVR32/
2275 W: http://mirror.egtvedt.no/avr32linux.org/
2276 W: http://avrfreaks.net/
2277 S: Maintained
2278 F: arch/avr32/
2279
2280 AVR32/AT32AP MACHINE SUPPORT
2281 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2282 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2283 S: Maintained
2284 F: arch/avr32/mach-at32ap/
2285
2286 AX.25 NETWORK LAYER
2287 M: Ralf Baechle <ralf@linux-mips.org>
2288 L: linux-hams@vger.kernel.org
2289 W: http://www.linux-ax25.org/
2290 S: Maintained
2291 F: include/uapi/linux/ax25.h
2292 F: include/net/ax25.h
2293 F: net/ax25/
2294
2295 AZ6007 DVB DRIVER
2296 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2297 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2298 L: linux-media@vger.kernel.org
2299 W: https://linuxtv.org
2300 T: git git://linuxtv.org/media_tree.git
2301 S: Maintained
2302 F: drivers/media/usb/dvb-usb-v2/az6007.c
2303
2304 AZTECH FM RADIO RECEIVER DRIVER
2305 M: Hans Verkuil <hverkuil@xs4all.nl>
2306 L: linux-media@vger.kernel.org
2307 T: git git://linuxtv.org/media_tree.git
2308 W: https://linuxtv.org
2309 S: Maintained
2310 F: drivers/media/radio/radio-aztech*
2311
2312 B43 WIRELESS DRIVER
2313 L: linux-wireless@vger.kernel.org
2314 L: b43-dev@lists.infradead.org
2315 W: http://wireless.kernel.org/en/users/Drivers/b43
2316 S: Odd Fixes
2317 F: drivers/net/wireless/broadcom/b43/
2318
2319 B43LEGACY WIRELESS DRIVER
2320 M: Larry Finger <Larry.Finger@lwfinger.net>
2321 L: linux-wireless@vger.kernel.org
2322 L: b43-dev@lists.infradead.org
2323 W: http://wireless.kernel.org/en/users/Drivers/b43
2324 S: Maintained
2325 F: drivers/net/wireless/broadcom/b43legacy/
2326
2327 BACKLIGHT CLASS/SUBSYSTEM
2328 M: Jingoo Han <jingoohan1@gmail.com>
2329 M: Lee Jones <lee.jones@linaro.org>
2330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2331 S: Maintained
2332 F: drivers/video/backlight/
2333 F: include/linux/backlight.h
2334
2335 BATMAN ADVANCED
2336 M: Marek Lindner <mareklindner@neomailbox.ch>
2337 M: Simon Wunderlich <sw@simonwunderlich.de>
2338 M: Antonio Quartulli <a@unstable.cc>
2339 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2340 W: https://www.open-mesh.org/
2341 Q: https://patchwork.open-mesh.org/project/batman/list/
2342 S: Maintained
2343 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2344 F: Documentation/ABI/testing/sysfs-class-net-mesh
2345 F: Documentation/networking/batman-adv.txt
2346 F: include/uapi/linux/batman_adv.h
2347 F: net/batman-adv/
2348
2349 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2350 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2351 L: linux-hams@vger.kernel.org
2352 W: http://www.baycom.org/~tom/ham/ham.html
2353 S: Maintained
2354 F: drivers/net/hamradio/baycom*
2355
2356 BCACHE (BLOCK LAYER CACHE)
2357 M: Kent Overstreet <kent.overstreet@gmail.com>
2358 L: linux-bcache@vger.kernel.org
2359 W: http://bcache.evilpiepirate.org
2360 S: Orphan
2361 F: drivers/md/bcache/
2362
2363 BDISP ST MEDIA DRIVER
2364 M: Fabien Dessenne <fabien.dessenne@st.com>
2365 L: linux-media@vger.kernel.org
2366 T: git git://linuxtv.org/media_tree.git
2367 W: https://linuxtv.org
2368 S: Supported
2369 F: drivers/media/platform/sti/bdisp
2370
2371 BEFS FILE SYSTEM
2372 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2373 M: Salah Triki <salah.triki@gmail.com>
2374 S: Maintained
2375 T: git git://github.com/luisbg/linux-befs.git
2376 F: Documentation/filesystems/befs.txt
2377 F: fs/befs/
2378
2379 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2380 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2381 L: netdev@vger.kernel.org
2382 S: Maintained
2383 F: drivers/net/ethernet/ec_bhf.c
2384
2385 BFS FILE SYSTEM
2386 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2387 S: Maintained
2388 F: Documentation/filesystems/bfs.txt
2389 F: fs/bfs/
2390 F: include/uapi/linux/bfs_fs.h
2391
2392 BLACKFIN ARCHITECTURE
2393 M: Steven Miao <realmz6@gmail.com>
2394 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2395 T: git git://git.code.sf.net/p/adi-linux/code
2396 W: http://blackfin.uclinux.org
2397 S: Supported
2398 F: arch/blackfin/
2399
2400 BLACKFIN EMAC DRIVER
2401 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2402 W: http://blackfin.uclinux.org
2403 S: Supported
2404 F: drivers/net/ethernet/adi/
2405
2406 BLACKFIN RTC DRIVER
2407 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2408 W: http://blackfin.uclinux.org
2409 S: Supported
2410 F: drivers/rtc/rtc-bfin.c
2411
2412 BLACKFIN SDH DRIVER
2413 M: Sonic Zhang <sonic.zhang@analog.com>
2414 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2415 W: http://blackfin.uclinux.org
2416 S: Supported
2417 F: drivers/mmc/host/bfin_sdh.c
2418
2419 BLACKFIN SERIAL DRIVER
2420 M: Sonic Zhang <sonic.zhang@analog.com>
2421 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2422 W: http://blackfin.uclinux.org
2423 S: Supported
2424 F: drivers/tty/serial/bfin_uart.c
2425
2426 BLACKFIN WATCHDOG DRIVER
2427 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2428 W: http://blackfin.uclinux.org
2429 S: Supported
2430 F: drivers/watchdog/bfin_wdt.c
2431
2432 BLACKFIN I2C TWI DRIVER
2433 M: Sonic Zhang <sonic.zhang@analog.com>
2434 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2435 W: http://blackfin.uclinux.org/
2436 S: Supported
2437 F: drivers/i2c/busses/i2c-bfin-twi.c
2438
2439 BLACKFIN MEDIA DRIVER
2440 M: Scott Jiang <scott.jiang.linux@gmail.com>
2441 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2442 W: http://blackfin.uclinux.org/
2443 S: Supported
2444 F: drivers/media/platform/blackfin/
2445 F: drivers/media/i2c/adv7183*
2446 F: drivers/media/i2c/vs6624*
2447
2448 BLINKM RGB LED DRIVER
2449 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2450 S: Maintained
2451 F: drivers/leds/leds-blinkm.c
2452
2453 BLOCK LAYER
2454 M: Jens Axboe <axboe@kernel.dk>
2455 L: linux-block@vger.kernel.org
2456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2457 S: Maintained
2458 F: block/
2459 F: kernel/trace/blktrace.c
2460
2461 BLOCK2MTD DRIVER
2462 M: Joern Engel <joern@lazybastard.org>
2463 L: linux-mtd@lists.infradead.org
2464 S: Maintained
2465 F: drivers/mtd/devices/block2mtd.c
2466
2467 BLUETOOTH DRIVERS
2468 M: Marcel Holtmann <marcel@holtmann.org>
2469 M: Gustavo Padovan <gustavo@padovan.org>
2470 M: Johan Hedberg <johan.hedberg@gmail.com>
2471 L: linux-bluetooth@vger.kernel.org
2472 W: http://www.bluez.org/
2473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2475 S: Maintained
2476 F: drivers/bluetooth/
2477
2478 BLUETOOTH SUBSYSTEM
2479 M: Marcel Holtmann <marcel@holtmann.org>
2480 M: Gustavo Padovan <gustavo@padovan.org>
2481 M: Johan Hedberg <johan.hedberg@gmail.com>
2482 L: linux-bluetooth@vger.kernel.org
2483 W: http://www.bluez.org/
2484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2486 S: Maintained
2487 F: net/bluetooth/
2488 F: include/net/bluetooth/
2489
2490 BONDING DRIVER
2491 M: Jay Vosburgh <j.vosburgh@gmail.com>
2492 M: Veaceslav Falico <vfalico@gmail.com>
2493 M: Andy Gospodarek <andy@greyhouse.net>
2494 L: netdev@vger.kernel.org
2495 W: http://sourceforge.net/projects/bonding/
2496 S: Supported
2497 F: drivers/net/bonding/
2498 F: include/uapi/linux/if_bonding.h
2499
2500 BPF (Safe dynamic programs and tools)
2501 M: Alexei Starovoitov <ast@kernel.org>
2502 L: netdev@vger.kernel.org
2503 L: linux-kernel@vger.kernel.org
2504 S: Supported
2505 F: kernel/bpf/
2506
2507 BROADCOM B44 10/100 ETHERNET DRIVER
2508 M: Gary Zambrano <zambrano@broadcom.com>
2509 L: netdev@vger.kernel.org
2510 S: Supported
2511 F: drivers/net/ethernet/broadcom/b44.*
2512
2513 BROADCOM B53 ETHERNET SWITCH DRIVER
2514 M: Florian Fainelli <f.fainelli@gmail.com>
2515 L: netdev@vger.kernel.org
2516 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2517 S: Supported
2518 F: drivers/net/dsa/b53/*
2519 F: include/linux/platform_data/b53.h
2520
2521 BROADCOM GENET ETHERNET DRIVER
2522 M: Florian Fainelli <f.fainelli@gmail.com>
2523 L: netdev@vger.kernel.org
2524 S: Supported
2525 F: drivers/net/ethernet/broadcom/genet/
2526
2527 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2528 M: Sony Chacko <sony.chacko@qlogic.com>
2529 M: Dept-HSGLinuxNICDev@qlogic.com
2530 L: netdev@vger.kernel.org
2531 S: Supported
2532 F: drivers/net/ethernet/broadcom/bnx2.*
2533 F: drivers/net/ethernet/broadcom/bnx2_*
2534
2535 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2536 M: Ariel Elior <ariel.elior@qlogic.com>
2537 L: netdev@vger.kernel.org
2538 S: Supported
2539 F: drivers/net/ethernet/broadcom/bnx2x/
2540
2541 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2542 M: Florian Fainelli <f.fainelli@gmail.com>
2543 M: Ray Jui <rjui@broadcom.com>
2544 M: Scott Branden <sbranden@broadcom.com>
2545 M: bcm-kernel-feedback-list@broadcom.com
2546 T: git git://github.com/broadcom/mach-bcm
2547 S: Maintained
2548 N: bcm281*
2549 N: bcm113*
2550 N: bcm216*
2551 N: kona
2552 F: arch/arm/mach-bcm/
2553
2554 BROADCOM BCM2835 ARM ARCHITECTURE
2555 M: Stephen Warren <swarren@wwwdotorg.org>
2556 M: Lee Jones <lee@kernel.org>
2557 M: Eric Anholt <eric@anholt.net>
2558 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2561 S: Maintained
2562 N: bcm2835
2563
2564 BROADCOM BCM47XX MIPS ARCHITECTURE
2565 M: Hauke Mehrtens <hauke@hauke-m.de>
2566 M: Rafał Miłecki <zajec5@gmail.com>
2567 L: linux-mips@linux-mips.org
2568 S: Maintained
2569 F: Documentation/devicetree/bindings/mips/brcm/
2570 F: arch/mips/bcm47xx/*
2571 F: arch/mips/include/asm/mach-bcm47xx/*
2572
2573 BROADCOM BCM5301X ARM ARCHITECTURE
2574 M: Hauke Mehrtens <hauke@hauke-m.de>
2575 M: Rafał Miłecki <zajec5@gmail.com>
2576 M: bcm-kernel-feedback-list@broadcom.com
2577 L: linux-arm-kernel@lists.infradead.org
2578 S: Maintained
2579 F: arch/arm/mach-bcm/bcm_5301x.c
2580 F: arch/arm/boot/dts/bcm5301x*.dtsi
2581 F: arch/arm/boot/dts/bcm470*
2582
2583 BROADCOM BCM63XX ARM ARCHITECTURE
2584 M: Florian Fainelli <f.fainelli@gmail.com>
2585 M: bcm-kernel-feedback-list@broadcom.com
2586 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2587 T: git git://github.com/broadcom/stblinux.git
2588 S: Maintained
2589 N: bcm63xx
2590
2591 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2592 M: Kevin Cernekee <cernekee@gmail.com>
2593 L: linux-usb@vger.kernel.org
2594 S: Maintained
2595 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2596
2597 BROADCOM BCM7XXX ARM ARCHITECTURE
2598 M: Brian Norris <computersforpeace@gmail.com>
2599 M: Gregory Fong <gregory.0xf0@gmail.com>
2600 M: Florian Fainelli <f.fainelli@gmail.com>
2601 M: bcm-kernel-feedback-list@broadcom.com
2602 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2603 T: git git://github.com/broadcom/stblinux.git
2604 S: Maintained
2605 F: arch/arm/mach-bcm/*brcmstb*
2606 F: arch/arm/boot/dts/bcm7*.dts*
2607 F: drivers/bus/brcmstb_gisb.c
2608 N: brcmstb
2609
2610 BROADCOM BMIPS MIPS ARCHITECTURE
2611 M: Kevin Cernekee <cernekee@gmail.com>
2612 M: Florian Fainelli <f.fainelli@gmail.com>
2613 L: linux-mips@linux-mips.org
2614 T: git git://github.com/broadcom/stblinux.git
2615 S: Maintained
2616 F: arch/mips/bmips/*
2617 F: arch/mips/include/asm/mach-bmips/*
2618 F: arch/mips/kernel/*bmips*
2619 F: arch/mips/boot/dts/brcm/bcm*.dts*
2620 F: drivers/irqchip/irq-bcm63*
2621 F: drivers/irqchip/irq-bcm7*
2622 F: drivers/irqchip/irq-brcmstb*
2623 F: include/linux/bcm963xx_nvram.h
2624 F: include/linux/bcm963xx_tag.h
2625
2626 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2627 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2628 M: Prashant Sreedharan <prashant@broadcom.com>
2629 M: Michael Chan <mchan@broadcom.com>
2630 L: netdev@vger.kernel.org
2631 S: Supported
2632 F: drivers/net/ethernet/broadcom/tg3.*
2633
2634 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2635 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2636 M: Franky Lin <franky.lin@broadcom.com>
2637 M: Hante Meuleman <hante.meuleman@broadcom.com>
2638 L: linux-wireless@vger.kernel.org
2639 L: brcm80211-dev-list.pdl@broadcom.com
2640 S: Supported
2641 F: drivers/net/wireless/broadcom/brcm80211/
2642
2643 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2644 M: QLogic-Storage-Upstream@qlogic.com
2645 L: linux-scsi@vger.kernel.org
2646 S: Supported
2647 F: drivers/scsi/bnx2fc/
2648
2649 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2650 M: QLogic-Storage-Upstream@qlogic.com
2651 L: linux-scsi@vger.kernel.org
2652 S: Supported
2653 F: drivers/scsi/bnx2i/
2654
2655 BROADCOM IPROC ARM ARCHITECTURE
2656 M: Ray Jui <rjui@broadcom.com>
2657 M: Scott Branden <sbranden@broadcom.com>
2658 M: Jon Mason <jonmason@broadcom.com>
2659 M: bcm-kernel-feedback-list@broadcom.com
2660 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2661 T: git git://github.com/broadcom/cygnus-linux.git
2662 S: Maintained
2663 N: iproc
2664 N: cygnus
2665 N: bcm[-_]nsp
2666 N: bcm9113*
2667 N: bcm9583*
2668 N: bcm9585*
2669 N: bcm9586*
2670 N: bcm988312
2671 N: bcm113*
2672 N: bcm583*
2673 N: bcm585*
2674 N: bcm586*
2675 N: bcm88312
2676 F: arch/arm64/boot/dts/broadcom/ns2*
2677 F: drivers/clk/bcm/clk-ns*
2678 F: drivers/pinctrl/bcm/pinctrl-ns*
2679
2680 BROADCOM BRCMSTB GPIO DRIVER
2681 M: Gregory Fong <gregory.0xf0@gmail.com>
2682 L: bcm-kernel-feedback-list@broadcom.com
2683 S: Supported
2684 F: drivers/gpio/gpio-brcmstb.c
2685 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2686
2687 BROADCOM KONA GPIO DRIVER
2688 M: Ray Jui <rjui@broadcom.com>
2689 L: bcm-kernel-feedback-list@broadcom.com
2690 S: Supported
2691 F: drivers/gpio/gpio-bcm-kona.c
2692 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2693
2694 BROADCOM NVRAM DRIVER
2695 M: Rafał Miłecki <zajec5@gmail.com>
2696 L: linux-mips@linux-mips.org
2697 S: Maintained
2698 F: drivers/firmware/broadcom/*
2699
2700 BROADCOM STB NAND FLASH DRIVER
2701 M: Brian Norris <computersforpeace@gmail.com>
2702 M: Kamal Dasu <kdasu.kdev@gmail.com>
2703 L: linux-mtd@lists.infradead.org
2704 L: bcm-kernel-feedback-list@broadcom.com
2705 S: Maintained
2706 F: drivers/mtd/nand/brcmnand/
2707
2708 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2709 M: Rafał Miłecki <zajec5@gmail.com>
2710 L: linux-wireless@vger.kernel.org
2711 S: Maintained
2712 F: drivers/bcma/
2713 F: include/linux/bcma/
2714
2715 BROADCOM SYSTEMPORT ETHERNET DRIVER
2716 M: Florian Fainelli <f.fainelli@gmail.com>
2717 L: netdev@vger.kernel.org
2718 S: Supported
2719 F: drivers/net/ethernet/broadcom/bcmsysport.*
2720
2721 BROADCOM VULCAN ARM64 SOC
2722 M: Jayachandran C. <jchandra@broadcom.com>
2723 M: bcm-kernel-feedback-list@broadcom.com
2724 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2725 S: Maintained
2726 F: arch/arm64/boot/dts/broadcom/vulcan*
2727
2728 BROCADE BFA FC SCSI DRIVER
2729 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2730 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2731 L: linux-scsi@vger.kernel.org
2732 S: Supported
2733 F: drivers/scsi/bfa/
2734
2735 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2736 M: Rasesh Mody <rasesh.mody@qlogic.com>
2737 L: netdev@vger.kernel.org
2738 S: Supported
2739 F: drivers/net/ethernet/brocade/bna/
2740
2741 BSG (block layer generic sg v4 driver)
2742 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2743 L: linux-scsi@vger.kernel.org
2744 S: Supported
2745 F: block/bsg.c
2746 F: include/linux/bsg.h
2747 F: include/uapi/linux/bsg.h
2748
2749 BT87X AUDIO DRIVER
2750 M: Clemens Ladisch <clemens@ladisch.de>
2751 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2752 T: git git://git.alsa-project.org/alsa-kernel.git
2753 S: Maintained
2754 F: Documentation/sound/alsa/Bt87x.txt
2755 F: sound/pci/bt87x.c
2756
2757 BT8XXGPIO DRIVER
2758 M: Michael Buesch <m@bues.ch>
2759 W: http://bu3sch.de/btgpio.php
2760 S: Maintained
2761 F: drivers/gpio/gpio-bt8xx.c
2762
2763 BTRFS FILE SYSTEM
2764 M: Chris Mason <clm@fb.com>
2765 M: Josef Bacik <jbacik@fb.com>
2766 M: David Sterba <dsterba@suse.com>
2767 L: linux-btrfs@vger.kernel.org
2768 W: http://btrfs.wiki.kernel.org/
2769 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2771 S: Maintained
2772 F: Documentation/filesystems/btrfs.txt
2773 F: fs/btrfs/
2774
2775 BTTV VIDEO4LINUX DRIVER
2776 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2777 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2778 L: linux-media@vger.kernel.org
2779 W: https://linuxtv.org
2780 T: git git://linuxtv.org/media_tree.git
2781 S: Odd fixes
2782 F: Documentation/video4linux/bttv/
2783 F: drivers/media/pci/bt8xx/bttv*
2784
2785 BUSLOGIC SCSI DRIVER
2786 M: Khalid Aziz <khalid@gonehiking.org>
2787 L: linux-scsi@vger.kernel.org
2788 S: Maintained
2789 F: drivers/scsi/BusLogic.*
2790 F: drivers/scsi/FlashPoint.*
2791
2792 C-MEDIA CMI8788 DRIVER
2793 M: Clemens Ladisch <clemens@ladisch.de>
2794 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2795 T: git git://git.alsa-project.org/alsa-kernel.git
2796 S: Maintained
2797 F: sound/pci/oxygen/
2798
2799 C6X ARCHITECTURE
2800 M: Mark Salter <msalter@redhat.com>
2801 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2802 L: linux-c6x-dev@linux-c6x.org
2803 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2804 S: Maintained
2805 F: arch/c6x/
2806
2807 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2808 M: David Howells <dhowells@redhat.com>
2809 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2810 S: Supported
2811 F: Documentation/filesystems/caching/cachefiles.txt
2812 F: fs/cachefiles/
2813
2814 CADET FM/AM RADIO RECEIVER DRIVER
2815 M: Hans Verkuil <hverkuil@xs4all.nl>
2816 L: linux-media@vger.kernel.org
2817 T: git git://linuxtv.org/media_tree.git
2818 W: https://linuxtv.org
2819 S: Maintained
2820 F: drivers/media/radio/radio-cadet*
2821
2822 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2823 M: Jonathan Corbet <corbet@lwn.net>
2824 L: linux-media@vger.kernel.org
2825 T: git git://linuxtv.org/media_tree.git
2826 S: Maintained
2827 F: Documentation/video4linux/cafe_ccic
2828 F: drivers/media/platform/marvell-ccic/
2829
2830 CAIF NETWORK LAYER
2831 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2832 L: netdev@vger.kernel.org
2833 S: Supported
2834 F: Documentation/networking/caif/
2835 F: drivers/net/caif/
2836 F: include/uapi/linux/caif/
2837 F: include/net/caif/
2838 F: net/caif/
2839
2840 CALGARY x86-64 IOMMU
2841 M: Muli Ben-Yehuda <mulix@mulix.org>
2842 M: Jon Mason <jdmason@kudzu.us>
2843 L: iommu@lists.linux-foundation.org
2844 S: Maintained
2845 F: arch/x86/kernel/pci-calgary_64.c
2846 F: arch/x86/kernel/tce_64.c
2847 F: arch/x86/include/asm/calgary.h
2848 F: arch/x86/include/asm/tce.h
2849
2850 CAN NETWORK LAYER
2851 M: Oliver Hartkopp <socketcan@hartkopp.net>
2852 M: Marc Kleine-Budde <mkl@pengutronix.de>
2853 L: linux-can@vger.kernel.org
2854 W: https://github.com/linux-can
2855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2857 S: Maintained
2858 F: Documentation/networking/can.txt
2859 F: net/can/
2860 F: include/linux/can/core.h
2861 F: include/uapi/linux/can.h
2862 F: include/uapi/linux/can/bcm.h
2863 F: include/uapi/linux/can/raw.h
2864 F: include/uapi/linux/can/gw.h
2865
2866 CAN NETWORK DRIVERS
2867 M: Wolfgang Grandegger <wg@grandegger.com>
2868 M: Marc Kleine-Budde <mkl@pengutronix.de>
2869 L: linux-can@vger.kernel.org
2870 W: https://github.com/linux-can
2871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2873 S: Maintained
2874 F: Documentation/devicetree/bindings/net/can/
2875 F: drivers/net/can/
2876 F: include/linux/can/dev.h
2877 F: include/linux/can/platform/
2878 F: include/uapi/linux/can/error.h
2879 F: include/uapi/linux/can/netlink.h
2880
2881 CAPABILITIES
2882 M: Serge Hallyn <serge@hallyn.com>
2883 L: linux-security-module@vger.kernel.org
2884 S: Supported
2885 F: include/linux/capability.h
2886 F: include/uapi/linux/capability.h
2887 F: security/commoncap.c
2888 F: kernel/capability.c
2889
2890 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2891 M: Kevin Tsai <ktsai@capellamicro.com>
2892 S: Maintained
2893 F: drivers/iio/light/cm*
2894 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2895
2896 CAVIUM I2C DRIVER
2897 M: Jan Glauber <jglauber@cavium.com>
2898 M: David Daney <david.daney@cavium.com>
2899 W: http://www.cavium.com
2900 S: Supported
2901 F: drivers/i2c/busses/i2c-octeon*
2902 F: drivers/i2c/busses/i2c-thunderx*
2903
2904 CAVIUM LIQUIDIO NETWORK DRIVER
2905 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2906 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2907 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2908 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2909 L: netdev@vger.kernel.org
2910 W: http://www.cavium.com
2911 S: Supported
2912 F: drivers/net/ethernet/cavium/liquidio/
2913
2914 CC2520 IEEE-802.15.4 RADIO DRIVER
2915 M: Varka Bhadram <varkabhadram@gmail.com>
2916 L: linux-wpan@vger.kernel.org
2917 S: Maintained
2918 F: drivers/net/ieee802154/cc2520.c
2919 F: include/linux/spi/cc2520.h
2920 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2921
2922 CEC DRIVER
2923 M: Hans Verkuil <hans.verkuil@cisco.com>
2924 L: linux-media@vger.kernel.org
2925 T: git git://linuxtv.org/media_tree.git
2926 W: http://linuxtv.org
2927 S: Supported
2928 F: Documentation/cec.txt
2929 F: Documentation/DocBook/media/v4l/cec*
2930 F: drivers/staging/media/cec/
2931 F: drivers/media/cec-edid.c
2932 F: drivers/media/rc/keymaps/rc-cec.c
2933 F: include/media/cec.h
2934 F: include/media/cec-edid.h
2935 F: include/linux/cec.h
2936 F: include/linux/cec-funcs.h
2937
2938 CELL BROADBAND ENGINE ARCHITECTURE
2939 M: Arnd Bergmann <arnd@arndb.de>
2940 L: linuxppc-dev@lists.ozlabs.org
2941 W: http://www.ibm.com/developerworks/power/cell/
2942 S: Supported
2943 F: arch/powerpc/include/asm/cell*.h
2944 F: arch/powerpc/include/asm/spu*.h
2945 F: arch/powerpc/include/uapi/asm/spu*.h
2946 F: arch/powerpc/oprofile/*cell*
2947 F: arch/powerpc/platforms/cell/
2948
2949 CEPH COMMON CODE (LIBCEPH)
2950 M: Ilya Dryomov <idryomov@gmail.com>
2951 M: "Yan, Zheng" <zyan@redhat.com>
2952 M: Sage Weil <sage@redhat.com>
2953 L: ceph-devel@vger.kernel.org
2954 W: http://ceph.com/
2955 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2956 T: git git://github.com/ceph/ceph-client.git
2957 S: Supported
2958 F: net/ceph/
2959 F: include/linux/ceph/
2960 F: include/linux/crush/
2961
2962 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2963 M: "Yan, Zheng" <zyan@redhat.com>
2964 M: Sage Weil <sage@redhat.com>
2965 M: Ilya Dryomov <idryomov@gmail.com>
2966 L: ceph-devel@vger.kernel.org
2967 W: http://ceph.com/
2968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2969 T: git git://github.com/ceph/ceph-client.git
2970 S: Supported
2971 F: Documentation/filesystems/ceph.txt
2972 F: fs/ceph/
2973
2974 CERTIFICATE HANDLING:
2975 M: David Howells <dhowells@redhat.com>
2976 M: David Woodhouse <dwmw2@infradead.org>
2977 L: keyrings@vger.kernel.org
2978 S: Maintained
2979 F: Documentation/module-signing.txt
2980 F: certs/
2981 F: scripts/sign-file.c
2982 F: scripts/extract-cert.c
2983
2984 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2985 L: linux-usb@vger.kernel.org
2986 S: Orphan
2987 F: Documentation/usb/WUSB-Design-overview.txt
2988 F: Documentation/usb/wusb-cbaf
2989 F: drivers/usb/host/hwa-hc.c
2990 F: drivers/usb/host/whci/
2991 F: drivers/usb/wusbcore/
2992 F: include/linux/usb/wusb*
2993
2994 CFAG12864B LCD DRIVER
2995 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2996 W: http://miguelojeda.es/auxdisplay.htm
2997 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2998 S: Maintained
2999 F: drivers/auxdisplay/cfag12864b.c
3000 F: include/linux/cfag12864b.h
3001
3002 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3003 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3004 W: http://miguelojeda.es/auxdisplay.htm
3005 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3006 S: Maintained
3007 F: drivers/auxdisplay/cfag12864bfb.c
3008 F: include/linux/cfag12864b.h
3009
3010 CFG80211 and NL80211
3011 M: Johannes Berg <johannes@sipsolutions.net>
3012 L: linux-wireless@vger.kernel.org
3013 W: http://wireless.kernel.org/
3014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3016 S: Maintained
3017 F: include/uapi/linux/nl80211.h
3018 F: include/net/cfg80211.h
3019 F: net/wireless/*
3020 X: net/wireless/wext*
3021
3022 CHAR and MISC DRIVERS
3023 M: Arnd Bergmann <arnd@arndb.de>
3024 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3026 S: Supported
3027 F: drivers/char/*
3028 F: drivers/misc/*
3029 F: include/linux/miscdevice.h
3030
3031 CHECKPATCH
3032 M: Andy Whitcroft <apw@canonical.com>
3033 M: Joe Perches <joe@perches.com>
3034 S: Maintained
3035 F: scripts/checkpatch.pl
3036
3037 CHINESE DOCUMENTATION
3038 M: Harry Wei <harryxiyou@gmail.com>
3039 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3040 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3041 S: Maintained
3042 F: Documentation/zh_CN/
3043
3044 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3045 M: Peter Chen <Peter.Chen@nxp.com>
3046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3047 L: linux-usb@vger.kernel.org
3048 S: Maintained
3049 F: drivers/usb/chipidea/
3050
3051 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3052 M: Hans de Goede <hdegoede@redhat.com>
3053 L: linux-input@vger.kernel.org
3054 S: Maintained
3055 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3056 F: drivers/input/touchscreen/chipone_icn8318.c
3057
3058 CHROME HARDWARE PLATFORM SUPPORT
3059 M: Olof Johansson <olof@lixom.net>
3060 S: Maintained
3061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3062 F: drivers/platform/chrome/
3063
3064 CISCO VIC ETHERNET NIC DRIVER
3065 M: Christian Benvenuti <benve@cisco.com>
3066 M: Sujith Sankar <ssujith@cisco.com>
3067 M: Govindarajulu Varadarajan <_govind@gmx.com>
3068 M: Neel Patel <neepatel@cisco.com>
3069 S: Supported
3070 F: drivers/net/ethernet/cisco/enic/
3071
3072 CISCO VIC LOW LATENCY NIC DRIVER
3073 M: Christian Benvenuti <benve@cisco.com>
3074 M: Dave Goodell <dgoodell@cisco.com>
3075 S: Supported
3076 F: drivers/infiniband/hw/usnic/
3077
3078 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3079 M: Hartley Sweeten <hsweeten@visionengravers.com>
3080 L: netdev@vger.kernel.org
3081 S: Maintained
3082 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3083
3084 CIRRUS LOGIC AUDIO CODEC DRIVERS
3085 M: Brian Austin <brian.austin@cirrus.com>
3086 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3087 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3088 S: Maintained
3089 F: sound/soc/codecs/cs*
3090
3091 CLEANCACHE API
3092 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3093 L: linux-kernel@vger.kernel.org
3094 S: Maintained
3095 F: mm/cleancache.c
3096 F: include/linux/cleancache.h
3097
3098 CLK API
3099 M: Russell King <linux@armlinux.org.uk>
3100 L: linux-clk@vger.kernel.org
3101 S: Maintained
3102 F: include/linux/clk.h
3103
3104 CLOCKSOURCE, CLOCKEVENT DRIVERS
3105 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3106 M: Thomas Gleixner <tglx@linutronix.de>
3107 L: linux-kernel@vger.kernel.org
3108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3109 S: Supported
3110 F: drivers/clocksource
3111
3112 CISCO FCOE HBA DRIVER
3113 M: Hiral Patel <hiralpat@cisco.com>
3114 M: Suma Ramars <sramars@cisco.com>
3115 M: Brian Uchino <buchino@cisco.com>
3116 L: linux-scsi@vger.kernel.org
3117 S: Supported
3118 F: drivers/scsi/fnic/
3119
3120 CISCO SCSI HBA DRIVER
3121 M: Narsimhulu Musini <nmusini@cisco.com>
3122 M: Sesidhar Baddela <sebaddel@cisco.com>
3123 L: linux-scsi@vger.kernel.org
3124 S: Supported
3125 F: drivers/scsi/snic/
3126
3127 CMPC ACPI DRIVER
3128 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3129 M: Daniel Oliveira Nascimento <don@syst.com.br>
3130 L: platform-driver-x86@vger.kernel.org
3131 S: Supported
3132 F: drivers/platform/x86/classmate-laptop.c
3133
3134 COBALT MEDIA DRIVER
3135 M: Hans Verkuil <hans.verkuil@cisco.com>
3136 L: linux-media@vger.kernel.org
3137 T: git git://linuxtv.org/media_tree.git
3138 W: https://linuxtv.org
3139 S: Supported
3140 F: drivers/media/pci/cobalt/
3141
3142 COCCINELLE/Semantic Patches (SmPL)
3143 M: Julia Lawall <Julia.Lawall@lip6.fr>
3144 M: Gilles Muller <Gilles.Muller@lip6.fr>
3145 M: Nicolas Palix <nicolas.palix@imag.fr>
3146 M: Michal Marek <mmarek@suse.com>
3147 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3149 W: http://coccinelle.lip6.fr/
3150 S: Supported
3151 F: Documentation/dev-tools/coccinelle.rst
3152 F: scripts/coccinelle/
3153 F: scripts/coccicheck
3154
3155 CODA FILE SYSTEM
3156 M: Jan Harkes <jaharkes@cs.cmu.edu>
3157 M: coda@cs.cmu.edu
3158 L: codalist@coda.cs.cmu.edu
3159 W: http://www.coda.cs.cmu.edu/
3160 S: Maintained
3161 F: Documentation/filesystems/coda.txt
3162 F: fs/coda/
3163 F: include/linux/coda*.h
3164 F: include/uapi/linux/coda*.h
3165
3166 CODA V4L2 MEM2MEM DRIVER
3167 M: Philipp Zabel <p.zabel@pengutronix.de>
3168 L: linux-media@vger.kernel.org
3169 S: Maintained
3170 F: Documentation/devicetree/bindings/media/coda.txt
3171 F: drivers/media/platform/coda/
3172
3173 COMMON CLK FRAMEWORK
3174 M: Michael Turquette <mturquette@baylibre.com>
3175 M: Stephen Boyd <sboyd@codeaurora.org>
3176 L: linux-clk@vger.kernel.org
3177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3178 S: Maintained
3179 F: Documentation/devicetree/bindings/clock/
3180 F: drivers/clk/
3181 X: drivers/clk/clkdev.c
3182 F: include/linux/clk-pr*
3183 F: include/linux/clk/
3184
3185 COMMON INTERNET FILE SYSTEM (CIFS)
3186 M: Steve French <sfrench@samba.org>
3187 L: linux-cifs@vger.kernel.org
3188 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3189 W: http://linux-cifs.samba.org/
3190 T: git git://git.samba.org/sfrench/cifs-2.6.git
3191 S: Supported
3192 F: Documentation/filesystems/cifs/
3193 F: fs/cifs/
3194
3195 COMPACTPCI HOTPLUG CORE
3196 M: Scott Murray <scott@spiteful.org>
3197 L: linux-pci@vger.kernel.org
3198 S: Maintained
3199 F: drivers/pci/hotplug/cpci_hotplug*
3200
3201 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3202 M: Scott Murray <scott@spiteful.org>
3203 L: linux-pci@vger.kernel.org
3204 S: Maintained
3205 F: drivers/pci/hotplug/cpcihp_zt5550.*
3206
3207 COMPACTPCI HOTPLUG GENERIC DRIVER
3208 M: Scott Murray <scott@spiteful.org>
3209 L: linux-pci@vger.kernel.org
3210 S: Maintained
3211 F: drivers/pci/hotplug/cpcihp_generic.c
3212
3213 COMPAL LAPTOP SUPPORT
3214 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3215 L: platform-driver-x86@vger.kernel.org
3216 S: Maintained
3217 F: drivers/platform/x86/compal-laptop.c
3218
3219 CONEXANT ACCESSRUNNER USB DRIVER
3220 L: accessrunner-general@lists.sourceforge.net
3221 W: http://accessrunner.sourceforge.net/
3222 S: Orphan
3223 F: drivers/usb/atm/cxacru.c
3224
3225 CONFIGFS
3226 M: Joel Becker <jlbec@evilplan.org>
3227 M: Christoph Hellwig <hch@lst.de>
3228 T: git git://git.infradead.org/users/hch/configfs.git
3229 S: Supported
3230 F: fs/configfs/
3231 F: include/linux/configfs.h
3232
3233 CONNECTOR
3234 M: Evgeniy Polyakov <zbr@ioremap.net>
3235 L: netdev@vger.kernel.org
3236 S: Maintained
3237 F: drivers/connector/
3238
3239 CONTROL GROUP (CGROUP)
3240 M: Tejun Heo <tj@kernel.org>
3241 M: Li Zefan <lizefan@huawei.com>
3242 M: Johannes Weiner <hannes@cmpxchg.org>
3243 L: cgroups@vger.kernel.org
3244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3245 S: Maintained
3246 F: Documentation/cgroup*
3247 F: include/linux/cgroup*
3248 F: kernel/cgroup*
3249
3250 CONTROL GROUP - CPUSET
3251 M: Li Zefan <lizefan@huawei.com>
3252 L: cgroups@vger.kernel.org
3253 W: http://www.bullopensource.org/cpuset/
3254 W: http://oss.sgi.com/projects/cpusets/
3255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3256 S: Maintained
3257 F: Documentation/cgroup-v1/cpusets.txt
3258 F: include/linux/cpuset.h
3259 F: kernel/cpuset.c
3260
3261 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3262 M: Johannes Weiner <hannes@cmpxchg.org>
3263 M: Michal Hocko <mhocko@kernel.org>
3264 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3265 L: cgroups@vger.kernel.org
3266 L: linux-mm@kvack.org
3267 S: Maintained
3268 F: mm/memcontrol.c
3269 F: mm/swap_cgroup.c
3270
3271 CORETEMP HARDWARE MONITORING DRIVER
3272 M: Fenghua Yu <fenghua.yu@intel.com>
3273 L: linux-hwmon@vger.kernel.org
3274 S: Maintained
3275 F: Documentation/hwmon/coretemp
3276 F: drivers/hwmon/coretemp.c
3277
3278 COSA/SRP SYNC SERIAL DRIVER
3279 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3280 W: http://www.fi.muni.cz/~kas/cosa/
3281 S: Maintained
3282 F: drivers/net/wan/cosa*
3283
3284 CPMAC ETHERNET DRIVER
3285 M: Florian Fainelli <f.fainelli@gmail.com>
3286 L: netdev@vger.kernel.org
3287 S: Maintained
3288 F: drivers/net/ethernet/ti/cpmac.c
3289
3290 CPU FREQUENCY DRIVERS
3291 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3292 M: Viresh Kumar <viresh.kumar@linaro.org>
3293 L: linux-pm@vger.kernel.org
3294 S: Maintained
3295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3296 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3297 F: drivers/cpufreq/
3298 F: include/linux/cpufreq.h
3299
3300 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3301 M: Viresh Kumar <viresh.kumar@linaro.org>
3302 M: Sudeep Holla <sudeep.holla@arm.com>
3303 L: linux-pm@vger.kernel.org
3304 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3305 S: Maintained
3306 F: drivers/cpufreq/arm_big_little.h
3307 F: drivers/cpufreq/arm_big_little.c
3308 F: drivers/cpufreq/arm_big_little_dt.c
3309
3310 CPUIDLE DRIVER - ARM BIG LITTLE
3311 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3312 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3313 L: linux-pm@vger.kernel.org
3314 L: linux-arm-kernel@lists.infradead.org
3315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3316 S: Maintained
3317 F: drivers/cpuidle/cpuidle-big_little.c
3318
3319 CPUIDLE DRIVER - ARM EXYNOS
3320 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3321 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3322 M: Kukjin Kim <kgene@kernel.org>
3323 L: linux-pm@vger.kernel.org
3324 L: linux-samsung-soc@vger.kernel.org
3325 S: Supported
3326 F: drivers/cpuidle/cpuidle-exynos.c
3327 F: arch/arm/mach-exynos/pm.c
3328
3329 CPUIDLE DRIVERS
3330 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3331 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3332 L: linux-pm@vger.kernel.org
3333 S: Maintained
3334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3335 F: drivers/cpuidle/*
3336 F: include/linux/cpuidle.h
3337
3338 CPUID/MSR DRIVER
3339 M: "H. Peter Anvin" <hpa@zytor.com>
3340 S: Maintained
3341 F: arch/x86/kernel/cpuid.c
3342 F: arch/x86/kernel/msr.c
3343
3344 CPU POWER MONITORING SUBSYSTEM
3345 M: Thomas Renninger <trenn@suse.com>
3346 L: linux-pm@vger.kernel.org
3347 S: Maintained
3348 F: tools/power/cpupower/
3349
3350 CRAMFS FILESYSTEM
3351 W: http://sourceforge.net/projects/cramfs/
3352 S: Orphan / Obsolete
3353 F: Documentation/filesystems/cramfs.txt
3354 F: fs/cramfs/
3355
3356 CRIS PORT
3357 M: Mikael Starvik <starvik@axis.com>
3358 M: Jesper Nilsson <jesper.nilsson@axis.com>
3359 L: linux-cris-kernel@axis.com
3360 W: http://developer.axis.com
3361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3362 S: Maintained
3363 F: arch/cris/
3364 F: drivers/tty/serial/crisv10.*
3365
3366 CRYPTO API
3367 M: Herbert Xu <herbert@gondor.apana.org.au>
3368 M: "David S. Miller" <davem@davemloft.net>
3369 L: linux-crypto@vger.kernel.org
3370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3372 S: Maintained
3373 F: Documentation/crypto/
3374 F: Documentation/devicetree/bindings/crypto/
3375 F: Documentation/DocBook/crypto-API.tmpl
3376 F: arch/*/crypto/
3377 F: crypto/
3378 F: drivers/crypto/
3379 F: include/crypto/
3380
3381 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3382 M: Neil Horman <nhorman@tuxdriver.com>
3383 L: linux-crypto@vger.kernel.org
3384 S: Maintained
3385 F: crypto/ansi_cprng.c
3386 F: crypto/rng.c
3387
3388 CS3308 MEDIA DRIVER
3389 M: Hans Verkuil <hverkuil@xs4all.nl>
3390 L: linux-media@vger.kernel.org
3391 T: git git://linuxtv.org/media_tree.git
3392 W: http://linuxtv.org
3393 S: Odd Fixes
3394 F: drivers/media/i2c/cs3308.c
3395 F: drivers/media/i2c/cs3308.h
3396
3397 CS5535 Audio ALSA driver
3398 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3399 S: Maintained
3400 F: sound/pci/cs5535audio/
3401
3402 CW1200 WLAN driver
3403 M: Solomon Peachy <pizza@shaftnet.org>
3404 S: Maintained
3405 F: drivers/net/wireless/st/cw1200/
3406
3407 CX18 VIDEO4LINUX DRIVER
3408 M: Andy Walls <awalls@md.metrocast.net>
3409 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3410 L: linux-media@vger.kernel.org
3411 T: git git://linuxtv.org/media_tree.git
3412 W: https://linuxtv.org
3413 W: http://www.ivtvdriver.org/index.php/Cx18
3414 S: Maintained
3415 F: Documentation/video4linux/cx18.txt
3416 F: drivers/media/pci/cx18/
3417 F: include/uapi/linux/ivtv*
3418
3419 CX2341X MPEG ENCODER HELPER MODULE
3420 M: Hans Verkuil <hverkuil@xs4all.nl>
3421 L: linux-media@vger.kernel.org
3422 T: git git://linuxtv.org/media_tree.git
3423 W: https://linuxtv.org
3424 S: Maintained
3425 F: drivers/media/common/cx2341x*
3426 F: include/media/cx2341x*
3427
3428 CX24120 MEDIA DRIVER
3429 M: Jemma Denson <jdenson@gmail.com>
3430 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3431 L: linux-media@vger.kernel.org
3432 W: https://linuxtv.org
3433 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3434 S: Maintained
3435 F: drivers/media/dvb-frontends/cx24120*
3436
3437 CX88 VIDEO4LINUX DRIVER
3438 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3439 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3440 L: linux-media@vger.kernel.org
3441 W: https://linuxtv.org
3442 T: git git://linuxtv.org/media_tree.git
3443 S: Odd fixes
3444 F: Documentation/video4linux/cx88/
3445 F: drivers/media/pci/cx88/
3446
3447 CXD2820R MEDIA DRIVER
3448 M: Antti Palosaari <crope@iki.fi>
3449 L: linux-media@vger.kernel.org
3450 W: https://linuxtv.org
3451 W: http://palosaari.fi/linux/
3452 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3453 T: git git://linuxtv.org/anttip/media_tree.git
3454 S: Maintained
3455 F: drivers/media/dvb-frontends/cxd2820r*
3456
3457 CXGB3 ETHERNET DRIVER (CXGB3)
3458 M: Santosh Raspatur <santosh@chelsio.com>
3459 L: netdev@vger.kernel.org
3460 W: http://www.chelsio.com
3461 S: Supported
3462 F: drivers/net/ethernet/chelsio/cxgb3/
3463
3464 CXGB3 ISCSI DRIVER (CXGB3I)
3465 M: Karen Xie <kxie@chelsio.com>
3466 L: linux-scsi@vger.kernel.org
3467 W: http://www.chelsio.com
3468 S: Supported
3469 F: drivers/scsi/cxgbi/cxgb3i
3470
3471 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3472 M: Steve Wise <swise@chelsio.com>
3473 L: linux-rdma@vger.kernel.org
3474 W: http://www.openfabrics.org
3475 S: Supported
3476 F: drivers/infiniband/hw/cxgb3/
3477
3478 CXGB4 ETHERNET DRIVER (CXGB4)
3479 M: Hariprasad S <hariprasad@chelsio.com>
3480 L: netdev@vger.kernel.org
3481 W: http://www.chelsio.com
3482 S: Supported
3483 F: drivers/net/ethernet/chelsio/cxgb4/
3484
3485 CXGB4 ISCSI DRIVER (CXGB4I)
3486 M: Karen Xie <kxie@chelsio.com>
3487 L: linux-scsi@vger.kernel.org
3488 W: http://www.chelsio.com
3489 S: Supported
3490 F: drivers/scsi/cxgbi/cxgb4i
3491
3492 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3493 M: Steve Wise <swise@chelsio.com>
3494 L: linux-rdma@vger.kernel.org
3495 W: http://www.openfabrics.org
3496 S: Supported
3497 F: drivers/infiniband/hw/cxgb4/
3498
3499 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3500 M: Casey Leedom <leedom@chelsio.com>
3501 L: netdev@vger.kernel.org
3502 W: http://www.chelsio.com
3503 S: Supported
3504 F: drivers/net/ethernet/chelsio/cxgb4vf/
3505
3506 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3507 M: Ian Munsie <imunsie@au1.ibm.com>
3508 M: Michael Neuling <mikey@neuling.org>
3509 L: linuxppc-dev@lists.ozlabs.org
3510 S: Supported
3511 F: drivers/misc/cxl/
3512 F: include/misc/cxl*
3513 F: include/uapi/misc/cxl.h
3514 F: Documentation/powerpc/cxl.txt
3515 F: Documentation/powerpc/cxl.txt
3516 F: Documentation/ABI/testing/sysfs-class-cxl
3517
3518 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3519 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3520 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3521 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3522 L: linux-scsi@vger.kernel.org
3523 S: Supported
3524 F: drivers/scsi/cxlflash/
3525 F: include/uapi/scsi/cxlflash_ioctls.h
3526 F: Documentation/powerpc/cxlflash.txt
3527
3528 STMMAC ETHERNET DRIVER
3529 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3530 M: Alexandre Torgue <alexandre.torgue@st.com>
3531 L: netdev@vger.kernel.org
3532 W: http://www.stlinux.com
3533 S: Supported
3534 F: drivers/net/ethernet/stmicro/stmmac/
3535
3536 CYBERPRO FB DRIVER
3537 M: Russell King <linux@armlinux.org.uk>
3538 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3539 W: http://www.armlinux.org.uk/
3540 S: Maintained
3541 F: drivers/video/fbdev/cyber2000fb.*
3542
3543 CYCLADES ASYNC MUX DRIVER
3544 W: http://www.cyclades.com/
3545 S: Orphan
3546 F: drivers/tty/cyclades.c
3547 F: include/linux/cyclades.h
3548 F: include/uapi/linux/cyclades.h
3549
3550 CYCLADES PC300 DRIVER
3551 W: http://www.cyclades.com/
3552 S: Orphan
3553 F: drivers/net/wan/pc300*
3554
3555 CYPRESS_FIRMWARE MEDIA DRIVER
3556 M: Antti Palosaari <crope@iki.fi>
3557 L: linux-media@vger.kernel.org
3558 W: https://linuxtv.org
3559 W: http://palosaari.fi/linux/
3560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3561 T: git git://linuxtv.org/anttip/media_tree.git
3562 S: Maintained
3563 F: drivers/media/common/cypress_firmware*
3564
3565 CYTTSP TOUCHSCREEN DRIVER
3566 M: Ferruh Yigit <fery@cypress.com>
3567 L: linux-input@vger.kernel.org
3568 S: Supported
3569 F: drivers/input/touchscreen/cyttsp*
3570 F: include/linux/input/cyttsp.h
3571
3572 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3573 M: Joshua Kinard <kumba@gentoo.org>
3574 S: Maintained
3575 F: drivers/rtc/rtc-ds1685.c
3576 F: include/linux/rtc/ds1685.h
3577
3578 DAMA SLAVE for AX.25
3579 M: Joerg Reuter <jreuter@yaina.de>
3580 W: http://yaina.de/jreuter/
3581 W: http://www.qsl.net/dl1bke/
3582 L: linux-hams@vger.kernel.org
3583 S: Maintained
3584 F: net/ax25/af_ax25.c
3585 F: net/ax25/ax25_dev.c
3586 F: net/ax25/ax25_ds_*
3587 F: net/ax25/ax25_in.c
3588 F: net/ax25/ax25_out.c
3589 F: net/ax25/ax25_timer.c
3590 F: net/ax25/sysctl_net_ax25.c
3591
3592 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3593 L: netdev@vger.kernel.org
3594 S: Orphan
3595 F: Documentation/networking/dmfe.txt
3596 F: drivers/net/ethernet/dec/tulip/dmfe.c
3597
3598 DC390/AM53C974 SCSI driver
3599 M: Hannes Reinecke <hare@suse.com>
3600 L: linux-scsi@vger.kernel.org
3601 S: Maintained
3602 F: drivers/scsi/am53c974.c
3603
3604 DC395x SCSI driver
3605 M: Oliver Neukum <oliver@neukum.org>
3606 M: Ali Akcaagac <aliakc@web.de>
3607 M: Jamie Lenehan <lenehan@twibble.org>
3608 L: dc395x@twibble.org
3609 W: http://twibble.org/dist/dc395x/
3610 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3611 S: Maintained
3612 F: Documentation/scsi/dc395x.txt
3613 F: drivers/scsi/dc395x.*
3614
3615 DCCP PROTOCOL
3616 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3617 L: dccp@vger.kernel.org
3618 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3619 S: Maintained
3620 F: include/linux/dccp.h
3621 F: include/uapi/linux/dccp.h
3622 F: include/linux/tfrc.h
3623 F: net/dccp/
3624
3625 DECnet NETWORK LAYER
3626 W: http://linux-decnet.sourceforge.net
3627 L: linux-decnet-user@lists.sourceforge.net
3628 S: Orphan
3629 F: Documentation/networking/decnet.txt
3630 F: net/decnet/
3631
3632 DECSTATION PLATFORM SUPPORT
3633 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3634 L: linux-mips@linux-mips.org
3635 W: http://www.linux-mips.org/wiki/DECstation
3636 S: Maintained
3637 F: arch/mips/dec/
3638 F: arch/mips/include/asm/dec/
3639 F: arch/mips/include/asm/mach-dec/
3640
3641 DEFXX FDDI NETWORK DRIVER
3642 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3643 S: Maintained
3644 F: drivers/net/fddi/defxx.*
3645
3646 DELL LAPTOP DRIVER
3647 M: Matthew Garrett <mjg59@srcf.ucam.org>
3648 M: Pali Rohár <pali.rohar@gmail.com>
3649 L: platform-driver-x86@vger.kernel.org
3650 S: Maintained
3651 F: drivers/platform/x86/dell-laptop.c
3652
3653 DELL LAPTOP RBTN DRIVER
3654 M: Pali Rohár <pali.rohar@gmail.com>
3655 S: Maintained
3656 F: drivers/platform/x86/dell-rbtn.*
3657
3658 DELL LAPTOP FREEFALL DRIVER
3659 M: Pali Rohár <pali.rohar@gmail.com>
3660 S: Maintained
3661 F: drivers/platform/x86/dell-smo8800.c
3662
3663 DELL LAPTOP SMM DRIVER
3664 M: Pali Rohár <pali.rohar@gmail.com>
3665 S: Maintained
3666 F: drivers/hwmon/dell-smm-hwmon.c
3667 F: include/uapi/linux/i8k.h
3668
3669 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3670 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3671 S: Maintained
3672 F: Documentation/dcdbas.txt
3673 F: drivers/firmware/dcdbas.*
3674
3675 DELL WMI EXTRAS DRIVER
3676 M: Matthew Garrett <mjg59@srcf.ucam.org>
3677 M: Pali Rohár <pali.rohar@gmail.com>
3678 S: Maintained
3679 F: drivers/platform/x86/dell-wmi.c
3680
3681 DESIGNWARE USB2 DRD IP DRIVER
3682 M: John Youn <johnyoun@synopsys.com>
3683 L: linux-usb@vger.kernel.org
3684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3685 S: Maintained
3686 F: drivers/usb/dwc2/
3687
3688 DESIGNWARE USB3 DRD IP DRIVER
3689 M: Felipe Balbi <balbi@kernel.org>
3690 L: linux-usb@vger.kernel.org
3691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3692 S: Maintained
3693 F: drivers/usb/dwc3/
3694
3695 DEVICE COREDUMP (DEV_COREDUMP)
3696 M: Johannes Berg <johannes@sipsolutions.net>
3697 L: linux-kernel@vger.kernel.org
3698 S: Maintained
3699 F: drivers/base/devcoredump.c
3700 F: include/linux/devcoredump.h
3701
3702 DEVICE FREQUENCY (DEVFREQ)
3703 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3704 M: Kyungmin Park <kyungmin.park@samsung.com>
3705 L: linux-pm@vger.kernel.org
3706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3707 S: Maintained
3708 F: drivers/devfreq/
3709 F: include/linux/devfreq.h
3710 F: Documentation/devicetree/bindings/devfreq/
3711
3712 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3713 M: Chanwoo Choi <cw00.choi@samsung.com>
3714 L: linux-pm@vger.kernel.org
3715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3716 S: Supported
3717 F: drivers/devfreq/event/
3718 F: drivers/devfreq/devfreq-event.c
3719 F: include/linux/devfreq-event.h
3720 F: Documentation/devicetree/bindings/devfreq/event/
3721
3722 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3723 M: Chanwoo Choi <cw00.choi@samsung.com>
3724 L: linux-pm@vger.kernel.org
3725 L: linux-samsung-soc@vger.kernel.org
3726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3727 S: Maintained
3728 F: drivers/devfreq/exynos-bus.c
3729 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3730
3731 DEVICE NUMBER REGISTRY
3732 M: Torben Mathiasen <device@lanana.org>
3733 W: http://lanana.org/docs/device-list/index.html
3734 S: Maintained
3735
3736 DEVICE-MAPPER (LVM)
3737 M: Alasdair Kergon <agk@redhat.com>
3738 M: Mike Snitzer <snitzer@redhat.com>
3739 M: dm-devel@redhat.com
3740 L: dm-devel@redhat.com
3741 W: http://sources.redhat.com/dm
3742 Q: http://patchwork.kernel.org/project/dm-devel/list/
3743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3744 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3745 S: Maintained
3746 F: Documentation/device-mapper/
3747 F: drivers/md/dm*
3748 F: drivers/md/persistent-data/
3749 F: include/linux/device-mapper.h
3750 F: include/linux/dm-*.h
3751 F: include/uapi/linux/dm-*.h
3752
3753 DEVLINK
3754 M: Jiri Pirko <jiri@mellanox.com>
3755 L: netdev@vger.kernel.org
3756 S: Supported
3757 F: net/core/devlink.c
3758 F: include/net/devlink.h
3759 F: include/uapi/linux/devlink.h
3760
3761 DIALOG SEMICONDUCTOR DRIVERS
3762 M: Support Opensource <support.opensource@diasemi.com>
3763 W: http://www.dialog-semiconductor.com/products
3764 S: Supported
3765 F: Documentation/hwmon/da90??
3766 F: Documentation/devicetree/bindings/mfd/da90*.txt
3767 F: Documentation/devicetree/bindings/regulator/da92*.txt
3768 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3769 F: drivers/gpio/gpio-da90??.c
3770 F: drivers/hwmon/da90??-hwmon.c
3771 F: drivers/iio/adc/da91??-*.c
3772 F: drivers/input/misc/da90??_onkey.c
3773 F: drivers/input/touchscreen/da9052_tsi.c
3774 F: drivers/leds/leds-da90??.c
3775 F: drivers/mfd/da903x.c
3776 F: drivers/mfd/da90??-*.c
3777 F: drivers/mfd/da91??-*.c
3778 F: drivers/power/supply/da9052-battery.c
3779 F: drivers/power/supply/da91??-*.c
3780 F: drivers/regulator/da903x.c
3781 F: drivers/regulator/da9???-regulator.[ch]
3782 F: drivers/rtc/rtc-da90??.c
3783 F: drivers/video/backlight/da90??_bl.c
3784 F: drivers/watchdog/da90??_wdt.c
3785 F: include/linux/mfd/da903x.h
3786 F: include/linux/mfd/da9052/
3787 F: include/linux/mfd/da9055/
3788 F: include/linux/mfd/da9062/
3789 F: include/linux/mfd/da9063/
3790 F: include/linux/mfd/da9150/
3791 F: include/linux/regulator/da9211.h
3792 F: include/sound/da[79]*.h
3793 F: sound/soc/codecs/da[79]*.[ch]
3794
3795 DIGI NEO AND CLASSIC PCI PRODUCTS
3796 M: Lidza Louina <lidza.louina@gmail.com>
3797 M: Mark Hounschell <markh@compro.net>
3798 L: driverdev-devel@linuxdriverproject.org
3799 S: Maintained
3800 F: drivers/staging/dgnc/
3801
3802 DIOLAN U2C-12 I2C DRIVER
3803 M: Guenter Roeck <linux@roeck-us.net>
3804 L: linux-i2c@vger.kernel.org
3805 S: Maintained
3806 F: drivers/i2c/busses/i2c-diolan-u2c.c
3807
3808 DIRECT ACCESS (DAX)
3809 M: Matthew Wilcox <willy@linux.intel.com>
3810 L: linux-fsdevel@vger.kernel.org
3811 S: Supported
3812 F: fs/dax.c
3813
3814 DIRECTORY NOTIFICATION (DNOTIFY)
3815 M: Eric Paris <eparis@parisplace.org>
3816 S: Maintained
3817 F: Documentation/filesystems/dnotify.txt
3818 F: fs/notify/dnotify/
3819 F: include/linux/dnotify.h
3820
3821 DISK GEOMETRY AND PARTITION HANDLING
3822 M: Andries Brouwer <aeb@cwi.nl>
3823 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3824 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3825 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3826 S: Maintained
3827
3828 DISKQUOTA
3829 M: Jan Kara <jack@suse.com>
3830 S: Maintained
3831 F: Documentation/filesystems/quota.txt
3832 F: fs/quota/
3833 F: include/linux/quota*.h
3834 F: include/uapi/linux/quota*.h
3835
3836 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3837 M: Bernie Thompson <bernie@plugable.com>
3838 L: linux-fbdev@vger.kernel.org
3839 S: Maintained
3840 W: http://plugable.com/category/projects/udlfb/
3841 F: drivers/video/fbdev/udlfb.c
3842 F: include/video/udlfb.h
3843 F: Documentation/fb/udlfb.txt
3844
3845 DISTRIBUTED LOCK MANAGER (DLM)
3846 M: Christine Caulfield <ccaulfie@redhat.com>
3847 M: David Teigland <teigland@redhat.com>
3848 L: cluster-devel@redhat.com
3849 W: http://sources.redhat.com/cluster/
3850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3851 S: Supported
3852 F: fs/dlm/
3853
3854 DMA BUFFER SHARING FRAMEWORK
3855 M: Sumit Semwal <sumit.semwal@linaro.org>
3856 S: Maintained
3857 L: linux-media@vger.kernel.org
3858 L: dri-devel@lists.freedesktop.org
3859 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3860 F: drivers/dma-buf/
3861 F: include/linux/dma-buf*
3862 F: include/linux/reservation.h
3863 F: include/linux/*fence.h
3864 F: Documentation/dma-buf-sharing.txt
3865 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3866
3867 SYNC FILE FRAMEWORK
3868 M: Sumit Semwal <sumit.semwal@linaro.org>
3869 R: Gustavo Padovan <gustavo@padovan.org>
3870 S: Maintained
3871 L: linux-media@vger.kernel.org
3872 L: dri-devel@lists.freedesktop.org
3873 F: drivers/dma-buf/sync_file.c
3874 F: include/linux/sync_file.h
3875 F: Documentation/sync_file.txt
3876 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3877
3878 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3879 M: Vinod Koul <vinod.koul@intel.com>
3880 L: dmaengine@vger.kernel.org
3881 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3882 S: Maintained
3883 F: drivers/dma/
3884 F: include/linux/dmaengine.h
3885 F: Documentation/devicetree/bindings/dma/
3886 F: Documentation/dmaengine/
3887 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3888
3889 DME1737 HARDWARE MONITOR DRIVER
3890 M: Juerg Haefliger <juergh@gmail.com>
3891 L: linux-hwmon@vger.kernel.org
3892 S: Maintained
3893 F: Documentation/hwmon/dme1737
3894 F: drivers/hwmon/dme1737.c
3895
3896 DMI/SMBIOS SUPPORT
3897 M: Jean Delvare <jdelvare@suse.com>
3898 S: Maintained
3899 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3900 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3901 F: drivers/firmware/dmi-id.c
3902 F: drivers/firmware/dmi_scan.c
3903 F: include/linux/dmi.h
3904
3905 DOCUMENTATION
3906 M: Jonathan Corbet <corbet@lwn.net>
3907 L: linux-doc@vger.kernel.org
3908 S: Maintained
3909 F: Documentation/
3910 F: scripts/docproc.c
3911 F: scripts/kernel-doc*
3912 X: Documentation/ABI/
3913 X: Documentation/devicetree/
3914 X: Documentation/acpi
3915 X: Documentation/power
3916 X: Documentation/spi
3917 X: Documentation/DocBook/media
3918 T: git git://git.lwn.net/linux.git docs-next
3919
3920 DOUBLETALK DRIVER
3921 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3922 L: blinux-list@redhat.com
3923 S: Maintained
3924 F: drivers/char/dtlk.c
3925 F: include/linux/dtlk.h
3926
3927 DPT_I2O SCSI RAID DRIVER
3928 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3929 L: linux-scsi@vger.kernel.org
3930 W: http://www.adaptec.com/
3931 S: Maintained
3932 F: drivers/scsi/dpt*
3933 F: drivers/scsi/dpt/
3934
3935 DRBD DRIVER
3936 M: Philipp Reisner <philipp.reisner@linbit.com>
3937 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3938 L: drbd-dev@lists.linbit.com
3939 W: http://www.drbd.org
3940 T: git git://git.linbit.com/linux-drbd.git
3941 T: git git://git.linbit.com/drbd-8.4.git
3942 S: Supported
3943 F: drivers/block/drbd/
3944 F: lib/lru_cache.c
3945 F: Documentation/blockdev/drbd/
3946
3947 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3948 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3950 S: Supported
3951 F: Documentation/kobject.txt
3952 F: drivers/base/
3953 F: fs/debugfs/
3954 F: fs/kernfs/
3955 F: fs/sysfs/
3956 F: include/linux/debugfs.h
3957 F: include/linux/kobj*
3958 F: lib/kobj*
3959
3960 DRM DRIVERS
3961 M: David Airlie <airlied@linux.ie>
3962 L: dri-devel@lists.freedesktop.org
3963 T: git git://people.freedesktop.org/~airlied/linux
3964 S: Maintained
3965 F: drivers/gpu/drm/
3966 F: drivers/gpu/vga/
3967 F: Documentation/devicetree/bindings/display/
3968 F: Documentation/devicetree/bindings/gpu/
3969 F: Documentation/devicetree/bindings/video/
3970 F: Documentation/gpu/
3971 F: include/drm/
3972 F: include/uapi/drm/
3973
3974 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3975 M: Dave Airlie <airlied@redhat.com>
3976 S: Odd Fixes
3977 F: drivers/gpu/drm/ast/
3978
3979 DRM DRIVER FOR BOCHS VIRTUAL GPU
3980 M: Gerd Hoffmann <kraxel@redhat.com>
3981 S: Odd Fixes
3982 F: drivers/gpu/drm/bochs/
3983
3984 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3985 M: Dave Airlie <airlied@redhat.com>
3986 S: Odd Fixes
3987 F: drivers/gpu/drm/cirrus/
3988
3989 RADEON and AMDGPU DRM DRIVERS
3990 M: Alex Deucher <alexander.deucher@amd.com>
3991 M: Christian König <christian.koenig@amd.com>
3992 L: dri-devel@lists.freedesktop.org
3993 T: git git://people.freedesktop.org/~agd5f/linux
3994 S: Supported
3995 F: drivers/gpu/drm/radeon/
3996 F: include/uapi/drm/radeon_drm.h
3997 F: drivers/gpu/drm/amd/
3998 F: include/uapi/drm/amdgpu_drm.h
3999
4000 DRM PANEL DRIVERS
4001 M: Thierry Reding <thierry.reding@gmail.com>
4002 L: dri-devel@lists.freedesktop.org
4003 T: git git://anongit.freedesktop.org/tegra/linux.git
4004 S: Maintained
4005 F: drivers/gpu/drm/drm_panel.c
4006 F: drivers/gpu/drm/panel/
4007 F: include/drm/drm_panel.h
4008 F: Documentation/devicetree/bindings/display/panel/
4009
4010 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4011 M: Daniel Vetter <daniel.vetter@intel.com>
4012 M: Jani Nikula <jani.nikula@linux.intel.com>
4013 L: intel-gfx@lists.freedesktop.org
4014 L: dri-devel@lists.freedesktop.org
4015 W: https://01.org/linuxgraphics/
4016 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4017 T: git git://anongit.freedesktop.org/drm-intel
4018 S: Supported
4019 F: drivers/gpu/drm/i915/
4020 F: include/drm/i915*
4021 F: include/uapi/drm/i915_drm.h
4022 F: Documentation/gpu/i915.rst
4023
4024 DRM DRIVERS FOR ATMEL HLCDC
4025 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4026 L: dri-devel@lists.freedesktop.org
4027 S: Supported
4028 F: drivers/gpu/drm/atmel-hlcdc/
4029 F: Documentation/devicetree/bindings/drm/atmel/
4030
4031 DRM DRIVERS FOR ALLWINNER A10
4032 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4033 L: dri-devel@lists.freedesktop.org
4034 S: Supported
4035 F: drivers/gpu/drm/sun4i/
4036 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4037
4038 DRM DRIVERS FOR EXYNOS
4039 M: Inki Dae <inki.dae@samsung.com>
4040 M: Joonyoung Shim <jy0922.shim@samsung.com>
4041 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4042 M: Kyungmin Park <kyungmin.park@samsung.com>
4043 L: dri-devel@lists.freedesktop.org
4044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4045 S: Supported
4046 F: drivers/gpu/drm/exynos/
4047 F: include/uapi/drm/exynos_drm.h
4048 F: Documentation/devicetree/bindings/display/exynos/
4049
4050 DRM DRIVERS FOR FREESCALE DCU
4051 M: Stefan Agner <stefan@agner.ch>
4052 M: Alison Wang <alison.wang@freescale.com>
4053 L: dri-devel@lists.freedesktop.org
4054 S: Supported
4055 F: drivers/gpu/drm/fsl-dcu/
4056 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4057 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4058 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4059
4060 DRM DRIVERS FOR FREESCALE IMX
4061 M: Philipp Zabel <p.zabel@pengutronix.de>
4062 L: dri-devel@lists.freedesktop.org
4063 S: Maintained
4064 F: drivers/gpu/drm/imx/
4065 F: drivers/gpu/ipu-v3/
4066 F: Documentation/devicetree/bindings/display/imx/
4067
4068 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4069 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4070 L: dri-devel@lists.freedesktop.org
4071 T: git git://github.com/patjak/drm-gma500
4072 S: Maintained
4073 F: drivers/gpu/drm/gma500/
4074
4075 DRM DRIVERS FOR HISILICON
4076 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4077 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4078 R: Chen Feng <puck.chen@hisilicon.com>
4079 L: dri-devel@lists.freedesktop.org
4080 T: git git://github.com/xin3liang/linux.git
4081 S: Maintained
4082 F: drivers/gpu/drm/hisilicon/
4083 F: Documentation/devicetree/bindings/display/hisilicon/
4084
4085 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4086 S: Orphan / Obsolete
4087 F: drivers/gpu/drm/i810/
4088 F: include/uapi/drm/i810_drm.h
4089
4090 DRM DRIVERS FOR MEDIATEK
4091 M: CK Hu <ck.hu@mediatek.com>
4092 M: Philipp Zabel <p.zabel@pengutronix.de>
4093 L: dri-devel@lists.freedesktop.org
4094 S: Supported
4095 F: drivers/gpu/drm/mediatek/
4096 F: Documentation/devicetree/bindings/display/mediatek/
4097
4098 DRM DRIVER FOR MSM ADRENO GPU
4099 M: Rob Clark <robdclark@gmail.com>
4100 L: linux-arm-msm@vger.kernel.org
4101 L: dri-devel@lists.freedesktop.org
4102 L: freedreno@lists.freedesktop.org
4103 T: git git://people.freedesktop.org/~robclark/linux
4104 S: Maintained
4105 F: drivers/gpu/drm/msm/
4106 F: include/uapi/drm/msm_drm.h
4107 F: Documentation/devicetree/bindings/display/msm/
4108
4109 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4110 M: Ben Skeggs <bskeggs@redhat.com>
4111 L: dri-devel@lists.freedesktop.org
4112 L: nouveau@lists.freedesktop.org
4113 T: git git://github.com/skeggsb/linux
4114 S: Supported
4115 F: drivers/gpu/drm/nouveau/
4116 F: include/uapi/drm/nouveau_drm.h
4117
4118 DRM DRIVERS FOR NVIDIA TEGRA
4119 M: Thierry Reding <thierry.reding@gmail.com>
4120 L: dri-devel@lists.freedesktop.org
4121 L: linux-tegra@vger.kernel.org
4122 T: git git://anongit.freedesktop.org/tegra/linux.git
4123 S: Supported
4124 F: drivers/gpu/drm/tegra/
4125 F: drivers/gpu/host1x/
4126 F: include/linux/host1x.h
4127 F: include/uapi/drm/tegra_drm.h
4128 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4129
4130 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4131 S: Orphan / Obsolete
4132 F: drivers/gpu/drm/mga/
4133 F: include/uapi/drm/mga_drm.h
4134
4135 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4136 M: Dave Airlie <airlied@redhat.com>
4137 S: Odd Fixes
4138 F: drivers/gpu/drm/mgag200/
4139
4140 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4141 S: Orphan / Obsolete
4142 F: drivers/gpu/drm/r128/
4143 F: include/uapi/drm/r128_drm.h
4144
4145 DRM DRIVERS FOR RENESAS
4146 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4147 L: dri-devel@lists.freedesktop.org
4148 L: linux-renesas-soc@vger.kernel.org
4149 T: git git://linuxtv.org/pinchartl/fbdev
4150 S: Supported
4151 F: drivers/gpu/drm/rcar-du/
4152 F: drivers/gpu/drm/shmobile/
4153 F: include/linux/platform_data/shmob_drm.h
4154 F: Documentation/devicetree/bindings/display/renesas,du.txt
4155
4156 DRM DRIVER FOR QXL VIRTUAL GPU
4157 M: Dave Airlie <airlied@redhat.com>
4158 S: Odd Fixes
4159 F: drivers/gpu/drm/qxl/
4160 F: include/uapi/drm/qxl_drm.h
4161
4162 DRM DRIVERS FOR ROCKCHIP
4163 M: Mark Yao <mark.yao@rock-chips.com>
4164 L: dri-devel@lists.freedesktop.org
4165 S: Maintained
4166 F: drivers/gpu/drm/rockchip/
4167 F: Documentation/devicetree/bindings/display/rockchip/
4168
4169 DRM DRIVER FOR SAVAGE VIDEO CARDS
4170 S: Orphan / Obsolete
4171 F: drivers/gpu/drm/savage/
4172 F: include/uapi/drm/savage_drm.h
4173
4174 DRM DRIVER FOR SIS VIDEO CARDS
4175 S: Orphan / Obsolete
4176 F: drivers/gpu/drm/sis/
4177 F: include/uapi/drm/sis_drm.h
4178
4179 DRM DRIVERS FOR STI
4180 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4181 M: Vincent Abriou <vincent.abriou@st.com>
4182 L: dri-devel@lists.freedesktop.org
4183 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4184 S: Maintained
4185 F: drivers/gpu/drm/sti
4186 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4187
4188 DRM DRIVER FOR TDFX VIDEO CARDS
4189 S: Orphan / Obsolete
4190 F: drivers/gpu/drm/tdfx/
4191
4192 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4193 M: Dave Airlie <airlied@redhat.com>
4194 S: Odd Fixes
4195 F: drivers/gpu/drm/udl/
4196
4197 DRM DRIVERS FOR VIVANTE GPU IP
4198 M: Lucas Stach <l.stach@pengutronix.de>
4199 R: Russell King <linux+etnaviv@armlinux.org.uk>
4200 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4201 L: dri-devel@lists.freedesktop.org
4202 S: Maintained
4203 F: drivers/gpu/drm/etnaviv/
4204 F: include/uapi/drm/etnaviv_drm.h
4205 F: Documentation/devicetree/bindings/display/etnaviv/
4206
4207 DRM DRIVER FOR VMWARE VIRTUAL GPU
4208 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4209 M: Sinclair Yeh <syeh@vmware.com>
4210 M: Thomas Hellstrom <thellstrom@vmware.com>
4211 L: dri-devel@lists.freedesktop.org
4212 T: git git://people.freedesktop.org/~syeh/repos_linux
4213 T: git git://people.freedesktop.org/~thomash/linux
4214 S: Supported
4215 F: drivers/gpu/drm/vmwgfx/
4216 F: include/uapi/drm/vmwgfx_drm.h
4217
4218 DRM DRIVERS FOR VC4
4219 M: Eric Anholt <eric@anholt.net>
4220 T: git git://github.com/anholt/linux
4221 S: Supported
4222 F: drivers/gpu/drm/vc4/
4223 F: include/uapi/drm/vc4_drm.h
4224 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4225
4226 DRM DRIVERS FOR TI OMAP
4227 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4228 L: dri-devel@lists.freedesktop.org
4229 S: Maintained
4230 F: drivers/gpu/drm/omapdrm/
4231 F: Documentation/devicetree/bindings/display/ti/
4232
4233 DRM DRIVERS FOR TI LCDC
4234 M: Jyri Sarha <jsarha@ti.com>
4235 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4236 L: dri-devel@lists.freedesktop.org
4237 S: Maintained
4238 F: drivers/gpu/drm/tilcdc/
4239 F: Documentation/devicetree/bindings/display/tilcdc/
4240
4241 DSBR100 USB FM RADIO DRIVER
4242 M: Alexey Klimov <klimov.linux@gmail.com>
4243 L: linux-media@vger.kernel.org
4244 T: git git://linuxtv.org/media_tree.git
4245 S: Maintained
4246 F: drivers/media/radio/dsbr100.c
4247
4248 DSCC4 DRIVER
4249 M: Francois Romieu <romieu@fr.zoreil.com>
4250 L: netdev@vger.kernel.org
4251 S: Maintained
4252 F: drivers/net/wan/dscc4.c
4253
4254 DT3155 MEDIA DRIVER
4255 M: Hans Verkuil <hverkuil@xs4all.nl>
4256 L: linux-media@vger.kernel.org
4257 T: git git://linuxtv.org/media_tree.git
4258 W: https://linuxtv.org
4259 S: Odd Fixes
4260 F: drivers/media/pci/dt3155/
4261
4262 DVB_USB_AF9015 MEDIA DRIVER
4263 M: Antti Palosaari <crope@iki.fi>
4264 L: linux-media@vger.kernel.org
4265 W: https://linuxtv.org
4266 W: http://palosaari.fi/linux/
4267 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4268 T: git git://linuxtv.org/anttip/media_tree.git
4269 S: Maintained
4270 F: drivers/media/usb/dvb-usb-v2/af9015*
4271
4272 DVB_USB_AF9035 MEDIA DRIVER
4273 M: Antti Palosaari <crope@iki.fi>
4274 L: linux-media@vger.kernel.org
4275 W: https://linuxtv.org
4276 W: http://palosaari.fi/linux/
4277 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4278 T: git git://linuxtv.org/anttip/media_tree.git
4279 S: Maintained
4280 F: drivers/media/usb/dvb-usb-v2/af9035*
4281
4282 DVB_USB_ANYSEE MEDIA DRIVER
4283 M: Antti Palosaari <crope@iki.fi>
4284 L: linux-media@vger.kernel.org
4285 W: https://linuxtv.org
4286 W: http://palosaari.fi/linux/
4287 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4288 T: git git://linuxtv.org/anttip/media_tree.git
4289 S: Maintained
4290 F: drivers/media/usb/dvb-usb-v2/anysee*
4291
4292 DVB_USB_AU6610 MEDIA DRIVER
4293 M: Antti Palosaari <crope@iki.fi>
4294 L: linux-media@vger.kernel.org
4295 W: https://linuxtv.org
4296 W: http://palosaari.fi/linux/
4297 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4298 T: git git://linuxtv.org/anttip/media_tree.git
4299 S: Maintained
4300 F: drivers/media/usb/dvb-usb-v2/au6610*
4301
4302 DVB_USB_CE6230 MEDIA DRIVER
4303 M: Antti Palosaari <crope@iki.fi>
4304 L: linux-media@vger.kernel.org
4305 W: https://linuxtv.org
4306 W: http://palosaari.fi/linux/
4307 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4308 T: git git://linuxtv.org/anttip/media_tree.git
4309 S: Maintained
4310 F: drivers/media/usb/dvb-usb-v2/ce6230*
4311
4312 DVB_USB_CXUSB MEDIA DRIVER
4313 M: Michael Krufky <mkrufky@linuxtv.org>
4314 L: linux-media@vger.kernel.org
4315 W: https://linuxtv.org
4316 W: http://github.com/mkrufky
4317 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4318 T: git git://linuxtv.org/media_tree.git
4319 S: Maintained
4320 F: drivers/media/usb/dvb-usb/cxusb*
4321
4322 DVB_USB_EC168 MEDIA DRIVER
4323 M: Antti Palosaari <crope@iki.fi>
4324 L: linux-media@vger.kernel.org
4325 W: https://linuxtv.org
4326 W: http://palosaari.fi/linux/
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/ec168*
4331
4332 DVB_USB_GL861 MEDIA DRIVER
4333 M: Antti Palosaari <crope@iki.fi>
4334 L: linux-media@vger.kernel.org
4335 W: https://linuxtv.org
4336 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4337 T: git git://linuxtv.org/anttip/media_tree.git
4338 S: Maintained
4339 F: drivers/media/usb/dvb-usb-v2/gl861*
4340
4341 DVB_USB_MXL111SF MEDIA DRIVER
4342 M: Michael Krufky <mkrufky@linuxtv.org>
4343 L: linux-media@vger.kernel.org
4344 W: https://linuxtv.org
4345 W: http://github.com/mkrufky
4346 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4347 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4348 S: Maintained
4349 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4350
4351 DVB_USB_RTL28XXU MEDIA DRIVER
4352 M: Antti Palosaari <crope@iki.fi>
4353 L: linux-media@vger.kernel.org
4354 W: https://linuxtv.org
4355 W: http://palosaari.fi/linux/
4356 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4357 T: git git://linuxtv.org/anttip/media_tree.git
4358 S: Maintained
4359 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4360
4361 DVB_USB_V2 MEDIA DRIVER
4362 M: Antti Palosaari <crope@iki.fi>
4363 L: linux-media@vger.kernel.org
4364 W: https://linuxtv.org
4365 W: http://palosaari.fi/linux/
4366 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4367 T: git git://linuxtv.org/anttip/media_tree.git
4368 S: Maintained
4369 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4370 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4371
4372 DYNAMIC DEBUG
4373 M: Jason Baron <jbaron@akamai.com>
4374 S: Maintained
4375 F: lib/dynamic_debug.c
4376 F: include/linux/dynamic_debug.h
4377
4378 DZ DECSTATION DZ11 SERIAL DRIVER
4379 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4380 S: Maintained
4381 F: drivers/tty/serial/dz.*
4382
4383 E3X0 POWER BUTTON DRIVER
4384 M: Moritz Fischer <moritz.fischer@ettus.com>
4385 L: usrp-users@lists.ettus.com
4386 W: http://www.ettus.com
4387 S: Supported
4388 F: drivers/input/misc/e3x0-button.c
4389 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4390
4391 E4000 MEDIA DRIVER
4392 M: Antti Palosaari <crope@iki.fi>
4393 L: linux-media@vger.kernel.org
4394 W: https://linuxtv.org
4395 W: http://palosaari.fi/linux/
4396 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4397 T: git git://linuxtv.org/anttip/media_tree.git
4398 S: Maintained
4399 F: drivers/media/tuners/e4000*
4400
4401 EATA ISA/EISA/PCI SCSI DRIVER
4402 M: Dario Ballabio <ballabio_dario@emc.com>
4403 L: linux-scsi@vger.kernel.org
4404 S: Maintained
4405 F: drivers/scsi/eata.c
4406
4407 EC100 MEDIA DRIVER
4408 M: Antti Palosaari <crope@iki.fi>
4409 L: linux-media@vger.kernel.org
4410 W: https://linuxtv.org
4411 W: http://palosaari.fi/linux/
4412 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4413 T: git git://linuxtv.org/anttip/media_tree.git
4414 S: Maintained
4415 F: drivers/media/dvb-frontends/ec100*
4416
4417 ECRYPT FILE SYSTEM
4418 M: Tyler Hicks <tyhicks@canonical.com>
4419 L: ecryptfs@vger.kernel.org
4420 W: http://ecryptfs.org
4421 W: https://launchpad.net/ecryptfs
4422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4423 S: Supported
4424 F: Documentation/filesystems/ecryptfs.txt
4425 F: fs/ecryptfs/
4426
4427 EDAC-CORE
4428 M: Doug Thompson <dougthompson@xmission.com>
4429 M: Borislav Petkov <bp@alien8.de>
4430 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4431 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4432 L: linux-edac@vger.kernel.org
4433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4435 S: Supported
4436 F: Documentation/edac.txt
4437 F: drivers/edac/
4438 F: include/linux/edac.h
4439
4440 EDAC-AMD64
4441 M: Doug Thompson <dougthompson@xmission.com>
4442 M: Borislav Petkov <bp@alien8.de>
4443 L: linux-edac@vger.kernel.org
4444 S: Maintained
4445 F: drivers/edac/amd64_edac*
4446
4447 EDAC-CALXEDA
4448 M: Doug Thompson <dougthompson@xmission.com>
4449 M: Robert Richter <rric@kernel.org>
4450 L: linux-edac@vger.kernel.org
4451 S: Maintained
4452 F: drivers/edac/highbank*
4453
4454 EDAC-CAVIUM
4455 M: Ralf Baechle <ralf@linux-mips.org>
4456 M: David Daney <david.daney@cavium.com>
4457 L: linux-edac@vger.kernel.org
4458 L: linux-mips@linux-mips.org
4459 S: Supported
4460 F: drivers/edac/octeon_edac*
4461
4462 EDAC-E752X
4463 M: Mark Gross <mark.gross@intel.com>
4464 M: Doug Thompson <dougthompson@xmission.com>
4465 L: linux-edac@vger.kernel.org
4466 S: Maintained
4467 F: drivers/edac/e752x_edac.c
4468
4469 EDAC-E7XXX
4470 M: Doug Thompson <dougthompson@xmission.com>
4471 L: linux-edac@vger.kernel.org
4472 S: Maintained
4473 F: drivers/edac/e7xxx_edac.c
4474
4475 EDAC-GHES
4476 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4477 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4478 L: linux-edac@vger.kernel.org
4479 S: Maintained
4480 F: drivers/edac/ghes_edac.c
4481
4482 EDAC-I82443BXGX
4483 M: Tim Small <tim@buttersideup.com>
4484 L: linux-edac@vger.kernel.org
4485 S: Maintained
4486 F: drivers/edac/i82443bxgx_edac.c
4487
4488 EDAC-I3000
4489 M: Jason Uhlenkott <juhlenko@akamai.com>
4490 L: linux-edac@vger.kernel.org
4491 S: Maintained
4492 F: drivers/edac/i3000_edac.c
4493
4494 EDAC-I5000
4495 M: Doug Thompson <dougthompson@xmission.com>
4496 L: linux-edac@vger.kernel.org
4497 S: Maintained
4498 F: drivers/edac/i5000_edac.c
4499
4500 EDAC-I5400
4501 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4502 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4503 L: linux-edac@vger.kernel.org
4504 S: Maintained
4505 F: drivers/edac/i5400_edac.c
4506
4507 EDAC-I7300
4508 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4509 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4510 L: linux-edac@vger.kernel.org
4511 S: Maintained
4512 F: drivers/edac/i7300_edac.c
4513
4514 EDAC-I7CORE
4515 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4516 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4517 L: linux-edac@vger.kernel.org
4518 S: Maintained
4519 F: drivers/edac/i7core_edac.c
4520
4521 EDAC-I82975X
4522 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4523 M: "Arvind R." <arvino55@gmail.com>
4524 L: linux-edac@vger.kernel.org
4525 S: Maintained
4526 F: drivers/edac/i82975x_edac.c
4527
4528 EDAC-IE31200
4529 M: Jason Baron <jbaron@akamai.com>
4530 L: linux-edac@vger.kernel.org
4531 S: Maintained
4532 F: drivers/edac/ie31200_edac.c
4533
4534 EDAC-MPC85XX
4535 M: Johannes Thumshirn <morbidrsa@gmail.com>
4536 L: linux-edac@vger.kernel.org
4537 S: Maintained
4538 F: drivers/edac/mpc85xx_edac.[ch]
4539
4540 EDAC-PASEMI
4541 M: Egor Martovetsky <egor@pasemi.com>
4542 L: linux-edac@vger.kernel.org
4543 S: Maintained
4544 F: drivers/edac/pasemi_edac.c
4545
4546 EDAC-R82600
4547 M: Tim Small <tim@buttersideup.com>
4548 L: linux-edac@vger.kernel.org
4549 S: Maintained
4550 F: drivers/edac/r82600_edac.c
4551
4552 EDAC-SBRIDGE
4553 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4554 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4555 L: linux-edac@vger.kernel.org
4556 S: Maintained
4557 F: drivers/edac/sb_edac.c
4558
4559 EDAC-SKYLAKE
4560 M: Tony Luck <tony.luck@intel.com>
4561 L: linux-edac@vger.kernel.org
4562 S: Maintained
4563 F: drivers/edac/skx_edac.c
4564
4565 EDAC-XGENE
4566 APPLIED MICRO (APM) X-GENE SOC EDAC
4567 M: Loc Ho <lho@apm.com>
4568 S: Supported
4569 F: drivers/edac/xgene_edac.c
4570 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4571
4572 EDIROL UA-101/UA-1000 DRIVER
4573 M: Clemens Ladisch <clemens@ladisch.de>
4574 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4575 T: git git://git.alsa-project.org/alsa-kernel.git
4576 S: Maintained
4577 F: sound/usb/misc/ua101.c
4578
4579 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4580 M: Matt Fleming <matt@codeblueprint.co.uk>
4581 L: linux-efi@vger.kernel.org
4582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4583 S: Maintained
4584 F: Documentation/efi-stub.txt
4585 F: arch/ia64/kernel/efi.c
4586 F: arch/x86/boot/compressed/eboot.[ch]
4587 F: arch/x86/include/asm/efi.h
4588 F: arch/x86/platform/efi/
4589 F: drivers/firmware/efi/
4590 F: include/linux/efi*.h
4591
4592 EFI VARIABLE FILESYSTEM
4593 M: Matthew Garrett <matthew.garrett@nebula.com>
4594 M: Jeremy Kerr <jk@ozlabs.org>
4595 M: Matt Fleming <matt@codeblueprint.co.uk>
4596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4597 L: linux-efi@vger.kernel.org
4598 S: Maintained
4599 F: fs/efivarfs/
4600
4601 EFIFB FRAMEBUFFER DRIVER
4602 L: linux-fbdev@vger.kernel.org
4603 M: Peter Jones <pjones@redhat.com>
4604 S: Maintained
4605 F: drivers/video/fbdev/efifb.c
4606
4607 EFS FILESYSTEM
4608 W: http://aeschi.ch.eu.org/efs/
4609 S: Orphan
4610 F: fs/efs/
4611
4612 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4613 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4614 L: netdev@vger.kernel.org
4615 S: Maintained
4616 F: drivers/net/ethernet/ibm/ehea/
4617
4618 EM28XX VIDEO4LINUX DRIVER
4619 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4620 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4621 L: linux-media@vger.kernel.org
4622 W: https://linuxtv.org
4623 T: git git://linuxtv.org/media_tree.git
4624 S: Maintained
4625 F: drivers/media/usb/em28xx/
4626
4627 EMBEDDED LINUX
4628 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4629 M: Matt Mackall <mpm@selenic.com>
4630 M: David Woodhouse <dwmw2@infradead.org>
4631 L: linux-embedded@vger.kernel.org
4632 S: Maintained
4633
4634 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4635 M: James Smart <james.smart@avagotech.com>
4636 M: Dick Kennedy <dick.kennedy@avagotech.com>
4637 L: linux-scsi@vger.kernel.org
4638 W: http://www.avagotech.com
4639 S: Supported
4640 F: drivers/scsi/lpfc/
4641
4642 ENE CB710 FLASH CARD READER DRIVER
4643 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4644 S: Maintained
4645 F: drivers/misc/cb710/
4646 F: drivers/mmc/host/cb710-mmc.*
4647 F: include/linux/cb710.h
4648
4649 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4650 M: Maxim Levitsky <maximlevitsky@gmail.com>
4651 S: Maintained
4652 F: drivers/media/rc/ene_ir.*
4653
4654 EPSON S1D13XXX FRAMEBUFFER DRIVER
4655 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4656 S: Maintained
4657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4658 F: drivers/video/fbdev/s1d13xxxfb.c
4659 F: include/video/s1d13xxxfb.h
4660
4661 ET131X NETWORK DRIVER
4662 M: Mark Einon <mark.einon@gmail.com>
4663 S: Odd Fixes
4664 F: drivers/net/ethernet/agere/
4665
4666 ETHERNET BRIDGE
4667 M: Stephen Hemminger <stephen@networkplumber.org>
4668 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4669 L: netdev@vger.kernel.org
4670 W: http://www.linuxfoundation.org/en/Net:Bridge
4671 S: Maintained
4672 F: include/linux/netfilter_bridge/
4673 F: net/bridge/
4674
4675 ETHERNET PHY LIBRARY
4676 M: Florian Fainelli <f.fainelli@gmail.com>
4677 L: netdev@vger.kernel.org
4678 S: Maintained
4679 F: include/linux/phy.h
4680 F: include/linux/phy_fixed.h
4681 F: drivers/net/phy/
4682 F: Documentation/networking/phy.txt
4683 F: drivers/of/of_mdio.c
4684 F: drivers/of/of_net.c
4685
4686 EXT2 FILE SYSTEM
4687 M: Jan Kara <jack@suse.com>
4688 L: linux-ext4@vger.kernel.org
4689 S: Maintained
4690 F: Documentation/filesystems/ext2.txt
4691 F: fs/ext2/
4692 F: include/linux/ext2*
4693
4694 EXT4 FILE SYSTEM
4695 M: "Theodore Ts'o" <tytso@mit.edu>
4696 M: Andreas Dilger <adilger.kernel@dilger.ca>
4697 L: linux-ext4@vger.kernel.org
4698 W: http://ext4.wiki.kernel.org
4699 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4700 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4701 S: Maintained
4702 F: Documentation/filesystems/ext4.txt
4703 F: fs/ext4/
4704
4705 Extended Verification Module (EVM)
4706 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4707 L: linux-ima-devel@lists.sourceforge.net
4708 L: linux-security-module@vger.kernel.org
4709 S: Supported
4710 F: security/integrity/evm/
4711
4712 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4713 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4714 M: Chanwoo Choi <cw00.choi@samsung.com>
4715 L: linux-kernel@vger.kernel.org
4716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4717 S: Maintained
4718 F: drivers/extcon/
4719 F: include/linux/extcon/
4720 F: include/linux/extcon.h
4721 F: Documentation/extcon/
4722 F: Documentation/devicetree/bindings/extcon/
4723
4724 EXYNOS DP DRIVER
4725 M: Jingoo Han <jingoohan1@gmail.com>
4726 L: dri-devel@lists.freedesktop.org
4727 S: Maintained
4728 F: drivers/gpu/drm/exynos/exynos_dp*
4729
4730 EXYNOS SYSMMU (IOMMU) driver
4731 M: Marek Szyprowski <m.szyprowski@samsung.com>
4732 L: iommu@lists.linux-foundation.org
4733 S: Maintained
4734 F: drivers/iommu/exynos-iommu.c
4735
4736 EXYNOS MIPI DISPLAY DRIVERS
4737 M: Inki Dae <inki.dae@samsung.com>
4738 M: Donghwa Lee <dh09.lee@samsung.com>
4739 M: Kyungmin Park <kyungmin.park@samsung.com>
4740 L: linux-fbdev@vger.kernel.org
4741 S: Maintained
4742 F: drivers/video/fbdev/exynos/exynos_mipi*
4743 F: include/video/exynos_mipi*
4744
4745 EZchip NPS platform support
4746 M: Noam Camus <noamc@ezchip.com>
4747 S: Supported
4748 F: arch/arc/plat-eznps
4749 F: arch/arc/boot/dts/eznps.dts
4750
4751 F71805F HARDWARE MONITORING DRIVER
4752 M: Jean Delvare <jdelvare@suse.com>
4753 L: linux-hwmon@vger.kernel.org
4754 S: Maintained
4755 F: Documentation/hwmon/f71805f
4756 F: drivers/hwmon/f71805f.c
4757
4758 FC0011 TUNER DRIVER
4759 M: Michael Buesch <m@bues.ch>
4760 L: linux-media@vger.kernel.org
4761 S: Maintained
4762 F: drivers/media/tuners/fc0011.h
4763 F: drivers/media/tuners/fc0011.c
4764
4765 FC2580 MEDIA DRIVER
4766 M: Antti Palosaari <crope@iki.fi>
4767 L: linux-media@vger.kernel.org
4768 W: https://linuxtv.org
4769 W: http://palosaari.fi/linux/
4770 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4771 T: git git://linuxtv.org/anttip/media_tree.git
4772 S: Maintained
4773 F: drivers/media/tuners/fc2580*
4774
4775 FANOTIFY
4776 M: Eric Paris <eparis@redhat.com>
4777 S: Maintained
4778 F: fs/notify/fanotify/
4779 F: include/linux/fanotify.h
4780 F: include/uapi/linux/fanotify.h
4781
4782 FARSYNC SYNCHRONOUS DRIVER
4783 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4784 W: http://www.farsite.co.uk/
4785 S: Supported
4786 F: drivers/net/wan/farsync.*
4787
4788 FAULT INJECTION SUPPORT
4789 M: Akinobu Mita <akinobu.mita@gmail.com>
4790 S: Supported
4791 F: Documentation/fault-injection/
4792 F: lib/fault-inject.c
4793
4794 FBTFT Framebuffer drivers
4795 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4796 M: Noralf Trønnes <noralf@tronnes.org>
4797 S: Maintained
4798 F: drivers/staging/fbtft/
4799
4800 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4801 M: Johannes Thumshirn <jth@kernel.org>
4802 L: fcoe-devel@open-fcoe.org
4803 W: www.Open-FCoE.org
4804 S: Supported
4805 F: drivers/scsi/libfc/
4806 F: drivers/scsi/fcoe/
4807 F: include/scsi/fc/
4808 F: include/scsi/libfc.h
4809 F: include/scsi/libfcoe.h
4810 F: include/uapi/scsi/fc/
4811
4812 FILE LOCKING (flock() and fcntl()/lockf())
4813 M: Jeff Layton <jlayton@poochiereds.net>
4814 M: "J. Bruce Fields" <bfields@fieldses.org>
4815 L: linux-fsdevel@vger.kernel.org
4816 S: Maintained
4817 F: include/linux/fcntl.h
4818 F: include/linux/fs.h
4819 F: include/uapi/linux/fcntl.h
4820 F: include/uapi/linux/fs.h
4821 F: fs/fcntl.c
4822 F: fs/locks.c
4823
4824 FILESYSTEMS (VFS and infrastructure)
4825 M: Alexander Viro <viro@zeniv.linux.org.uk>
4826 L: linux-fsdevel@vger.kernel.org
4827 S: Maintained
4828 F: fs/*
4829
4830 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4831 M: Riku Voipio <riku.voipio@iki.fi>
4832 L: linux-hwmon@vger.kernel.org
4833 S: Maintained
4834 F: drivers/hwmon/f75375s.c
4835 F: include/linux/f75375s.h
4836
4837 FIREWIRE AUDIO DRIVERS
4838 M: Clemens Ladisch <clemens@ladisch.de>
4839 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4840 T: git git://git.alsa-project.org/alsa-kernel.git
4841 S: Maintained
4842 F: sound/firewire/
4843
4844 FIREWIRE MEDIA DRIVERS (firedtv)
4845 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4846 L: linux-media@vger.kernel.org
4847 L: linux1394-devel@lists.sourceforge.net
4848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4849 S: Maintained
4850 F: drivers/media/firewire/
4851
4852 FIREWIRE SBP-2 TARGET
4853 M: Chris Boot <bootc@bootc.net>
4854 L: linux-scsi@vger.kernel.org
4855 L: target-devel@vger.kernel.org
4856 L: linux1394-devel@lists.sourceforge.net
4857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4858 S: Maintained
4859 F: drivers/target/sbp/
4860
4861 FIREWIRE SUBSYSTEM
4862 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4863 L: linux1394-devel@lists.sourceforge.net
4864 W: http://ieee1394.wiki.kernel.org/
4865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4866 S: Maintained
4867 F: drivers/firewire/
4868 F: include/linux/firewire.h
4869 F: include/uapi/linux/firewire*.h
4870 F: tools/firewire/
4871
4872 FIRMWARE LOADER (request_firmware)
4873 M: Ming Lei <ming.lei@canonical.com>
4874 L: linux-kernel@vger.kernel.org
4875 S: Maintained
4876 F: Documentation/firmware_class/
4877 F: drivers/base/firmware*.c
4878 F: include/linux/firmware.h
4879
4880 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4881 M: Joshua Morris <josh.h.morris@us.ibm.com>
4882 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4883 S: Maintained
4884 F: drivers/block/rsxx/
4885
4886 FLOPPY DRIVER
4887 M: Jiri Kosina <jikos@kernel.org>
4888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4889 S: Odd fixes
4890 F: drivers/block/floppy.c
4891
4892 FMC SUBSYSTEM
4893 M: Alessandro Rubini <rubini@gnudd.com>
4894 W: http://www.ohwr.org/projects/fmc-bus
4895 S: Supported
4896 F: drivers/fmc/
4897 F: include/linux/fmc*.h
4898 F: include/linux/ipmi-fru.h
4899 K: fmc_d.*register
4900
4901 FPGA MANAGER FRAMEWORK
4902 M: Alan Tull <atull@opensource.altera.com>
4903 R: Moritz Fischer <moritz.fischer@ettus.com>
4904 S: Maintained
4905 F: drivers/fpga/
4906 F: include/linux/fpga/fpga-mgr.h
4907 W: http://www.rocketboards.org
4908
4909 FPU EMULATOR
4910 M: Bill Metzenthen <billm@melbpc.org.au>
4911 W: http://floatingpoint.sourceforge.net/emulator/index.html
4912 S: Maintained
4913 F: arch/x86/math-emu/
4914
4915 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4916 L: netdev@vger.kernel.org
4917 S: Orphan
4918 F: drivers/net/wan/dlci.c
4919 F: drivers/net/wan/sdla.c
4920
4921 FRAMEBUFFER LAYER
4922 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4923 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4924 L: linux-fbdev@vger.kernel.org
4925 W: http://linux-fbdev.sourceforge.net/
4926 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4928 S: Maintained
4929 F: Documentation/fb/
4930 F: drivers/video/
4931 F: include/video/
4932 F: include/linux/fb.h
4933 F: include/uapi/video/
4934 F: include/uapi/linux/fb.h
4935
4936 FREESCALE DIU FRAMEBUFFER DRIVER
4937 M: Timur Tabi <timur@tabi.org>
4938 L: linux-fbdev@vger.kernel.org
4939 S: Maintained
4940 F: drivers/video/fbdev/fsl-diu-fb.*
4941
4942 FREESCALE DMA DRIVER
4943 M: Li Yang <leoli@freescale.com>
4944 M: Zhang Wei <zw@zh-kernel.org>
4945 L: linuxppc-dev@lists.ozlabs.org
4946 S: Maintained
4947 F: drivers/dma/fsldma.*
4948
4949 FREESCALE GPMI NAND DRIVER
4950 M: Han Xu <han.xu@nxp.com>
4951 L: linux-mtd@lists.infradead.org
4952 S: Maintained
4953 F: drivers/mtd/nand/gpmi-nand/*
4954
4955 FREESCALE I2C CPM DRIVER
4956 M: Jochen Friedrich <jochen@scram.de>
4957 L: linuxppc-dev@lists.ozlabs.org
4958 L: linux-i2c@vger.kernel.org
4959 S: Maintained
4960 F: drivers/i2c/busses/i2c-cpm.c
4961
4962 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4963 M: Sascha Hauer <kernel@pengutronix.de>
4964 L: linux-fbdev@vger.kernel.org
4965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4966 S: Maintained
4967 F: include/linux/platform_data/video-imxfb.h
4968 F: drivers/video/fbdev/imxfb.c
4969
4970 FREESCALE QUAD SPI DRIVER
4971 M: Han Xu <han.xu@nxp.com>
4972 L: linux-mtd@lists.infradead.org
4973 S: Maintained
4974 F: drivers/mtd/spi-nor/fsl-quadspi.c
4975
4976 FREESCALE SOC FS_ENET DRIVER
4977 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4978 M: Vitaly Bordug <vbordug@ru.mvista.com>
4979 L: linuxppc-dev@lists.ozlabs.org
4980 L: netdev@vger.kernel.org
4981 S: Maintained
4982 F: drivers/net/ethernet/freescale/fs_enet/
4983 F: include/linux/fs_enet_pd.h
4984
4985 FREESCALE IMX / MXC FEC DRIVER
4986 M: Fugang Duan <fugang.duan@nxp.com>
4987 L: netdev@vger.kernel.org
4988 S: Maintained
4989 F: drivers/net/ethernet/freescale/fec_main.c
4990 F: drivers/net/ethernet/freescale/fec_ptp.c
4991 F: drivers/net/ethernet/freescale/fec.h
4992 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4993
4994 FREESCALE QUICC ENGINE LIBRARY
4995 L: linuxppc-dev@lists.ozlabs.org
4996 S: Orphan
4997 F: drivers/soc/fsl/qe/
4998 F: include/soc/fsl/*qe*.h
4999 F: include/soc/fsl/*ucc*.h
5000
5001 FREESCALE USB PERIPHERAL DRIVERS
5002 M: Li Yang <leoli@freescale.com>
5003 L: linux-usb@vger.kernel.org
5004 L: linuxppc-dev@lists.ozlabs.org
5005 S: Maintained
5006 F: drivers/usb/gadget/udc/fsl*
5007
5008 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5009 M: Li Yang <leoli@freescale.com>
5010 L: netdev@vger.kernel.org
5011 L: linuxppc-dev@lists.ozlabs.org
5012 S: Maintained
5013 F: drivers/net/ethernet/freescale/ucc_geth*
5014
5015 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5016 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5017 L: netdev@vger.kernel.org
5018 S: Maintained
5019 F: drivers/net/ethernet/freescale/gianfar*
5020 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5021 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5022
5023 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5024 M: Zhao Qiang <qiang.zhao@nxp.com>
5025 L: netdev@vger.kernel.org
5026 L: linuxppc-dev@lists.ozlabs.org
5027 S: Maintained
5028 F: drivers/net/wan/fsl_ucc_hdlc*
5029
5030 FREESCALE QUICC ENGINE UCC UART DRIVER
5031 M: Timur Tabi <timur@tabi.org>
5032 L: linuxppc-dev@lists.ozlabs.org
5033 S: Maintained
5034 F: drivers/tty/serial/ucc_uart.c
5035
5036 FREESCALE SOC SOUND DRIVERS
5037 M: Timur Tabi <timur@tabi.org>
5038 M: Nicolin Chen <nicoleotsuka@gmail.com>
5039 M: Xiubo Li <Xiubo.Lee@gmail.com>
5040 R: Fabio Estevam <fabio.estevam@nxp.com>
5041 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5042 L: linuxppc-dev@lists.ozlabs.org
5043 S: Maintained
5044 F: sound/soc/fsl/fsl*
5045 F: sound/soc/fsl/imx*
5046 F: sound/soc/fsl/mpc8610_hpcd.c
5047
5048 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5049 M: "J. German Rivera" <German.Rivera@freescale.com>
5050 M: Stuart Yoder <stuart.yoder@nxp.com>
5051 L: linux-kernel@vger.kernel.org
5052 S: Maintained
5053 F: drivers/staging/fsl-mc/
5054
5055 FREEVXFS FILESYSTEM
5056 M: Christoph Hellwig <hch@infradead.org>
5057 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5058 S: Maintained
5059 F: fs/freevxfs/
5060
5061 FREEZER
5062 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5063 M: Pavel Machek <pavel@ucw.cz>
5064 L: linux-pm@vger.kernel.org
5065 S: Supported
5066 F: Documentation/power/freezing-of-tasks.txt
5067 F: include/linux/freezer.h
5068 F: kernel/freezer.c
5069
5070 FRONTSWAP API
5071 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5072 L: linux-kernel@vger.kernel.org
5073 S: Maintained
5074 F: mm/frontswap.c
5075 F: include/linux/frontswap.h
5076
5077 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5078 M: David Howells <dhowells@redhat.com>
5079 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5080 S: Supported
5081 F: Documentation/filesystems/caching/
5082 F: fs/fscache/
5083 F: include/linux/fscache*.h
5084
5085 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5086 M: Theodore Y. Ts'o <tytso@mit.edu>
5087 M: Jaegeuk Kim <jaegeuk@kernel.org>
5088 S: Supported
5089 F: fs/crypto/
5090 F: include/linux/fscrypto.h
5091
5092 F2FS FILE SYSTEM
5093 M: Jaegeuk Kim <jaegeuk@kernel.org>
5094 M: Changman Lee <cm224.lee@samsung.com>
5095 R: Chao Yu <yuchao0@huawei.com>
5096 L: linux-f2fs-devel@lists.sourceforge.net
5097 W: http://en.wikipedia.org/wiki/F2FS
5098 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5099 S: Maintained
5100 F: Documentation/filesystems/f2fs.txt
5101 F: Documentation/ABI/testing/sysfs-fs-f2fs
5102 F: fs/f2fs/
5103 F: include/linux/f2fs_fs.h
5104 F: include/trace/events/f2fs.h
5105
5106 FUJITSU FR-V (FRV) PORT
5107 S: Orphan
5108 F: arch/frv/
5109
5110 FUJITSU LAPTOP EXTRAS
5111 M: Jonathan Woithe <jwoithe@just42.net>
5112 L: platform-driver-x86@vger.kernel.org
5113 S: Maintained
5114 F: drivers/platform/x86/fujitsu-laptop.c
5115
5116 FUJITSU M-5MO LS CAMERA ISP DRIVER
5117 M: Kyungmin Park <kyungmin.park@samsung.com>
5118 M: Heungjun Kim <riverful.kim@samsung.com>
5119 L: linux-media@vger.kernel.org
5120 S: Maintained
5121 F: drivers/media/i2c/m5mols/
5122 F: include/media/i2c/m5mols.h
5123
5124 FUJITSU TABLET EXTRAS
5125 M: Robert Gerlach <khnz@gmx.de>
5126 L: platform-driver-x86@vger.kernel.org
5127 S: Maintained
5128 F: drivers/platform/x86/fujitsu-tablet.c
5129
5130 FUSE: FILESYSTEM IN USERSPACE
5131 M: Miklos Szeredi <miklos@szeredi.hu>
5132 L: linux-fsdevel@vger.kernel.org
5133 W: http://fuse.sourceforge.net/
5134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5135 S: Maintained
5136 F: fs/fuse/
5137 F: include/uapi/linux/fuse.h
5138 F: Documentation/filesystems/fuse.txt
5139
5140 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5141 M: Rik Faith <faith@cs.unc.edu>
5142 L: linux-scsi@vger.kernel.org
5143 S: Odd Fixes (e.g., new signatures)
5144 F: drivers/scsi/fdomain.*
5145
5146 GCC PLUGINS
5147 M: Kees Cook <keescook@chromium.org>
5148 R: Emese Revfy <re.emese@gmail.com>
5149 L: kernel-hardening@lists.openwall.com
5150 S: Maintained
5151 F: scripts/gcc-plugins/
5152 F: scripts/gcc-plugin.sh
5153 F: Documentation/gcc-plugins.txt
5154
5155 GCOV BASED KERNEL PROFILING
5156 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5157 S: Maintained
5158 F: kernel/gcov/
5159 F: Documentation/dev-tools/gcov.rst
5160
5161 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5162 M: Achim Leubner <achim_leubner@adaptec.com>
5163 L: linux-scsi@vger.kernel.org
5164 W: http://www.icp-vortex.com/
5165 S: Supported
5166 F: drivers/scsi/gdt*
5167
5168 GDB KERNEL DEBUGGING HELPER SCRIPTS
5169 M: Jan Kiszka <jan.kiszka@siemens.com>
5170 M: Kieran Bingham <kieran@bingham.xyz>
5171 S: Supported
5172 F: scripts/gdb/
5173
5174 GEMTEK FM RADIO RECEIVER DRIVER
5175 M: Hans Verkuil <hverkuil@xs4all.nl>
5176 L: linux-media@vger.kernel.org
5177 T: git git://linuxtv.org/media_tree.git
5178 W: https://linuxtv.org
5179 S: Maintained
5180 F: drivers/media/radio/radio-gemtek*
5181
5182 GENERIC GPIO I2C DRIVER
5183 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5184 S: Supported
5185 F: drivers/i2c/busses/i2c-gpio.c
5186 F: include/linux/i2c-gpio.h
5187
5188 GENERIC GPIO I2C MULTIPLEXER DRIVER
5189 M: Peter Korsgaard <peter.korsgaard@barco.com>
5190 L: linux-i2c@vger.kernel.org
5191 S: Supported
5192 F: drivers/i2c/muxes/i2c-mux-gpio.c
5193 F: include/linux/i2c-mux-gpio.h
5194 F: Documentation/i2c/muxes/i2c-mux-gpio
5195
5196 GENERIC HDLC (WAN) DRIVERS
5197 M: Krzysztof Halasa <khc@pm.waw.pl>
5198 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5199 S: Maintained
5200 F: drivers/net/wan/c101.c
5201 F: drivers/net/wan/hd6457*
5202 F: drivers/net/wan/hdlc*
5203 F: drivers/net/wan/n2.c
5204 F: drivers/net/wan/pc300too.c
5205 F: drivers/net/wan/pci200syn.c
5206 F: drivers/net/wan/wanxl*
5207
5208 GENERIC INCLUDE/ASM HEADER FILES
5209 M: Arnd Bergmann <arnd@arndb.de>
5210 L: linux-arch@vger.kernel.org
5211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5212 S: Maintained
5213 F: include/asm-generic/
5214 F: include/uapi/asm-generic/
5215
5216 GENERIC PHY FRAMEWORK
5217 M: Kishon Vijay Abraham I <kishon@ti.com>
5218 L: linux-kernel@vger.kernel.org
5219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5220 S: Supported
5221 F: drivers/phy/
5222 F: include/linux/phy/
5223
5224 GENERIC PM DOMAINS
5225 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5226 M: Kevin Hilman <khilman@kernel.org>
5227 M: Ulf Hansson <ulf.hansson@linaro.org>
5228 L: linux-pm@vger.kernel.org
5229 S: Supported
5230 F: drivers/base/power/domain*.c
5231 F: include/linux/pm_domain.h
5232
5233 GENERIC UIO DRIVER FOR PCI DEVICES
5234 M: "Michael S. Tsirkin" <mst@redhat.com>
5235 L: kvm@vger.kernel.org
5236 S: Supported
5237 F: drivers/uio/uio_pci_generic.c
5238
5239 GET_MAINTAINER SCRIPT
5240 M: Joe Perches <joe@perches.com>
5241 S: Maintained
5242 F: scripts/get_maintainer.pl
5243
5244 GFS2 FILE SYSTEM
5245 M: Steven Whitehouse <swhiteho@redhat.com>
5246 M: Bob Peterson <rpeterso@redhat.com>
5247 L: cluster-devel@redhat.com
5248 W: http://sources.redhat.com/cluster/
5249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5250 S: Supported
5251 F: Documentation/filesystems/gfs2*.txt
5252 F: fs/gfs2/
5253 F: include/uapi/linux/gfs2_ondisk.h
5254
5255 GIGASET ISDN DRIVERS
5256 M: Paul Bolle <pebolle@tiscali.nl>
5257 L: gigaset307x-common@lists.sourceforge.net
5258 W: http://gigaset307x.sourceforge.net/
5259 S: Odd Fixes
5260 F: Documentation/isdn/README.gigaset
5261 F: drivers/isdn/gigaset/
5262 F: include/uapi/linux/gigaset_dev.h
5263
5264 GO7007 MPEG CODEC
5265 M: Hans Verkuil <hans.verkuil@cisco.com>
5266 L: linux-media@vger.kernel.org
5267 S: Maintained
5268 F: drivers/media/usb/go7007/
5269
5270 GOODIX TOUCHSCREEN
5271 M: Bastien Nocera <hadess@hadess.net>
5272 L: linux-input@vger.kernel.org
5273 S: Maintained
5274 F: drivers/input/touchscreen/goodix.c
5275
5276 GPIO SUBSYSTEM
5277 M: Linus Walleij <linus.walleij@linaro.org>
5278 M: Alexandre Courbot <gnurou@gmail.com>
5279 L: linux-gpio@vger.kernel.org
5280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5281 S: Maintained
5282 F: Documentation/devicetree/bindings/gpio/
5283 F: Documentation/gpio/
5284 F: Documentation/ABI/testing/gpio-cdev
5285 F: Documentation/ABI/obsolete/sysfs-gpio
5286 F: drivers/gpio/
5287 F: include/linux/gpio/
5288 F: include/linux/gpio.h
5289 F: include/asm-generic/gpio.h
5290 F: include/uapi/linux/gpio.h
5291 F: tools/gpio/
5292
5293 GRE DEMULTIPLEXER DRIVER
5294 M: Dmitry Kozlov <xeb@mail.ru>
5295 L: netdev@vger.kernel.org
5296 S: Maintained
5297 F: net/ipv4/gre_demux.c
5298 F: net/ipv4/gre_offload.c
5299 F: include/net/gre.h
5300
5301 GRETH 10/100/1G Ethernet MAC device driver
5302 M: Andreas Larsson <andreas@gaisler.com>
5303 L: netdev@vger.kernel.org
5304 S: Maintained
5305 F: drivers/net/ethernet/aeroflex/
5306
5307 GSPCA FINEPIX SUBDRIVER
5308 M: Frank Zago <frank@zago.net>
5309 L: linux-media@vger.kernel.org
5310 T: git git://linuxtv.org/media_tree.git
5311 S: Maintained
5312 F: drivers/media/usb/gspca/finepix.c
5313
5314 GSPCA GL860 SUBDRIVER
5315 M: Olivier Lorin <o.lorin@laposte.net>
5316 L: linux-media@vger.kernel.org
5317 T: git git://linuxtv.org/media_tree.git
5318 S: Maintained
5319 F: drivers/media/usb/gspca/gl860/
5320
5321 GSPCA M5602 SUBDRIVER
5322 M: Erik Andren <erik.andren@gmail.com>
5323 L: linux-media@vger.kernel.org
5324 T: git git://linuxtv.org/media_tree.git
5325 S: Maintained
5326 F: drivers/media/usb/gspca/m5602/
5327
5328 GSPCA PAC207 SONIXB SUBDRIVER
5329 M: Hans Verkuil <hverkuil@xs4all.nl>
5330 L: linux-media@vger.kernel.org
5331 T: git git://linuxtv.org/media_tree.git
5332 S: Odd Fixes
5333 F: drivers/media/usb/gspca/pac207.c
5334
5335 GSPCA SN9C20X SUBDRIVER
5336 M: Brian Johnson <brijohn@gmail.com>
5337 L: linux-media@vger.kernel.org
5338 T: git git://linuxtv.org/media_tree.git
5339 S: Maintained
5340 F: drivers/media/usb/gspca/sn9c20x.c
5341
5342 GSPCA T613 SUBDRIVER
5343 M: Leandro Costantino <lcostantino@gmail.com>
5344 L: linux-media@vger.kernel.org
5345 T: git git://linuxtv.org/media_tree.git
5346 S: Maintained
5347 F: drivers/media/usb/gspca/t613.c
5348
5349 GSPCA USB WEBCAM DRIVER
5350 M: Hans Verkuil <hverkuil@xs4all.nl>
5351 L: linux-media@vger.kernel.org
5352 T: git git://linuxtv.org/media_tree.git
5353 S: Odd Fixes
5354 F: drivers/media/usb/gspca/
5355
5356 GUID PARTITION TABLE (GPT)
5357 M: Davidlohr Bueso <dave@stgolabs.net>
5358 L: linux-efi@vger.kernel.org
5359 S: Maintained
5360 F: block/partitions/efi.*
5361
5362 STK1160 USB VIDEO CAPTURE DRIVER
5363 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5364 L: linux-media@vger.kernel.org
5365 T: git git://linuxtv.org/media_tree.git
5366 S: Maintained
5367 F: drivers/media/usb/stk1160/
5368
5369 H8/300 ARCHITECTURE
5370 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5371 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5372 W: http://uclinux-h8.sourceforge.jp
5373 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5374 S: Maintained
5375 F: arch/h8300/
5376 F: drivers/clocksource/h8300_*.c
5377 F: drivers/clk/h8300/
5378 F: drivers/irqchip/irq-renesas-h8*.c
5379
5380 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5381 M: Frank Seidel <frank@f-seidel.de>
5382 L: platform-driver-x86@vger.kernel.org
5383 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5384 S: Maintained
5385 F: drivers/platform/x86/hdaps.c
5386
5387 HDPVR USB VIDEO ENCODER DRIVER
5388 M: Hans Verkuil <hverkuil@xs4all.nl>
5389 L: linux-media@vger.kernel.org
5390 T: git git://linuxtv.org/media_tree.git
5391 W: https://linuxtv.org
5392 S: Odd Fixes
5393 F: drivers/media/usb/hdpvr/
5394
5395 HWPOISON MEMORY FAILURE HANDLING
5396 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5397 L: linux-mm@kvack.org
5398 S: Maintained
5399 F: mm/memory-failure.c
5400 F: mm/hwpoison-inject.c
5401
5402 HYPERVISOR VIRTUAL CONSOLE DRIVER
5403 L: linuxppc-dev@lists.ozlabs.org
5404 S: Odd Fixes
5405 F: drivers/tty/hvc/
5406
5407 HACKRF MEDIA DRIVER
5408 M: Antti Palosaari <crope@iki.fi>
5409 L: linux-media@vger.kernel.org
5410 W: https://linuxtv.org
5411 W: http://palosaari.fi/linux/
5412 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5413 T: git git://linuxtv.org/anttip/media_tree.git
5414 S: Maintained
5415 F: drivers/media/usb/hackrf/
5416
5417 HARDWARE MONITORING
5418 M: Jean Delvare <jdelvare@suse.com>
5419 M: Guenter Roeck <linux@roeck-us.net>
5420 L: linux-hwmon@vger.kernel.org
5421 W: http://hwmon.wiki.kernel.org/
5422 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5424 S: Maintained
5425 F: Documentation/hwmon/
5426 F: drivers/hwmon/
5427 F: include/linux/hwmon*.h
5428
5429 HARDWARE RANDOM NUMBER GENERATOR CORE
5430 M: Matt Mackall <mpm@selenic.com>
5431 M: Herbert Xu <herbert@gondor.apana.org.au>
5432 L: linux-crypto@vger.kernel.org
5433 S: Odd fixes
5434 F: Documentation/devicetree/bindings/rng/
5435 F: Documentation/hw_random.txt
5436 F: drivers/char/hw_random/
5437 F: include/linux/hw_random.h
5438
5439 HARDWARE SPINLOCK CORE
5440 M: Ohad Ben-Cohen <ohad@wizery.com>
5441 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5442 L: linux-remoteproc@vger.kernel.org
5443 S: Maintained
5444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5445 F: Documentation/devicetree/bindings/hwlock/
5446 F: Documentation/hwspinlock.txt
5447 F: drivers/hwspinlock/
5448 F: include/linux/hwspinlock.h
5449
5450 HARMONY SOUND DRIVER
5451 L: linux-parisc@vger.kernel.org
5452 S: Maintained
5453 F: sound/parisc/harmony.*
5454
5455 HD29L2 MEDIA DRIVER
5456 M: Antti Palosaari <crope@iki.fi>
5457 L: linux-media@vger.kernel.org
5458 W: https://linuxtv.org
5459 W: http://palosaari.fi/linux/
5460 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5461 T: git git://linuxtv.org/anttip/media_tree.git
5462 S: Maintained
5463 F: drivers/media/dvb-frontends/hd29l2*
5464
5465 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5466 M: Brian Boylston <brian.boylston@hpe.com>
5467 S: Supported
5468 F: Documentation/watchdog/hpwdt.txt
5469 F: drivers/watchdog/hpwdt.c
5470
5471 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5472 M: Don Brace <don.brace@microsemi.com>
5473 L: iss_storagedev@hp.com
5474 L: esc.storagedev@microsemi.com
5475 L: linux-scsi@vger.kernel.org
5476 S: Supported
5477 F: Documentation/scsi/hpsa.txt
5478 F: drivers/scsi/hpsa*.[ch]
5479 F: include/linux/cciss*.h
5480 F: include/uapi/linux/cciss*.h
5481
5482 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5483 M: Don Brace <don.brace@microsemi.com>
5484 L: iss_storagedev@hp.com
5485 L: esc.storagedev@microsemi.com
5486 L: linux-scsi@vger.kernel.org
5487 S: Supported
5488 F: Documentation/blockdev/cciss.txt
5489 F: drivers/block/cciss*
5490 F: include/linux/cciss_ioctl.h
5491 F: include/uapi/linux/cciss_ioctl.h
5492
5493 HFI1 DRIVER
5494 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5495 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5496 L: linux-rdma@vger.kernel.org
5497 S: Supported
5498 F: drivers/infiniband/hw/hfi1
5499
5500 HFS FILESYSTEM
5501 L: linux-fsdevel@vger.kernel.org
5502 S: Orphan
5503 F: Documentation/filesystems/hfs.txt
5504 F: fs/hfs/
5505
5506 HFSPLUS FILESYSTEM
5507 L: linux-fsdevel@vger.kernel.org
5508 S: Orphan
5509 F: Documentation/filesystems/hfsplus.txt
5510 F: fs/hfsplus/
5511
5512 HGA FRAMEBUFFER DRIVER
5513 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5514 L: linux-nvidia@lists.surfsouth.com
5515 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5516 S: Maintained
5517 F: drivers/video/fbdev/hgafb.c
5518
5519 HIBERNATION (aka Software Suspend, aka swsusp)
5520 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5521 M: Pavel Machek <pavel@ucw.cz>
5522 L: linux-pm@vger.kernel.org
5523 S: Supported
5524 F: arch/x86/power/
5525 F: drivers/base/power/
5526 F: kernel/power/
5527 F: include/linux/suspend.h
5528 F: include/linux/freezer.h
5529 F: include/linux/pm.h
5530 F: arch/*/include/asm/suspend*.h
5531
5532 HID CORE LAYER
5533 M: Jiri Kosina <jikos@kernel.org>
5534 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5535 L: linux-input@vger.kernel.org
5536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5537 S: Maintained
5538 F: drivers/hid/
5539 F: include/linux/hid*
5540 F: include/uapi/linux/hid*
5541
5542 HID SENSOR HUB DRIVERS
5543 M: Jiri Kosina <jikos@kernel.org>
5544 M: Jonathan Cameron <jic23@kernel.org>
5545 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5546 L: linux-input@vger.kernel.org
5547 L: linux-iio@vger.kernel.org
5548 S: Maintained
5549 F: Documentation/hid/hid-sensor*
5550 F: drivers/hid/hid-sensor-*
5551 F: drivers/iio/*/hid-*
5552 F: include/linux/hid-sensor-*
5553
5554 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5555 M: Thomas Gleixner <tglx@linutronix.de>
5556 L: linux-kernel@vger.kernel.org
5557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5558 S: Maintained
5559 F: Documentation/timers/
5560 F: kernel/time/hrtimer.c
5561 F: kernel/time/clockevents.c
5562 F: kernel/time/tick*.*
5563 F: kernel/time/timer_*.c
5564 F: include/linux/clockchips.h
5565 F: include/linux/hrtimer.h
5566
5567 HIGH-SPEED SCC DRIVER FOR AX.25
5568 L: linux-hams@vger.kernel.org
5569 S: Orphan
5570 F: drivers/net/hamradio/dmascc.c
5571 F: drivers/net/hamradio/scc.c
5572
5573 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5574 M: HighPoint Linux Team <linux@highpoint-tech.com>
5575 W: http://www.highpoint-tech.com
5576 S: Supported
5577 F: Documentation/scsi/hptiop.txt
5578 F: drivers/scsi/hptiop.c
5579
5580 HIPPI
5581 M: Jes Sorensen <jes@trained-monkey.org>
5582 L: linux-hippi@sunsite.dk
5583 S: Maintained
5584 F: include/linux/hippidevice.h
5585 F: include/uapi/linux/if_hippi.h
5586 F: net/802/hippi.c
5587 F: drivers/net/hippi/
5588
5589 HISILICON NETWORK SUBSYSTEM DRIVER
5590 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5591 M: Salil Mehta <salil.mehta@huawei.com>
5592 L: netdev@vger.kernel.org
5593 W: http://www.hisilicon.com
5594 S: Maintained
5595 F: drivers/net/ethernet/hisilicon/
5596 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5597
5598 HISILICON ROCE DRIVER
5599 M: Lijun Ou <oulijun@huawei.com>
5600 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5601 L: linux-rdma@vger.kernel.org
5602 S: Maintained
5603 F: drivers/infiniband/hw/hns/
5604 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5605
5606 HISILICON SAS Controller
5607 M: John Garry <john.garry@huawei.com>
5608 W: http://www.hisilicon.com
5609 S: Supported
5610 F: drivers/scsi/hisi_sas/
5611 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5612
5613 HOST AP DRIVER
5614 M: Jouni Malinen <j@w1.fi>
5615 L: hostap@shmoo.com (subscribers-only)
5616 L: linux-wireless@vger.kernel.org
5617 W: http://hostap.epitest.fi/
5618 S: Maintained
5619 F: drivers/net/wireless/intersil/hostap/
5620
5621 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5622 L: platform-driver-x86@vger.kernel.org
5623 S: Orphan
5624 F: drivers/platform/x86/tc1100-wmi.c
5625
5626 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5627 M: Jaroslav Kysela <perex@perex.cz>
5628 S: Maintained
5629 F: drivers/net/ethernet/hp/hp100.*
5630
5631 HPET: High Precision Event Timers driver
5632 M: Clemens Ladisch <clemens@ladisch.de>
5633 S: Maintained
5634 F: Documentation/timers/hpet.txt
5635 F: drivers/char/hpet.c
5636 F: include/linux/hpet.h
5637 F: include/uapi/linux/hpet.h
5638
5639 HPET: x86
5640 S: Orphan
5641 F: arch/x86/kernel/hpet.c
5642 F: arch/x86/include/asm/hpet.h
5643
5644 HPFS FILESYSTEM
5645 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5646 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5647 S: Maintained
5648 F: fs/hpfs/
5649
5650 HSI SUBSYSTEM
5651 M: Sebastian Reichel <sre@kernel.org>
5652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5653 S: Maintained
5654 F: Documentation/ABI/testing/sysfs-bus-hsi
5655 F: Documentation/hsi.txt
5656 F: drivers/hsi/
5657 F: include/linux/hsi/
5658 F: include/uapi/linux/hsi/
5659
5660 HSO 3G MODEM DRIVER
5661 M: Jan Dumon <j.dumon@option.com>
5662 W: http://www.pharscape.org
5663 S: Maintained
5664 F: drivers/net/usb/hso.c
5665
5666 HSR NETWORK PROTOCOL
5667 M: Arvid Brodin <arvid.brodin@alten.se>
5668 L: netdev@vger.kernel.org
5669 S: Maintained
5670 F: net/hsr/
5671
5672 HTCPEN TOUCHSCREEN DRIVER
5673 M: Pau Oliva Fora <pof@eslack.org>
5674 L: linux-input@vger.kernel.org
5675 S: Maintained
5676 F: drivers/input/touchscreen/htcpen.c
5677
5678 HUGETLB FILESYSTEM
5679 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5680 S: Maintained
5681 F: fs/hugetlbfs/
5682
5683 HVA ST MEDIA DRIVER
5684 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5685 L: linux-media@vger.kernel.org
5686 T: git git://linuxtv.org/media_tree.git
5687 W: https://linuxtv.org
5688 S: Supported
5689 F: drivers/media/platform/sti/hva
5690
5691 Hyper-V CORE AND DRIVERS
5692 M: "K. Y. Srinivasan" <kys@microsoft.com>
5693 M: Haiyang Zhang <haiyangz@microsoft.com>
5694 L: devel@linuxdriverproject.org
5695 S: Maintained
5696 F: arch/x86/include/asm/mshyperv.h
5697 F: arch/x86/include/uapi/asm/hyperv.h
5698 F: arch/x86/kernel/cpu/mshyperv.c
5699 F: drivers/hid/hid-hyperv.c
5700 F: drivers/hv/
5701 F: drivers/input/serio/hyperv-keyboard.c
5702 F: drivers/pci/host/pci-hyperv.c
5703 F: drivers/net/hyperv/
5704 F: drivers/scsi/storvsc_drv.c
5705 F: drivers/video/fbdev/hyperv_fb.c
5706 F: include/linux/hyperv.h
5707 F: tools/hv/
5708 F: Documentation/ABI/stable/sysfs-bus-vmbus
5709
5710 I2C MUXES
5711 M: Peter Rosin <peda@axentia.se>
5712 L: linux-i2c@vger.kernel.org
5713 S: Maintained
5714 F: Documentation/i2c/i2c-topology
5715 F: Documentation/i2c/muxes/
5716 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5717 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5718 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5719 F: drivers/i2c/i2c-mux.c
5720 F: drivers/i2c/muxes/
5721 F: include/linux/i2c-mux.h
5722
5723 I2C OVER PARALLEL PORT
5724 M: Jean Delvare <jdelvare@suse.com>
5725 L: linux-i2c@vger.kernel.org
5726 S: Maintained
5727 F: Documentation/i2c/busses/i2c-parport
5728 F: Documentation/i2c/busses/i2c-parport-light
5729 F: drivers/i2c/busses/i2c-parport.c
5730 F: drivers/i2c/busses/i2c-parport-light.c
5731
5732 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5733 M: Jean Delvare <jdelvare@suse.com>
5734 L: linux-i2c@vger.kernel.org
5735 S: Maintained
5736 F: Documentation/i2c/busses/i2c-ali1535
5737 F: Documentation/i2c/busses/i2c-ali1563
5738 F: Documentation/i2c/busses/i2c-ali15x3
5739 F: Documentation/i2c/busses/i2c-amd756
5740 F: Documentation/i2c/busses/i2c-amd8111
5741 F: Documentation/i2c/busses/i2c-i801
5742 F: Documentation/i2c/busses/i2c-nforce2
5743 F: Documentation/i2c/busses/i2c-piix4
5744 F: Documentation/i2c/busses/i2c-sis5595
5745 F: Documentation/i2c/busses/i2c-sis630
5746 F: Documentation/i2c/busses/i2c-sis96x
5747 F: Documentation/i2c/busses/i2c-via
5748 F: Documentation/i2c/busses/i2c-viapro
5749 F: drivers/i2c/busses/i2c-ali1535.c
5750 F: drivers/i2c/busses/i2c-ali1563.c
5751 F: drivers/i2c/busses/i2c-ali15x3.c
5752 F: drivers/i2c/busses/i2c-amd756.c
5753 F: drivers/i2c/busses/i2c-amd756-s4882.c
5754 F: drivers/i2c/busses/i2c-amd8111.c
5755 F: drivers/i2c/busses/i2c-i801.c
5756 F: drivers/i2c/busses/i2c-isch.c
5757 F: drivers/i2c/busses/i2c-nforce2.c
5758 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5759 F: drivers/i2c/busses/i2c-piix4.c
5760 F: drivers/i2c/busses/i2c-sis5595.c
5761 F: drivers/i2c/busses/i2c-sis630.c
5762 F: drivers/i2c/busses/i2c-sis96x.c
5763 F: drivers/i2c/busses/i2c-via.c
5764 F: drivers/i2c/busses/i2c-viapro.c
5765
5766 I2C/SMBUS ISMT DRIVER
5767 M: Seth Heasley <seth.heasley@intel.com>
5768 M: Neil Horman <nhorman@tuxdriver.com>
5769 L: linux-i2c@vger.kernel.org
5770 F: drivers/i2c/busses/i2c-ismt.c
5771 F: Documentation/i2c/busses/i2c-ismt
5772
5773 I2C/SMBUS STUB DRIVER
5774 M: Jean Delvare <jdelvare@suse.com>
5775 L: linux-i2c@vger.kernel.org
5776 S: Maintained
5777 F: drivers/i2c/i2c-stub.c
5778
5779 I2C SUBSYSTEM
5780 M: Wolfram Sang <wsa@the-dreams.de>
5781 L: linux-i2c@vger.kernel.org
5782 W: https://i2c.wiki.kernel.org/
5783 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5785 S: Maintained
5786 F: Documentation/devicetree/bindings/i2c/
5787 F: Documentation/i2c/
5788 F: drivers/i2c/
5789 F: drivers/i2c/*/
5790 F: include/linux/i2c.h
5791 F: include/linux/i2c-*.h
5792 F: include/uapi/linux/i2c.h
5793 F: include/uapi/linux/i2c-*.h
5794
5795 I2C ACPI SUPPORT
5796 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5797 L: linux-i2c@vger.kernel.org
5798 L: linux-acpi@vger.kernel.org
5799 S: Maintained
5800
5801 I2C-TAOS-EVM DRIVER
5802 M: Jean Delvare <jdelvare@suse.com>
5803 L: linux-i2c@vger.kernel.org
5804 S: Maintained
5805 F: Documentation/i2c/busses/i2c-taos-evm
5806 F: drivers/i2c/busses/i2c-taos-evm.c
5807
5808 I2C-TINY-USB DRIVER
5809 M: Till Harbaum <till@harbaum.org>
5810 L: linux-i2c@vger.kernel.org
5811 W: http://www.harbaum.org/till/i2c_tiny_usb
5812 S: Maintained
5813 F: drivers/i2c/busses/i2c-tiny-usb.c
5814
5815 i386 BOOT CODE
5816 M: "H. Peter Anvin" <hpa@zytor.com>
5817 S: Maintained
5818 F: arch/x86/boot/
5819
5820 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5821 M: "H. Peter Anvin" <hpa@zytor.com>
5822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5823 S: Maintained
5824
5825 IA64 (Itanium) PLATFORM
5826 M: Tony Luck <tony.luck@intel.com>
5827 M: Fenghua Yu <fenghua.yu@intel.com>
5828 L: linux-ia64@vger.kernel.org
5829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5830 S: Maintained
5831 F: arch/ia64/
5832
5833 IBM Power VMX Cryptographic instructions
5834 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5835 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5836 L: linux-crypto@vger.kernel.org
5837 S: Supported
5838 F: drivers/crypto/vmx/Makefile
5839 F: drivers/crypto/vmx/Kconfig
5840 F: drivers/crypto/vmx/vmx.c
5841 F: drivers/crypto/vmx/aes*
5842 F: drivers/crypto/vmx/ghash*
5843 F: drivers/crypto/vmx/ppc-xlate.pl
5844
5845 IBM Power in-Nest Crypto Acceleration
5846 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5847 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5848 L: linux-crypto@vger.kernel.org
5849 S: Supported
5850 F: drivers/crypto/nx/Makefile
5851 F: drivers/crypto/nx/Kconfig
5852 F: drivers/crypto/nx/nx-aes*
5853 F: drivers/crypto/nx/nx-sha*
5854 F: drivers/crypto/nx/nx.*
5855 F: drivers/crypto/nx/nx_csbcpb.h
5856 F: drivers/crypto/nx/nx_debugfs.h
5857
5858 IBM Power 842 compression accelerator
5859 M: Dan Streetman <ddstreet@ieee.org>
5860 S: Supported
5861 F: drivers/crypto/nx/Makefile
5862 F: drivers/crypto/nx/Kconfig
5863 F: drivers/crypto/nx/nx-842*
5864 F: include/linux/sw842.h
5865 F: crypto/842.c
5866 F: lib/842/
5867
5868 IBM Power Linux RAID adapter
5869 M: Brian King <brking@us.ibm.com>
5870 S: Supported
5871 F: drivers/scsi/ipr.*
5872
5873 IBM Power Virtual Ethernet Device Driver
5874 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5875 L: netdev@vger.kernel.org
5876 S: Supported
5877 F: drivers/net/ethernet/ibm/ibmveth.*
5878
5879 IBM Power SRIOV Virtual NIC Device Driver
5880 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5881 M: John Allen <jallen@linux.vnet.ibm.com>
5882 L: netdev@vger.kernel.org
5883 S: Supported
5884 F: drivers/net/ethernet/ibm/ibmvnic.*
5885
5886 IBM Power Virtual SCSI Device Drivers
5887 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5888 L: linux-scsi@vger.kernel.org
5889 S: Supported
5890 F: drivers/scsi/ibmvscsi/ibmvscsi*
5891 F: include/scsi/viosrp.h
5892
5893 IBM Power Virtual SCSI Device Target Driver
5894 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5895 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5896 L: linux-scsi@vger.kernel.org
5897 L: target-devel@vger.kernel.org
5898 S: Supported
5899 F: drivers/scsi/ibmvscsi_tgt/
5900
5901 IBM Power Virtual FC Device Drivers
5902 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5903 L: linux-scsi@vger.kernel.org
5904 S: Supported
5905 F: drivers/scsi/ibmvscsi/ibmvfc*
5906
5907 IBM ServeRAID RAID DRIVER
5908 S: Orphan
5909 F: drivers/scsi/ips.*
5910
5911 ICH LPC AND GPIO DRIVER
5912 M: Peter Tyser <ptyser@xes-inc.com>
5913 S: Maintained
5914 F: drivers/mfd/lpc_ich.c
5915 F: drivers/gpio/gpio-ich.c
5916
5917 IDE SUBSYSTEM
5918 M: "David S. Miller" <davem@davemloft.net>
5919 L: linux-ide@vger.kernel.org
5920 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5922 S: Maintained
5923 F: Documentation/ide/
5924 F: drivers/ide/
5925 F: include/linux/ide.h
5926
5927 IDEAPAD LAPTOP EXTRAS DRIVER
5928 M: Ike Panhc <ike.pan@canonical.com>
5929 L: platform-driver-x86@vger.kernel.org
5930 W: http://launchpad.net/ideapad-laptop
5931 S: Maintained
5932 F: drivers/platform/x86/ideapad-laptop.c
5933
5934 IDEAPAD LAPTOP SLIDEBAR DRIVER
5935 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5936 L: linux-input@vger.kernel.org
5937 W: https://github.com/o2genum/ideapad-slidebar
5938 S: Maintained
5939 F: drivers/input/misc/ideapad_slidebar.c
5940
5941 IDE/ATAPI DRIVERS
5942 M: Borislav Petkov <bp@alien8.de>
5943 L: linux-ide@vger.kernel.org
5944 S: Maintained
5945 F: Documentation/cdrom/ide-cd
5946 F: drivers/ide/ide-cd*
5947
5948 IDLE-I7300
5949 M: Andy Henroid <andrew.d.henroid@intel.com>
5950 L: linux-pm@vger.kernel.org
5951 S: Supported
5952 F: drivers/idle/i7300_idle.c
5953
5954 IEEE 802.15.4 SUBSYSTEM
5955 M: Alexander Aring <aar@pengutronix.de>
5956 L: linux-wpan@vger.kernel.org
5957 W: http://wpan.cakelab.org/
5958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5960 S: Maintained
5961 F: net/ieee802154/
5962 F: net/mac802154/
5963 F: drivers/net/ieee802154/
5964 F: include/linux/nl802154.h
5965 F: include/linux/ieee802154.h
5966 F: include/net/nl802154.h
5967 F: include/net/mac802154.h
5968 F: include/net/af_ieee802154.h
5969 F: include/net/cfg802154.h
5970 F: include/net/ieee802154_netdev.h
5971 F: Documentation/networking/ieee802154.txt
5972
5973 IGORPLUG-USB IR RECEIVER
5974 M: Sean Young <sean@mess.org>
5975 L: linux-media@vger.kernel.org
5976 S: Maintained
5977 F: drivers/media/rc/igorplugusb.c
5978
5979 IGUANAWORKS USB IR TRANSCEIVER
5980 M: Sean Young <sean@mess.org>
5981 L: linux-media@vger.kernel.org
5982 S: Maintained
5983 F: drivers/media/rc/iguanair.c
5984
5985 IIO SUBSYSTEM AND DRIVERS
5986 M: Jonathan Cameron <jic23@kernel.org>
5987 R: Hartmut Knaack <knaack.h@gmx.de>
5988 R: Lars-Peter Clausen <lars@metafoo.de>
5989 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5990 L: linux-iio@vger.kernel.org
5991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5992 S: Maintained
5993 F: Documentation/devicetree/bindings/iio/
5994 F: drivers/iio/
5995 F: drivers/staging/iio/
5996 F: include/linux/iio/
5997 F: tools/iio/
5998
5999 IKANOS/ADI EAGLE ADSL USB DRIVER
6000 M: Matthieu Castet <castet.matthieu@free.fr>
6001 M: Stanislaw Gruszka <stf_xl@wp.pl>
6002 S: Maintained
6003 F: drivers/usb/atm/ueagle-atm.c
6004
6005 INA209 HARDWARE MONITOR DRIVER
6006 M: Guenter Roeck <linux@roeck-us.net>
6007 L: linux-hwmon@vger.kernel.org
6008 S: Maintained
6009 F: Documentation/hwmon/ina209
6010 F: Documentation/devicetree/bindings/i2c/ina209.txt
6011 F: drivers/hwmon/ina209.c
6012
6013 INA2XX HARDWARE MONITOR DRIVER
6014 M: Guenter Roeck <linux@roeck-us.net>
6015 L: linux-hwmon@vger.kernel.org
6016 S: Maintained
6017 F: Documentation/hwmon/ina2xx
6018 F: drivers/hwmon/ina2xx.c
6019 F: include/linux/platform_data/ina2xx.h
6020
6021 INDUSTRY PACK SUBSYSTEM (IPACK)
6022 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6023 M: Jens Taprogge <jens.taprogge@taprogge.org>
6024 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6025 L: industrypack-devel@lists.sourceforge.net
6026 W: http://industrypack.sourceforge.net
6027 S: Maintained
6028 F: drivers/ipack/
6029
6030 INGENIC JZ4780 DMA Driver
6031 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6032 S: Maintained
6033 F: drivers/dma/dma-jz4780.c
6034
6035 INGENIC JZ4780 NAND DRIVER
6036 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6037 L: linux-mtd@lists.infradead.org
6038 S: Maintained
6039 F: drivers/mtd/nand/jz4780_*
6040
6041 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6042 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6043 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6044 L: linux-ima-devel@lists.sourceforge.net
6045 L: linux-ima-user@lists.sourceforge.net
6046 L: linux-security-module@vger.kernel.org
6047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6048 S: Supported
6049 F: security/integrity/ima/
6050
6051 IMGTEC IR DECODER DRIVER
6052 M: James Hogan <james.hogan@imgtec.com>
6053 S: Maintained
6054 F: drivers/media/rc/img-ir/
6055
6056 IMS TWINTURBO FRAMEBUFFER DRIVER
6057 L: linux-fbdev@vger.kernel.org
6058 S: Orphan
6059 F: drivers/video/fbdev/imsttfb.c
6060
6061 INFINIBAND SUBSYSTEM
6062 M: Doug Ledford <dledford@redhat.com>
6063 M: Sean Hefty <sean.hefty@intel.com>
6064 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6065 L: linux-rdma@vger.kernel.org
6066 W: http://www.openfabrics.org/
6067 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6069 S: Supported
6070 F: Documentation/infiniband/
6071 F: drivers/infiniband/
6072 F: include/uapi/linux/if_infiniband.h
6073 F: include/uapi/rdma/
6074 F: include/rdma/
6075
6076 INOTIFY
6077 M: John McCutchan <john@johnmccutchan.com>
6078 M: Robert Love <rlove@rlove.org>
6079 M: Eric Paris <eparis@parisplace.org>
6080 S: Maintained
6081 F: Documentation/filesystems/inotify.txt
6082 F: fs/notify/inotify/
6083 F: include/linux/inotify.h
6084 F: include/uapi/linux/inotify.h
6085
6086 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6087 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6088 L: linux-input@vger.kernel.org
6089 Q: http://patchwork.kernel.org/project/linux-input/list/
6090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6091 S: Maintained
6092 F: drivers/input/
6093 F: include/linux/input.h
6094 F: include/uapi/linux/input.h
6095 F: include/linux/input/
6096 F: Documentation/devicetree/bindings/input/
6097
6098 INPUT MULTITOUCH (MT) PROTOCOL
6099 M: Henrik Rydberg <rydberg@bitmath.org>
6100 L: linux-input@vger.kernel.org
6101 S: Odd fixes
6102 F: Documentation/input/multi-touch-protocol.txt
6103 F: drivers/input/input-mt.c
6104 K: \b(ABS|SYN)_MT_
6105
6106 INTEL ASoC BDW/HSW DRIVERS
6107 M: Jie Yang <yang.jie@linux.intel.com>
6108 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6109 S: Supported
6110 F: sound/soc/intel/common/sst-dsp*
6111 F: sound/soc/intel/common/sst-firmware.c
6112 F: sound/soc/intel/boards/broadwell.c
6113 F: sound/soc/intel/haswell/
6114
6115 INTEL C600 SERIES SAS CONTROLLER DRIVER
6116 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6117 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6118 L: linux-scsi@vger.kernel.org
6119 T: git git://git.code.sf.net/p/intel-sas/isci
6120 S: Supported
6121 F: drivers/scsi/isci/
6122
6123 INTEL HID EVENT DRIVER
6124 M: Alex Hung <alex.hung@canonical.com>
6125 L: platform-driver-x86@vger.kernel.org
6126 S: Maintained
6127 F: drivers/platform/x86/intel-hid.c
6128
6129 INTEL VIRTUAL BUTTON DRIVER
6130 M: AceLan Kao <acelan.kao@canonical.com>
6131 L: platform-driver-x86@vger.kernel.org
6132 S: Maintained
6133 F: drivers/platform/x86/intel-vbtn.c
6134
6135 INTEL IDLE DRIVER
6136 M: Len Brown <lenb@kernel.org>
6137 L: linux-pm@vger.kernel.org
6138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6139 S: Supported
6140 F: drivers/idle/intel_idle.c
6141
6142 INTEL INTEGRATED SENSOR HUB DRIVER
6143 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6144 M: Jiri Kosina <jikos@kernel.org>
6145 L: linux-input@vger.kernel.org
6146 S: Maintained
6147 F: drivers/hid/intel-ish-hid/
6148
6149 INTEL PSTATE DRIVER
6150 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6151 M: Len Brown <lenb@kernel.org>
6152 L: linux-pm@vger.kernel.org
6153 S: Supported
6154 F: drivers/cpufreq/intel_pstate.c
6155
6156 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6157 M: Maik Broemme <mbroemme@plusserver.de>
6158 L: linux-fbdev@vger.kernel.org
6159 S: Maintained
6160 F: Documentation/fb/intelfb.txt
6161 F: drivers/video/fbdev/intelfb/
6162
6163 INTEL 810/815 FRAMEBUFFER DRIVER
6164 M: Antonino Daplas <adaplas@gmail.com>
6165 L: linux-fbdev@vger.kernel.org
6166 S: Maintained
6167 F: drivers/video/fbdev/i810/
6168
6169 INTEL MENLOW THERMAL DRIVER
6170 M: Sujith Thomas <sujith.thomas@intel.com>
6171 L: platform-driver-x86@vger.kernel.org
6172 W: https://01.org/linux-acpi
6173 S: Supported
6174 F: drivers/platform/x86/intel_menlow.c
6175
6176 INTEL I/OAT DMA DRIVER
6177 M: Dave Jiang <dave.jiang@intel.com>
6178 R: Dan Williams <dan.j.williams@intel.com>
6179 L: dmaengine@vger.kernel.org
6180 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6181 S: Supported
6182 F: drivers/dma/ioat*
6183
6184 INTEL IOMMU (VT-d)
6185 M: David Woodhouse <dwmw2@infradead.org>
6186 L: iommu@lists.linux-foundation.org
6187 T: git git://git.infradead.org/iommu-2.6.git
6188 S: Supported
6189 F: drivers/iommu/intel-iommu.c
6190 F: include/linux/intel-iommu.h
6191
6192 INTEL IOP-ADMA DMA DRIVER
6193 R: Dan Williams <dan.j.williams@intel.com>
6194 S: Odd fixes
6195 F: drivers/dma/iop-adma.c
6196
6197 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6198 M: Krzysztof Halasa <khalasa@piap.pl>
6199 S: Maintained
6200 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6201 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6202 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6203 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6204 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6205 F: drivers/net/wan/ixp4xx_hss.c
6206
6207 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6208 M: Deepak Saxena <dsaxena@plexity.net>
6209 S: Maintained
6210 F: drivers/char/hw_random/ixp4xx-rng.c
6211
6212 INTEL ETHERNET DRIVERS
6213 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6214 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6215 W: http://www.intel.com/support/feedback.htm
6216 W: http://e1000.sourceforge.net/
6217 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6220 S: Supported
6221 F: Documentation/networking/e100.txt
6222 F: Documentation/networking/e1000.txt
6223 F: Documentation/networking/e1000e.txt
6224 F: Documentation/networking/igb.txt
6225 F: Documentation/networking/igbvf.txt
6226 F: Documentation/networking/ixgb.txt
6227 F: Documentation/networking/ixgbe.txt
6228 F: Documentation/networking/ixgbevf.txt
6229 F: Documentation/networking/i40e.txt
6230 F: Documentation/networking/i40evf.txt
6231 F: drivers/net/ethernet/intel/
6232 F: drivers/net/ethernet/intel/*/
6233
6234 INTEL RDMA RNIC DRIVER
6235 M: Faisal Latif <faisal.latif@intel.com>
6236 R: Chien Tin Tung <chien.tin.tung@intel.com>
6237 R: Mustafa Ismail <mustafa.ismail@intel.com>
6238 R: Shiraz Saleem <shiraz.saleem@intel.com>
6239 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6240 L: linux-rdma@vger.kernel.org
6241 S: Supported
6242 F: drivers/infiniband/hw/i40iw/
6243
6244 INTEL MERRIFIELD GPIO DRIVER
6245 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6246 L: linux-gpio@vger.kernel.org
6247 S: Maintained
6248 F: drivers/gpio/gpio-merrifield.c
6249
6250 INTEL-MID GPIO DRIVER
6251 M: David Cohen <david.a.cohen@linux.intel.com>
6252 L: linux-gpio@vger.kernel.org
6253 S: Maintained
6254 F: drivers/gpio/gpio-intel-mid.c
6255
6256 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6257 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6258 L: linux-wireless@vger.kernel.org
6259 S: Maintained
6260 F: Documentation/networking/README.ipw2100
6261 F: Documentation/networking/README.ipw2200
6262 F: drivers/net/wireless/intel/ipw2x00/
6263
6264 INTEL(R) TRACE HUB
6265 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6266 S: Supported
6267 F: Documentation/trace/intel_th.txt
6268 F: drivers/hwtracing/intel_th/
6269
6270 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6271 M: Ning Sun <ning.sun@intel.com>
6272 L: tboot-devel@lists.sourceforge.net
6273 W: http://tboot.sourceforge.net
6274 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6275 S: Supported
6276 F: Documentation/intel_txt.txt
6277 F: include/linux/tboot.h
6278 F: arch/x86/kernel/tboot.c
6279
6280 INTEL WIRELESS WIMAX CONNECTION 2400
6281 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6282 M: linux-wimax@intel.com
6283 L: wimax@linuxwimax.org (subscribers-only)
6284 S: Supported
6285 W: http://linuxwimax.org
6286 F: Documentation/wimax/README.i2400m
6287 F: drivers/net/wimax/i2400m/
6288 F: include/uapi/linux/wimax/i2400m.h
6289
6290 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6291 M: Stanislaw Gruszka <sgruszka@redhat.com>
6292 L: linux-wireless@vger.kernel.org
6293 S: Supported
6294 F: drivers/net/wireless/intel/iwlegacy/
6295
6296 INTEL WIRELESS WIFI LINK (iwlwifi)
6297 M: Johannes Berg <johannes.berg@intel.com>
6298 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6299 M: Luca Coelho <luciano.coelho@intel.com>
6300 M: Intel Linux Wireless <linuxwifi@intel.com>
6301 L: linux-wireless@vger.kernel.org
6302 W: http://intellinuxwireless.org
6303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6304 S: Supported
6305 F: drivers/net/wireless/intel/iwlwifi/
6306
6307 INTEL MANAGEMENT ENGINE (mei)
6308 M: Tomas Winkler <tomas.winkler@intel.com>
6309 L: linux-kernel@vger.kernel.org
6310 S: Supported
6311 F: include/uapi/linux/mei.h
6312 F: include/linux/mei_cl_bus.h
6313 F: drivers/misc/mei/*
6314 F: drivers/watchdog/mei_wdt.c
6315 F: Documentation/misc-devices/mei/*
6316
6317 INTEL MIC DRIVERS (mic)
6318 M: Sudeep Dutt <sudeep.dutt@intel.com>
6319 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6320 S: Supported
6321 W: https://github.com/sudeepdutt/mic
6322 W: http://software.intel.com/en-us/mic-developer
6323 F: include/linux/mic_bus.h
6324 F: include/linux/scif.h
6325 F: include/uapi/linux/mic_common.h
6326 F: include/uapi/linux/mic_ioctl.h
6327 F: include/uapi/linux/scif_ioctl.h
6328 F: drivers/misc/mic/
6329 F: drivers/dma/mic_x100_dma.c
6330 F: drivers/dma/mic_x100_dma.h
6331 F: Documentation/mic/
6332
6333 INTEL PMC/P-Unit IPC DRIVER
6334 M: Zha Qipeng<qipeng.zha@intel.com>
6335 L: platform-driver-x86@vger.kernel.org
6336 S: Maintained
6337 F: drivers/platform/x86/intel_pmc_ipc.c
6338 F: drivers/platform/x86/intel_punit_ipc.c
6339 F: arch/x86/include/asm/intel_pmc_ipc.h
6340 F: arch/x86/include/asm/intel_punit_ipc.h
6341
6342 INTEL TELEMETRY DRIVER
6343 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6344 L: platform-driver-x86@vger.kernel.org
6345 S: Maintained
6346 F: arch/x86/include/asm/intel_telemetry.h
6347 F: drivers/platform/x86/intel_telemetry*
6348
6349 INTEL PMC CORE DRIVER
6350 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6351 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6352 L: platform-driver-x86@vger.kernel.org
6353 S: Maintained
6354 F: arch/x86/include/asm/pmc_core.h
6355 F: drivers/platform/x86/intel_pmc_core*
6356
6357 IOC3 ETHERNET DRIVER
6358 M: Ralf Baechle <ralf@linux-mips.org>
6359 L: linux-mips@linux-mips.org
6360 S: Maintained
6361 F: drivers/net/ethernet/sgi/ioc3-eth.c
6362
6363 IOC3 SERIAL DRIVER
6364 M: Pat Gefre <pfg@sgi.com>
6365 L: linux-serial@vger.kernel.org
6366 S: Maintained
6367 F: drivers/tty/serial/ioc3_serial.c
6368
6369 IOMMU DRIVERS
6370 M: Joerg Roedel <joro@8bytes.org>
6371 L: iommu@lists.linux-foundation.org
6372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6373 S: Maintained
6374 F: Documentation/devicetree/bindings/iommu/
6375 F: drivers/iommu/
6376
6377 IP MASQUERADING
6378 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6379 S: Maintained
6380 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6381
6382 IPMI SUBSYSTEM
6383 M: Corey Minyard <minyard@acm.org>
6384 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6385 W: http://openipmi.sourceforge.net/
6386 S: Supported
6387 F: Documentation/IPMI.txt
6388 F: drivers/char/ipmi/
6389 F: include/linux/ipmi*
6390 F: include/uapi/linux/ipmi*
6391
6392 QCOM AUDIO (ASoC) DRIVERS
6393 M: Patrick Lai <plai@codeaurora.org>
6394 M: Banajit Goswami <bgoswami@codeaurora.org>
6395 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6396 S: Supported
6397 F: sound/soc/qcom/
6398
6399 IPS SCSI RAID DRIVER
6400 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6401 L: linux-scsi@vger.kernel.org
6402 W: http://www.adaptec.com/
6403 S: Maintained
6404 F: drivers/scsi/ips*
6405
6406 IPVS
6407 M: Wensong Zhang <wensong@linux-vs.org>
6408 M: Simon Horman <horms@verge.net.au>
6409 M: Julian Anastasov <ja@ssi.bg>
6410 L: netdev@vger.kernel.org
6411 L: lvs-devel@vger.kernel.org
6412 S: Maintained
6413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6415 F: Documentation/networking/ipvs-sysctl.txt
6416 F: include/net/ip_vs.h
6417 F: include/uapi/linux/ip_vs.h
6418 F: net/netfilter/ipvs/
6419
6420 IPWIRELESS DRIVER
6421 M: Jiri Kosina <jikos@kernel.org>
6422 M: David Sterba <dsterba@suse.com>
6423 S: Odd Fixes
6424 F: drivers/tty/ipwireless/
6425
6426 IPX NETWORK LAYER
6427 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6428 L: netdev@vger.kernel.org
6429 S: Maintained
6430 F: include/net/ipx.h
6431 F: include/uapi/linux/ipx.h
6432 F: net/ipx/
6433
6434 IRDA SUBSYSTEM
6435 M: Samuel Ortiz <samuel@sortiz.org>
6436 L: irda-users@lists.sourceforge.net (subscribers-only)
6437 L: netdev@vger.kernel.org
6438 W: http://irda.sourceforge.net/
6439 S: Maintained
6440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6441 F: Documentation/networking/irda.txt
6442 F: drivers/net/irda/
6443 F: include/net/irda/
6444 F: net/irda/
6445
6446 IRQ SUBSYSTEM
6447 M: Thomas Gleixner <tglx@linutronix.de>
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 F: kernel/irq/
6452
6453 IRQCHIP DRIVERS
6454 M: Thomas Gleixner <tglx@linutronix.de>
6455 M: Jason Cooper <jason@lakedaemon.net>
6456 M: Marc Zyngier <marc.zyngier@arm.com>
6457 L: linux-kernel@vger.kernel.org
6458 S: Maintained
6459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6460 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6461 F: Documentation/devicetree/bindings/interrupt-controller/
6462 F: drivers/irqchip/
6463
6464 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6465 M: Marc Zyngier <marc.zyngier@arm.com>
6466 S: Maintained
6467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6468 F: Documentation/IRQ-domain.txt
6469 F: include/linux/irqdomain.h
6470 F: kernel/irq/irqdomain.c
6471 F: kernel/irq/msi.c
6472
6473 ISA
6474 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6475 S: Maintained
6476 F: Documentation/isa.txt
6477 F: drivers/base/isa.c
6478 F: include/linux/isa.h
6479
6480 ISAPNP
6481 M: Jaroslav Kysela <perex@perex.cz>
6482 S: Maintained
6483 F: Documentation/isapnp.txt
6484 F: drivers/pnp/isapnp/
6485 F: include/linux/isapnp.h
6486
6487 ISA RADIO MODULE
6488 M: Hans Verkuil <hverkuil@xs4all.nl>
6489 L: linux-media@vger.kernel.org
6490 T: git git://linuxtv.org/media_tree.git
6491 W: https://linuxtv.org
6492 S: Maintained
6493 F: drivers/media/radio/radio-isa*
6494
6495 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6496 M: Peter Jones <pjones@redhat.com>
6497 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6498 S: Maintained
6499 F: drivers/firmware/iscsi_ibft*
6500
6501 ISCSI
6502 M: Mike Christie <michaelc@cs.wisc.edu>
6503 L: open-iscsi@googlegroups.com
6504 W: www.open-iscsi.org
6505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6506 S: Maintained
6507 F: drivers/scsi/*iscsi*
6508 F: include/scsi/*iscsi*
6509
6510 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6511 M: Or Gerlitz <ogerlitz@mellanox.com>
6512 M: Sagi Grimberg <sagi@grimberg.me>
6513 M: Roi Dayan <roid@mellanox.com>
6514 L: linux-rdma@vger.kernel.org
6515 S: Supported
6516 W: http://www.openfabrics.org
6517 W: www.open-iscsi.org
6518 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6519 F: drivers/infiniband/ulp/iser/
6520
6521 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6522 M: Sagi Grimberg <sagi@grimberg.me>
6523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6524 L: linux-rdma@vger.kernel.org
6525 L: target-devel@vger.kernel.org
6526 S: Supported
6527 W: http://www.linux-iscsi.org
6528 F: drivers/infiniband/ulp/isert
6529
6530 ISDN SUBSYSTEM
6531 M: Karsten Keil <isdn@linux-pingi.de>
6532 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6533 L: netdev@vger.kernel.org
6534 W: http://www.isdn4linux.de
6535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6536 S: Maintained
6537 F: Documentation/isdn/
6538 F: drivers/isdn/
6539 F: include/linux/isdn.h
6540 F: include/linux/isdn/
6541 F: include/uapi/linux/isdn.h
6542 F: include/uapi/linux/isdn/
6543
6544 ISDN SUBSYSTEM (Eicon active card driver)
6545 M: Armin Schindler <mac@melware.de>
6546 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6547 W: http://www.melware.de
6548 S: Maintained
6549 F: drivers/isdn/hardware/eicon/
6550
6551 IT87 HARDWARE MONITORING DRIVER
6552 M: Jean Delvare <jdelvare@suse.com>
6553 L: linux-hwmon@vger.kernel.org
6554 S: Maintained
6555 F: Documentation/hwmon/it87
6556 F: drivers/hwmon/it87.c
6557
6558 IT913X MEDIA DRIVER
6559 M: Antti Palosaari <crope@iki.fi>
6560 L: linux-media@vger.kernel.org
6561 W: https://linuxtv.org
6562 W: http://palosaari.fi/linux/
6563 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6564 T: git git://linuxtv.org/anttip/media_tree.git
6565 S: Maintained
6566 F: drivers/media/tuners/it913x*
6567
6568 IVTV VIDEO4LINUX DRIVER
6569 M: Andy Walls <awalls@md.metrocast.net>
6570 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6571 L: linux-media@vger.kernel.org
6572 T: git git://linuxtv.org/media_tree.git
6573 W: http://www.ivtvdriver.org
6574 S: Maintained
6575 F: Documentation/video4linux/*.ivtv
6576 F: drivers/media/pci/ivtv/
6577 F: include/uapi/linux/ivtv*
6578
6579 IX2505V MEDIA DRIVER
6580 M: Malcolm Priestley <tvboxspy@gmail.com>
6581 L: linux-media@vger.kernel.org
6582 W: https://linuxtv.org
6583 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6584 S: Maintained
6585 F: drivers/media/dvb-frontends/ix2505v*
6586
6587 JC42.4 TEMPERATURE SENSOR DRIVER
6588 M: Guenter Roeck <linux@roeck-us.net>
6589 L: linux-hwmon@vger.kernel.org
6590 S: Maintained
6591 F: drivers/hwmon/jc42.c
6592 F: Documentation/hwmon/jc42
6593
6594 JFS FILESYSTEM
6595 M: Dave Kleikamp <shaggy@kernel.org>
6596 L: jfs-discussion@lists.sourceforge.net
6597 W: http://jfs.sourceforge.net/
6598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6599 S: Maintained
6600 F: Documentation/filesystems/jfs.txt
6601 F: fs/jfs/
6602
6603 JME NETWORK DRIVER
6604 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6605 L: netdev@vger.kernel.org
6606 S: Maintained
6607 F: drivers/net/ethernet/jme.*
6608
6609 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6610 M: David Woodhouse <dwmw2@infradead.org>
6611 L: linux-mtd@lists.infradead.org
6612 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6613 S: Maintained
6614 F: fs/jffs2/
6615 F: include/uapi/linux/jffs2.h
6616
6617 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6618 M: "Theodore Ts'o" <tytso@mit.edu>
6619 M: Jan Kara <jack@suse.com>
6620 L: linux-ext4@vger.kernel.org
6621 S: Maintained
6622 F: fs/jbd2/
6623 F: include/linux/jbd2.h
6624
6625 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6626 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6627 L: linux-media@vger.kernel.org
6628 S: Maintained
6629 F: drivers/media/platform/rcar_jpu.c
6630
6631 JSM Neo PCI based serial card
6632 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6633 L: linux-serial@vger.kernel.org
6634 S: Maintained
6635 F: drivers/tty/serial/jsm/
6636
6637 K10TEMP HARDWARE MONITORING DRIVER
6638 M: Clemens Ladisch <clemens@ladisch.de>
6639 L: linux-hwmon@vger.kernel.org
6640 S: Maintained
6641 F: Documentation/hwmon/k10temp
6642 F: drivers/hwmon/k10temp.c
6643
6644 K8TEMP HARDWARE MONITORING DRIVER
6645 M: Rudolf Marek <r.marek@assembler.cz>
6646 L: linux-hwmon@vger.kernel.org
6647 S: Maintained
6648 F: Documentation/hwmon/k8temp
6649 F: drivers/hwmon/k8temp.c
6650
6651 KASAN
6652 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6653 R: Alexander Potapenko <glider@google.com>
6654 R: Dmitry Vyukov <dvyukov@google.com>
6655 L: kasan-dev@googlegroups.com
6656 S: Maintained
6657 F: arch/*/include/asm/kasan.h
6658 F: arch/*/mm/kasan_init*
6659 F: Documentation/dev-tools/kasan.rst
6660 F: include/linux/kasan*.h
6661 F: lib/test_kasan.c
6662 F: mm/kasan/
6663 F: scripts/Makefile.kasan
6664
6665 KCONFIG
6666 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6667 L: linux-kbuild@vger.kernel.org
6668 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6669 S: Maintained
6670 F: Documentation/kbuild/kconfig-language.txt
6671 F: scripts/kconfig/
6672
6673 KDUMP
6674 M: Dave Young <dyoung@redhat.com>
6675 M: Baoquan He <bhe@redhat.com>
6676 R: Vivek Goyal <vgoyal@redhat.com>
6677 L: kexec@lists.infradead.org
6678 W: http://lse.sourceforge.net/kdump/
6679 S: Maintained
6680 F: Documentation/kdump/
6681
6682 KEENE FM RADIO TRANSMITTER DRIVER
6683 M: Hans Verkuil <hverkuil@xs4all.nl>
6684 L: linux-media@vger.kernel.org
6685 T: git git://linuxtv.org/media_tree.git
6686 W: https://linuxtv.org
6687 S: Maintained
6688 F: drivers/media/radio/radio-keene*
6689
6690 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6691 M: Ian Kent <raven@themaw.net>
6692 L: autofs@vger.kernel.org
6693 S: Maintained
6694 F: fs/autofs4/
6695
6696 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6697 M: Michal Marek <mmarek@suse.com>
6698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6700 L: linux-kbuild@vger.kernel.org
6701 S: Maintained
6702 F: Documentation/kbuild/
6703 F: Makefile
6704 F: scripts/Makefile.*
6705 F: scripts/basic/
6706 F: scripts/mk*
6707 F: scripts/package/
6708
6709 KERNEL JANITORS
6710 L: kernel-janitors@vger.kernel.org
6711 W: http://kernelnewbies.org/KernelJanitors
6712 S: Odd Fixes
6713
6714 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6715 M: "J. Bruce Fields" <bfields@fieldses.org>
6716 M: Jeff Layton <jlayton@poochiereds.net>
6717 L: linux-nfs@vger.kernel.org
6718 W: http://nfs.sourceforge.net/
6719 T: git git://linux-nfs.org/~bfields/linux.git
6720 S: Supported
6721 F: fs/nfsd/
6722 F: include/uapi/linux/nfsd/
6723 F: fs/lockd/
6724 F: fs/nfs_common/
6725 F: net/sunrpc/
6726 F: include/linux/lockd/
6727 F: include/linux/sunrpc/
6728 F: include/uapi/linux/sunrpc/
6729
6730 KERNEL SELFTEST FRAMEWORK
6731 M: Shuah Khan <shuahkh@osg.samsung.com>
6732 M: Shuah Khan <shuah@kernel.org>
6733 L: linux-kselftest@vger.kernel.org
6734 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6735 S: Maintained
6736 F: tools/testing/selftests
6737
6738 KERNEL VIRTUAL MACHINE (KVM)
6739 M: Paolo Bonzini <pbonzini@redhat.com>
6740 M: Radim Krčmář <rkrcmar@redhat.com>
6741 L: kvm@vger.kernel.org
6742 W: http://www.linux-kvm.org
6743 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6744 S: Supported
6745 F: Documentation/*/kvm*.txt
6746 F: Documentation/virtual/kvm/
6747 F: arch/*/kvm/
6748 F: arch/x86/kernel/kvm.c
6749 F: arch/x86/kernel/kvmclock.c
6750 F: arch/*/include/asm/kvm*
6751 F: include/linux/kvm*
6752 F: include/uapi/linux/kvm*
6753 F: virt/kvm/
6754 F: tools/kvm/
6755
6756 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6757 M: Joerg Roedel <joro@8bytes.org>
6758 L: kvm@vger.kernel.org
6759 W: http://www.linux-kvm.org/
6760 S: Maintained
6761 F: arch/x86/include/asm/svm.h
6762 F: arch/x86/kvm/svm.c
6763
6764 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6765 M: Alexander Graf <agraf@suse.com>
6766 L: kvm-ppc@vger.kernel.org
6767 W: http://www.linux-kvm.org/
6768 T: git git://github.com/agraf/linux-2.6.git
6769 S: Supported
6770 F: arch/powerpc/include/asm/kvm*
6771 F: arch/powerpc/kvm/
6772
6773 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6774 M: Christian Borntraeger <borntraeger@de.ibm.com>
6775 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6776 L: linux-s390@vger.kernel.org
6777 W: http://www.ibm.com/developerworks/linux/linux390/
6778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6779 S: Supported
6780 F: Documentation/s390/kvm.txt
6781 F: arch/s390/include/asm/kvm*
6782 F: arch/s390/kvm/
6783
6784 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6785 M: Christoffer Dall <christoffer.dall@linaro.org>
6786 M: Marc Zyngier <marc.zyngier@arm.com>
6787 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6788 L: kvmarm@lists.cs.columbia.edu
6789 W: http://systems.cs.columbia.edu/projects/kvm-arm
6790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6791 S: Supported
6792 F: arch/arm/include/uapi/asm/kvm*
6793 F: arch/arm/include/asm/kvm*
6794 F: arch/arm/kvm/
6795 F: virt/kvm/arm/
6796 F: include/kvm/arm_*
6797
6798 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6799 M: Christoffer Dall <christoffer.dall@linaro.org>
6800 M: Marc Zyngier <marc.zyngier@arm.com>
6801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6802 L: kvmarm@lists.cs.columbia.edu
6803 S: Maintained
6804 F: arch/arm64/include/uapi/asm/kvm*
6805 F: arch/arm64/include/asm/kvm*
6806 F: arch/arm64/kvm/
6807
6808 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6809 M: James Hogan <james.hogan@imgtec.com>
6810 L: linux-mips@linux-mips.org
6811 S: Supported
6812 F: arch/mips/include/uapi/asm/kvm*
6813 F: arch/mips/include/asm/kvm*
6814 F: arch/mips/kvm/
6815
6816 KEXEC
6817 M: Eric Biederman <ebiederm@xmission.com>
6818 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6819 L: kexec@lists.infradead.org
6820 S: Maintained
6821 F: include/linux/kexec.h
6822 F: include/uapi/linux/kexec.h
6823 F: kernel/kexec*
6824
6825 KEYS/KEYRINGS:
6826 M: David Howells <dhowells@redhat.com>
6827 L: keyrings@vger.kernel.org
6828 S: Maintained
6829 F: Documentation/security/keys.txt
6830 F: include/linux/key.h
6831 F: include/linux/key-type.h
6832 F: include/linux/keyctl.h
6833 F: include/uapi/linux/keyctl.h
6834 F: include/keys/
6835 F: security/keys/
6836
6837 KEYS-TRUSTED
6838 M: David Safford <safford@us.ibm.com>
6839 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6840 L: linux-security-module@vger.kernel.org
6841 L: keyrings@vger.kernel.org
6842 S: Supported
6843 F: Documentation/security/keys-trusted-encrypted.txt
6844 F: include/keys/trusted-type.h
6845 F: security/keys/trusted.c
6846 F: security/keys/trusted.h
6847
6848 KEYS-ENCRYPTED
6849 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6850 M: David Safford <safford@us.ibm.com>
6851 L: linux-security-module@vger.kernel.org
6852 L: keyrings@vger.kernel.org
6853 S: Supported
6854 F: Documentation/security/keys-trusted-encrypted.txt
6855 F: include/keys/encrypted-type.h
6856 F: security/keys/encrypted-keys/
6857
6858 KGDB / KDB /debug_core
6859 M: Jason Wessel <jason.wessel@windriver.com>
6860 W: http://kgdb.wiki.kernel.org/
6861 L: kgdb-bugreport@lists.sourceforge.net
6862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6863 S: Maintained
6864 F: Documentation/DocBook/kgdb.tmpl
6865 F: drivers/misc/kgdbts.c
6866 F: drivers/tty/serial/kgdboc.c
6867 F: include/linux/kdb.h
6868 F: include/linux/kgdb.h
6869 F: kernel/debug/
6870
6871 KMEMCHECK
6872 M: Vegard Nossum <vegardno@ifi.uio.no>
6873 M: Pekka Enberg <penberg@kernel.org>
6874 S: Maintained
6875 F: Documentation/dev-tools/kmemcheck.rst
6876 F: arch/x86/include/asm/kmemcheck.h
6877 F: arch/x86/mm/kmemcheck/
6878 F: include/linux/kmemcheck.h
6879 F: mm/kmemcheck.c
6880
6881 KMEMLEAK
6882 M: Catalin Marinas <catalin.marinas@arm.com>
6883 S: Maintained
6884 F: Documentation/dev-tools/kmemleak.rst
6885 F: include/linux/kmemleak.h
6886 F: mm/kmemleak.c
6887 F: mm/kmemleak-test.c
6888
6889 KPROBES
6890 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6891 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6892 M: "David S. Miller" <davem@davemloft.net>
6893 M: Masami Hiramatsu <mhiramat@kernel.org>
6894 S: Maintained
6895 F: Documentation/kprobes.txt
6896 F: include/linux/kprobes.h
6897 F: kernel/kprobes.c
6898
6899 KS0108 LCD CONTROLLER DRIVER
6900 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6901 W: http://miguelojeda.es/auxdisplay.htm
6902 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6903 S: Maintained
6904 F: Documentation/auxdisplay/ks0108
6905 F: drivers/auxdisplay/ks0108.c
6906 F: include/linux/ks0108.h
6907
6908 L3MDEV
6909 M: David Ahern <dsa@cumulusnetworks.com>
6910 L: netdev@vger.kernel.org
6911 S: Maintained
6912 F: net/l3mdev
6913 F: include/net/l3mdev.h
6914
6915 LANTIQ MIPS ARCHITECTURE
6916 M: John Crispin <john@phrozen.org>
6917 L: linux-mips@linux-mips.org
6918 S: Maintained
6919 F: arch/mips/lantiq
6920
6921 LAPB module
6922 L: linux-x25@vger.kernel.org
6923 S: Orphan
6924 F: Documentation/networking/lapb-module.txt
6925 F: include/*/lapb.h
6926 F: net/lapb/
6927
6928 LASI 53c700 driver for PARISC
6929 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6930 L: linux-scsi@vger.kernel.org
6931 S: Maintained
6932 F: Documentation/scsi/53c700.txt
6933 F: drivers/scsi/53c700*
6934
6935 LED SUBSYSTEM
6936 M: Richard Purdie <rpurdie@rpsys.net>
6937 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6938 L: linux-leds@vger.kernel.org
6939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6940 S: Maintained
6941 F: Documentation/devicetree/bindings/leds/
6942 F: drivers/leds/
6943 F: include/linux/leds.h
6944
6945 LEGACY EEPROM DRIVER
6946 M: Jean Delvare <jdelvare@suse.com>
6947 S: Maintained
6948 F: Documentation/misc-devices/eeprom
6949 F: drivers/misc/eeprom/eeprom.c
6950
6951 LEGO USB Tower driver
6952 M: Juergen Stuber <starblue@users.sourceforge.net>
6953 L: legousb-devel@lists.sourceforge.net
6954 W: http://legousb.sourceforge.net/
6955 S: Maintained
6956 F: drivers/usb/misc/legousbtower.c
6957
6958 LG2160 MEDIA DRIVER
6959 M: Michael Krufky <mkrufky@linuxtv.org>
6960 L: linux-media@vger.kernel.org
6961 W: https://linuxtv.org
6962 W: http://github.com/mkrufky
6963 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6964 T: git git://linuxtv.org/mkrufky/tuners.git
6965 S: Maintained
6966 F: drivers/media/dvb-frontends/lg2160.*
6967
6968 LGDT3305 MEDIA DRIVER
6969 M: Michael Krufky <mkrufky@linuxtv.org>
6970 L: linux-media@vger.kernel.org
6971 W: https://linuxtv.org
6972 W: http://github.com/mkrufky
6973 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6974 T: git git://linuxtv.org/mkrufky/tuners.git
6975 S: Maintained
6976 F: drivers/media/dvb-frontends/lgdt3305.*
6977
6978 LGUEST
6979 M: Rusty Russell <rusty@rustcorp.com.au>
6980 L: lguest@lists.ozlabs.org
6981 W: http://lguest.ozlabs.org/
6982 S: Odd Fixes
6983 F: arch/x86/include/asm/lguest*.h
6984 F: arch/x86/lguest/
6985 F: drivers/lguest/
6986 F: include/linux/lguest*.h
6987 F: tools/lguest/
6988
6989 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6990 M: Tejun Heo <tj@kernel.org>
6991 L: linux-ide@vger.kernel.org
6992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6993 S: Maintained
6994 F: drivers/ata/
6995 F: include/linux/ata.h
6996 F: include/linux/libata.h
6997 F: Documentation/devicetree/bindings/ata/
6998
6999 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7000 M: Viresh Kumar <vireshk@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: include/linux/pata_arasan_cf_data.h
7005 F: drivers/ata/pata_arasan_cf.c
7006
7007 LIBATA PATA DRIVERS
7008 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/pata_*.c
7014 F: drivers/ata/ata_generic.c
7015
7016 LIBATA SATA AHCI PLATFORM devices support
7017 M: Hans de Goede <hdegoede@redhat.com>
7018 M: Tejun Heo <tj@kernel.org>
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/ahci_platform.c
7023 F: drivers/ata/libahci_platform.c
7024 F: include/linux/ahci_platform.h
7025
7026 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7027 M: Mikael Pettersson <mikpelinux@gmail.com>
7028 L: linux-ide@vger.kernel.org
7029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7030 S: Maintained
7031 F: drivers/ata/sata_promise.*
7032
7033 LIBLOCKDEP
7034 M: Sasha Levin <sasha.levin@oracle.com>
7035 S: Maintained
7036 F: tools/lib/lockdep/
7037
7038 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7039 M: Dan Williams <dan.j.williams@intel.com>
7040 L: linux-nvdimm@lists.01.org
7041 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7043 S: Supported
7044 F: drivers/nvdimm/*
7045 F: include/linux/nd.h
7046 F: include/linux/libnvdimm.h
7047 F: include/uapi/linux/ndctl.h
7048
7049 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7050 M: Ross Zwisler <ross.zwisler@linux.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/blk.c
7055 F: drivers/nvdimm/region_devs.c
7056 F: drivers/acpi/nfit*
7057
7058 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7059 M: Vishal Verma <vishal.l.verma@intel.com>
7060 L: linux-nvdimm@lists.01.org
7061 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7062 S: Supported
7063 F: drivers/nvdimm/btt*
7064
7065 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7066 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7067 L: linux-nvdimm@lists.01.org
7068 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7069 S: Supported
7070 F: drivers/nvdimm/pmem.c
7071 F: include/linux/pmem.h
7072 F: arch/*/include/asm/pmem.h
7073
7074 LIGHTNVM PLATFORM SUPPORT
7075 M: Matias Bjorling <mb@lightnvm.io>
7076 W: http://github/OpenChannelSSD
7077 L: linux-block@vger.kernel.org
7078 S: Maintained
7079 F: drivers/lightnvm/
7080 F: include/linux/lightnvm.h
7081 F: include/uapi/linux/lightnvm.h
7082
7083 LINUX FOR IBM pSERIES (RS/6000)
7084 M: Paul Mackerras <paulus@au.ibm.com>
7085 W: http://www.ibm.com/linux/ltc/projects/ppc
7086 S: Supported
7087 F: arch/powerpc/boot/rs6000.h
7088
7089 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7090 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7091 M: Paul Mackerras <paulus@samba.org>
7092 M: Michael Ellerman <mpe@ellerman.id.au>
7093 W: http://www.penguinppc.org/
7094 L: linuxppc-dev@lists.ozlabs.org
7095 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7097 S: Supported
7098 F: Documentation/powerpc/
7099 F: arch/powerpc/
7100 F: drivers/char/tpm/tpm_ibmvtpm*
7101 F: drivers/crypto/nx/
7102 F: drivers/crypto/vmx/
7103 F: drivers/net/ethernet/ibm/ibmveth.*
7104 F: drivers/net/ethernet/ibm/ibmvnic.*
7105 F: drivers/pci/hotplug/pnv_php.c
7106 F: drivers/pci/hotplug/rpa*
7107 F: drivers/scsi/ibmvscsi/
7108 N: opal
7109 N: /pmac
7110 N: powermac
7111 N: powernv
7112 N: [^a-z0-9]ps3
7113 N: pseries
7114
7115 LINUX FOR POWER MACINTOSH
7116 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7117 W: http://www.penguinppc.org/
7118 L: linuxppc-dev@lists.ozlabs.org
7119 S: Maintained
7120 F: arch/powerpc/platforms/powermac/
7121 F: drivers/macintosh/
7122
7123 LINUX FOR POWERPC EMBEDDED MPC5XXX
7124 M: Anatolij Gustschin <agust@denx.de>
7125 L: linuxppc-dev@lists.ozlabs.org
7126 T: git git://git.denx.de/linux-denx-agust.git
7127 S: Maintained
7128 F: arch/powerpc/platforms/512x/
7129 F: arch/powerpc/platforms/52xx/
7130
7131 LINUX FOR POWERPC EMBEDDED PPC4XX
7132 M: Alistair Popple <alistair@popple.id.au>
7133 M: Matt Porter <mporter@kernel.crashing.org>
7134 W: http://www.penguinppc.org/
7135 L: linuxppc-dev@lists.ozlabs.org
7136 S: Maintained
7137 F: arch/powerpc/platforms/40x/
7138 F: arch/powerpc/platforms/44x/
7139
7140 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7141 L: linuxppc-dev@lists.ozlabs.org
7142 S: Orphan
7143 F: arch/powerpc/*/*virtex*
7144 F: arch/powerpc/*/*/*virtex*
7145
7146 LINUX FOR POWERPC EMBEDDED PPC8XX
7147 M: Vitaly Bordug <vitb@kernel.crashing.org>
7148 W: http://www.penguinppc.org/
7149 L: linuxppc-dev@lists.ozlabs.org
7150 S: Maintained
7151 F: arch/powerpc/platforms/8xx/
7152
7153 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7154 M: Scott Wood <oss@buserror.net>
7155 M: Kumar Gala <galak@kernel.crashing.org>
7156 W: http://www.penguinppc.org/
7157 L: linuxppc-dev@lists.ozlabs.org
7158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7159 S: Maintained
7160 F: arch/powerpc/platforms/83xx/
7161 F: arch/powerpc/platforms/85xx/
7162
7163 LINUX FOR POWERPC PA SEMI PWRFICIENT
7164 M: Olof Johansson <olof@lixom.net>
7165 L: linuxppc-dev@lists.ozlabs.org
7166 S: Maintained
7167 F: arch/powerpc/platforms/pasemi/
7168 F: drivers/*/*pasemi*
7169 F: drivers/*/*/*pasemi*
7170
7171 LINUX SECURITY MODULE (LSM) FRAMEWORK
7172 M: Chris Wright <chrisw@sous-sol.org>
7173 L: linux-security-module@vger.kernel.org
7174 S: Supported
7175
7176 LIS3LV02D ACCELEROMETER DRIVER
7177 M: Eric Piel <eric.piel@tremplin-utc.net>
7178 S: Maintained
7179 F: Documentation/misc-devices/lis3lv02d
7180 F: drivers/misc/lis3lv02d/
7181 F: drivers/platform/x86/hp_accel.c
7182
7183 LIVE PATCHING
7184 M: Josh Poimboeuf <jpoimboe@redhat.com>
7185 M: Jessica Yu <jeyu@redhat.com>
7186 M: Jiri Kosina <jikos@kernel.org>
7187 M: Miroslav Benes <mbenes@suse.cz>
7188 R: Petr Mladek <pmladek@suse.com>
7189 S: Maintained
7190 F: kernel/livepatch/
7191 F: include/linux/livepatch.h
7192 F: arch/x86/include/asm/livepatch.h
7193 F: arch/x86/kernel/livepatch.c
7194 F: Documentation/livepatch/
7195 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7196 F: samples/livepatch/
7197 L: live-patching@vger.kernel.org
7198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7199
7200 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7201 M: Kees Cook <keescook@chromium.org>
7202 S: Maintained
7203 F: drivers/misc/lkdtm*
7204
7205 LLC (802.2)
7206 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7207 S: Maintained
7208 F: include/linux/llc.h
7209 F: include/uapi/linux/llc.h
7210 F: include/net/llc*
7211 F: net/llc/
7212
7213 LM73 HARDWARE MONITOR DRIVER
7214 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7215 L: linux-hwmon@vger.kernel.org
7216 S: Maintained
7217 F: drivers/hwmon/lm73.c
7218
7219 LM78 HARDWARE MONITOR DRIVER
7220 M: Jean Delvare <jdelvare@suse.com>
7221 L: linux-hwmon@vger.kernel.org
7222 S: Maintained
7223 F: Documentation/hwmon/lm78
7224 F: drivers/hwmon/lm78.c
7225
7226 LM83 HARDWARE MONITOR DRIVER
7227 M: Jean Delvare <jdelvare@suse.com>
7228 L: linux-hwmon@vger.kernel.org
7229 S: Maintained
7230 F: Documentation/hwmon/lm83
7231 F: drivers/hwmon/lm83.c
7232
7233 LM90 HARDWARE MONITOR DRIVER
7234 M: Jean Delvare <jdelvare@suse.com>
7235 L: linux-hwmon@vger.kernel.org
7236 S: Maintained
7237 F: Documentation/hwmon/lm90
7238 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7239 F: drivers/hwmon/lm90.c
7240
7241 LM95234 HARDWARE MONITOR DRIVER
7242 M: Guenter Roeck <linux@roeck-us.net>
7243 L: linux-hwmon@vger.kernel.org
7244 S: Maintained
7245 F: Documentation/hwmon/lm95234
7246 F: drivers/hwmon/lm95234.c
7247
7248 LME2510 MEDIA DRIVER
7249 M: Malcolm Priestley <tvboxspy@gmail.com>
7250 L: linux-media@vger.kernel.org
7251 W: https://linuxtv.org
7252 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7253 S: Maintained
7254 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7255
7256 LOCKING PRIMITIVES
7257 M: Peter Zijlstra <peterz@infradead.org>
7258 M: Ingo Molnar <mingo@redhat.com>
7259 L: linux-kernel@vger.kernel.org
7260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7261 S: Maintained
7262 F: Documentation/locking/
7263 F: include/linux/lockdep.h
7264 F: include/linux/spinlock*.h
7265 F: arch/*/include/asm/spinlock*.h
7266 F: include/linux/rwlock*.h
7267 F: include/linux/mutex*.h
7268 F: arch/*/include/asm/mutex*.h
7269 F: include/linux/rwsem*.h
7270 F: arch/*/include/asm/rwsem.h
7271 F: include/linux/seqlock.h
7272 F: lib/locking*.[ch]
7273 F: kernel/locking/
7274
7275 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7276 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7277 L: linux-ntfs-dev@lists.sourceforge.net
7278 W: http://www.linux-ntfs.org/content/view/19/37/
7279 S: Maintained
7280 F: Documentation/ldm.txt
7281 F: block/partitions/ldm.*
7282
7283 LogFS
7284 M: Joern Engel <joern@logfs.org>
7285 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7286 L: logfs@logfs.org
7287 W: logfs.org
7288 S: Maintained
7289 F: fs/logfs/
7290
7291 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7292 M: Sathya Prakash <sathya.prakash@broadcom.com>
7293 M: Chaitra P B <chaitra.basappa@broadcom.com>
7294 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7295 L: MPT-FusionLinux.pdl@broadcom.com
7296 L: linux-scsi@vger.kernel.org
7297 W: http://www.avagotech.com/support/
7298 S: Supported
7299 F: drivers/message/fusion/
7300 F: drivers/scsi/mpt2sas/
7301 F: drivers/scsi/mpt3sas/
7302
7303 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7304 M: Matthew Wilcox <matthew@wil.cx>
7305 L: linux-scsi@vger.kernel.org
7306 S: Maintained
7307 F: drivers/scsi/sym53c8xx_2/
7308
7309 LTC4261 HARDWARE MONITOR DRIVER
7310 M: Guenter Roeck <linux@roeck-us.net>
7311 L: linux-hwmon@vger.kernel.org
7312 S: Maintained
7313 F: Documentation/hwmon/ltc4261
7314 F: drivers/hwmon/ltc4261.c
7315
7316 LTP (Linux Test Project)
7317 M: Mike Frysinger <vapier@gentoo.org>
7318 M: Cyril Hrubis <chrubis@suse.cz>
7319 M: Wanlong Gao <wanlong.gao@gmail.com>
7320 M: Jan Stancek <jstancek@redhat.com>
7321 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7322 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7323 L: ltp@lists.linux.it (subscribers-only)
7324 W: http://linux-test-project.github.io/
7325 T: git git://github.com/linux-test-project/ltp.git
7326 S: Maintained
7327
7328 M32R ARCHITECTURE
7329 W: http://www.linux-m32r.org/
7330 S: Orphan
7331 F: arch/m32r/
7332
7333 M68K ARCHITECTURE
7334 M: Geert Uytterhoeven <geert@linux-m68k.org>
7335 L: linux-m68k@lists.linux-m68k.org
7336 W: http://www.linux-m68k.org/
7337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7338 S: Maintained
7339 F: arch/m68k/
7340 F: drivers/zorro/
7341
7342 M68K ON APPLE MACINTOSH
7343 M: Joshua Thompson <funaho@jurai.org>
7344 W: http://www.mac.linux-m68k.org/
7345 L: linux-m68k@lists.linux-m68k.org
7346 S: Maintained
7347 F: arch/m68k/mac/
7348
7349 M68K ON HP9000/300
7350 M: Philip Blundell <philb@gnu.org>
7351 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7352 S: Maintained
7353 F: arch/m68k/hp300/
7354
7355 M88DS3103 MEDIA DRIVER
7356 M: Antti Palosaari <crope@iki.fi>
7357 L: linux-media@vger.kernel.org
7358 W: https://linuxtv.org
7359 W: http://palosaari.fi/linux/
7360 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7361 T: git git://linuxtv.org/anttip/media_tree.git
7362 S: Maintained
7363 F: drivers/media/dvb-frontends/m88ds3103*
7364
7365 M88RS2000 MEDIA DRIVER
7366 M: Malcolm Priestley <tvboxspy@gmail.com>
7367 L: linux-media@vger.kernel.org
7368 W: https://linuxtv.org
7369 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7370 S: Maintained
7371 F: drivers/media/dvb-frontends/m88rs2000*
7372
7373 MA901 MASTERKIT USB FM RADIO DRIVER
7374 M: Alexey Klimov <klimov.linux@gmail.com>
7375 L: linux-media@vger.kernel.org
7376 T: git git://linuxtv.org/media_tree.git
7377 S: Maintained
7378 F: drivers/media/radio/radio-ma901.c
7379
7380 MAC80211
7381 M: Johannes Berg <johannes@sipsolutions.net>
7382 L: linux-wireless@vger.kernel.org
7383 W: http://wireless.kernel.org/
7384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7386 S: Maintained
7387 F: Documentation/networking/mac80211-injection.txt
7388 F: include/net/mac80211.h
7389 F: net/mac80211/
7390 F: drivers/net/wireless/mac80211_hwsim.[ch]
7391
7392 MACVLAN DRIVER
7393 M: Patrick McHardy <kaber@trash.net>
7394 L: netdev@vger.kernel.org
7395 S: Maintained
7396 F: drivers/net/macvlan.c
7397 F: include/linux/if_macvlan.h
7398
7399 MAILBOX API
7400 M: Jassi Brar <jassisinghbrar@gmail.com>
7401 L: linux-kernel@vger.kernel.org
7402 S: Maintained
7403 F: drivers/mailbox/
7404 F: include/linux/mailbox_client.h
7405 F: include/linux/mailbox_controller.h
7406
7407 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7408 M: Michael Kerrisk <mtk.manpages@gmail.com>
7409 W: http://www.kernel.org/doc/man-pages
7410 L: linux-man@vger.kernel.org
7411 S: Maintained
7412
7413 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7414 M: Andrew Lunn <andrew@lunn.ch>
7415 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7416 S: Maintained
7417 F: drivers/net/dsa/mv88e6xxx/
7418
7419 MARVELL ARMADA DRM SUPPORT
7420 M: Russell King <rmk+kernel@armlinux.org.uk>
7421 S: Maintained
7422 F: drivers/gpu/drm/armada/
7423 F: include/uapi/drm/armada_drm.h
7424 F: Documentation/devicetree/bindings/display/armada/
7425
7426 MARVELL CRYPTO DRIVER
7427 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7428 M: Arnaud Ebalard <arno@natisbad.org>
7429 F: drivers/crypto/marvell/
7430 S: Maintained
7431 L: linux-crypto@vger.kernel.org
7432
7433 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7434 M: Mirko Lindner <mlindner@marvell.com>
7435 M: Stephen Hemminger <stephen@networkplumber.org>
7436 L: netdev@vger.kernel.org
7437 S: Maintained
7438 F: drivers/net/ethernet/marvell/sk*
7439
7440 MARVELL LIBERTAS WIRELESS DRIVER
7441 L: libertas-dev@lists.infradead.org
7442 S: Orphan
7443 F: drivers/net/wireless/marvell/libertas/
7444
7445 MARVELL MV643XX ETHERNET DRIVER
7446 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7447 L: netdev@vger.kernel.org
7448 S: Maintained
7449 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7450 F: include/linux/mv643xx.h
7451
7452 MARVELL MVNETA ETHERNET DRIVER
7453 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7454 L: netdev@vger.kernel.org
7455 S: Maintained
7456 F: drivers/net/ethernet/marvell/mvneta.*
7457
7458 MARVELL MWIFIEX WIRELESS DRIVER
7459 M: Amitkumar Karwar <akarwar@marvell.com>
7460 M: Nishant Sarmukadam <nishants@marvell.com>
7461 L: linux-wireless@vger.kernel.org
7462 S: Maintained
7463 F: drivers/net/wireless/marvell/mwifiex/
7464
7465 MARVELL MWL8K WIRELESS DRIVER
7466 M: Lennert Buytenhek <buytenh@wantstofly.org>
7467 L: linux-wireless@vger.kernel.org
7468 S: Odd Fixes
7469 F: drivers/net/wireless/marvell/mwl8k.c
7470
7471 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7472 M: Nicolas Pitre <nico@fluxnic.net>
7473 S: Odd Fixes
7474 F: drivers/mmc/host/mvsdio.*
7475
7476 MATROX FRAMEBUFFER DRIVER
7477 L: linux-fbdev@vger.kernel.org
7478 S: Orphan
7479 F: drivers/video/fbdev/matrox/matroxfb_*
7480 F: include/uapi/linux/matroxfb.h
7481
7482 MAX16065 HARDWARE MONITOR DRIVER
7483 M: Guenter Roeck <linux@roeck-us.net>
7484 L: linux-hwmon@vger.kernel.org
7485 S: Maintained
7486 F: Documentation/hwmon/max16065
7487 F: drivers/hwmon/max16065.c
7488
7489 MAX20751 HARDWARE MONITOR DRIVER
7490 M: Guenter Roeck <linux@roeck-us.net>
7491 L: linux-hwmon@vger.kernel.org
7492 S: Maintained
7493 F: Documentation/hwmon/max20751
7494 F: drivers/hwmon/max20751.c
7495
7496 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7497 M: "Hans J. Koch" <hjk@hansjkoch.de>
7498 L: linux-hwmon@vger.kernel.org
7499 S: Maintained
7500 F: Documentation/hwmon/max6650
7501 F: drivers/hwmon/max6650.c
7502
7503 MAX6697 HARDWARE MONITOR DRIVER
7504 M: Guenter Roeck <linux@roeck-us.net>
7505 L: linux-hwmon@vger.kernel.org
7506 S: Maintained
7507 F: Documentation/hwmon/max6697
7508 F: Documentation/devicetree/bindings/i2c/max6697.txt
7509 F: drivers/hwmon/max6697.c
7510 F: include/linux/platform_data/max6697.h
7511
7512 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7513 M: Peter Rosin <peda@axentia.se>
7514 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7515 S: Maintained
7516 F: Documentation/devicetree/bindings/sound/max9860.txt
7517 F: sound/soc/codecs/max9860.*
7518
7519 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7520 M: Krzysztof Kozlowski <krzk@kernel.org>
7521 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7522 L: linux-pm@vger.kernel.org
7523 S: Supported
7524 F: drivers/power/supply/max14577_charger.c
7525 F: drivers/power/supply/max77693_charger.c
7526
7527 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7528 M: Javier Martinez Canillas <javier@osg.samsung.com>
7529 L: linux-kernel@vger.kernel.org
7530 S: Supported
7531 F: drivers/*/*max77802*.c
7532 F: Documentation/devicetree/bindings/*/*max77802.txt
7533 F: include/dt-bindings/*/*max77802.h
7534
7535 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7536 M: Chanwoo Choi <cw00.choi@samsung.com>
7537 M: Krzysztof Kozlowski <krzk@kernel.org>
7538 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7539 L: linux-kernel@vger.kernel.org
7540 S: Supported
7541 F: drivers/*/max14577*.c
7542 F: drivers/*/max77686*.c
7543 F: drivers/*/max77693*.c
7544 F: drivers/extcon/extcon-max14577.c
7545 F: drivers/extcon/extcon-max77693.c
7546 F: drivers/rtc/rtc-max77686.c
7547 F: drivers/clk/clk-max77686.c
7548 F: Documentation/devicetree/bindings/mfd/max14577.txt
7549 F: Documentation/devicetree/bindings/*/max77686.txt
7550 F: Documentation/devicetree/bindings/mfd/max77693.txt
7551 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7552 F: include/linux/mfd/max14577*.h
7553 F: include/linux/mfd/max77686*.h
7554 F: include/linux/mfd/max77693*.h
7555
7556 MAXIRADIO FM RADIO RECEIVER DRIVER
7557 M: Hans Verkuil <hverkuil@xs4all.nl>
7558 L: linux-media@vger.kernel.org
7559 T: git git://linuxtv.org/media_tree.git
7560 W: https://linuxtv.org
7561 S: Maintained
7562 F: drivers/media/radio/radio-maxiradio*
7563
7564 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7565 M: Peter Rosin <peda@axentia.se>
7566 L: linux-iio@vger.kernel.org
7567 S: Maintained
7568 F: drivers/iio/potentiometer/mcp4531.c
7569
7570 MEDIA DRIVERS FOR RENESAS - FCP
7571 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7572 L: linux-media@vger.kernel.org
7573 L: linux-renesas-soc@vger.kernel.org
7574 T: git git://linuxtv.org/media_tree.git
7575 S: Supported
7576 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7577 F: drivers/media/platform/rcar-fcp.c
7578 F: include/media/rcar-fcp.h
7579
7580 MEDIA DRIVERS FOR RENESAS - VSP1
7581 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7582 L: linux-media@vger.kernel.org
7583 L: linux-renesas-soc@vger.kernel.org
7584 T: git git://linuxtv.org/media_tree.git
7585 S: Supported
7586 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7587 F: drivers/media/platform/vsp1/
7588
7589 MEDIA DRIVERS FOR HELENE
7590 M: Abylay Ospan <aospan@netup.ru>
7591 L: linux-media@vger.kernel.org
7592 W: https://linuxtv.org
7593 W: http://netup.tv/
7594 T: git git://linuxtv.org/media_tree.git
7595 S: Supported
7596 F: drivers/media/dvb-frontends/helene*
7597
7598 MEDIA DRIVERS FOR ASCOT2E
7599 M: Sergey Kozlov <serjk@netup.ru>
7600 M: Abylay Ospan <aospan@netup.ru>
7601 L: linux-media@vger.kernel.org
7602 W: https://linuxtv.org
7603 W: http://netup.tv/
7604 T: git git://linuxtv.org/media_tree.git
7605 S: Supported
7606 F: drivers/media/dvb-frontends/ascot2e*
7607
7608 MEDIA DRIVERS FOR CXD2841ER
7609 M: Sergey Kozlov <serjk@netup.ru>
7610 M: Abylay Ospan <aospan@netup.ru>
7611 L: linux-media@vger.kernel.org
7612 W: https://linuxtv.org
7613 W: http://netup.tv/
7614 T: git git://linuxtv.org/media_tree.git
7615 S: Supported
7616 F: drivers/media/dvb-frontends/cxd2841er*
7617
7618 MEDIA DRIVERS FOR HORUS3A
7619 M: Sergey Kozlov <serjk@netup.ru>
7620 M: Abylay Ospan <aospan@netup.ru>
7621 L: linux-media@vger.kernel.org
7622 W: https://linuxtv.org
7623 W: http://netup.tv/
7624 T: git git://linuxtv.org/media_tree.git
7625 S: Supported
7626 F: drivers/media/dvb-frontends/horus3a*
7627
7628 MEDIA DRIVERS FOR LNBH25
7629 M: Sergey Kozlov <serjk@netup.ru>
7630 M: Abylay Ospan <aospan@netup.ru>
7631 L: linux-media@vger.kernel.org
7632 W: https://linuxtv.org
7633 W: http://netup.tv/
7634 T: git git://linuxtv.org/media_tree.git
7635 S: Supported
7636 F: drivers/media/dvb-frontends/lnbh25*
7637
7638 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7639 M: Sergey Kozlov <serjk@netup.ru>
7640 M: Abylay Ospan <aospan@netup.ru>
7641 L: linux-media@vger.kernel.org
7642 W: https://linuxtv.org
7643 W: http://netup.tv/
7644 T: git git://linuxtv.org/media_tree.git
7645 S: Supported
7646 F: drivers/media/pci/netup_unidvb/*
7647
7648 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7649 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7650 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7651 P: LinuxTV.org Project
7652 L: linux-media@vger.kernel.org
7653 W: https://linuxtv.org
7654 Q: http://patchwork.kernel.org/project/linux-media/list/
7655 T: git git://linuxtv.org/media_tree.git
7656 S: Maintained
7657 F: Documentation/dvb/
7658 F: Documentation/video4linux/
7659 F: Documentation/DocBook/media/
7660 F: drivers/media/
7661 F: drivers/staging/media/
7662 F: include/linux/platform_data/media/
7663 F: include/media/
7664 F: include/uapi/linux/dvb/
7665 F: include/uapi/linux/videodev2.h
7666 F: include/uapi/linux/media.h
7667 F: include/uapi/linux/v4l2-*
7668 F: include/uapi/linux/meye.h
7669 F: include/uapi/linux/ivtv*
7670 F: include/uapi/linux/uvcvideo.h
7671
7672 MEDIATEK ETHERNET DRIVER
7673 M: Felix Fietkau <nbd@openwrt.org>
7674 M: John Crispin <blogic@openwrt.org>
7675 L: netdev@vger.kernel.org
7676 S: Maintained
7677 F: drivers/net/ethernet/mediatek/
7678
7679 MEDIATEK MT7601U WIRELESS LAN DRIVER
7680 M: Jakub Kicinski <kubakici@wp.pl>
7681 L: linux-wireless@vger.kernel.org
7682 S: Maintained
7683 F: drivers/net/wireless/mediatek/mt7601u/
7684
7685 MEGARAID SCSI/SAS DRIVERS
7686 M: Kashyap Desai <kashyap.desai@avagotech.com>
7687 M: Sumit Saxena <sumit.saxena@avagotech.com>
7688 M: Uday Lingala <uday.lingala@avagotech.com>
7689 L: megaraidlinux.pdl@avagotech.com
7690 L: linux-scsi@vger.kernel.org
7691 W: http://www.lsi.com
7692 S: Maintained
7693 F: Documentation/scsi/megaraid.txt
7694 F: drivers/scsi/megaraid.*
7695 F: drivers/scsi/megaraid/
7696
7697 MELLANOX ETHERNET DRIVER (mlx4_en)
7698 M: Tariq Toukan <tariqt@mellanox.com>
7699 L: netdev@vger.kernel.org
7700 S: Supported
7701 W: http://www.mellanox.com
7702 Q: http://patchwork.ozlabs.org/project/netdev/list/
7703 F: drivers/net/ethernet/mellanox/mlx4/en_*
7704
7705 MELLANOX ETHERNET DRIVER (mlx5e)
7706 M: Saeed Mahameed <saeedm@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/mlx5/core/en_*
7712
7713 MELLANOX ETHERNET SWITCH DRIVERS
7714 M: Jiri Pirko <jiri@mellanox.com>
7715 M: Ido Schimmel <idosch@mellanox.com>
7716 L: netdev@vger.kernel.org
7717 S: Supported
7718 W: http://www.mellanox.com
7719 Q: http://patchwork.ozlabs.org/project/netdev/list/
7720 F: drivers/net/ethernet/mellanox/mlxsw/
7721
7722 SOFT-ROCE DRIVER (rxe)
7723 M: Moni Shoua <monis@mellanox.com>
7724 L: linux-rdma@vger.kernel.org
7725 S: Supported
7726 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7727 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7728 F: drivers/infiniband/sw/rxe/
7729 F: include/uapi/rdma/rdma_user_rxe.h
7730
7731 MEMBARRIER SUPPORT
7732 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7733 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7734 L: linux-kernel@vger.kernel.org
7735 S: Supported
7736 F: kernel/membarrier.c
7737 F: include/uapi/linux/membarrier.h
7738
7739 MEMORY MANAGEMENT
7740 L: linux-mm@kvack.org
7741 W: http://www.linux-mm.org
7742 S: Maintained
7743 F: include/linux/mm.h
7744 F: include/linux/gfp.h
7745 F: include/linux/mmzone.h
7746 F: include/linux/memory_hotplug.h
7747 F: include/linux/vmalloc.h
7748 F: mm/
7749
7750 MEMORY TECHNOLOGY DEVICES (MTD)
7751 M: David Woodhouse <dwmw2@infradead.org>
7752 M: Brian Norris <computersforpeace@gmail.com>
7753 L: linux-mtd@lists.infradead.org
7754 W: http://www.linux-mtd.infradead.org/
7755 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7756 T: git git://git.infradead.org/linux-mtd.git
7757 T: git git://git.infradead.org/l2-mtd.git
7758 S: Maintained
7759 F: Documentation/devicetree/bindings/mtd/
7760 F: drivers/mtd/
7761 F: include/linux/mtd/
7762 F: include/uapi/mtd/
7763
7764 MEN A21 WATCHDOG DRIVER
7765 M: Johannes Thumshirn <morbidrsa@gmail.com>
7766 L: linux-watchdog@vger.kernel.org
7767 S: Maintained
7768 F: drivers/watchdog/mena21_wdt.c
7769
7770 MEN CHAMELEON BUS (mcb)
7771 M: Johannes Thumshirn <morbidrsa@gmail.com>
7772 S: Maintained
7773 F: drivers/mcb/
7774 F: include/linux/mcb.h
7775 F: Documentation/men-chameleon-bus.txt
7776
7777 MEN F21BMC (Board Management Controller)
7778 M: Andreas Werner <andreas.werner@men.de>
7779 S: Supported
7780 F: drivers/mfd/menf21bmc.c
7781 F: drivers/watchdog/menf21bmc_wdt.c
7782 F: drivers/leds/leds-menf21bmc.c
7783 F: drivers/hwmon/menf21bmc_hwmon.c
7784 F: Documentation/hwmon/menf21bmc
7785
7786 METAG ARCHITECTURE
7787 M: James Hogan <james.hogan@imgtec.com>
7788 L: linux-metag@vger.kernel.org
7789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7790 S: Odd Fixes
7791 F: arch/metag/
7792 F: Documentation/metag/
7793 F: Documentation/devicetree/bindings/metag/
7794 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7795 F: drivers/clocksource/metag_generic.c
7796 F: drivers/irqchip/irq-metag.c
7797 F: drivers/irqchip/irq-metag-ext.c
7798 F: drivers/tty/metag_da.c
7799
7800 MICROBLAZE ARCHITECTURE
7801 M: Michal Simek <monstr@monstr.eu>
7802 W: http://www.monstr.eu/fdt/
7803 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7804 S: Supported
7805 F: arch/microblaze/
7806
7807 MICROCHIP / ATMEL ISC DRIVER
7808 M: Songjun Wu <songjun.wu@microchip.com>
7809 L: linux-media@vger.kernel.org
7810 S: Supported
7811 F: drivers/media/platform/atmel/atmel-isc.c
7812 F: drivers/media/platform/atmel/atmel-isc-regs.h
7813 F: devicetree/bindings/media/atmel-isc.txt
7814
7815 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7816 M: Chen Yu <yu.c.chen@intel.com>
7817 L: platform-driver-x86@vger.kernel.org
7818 S: Supported
7819 F: drivers/platform/x86/surfacepro3_button.c
7820
7821 MICROTEK X6 SCANNER
7822 M: Oliver Neukum <oliver@neukum.org>
7823 S: Maintained
7824 F: drivers/usb/image/microtek.*
7825
7826 MIPS
7827 M: Ralf Baechle <ralf@linux-mips.org>
7828 L: linux-mips@linux-mips.org
7829 W: http://www.linux-mips.org/
7830 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7831 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7832 S: Supported
7833 F: Documentation/devicetree/bindings/mips/
7834 F: Documentation/mips/
7835 F: arch/mips/
7836
7837 MIPS/LOONGSON1 ARCHITECTURE
7838 M: Keguang Zhang <keguang.zhang@gmail.com>
7839 L: linux-mips@linux-mips.org
7840 S: Maintained
7841 F: arch/mips/loongson32/
7842 F: arch/mips/include/asm/mach-loongson32/
7843 F: drivers/*/*loongson1*
7844 F: drivers/*/*/*loongson1*
7845
7846 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7847 M: Hans Verkuil <hverkuil@xs4all.nl>
7848 L: linux-media@vger.kernel.org
7849 T: git git://linuxtv.org/media_tree.git
7850 W: https://linuxtv.org
7851 S: Odd Fixes
7852 F: drivers/media/radio/radio-miropcm20*
7853
7854 MELLANOX MLX4 core VPI driver
7855 M: Yishai Hadas <yishaih@mellanox.com>
7856 L: netdev@vger.kernel.org
7857 L: linux-rdma@vger.kernel.org
7858 W: http://www.mellanox.com
7859 Q: http://patchwork.ozlabs.org/project/netdev/list/
7860 S: Supported
7861 F: drivers/net/ethernet/mellanox/mlx4/
7862 F: include/linux/mlx4/
7863
7864 MELLANOX MLX4 IB driver
7865 M: Yishai Hadas <yishaih@mellanox.com>
7866 L: linux-rdma@vger.kernel.org
7867 W: http://www.mellanox.com
7868 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7869 S: Supported
7870 F: drivers/infiniband/hw/mlx4/
7871 F: include/linux/mlx4/
7872
7873 MELLANOX MLX5 core VPI driver
7874 M: Matan Barak <matanb@mellanox.com>
7875 M: Leon Romanovsky <leonro@mellanox.com>
7876 L: netdev@vger.kernel.org
7877 L: linux-rdma@vger.kernel.org
7878 W: http://www.mellanox.com
7879 Q: http://patchwork.ozlabs.org/project/netdev/list/
7880 S: Supported
7881 F: drivers/net/ethernet/mellanox/mlx5/core/
7882 F: include/linux/mlx5/
7883
7884 MELLANOX MLX5 IB driver
7885 M: Matan Barak <matanb@mellanox.com>
7886 M: Leon Romanovsky <leonro@mellanox.com>
7887 L: linux-rdma@vger.kernel.org
7888 W: http://www.mellanox.com
7889 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7890 S: Supported
7891 F: drivers/infiniband/hw/mlx5/
7892 F: include/linux/mlx5/
7893
7894 MELEXIS MLX90614 DRIVER
7895 M: Crt Mori <cmo@melexis.com>
7896 L: linux-iio@vger.kernel.org
7897 W: http://www.melexis.com
7898 S: Supported
7899 F: drivers/iio/temperature/mlx90614.c
7900
7901 MN88472 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/mn88472*
7909
7910 MN88473 MEDIA DRIVER
7911 M: Antti Palosaari <crope@iki.fi>
7912 L: linux-media@vger.kernel.org
7913 W: https://linuxtv.org
7914 W: http://palosaari.fi/linux/
7915 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7916 S: Maintained
7917 F: drivers/media/dvb-frontends/mn88473*
7918
7919 MODULE SUPPORT
7920 M: Rusty Russell <rusty@rustcorp.com.au>
7921 S: Maintained
7922 F: include/linux/module.h
7923 F: kernel/module.c
7924
7925 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7926 W: http://popies.net/meye/
7927 S: Orphan
7928 F: Documentation/video4linux/meye.txt
7929 F: drivers/media/pci/meye/
7930 F: include/uapi/linux/meye.h
7931
7932 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7933 M: Jiri Slaby <jirislaby@gmail.com>
7934 S: Maintained
7935 F: Documentation/serial/moxa-smartio
7936 F: drivers/tty/mxser.*
7937
7938 MR800 AVERMEDIA USB FM RADIO DRIVER
7939 M: Alexey Klimov <klimov.linux@gmail.com>
7940 L: linux-media@vger.kernel.org
7941 T: git git://linuxtv.org/media_tree.git
7942 S: Maintained
7943 F: drivers/media/radio/radio-mr800.c
7944
7945 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7946 M: Alan Ott <alan@signal11.us>
7947 L: linux-wpan@vger.kernel.org
7948 S: Maintained
7949 F: drivers/net/ieee802154/mrf24j40.c
7950 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7951
7952 MSI LAPTOP SUPPORT
7953 M: "Lee, Chun-Yi" <jlee@suse.com>
7954 L: platform-driver-x86@vger.kernel.org
7955 S: Maintained
7956 F: drivers/platform/x86/msi-laptop.c
7957
7958 MSI WMI SUPPORT
7959 L: platform-driver-x86@vger.kernel.org
7960 S: Orphan
7961 F: drivers/platform/x86/msi-wmi.c
7962
7963 MSI001 MEDIA DRIVER
7964 M: Antti Palosaari <crope@iki.fi>
7965 L: linux-media@vger.kernel.org
7966 W: https://linuxtv.org
7967 W: http://palosaari.fi/linux/
7968 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7969 T: git git://linuxtv.org/anttip/media_tree.git
7970 S: Maintained
7971 F: drivers/media/tuners/msi001*
7972
7973 MSI2500 MEDIA DRIVER
7974 M: Antti Palosaari <crope@iki.fi>
7975 L: linux-media@vger.kernel.org
7976 W: https://linuxtv.org
7977 W: http://palosaari.fi/linux/
7978 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7979 T: git git://linuxtv.org/anttip/media_tree.git
7980 S: Maintained
7981 F: drivers/media/usb/msi2500/
7982
7983 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7984 M: Robert Jarzmik <robert.jarzmik@free.fr>
7985 L: linux-mtd@lists.infradead.org
7986 S: Maintained
7987 F: drivers/mtd/devices/docg3*
7988
7989 MT9M032 APTINA SENSOR DRIVER
7990 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7991 L: linux-media@vger.kernel.org
7992 T: git git://linuxtv.org/media_tree.git
7993 S: Maintained
7994 F: drivers/media/i2c/mt9m032.c
7995 F: include/media/i2c/mt9m032.h
7996
7997 MT9P031 APTINA CAMERA SENSOR
7998 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7999 L: linux-media@vger.kernel.org
8000 T: git git://linuxtv.org/media_tree.git
8001 S: Maintained
8002 F: drivers/media/i2c/mt9p031.c
8003 F: include/media/i2c/mt9p031.h
8004
8005 MT9T001 APTINA CAMERA SENSOR
8006 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8007 L: linux-media@vger.kernel.org
8008 T: git git://linuxtv.org/media_tree.git
8009 S: Maintained
8010 F: drivers/media/i2c/mt9t001.c
8011 F: include/media/i2c/mt9t001.h
8012
8013 MT9V032 APTINA CAMERA SENSOR
8014 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8015 L: linux-media@vger.kernel.org
8016 T: git git://linuxtv.org/media_tree.git
8017 S: Maintained
8018 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8019 F: drivers/media/i2c/mt9v032.c
8020 F: include/media/i2c/mt9v032.h
8021
8022 MULTIFUNCTION DEVICES (MFD)
8023 M: Lee Jones <lee.jones@linaro.org>
8024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8025 S: Supported
8026 F: Documentation/devicetree/bindings/mfd/
8027 F: drivers/mfd/
8028 F: include/linux/mfd/
8029
8030 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8031 M: Ulf Hansson <ulf.hansson@linaro.org>
8032 L: linux-mmc@vger.kernel.org
8033 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8034 S: Maintained
8035 F: Documentation/devicetree/bindings/mmc/
8036 F: drivers/mmc/
8037 F: include/linux/mmc/
8038 F: include/uapi/linux/mmc/
8039
8040 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8041 S: Orphan
8042 F: drivers/mmc/host/mmc_spi.c
8043 F: include/linux/spi/mmc_spi.h
8044
8045 MULTISOUND SOUND DRIVER
8046 M: Andrew Veliath <andrewtv@usa.net>
8047 S: Maintained
8048 F: Documentation/sound/oss/MultiSound
8049 F: sound/oss/msnd*
8050
8051 MULTITECH MULTIPORT CARD (ISICOM)
8052 S: Orphan
8053 F: drivers/tty/isicom.c
8054 F: include/linux/isicom.h
8055
8056 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8057 M: Bin Liu <b-liu@ti.com>
8058 L: linux-usb@vger.kernel.org
8059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8060 S: Maintained
8061 F: drivers/usb/musb/
8062
8063 MXL5007T MEDIA DRIVER
8064 M: Michael Krufky <mkrufky@linuxtv.org>
8065 L: linux-media@vger.kernel.org
8066 W: https://linuxtv.org
8067 W: http://github.com/mkrufky
8068 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8069 T: git git://linuxtv.org/mkrufky/tuners.git
8070 S: Maintained
8071 F: drivers/media/tuners/mxl5007t.*
8072
8073 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8074 M: Hyong-Youb Kim <hykim@myri.com>
8075 L: netdev@vger.kernel.org
8076 W: https://www.myricom.com/support/downloads/myri10ge.html
8077 S: Supported
8078 F: drivers/net/ethernet/myricom/myri10ge/
8079
8080 NAND FLASH SUBSYSTEM
8081 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8082 R: Richard Weinberger <richard@nod.at>
8083 L: linux-mtd@lists.infradead.org
8084 W: http://www.linux-mtd.infradead.org/
8085 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8086 T: git git://github.com/linux-nand/linux.git
8087 S: Maintained
8088 F: drivers/mtd/nand/
8089 F: include/linux/mtd/nand*.h
8090
8091 NATSEMI ETHERNET DRIVER (DP8381x)
8092 S: Orphan
8093 F: drivers/net/ethernet/natsemi/natsemi.c
8094
8095 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8096 M: Daniel Mack <zonque@gmail.com>
8097 S: Maintained
8098 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8099 W: http://www.native-instruments.com
8100 F: sound/usb/caiaq/
8101
8102 NCP FILESYSTEM
8103 M: Petr Vandrovec <petr@vandrovec.name>
8104 S: Odd Fixes
8105 F: fs/ncpfs/
8106
8107 NCR 5380 SCSI DRIVERS
8108 M: Finn Thain <fthain@telegraphics.com.au>
8109 M: Michael Schmitz <schmitzmic@gmail.com>
8110 L: linux-scsi@vger.kernel.org
8111 S: Maintained
8112 F: Documentation/scsi/g_NCR5380.txt
8113 F: Documentation/scsi/dtc3x80.txt
8114 F: drivers/scsi/NCR5380.*
8115 F: drivers/scsi/arm/cumana_1.c
8116 F: drivers/scsi/arm/oak.c
8117 F: drivers/scsi/atari_scsi.*
8118 F: drivers/scsi/dmx3191d.c
8119 F: drivers/scsi/dtc.*
8120 F: drivers/scsi/g_NCR5380.*
8121 F: drivers/scsi/g_NCR5380_mmio.c
8122 F: drivers/scsi/mac_scsi.*
8123 F: drivers/scsi/pas16.*
8124 F: drivers/scsi/sun3_scsi.*
8125 F: drivers/scsi/sun3_scsi_vme.c
8126 F: drivers/scsi/t128.*
8127
8128 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8129 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8130 L: linux-scsi@vger.kernel.org
8131 S: Maintained
8132 F: drivers/scsi/NCR_D700.*
8133
8134 NCT6775 HARDWARE MONITOR DRIVER
8135 M: Guenter Roeck <linux@roeck-us.net>
8136 L: linux-hwmon@vger.kernel.org
8137 S: Maintained
8138 F: Documentation/hwmon/nct6775
8139 F: drivers/hwmon/nct6775.c
8140
8141 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8142 M: Faisal Latif <faisal.latif@intel.com>
8143 L: linux-rdma@vger.kernel.org
8144 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8145 S: Supported
8146 F: drivers/infiniband/hw/nes/
8147
8148 NETEM NETWORK EMULATOR
8149 M: Stephen Hemminger <stephen@networkplumber.org>
8150 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8151 S: Maintained
8152 F: net/sched/sch_netem.c
8153
8154 NETERION 10GbE DRIVERS (s2io/vxge)
8155 M: Jon Mason <jdmason@kudzu.us>
8156 L: netdev@vger.kernel.org
8157 S: Supported
8158 F: Documentation/networking/s2io.txt
8159 F: Documentation/networking/vxge.txt
8160 F: drivers/net/ethernet/neterion/
8161
8162 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8163 M: Pablo Neira Ayuso <pablo@netfilter.org>
8164 M: Patrick McHardy <kaber@trash.net>
8165 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8166 L: netfilter-devel@vger.kernel.org
8167 L: coreteam@netfilter.org
8168 W: http://www.netfilter.org/
8169 W: http://www.iptables.org/
8170 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8173 S: Supported
8174 F: include/linux/netfilter*
8175 F: include/linux/netfilter/
8176 F: include/net/netfilter/
8177 F: include/uapi/linux/netfilter*
8178 F: include/uapi/linux/netfilter/
8179 F: net/*/netfilter.c
8180 F: net/*/netfilter/
8181 F: net/netfilter/
8182 F: net/bridge/br_netfilter*.c
8183
8184 NETLABEL
8185 M: Paul Moore <paul@paul-moore.com>
8186 W: http://netlabel.sf.net
8187 L: netdev@vger.kernel.org
8188 S: Maintained
8189 F: Documentation/netlabel/
8190 F: include/net/netlabel.h
8191 F: net/netlabel/
8192
8193 NETROM NETWORK LAYER
8194 M: Ralf Baechle <ralf@linux-mips.org>
8195 L: linux-hams@vger.kernel.org
8196 W: http://www.linux-ax25.org/
8197 S: Maintained
8198 F: include/net/netrom.h
8199 F: include/uapi/linux/netrom.h
8200 F: net/netrom/
8201
8202 NETRONOME ETHERNET DRIVERS
8203 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8204 L: oss-drivers@netronome.com
8205 S: Maintained
8206 F: drivers/net/ethernet/netronome/
8207
8208 NETWORK BLOCK DEVICE (NBD)
8209 M: Markus Pargmann <mpa@pengutronix.de>
8210 S: Maintained
8211 L: nbd-general@lists.sourceforge.net
8212 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8213 F: Documentation/blockdev/nbd.txt
8214 F: drivers/block/nbd.c
8215 F: include/uapi/linux/nbd.h
8216
8217 NETWORK DROP MONITOR
8218 M: Neil Horman <nhorman@tuxdriver.com>
8219 L: netdev@vger.kernel.org
8220 S: Maintained
8221 W: https://fedorahosted.org/dropwatch/
8222 F: net/core/drop_monitor.c
8223
8224 NETWORKING [GENERAL]
8225 M: "David S. Miller" <davem@davemloft.net>
8226 L: netdev@vger.kernel.org
8227 W: http://www.linuxfoundation.org/en/Net
8228 Q: http://patchwork.ozlabs.org/project/netdev/list/
8229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8231 S: Maintained
8232 F: net/
8233 F: include/net/
8234 F: include/linux/in.h
8235 F: include/linux/net.h
8236 F: include/linux/netdevice.h
8237 F: include/uapi/linux/in.h
8238 F: include/uapi/linux/net.h
8239 F: include/uapi/linux/netdevice.h
8240 F: include/uapi/linux/net_namespace.h
8241 F: tools/net/
8242 F: tools/testing/selftests/net/
8243 F: lib/random32.c
8244 F: lib/test_bpf.c
8245
8246 NETWORKING [IPv4/IPv6]
8247 M: "David S. Miller" <davem@davemloft.net>
8248 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8249 M: James Morris <jmorris@namei.org>
8250 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8251 M: Patrick McHardy <kaber@trash.net>
8252 L: netdev@vger.kernel.org
8253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8254 S: Maintained
8255 F: net/ipv4/
8256 F: net/ipv6/
8257 F: include/net/ip*
8258 F: arch/x86/net/*
8259
8260 NETWORKING [IPSEC]
8261 M: Steffen Klassert <steffen.klassert@secunet.com>
8262 M: Herbert Xu <herbert@gondor.apana.org.au>
8263 M: "David S. Miller" <davem@davemloft.net>
8264 L: netdev@vger.kernel.org
8265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8267 S: Maintained
8268 F: net/core/flow.c
8269 F: net/xfrm/
8270 F: net/key/
8271 F: net/ipv4/xfrm*
8272 F: net/ipv4/esp4.c
8273 F: net/ipv4/ah4.c
8274 F: net/ipv4/ipcomp.c
8275 F: net/ipv4/ip_vti.c
8276 F: net/ipv6/xfrm*
8277 F: net/ipv6/esp6.c
8278 F: net/ipv6/ah6.c
8279 F: net/ipv6/ipcomp6.c
8280 F: net/ipv6/ip6_vti.c
8281 F: include/uapi/linux/xfrm.h
8282 F: include/net/xfrm.h
8283
8284 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8285 M: Paul Moore <paul@paul-moore.com>
8286 L: netdev@vger.kernel.org
8287 S: Maintained
8288
8289 NETWORKING [WIRELESS]
8290 L: linux-wireless@vger.kernel.org
8291 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8292
8293 NETWORKING DRIVERS
8294 L: netdev@vger.kernel.org
8295 W: http://www.linuxfoundation.org/en/Net
8296 Q: http://patchwork.ozlabs.org/project/netdev/list/
8297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8298 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8299 S: Odd Fixes
8300 F: Documentation/devicetree/bindings/net/
8301 F: drivers/net/
8302 F: include/linux/if_*
8303 F: include/linux/netdevice.h
8304 F: include/linux/etherdevice.h
8305 F: include/linux/fcdevice.h
8306 F: include/linux/fddidevice.h
8307 F: include/linux/hippidevice.h
8308 F: include/linux/inetdevice.h
8309 F: include/uapi/linux/if_*
8310 F: include/uapi/linux/netdevice.h
8311
8312 NETWORKING DRIVERS (WIRELESS)
8313 M: Kalle Valo <kvalo@codeaurora.org>
8314 L: linux-wireless@vger.kernel.org
8315 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8318 S: Maintained
8319 F: Documentation/devicetree/bindings/net/wireless/
8320 F: drivers/net/wireless/
8321
8322 NETXEN (1/10) GbE SUPPORT
8323 M: Manish Chopra <manish.chopra@qlogic.com>
8324 M: Sony Chacko <sony.chacko@qlogic.com>
8325 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8326 L: netdev@vger.kernel.org
8327 W: http://www.qlogic.com
8328 S: Supported
8329 F: drivers/net/ethernet/qlogic/netxen/
8330
8331 NFC SUBSYSTEM
8332 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8333 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8334 M: Samuel Ortiz <sameo@linux.intel.com>
8335 L: linux-wireless@vger.kernel.org
8336 L: linux-nfc@lists.01.org (subscribers-only)
8337 S: Supported
8338 F: net/nfc/
8339 F: include/net/nfc/
8340 F: include/uapi/linux/nfc.h
8341 F: drivers/nfc/
8342 F: include/linux/platform_data/nfcmrvl.h
8343 F: include/linux/platform_data/nxp-nci.h
8344 F: include/linux/platform_data/pn544.h
8345 F: include/linux/platform_data/st21nfca.h
8346 F: include/linux/platform_data/st-nci.h
8347 F: Documentation/devicetree/bindings/net/nfc/
8348
8349 NFS, SUNRPC, AND LOCKD CLIENTS
8350 M: Trond Myklebust <trond.myklebust@primarydata.com>
8351 M: Anna Schumaker <anna.schumaker@netapp.com>
8352 L: linux-nfs@vger.kernel.org
8353 W: http://client.linux-nfs.org
8354 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8355 S: Maintained
8356 F: fs/lockd/
8357 F: fs/nfs/
8358 F: fs/nfs_common/
8359 F: net/sunrpc/
8360 F: include/linux/lockd/
8361 F: include/linux/nfs*
8362 F: include/linux/sunrpc/
8363 F: include/uapi/linux/nfs*
8364 F: include/uapi/linux/sunrpc/
8365
8366 NILFS2 FILESYSTEM
8367 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8368 L: linux-nilfs@vger.kernel.org
8369 W: http://nilfs.sourceforge.net/
8370 W: http://nilfs.osdn.jp/
8371 T: git git://github.com/konis/nilfs2.git
8372 S: Supported
8373 F: Documentation/filesystems/nilfs2.txt
8374 F: fs/nilfs2/
8375 F: include/trace/events/nilfs2.h
8376 F: include/uapi/linux/nilfs2_api.h
8377 F: include/uapi/linux/nilfs2_ondisk.h
8378
8379 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8380 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8381 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8382 S: Maintained
8383 F: Documentation/scsi/NinjaSCSI.txt
8384 F: drivers/scsi/pcmcia/nsp_*
8385
8386 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8387 M: GOTO Masanori <gotom@debian.or.jp>
8388 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8389 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8390 S: Maintained
8391 F: Documentation/scsi/NinjaSCSI.txt
8392 F: drivers/scsi/nsp32*
8393
8394 NIOS2 ARCHITECTURE
8395 M: Ley Foon Tan <lftan@altera.com>
8396 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8398 S: Maintained
8399 F: arch/nios2/
8400
8401 NOKIA N900 POWER SUPPLY DRIVERS
8402 R: Pali Rohár <pali.rohar@gmail.com>
8403 F: include/linux/power/bq2415x_charger.h
8404 F: include/linux/power/bq27xxx_battery.h
8405 F: include/linux/power/isp1704_charger.h
8406 F: drivers/power/supply/bq2415x_charger.c
8407 F: drivers/power/supply/bq27xxx_battery.c
8408 F: drivers/power/supply/bq27xxx_battery_i2c.c
8409 F: drivers/power/supply/isp1704_charger.c
8410 F: drivers/power/supply/rx51_battery.c
8411
8412 NTB DRIVER CORE
8413 M: Jon Mason <jdmason@kudzu.us>
8414 M: Dave Jiang <dave.jiang@intel.com>
8415 M: Allen Hubbe <Allen.Hubbe@emc.com>
8416 L: linux-ntb@googlegroups.com
8417 S: Supported
8418 W: https://github.com/jonmason/ntb/wiki
8419 T: git git://github.com/jonmason/ntb.git
8420 F: drivers/ntb/
8421 F: drivers/net/ntb_netdev.c
8422 F: include/linux/ntb.h
8423 F: include/linux/ntb_transport.h
8424 F: tools/testing/selftests/ntb/
8425
8426 NTB INTEL DRIVER
8427 M: Jon Mason <jdmason@kudzu.us>
8428 M: Dave Jiang <dave.jiang@intel.com>
8429 L: linux-ntb@googlegroups.com
8430 S: Supported
8431 W: https://github.com/jonmason/ntb/wiki
8432 T: git git://github.com/jonmason/ntb.git
8433 F: drivers/ntb/hw/intel/
8434
8435 NTB AMD DRIVER
8436 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8437 L: linux-ntb@googlegroups.com
8438 S: Supported
8439 F: drivers/ntb/hw/amd/
8440
8441 NTFS FILESYSTEM
8442 M: Anton Altaparmakov <anton@tuxera.com>
8443 L: linux-ntfs-dev@lists.sourceforge.net
8444 W: http://www.tuxera.com/
8445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8446 S: Supported
8447 F: Documentation/filesystems/ntfs.txt
8448 F: fs/ntfs/
8449
8450 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8451 M: Antonino Daplas <adaplas@gmail.com>
8452 L: linux-fbdev@vger.kernel.org
8453 S: Maintained
8454 F: drivers/video/fbdev/riva/
8455 F: drivers/video/fbdev/nvidia/
8456
8457 NVM EXPRESS DRIVER
8458 M: Keith Busch <keith.busch@intel.com>
8459 M: Jens Axboe <axboe@fb.com>
8460 L: linux-nvme@lists.infradead.org
8461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8462 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8463 S: Supported
8464 F: drivers/nvme/host/
8465 F: include/linux/nvme.h
8466
8467 NVM EXPRESS TARGET DRIVER
8468 M: Christoph Hellwig <hch@lst.de>
8469 M: Sagi Grimberg <sagi@grimberg.me>
8470 L: linux-nvme@lists.infradead.org
8471 S: Supported
8472 F: drivers/nvme/target/
8473
8474 NVMEM FRAMEWORK
8475 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8476 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8477 S: Maintained
8478 F: drivers/nvmem/
8479 F: Documentation/devicetree/bindings/nvmem/
8480 F: include/linux/nvmem-consumer.h
8481 F: include/linux/nvmem-provider.h
8482
8483 NXP-NCI NFC DRIVER
8484 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8485 R: Charles Gorand <charles.gorand@effinnov.com>
8486 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8487 S: Supported
8488 F: drivers/nfc/nxp-nci
8489
8490 NXP TDA998X DRM DRIVER
8491 M: Russell King <rmk+kernel@armlinux.org.uk>
8492 S: Supported
8493 F: drivers/gpu/drm/i2c/tda998x_drv.c
8494 F: include/drm/i2c/tda998x.h
8495
8496 NXP TFA9879 DRIVER
8497 M: Peter Rosin <peda@axentia.se>
8498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8499 S: Maintained
8500 F: sound/soc/codecs/tfa9879*
8501
8502 OBJTOOL
8503 M: Josh Poimboeuf <jpoimboe@redhat.com>
8504 S: Supported
8505 F: tools/objtool/
8506
8507 OMAP SUPPORT
8508 M: Tony Lindgren <tony@atomide.com>
8509 L: linux-omap@vger.kernel.org
8510 W: http://www.muru.com/linux/omap/
8511 W: http://linux.omap.com/
8512 Q: http://patchwork.kernel.org/project/linux-omap/list/
8513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8514 S: Maintained
8515 F: arch/arm/*omap*/
8516 F: arch/arm/configs/omap1_defconfig
8517 F: arch/arm/configs/omap2plus_defconfig
8518 F: drivers/i2c/busses/i2c-omap.c
8519 F: drivers/irqchip/irq-omap-intc.c
8520 F: drivers/mfd/*omap*.c
8521 F: drivers/mfd/menelaus.c
8522 F: drivers/mfd/palmas.c
8523 F: drivers/mfd/tps65217.c
8524 F: drivers/mfd/tps65218.c
8525 F: drivers/mfd/tps65910.c
8526 F: drivers/mfd/twl-core.[ch]
8527 F: drivers/mfd/twl4030*.c
8528 F: drivers/mfd/twl6030*.c
8529 F: drivers/mfd/twl6040*.c
8530 F: drivers/regulator/palmas-regulator*.c
8531 F: drivers/regulator/pbias-regulator.c
8532 F: drivers/regulator/tps65217-regulator.c
8533 F: drivers/regulator/tps65218-regulator.c
8534 F: drivers/regulator/tps65910-regulator.c
8535 F: drivers/regulator/twl-regulator.c
8536 F: include/linux/i2c-omap.h
8537
8538 OMAP DEVICE TREE SUPPORT
8539 M: Benoît Cousson <bcousson@baylibre.com>
8540 M: Tony Lindgren <tony@atomide.com>
8541 L: linux-omap@vger.kernel.org
8542 L: devicetree@vger.kernel.org
8543 S: Maintained
8544 F: arch/arm/boot/dts/*omap*
8545 F: arch/arm/boot/dts/*am3*
8546 F: arch/arm/boot/dts/*am4*
8547 F: arch/arm/boot/dts/*am5*
8548 F: arch/arm/boot/dts/*dra7*
8549
8550 OMAP CLOCK FRAMEWORK SUPPORT
8551 M: Paul Walmsley <paul@pwsan.com>
8552 L: linux-omap@vger.kernel.org
8553 S: Maintained
8554 F: arch/arm/*omap*/*clock*
8555
8556 OMAP POWER MANAGEMENT SUPPORT
8557 M: Kevin Hilman <khilman@kernel.org>
8558 L: linux-omap@vger.kernel.org
8559 S: Maintained
8560 F: arch/arm/*omap*/*pm*
8561 F: drivers/cpufreq/omap-cpufreq.c
8562
8563 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8564 M: Rajendra Nayak <rnayak@codeaurora.org>
8565 M: Paul Walmsley <paul@pwsan.com>
8566 L: linux-omap@vger.kernel.org
8567 S: Maintained
8568 F: arch/arm/mach-omap2/prm*
8569
8570 OMAP AUDIO SUPPORT
8571 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8572 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8573 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8574 L: linux-omap@vger.kernel.org
8575 S: Maintained
8576 F: sound/soc/omap/
8577
8578 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8579 M: Roger Quadros <rogerq@ti.com>
8580 M: Tony Lindgren <tony@atomide.com>
8581 L: linux-omap@vger.kernel.org
8582 S: Maintained
8583 F: drivers/memory/omap-gpmc.c
8584 F: arch/arm/mach-omap2/*gpmc*
8585
8586 OMAP FRAMEBUFFER SUPPORT
8587 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8588 L: linux-fbdev@vger.kernel.org
8589 L: linux-omap@vger.kernel.org
8590 S: Maintained
8591 F: drivers/video/fbdev/omap/
8592
8593 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8594 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8595 L: linux-omap@vger.kernel.org
8596 L: linux-fbdev@vger.kernel.org
8597 S: Maintained
8598 F: drivers/video/fbdev/omap2/
8599 F: Documentation/arm/OMAP/DSS
8600
8601 OMAP HARDWARE SPINLOCK SUPPORT
8602 M: Ohad Ben-Cohen <ohad@wizery.com>
8603 L: linux-omap@vger.kernel.org
8604 S: Maintained
8605 F: drivers/hwspinlock/omap_hwspinlock.c
8606
8607 OMAP MMC SUPPORT
8608 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8609 L: linux-omap@vger.kernel.org
8610 S: Maintained
8611 F: drivers/mmc/host/omap.c
8612
8613 OMAP HS MMC SUPPORT
8614 L: linux-mmc@vger.kernel.org
8615 L: linux-omap@vger.kernel.org
8616 S: Orphan
8617 F: drivers/mmc/host/omap_hsmmc.c
8618
8619 OMAP RANDOM NUMBER GENERATOR SUPPORT
8620 M: Deepak Saxena <dsaxena@plexity.net>
8621 S: Maintained
8622 F: drivers/char/hw_random/omap-rng.c
8623
8624 OMAP HWMOD SUPPORT
8625 M: Benoît Cousson <bcousson@baylibre.com>
8626 M: Paul Walmsley <paul@pwsan.com>
8627 L: linux-omap@vger.kernel.org
8628 S: Maintained
8629 F: arch/arm/mach-omap2/omap_hwmod.*
8630
8631 OMAP HWMOD DATA
8632 M: Paul Walmsley <paul@pwsan.com>
8633 L: linux-omap@vger.kernel.org
8634 S: Maintained
8635 F: arch/arm/mach-omap2/omap_hwmod*data*
8636
8637 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8638 M: Benoît Cousson <bcousson@baylibre.com>
8639 L: linux-omap@vger.kernel.org
8640 S: Maintained
8641 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8642
8643 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8644 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8645 L: linux-media@vger.kernel.org
8646 S: Maintained
8647 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8648 F: drivers/media/platform/omap3isp/
8649 F: drivers/staging/media/omap4iss/
8650
8651 OMAP USB SUPPORT
8652 L: linux-usb@vger.kernel.org
8653 L: linux-omap@vger.kernel.org
8654 S: Orphan
8655 F: drivers/usb/*/*omap*
8656 F: arch/arm/*omap*/usb*
8657
8658 OMAP GPIO DRIVER
8659 M: Grygorii Strashko <grygorii.strashko@ti.com>
8660 M: Santosh Shilimkar <ssantosh@kernel.org>
8661 M: Kevin Hilman <khilman@kernel.org>
8662 L: linux-omap@vger.kernel.org
8663 S: Maintained
8664 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8665 F: drivers/gpio/gpio-omap.c
8666
8667 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8668 M: Mark Jackson <mpfj@newflow.co.uk>
8669 L: linux-omap@vger.kernel.org
8670 S: Maintained
8671 F: arch/arm/boot/dts/am335x-nano.dts
8672
8673 OMFS FILESYSTEM
8674 M: Bob Copeland <me@bobcopeland.com>
8675 L: linux-karma-devel@lists.sourceforge.net
8676 S: Maintained
8677 F: Documentation/filesystems/omfs.txt
8678 F: fs/omfs/
8679
8680 OMNIKEY CARDMAN 4000 DRIVER
8681 M: Harald Welte <laforge@gnumonks.org>
8682 S: Maintained
8683 F: drivers/char/pcmcia/cm4000_cs.c
8684 F: include/linux/cm4000_cs.h
8685 F: include/uapi/linux/cm4000_cs.h
8686
8687 OMNIKEY CARDMAN 4040 DRIVER
8688 M: Harald Welte <laforge@gnumonks.org>
8689 S: Maintained
8690 F: drivers/char/pcmcia/cm4040_cs.*
8691
8692 OMNIVISION OV7670 SENSOR DRIVER
8693 M: Jonathan Corbet <corbet@lwn.net>
8694 L: linux-media@vger.kernel.org
8695 T: git git://linuxtv.org/media_tree.git
8696 S: Maintained
8697 F: drivers/media/i2c/ov7670.c
8698
8699 ONENAND FLASH DRIVER
8700 M: Kyungmin Park <kyungmin.park@samsung.com>
8701 L: linux-mtd@lists.infradead.org
8702 S: Maintained
8703 F: drivers/mtd/onenand/
8704 F: include/linux/mtd/onenand*.h
8705
8706 ONSTREAM SCSI TAPE DRIVER
8707 M: Willem Riede <osst@riede.org>
8708 L: osst-users@lists.sourceforge.net
8709 L: linux-scsi@vger.kernel.org
8710 S: Maintained
8711 F: Documentation/scsi/osst.txt
8712 F: drivers/scsi/osst.*
8713 F: drivers/scsi/osst_*.h
8714 F: drivers/scsi/st.h
8715
8716 OPENCORES I2C BUS DRIVER
8717 M: Peter Korsgaard <jacmet@sunsite.dk>
8718 L: linux-i2c@vger.kernel.org
8719 S: Maintained
8720 F: Documentation/i2c/busses/i2c-ocores
8721 F: drivers/i2c/busses/i2c-ocores.c
8722
8723 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8724 M: Rob Herring <robh+dt@kernel.org>
8725 M: Frank Rowand <frowand.list@gmail.com>
8726 L: devicetree@vger.kernel.org
8727 W: http://www.devicetree.org/
8728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8729 S: Maintained
8730 F: drivers/of/
8731 F: include/linux/of*.h
8732 F: scripts/dtc/
8733
8734 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8735 M: Rob Herring <robh+dt@kernel.org>
8736 M: Mark Rutland <mark.rutland@arm.com>
8737 L: devicetree@vger.kernel.org
8738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8739 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8740 S: Maintained
8741 F: Documentation/devicetree/
8742 F: arch/*/boot/dts/
8743 F: include/dt-bindings/
8744
8745 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8746 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8747 L: devicetree@vger.kernel.org
8748 S: Maintained
8749 F: Documentation/devicetree/dynamic-resolution-notes.txt
8750 F: Documentation/devicetree/overlay-notes.txt
8751 F: drivers/of/overlay.c
8752 F: drivers/of/resolver.c
8753
8754 OPENRISC ARCHITECTURE
8755 M: Jonas Bonn <jonas@southpole.se>
8756 W: http://openrisc.net
8757 S: Maintained
8758 T: git git://openrisc.net/~jonas/linux
8759 F: arch/openrisc/
8760
8761 OPENVSWITCH
8762 M: Pravin Shelar <pshelar@nicira.com>
8763 L: netdev@vger.kernel.org
8764 L: dev@openvswitch.org
8765 W: http://openvswitch.org
8766 S: Maintained
8767 F: net/openvswitch/
8768 F: include/uapi/linux/openvswitch.h
8769
8770 OPERATING PERFORMANCE POINTS (OPP)
8771 M: Viresh Kumar <vireshk@kernel.org>
8772 M: Nishanth Menon <nm@ti.com>
8773 M: Stephen Boyd <sboyd@codeaurora.org>
8774 L: linux-pm@vger.kernel.org
8775 S: Maintained
8776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8777 F: drivers/base/power/opp/
8778 F: include/linux/pm_opp.h
8779 F: Documentation/power/opp.txt
8780 F: Documentation/devicetree/bindings/opp/
8781
8782 OPL4 DRIVER
8783 M: Clemens Ladisch <clemens@ladisch.de>
8784 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8785 T: git git://git.alsa-project.org/alsa-kernel.git
8786 S: Maintained
8787 F: sound/drivers/opl4/
8788
8789 OPROFILE
8790 M: Robert Richter <rric@kernel.org>
8791 L: oprofile-list@lists.sf.net
8792 S: Maintained
8793 F: arch/*/include/asm/oprofile*.h
8794 F: arch/*/oprofile/
8795 F: drivers/oprofile/
8796 F: include/linux/oprofile.h
8797
8798 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8799 M: Mark Fasheh <mfasheh@suse.com>
8800 M: Joel Becker <jlbec@evilplan.org>
8801 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8802 W: http://ocfs2.wiki.kernel.org
8803 S: Supported
8804 F: Documentation/filesystems/ocfs2.txt
8805 F: Documentation/filesystems/dlmfs.txt
8806 F: fs/ocfs2/
8807
8808 ORINOCO DRIVER
8809 L: linux-wireless@vger.kernel.org
8810 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8811 W: http://www.nongnu.org/orinoco/
8812 S: Orphan
8813 F: drivers/net/wireless/intersil/orinoco/
8814
8815 OSD LIBRARY and FILESYSTEM
8816 M: Boaz Harrosh <ooo@electrozaur.com>
8817 M: Benny Halevy <bhalevy@primarydata.com>
8818 L: osd-dev@open-osd.org
8819 W: http://open-osd.org
8820 T: git git://git.open-osd.org/open-osd.git
8821 S: Maintained
8822 F: drivers/scsi/osd/
8823 F: include/scsi/osd_*
8824 F: fs/exofs/
8825
8826 OVERLAY FILESYSTEM
8827 M: Miklos Szeredi <miklos@szeredi.hu>
8828 L: linux-unionfs@vger.kernel.org
8829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8830 S: Supported
8831 F: fs/overlayfs/
8832 F: Documentation/filesystems/overlayfs.txt
8833
8834 ORANGEFS FILESYSTEM
8835 M: Mike Marshall <hubcap@omnibond.com>
8836 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8838 S: Supported
8839 F: fs/orangefs/
8840 F: Documentation/filesystems/orangefs.txt
8841
8842 P54 WIRELESS DRIVER
8843 M: Christian Lamparter <chunkeey@googlemail.com>
8844 L: linux-wireless@vger.kernel.org
8845 W: http://wireless.kernel.org/en/users/Drivers/p54
8846 S: Maintained
8847 F: drivers/net/wireless/intersil/p54/
8848
8849 PA SEMI ETHERNET DRIVER
8850 M: Olof Johansson <olof@lixom.net>
8851 L: netdev@vger.kernel.org
8852 S: Maintained
8853 F: drivers/net/ethernet/pasemi/*
8854
8855 PA SEMI SMBUS DRIVER
8856 M: Olof Johansson <olof@lixom.net>
8857 L: linux-i2c@vger.kernel.org
8858 S: Maintained
8859 F: drivers/i2c/busses/i2c-pasemi.c
8860
8861 PADATA PARALLEL EXECUTION MECHANISM
8862 M: Steffen Klassert <steffen.klassert@secunet.com>
8863 L: linux-crypto@vger.kernel.org
8864 S: Maintained
8865 F: kernel/padata.c
8866 F: include/linux/padata.h
8867 F: Documentation/padata.txt
8868
8869 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8870 M: Harald Welte <laforge@gnumonks.org>
8871 L: platform-driver-x86@vger.kernel.org
8872 S: Maintained
8873 F: drivers/platform/x86/panasonic-laptop.c
8874
8875 PANASONIC MN10300/AM33/AM34 PORT
8876 M: David Howells <dhowells@redhat.com>
8877 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8878 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8879 S: Maintained
8880 F: Documentation/mn10300/
8881 F: arch/mn10300/
8882
8883 PARALLEL LCD/KEYPAD PANEL DRIVER
8884 M: Willy Tarreau <willy@haproxy.com>
8885 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8886 S: Odd Fixes
8887 F: Documentation/misc-devices/lcd-panel-cgram.txt
8888 F: drivers/misc/panel.c
8889
8890 PARALLEL PORT SUBSYSTEM
8891 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8892 M: Sudip Mukherjee <sudip@vectorindia.org>
8893 L: linux-parport@lists.infradead.org (subscribers-only)
8894 S: Maintained
8895 F: drivers/parport/
8896 F: include/linux/parport*.h
8897 F: drivers/char/ppdev.c
8898 F: include/uapi/linux/ppdev.h
8899 F: Documentation/parport*.txt
8900
8901 PARAVIRT_OPS INTERFACE
8902 M: Jeremy Fitzhardinge <jeremy@goop.org>
8903 M: Chris Wright <chrisw@sous-sol.org>
8904 M: Alok Kataria <akataria@vmware.com>
8905 M: Rusty Russell <rusty@rustcorp.com.au>
8906 L: virtualization@lists.linux-foundation.org
8907 S: Supported
8908 F: Documentation/virtual/paravirt_ops.txt
8909 F: arch/*/kernel/paravirt*
8910 F: arch/*/include/asm/paravirt.h
8911
8912 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8913 M: Tim Waugh <tim@cyberelk.net>
8914 L: linux-parport@lists.infradead.org (subscribers-only)
8915 S: Maintained
8916 F: Documentation/blockdev/paride.txt
8917 F: drivers/block/paride/
8918
8919 PARISC ARCHITECTURE
8920 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8921 M: Helge Deller <deller@gmx.de>
8922 L: linux-parisc@vger.kernel.org
8923 W: http://www.parisc-linux.org/
8924 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8927 S: Maintained
8928 F: arch/parisc/
8929 F: Documentation/parisc/
8930 F: drivers/parisc/
8931 F: drivers/char/agp/parisc-agp.c
8932 F: drivers/input/serio/gscps2.c
8933 F: drivers/parport/parport_gsc.*
8934 F: drivers/tty/serial/8250/8250_gsc.c
8935 F: drivers/video/fbdev/sti*
8936 F: drivers/video/console/sti*
8937 F: drivers/video/logo/logo_parisc*
8938
8939 PC87360 HARDWARE MONITORING DRIVER
8940 M: Jim Cromie <jim.cromie@gmail.com>
8941 L: linux-hwmon@vger.kernel.org
8942 S: Maintained
8943 F: Documentation/hwmon/pc87360
8944 F: drivers/hwmon/pc87360.c
8945
8946 PC8736x GPIO DRIVER
8947 M: Jim Cromie <jim.cromie@gmail.com>
8948 S: Maintained
8949 F: drivers/char/pc8736x_gpio.c
8950
8951 PC87427 HARDWARE MONITORING DRIVER
8952 M: Jean Delvare <jdelvare@suse.com>
8953 L: linux-hwmon@vger.kernel.org
8954 S: Maintained
8955 F: Documentation/hwmon/pc87427
8956 F: drivers/hwmon/pc87427.c
8957
8958 PCA9532 LED DRIVER
8959 M: Riku Voipio <riku.voipio@iki.fi>
8960 S: Maintained
8961 F: drivers/leds/leds-pca9532.c
8962 F: include/linux/leds-pca9532.h
8963
8964 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8965 M: Guenter Roeck <linux@roeck-us.net>
8966 L: linux-i2c@vger.kernel.org
8967 S: Maintained
8968 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8969
8970 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8971 M: Khalid Aziz <khalid@gonehiking.org>
8972 S: Maintained
8973 F: drivers/firmware/pcdp.*
8974
8975 PCI ERROR RECOVERY
8976 M: Linas Vepstas <linasvepstas@gmail.com>
8977 L: linux-pci@vger.kernel.org
8978 S: Supported
8979 F: Documentation/PCI/pci-error-recovery.txt
8980
8981 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8982 M: Russell Currey <ruscur@russell.cc>
8983 L: linuxppc-dev@lists.ozlabs.org
8984 S: Supported
8985 F: Documentation/powerpc/eeh-pci-error-recovery.txt
8986 F: arch/powerpc/kernel/eeh*.c
8987 F: arch/powerpc/platforms/*/eeh*.c
8988 F: arch/powerpc/include/*/eeh*.h
8989
8990 PCI SUBSYSTEM
8991 M: Bjorn Helgaas <bhelgaas@google.com>
8992 L: linux-pci@vger.kernel.org
8993 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8995 S: Supported
8996 F: Documentation/devicetree/bindings/pci/
8997 F: Documentation/PCI/
8998 F: drivers/pci/
8999 F: include/linux/pci*
9000 F: arch/x86/pci/
9001 F: arch/x86/kernel/quirks.c
9002
9003 PCI DRIVER FOR ALTERA PCIE IP
9004 M: Ley Foon Tan <lftan@altera.com>
9005 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9006 L: linux-pci@vger.kernel.org
9007 S: Supported
9008 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9009 F: drivers/pci/host/pcie-altera.c
9010
9011 PCI DRIVER FOR ARM VERSATILE PLATFORM
9012 M: Rob Herring <robh@kernel.org>
9013 L: linux-pci@vger.kernel.org
9014 L: linux-arm-kernel@lists.infradead.org
9015 S: Maintained
9016 F: Documentation/devicetree/bindings/pci/versatile.txt
9017 F: drivers/pci/host/pci-versatile.c
9018
9019 PCI DRIVER FOR APPLIEDMICRO XGENE
9020 M: Tanmay Inamdar <tinamdar@apm.com>
9021 L: linux-pci@vger.kernel.org
9022 L: linux-arm-kernel@lists.infradead.org
9023 S: Maintained
9024 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9025 F: drivers/pci/host/pci-xgene.c
9026
9027 PCI DRIVER FOR FREESCALE LAYERSCAPE
9028 M: Minghuan Lian <minghuan.Lian@freescale.com>
9029 M: Mingkai Hu <mingkai.hu@freescale.com>
9030 M: Roy Zang <tie-fei.zang@freescale.com>
9031 L: linuxppc-dev@lists.ozlabs.org
9032 L: linux-pci@vger.kernel.org
9033 L: linux-arm-kernel@lists.infradead.org
9034 S: Maintained
9035 F: drivers/pci/host/*layerscape*
9036
9037 PCI DRIVER FOR IMX6
9038 M: Richard Zhu <Richard.Zhu@freescale.com>
9039 M: Lucas Stach <l.stach@pengutronix.de>
9040 L: linux-pci@vger.kernel.org
9041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9042 S: Maintained
9043 F: drivers/pci/host/*imx6*
9044
9045 PCI DRIVER FOR TI KEYSTONE
9046 M: Murali Karicheri <m-karicheri2@ti.com>
9047 L: linux-pci@vger.kernel.org
9048 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9049 S: Maintained
9050 F: drivers/pci/host/*keystone*
9051
9052 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9053 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9054 M: Jason Cooper <jason@lakedaemon.net>
9055 L: linux-pci@vger.kernel.org
9056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9057 S: Maintained
9058 F: drivers/pci/host/*mvebu*
9059
9060 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9061 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9062 L: linux-pci@vger.kernel.org
9063 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9064 S: Maintained
9065 F: drivers/pci/host/pci-aardvark.c
9066
9067 PCI DRIVER FOR NVIDIA TEGRA
9068 M: Thierry Reding <thierry.reding@gmail.com>
9069 L: linux-tegra@vger.kernel.org
9070 L: linux-pci@vger.kernel.org
9071 S: Supported
9072 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9073 F: drivers/pci/host/pci-tegra.c
9074
9075 PCI DRIVER FOR TI DRA7XX
9076 M: Kishon Vijay Abraham I <kishon@ti.com>
9077 L: linux-omap@vger.kernel.org
9078 L: linux-pci@vger.kernel.org
9079 S: Supported
9080 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9081 F: drivers/pci/host/pci-dra7xx.c
9082
9083 PCI DRIVER FOR RENESAS R-CAR
9084 M: Simon Horman <horms@verge.net.au>
9085 L: linux-pci@vger.kernel.org
9086 L: linux-renesas-soc@vger.kernel.org
9087 S: Maintained
9088 F: drivers/pci/host/*rcar*
9089
9090 PCI DRIVER FOR SAMSUNG EXYNOS
9091 M: Jingoo Han <jingoohan1@gmail.com>
9092 L: linux-pci@vger.kernel.org
9093 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9094 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9095 S: Maintained
9096 F: drivers/pci/host/pci-exynos.c
9097
9098 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9099 M: Jingoo Han <jingoohan1@gmail.com>
9100 M: Pratyush Anand <pratyush.anand@gmail.com>
9101 L: linux-pci@vger.kernel.org
9102 S: Maintained
9103 F: drivers/pci/host/*designware*
9104
9105 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9106 M: Joao Pinto <jpinto@synopsys.com>
9107 L: linux-pci@vger.kernel.org
9108 S: Maintained
9109 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9110 F: drivers/pci/host/pcie-designware-plat.c
9111
9112 PCI DRIVER FOR GENERIC OF HOSTS
9113 M: Will Deacon <will.deacon@arm.com>
9114 L: linux-pci@vger.kernel.org
9115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9116 S: Maintained
9117 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9118 F: drivers/pci/host/pci-host-common.c
9119 F: drivers/pci/host/pci-host-generic.c
9120
9121 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9122 M: Keith Busch <keith.busch@intel.com>
9123 L: linux-pci@vger.kernel.org
9124 S: Supported
9125 F: arch/x86/pci/vmd.c
9126
9127 PCIE DRIVER FOR ST SPEAR13XX
9128 M: Pratyush Anand <pratyush.anand@gmail.com>
9129 L: linux-pci@vger.kernel.org
9130 S: Maintained
9131 F: drivers/pci/host/*spear*
9132
9133 PCI MSI DRIVER FOR ALTERA MSI IP
9134 M: Ley Foon Tan <lftan@altera.com>
9135 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9136 L: linux-pci@vger.kernel.org
9137 S: Supported
9138 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9139 F: drivers/pci/host/pcie-altera-msi.c
9140
9141 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9142 M: Duc Dang <dhdang@apm.com>
9143 L: linux-pci@vger.kernel.org
9144 L: linux-arm-kernel@lists.infradead.org
9145 S: Maintained
9146 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9147 F: drivers/pci/host/pci-xgene-msi.c
9148
9149 PCIE DRIVER FOR AXIS ARTPEC
9150 M: Niklas Cassel <niklas.cassel@axis.com>
9151 M: Jesper Nilsson <jesper.nilsson@axis.com>
9152 L: linux-arm-kernel@axis.com
9153 L: linux-pci@vger.kernel.org
9154 S: Maintained
9155 F: Documentation/devicetree/bindings/pci/axis,artpec*
9156 F: drivers/pci/host/*artpec*
9157
9158 PCIE DRIVER FOR HISILICON
9159 M: Zhou Wang <wangzhou1@hisilicon.com>
9160 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9161 L: linux-pci@vger.kernel.org
9162 S: Maintained
9163 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9164 F: drivers/pci/host/pcie-hisi.c
9165
9166 PCIE DRIVER FOR QUALCOMM MSM
9167 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9168 L: linux-pci@vger.kernel.org
9169 L: linux-arm-msm@vger.kernel.org
9170 S: Maintained
9171 F: drivers/pci/host/*qcom*
9172
9173 PCIE DRIVER FOR CAVIUM THUNDERX
9174 M: David Daney <david.daney@cavium.com>
9175 L: linux-pci@vger.kernel.org
9176 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9177 S: Supported
9178 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9179 F: drivers/pci/host/pci-thunder-*
9180
9181 PCMCIA SUBSYSTEM
9182 P: Linux PCMCIA Team
9183 L: linux-pcmcia@lists.infradead.org
9184 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9186 S: Maintained
9187 F: Documentation/pcmcia/
9188 F: drivers/pcmcia/
9189 F: include/pcmcia/
9190
9191 PCNET32 NETWORK DRIVER
9192 M: Don Fry <pcnet32@frontier.com>
9193 L: netdev@vger.kernel.org
9194 S: Maintained
9195 F: drivers/net/ethernet/amd/pcnet32.c
9196
9197 PCRYPT PARALLEL CRYPTO ENGINE
9198 M: Steffen Klassert <steffen.klassert@secunet.com>
9199 L: linux-crypto@vger.kernel.org
9200 S: Maintained
9201 F: crypto/pcrypt.c
9202 F: include/crypto/pcrypt.h
9203
9204 PER-CPU MEMORY ALLOCATOR
9205 M: Tejun Heo <tj@kernel.org>
9206 M: Christoph Lameter <cl@linux.com>
9207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9208 S: Maintained
9209 F: include/linux/percpu*.h
9210 F: mm/percpu*.c
9211 F: arch/*/include/asm/percpu.h
9212
9213 PER-TASK DELAY ACCOUNTING
9214 M: Balbir Singh <bsingharora@gmail.com>
9215 S: Maintained
9216 F: include/linux/delayacct.h
9217 F: kernel/delayacct.c
9218
9219 PERFORMANCE EVENTS SUBSYSTEM
9220 M: Peter Zijlstra <peterz@infradead.org>
9221 M: Ingo Molnar <mingo@redhat.com>
9222 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9223 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9224 L: linux-kernel@vger.kernel.org
9225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9226 S: Supported
9227 F: kernel/events/*
9228 F: include/linux/perf_event.h
9229 F: include/uapi/linux/perf_event.h
9230 F: arch/*/kernel/perf_event*.c
9231 F: arch/*/kernel/*/perf_event*.c
9232 F: arch/*/kernel/*/*/perf_event*.c
9233 F: arch/*/include/asm/perf_event.h
9234 F: arch/*/kernel/perf_callchain.c
9235 F: arch/*/events/*
9236 F: tools/perf/
9237
9238 PERSONALITY HANDLING
9239 M: Christoph Hellwig <hch@infradead.org>
9240 L: linux-abi-devel@lists.sourceforge.net
9241 S: Maintained
9242 F: include/linux/personality.h
9243 F: include/uapi/linux/personality.h
9244
9245 PHONET PROTOCOL
9246 M: Remi Denis-Courmont <courmisch@gmail.com>
9247 S: Supported
9248 F: Documentation/networking/phonet.txt
9249 F: include/linux/phonet.h
9250 F: include/net/phonet/
9251 F: include/uapi/linux/phonet.h
9252 F: net/phonet/
9253
9254 PHRAM MTD DRIVER
9255 M: Joern Engel <joern@lazybastard.org>
9256 L: linux-mtd@lists.infradead.org
9257 S: Maintained
9258 F: drivers/mtd/devices/phram.c
9259
9260 PICOLCD HID DRIVER
9261 M: Bruno Prémont <bonbons@linux-vserver.org>
9262 L: linux-input@vger.kernel.org
9263 S: Maintained
9264 F: drivers/hid/hid-picolcd*
9265
9266 PICOXCELL SUPPORT
9267 M: Jamie Iles <jamie@jamieiles.com>
9268 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9269 T: git git://github.com/jamieiles/linux-2.6-ji.git
9270 S: Supported
9271 F: arch/arm/boot/dts/picoxcell*
9272 F: arch/arm/mach-picoxcell/
9273 F: drivers/crypto/picoxcell*
9274
9275 PIN CONTROL SUBSYSTEM
9276 M: Linus Walleij <linus.walleij@linaro.org>
9277 L: linux-gpio@vger.kernel.org
9278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9279 S: Maintained
9280 F: Documentation/devicetree/bindings/pinctrl/
9281 F: Documentation/pinctrl.txt
9282 F: drivers/pinctrl/
9283 F: include/linux/pinctrl/
9284
9285 PIN CONTROLLER - ATMEL AT91
9286 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9288 S: Maintained
9289 F: drivers/pinctrl/pinctrl-at91.*
9290
9291 PIN CONTROLLER - ATMEL AT91 PIO4
9292 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9293 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9294 L: linux-gpio@vger.kernel.org
9295 S: Supported
9296 F: drivers/pinctrl/pinctrl-at91-pio4.*
9297
9298 PIN CONTROLLER - INTEL
9299 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9300 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9301 S: Maintained
9302 F: drivers/pinctrl/intel/
9303
9304 PIN CONTROLLER - RENESAS
9305 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9306 M: Geert Uytterhoeven <geert+renesas@glider.be>
9307 L: linux-renesas-soc@vger.kernel.org
9308 S: Maintained
9309 F: drivers/pinctrl/sh-pfc/
9310
9311 PIN CONTROLLER - SAMSUNG
9312 M: Tomasz Figa <tomasz.figa@gmail.com>
9313 M: Krzysztof Kozlowski <krzk@kernel.org>
9314 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9315 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9316 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9317 S: Maintained
9318 F: drivers/pinctrl/samsung/
9319
9320 PIN CONTROLLER - SINGLE
9321 M: Tony Lindgren <tony@atomide.com>
9322 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9324 L: linux-omap@vger.kernel.org
9325 S: Maintained
9326 F: drivers/pinctrl/pinctrl-single.c
9327
9328 PIN CONTROLLER - ST SPEAR
9329 M: Viresh Kumar <vireshk@kernel.org>
9330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9331 W: http://www.st.com/spear
9332 S: Maintained
9333 F: drivers/pinctrl/spear/
9334
9335 PISTACHIO SOC SUPPORT
9336 M: James Hartley <james.hartley@imgtec.com>
9337 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9338 L: linux-mips@linux-mips.org
9339 S: Maintained
9340 F: arch/mips/pistachio/
9341 F: arch/mips/include/asm/mach-pistachio/
9342 F: arch/mips/boot/dts/pistachio/
9343 F: arch/mips/configs/pistachio*_defconfig
9344
9345 PKTCDVD DRIVER
9346 M: Jiri Kosina <jikos@kernel.org>
9347 S: Maintained
9348 F: drivers/block/pktcdvd.c
9349 F: include/linux/pktcdvd.h
9350 F: include/uapi/linux/pktcdvd.h
9351
9352 PKUNITY SOC DRIVERS
9353 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9354 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9355 S: Maintained
9356 T: git git://github.com/gxt/linux.git
9357 F: drivers/input/serio/i8042-unicore32io.h
9358 F: drivers/i2c/busses/i2c-puv3.c
9359 F: drivers/video/fbdev/fb-puv3.c
9360 F: drivers/rtc/rtc-puv3.c
9361
9362 PMBUS HARDWARE MONITORING DRIVERS
9363 M: Guenter Roeck <linux@roeck-us.net>
9364 L: linux-hwmon@vger.kernel.org
9365 W: http://hwmon.wiki.kernel.org/
9366 W: http://www.roeck-us.net/linux/drivers/
9367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9368 S: Maintained
9369 F: Documentation/hwmon/pmbus
9370 F: drivers/hwmon/pmbus/
9371 F: include/linux/i2c/pmbus.h
9372
9373 PMC SIERRA MaxRAID DRIVER
9374 L: linux-scsi@vger.kernel.org
9375 W: http://www.pmc-sierra.com/
9376 S: Orphan
9377 F: drivers/scsi/pmcraid.*
9378
9379 PMC SIERRA PM8001 DRIVER
9380 M: Jack Wang <jinpu.wang@profitbricks.com>
9381 M: lindar_liu@usish.com
9382 L: pmchba@pmcs.com
9383 L: linux-scsi@vger.kernel.org
9384 S: Supported
9385 F: drivers/scsi/pm8001/
9386
9387 POSIX CLOCKS and TIMERS
9388 M: Thomas Gleixner <tglx@linutronix.de>
9389 L: linux-kernel@vger.kernel.org
9390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9391 S: Maintained
9392 F: fs/timerfd.c
9393 F: include/linux/timer*
9394 F: kernel/time/*timer*
9395
9396 POWER MANAGEMENT CORE
9397 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9398 L: linux-pm@vger.kernel.org
9399 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9400 S: Supported
9401 F: drivers/base/power/
9402 F: include/linux/pm.h
9403 F: include/linux/pm_*
9404 F: include/linux/powercap.h
9405 F: drivers/powercap/
9406
9407 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9408 M: Sebastian Reichel <sre@kernel.org>
9409 L: linux-pm@vger.kernel.org
9410 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9411 S: Maintained
9412 F: Documentation/devicetree/bindings/power/supply/
9413 F: include/linux/power_supply.h
9414 F: drivers/power/supply/
9415
9416 POWER STATE COORDINATION INTERFACE (PSCI)
9417 M: Mark Rutland <mark.rutland@arm.com>
9418 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9419 L: linux-arm-kernel@lists.infradead.org
9420 S: Maintained
9421 F: drivers/firmware/psci.c
9422 F: include/linux/psci.h
9423 F: include/uapi/linux/psci.h
9424
9425 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9426 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9427 L: linuxppc-dev@lists.ozlabs.org
9428 S: Maintained
9429 F: drivers/char/powernv-op-panel.c
9430
9431 PNP SUPPORT
9432 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9433 S: Maintained
9434 F: drivers/pnp/
9435
9436 PPP PROTOCOL DRIVERS AND COMPRESSORS
9437 M: Paul Mackerras <paulus@samba.org>
9438 L: linux-ppp@vger.kernel.org
9439 S: Maintained
9440 F: drivers/net/ppp/ppp_*
9441
9442 PPP OVER ATM (RFC 2364)
9443 M: Mitchell Blank Jr <mitch@sfgoth.com>
9444 S: Maintained
9445 F: net/atm/pppoatm.c
9446 F: include/uapi/linux/atmppp.h
9447
9448 PPP OVER ETHERNET
9449 M: Michal Ostrowski <mostrows@earthlink.net>
9450 S: Maintained
9451 F: drivers/net/ppp/pppoe.c
9452 F: drivers/net/ppp/pppox.c
9453
9454 PPP OVER L2TP
9455 M: James Chapman <jchapman@katalix.com>
9456 S: Maintained
9457 F: net/l2tp/l2tp_ppp.c
9458 F: include/linux/if_pppol2tp.h
9459 F: include/uapi/linux/if_pppol2tp.h
9460
9461 PPS SUPPORT
9462 M: Rodolfo Giometti <giometti@enneenne.com>
9463 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9464 L: linuxpps@ml.enneenne.com (subscribers-only)
9465 S: Maintained
9466 F: Documentation/pps/
9467 F: drivers/pps/
9468 F: include/linux/pps*.h
9469
9470 PPTP DRIVER
9471 M: Dmitry Kozlov <xeb@mail.ru>
9472 L: netdev@vger.kernel.org
9473 S: Maintained
9474 F: drivers/net/ppp/pptp.c
9475 W: http://sourceforge.net/projects/accel-pptp
9476
9477 PREEMPTIBLE KERNEL
9478 M: Robert Love <rml@tech9.net>
9479 L: kpreempt-tech@lists.sourceforge.net
9480 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9481 S: Supported
9482 F: Documentation/preempt-locking.txt
9483 F: include/linux/preempt.h
9484
9485 PRISM54 WIRELESS DRIVER
9486 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9487 L: linux-wireless@vger.kernel.org
9488 W: http://wireless.kernel.org/en/users/Drivers/p54
9489 S: Obsolete
9490 F: drivers/net/wireless/intersil/prism54/
9491
9492 PS3 NETWORK SUPPORT
9493 M: Geoff Levand <geoff@infradead.org>
9494 L: netdev@vger.kernel.org
9495 L: linuxppc-dev@lists.ozlabs.org
9496 S: Maintained
9497 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9498
9499 PS3 PLATFORM SUPPORT
9500 M: Geoff Levand <geoff@infradead.org>
9501 L: linuxppc-dev@lists.ozlabs.org
9502 S: Maintained
9503 F: arch/powerpc/boot/ps3*
9504 F: arch/powerpc/include/asm/lv1call.h
9505 F: arch/powerpc/include/asm/ps3*.h
9506 F: arch/powerpc/platforms/ps3/
9507 F: drivers/*/ps3*
9508 F: drivers/ps3/
9509 F: drivers/rtc/rtc-ps3.c
9510 F: drivers/usb/host/*ps3.c
9511 F: sound/ppc/snd_ps3*
9512
9513 PS3VRAM DRIVER
9514 M: Jim Paris <jim@jtan.com>
9515 M: Geoff Levand <geoff@infradead.org>
9516 L: linuxppc-dev@lists.ozlabs.org
9517 S: Maintained
9518 F: drivers/block/ps3vram.c
9519
9520 PSTORE FILESYSTEM
9521 M: Anton Vorontsov <anton@enomsg.org>
9522 M: Colin Cross <ccross@android.com>
9523 M: Kees Cook <keescook@chromium.org>
9524 M: Tony Luck <tony.luck@intel.com>
9525 S: Maintained
9526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9527 F: fs/pstore/
9528 F: include/linux/pstore*
9529 F: drivers/firmware/efi/efi-pstore.c
9530 F: drivers/acpi/apei/erst.c
9531
9532 PTP HARDWARE CLOCK SUPPORT
9533 M: Richard Cochran <richardcochran@gmail.com>
9534 L: netdev@vger.kernel.org
9535 S: Maintained
9536 W: http://linuxptp.sourceforge.net/
9537 F: Documentation/ABI/testing/sysfs-ptp
9538 F: Documentation/ptp/*
9539 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9540 F: drivers/net/phy/dp83640*
9541 F: drivers/ptp/*
9542 F: include/linux/ptp_cl*
9543
9544 PTRACE SUPPORT
9545 M: Roland McGrath <roland@hack.frob.com>
9546 M: Oleg Nesterov <oleg@redhat.com>
9547 S: Maintained
9548 F: include/asm-generic/syscall.h
9549 F: include/linux/ptrace.h
9550 F: include/linux/regset.h
9551 F: include/linux/tracehook.h
9552 F: include/uapi/linux/ptrace.h
9553 F: kernel/ptrace.c
9554
9555 PULSE8-CEC DRIVER
9556 M: Hans Verkuil <hverkuil@xs4all.nl>
9557 L: linux-media@vger.kernel.org
9558 T: git git://linuxtv.org/media_tree.git
9559 S: Maintained
9560 F: drivers/staging/media/pulse8-cec
9561
9562 PVRUSB2 VIDEO4LINUX DRIVER
9563 M: Mike Isely <isely@pobox.com>
9564 L: pvrusb2@isely.net (subscribers-only)
9565 L: linux-media@vger.kernel.org
9566 W: http://www.isely.net/pvrusb2/
9567 T: git git://linuxtv.org/media_tree.git
9568 S: Maintained
9569 F: Documentation/video4linux/README.pvrusb2
9570 F: drivers/media/usb/pvrusb2/
9571
9572 PWC WEBCAM DRIVER
9573 M: Hans Verkuil <hverkuil@xs4all.nl>
9574 L: linux-media@vger.kernel.org
9575 T: git git://linuxtv.org/media_tree.git
9576 S: Odd Fixes
9577 F: drivers/media/usb/pwc/*
9578
9579 PWM FAN DRIVER
9580 M: Kamil Debski <kamil@wypas.org>
9581 M: Lukasz Majewski <l.majewski@samsung.com>
9582 L: linux-hwmon@vger.kernel.org
9583 S: Supported
9584 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9585 F: Documentation/hwmon/pwm-fan
9586 F: drivers/hwmon/pwm-fan.c
9587
9588 PWM SUBSYSTEM
9589 M: Thierry Reding <thierry.reding@gmail.com>
9590 L: linux-pwm@vger.kernel.org
9591 S: Maintained
9592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9593 F: Documentation/pwm.txt
9594 F: Documentation/devicetree/bindings/pwm/
9595 F: include/linux/pwm.h
9596 F: drivers/pwm/
9597 F: drivers/video/backlight/pwm_bl.c
9598 F: include/linux/pwm_backlight.h
9599
9600 PXA2xx/PXA3xx SUPPORT
9601 M: Daniel Mack <daniel@zonque.org>
9602 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9603 M: Robert Jarzmik <robert.jarzmik@free.fr>
9604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9605 T: git git://github.com/hzhuang1/linux.git
9606 T: git git://github.com/rjarzmik/linux.git
9607 S: Maintained
9608 F: arch/arm/boot/dts/pxa*
9609 F: arch/arm/mach-pxa/
9610 F: drivers/dma/pxa*
9611 F: drivers/pcmcia/pxa2xx*
9612 F: drivers/pinctrl/pxa/
9613 F: drivers/spi/spi-pxa2xx*
9614 F: drivers/usb/gadget/udc/pxa2*
9615 F: include/sound/pxa2xx-lib.h
9616 F: sound/arm/pxa*
9617 F: sound/soc/pxa/
9618
9619 PXA GPIO DRIVER
9620 M: Robert Jarzmik <robert.jarzmik@free.fr>
9621 L: linux-gpio@vger.kernel.org
9622 S: Maintained
9623 F: drivers/gpio/gpio-pxa.c
9624
9625 PXA3xx NAND FLASH DRIVER
9626 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9627 L: linux-mtd@lists.infradead.org
9628 S: Maintained
9629 F: drivers/mtd/nand/pxa3xx_nand.c
9630
9631 MMP SUPPORT
9632 M: Eric Miao <eric.y.miao@gmail.com>
9633 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9634 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9635 T: git git://github.com/hzhuang1/linux.git
9636 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9637 S: Maintained
9638 F: arch/arm/boot/dts/mmp*
9639 F: arch/arm/mach-mmp/
9640
9641 PXA MMCI DRIVER
9642 S: Orphan
9643
9644 PXA RTC DRIVER
9645 M: Robert Jarzmik <robert.jarzmik@free.fr>
9646 L: rtc-linux@googlegroups.com
9647 S: Maintained
9648
9649 QAT DRIVER
9650 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9651 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9652 L: qat-linux@intel.com
9653 S: Supported
9654 F: drivers/crypto/qat/
9655
9656 QIB DRIVER
9657 M: Mike Marciniszyn <infinipath@intel.com>
9658 L: linux-rdma@vger.kernel.org
9659 S: Supported
9660 F: drivers/infiniband/hw/qib/
9661
9662 QLOGIC QLA1280 SCSI DRIVER
9663 M: Michael Reed <mdr@sgi.com>
9664 L: linux-scsi@vger.kernel.org
9665 S: Maintained
9666 F: drivers/scsi/qla1280.[ch]
9667
9668 QLOGIC QLA2XXX FC-SCSI DRIVER
9669 M: qla2xxx-upstream@qlogic.com
9670 L: linux-scsi@vger.kernel.org
9671 S: Supported
9672 F: Documentation/scsi/LICENSE.qla2xxx
9673 F: drivers/scsi/qla2xxx/
9674
9675 QLOGIC QLA4XXX iSCSI DRIVER
9676 M: QLogic-Storage-Upstream@qlogic.com
9677 L: linux-scsi@vger.kernel.org
9678 S: Supported
9679 F: Documentation/scsi/LICENSE.qla4xxx
9680 F: drivers/scsi/qla4xxx/
9681
9682 QLOGIC QLA3XXX NETWORK DRIVER
9683 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9684 M: Ron Mercer <ron.mercer@qlogic.com>
9685 M: linux-driver@qlogic.com
9686 L: netdev@vger.kernel.org
9687 S: Supported
9688 F: Documentation/networking/LICENSE.qla3xxx
9689 F: drivers/net/ethernet/qlogic/qla3xxx.*
9690
9691 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9692 M: Dept-GELinuxNICDev@qlogic.com
9693 L: netdev@vger.kernel.org
9694 S: Supported
9695 F: drivers/net/ethernet/qlogic/qlcnic/
9696
9697 QLOGIC QLGE 10Gb ETHERNET DRIVER
9698 M: Harish Patil <harish.patil@qlogic.com>
9699 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9700 M: Dept-GELinuxNICDev@qlogic.com
9701 M: linux-driver@qlogic.com
9702 L: netdev@vger.kernel.org
9703 S: Supported
9704 F: drivers/net/ethernet/qlogic/qlge/
9705
9706 QLOGIC QL4xxx ETHERNET DRIVER
9707 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9708 M: Ariel Elior <Ariel.Elior@qlogic.com>
9709 M: everest-linux-l2@qlogic.com
9710 L: netdev@vger.kernel.org
9711 S: Supported
9712 F: drivers/net/ethernet/qlogic/qed/
9713 F: include/linux/qed/
9714 F: drivers/net/ethernet/qlogic/qede/
9715
9716 QNX4 FILESYSTEM
9717 M: Anders Larsen <al@alarsen.net>
9718 W: http://www.alarsen.net/linux/qnx4fs/
9719 S: Maintained
9720 F: fs/qnx4/
9721 F: include/uapi/linux/qnx4_fs.h
9722 F: include/uapi/linux/qnxtypes.h
9723
9724 QT1010 MEDIA DRIVER
9725 M: Antti Palosaari <crope@iki.fi>
9726 L: linux-media@vger.kernel.org
9727 W: https://linuxtv.org
9728 W: http://palosaari.fi/linux/
9729 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9730 T: git git://linuxtv.org/anttip/media_tree.git
9731 S: Maintained
9732 F: drivers/media/tuners/qt1010*
9733
9734 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9735 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9736 L: linux-wireless@vger.kernel.org
9737 L: ath9k-devel@lists.ath9k.org
9738 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9739 S: Supported
9740 F: drivers/net/wireless/ath/ath9k/
9741
9742 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9743 M: Kalle Valo <kvalo@qca.qualcomm.com>
9744 L: ath10k@lists.infradead.org
9745 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9747 S: Supported
9748 F: drivers/net/wireless/ath/ath10k/
9749
9750 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9751 M: Timur Tabi <timur@codeaurora.org>
9752 L: netdev@vger.kernel.org
9753 S: Supported
9754 F: drivers/net/ethernet/qualcomm/emac/
9755
9756 QUALCOMM HEXAGON ARCHITECTURE
9757 M: Richard Kuo <rkuo@codeaurora.org>
9758 L: linux-hexagon@vger.kernel.org
9759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9760 S: Supported
9761 F: arch/hexagon/
9762
9763 QUALCOMM WCN36XX WIRELESS DRIVER
9764 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9765 L: wcn36xx@lists.infradead.org
9766 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9767 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9768 S: Supported
9769 F: drivers/net/wireless/ath/wcn36xx/
9770
9771 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9772 M: Gabriel Somlo <somlo@cmu.edu>
9773 M: "Michael S. Tsirkin" <mst@redhat.com>
9774 L: qemu-devel@nongnu.org
9775 S: Maintained
9776 F: drivers/firmware/qemu_fw_cfg.c
9777
9778 RADOS BLOCK DEVICE (RBD)
9779 M: Ilya Dryomov <idryomov@gmail.com>
9780 M: Sage Weil <sage@redhat.com>
9781 M: Alex Elder <elder@kernel.org>
9782 L: ceph-devel@vger.kernel.org
9783 W: http://ceph.com/
9784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9785 T: git git://github.com/ceph/ceph-client.git
9786 S: Supported
9787 F: Documentation/ABI/testing/sysfs-bus-rbd
9788 F: drivers/block/rbd.c
9789 F: drivers/block/rbd_types.h
9790
9791 RADEON FRAMEBUFFER DISPLAY DRIVER
9792 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9793 L: linux-fbdev@vger.kernel.org
9794 S: Maintained
9795 F: drivers/video/fbdev/aty/radeon*
9796 F: include/uapi/linux/radeonfb.h
9797
9798 RADIOSHARK RADIO DRIVER
9799 M: Hans Verkuil <hverkuil@xs4all.nl>
9800 L: linux-media@vger.kernel.org
9801 T: git git://linuxtv.org/media_tree.git
9802 S: Maintained
9803 F: drivers/media/radio/radio-shark.c
9804
9805 RADIOSHARK2 RADIO DRIVER
9806 M: Hans Verkuil <hverkuil@xs4all.nl>
9807 L: linux-media@vger.kernel.org
9808 T: git git://linuxtv.org/media_tree.git
9809 S: Maintained
9810 F: drivers/media/radio/radio-shark2.c
9811 F: drivers/media/radio/radio-tea5777.c
9812
9813 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9814 M: Paul Mackerras <paulus@samba.org>
9815 L: linux-fbdev@vger.kernel.org
9816 S: Maintained
9817 F: drivers/video/fbdev/aty/aty128fb.c
9818
9819 RALINK MIPS ARCHITECTURE
9820 M: John Crispin <john@phrozen.org>
9821 L: linux-mips@linux-mips.org
9822 S: Maintained
9823 F: arch/mips/ralink
9824
9825 RALINK RT2X00 WIRELESS LAN DRIVER
9826 P: rt2x00 project
9827 M: Stanislaw Gruszka <sgruszka@redhat.com>
9828 M: Helmut Schaa <helmut.schaa@googlemail.com>
9829 L: linux-wireless@vger.kernel.org
9830 S: Maintained
9831 F: drivers/net/wireless/ralink/rt2x00/
9832
9833 RAMDISK RAM BLOCK DEVICE DRIVER
9834 M: Jens Axboe <axboe@kernel.dk>
9835 S: Maintained
9836 F: Documentation/blockdev/ramdisk.txt
9837 F: drivers/block/brd.c
9838
9839 RANDOM NUMBER DRIVER
9840 M: "Theodore Ts'o" <tytso@mit.edu>
9841 S: Maintained
9842 F: drivers/char/random.c
9843
9844 RAPIDIO SUBSYSTEM
9845 M: Matt Porter <mporter@kernel.crashing.org>
9846 M: Alexandre Bounine <alexandre.bounine@idt.com>
9847 S: Maintained
9848 F: drivers/rapidio/
9849
9850 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9851 L: linux-wireless@vger.kernel.org
9852 S: Orphan
9853 F: drivers/net/wireless/ray*
9854
9855 RCUTORTURE MODULE
9856 M: Josh Triplett <josh@joshtriplett.org>
9857 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9858 L: linux-kernel@vger.kernel.org
9859 S: Supported
9860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9861 F: Documentation/RCU/torture.txt
9862 F: kernel/rcu/rcutorture.c
9863
9864 RCUTORTURE TEST FRAMEWORK
9865 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9866 M: Josh Triplett <josh@joshtriplett.org>
9867 R: Steven Rostedt <rostedt@goodmis.org>
9868 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9869 R: Lai Jiangshan <jiangshanlai@gmail.com>
9870 L: linux-kernel@vger.kernel.org
9871 S: Supported
9872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9873 F: tools/testing/selftests/rcutorture
9874
9875 RDC R-321X SoC
9876 M: Florian Fainelli <florian@openwrt.org>
9877 S: Maintained
9878
9879 RDC R6040 FAST ETHERNET DRIVER
9880 M: Florian Fainelli <f.fainelli@gmail.com>
9881 L: netdev@vger.kernel.org
9882 S: Maintained
9883 F: drivers/net/ethernet/rdc/r6040.c
9884
9885 RDS - RELIABLE DATAGRAM SOCKETS
9886 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9887 L: netdev@vger.kernel.org
9888 L: linux-rdma@vger.kernel.org
9889 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9890 W: https://oss.oracle.com/projects/rds/
9891 S: Supported
9892 F: net/rds/
9893 F: Documentation/networking/rds.txt
9894
9895 RDMAVT - RDMA verbs software
9896 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9897 L: linux-rdma@vger.kernel.org
9898 S: Supported
9899 F: drivers/infiniband/sw/rdmavt
9900
9901 READ-COPY UPDATE (RCU)
9902 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9903 M: Josh Triplett <josh@joshtriplett.org>
9904 R: Steven Rostedt <rostedt@goodmis.org>
9905 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9906 R: Lai Jiangshan <jiangshanlai@gmail.com>
9907 L: linux-kernel@vger.kernel.org
9908 W: http://www.rdrop.com/users/paulmck/RCU/
9909 S: Supported
9910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9911 F: Documentation/RCU/
9912 X: Documentation/RCU/torture.txt
9913 F: include/linux/rcu*
9914 X: include/linux/srcu.h
9915 F: kernel/rcu/
9916 X: kernel/torture.c
9917
9918 REAL TIME CLOCK (RTC) SUBSYSTEM
9919 M: Alessandro Zummo <a.zummo@towertech.it>
9920 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9921 L: rtc-linux@googlegroups.com
9922 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9924 S: Maintained
9925 F: Documentation/devicetree/bindings/rtc/
9926 F: Documentation/rtc.txt
9927 F: drivers/rtc/
9928 F: include/linux/rtc.h
9929 F: include/uapi/linux/rtc.h
9930 F: include/linux/rtc/
9931 F: include/linux/platform_data/rtc-*
9932 F: tools/testing/selftests/timers/rtctest.c
9933
9934 REALTEK AUDIO CODECS
9935 M: Bard Liao <bardliao@realtek.com>
9936 M: Oder Chiou <oder_chiou@realtek.com>
9937 S: Maintained
9938 F: sound/soc/codecs/rt*
9939 F: include/sound/rt*.h
9940
9941 REISERFS FILE SYSTEM
9942 L: reiserfs-devel@vger.kernel.org
9943 S: Supported
9944 F: fs/reiserfs/
9945
9946 REGISTER MAP ABSTRACTION
9947 M: Mark Brown <broonie@kernel.org>
9948 L: linux-kernel@vger.kernel.org
9949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9950 S: Supported
9951 F: Documentation/devicetree/bindings/regmap/
9952 F: drivers/base/regmap/
9953 F: include/linux/regmap.h
9954
9955 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9956 M: Ohad Ben-Cohen <ohad@wizery.com>
9957 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9958 L: linux-remoteproc@vger.kernel.org
9959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9960 S: Maintained
9961 F: Documentation/devicetree/bindings/remoteproc/
9962 F: Documentation/remoteproc.txt
9963 F: drivers/remoteproc/
9964 F: include/linux/remoteproc.h
9965
9966 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9967 M: Ohad Ben-Cohen <ohad@wizery.com>
9968 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9969 L: linux-remoteproc@vger.kernel.org
9970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9971 S: Maintained
9972 F: drivers/rpmsg/
9973 F: Documentation/rpmsg.txt
9974 F: include/linux/rpmsg.h
9975
9976 RENESAS ETHERNET DRIVERS
9977 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9978 L: netdev@vger.kernel.org
9979 L: linux-renesas-soc@vger.kernel.org
9980 F: drivers/net/ethernet/renesas/
9981 F: include/linux/sh_eth.h
9982
9983 RENESAS USB2 PHY DRIVER
9984 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9985 L: linux-renesas-soc@vger.kernel.org
9986 S: Maintained
9987 F: drivers/phy/phy-rcar-gen3-usb2.c
9988
9989 RESET CONTROLLER FRAMEWORK
9990 M: Philipp Zabel <p.zabel@pengutronix.de>
9991 T: git git://git.pengutronix.de/git/pza/linux
9992 S: Maintained
9993 F: drivers/reset/
9994 F: Documentation/devicetree/bindings/reset/
9995 F: include/dt-bindings/reset/
9996 F: include/linux/reset.h
9997 F: include/linux/reset-controller.h
9998
9999 RFKILL
10000 M: Johannes Berg <johannes@sipsolutions.net>
10001 L: linux-wireless@vger.kernel.org
10002 W: http://wireless.kernel.org/
10003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10005 S: Maintained
10006 F: Documentation/rfkill.txt
10007 F: net/rfkill/
10008
10009 RHASHTABLE
10010 M: Thomas Graf <tgraf@suug.ch>
10011 M: Herbert Xu <herbert@gondor.apana.org.au>
10012 L: netdev@vger.kernel.org
10013 S: Maintained
10014 F: lib/rhashtable.c
10015 F: include/linux/rhashtable.h
10016
10017 RICOH SMARTMEDIA/XD DRIVER
10018 M: Maxim Levitsky <maximlevitsky@gmail.com>
10019 S: Maintained
10020 F: drivers/mtd/nand/r852.c
10021 F: drivers/mtd/nand/r852.h
10022
10023 RICOH R5C592 MEMORYSTICK DRIVER
10024 M: Maxim Levitsky <maximlevitsky@gmail.com>
10025 S: Maintained
10026 F: drivers/memstick/host/r592.*
10027
10028 ROCCAT DRIVERS
10029 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10030 W: http://sourceforge.net/projects/roccat/
10031 S: Maintained
10032 F: drivers/hid/hid-roccat*
10033 F: include/linux/hid-roccat*
10034 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10035
10036 ROCKER DRIVER
10037 M: Jiri Pirko <jiri@resnulli.us>
10038 L: netdev@vger.kernel.org
10039 S: Supported
10040 F: drivers/net/ethernet/rocker/
10041
10042 ROCKETPORT DRIVER
10043 P: Comtrol Corp.
10044 W: http://www.comtrol.com
10045 S: Maintained
10046 F: Documentation/serial/rocket.txt
10047 F: drivers/tty/rocket*
10048
10049 ROCKETPORT EXPRESS/INFINITY DRIVER
10050 M: Kevin Cernekee <cernekee@gmail.com>
10051 L: linux-serial@vger.kernel.org
10052 S: Odd Fixes
10053 F: drivers/tty/serial/rp2.*
10054
10055 ROSE NETWORK LAYER
10056 M: Ralf Baechle <ralf@linux-mips.org>
10057 L: linux-hams@vger.kernel.org
10058 W: http://www.linux-ax25.org/
10059 S: Maintained
10060 F: include/net/rose.h
10061 F: include/uapi/linux/rose.h
10062 F: net/rose/
10063
10064 RTL2830 MEDIA DRIVER
10065 M: Antti Palosaari <crope@iki.fi>
10066 L: linux-media@vger.kernel.org
10067 W: https://linuxtv.org
10068 W: http://palosaari.fi/linux/
10069 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10070 T: git git://linuxtv.org/anttip/media_tree.git
10071 S: Maintained
10072 F: drivers/media/dvb-frontends/rtl2830*
10073
10074 RTL2832 MEDIA DRIVER
10075 M: Antti Palosaari <crope@iki.fi>
10076 L: linux-media@vger.kernel.org
10077 W: https://linuxtv.org
10078 W: http://palosaari.fi/linux/
10079 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10080 T: git git://linuxtv.org/anttip/media_tree.git
10081 S: Maintained
10082 F: drivers/media/dvb-frontends/rtl2832*
10083
10084 RTL2832_SDR MEDIA DRIVER
10085 M: Antti Palosaari <crope@iki.fi>
10086 L: linux-media@vger.kernel.org
10087 W: https://linuxtv.org
10088 W: http://palosaari.fi/linux/
10089 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10090 T: git git://linuxtv.org/anttip/media_tree.git
10091 S: Maintained
10092 F: drivers/media/dvb-frontends/rtl2832_sdr*
10093
10094 RTL8180 WIRELESS DRIVER
10095 L: linux-wireless@vger.kernel.org
10096 W: http://wireless.kernel.org/
10097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10098 S: Orphan
10099 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10100
10101 RTL8187 WIRELESS DRIVER
10102 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10103 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10104 M: Larry Finger <Larry.Finger@lwfinger.net>
10105 L: linux-wireless@vger.kernel.org
10106 W: http://wireless.kernel.org/
10107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10108 S: Maintained
10109 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10110
10111 RTL8192CE WIRELESS DRIVER
10112 M: Larry Finger <Larry.Finger@lwfinger.net>
10113 M: Chaoming Li <chaoming_li@realsil.com.cn>
10114 L: linux-wireless@vger.kernel.org
10115 W: http://wireless.kernel.org/
10116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10117 S: Maintained
10118 F: drivers/net/wireless/realtek/rtlwifi/
10119 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10120
10121 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10122 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10123 L: linux-wireless@vger.kernel.org
10124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10125 S: Maintained
10126 F: drivers/net/wireless/realtek/rtl8xxxu/
10127
10128 S3 SAVAGE FRAMEBUFFER DRIVER
10129 M: Antonino Daplas <adaplas@gmail.com>
10130 L: linux-fbdev@vger.kernel.org
10131 S: Maintained
10132 F: drivers/video/fbdev/savage/
10133
10134 S390
10135 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10136 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10137 L: linux-s390@vger.kernel.org
10138 W: http://www.ibm.com/developerworks/linux/linux390/
10139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10140 S: Supported
10141 F: arch/s390/
10142 F: drivers/s390/
10143 F: Documentation/s390/
10144 F: Documentation/DocBook/s390*
10145
10146 S390 COMMON I/O LAYER
10147 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10148 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10149 L: linux-s390@vger.kernel.org
10150 W: http://www.ibm.com/developerworks/linux/linux390/
10151 S: Supported
10152 F: drivers/s390/cio/
10153
10154 S390 DASD DRIVER
10155 M: Stefan Weinhuber <wein@de.ibm.com>
10156 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10157 L: linux-s390@vger.kernel.org
10158 W: http://www.ibm.com/developerworks/linux/linux390/
10159 S: Supported
10160 F: drivers/s390/block/dasd*
10161 F: block/partitions/ibm.c
10162
10163 S390 NETWORK DRIVERS
10164 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10165 L: linux-s390@vger.kernel.org
10166 W: http://www.ibm.com/developerworks/linux/linux390/
10167 S: Supported
10168 F: drivers/s390/net/
10169
10170 S390 PCI SUBSYSTEM
10171 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10172 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10173 L: linux-s390@vger.kernel.org
10174 W: http://www.ibm.com/developerworks/linux/linux390/
10175 S: Supported
10176 F: arch/s390/pci/
10177 F: drivers/pci/hotplug/s390_pci_hpc.c
10178
10179 S390 ZCRYPT DRIVER
10180 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10181 L: linux-s390@vger.kernel.org
10182 W: http://www.ibm.com/developerworks/linux/linux390/
10183 S: Supported
10184 F: drivers/s390/crypto/
10185
10186 S390 ZFCP DRIVER
10187 M: Steffen Maier <maier@linux.vnet.ibm.com>
10188 L: linux-s390@vger.kernel.org
10189 W: http://www.ibm.com/developerworks/linux/linux390/
10190 S: Supported
10191 F: drivers/s390/scsi/zfcp_*
10192
10193 S390 IUCV NETWORK LAYER
10194 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10195 L: linux-s390@vger.kernel.org
10196 W: http://www.ibm.com/developerworks/linux/linux390/
10197 S: Supported
10198 F: drivers/s390/net/*iucv*
10199 F: include/net/iucv/
10200 F: net/iucv/
10201
10202 S390 IOMMU (PCI)
10203 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10204 L: linux-s390@vger.kernel.org
10205 W: http://www.ibm.com/developerworks/linux/linux390/
10206 S: Supported
10207 F: drivers/iommu/s390-iommu.c
10208
10209 S3C24XX SD/MMC Driver
10210 M: Ben Dooks <ben-linux@fluff.org>
10211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10212 S: Supported
10213 F: drivers/mmc/host/s3cmci.*
10214
10215 SAA6588 RDS RECEIVER DRIVER
10216 M: Hans Verkuil <hverkuil@xs4all.nl>
10217 L: linux-media@vger.kernel.org
10218 T: git git://linuxtv.org/media_tree.git
10219 W: https://linuxtv.org
10220 S: Odd Fixes
10221 F: drivers/media/i2c/saa6588*
10222
10223 SAA7134 VIDEO4LINUX DRIVER
10224 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10225 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10226 L: linux-media@vger.kernel.org
10227 W: https://linuxtv.org
10228 T: git git://linuxtv.org/media_tree.git
10229 S: Odd fixes
10230 F: Documentation/video4linux/*.saa7134
10231 F: drivers/media/pci/saa7134/
10232
10233 SAA7146 VIDEO4LINUX-2 DRIVER
10234 M: Hans Verkuil <hverkuil@xs4all.nl>
10235 L: linux-media@vger.kernel.org
10236 T: git git://linuxtv.org/media_tree.git
10237 S: Maintained
10238 F: drivers/media/common/saa7146/
10239 F: drivers/media/pci/saa7146/
10240 F: include/media/saa7146*
10241
10242 SAMSUNG LAPTOP DRIVER
10243 M: Corentin Chary <corentin.chary@gmail.com>
10244 L: platform-driver-x86@vger.kernel.org
10245 S: Maintained
10246 F: drivers/platform/x86/samsung-laptop.c
10247
10248 SAMSUNG AUDIO (ASoC) DRIVERS
10249 M: Krzysztof Kozlowski <krzk@kernel.org>
10250 M: Sangbeom Kim <sbkim73@samsung.com>
10251 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10252 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10253 S: Supported
10254 F: sound/soc/samsung/
10255
10256 SAMSUNG FRAMEBUFFER DRIVER
10257 M: Jingoo Han <jingoohan1@gmail.com>
10258 L: linux-fbdev@vger.kernel.org
10259 S: Maintained
10260 F: drivers/video/fbdev/s3c-fb.c
10261
10262 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10263 M: Sangbeom Kim <sbkim73@samsung.com>
10264 M: Krzysztof Kozlowski <krzk@kernel.org>
10265 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10266 L: linux-kernel@vger.kernel.org
10267 L: linux-samsung-soc@vger.kernel.org
10268 S: Supported
10269 F: drivers/mfd/sec*.c
10270 F: drivers/regulator/s2m*.c
10271 F: drivers/regulator/s5m*.c
10272 F: drivers/clk/clk-s2mps11.c
10273 F: drivers/rtc/rtc-s5m.c
10274 F: include/linux/mfd/samsung/
10275 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10276 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10277 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10278 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10279
10280 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10281 M: Kyungmin Park <kyungmin.park@samsung.com>
10282 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10283 L: linux-media@vger.kernel.org
10284 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10285 S: Supported
10286 F: drivers/media/platform/exynos4-is/
10287
10288 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10289 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10290 L: linux-media@vger.kernel.org
10291 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10292 S: Maintained
10293 F: drivers/media/platform/s3c-camif/
10294 F: include/media/drv-intf/s3c_camif.h
10295
10296 SAMSUNG S5C73M3 CAMERA DRIVER
10297 M: Kyungmin Park <kyungmin.park@samsung.com>
10298 M: Andrzej Hajda <a.hajda@samsung.com>
10299 L: linux-media@vger.kernel.org
10300 S: Supported
10301 F: drivers/media/i2c/s5c73m3/*
10302
10303 SAMSUNG S5K5BAF CAMERA DRIVER
10304 M: Kyungmin Park <kyungmin.park@samsung.com>
10305 M: Andrzej Hajda <a.hajda@samsung.com>
10306 L: linux-media@vger.kernel.org
10307 S: Supported
10308 F: drivers/media/i2c/s5k5baf.c
10309
10310 SAMSUNG S3FWRN5 NFC DRIVER
10311 M: Robert Baldyga <r.baldyga@samsung.com>
10312 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10313 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10314 S: Supported
10315 F: drivers/nfc/s3fwrn5
10316
10317 SAMSUNG SOC CLOCK DRIVERS
10318 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10319 M: Tomasz Figa <tomasz.figa@gmail.com>
10320 S: Supported
10321 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10322 F: drivers/clk/samsung/
10323
10324 SAMSUNG SPI DRIVERS
10325 M: Kukjin Kim <kgene@kernel.org>
10326 M: Krzysztof Kozlowski <krzk@kernel.org>
10327 M: Andi Shyti <andi.shyti@samsung.com>
10328 L: linux-spi@vger.kernel.org
10329 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10330 S: Maintained
10331 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10332 F: drivers/spi/spi-s3c*
10333 F: include/linux/platform_data/spi-s3c64xx.h
10334
10335 SAMSUNG SXGBE DRIVERS
10336 M: Byungho An <bh74.an@samsung.com>
10337 M: Girish K S <ks.giri@samsung.com>
10338 M: Vipul Pandya <vipul.pandya@samsung.com>
10339 S: Supported
10340 L: netdev@vger.kernel.org
10341 F: drivers/net/ethernet/samsung/sxgbe/
10342
10343 SAMSUNG THERMAL DRIVER
10344 M: Lukasz Majewski <l.majewski@samsung.com>
10345 L: linux-pm@vger.kernel.org
10346 L: linux-samsung-soc@vger.kernel.org
10347 S: Supported
10348 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10349 F: drivers/thermal/samsung/
10350
10351 SAMSUNG USB2 PHY DRIVER
10352 M: Kamil Debski <kamil@wypas.org>
10353 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10354 L: linux-kernel@vger.kernel.org
10355 S: Supported
10356 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10357 F: Documentation/phy/samsung-usb2.txt
10358 F: drivers/phy/phy-exynos4210-usb2.c
10359 F: drivers/phy/phy-exynos4x12-usb2.c
10360 F: drivers/phy/phy-exynos5250-usb2.c
10361 F: drivers/phy/phy-s5pv210-usb2.c
10362 F: drivers/phy/phy-samsung-usb2.c
10363 F: drivers/phy/phy-samsung-usb2.h
10364
10365 SERIAL DRIVERS
10366 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10367 L: linux-serial@vger.kernel.org
10368 S: Maintained
10369 F: Documentation/devicetree/bindings/serial/
10370 F: drivers/tty/serial/
10371
10372 SYNOPSYS DESIGNWARE DMAC DRIVER
10373 M: Viresh Kumar <vireshk@kernel.org>
10374 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10375 S: Maintained
10376 F: include/linux/dma/dw.h
10377 F: include/linux/platform_data/dma-dw.h
10378 F: drivers/dma/dw/
10379
10380 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10381 M: Lars Persson <lars.persson@axis.com>
10382 L: netdev@vger.kernel.org
10383 S: Supported
10384 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10385 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10386
10387 SYNOPSYS DESIGNWARE I2C DRIVER
10388 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10389 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10390 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10391 L: linux-i2c@vger.kernel.org
10392 S: Maintained
10393 F: drivers/i2c/busses/i2c-designware-*
10394 F: include/linux/platform_data/i2c-designware.h
10395
10396 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10397 M: Jaehoon Chung <jh80.chung@samsung.com>
10398 L: linux-mmc@vger.kernel.org
10399 S: Maintained
10400 F: include/linux/mmc/dw_mmc.h
10401 F: drivers/mmc/host/dw_mmc*
10402
10403 SYSTEM TRACE MODULE CLASS
10404 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10405 S: Maintained
10406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10407 F: Documentation/trace/stm.txt
10408 F: drivers/hwtracing/stm/
10409 F: include/linux/stm.h
10410 F: include/uapi/linux/stm.h
10411
10412 THUNDERBOLT DRIVER
10413 M: Andreas Noever <andreas.noever@gmail.com>
10414 S: Maintained
10415 F: drivers/thunderbolt/
10416
10417 TI BQ27XXX POWER SUPPLY DRIVER
10418 R: Andrew F. Davis <afd@ti.com>
10419 F: include/linux/power/bq27xxx_battery.h
10420 F: drivers/power/supply/bq27xxx_battery.c
10421 F: drivers/power/supply/bq27xxx_battery_i2c.c
10422
10423 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10424 M: John Stultz <john.stultz@linaro.org>
10425 M: Thomas Gleixner <tglx@linutronix.de>
10426 L: linux-kernel@vger.kernel.org
10427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10428 S: Supported
10429 F: include/linux/clocksource.h
10430 F: include/linux/time.h
10431 F: include/linux/timex.h
10432 F: include/uapi/linux/time.h
10433 F: include/uapi/linux/timex.h
10434 F: kernel/time/clocksource.c
10435 F: kernel/time/time*.c
10436 F: kernel/time/alarmtimer.c
10437 F: kernel/time/ntp.c
10438 F: tools/testing/selftests/timers/
10439
10440 SC1200 WDT DRIVER
10441 M: Zwane Mwaikambo <zwanem@gmail.com>
10442 S: Maintained
10443 F: drivers/watchdog/sc1200wdt.c
10444
10445 SCHEDULER
10446 M: Ingo Molnar <mingo@redhat.com>
10447 M: Peter Zijlstra <peterz@infradead.org>
10448 L: linux-kernel@vger.kernel.org
10449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10450 S: Maintained
10451 F: kernel/sched/
10452 F: include/linux/sched.h
10453 F: include/uapi/linux/sched.h
10454 F: include/linux/wait.h
10455
10456 SCORE ARCHITECTURE
10457 M: Chen Liqin <liqin.linux@gmail.com>
10458 M: Lennox Wu <lennox.wu@gmail.com>
10459 W: http://www.sunplus.com
10460 S: Supported
10461 F: arch/score/
10462
10463 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10464 M: Sudeep Holla <sudeep.holla@arm.com>
10465 L: linux-arm-kernel@lists.infradead.org
10466 S: Maintained
10467 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10468 F: drivers/clk/clk-scpi.c
10469 F: drivers/cpufreq/scpi-cpufreq.c
10470 F: drivers/firmware/arm_scpi.c
10471 F: include/linux/scpi_protocol.h
10472
10473 SCSI CDROM DRIVER
10474 M: Jens Axboe <axboe@kernel.dk>
10475 L: linux-scsi@vger.kernel.org
10476 W: http://www.kernel.dk
10477 S: Maintained
10478 F: drivers/scsi/sr*
10479
10480 SCSI RDMA PROTOCOL (SRP) INITIATOR
10481 M: Bart Van Assche <bart.vanassche@sandisk.com>
10482 L: linux-rdma@vger.kernel.org
10483 S: Supported
10484 W: http://www.openfabrics.org
10485 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10487 F: drivers/infiniband/ulp/srp/
10488 F: include/scsi/srp.h
10489
10490 SCSI SG DRIVER
10491 M: Doug Gilbert <dgilbert@interlog.com>
10492 L: linux-scsi@vger.kernel.org
10493 W: http://sg.danny.cz/sg
10494 S: Maintained
10495 F: Documentation/scsi/scsi-generic.txt
10496 F: drivers/scsi/sg.c
10497 F: include/scsi/sg.h
10498
10499 SCSI SUBSYSTEM
10500 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10502 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10504 L: linux-scsi@vger.kernel.org
10505 S: Maintained
10506 F: Documentation/devicetree/bindings/scsi/
10507 F: drivers/scsi/
10508 F: include/scsi/
10509
10510 SCSI TAPE DRIVER
10511 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10512 L: linux-scsi@vger.kernel.org
10513 S: Maintained
10514 F: Documentation/scsi/st.txt
10515 F: drivers/scsi/st.*
10516 F: drivers/scsi/st_*.h
10517
10518 SCTP PROTOCOL
10519 M: Vlad Yasevich <vyasevich@gmail.com>
10520 M: Neil Horman <nhorman@tuxdriver.com>
10521 L: linux-sctp@vger.kernel.org
10522 W: http://lksctp.sourceforge.net
10523 S: Maintained
10524 F: Documentation/networking/sctp.txt
10525 F: include/linux/sctp.h
10526 F: include/uapi/linux/sctp.h
10527 F: include/net/sctp/
10528 F: net/sctp/
10529
10530 SCx200 CPU SUPPORT
10531 M: Jim Cromie <jim.cromie@gmail.com>
10532 S: Odd Fixes
10533 F: Documentation/i2c/busses/scx200_acb
10534 F: arch/x86/platform/scx200/
10535 F: drivers/watchdog/scx200_wdt.c
10536 F: drivers/i2c/busses/scx200*
10537 F: drivers/mtd/maps/scx200_docflash.c
10538 F: include/linux/scx200.h
10539
10540 SCx200 GPIO DRIVER
10541 M: Jim Cromie <jim.cromie@gmail.com>
10542 S: Maintained
10543 F: drivers/char/scx200_gpio.c
10544 F: include/linux/scx200_gpio.h
10545
10546 SCx200 HRT CLOCKSOURCE DRIVER
10547 M: Jim Cromie <jim.cromie@gmail.com>
10548 S: Maintained
10549 F: drivers/clocksource/scx200_hrt.c
10550
10551 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10552 M: Sascha Sommer <saschasommer@freenet.de>
10553 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10554 S: Maintained
10555 F: drivers/mmc/host/sdricoh_cs.c
10556
10557 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10558 M: Adrian Hunter <adrian.hunter@intel.com>
10559 L: linux-mmc@vger.kernel.org
10560 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10561 S: Maintained
10562 F: drivers/mmc/host/sdhci*
10563 F: include/linux/mmc/sdhci*
10564
10565 SECURE COMPUTING
10566 M: Kees Cook <keescook@chromium.org>
10567 R: Andy Lutomirski <luto@amacapital.net>
10568 R: Will Drewry <wad@chromium.org>
10569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10570 S: Supported
10571 F: kernel/seccomp.c
10572 F: include/uapi/linux/seccomp.h
10573 F: include/linux/seccomp.h
10574 F: tools/testing/selftests/seccomp/*
10575 K: \bsecure_computing
10576 K: \bTIF_SECCOMP\b
10577
10578 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10579 M: Al Cooper <alcooperx@gmail.com>
10580 L: linux-mmc@vger.kernel.org
10581 L: bcm-kernel-feedback-list@broadcom.com
10582 S: Maintained
10583 F: drivers/mmc/host/sdhci-brcmstb*
10584
10585 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10586 M: Ben Dooks <ben-linux@fluff.org>
10587 M: Jaehoon Chung <jh80.chung@samsung.com>
10588 L: linux-mmc@vger.kernel.org
10589 S: Maintained
10590 F: drivers/mmc/host/sdhci-s3c*
10591
10592 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10593 M: Viresh Kumar <vireshk@kernel.org>
10594 L: linux-mmc@vger.kernel.org
10595 S: Maintained
10596 F: drivers/mmc/host/sdhci-spear.c
10597
10598 SECURITY SUBSYSTEM
10599 M: James Morris <james.l.morris@oracle.com>
10600 M: "Serge E. Hallyn" <serge@hallyn.com>
10601 L: linux-security-module@vger.kernel.org (suggested Cc:)
10602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10603 W: http://kernsec.org/
10604 S: Supported
10605 F: security/
10606
10607 SECURITY CONTACT
10608 M: Security Officers <security@kernel.org>
10609 S: Supported
10610
10611 SELINUX SECURITY MODULE
10612 M: Paul Moore <paul@paul-moore.com>
10613 M: Stephen Smalley <sds@tycho.nsa.gov>
10614 M: Eric Paris <eparis@parisplace.org>
10615 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10616 W: http://selinuxproject.org
10617 T: git git://git.infradead.org/users/pcmoore/selinux
10618 S: Supported
10619 F: include/linux/selinux*
10620 F: security/selinux/
10621 F: scripts/selinux/
10622
10623 APPARMOR SECURITY MODULE
10624 M: John Johansen <john.johansen@canonical.com>
10625 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10626 W: apparmor.wiki.kernel.org
10627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10628 S: Supported
10629 F: security/apparmor/
10630
10631 LOADPIN SECURITY MODULE
10632 M: Kees Cook <keescook@chromium.org>
10633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10634 S: Supported
10635 F: security/loadpin/
10636
10637 YAMA SECURITY MODULE
10638 M: Kees Cook <keescook@chromium.org>
10639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10640 S: Supported
10641 F: security/yama/
10642
10643 SENSABLE PHANTOM
10644 M: Jiri Slaby <jirislaby@gmail.com>
10645 S: Maintained
10646 F: drivers/misc/phantom.c
10647 F: include/uapi/linux/phantom.h
10648
10649 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10650 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10651 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10652 M: John Soni Jose <sony.john@avagotech.com>
10653 L: linux-scsi@vger.kernel.org
10654 W: http://www.avagotech.com
10655 S: Supported
10656 F: drivers/scsi/be2iscsi/
10657
10658 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10659 M: Sathya Perla <sathya.perla@broadcom.com>
10660 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10661 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10662 M: Somnath Kotur <somnath.kotur@broadcom.com>
10663 L: netdev@vger.kernel.org
10664 W: http://www.emulex.com
10665 S: Supported
10666 F: drivers/net/ethernet/emulex/benet/
10667
10668 EMULEX ONECONNECT ROCE DRIVER
10669 M: Selvin Xavier <selvin.xavier@avagotech.com>
10670 M: Devesh Sharma <devesh.sharma@avagotech.com>
10671 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10672 L: linux-rdma@vger.kernel.org
10673 W: http://www.emulex.com
10674 S: Supported
10675 F: drivers/infiniband/hw/ocrdma/
10676
10677 SFC NETWORK DRIVER
10678 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10679 M: Edward Cree <ecree@solarflare.com>
10680 M: Bert Kenward <bkenward@solarflare.com>
10681 L: netdev@vger.kernel.org
10682 S: Supported
10683 F: drivers/net/ethernet/sfc/
10684
10685 SGI GRU DRIVER
10686 M: Dimitri Sivanich <sivanich@sgi.com>
10687 S: Maintained
10688 F: drivers/misc/sgi-gru/
10689
10690 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10691 M: Pat Gefre <pfg@sgi.com>
10692 L: linux-ia64@vger.kernel.org
10693 S: Supported
10694 F: Documentation/ia64/serial.txt
10695 F: drivers/tty/serial/ioc?_serial.c
10696 F: include/linux/ioc?.h
10697
10698 SGI XP/XPC/XPNET DRIVER
10699 M: Cliff Whickman <cpw@sgi.com>
10700 M: Robin Holt <robinmholt@gmail.com>
10701 S: Maintained
10702 F: drivers/misc/sgi-xp/
10703
10704 SI2157 MEDIA DRIVER
10705 M: Antti Palosaari <crope@iki.fi>
10706 L: linux-media@vger.kernel.org
10707 W: https://linuxtv.org
10708 W: http://palosaari.fi/linux/
10709 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10710 T: git git://linuxtv.org/anttip/media_tree.git
10711 S: Maintained
10712 F: drivers/media/tuners/si2157*
10713
10714 SI2168 MEDIA DRIVER
10715 M: Antti Palosaari <crope@iki.fi>
10716 L: linux-media@vger.kernel.org
10717 W: https://linuxtv.org
10718 W: http://palosaari.fi/linux/
10719 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10720 T: git git://linuxtv.org/anttip/media_tree.git
10721 S: Maintained
10722 F: drivers/media/dvb-frontends/si2168*
10723
10724 SI470X FM RADIO RECEIVER I2C DRIVER
10725 M: Hans Verkuil <hverkuil@xs4all.nl>
10726 L: linux-media@vger.kernel.org
10727 T: git git://linuxtv.org/media_tree.git
10728 W: https://linuxtv.org
10729 S: Odd Fixes
10730 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10731
10732 SI470X FM RADIO RECEIVER USB DRIVER
10733 M: Hans Verkuil <hverkuil@xs4all.nl>
10734 L: linux-media@vger.kernel.org
10735 T: git git://linuxtv.org/media_tree.git
10736 W: https://linuxtv.org
10737 S: Maintained
10738 F: drivers/media/radio/si470x/radio-si470x-common.c
10739 F: drivers/media/radio/si470x/radio-si470x.h
10740 F: drivers/media/radio/si470x/radio-si470x-usb.c
10741
10742 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10743 M: Eduardo Valentin <edubezval@gmail.com>
10744 L: linux-media@vger.kernel.org
10745 T: git git://linuxtv.org/media_tree.git
10746 W: https://linuxtv.org
10747 S: Odd Fixes
10748 F: drivers/media/radio/si4713/si4713.?
10749
10750 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10751 M: Eduardo Valentin <edubezval@gmail.com>
10752 L: linux-media@vger.kernel.org
10753 T: git git://linuxtv.org/media_tree.git
10754 W: https://linuxtv.org
10755 S: Odd Fixes
10756 F: drivers/media/radio/si4713/radio-platform-si4713.c
10757
10758 SI4713 FM RADIO TRANSMITTER USB DRIVER
10759 M: Hans Verkuil <hverkuil@xs4all.nl>
10760 L: linux-media@vger.kernel.org
10761 T: git git://linuxtv.org/media_tree.git
10762 W: https://linuxtv.org
10763 S: Maintained
10764 F: drivers/media/radio/si4713/radio-usb-si4713.c
10765
10766 SIANO DVB DRIVER
10767 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10768 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10769 L: linux-media@vger.kernel.org
10770 W: https://linuxtv.org
10771 T: git git://linuxtv.org/media_tree.git
10772 S: Odd fixes
10773 F: drivers/media/common/siano/
10774 F: drivers/media/usb/siano/
10775 F: drivers/media/usb/siano/
10776 F: drivers/media/mmc/siano/
10777
10778 SIMPLEFB FB DRIVER
10779 M: Hans de Goede <hdegoede@redhat.com>
10780 L: linux-fbdev@vger.kernel.org
10781 S: Maintained
10782 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10783 F: drivers/video/fbdev/simplefb.c
10784 F: include/linux/platform_data/simplefb.h
10785
10786 SH_VEU V4L2 MEM2MEM DRIVER
10787 L: linux-media@vger.kernel.org
10788 S: Orphan
10789 F: drivers/media/platform/sh_veu.c
10790
10791 SH_VOU V4L2 OUTPUT DRIVER
10792 L: linux-media@vger.kernel.org
10793 S: Orphan
10794 F: drivers/media/platform/sh_vou.c
10795 F: include/media/drv-intf/sh_vou.h
10796
10797 SIMPLE FIRMWARE INTERFACE (SFI)
10798 M: Len Brown <lenb@kernel.org>
10799 L: sfi-devel@simplefirmware.org
10800 W: http://simplefirmware.org/
10801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10802 S: Supported
10803 F: arch/x86/platform/sfi/
10804 F: drivers/sfi/
10805 F: include/linux/sfi*.h
10806
10807 SIMTEC EB110ATX (Chalice CATS)
10808 P: Ben Dooks
10809 P: Vincent Sanders <vince@simtec.co.uk>
10810 M: Simtec Linux Team <linux@simtec.co.uk>
10811 W: http://www.simtec.co.uk/products/EB110ATX/
10812 S: Supported
10813
10814 SIMTEC EB2410ITX (BAST)
10815 P: Ben Dooks
10816 P: Vincent Sanders <vince@simtec.co.uk>
10817 M: Simtec Linux Team <linux@simtec.co.uk>
10818 W: http://www.simtec.co.uk/products/EB2410ITX/
10819 S: Supported
10820 F: arch/arm/mach-s3c24xx/mach-bast.c
10821 F: arch/arm/mach-s3c24xx/bast-ide.c
10822 F: arch/arm/mach-s3c24xx/bast-irq.c
10823
10824 TI DAVINCI MACHINE SUPPORT
10825 M: Sekhar Nori <nsekhar@ti.com>
10826 M: Kevin Hilman <khilman@kernel.org>
10827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10829 S: Supported
10830 F: arch/arm/mach-davinci/
10831 F: drivers/i2c/busses/i2c-davinci.c
10832
10833 TI DAVINCI SERIES MEDIA DRIVER
10834 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10835 L: linux-media@vger.kernel.org
10836 W: https://linuxtv.org
10837 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10838 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10839 S: Maintained
10840 F: drivers/media/platform/davinci/
10841 F: include/media/davinci/
10842
10843 TI AM437X VPFE DRIVER
10844 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10845 L: linux-media@vger.kernel.org
10846 W: https://linuxtv.org
10847 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10848 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10849 S: Maintained
10850 F: drivers/media/platform/am437x/
10851
10852 OV2659 OMNIVISION SENSOR DRIVER
10853 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10854 L: linux-media@vger.kernel.org
10855 W: https://linuxtv.org
10856 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10857 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10858 S: Maintained
10859 F: drivers/media/i2c/ov2659.c
10860 F: include/media/i2c/ov2659.h
10861
10862 SILICON MOTION SM712 FRAME BUFFER DRIVER
10863 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10864 M: Teddy Wang <teddy.wang@siliconmotion.com>
10865 M: Sudip Mukherjee <sudip@vectorindia.org>
10866 L: linux-fbdev@vger.kernel.org
10867 S: Maintained
10868 F: drivers/video/fbdev/sm712*
10869 F: Documentation/fb/sm712fb.txt
10870
10871 SIS 190 ETHERNET DRIVER
10872 M: Francois Romieu <romieu@fr.zoreil.com>
10873 L: netdev@vger.kernel.org
10874 S: Maintained
10875 F: drivers/net/ethernet/sis/sis190.c
10876
10877 SIS 900/7016 FAST ETHERNET DRIVER
10878 M: Daniele Venzano <venza@brownhat.org>
10879 W: http://www.brownhat.org/sis900.html
10880 L: netdev@vger.kernel.org
10881 S: Maintained
10882 F: drivers/net/ethernet/sis/sis900.*
10883
10884 SIS FRAMEBUFFER DRIVER
10885 M: Thomas Winischhofer <thomas@winischhofer.net>
10886 W: http://www.winischhofer.net/linuxsisvga.shtml
10887 S: Maintained
10888 F: Documentation/fb/sisfb.txt
10889 F: drivers/video/fbdev/sis/
10890 F: include/video/sisfb.h
10891
10892 SIS USB2VGA DRIVER
10893 M: Thomas Winischhofer <thomas@winischhofer.net>
10894 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10895 S: Maintained
10896 F: drivers/usb/misc/sisusbvga/
10897
10898 SLAB ALLOCATOR
10899 M: Christoph Lameter <cl@linux.com>
10900 M: Pekka Enberg <penberg@kernel.org>
10901 M: David Rientjes <rientjes@google.com>
10902 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10903 M: Andrew Morton <akpm@linux-foundation.org>
10904 L: linux-mm@kvack.org
10905 S: Maintained
10906 F: include/linux/sl?b*.h
10907 F: mm/sl?b*
10908
10909 SLEEPABLE READ-COPY UPDATE (SRCU)
10910 M: Lai Jiangshan <jiangshanlai@gmail.com>
10911 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10912 M: Josh Triplett <josh@joshtriplett.org>
10913 R: Steven Rostedt <rostedt@goodmis.org>
10914 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10915 L: linux-kernel@vger.kernel.org
10916 W: http://www.rdrop.com/users/paulmck/RCU/
10917 S: Supported
10918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10919 F: include/linux/srcu.h
10920 F: kernel/rcu/srcu.c
10921
10922 SMACK SECURITY MODULE
10923 M: Casey Schaufler <casey@schaufler-ca.com>
10924 L: linux-security-module@vger.kernel.org
10925 W: http://schaufler-ca.com
10926 T: git git://github.com/cschaufler/smack-next
10927 S: Maintained
10928 F: Documentation/security/Smack.txt
10929 F: security/smack/
10930
10931 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10932 M: Kevin Hilman <khilman@kernel.org>
10933 M: Nishanth Menon <nm@ti.com>
10934 S: Maintained
10935 F: drivers/power/avs/
10936 F: include/linux/power/smartreflex.h
10937 L: linux-pm@vger.kernel.org
10938
10939 SMC91x ETHERNET DRIVER
10940 M: Nicolas Pitre <nico@fluxnic.net>
10941 S: Odd Fixes
10942 F: drivers/net/ethernet/smsc/smc91x.*
10943
10944 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10945 M: Sakari Ailus <sakari.ailus@iki.fi>
10946 L: linux-media@vger.kernel.org
10947 S: Maintained
10948 F: drivers/media/i2c/smiapp/
10949 F: include/media/i2c/smiapp.h
10950 F: drivers/media/i2c/smiapp-pll.c
10951 F: drivers/media/i2c/smiapp-pll.h
10952 F: include/uapi/linux/smiapp.h
10953 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10954
10955 SMM665 HARDWARE MONITOR DRIVER
10956 M: Guenter Roeck <linux@roeck-us.net>
10957 L: linux-hwmon@vger.kernel.org
10958 S: Maintained
10959 F: Documentation/hwmon/smm665
10960 F: drivers/hwmon/smm665.c
10961
10962 SMSC EMC2103 HARDWARE MONITOR DRIVER
10963 M: Steve Glendinning <steve.glendinning@shawell.net>
10964 L: linux-hwmon@vger.kernel.org
10965 S: Maintained
10966 F: Documentation/hwmon/emc2103
10967 F: drivers/hwmon/emc2103.c
10968
10969 SMSC SCH5627 HARDWARE MONITOR DRIVER
10970 M: Hans de Goede <hdegoede@redhat.com>
10971 L: linux-hwmon@vger.kernel.org
10972 S: Supported
10973 F: Documentation/hwmon/sch5627
10974 F: drivers/hwmon/sch5627.c
10975
10976 SMSC47B397 HARDWARE MONITOR DRIVER
10977 M: Jean Delvare <jdelvare@suse.com>
10978 L: linux-hwmon@vger.kernel.org
10979 S: Maintained
10980 F: Documentation/hwmon/smsc47b397
10981 F: drivers/hwmon/smsc47b397.c
10982
10983 SMSC911x ETHERNET DRIVER
10984 M: Steve Glendinning <steve.glendinning@shawell.net>
10985 L: netdev@vger.kernel.org
10986 S: Maintained
10987 F: include/linux/smsc911x.h
10988 F: drivers/net/ethernet/smsc/smsc911x.*
10989
10990 SMSC9420 PCI ETHERNET DRIVER
10991 M: Steve Glendinning <steve.glendinning@shawell.net>
10992 L: netdev@vger.kernel.org
10993 S: Maintained
10994 F: drivers/net/ethernet/smsc/smsc9420.*
10995
10996 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10997 M: Steve Glendinning <steve.glendinning@shawell.net>
10998 L: linux-fbdev@vger.kernel.org
10999 S: Maintained
11000 F: drivers/video/fbdev/smscufx.c
11001
11002 SOC-CAMERA V4L2 SUBSYSTEM
11003 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11004 L: linux-media@vger.kernel.org
11005 T: git git://linuxtv.org/media_tree.git
11006 S: Maintained
11007 F: include/media/soc*
11008 F: drivers/media/i2c/soc_camera/
11009 F: drivers/media/platform/soc_camera/
11010
11011 SOEKRIS NET48XX LED SUPPORT
11012 M: Chris Boot <bootc@bootc.net>
11013 S: Maintained
11014 F: drivers/leds/leds-net48xx.c
11015
11016 SOFTLOGIC 6x10 MPEG CODEC
11017 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11018 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11019 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11020 M: Ismael Luceno <ismael@iodev.co.uk>
11021 L: linux-media@vger.kernel.org
11022 S: Supported
11023 F: drivers/media/pci/solo6x10/
11024
11025 SOFTWARE RAID (Multiple Disks) SUPPORT
11026 M: Shaohua Li <shli@kernel.org>
11027 L: linux-raid@vger.kernel.org
11028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11029 S: Supported
11030 F: drivers/md/
11031 F: include/linux/raid/
11032 F: include/uapi/linux/raid/
11033
11034 SONIC NETWORK DRIVER
11035 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11036 L: netdev@vger.kernel.org
11037 S: Maintained
11038 F: drivers/net/ethernet/natsemi/sonic.*
11039
11040 SONICS SILICON BACKPLANE DRIVER (SSB)
11041 M: Michael Buesch <m@bues.ch>
11042 L: linux-wireless@vger.kernel.org
11043 S: Maintained
11044 F: drivers/ssb/
11045 F: include/linux/ssb/
11046
11047 SONY VAIO CONTROL DEVICE DRIVER
11048 M: Mattia Dongili <malattia@linux.it>
11049 L: platform-driver-x86@vger.kernel.org
11050 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11051 S: Maintained
11052 F: Documentation/laptops/sony-laptop.txt
11053 F: drivers/char/sonypi.c
11054 F: drivers/platform/x86/sony-laptop.c
11055 F: include/linux/sony-laptop.h
11056
11057 SONY MEMORYSTICK CARD SUPPORT
11058 M: Alex Dubov <oakad@yahoo.com>
11059 W: http://tifmxx.berlios.de/
11060 S: Maintained
11061 F: drivers/memstick/host/tifm_ms.c
11062
11063 SONY MEMORYSTICK STANDARD SUPPORT
11064 M: Maxim Levitsky <maximlevitsky@gmail.com>
11065 S: Maintained
11066 F: drivers/memstick/core/ms_block.*
11067
11068 SOUND
11069 M: Jaroslav Kysela <perex@perex.cz>
11070 M: Takashi Iwai <tiwai@suse.com>
11071 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11072 W: http://www.alsa-project.org/
11073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11074 T: git git://git.alsa-project.org/alsa-kernel.git
11075 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11076 S: Maintained
11077 F: Documentation/sound/
11078 F: include/sound/
11079 F: include/uapi/sound/
11080 F: sound/
11081
11082 SOUND - COMPRESSED AUDIO
11083 M: Vinod Koul <vinod.koul@intel.com>
11084 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11086 S: Supported
11087 F: Documentation/sound/alsa/compress_offload.txt
11088 F: include/sound/compress_driver.h
11089 F: include/uapi/sound/compress_*
11090 F: sound/core/compress_offload.c
11091 F: sound/soc/soc-compress.c
11092
11093 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11094 M: Liam Girdwood <lgirdwood@gmail.com>
11095 M: Mark Brown <broonie@kernel.org>
11096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11097 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11098 W: http://alsa-project.org/main/index.php/ASoC
11099 S: Supported
11100 F: Documentation/devicetree/bindings/sound/
11101 F: Documentation/sound/alsa/soc/
11102 F: sound/soc/
11103 F: include/sound/soc*
11104
11105 SOUND - DMAENGINE HELPERS
11106 M: Lars-Peter Clausen <lars@metafoo.de>
11107 S: Supported
11108 F: include/sound/dmaengine_pcm.h
11109 F: sound/core/pcm_dmaengine.c
11110 F: sound/soc/soc-generic-dmaengine-pcm.c
11111
11112 SP2 MEDIA DRIVER
11113 M: Olli Salonen <olli.salonen@iki.fi>
11114 L: linux-media@vger.kernel.org
11115 W: https://linuxtv.org
11116 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11117 S: Maintained
11118 F: drivers/media/dvb-frontends/sp2*
11119
11120 SPARC + UltraSPARC (sparc/sparc64)
11121 M: "David S. Miller" <davem@davemloft.net>
11122 L: sparclinux@vger.kernel.org
11123 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11126 S: Maintained
11127 F: arch/sparc/
11128 F: drivers/sbus/
11129
11130 SPARC SERIAL DRIVERS
11131 M: "David S. Miller" <davem@davemloft.net>
11132 L: sparclinux@vger.kernel.org
11133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11135 S: Maintained
11136 F: include/linux/sunserialcore.h
11137 F: drivers/tty/serial/suncore.c
11138 F: drivers/tty/serial/sunhv.c
11139 F: drivers/tty/serial/sunsab.c
11140 F: drivers/tty/serial/sunsab.h
11141 F: drivers/tty/serial/sunsu.c
11142 F: drivers/tty/serial/sunzilog.c
11143 F: drivers/tty/serial/sunzilog.h
11144
11145 SPARSE CHECKER
11146 M: "Christopher Li" <sparse@chrisli.org>
11147 L: linux-sparse@vger.kernel.org
11148 W: https://sparse.wiki.kernel.org/
11149 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11150 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11151 S: Maintained
11152 F: include/linux/compiler.h
11153
11154 SPEAR PLATFORM SUPPORT
11155 M: Viresh Kumar <vireshk@kernel.org>
11156 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11157 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11158 W: http://www.st.com/spear
11159 S: Maintained
11160 F: arch/arm/boot/dts/spear*
11161 F: arch/arm/mach-spear/
11162
11163 SPEAR CLOCK FRAMEWORK SUPPORT
11164 M: Viresh Kumar <vireshk@kernel.org>
11165 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11166 W: http://www.st.com/spear
11167 S: Maintained
11168 F: drivers/clk/spear/
11169
11170 SPI SUBSYSTEM
11171 M: Mark Brown <broonie@kernel.org>
11172 L: linux-spi@vger.kernel.org
11173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11174 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11175 S: Maintained
11176 F: Documentation/devicetree/bindings/spi/
11177 F: Documentation/spi/
11178 F: drivers/spi/
11179 F: include/linux/spi/
11180 F: include/uapi/linux/spi/
11181
11182 SPIDERNET NETWORK DRIVER for CELL
11183 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11184 L: netdev@vger.kernel.org
11185 S: Supported
11186 F: Documentation/networking/spider_net.txt
11187 F: drivers/net/ethernet/toshiba/spider_net*
11188
11189 SPU FILE SYSTEM
11190 M: Jeremy Kerr <jk@ozlabs.org>
11191 L: linuxppc-dev@lists.ozlabs.org
11192 W: http://www.ibm.com/developerworks/power/cell/
11193 S: Supported
11194 F: Documentation/filesystems/spufs.txt
11195 F: arch/powerpc/platforms/cell/spufs/
11196
11197 SQUASHFS FILE SYSTEM
11198 M: Phillip Lougher <phillip@squashfs.org.uk>
11199 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11200 W: http://squashfs.org.uk
11201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11202 S: Maintained
11203 F: Documentation/filesystems/squashfs.txt
11204 F: fs/squashfs/
11205
11206 SRM (Alpha) environment access
11207 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11208 S: Maintained
11209 F: arch/alpha/kernel/srm_env.c
11210
11211 STABLE BRANCH
11212 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11213 L: stable@vger.kernel.org
11214 S: Supported
11215 F: Documentation/stable_kernel_rules.txt
11216
11217 STAGING SUBSYSTEM
11218 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11220 L: devel@driverdev.osuosl.org
11221 S: Supported
11222 F: drivers/staging/
11223
11224 STAGING - COMEDI
11225 M: Ian Abbott <abbotti@mev.co.uk>
11226 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11227 S: Odd Fixes
11228 F: drivers/staging/comedi/
11229
11230 STAGING - FLARION FT1000 DRIVERS
11231 M: Marek Belisko <marek.belisko@gmail.com>
11232 S: Odd Fixes
11233 F: drivers/staging/ft1000/
11234
11235 STAGING - INDUSTRIAL IO
11236 M: Jonathan Cameron <jic23@kernel.org>
11237 L: linux-iio@vger.kernel.org
11238 S: Odd Fixes
11239 F: Documentation/devicetree/bindings/staging/iio/
11240 F: drivers/staging/iio/
11241
11242 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11243 M: Jarod Wilson <jarod@wilsonet.com>
11244 W: http://www.lirc.org/
11245 S: Odd Fixes
11246 F: drivers/staging/media/lirc/
11247
11248 STAGING - LUSTRE PARALLEL FILESYSTEM
11249 M: Oleg Drokin <oleg.drokin@intel.com>
11250 M: Andreas Dilger <andreas.dilger@intel.com>
11251 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11252 W: http://wiki.lustre.org/
11253 S: Maintained
11254 F: drivers/staging/lustre
11255
11256 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11257 M: Marc Dietrich <marvin24@gmx.de>
11258 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11259 L: linux-tegra@vger.kernel.org
11260 S: Maintained
11261 F: drivers/staging/nvec/
11262
11263 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11264 M: Jens Frederich <jfrederich@gmail.com>
11265 M: Daniel Drake <dsd@laptop.org>
11266 M: Jon Nettleton <jon.nettleton@gmail.com>
11267 W: http://wiki.laptop.org/go/DCON
11268 S: Maintained
11269 F: drivers/staging/olpc_dcon/
11270
11271 STAGING - REALTEK RTL8712U DRIVERS
11272 M: Larry Finger <Larry.Finger@lwfinger.net>
11273 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11274 S: Odd Fixes
11275 F: drivers/staging/rtl8712/
11276
11277 STAGING - REALTEK RTL8723U WIRELESS DRIVER
11278 M: Larry Finger <Larry.Finger@lwfinger.net>
11279 M: Jes Sorensen <Jes.Sorensen@redhat.com>
11280 L: linux-wireless@vger.kernel.org
11281 S: Maintained
11282 F: drivers/staging/rtl8723au/
11283
11284 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11285 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11286 M: Teddy Wang <teddy.wang@siliconmotion.com>
11287 M: Sudip Mukherjee <sudip@vectorindia.org>
11288 L: linux-fbdev@vger.kernel.org
11289 S: Maintained
11290 F: drivers/staging/sm750fb/
11291
11292 STAGING - SLICOSS
11293 M: Lior Dotan <liodot@gmail.com>
11294 M: Christopher Harrer <charrer@alacritech.com>
11295 S: Odd Fixes
11296 F: drivers/staging/slicoss/
11297
11298 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11299 M: William Hubbs <w.d.hubbs@gmail.com>
11300 M: Chris Brannon <chris@the-brannons.com>
11301 M: Kirk Reiser <kirk@reisers.ca>
11302 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11303 L: speakup@linux-speakup.org
11304 W: http://www.linux-speakup.org/
11305 S: Odd Fixes
11306 F: drivers/staging/speakup/
11307
11308 STAGING - VIA VT665X DRIVERS
11309 M: Forest Bond <forest@alittletooquiet.net>
11310 S: Odd Fixes
11311 F: drivers/staging/vt665?/
11312
11313 STAGING - WILC1000 WIFI DRIVER
11314 M: Aditya Shankar <aditya.shankar@microchip.com>
11315 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11316 L: linux-wireless@vger.kernel.org
11317 S: Supported
11318 F: drivers/staging/wilc1000/
11319
11320 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11321 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11322 S: Odd Fixes
11323 F: drivers/staging/xgifb/
11324
11325 STARFIRE/DURALAN NETWORK DRIVER
11326 M: Ion Badulescu <ionut@badula.org>
11327 S: Odd Fixes
11328 F: drivers/net/ethernet/adaptec/starfire*
11329
11330 SUN3/3X
11331 M: Sam Creasey <sammy@sammy.net>
11332 W: http://sammy.net/sun3/
11333 S: Maintained
11334 F: arch/m68k/kernel/*sun3*
11335 F: arch/m68k/sun3*/
11336 F: arch/m68k/include/asm/sun3*
11337 F: drivers/net/ethernet/i825xx/sun3*
11338
11339 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11340 M: Hans de Goede <hdegoede@redhat.com>
11341 L: linux-input@vger.kernel.org
11342 S: Maintained
11343 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11344 F: drivers/input/keyboard/sun4i-lradc-keys.c
11345
11346 SUNDANCE NETWORK DRIVER
11347 M: Denis Kirjanov <kda@linux-powerpc.org>
11348 L: netdev@vger.kernel.org
11349 S: Maintained
11350 F: drivers/net/ethernet/dlink/sundance.c
11351
11352 SUPERH
11353 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11354 M: Rich Felker <dalias@libc.org>
11355 L: linux-sh@vger.kernel.org
11356 Q: http://patchwork.kernel.org/project/linux-sh/list/
11357 S: Maintained
11358 F: Documentation/sh/
11359 F: arch/sh/
11360 F: drivers/sh/
11361
11362 SUSPEND TO RAM
11363 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11364 M: Len Brown <len.brown@intel.com>
11365 M: Pavel Machek <pavel@ucw.cz>
11366 L: linux-pm@vger.kernel.org
11367 S: Supported
11368 F: Documentation/power/
11369 F: arch/x86/kernel/acpi/
11370 F: drivers/base/power/
11371 F: kernel/power/
11372 F: include/linux/suspend.h
11373 F: include/linux/freezer.h
11374 F: include/linux/pm.h
11375
11376 SVGA HANDLING
11377 M: Martin Mares <mj@ucw.cz>
11378 L: linux-video@atrey.karlin.mff.cuni.cz
11379 S: Maintained
11380 F: Documentation/svga.txt
11381 F: arch/x86/boot/video*
11382
11383 SWIOTLB SUBSYSTEM
11384 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11385 L: linux-kernel@vger.kernel.org
11386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11387 S: Supported
11388 F: lib/swiotlb.c
11389 F: arch/*/kernel/pci-swiotlb.c
11390 F: include/linux/swiotlb.h
11391
11392 SWITCHDEV
11393 M: Jiri Pirko <jiri@resnulli.us>
11394 L: netdev@vger.kernel.org
11395 S: Supported
11396 F: net/switchdev/
11397 F: include/net/switchdev.h
11398
11399 SYNOPSYS ARC ARCHITECTURE
11400 M: Vineet Gupta <vgupta@synopsys.com>
11401 L: linux-snps-arc@lists.infradead.org
11402 S: Supported
11403 F: arch/arc/
11404 F: Documentation/devicetree/bindings/arc/*
11405 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11406 F: drivers/tty/serial/arc_uart.c
11407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11408
11409 SYNOPSYS ARC SDP platform support
11410 M: Alexey Brodkin <abrodkin@synopsys.com>
11411 S: Supported
11412 F: arch/arc/plat-axs10x
11413 F: arch/arc/boot/dts/ax*
11414 F: Documentation/devicetree/bindings/arc/axs10*
11415
11416 SYSTEM CONFIGURATION (SYSCON)
11417 M: Lee Jones <lee.jones@linaro.org>
11418 M: Arnd Bergmann <arnd@arndb.de>
11419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11420 S: Supported
11421 F: drivers/mfd/syscon.c
11422
11423 SYSTEM RESET/SHUTDOWN DRIVERS
11424 M: Sebastian Reichel <sre@kernel.org>
11425 L: linux-pm@vger.kernel.org
11426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11427 S: Maintained
11428 F: Documentation/devicetree/bindings/power/reset/
11429 F: drivers/power/reset/
11430
11431 SYSV FILESYSTEM
11432 M: Christoph Hellwig <hch@infradead.org>
11433 S: Maintained
11434 F: Documentation/filesystems/sysv-fs.txt
11435 F: fs/sysv/
11436 F: include/linux/sysv_fs.h
11437
11438 TARGET SUBSYSTEM
11439 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11440 L: linux-scsi@vger.kernel.org
11441 L: target-devel@vger.kernel.org
11442 W: http://www.linux-iscsi.org
11443 W: http://groups.google.com/group/linux-iscsi-target-dev
11444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11445 S: Supported
11446 F: drivers/target/
11447 F: include/target/
11448 F: Documentation/target/
11449
11450 TASKSTATS STATISTICS INTERFACE
11451 M: Balbir Singh <bsingharora@gmail.com>
11452 S: Maintained
11453 F: Documentation/accounting/taskstats*
11454 F: include/linux/taskstats*
11455 F: kernel/taskstats.c
11456
11457 TC CLASSIFIER
11458 M: Jamal Hadi Salim <jhs@mojatatu.com>
11459 L: netdev@vger.kernel.org
11460 S: Maintained
11461 F: include/net/pkt_cls.h
11462 F: include/uapi/linux/pkt_cls.h
11463 F: net/sched/
11464
11465 TCP LOW PRIORITY MODULE
11466 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11467 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11468 W: http://tcp-lp-mod.sourceforge.net/
11469 S: Maintained
11470 F: net/ipv4/tcp_lp.c
11471
11472 TDA10071 MEDIA DRIVER
11473 M: Antti Palosaari <crope@iki.fi>
11474 L: linux-media@vger.kernel.org
11475 W: https://linuxtv.org
11476 W: http://palosaari.fi/linux/
11477 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11478 T: git git://linuxtv.org/anttip/media_tree.git
11479 S: Maintained
11480 F: drivers/media/dvb-frontends/tda10071*
11481
11482 TDA18212 MEDIA DRIVER
11483 M: Antti Palosaari <crope@iki.fi>
11484 L: linux-media@vger.kernel.org
11485 W: https://linuxtv.org
11486 W: http://palosaari.fi/linux/
11487 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11488 T: git git://linuxtv.org/anttip/media_tree.git
11489 S: Maintained
11490 F: drivers/media/tuners/tda18212*
11491
11492 TDA18218 MEDIA DRIVER
11493 M: Antti Palosaari <crope@iki.fi>
11494 L: linux-media@vger.kernel.org
11495 W: https://linuxtv.org
11496 W: http://palosaari.fi/linux/
11497 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11498 T: git git://linuxtv.org/anttip/media_tree.git
11499 S: Maintained
11500 F: drivers/media/tuners/tda18218*
11501
11502 TDA18271 MEDIA DRIVER
11503 M: Michael Krufky <mkrufky@linuxtv.org>
11504 L: linux-media@vger.kernel.org
11505 W: https://linuxtv.org
11506 W: http://github.com/mkrufky
11507 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11508 T: git git://linuxtv.org/mkrufky/tuners.git
11509 S: Maintained
11510 F: drivers/media/tuners/tda18271*
11511
11512 TDA827x MEDIA DRIVER
11513 M: Michael Krufky <mkrufky@linuxtv.org>
11514 L: linux-media@vger.kernel.org
11515 W: https://linuxtv.org
11516 W: http://github.com/mkrufky
11517 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11518 T: git git://linuxtv.org/mkrufky/tuners.git
11519 S: Maintained
11520 F: drivers/media/tuners/tda8290.*
11521
11522 TDA8290 MEDIA DRIVER
11523 M: Michael Krufky <mkrufky@linuxtv.org>
11524 L: linux-media@vger.kernel.org
11525 W: https://linuxtv.org
11526 W: http://github.com/mkrufky
11527 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11528 T: git git://linuxtv.org/mkrufky/tuners.git
11529 S: Maintained
11530 F: drivers/media/tuners/tda8290.*
11531
11532 TDA9840 MEDIA DRIVER
11533 M: Hans Verkuil <hverkuil@xs4all.nl>
11534 L: linux-media@vger.kernel.org
11535 T: git git://linuxtv.org/media_tree.git
11536 W: https://linuxtv.org
11537 S: Maintained
11538 F: drivers/media/i2c/tda9840*
11539
11540 TEA5761 TUNER DRIVER
11541 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11542 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11543 L: linux-media@vger.kernel.org
11544 W: https://linuxtv.org
11545 T: git git://linuxtv.org/media_tree.git
11546 S: Odd fixes
11547 F: drivers/media/tuners/tea5761.*
11548
11549 TEA5767 TUNER DRIVER
11550 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11551 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11552 L: linux-media@vger.kernel.org
11553 W: https://linuxtv.org
11554 T: git git://linuxtv.org/media_tree.git
11555 S: Maintained
11556 F: drivers/media/tuners/tea5767.*
11557
11558 TEA6415C MEDIA DRIVER
11559 M: Hans Verkuil <hverkuil@xs4all.nl>
11560 L: linux-media@vger.kernel.org
11561 T: git git://linuxtv.org/media_tree.git
11562 W: https://linuxtv.org
11563 S: Maintained
11564 F: drivers/media/i2c/tea6415c*
11565
11566 TEA6420 MEDIA DRIVER
11567 M: Hans Verkuil <hverkuil@xs4all.nl>
11568 L: linux-media@vger.kernel.org
11569 T: git git://linuxtv.org/media_tree.git
11570 W: https://linuxtv.org
11571 S: Maintained
11572 F: drivers/media/i2c/tea6420*
11573
11574 TEAM DRIVER
11575 M: Jiri Pirko <jiri@resnulli.us>
11576 L: netdev@vger.kernel.org
11577 S: Supported
11578 F: drivers/net/team/
11579 F: include/linux/if_team.h
11580 F: include/uapi/linux/if_team.h
11581
11582 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11583 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11584 S: Maintained
11585 F: arch/x86/platform/ts5500/
11586
11587 TECHNOTREND USB IR RECEIVER
11588 M: Sean Young <sean@mess.org>
11589 L: linux-media@vger.kernel.org
11590 S: Maintained
11591 F: drivers/media/rc/ttusbir.c
11592
11593 TEGRA ARCHITECTURE SUPPORT
11594 M: Stephen Warren <swarren@wwwdotorg.org>
11595 M: Thierry Reding <thierry.reding@gmail.com>
11596 M: Alexandre Courbot <gnurou@gmail.com>
11597 L: linux-tegra@vger.kernel.org
11598 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11600 S: Supported
11601 N: [^a-z]tegra
11602
11603 TEGRA CLOCK DRIVER
11604 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11605 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11606 S: Supported
11607 F: drivers/clk/tegra/
11608
11609 TEGRA DMA DRIVERS
11610 M: Laxman Dewangan <ldewangan@nvidia.com>
11611 M: Jon Hunter <jonathanh@nvidia.com>
11612 S: Supported
11613 F: drivers/dma/tegra*
11614
11615 TEGRA I2C DRIVER
11616 M: Laxman Dewangan <ldewangan@nvidia.com>
11617 S: Supported
11618 F: drivers/i2c/busses/i2c-tegra.c
11619
11620 TEGRA IOMMU DRIVERS
11621 M: Hiroshi Doyu <hdoyu@nvidia.com>
11622 S: Supported
11623 F: drivers/iommu/tegra*
11624
11625 TEGRA KBC DRIVER
11626 M: Rakesh Iyer <riyer@nvidia.com>
11627 M: Laxman Dewangan <ldewangan@nvidia.com>
11628 S: Supported
11629 F: drivers/input/keyboard/tegra-kbc.c
11630
11631 TEGRA PWM DRIVER
11632 M: Thierry Reding <thierry.reding@gmail.com>
11633 S: Supported
11634 F: drivers/pwm/pwm-tegra.c
11635
11636 TEGRA SERIAL DRIVER
11637 M: Laxman Dewangan <ldewangan@nvidia.com>
11638 S: Supported
11639 F: drivers/tty/serial/serial-tegra.c
11640
11641 TEGRA SPI DRIVER
11642 M: Laxman Dewangan <ldewangan@nvidia.com>
11643 S: Supported
11644 F: drivers/spi/spi-tegra*
11645
11646 TEHUTI ETHERNET DRIVER
11647 M: Andy Gospodarek <andy@greyhouse.net>
11648 L: netdev@vger.kernel.org
11649 S: Supported
11650 F: drivers/net/ethernet/tehuti/*
11651
11652 Telecom Clock Driver for MCPL0010
11653 M: Mark Gross <mark.gross@intel.com>
11654 S: Supported
11655 F: drivers/char/tlclk.c
11656
11657 TENSILICA XTENSA PORT (xtensa)
11658 M: Chris Zankel <chris@zankel.net>
11659 M: Max Filippov <jcmvbkbc@gmail.com>
11660 L: linux-xtensa@linux-xtensa.org
11661 T: git git://github.com/czankel/xtensa-linux.git
11662 S: Maintained
11663 F: arch/xtensa/
11664 F: drivers/irqchip/irq-xtensa-*
11665
11666 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11667 M: Hans Verkuil <hverkuil@xs4all.nl>
11668 L: linux-media@vger.kernel.org
11669 T: git git://linuxtv.org/media_tree.git
11670 W: https://linuxtv.org
11671 S: Maintained
11672 F: drivers/media/radio/radio-raremono.c
11673
11674 THERMAL
11675 M: Zhang Rui <rui.zhang@intel.com>
11676 M: Eduardo Valentin <edubezval@gmail.com>
11677 L: linux-pm@vger.kernel.org
11678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11680 Q: https://patchwork.kernel.org/project/linux-pm/list/
11681 S: Supported
11682 F: drivers/thermal/
11683 F: include/linux/thermal.h
11684 F: include/uapi/linux/thermal.h
11685 F: include/linux/cpu_cooling.h
11686 F: Documentation/devicetree/bindings/thermal/
11687
11688 THERMAL/CPU_COOLING
11689 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11690 M: Viresh Kumar <viresh.kumar@linaro.org>
11691 M: Javi Merino <javi.merino@arm.com>
11692 L: linux-pm@vger.kernel.org
11693 S: Supported
11694 F: Documentation/thermal/cpu-cooling-api.txt
11695 F: drivers/thermal/cpu_cooling.c
11696 F: include/linux/cpu_cooling.h
11697
11698 THINKPAD ACPI EXTRAS DRIVER
11699 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11700 L: ibm-acpi-devel@lists.sourceforge.net
11701 L: platform-driver-x86@vger.kernel.org
11702 W: http://ibm-acpi.sourceforge.net
11703 W: http://thinkwiki.org/wiki/Ibm-acpi
11704 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11705 S: Maintained
11706 F: drivers/platform/x86/thinkpad_acpi.c
11707
11708 TI BANDGAP AND THERMAL DRIVER
11709 M: Eduardo Valentin <edubezval@gmail.com>
11710 M: Keerthy <j-keerthy@ti.com>
11711 L: linux-pm@vger.kernel.org
11712 L: linux-omap@vger.kernel.org
11713 S: Maintained
11714 F: drivers/thermal/ti-soc-thermal/
11715
11716 TI VPE/CAL DRIVERS
11717 M: Benoit Parrot <bparrot@ti.com>
11718 L: linux-media@vger.kernel.org
11719 W: http://linuxtv.org/
11720 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11721 S: Maintained
11722 F: drivers/media/platform/ti-vpe/
11723
11724 TI CDCE706 CLOCK DRIVER
11725 M: Max Filippov <jcmvbkbc@gmail.com>
11726 S: Maintained
11727 F: drivers/clk/clk-cdce706.c
11728
11729 TI CLOCK DRIVER
11730 M: Tero Kristo <t-kristo@ti.com>
11731 L: linux-omap@vger.kernel.org
11732 S: Maintained
11733 F: drivers/clk/ti/
11734 F: include/linux/clk/ti.h
11735
11736 TI ETHERNET SWITCH DRIVER (CPSW)
11737 M: Mugunthan V N <mugunthanvnm@ti.com>
11738 R: Grygorii Strashko <grygorii.strashko@ti.com>
11739 L: linux-omap@vger.kernel.org
11740 L: netdev@vger.kernel.org
11741 S: Maintained
11742 F: drivers/net/ethernet/ti/cpsw*
11743 F: drivers/net/ethernet/ti/davinci*
11744
11745 TI FLASH MEDIA INTERFACE DRIVER
11746 M: Alex Dubov <oakad@yahoo.com>
11747 S: Maintained
11748 F: drivers/misc/tifm*
11749 F: drivers/mmc/host/tifm_sd.c
11750 F: include/linux/tifm.h
11751
11752 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11753 M: Santosh Shilimkar <ssantosh@kernel.org>
11754 L: linux-kernel@vger.kernel.org
11755 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11756 S: Maintained
11757 F: drivers/soc/ti/*
11758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11759
11760
11761 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11762 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11763 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11764 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11765 S: Maintained
11766 F: sound/soc/codecs/lm49453*
11767 F: sound/soc/codecs/isabelle*
11768
11769 TI LP855x BACKLIGHT DRIVER
11770 M: Milo Kim <milo.kim@ti.com>
11771 S: Maintained
11772 F: Documentation/backlight/lp855x-driver.txt
11773 F: drivers/video/backlight/lp855x_bl.c
11774 F: include/linux/platform_data/lp855x.h
11775
11776 TI LP8727 CHARGER DRIVER
11777 M: Milo Kim <milo.kim@ti.com>
11778 S: Maintained
11779 F: drivers/power/supply/lp8727_charger.c
11780 F: include/linux/platform_data/lp8727.h
11781
11782 TI LP8788 MFD DRIVER
11783 M: Milo Kim <milo.kim@ti.com>
11784 S: Maintained
11785 F: drivers/iio/adc/lp8788_adc.c
11786 F: drivers/leds/leds-lp8788.c
11787 F: drivers/mfd/lp8788*.c
11788 F: drivers/power/supply/lp8788-charger.c
11789 F: drivers/regulator/lp8788-*.c
11790 F: include/linux/mfd/lp8788*.h
11791
11792 TI NETCP ETHERNET DRIVER
11793 M: Wingman Kwok <w-kwok2@ti.com>
11794 M: Murali Karicheri <m-karicheri2@ti.com>
11795 L: netdev@vger.kernel.org
11796 S: Maintained
11797 F: drivers/net/ethernet/ti/netcp*
11798
11799 TI TAS571X FAMILY ASoC CODEC DRIVER
11800 M: Kevin Cernekee <cernekee@chromium.org>
11801 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11802 S: Odd Fixes
11803 F: sound/soc/codecs/tas571x*
11804
11805 TI TWL4030 SERIES SOC CODEC DRIVER
11806 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11807 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11808 S: Maintained
11809 F: sound/soc/codecs/twl4030*
11810
11811 TI WILINK WIRELESS DRIVERS
11812 L: linux-wireless@vger.kernel.org
11813 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11814 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11816 S: Orphan
11817 F: drivers/net/wireless/ti/
11818 F: include/linux/wl12xx.h
11819
11820 TIPC NETWORK LAYER
11821 M: Jon Maloy <jon.maloy@ericsson.com>
11822 M: Ying Xue <ying.xue@windriver.com>
11823 L: netdev@vger.kernel.org (core kernel code)
11824 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11825 W: http://tipc.sourceforge.net/
11826 S: Maintained
11827 F: include/uapi/linux/tipc*.h
11828 F: net/tipc/
11829
11830 TILE ARCHITECTURE
11831 M: Chris Metcalf <cmetcalf@mellanox.com>
11832 W: http://www.mellanox.com/repository/solutions/tile-scm/
11833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11834 S: Supported
11835 F: arch/tile/
11836 F: drivers/char/tile-srom.c
11837 F: drivers/edac/tile_edac.c
11838 F: drivers/net/ethernet/tile/
11839 F: drivers/rtc/rtc-tile.c
11840 F: drivers/tty/hvc/hvc_tile.c
11841 F: drivers/tty/serial/tilegx.c
11842 F: drivers/usb/host/*-tilegx.c
11843 F: include/linux/usb/tilegx.h
11844
11845 TLAN NETWORK DRIVER
11846 M: Samuel Chessman <chessman@tux.org>
11847 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11848 W: http://sourceforge.net/projects/tlan/
11849 S: Maintained
11850 F: Documentation/networking/tlan.txt
11851 F: drivers/net/ethernet/ti/tlan.*
11852
11853 TOMOYO SECURITY MODULE
11854 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11855 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11856 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11857 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11858 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11859 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11860 W: http://tomoyo.sourceforge.jp/
11861 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11862 S: Maintained
11863 F: security/tomoyo/
11864
11865 TOPSTAR LAPTOP EXTRAS DRIVER
11866 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11867 L: platform-driver-x86@vger.kernel.org
11868 S: Maintained
11869 F: drivers/platform/x86/topstar-laptop.c
11870
11871 TOSHIBA ACPI EXTRAS DRIVER
11872 M: Azael Avalos <coproscefalo@gmail.com>
11873 L: platform-driver-x86@vger.kernel.org
11874 S: Maintained
11875 F: drivers/platform/x86/toshiba_acpi.c
11876
11877 TOSHIBA BLUETOOTH DRIVER
11878 M: Azael Avalos <coproscefalo@gmail.com>
11879 L: platform-driver-x86@vger.kernel.org
11880 S: Maintained
11881 F: drivers/platform/x86/toshiba_bluetooth.c
11882
11883 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11884 M: Azael Avalos <coproscefalo@gmail.com>
11885 L: platform-driver-x86@vger.kernel.org
11886 S: Maintained
11887 F: drivers/platform/x86/toshiba_haps.c
11888
11889 TOSHIBA WMI HOTKEYS DRIVER
11890 M: Azael Avalos <coproscefalo@gmail.com>
11891 L: platform-driver-x86@vger.kernel.org
11892 S: Maintained
11893 F: drivers/platform/x86/toshiba-wmi.c
11894
11895 TOSHIBA SMM DRIVER
11896 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11897 W: http://www.buzzard.org.uk/toshiba/
11898 S: Maintained
11899 F: drivers/char/toshiba.c
11900 F: include/linux/toshiba.h
11901 F: include/uapi/linux/toshiba.h
11902
11903 TOSHIBA TC358743 DRIVER
11904 M: Mats Randgaard <matrandg@cisco.com>
11905 L: linux-media@vger.kernel.org
11906 S: Maintained
11907 F: drivers/media/i2c/tc358743*
11908 F: include/media/i2c/tc358743.h
11909
11910 TMIO/SDHI MMC DRIVER
11911 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11912 L: linux-mmc@vger.kernel.org
11913 S: Supported
11914 F: drivers/mmc/host/tmio_mmc*
11915 F: drivers/mmc/host/sh_mobile_sdhi.c
11916 F: include/linux/mfd/tmio.h
11917
11918 TMP401 HARDWARE MONITOR DRIVER
11919 M: Guenter Roeck <linux@roeck-us.net>
11920 L: linux-hwmon@vger.kernel.org
11921 S: Maintained
11922 F: Documentation/hwmon/tmp401
11923 F: drivers/hwmon/tmp401.c
11924
11925 TMPFS (SHMEM FILESYSTEM)
11926 M: Hugh Dickins <hughd@google.com>
11927 L: linux-mm@kvack.org
11928 S: Maintained
11929 F: include/linux/shmem_fs.h
11930 F: mm/shmem.c
11931
11932 TM6000 VIDEO4LINUX DRIVER
11933 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11934 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11935 L: linux-media@vger.kernel.org
11936 W: https://linuxtv.org
11937 T: git git://linuxtv.org/media_tree.git
11938 S: Odd fixes
11939 F: drivers/media/usb/tm6000/
11940
11941 TW5864 VIDEO4LINUX DRIVER
11942 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11943 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11944 M: Andrey Utkin <andrey_utkin@fastmail.com>
11945 L: linux-media@vger.kernel.org
11946 S: Supported
11947 F: drivers/media/pci/tw5864/
11948
11949 TW68 VIDEO4LINUX DRIVER
11950 M: Hans Verkuil <hverkuil@xs4all.nl>
11951 L: linux-media@vger.kernel.org
11952 T: git git://linuxtv.org/media_tree.git
11953 W: https://linuxtv.org
11954 S: Odd Fixes
11955 F: drivers/media/pci/tw68/
11956
11957 TW686X VIDEO4LINUX DRIVER
11958 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11959 L: linux-media@vger.kernel.org
11960 T: git git://linuxtv.org/media_tree.git
11961 W: http://linuxtv.org
11962 S: Maintained
11963 F: drivers/media/pci/tw686x/
11964
11965 TPM DEVICE DRIVER
11966 M: Peter Huewe <peterhuewe@gmx.de>
11967 M: Marcel Selhorst <tpmdd@selhorst.net>
11968 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11969 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11970 W: http://tpmdd.sourceforge.net
11971 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11972 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11973 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11974 S: Maintained
11975 F: drivers/char/tpm/
11976
11977 TPM IBM_VTPM DEVICE DRIVER
11978 M: Ashley Lai <ashleydlai@gmail.com>
11979 W: http://tpmdd.sourceforge.net
11980 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11981 S: Maintained
11982 F: drivers/char/tpm/tpm_ibmvtpm*
11983
11984 TRACING
11985 M: Steven Rostedt <rostedt@goodmis.org>
11986 M: Ingo Molnar <mingo@redhat.com>
11987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11988 S: Maintained
11989 F: Documentation/trace/ftrace.txt
11990 F: arch/*/*/*/ftrace.h
11991 F: arch/*/kernel/ftrace.c
11992 F: include/*/ftrace.h
11993 F: include/linux/trace*.h
11994 F: include/trace/
11995 F: kernel/trace/
11996 F: tools/testing/selftests/ftrace/
11997
11998 TRACING MMIO ACCESSES (MMIOTRACE)
11999 M: Steven Rostedt <rostedt@goodmis.org>
12000 M: Ingo Molnar <mingo@kernel.org>
12001 R: Karol Herbst <karolherbst@gmail.com>
12002 R: Pekka Paalanen <ppaalanen@gmail.com>
12003 S: Maintained
12004 L: linux-kernel@vger.kernel.org
12005 L: nouveau@lists.freedesktop.org
12006 F: kernel/trace/trace_mmiotrace.c
12007 F: include/linux/mmiotrace.h
12008 F: arch/x86/mm/kmmio.c
12009 F: arch/x86/mm/mmio-mod.c
12010 F: arch/x86/mm/testmmiotrace.c
12011
12012 TRIVIAL PATCHES
12013 M: Jiri Kosina <trivial@kernel.org>
12014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12015 S: Maintained
12016 K: ^Subject:.*(?i)trivial
12017
12018 TTY LAYER
12019 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12020 M: Jiri Slaby <jslaby@suse.com>
12021 S: Supported
12022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12023 F: Documentation/serial/
12024 F: drivers/tty/
12025 F: drivers/tty/serial/serial_core.c
12026 F: include/linux/serial_core.h
12027 F: include/linux/serial.h
12028 F: include/linux/tty.h
12029 F: include/uapi/linux/serial_core.h
12030 F: include/uapi/linux/serial.h
12031 F: include/uapi/linux/tty.h
12032
12033 TUA9001 MEDIA DRIVER
12034 M: Antti Palosaari <crope@iki.fi>
12035 L: linux-media@vger.kernel.org
12036 W: https://linuxtv.org
12037 W: http://palosaari.fi/linux/
12038 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12039 T: git git://linuxtv.org/anttip/media_tree.git
12040 S: Maintained
12041 F: drivers/media/tuners/tua9001*
12042
12043 TULIP NETWORK DRIVERS
12044 L: netdev@vger.kernel.org
12045 L: linux-parisc@vger.kernel.org
12046 S: Orphan
12047 F: drivers/net/ethernet/dec/tulip/
12048
12049 TUN/TAP driver
12050 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12051 W: http://vtun.sourceforge.net/tun
12052 S: Maintained
12053 F: Documentation/networking/tuntap.txt
12054 F: arch/um/os-Linux/drivers/
12055
12056 TURBOCHANNEL SUBSYSTEM
12057 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12058 M: Ralf Baechle <ralf@linux-mips.org>
12059 L: linux-mips@linux-mips.org
12060 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12061 S: Maintained
12062 F: drivers/tc/
12063 F: include/linux/tc.h
12064
12065 U14-34F SCSI DRIVER
12066 M: Dario Ballabio <ballabio_dario@emc.com>
12067 L: linux-scsi@vger.kernel.org
12068 S: Maintained
12069 F: drivers/scsi/u14-34f.c
12070
12071 UBI FILE SYSTEM (UBIFS)
12072 M: Richard Weinberger <richard@nod.at>
12073 M: Artem Bityutskiy <dedekind1@gmail.com>
12074 M: Adrian Hunter <adrian.hunter@intel.com>
12075 L: linux-mtd@lists.infradead.org
12076 T: git git://git.infradead.org/ubifs-2.6.git
12077 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12078 S: Supported
12079 F: Documentation/filesystems/ubifs.txt
12080 F: fs/ubifs/
12081
12082 UCLINUX (M68KNOMMU AND COLDFIRE)
12083 M: Greg Ungerer <gerg@linux-m68k.org>
12084 W: http://www.linux-m68k.org/
12085 W: http://www.uclinux.org/
12086 L: linux-m68k@lists.linux-m68k.org
12087 L: uclinux-dev@uclinux.org (subscribers-only)
12088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12089 S: Maintained
12090 F: arch/m68k/coldfire/
12091 F: arch/m68k/68*/
12092 F: arch/m68k/*/*_no.*
12093 F: arch/m68k/include/asm/*_no.*
12094
12095 UDF FILESYSTEM
12096 M: Jan Kara <jack@suse.com>
12097 S: Maintained
12098 F: Documentation/filesystems/udf.txt
12099 F: fs/udf/
12100
12101 UFS FILESYSTEM
12102 M: Evgeniy Dushistov <dushistov@mail.ru>
12103 S: Maintained
12104 F: Documentation/filesystems/ufs.txt
12105 F: fs/ufs/
12106
12107 UHID USERSPACE HID IO DRIVER:
12108 M: David Herrmann <dh.herrmann@googlemail.com>
12109 L: linux-input@vger.kernel.org
12110 S: Maintained
12111 F: drivers/hid/uhid.c
12112 F: include/uapi/linux/uhid.h
12113
12114 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12115 L: linux-usb@vger.kernel.org
12116 S: Orphan
12117 F: drivers/uwb/
12118 F: include/linux/uwb.h
12119 F: include/linux/uwb/
12120
12121 UNICORE32 ARCHITECTURE:
12122 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12123 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12124 S: Maintained
12125 T: git git://github.com/gxt/linux.git
12126 F: arch/unicore32/
12127
12128 UNIFDEF
12129 M: Tony Finch <dot@dotat.at>
12130 W: http://dotat.at/prog/unifdef
12131 S: Maintained
12132 F: scripts/unifdef.c
12133
12134 UNIFORM CDROM DRIVER
12135 M: Jens Axboe <axboe@kernel.dk>
12136 W: http://www.kernel.dk
12137 S: Maintained
12138 F: Documentation/cdrom/
12139 F: drivers/cdrom/cdrom.c
12140 F: include/linux/cdrom.h
12141 F: include/uapi/linux/cdrom.h
12142
12143 UNISYS S-PAR DRIVERS
12144 M: David Kershner <david.kershner@unisys.com>
12145 L: sparmaintainer@unisys.com (Unisys internal)
12146 S: Supported
12147 F: drivers/staging/unisys/
12148
12149 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12150 M: Vinayak Holikatti <vinholikatti@gmail.com>
12151 L: linux-scsi@vger.kernel.org
12152 S: Supported
12153 F: Documentation/scsi/ufs.txt
12154 F: drivers/scsi/ufs/
12155
12156 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12157 M: Joao Pinto <Joao.Pinto@synopsys.com>
12158 L: linux-scsi@vger.kernel.org
12159 S: Supported
12160 F: drivers/scsi/ufs/*dwc*
12161
12162 UNSORTED BLOCK IMAGES (UBI)
12163 M: Artem Bityutskiy <dedekind1@gmail.com>
12164 M: Richard Weinberger <richard@nod.at>
12165 W: http://www.linux-mtd.infradead.org/
12166 L: linux-mtd@lists.infradead.org
12167 T: git git://git.infradead.org/ubifs-2.6.git
12168 S: Supported
12169 F: drivers/mtd/ubi/
12170 F: include/linux/mtd/ubi.h
12171 F: include/uapi/mtd/ubi-user.h
12172
12173 USB ACM DRIVER
12174 M: Oliver Neukum <oneukum@suse.com>
12175 L: linux-usb@vger.kernel.org
12176 S: Maintained
12177 F: Documentation/usb/acm.txt
12178 F: drivers/usb/class/cdc-acm.*
12179
12180 USB AR5523 WIRELESS DRIVER
12181 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12182 L: linux-wireless@vger.kernel.org
12183 S: Maintained
12184 F: drivers/net/wireless/ath/ar5523/
12185
12186 USB ATTACHED SCSI
12187 M: Oliver Neukum <oneukum@suse.com>
12188 L: linux-usb@vger.kernel.org
12189 L: linux-scsi@vger.kernel.org
12190 S: Maintained
12191 F: drivers/usb/storage/uas.c
12192
12193 USB CDC ETHERNET DRIVER
12194 M: Oliver Neukum <oliver@neukum.org>
12195 L: linux-usb@vger.kernel.org
12196 S: Maintained
12197 F: drivers/net/usb/cdc_*.c
12198 F: include/uapi/linux/usb/cdc.h
12199
12200 USB CHAOSKEY DRIVER
12201 M: Keith Packard <keithp@keithp.com>
12202 L: linux-usb@vger.kernel.org
12203 S: Maintained
12204 F: drivers/usb/misc/chaoskey.c
12205
12206 USB CYPRESS C67X00 DRIVER
12207 M: Peter Korsgaard <jacmet@sunsite.dk>
12208 L: linux-usb@vger.kernel.org
12209 S: Maintained
12210 F: drivers/usb/c67x00/
12211
12212 USB DAVICOM DM9601 DRIVER
12213 M: Peter Korsgaard <jacmet@sunsite.dk>
12214 L: netdev@vger.kernel.org
12215 W: http://www.linux-usb.org/usbnet
12216 S: Maintained
12217 F: drivers/net/usb/dm9601.c
12218
12219 USB DIAMOND RIO500 DRIVER
12220 M: Cesar Miquel <miquel@df.uba.ar>
12221 L: rio500-users@lists.sourceforge.net
12222 W: http://rio500.sourceforge.net
12223 S: Maintained
12224 F: drivers/usb/misc/rio500*
12225
12226 USB EHCI DRIVER
12227 M: Alan Stern <stern@rowland.harvard.edu>
12228 L: linux-usb@vger.kernel.org
12229 S: Maintained
12230 F: Documentation/usb/ehci.txt
12231 F: drivers/usb/host/ehci*
12232
12233 USB GADGET/PERIPHERAL SUBSYSTEM
12234 M: Felipe Balbi <balbi@kernel.org>
12235 L: linux-usb@vger.kernel.org
12236 W: http://www.linux-usb.org/gadget
12237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12238 S: Maintained
12239 F: drivers/usb/gadget/
12240 F: include/linux/usb/gadget*
12241
12242 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12243 M: Jiri Kosina <jikos@kernel.org>
12244 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12245 L: linux-usb@vger.kernel.org
12246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12247 S: Maintained
12248 F: Documentation/hid/hiddev.txt
12249 F: drivers/hid/usbhid/
12250
12251 USB ISP116X DRIVER
12252 M: Olav Kongas <ok@artecdesign.ee>
12253 L: linux-usb@vger.kernel.org
12254 S: Maintained
12255 F: drivers/usb/host/isp116x*
12256 F: include/linux/usb/isp116x.h
12257
12258 USB LAN78XX ETHERNET DRIVER
12259 M: Woojung Huh <woojung.huh@microchip.com>
12260 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12261 L: netdev@vger.kernel.org
12262 S: Maintained
12263 F: drivers/net/usb/lan78xx.*
12264
12265 USB MASS STORAGE DRIVER
12266 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
12267 L: linux-usb@vger.kernel.org
12268 L: usb-storage@lists.one-eyed-alien.net
12269 S: Maintained
12270 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12271 F: drivers/usb/storage/
12272
12273 USB MIDI DRIVER
12274 M: Clemens Ladisch <clemens@ladisch.de>
12275 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12276 T: git git://git.alsa-project.org/alsa-kernel.git
12277 S: Maintained
12278 F: sound/usb/midi.*
12279
12280 USB NETWORKING DRIVERS
12281 L: linux-usb@vger.kernel.org
12282 S: Odd Fixes
12283 F: drivers/net/usb/
12284
12285 USB OHCI DRIVER
12286 M: Alan Stern <stern@rowland.harvard.edu>
12287 L: linux-usb@vger.kernel.org
12288 S: Maintained
12289 F: Documentation/usb/ohci.txt
12290 F: drivers/usb/host/ohci*
12291
12292 USB OTG FSM (Finite State Machine)
12293 M: Peter Chen <Peter.Chen@nxp.com>
12294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12295 L: linux-usb@vger.kernel.org
12296 S: Maintained
12297 F: drivers/usb/common/usb-otg-fsm.c
12298
12299 USB OVER IP DRIVER
12300 M: Valentina Manea <valentina.manea.m@gmail.com>
12301 M: Shuah Khan <shuahkh@osg.samsung.com>
12302 M: Shuah Khan <shuah@kernel.org>
12303 L: linux-usb@vger.kernel.org
12304 S: Maintained
12305 F: Documentation/usb/usbip_protocol.txt
12306 F: drivers/usb/usbip/
12307 F: tools/usb/usbip/
12308
12309 USB PEGASUS DRIVER
12310 M: Petko Manolov <petkan@nucleusys.com>
12311 L: linux-usb@vger.kernel.org
12312 L: netdev@vger.kernel.org
12313 T: git git://github.com/petkan/pegasus.git
12314 W: https://github.com/petkan/pegasus
12315 S: Maintained
12316 F: drivers/net/usb/pegasus.*
12317
12318 USB PHY LAYER
12319 M: Felipe Balbi <balbi@kernel.org>
12320 L: linux-usb@vger.kernel.org
12321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12322 S: Maintained
12323 F: drivers/usb/phy/
12324
12325 USB PRINTER DRIVER (usblp)
12326 M: Pete Zaitcev <zaitcev@redhat.com>
12327 L: linux-usb@vger.kernel.org
12328 S: Supported
12329 F: drivers/usb/class/usblp.c
12330
12331 USB QMI WWAN NETWORK DRIVER
12332 M: Bjørn Mork <bjorn@mork.no>
12333 L: netdev@vger.kernel.org
12334 S: Maintained
12335 F: Documentation/ABI/testing/sysfs-class-net-qmi
12336 F: drivers/net/usb/qmi_wwan.c
12337
12338 USB RTL8150 DRIVER
12339 M: Petko Manolov <petkan@nucleusys.com>
12340 L: linux-usb@vger.kernel.org
12341 L: netdev@vger.kernel.org
12342 T: git git://github.com/petkan/rtl8150.git
12343 W: https://github.com/petkan/rtl8150
12344 S: Maintained
12345 F: drivers/net/usb/rtl8150.c
12346
12347 USB SERIAL SUBSYSTEM
12348 M: Johan Hovold <johan@kernel.org>
12349 L: linux-usb@vger.kernel.org
12350 S: Maintained
12351 F: Documentation/usb/usb-serial.txt
12352 F: drivers/usb/serial/
12353 F: include/linux/usb/serial.h
12354
12355 USB SMSC75XX ETHERNET DRIVER
12356 M: Steve Glendinning <steve.glendinning@shawell.net>
12357 L: netdev@vger.kernel.org
12358 S: Maintained
12359 F: drivers/net/usb/smsc75xx.*
12360
12361 USB SMSC95XX ETHERNET DRIVER
12362 M: Steve Glendinning <steve.glendinning@shawell.net>
12363 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12364 L: netdev@vger.kernel.org
12365 S: Maintained
12366 F: drivers/net/usb/smsc95xx.*
12367
12368 USB SUBSYSTEM
12369 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12370 L: linux-usb@vger.kernel.org
12371 W: http://www.linux-usb.org
12372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12373 S: Supported
12374 F: Documentation/devicetree/bindings/usb/
12375 F: Documentation/usb/
12376 F: drivers/usb/
12377 F: include/linux/usb.h
12378 F: include/linux/usb/
12379
12380 USB UHCI DRIVER
12381 M: Alan Stern <stern@rowland.harvard.edu>
12382 L: linux-usb@vger.kernel.org
12383 S: Maintained
12384 F: drivers/usb/host/uhci*
12385
12386 USB "USBNET" DRIVER FRAMEWORK
12387 M: Oliver Neukum <oneukum@suse.com>
12388 L: netdev@vger.kernel.org
12389 W: http://www.linux-usb.org/usbnet
12390 S: Maintained
12391 F: drivers/net/usb/usbnet.c
12392 F: include/linux/usb/usbnet.h
12393
12394 USB VIDEO CLASS
12395 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12396 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12397 L: linux-media@vger.kernel.org
12398 T: git git://linuxtv.org/media_tree.git
12399 W: http://www.ideasonboard.org/uvc/
12400 S: Maintained
12401 F: drivers/media/usb/uvc/
12402 F: include/uapi/linux/uvcvideo.h
12403
12404 USB VISION DRIVER
12405 M: Hans Verkuil <hverkuil@xs4all.nl>
12406 L: linux-media@vger.kernel.org
12407 T: git git://linuxtv.org/media_tree.git
12408 W: https://linuxtv.org
12409 S: Odd Fixes
12410 F: drivers/media/usb/usbvision/
12411
12412 USB WEBCAM GADGET
12413 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12414 L: linux-usb@vger.kernel.org
12415 S: Maintained
12416 F: drivers/usb/gadget/function/*uvc*
12417 F: drivers/usb/gadget/legacy/webcam.c
12418
12419 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12420 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12421 L: linux-wireless@vger.kernel.org
12422 S: Maintained
12423 F: drivers/net/wireless/rndis_wlan.c
12424
12425 USB XHCI DRIVER
12426 M: Mathias Nyman <mathias.nyman@intel.com>
12427 L: linux-usb@vger.kernel.org
12428 S: Supported
12429 F: drivers/usb/host/xhci*
12430 F: drivers/usb/host/pci-quirks*
12431
12432 USB ZD1201 DRIVER
12433 L: linux-wireless@vger.kernel.org
12434 W: http://linux-lc100020.sourceforge.net
12435 S: Orphan
12436 F: drivers/net/wireless/zydas/zd1201.*
12437
12438 USB ZR364XX DRIVER
12439 M: Antoine Jacquet <royale@zerezo.com>
12440 L: linux-usb@vger.kernel.org
12441 L: linux-media@vger.kernel.org
12442 T: git git://linuxtv.org/media_tree.git
12443 W: http://royale.zerezo.com/zr364xx/
12444 S: Maintained
12445 F: Documentation/video4linux/zr364xx.txt
12446 F: drivers/media/usb/zr364xx/
12447
12448 ULPI BUS
12449 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12450 L: linux-usb@vger.kernel.org
12451 S: Maintained
12452 F: drivers/usb/common/ulpi.c
12453 F: include/linux/ulpi/
12454
12455 USER-MODE LINUX (UML)
12456 M: Jeff Dike <jdike@addtoit.com>
12457 M: Richard Weinberger <richard@nod.at>
12458 L: user-mode-linux-devel@lists.sourceforge.net
12459 L: user-mode-linux-user@lists.sourceforge.net
12460 W: http://user-mode-linux.sourceforge.net
12461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12462 S: Maintained
12463 F: Documentation/virtual/uml/
12464 F: arch/um/
12465 F: arch/x86/um/
12466 F: fs/hostfs/
12467 F: fs/hppfs/
12468
12469 USERSPACE I/O (UIO)
12470 M: "Hans J. Koch" <hjk@hansjkoch.de>
12471 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12472 S: Maintained
12473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12474 F: Documentation/DocBook/uio-howto.tmpl
12475 F: drivers/uio/
12476 F: include/linux/uio*.h
12477
12478 UTIL-LINUX PACKAGE
12479 M: Karel Zak <kzak@redhat.com>
12480 L: util-linux@vger.kernel.org
12481 W: http://en.wikipedia.org/wiki/Util-linux
12482 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12483 S: Maintained
12484
12485 UVESAFB DRIVER
12486 M: Michal Januszewski <spock@gentoo.org>
12487 L: linux-fbdev@vger.kernel.org
12488 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12489 S: Maintained
12490 F: Documentation/fb/uvesafb.txt
12491 F: drivers/video/fbdev/uvesafb.*
12492
12493 VF610 NAND DRIVER
12494 M: Stefan Agner <stefan@agner.ch>
12495 L: linux-mtd@lists.infradead.org
12496 S: Supported
12497 F: drivers/mtd/nand/vf610_nfc.c
12498
12499 VFAT/FAT/MSDOS FILESYSTEM
12500 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12501 S: Maintained
12502 F: Documentation/filesystems/vfat.txt
12503 F: fs/fat/
12504
12505 VFIO DRIVER
12506 M: Alex Williamson <alex.williamson@redhat.com>
12507 L: kvm@vger.kernel.org
12508 T: git git://github.com/awilliam/linux-vfio.git
12509 S: Maintained
12510 F: Documentation/vfio.txt
12511 F: drivers/vfio/
12512 F: include/linux/vfio.h
12513 F: include/uapi/linux/vfio.h
12514
12515 VFIO PLATFORM DRIVER
12516 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12517 L: kvm@vger.kernel.org
12518 S: Maintained
12519 F: drivers/vfio/platform/
12520
12521 VIDEOBUF2 FRAMEWORK
12522 M: Pawel Osciak <pawel@osciak.com>
12523 M: Marek Szyprowski <m.szyprowski@samsung.com>
12524 M: Kyungmin Park <kyungmin.park@samsung.com>
12525 L: linux-media@vger.kernel.org
12526 S: Maintained
12527 F: drivers/media/v4l2-core/videobuf2-*
12528 F: include/media/videobuf2-*
12529
12530 VIRTIO AND VHOST VSOCK DRIVER
12531 M: Stefan Hajnoczi <stefanha@redhat.com>
12532 L: kvm@vger.kernel.org
12533 L: virtualization@lists.linux-foundation.org
12534 L: netdev@vger.kernel.org
12535 S: Maintained
12536 F: include/linux/virtio_vsock.h
12537 F: include/uapi/linux/virtio_vsock.h
12538 F: net/vmw_vsock/virtio_transport_common.c
12539 F: net/vmw_vsock/virtio_transport.c
12540 F: drivers/vhost/vsock.c
12541 F: drivers/vhost/vsock.h
12542
12543 VIRTUAL SERIO DEVICE DRIVER
12544 M: Stephen Chandler Paul <thatslyude@gmail.com>
12545 S: Maintained
12546 F: drivers/input/serio/userio.c
12547 F: include/uapi/linux/userio.h
12548
12549 VIRTIO CONSOLE DRIVER
12550 M: Amit Shah <amit.shah@redhat.com>
12551 L: virtualization@lists.linux-foundation.org
12552 S: Maintained
12553 F: drivers/char/virtio_console.c
12554 F: include/linux/virtio_console.h
12555 F: include/uapi/linux/virtio_console.h
12556
12557 VIRTIO CORE, NET AND BLOCK DRIVERS
12558 M: "Michael S. Tsirkin" <mst@redhat.com>
12559 L: virtualization@lists.linux-foundation.org
12560 S: Maintained
12561 F: Documentation/devicetree/bindings/virtio/
12562 F: drivers/virtio/
12563 F: tools/virtio/
12564 F: drivers/net/virtio_net.c
12565 F: drivers/block/virtio_blk.c
12566 F: include/linux/virtio_*.h
12567 F: include/uapi/linux/virtio_*.h
12568
12569 VIRTIO DRIVERS FOR S390
12570 M: Christian Borntraeger <borntraeger@de.ibm.com>
12571 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12572 L: linux-s390@vger.kernel.org
12573 L: virtualization@lists.linux-foundation.org
12574 L: kvm@vger.kernel.org
12575 S: Supported
12576 F: drivers/s390/virtio/
12577
12578 VIRTIO GPU DRIVER
12579 M: David Airlie <airlied@linux.ie>
12580 M: Gerd Hoffmann <kraxel@redhat.com>
12581 L: dri-devel@lists.freedesktop.org
12582 L: virtualization@lists.linux-foundation.org
12583 S: Maintained
12584 F: drivers/gpu/drm/virtio/
12585 F: include/uapi/linux/virtio_gpu.h
12586
12587 VIRTIO HOST (VHOST)
12588 M: "Michael S. Tsirkin" <mst@redhat.com>
12589 L: kvm@vger.kernel.org
12590 L: virtualization@lists.linux-foundation.org
12591 L: netdev@vger.kernel.org
12592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12593 S: Maintained
12594 F: drivers/vhost/
12595 F: include/uapi/linux/vhost.h
12596
12597 VIRTIO INPUT DRIVER
12598 M: Gerd Hoffmann <kraxel@redhat.com>
12599 S: Maintained
12600 F: drivers/virtio/virtio_input.c
12601 F: include/uapi/linux/virtio_input.h
12602
12603 VIA RHINE NETWORK DRIVER
12604 S: Orphan
12605 F: drivers/net/ethernet/via/via-rhine.c
12606
12607 VIA SD/MMC CARD CONTROLLER DRIVER
12608 M: Bruce Chang <brucechang@via.com.tw>
12609 M: Harald Welte <HaraldWelte@viatech.com>
12610 S: Maintained
12611 F: drivers/mmc/host/via-sdmmc.c
12612
12613 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12614 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12615 L: linux-fbdev@vger.kernel.org
12616 S: Maintained
12617 F: include/linux/via-core.h
12618 F: include/linux/via-gpio.h
12619 F: include/linux/via_i2c.h
12620 F: drivers/video/fbdev/via/
12621
12622 VIA VELOCITY NETWORK DRIVER
12623 M: Francois Romieu <romieu@fr.zoreil.com>
12624 L: netdev@vger.kernel.org
12625 S: Maintained
12626 F: drivers/net/ethernet/via/via-velocity.*
12627
12628 VIRT LIB
12629 M: Alex Williamson <alex.williamson@redhat.com>
12630 M: Paolo Bonzini <pbonzini@redhat.com>
12631 L: kvm@vger.kernel.org
12632 S: Supported
12633 F: virt/lib/
12634
12635 VIVID VIRTUAL VIDEO DRIVER
12636 M: Hans Verkuil <hverkuil@xs4all.nl>
12637 L: linux-media@vger.kernel.org
12638 T: git git://linuxtv.org/media_tree.git
12639 W: https://linuxtv.org
12640 S: Maintained
12641 F: drivers/media/platform/vivid/*
12642
12643 VLAN (802.1Q)
12644 M: Patrick McHardy <kaber@trash.net>
12645 L: netdev@vger.kernel.org
12646 S: Maintained
12647 F: drivers/net/macvlan.c
12648 F: include/linux/if_*vlan.h
12649 F: net/8021q/
12650
12651 VLYNQ BUS
12652 M: Florian Fainelli <florian@openwrt.org>
12653 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12654 S: Maintained
12655 F: drivers/vlynq/vlynq.c
12656 F: include/linux/vlynq.h
12657
12658 VME SUBSYSTEM
12659 M: Martyn Welch <martyn@welchs.me.uk>
12660 M: Manohar Vanga <manohar.vanga@gmail.com>
12661 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12662 L: devel@driverdev.osuosl.org
12663 S: Maintained
12664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12665 F: Documentation/vme_api.txt
12666 F: drivers/staging/vme/
12667 F: drivers/vme/
12668 F: include/linux/vme*
12669
12670 VMWARE HYPERVISOR INTERFACE
12671 M: Alok Kataria <akataria@vmware.com>
12672 L: virtualization@lists.linux-foundation.org
12673 S: Supported
12674 F: arch/x86/kernel/cpu/vmware.c
12675
12676 VMWARE BALLOON DRIVER
12677 M: Xavier Deguillard <xdeguillard@vmware.com>
12678 M: Philip Moltmann <moltmann@vmware.com>
12679 M: "VMware, Inc." <pv-drivers@vmware.com>
12680 L: linux-kernel@vger.kernel.org
12681 S: Maintained
12682 F: drivers/misc/vmw_balloon.c
12683
12684 VMWARE VMMOUSE SUBDRIVER
12685 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12686 M: "VMware, Inc." <pv-drivers@vmware.com>
12687 L: linux-input@vger.kernel.org
12688 S: Maintained
12689 F: drivers/input/mouse/vmmouse.c
12690 F: drivers/input/mouse/vmmouse.h
12691
12692 VMWARE VMXNET3 ETHERNET DRIVER
12693 M: Shrikrishna Khare <skhare@vmware.com>
12694 M: "VMware, Inc." <pv-drivers@vmware.com>
12695 L: netdev@vger.kernel.org
12696 S: Maintained
12697 F: drivers/net/vmxnet3/
12698
12699 VMware PVSCSI driver
12700 M: Jim Gill <jgill@vmware.com>
12701 M: VMware PV-Drivers <pv-drivers@vmware.com>
12702 L: linux-scsi@vger.kernel.org
12703 S: Maintained
12704 F: drivers/scsi/vmw_pvscsi.c
12705 F: drivers/scsi/vmw_pvscsi.h
12706
12707 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12708 M: Liam Girdwood <lgirdwood@gmail.com>
12709 M: Mark Brown <broonie@kernel.org>
12710 L: linux-kernel@vger.kernel.org
12711 W: http://www.slimlogic.co.uk/?p=48
12712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12713 S: Supported
12714 F: Documentation/devicetree/bindings/regulator/
12715 F: drivers/regulator/
12716 F: include/dt-bindings/regulator/
12717 F: include/linux/regulator/
12718
12719 VRF
12720 M: David Ahern <dsa@cumulusnetworks.com>
12721 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12722 L: netdev@vger.kernel.org
12723 S: Maintained
12724 F: drivers/net/vrf.c
12725 F: Documentation/networking/vrf.txt
12726
12727 VT1211 HARDWARE MONITOR DRIVER
12728 M: Juerg Haefliger <juergh@gmail.com>
12729 L: linux-hwmon@vger.kernel.org
12730 S: Maintained
12731 F: Documentation/hwmon/vt1211
12732 F: drivers/hwmon/vt1211.c
12733
12734 VT8231 HARDWARE MONITOR DRIVER
12735 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12736 L: linux-hwmon@vger.kernel.org
12737 S: Maintained
12738 F: drivers/hwmon/vt8231.c
12739
12740 VUB300 USB to SDIO/SD/MMC bridge chip
12741 M: Tony Olech <tony.olech@elandigitalsystems.com>
12742 L: linux-mmc@vger.kernel.org
12743 L: linux-usb@vger.kernel.org
12744 S: Supported
12745 F: drivers/mmc/host/vub300.c
12746
12747 W1 DALLAS'S 1-WIRE BUS
12748 M: Evgeniy Polyakov <zbr@ioremap.net>
12749 S: Maintained
12750 F: Documentation/w1/
12751 F: drivers/w1/
12752
12753 W83791D HARDWARE MONITORING DRIVER
12754 M: Marc Hulsman <m.hulsman@tudelft.nl>
12755 L: linux-hwmon@vger.kernel.org
12756 S: Maintained
12757 F: Documentation/hwmon/w83791d
12758 F: drivers/hwmon/w83791d.c
12759
12760 W83793 HARDWARE MONITORING DRIVER
12761 M: Rudolf Marek <r.marek@assembler.cz>
12762 L: linux-hwmon@vger.kernel.org
12763 S: Maintained
12764 F: Documentation/hwmon/w83793
12765 F: drivers/hwmon/w83793.c
12766
12767 W83795 HARDWARE MONITORING DRIVER
12768 M: Jean Delvare <jdelvare@suse.com>
12769 L: linux-hwmon@vger.kernel.org
12770 S: Maintained
12771 F: drivers/hwmon/w83795.c
12772
12773 W83L51xD SD/MMC CARD INTERFACE DRIVER
12774 M: Pierre Ossman <pierre@ossman.eu>
12775 S: Maintained
12776 F: drivers/mmc/host/wbsd.*
12777
12778 WACOM PROTOCOL 4 SERIAL TABLETS
12779 M: Julian Squires <julian@cipht.net>
12780 M: Hans de Goede <hdegoede@redhat.com>
12781 L: linux-input@vger.kernel.org
12782 S: Maintained
12783 F: drivers/input/tablet/wacom_serial4.c
12784
12785 WATCHDOG DEVICE DRIVERS
12786 M: Wim Van Sebroeck <wim@iguana.be>
12787 R: Guenter Roeck <linux@roeck-us.net>
12788 L: linux-watchdog@vger.kernel.org
12789 W: http://www.linux-watchdog.org/
12790 T: git git://www.linux-watchdog.org/linux-watchdog.git
12791 S: Maintained
12792 F: Documentation/devicetree/bindings/watchdog/
12793 F: Documentation/watchdog/
12794 F: drivers/watchdog/
12795 F: include/linux/watchdog.h
12796 F: include/uapi/linux/watchdog.h
12797
12798 WD7000 SCSI DRIVER
12799 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12800 L: linux-scsi@vger.kernel.org
12801 S: Maintained
12802 F: drivers/scsi/wd7000.c
12803
12804 WIIMOTE HID DRIVER
12805 M: David Herrmann <dh.herrmann@googlemail.com>
12806 L: linux-input@vger.kernel.org
12807 S: Maintained
12808 F: drivers/hid/hid-wiimote*
12809
12810 WINBOND CIR DRIVER
12811 M: David Härdeman <david@hardeman.nu>
12812 S: Maintained
12813 F: drivers/media/rc/winbond-cir.c
12814
12815 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12816 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12817 L: linux-watchdog@vger.kernel.org
12818 S: Maintained
12819 F: drivers/watchdog/ebc-c384_wdt.c
12820
12821 WINSYSTEMS WS16C48 GPIO DRIVER
12822 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12823 L: linux-gpio@vger.kernel.org
12824 S: Maintained
12825 F: drivers/gpio/gpio-ws16c48.c
12826
12827 WIMAX STACK
12828 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12829 M: linux-wimax@intel.com
12830 L: wimax@linuxwimax.org (subscribers-only)
12831 S: Supported
12832 W: http://linuxwimax.org
12833 F: Documentation/wimax/README.wimax
12834 F: include/linux/wimax/debug.h
12835 F: include/net/wimax.h
12836 F: include/uapi/linux/wimax.h
12837 F: net/wimax/
12838
12839 WISTRON LAPTOP BUTTON DRIVER
12840 M: Miloslav Trmac <mitr@volny.cz>
12841 S: Maintained
12842 F: drivers/input/misc/wistron_btns.c
12843
12844 WL3501 WIRELESS PCMCIA CARD DRIVER
12845 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12846 L: linux-wireless@vger.kernel.org
12847 W: http://oops.ghostprotocols.net:81/blog
12848 S: Maintained
12849 F: drivers/net/wireless/wl3501*
12850
12851 WOLFSON MICROELECTRONICS DRIVERS
12852 L: patches@opensource.wolfsonmicro.com
12853 T: git https://github.com/CirrusLogic/linux-drivers.git
12854 W: https://github.com/CirrusLogic/linux-drivers/wiki
12855 S: Supported
12856 F: Documentation/hwmon/wm83??
12857 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12858 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12859 F: Documentation/devicetree/bindings/mfd/arizona.txt
12860 F: arch/arm/mach-s3c64xx/mach-crag6410*
12861 F: drivers/clk/clk-wm83*.c
12862 F: drivers/extcon/extcon-arizona.c
12863 F: drivers/leds/leds-wm83*.c
12864 F: drivers/gpio/gpio-*wm*.c
12865 F: drivers/gpio/gpio-arizona.c
12866 F: drivers/hwmon/wm83??-hwmon.c
12867 F: drivers/input/misc/wm831x-on.c
12868 F: drivers/input/touchscreen/wm831x-ts.c
12869 F: drivers/input/touchscreen/wm97*.c
12870 F: drivers/mfd/arizona*
12871 F: drivers/mfd/wm*.c
12872 F: drivers/mfd/cs47l24*
12873 F: drivers/power/supply/wm83*.c
12874 F: drivers/rtc/rtc-wm83*.c
12875 F: drivers/regulator/wm8*.c
12876 F: drivers/video/backlight/wm83*_bl.c
12877 F: drivers/watchdog/wm83*_wdt.c
12878 F: include/linux/mfd/arizona/
12879 F: include/linux/mfd/wm831x/
12880 F: include/linux/mfd/wm8350/
12881 F: include/linux/mfd/wm8400*
12882 F: include/linux/wm97xx.h
12883 F: include/sound/wm????.h
12884 F: sound/soc/codecs/arizona.?
12885 F: sound/soc/codecs/wm*
12886 F: sound/soc/codecs/cs47l24*
12887
12888 WORKQUEUE
12889 M: Tejun Heo <tj@kernel.org>
12890 R: Lai Jiangshan <jiangshanlai@gmail.com>
12891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12892 S: Maintained
12893 F: include/linux/workqueue.h
12894 F: kernel/workqueue.c
12895 F: Documentation/workqueue.txt
12896
12897 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12898 M: Chen-Yu Tsai <wens@csie.org>
12899 L: linux-kernel@vger.kernel.org
12900 S: Maintained
12901 N: axp[128]
12902
12903 X.25 NETWORK LAYER
12904 M: Andrew Hendry <andrew.hendry@gmail.com>
12905 L: linux-x25@vger.kernel.org
12906 S: Odd Fixes
12907 F: Documentation/networking/x25*
12908 F: include/net/x25*
12909 F: net/x25/
12910
12911 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12912 M: Thomas Gleixner <tglx@linutronix.de>
12913 M: Ingo Molnar <mingo@redhat.com>
12914 M: "H. Peter Anvin" <hpa@zytor.com>
12915 M: x86@kernel.org
12916 L: linux-kernel@vger.kernel.org
12917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12918 S: Maintained
12919 F: Documentation/x86/
12920 F: arch/x86/
12921
12922 X86 PLATFORM DRIVERS
12923 M: Darren Hart <dvhart@infradead.org>
12924 L: platform-driver-x86@vger.kernel.org
12925 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12926 S: Maintained
12927 F: drivers/platform/x86/
12928 F: drivers/platform/olpc/
12929
12930 X86 MCE INFRASTRUCTURE
12931 M: Tony Luck <tony.luck@intel.com>
12932 M: Borislav Petkov <bp@alien8.de>
12933 L: linux-edac@vger.kernel.org
12934 S: Maintained
12935 F: arch/x86/kernel/cpu/mcheck/*
12936
12937 X86 MICROCODE UPDATE SUPPORT
12938 M: Borislav Petkov <bp@alien8.de>
12939 S: Maintained
12940 F: arch/x86/kernel/cpu/microcode/*
12941
12942 X86 VDSO
12943 M: Andy Lutomirski <luto@amacapital.net>
12944 L: linux-kernel@vger.kernel.org
12945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12946 S: Maintained
12947 F: arch/x86/entry/vdso/
12948
12949 XC2028/3028 TUNER DRIVER
12950 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12951 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12952 L: linux-media@vger.kernel.org
12953 W: https://linuxtv.org
12954 T: git git://linuxtv.org/media_tree.git
12955 S: Maintained
12956 F: drivers/media/tuners/tuner-xc2028.*
12957
12958 XEN HYPERVISOR INTERFACE
12959 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12960 M: David Vrabel <david.vrabel@citrix.com>
12961 M: Juergen Gross <jgross@suse.com>
12962 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12964 S: Supported
12965 F: arch/x86/xen/
12966 F: drivers/*/xen-*front.c
12967 F: drivers/xen/
12968 F: arch/x86/include/asm/xen/
12969 F: include/xen/
12970 F: include/uapi/xen/
12971
12972 XEN HYPERVISOR ARM
12973 M: Stefano Stabellini <sstabellini@kernel.org>
12974 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12975 S: Maintained
12976 F: arch/arm/xen/
12977 F: arch/arm/include/asm/xen/
12978
12979 XEN HYPERVISOR ARM64
12980 M: Stefano Stabellini <sstabellini@kernel.org>
12981 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12982 S: Maintained
12983 F: arch/arm64/xen/
12984 F: arch/arm64/include/asm/xen/
12985
12986 XEN NETWORK BACKEND DRIVER
12987 M: Wei Liu <wei.liu2@citrix.com>
12988 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12989 L: netdev@vger.kernel.org
12990 S: Supported
12991 F: drivers/net/xen-netback/*
12992
12993 XEN PCI SUBSYSTEM
12994 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12995 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12996 S: Supported
12997 F: arch/x86/pci/*xen*
12998 F: drivers/pci/*xen*
12999
13000 XEN BLOCK SUBSYSTEM
13001 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13002 M: Roger Pau Monné <roger.pau@citrix.com>
13003 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13004 S: Supported
13005 F: drivers/block/xen-blkback/*
13006 F: drivers/block/xen*
13007
13008 XEN PVSCSI DRIVERS
13009 M: Juergen Gross <jgross@suse.com>
13010 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13011 L: linux-scsi@vger.kernel.org
13012 S: Supported
13013 F: drivers/scsi/xen-scsifront.c
13014 F: drivers/xen/xen-scsiback.c
13015 F: include/xen/interface/io/vscsiif.h
13016
13017 XEN SWIOTLB SUBSYSTEM
13018 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13019 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13020 S: Supported
13021 F: arch/x86/xen/*swiotlb*
13022 F: drivers/xen/*swiotlb*
13023
13024 XFS FILESYSTEM
13025 P: Silicon Graphics Inc
13026 M: Dave Chinner <david@fromorbit.com>
13027 M: xfs@oss.sgi.com
13028 L: xfs@oss.sgi.com
13029 W: http://oss.sgi.com/projects/xfs
13030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13031 S: Supported
13032 F: Documentation/filesystems/xfs.txt
13033 F: fs/xfs/
13034
13035 XILINX AXI ETHERNET DRIVER
13036 M: Anirudha Sarangi <anirudh@xilinx.com>
13037 M: John Linn <John.Linn@xilinx.com>
13038 S: Maintained
13039 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13040
13041 XILINX UARTLITE SERIAL DRIVER
13042 M: Peter Korsgaard <jacmet@sunsite.dk>
13043 L: linux-serial@vger.kernel.org
13044 S: Maintained
13045 F: drivers/tty/serial/uartlite.c
13046
13047 XILINX VIDEO IP CORES
13048 M: Hyun Kwon <hyun.kwon@xilinx.com>
13049 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13050 L: linux-media@vger.kernel.org
13051 T: git git://linuxtv.org/media_tree.git
13052 S: Supported
13053 F: Documentation/devicetree/bindings/media/xilinx/
13054 F: drivers/media/platform/xilinx/
13055 F: include/uapi/linux/xilinx-v4l2-controls.h
13056
13057 XILLYBUS DRIVER
13058 M: Eli Billauer <eli.billauer@gmail.com>
13059 L: linux-kernel@vger.kernel.org
13060 S: Supported
13061 F: drivers/char/xillybus/
13062
13063 XTENSA XTFPGA PLATFORM SUPPORT
13064 M: Max Filippov <jcmvbkbc@gmail.com>
13065 L: linux-xtensa@linux-xtensa.org
13066 S: Maintained
13067 F: drivers/spi/spi-xtensa-xtfpga.c
13068 F: sound/soc/xtensa/xtfpga-i2s.c
13069
13070 YAM DRIVER FOR AX.25
13071 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13072 L: linux-hams@vger.kernel.org
13073 S: Maintained
13074 F: drivers/net/hamradio/yam*
13075 F: include/linux/yam.h
13076
13077 YEALINK PHONE DRIVER
13078 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13079 L: usbb2k-api-dev@nongnu.org
13080 S: Maintained
13081 F: Documentation/input/yealink.txt
13082 F: drivers/input/misc/yealink.*
13083
13084 Z8530 DRIVER FOR AX.25
13085 M: Joerg Reuter <jreuter@yaina.de>
13086 W: http://yaina.de/jreuter/
13087 W: http://www.qsl.net/dl1bke/
13088 L: linux-hams@vger.kernel.org
13089 S: Maintained
13090 F: Documentation/networking/z8530drv.txt
13091 F: drivers/net/hamradio/*scc.c
13092 F: drivers/net/hamradio/z8530.h
13093
13094 ZBUD COMPRESSED PAGE ALLOCATOR
13095 M: Seth Jennings <sjenning@redhat.com>
13096 L: linux-mm@kvack.org
13097 S: Maintained
13098 F: mm/zbud.c
13099 F: include/linux/zbud.h
13100
13101 ZD1211RW WIRELESS DRIVER
13102 M: Daniel Drake <dsd@gentoo.org>
13103 M: Ulrich Kunitz <kune@deine-taler.de>
13104 W: http://zd1211.ath.cx/wiki/DriverRewrite
13105 L: linux-wireless@vger.kernel.org
13106 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13107 S: Maintained
13108 F: drivers/net/wireless/zydas/zd1211rw/
13109
13110 ZPOOL COMPRESSED PAGE STORAGE API
13111 M: Dan Streetman <ddstreet@ieee.org>
13112 L: linux-mm@kvack.org
13113 S: Maintained
13114 F: mm/zpool.c
13115 F: include/linux/zpool.h
13116
13117 ZR36067 VIDEO FOR LINUX DRIVER
13118 L: mjpeg-users@lists.sourceforge.net
13119 L: linux-media@vger.kernel.org
13120 W: http://mjpeg.sourceforge.net/driver-zoran/
13121 T: hg https://linuxtv.org/hg/v4l-dvb
13122 S: Odd Fixes
13123 F: drivers/media/pci/zoran/
13124
13125 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
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-kernel@vger.kernel.org
13130 S: Maintained
13131 F: drivers/block/zram/
13132 F: Documentation/blockdev/zram.txt
13133
13134 ZS DECSTATION Z85C30 SERIAL DRIVER
13135 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13136 S: Maintained
13137 F: drivers/tty/serial/zs.*
13138
13139 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13140 M: Minchan Kim <minchan@kernel.org>
13141 M: Nitin Gupta <ngupta@vflare.org>
13142 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13143 L: linux-mm@kvack.org
13144 S: Maintained
13145 F: mm/zsmalloc.c
13146 F: include/linux/zsmalloc.h
13147 F: Documentation/vm/zsmalloc.txt
13148
13149 ZSWAP COMPRESSED SWAP CACHING
13150 M: Seth Jennings <sjenning@redhat.com>
13151 L: linux-mm@kvack.org
13152 S: Maintained
13153 F: mm/zswap.c
13154
13155 THE REST
13156 M: Linus Torvalds <torvalds@linux-foundation.org>
13157 L: linux-kernel@vger.kernel.org
13158 Q: http://patchwork.kernel.org/project/LKML/list/
13159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13160 S: Buried alive in reporters
13161 F: *
13162 F: */
This page took 0.310039 seconds and 5 git commands to generate.