Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trivial style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
75 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
77 Q: Patchwork web based patch tracking system site
78 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
80 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
96 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
99 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
111 patch or file. For instance:
112 K: of_get_profile
113 matches patches or files that contain "of_get_profile"
114 K: \b(printk|pr_(info|err))\b
115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
117 One regex pattern per line. Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L: netdev@vger.kernel.org
130 S: Maintained
131 F: Documentation/networking/vortex.txt
132 F: drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M: David Dillow <dave@thedillows.org>
136 L: netdev@vger.kernel.org
137 S: Maintained
138 F: drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M: Adam Radford <linuxraid@lsi.com>
142 L: linux-scsi@vger.kernel.org
143 W: http://www.lsi.com
144 S: Supported
145 F: drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L: linux-scsi@vger.kernel.org
150 S: Maintained
151 F: drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M: Alexander Aring <aar@pengutronix.de>
155 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161 F: Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L: linux-hams@vger.kernel.org
166 S: Maintained
167 F: drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L: netdev@vger.kernel.org
172 S: Maintained
173 F: drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L: linux-serial@vger.kernel.org
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: https://linuxtv.org
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: include/linux/syscalls.h
226 F: kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M: Hans de Goede <hdegoede@redhat.com>
230 L: linux-hwmon@vger.kernel.org
231 S: Maintained
232 F: drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M: Alistair John Strachan <alistair@devzero.co.uk>
236 L: linux-hwmon@vger.kernel.org
237 S: Maintained
238 F: drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M: William Breathitt Gray <vilhelm.gray@gmail.com>
242 L: linux-gpio@vger.kernel.org
243 S: Maintained
244 F: drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L: linux-gpio@vger.kernel.org
249 S: Maintained
250 F: drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L: linux-gpio@vger.kernel.org
255 S: Maintained
256 F: drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M: Jes Sorensen <jes@trained-monkey.org>
260 L: linux-acenic@sunsite.dk
261 S: Maintained
262 F: drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M: Peter Feuerer <peter@piie.net>
266 L: platform-driver-x86@vger.kernel.org
267 W: http://piie.net/?section=acerhdf
268 S: Maintained
269 F: drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M: "Lee, Chun-Yi" <jlee@suse.com>
273 L: platform-driver-x86@vger.kernel.org
274 S: Maintained
275 F: drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M: Len Brown <lenb@kernel.org>
280 L: linux-acpi@vger.kernel.org
281 W: https://01.org/linux-acpi
282 Q: https://patchwork.kernel.org/project/linux-acpi/list/
283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S: Supported
285 F: drivers/acpi/
286 F: drivers/pnp/pnpacpi/
287 F: include/linux/acpi.h
288 F: include/acpi/
289 F: Documentation/acpi/
290 F: Documentation/ABI/testing/sysfs-bus-acpi
291 F: Documentation/ABI/testing/configfs-acpi
292 F: drivers/pci/*acpi*
293 F: drivers/pci/*/*acpi*
294 F: drivers/pci/*/*/*acpi*
295 F: tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M: Robert Moore <robert.moore@intel.com>
299 M: Lv Zheng <lv.zheng@intel.com>
300 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L: linux-acpi@vger.kernel.org
302 L: devel@acpica.org
303 W: https://acpica.org/
304 W: https://github.com/acpica/acpica/
305 Q: https://patchwork.kernel.org/project/linux-acpi/list/
306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S: Supported
308 F: drivers/acpi/acpica/
309 F: include/acpi/
310 F: tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M: Zhang Rui <rui.zhang@intel.com>
314 L: linux-acpi@vger.kernel.org
315 W: https://01.org/linux-acpi
316 S: Supported
317 F: drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M: Zhang Rui <rui.zhang@intel.com>
321 L: linux-acpi@vger.kernel.org
322 W: https://01.org/linux-acpi
323 S: Supported
324 F: drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M: Zhang Rui <rui.zhang@intel.com>
328 L: linux-acpi@vger.kernel.org
329 W: https://01.org/linux-acpi
330 S: Supported
331 F: drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L: platform-driver-x86@vger.kernel.org
335 S: Orphan
336 F: drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M: Thibaut Varene <T-Bone@parisc-linux.org>
340 W: http://wiki.parisc-linux.org/AD1889
341 L: linux-parisc@vger.kernel.org
342 S: Maintained
343 F: sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M: Michael Hennerich <michael.hennerich@analog.com>
347 W: http://wiki.analog.com/AD5254
348 W: http://ez.analog.com/community/linux-device-drivers
349 S: Supported
350 F: drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M: Michael Hennerich <michael.hennerich@analog.com>
354 W: http://wiki.analog.com/AD5398
355 W: http://ez.analog.com/community/linux-device-drivers
356 S: Supported
357 F: drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M: Michael Hennerich <michael.hennerich@analog.com>
361 W: http://wiki.analog.com/AD7142
362 W: http://ez.analog.com/community/linux-device-drivers
363 S: Supported
364 F: drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M: Michael Hennerich <michael.hennerich@analog.com>
368 W: http://wiki.analog.com/AD7877
369 W: http://ez.analog.com/community/linux-device-drivers
370 S: Supported
371 F: drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M: Michael Hennerich <michael.hennerich@analog.com>
375 W: http://wiki.analog.com/AD7879
376 W: http://ez.analog.com/community/linux-device-drivers
377 S: Supported
378 F: drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M: Jiri Kosina <jikos@kernel.org>
382 S: Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M: Michael Hennerich <michael.hennerich@analog.com>
386 W: https://wiki.analog.com/ADF7242
387 W: http://ez.analog.com/community/linux-device-drivers
388 L: linux-wpan@vger.kernel.org
389 S: Supported
390 F: drivers/net/ieee802154/adf7242.c
391 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M: Jean Delvare <jdelvare@suse.com>
395 L: linux-hwmon@vger.kernel.org
396 S: Maintained
397 F: Documentation/hwmon/adm1025
398 F: drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M: Corentin Labbe <clabbe.montjoie@gmail.com>
402 L: linux-hwmon@vger.kernel.org
403 S: Maintained
404 F: drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L: linux-wireless@vger.kernel.org
408 W: http://wireless.kernel.org/
409 S: Orphan
410 F: drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M: Sakari Ailus <sakari.ailus@iki.fi>
414 L: linux-media@vger.kernel.org
415 S: Maintained
416 F: drivers/media/i2c/adp1653.c
417 F: include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M: Michael Hennerich <michael.hennerich@analog.com>
421 W: http://wiki.analog.com/ADP5520
422 W: http://ez.analog.com/community/linux-device-drivers
423 S: Supported
424 F: drivers/mfd/adp5520.c
425 F: drivers/video/backlight/adp5520_bl.c
426 F: drivers/leds/leds-adp5520.c
427 F: drivers/gpio/gpio-adp5520.c
428 F: drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M: Michael Hennerich <michael.hennerich@analog.com>
432 W: http://wiki.analog.com/ADP5588
433 W: http://ez.analog.com/community/linux-device-drivers
434 S: Supported
435 F: drivers/input/keyboard/adp5588-keys.c
436 F: drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M: Michael Hennerich <michael.hennerich@analog.com>
440 W: http://wiki.analog.com/ADP8860
441 W: http://ez.analog.com/community/linux-device-drivers
442 S: Supported
443 F: drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M: Dirk Eibach <eibach@gdsys.de>
447 L: linux-hwmon@vger.kernel.org
448 S: Maintained
449 F: Documentation/hwmon/ads1015
450 F: drivers/hwmon/ads1015.c
451 F: include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M: Colin Leroy <colin@colino.net>
455 S: Maintained
456 F: drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M: Jean Delvare <jdelvare@suse.com>
460 L: linux-hwmon@vger.kernel.org
461 S: Maintained
462 F: Documentation/hwmon/adt7475
463 F: drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M: Michael Hennerich <michael.hennerich@analog.com>
467 W: http://wiki.analog.com/ADXL345
468 W: http://ez.analog.com/community/linux-device-drivers
469 S: Supported
470 F: drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M: Matthew Wilcox <matthew@wil.cx>
474 M: Hannes Reinecke <hare@suse.com>
475 L: linux-scsi@vger.kernel.org
476 S: Maintained
477 F: Documentation/scsi/advansys.txt
478 F: drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M: Riccardo Facchetti <fizban@tin.it>
482 S: Maintained
483 F: sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M: Antti Palosaari <crope@iki.fi>
487 L: linux-media@vger.kernel.org
488 W: https://linuxtv.org
489 W: http://palosaari.fi/linux/
490 Q: http://patchwork.linuxtv.org/project/linux-media/list/
491 T: git git://linuxtv.org/anttip/media_tree.git
492 S: Maintained
493 F: drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M: Antti Palosaari <crope@iki.fi>
497 L: linux-media@vger.kernel.org
498 W: https://linuxtv.org
499 W: http://palosaari.fi/linux/
500 Q: http://patchwork.linuxtv.org/project/linux-media/list/
501 T: git git://linuxtv.org/anttip/media_tree.git
502 S: Maintained
503 F: drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L: linux-fsdevel@vger.kernel.org
507 S: Orphan
508 F: Documentation/filesystems/affs.txt
509 F: fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M: David Howells <dhowells@redhat.com>
513 L: linux-afs@lists.infradead.org
514 S: Supported
515 F: fs/afs/
516 F: include/net/af_rxrpc.h
517 F: net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M: David Airlie <airlied@linux.ie>
521 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S: Maintained
523 F: drivers/char/agp/
524 F: include/linux/agp*
525 F: include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M: "Juergen E. Fischer" <fischer@norbit.de>
529 L: linux-scsi@vger.kernel.org
530 S: Maintained
531 F: drivers/scsi/aha152x*
532 F: drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M: Hannes Reinecke <hare@suse.com>
536 L: linux-scsi@vger.kernel.org
537 S: Maintained
538 F: drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M: Hans Verkuil <hverkuil@xs4all.nl>
542 L: linux-media@vger.kernel.org
543 T: git git://linuxtv.org/media_tree.git
544 W: https://linuxtv.org
545 S: Maintained
546 F: drivers/media/radio/radio-aimslab*
547
548 AIO
549 M: Benjamin LaHaise <bcrl@kvack.org>
550 L: linux-aio@kvack.org
551 S: Supported
552 F: fs/aio.c
553 F: include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M: Antti Palosaari <crope@iki.fi>
557 L: linux-media@vger.kernel.org
558 W: https://linuxtv.org
559 W: http://palosaari.fi/linux/
560 Q: http://patchwork.linuxtv.org/project/linux-media/list/
561 T: git git://linuxtv.org/anttip/media_tree.git
562 S: Maintained
563 F: drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M: Duncan Sands <duncan.sands@free.fr>
567 L: linux-usb@vger.kernel.org
568 W: http://www.linux-usb.org/SpeedTouch/
569 S: Maintained
570 F: drivers/usb/atm/speedtch.c
571 F: drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M: Manuel Lauss <manuel.lauss@gmail.com>
575 S: Maintained
576 F: drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M: Rudolf Marek <r.marek@assembler.cz>
580 L: linux-i2c@vger.kernel.org
581 S: Maintained
582 F: Documentation/i2c/busses/i2c-ali1563
583 F: drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M: Corentin Labbe <clabbe.montjoie@gmail.com>
587 L: linux-crypto@vger.kernel.org
588 S: Maintained
589 F: drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M: Richard Henderson <rth@twiddle.net>
593 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M: Matt Turner <mattst88@gmail.com>
595 S: Odd Fixes
596 L: linux-alpha@vger.kernel.org
597 F: arch/alpha/
598
599 ALPS PS/2 TOUCHPAD DRIVER
600 R: Pali Rohár <pali.rohar@gmail.com>
601 F: drivers/input/mouse/alps.*
602
603 ALTERA MAILBOX DRIVER
604 M: Ley Foon Tan <lftan@altera.com>
605 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
606 S: Maintained
607 F: drivers/mailbox/mailbox-altera.c
608
609 ALTERA PIO DRIVER
610 M: Tien Hock Loh <thloh@altera.com>
611 L: linux-gpio@vger.kernel.org
612 S: Maintained
613 F: drivers/gpio/gpio-altera.c
614
615 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
616 M: Thor Thayer <tthayer@opensource.altera.com>
617 S: Maintained
618 F: drivers/gpio/gpio-altera-a10sr.c
619 F: drivers/mfd/altera-a10sr.c
620 F: include/linux/mfd/altera-a10sr.h
621
622 ALTERA TRIPLE SPEED ETHERNET DRIVER
623 M: Vince Bridgers <vbridger@opensource.altera.com>
624 L: netdev@vger.kernel.org
625 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
626 S: Maintained
627 F: drivers/net/ethernet/altera/
628
629 ALTERA UART/JTAG UART SERIAL DRIVERS
630 M: Tobias Klauser <tklauser@distanz.ch>
631 L: linux-serial@vger.kernel.org
632 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
633 S: Maintained
634 F: drivers/tty/serial/altera_uart.c
635 F: drivers/tty/serial/altera_jtaguart.c
636 F: include/linux/altera_uart.h
637 F: include/linux/altera_jtaguart.h
638
639 AMAZON ETHERNET DRIVERS
640 M: Netanel Belgazal <netanel@annapurnalabs.com>
641 R: Saeed Bishara <saeed@annapurnalabs.com>
642 R: Zorik Machulsky <zorik@annapurnalabs.com>
643 L: netdev@vger.kernel.org
644 S: Supported
645 F: Documentation/networking/ena.txt
646 F: drivers/net/ethernet/amazon/
647
648 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
649 M: Tom Lendacky <thomas.lendacky@amd.com>
650 M: Gary Hook <gary.hook@amd.com>
651 L: linux-crypto@vger.kernel.org
652 S: Supported
653 F: drivers/crypto/ccp/
654 F: include/linux/ccp.h
655
656 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
657 M: Huang Rui <ray.huang@amd.com>
658 L: linux-hwmon@vger.kernel.org
659 S: Supported
660 F: Documentation/hwmon/fam15h_power
661 F: drivers/hwmon/fam15h_power.c
662
663 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
664 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
665 S: Orphan
666 F: drivers/usb/gadget/udc/amd5536udc.*
667
668 AMD GEODE PROCESSOR/CHIPSET SUPPORT
669 P: Andres Salomon <dilinger@queued.net>
670 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
671 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
672 S: Supported
673 F: drivers/char/hw_random/geode-rng.c
674 F: drivers/crypto/geode*
675 F: drivers/video/fbdev/geode/
676 F: arch/x86/include/asm/geode.h
677
678 AMD IOMMU (AMD-VI)
679 M: Joerg Roedel <joro@8bytes.org>
680 L: iommu@lists.linux-foundation.org
681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
682 S: Maintained
683 F: drivers/iommu/amd_iommu*.[ch]
684 F: include/linux/amd-iommu.h
685
686 AMD KFD
687 M: Oded Gabbay <oded.gabbay@gmail.com>
688 L: dri-devel@lists.freedesktop.org
689 T: git git://people.freedesktop.org/~gabbayo/linux.git
690 S: Supported
691 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
692 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
693 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
694 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
695 F: drivers/gpu/drm/amd/amdkfd/
696 F: drivers/gpu/drm/amd/include/cik_structs.h
697 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
698 F: drivers/gpu/drm/amd/include/vi_structs.h
699 F: drivers/gpu/drm/radeon/radeon_kfd.c
700 F: drivers/gpu/drm/radeon/radeon_kfd.h
701 F: include/uapi/linux/kfd_ioctl.h
702
703 AMD SEATTLE DEVICE TREE SUPPORT
704 M: Brijesh Singh <brijeshkumar.singh@amd.com>
705 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
706 M: Tom Lendacky <thomas.lendacky@amd.com>
707 S: Supported
708 F: arch/arm64/boot/dts/amd/
709
710 AMD XGBE DRIVER
711 M: Tom Lendacky <thomas.lendacky@amd.com>
712 L: netdev@vger.kernel.org
713 S: Supported
714 F: drivers/net/ethernet/amd/xgbe/
715 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
716
717 AMS (Apple Motion Sensor) DRIVER
718 M: Michael Hanselmann <linux-kernel@hansmi.ch>
719 S: Supported
720 F: drivers/macintosh/ams/
721
722 ANALOG DEVICES INC AD9389B DRIVER
723 M: Hans Verkuil <hans.verkuil@cisco.com>
724 L: linux-media@vger.kernel.org
725 S: Maintained
726 F: drivers/media/i2c/ad9389b*
727
728 ANALOG DEVICES INC ADV7180 DRIVER
729 M: Lars-Peter Clausen <lars@metafoo.de>
730 L: linux-media@vger.kernel.org
731 W: http://ez.analog.com/community/linux-device-drivers
732 S: Supported
733 F: drivers/media/i2c/adv7180.c
734
735 ANALOG DEVICES INC ADV7511 DRIVER
736 M: Hans Verkuil <hans.verkuil@cisco.com>
737 L: linux-media@vger.kernel.org
738 S: Maintained
739 F: drivers/media/i2c/adv7511*
740
741 ANALOG DEVICES INC ADV7604 DRIVER
742 M: Hans Verkuil <hans.verkuil@cisco.com>
743 L: linux-media@vger.kernel.org
744 S: Maintained
745 F: drivers/media/i2c/adv7604*
746
747 ANALOG DEVICES INC ADV7842 DRIVER
748 M: Hans Verkuil <hans.verkuil@cisco.com>
749 L: linux-media@vger.kernel.org
750 S: Maintained
751 F: drivers/media/i2c/adv7842*
752
753 ANALOG DEVICES INC ASOC CODEC DRIVERS
754 M: Lars-Peter Clausen <lars@metafoo.de>
755 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
756 W: http://wiki.analog.com/
757 W: http://ez.analog.com/community/linux-device-drivers
758 S: Supported
759 F: sound/soc/codecs/adau*
760 F: sound/soc/codecs/adav*
761 F: sound/soc/codecs/ad1*
762 F: sound/soc/codecs/ad7*
763 F: sound/soc/codecs/ssm*
764 F: sound/soc/codecs/sigmadsp.*
765
766 ANALOG DEVICES INC ASOC DRIVERS
767 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769 W: http://blackfin.uclinux.org/
770 S: Supported
771 F: sound/soc/blackfin/*
772
773 ANALOG DEVICES INC IIO DRIVERS
774 M: Lars-Peter Clausen <lars@metafoo.de>
775 M: Michael Hennerich <Michael.Hennerich@analog.com>
776 W: http://wiki.analog.com/
777 W: http://ez.analog.com/community/linux-device-drivers
778 S: Supported
779 F: drivers/iio/*/ad*
780 X: drivers/iio/*/adjd*
781 F: drivers/staging/iio/*/ad*
782 F: staging/iio/trigger/iio-trig-bfin-timer.c
783
784 ANALOG DEVICES INC DMA DRIVERS
785 M: Lars-Peter Clausen <lars@metafoo.de>
786 W: http://ez.analog.com/community/linux-device-drivers
787 S: Supported
788 F: drivers/dma/dma-axi-dmac.c
789
790 ANDROID CONFIG FRAGMENTS
791 M: Rob Herring <robh@kernel.org>
792 S: Supported
793 F: kernel/configs/android*
794
795 ANDROID DRIVERS
796 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
797 M: Arve Hjønnevåg <arve@android.com>
798 M: Riley Andrews <riandrews@android.com>
799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
800 L: devel@driverdev.osuosl.org
801 S: Supported
802 F: drivers/android/
803 F: drivers/staging/android/
804
805 ANDROID ION DRIVER
806 M: Laura Abbott <labbott@redhat.com>
807 M: Sumit Semwal <sumit.semwal@linaro.org>
808 L: devel@driverdev.osuosl.org
809 S: Supported
810 F: Documentation/devicetree/bindings/staging/ion/
811 F: drivers/staging/android/ion
812 F: drivers/staging/android/uapi/ion.h
813 F: drivers/staging/android/uapi/ion_test.h
814
815 AOA (Apple Onboard Audio) ALSA DRIVER
816 M: Johannes Berg <johannes@sipsolutions.net>
817 L: linuxppc-dev@lists.ozlabs.org
818 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
819 S: Maintained
820 F: sound/aoa/
821
822 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
823 M: William Breathitt Gray <vilhelm.gray@gmail.com>
824 L: linux-iio@vger.kernel.org
825 S: Maintained
826 F: drivers/iio/dac/stx104.c
827
828 APM DRIVER
829 M: Jiri Kosina <jikos@kernel.org>
830 S: Odd fixes
831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
832 F: arch/x86/kernel/apm_32.c
833 F: include/linux/apm_bios.h
834 F: include/uapi/linux/apm_bios.h
835 F: drivers/char/apm-emulation.c
836
837 APPLE BCM5974 MULTITOUCH DRIVER
838 M: Henrik Rydberg <rydberg@bitmath.org>
839 L: linux-input@vger.kernel.org
840 S: Odd fixes
841 F: drivers/input/mouse/bcm5974.c
842
843 APPLE SMC DRIVER
844 M: Henrik Rydberg <rydberg@bitmath.org>
845 L: linux-hwmon@vger.kernel.org
846 S: Odd fixes
847 F: drivers/hwmon/applesmc.c
848
849 APPLETALK NETWORK LAYER
850 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
851 S: Maintained
852 F: drivers/net/appletalk/
853 F: net/appletalk/
854
855 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
856 M: Duc Dang <dhdang@apm.com>
857 S: Supported
858 F: arch/arm64/boot/dts/apm/
859
860 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
861 M: Iyappan Subramanian <isubramanian@apm.com>
862 M: Keyur Chudgar <kchudgar@apm.com>
863 S: Supported
864 F: drivers/net/ethernet/apm/xgene/
865 F: drivers/net/phy/mdio-xgene.c
866 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
867 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
868
869 APTINA CAMERA SENSOR PLL
870 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
871 L: linux-media@vger.kernel.org
872 S: Maintained
873 F: drivers/media/i2c/aptina-pll.*
874
875 ARC FRAMEBUFFER DRIVER
876 M: Jaya Kumar <jayalk@intworks.biz>
877 S: Maintained
878 F: drivers/video/fbdev/arcfb.c
879 F: drivers/video/fbdev/core/fb_defio.c
880
881 ARCNET NETWORK LAYER
882 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
883 L: netdev@vger.kernel.org
884 S: Maintained
885 F: drivers/net/arcnet/
886 F: include/uapi/linux/if_arcnet.h
887
888 ARC PGU DRM DRIVER
889 M: Alexey Brodkin <abrodkin@synopsys.com>
890 S: Supported
891 F: drivers/gpu/drm/arc/
892 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
893
894 ARM ARCHITECTED TIMER DRIVER
895 M: Mark Rutland <mark.rutland@arm.com>
896 M: Marc Zyngier <marc.zyngier@arm.com>
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899 F: arch/arm/include/asm/arch_timer.h
900 F: arch/arm64/include/asm/arch_timer.h
901 F: drivers/clocksource/arm_arch_timer.c
902
903 ARM HDLCD DRM DRIVER
904 M: Liviu Dudau <liviu.dudau@arm.com>
905 S: Supported
906 F: drivers/gpu/drm/arm/hdlcd_*
907 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
908
909 ARM MALI-DP DRM DRIVER
910 M: Liviu Dudau <liviu.dudau@arm.com>
911 M: Brian Starkey <brian.starkey@arm.com>
912 M: Mali DP Maintainers <malidp@foss.arm.com>
913 S: Supported
914 F: drivers/gpu/drm/arm/
915 F: Documentation/devicetree/bindings/display/arm,malidp.txt
916
917 ARM MFM AND FLOPPY DRIVERS
918 M: Ian Molton <spyro@f2s.com>
919 S: Maintained
920 F: arch/arm/lib/floppydma.S
921 F: arch/arm/include/asm/floppy.h
922
923 ARM PMU PROFILING AND DEBUGGING
924 M: Will Deacon <will.deacon@arm.com>
925 R: Mark Rutland <mark.rutland@arm.com>
926 S: Maintained
927 F: arch/arm*/kernel/perf_*
928 F: arch/arm/oprofile/common.c
929 F: arch/arm*/kernel/hw_breakpoint.c
930 F: arch/arm*/include/asm/hw_breakpoint.h
931 F: arch/arm*/include/asm/perf_event.h
932 F: drivers/perf/arm_pmu.c
933 F: include/linux/perf/arm_pmu.h
934
935 ARM PORT
936 M: Russell King <linux@armlinux.org.uk>
937 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 W: http://www.armlinux.org.uk/
939 S: Maintained
940 F: arch/arm/
941
942 ARM SUB-ARCHITECTURES
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S: Maintained
945 F: arch/arm/mach-*/
946 F: arch/arm/plat-*/
947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
948
949 ARM PRIMECELL AACI PL041 DRIVER
950 M: Russell King <linux@armlinux.org.uk>
951 S: Maintained
952 F: sound/arm/aaci.*
953
954 ARM PRIMECELL CLCD PL110 DRIVER
955 M: Russell King <linux@armlinux.org.uk>
956 S: Maintained
957 F: drivers/video/fbdev/amba-clcd.*
958
959 ARM PRIMECELL KMI PL050 DRIVER
960 M: Russell King <linux@armlinux.org.uk>
961 S: Maintained
962 F: drivers/input/serio/ambakmi.*
963 F: include/linux/amba/kmi.h
964
965 ARM PRIMECELL MMCI PL180/1 DRIVER
966 M: Russell King <linux@armlinux.org.uk>
967 S: Maintained
968 F: drivers/mmc/host/mmci.*
969 F: include/linux/amba/mmci.h
970
971 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
972 M: Russell King <linux@armlinux.org.uk>
973 S: Maintained
974 F: drivers/tty/serial/amba-pl01*.c
975 F: include/linux/amba/serial.h
976
977 ARM PRIMECELL BUS SUPPORT
978 M: Russell King <linux@armlinux.org.uk>
979 S: Maintained
980 F: drivers/amba/
981 F: include/linux/amba/bus.h
982
983 ARM/ADS SPHERE MACHINE SUPPORT
984 M: Lennert Buytenhek <kernel@wantstofly.org>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Maintained
987
988 ARM/AFEB9260 MACHINE SUPPORT
989 M: Sergey Lapin <slapin@ossfans.org>
990 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S: Maintained
992
993 ARM/AJECO 1ARM MACHINE SUPPORT
994 M: Lennert Buytenhek <kernel@wantstofly.org>
995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S: Maintained
997
998 ARM/Allwinner sunXi SoC support
999 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1000 M: Chen-Yu Tsai <wens@csie.org>
1001 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S: Maintained
1003 N: sun[x456789]i
1004 F: arch/arm/boot/dts/ntc-gr8*
1005
1006 ARM/Allwinner SoC Clock Support
1007 M: Emilio López <emilio@elopez.com.ar>
1008 S: Maintained
1009 F: drivers/clk/sunxi/
1010
1011 ARM/Amlogic Meson SoC support
1012 M: Carlo Caione <carlo@caione.org>
1013 M: Kevin Hilman <khilman@baylibre.com>
1014 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 L: linux-amlogic@lists.infradead.org
1016 W: http://linux-meson.com/
1017 S: Maintained
1018 F: arch/arm/mach-meson/
1019 F: arch/arm/boot/dts/meson*
1020 F: arch/arm64/boot/dts/amlogic/
1021 F: drivers/pinctrl/meson/
1022 F: drivers/mmc/host/meson*
1023 N: meson
1024
1025 ARM/Annapurna Labs ALPINE ARCHITECTURE
1026 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1027 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1028 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S: Maintained
1030 F: arch/arm/mach-alpine/
1031 F: arch/arm/boot/dts/alpine*
1032 F: arch/arm64/boot/dts/al/
1033 F: drivers/*/*alpine*
1034
1035 ARM/ARTPEC MACHINE SUPPORT
1036 M: Jesper Nilsson <jesper.nilsson@axis.com>
1037 M: Lars Persson <lars.persson@axis.com>
1038 M: Niklas Cassel <niklas.cassel@axis.com>
1039 S: Maintained
1040 L: linux-arm-kernel@axis.com
1041 F: arch/arm/mach-artpec
1042 F: arch/arm/boot/dts/artpec6*
1043 F: drivers/clk/axis
1044
1045 ARM/ASPEED MACHINE SUPPORT
1046 M: Joel Stanley <joel@jms.id.au>
1047 S: Maintained
1048 F: arch/arm/mach-aspeed/
1049 F: arch/arm/boot/dts/aspeed-*
1050 F: drivers/*/*aspeed*
1051
1052 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1053 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1054 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1055 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1056 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 W: http://www.linux4sam.org
1058 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1059 S: Supported
1060 F: arch/arm/mach-at91/
1061 F: include/soc/at91/
1062 F: arch/arm/boot/dts/at91*.dts
1063 F: arch/arm/boot/dts/at91*.dtsi
1064 F: arch/arm/boot/dts/sama*.dts
1065 F: arch/arm/boot/dts/sama*.dtsi
1066 F: arch/arm/include/debug/at91.S
1067
1068 ARM/ATMEL AT91 Clock Support
1069 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1070 S: Maintained
1071 F: drivers/clk/at91
1072
1073 ARM/CALXEDA HIGHBANK ARCHITECTURE
1074 M: Rob Herring <robh@kernel.org>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 F: arch/arm/mach-highbank/
1078 F: arch/arm/boot/dts/highbank.dts
1079 F: arch/arm/boot/dts/ecx-*.dts*
1080
1081 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1082 M: Krzysztof Halasa <khalasa@piap.pl>
1083 S: Maintained
1084 F: arch/arm/mach-cns3xxx/
1085
1086 ARM/CAVIUM THUNDER NETWORK DRIVER
1087 M: Sunil Goutham <sgoutham@cavium.com>
1088 M: Robert Richter <rric@kernel.org>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S: Supported
1091 F: drivers/net/ethernet/cavium/thunder/
1092
1093 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1094 M: Alexander Shiyan <shc_work@mail.ru>
1095 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S: Odd Fixes
1097 N: clps711x
1098
1099 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1100 M: Hartley Sweeten <hsweeten@visionengravers.com>
1101 M: Ryan Mallon <rmallon@gmail.com>
1102 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S: Maintained
1104 F: arch/arm/mach-ep93xx/
1105 F: arch/arm/mach-ep93xx/include/mach/
1106
1107 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1108 M: Lennert Buytenhek <kernel@wantstofly.org>
1109 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S: Maintained
1111
1112 ARM/CLKDEV SUPPORT
1113 M: Russell King <linux@armlinux.org.uk>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 F: arch/arm/include/asm/clkdev.h
1117 F: drivers/clk/clkdev.c
1118
1119 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1120 M: Mike Rapoport <mike@compulab.co.il>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Maintained
1123
1124 ARM/CONTEC MICRO9 MACHINE SUPPORT
1125 M: Hubert Feurstein <hubert.feurstein@contec.at>
1126 S: Maintained
1127 F: arch/arm/mach-ep93xx/micro9.c
1128
1129 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1130 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1131 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S: Maintained
1133 F: drivers/hwtracing/coresight/*
1134 F: Documentation/trace/coresight.txt
1135 F: Documentation/devicetree/bindings/arm/coresight.txt
1136 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1137
1138 ARM/CORGI MACHINE SUPPORT
1139 M: Richard Purdie <rpurdie@rpsys.net>
1140 S: Maintained
1141
1142 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1143 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1144 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 T: git git://github.com/ulli-kroll/linux.git
1146 S: Maintained
1147 F: arch/arm/mach-gemini/
1148 F: drivers/rtc/rtc-gemini.c
1149
1150 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1151 M: Barry Song <baohua@kernel.org>
1152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1154 S: Maintained
1155 F: arch/arm/boot/dts/prima2*
1156 F: arch/arm/mach-prima2/
1157 F: drivers/clk/sirf/
1158 F: drivers/clocksource/timer-prima2.c
1159 F: drivers/clocksource/timer-atlas7.c
1160 N: [^a-z]sirf
1161
1162 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1163 M: Baruch Siach <baruch@tkos.co.il>
1164 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S: Maintained
1166 F: arch/arm/boot/dts/cx92755*
1167 N: digicolor
1168
1169 ARM/EBSA110 MACHINE SUPPORT
1170 M: Russell King <linux@armlinux.org.uk>
1171 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 W: http://www.armlinux.org.uk/
1173 S: Maintained
1174 F: arch/arm/mach-ebsa110/
1175 F: drivers/net/ethernet/amd/am79c961a.*
1176
1177 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1178 M: Uwe Kleine-König <kernel@pengutronix.de>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181 N: efm32
1182
1183 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1184 M: Daniel Ribeiro <drwyrm@gmail.com>
1185 M: Stefan Schmidt <stefan@openezx.org>
1186 M: Harald Welte <laforge@openezx.org>
1187 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1188 W: http://www.openezx.org/
1189 S: Maintained
1190 T: topgit git://git.openezx.org/openezx.git
1191 F: arch/arm/mach-pxa/ezx.c
1192
1193 ARM/FARADAY FA526 PORT
1194 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1195 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S: Maintained
1197 T: git git://git.berlios.de/gemini-board
1198 F: arch/arm/mm/*-fa*
1199
1200 ARM/FOOTBRIDGE ARCHITECTURE
1201 M: Russell King <linux@armlinux.org.uk>
1202 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 W: http://www.armlinux.org.uk/
1204 S: Maintained
1205 F: arch/arm/include/asm/hardware/dec21285.h
1206 F: arch/arm/mach-footbridge/
1207
1208 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1209 M: Shawn Guo <shawnguo@kernel.org>
1210 M: Sascha Hauer <kernel@pengutronix.de>
1211 R: Fabio Estevam <fabio.estevam@nxp.com>
1212 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S: Maintained
1214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1215 F: arch/arm/mach-imx/
1216 F: arch/arm/mach-mxs/
1217 F: arch/arm/boot/dts/imx*
1218 F: arch/arm/configs/imx*_defconfig
1219 F: drivers/clk/imx/
1220 F: include/soc/imx/
1221
1222 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1223 M: Shawn Guo <shawnguo@kernel.org>
1224 M: Sascha Hauer <kernel@pengutronix.de>
1225 R: Stefan Agner <stefan@agner.ch>
1226 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S: Maintained
1228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1229 F: arch/arm/mach-imx/*vf610*
1230 F: arch/arm/boot/dts/vf*
1231
1232 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1233 M: Lennert Buytenhek <kernel@wantstofly.org>
1234 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S: Maintained
1236
1237 ARM/GUMSTIX MACHINE SUPPORT
1238 M: Steve Sakoman <sakoman@gmail.com>
1239 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S: Maintained
1241
1242 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1243 M: Philipp Zabel <philipp.zabel@gmail.com>
1244 M: Paul Parsons <lost.distance@yahoo.com>
1245 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S: Maintained
1247 F: arch/arm/mach-pxa/hx4700.c
1248 F: arch/arm/mach-pxa/include/mach/hx4700.h
1249 F: sound/soc/pxa/hx4700.c
1250
1251 ARM/HISILICON SOC SUPPORT
1252 M: Wei Xu <xuwei5@hisilicon.com>
1253 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 W: http://www.hisilicon.com
1255 S: Supported
1256 T: git git://github.com/hisilicon/linux-hisi.git
1257 F: arch/arm/mach-hisi/
1258 F: arch/arm/boot/dts/hi3*
1259 F: arch/arm/boot/dts/hip*
1260 F: arch/arm/boot/dts/hisi*
1261 F: arch/arm64/boot/dts/hisilicon/
1262
1263 ARM/HP JORNADA 7XX MACHINE SUPPORT
1264 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1265 W: www.jlime.com
1266 S: Maintained
1267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1268 F: arch/arm/mach-sa1100/jornada720.c
1269 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1270
1271 ARM/IGEP MACHINE SUPPORT
1272 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1273 M: Javier Martinez Canillas <javier@dowhile0.org>
1274 L: linux-omap@vger.kernel.org
1275 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S: Maintained
1277 F: arch/arm/boot/dts/omap3-igep*
1278
1279 ARM/INCOME PXA270 SUPPORT
1280 M: Marek Vasut <marek.vasut@gmail.com>
1281 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282 S: Maintained
1283 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1284
1285 ARM/INTEL IOP32X ARM ARCHITECTURE
1286 M: Lennert Buytenhek <kernel@wantstofly.org>
1287 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S: Maintained
1289
1290 ARM/INTEL IOP33X ARM ARCHITECTURE
1291 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S: Orphan
1293
1294 ARM/INTEL IOP13XX ARM ARCHITECTURE
1295 M: Lennert Buytenhek <kernel@wantstofly.org>
1296 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S: Maintained
1298
1299 ARM/INTEL IQ81342EX MACHINE SUPPORT
1300 M: Lennert Buytenhek <kernel@wantstofly.org>
1301 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S: Maintained
1303
1304 ARM/INTEL IXDP2850 MACHINE SUPPORT
1305 M: Lennert Buytenhek <kernel@wantstofly.org>
1306 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S: Maintained
1308
1309 ARM/INTEL IXP4XX ARM ARCHITECTURE
1310 M: Imre Kaloz <kaloz@openwrt.org>
1311 M: Krzysztof Halasa <khalasa@piap.pl>
1312 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S: Maintained
1314 F: arch/arm/mach-ixp4xx/
1315
1316 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1317 M: Jonathan Cameron <jic23@cam.ac.uk>
1318 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S: Maintained
1320 F: arch/arm/mach-pxa/stargate2.c
1321 F: drivers/pcmcia/pxa2xx_stargate2.c
1322
1323 ARM/INTEL XSC3 (MANZANO) ARM CORE
1324 M: Lennert Buytenhek <kernel@wantstofly.org>
1325 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S: Maintained
1327
1328 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1329 M: Lennert Buytenhek <kernel@wantstofly.org>
1330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 S: Maintained
1332
1333 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1334 M: Santosh Shilimkar <ssantosh@kernel.org>
1335 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 S: Maintained
1337 F: arch/arm/mach-keystone/
1338 F: arch/arm/boot/dts/keystone-*
1339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1340
1341 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1342 M: Santosh Shilimkar <ssantosh@kernel.org>
1343 L: linux-kernel@vger.kernel.org
1344 S: Maintained
1345 F: drivers/clk/keystone/
1346
1347 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1348 M: Santosh Shilimkar <ssantosh@kernel.org>
1349 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350 L: linux-kernel@vger.kernel.org
1351 S: Maintained
1352 F: drivers/clocksource/timer-keystone.c
1353
1354 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1355 M: Santosh Shilimkar <ssantosh@kernel.org>
1356 L: linux-kernel@vger.kernel.org
1357 S: Maintained
1358 F: drivers/power/reset/keystone-reset.c
1359
1360 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1361 M: Santosh Shilimkar <ssantosh@kernel.org>
1362 L: linux-kernel@vger.kernel.org
1363 S: Maintained
1364 F: drivers/memory/*emif*
1365
1366 ARM/LG1K ARCHITECTURE
1367 M: Chanho Min <chanho.min@lge.com>
1368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S: Maintained
1370 F: arch/arm64/boot/dts/lg/
1371
1372 ARM/LOGICPD PXA270 MACHINE SUPPORT
1373 M: Lennert Buytenhek <kernel@wantstofly.org>
1374 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 S: Maintained
1376
1377 ARM/LPC18XX ARCHITECTURE
1378 M: Joachim Eastwood <manabian@gmail.com>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S: Maintained
1381 F: arch/arm/boot/dts/lpc43*
1382 F: drivers/clk/nxp/clk-lpc18xx*
1383 F: drivers/clocksource/time-lpc32xx.c
1384 F: drivers/i2c/busses/i2c-lpc2k.c
1385 F: drivers/memory/pl172.c
1386 F: drivers/mtd/spi-nor/nxp-spifi.c
1387 F: drivers/rtc/rtc-lpc24xx.c
1388 N: lpc18xx
1389
1390 ARM/LPC32XX SOC SUPPORT
1391 M: Vladimir Zapolskiy <vz@mleia.com>
1392 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1393 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1395 S: Maintained
1396 F: arch/arm/boot/dts/lpc32*
1397 F: arch/arm/mach-lpc32xx/
1398 F: drivers/i2c/busses/i2c-pnx.c
1399 F: drivers/net/ethernet/nxp/lpc_eth.c
1400 F: drivers/usb/host/ohci-nxp.c
1401 F: drivers/watchdog/pnx4008_wdt.c
1402 N: lpc32xx
1403
1404 ARM/MAGICIAN MACHINE SUPPORT
1405 M: Philipp Zabel <philipp.zabel@gmail.com>
1406 S: Maintained
1407
1408 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1409 M: Jason Cooper <jason@lakedaemon.net>
1410 M: Andrew Lunn <andrew@lunn.ch>
1411 M: Gregory Clement <gregory.clement@free-electrons.com>
1412 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1413 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S: Maintained
1415 F: arch/arm/mach-mvebu/
1416 F: drivers/rtc/rtc-armada38x.c
1417 F: arch/arm/boot/dts/armada*
1418 F: arch/arm/boot/dts/kirkwood*
1419 F: arch/arm64/boot/dts/marvell/armada*
1420 F: drivers/cpufreq/mvebu-cpufreq.c
1421 F: arch/arm/configs/mvebu_*_defconfig
1422
1423 ARM/Marvell Berlin SoC support
1424 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S: Maintained
1427 F: arch/arm/mach-berlin/
1428 F: arch/arm/boot/dts/berlin*
1429 F: arch/arm64/boot/dts/marvell/berlin*
1430
1431
1432 ARM/Marvell Dove/MV78xx0/Orion SOC support
1433 M: Jason Cooper <jason@lakedaemon.net>
1434 M: Andrew Lunn <andrew@lunn.ch>
1435 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1436 M: Gregory Clement <gregory.clement@free-electrons.com>
1437 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S: Maintained
1439 F: arch/arm/mach-dove/
1440 F: arch/arm/mach-mv78xx0/
1441 F: arch/arm/mach-orion5x/
1442 F: arch/arm/plat-orion/
1443 F: arch/arm/boot/dts/dove*
1444 F: arch/arm/boot/dts/orion5x*
1445
1446
1447 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1448 M: Alexander Clouter <alex@digriz.org.uk>
1449 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1450 W: http://www.digriz.org.uk/ts78xx/kernel
1451 S: Maintained
1452 F: arch/arm/mach-orion5x/ts78xx-*
1453
1454 ARM/OXNAS platform support
1455 M: Neil Armstrong <narmstrong@baylibre.com>
1456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457 S: Maintained
1458 F: arch/arm/mach-oxnas/
1459 F: arch/arm/boot/dts/oxnas*
1460 F: arch/arm/boot/dts/wd-mbwe.dts
1461 N: oxnas
1462
1463 ARM/Mediatek RTC DRIVER
1464 M: Eddie Huang <eddie.huang@mediatek.com>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1467 S: Maintained
1468 F: drivers/rtc/rtc-mt6397.c
1469
1470 ARM/Mediatek SoC support
1471 M: Matthias Brugger <matthias.bgg@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1474 S: Maintained
1475 F: arch/arm/boot/dts/mt6*
1476 F: arch/arm/boot/dts/mt8*
1477 F: arch/arm/mach-mediatek/
1478 N: mtk
1479 K: mediatek
1480
1481 ARM/Mediatek USB3 PHY DRIVER
1482 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1485 S: Maintained
1486 F: drivers/phy/phy-mt65xx-usb3.c
1487
1488 ARM/MICREL KS8695 ARCHITECTURE
1489 M: Greg Ungerer <gerg@uclinux.org>
1490 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491 F: arch/arm/mach-ks8695/
1492 S: Odd Fixes
1493
1494 ARM/MIOA701 MACHINE SUPPORT
1495 M: Robert Jarzmik <robert.jarzmik@free.fr>
1496 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 F: arch/arm/mach-pxa/mioa701.c
1498 S: Maintained
1499
1500 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1501 M: Michael Petchkovsky <mkpetch@internode.on.net>
1502 S: Maintained
1503
1504 ARM/NOMADIK ARCHITECTURE
1505 M: Alessandro Rubini <rubini@unipv.it>
1506 M: Linus Walleij <linus.walleij@linaro.org>
1507 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 S: Maintained
1509 F: arch/arm/mach-nomadik/
1510 F: drivers/pinctrl/nomadik/
1511 F: drivers/i2c/busses/i2c-nomadik.c
1512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1513
1514 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1515 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1516 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1517 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1518 S: Supported
1519
1520 ARM/TOSA MACHINE SUPPORT
1521 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1522 M: Dirk Opfer <dirk@opfer-online.de>
1523 S: Maintained
1524
1525 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1526 M: Marek Vasut <marek.vasut@gmail.com>
1527 L: linux-arm-kernel@lists.infradead.org
1528 W: http://hackndev.com
1529 S: Maintained
1530 F: arch/arm/mach-pxa/include/mach/palmtx.h
1531 F: arch/arm/mach-pxa/palmtx.c
1532 F: arch/arm/mach-pxa/include/mach/palmt5.h
1533 F: arch/arm/mach-pxa/palmt5.c
1534 F: arch/arm/mach-pxa/include/mach/palmld.h
1535 F: arch/arm/mach-pxa/palmld.c
1536 F: arch/arm/mach-pxa/include/mach/palmte2.h
1537 F: arch/arm/mach-pxa/palmte2.c
1538 F: arch/arm/mach-pxa/include/mach/palmtc.h
1539 F: arch/arm/mach-pxa/palmtc.c
1540
1541 ARM/PALM TREO SUPPORT
1542 M: Tomas Cech <sleep_walker@suse.com>
1543 L: linux-arm-kernel@lists.infradead.org
1544 W: http://hackndev.com
1545 S: Maintained
1546 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1547 F: arch/arm/mach-pxa/palmtreo.c
1548
1549 ARM/PALMZ72 SUPPORT
1550 M: Sergey Lapin <slapin@ossfans.org>
1551 L: linux-arm-kernel@lists.infradead.org
1552 W: http://hackndev.com
1553 S: Maintained
1554 F: arch/arm/mach-pxa/include/mach/palmz72.h
1555 F: arch/arm/mach-pxa/palmz72.c
1556
1557 ARM/PLEB SUPPORT
1558 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1559 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1560 S: Maintained
1561
1562 ARM/PT DIGITAL BOARD PORT
1563 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 W: http://www.armlinux.org.uk/
1566 S: Maintained
1567
1568 ARM/QUALCOMM SUPPORT
1569 M: Andy Gross <andy.gross@linaro.org>
1570 M: David Brown <david.brown@linaro.org>
1571 L: linux-arm-msm@vger.kernel.org
1572 L: linux-soc@vger.kernel.org
1573 S: Maintained
1574 F: Documentation/devicetree/bindings/soc/qcom/
1575 F: arch/arm/boot/dts/qcom-*.dts
1576 F: arch/arm/boot/dts/qcom-*.dtsi
1577 F: arch/arm/mach-qcom/
1578 F: arch/arm64/boot/dts/qcom/*
1579 F: drivers/i2c/busses/i2c-qup.c
1580 F: drivers/clk/qcom/
1581 F: drivers/soc/qcom/
1582 F: drivers/spi/spi-qup.c
1583 F: drivers/tty/serial/msm_serial.h
1584 F: drivers/tty/serial/msm_serial.c
1585 F: drivers/*/pm8???-*
1586 F: drivers/mfd/ssbi.c
1587 F: drivers/firmware/qcom_scm.c
1588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1589
1590 ARM/RADISYS ENP2611 MACHINE SUPPORT
1591 M: Lennert Buytenhek <kernel@wantstofly.org>
1592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S: Maintained
1594
1595 ARM/RENESAS ARM64 ARCHITECTURE
1596 M: Simon Horman <horms@verge.net.au>
1597 M: Magnus Damm <magnus.damm@gmail.com>
1598 L: linux-renesas-soc@vger.kernel.org
1599 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1601 S: Supported
1602 F: arch/arm64/boot/dts/renesas/
1603 F: drivers/soc/renesas/
1604 F: include/linux/soc/renesas/
1605
1606 ARM/RISCPC ARCHITECTURE
1607 M: Russell King <linux@armlinux.org.uk>
1608 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1609 W: http://www.armlinux.org.uk/
1610 S: Maintained
1611 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1612 F: arch/arm/include/asm/hardware/ioc.h
1613 F: arch/arm/include/asm/hardware/iomd.h
1614 F: arch/arm/include/asm/hardware/memc.h
1615 F: arch/arm/mach-rpc/
1616 F: drivers/net/ethernet/8390/etherh.c
1617 F: drivers/net/ethernet/i825xx/ether1*
1618 F: drivers/net/ethernet/seeq/ether3*
1619 F: drivers/scsi/arm/
1620
1621 ARM/Rockchip SoC support
1622 M: Heiko Stuebner <heiko@sntech.de>
1623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 L: linux-rockchip@lists.infradead.org
1625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1626 S: Maintained
1627 F: arch/arm/boot/dts/rk3*
1628 F: arch/arm/mach-rockchip/
1629 F: drivers/clk/rockchip/
1630 F: drivers/i2c/busses/i2c-rk3x.c
1631 F: drivers/*/*rockchip*
1632 F: drivers/*/*/*rockchip*
1633 F: sound/soc/rockchip/
1634 N: rockchip
1635
1636 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1637 M: Kukjin Kim <kgene@kernel.org>
1638 M: Krzysztof Kozlowski <krzk@kernel.org>
1639 R: Javier Martinez Canillas <javier@osg.samsung.com>
1640 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1642 S: Maintained
1643 F: arch/arm/boot/dts/s3c*
1644 F: arch/arm/boot/dts/s5p*
1645 F: arch/arm/boot/dts/samsung*
1646 F: arch/arm/boot/dts/exynos*
1647 F: arch/arm64/boot/dts/exynos/
1648 F: arch/arm/plat-samsung/
1649 F: arch/arm/mach-s3c24*/
1650 F: arch/arm/mach-s3c64xx/
1651 F: arch/arm/mach-s5p*/
1652 F: arch/arm/mach-exynos*/
1653 F: drivers/*/*s3c24*
1654 F: drivers/*/*/*s3c24*
1655 F: drivers/*/*s3c64xx*
1656 F: drivers/*/*s5pv210*
1657 F: drivers/memory/samsung/*
1658 F: drivers/soc/samsung/*
1659 F: Documentation/arm/Samsung/
1660 F: Documentation/devicetree/bindings/arm/samsung/
1661 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1662 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1663 N: exynos
1664
1665 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1666 M: Kyungmin Park <kyungmin.park@samsung.com>
1667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 S: Maintained
1669 F: arch/arm/mach-s5pv210/
1670
1671 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1672 M: Kyungmin Park <kyungmin.park@samsung.com>
1673 M: Kamil Debski <kamil@wypas.org>
1674 M: Andrzej Hajda <a.hajda@samsung.com>
1675 L: linux-arm-kernel@lists.infradead.org
1676 L: linux-media@vger.kernel.org
1677 S: Maintained
1678 F: drivers/media/platform/s5p-g2d/
1679
1680 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1681 M: Kyungmin Park <kyungmin.park@samsung.com>
1682 M: Kamil Debski <kamil@wypas.org>
1683 M: Jeongtae Park <jtp.park@samsung.com>
1684 M: Andrzej Hajda <a.hajda@samsung.com>
1685 L: linux-arm-kernel@lists.infradead.org
1686 L: linux-media@vger.kernel.org
1687 S: Maintained
1688 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1689 F: drivers/media/platform/s5p-mfc/
1690
1691 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1692 M: Kyungmin Park <kyungmin.park@samsung.com>
1693 L: linux-arm-kernel@lists.infradead.org
1694 L: linux-media@vger.kernel.org
1695 S: Maintained
1696 F: drivers/staging/media/platform/s5p-cec/
1697
1698 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1699 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1700 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1701 L: linux-arm-kernel@lists.infradead.org
1702 L: linux-media@vger.kernel.org
1703 S: Maintained
1704 F: drivers/media/platform/s5p-jpeg/
1705
1706 ARM/SHMOBILE ARM ARCHITECTURE
1707 M: Simon Horman <horms@verge.net.au>
1708 M: Magnus Damm <magnus.damm@gmail.com>
1709 L: linux-renesas-soc@vger.kernel.org
1710 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1712 S: Supported
1713 F: arch/arm/boot/dts/emev2*
1714 F: arch/arm/boot/dts/r7s*
1715 F: arch/arm/boot/dts/r8a*
1716 F: arch/arm/boot/dts/sh*
1717 F: arch/arm/configs/shmobile_defconfig
1718 F: arch/arm/include/debug/renesas-scif.S
1719 F: arch/arm/mach-shmobile/
1720 F: drivers/soc/renesas/
1721 F: include/linux/soc/renesas/
1722
1723 ARM/SOCFPGA ARCHITECTURE
1724 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1725 S: Maintained
1726 F: arch/arm/mach-socfpga/
1727 F: arch/arm/boot/dts/socfpga*
1728 F: arch/arm/configs/socfpga_defconfig
1729 F: arch/arm64/boot/dts/altera/
1730 W: http://www.rocketboards.org
1731 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1732
1733 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1734 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1735 S: Maintained
1736 F: drivers/clk/socfpga/
1737
1738 ARM/SOCFPGA EDAC SUPPORT
1739 M: Thor Thayer <tthayer@opensource.altera.com>
1740 S: Maintained
1741 F: drivers/edac/altera_edac.
1742
1743 ARM/STI ARCHITECTURE
1744 M: Patrice Chotard <patrice.chotard@st.com>
1745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 L: kernel@stlinux.com
1747 W: http://www.stlinux.com
1748 S: Maintained
1749 F: arch/arm/mach-sti/
1750 F: arch/arm/boot/dts/sti*
1751 F: drivers/char/hw_random/st-rng.c
1752 F: drivers/clocksource/arm_global_timer.c
1753 F: drivers/clocksource/clksrc_st_lpc.c
1754 F: drivers/cpufreq/sti-cpufreq.c
1755 F: drivers/i2c/busses/i2c-st.c
1756 F: drivers/media/rc/st_rc.c
1757 F: drivers/media/platform/sti/c8sectpfe/
1758 F: drivers/mmc/host/sdhci-st.c
1759 F: drivers/phy/phy-miphy28lp.c
1760 F: drivers/phy/phy-miphy365x.c
1761 F: drivers/phy/phy-stih407-usb.c
1762 F: drivers/phy/phy-stih41x-usb.c
1763 F: drivers/pinctrl/pinctrl-st.c
1764 F: drivers/remoteproc/st_remoteproc.c
1765 F: drivers/reset/sti/
1766 F: drivers/rtc/rtc-st-lpc.c
1767 F: drivers/tty/serial/st-asc.c
1768 F: drivers/usb/dwc3/dwc3-st.c
1769 F: drivers/usb/host/ehci-st.c
1770 F: drivers/usb/host/ohci-st.c
1771 F: drivers/watchdog/st_lpc_wdt.c
1772 F: drivers/ata/ahci_st.c
1773
1774 ARM/STM32 ARCHITECTURE
1775 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1776 M: Alexandre Torgue <alexandre.torgue@st.com>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S: Maintained
1779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1780 N: stm32
1781 F: drivers/clocksource/armv7m_systick.c
1782
1783 ARM/TANGO ARCHITECTURE
1784 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1785 L: linux-arm-kernel@lists.infradead.org
1786 S: Maintained
1787 N: tango
1788
1789 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1790 M: Lennert Buytenhek <kernel@wantstofly.org>
1791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S: Maintained
1793
1794 ARM/TETON BGA MACHINE SUPPORT
1795 M: "Mark F. Brown" <mark.brown314@gmail.com>
1796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S: Maintained
1798
1799 ARM/THECUS N2100 MACHINE SUPPORT
1800 M: Lennert Buytenhek <kernel@wantstofly.org>
1801 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 S: Maintained
1803
1804 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1805 M: Wan ZongShun <mcuos.com@gmail.com>
1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 W: http://www.mcuos.com
1808 S: Maintained
1809 F: arch/arm/mach-w90x900/
1810 F: drivers/input/keyboard/w90p910_keypad.c
1811 F: drivers/input/touchscreen/w90p910_ts.c
1812 F: drivers/watchdog/nuc900_wdt.c
1813 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1814 F: drivers/mtd/nand/nuc900_nand.c
1815 F: drivers/rtc/rtc-nuc900.c
1816 F: drivers/spi/spi-nuc900.c
1817 F: drivers/usb/host/ehci-w90x900.c
1818 F: drivers/video/fbdev/nuc900fb.c
1819
1820 ARM/U300 MACHINE SUPPORT
1821 M: Linus Walleij <linus.walleij@linaro.org>
1822 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 S: Supported
1824 F: arch/arm/mach-u300/
1825 F: drivers/clocksource/timer-u300.c
1826 F: drivers/i2c/busses/i2c-stu300.c
1827 F: drivers/rtc/rtc-coh901331.c
1828 F: drivers/watchdog/coh901327_wdt.c
1829 F: drivers/dma/coh901318*
1830 F: drivers/mfd/ab3100*
1831 F: drivers/rtc/rtc-ab3100.c
1832 F: drivers/rtc/rtc-coh901331.c
1833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1834
1835 ARM/UNIPHIER ARCHITECTURE
1836 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1839 S: Maintained
1840 F: arch/arm/boot/dts/uniphier*
1841 F: arch/arm/include/asm/hardware/cache-uniphier.h
1842 F: arch/arm/mach-uniphier/
1843 F: arch/arm/mm/cache-uniphier.c
1844 F: arch/arm64/boot/dts/socionext/
1845 F: drivers/bus/uniphier-system-bus.c
1846 F: drivers/i2c/busses/i2c-uniphier*
1847 F: drivers/pinctrl/uniphier/
1848 F: drivers/reset/reset-uniphier.c
1849 F: drivers/tty/serial/8250/8250_uniphier.c
1850 N: uniphier
1851
1852 ARM/Ux500 ARM ARCHITECTURE
1853 M: Linus Walleij <linus.walleij@linaro.org>
1854 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1855 S: Maintained
1856 F: arch/arm/mach-ux500/
1857 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1858 F: drivers/dma/ste_dma40*
1859 F: drivers/hwspinlock/u8500_hsem.c
1860 F: drivers/mfd/abx500*
1861 F: drivers/mfd/ab8500*
1862 F: drivers/mfd/dbx500*
1863 F: drivers/mfd/db8500*
1864 F: drivers/pinctrl/nomadik/pinctrl-ab*
1865 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1866 F: drivers/rtc/rtc-ab8500.c
1867 F: drivers/rtc/rtc-pl031.c
1868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1869
1870 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1871 M: Ulf Hansson <ulf.hansson@linaro.org>
1872 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1873 T: git git://git.linaro.org/people/ulfh/clk.git
1874 S: Maintained
1875 F: drivers/clk/ux500/
1876
1877 ARM/VERSATILE EXPRESS PLATFORM
1878 M: Liviu Dudau <liviu.dudau@arm.com>
1879 M: Sudeep Holla <sudeep.holla@arm.com>
1880 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 S: Maintained
1883 F: arch/arm/boot/dts/vexpress*
1884 F: arch/arm64/boot/dts/arm/
1885 F: arch/arm/mach-vexpress/
1886 F: */*/vexpress*
1887 F: */*/*/vexpress*
1888 F: drivers/clk/versatile/clk-vexpress-osc.c
1889 F: drivers/clocksource/versatile.c
1890 N: mps2
1891
1892 ARM/VFP SUPPORT
1893 M: Russell King <linux@armlinux.org.uk>
1894 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1895 W: http://www.armlinux.org.uk/
1896 S: Maintained
1897 F: arch/arm/vfp/
1898
1899 ARM/VOIPAC PXA270 SUPPORT
1900 M: Marek Vasut <marek.vasut@gmail.com>
1901 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1902 S: Maintained
1903 F: arch/arm/mach-pxa/vpac270.c
1904 F: arch/arm/mach-pxa/include/mach/vpac270.h
1905
1906 ARM/VT8500 ARM ARCHITECTURE
1907 M: Tony Prisk <linux@prisktech.co.nz>
1908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 S: Maintained
1910 F: arch/arm/mach-vt8500/
1911 F: drivers/clocksource/vt8500_timer.c
1912 F: drivers/i2c/busses/i2c-wmt.c
1913 F: drivers/mmc/host/wmt-sdmmc.c
1914 F: drivers/pwm/pwm-vt8500.c
1915 F: drivers/rtc/rtc-vt8500.c
1916 F: drivers/tty/serial/vt8500_serial.c
1917 F: drivers/usb/host/ehci-platform.c
1918 F: drivers/usb/host/uhci-platform.c
1919 F: drivers/video/fbdev/vt8500lcdfb.*
1920 F: drivers/video/fbdev/wm8505fb*
1921 F: drivers/video/fbdev/wmt_ge_rops.*
1922
1923 ARM/ZIPIT Z2 SUPPORT
1924 M: Marek Vasut <marek.vasut@gmail.com>
1925 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1926 S: Maintained
1927 F: arch/arm/mach-pxa/z2.c
1928 F: arch/arm/mach-pxa/include/mach/z2.h
1929
1930 ARM/ZTE ARCHITECTURE
1931 M: Jun Nie <jun.nie@linaro.org>
1932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 S: Maintained
1934 F: arch/arm/mach-zx/
1935 F: drivers/clk/zte/
1936 F: Documentation/devicetree/bindings/arm/zte.txt
1937 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1938
1939 ARM/ZYNQ ARCHITECTURE
1940 M: Michal Simek <michal.simek@xilinx.com>
1941 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1942 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1943 W: http://wiki.xilinx.com
1944 T: git https://github.com/Xilinx/linux-xlnx.git
1945 S: Supported
1946 F: arch/arm/mach-zynq/
1947 F: drivers/cpuidle/cpuidle-zynq.c
1948 F: drivers/block/xsysace.c
1949 N: zynq
1950 N: xilinx
1951 F: drivers/clocksource/cadence_ttc_timer.c
1952 F: drivers/i2c/busses/i2c-cadence.c
1953 F: drivers/mmc/host/sdhci-of-arasan.c
1954 F: drivers/edac/synopsys_edac.c
1955
1956 ARM SMMU DRIVERS
1957 M: Will Deacon <will.deacon@arm.com>
1958 R: Robin Murphy <robin.murphy@arm.com>
1959 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1960 S: Maintained
1961 F: drivers/iommu/arm-smmu.c
1962 F: drivers/iommu/arm-smmu-v3.c
1963 F: drivers/iommu/io-pgtable-arm.c
1964 F: drivers/iommu/io-pgtable-arm-v7s.c
1965
1966 ARM64 PORT (AARCH64 ARCHITECTURE)
1967 M: Catalin Marinas <catalin.marinas@arm.com>
1968 M: Will Deacon <will.deacon@arm.com>
1969 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1971 S: Maintained
1972 F: arch/arm64/
1973 F: Documentation/arm64/
1974
1975 AS3645A LED FLASH CONTROLLER DRIVER
1976 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1977 L: linux-media@vger.kernel.org
1978 T: git git://linuxtv.org/media_tree.git
1979 S: Maintained
1980 F: drivers/media/i2c/as3645a.c
1981 F: include/media/i2c/as3645a.h
1982
1983 ASAHI KASEI AK8974 DRIVER
1984 M: Linus Walleij <linus.walleij@linaro.org>
1985 L: linux-iio@vger.kernel.org
1986 W: http://www.akm.com/
1987 S: Supported
1988 F: drivers/iio/magnetometer/ak8974.c
1989
1990 ASC7621 HARDWARE MONITOR DRIVER
1991 M: George Joseph <george.joseph@fairview5.com>
1992 L: linux-hwmon@vger.kernel.org
1993 S: Maintained
1994 F: Documentation/hwmon/asc7621
1995 F: drivers/hwmon/asc7621.c
1996
1997 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1998 M: Corentin Chary <corentin.chary@gmail.com>
1999 L: acpi4asus-user@lists.sourceforge.net
2000 L: platform-driver-x86@vger.kernel.org
2001 W: http://acpi4asus.sf.net
2002 S: Maintained
2003 F: drivers/platform/x86/asus*.c
2004 F: drivers/platform/x86/eeepc*.c
2005
2006 ASUS WIRELESS RADIO CONTROL DRIVER
2007 M: João Paulo Rechi Vita <jprvita@gmail.com>
2008 L: platform-driver-x86@vger.kernel.org
2009 S: Maintained
2010 F: drivers/platform/x86/asus-wireless.c
2011
2012 ASYMMETRIC KEYS
2013 M: David Howells <dhowells@redhat.com>
2014 L: keyrings@vger.kernel.org
2015 S: Maintained
2016 F: Documentation/crypto/asymmetric-keys.txt
2017 F: include/linux/verification.h
2018 F: include/crypto/public_key.h
2019 F: include/crypto/pkcs7.h
2020 F: crypto/asymmetric_keys/
2021
2022 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2023 R: Dan Williams <dan.j.williams@intel.com>
2024 W: http://sourceforge.net/projects/xscaleiop
2025 S: Odd fixes
2026 F: Documentation/crypto/async-tx-api.txt
2027 F: crypto/async_tx/
2028 F: drivers/dma/
2029 F: include/linux/dmaengine.h
2030 F: include/linux/async_tx.h
2031
2032 AT24 EEPROM DRIVER
2033 M: Wolfram Sang <wsa@the-dreams.de>
2034 L: linux-i2c@vger.kernel.org
2035 S: Maintained
2036 F: drivers/misc/eeprom/at24.c
2037 F: include/linux/platform_data/at24.h
2038
2039 ATA OVER ETHERNET (AOE) DRIVER
2040 M: "Ed L. Cashin" <ed.cashin@acm.org>
2041 W: http://www.openaoe.org/
2042 S: Supported
2043 F: Documentation/aoe/
2044 F: drivers/block/aoe/
2045
2046 ATHEROS 71XX/9XXX GPIO DRIVER
2047 M: Alban Bedel <albeu@free.fr>
2048 W: https://github.com/AlbanBedel/linux
2049 T: git git://github.com/AlbanBedel/linux
2050 S: Maintained
2051 F: drivers/gpio/gpio-ath79.c
2052 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2053
2054 ATHEROS ATH GENERIC UTILITIES
2055 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2056 L: linux-wireless@vger.kernel.org
2057 S: Supported
2058 F: drivers/net/wireless/ath/*
2059
2060 ATHEROS ATH5K WIRELESS DRIVER
2061 M: Jiri Slaby <jirislaby@gmail.com>
2062 M: Nick Kossifidis <mickflemm@gmail.com>
2063 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2064 L: linux-wireless@vger.kernel.org
2065 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2066 S: Maintained
2067 F: drivers/net/wireless/ath/ath5k/
2068
2069 ATHEROS ATH6KL WIRELESS DRIVER
2070 M: Kalle Valo <kvalo@qca.qualcomm.com>
2071 L: linux-wireless@vger.kernel.org
2072 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2074 S: Supported
2075 F: drivers/net/wireless/ath/ath6kl/
2076
2077 WILOCITY WIL6210 WIRELESS DRIVER
2078 M: Maya Erez <qca_merez@qca.qualcomm.com>
2079 L: linux-wireless@vger.kernel.org
2080 L: wil6210@qca.qualcomm.com
2081 S: Supported
2082 W: http://wireless.kernel.org/en/users/Drivers/wil6210
2083 F: drivers/net/wireless/ath/wil6210/
2084 F: include/uapi/linux/wil6210_uapi.h
2085
2086 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2087 M: Christian Lamparter <chunkeey@googlemail.com>
2088 L: linux-wireless@vger.kernel.org
2089 W: http://wireless.kernel.org/en/users/Drivers/carl9170
2090 S: Maintained
2091 F: drivers/net/wireless/ath/carl9170/
2092
2093 ATK0110 HWMON DRIVER
2094 M: Luca Tettamanti <kronos.it@gmail.com>
2095 L: linux-hwmon@vger.kernel.org
2096 S: Maintained
2097 F: drivers/hwmon/asus_atk0110.c
2098
2099 ATI_REMOTE2 DRIVER
2100 M: Ville Syrjala <syrjala@sci.fi>
2101 S: Maintained
2102 F: drivers/input/misc/ati_remote2.c
2103
2104 ATLX ETHERNET DRIVERS
2105 M: Jay Cliburn <jcliburn@gmail.com>
2106 M: Chris Snook <chris.snook@gmail.com>
2107 L: netdev@vger.kernel.org
2108 W: http://sourceforge.net/projects/atl1
2109 W: http://atl1.sourceforge.net
2110 S: Maintained
2111 F: drivers/net/ethernet/atheros/
2112
2113 ATM
2114 M: Chas Williams <3chas3@gmail.com>
2115 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2116 L: netdev@vger.kernel.org
2117 W: http://linux-atm.sourceforge.net
2118 S: Maintained
2119 F: drivers/atm/
2120 F: include/linux/atm*
2121 F: include/uapi/linux/atm*
2122
2123 ATMEL AT91 / AT32 MCI DRIVER
2124 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2125 S: Maintained
2126 F: drivers/mmc/host/atmel-mci.c
2127
2128 ATMEL AT91 / AT32 SERIAL DRIVER
2129 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2130 S: Supported
2131 F: drivers/tty/serial/atmel_serial.c
2132
2133 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2134 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2135 S: Supported
2136 F: drivers/power/reset/at91-sama5d2_shdwc.c
2137
2138 ATMEL SAMA5D2 ADC DRIVER
2139 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2140 L: linux-iio@vger.kernel.org
2141 S: Supported
2142 F: drivers/iio/adc/at91-sama5d2_adc.c
2143
2144 ATMEL Audio ALSA driver
2145 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2146 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2147 S: Supported
2148 F: sound/soc/atmel
2149
2150 ATMEL DMA DRIVER
2151 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2152 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2153 S: Supported
2154 F: drivers/dma/at_hdmac.c
2155 F: drivers/dma/at_hdmac_regs.h
2156 F: include/linux/platform_data/dma-atmel.h
2157
2158 ATMEL XDMA DRIVER
2159 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2160 L: linux-arm-kernel@lists.infradead.org
2161 L: dmaengine@vger.kernel.org
2162 S: Supported
2163 F: drivers/dma/at_xdmac.c
2164
2165 ATMEL I2C DRIVER
2166 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2167 L: linux-i2c@vger.kernel.org
2168 S: Supported
2169 F: drivers/i2c/busses/i2c-at91.c
2170
2171 ATMEL ISI DRIVER
2172 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2173 L: linux-media@vger.kernel.org
2174 S: Supported
2175 F: drivers/media/platform/soc_camera/atmel-isi.c
2176 F: include/media/atmel-isi.h
2177
2178 ATMEL LCDFB DRIVER
2179 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2180 L: linux-fbdev@vger.kernel.org
2181 S: Maintained
2182 F: drivers/video/fbdev/atmel_lcdfb.c
2183 F: include/video/atmel_lcdc.h
2184
2185 ATMEL MACB ETHERNET DRIVER
2186 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2187 S: Supported
2188 F: drivers/net/ethernet/cadence/
2189
2190 ATMEL NAND DRIVER
2191 M: Wenyou Yang <wenyou.yang@atmel.com>
2192 M: Josh Wu <rainyfeeling@outlook.com>
2193 L: linux-mtd@lists.infradead.org
2194 S: Supported
2195 F: drivers/mtd/nand/atmel_nand*
2196
2197 ATMEL SDMMC DRIVER
2198 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2199 L: linux-mmc@vger.kernel.org
2200 S: Supported
2201 F: drivers/mmc/host/sdhci-of-at91.c
2202
2203 ATMEL SPI DRIVER
2204 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2205 S: Supported
2206 F: drivers/spi/spi-atmel.*
2207
2208 ATMEL SSC DRIVER
2209 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2210 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2211 S: Supported
2212 F: drivers/misc/atmel-ssc.c
2213 F: include/linux/atmel-ssc.h
2214
2215 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2216 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2217 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2218 S: Supported
2219 F: drivers/misc/atmel_tclib.c
2220 F: drivers/clocksource/tcb_clksrc.c
2221
2222 ATMEL USBA UDC DRIVER
2223 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2225 S: Supported
2226 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2227
2228 ATMEL WIRELESS DRIVER
2229 M: Simon Kelley <simon@thekelleys.org.uk>
2230 L: linux-wireless@vger.kernel.org
2231 W: http://www.thekelleys.org.uk/atmel
2232 W: http://atmelwlandriver.sourceforge.net/
2233 S: Maintained
2234 F: drivers/net/wireless/atmel/atmel*
2235
2236 ATMEL MAXTOUCH DRIVER
2237 M: Nick Dyer <nick@shmanahar.org>
2238 T: git git://github.com/ndyer/linux.git
2239 S: Maintained
2240 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2241 F: drivers/input/touchscreen/atmel_mxt_ts.c
2242 F: include/linux/platform_data/atmel_mxt_ts.h
2243
2244 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2245 M: Bradley Grove <linuxdrivers@attotech.com>
2246 L: linux-scsi@vger.kernel.org
2247 W: http://www.attotech.com
2248 S: Supported
2249 F: drivers/scsi/esas2r
2250
2251 ATUSB IEEE 802.15.4 RADIO DRIVER
2252 M: Stefan Schmidt <stefan@osg.samsung.com>
2253 L: linux-wpan@vger.kernel.org
2254 S: Maintained
2255 F: drivers/net/ieee802154/atusb.c
2256 F: drivers/net/ieee802154/atusb.h
2257 F: drivers/net/ieee802154/at86rf230.h
2258
2259 AUDIT SUBSYSTEM
2260 M: Paul Moore <paul@paul-moore.com>
2261 M: Eric Paris <eparis@redhat.com>
2262 L: linux-audit@redhat.com (moderated for non-subscribers)
2263 W: http://people.redhat.com/sgrubb/audit/
2264 T: git git://git.infradead.org/users/pcmoore/audit
2265 S: Maintained
2266 F: include/linux/audit.h
2267 F: include/uapi/linux/audit.h
2268 F: kernel/audit*
2269
2270 AUXILIARY DISPLAY DRIVERS
2271 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2272 W: http://miguelojeda.es/auxdisplay.htm
2273 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2274 S: Maintained
2275 F: drivers/auxdisplay/
2276 F: include/linux/cfag12864b.h
2277
2278 AVR32 ARCHITECTURE
2279 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2280 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2281 W: http://www.atmel.com/products/AVR32/
2282 W: http://mirror.egtvedt.no/avr32linux.org/
2283 W: http://avrfreaks.net/
2284 S: Maintained
2285 F: arch/avr32/
2286
2287 AVR32/AT32AP MACHINE SUPPORT
2288 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2289 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2290 S: Maintained
2291 F: arch/avr32/mach-at32ap/
2292
2293 AX.25 NETWORK LAYER
2294 M: Ralf Baechle <ralf@linux-mips.org>
2295 L: linux-hams@vger.kernel.org
2296 W: http://www.linux-ax25.org/
2297 S: Maintained
2298 F: include/uapi/linux/ax25.h
2299 F: include/net/ax25.h
2300 F: net/ax25/
2301
2302 AZ6007 DVB DRIVER
2303 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2304 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2305 L: linux-media@vger.kernel.org
2306 W: https://linuxtv.org
2307 T: git git://linuxtv.org/media_tree.git
2308 S: Maintained
2309 F: drivers/media/usb/dvb-usb-v2/az6007.c
2310
2311 AZTECH FM RADIO RECEIVER DRIVER
2312 M: Hans Verkuil <hverkuil@xs4all.nl>
2313 L: linux-media@vger.kernel.org
2314 T: git git://linuxtv.org/media_tree.git
2315 W: https://linuxtv.org
2316 S: Maintained
2317 F: drivers/media/radio/radio-aztech*
2318
2319 B43 WIRELESS DRIVER
2320 L: linux-wireless@vger.kernel.org
2321 L: b43-dev@lists.infradead.org
2322 W: http://wireless.kernel.org/en/users/Drivers/b43
2323 S: Odd Fixes
2324 F: drivers/net/wireless/broadcom/b43/
2325
2326 B43LEGACY WIRELESS DRIVER
2327 M: Larry Finger <Larry.Finger@lwfinger.net>
2328 L: linux-wireless@vger.kernel.org
2329 L: b43-dev@lists.infradead.org
2330 W: http://wireless.kernel.org/en/users/Drivers/b43
2331 S: Maintained
2332 F: drivers/net/wireless/broadcom/b43legacy/
2333
2334 BACKLIGHT CLASS/SUBSYSTEM
2335 M: Jingoo Han <jingoohan1@gmail.com>
2336 M: Lee Jones <lee.jones@linaro.org>
2337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2338 S: Maintained
2339 F: drivers/video/backlight/
2340 F: include/linux/backlight.h
2341
2342 BATMAN ADVANCED
2343 M: Marek Lindner <mareklindner@neomailbox.ch>
2344 M: Simon Wunderlich <sw@simonwunderlich.de>
2345 M: Antonio Quartulli <a@unstable.cc>
2346 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2347 W: https://www.open-mesh.org/
2348 Q: https://patchwork.open-mesh.org/project/batman/list/
2349 S: Maintained
2350 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2351 F: Documentation/ABI/testing/sysfs-class-net-mesh
2352 F: Documentation/networking/batman-adv.txt
2353 F: include/uapi/linux/batman_adv.h
2354 F: net/batman-adv/
2355
2356 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2357 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2358 L: linux-hams@vger.kernel.org
2359 W: http://www.baycom.org/~tom/ham/ham.html
2360 S: Maintained
2361 F: drivers/net/hamradio/baycom*
2362
2363 BCACHE (BLOCK LAYER CACHE)
2364 M: Kent Overstreet <kent.overstreet@gmail.com>
2365 L: linux-bcache@vger.kernel.org
2366 W: http://bcache.evilpiepirate.org
2367 S: Orphan
2368 F: drivers/md/bcache/
2369
2370 BDISP ST MEDIA DRIVER
2371 M: Fabien Dessenne <fabien.dessenne@st.com>
2372 L: linux-media@vger.kernel.org
2373 T: git git://linuxtv.org/media_tree.git
2374 W: https://linuxtv.org
2375 S: Supported
2376 F: drivers/media/platform/sti/bdisp
2377
2378 BEFS FILE SYSTEM
2379 M: Luis de Bethencourt <luisbg@osg.samsung.com>
2380 M: Salah Triki <salah.triki@gmail.com>
2381 S: Maintained
2382 T: git git://github.com/luisbg/linux-befs.git
2383 F: Documentation/filesystems/befs.txt
2384 F: fs/befs/
2385
2386 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2387 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2388 L: netdev@vger.kernel.org
2389 S: Maintained
2390 F: drivers/net/ethernet/ec_bhf.c
2391
2392 BFS FILE SYSTEM
2393 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2394 S: Maintained
2395 F: Documentation/filesystems/bfs.txt
2396 F: fs/bfs/
2397 F: include/uapi/linux/bfs_fs.h
2398
2399 BLACKFIN ARCHITECTURE
2400 M: Steven Miao <realmz6@gmail.com>
2401 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2402 T: git git://git.code.sf.net/p/adi-linux/code
2403 W: http://blackfin.uclinux.org
2404 S: Supported
2405 F: arch/blackfin/
2406
2407 BLACKFIN EMAC DRIVER
2408 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2409 W: http://blackfin.uclinux.org
2410 S: Supported
2411 F: drivers/net/ethernet/adi/
2412
2413 BLACKFIN RTC DRIVER
2414 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2415 W: http://blackfin.uclinux.org
2416 S: Supported
2417 F: drivers/rtc/rtc-bfin.c
2418
2419 BLACKFIN SDH DRIVER
2420 M: Sonic Zhang <sonic.zhang@analog.com>
2421 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2422 W: http://blackfin.uclinux.org
2423 S: Supported
2424 F: drivers/mmc/host/bfin_sdh.c
2425
2426 BLACKFIN SERIAL DRIVER
2427 M: Sonic Zhang <sonic.zhang@analog.com>
2428 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2429 W: http://blackfin.uclinux.org
2430 S: Supported
2431 F: drivers/tty/serial/bfin_uart.c
2432
2433 BLACKFIN WATCHDOG DRIVER
2434 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2435 W: http://blackfin.uclinux.org
2436 S: Supported
2437 F: drivers/watchdog/bfin_wdt.c
2438
2439 BLACKFIN I2C TWI DRIVER
2440 M: Sonic Zhang <sonic.zhang@analog.com>
2441 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2442 W: http://blackfin.uclinux.org/
2443 S: Supported
2444 F: drivers/i2c/busses/i2c-bfin-twi.c
2445
2446 BLACKFIN MEDIA DRIVER
2447 M: Scott Jiang <scott.jiang.linux@gmail.com>
2448 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2449 W: http://blackfin.uclinux.org/
2450 S: Supported
2451 F: drivers/media/platform/blackfin/
2452 F: drivers/media/i2c/adv7183*
2453 F: drivers/media/i2c/vs6624*
2454
2455 BLINKM RGB LED DRIVER
2456 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2457 S: Maintained
2458 F: drivers/leds/leds-blinkm.c
2459
2460 BLOCK LAYER
2461 M: Jens Axboe <axboe@kernel.dk>
2462 L: linux-block@vger.kernel.org
2463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2464 S: Maintained
2465 F: block/
2466 F: kernel/trace/blktrace.c
2467
2468 BLOCK2MTD DRIVER
2469 M: Joern Engel <joern@lazybastard.org>
2470 L: linux-mtd@lists.infradead.org
2471 S: Maintained
2472 F: drivers/mtd/devices/block2mtd.c
2473
2474 BLUETOOTH DRIVERS
2475 M: Marcel Holtmann <marcel@holtmann.org>
2476 M: Gustavo Padovan <gustavo@padovan.org>
2477 M: Johan Hedberg <johan.hedberg@gmail.com>
2478 L: linux-bluetooth@vger.kernel.org
2479 W: http://www.bluez.org/
2480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2482 S: Maintained
2483 F: drivers/bluetooth/
2484
2485 BLUETOOTH SUBSYSTEM
2486 M: Marcel Holtmann <marcel@holtmann.org>
2487 M: Gustavo Padovan <gustavo@padovan.org>
2488 M: Johan Hedberg <johan.hedberg@gmail.com>
2489 L: linux-bluetooth@vger.kernel.org
2490 W: http://www.bluez.org/
2491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2493 S: Maintained
2494 F: net/bluetooth/
2495 F: include/net/bluetooth/
2496
2497 BONDING DRIVER
2498 M: Jay Vosburgh <j.vosburgh@gmail.com>
2499 M: Veaceslav Falico <vfalico@gmail.com>
2500 M: Andy Gospodarek <andy@greyhouse.net>
2501 L: netdev@vger.kernel.org
2502 W: http://sourceforge.net/projects/bonding/
2503 S: Supported
2504 F: drivers/net/bonding/
2505 F: include/uapi/linux/if_bonding.h
2506
2507 BPF (Safe dynamic programs and tools)
2508 M: Alexei Starovoitov <ast@kernel.org>
2509 L: netdev@vger.kernel.org
2510 L: linux-kernel@vger.kernel.org
2511 S: Supported
2512 F: kernel/bpf/
2513
2514 BROADCOM B44 10/100 ETHERNET DRIVER
2515 M: Gary Zambrano <zambrano@broadcom.com>
2516 L: netdev@vger.kernel.org
2517 S: Supported
2518 F: drivers/net/ethernet/broadcom/b44.*
2519
2520 BROADCOM B53 ETHERNET SWITCH DRIVER
2521 M: Florian Fainelli <f.fainelli@gmail.com>
2522 L: netdev@vger.kernel.org
2523 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2524 S: Supported
2525 F: drivers/net/dsa/b53/*
2526 F: include/linux/platform_data/b53.h
2527
2528 BROADCOM GENET ETHERNET DRIVER
2529 M: Florian Fainelli <f.fainelli@gmail.com>
2530 L: netdev@vger.kernel.org
2531 S: Supported
2532 F: drivers/net/ethernet/broadcom/genet/
2533
2534 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2535 M: Sony Chacko <sony.chacko@qlogic.com>
2536 M: Dept-HSGLinuxNICDev@qlogic.com
2537 L: netdev@vger.kernel.org
2538 S: Supported
2539 F: drivers/net/ethernet/broadcom/bnx2.*
2540 F: drivers/net/ethernet/broadcom/bnx2_*
2541
2542 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2543 M: Ariel Elior <ariel.elior@qlogic.com>
2544 L: netdev@vger.kernel.org
2545 S: Supported
2546 F: drivers/net/ethernet/broadcom/bnx2x/
2547
2548 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2549 M: Florian Fainelli <f.fainelli@gmail.com>
2550 M: Ray Jui <rjui@broadcom.com>
2551 M: Scott Branden <sbranden@broadcom.com>
2552 M: bcm-kernel-feedback-list@broadcom.com
2553 T: git git://github.com/broadcom/mach-bcm
2554 S: Maintained
2555 N: bcm281*
2556 N: bcm113*
2557 N: bcm216*
2558 N: kona
2559 F: arch/arm/mach-bcm/
2560
2561 BROADCOM BCM2835 ARM ARCHITECTURE
2562 M: Stephen Warren <swarren@wwwdotorg.org>
2563 M: Lee Jones <lee@kernel.org>
2564 M: Eric Anholt <eric@anholt.net>
2565 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2566 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2568 S: Maintained
2569 N: bcm2835
2570
2571 BROADCOM BCM47XX MIPS ARCHITECTURE
2572 M: Hauke Mehrtens <hauke@hauke-m.de>
2573 M: Rafał Miłecki <zajec5@gmail.com>
2574 L: linux-mips@linux-mips.org
2575 S: Maintained
2576 F: Documentation/devicetree/bindings/mips/brcm/
2577 F: arch/mips/bcm47xx/*
2578 F: arch/mips/include/asm/mach-bcm47xx/*
2579
2580 BROADCOM BCM5301X ARM ARCHITECTURE
2581 M: Hauke Mehrtens <hauke@hauke-m.de>
2582 M: Rafał Miłecki <zajec5@gmail.com>
2583 M: bcm-kernel-feedback-list@broadcom.com
2584 L: linux-arm-kernel@lists.infradead.org
2585 S: Maintained
2586 F: arch/arm/mach-bcm/bcm_5301x.c
2587 F: arch/arm/boot/dts/bcm5301x*.dtsi
2588 F: arch/arm/boot/dts/bcm470*
2589
2590 BROADCOM BCM63XX ARM ARCHITECTURE
2591 M: Florian Fainelli <f.fainelli@gmail.com>
2592 M: bcm-kernel-feedback-list@broadcom.com
2593 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2594 T: git git://github.com/broadcom/stblinux.git
2595 S: Maintained
2596 N: bcm63xx
2597
2598 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2599 M: Kevin Cernekee <cernekee@gmail.com>
2600 L: linux-usb@vger.kernel.org
2601 S: Maintained
2602 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2603
2604 BROADCOM BCM7XXX ARM ARCHITECTURE
2605 M: Brian Norris <computersforpeace@gmail.com>
2606 M: Gregory Fong <gregory.0xf0@gmail.com>
2607 M: Florian Fainelli <f.fainelli@gmail.com>
2608 M: bcm-kernel-feedback-list@broadcom.com
2609 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2610 T: git git://github.com/broadcom/stblinux.git
2611 S: Maintained
2612 F: arch/arm/mach-bcm/*brcmstb*
2613 F: arch/arm/boot/dts/bcm7*.dts*
2614 F: drivers/bus/brcmstb_gisb.c
2615 N: brcmstb
2616
2617 BROADCOM BMIPS MIPS ARCHITECTURE
2618 M: Kevin Cernekee <cernekee@gmail.com>
2619 M: Florian Fainelli <f.fainelli@gmail.com>
2620 L: linux-mips@linux-mips.org
2621 T: git git://github.com/broadcom/stblinux.git
2622 S: Maintained
2623 F: arch/mips/bmips/*
2624 F: arch/mips/include/asm/mach-bmips/*
2625 F: arch/mips/kernel/*bmips*
2626 F: arch/mips/boot/dts/brcm/bcm*.dts*
2627 F: drivers/irqchip/irq-bcm63*
2628 F: drivers/irqchip/irq-bcm7*
2629 F: drivers/irqchip/irq-brcmstb*
2630 F: include/linux/bcm963xx_nvram.h
2631 F: include/linux/bcm963xx_tag.h
2632
2633 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2634 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
2635 M: Prashant Sreedharan <prashant@broadcom.com>
2636 M: Michael Chan <mchan@broadcom.com>
2637 L: netdev@vger.kernel.org
2638 S: Supported
2639 F: drivers/net/ethernet/broadcom/tg3.*
2640
2641 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2642 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2643 M: Franky Lin <franky.lin@broadcom.com>
2644 M: Hante Meuleman <hante.meuleman@broadcom.com>
2645 L: linux-wireless@vger.kernel.org
2646 L: brcm80211-dev-list.pdl@broadcom.com
2647 S: Supported
2648 F: drivers/net/wireless/broadcom/brcm80211/
2649
2650 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2651 M: QLogic-Storage-Upstream@qlogic.com
2652 L: linux-scsi@vger.kernel.org
2653 S: Supported
2654 F: drivers/scsi/bnx2fc/
2655
2656 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2657 M: QLogic-Storage-Upstream@qlogic.com
2658 L: linux-scsi@vger.kernel.org
2659 S: Supported
2660 F: drivers/scsi/bnx2i/
2661
2662 BROADCOM IPROC ARM ARCHITECTURE
2663 M: Ray Jui <rjui@broadcom.com>
2664 M: Scott Branden <sbranden@broadcom.com>
2665 M: Jon Mason <jonmason@broadcom.com>
2666 M: bcm-kernel-feedback-list@broadcom.com
2667 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2668 T: git git://github.com/broadcom/cygnus-linux.git
2669 S: Maintained
2670 N: iproc
2671 N: cygnus
2672 N: bcm[-_]nsp
2673 N: bcm9113*
2674 N: bcm9583*
2675 N: bcm9585*
2676 N: bcm9586*
2677 N: bcm988312
2678 N: bcm113*
2679 N: bcm583*
2680 N: bcm585*
2681 N: bcm586*
2682 N: bcm88312
2683 F: arch/arm64/boot/dts/broadcom/ns2*
2684 F: drivers/clk/bcm/clk-ns*
2685 F: drivers/pinctrl/bcm/pinctrl-ns*
2686
2687 BROADCOM BRCMSTB GPIO DRIVER
2688 M: Gregory Fong <gregory.0xf0@gmail.com>
2689 L: bcm-kernel-feedback-list@broadcom.com
2690 S: Supported
2691 F: drivers/gpio/gpio-brcmstb.c
2692 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2693
2694 BROADCOM KONA GPIO DRIVER
2695 M: Ray Jui <rjui@broadcom.com>
2696 L: bcm-kernel-feedback-list@broadcom.com
2697 S: Supported
2698 F: drivers/gpio/gpio-bcm-kona.c
2699 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2700
2701 BROADCOM NVRAM DRIVER
2702 M: Rafał Miłecki <zajec5@gmail.com>
2703 L: linux-mips@linux-mips.org
2704 S: Maintained
2705 F: drivers/firmware/broadcom/*
2706
2707 BROADCOM STB NAND FLASH DRIVER
2708 M: Brian Norris <computersforpeace@gmail.com>
2709 M: Kamal Dasu <kdasu.kdev@gmail.com>
2710 L: linux-mtd@lists.infradead.org
2711 L: bcm-kernel-feedback-list@broadcom.com
2712 S: Maintained
2713 F: drivers/mtd/nand/brcmnand/
2714
2715 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2716 M: Rafał Miłecki <zajec5@gmail.com>
2717 L: linux-wireless@vger.kernel.org
2718 S: Maintained
2719 F: drivers/bcma/
2720 F: include/linux/bcma/
2721
2722 BROADCOM SYSTEMPORT ETHERNET DRIVER
2723 M: Florian Fainelli <f.fainelli@gmail.com>
2724 L: netdev@vger.kernel.org
2725 S: Supported
2726 F: drivers/net/ethernet/broadcom/bcmsysport.*
2727
2728 BROADCOM VULCAN ARM64 SOC
2729 M: Jayachandran C. <jchandra@broadcom.com>
2730 M: bcm-kernel-feedback-list@broadcom.com
2731 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2732 S: Maintained
2733 F: arch/arm64/boot/dts/broadcom/vulcan*
2734
2735 BROCADE BFA FC SCSI DRIVER
2736 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2737 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2738 L: linux-scsi@vger.kernel.org
2739 S: Supported
2740 F: drivers/scsi/bfa/
2741
2742 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2743 M: Rasesh Mody <rasesh.mody@qlogic.com>
2744 L: netdev@vger.kernel.org
2745 S: Supported
2746 F: drivers/net/ethernet/brocade/bna/
2747
2748 BSG (block layer generic sg v4 driver)
2749 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2750 L: linux-scsi@vger.kernel.org
2751 S: Supported
2752 F: block/bsg.c
2753 F: include/linux/bsg.h
2754 F: include/uapi/linux/bsg.h
2755
2756 BT87X AUDIO DRIVER
2757 M: Clemens Ladisch <clemens@ladisch.de>
2758 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2759 T: git git://git.alsa-project.org/alsa-kernel.git
2760 S: Maintained
2761 F: Documentation/sound/alsa/Bt87x.txt
2762 F: sound/pci/bt87x.c
2763
2764 BT8XXGPIO DRIVER
2765 M: Michael Buesch <m@bues.ch>
2766 W: http://bu3sch.de/btgpio.php
2767 S: Maintained
2768 F: drivers/gpio/gpio-bt8xx.c
2769
2770 BTRFS FILE SYSTEM
2771 M: Chris Mason <clm@fb.com>
2772 M: Josef Bacik <jbacik@fb.com>
2773 M: David Sterba <dsterba@suse.com>
2774 L: linux-btrfs@vger.kernel.org
2775 W: http://btrfs.wiki.kernel.org/
2776 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2778 S: Maintained
2779 F: Documentation/filesystems/btrfs.txt
2780 F: fs/btrfs/
2781
2782 BTTV VIDEO4LINUX DRIVER
2783 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2784 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2785 L: linux-media@vger.kernel.org
2786 W: https://linuxtv.org
2787 T: git git://linuxtv.org/media_tree.git
2788 S: Odd fixes
2789 F: Documentation/video4linux/bttv/
2790 F: drivers/media/pci/bt8xx/bttv*
2791
2792 BUSLOGIC SCSI DRIVER
2793 M: Khalid Aziz <khalid@gonehiking.org>
2794 L: linux-scsi@vger.kernel.org
2795 S: Maintained
2796 F: drivers/scsi/BusLogic.*
2797 F: drivers/scsi/FlashPoint.*
2798
2799 C-MEDIA CMI8788 DRIVER
2800 M: Clemens Ladisch <clemens@ladisch.de>
2801 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2802 T: git git://git.alsa-project.org/alsa-kernel.git
2803 S: Maintained
2804 F: sound/pci/oxygen/
2805
2806 C6X ARCHITECTURE
2807 M: Mark Salter <msalter@redhat.com>
2808 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2809 L: linux-c6x-dev@linux-c6x.org
2810 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2811 S: Maintained
2812 F: arch/c6x/
2813
2814 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2815 M: David Howells <dhowells@redhat.com>
2816 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2817 S: Supported
2818 F: Documentation/filesystems/caching/cachefiles.txt
2819 F: fs/cachefiles/
2820
2821 CADET FM/AM RADIO RECEIVER DRIVER
2822 M: Hans Verkuil <hverkuil@xs4all.nl>
2823 L: linux-media@vger.kernel.org
2824 T: git git://linuxtv.org/media_tree.git
2825 W: https://linuxtv.org
2826 S: Maintained
2827 F: drivers/media/radio/radio-cadet*
2828
2829 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2830 M: Jonathan Corbet <corbet@lwn.net>
2831 L: linux-media@vger.kernel.org
2832 T: git git://linuxtv.org/media_tree.git
2833 S: Maintained
2834 F: Documentation/video4linux/cafe_ccic
2835 F: drivers/media/platform/marvell-ccic/
2836
2837 CAIF NETWORK LAYER
2838 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2839 L: netdev@vger.kernel.org
2840 S: Supported
2841 F: Documentation/networking/caif/
2842 F: drivers/net/caif/
2843 F: include/uapi/linux/caif/
2844 F: include/net/caif/
2845 F: net/caif/
2846
2847 CALGARY x86-64 IOMMU
2848 M: Muli Ben-Yehuda <mulix@mulix.org>
2849 M: Jon Mason <jdmason@kudzu.us>
2850 L: iommu@lists.linux-foundation.org
2851 S: Maintained
2852 F: arch/x86/kernel/pci-calgary_64.c
2853 F: arch/x86/kernel/tce_64.c
2854 F: arch/x86/include/asm/calgary.h
2855 F: arch/x86/include/asm/tce.h
2856
2857 CAN NETWORK LAYER
2858 M: Oliver Hartkopp <socketcan@hartkopp.net>
2859 M: Marc Kleine-Budde <mkl@pengutronix.de>
2860 L: linux-can@vger.kernel.org
2861 W: https://github.com/linux-can
2862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2864 S: Maintained
2865 F: Documentation/networking/can.txt
2866 F: net/can/
2867 F: include/linux/can/core.h
2868 F: include/uapi/linux/can.h
2869 F: include/uapi/linux/can/bcm.h
2870 F: include/uapi/linux/can/raw.h
2871 F: include/uapi/linux/can/gw.h
2872
2873 CAN NETWORK DRIVERS
2874 M: Wolfgang Grandegger <wg@grandegger.com>
2875 M: Marc Kleine-Budde <mkl@pengutronix.de>
2876 L: linux-can@vger.kernel.org
2877 W: https://github.com/linux-can
2878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2880 S: Maintained
2881 F: Documentation/devicetree/bindings/net/can/
2882 F: drivers/net/can/
2883 F: include/linux/can/dev.h
2884 F: include/linux/can/platform/
2885 F: include/uapi/linux/can/error.h
2886 F: include/uapi/linux/can/netlink.h
2887
2888 CAPABILITIES
2889 M: Serge Hallyn <serge@hallyn.com>
2890 L: linux-security-module@vger.kernel.org
2891 S: Supported
2892 F: include/linux/capability.h
2893 F: include/uapi/linux/capability.h
2894 F: security/commoncap.c
2895 F: kernel/capability.c
2896
2897 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2898 M: Kevin Tsai <ktsai@capellamicro.com>
2899 S: Maintained
2900 F: drivers/iio/light/cm*
2901 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2902
2903 CAVIUM I2C DRIVER
2904 M: Jan Glauber <jglauber@cavium.com>
2905 M: David Daney <david.daney@cavium.com>
2906 W: http://www.cavium.com
2907 S: Supported
2908 F: drivers/i2c/busses/i2c-octeon*
2909 F: drivers/i2c/busses/i2c-thunderx*
2910
2911 CAVIUM LIQUIDIO NETWORK DRIVER
2912 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2913 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2914 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2915 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2916 L: netdev@vger.kernel.org
2917 W: http://www.cavium.com
2918 S: Supported
2919 F: drivers/net/ethernet/cavium/liquidio/
2920
2921 CC2520 IEEE-802.15.4 RADIO DRIVER
2922 M: Varka Bhadram <varkabhadram@gmail.com>
2923 L: linux-wpan@vger.kernel.org
2924 S: Maintained
2925 F: drivers/net/ieee802154/cc2520.c
2926 F: include/linux/spi/cc2520.h
2927 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2928
2929 CEC DRIVER
2930 M: Hans Verkuil <hans.verkuil@cisco.com>
2931 L: linux-media@vger.kernel.org
2932 T: git git://linuxtv.org/media_tree.git
2933 W: http://linuxtv.org
2934 S: Supported
2935 F: Documentation/cec.txt
2936 F: Documentation/DocBook/media/v4l/cec*
2937 F: drivers/staging/media/cec/
2938 F: drivers/media/cec-edid.c
2939 F: drivers/media/rc/keymaps/rc-cec.c
2940 F: include/media/cec.h
2941 F: include/media/cec-edid.h
2942 F: include/linux/cec.h
2943 F: include/linux/cec-funcs.h
2944
2945 CELL BROADBAND ENGINE ARCHITECTURE
2946 M: Arnd Bergmann <arnd@arndb.de>
2947 L: linuxppc-dev@lists.ozlabs.org
2948 W: http://www.ibm.com/developerworks/power/cell/
2949 S: Supported
2950 F: arch/powerpc/include/asm/cell*.h
2951 F: arch/powerpc/include/asm/spu*.h
2952 F: arch/powerpc/include/uapi/asm/spu*.h
2953 F: arch/powerpc/oprofile/*cell*
2954 F: arch/powerpc/platforms/cell/
2955
2956 CEPH COMMON CODE (LIBCEPH)
2957 M: Ilya Dryomov <idryomov@gmail.com>
2958 M: "Yan, Zheng" <zyan@redhat.com>
2959 M: Sage Weil <sage@redhat.com>
2960 L: ceph-devel@vger.kernel.org
2961 W: http://ceph.com/
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2963 T: git git://github.com/ceph/ceph-client.git
2964 S: Supported
2965 F: net/ceph/
2966 F: include/linux/ceph/
2967 F: include/linux/crush/
2968
2969 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2970 M: "Yan, Zheng" <zyan@redhat.com>
2971 M: Sage Weil <sage@redhat.com>
2972 M: Ilya Dryomov <idryomov@gmail.com>
2973 L: ceph-devel@vger.kernel.org
2974 W: http://ceph.com/
2975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2976 T: git git://github.com/ceph/ceph-client.git
2977 S: Supported
2978 F: Documentation/filesystems/ceph.txt
2979 F: fs/ceph/
2980
2981 CERTIFICATE HANDLING:
2982 M: David Howells <dhowells@redhat.com>
2983 M: David Woodhouse <dwmw2@infradead.org>
2984 L: keyrings@vger.kernel.org
2985 S: Maintained
2986 F: Documentation/module-signing.txt
2987 F: certs/
2988 F: scripts/sign-file.c
2989 F: scripts/extract-cert.c
2990
2991 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2992 L: linux-usb@vger.kernel.org
2993 S: Orphan
2994 F: Documentation/usb/WUSB-Design-overview.txt
2995 F: Documentation/usb/wusb-cbaf
2996 F: drivers/usb/host/hwa-hc.c
2997 F: drivers/usb/host/whci/
2998 F: drivers/usb/wusbcore/
2999 F: include/linux/usb/wusb*
3000
3001 CFAG12864B LCD DRIVER
3002 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3003 W: http://miguelojeda.es/auxdisplay.htm
3004 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3005 S: Maintained
3006 F: drivers/auxdisplay/cfag12864b.c
3007 F: include/linux/cfag12864b.h
3008
3009 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3010 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3011 W: http://miguelojeda.es/auxdisplay.htm
3012 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3013 S: Maintained
3014 F: drivers/auxdisplay/cfag12864bfb.c
3015 F: include/linux/cfag12864b.h
3016
3017 CFG80211 and NL80211
3018 M: Johannes Berg <johannes@sipsolutions.net>
3019 L: linux-wireless@vger.kernel.org
3020 W: http://wireless.kernel.org/
3021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3022 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3023 S: Maintained
3024 F: include/uapi/linux/nl80211.h
3025 F: include/net/cfg80211.h
3026 F: net/wireless/*
3027 X: net/wireless/wext*
3028
3029 CHAR and MISC DRIVERS
3030 M: Arnd Bergmann <arnd@arndb.de>
3031 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3033 S: Supported
3034 F: drivers/char/*
3035 F: drivers/misc/*
3036 F: include/linux/miscdevice.h
3037
3038 CHECKPATCH
3039 M: Andy Whitcroft <apw@canonical.com>
3040 M: Joe Perches <joe@perches.com>
3041 S: Maintained
3042 F: scripts/checkpatch.pl
3043
3044 CHINESE DOCUMENTATION
3045 M: Harry Wei <harryxiyou@gmail.com>
3046 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3047 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3048 S: Maintained
3049 F: Documentation/zh_CN/
3050
3051 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3052 M: Peter Chen <Peter.Chen@nxp.com>
3053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3054 L: linux-usb@vger.kernel.org
3055 S: Maintained
3056 F: drivers/usb/chipidea/
3057
3058 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3059 M: Hans de Goede <hdegoede@redhat.com>
3060 L: linux-input@vger.kernel.org
3061 S: Maintained
3062 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3063 F: drivers/input/touchscreen/chipone_icn8318.c
3064
3065 CHROME HARDWARE PLATFORM SUPPORT
3066 M: Olof Johansson <olof@lixom.net>
3067 S: Maintained
3068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3069 F: drivers/platform/chrome/
3070
3071 CISCO VIC ETHERNET NIC DRIVER
3072 M: Christian Benvenuti <benve@cisco.com>
3073 M: Sujith Sankar <ssujith@cisco.com>
3074 M: Govindarajulu Varadarajan <_govind@gmx.com>
3075 M: Neel Patel <neepatel@cisco.com>
3076 S: Supported
3077 F: drivers/net/ethernet/cisco/enic/
3078
3079 CISCO VIC LOW LATENCY NIC DRIVER
3080 M: Christian Benvenuti <benve@cisco.com>
3081 M: Dave Goodell <dgoodell@cisco.com>
3082 S: Supported
3083 F: drivers/infiniband/hw/usnic/
3084
3085 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3086 M: Hartley Sweeten <hsweeten@visionengravers.com>
3087 L: netdev@vger.kernel.org
3088 S: Maintained
3089 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3090
3091 CIRRUS LOGIC AUDIO CODEC DRIVERS
3092 M: Brian Austin <brian.austin@cirrus.com>
3093 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3094 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3095 S: Maintained
3096 F: sound/soc/codecs/cs*
3097
3098 CLEANCACHE API
3099 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3100 L: linux-kernel@vger.kernel.org
3101 S: Maintained
3102 F: mm/cleancache.c
3103 F: include/linux/cleancache.h
3104
3105 CLK API
3106 M: Russell King <linux@armlinux.org.uk>
3107 L: linux-clk@vger.kernel.org
3108 S: Maintained
3109 F: include/linux/clk.h
3110
3111 CLOCKSOURCE, CLOCKEVENT DRIVERS
3112 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3113 M: Thomas Gleixner <tglx@linutronix.de>
3114 L: linux-kernel@vger.kernel.org
3115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3116 S: Supported
3117 F: drivers/clocksource
3118
3119 CISCO FCOE HBA DRIVER
3120 M: Hiral Patel <hiralpat@cisco.com>
3121 M: Suma Ramars <sramars@cisco.com>
3122 M: Brian Uchino <buchino@cisco.com>
3123 L: linux-scsi@vger.kernel.org
3124 S: Supported
3125 F: drivers/scsi/fnic/
3126
3127 CISCO SCSI HBA DRIVER
3128 M: Narsimhulu Musini <nmusini@cisco.com>
3129 M: Sesidhar Baddela <sebaddel@cisco.com>
3130 L: linux-scsi@vger.kernel.org
3131 S: Supported
3132 F: drivers/scsi/snic/
3133
3134 CMPC ACPI DRIVER
3135 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3136 M: Daniel Oliveira Nascimento <don@syst.com.br>
3137 L: platform-driver-x86@vger.kernel.org
3138 S: Supported
3139 F: drivers/platform/x86/classmate-laptop.c
3140
3141 COBALT MEDIA DRIVER
3142 M: Hans Verkuil <hans.verkuil@cisco.com>
3143 L: linux-media@vger.kernel.org
3144 T: git git://linuxtv.org/media_tree.git
3145 W: https://linuxtv.org
3146 S: Supported
3147 F: drivers/media/pci/cobalt/
3148
3149 COCCINELLE/Semantic Patches (SmPL)
3150 M: Julia Lawall <Julia.Lawall@lip6.fr>
3151 M: Gilles Muller <Gilles.Muller@lip6.fr>
3152 M: Nicolas Palix <nicolas.palix@imag.fr>
3153 M: Michal Marek <mmarek@suse.com>
3154 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3156 W: http://coccinelle.lip6.fr/
3157 S: Supported
3158 F: Documentation/dev-tools/coccinelle.rst
3159 F: scripts/coccinelle/
3160 F: scripts/coccicheck
3161
3162 CODA FILE SYSTEM
3163 M: Jan Harkes <jaharkes@cs.cmu.edu>
3164 M: coda@cs.cmu.edu
3165 L: codalist@coda.cs.cmu.edu
3166 W: http://www.coda.cs.cmu.edu/
3167 S: Maintained
3168 F: Documentation/filesystems/coda.txt
3169 F: fs/coda/
3170 F: include/linux/coda*.h
3171 F: include/uapi/linux/coda*.h
3172
3173 CODA V4L2 MEM2MEM DRIVER
3174 M: Philipp Zabel <p.zabel@pengutronix.de>
3175 L: linux-media@vger.kernel.org
3176 S: Maintained
3177 F: Documentation/devicetree/bindings/media/coda.txt
3178 F: drivers/media/platform/coda/
3179
3180 COMMON CLK FRAMEWORK
3181 M: Michael Turquette <mturquette@baylibre.com>
3182 M: Stephen Boyd <sboyd@codeaurora.org>
3183 L: linux-clk@vger.kernel.org
3184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3185 S: Maintained
3186 F: Documentation/devicetree/bindings/clock/
3187 F: drivers/clk/
3188 X: drivers/clk/clkdev.c
3189 F: include/linux/clk-pr*
3190 F: include/linux/clk/
3191
3192 COMMON INTERNET FILE SYSTEM (CIFS)
3193 M: Steve French <sfrench@samba.org>
3194 L: linux-cifs@vger.kernel.org
3195 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3196 W: http://linux-cifs.samba.org/
3197 T: git git://git.samba.org/sfrench/cifs-2.6.git
3198 S: Supported
3199 F: Documentation/filesystems/cifs/
3200 F: fs/cifs/
3201
3202 COMPACTPCI HOTPLUG CORE
3203 M: Scott Murray <scott@spiteful.org>
3204 L: linux-pci@vger.kernel.org
3205 S: Maintained
3206 F: drivers/pci/hotplug/cpci_hotplug*
3207
3208 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3209 M: Scott Murray <scott@spiteful.org>
3210 L: linux-pci@vger.kernel.org
3211 S: Maintained
3212 F: drivers/pci/hotplug/cpcihp_zt5550.*
3213
3214 COMPACTPCI HOTPLUG GENERIC DRIVER
3215 M: Scott Murray <scott@spiteful.org>
3216 L: linux-pci@vger.kernel.org
3217 S: Maintained
3218 F: drivers/pci/hotplug/cpcihp_generic.c
3219
3220 COMPAL LAPTOP SUPPORT
3221 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3222 L: platform-driver-x86@vger.kernel.org
3223 S: Maintained
3224 F: drivers/platform/x86/compal-laptop.c
3225
3226 CONEXANT ACCESSRUNNER USB DRIVER
3227 L: accessrunner-general@lists.sourceforge.net
3228 W: http://accessrunner.sourceforge.net/
3229 S: Orphan
3230 F: drivers/usb/atm/cxacru.c
3231
3232 CONFIGFS
3233 M: Joel Becker <jlbec@evilplan.org>
3234 M: Christoph Hellwig <hch@lst.de>
3235 T: git git://git.infradead.org/users/hch/configfs.git
3236 S: Supported
3237 F: fs/configfs/
3238 F: include/linux/configfs.h
3239
3240 CONNECTOR
3241 M: Evgeniy Polyakov <zbr@ioremap.net>
3242 L: netdev@vger.kernel.org
3243 S: Maintained
3244 F: drivers/connector/
3245
3246 CONTROL GROUP (CGROUP)
3247 M: Tejun Heo <tj@kernel.org>
3248 M: Li Zefan <lizefan@huawei.com>
3249 M: Johannes Weiner <hannes@cmpxchg.org>
3250 L: cgroups@vger.kernel.org
3251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3252 S: Maintained
3253 F: Documentation/cgroup*
3254 F: include/linux/cgroup*
3255 F: kernel/cgroup*
3256
3257 CONTROL GROUP - CPUSET
3258 M: Li Zefan <lizefan@huawei.com>
3259 L: cgroups@vger.kernel.org
3260 W: http://www.bullopensource.org/cpuset/
3261 W: http://oss.sgi.com/projects/cpusets/
3262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3263 S: Maintained
3264 F: Documentation/cgroup-v1/cpusets.txt
3265 F: include/linux/cpuset.h
3266 F: kernel/cpuset.c
3267
3268 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3269 M: Johannes Weiner <hannes@cmpxchg.org>
3270 M: Michal Hocko <mhocko@kernel.org>
3271 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3272 L: cgroups@vger.kernel.org
3273 L: linux-mm@kvack.org
3274 S: Maintained
3275 F: mm/memcontrol.c
3276 F: mm/swap_cgroup.c
3277
3278 CORETEMP HARDWARE MONITORING DRIVER
3279 M: Fenghua Yu <fenghua.yu@intel.com>
3280 L: linux-hwmon@vger.kernel.org
3281 S: Maintained
3282 F: Documentation/hwmon/coretemp
3283 F: drivers/hwmon/coretemp.c
3284
3285 COSA/SRP SYNC SERIAL DRIVER
3286 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3287 W: http://www.fi.muni.cz/~kas/cosa/
3288 S: Maintained
3289 F: drivers/net/wan/cosa*
3290
3291 CPMAC ETHERNET DRIVER
3292 M: Florian Fainelli <f.fainelli@gmail.com>
3293 L: netdev@vger.kernel.org
3294 S: Maintained
3295 F: drivers/net/ethernet/ti/cpmac.c
3296
3297 CPU FREQUENCY DRIVERS
3298 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3299 M: Viresh Kumar <viresh.kumar@linaro.org>
3300 L: linux-pm@vger.kernel.org
3301 S: Maintained
3302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3303 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3304 F: drivers/cpufreq/
3305 F: include/linux/cpufreq.h
3306
3307 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3308 M: Viresh Kumar <viresh.kumar@linaro.org>
3309 M: Sudeep Holla <sudeep.holla@arm.com>
3310 L: linux-pm@vger.kernel.org
3311 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3312 S: Maintained
3313 F: drivers/cpufreq/arm_big_little.h
3314 F: drivers/cpufreq/arm_big_little.c
3315 F: drivers/cpufreq/arm_big_little_dt.c
3316
3317 CPUIDLE DRIVER - ARM BIG LITTLE
3318 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3319 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3320 L: linux-pm@vger.kernel.org
3321 L: linux-arm-kernel@lists.infradead.org
3322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3323 S: Maintained
3324 F: drivers/cpuidle/cpuidle-big_little.c
3325
3326 CPUIDLE DRIVER - ARM EXYNOS
3327 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3328 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3329 M: Kukjin Kim <kgene@kernel.org>
3330 L: linux-pm@vger.kernel.org
3331 L: linux-samsung-soc@vger.kernel.org
3332 S: Supported
3333 F: drivers/cpuidle/cpuidle-exynos.c
3334 F: arch/arm/mach-exynos/pm.c
3335
3336 CPUIDLE DRIVERS
3337 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3338 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3339 L: linux-pm@vger.kernel.org
3340 S: Maintained
3341 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3342 F: drivers/cpuidle/*
3343 F: include/linux/cpuidle.h
3344
3345 CPUID/MSR DRIVER
3346 M: "H. Peter Anvin" <hpa@zytor.com>
3347 S: Maintained
3348 F: arch/x86/kernel/cpuid.c
3349 F: arch/x86/kernel/msr.c
3350
3351 CPU POWER MONITORING SUBSYSTEM
3352 M: Thomas Renninger <trenn@suse.com>
3353 L: linux-pm@vger.kernel.org
3354 S: Maintained
3355 F: tools/power/cpupower/
3356
3357 CRAMFS FILESYSTEM
3358 W: http://sourceforge.net/projects/cramfs/
3359 S: Orphan / Obsolete
3360 F: Documentation/filesystems/cramfs.txt
3361 F: fs/cramfs/
3362
3363 CRIS PORT
3364 M: Mikael Starvik <starvik@axis.com>
3365 M: Jesper Nilsson <jesper.nilsson@axis.com>
3366 L: linux-cris-kernel@axis.com
3367 W: http://developer.axis.com
3368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3369 S: Maintained
3370 F: arch/cris/
3371 F: drivers/tty/serial/crisv10.*
3372
3373 CRYPTO API
3374 M: Herbert Xu <herbert@gondor.apana.org.au>
3375 M: "David S. Miller" <davem@davemloft.net>
3376 L: linux-crypto@vger.kernel.org
3377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3379 S: Maintained
3380 F: Documentation/crypto/
3381 F: Documentation/devicetree/bindings/crypto/
3382 F: Documentation/DocBook/crypto-API.tmpl
3383 F: arch/*/crypto/
3384 F: crypto/
3385 F: drivers/crypto/
3386 F: include/crypto/
3387
3388 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3389 M: Neil Horman <nhorman@tuxdriver.com>
3390 L: linux-crypto@vger.kernel.org
3391 S: Maintained
3392 F: crypto/ansi_cprng.c
3393 F: crypto/rng.c
3394
3395 CS3308 MEDIA DRIVER
3396 M: Hans Verkuil <hverkuil@xs4all.nl>
3397 L: linux-media@vger.kernel.org
3398 T: git git://linuxtv.org/media_tree.git
3399 W: http://linuxtv.org
3400 S: Odd Fixes
3401 F: drivers/media/i2c/cs3308.c
3402 F: drivers/media/i2c/cs3308.h
3403
3404 CS5535 Audio ALSA driver
3405 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3406 S: Maintained
3407 F: sound/pci/cs5535audio/
3408
3409 CW1200 WLAN driver
3410 M: Solomon Peachy <pizza@shaftnet.org>
3411 S: Maintained
3412 F: drivers/net/wireless/st/cw1200/
3413
3414 CX18 VIDEO4LINUX DRIVER
3415 M: Andy Walls <awalls@md.metrocast.net>
3416 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3417 L: linux-media@vger.kernel.org
3418 T: git git://linuxtv.org/media_tree.git
3419 W: https://linuxtv.org
3420 W: http://www.ivtvdriver.org/index.php/Cx18
3421 S: Maintained
3422 F: Documentation/video4linux/cx18.txt
3423 F: drivers/media/pci/cx18/
3424 F: include/uapi/linux/ivtv*
3425
3426 CX2341X MPEG ENCODER HELPER MODULE
3427 M: Hans Verkuil <hverkuil@xs4all.nl>
3428 L: linux-media@vger.kernel.org
3429 T: git git://linuxtv.org/media_tree.git
3430 W: https://linuxtv.org
3431 S: Maintained
3432 F: drivers/media/common/cx2341x*
3433 F: include/media/cx2341x*
3434
3435 CX24120 MEDIA DRIVER
3436 M: Jemma Denson <jdenson@gmail.com>
3437 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3438 L: linux-media@vger.kernel.org
3439 W: https://linuxtv.org
3440 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3441 S: Maintained
3442 F: drivers/media/dvb-frontends/cx24120*
3443
3444 CX88 VIDEO4LINUX DRIVER
3445 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3446 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3447 L: linux-media@vger.kernel.org
3448 W: https://linuxtv.org
3449 T: git git://linuxtv.org/media_tree.git
3450 S: Odd fixes
3451 F: Documentation/video4linux/cx88/
3452 F: drivers/media/pci/cx88/
3453
3454 CXD2820R MEDIA DRIVER
3455 M: Antti Palosaari <crope@iki.fi>
3456 L: linux-media@vger.kernel.org
3457 W: https://linuxtv.org
3458 W: http://palosaari.fi/linux/
3459 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3460 T: git git://linuxtv.org/anttip/media_tree.git
3461 S: Maintained
3462 F: drivers/media/dvb-frontends/cxd2820r*
3463
3464 CXGB3 ETHERNET DRIVER (CXGB3)
3465 M: Santosh Raspatur <santosh@chelsio.com>
3466 L: netdev@vger.kernel.org
3467 W: http://www.chelsio.com
3468 S: Supported
3469 F: drivers/net/ethernet/chelsio/cxgb3/
3470
3471 CXGB3 ISCSI DRIVER (CXGB3I)
3472 M: Karen Xie <kxie@chelsio.com>
3473 L: linux-scsi@vger.kernel.org
3474 W: http://www.chelsio.com
3475 S: Supported
3476 F: drivers/scsi/cxgbi/cxgb3i
3477
3478 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3479 M: Steve Wise <swise@chelsio.com>
3480 L: linux-rdma@vger.kernel.org
3481 W: http://www.openfabrics.org
3482 S: Supported
3483 F: drivers/infiniband/hw/cxgb3/
3484
3485 CXGB4 ETHERNET DRIVER (CXGB4)
3486 M: Hariprasad S <hariprasad@chelsio.com>
3487 L: netdev@vger.kernel.org
3488 W: http://www.chelsio.com
3489 S: Supported
3490 F: drivers/net/ethernet/chelsio/cxgb4/
3491
3492 CXGB4 ISCSI DRIVER (CXGB4I)
3493 M: Karen Xie <kxie@chelsio.com>
3494 L: linux-scsi@vger.kernel.org
3495 W: http://www.chelsio.com
3496 S: Supported
3497 F: drivers/scsi/cxgbi/cxgb4i
3498
3499 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3500 M: Steve Wise <swise@chelsio.com>
3501 L: linux-rdma@vger.kernel.org
3502 W: http://www.openfabrics.org
3503 S: Supported
3504 F: drivers/infiniband/hw/cxgb4/
3505
3506 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3507 M: Casey Leedom <leedom@chelsio.com>
3508 L: netdev@vger.kernel.org
3509 W: http://www.chelsio.com
3510 S: Supported
3511 F: drivers/net/ethernet/chelsio/cxgb4vf/
3512
3513 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3514 M: Ian Munsie <imunsie@au1.ibm.com>
3515 M: Michael Neuling <mikey@neuling.org>
3516 L: linuxppc-dev@lists.ozlabs.org
3517 S: Supported
3518 F: drivers/misc/cxl/
3519 F: include/misc/cxl*
3520 F: include/uapi/misc/cxl.h
3521 F: Documentation/powerpc/cxl.txt
3522 F: Documentation/powerpc/cxl.txt
3523 F: Documentation/ABI/testing/sysfs-class-cxl
3524
3525 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3526 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3527 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3528 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3529 L: linux-scsi@vger.kernel.org
3530 S: Supported
3531 F: drivers/scsi/cxlflash/
3532 F: include/uapi/scsi/cxlflash_ioctls.h
3533 F: Documentation/powerpc/cxlflash.txt
3534
3535 STMMAC ETHERNET DRIVER
3536 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3537 M: Alexandre Torgue <alexandre.torgue@st.com>
3538 L: netdev@vger.kernel.org
3539 W: http://www.stlinux.com
3540 S: Supported
3541 F: drivers/net/ethernet/stmicro/stmmac/
3542
3543 CYBERPRO FB DRIVER
3544 M: Russell King <linux@armlinux.org.uk>
3545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3546 W: http://www.armlinux.org.uk/
3547 S: Maintained
3548 F: drivers/video/fbdev/cyber2000fb.*
3549
3550 CYCLADES ASYNC MUX DRIVER
3551 W: http://www.cyclades.com/
3552 S: Orphan
3553 F: drivers/tty/cyclades.c
3554 F: include/linux/cyclades.h
3555 F: include/uapi/linux/cyclades.h
3556
3557 CYCLADES PC300 DRIVER
3558 W: http://www.cyclades.com/
3559 S: Orphan
3560 F: drivers/net/wan/pc300*
3561
3562 CYPRESS_FIRMWARE MEDIA DRIVER
3563 M: Antti Palosaari <crope@iki.fi>
3564 L: linux-media@vger.kernel.org
3565 W: https://linuxtv.org
3566 W: http://palosaari.fi/linux/
3567 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3568 T: git git://linuxtv.org/anttip/media_tree.git
3569 S: Maintained
3570 F: drivers/media/common/cypress_firmware*
3571
3572 CYTTSP TOUCHSCREEN DRIVER
3573 M: Ferruh Yigit <fery@cypress.com>
3574 L: linux-input@vger.kernel.org
3575 S: Supported
3576 F: drivers/input/touchscreen/cyttsp*
3577 F: include/linux/input/cyttsp.h
3578
3579 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3580 M: Joshua Kinard <kumba@gentoo.org>
3581 S: Maintained
3582 F: drivers/rtc/rtc-ds1685.c
3583 F: include/linux/rtc/ds1685.h
3584
3585 DAMA SLAVE for AX.25
3586 M: Joerg Reuter <jreuter@yaina.de>
3587 W: http://yaina.de/jreuter/
3588 W: http://www.qsl.net/dl1bke/
3589 L: linux-hams@vger.kernel.org
3590 S: Maintained
3591 F: net/ax25/af_ax25.c
3592 F: net/ax25/ax25_dev.c
3593 F: net/ax25/ax25_ds_*
3594 F: net/ax25/ax25_in.c
3595 F: net/ax25/ax25_out.c
3596 F: net/ax25/ax25_timer.c
3597 F: net/ax25/sysctl_net_ax25.c
3598
3599 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3600 L: netdev@vger.kernel.org
3601 S: Orphan
3602 F: Documentation/networking/dmfe.txt
3603 F: drivers/net/ethernet/dec/tulip/dmfe.c
3604
3605 DC390/AM53C974 SCSI driver
3606 M: Hannes Reinecke <hare@suse.com>
3607 L: linux-scsi@vger.kernel.org
3608 S: Maintained
3609 F: drivers/scsi/am53c974.c
3610
3611 DC395x SCSI driver
3612 M: Oliver Neukum <oliver@neukum.org>
3613 M: Ali Akcaagac <aliakc@web.de>
3614 M: Jamie Lenehan <lenehan@twibble.org>
3615 L: dc395x@twibble.org
3616 W: http://twibble.org/dist/dc395x/
3617 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3618 S: Maintained
3619 F: Documentation/scsi/dc395x.txt
3620 F: drivers/scsi/dc395x.*
3621
3622 DCCP PROTOCOL
3623 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3624 L: dccp@vger.kernel.org
3625 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3626 S: Maintained
3627 F: include/linux/dccp.h
3628 F: include/uapi/linux/dccp.h
3629 F: include/linux/tfrc.h
3630 F: net/dccp/
3631
3632 DECnet NETWORK LAYER
3633 W: http://linux-decnet.sourceforge.net
3634 L: linux-decnet-user@lists.sourceforge.net
3635 S: Orphan
3636 F: Documentation/networking/decnet.txt
3637 F: net/decnet/
3638
3639 DECSTATION PLATFORM SUPPORT
3640 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3641 L: linux-mips@linux-mips.org
3642 W: http://www.linux-mips.org/wiki/DECstation
3643 S: Maintained
3644 F: arch/mips/dec/
3645 F: arch/mips/include/asm/dec/
3646 F: arch/mips/include/asm/mach-dec/
3647
3648 DEFXX FDDI NETWORK DRIVER
3649 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3650 S: Maintained
3651 F: drivers/net/fddi/defxx.*
3652
3653 DELL LAPTOP DRIVER
3654 M: Matthew Garrett <mjg59@srcf.ucam.org>
3655 M: Pali Rohár <pali.rohar@gmail.com>
3656 L: platform-driver-x86@vger.kernel.org
3657 S: Maintained
3658 F: drivers/platform/x86/dell-laptop.c
3659
3660 DELL LAPTOP RBTN DRIVER
3661 M: Pali Rohár <pali.rohar@gmail.com>
3662 S: Maintained
3663 F: drivers/platform/x86/dell-rbtn.*
3664
3665 DELL LAPTOP FREEFALL DRIVER
3666 M: Pali Rohár <pali.rohar@gmail.com>
3667 S: Maintained
3668 F: drivers/platform/x86/dell-smo8800.c
3669
3670 DELL LAPTOP SMM DRIVER
3671 M: Pali Rohár <pali.rohar@gmail.com>
3672 S: Maintained
3673 F: drivers/hwmon/dell-smm-hwmon.c
3674 F: include/uapi/linux/i8k.h
3675
3676 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3677 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3678 S: Maintained
3679 F: Documentation/dcdbas.txt
3680 F: drivers/firmware/dcdbas.*
3681
3682 DELL WMI EXTRAS DRIVER
3683 M: Matthew Garrett <mjg59@srcf.ucam.org>
3684 M: Pali Rohár <pali.rohar@gmail.com>
3685 S: Maintained
3686 F: drivers/platform/x86/dell-wmi.c
3687
3688 DESIGNWARE USB2 DRD IP DRIVER
3689 M: John Youn <johnyoun@synopsys.com>
3690 L: linux-usb@vger.kernel.org
3691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3692 S: Maintained
3693 F: drivers/usb/dwc2/
3694
3695 DESIGNWARE USB3 DRD IP DRIVER
3696 M: Felipe Balbi <balbi@kernel.org>
3697 L: linux-usb@vger.kernel.org
3698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3699 S: Maintained
3700 F: drivers/usb/dwc3/
3701
3702 DEVICE COREDUMP (DEV_COREDUMP)
3703 M: Johannes Berg <johannes@sipsolutions.net>
3704 L: linux-kernel@vger.kernel.org
3705 S: Maintained
3706 F: drivers/base/devcoredump.c
3707 F: include/linux/devcoredump.h
3708
3709 DEVICE FREQUENCY (DEVFREQ)
3710 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3711 M: Kyungmin Park <kyungmin.park@samsung.com>
3712 L: linux-pm@vger.kernel.org
3713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3714 S: Maintained
3715 F: drivers/devfreq/
3716 F: include/linux/devfreq.h
3717 F: Documentation/devicetree/bindings/devfreq/
3718
3719 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3720 M: Chanwoo Choi <cw00.choi@samsung.com>
3721 L: linux-pm@vger.kernel.org
3722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3723 S: Supported
3724 F: drivers/devfreq/event/
3725 F: drivers/devfreq/devfreq-event.c
3726 F: include/linux/devfreq-event.h
3727 F: Documentation/devicetree/bindings/devfreq/event/
3728
3729 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3730 M: Chanwoo Choi <cw00.choi@samsung.com>
3731 L: linux-pm@vger.kernel.org
3732 L: linux-samsung-soc@vger.kernel.org
3733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3734 S: Maintained
3735 F: drivers/devfreq/exynos-bus.c
3736 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3737
3738 DEVICE NUMBER REGISTRY
3739 M: Torben Mathiasen <device@lanana.org>
3740 W: http://lanana.org/docs/device-list/index.html
3741 S: Maintained
3742
3743 DEVICE-MAPPER (LVM)
3744 M: Alasdair Kergon <agk@redhat.com>
3745 M: Mike Snitzer <snitzer@redhat.com>
3746 M: dm-devel@redhat.com
3747 L: dm-devel@redhat.com
3748 W: http://sources.redhat.com/dm
3749 Q: http://patchwork.kernel.org/project/dm-devel/list/
3750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3751 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3752 S: Maintained
3753 F: Documentation/device-mapper/
3754 F: drivers/md/dm*
3755 F: drivers/md/persistent-data/
3756 F: include/linux/device-mapper.h
3757 F: include/linux/dm-*.h
3758 F: include/uapi/linux/dm-*.h
3759
3760 DEVLINK
3761 M: Jiri Pirko <jiri@mellanox.com>
3762 L: netdev@vger.kernel.org
3763 S: Supported
3764 F: net/core/devlink.c
3765 F: include/net/devlink.h
3766 F: include/uapi/linux/devlink.h
3767
3768 DIALOG SEMICONDUCTOR DRIVERS
3769 M: Support Opensource <support.opensource@diasemi.com>
3770 W: http://www.dialog-semiconductor.com/products
3771 S: Supported
3772 F: Documentation/hwmon/da90??
3773 F: Documentation/devicetree/bindings/mfd/da90*.txt
3774 F: Documentation/devicetree/bindings/regulator/da92*.txt
3775 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3776 F: drivers/gpio/gpio-da90??.c
3777 F: drivers/hwmon/da90??-hwmon.c
3778 F: drivers/iio/adc/da91??-*.c
3779 F: drivers/input/misc/da90??_onkey.c
3780 F: drivers/input/touchscreen/da9052_tsi.c
3781 F: drivers/leds/leds-da90??.c
3782 F: drivers/mfd/da903x.c
3783 F: drivers/mfd/da90??-*.c
3784 F: drivers/mfd/da91??-*.c
3785 F: drivers/power/supply/da9052-battery.c
3786 F: drivers/power/supply/da91??-*.c
3787 F: drivers/regulator/da903x.c
3788 F: drivers/regulator/da9???-regulator.[ch]
3789 F: drivers/rtc/rtc-da90??.c
3790 F: drivers/video/backlight/da90??_bl.c
3791 F: drivers/watchdog/da90??_wdt.c
3792 F: include/linux/mfd/da903x.h
3793 F: include/linux/mfd/da9052/
3794 F: include/linux/mfd/da9055/
3795 F: include/linux/mfd/da9062/
3796 F: include/linux/mfd/da9063/
3797 F: include/linux/mfd/da9150/
3798 F: include/linux/regulator/da9211.h
3799 F: include/sound/da[79]*.h
3800 F: sound/soc/codecs/da[79]*.[ch]
3801
3802 DIGI NEO AND CLASSIC PCI PRODUCTS
3803 M: Lidza Louina <lidza.louina@gmail.com>
3804 M: Mark Hounschell <markh@compro.net>
3805 L: driverdev-devel@linuxdriverproject.org
3806 S: Maintained
3807 F: drivers/staging/dgnc/
3808
3809 DIOLAN U2C-12 I2C DRIVER
3810 M: Guenter Roeck <linux@roeck-us.net>
3811 L: linux-i2c@vger.kernel.org
3812 S: Maintained
3813 F: drivers/i2c/busses/i2c-diolan-u2c.c
3814
3815 DIRECT ACCESS (DAX)
3816 M: Matthew Wilcox <willy@linux.intel.com>
3817 L: linux-fsdevel@vger.kernel.org
3818 S: Supported
3819 F: fs/dax.c
3820
3821 DIRECTORY NOTIFICATION (DNOTIFY)
3822 M: Eric Paris <eparis@parisplace.org>
3823 S: Maintained
3824 F: Documentation/filesystems/dnotify.txt
3825 F: fs/notify/dnotify/
3826 F: include/linux/dnotify.h
3827
3828 DISK GEOMETRY AND PARTITION HANDLING
3829 M: Andries Brouwer <aeb@cwi.nl>
3830 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3831 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3832 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3833 S: Maintained
3834
3835 DISKQUOTA
3836 M: Jan Kara <jack@suse.com>
3837 S: Maintained
3838 F: Documentation/filesystems/quota.txt
3839 F: fs/quota/
3840 F: include/linux/quota*.h
3841 F: include/uapi/linux/quota*.h
3842
3843 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3844 M: Bernie Thompson <bernie@plugable.com>
3845 L: linux-fbdev@vger.kernel.org
3846 S: Maintained
3847 W: http://plugable.com/category/projects/udlfb/
3848 F: drivers/video/fbdev/udlfb.c
3849 F: include/video/udlfb.h
3850 F: Documentation/fb/udlfb.txt
3851
3852 DISTRIBUTED LOCK MANAGER (DLM)
3853 M: Christine Caulfield <ccaulfie@redhat.com>
3854 M: David Teigland <teigland@redhat.com>
3855 L: cluster-devel@redhat.com
3856 W: http://sources.redhat.com/cluster/
3857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3858 S: Supported
3859 F: fs/dlm/
3860
3861 DMA BUFFER SHARING FRAMEWORK
3862 M: Sumit Semwal <sumit.semwal@linaro.org>
3863 S: Maintained
3864 L: linux-media@vger.kernel.org
3865 L: dri-devel@lists.freedesktop.org
3866 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3867 F: drivers/dma-buf/
3868 F: include/linux/dma-buf*
3869 F: include/linux/reservation.h
3870 F: include/linux/*fence.h
3871 F: Documentation/dma-buf-sharing.txt
3872 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3873
3874 SYNC FILE FRAMEWORK
3875 M: Sumit Semwal <sumit.semwal@linaro.org>
3876 R: Gustavo Padovan <gustavo@padovan.org>
3877 S: Maintained
3878 L: linux-media@vger.kernel.org
3879 L: dri-devel@lists.freedesktop.org
3880 F: drivers/dma-buf/sync_file.c
3881 F: include/linux/sync_file.h
3882 F: Documentation/sync_file.txt
3883 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3884
3885 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3886 M: Vinod Koul <vinod.koul@intel.com>
3887 L: dmaengine@vger.kernel.org
3888 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3889 S: Maintained
3890 F: drivers/dma/
3891 F: include/linux/dmaengine.h
3892 F: Documentation/devicetree/bindings/dma/
3893 F: Documentation/dmaengine/
3894 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3895
3896 DME1737 HARDWARE MONITOR DRIVER
3897 M: Juerg Haefliger <juergh@gmail.com>
3898 L: linux-hwmon@vger.kernel.org
3899 S: Maintained
3900 F: Documentation/hwmon/dme1737
3901 F: drivers/hwmon/dme1737.c
3902
3903 DMI/SMBIOS SUPPORT
3904 M: Jean Delvare <jdelvare@suse.com>
3905 S: Maintained
3906 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3907 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3908 F: drivers/firmware/dmi-id.c
3909 F: drivers/firmware/dmi_scan.c
3910 F: include/linux/dmi.h
3911
3912 DOCUMENTATION
3913 M: Jonathan Corbet <corbet@lwn.net>
3914 L: linux-doc@vger.kernel.org
3915 S: Maintained
3916 F: Documentation/
3917 F: scripts/docproc.c
3918 F: scripts/kernel-doc*
3919 X: Documentation/ABI/
3920 X: Documentation/devicetree/
3921 X: Documentation/acpi
3922 X: Documentation/power
3923 X: Documentation/spi
3924 X: Documentation/DocBook/media
3925 T: git git://git.lwn.net/linux.git docs-next
3926
3927 DOUBLETALK DRIVER
3928 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3929 L: blinux-list@redhat.com
3930 S: Maintained
3931 F: drivers/char/dtlk.c
3932 F: include/linux/dtlk.h
3933
3934 DPT_I2O SCSI RAID DRIVER
3935 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3936 L: linux-scsi@vger.kernel.org
3937 W: http://www.adaptec.com/
3938 S: Maintained
3939 F: drivers/scsi/dpt*
3940 F: drivers/scsi/dpt/
3941
3942 DRBD DRIVER
3943 M: Philipp Reisner <philipp.reisner@linbit.com>
3944 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3945 L: drbd-dev@lists.linbit.com
3946 W: http://www.drbd.org
3947 T: git git://git.linbit.com/linux-drbd.git
3948 T: git git://git.linbit.com/drbd-8.4.git
3949 S: Supported
3950 F: drivers/block/drbd/
3951 F: lib/lru_cache.c
3952 F: Documentation/blockdev/drbd/
3953
3954 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3955 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3957 S: Supported
3958 F: Documentation/kobject.txt
3959 F: drivers/base/
3960 F: fs/debugfs/
3961 F: fs/kernfs/
3962 F: fs/sysfs/
3963 F: include/linux/debugfs.h
3964 F: include/linux/kobj*
3965 F: lib/kobj*
3966
3967 DRM DRIVERS
3968 M: David Airlie <airlied@linux.ie>
3969 L: dri-devel@lists.freedesktop.org
3970 T: git git://people.freedesktop.org/~airlied/linux
3971 S: Maintained
3972 F: drivers/gpu/drm/
3973 F: drivers/gpu/vga/
3974 F: Documentation/devicetree/bindings/display/
3975 F: Documentation/devicetree/bindings/gpu/
3976 F: Documentation/devicetree/bindings/video/
3977 F: Documentation/gpu/
3978 F: include/drm/
3979 F: include/uapi/drm/
3980
3981 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3982 M: Dave Airlie <airlied@redhat.com>
3983 S: Odd Fixes
3984 F: drivers/gpu/drm/ast/
3985
3986 DRM DRIVER FOR BOCHS VIRTUAL GPU
3987 M: Gerd Hoffmann <kraxel@redhat.com>
3988 S: Odd Fixes
3989 F: drivers/gpu/drm/bochs/
3990
3991 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3992 M: Dave Airlie <airlied@redhat.com>
3993 S: Odd Fixes
3994 F: drivers/gpu/drm/cirrus/
3995
3996 RADEON and AMDGPU DRM DRIVERS
3997 M: Alex Deucher <alexander.deucher@amd.com>
3998 M: Christian König <christian.koenig@amd.com>
3999 L: dri-devel@lists.freedesktop.org
4000 T: git git://people.freedesktop.org/~agd5f/linux
4001 S: Supported
4002 F: drivers/gpu/drm/radeon/
4003 F: include/uapi/drm/radeon_drm.h
4004 F: drivers/gpu/drm/amd/
4005 F: include/uapi/drm/amdgpu_drm.h
4006
4007 DRM PANEL DRIVERS
4008 M: Thierry Reding <thierry.reding@gmail.com>
4009 L: dri-devel@lists.freedesktop.org
4010 T: git git://anongit.freedesktop.org/tegra/linux.git
4011 S: Maintained
4012 F: drivers/gpu/drm/drm_panel.c
4013 F: drivers/gpu/drm/panel/
4014 F: include/drm/drm_panel.h
4015 F: Documentation/devicetree/bindings/display/panel/
4016
4017 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4018 M: Daniel Vetter <daniel.vetter@intel.com>
4019 M: Jani Nikula <jani.nikula@linux.intel.com>
4020 L: intel-gfx@lists.freedesktop.org
4021 L: dri-devel@lists.freedesktop.org
4022 W: https://01.org/linuxgraphics/
4023 Q: http://patchwork.freedesktop.org/project/intel-gfx/
4024 T: git git://anongit.freedesktop.org/drm-intel
4025 S: Supported
4026 F: drivers/gpu/drm/i915/
4027 F: include/drm/i915*
4028 F: include/uapi/drm/i915_drm.h
4029 F: Documentation/gpu/i915.rst
4030
4031 DRM DRIVERS FOR ATMEL HLCDC
4032 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4033 L: dri-devel@lists.freedesktop.org
4034 S: Supported
4035 F: drivers/gpu/drm/atmel-hlcdc/
4036 F: Documentation/devicetree/bindings/drm/atmel/
4037
4038 DRM DRIVERS FOR ALLWINNER A10
4039 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4040 L: dri-devel@lists.freedesktop.org
4041 S: Supported
4042 F: drivers/gpu/drm/sun4i/
4043 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4044
4045 DRM DRIVERS FOR EXYNOS
4046 M: Inki Dae <inki.dae@samsung.com>
4047 M: Joonyoung Shim <jy0922.shim@samsung.com>
4048 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4049 M: Kyungmin Park <kyungmin.park@samsung.com>
4050 L: dri-devel@lists.freedesktop.org
4051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4052 S: Supported
4053 F: drivers/gpu/drm/exynos/
4054 F: include/uapi/drm/exynos_drm.h
4055 F: Documentation/devicetree/bindings/display/exynos/
4056
4057 DRM DRIVERS FOR FREESCALE DCU
4058 M: Stefan Agner <stefan@agner.ch>
4059 M: Alison Wang <alison.wang@freescale.com>
4060 L: dri-devel@lists.freedesktop.org
4061 S: Supported
4062 F: drivers/gpu/drm/fsl-dcu/
4063 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4064 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4065 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4066
4067 DRM DRIVERS FOR FREESCALE IMX
4068 M: Philipp Zabel <p.zabel@pengutronix.de>
4069 L: dri-devel@lists.freedesktop.org
4070 S: Maintained
4071 F: drivers/gpu/drm/imx/
4072 F: drivers/gpu/ipu-v3/
4073 F: Documentation/devicetree/bindings/display/imx/
4074
4075 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4076 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4077 L: dri-devel@lists.freedesktop.org
4078 T: git git://github.com/patjak/drm-gma500
4079 S: Maintained
4080 F: drivers/gpu/drm/gma500/
4081
4082 DRM DRIVERS FOR HISILICON
4083 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4084 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4085 R: Chen Feng <puck.chen@hisilicon.com>
4086 L: dri-devel@lists.freedesktop.org
4087 T: git git://github.com/xin3liang/linux.git
4088 S: Maintained
4089 F: drivers/gpu/drm/hisilicon/
4090 F: Documentation/devicetree/bindings/display/hisilicon/
4091
4092 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4093 S: Orphan / Obsolete
4094 F: drivers/gpu/drm/i810/
4095 F: include/uapi/drm/i810_drm.h
4096
4097 DRM DRIVERS FOR MEDIATEK
4098 M: CK Hu <ck.hu@mediatek.com>
4099 M: Philipp Zabel <p.zabel@pengutronix.de>
4100 L: dri-devel@lists.freedesktop.org
4101 S: Supported
4102 F: drivers/gpu/drm/mediatek/
4103 F: Documentation/devicetree/bindings/display/mediatek/
4104
4105 DRM DRIVER FOR MSM ADRENO GPU
4106 M: Rob Clark <robdclark@gmail.com>
4107 L: linux-arm-msm@vger.kernel.org
4108 L: dri-devel@lists.freedesktop.org
4109 L: freedreno@lists.freedesktop.org
4110 T: git git://people.freedesktop.org/~robclark/linux
4111 S: Maintained
4112 F: drivers/gpu/drm/msm/
4113 F: include/uapi/drm/msm_drm.h
4114 F: Documentation/devicetree/bindings/display/msm/
4115
4116 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4117 M: Ben Skeggs <bskeggs@redhat.com>
4118 L: dri-devel@lists.freedesktop.org
4119 L: nouveau@lists.freedesktop.org
4120 T: git git://github.com/skeggsb/linux
4121 S: Supported
4122 F: drivers/gpu/drm/nouveau/
4123 F: include/uapi/drm/nouveau_drm.h
4124
4125 DRM DRIVERS FOR NVIDIA TEGRA
4126 M: Thierry Reding <thierry.reding@gmail.com>
4127 L: dri-devel@lists.freedesktop.org
4128 L: linux-tegra@vger.kernel.org
4129 T: git git://anongit.freedesktop.org/tegra/linux.git
4130 S: Supported
4131 F: drivers/gpu/drm/tegra/
4132 F: drivers/gpu/host1x/
4133 F: include/linux/host1x.h
4134 F: include/uapi/drm/tegra_drm.h
4135 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4136
4137 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4138 S: Orphan / Obsolete
4139 F: drivers/gpu/drm/mga/
4140 F: include/uapi/drm/mga_drm.h
4141
4142 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4143 M: Dave Airlie <airlied@redhat.com>
4144 S: Odd Fixes
4145 F: drivers/gpu/drm/mgag200/
4146
4147 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4148 S: Orphan / Obsolete
4149 F: drivers/gpu/drm/r128/
4150 F: include/uapi/drm/r128_drm.h
4151
4152 DRM DRIVERS FOR RENESAS
4153 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4154 L: dri-devel@lists.freedesktop.org
4155 L: linux-renesas-soc@vger.kernel.org
4156 T: git git://linuxtv.org/pinchartl/fbdev
4157 S: Supported
4158 F: drivers/gpu/drm/rcar-du/
4159 F: drivers/gpu/drm/shmobile/
4160 F: include/linux/platform_data/shmob_drm.h
4161 F: Documentation/devicetree/bindings/display/renesas,du.txt
4162
4163 DRM DRIVER FOR QXL VIRTUAL GPU
4164 M: Dave Airlie <airlied@redhat.com>
4165 S: Odd Fixes
4166 F: drivers/gpu/drm/qxl/
4167 F: include/uapi/drm/qxl_drm.h
4168
4169 DRM DRIVERS FOR ROCKCHIP
4170 M: Mark Yao <mark.yao@rock-chips.com>
4171 L: dri-devel@lists.freedesktop.org
4172 S: Maintained
4173 F: drivers/gpu/drm/rockchip/
4174 F: Documentation/devicetree/bindings/display/rockchip/
4175
4176 DRM DRIVER FOR SAVAGE VIDEO CARDS
4177 S: Orphan / Obsolete
4178 F: drivers/gpu/drm/savage/
4179 F: include/uapi/drm/savage_drm.h
4180
4181 DRM DRIVER FOR SIS VIDEO CARDS
4182 S: Orphan / Obsolete
4183 F: drivers/gpu/drm/sis/
4184 F: include/uapi/drm/sis_drm.h
4185
4186 DRM DRIVERS FOR STI
4187 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4188 M: Vincent Abriou <vincent.abriou@st.com>
4189 L: dri-devel@lists.freedesktop.org
4190 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4191 S: Maintained
4192 F: drivers/gpu/drm/sti
4193 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4194
4195 DRM DRIVER FOR TDFX VIDEO CARDS
4196 S: Orphan / Obsolete
4197 F: drivers/gpu/drm/tdfx/
4198
4199 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4200 M: Dave Airlie <airlied@redhat.com>
4201 S: Odd Fixes
4202 F: drivers/gpu/drm/udl/
4203
4204 DRM DRIVERS FOR VIVANTE GPU IP
4205 M: Lucas Stach <l.stach@pengutronix.de>
4206 R: Russell King <linux+etnaviv@armlinux.org.uk>
4207 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4208 L: dri-devel@lists.freedesktop.org
4209 S: Maintained
4210 F: drivers/gpu/drm/etnaviv/
4211 F: include/uapi/drm/etnaviv_drm.h
4212 F: Documentation/devicetree/bindings/display/etnaviv/
4213
4214 DRM DRIVER FOR VMWARE VIRTUAL GPU
4215 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4216 M: Sinclair Yeh <syeh@vmware.com>
4217 M: Thomas Hellstrom <thellstrom@vmware.com>
4218 L: dri-devel@lists.freedesktop.org
4219 T: git git://people.freedesktop.org/~syeh/repos_linux
4220 T: git git://people.freedesktop.org/~thomash/linux
4221 S: Supported
4222 F: drivers/gpu/drm/vmwgfx/
4223 F: include/uapi/drm/vmwgfx_drm.h
4224
4225 DRM DRIVERS FOR VC4
4226 M: Eric Anholt <eric@anholt.net>
4227 T: git git://github.com/anholt/linux
4228 S: Supported
4229 F: drivers/gpu/drm/vc4/
4230 F: include/uapi/drm/vc4_drm.h
4231 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4232
4233 DRM DRIVERS FOR TI OMAP
4234 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4235 L: dri-devel@lists.freedesktop.org
4236 S: Maintained
4237 F: drivers/gpu/drm/omapdrm/
4238 F: Documentation/devicetree/bindings/display/ti/
4239
4240 DRM DRIVERS FOR TI LCDC
4241 M: Jyri Sarha <jsarha@ti.com>
4242 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4243 L: dri-devel@lists.freedesktop.org
4244 S: Maintained
4245 F: drivers/gpu/drm/tilcdc/
4246 F: Documentation/devicetree/bindings/display/tilcdc/
4247
4248 DSBR100 USB FM RADIO DRIVER
4249 M: Alexey Klimov <klimov.linux@gmail.com>
4250 L: linux-media@vger.kernel.org
4251 T: git git://linuxtv.org/media_tree.git
4252 S: Maintained
4253 F: drivers/media/radio/dsbr100.c
4254
4255 DSCC4 DRIVER
4256 M: Francois Romieu <romieu@fr.zoreil.com>
4257 L: netdev@vger.kernel.org
4258 S: Maintained
4259 F: drivers/net/wan/dscc4.c
4260
4261 DT3155 MEDIA DRIVER
4262 M: Hans Verkuil <hverkuil@xs4all.nl>
4263 L: linux-media@vger.kernel.org
4264 T: git git://linuxtv.org/media_tree.git
4265 W: https://linuxtv.org
4266 S: Odd Fixes
4267 F: drivers/media/pci/dt3155/
4268
4269 DVB_USB_AF9015 MEDIA DRIVER
4270 M: Antti Palosaari <crope@iki.fi>
4271 L: linux-media@vger.kernel.org
4272 W: https://linuxtv.org
4273 W: http://palosaari.fi/linux/
4274 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4275 T: git git://linuxtv.org/anttip/media_tree.git
4276 S: Maintained
4277 F: drivers/media/usb/dvb-usb-v2/af9015*
4278
4279 DVB_USB_AF9035 MEDIA DRIVER
4280 M: Antti Palosaari <crope@iki.fi>
4281 L: linux-media@vger.kernel.org
4282 W: https://linuxtv.org
4283 W: http://palosaari.fi/linux/
4284 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4285 T: git git://linuxtv.org/anttip/media_tree.git
4286 S: Maintained
4287 F: drivers/media/usb/dvb-usb-v2/af9035*
4288
4289 DVB_USB_ANYSEE MEDIA DRIVER
4290 M: Antti Palosaari <crope@iki.fi>
4291 L: linux-media@vger.kernel.org
4292 W: https://linuxtv.org
4293 W: http://palosaari.fi/linux/
4294 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4295 T: git git://linuxtv.org/anttip/media_tree.git
4296 S: Maintained
4297 F: drivers/media/usb/dvb-usb-v2/anysee*
4298
4299 DVB_USB_AU6610 MEDIA DRIVER
4300 M: Antti Palosaari <crope@iki.fi>
4301 L: linux-media@vger.kernel.org
4302 W: https://linuxtv.org
4303 W: http://palosaari.fi/linux/
4304 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4305 T: git git://linuxtv.org/anttip/media_tree.git
4306 S: Maintained
4307 F: drivers/media/usb/dvb-usb-v2/au6610*
4308
4309 DVB_USB_CE6230 MEDIA DRIVER
4310 M: Antti Palosaari <crope@iki.fi>
4311 L: linux-media@vger.kernel.org
4312 W: https://linuxtv.org
4313 W: http://palosaari.fi/linux/
4314 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4315 T: git git://linuxtv.org/anttip/media_tree.git
4316 S: Maintained
4317 F: drivers/media/usb/dvb-usb-v2/ce6230*
4318
4319 DVB_USB_CXUSB MEDIA DRIVER
4320 M: Michael Krufky <mkrufky@linuxtv.org>
4321 L: linux-media@vger.kernel.org
4322 W: https://linuxtv.org
4323 W: http://github.com/mkrufky
4324 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4325 T: git git://linuxtv.org/media_tree.git
4326 S: Maintained
4327 F: drivers/media/usb/dvb-usb/cxusb*
4328
4329 DVB_USB_EC168 MEDIA DRIVER
4330 M: Antti Palosaari <crope@iki.fi>
4331 L: linux-media@vger.kernel.org
4332 W: https://linuxtv.org
4333 W: http://palosaari.fi/linux/
4334 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4335 T: git git://linuxtv.org/anttip/media_tree.git
4336 S: Maintained
4337 F: drivers/media/usb/dvb-usb-v2/ec168*
4338
4339 DVB_USB_GL861 MEDIA DRIVER
4340 M: Antti Palosaari <crope@iki.fi>
4341 L: linux-media@vger.kernel.org
4342 W: https://linuxtv.org
4343 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4344 T: git git://linuxtv.org/anttip/media_tree.git
4345 S: Maintained
4346 F: drivers/media/usb/dvb-usb-v2/gl861*
4347
4348 DVB_USB_MXL111SF MEDIA DRIVER
4349 M: Michael Krufky <mkrufky@linuxtv.org>
4350 L: linux-media@vger.kernel.org
4351 W: https://linuxtv.org
4352 W: http://github.com/mkrufky
4353 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4354 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4355 S: Maintained
4356 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4357
4358 DVB_USB_RTL28XXU MEDIA DRIVER
4359 M: Antti Palosaari <crope@iki.fi>
4360 L: linux-media@vger.kernel.org
4361 W: https://linuxtv.org
4362 W: http://palosaari.fi/linux/
4363 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4364 T: git git://linuxtv.org/anttip/media_tree.git
4365 S: Maintained
4366 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4367
4368 DVB_USB_V2 MEDIA DRIVER
4369 M: Antti Palosaari <crope@iki.fi>
4370 L: linux-media@vger.kernel.org
4371 W: https://linuxtv.org
4372 W: http://palosaari.fi/linux/
4373 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4374 T: git git://linuxtv.org/anttip/media_tree.git
4375 S: Maintained
4376 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4377 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4378
4379 DYNAMIC DEBUG
4380 M: Jason Baron <jbaron@akamai.com>
4381 S: Maintained
4382 F: lib/dynamic_debug.c
4383 F: include/linux/dynamic_debug.h
4384
4385 DZ DECSTATION DZ11 SERIAL DRIVER
4386 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4387 S: Maintained
4388 F: drivers/tty/serial/dz.*
4389
4390 E3X0 POWER BUTTON DRIVER
4391 M: Moritz Fischer <moritz.fischer@ettus.com>
4392 L: usrp-users@lists.ettus.com
4393 W: http://www.ettus.com
4394 S: Supported
4395 F: drivers/input/misc/e3x0-button.c
4396 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4397
4398 E4000 MEDIA DRIVER
4399 M: Antti Palosaari <crope@iki.fi>
4400 L: linux-media@vger.kernel.org
4401 W: https://linuxtv.org
4402 W: http://palosaari.fi/linux/
4403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4404 T: git git://linuxtv.org/anttip/media_tree.git
4405 S: Maintained
4406 F: drivers/media/tuners/e4000*
4407
4408 EATA ISA/EISA/PCI SCSI DRIVER
4409 M: Dario Ballabio <ballabio_dario@emc.com>
4410 L: linux-scsi@vger.kernel.org
4411 S: Maintained
4412 F: drivers/scsi/eata.c
4413
4414 EC100 MEDIA DRIVER
4415 M: Antti Palosaari <crope@iki.fi>
4416 L: linux-media@vger.kernel.org
4417 W: https://linuxtv.org
4418 W: http://palosaari.fi/linux/
4419 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4420 T: git git://linuxtv.org/anttip/media_tree.git
4421 S: Maintained
4422 F: drivers/media/dvb-frontends/ec100*
4423
4424 ECRYPT FILE SYSTEM
4425 M: Tyler Hicks <tyhicks@canonical.com>
4426 L: ecryptfs@vger.kernel.org
4427 W: http://ecryptfs.org
4428 W: https://launchpad.net/ecryptfs
4429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4430 S: Supported
4431 F: Documentation/filesystems/ecryptfs.txt
4432 F: fs/ecryptfs/
4433
4434 EDAC-CORE
4435 M: Borislav Petkov <bp@alien8.de>
4436 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4437 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4438 L: linux-edac@vger.kernel.org
4439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4441 S: Supported
4442 F: Documentation/edac.txt
4443 F: drivers/edac/
4444 F: include/linux/edac.h
4445
4446 EDAC-AMD64
4447 M: Borislav Petkov <bp@alien8.de>
4448 L: linux-edac@vger.kernel.org
4449 S: Maintained
4450 F: drivers/edac/amd64_edac*
4451
4452 EDAC-CALXEDA
4453 M: Robert Richter <rric@kernel.org>
4454 L: linux-edac@vger.kernel.org
4455 S: Maintained
4456 F: drivers/edac/highbank*
4457
4458 EDAC-CAVIUM
4459 M: Ralf Baechle <ralf@linux-mips.org>
4460 M: David Daney <david.daney@cavium.com>
4461 L: linux-edac@vger.kernel.org
4462 L: linux-mips@linux-mips.org
4463 S: Supported
4464 F: drivers/edac/octeon_edac*
4465
4466 EDAC-E752X
4467 M: Mark Gross <mark.gross@intel.com>
4468 L: linux-edac@vger.kernel.org
4469 S: Maintained
4470 F: drivers/edac/e752x_edac.c
4471
4472 EDAC-E7XXX
4473 L: linux-edac@vger.kernel.org
4474 S: Maintained
4475 F: drivers/edac/e7xxx_edac.c
4476
4477 EDAC-FSL_DDR
4478 M: York Sun <york.sun@nxp.com>
4479 L: linux-edac@vger.kernel.org
4480 S: Maintained
4481 F: drivers/edac/fsl_ddr_edac.*
4482
4483 EDAC-GHES
4484 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4485 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4486 L: linux-edac@vger.kernel.org
4487 S: Maintained
4488 F: drivers/edac/ghes_edac.c
4489
4490 EDAC-I82443BXGX
4491 M: Tim Small <tim@buttersideup.com>
4492 L: linux-edac@vger.kernel.org
4493 S: Maintained
4494 F: drivers/edac/i82443bxgx_edac.c
4495
4496 EDAC-I3000
4497 L: linux-edac@vger.kernel.org
4498 S: Orphan
4499 F: drivers/edac/i3000_edac.c
4500
4501 EDAC-I5000
4502 L: linux-edac@vger.kernel.org
4503 S: Maintained
4504 F: drivers/edac/i5000_edac.c
4505
4506 EDAC-I5400
4507 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4508 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4509 L: linux-edac@vger.kernel.org
4510 S: Maintained
4511 F: drivers/edac/i5400_edac.c
4512
4513 EDAC-I7300
4514 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4515 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4516 L: linux-edac@vger.kernel.org
4517 S: Maintained
4518 F: drivers/edac/i7300_edac.c
4519
4520 EDAC-I7CORE
4521 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4522 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4523 L: linux-edac@vger.kernel.org
4524 S: Maintained
4525 F: drivers/edac/i7core_edac.c
4526
4527 EDAC-I82975X
4528 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4529 M: "Arvind R." <arvino55@gmail.com>
4530 L: linux-edac@vger.kernel.org
4531 S: Maintained
4532 F: drivers/edac/i82975x_edac.c
4533
4534 EDAC-IE31200
4535 M: Jason Baron <jbaron@akamai.com>
4536 L: linux-edac@vger.kernel.org
4537 S: Maintained
4538 F: drivers/edac/ie31200_edac.c
4539
4540 EDAC-MPC85XX
4541 M: Johannes Thumshirn <morbidrsa@gmail.com>
4542 L: linux-edac@vger.kernel.org
4543 S: Maintained
4544 F: drivers/edac/mpc85xx_edac.[ch]
4545
4546 EDAC-PASEMI
4547 M: Egor Martovetsky <egor@pasemi.com>
4548 L: linux-edac@vger.kernel.org
4549 S: Maintained
4550 F: drivers/edac/pasemi_edac.c
4551
4552 EDAC-R82600
4553 M: Tim Small <tim@buttersideup.com>
4554 L: linux-edac@vger.kernel.org
4555 S: Maintained
4556 F: drivers/edac/r82600_edac.c
4557
4558 EDAC-SBRIDGE
4559 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4560 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4561 L: linux-edac@vger.kernel.org
4562 S: Maintained
4563 F: drivers/edac/sb_edac.c
4564
4565 EDAC-SKYLAKE
4566 M: Tony Luck <tony.luck@intel.com>
4567 L: linux-edac@vger.kernel.org
4568 S: Maintained
4569 F: drivers/edac/skx_edac.c
4570
4571 EDAC-XGENE
4572 APPLIED MICRO (APM) X-GENE SOC EDAC
4573 M: Loc Ho <lho@apm.com>
4574 S: Supported
4575 F: drivers/edac/xgene_edac.c
4576 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4577
4578 EDIROL UA-101/UA-1000 DRIVER
4579 M: Clemens Ladisch <clemens@ladisch.de>
4580 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4581 T: git git://git.alsa-project.org/alsa-kernel.git
4582 S: Maintained
4583 F: sound/usb/misc/ua101.c
4584
4585 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4586 M: Matt Fleming <matt@codeblueprint.co.uk>
4587 L: linux-efi@vger.kernel.org
4588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4589 S: Maintained
4590 F: Documentation/efi-stub.txt
4591 F: arch/ia64/kernel/efi.c
4592 F: arch/x86/boot/compressed/eboot.[ch]
4593 F: arch/x86/include/asm/efi.h
4594 F: arch/x86/platform/efi/
4595 F: drivers/firmware/efi/
4596 F: include/linux/efi*.h
4597
4598 EFI VARIABLE FILESYSTEM
4599 M: Matthew Garrett <matthew.garrett@nebula.com>
4600 M: Jeremy Kerr <jk@ozlabs.org>
4601 M: Matt Fleming <matt@codeblueprint.co.uk>
4602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4603 L: linux-efi@vger.kernel.org
4604 S: Maintained
4605 F: fs/efivarfs/
4606
4607 EFIFB FRAMEBUFFER DRIVER
4608 L: linux-fbdev@vger.kernel.org
4609 M: Peter Jones <pjones@redhat.com>
4610 S: Maintained
4611 F: drivers/video/fbdev/efifb.c
4612
4613 EFS FILESYSTEM
4614 W: http://aeschi.ch.eu.org/efs/
4615 S: Orphan
4616 F: fs/efs/
4617
4618 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4619 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
4620 L: netdev@vger.kernel.org
4621 S: Maintained
4622 F: drivers/net/ethernet/ibm/ehea/
4623
4624 EM28XX VIDEO4LINUX DRIVER
4625 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4626 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4627 L: linux-media@vger.kernel.org
4628 W: https://linuxtv.org
4629 T: git git://linuxtv.org/media_tree.git
4630 S: Maintained
4631 F: drivers/media/usb/em28xx/
4632
4633 EMBEDDED LINUX
4634 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4635 M: Matt Mackall <mpm@selenic.com>
4636 M: David Woodhouse <dwmw2@infradead.org>
4637 L: linux-embedded@vger.kernel.org
4638 S: Maintained
4639
4640 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4641 M: James Smart <james.smart@avagotech.com>
4642 M: Dick Kennedy <dick.kennedy@avagotech.com>
4643 L: linux-scsi@vger.kernel.org
4644 W: http://www.avagotech.com
4645 S: Supported
4646 F: drivers/scsi/lpfc/
4647
4648 ENE CB710 FLASH CARD READER DRIVER
4649 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4650 S: Maintained
4651 F: drivers/misc/cb710/
4652 F: drivers/mmc/host/cb710-mmc.*
4653 F: include/linux/cb710.h
4654
4655 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4656 M: Maxim Levitsky <maximlevitsky@gmail.com>
4657 S: Maintained
4658 F: drivers/media/rc/ene_ir.*
4659
4660 EPSON S1D13XXX FRAMEBUFFER DRIVER
4661 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4662 S: Maintained
4663 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4664 F: drivers/video/fbdev/s1d13xxxfb.c
4665 F: include/video/s1d13xxxfb.h
4666
4667 ET131X NETWORK DRIVER
4668 M: Mark Einon <mark.einon@gmail.com>
4669 S: Odd Fixes
4670 F: drivers/net/ethernet/agere/
4671
4672 ETHERNET BRIDGE
4673 M: Stephen Hemminger <stephen@networkplumber.org>
4674 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
4675 L: netdev@vger.kernel.org
4676 W: http://www.linuxfoundation.org/en/Net:Bridge
4677 S: Maintained
4678 F: include/linux/netfilter_bridge/
4679 F: net/bridge/
4680
4681 ETHERNET PHY LIBRARY
4682 M: Florian Fainelli <f.fainelli@gmail.com>
4683 L: netdev@vger.kernel.org
4684 S: Maintained
4685 F: include/linux/phy.h
4686 F: include/linux/phy_fixed.h
4687 F: drivers/net/phy/
4688 F: Documentation/networking/phy.txt
4689 F: drivers/of/of_mdio.c
4690 F: drivers/of/of_net.c
4691
4692 EXT2 FILE SYSTEM
4693 M: Jan Kara <jack@suse.com>
4694 L: linux-ext4@vger.kernel.org
4695 S: Maintained
4696 F: Documentation/filesystems/ext2.txt
4697 F: fs/ext2/
4698 F: include/linux/ext2*
4699
4700 EXT4 FILE SYSTEM
4701 M: "Theodore Ts'o" <tytso@mit.edu>
4702 M: Andreas Dilger <adilger.kernel@dilger.ca>
4703 L: linux-ext4@vger.kernel.org
4704 W: http://ext4.wiki.kernel.org
4705 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4707 S: Maintained
4708 F: Documentation/filesystems/ext4.txt
4709 F: fs/ext4/
4710
4711 Extended Verification Module (EVM)
4712 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4713 L: linux-ima-devel@lists.sourceforge.net
4714 L: linux-security-module@vger.kernel.org
4715 S: Supported
4716 F: security/integrity/evm/
4717
4718 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4719 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4720 M: Chanwoo Choi <cw00.choi@samsung.com>
4721 L: linux-kernel@vger.kernel.org
4722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4723 S: Maintained
4724 F: drivers/extcon/
4725 F: include/linux/extcon/
4726 F: include/linux/extcon.h
4727 F: Documentation/extcon/
4728 F: Documentation/devicetree/bindings/extcon/
4729
4730 EXYNOS DP DRIVER
4731 M: Jingoo Han <jingoohan1@gmail.com>
4732 L: dri-devel@lists.freedesktop.org
4733 S: Maintained
4734 F: drivers/gpu/drm/exynos/exynos_dp*
4735
4736 EXYNOS SYSMMU (IOMMU) driver
4737 M: Marek Szyprowski <m.szyprowski@samsung.com>
4738 L: iommu@lists.linux-foundation.org
4739 S: Maintained
4740 F: drivers/iommu/exynos-iommu.c
4741
4742 EXYNOS MIPI DISPLAY DRIVERS
4743 M: Inki Dae <inki.dae@samsung.com>
4744 M: Donghwa Lee <dh09.lee@samsung.com>
4745 M: Kyungmin Park <kyungmin.park@samsung.com>
4746 L: linux-fbdev@vger.kernel.org
4747 S: Maintained
4748 F: drivers/video/fbdev/exynos/exynos_mipi*
4749 F: include/video/exynos_mipi*
4750
4751 EZchip NPS platform support
4752 M: Noam Camus <noamc@ezchip.com>
4753 S: Supported
4754 F: arch/arc/plat-eznps
4755 F: arch/arc/boot/dts/eznps.dts
4756
4757 F71805F HARDWARE MONITORING DRIVER
4758 M: Jean Delvare <jdelvare@suse.com>
4759 L: linux-hwmon@vger.kernel.org
4760 S: Maintained
4761 F: Documentation/hwmon/f71805f
4762 F: drivers/hwmon/f71805f.c
4763
4764 FC0011 TUNER DRIVER
4765 M: Michael Buesch <m@bues.ch>
4766 L: linux-media@vger.kernel.org
4767 S: Maintained
4768 F: drivers/media/tuners/fc0011.h
4769 F: drivers/media/tuners/fc0011.c
4770
4771 FC2580 MEDIA DRIVER
4772 M: Antti Palosaari <crope@iki.fi>
4773 L: linux-media@vger.kernel.org
4774 W: https://linuxtv.org
4775 W: http://palosaari.fi/linux/
4776 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4777 T: git git://linuxtv.org/anttip/media_tree.git
4778 S: Maintained
4779 F: drivers/media/tuners/fc2580*
4780
4781 FANOTIFY
4782 M: Eric Paris <eparis@redhat.com>
4783 S: Maintained
4784 F: fs/notify/fanotify/
4785 F: include/linux/fanotify.h
4786 F: include/uapi/linux/fanotify.h
4787
4788 FARSYNC SYNCHRONOUS DRIVER
4789 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4790 W: http://www.farsite.co.uk/
4791 S: Supported
4792 F: drivers/net/wan/farsync.*
4793
4794 FAULT INJECTION SUPPORT
4795 M: Akinobu Mita <akinobu.mita@gmail.com>
4796 S: Supported
4797 F: Documentation/fault-injection/
4798 F: lib/fault-inject.c
4799
4800 FBTFT Framebuffer drivers
4801 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4802 M: Noralf Trønnes <noralf@tronnes.org>
4803 S: Maintained
4804 F: drivers/staging/fbtft/
4805
4806 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4807 M: Johannes Thumshirn <jth@kernel.org>
4808 L: fcoe-devel@open-fcoe.org
4809 W: www.Open-FCoE.org
4810 S: Supported
4811 F: drivers/scsi/libfc/
4812 F: drivers/scsi/fcoe/
4813 F: include/scsi/fc/
4814 F: include/scsi/libfc.h
4815 F: include/scsi/libfcoe.h
4816 F: include/uapi/scsi/fc/
4817
4818 FILE LOCKING (flock() and fcntl()/lockf())
4819 M: Jeff Layton <jlayton@poochiereds.net>
4820 M: "J. Bruce Fields" <bfields@fieldses.org>
4821 L: linux-fsdevel@vger.kernel.org
4822 S: Maintained
4823 F: include/linux/fcntl.h
4824 F: include/linux/fs.h
4825 F: include/uapi/linux/fcntl.h
4826 F: include/uapi/linux/fs.h
4827 F: fs/fcntl.c
4828 F: fs/locks.c
4829
4830 FILESYSTEMS (VFS and infrastructure)
4831 M: Alexander Viro <viro@zeniv.linux.org.uk>
4832 L: linux-fsdevel@vger.kernel.org
4833 S: Maintained
4834 F: fs/*
4835
4836 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4837 M: Riku Voipio <riku.voipio@iki.fi>
4838 L: linux-hwmon@vger.kernel.org
4839 S: Maintained
4840 F: drivers/hwmon/f75375s.c
4841 F: include/linux/f75375s.h
4842
4843 FIREWIRE AUDIO DRIVERS
4844 M: Clemens Ladisch <clemens@ladisch.de>
4845 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4846 T: git git://git.alsa-project.org/alsa-kernel.git
4847 S: Maintained
4848 F: sound/firewire/
4849
4850 FIREWIRE MEDIA DRIVERS (firedtv)
4851 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4852 L: linux-media@vger.kernel.org
4853 L: linux1394-devel@lists.sourceforge.net
4854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4855 S: Maintained
4856 F: drivers/media/firewire/
4857
4858 FIREWIRE SBP-2 TARGET
4859 M: Chris Boot <bootc@bootc.net>
4860 L: linux-scsi@vger.kernel.org
4861 L: target-devel@vger.kernel.org
4862 L: linux1394-devel@lists.sourceforge.net
4863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4864 S: Maintained
4865 F: drivers/target/sbp/
4866
4867 FIREWIRE SUBSYSTEM
4868 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4869 L: linux1394-devel@lists.sourceforge.net
4870 W: http://ieee1394.wiki.kernel.org/
4871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4872 S: Maintained
4873 F: drivers/firewire/
4874 F: include/linux/firewire.h
4875 F: include/uapi/linux/firewire*.h
4876 F: tools/firewire/
4877
4878 FIRMWARE LOADER (request_firmware)
4879 M: Ming Lei <ming.lei@canonical.com>
4880 L: linux-kernel@vger.kernel.org
4881 S: Maintained
4882 F: Documentation/firmware_class/
4883 F: drivers/base/firmware*.c
4884 F: include/linux/firmware.h
4885
4886 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4887 M: Joshua Morris <josh.h.morris@us.ibm.com>
4888 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4889 S: Maintained
4890 F: drivers/block/rsxx/
4891
4892 FLOPPY DRIVER
4893 M: Jiri Kosina <jikos@kernel.org>
4894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4895 S: Odd fixes
4896 F: drivers/block/floppy.c
4897
4898 FMC SUBSYSTEM
4899 M: Alessandro Rubini <rubini@gnudd.com>
4900 W: http://www.ohwr.org/projects/fmc-bus
4901 S: Supported
4902 F: drivers/fmc/
4903 F: include/linux/fmc*.h
4904 F: include/linux/ipmi-fru.h
4905 K: fmc_d.*register
4906
4907 FPGA MANAGER FRAMEWORK
4908 M: Alan Tull <atull@opensource.altera.com>
4909 R: Moritz Fischer <moritz.fischer@ettus.com>
4910 S: Maintained
4911 F: drivers/fpga/
4912 F: include/linux/fpga/fpga-mgr.h
4913 W: http://www.rocketboards.org
4914
4915 FPU EMULATOR
4916 M: Bill Metzenthen <billm@melbpc.org.au>
4917 W: http://floatingpoint.sourceforge.net/emulator/index.html
4918 S: Maintained
4919 F: arch/x86/math-emu/
4920
4921 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4922 L: netdev@vger.kernel.org
4923 S: Orphan
4924 F: drivers/net/wan/dlci.c
4925 F: drivers/net/wan/sdla.c
4926
4927 FRAMEBUFFER LAYER
4928 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4929 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4930 L: linux-fbdev@vger.kernel.org
4931 W: http://linux-fbdev.sourceforge.net/
4932 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4934 S: Maintained
4935 F: Documentation/fb/
4936 F: drivers/video/
4937 F: include/video/
4938 F: include/linux/fb.h
4939 F: include/uapi/video/
4940 F: include/uapi/linux/fb.h
4941
4942 FREESCALE DIU FRAMEBUFFER DRIVER
4943 M: Timur Tabi <timur@tabi.org>
4944 L: linux-fbdev@vger.kernel.org
4945 S: Maintained
4946 F: drivers/video/fbdev/fsl-diu-fb.*
4947
4948 FREESCALE DMA DRIVER
4949 M: Li Yang <leoli@freescale.com>
4950 M: Zhang Wei <zw@zh-kernel.org>
4951 L: linuxppc-dev@lists.ozlabs.org
4952 S: Maintained
4953 F: drivers/dma/fsldma.*
4954
4955 FREESCALE GPMI NAND DRIVER
4956 M: Han Xu <han.xu@nxp.com>
4957 L: linux-mtd@lists.infradead.org
4958 S: Maintained
4959 F: drivers/mtd/nand/gpmi-nand/*
4960
4961 FREESCALE I2C CPM DRIVER
4962 M: Jochen Friedrich <jochen@scram.de>
4963 L: linuxppc-dev@lists.ozlabs.org
4964 L: linux-i2c@vger.kernel.org
4965 S: Maintained
4966 F: drivers/i2c/busses/i2c-cpm.c
4967
4968 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4969 M: Sascha Hauer <kernel@pengutronix.de>
4970 L: linux-fbdev@vger.kernel.org
4971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4972 S: Maintained
4973 F: include/linux/platform_data/video-imxfb.h
4974 F: drivers/video/fbdev/imxfb.c
4975
4976 FREESCALE QUAD SPI DRIVER
4977 M: Han Xu <han.xu@nxp.com>
4978 L: linux-mtd@lists.infradead.org
4979 S: Maintained
4980 F: drivers/mtd/spi-nor/fsl-quadspi.c
4981
4982 FREESCALE SOC FS_ENET DRIVER
4983 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4984 M: Vitaly Bordug <vbordug@ru.mvista.com>
4985 L: linuxppc-dev@lists.ozlabs.org
4986 L: netdev@vger.kernel.org
4987 S: Maintained
4988 F: drivers/net/ethernet/freescale/fs_enet/
4989 F: include/linux/fs_enet_pd.h
4990
4991 FREESCALE IMX / MXC FEC DRIVER
4992 M: Fugang Duan <fugang.duan@nxp.com>
4993 L: netdev@vger.kernel.org
4994 S: Maintained
4995 F: drivers/net/ethernet/freescale/fec_main.c
4996 F: drivers/net/ethernet/freescale/fec_ptp.c
4997 F: drivers/net/ethernet/freescale/fec.h
4998 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4999
5000 FREESCALE QUICC ENGINE LIBRARY
5001 L: linuxppc-dev@lists.ozlabs.org
5002 S: Orphan
5003 F: drivers/soc/fsl/qe/
5004 F: include/soc/fsl/*qe*.h
5005 F: include/soc/fsl/*ucc*.h
5006
5007 FREESCALE USB PERIPHERAL DRIVERS
5008 M: Li Yang <leoli@freescale.com>
5009 L: linux-usb@vger.kernel.org
5010 L: linuxppc-dev@lists.ozlabs.org
5011 S: Maintained
5012 F: drivers/usb/gadget/udc/fsl*
5013
5014 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5015 M: Li Yang <leoli@freescale.com>
5016 L: netdev@vger.kernel.org
5017 L: linuxppc-dev@lists.ozlabs.org
5018 S: Maintained
5019 F: drivers/net/ethernet/freescale/ucc_geth*
5020
5021 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5022 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5023 L: netdev@vger.kernel.org
5024 S: Maintained
5025 F: drivers/net/ethernet/freescale/gianfar*
5026 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5027 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5028
5029 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5030 M: Zhao Qiang <qiang.zhao@nxp.com>
5031 L: netdev@vger.kernel.org
5032 L: linuxppc-dev@lists.ozlabs.org
5033 S: Maintained
5034 F: drivers/net/wan/fsl_ucc_hdlc*
5035
5036 FREESCALE QUICC ENGINE UCC UART DRIVER
5037 M: Timur Tabi <timur@tabi.org>
5038 L: linuxppc-dev@lists.ozlabs.org
5039 S: Maintained
5040 F: drivers/tty/serial/ucc_uart.c
5041
5042 FREESCALE SOC SOUND DRIVERS
5043 M: Timur Tabi <timur@tabi.org>
5044 M: Nicolin Chen <nicoleotsuka@gmail.com>
5045 M: Xiubo Li <Xiubo.Lee@gmail.com>
5046 R: Fabio Estevam <fabio.estevam@nxp.com>
5047 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5048 L: linuxppc-dev@lists.ozlabs.org
5049 S: Maintained
5050 F: sound/soc/fsl/fsl*
5051 F: sound/soc/fsl/imx*
5052 F: sound/soc/fsl/mpc8610_hpcd.c
5053
5054 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
5055 M: "J. German Rivera" <German.Rivera@freescale.com>
5056 M: Stuart Yoder <stuart.yoder@nxp.com>
5057 L: linux-kernel@vger.kernel.org
5058 S: Maintained
5059 F: drivers/staging/fsl-mc/
5060
5061 FREEVXFS FILESYSTEM
5062 M: Christoph Hellwig <hch@infradead.org>
5063 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5064 S: Maintained
5065 F: fs/freevxfs/
5066
5067 FREEZER
5068 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5069 M: Pavel Machek <pavel@ucw.cz>
5070 L: linux-pm@vger.kernel.org
5071 S: Supported
5072 F: Documentation/power/freezing-of-tasks.txt
5073 F: include/linux/freezer.h
5074 F: kernel/freezer.c
5075
5076 FRONTSWAP API
5077 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5078 L: linux-kernel@vger.kernel.org
5079 S: Maintained
5080 F: mm/frontswap.c
5081 F: include/linux/frontswap.h
5082
5083 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5084 M: David Howells <dhowells@redhat.com>
5085 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5086 S: Supported
5087 F: Documentation/filesystems/caching/
5088 F: fs/fscache/
5089 F: include/linux/fscache*.h
5090
5091 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5092 M: Theodore Y. Ts'o <tytso@mit.edu>
5093 M: Jaegeuk Kim <jaegeuk@kernel.org>
5094 S: Supported
5095 F: fs/crypto/
5096 F: include/linux/fscrypto.h
5097
5098 F2FS FILE SYSTEM
5099 M: Jaegeuk Kim <jaegeuk@kernel.org>
5100 M: Changman Lee <cm224.lee@samsung.com>
5101 R: Chao Yu <yuchao0@huawei.com>
5102 L: linux-f2fs-devel@lists.sourceforge.net
5103 W: http://en.wikipedia.org/wiki/F2FS
5104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5105 S: Maintained
5106 F: Documentation/filesystems/f2fs.txt
5107 F: Documentation/ABI/testing/sysfs-fs-f2fs
5108 F: fs/f2fs/
5109 F: include/linux/f2fs_fs.h
5110 F: include/trace/events/f2fs.h
5111
5112 FUJITSU FR-V (FRV) PORT
5113 S: Orphan
5114 F: arch/frv/
5115
5116 FUJITSU LAPTOP EXTRAS
5117 M: Jonathan Woithe <jwoithe@just42.net>
5118 L: platform-driver-x86@vger.kernel.org
5119 S: Maintained
5120 F: drivers/platform/x86/fujitsu-laptop.c
5121
5122 FUJITSU M-5MO LS CAMERA ISP DRIVER
5123 M: Kyungmin Park <kyungmin.park@samsung.com>
5124 M: Heungjun Kim <riverful.kim@samsung.com>
5125 L: linux-media@vger.kernel.org
5126 S: Maintained
5127 F: drivers/media/i2c/m5mols/
5128 F: include/media/i2c/m5mols.h
5129
5130 FUJITSU TABLET EXTRAS
5131 M: Robert Gerlach <khnz@gmx.de>
5132 L: platform-driver-x86@vger.kernel.org
5133 S: Maintained
5134 F: drivers/platform/x86/fujitsu-tablet.c
5135
5136 FUSE: FILESYSTEM IN USERSPACE
5137 M: Miklos Szeredi <miklos@szeredi.hu>
5138 L: linux-fsdevel@vger.kernel.org
5139 W: http://fuse.sourceforge.net/
5140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5141 S: Maintained
5142 F: fs/fuse/
5143 F: include/uapi/linux/fuse.h
5144 F: Documentation/filesystems/fuse.txt
5145
5146 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5147 M: Rik Faith <faith@cs.unc.edu>
5148 L: linux-scsi@vger.kernel.org
5149 S: Odd Fixes (e.g., new signatures)
5150 F: drivers/scsi/fdomain.*
5151
5152 GCC PLUGINS
5153 M: Kees Cook <keescook@chromium.org>
5154 R: Emese Revfy <re.emese@gmail.com>
5155 L: kernel-hardening@lists.openwall.com
5156 S: Maintained
5157 F: scripts/gcc-plugins/
5158 F: scripts/gcc-plugin.sh
5159 F: Documentation/gcc-plugins.txt
5160
5161 GCOV BASED KERNEL PROFILING
5162 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5163 S: Maintained
5164 F: kernel/gcov/
5165 F: Documentation/dev-tools/gcov.rst
5166
5167 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5168 M: Achim Leubner <achim_leubner@adaptec.com>
5169 L: linux-scsi@vger.kernel.org
5170 W: http://www.icp-vortex.com/
5171 S: Supported
5172 F: drivers/scsi/gdt*
5173
5174 GDB KERNEL DEBUGGING HELPER SCRIPTS
5175 M: Jan Kiszka <jan.kiszka@siemens.com>
5176 M: Kieran Bingham <kieran@bingham.xyz>
5177 S: Supported
5178 F: scripts/gdb/
5179
5180 GEMTEK FM RADIO RECEIVER DRIVER
5181 M: Hans Verkuil <hverkuil@xs4all.nl>
5182 L: linux-media@vger.kernel.org
5183 T: git git://linuxtv.org/media_tree.git
5184 W: https://linuxtv.org
5185 S: Maintained
5186 F: drivers/media/radio/radio-gemtek*
5187
5188 GENERIC GPIO I2C DRIVER
5189 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5190 S: Supported
5191 F: drivers/i2c/busses/i2c-gpio.c
5192 F: include/linux/i2c-gpio.h
5193
5194 GENERIC GPIO I2C MULTIPLEXER DRIVER
5195 M: Peter Korsgaard <peter.korsgaard@barco.com>
5196 L: linux-i2c@vger.kernel.org
5197 S: Supported
5198 F: drivers/i2c/muxes/i2c-mux-gpio.c
5199 F: include/linux/i2c-mux-gpio.h
5200 F: Documentation/i2c/muxes/i2c-mux-gpio
5201
5202 GENERIC HDLC (WAN) DRIVERS
5203 M: Krzysztof Halasa <khc@pm.waw.pl>
5204 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5205 S: Maintained
5206 F: drivers/net/wan/c101.c
5207 F: drivers/net/wan/hd6457*
5208 F: drivers/net/wan/hdlc*
5209 F: drivers/net/wan/n2.c
5210 F: drivers/net/wan/pc300too.c
5211 F: drivers/net/wan/pci200syn.c
5212 F: drivers/net/wan/wanxl*
5213
5214 GENERIC INCLUDE/ASM HEADER FILES
5215 M: Arnd Bergmann <arnd@arndb.de>
5216 L: linux-arch@vger.kernel.org
5217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5218 S: Maintained
5219 F: include/asm-generic/
5220 F: include/uapi/asm-generic/
5221
5222 GENERIC PHY FRAMEWORK
5223 M: Kishon Vijay Abraham I <kishon@ti.com>
5224 L: linux-kernel@vger.kernel.org
5225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5226 S: Supported
5227 F: drivers/phy/
5228 F: include/linux/phy/
5229
5230 GENERIC PM DOMAINS
5231 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5232 M: Kevin Hilman <khilman@kernel.org>
5233 M: Ulf Hansson <ulf.hansson@linaro.org>
5234 L: linux-pm@vger.kernel.org
5235 S: Supported
5236 F: drivers/base/power/domain*.c
5237 F: include/linux/pm_domain.h
5238
5239 GENERIC UIO DRIVER FOR PCI DEVICES
5240 M: "Michael S. Tsirkin" <mst@redhat.com>
5241 L: kvm@vger.kernel.org
5242 S: Supported
5243 F: drivers/uio/uio_pci_generic.c
5244
5245 GET_MAINTAINER SCRIPT
5246 M: Joe Perches <joe@perches.com>
5247 S: Maintained
5248 F: scripts/get_maintainer.pl
5249
5250 GFS2 FILE SYSTEM
5251 M: Steven Whitehouse <swhiteho@redhat.com>
5252 M: Bob Peterson <rpeterso@redhat.com>
5253 L: cluster-devel@redhat.com
5254 W: http://sources.redhat.com/cluster/
5255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5256 S: Supported
5257 F: Documentation/filesystems/gfs2*.txt
5258 F: fs/gfs2/
5259 F: include/uapi/linux/gfs2_ondisk.h
5260
5261 GIGASET ISDN DRIVERS
5262 M: Paul Bolle <pebolle@tiscali.nl>
5263 L: gigaset307x-common@lists.sourceforge.net
5264 W: http://gigaset307x.sourceforge.net/
5265 S: Odd Fixes
5266 F: Documentation/isdn/README.gigaset
5267 F: drivers/isdn/gigaset/
5268 F: include/uapi/linux/gigaset_dev.h
5269
5270 GO7007 MPEG CODEC
5271 M: Hans Verkuil <hans.verkuil@cisco.com>
5272 L: linux-media@vger.kernel.org
5273 S: Maintained
5274 F: drivers/media/usb/go7007/
5275
5276 GOODIX TOUCHSCREEN
5277 M: Bastien Nocera <hadess@hadess.net>
5278 L: linux-input@vger.kernel.org
5279 S: Maintained
5280 F: drivers/input/touchscreen/goodix.c
5281
5282 GPIO SUBSYSTEM
5283 M: Linus Walleij <linus.walleij@linaro.org>
5284 M: Alexandre Courbot <gnurou@gmail.com>
5285 L: linux-gpio@vger.kernel.org
5286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5287 S: Maintained
5288 F: Documentation/devicetree/bindings/gpio/
5289 F: Documentation/gpio/
5290 F: Documentation/ABI/testing/gpio-cdev
5291 F: Documentation/ABI/obsolete/sysfs-gpio
5292 F: drivers/gpio/
5293 F: include/linux/gpio/
5294 F: include/linux/gpio.h
5295 F: include/asm-generic/gpio.h
5296 F: include/uapi/linux/gpio.h
5297 F: tools/gpio/
5298
5299 GRE DEMULTIPLEXER DRIVER
5300 M: Dmitry Kozlov <xeb@mail.ru>
5301 L: netdev@vger.kernel.org
5302 S: Maintained
5303 F: net/ipv4/gre_demux.c
5304 F: net/ipv4/gre_offload.c
5305 F: include/net/gre.h
5306
5307 GRETH 10/100/1G Ethernet MAC device driver
5308 M: Andreas Larsson <andreas@gaisler.com>
5309 L: netdev@vger.kernel.org
5310 S: Maintained
5311 F: drivers/net/ethernet/aeroflex/
5312
5313 GSPCA FINEPIX SUBDRIVER
5314 M: Frank Zago <frank@zago.net>
5315 L: linux-media@vger.kernel.org
5316 T: git git://linuxtv.org/media_tree.git
5317 S: Maintained
5318 F: drivers/media/usb/gspca/finepix.c
5319
5320 GSPCA GL860 SUBDRIVER
5321 M: Olivier Lorin <o.lorin@laposte.net>
5322 L: linux-media@vger.kernel.org
5323 T: git git://linuxtv.org/media_tree.git
5324 S: Maintained
5325 F: drivers/media/usb/gspca/gl860/
5326
5327 GSPCA M5602 SUBDRIVER
5328 M: Erik Andren <erik.andren@gmail.com>
5329 L: linux-media@vger.kernel.org
5330 T: git git://linuxtv.org/media_tree.git
5331 S: Maintained
5332 F: drivers/media/usb/gspca/m5602/
5333
5334 GSPCA PAC207 SONIXB SUBDRIVER
5335 M: Hans Verkuil <hverkuil@xs4all.nl>
5336 L: linux-media@vger.kernel.org
5337 T: git git://linuxtv.org/media_tree.git
5338 S: Odd Fixes
5339 F: drivers/media/usb/gspca/pac207.c
5340
5341 GSPCA SN9C20X SUBDRIVER
5342 M: Brian Johnson <brijohn@gmail.com>
5343 L: linux-media@vger.kernel.org
5344 T: git git://linuxtv.org/media_tree.git
5345 S: Maintained
5346 F: drivers/media/usb/gspca/sn9c20x.c
5347
5348 GSPCA T613 SUBDRIVER
5349 M: Leandro Costantino <lcostantino@gmail.com>
5350 L: linux-media@vger.kernel.org
5351 T: git git://linuxtv.org/media_tree.git
5352 S: Maintained
5353 F: drivers/media/usb/gspca/t613.c
5354
5355 GSPCA USB WEBCAM DRIVER
5356 M: Hans Verkuil <hverkuil@xs4all.nl>
5357 L: linux-media@vger.kernel.org
5358 T: git git://linuxtv.org/media_tree.git
5359 S: Odd Fixes
5360 F: drivers/media/usb/gspca/
5361
5362 GUID PARTITION TABLE (GPT)
5363 M: Davidlohr Bueso <dave@stgolabs.net>
5364 L: linux-efi@vger.kernel.org
5365 S: Maintained
5366 F: block/partitions/efi.*
5367
5368 STK1160 USB VIDEO CAPTURE DRIVER
5369 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5370 L: linux-media@vger.kernel.org
5371 T: git git://linuxtv.org/media_tree.git
5372 S: Maintained
5373 F: drivers/media/usb/stk1160/
5374
5375 H8/300 ARCHITECTURE
5376 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5377 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5378 W: http://uclinux-h8.sourceforge.jp
5379 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5380 S: Maintained
5381 F: arch/h8300/
5382 F: drivers/clocksource/h8300_*.c
5383 F: drivers/clk/h8300/
5384 F: drivers/irqchip/irq-renesas-h8*.c
5385
5386 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5387 M: Frank Seidel <frank@f-seidel.de>
5388 L: platform-driver-x86@vger.kernel.org
5389 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5390 S: Maintained
5391 F: drivers/platform/x86/hdaps.c
5392
5393 HDPVR USB VIDEO ENCODER DRIVER
5394 M: Hans Verkuil <hverkuil@xs4all.nl>
5395 L: linux-media@vger.kernel.org
5396 T: git git://linuxtv.org/media_tree.git
5397 W: https://linuxtv.org
5398 S: Odd Fixes
5399 F: drivers/media/usb/hdpvr/
5400
5401 HWPOISON MEMORY FAILURE HANDLING
5402 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5403 L: linux-mm@kvack.org
5404 S: Maintained
5405 F: mm/memory-failure.c
5406 F: mm/hwpoison-inject.c
5407
5408 HYPERVISOR VIRTUAL CONSOLE DRIVER
5409 L: linuxppc-dev@lists.ozlabs.org
5410 S: Odd Fixes
5411 F: drivers/tty/hvc/
5412
5413 HACKRF MEDIA DRIVER
5414 M: Antti Palosaari <crope@iki.fi>
5415 L: linux-media@vger.kernel.org
5416 W: https://linuxtv.org
5417 W: http://palosaari.fi/linux/
5418 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5419 T: git git://linuxtv.org/anttip/media_tree.git
5420 S: Maintained
5421 F: drivers/media/usb/hackrf/
5422
5423 HARDWARE MONITORING
5424 M: Jean Delvare <jdelvare@suse.com>
5425 M: Guenter Roeck <linux@roeck-us.net>
5426 L: linux-hwmon@vger.kernel.org
5427 W: http://hwmon.wiki.kernel.org/
5428 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5430 S: Maintained
5431 F: Documentation/hwmon/
5432 F: drivers/hwmon/
5433 F: include/linux/hwmon*.h
5434
5435 HARDWARE RANDOM NUMBER GENERATOR CORE
5436 M: Matt Mackall <mpm@selenic.com>
5437 M: Herbert Xu <herbert@gondor.apana.org.au>
5438 L: linux-crypto@vger.kernel.org
5439 S: Odd fixes
5440 F: Documentation/devicetree/bindings/rng/
5441 F: Documentation/hw_random.txt
5442 F: drivers/char/hw_random/
5443 F: include/linux/hw_random.h
5444
5445 HARDWARE SPINLOCK CORE
5446 M: Ohad Ben-Cohen <ohad@wizery.com>
5447 M: Bjorn Andersson <bjorn.andersson@linaro.org>
5448 L: linux-remoteproc@vger.kernel.org
5449 S: Maintained
5450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5451 F: Documentation/devicetree/bindings/hwlock/
5452 F: Documentation/hwspinlock.txt
5453 F: drivers/hwspinlock/
5454 F: include/linux/hwspinlock.h
5455
5456 HARMONY SOUND DRIVER
5457 L: linux-parisc@vger.kernel.org
5458 S: Maintained
5459 F: sound/parisc/harmony.*
5460
5461 HD29L2 MEDIA DRIVER
5462 M: Antti Palosaari <crope@iki.fi>
5463 L: linux-media@vger.kernel.org
5464 W: https://linuxtv.org
5465 W: http://palosaari.fi/linux/
5466 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5467 T: git git://linuxtv.org/anttip/media_tree.git
5468 S: Maintained
5469 F: drivers/media/dvb-frontends/hd29l2*
5470
5471 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5472 M: Brian Boylston <brian.boylston@hpe.com>
5473 S: Supported
5474 F: Documentation/watchdog/hpwdt.txt
5475 F: drivers/watchdog/hpwdt.c
5476
5477 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5478 M: Don Brace <don.brace@microsemi.com>
5479 L: iss_storagedev@hp.com
5480 L: esc.storagedev@microsemi.com
5481 L: linux-scsi@vger.kernel.org
5482 S: Supported
5483 F: Documentation/scsi/hpsa.txt
5484 F: drivers/scsi/hpsa*.[ch]
5485 F: include/linux/cciss*.h
5486 F: include/uapi/linux/cciss*.h
5487
5488 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5489 M: Don Brace <don.brace@microsemi.com>
5490 L: iss_storagedev@hp.com
5491 L: esc.storagedev@microsemi.com
5492 L: linux-scsi@vger.kernel.org
5493 S: Supported
5494 F: Documentation/blockdev/cciss.txt
5495 F: drivers/block/cciss*
5496 F: include/linux/cciss_ioctl.h
5497 F: include/uapi/linux/cciss_ioctl.h
5498
5499 HFI1 DRIVER
5500 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
5501 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
5502 L: linux-rdma@vger.kernel.org
5503 S: Supported
5504 F: drivers/infiniband/hw/hfi1
5505
5506 HFS FILESYSTEM
5507 L: linux-fsdevel@vger.kernel.org
5508 S: Orphan
5509 F: Documentation/filesystems/hfs.txt
5510 F: fs/hfs/
5511
5512 HFSPLUS FILESYSTEM
5513 L: linux-fsdevel@vger.kernel.org
5514 S: Orphan
5515 F: Documentation/filesystems/hfsplus.txt
5516 F: fs/hfsplus/
5517
5518 HGA FRAMEBUFFER DRIVER
5519 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5520 L: linux-nvidia@lists.surfsouth.com
5521 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5522 S: Maintained
5523 F: drivers/video/fbdev/hgafb.c
5524
5525 HIBERNATION (aka Software Suspend, aka swsusp)
5526 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5527 M: Pavel Machek <pavel@ucw.cz>
5528 L: linux-pm@vger.kernel.org
5529 S: Supported
5530 F: arch/x86/power/
5531 F: drivers/base/power/
5532 F: kernel/power/
5533 F: include/linux/suspend.h
5534 F: include/linux/freezer.h
5535 F: include/linux/pm.h
5536 F: arch/*/include/asm/suspend*.h
5537
5538 HID CORE LAYER
5539 M: Jiri Kosina <jikos@kernel.org>
5540 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5541 L: linux-input@vger.kernel.org
5542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5543 S: Maintained
5544 F: drivers/hid/
5545 F: include/linux/hid*
5546 F: include/uapi/linux/hid*
5547
5548 HID SENSOR HUB DRIVERS
5549 M: Jiri Kosina <jikos@kernel.org>
5550 M: Jonathan Cameron <jic23@kernel.org>
5551 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5552 L: linux-input@vger.kernel.org
5553 L: linux-iio@vger.kernel.org
5554 S: Maintained
5555 F: Documentation/hid/hid-sensor*
5556 F: drivers/hid/hid-sensor-*
5557 F: drivers/iio/*/hid-*
5558 F: include/linux/hid-sensor-*
5559
5560 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5561 M: Thomas Gleixner <tglx@linutronix.de>
5562 L: linux-kernel@vger.kernel.org
5563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5564 S: Maintained
5565 F: Documentation/timers/
5566 F: kernel/time/hrtimer.c
5567 F: kernel/time/clockevents.c
5568 F: kernel/time/tick*.*
5569 F: kernel/time/timer_*.c
5570 F: include/linux/clockchips.h
5571 F: include/linux/hrtimer.h
5572
5573 HIGH-SPEED SCC DRIVER FOR AX.25
5574 L: linux-hams@vger.kernel.org
5575 S: Orphan
5576 F: drivers/net/hamradio/dmascc.c
5577 F: drivers/net/hamradio/scc.c
5578
5579 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5580 M: HighPoint Linux Team <linux@highpoint-tech.com>
5581 W: http://www.highpoint-tech.com
5582 S: Supported
5583 F: Documentation/scsi/hptiop.txt
5584 F: drivers/scsi/hptiop.c
5585
5586 HIPPI
5587 M: Jes Sorensen <jes@trained-monkey.org>
5588 L: linux-hippi@sunsite.dk
5589 S: Maintained
5590 F: include/linux/hippidevice.h
5591 F: include/uapi/linux/if_hippi.h
5592 F: net/802/hippi.c
5593 F: drivers/net/hippi/
5594
5595 HISILICON NETWORK SUBSYSTEM DRIVER
5596 M: Yisen Zhuang <yisen.zhuang@huawei.com>
5597 M: Salil Mehta <salil.mehta@huawei.com>
5598 L: netdev@vger.kernel.org
5599 W: http://www.hisilicon.com
5600 S: Maintained
5601 F: drivers/net/ethernet/hisilicon/
5602 F: Documentation/devicetree/bindings/net/hisilicon*.txt
5603
5604 HISILICON ROCE DRIVER
5605 M: Lijun Ou <oulijun@huawei.com>
5606 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
5607 L: linux-rdma@vger.kernel.org
5608 S: Maintained
5609 F: drivers/infiniband/hw/hns/
5610 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5611
5612 HISILICON SAS Controller
5613 M: John Garry <john.garry@huawei.com>
5614 W: http://www.hisilicon.com
5615 S: Supported
5616 F: drivers/scsi/hisi_sas/
5617 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5618
5619 HOST AP DRIVER
5620 M: Jouni Malinen <j@w1.fi>
5621 L: hostap@shmoo.com (subscribers-only)
5622 L: linux-wireless@vger.kernel.org
5623 W: http://hostap.epitest.fi/
5624 S: Maintained
5625 F: drivers/net/wireless/intersil/hostap/
5626
5627 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5628 L: platform-driver-x86@vger.kernel.org
5629 S: Orphan
5630 F: drivers/platform/x86/tc1100-wmi.c
5631
5632 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5633 M: Jaroslav Kysela <perex@perex.cz>
5634 S: Maintained
5635 F: drivers/net/ethernet/hp/hp100.*
5636
5637 HPET: High Precision Event Timers driver
5638 M: Clemens Ladisch <clemens@ladisch.de>
5639 S: Maintained
5640 F: Documentation/timers/hpet.txt
5641 F: drivers/char/hpet.c
5642 F: include/linux/hpet.h
5643 F: include/uapi/linux/hpet.h
5644
5645 HPET: x86
5646 S: Orphan
5647 F: arch/x86/kernel/hpet.c
5648 F: arch/x86/include/asm/hpet.h
5649
5650 HPFS FILESYSTEM
5651 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5652 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5653 S: Maintained
5654 F: fs/hpfs/
5655
5656 HSI SUBSYSTEM
5657 M: Sebastian Reichel <sre@kernel.org>
5658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5659 S: Maintained
5660 F: Documentation/ABI/testing/sysfs-bus-hsi
5661 F: Documentation/hsi.txt
5662 F: drivers/hsi/
5663 F: include/linux/hsi/
5664 F: include/uapi/linux/hsi/
5665
5666 HSO 3G MODEM DRIVER
5667 M: Jan Dumon <j.dumon@option.com>
5668 W: http://www.pharscape.org
5669 S: Maintained
5670 F: drivers/net/usb/hso.c
5671
5672 HSR NETWORK PROTOCOL
5673 M: Arvid Brodin <arvid.brodin@alten.se>
5674 L: netdev@vger.kernel.org
5675 S: Maintained
5676 F: net/hsr/
5677
5678 HTCPEN TOUCHSCREEN DRIVER
5679 M: Pau Oliva Fora <pof@eslack.org>
5680 L: linux-input@vger.kernel.org
5681 S: Maintained
5682 F: drivers/input/touchscreen/htcpen.c
5683
5684 HUGETLB FILESYSTEM
5685 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5686 S: Maintained
5687 F: fs/hugetlbfs/
5688
5689 HVA ST MEDIA DRIVER
5690 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5691 L: linux-media@vger.kernel.org
5692 T: git git://linuxtv.org/media_tree.git
5693 W: https://linuxtv.org
5694 S: Supported
5695 F: drivers/media/platform/sti/hva
5696
5697 Hyper-V CORE AND DRIVERS
5698 M: "K. Y. Srinivasan" <kys@microsoft.com>
5699 M: Haiyang Zhang <haiyangz@microsoft.com>
5700 L: devel@linuxdriverproject.org
5701 S: Maintained
5702 F: arch/x86/include/asm/mshyperv.h
5703 F: arch/x86/include/uapi/asm/hyperv.h
5704 F: arch/x86/kernel/cpu/mshyperv.c
5705 F: drivers/hid/hid-hyperv.c
5706 F: drivers/hv/
5707 F: drivers/input/serio/hyperv-keyboard.c
5708 F: drivers/pci/host/pci-hyperv.c
5709 F: drivers/net/hyperv/
5710 F: drivers/scsi/storvsc_drv.c
5711 F: drivers/video/fbdev/hyperv_fb.c
5712 F: include/linux/hyperv.h
5713 F: tools/hv/
5714 F: Documentation/ABI/stable/sysfs-bus-vmbus
5715
5716 I2C MUXES
5717 M: Peter Rosin <peda@axentia.se>
5718 L: linux-i2c@vger.kernel.org
5719 S: Maintained
5720 F: Documentation/i2c/i2c-topology
5721 F: Documentation/i2c/muxes/
5722 F: Documentation/devicetree/bindings/i2c/i2c-mux*
5723 F: Documentation/devicetree/bindings/i2c/i2c-arb*
5724 F: Documentation/devicetree/bindings/i2c/i2c-gate*
5725 F: drivers/i2c/i2c-mux.c
5726 F: drivers/i2c/muxes/
5727 F: include/linux/i2c-mux.h
5728
5729 I2C OVER PARALLEL PORT
5730 M: Jean Delvare <jdelvare@suse.com>
5731 L: linux-i2c@vger.kernel.org
5732 S: Maintained
5733 F: Documentation/i2c/busses/i2c-parport
5734 F: Documentation/i2c/busses/i2c-parport-light
5735 F: drivers/i2c/busses/i2c-parport.c
5736 F: drivers/i2c/busses/i2c-parport-light.c
5737
5738 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5739 M: Jean Delvare <jdelvare@suse.com>
5740 L: linux-i2c@vger.kernel.org
5741 S: Maintained
5742 F: Documentation/i2c/busses/i2c-ali1535
5743 F: Documentation/i2c/busses/i2c-ali1563
5744 F: Documentation/i2c/busses/i2c-ali15x3
5745 F: Documentation/i2c/busses/i2c-amd756
5746 F: Documentation/i2c/busses/i2c-amd8111
5747 F: Documentation/i2c/busses/i2c-i801
5748 F: Documentation/i2c/busses/i2c-nforce2
5749 F: Documentation/i2c/busses/i2c-piix4
5750 F: Documentation/i2c/busses/i2c-sis5595
5751 F: Documentation/i2c/busses/i2c-sis630
5752 F: Documentation/i2c/busses/i2c-sis96x
5753 F: Documentation/i2c/busses/i2c-via
5754 F: Documentation/i2c/busses/i2c-viapro
5755 F: drivers/i2c/busses/i2c-ali1535.c
5756 F: drivers/i2c/busses/i2c-ali1563.c
5757 F: drivers/i2c/busses/i2c-ali15x3.c
5758 F: drivers/i2c/busses/i2c-amd756.c
5759 F: drivers/i2c/busses/i2c-amd756-s4882.c
5760 F: drivers/i2c/busses/i2c-amd8111.c
5761 F: drivers/i2c/busses/i2c-i801.c
5762 F: drivers/i2c/busses/i2c-isch.c
5763 F: drivers/i2c/busses/i2c-nforce2.c
5764 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5765 F: drivers/i2c/busses/i2c-piix4.c
5766 F: drivers/i2c/busses/i2c-sis5595.c
5767 F: drivers/i2c/busses/i2c-sis630.c
5768 F: drivers/i2c/busses/i2c-sis96x.c
5769 F: drivers/i2c/busses/i2c-via.c
5770 F: drivers/i2c/busses/i2c-viapro.c
5771
5772 I2C/SMBUS ISMT DRIVER
5773 M: Seth Heasley <seth.heasley@intel.com>
5774 M: Neil Horman <nhorman@tuxdriver.com>
5775 L: linux-i2c@vger.kernel.org
5776 F: drivers/i2c/busses/i2c-ismt.c
5777 F: Documentation/i2c/busses/i2c-ismt
5778
5779 I2C/SMBUS STUB DRIVER
5780 M: Jean Delvare <jdelvare@suse.com>
5781 L: linux-i2c@vger.kernel.org
5782 S: Maintained
5783 F: drivers/i2c/i2c-stub.c
5784
5785 I2C SUBSYSTEM
5786 M: Wolfram Sang <wsa@the-dreams.de>
5787 L: linux-i2c@vger.kernel.org
5788 W: https://i2c.wiki.kernel.org/
5789 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5791 S: Maintained
5792 F: Documentation/devicetree/bindings/i2c/
5793 F: Documentation/i2c/
5794 F: drivers/i2c/
5795 F: drivers/i2c/*/
5796 F: include/linux/i2c.h
5797 F: include/linux/i2c-*.h
5798 F: include/uapi/linux/i2c.h
5799 F: include/uapi/linux/i2c-*.h
5800
5801 I2C ACPI SUPPORT
5802 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5803 L: linux-i2c@vger.kernel.org
5804 L: linux-acpi@vger.kernel.org
5805 S: Maintained
5806
5807 I2C-TAOS-EVM DRIVER
5808 M: Jean Delvare <jdelvare@suse.com>
5809 L: linux-i2c@vger.kernel.org
5810 S: Maintained
5811 F: Documentation/i2c/busses/i2c-taos-evm
5812 F: drivers/i2c/busses/i2c-taos-evm.c
5813
5814 I2C-TINY-USB DRIVER
5815 M: Till Harbaum <till@harbaum.org>
5816 L: linux-i2c@vger.kernel.org
5817 W: http://www.harbaum.org/till/i2c_tiny_usb
5818 S: Maintained
5819 F: drivers/i2c/busses/i2c-tiny-usb.c
5820
5821 i386 BOOT CODE
5822 M: "H. Peter Anvin" <hpa@zytor.com>
5823 S: Maintained
5824 F: arch/x86/boot/
5825
5826 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5827 M: "H. Peter Anvin" <hpa@zytor.com>
5828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5829 S: Maintained
5830
5831 IA64 (Itanium) PLATFORM
5832 M: Tony Luck <tony.luck@intel.com>
5833 M: Fenghua Yu <fenghua.yu@intel.com>
5834 L: linux-ia64@vger.kernel.org
5835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5836 S: Maintained
5837 F: arch/ia64/
5838
5839 IBM Power VMX Cryptographic instructions
5840 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5841 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5842 L: linux-crypto@vger.kernel.org
5843 S: Supported
5844 F: drivers/crypto/vmx/Makefile
5845 F: drivers/crypto/vmx/Kconfig
5846 F: drivers/crypto/vmx/vmx.c
5847 F: drivers/crypto/vmx/aes*
5848 F: drivers/crypto/vmx/ghash*
5849 F: drivers/crypto/vmx/ppc-xlate.pl
5850
5851 IBM Power in-Nest Crypto Acceleration
5852 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5853 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5854 L: linux-crypto@vger.kernel.org
5855 S: Supported
5856 F: drivers/crypto/nx/Makefile
5857 F: drivers/crypto/nx/Kconfig
5858 F: drivers/crypto/nx/nx-aes*
5859 F: drivers/crypto/nx/nx-sha*
5860 F: drivers/crypto/nx/nx.*
5861 F: drivers/crypto/nx/nx_csbcpb.h
5862 F: drivers/crypto/nx/nx_debugfs.h
5863
5864 IBM Power 842 compression accelerator
5865 M: Dan Streetman <ddstreet@ieee.org>
5866 S: Supported
5867 F: drivers/crypto/nx/Makefile
5868 F: drivers/crypto/nx/Kconfig
5869 F: drivers/crypto/nx/nx-842*
5870 F: include/linux/sw842.h
5871 F: crypto/842.c
5872 F: lib/842/
5873
5874 IBM Power Linux RAID adapter
5875 M: Brian King <brking@us.ibm.com>
5876 S: Supported
5877 F: drivers/scsi/ipr.*
5878
5879 IBM Power Virtual Ethernet Device Driver
5880 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5881 L: netdev@vger.kernel.org
5882 S: Supported
5883 F: drivers/net/ethernet/ibm/ibmveth.*
5884
5885 IBM Power SRIOV Virtual NIC Device Driver
5886 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5887 M: John Allen <jallen@linux.vnet.ibm.com>
5888 L: netdev@vger.kernel.org
5889 S: Supported
5890 F: drivers/net/ethernet/ibm/ibmvnic.*
5891
5892 IBM Power Virtual SCSI Device Drivers
5893 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5894 L: linux-scsi@vger.kernel.org
5895 S: Supported
5896 F: drivers/scsi/ibmvscsi/ibmvscsi*
5897 F: include/scsi/viosrp.h
5898
5899 IBM Power Virtual SCSI Device Target Driver
5900 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5901 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5902 L: linux-scsi@vger.kernel.org
5903 L: target-devel@vger.kernel.org
5904 S: Supported
5905 F: drivers/scsi/ibmvscsi_tgt/
5906
5907 IBM Power Virtual FC Device Drivers
5908 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5909 L: linux-scsi@vger.kernel.org
5910 S: Supported
5911 F: drivers/scsi/ibmvscsi/ibmvfc*
5912
5913 IBM ServeRAID RAID DRIVER
5914 S: Orphan
5915 F: drivers/scsi/ips.*
5916
5917 ICH LPC AND GPIO DRIVER
5918 M: Peter Tyser <ptyser@xes-inc.com>
5919 S: Maintained
5920 F: drivers/mfd/lpc_ich.c
5921 F: drivers/gpio/gpio-ich.c
5922
5923 IDE SUBSYSTEM
5924 M: "David S. Miller" <davem@davemloft.net>
5925 L: linux-ide@vger.kernel.org
5926 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5928 S: Maintained
5929 F: Documentation/ide/
5930 F: drivers/ide/
5931 F: include/linux/ide.h
5932
5933 IDEAPAD LAPTOP EXTRAS DRIVER
5934 M: Ike Panhc <ike.pan@canonical.com>
5935 L: platform-driver-x86@vger.kernel.org
5936 W: http://launchpad.net/ideapad-laptop
5937 S: Maintained
5938 F: drivers/platform/x86/ideapad-laptop.c
5939
5940 IDEAPAD LAPTOP SLIDEBAR DRIVER
5941 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5942 L: linux-input@vger.kernel.org
5943 W: https://github.com/o2genum/ideapad-slidebar
5944 S: Maintained
5945 F: drivers/input/misc/ideapad_slidebar.c
5946
5947 IDE/ATAPI DRIVERS
5948 M: Borislav Petkov <bp@alien8.de>
5949 L: linux-ide@vger.kernel.org
5950 S: Maintained
5951 F: Documentation/cdrom/ide-cd
5952 F: drivers/ide/ide-cd*
5953
5954 IDLE-I7300
5955 M: Andy Henroid <andrew.d.henroid@intel.com>
5956 L: linux-pm@vger.kernel.org
5957 S: Supported
5958 F: drivers/idle/i7300_idle.c
5959
5960 IEEE 802.15.4 SUBSYSTEM
5961 M: Alexander Aring <aar@pengutronix.de>
5962 L: linux-wpan@vger.kernel.org
5963 W: http://wpan.cakelab.org/
5964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5966 S: Maintained
5967 F: net/ieee802154/
5968 F: net/mac802154/
5969 F: drivers/net/ieee802154/
5970 F: include/linux/nl802154.h
5971 F: include/linux/ieee802154.h
5972 F: include/net/nl802154.h
5973 F: include/net/mac802154.h
5974 F: include/net/af_ieee802154.h
5975 F: include/net/cfg802154.h
5976 F: include/net/ieee802154_netdev.h
5977 F: Documentation/networking/ieee802154.txt
5978
5979 IGORPLUG-USB IR RECEIVER
5980 M: Sean Young <sean@mess.org>
5981 L: linux-media@vger.kernel.org
5982 S: Maintained
5983 F: drivers/media/rc/igorplugusb.c
5984
5985 IGUANAWORKS USB IR TRANSCEIVER
5986 M: Sean Young <sean@mess.org>
5987 L: linux-media@vger.kernel.org
5988 S: Maintained
5989 F: drivers/media/rc/iguanair.c
5990
5991 IIO SUBSYSTEM AND DRIVERS
5992 M: Jonathan Cameron <jic23@kernel.org>
5993 R: Hartmut Knaack <knaack.h@gmx.de>
5994 R: Lars-Peter Clausen <lars@metafoo.de>
5995 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5996 L: linux-iio@vger.kernel.org
5997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
5998 S: Maintained
5999 F: Documentation/devicetree/bindings/iio/
6000 F: drivers/iio/
6001 F: drivers/staging/iio/
6002 F: include/linux/iio/
6003 F: tools/iio/
6004
6005 IKANOS/ADI EAGLE ADSL USB DRIVER
6006 M: Matthieu Castet <castet.matthieu@free.fr>
6007 M: Stanislaw Gruszka <stf_xl@wp.pl>
6008 S: Maintained
6009 F: drivers/usb/atm/ueagle-atm.c
6010
6011 INA209 HARDWARE MONITOR DRIVER
6012 M: Guenter Roeck <linux@roeck-us.net>
6013 L: linux-hwmon@vger.kernel.org
6014 S: Maintained
6015 F: Documentation/hwmon/ina209
6016 F: Documentation/devicetree/bindings/i2c/ina209.txt
6017 F: drivers/hwmon/ina209.c
6018
6019 INA2XX HARDWARE MONITOR DRIVER
6020 M: Guenter Roeck <linux@roeck-us.net>
6021 L: linux-hwmon@vger.kernel.org
6022 S: Maintained
6023 F: Documentation/hwmon/ina2xx
6024 F: drivers/hwmon/ina2xx.c
6025 F: include/linux/platform_data/ina2xx.h
6026
6027 INDUSTRY PACK SUBSYSTEM (IPACK)
6028 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6029 M: Jens Taprogge <jens.taprogge@taprogge.org>
6030 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6031 L: industrypack-devel@lists.sourceforge.net
6032 W: http://industrypack.sourceforge.net
6033 S: Maintained
6034 F: drivers/ipack/
6035
6036 INGENIC JZ4780 DMA Driver
6037 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6038 S: Maintained
6039 F: drivers/dma/dma-jz4780.c
6040
6041 INGENIC JZ4780 NAND DRIVER
6042 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6043 L: linux-mtd@lists.infradead.org
6044 S: Maintained
6045 F: drivers/mtd/nand/jz4780_*
6046
6047 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6048 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6049 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6050 L: linux-ima-devel@lists.sourceforge.net
6051 L: linux-ima-user@lists.sourceforge.net
6052 L: linux-security-module@vger.kernel.org
6053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6054 S: Supported
6055 F: security/integrity/ima/
6056
6057 IMGTEC IR DECODER DRIVER
6058 M: James Hogan <james.hogan@imgtec.com>
6059 S: Maintained
6060 F: drivers/media/rc/img-ir/
6061
6062 IMS TWINTURBO FRAMEBUFFER DRIVER
6063 L: linux-fbdev@vger.kernel.org
6064 S: Orphan
6065 F: drivers/video/fbdev/imsttfb.c
6066
6067 INFINIBAND SUBSYSTEM
6068 M: Doug Ledford <dledford@redhat.com>
6069 M: Sean Hefty <sean.hefty@intel.com>
6070 M: Hal Rosenstock <hal.rosenstock@gmail.com>
6071 L: linux-rdma@vger.kernel.org
6072 W: http://www.openfabrics.org/
6073 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6075 S: Supported
6076 F: Documentation/infiniband/
6077 F: drivers/infiniband/
6078 F: include/uapi/linux/if_infiniband.h
6079 F: include/uapi/rdma/
6080 F: include/rdma/
6081
6082 INOTIFY
6083 M: John McCutchan <john@johnmccutchan.com>
6084 M: Robert Love <rlove@rlove.org>
6085 M: Eric Paris <eparis@parisplace.org>
6086 S: Maintained
6087 F: Documentation/filesystems/inotify.txt
6088 F: fs/notify/inotify/
6089 F: include/linux/inotify.h
6090 F: include/uapi/linux/inotify.h
6091
6092 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6093 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6094 L: linux-input@vger.kernel.org
6095 Q: http://patchwork.kernel.org/project/linux-input/list/
6096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6097 S: Maintained
6098 F: drivers/input/
6099 F: include/linux/input.h
6100 F: include/uapi/linux/input.h
6101 F: include/linux/input/
6102 F: Documentation/devicetree/bindings/input/
6103
6104 INPUT MULTITOUCH (MT) PROTOCOL
6105 M: Henrik Rydberg <rydberg@bitmath.org>
6106 L: linux-input@vger.kernel.org
6107 S: Odd fixes
6108 F: Documentation/input/multi-touch-protocol.txt
6109 F: drivers/input/input-mt.c
6110 K: \b(ABS|SYN)_MT_
6111
6112 INTEL ASoC BDW/HSW DRIVERS
6113 M: Jie Yang <yang.jie@linux.intel.com>
6114 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6115 S: Supported
6116 F: sound/soc/intel/common/sst-dsp*
6117 F: sound/soc/intel/common/sst-firmware.c
6118 F: sound/soc/intel/boards/broadwell.c
6119 F: sound/soc/intel/haswell/
6120
6121 INTEL C600 SERIES SAS CONTROLLER DRIVER
6122 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6123 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6124 L: linux-scsi@vger.kernel.org
6125 T: git git://git.code.sf.net/p/intel-sas/isci
6126 S: Supported
6127 F: drivers/scsi/isci/
6128
6129 INTEL HID EVENT DRIVER
6130 M: Alex Hung <alex.hung@canonical.com>
6131 L: platform-driver-x86@vger.kernel.org
6132 S: Maintained
6133 F: drivers/platform/x86/intel-hid.c
6134
6135 INTEL VIRTUAL BUTTON DRIVER
6136 M: AceLan Kao <acelan.kao@canonical.com>
6137 L: platform-driver-x86@vger.kernel.org
6138 S: Maintained
6139 F: drivers/platform/x86/intel-vbtn.c
6140
6141 INTEL IDLE DRIVER
6142 M: Len Brown <lenb@kernel.org>
6143 L: linux-pm@vger.kernel.org
6144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6145 S: Supported
6146 F: drivers/idle/intel_idle.c
6147
6148 INTEL INTEGRATED SENSOR HUB DRIVER
6149 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6150 M: Jiri Kosina <jikos@kernel.org>
6151 L: linux-input@vger.kernel.org
6152 S: Maintained
6153 F: drivers/hid/intel-ish-hid/
6154
6155 INTEL PSTATE DRIVER
6156 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6157 M: Len Brown <lenb@kernel.org>
6158 L: linux-pm@vger.kernel.org
6159 S: Supported
6160 F: drivers/cpufreq/intel_pstate.c
6161
6162 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6163 M: Maik Broemme <mbroemme@plusserver.de>
6164 L: linux-fbdev@vger.kernel.org
6165 S: Maintained
6166 F: Documentation/fb/intelfb.txt
6167 F: drivers/video/fbdev/intelfb/
6168
6169 INTEL 810/815 FRAMEBUFFER DRIVER
6170 M: Antonino Daplas <adaplas@gmail.com>
6171 L: linux-fbdev@vger.kernel.org
6172 S: Maintained
6173 F: drivers/video/fbdev/i810/
6174
6175 INTEL MENLOW THERMAL DRIVER
6176 M: Sujith Thomas <sujith.thomas@intel.com>
6177 L: platform-driver-x86@vger.kernel.org
6178 W: https://01.org/linux-acpi
6179 S: Supported
6180 F: drivers/platform/x86/intel_menlow.c
6181
6182 INTEL I/OAT DMA DRIVER
6183 M: Dave Jiang <dave.jiang@intel.com>
6184 R: Dan Williams <dan.j.williams@intel.com>
6185 L: dmaengine@vger.kernel.org
6186 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
6187 S: Supported
6188 F: drivers/dma/ioat*
6189
6190 INTEL IOMMU (VT-d)
6191 M: David Woodhouse <dwmw2@infradead.org>
6192 L: iommu@lists.linux-foundation.org
6193 T: git git://git.infradead.org/iommu-2.6.git
6194 S: Supported
6195 F: drivers/iommu/intel-iommu.c
6196 F: include/linux/intel-iommu.h
6197
6198 INTEL IOP-ADMA DMA DRIVER
6199 R: Dan Williams <dan.j.williams@intel.com>
6200 S: Odd fixes
6201 F: drivers/dma/iop-adma.c
6202
6203 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6204 M: Krzysztof Halasa <khalasa@piap.pl>
6205 S: Maintained
6206 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
6207 F: arch/arm/mach-ixp4xx/include/mach/npe.h
6208 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6209 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
6210 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
6211 F: drivers/net/wan/ixp4xx_hss.c
6212
6213 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6214 M: Deepak Saxena <dsaxena@plexity.net>
6215 S: Maintained
6216 F: drivers/char/hw_random/ixp4xx-rng.c
6217
6218 INTEL ETHERNET DRIVERS
6219 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6220 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6221 W: http://www.intel.com/support/feedback.htm
6222 W: http://e1000.sourceforge.net/
6223 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6226 S: Supported
6227 F: Documentation/networking/e100.txt
6228 F: Documentation/networking/e1000.txt
6229 F: Documentation/networking/e1000e.txt
6230 F: Documentation/networking/igb.txt
6231 F: Documentation/networking/igbvf.txt
6232 F: Documentation/networking/ixgb.txt
6233 F: Documentation/networking/ixgbe.txt
6234 F: Documentation/networking/ixgbevf.txt
6235 F: Documentation/networking/i40e.txt
6236 F: Documentation/networking/i40evf.txt
6237 F: drivers/net/ethernet/intel/
6238 F: drivers/net/ethernet/intel/*/
6239
6240 INTEL RDMA RNIC DRIVER
6241 M: Faisal Latif <faisal.latif@intel.com>
6242 R: Chien Tin Tung <chien.tin.tung@intel.com>
6243 R: Mustafa Ismail <mustafa.ismail@intel.com>
6244 R: Shiraz Saleem <shiraz.saleem@intel.com>
6245 R: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6246 L: linux-rdma@vger.kernel.org
6247 S: Supported
6248 F: drivers/infiniband/hw/i40iw/
6249
6250 INTEL MERRIFIELD GPIO DRIVER
6251 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6252 L: linux-gpio@vger.kernel.org
6253 S: Maintained
6254 F: drivers/gpio/gpio-merrifield.c
6255
6256 INTEL-MID GPIO DRIVER
6257 M: David Cohen <david.a.cohen@linux.intel.com>
6258 L: linux-gpio@vger.kernel.org
6259 S: Maintained
6260 F: drivers/gpio/gpio-intel-mid.c
6261
6262 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6263 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
6264 L: linux-wireless@vger.kernel.org
6265 S: Maintained
6266 F: Documentation/networking/README.ipw2100
6267 F: Documentation/networking/README.ipw2200
6268 F: drivers/net/wireless/intel/ipw2x00/
6269
6270 INTEL(R) TRACE HUB
6271 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
6272 S: Supported
6273 F: Documentation/trace/intel_th.txt
6274 F: drivers/hwtracing/intel_th/
6275
6276 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6277 M: Ning Sun <ning.sun@intel.com>
6278 L: tboot-devel@lists.sourceforge.net
6279 W: http://tboot.sourceforge.net
6280 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6281 S: Supported
6282 F: Documentation/intel_txt.txt
6283 F: include/linux/tboot.h
6284 F: arch/x86/kernel/tboot.c
6285
6286 INTEL WIRELESS WIMAX CONNECTION 2400
6287 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6288 M: linux-wimax@intel.com
6289 L: wimax@linuxwimax.org (subscribers-only)
6290 S: Supported
6291 W: http://linuxwimax.org
6292 F: Documentation/wimax/README.i2400m
6293 F: drivers/net/wimax/i2400m/
6294 F: include/uapi/linux/wimax/i2400m.h
6295
6296 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6297 M: Stanislaw Gruszka <sgruszka@redhat.com>
6298 L: linux-wireless@vger.kernel.org
6299 S: Supported
6300 F: drivers/net/wireless/intel/iwlegacy/
6301
6302 INTEL WIRELESS WIFI LINK (iwlwifi)
6303 M: Johannes Berg <johannes.berg@intel.com>
6304 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6305 M: Luca Coelho <luciano.coelho@intel.com>
6306 M: Intel Linux Wireless <linuxwifi@intel.com>
6307 L: linux-wireless@vger.kernel.org
6308 W: http://intellinuxwireless.org
6309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6310 S: Supported
6311 F: drivers/net/wireless/intel/iwlwifi/
6312
6313 INTEL MANAGEMENT ENGINE (mei)
6314 M: Tomas Winkler <tomas.winkler@intel.com>
6315 L: linux-kernel@vger.kernel.org
6316 S: Supported
6317 F: include/uapi/linux/mei.h
6318 F: include/linux/mei_cl_bus.h
6319 F: drivers/misc/mei/*
6320 F: drivers/watchdog/mei_wdt.c
6321 F: Documentation/misc-devices/mei/*
6322
6323 INTEL MIC DRIVERS (mic)
6324 M: Sudeep Dutt <sudeep.dutt@intel.com>
6325 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
6326 S: Supported
6327 W: https://github.com/sudeepdutt/mic
6328 W: http://software.intel.com/en-us/mic-developer
6329 F: include/linux/mic_bus.h
6330 F: include/linux/scif.h
6331 F: include/uapi/linux/mic_common.h
6332 F: include/uapi/linux/mic_ioctl.h
6333 F: include/uapi/linux/scif_ioctl.h
6334 F: drivers/misc/mic/
6335 F: drivers/dma/mic_x100_dma.c
6336 F: drivers/dma/mic_x100_dma.h
6337 F: Documentation/mic/
6338
6339 INTEL PMC/P-Unit IPC DRIVER
6340 M: Zha Qipeng<qipeng.zha@intel.com>
6341 L: platform-driver-x86@vger.kernel.org
6342 S: Maintained
6343 F: drivers/platform/x86/intel_pmc_ipc.c
6344 F: drivers/platform/x86/intel_punit_ipc.c
6345 F: arch/x86/include/asm/intel_pmc_ipc.h
6346 F: arch/x86/include/asm/intel_punit_ipc.h
6347
6348 INTEL TELEMETRY DRIVER
6349 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6350 L: platform-driver-x86@vger.kernel.org
6351 S: Maintained
6352 F: arch/x86/include/asm/intel_telemetry.h
6353 F: drivers/platform/x86/intel_telemetry*
6354
6355 INTEL PMC CORE DRIVER
6356 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6357 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6358 L: platform-driver-x86@vger.kernel.org
6359 S: Maintained
6360 F: arch/x86/include/asm/pmc_core.h
6361 F: drivers/platform/x86/intel_pmc_core*
6362
6363 IOC3 ETHERNET DRIVER
6364 M: Ralf Baechle <ralf@linux-mips.org>
6365 L: linux-mips@linux-mips.org
6366 S: Maintained
6367 F: drivers/net/ethernet/sgi/ioc3-eth.c
6368
6369 IOC3 SERIAL DRIVER
6370 M: Pat Gefre <pfg@sgi.com>
6371 L: linux-serial@vger.kernel.org
6372 S: Maintained
6373 F: drivers/tty/serial/ioc3_serial.c
6374
6375 IOMMU DRIVERS
6376 M: Joerg Roedel <joro@8bytes.org>
6377 L: iommu@lists.linux-foundation.org
6378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6379 S: Maintained
6380 F: Documentation/devicetree/bindings/iommu/
6381 F: drivers/iommu/
6382
6383 IP MASQUERADING
6384 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6385 S: Maintained
6386 F: net/ipv4/netfilter/ipt_MASQUERADE.c
6387
6388 IPMI SUBSYSTEM
6389 M: Corey Minyard <minyard@acm.org>
6390 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6391 W: http://openipmi.sourceforge.net/
6392 S: Supported
6393 F: Documentation/IPMI.txt
6394 F: drivers/char/ipmi/
6395 F: include/linux/ipmi*
6396 F: include/uapi/linux/ipmi*
6397
6398 QCOM AUDIO (ASoC) DRIVERS
6399 M: Patrick Lai <plai@codeaurora.org>
6400 M: Banajit Goswami <bgoswami@codeaurora.org>
6401 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6402 S: Supported
6403 F: sound/soc/qcom/
6404
6405 IPS SCSI RAID DRIVER
6406 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6407 L: linux-scsi@vger.kernel.org
6408 W: http://www.adaptec.com/
6409 S: Maintained
6410 F: drivers/scsi/ips*
6411
6412 IPVS
6413 M: Wensong Zhang <wensong@linux-vs.org>
6414 M: Simon Horman <horms@verge.net.au>
6415 M: Julian Anastasov <ja@ssi.bg>
6416 L: netdev@vger.kernel.org
6417 L: lvs-devel@vger.kernel.org
6418 S: Maintained
6419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6421 F: Documentation/networking/ipvs-sysctl.txt
6422 F: include/net/ip_vs.h
6423 F: include/uapi/linux/ip_vs.h
6424 F: net/netfilter/ipvs/
6425
6426 IPWIRELESS DRIVER
6427 M: Jiri Kosina <jikos@kernel.org>
6428 M: David Sterba <dsterba@suse.com>
6429 S: Odd Fixes
6430 F: drivers/tty/ipwireless/
6431
6432 IPX NETWORK LAYER
6433 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6434 L: netdev@vger.kernel.org
6435 S: Maintained
6436 F: include/net/ipx.h
6437 F: include/uapi/linux/ipx.h
6438 F: net/ipx/
6439
6440 IRDA SUBSYSTEM
6441 M: Samuel Ortiz <samuel@sortiz.org>
6442 L: irda-users@lists.sourceforge.net (subscribers-only)
6443 L: netdev@vger.kernel.org
6444 W: http://irda.sourceforge.net/
6445 S: Maintained
6446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6447 F: Documentation/networking/irda.txt
6448 F: drivers/net/irda/
6449 F: include/net/irda/
6450 F: net/irda/
6451
6452 IRQ SUBSYSTEM
6453 M: Thomas Gleixner <tglx@linutronix.de>
6454 L: linux-kernel@vger.kernel.org
6455 S: Maintained
6456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6457 F: kernel/irq/
6458
6459 IRQCHIP DRIVERS
6460 M: Thomas Gleixner <tglx@linutronix.de>
6461 M: Jason Cooper <jason@lakedaemon.net>
6462 M: Marc Zyngier <marc.zyngier@arm.com>
6463 L: linux-kernel@vger.kernel.org
6464 S: Maintained
6465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6466 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6467 F: Documentation/devicetree/bindings/interrupt-controller/
6468 F: drivers/irqchip/
6469
6470 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6471 M: Marc Zyngier <marc.zyngier@arm.com>
6472 S: Maintained
6473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6474 F: Documentation/IRQ-domain.txt
6475 F: include/linux/irqdomain.h
6476 F: kernel/irq/irqdomain.c
6477 F: kernel/irq/msi.c
6478
6479 ISA
6480 M: William Breathitt Gray <vilhelm.gray@gmail.com>
6481 S: Maintained
6482 F: Documentation/isa.txt
6483 F: drivers/base/isa.c
6484 F: include/linux/isa.h
6485
6486 ISAPNP
6487 M: Jaroslav Kysela <perex@perex.cz>
6488 S: Maintained
6489 F: Documentation/isapnp.txt
6490 F: drivers/pnp/isapnp/
6491 F: include/linux/isapnp.h
6492
6493 ISA RADIO MODULE
6494 M: Hans Verkuil <hverkuil@xs4all.nl>
6495 L: linux-media@vger.kernel.org
6496 T: git git://linuxtv.org/media_tree.git
6497 W: https://linuxtv.org
6498 S: Maintained
6499 F: drivers/media/radio/radio-isa*
6500
6501 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6502 M: Peter Jones <pjones@redhat.com>
6503 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
6504 S: Maintained
6505 F: drivers/firmware/iscsi_ibft*
6506
6507 ISCSI
6508 M: Mike Christie <michaelc@cs.wisc.edu>
6509 L: open-iscsi@googlegroups.com
6510 W: www.open-iscsi.org
6511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6512 S: Maintained
6513 F: drivers/scsi/*iscsi*
6514 F: include/scsi/*iscsi*
6515
6516 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6517 M: Or Gerlitz <ogerlitz@mellanox.com>
6518 M: Sagi Grimberg <sagi@grimberg.me>
6519 M: Roi Dayan <roid@mellanox.com>
6520 L: linux-rdma@vger.kernel.org
6521 S: Supported
6522 W: http://www.openfabrics.org
6523 W: www.open-iscsi.org
6524 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6525 F: drivers/infiniband/ulp/iser/
6526
6527 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6528 M: Sagi Grimberg <sagi@grimberg.me>
6529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6530 L: linux-rdma@vger.kernel.org
6531 L: target-devel@vger.kernel.org
6532 S: Supported
6533 W: http://www.linux-iscsi.org
6534 F: drivers/infiniband/ulp/isert
6535
6536 ISDN SUBSYSTEM
6537 M: Karsten Keil <isdn@linux-pingi.de>
6538 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6539 L: netdev@vger.kernel.org
6540 W: http://www.isdn4linux.de
6541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6542 S: Maintained
6543 F: Documentation/isdn/
6544 F: drivers/isdn/
6545 F: include/linux/isdn.h
6546 F: include/linux/isdn/
6547 F: include/uapi/linux/isdn.h
6548 F: include/uapi/linux/isdn/
6549
6550 ISDN SUBSYSTEM (Eicon active card driver)
6551 M: Armin Schindler <mac@melware.de>
6552 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
6553 W: http://www.melware.de
6554 S: Maintained
6555 F: drivers/isdn/hardware/eicon/
6556
6557 IT87 HARDWARE MONITORING DRIVER
6558 M: Jean Delvare <jdelvare@suse.com>
6559 L: linux-hwmon@vger.kernel.org
6560 S: Maintained
6561 F: Documentation/hwmon/it87
6562 F: drivers/hwmon/it87.c
6563
6564 IT913X MEDIA DRIVER
6565 M: Antti Palosaari <crope@iki.fi>
6566 L: linux-media@vger.kernel.org
6567 W: https://linuxtv.org
6568 W: http://palosaari.fi/linux/
6569 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6570 T: git git://linuxtv.org/anttip/media_tree.git
6571 S: Maintained
6572 F: drivers/media/tuners/it913x*
6573
6574 IVTV VIDEO4LINUX DRIVER
6575 M: Andy Walls <awalls@md.metrocast.net>
6576 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6577 L: linux-media@vger.kernel.org
6578 T: git git://linuxtv.org/media_tree.git
6579 W: http://www.ivtvdriver.org
6580 S: Maintained
6581 F: Documentation/video4linux/*.ivtv
6582 F: drivers/media/pci/ivtv/
6583 F: include/uapi/linux/ivtv*
6584
6585 IX2505V MEDIA DRIVER
6586 M: Malcolm Priestley <tvboxspy@gmail.com>
6587 L: linux-media@vger.kernel.org
6588 W: https://linuxtv.org
6589 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6590 S: Maintained
6591 F: drivers/media/dvb-frontends/ix2505v*
6592
6593 JC42.4 TEMPERATURE SENSOR DRIVER
6594 M: Guenter Roeck <linux@roeck-us.net>
6595 L: linux-hwmon@vger.kernel.org
6596 S: Maintained
6597 F: drivers/hwmon/jc42.c
6598 F: Documentation/hwmon/jc42
6599
6600 JFS FILESYSTEM
6601 M: Dave Kleikamp <shaggy@kernel.org>
6602 L: jfs-discussion@lists.sourceforge.net
6603 W: http://jfs.sourceforge.net/
6604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6605 S: Maintained
6606 F: Documentation/filesystems/jfs.txt
6607 F: fs/jfs/
6608
6609 JME NETWORK DRIVER
6610 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6611 L: netdev@vger.kernel.org
6612 S: Maintained
6613 F: drivers/net/ethernet/jme.*
6614
6615 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6616 M: David Woodhouse <dwmw2@infradead.org>
6617 L: linux-mtd@lists.infradead.org
6618 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6619 S: Maintained
6620 F: fs/jffs2/
6621 F: include/uapi/linux/jffs2.h
6622
6623 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6624 M: "Theodore Ts'o" <tytso@mit.edu>
6625 M: Jan Kara <jack@suse.com>
6626 L: linux-ext4@vger.kernel.org
6627 S: Maintained
6628 F: fs/jbd2/
6629 F: include/linux/jbd2.h
6630
6631 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6632 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6633 L: linux-media@vger.kernel.org
6634 S: Maintained
6635 F: drivers/media/platform/rcar_jpu.c
6636
6637 JSM Neo PCI based serial card
6638 M: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6639 L: linux-serial@vger.kernel.org
6640 S: Maintained
6641 F: drivers/tty/serial/jsm/
6642
6643 K10TEMP HARDWARE MONITORING DRIVER
6644 M: Clemens Ladisch <clemens@ladisch.de>
6645 L: linux-hwmon@vger.kernel.org
6646 S: Maintained
6647 F: Documentation/hwmon/k10temp
6648 F: drivers/hwmon/k10temp.c
6649
6650 K8TEMP HARDWARE MONITORING DRIVER
6651 M: Rudolf Marek <r.marek@assembler.cz>
6652 L: linux-hwmon@vger.kernel.org
6653 S: Maintained
6654 F: Documentation/hwmon/k8temp
6655 F: drivers/hwmon/k8temp.c
6656
6657 KASAN
6658 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
6659 R: Alexander Potapenko <glider@google.com>
6660 R: Dmitry Vyukov <dvyukov@google.com>
6661 L: kasan-dev@googlegroups.com
6662 S: Maintained
6663 F: arch/*/include/asm/kasan.h
6664 F: arch/*/mm/kasan_init*
6665 F: Documentation/dev-tools/kasan.rst
6666 F: include/linux/kasan*.h
6667 F: lib/test_kasan.c
6668 F: mm/kasan/
6669 F: scripts/Makefile.kasan
6670
6671 KCONFIG
6672 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6673 L: linux-kbuild@vger.kernel.org
6674 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6675 S: Maintained
6676 F: Documentation/kbuild/kconfig-language.txt
6677 F: scripts/kconfig/
6678
6679 KDUMP
6680 M: Dave Young <dyoung@redhat.com>
6681 M: Baoquan He <bhe@redhat.com>
6682 R: Vivek Goyal <vgoyal@redhat.com>
6683 L: kexec@lists.infradead.org
6684 W: http://lse.sourceforge.net/kdump/
6685 S: Maintained
6686 F: Documentation/kdump/
6687
6688 KEENE FM RADIO TRANSMITTER DRIVER
6689 M: Hans Verkuil <hverkuil@xs4all.nl>
6690 L: linux-media@vger.kernel.org
6691 T: git git://linuxtv.org/media_tree.git
6692 W: https://linuxtv.org
6693 S: Maintained
6694 F: drivers/media/radio/radio-keene*
6695
6696 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6697 M: Ian Kent <raven@themaw.net>
6698 L: autofs@vger.kernel.org
6699 S: Maintained
6700 F: fs/autofs4/
6701
6702 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6703 M: Michal Marek <mmarek@suse.com>
6704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6706 L: linux-kbuild@vger.kernel.org
6707 S: Maintained
6708 F: Documentation/kbuild/
6709 F: Makefile
6710 F: scripts/Makefile.*
6711 F: scripts/basic/
6712 F: scripts/mk*
6713 F: scripts/package/
6714
6715 KERNEL JANITORS
6716 L: kernel-janitors@vger.kernel.org
6717 W: http://kernelnewbies.org/KernelJanitors
6718 S: Odd Fixes
6719
6720 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6721 M: "J. Bruce Fields" <bfields@fieldses.org>
6722 M: Jeff Layton <jlayton@poochiereds.net>
6723 L: linux-nfs@vger.kernel.org
6724 W: http://nfs.sourceforge.net/
6725 T: git git://linux-nfs.org/~bfields/linux.git
6726 S: Supported
6727 F: fs/nfsd/
6728 F: include/uapi/linux/nfsd/
6729 F: fs/lockd/
6730 F: fs/nfs_common/
6731 F: net/sunrpc/
6732 F: include/linux/lockd/
6733 F: include/linux/sunrpc/
6734 F: include/uapi/linux/sunrpc/
6735
6736 KERNEL SELFTEST FRAMEWORK
6737 M: Shuah Khan <shuahkh@osg.samsung.com>
6738 M: Shuah Khan <shuah@kernel.org>
6739 L: linux-kselftest@vger.kernel.org
6740 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6741 S: Maintained
6742 F: tools/testing/selftests
6743
6744 KERNEL VIRTUAL MACHINE (KVM)
6745 M: Paolo Bonzini <pbonzini@redhat.com>
6746 M: Radim Krčmář <rkrcmar@redhat.com>
6747 L: kvm@vger.kernel.org
6748 W: http://www.linux-kvm.org
6749 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6750 S: Supported
6751 F: Documentation/*/kvm*.txt
6752 F: Documentation/virtual/kvm/
6753 F: arch/*/kvm/
6754 F: arch/x86/kernel/kvm.c
6755 F: arch/x86/kernel/kvmclock.c
6756 F: arch/*/include/asm/kvm*
6757 F: include/linux/kvm*
6758 F: include/uapi/linux/kvm*
6759 F: virt/kvm/
6760 F: tools/kvm/
6761
6762 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6763 M: Joerg Roedel <joro@8bytes.org>
6764 L: kvm@vger.kernel.org
6765 W: http://www.linux-kvm.org/
6766 S: Maintained
6767 F: arch/x86/include/asm/svm.h
6768 F: arch/x86/kvm/svm.c
6769
6770 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6771 M: Alexander Graf <agraf@suse.com>
6772 L: kvm-ppc@vger.kernel.org
6773 W: http://www.linux-kvm.org/
6774 T: git git://github.com/agraf/linux-2.6.git
6775 S: Supported
6776 F: arch/powerpc/include/asm/kvm*
6777 F: arch/powerpc/kvm/
6778
6779 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6780 M: Christian Borntraeger <borntraeger@de.ibm.com>
6781 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6782 L: linux-s390@vger.kernel.org
6783 W: http://www.ibm.com/developerworks/linux/linux390/
6784 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6785 S: Supported
6786 F: Documentation/s390/kvm.txt
6787 F: arch/s390/include/asm/kvm*
6788 F: arch/s390/kvm/
6789
6790 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6791 M: Christoffer Dall <christoffer.dall@linaro.org>
6792 M: Marc Zyngier <marc.zyngier@arm.com>
6793 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6794 L: kvmarm@lists.cs.columbia.edu
6795 W: http://systems.cs.columbia.edu/projects/kvm-arm
6796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6797 S: Supported
6798 F: arch/arm/include/uapi/asm/kvm*
6799 F: arch/arm/include/asm/kvm*
6800 F: arch/arm/kvm/
6801 F: virt/kvm/arm/
6802 F: include/kvm/arm_*
6803
6804 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6805 M: Christoffer Dall <christoffer.dall@linaro.org>
6806 M: Marc Zyngier <marc.zyngier@arm.com>
6807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6808 L: kvmarm@lists.cs.columbia.edu
6809 S: Maintained
6810 F: arch/arm64/include/uapi/asm/kvm*
6811 F: arch/arm64/include/asm/kvm*
6812 F: arch/arm64/kvm/
6813
6814 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6815 M: James Hogan <james.hogan@imgtec.com>
6816 L: linux-mips@linux-mips.org
6817 S: Supported
6818 F: arch/mips/include/uapi/asm/kvm*
6819 F: arch/mips/include/asm/kvm*
6820 F: arch/mips/kvm/
6821
6822 KEXEC
6823 M: Eric Biederman <ebiederm@xmission.com>
6824 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6825 L: kexec@lists.infradead.org
6826 S: Maintained
6827 F: include/linux/kexec.h
6828 F: include/uapi/linux/kexec.h
6829 F: kernel/kexec*
6830
6831 KEYS/KEYRINGS:
6832 M: David Howells <dhowells@redhat.com>
6833 L: keyrings@vger.kernel.org
6834 S: Maintained
6835 F: Documentation/security/keys.txt
6836 F: include/linux/key.h
6837 F: include/linux/key-type.h
6838 F: include/linux/keyctl.h
6839 F: include/uapi/linux/keyctl.h
6840 F: include/keys/
6841 F: security/keys/
6842
6843 KEYS-TRUSTED
6844 M: David Safford <safford@us.ibm.com>
6845 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6846 L: linux-security-module@vger.kernel.org
6847 L: keyrings@vger.kernel.org
6848 S: Supported
6849 F: Documentation/security/keys-trusted-encrypted.txt
6850 F: include/keys/trusted-type.h
6851 F: security/keys/trusted.c
6852 F: security/keys/trusted.h
6853
6854 KEYS-ENCRYPTED
6855 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6856 M: David Safford <safford@us.ibm.com>
6857 L: linux-security-module@vger.kernel.org
6858 L: keyrings@vger.kernel.org
6859 S: Supported
6860 F: Documentation/security/keys-trusted-encrypted.txt
6861 F: include/keys/encrypted-type.h
6862 F: security/keys/encrypted-keys/
6863
6864 KGDB / KDB /debug_core
6865 M: Jason Wessel <jason.wessel@windriver.com>
6866 W: http://kgdb.wiki.kernel.org/
6867 L: kgdb-bugreport@lists.sourceforge.net
6868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6869 S: Maintained
6870 F: Documentation/DocBook/kgdb.tmpl
6871 F: drivers/misc/kgdbts.c
6872 F: drivers/tty/serial/kgdboc.c
6873 F: include/linux/kdb.h
6874 F: include/linux/kgdb.h
6875 F: kernel/debug/
6876
6877 KMEMCHECK
6878 M: Vegard Nossum <vegardno@ifi.uio.no>
6879 M: Pekka Enberg <penberg@kernel.org>
6880 S: Maintained
6881 F: Documentation/dev-tools/kmemcheck.rst
6882 F: arch/x86/include/asm/kmemcheck.h
6883 F: arch/x86/mm/kmemcheck/
6884 F: include/linux/kmemcheck.h
6885 F: mm/kmemcheck.c
6886
6887 KMEMLEAK
6888 M: Catalin Marinas <catalin.marinas@arm.com>
6889 S: Maintained
6890 F: Documentation/dev-tools/kmemleak.rst
6891 F: include/linux/kmemleak.h
6892 F: mm/kmemleak.c
6893 F: mm/kmemleak-test.c
6894
6895 KPROBES
6896 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6897 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6898 M: "David S. Miller" <davem@davemloft.net>
6899 M: Masami Hiramatsu <mhiramat@kernel.org>
6900 S: Maintained
6901 F: Documentation/kprobes.txt
6902 F: include/linux/kprobes.h
6903 F: kernel/kprobes.c
6904
6905 KS0108 LCD CONTROLLER DRIVER
6906 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6907 W: http://miguelojeda.es/auxdisplay.htm
6908 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6909 S: Maintained
6910 F: Documentation/auxdisplay/ks0108
6911 F: drivers/auxdisplay/ks0108.c
6912 F: include/linux/ks0108.h
6913
6914 L3MDEV
6915 M: David Ahern <dsa@cumulusnetworks.com>
6916 L: netdev@vger.kernel.org
6917 S: Maintained
6918 F: net/l3mdev
6919 F: include/net/l3mdev.h
6920
6921 LANTIQ MIPS ARCHITECTURE
6922 M: John Crispin <john@phrozen.org>
6923 L: linux-mips@linux-mips.org
6924 S: Maintained
6925 F: arch/mips/lantiq
6926
6927 LAPB module
6928 L: linux-x25@vger.kernel.org
6929 S: Orphan
6930 F: Documentation/networking/lapb-module.txt
6931 F: include/*/lapb.h
6932 F: net/lapb/
6933
6934 LASI 53c700 driver for PARISC
6935 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6936 L: linux-scsi@vger.kernel.org
6937 S: Maintained
6938 F: Documentation/scsi/53c700.txt
6939 F: drivers/scsi/53c700*
6940
6941 LED SUBSYSTEM
6942 M: Richard Purdie <rpurdie@rpsys.net>
6943 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6944 L: linux-leds@vger.kernel.org
6945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6946 S: Maintained
6947 F: Documentation/devicetree/bindings/leds/
6948 F: drivers/leds/
6949 F: include/linux/leds.h
6950
6951 LEGACY EEPROM DRIVER
6952 M: Jean Delvare <jdelvare@suse.com>
6953 S: Maintained
6954 F: Documentation/misc-devices/eeprom
6955 F: drivers/misc/eeprom/eeprom.c
6956
6957 LEGO USB Tower driver
6958 M: Juergen Stuber <starblue@users.sourceforge.net>
6959 L: legousb-devel@lists.sourceforge.net
6960 W: http://legousb.sourceforge.net/
6961 S: Maintained
6962 F: drivers/usb/misc/legousbtower.c
6963
6964 LG2160 MEDIA DRIVER
6965 M: Michael Krufky <mkrufky@linuxtv.org>
6966 L: linux-media@vger.kernel.org
6967 W: https://linuxtv.org
6968 W: http://github.com/mkrufky
6969 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6970 T: git git://linuxtv.org/mkrufky/tuners.git
6971 S: Maintained
6972 F: drivers/media/dvb-frontends/lg2160.*
6973
6974 LGDT3305 MEDIA DRIVER
6975 M: Michael Krufky <mkrufky@linuxtv.org>
6976 L: linux-media@vger.kernel.org
6977 W: https://linuxtv.org
6978 W: http://github.com/mkrufky
6979 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6980 T: git git://linuxtv.org/mkrufky/tuners.git
6981 S: Maintained
6982 F: drivers/media/dvb-frontends/lgdt3305.*
6983
6984 LGUEST
6985 M: Rusty Russell <rusty@rustcorp.com.au>
6986 L: lguest@lists.ozlabs.org
6987 W: http://lguest.ozlabs.org/
6988 S: Odd Fixes
6989 F: arch/x86/include/asm/lguest*.h
6990 F: arch/x86/lguest/
6991 F: drivers/lguest/
6992 F: include/linux/lguest*.h
6993 F: tools/lguest/
6994
6995 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6996 M: Tejun Heo <tj@kernel.org>
6997 L: linux-ide@vger.kernel.org
6998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6999 S: Maintained
7000 F: drivers/ata/
7001 F: include/linux/ata.h
7002 F: include/linux/libata.h
7003 F: Documentation/devicetree/bindings/ata/
7004
7005 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7006 M: Viresh Kumar <vireshk@kernel.org>
7007 L: linux-ide@vger.kernel.org
7008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7009 S: Maintained
7010 F: include/linux/pata_arasan_cf_data.h
7011 F: drivers/ata/pata_arasan_cf.c
7012
7013 LIBATA PATA DRIVERS
7014 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7015 M: Tejun Heo <tj@kernel.org>
7016 L: linux-ide@vger.kernel.org
7017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7018 S: Maintained
7019 F: drivers/ata/pata_*.c
7020 F: drivers/ata/ata_generic.c
7021
7022 LIBATA SATA AHCI PLATFORM devices support
7023 M: Hans de Goede <hdegoede@redhat.com>
7024 M: Tejun Heo <tj@kernel.org>
7025 L: linux-ide@vger.kernel.org
7026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7027 S: Maintained
7028 F: drivers/ata/ahci_platform.c
7029 F: drivers/ata/libahci_platform.c
7030 F: include/linux/ahci_platform.h
7031
7032 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7033 M: Mikael Pettersson <mikpelinux@gmail.com>
7034 L: linux-ide@vger.kernel.org
7035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7036 S: Maintained
7037 F: drivers/ata/sata_promise.*
7038
7039 LIBLOCKDEP
7040 M: Sasha Levin <sasha.levin@oracle.com>
7041 S: Maintained
7042 F: tools/lib/lockdep/
7043
7044 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7045 M: Dan Williams <dan.j.williams@intel.com>
7046 L: linux-nvdimm@lists.01.org
7047 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7049 S: Supported
7050 F: drivers/nvdimm/*
7051 F: include/linux/nd.h
7052 F: include/linux/libnvdimm.h
7053 F: include/uapi/linux/ndctl.h
7054
7055 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7056 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7057 L: linux-nvdimm@lists.01.org
7058 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7059 S: Supported
7060 F: drivers/nvdimm/blk.c
7061 F: drivers/nvdimm/region_devs.c
7062 F: drivers/acpi/nfit*
7063
7064 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7065 M: Vishal Verma <vishal.l.verma@intel.com>
7066 L: linux-nvdimm@lists.01.org
7067 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7068 S: Supported
7069 F: drivers/nvdimm/btt*
7070
7071 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7072 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7073 L: linux-nvdimm@lists.01.org
7074 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7075 S: Supported
7076 F: drivers/nvdimm/pmem.c
7077 F: include/linux/pmem.h
7078 F: arch/*/include/asm/pmem.h
7079
7080 LIGHTNVM PLATFORM SUPPORT
7081 M: Matias Bjorling <mb@lightnvm.io>
7082 W: http://github/OpenChannelSSD
7083 L: linux-block@vger.kernel.org
7084 S: Maintained
7085 F: drivers/lightnvm/
7086 F: include/linux/lightnvm.h
7087 F: include/uapi/linux/lightnvm.h
7088
7089 LINUX FOR IBM pSERIES (RS/6000)
7090 M: Paul Mackerras <paulus@au.ibm.com>
7091 W: http://www.ibm.com/linux/ltc/projects/ppc
7092 S: Supported
7093 F: arch/powerpc/boot/rs6000.h
7094
7095 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7096 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7097 M: Paul Mackerras <paulus@samba.org>
7098 M: Michael Ellerman <mpe@ellerman.id.au>
7099 W: http://www.penguinppc.org/
7100 L: linuxppc-dev@lists.ozlabs.org
7101 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7103 S: Supported
7104 F: Documentation/powerpc/
7105 F: arch/powerpc/
7106 F: drivers/char/tpm/tpm_ibmvtpm*
7107 F: drivers/crypto/nx/
7108 F: drivers/crypto/vmx/
7109 F: drivers/net/ethernet/ibm/ibmveth.*
7110 F: drivers/net/ethernet/ibm/ibmvnic.*
7111 F: drivers/pci/hotplug/pnv_php.c
7112 F: drivers/pci/hotplug/rpa*
7113 F: drivers/scsi/ibmvscsi/
7114 N: opal
7115 N: /pmac
7116 N: powermac
7117 N: powernv
7118 N: [^a-z0-9]ps3
7119 N: pseries
7120
7121 LINUX FOR POWER MACINTOSH
7122 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7123 W: http://www.penguinppc.org/
7124 L: linuxppc-dev@lists.ozlabs.org
7125 S: Maintained
7126 F: arch/powerpc/platforms/powermac/
7127 F: drivers/macintosh/
7128
7129 LINUX FOR POWERPC EMBEDDED MPC5XXX
7130 M: Anatolij Gustschin <agust@denx.de>
7131 L: linuxppc-dev@lists.ozlabs.org
7132 T: git git://git.denx.de/linux-denx-agust.git
7133 S: Maintained
7134 F: arch/powerpc/platforms/512x/
7135 F: arch/powerpc/platforms/52xx/
7136
7137 LINUX FOR POWERPC EMBEDDED PPC4XX
7138 M: Alistair Popple <alistair@popple.id.au>
7139 M: Matt Porter <mporter@kernel.crashing.org>
7140 W: http://www.penguinppc.org/
7141 L: linuxppc-dev@lists.ozlabs.org
7142 S: Maintained
7143 F: arch/powerpc/platforms/40x/
7144 F: arch/powerpc/platforms/44x/
7145
7146 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7147 L: linuxppc-dev@lists.ozlabs.org
7148 S: Orphan
7149 F: arch/powerpc/*/*virtex*
7150 F: arch/powerpc/*/*/*virtex*
7151
7152 LINUX FOR POWERPC EMBEDDED PPC8XX
7153 M: Vitaly Bordug <vitb@kernel.crashing.org>
7154 W: http://www.penguinppc.org/
7155 L: linuxppc-dev@lists.ozlabs.org
7156 S: Maintained
7157 F: arch/powerpc/platforms/8xx/
7158
7159 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7160 M: Scott Wood <oss@buserror.net>
7161 M: Kumar Gala <galak@kernel.crashing.org>
7162 W: http://www.penguinppc.org/
7163 L: linuxppc-dev@lists.ozlabs.org
7164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7165 S: Maintained
7166 F: arch/powerpc/platforms/83xx/
7167 F: arch/powerpc/platforms/85xx/
7168
7169 LINUX FOR POWERPC PA SEMI PWRFICIENT
7170 M: Olof Johansson <olof@lixom.net>
7171 L: linuxppc-dev@lists.ozlabs.org
7172 S: Maintained
7173 F: arch/powerpc/platforms/pasemi/
7174 F: drivers/*/*pasemi*
7175 F: drivers/*/*/*pasemi*
7176
7177 LINUX SECURITY MODULE (LSM) FRAMEWORK
7178 M: Chris Wright <chrisw@sous-sol.org>
7179 L: linux-security-module@vger.kernel.org
7180 S: Supported
7181
7182 LIS3LV02D ACCELEROMETER DRIVER
7183 M: Eric Piel <eric.piel@tremplin-utc.net>
7184 S: Maintained
7185 F: Documentation/misc-devices/lis3lv02d
7186 F: drivers/misc/lis3lv02d/
7187 F: drivers/platform/x86/hp_accel.c
7188
7189 LIVE PATCHING
7190 M: Josh Poimboeuf <jpoimboe@redhat.com>
7191 M: Jessica Yu <jeyu@redhat.com>
7192 M: Jiri Kosina <jikos@kernel.org>
7193 M: Miroslav Benes <mbenes@suse.cz>
7194 R: Petr Mladek <pmladek@suse.com>
7195 S: Maintained
7196 F: kernel/livepatch/
7197 F: include/linux/livepatch.h
7198 F: arch/x86/include/asm/livepatch.h
7199 F: arch/x86/kernel/livepatch.c
7200 F: Documentation/livepatch/
7201 F: Documentation/ABI/testing/sysfs-kernel-livepatch
7202 F: samples/livepatch/
7203 L: live-patching@vger.kernel.org
7204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7205
7206 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7207 M: Kees Cook <keescook@chromium.org>
7208 S: Maintained
7209 F: drivers/misc/lkdtm*
7210
7211 LLC (802.2)
7212 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7213 S: Maintained
7214 F: include/linux/llc.h
7215 F: include/uapi/linux/llc.h
7216 F: include/net/llc*
7217 F: net/llc/
7218
7219 LM73 HARDWARE MONITOR DRIVER
7220 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
7221 L: linux-hwmon@vger.kernel.org
7222 S: Maintained
7223 F: drivers/hwmon/lm73.c
7224
7225 LM78 HARDWARE MONITOR DRIVER
7226 M: Jean Delvare <jdelvare@suse.com>
7227 L: linux-hwmon@vger.kernel.org
7228 S: Maintained
7229 F: Documentation/hwmon/lm78
7230 F: drivers/hwmon/lm78.c
7231
7232 LM83 HARDWARE MONITOR DRIVER
7233 M: Jean Delvare <jdelvare@suse.com>
7234 L: linux-hwmon@vger.kernel.org
7235 S: Maintained
7236 F: Documentation/hwmon/lm83
7237 F: drivers/hwmon/lm83.c
7238
7239 LM90 HARDWARE MONITOR DRIVER
7240 M: Jean Delvare <jdelvare@suse.com>
7241 L: linux-hwmon@vger.kernel.org
7242 S: Maintained
7243 F: Documentation/hwmon/lm90
7244 F: Documentation/devicetree/bindings/hwmon/lm90.txt
7245 F: drivers/hwmon/lm90.c
7246
7247 LM95234 HARDWARE MONITOR DRIVER
7248 M: Guenter Roeck <linux@roeck-us.net>
7249 L: linux-hwmon@vger.kernel.org
7250 S: Maintained
7251 F: Documentation/hwmon/lm95234
7252 F: drivers/hwmon/lm95234.c
7253
7254 LME2510 MEDIA DRIVER
7255 M: Malcolm Priestley <tvboxspy@gmail.com>
7256 L: linux-media@vger.kernel.org
7257 W: https://linuxtv.org
7258 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7259 S: Maintained
7260 F: drivers/media/usb/dvb-usb-v2/lmedm04*
7261
7262 LOCKING PRIMITIVES
7263 M: Peter Zijlstra <peterz@infradead.org>
7264 M: Ingo Molnar <mingo@redhat.com>
7265 L: linux-kernel@vger.kernel.org
7266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7267 S: Maintained
7268 F: Documentation/locking/
7269 F: include/linux/lockdep.h
7270 F: include/linux/spinlock*.h
7271 F: arch/*/include/asm/spinlock*.h
7272 F: include/linux/rwlock*.h
7273 F: include/linux/mutex*.h
7274 F: arch/*/include/asm/mutex*.h
7275 F: include/linux/rwsem*.h
7276 F: arch/*/include/asm/rwsem.h
7277 F: include/linux/seqlock.h
7278 F: lib/locking*.[ch]
7279 F: kernel/locking/
7280
7281 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7282 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
7283 L: linux-ntfs-dev@lists.sourceforge.net
7284 W: http://www.linux-ntfs.org/content/view/19/37/
7285 S: Maintained
7286 F: Documentation/ldm.txt
7287 F: block/partitions/ldm.*
7288
7289 LogFS
7290 M: Joern Engel <joern@logfs.org>
7291 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
7292 L: logfs@logfs.org
7293 W: logfs.org
7294 S: Maintained
7295 F: fs/logfs/
7296
7297 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7298 M: Sathya Prakash <sathya.prakash@broadcom.com>
7299 M: Chaitra P B <chaitra.basappa@broadcom.com>
7300 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7301 L: MPT-FusionLinux.pdl@broadcom.com
7302 L: linux-scsi@vger.kernel.org
7303 W: http://www.avagotech.com/support/
7304 S: Supported
7305 F: drivers/message/fusion/
7306 F: drivers/scsi/mpt2sas/
7307 F: drivers/scsi/mpt3sas/
7308
7309 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7310 M: Matthew Wilcox <matthew@wil.cx>
7311 L: linux-scsi@vger.kernel.org
7312 S: Maintained
7313 F: drivers/scsi/sym53c8xx_2/
7314
7315 LTC4261 HARDWARE MONITOR DRIVER
7316 M: Guenter Roeck <linux@roeck-us.net>
7317 L: linux-hwmon@vger.kernel.org
7318 S: Maintained
7319 F: Documentation/hwmon/ltc4261
7320 F: drivers/hwmon/ltc4261.c
7321
7322 LTP (Linux Test Project)
7323 M: Mike Frysinger <vapier@gentoo.org>
7324 M: Cyril Hrubis <chrubis@suse.cz>
7325 M: Wanlong Gao <wanlong.gao@gmail.com>
7326 M: Jan Stancek <jstancek@redhat.com>
7327 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7328 M: Alexey Kodanev <alexey.kodanev@oracle.com>
7329 L: ltp@lists.linux.it (subscribers-only)
7330 W: http://linux-test-project.github.io/
7331 T: git git://github.com/linux-test-project/ltp.git
7332 S: Maintained
7333
7334 M32R ARCHITECTURE
7335 W: http://www.linux-m32r.org/
7336 S: Orphan
7337 F: arch/m32r/
7338
7339 M68K ARCHITECTURE
7340 M: Geert Uytterhoeven <geert@linux-m68k.org>
7341 L: linux-m68k@lists.linux-m68k.org
7342 W: http://www.linux-m68k.org/
7343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7344 S: Maintained
7345 F: arch/m68k/
7346 F: drivers/zorro/
7347
7348 M68K ON APPLE MACINTOSH
7349 M: Joshua Thompson <funaho@jurai.org>
7350 W: http://www.mac.linux-m68k.org/
7351 L: linux-m68k@lists.linux-m68k.org
7352 S: Maintained
7353 F: arch/m68k/mac/
7354
7355 M68K ON HP9000/300
7356 M: Philip Blundell <philb@gnu.org>
7357 W: http://www.tazenda.demon.co.uk/phil/linux-hp
7358 S: Maintained
7359 F: arch/m68k/hp300/
7360
7361 M88DS3103 MEDIA DRIVER
7362 M: Antti Palosaari <crope@iki.fi>
7363 L: linux-media@vger.kernel.org
7364 W: https://linuxtv.org
7365 W: http://palosaari.fi/linux/
7366 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7367 T: git git://linuxtv.org/anttip/media_tree.git
7368 S: Maintained
7369 F: drivers/media/dvb-frontends/m88ds3103*
7370
7371 M88RS2000 MEDIA DRIVER
7372 M: Malcolm Priestley <tvboxspy@gmail.com>
7373 L: linux-media@vger.kernel.org
7374 W: https://linuxtv.org
7375 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7376 S: Maintained
7377 F: drivers/media/dvb-frontends/m88rs2000*
7378
7379 MA901 MASTERKIT USB FM RADIO DRIVER
7380 M: Alexey Klimov <klimov.linux@gmail.com>
7381 L: linux-media@vger.kernel.org
7382 T: git git://linuxtv.org/media_tree.git
7383 S: Maintained
7384 F: drivers/media/radio/radio-ma901.c
7385
7386 MAC80211
7387 M: Johannes Berg <johannes@sipsolutions.net>
7388 L: linux-wireless@vger.kernel.org
7389 W: http://wireless.kernel.org/
7390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7392 S: Maintained
7393 F: Documentation/networking/mac80211-injection.txt
7394 F: include/net/mac80211.h
7395 F: net/mac80211/
7396 F: drivers/net/wireless/mac80211_hwsim.[ch]
7397
7398 MACVLAN DRIVER
7399 M: Patrick McHardy <kaber@trash.net>
7400 L: netdev@vger.kernel.org
7401 S: Maintained
7402 F: drivers/net/macvlan.c
7403 F: include/linux/if_macvlan.h
7404
7405 MAILBOX API
7406 M: Jassi Brar <jassisinghbrar@gmail.com>
7407 L: linux-kernel@vger.kernel.org
7408 S: Maintained
7409 F: drivers/mailbox/
7410 F: include/linux/mailbox_client.h
7411 F: include/linux/mailbox_controller.h
7412
7413 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7414 M: Michael Kerrisk <mtk.manpages@gmail.com>
7415 W: http://www.kernel.org/doc/man-pages
7416 L: linux-man@vger.kernel.org
7417 S: Maintained
7418
7419 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7420 M: Andrew Lunn <andrew@lunn.ch>
7421 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7422 S: Maintained
7423 F: drivers/net/dsa/mv88e6xxx/
7424
7425 MARVELL ARMADA DRM SUPPORT
7426 M: Russell King <rmk+kernel@armlinux.org.uk>
7427 S: Maintained
7428 F: drivers/gpu/drm/armada/
7429 F: include/uapi/drm/armada_drm.h
7430 F: Documentation/devicetree/bindings/display/armada/
7431
7432 MARVELL CRYPTO DRIVER
7433 M: Boris Brezillon <boris.brezillon@free-electrons.com>
7434 M: Arnaud Ebalard <arno@natisbad.org>
7435 F: drivers/crypto/marvell/
7436 S: Maintained
7437 L: linux-crypto@vger.kernel.org
7438
7439 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7440 M: Mirko Lindner <mlindner@marvell.com>
7441 M: Stephen Hemminger <stephen@networkplumber.org>
7442 L: netdev@vger.kernel.org
7443 S: Maintained
7444 F: drivers/net/ethernet/marvell/sk*
7445
7446 MARVELL LIBERTAS WIRELESS DRIVER
7447 L: libertas-dev@lists.infradead.org
7448 S: Orphan
7449 F: drivers/net/wireless/marvell/libertas/
7450
7451 MARVELL MV643XX ETHERNET DRIVER
7452 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7453 L: netdev@vger.kernel.org
7454 S: Maintained
7455 F: drivers/net/ethernet/marvell/mv643xx_eth.*
7456 F: include/linux/mv643xx.h
7457
7458 MARVELL MVNETA ETHERNET DRIVER
7459 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7460 L: netdev@vger.kernel.org
7461 S: Maintained
7462 F: drivers/net/ethernet/marvell/mvneta.*
7463
7464 MARVELL MWIFIEX WIRELESS DRIVER
7465 M: Amitkumar Karwar <akarwar@marvell.com>
7466 M: Nishant Sarmukadam <nishants@marvell.com>
7467 L: linux-wireless@vger.kernel.org
7468 S: Maintained
7469 F: drivers/net/wireless/marvell/mwifiex/
7470
7471 MARVELL MWL8K WIRELESS DRIVER
7472 M: Lennert Buytenhek <buytenh@wantstofly.org>
7473 L: linux-wireless@vger.kernel.org
7474 S: Odd Fixes
7475 F: drivers/net/wireless/marvell/mwl8k.c
7476
7477 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7478 M: Nicolas Pitre <nico@fluxnic.net>
7479 S: Odd Fixes
7480 F: drivers/mmc/host/mvsdio.*
7481
7482 MATROX FRAMEBUFFER DRIVER
7483 L: linux-fbdev@vger.kernel.org
7484 S: Orphan
7485 F: drivers/video/fbdev/matrox/matroxfb_*
7486 F: include/uapi/linux/matroxfb.h
7487
7488 MAX16065 HARDWARE MONITOR DRIVER
7489 M: Guenter Roeck <linux@roeck-us.net>
7490 L: linux-hwmon@vger.kernel.org
7491 S: Maintained
7492 F: Documentation/hwmon/max16065
7493 F: drivers/hwmon/max16065.c
7494
7495 MAX20751 HARDWARE MONITOR DRIVER
7496 M: Guenter Roeck <linux@roeck-us.net>
7497 L: linux-hwmon@vger.kernel.org
7498 S: Maintained
7499 F: Documentation/hwmon/max20751
7500 F: drivers/hwmon/max20751.c
7501
7502 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7503 M: "Hans J. Koch" <hjk@hansjkoch.de>
7504 L: linux-hwmon@vger.kernel.org
7505 S: Maintained
7506 F: Documentation/hwmon/max6650
7507 F: drivers/hwmon/max6650.c
7508
7509 MAX6697 HARDWARE MONITOR DRIVER
7510 M: Guenter Roeck <linux@roeck-us.net>
7511 L: linux-hwmon@vger.kernel.org
7512 S: Maintained
7513 F: Documentation/hwmon/max6697
7514 F: Documentation/devicetree/bindings/i2c/max6697.txt
7515 F: drivers/hwmon/max6697.c
7516 F: include/linux/platform_data/max6697.h
7517
7518 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7519 M: Peter Rosin <peda@axentia.se>
7520 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7521 S: Maintained
7522 F: Documentation/devicetree/bindings/sound/max9860.txt
7523 F: sound/soc/codecs/max9860.*
7524
7525 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7526 M: Krzysztof Kozlowski <krzk@kernel.org>
7527 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7528 L: linux-pm@vger.kernel.org
7529 S: Supported
7530 F: drivers/power/supply/max14577_charger.c
7531 F: drivers/power/supply/max77693_charger.c
7532
7533 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7534 M: Javier Martinez Canillas <javier@osg.samsung.com>
7535 L: linux-kernel@vger.kernel.org
7536 S: Supported
7537 F: drivers/*/*max77802*.c
7538 F: Documentation/devicetree/bindings/*/*max77802.txt
7539 F: include/dt-bindings/*/*max77802.h
7540
7541 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7542 M: Chanwoo Choi <cw00.choi@samsung.com>
7543 M: Krzysztof Kozlowski <krzk@kernel.org>
7544 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7545 L: linux-kernel@vger.kernel.org
7546 S: Supported
7547 F: drivers/*/max14577*.c
7548 F: drivers/*/max77686*.c
7549 F: drivers/*/max77693*.c
7550 F: drivers/extcon/extcon-max14577.c
7551 F: drivers/extcon/extcon-max77693.c
7552 F: drivers/rtc/rtc-max77686.c
7553 F: drivers/clk/clk-max77686.c
7554 F: Documentation/devicetree/bindings/mfd/max14577.txt
7555 F: Documentation/devicetree/bindings/*/max77686.txt
7556 F: Documentation/devicetree/bindings/mfd/max77693.txt
7557 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
7558 F: include/linux/mfd/max14577*.h
7559 F: include/linux/mfd/max77686*.h
7560 F: include/linux/mfd/max77693*.h
7561
7562 MAXIRADIO FM RADIO RECEIVER DRIVER
7563 M: Hans Verkuil <hverkuil@xs4all.nl>
7564 L: linux-media@vger.kernel.org
7565 T: git git://linuxtv.org/media_tree.git
7566 W: https://linuxtv.org
7567 S: Maintained
7568 F: drivers/media/radio/radio-maxiradio*
7569
7570 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7571 M: Peter Rosin <peda@axentia.se>
7572 L: linux-iio@vger.kernel.org
7573 S: Maintained
7574 F: drivers/iio/potentiometer/mcp4531.c
7575
7576 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7577 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7578 L: linux-iio@vger.kernel.org
7579 S: Maintained
7580 F: drivers/iio/dac/cio-dac.c
7581
7582 MEDIA DRIVERS FOR RENESAS - FCP
7583 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7584 L: linux-media@vger.kernel.org
7585 L: linux-renesas-soc@vger.kernel.org
7586 T: git git://linuxtv.org/media_tree.git
7587 S: Supported
7588 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
7589 F: drivers/media/platform/rcar-fcp.c
7590 F: include/media/rcar-fcp.h
7591
7592 MEDIA DRIVERS FOR RENESAS - VSP1
7593 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7594 L: linux-media@vger.kernel.org
7595 L: linux-renesas-soc@vger.kernel.org
7596 T: git git://linuxtv.org/media_tree.git
7597 S: Supported
7598 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
7599 F: drivers/media/platform/vsp1/
7600
7601 MEDIA DRIVERS FOR HELENE
7602 M: Abylay Ospan <aospan@netup.ru>
7603 L: linux-media@vger.kernel.org
7604 W: https://linuxtv.org
7605 W: http://netup.tv/
7606 T: git git://linuxtv.org/media_tree.git
7607 S: Supported
7608 F: drivers/media/dvb-frontends/helene*
7609
7610 MEDIA DRIVERS FOR ASCOT2E
7611 M: Sergey Kozlov <serjk@netup.ru>
7612 M: Abylay Ospan <aospan@netup.ru>
7613 L: linux-media@vger.kernel.org
7614 W: https://linuxtv.org
7615 W: http://netup.tv/
7616 T: git git://linuxtv.org/media_tree.git
7617 S: Supported
7618 F: drivers/media/dvb-frontends/ascot2e*
7619
7620 MEDIA DRIVERS FOR CXD2841ER
7621 M: Sergey Kozlov <serjk@netup.ru>
7622 M: Abylay Ospan <aospan@netup.ru>
7623 L: linux-media@vger.kernel.org
7624 W: https://linuxtv.org
7625 W: http://netup.tv/
7626 T: git git://linuxtv.org/media_tree.git
7627 S: Supported
7628 F: drivers/media/dvb-frontends/cxd2841er*
7629
7630 MEDIA DRIVERS FOR HORUS3A
7631 M: Sergey Kozlov <serjk@netup.ru>
7632 M: Abylay Ospan <aospan@netup.ru>
7633 L: linux-media@vger.kernel.org
7634 W: https://linuxtv.org
7635 W: http://netup.tv/
7636 T: git git://linuxtv.org/media_tree.git
7637 S: Supported
7638 F: drivers/media/dvb-frontends/horus3a*
7639
7640 MEDIA DRIVERS FOR LNBH25
7641 M: Sergey Kozlov <serjk@netup.ru>
7642 M: Abylay Ospan <aospan@netup.ru>
7643 L: linux-media@vger.kernel.org
7644 W: https://linuxtv.org
7645 W: http://netup.tv/
7646 T: git git://linuxtv.org/media_tree.git
7647 S: Supported
7648 F: drivers/media/dvb-frontends/lnbh25*
7649
7650 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7651 M: Sergey Kozlov <serjk@netup.ru>
7652 M: Abylay Ospan <aospan@netup.ru>
7653 L: linux-media@vger.kernel.org
7654 W: https://linuxtv.org
7655 W: http://netup.tv/
7656 T: git git://linuxtv.org/media_tree.git
7657 S: Supported
7658 F: drivers/media/pci/netup_unidvb/*
7659
7660 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7661 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
7662 M: Mauro Carvalho Chehab <mchehab@kernel.org>
7663 P: LinuxTV.org Project
7664 L: linux-media@vger.kernel.org
7665 W: https://linuxtv.org
7666 Q: http://patchwork.kernel.org/project/linux-media/list/
7667 T: git git://linuxtv.org/media_tree.git
7668 S: Maintained
7669 F: Documentation/dvb/
7670 F: Documentation/video4linux/
7671 F: Documentation/DocBook/media/
7672 F: drivers/media/
7673 F: drivers/staging/media/
7674 F: include/linux/platform_data/media/
7675 F: include/media/
7676 F: include/uapi/linux/dvb/
7677 F: include/uapi/linux/videodev2.h
7678 F: include/uapi/linux/media.h
7679 F: include/uapi/linux/v4l2-*
7680 F: include/uapi/linux/meye.h
7681 F: include/uapi/linux/ivtv*
7682 F: include/uapi/linux/uvcvideo.h
7683
7684 MEDIATEK ETHERNET DRIVER
7685 M: Felix Fietkau <nbd@openwrt.org>
7686 M: John Crispin <blogic@openwrt.org>
7687 L: netdev@vger.kernel.org
7688 S: Maintained
7689 F: drivers/net/ethernet/mediatek/
7690
7691 MEDIATEK MT7601U WIRELESS LAN DRIVER
7692 M: Jakub Kicinski <kubakici@wp.pl>
7693 L: linux-wireless@vger.kernel.org
7694 S: Maintained
7695 F: drivers/net/wireless/mediatek/mt7601u/
7696
7697 MEGARAID SCSI/SAS DRIVERS
7698 M: Kashyap Desai <kashyap.desai@avagotech.com>
7699 M: Sumit Saxena <sumit.saxena@avagotech.com>
7700 M: Uday Lingala <uday.lingala@avagotech.com>
7701 L: megaraidlinux.pdl@avagotech.com
7702 L: linux-scsi@vger.kernel.org
7703 W: http://www.lsi.com
7704 S: Maintained
7705 F: Documentation/scsi/megaraid.txt
7706 F: drivers/scsi/megaraid.*
7707 F: drivers/scsi/megaraid/
7708
7709 MELLANOX ETHERNET DRIVER (mlx4_en)
7710 M: Tariq Toukan <tariqt@mellanox.com>
7711 L: netdev@vger.kernel.org
7712 S: Supported
7713 W: http://www.mellanox.com
7714 Q: http://patchwork.ozlabs.org/project/netdev/list/
7715 F: drivers/net/ethernet/mellanox/mlx4/en_*
7716
7717 MELLANOX ETHERNET DRIVER (mlx5e)
7718 M: Saeed Mahameed <saeedm@mellanox.com>
7719 L: netdev@vger.kernel.org
7720 S: Supported
7721 W: http://www.mellanox.com
7722 Q: http://patchwork.ozlabs.org/project/netdev/list/
7723 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7724
7725 MELLANOX ETHERNET SWITCH DRIVERS
7726 M: Jiri Pirko <jiri@mellanox.com>
7727 M: Ido Schimmel <idosch@mellanox.com>
7728 L: netdev@vger.kernel.org
7729 S: Supported
7730 W: http://www.mellanox.com
7731 Q: http://patchwork.ozlabs.org/project/netdev/list/
7732 F: drivers/net/ethernet/mellanox/mlxsw/
7733
7734 MELLANOX MLXCPLD LED DRIVER
7735 M: Vadim Pasternak <vadimp@mellanox.com>
7736 L: linux-leds@vger.kernel.org
7737 S: Supported
7738 W: http://www.mellanox.com
7739 F: drivers/leds/leds-mlxcpld.c
7740 F: Documentation/leds/leds-mlxcpld.txt
7741
7742 SOFT-ROCE DRIVER (rxe)
7743 M: Moni Shoua <monis@mellanox.com>
7744 L: linux-rdma@vger.kernel.org
7745 S: Supported
7746 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7747 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7748 F: drivers/infiniband/sw/rxe/
7749 F: include/uapi/rdma/rdma_user_rxe.h
7750
7751 MEMBARRIER SUPPORT
7752 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7753 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7754 L: linux-kernel@vger.kernel.org
7755 S: Supported
7756 F: kernel/membarrier.c
7757 F: include/uapi/linux/membarrier.h
7758
7759 MEMORY MANAGEMENT
7760 L: linux-mm@kvack.org
7761 W: http://www.linux-mm.org
7762 S: Maintained
7763 F: include/linux/mm.h
7764 F: include/linux/gfp.h
7765 F: include/linux/mmzone.h
7766 F: include/linux/memory_hotplug.h
7767 F: include/linux/vmalloc.h
7768 F: mm/
7769
7770 MEMORY TECHNOLOGY DEVICES (MTD)
7771 M: David Woodhouse <dwmw2@infradead.org>
7772 M: Brian Norris <computersforpeace@gmail.com>
7773 L: linux-mtd@lists.infradead.org
7774 W: http://www.linux-mtd.infradead.org/
7775 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7776 T: git git://git.infradead.org/linux-mtd.git
7777 T: git git://git.infradead.org/l2-mtd.git
7778 S: Maintained
7779 F: Documentation/devicetree/bindings/mtd/
7780 F: drivers/mtd/
7781 F: include/linux/mtd/
7782 F: include/uapi/mtd/
7783
7784 MEN A21 WATCHDOG DRIVER
7785 M: Johannes Thumshirn <morbidrsa@gmail.com>
7786 L: linux-watchdog@vger.kernel.org
7787 S: Maintained
7788 F: drivers/watchdog/mena21_wdt.c
7789
7790 MEN CHAMELEON BUS (mcb)
7791 M: Johannes Thumshirn <morbidrsa@gmail.com>
7792 S: Maintained
7793 F: drivers/mcb/
7794 F: include/linux/mcb.h
7795 F: Documentation/men-chameleon-bus.txt
7796
7797 MEN F21BMC (Board Management Controller)
7798 M: Andreas Werner <andreas.werner@men.de>
7799 S: Supported
7800 F: drivers/mfd/menf21bmc.c
7801 F: drivers/watchdog/menf21bmc_wdt.c
7802 F: drivers/leds/leds-menf21bmc.c
7803 F: drivers/hwmon/menf21bmc_hwmon.c
7804 F: Documentation/hwmon/menf21bmc
7805
7806 METAG ARCHITECTURE
7807 M: James Hogan <james.hogan@imgtec.com>
7808 L: linux-metag@vger.kernel.org
7809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7810 S: Odd Fixes
7811 F: arch/metag/
7812 F: Documentation/metag/
7813 F: Documentation/devicetree/bindings/metag/
7814 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7815 F: drivers/clocksource/metag_generic.c
7816 F: drivers/irqchip/irq-metag.c
7817 F: drivers/irqchip/irq-metag-ext.c
7818 F: drivers/tty/metag_da.c
7819
7820 MICROBLAZE ARCHITECTURE
7821 M: Michal Simek <monstr@monstr.eu>
7822 W: http://www.monstr.eu/fdt/
7823 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7824 S: Supported
7825 F: arch/microblaze/
7826
7827 MICROCHIP / ATMEL ISC DRIVER
7828 M: Songjun Wu <songjun.wu@microchip.com>
7829 L: linux-media@vger.kernel.org
7830 S: Supported
7831 F: drivers/media/platform/atmel/atmel-isc.c
7832 F: drivers/media/platform/atmel/atmel-isc-regs.h
7833 F: devicetree/bindings/media/atmel-isc.txt
7834
7835 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7836 M: Chen Yu <yu.c.chen@intel.com>
7837 L: platform-driver-x86@vger.kernel.org
7838 S: Supported
7839 F: drivers/platform/x86/surfacepro3_button.c
7840
7841 MICROTEK X6 SCANNER
7842 M: Oliver Neukum <oliver@neukum.org>
7843 S: Maintained
7844 F: drivers/usb/image/microtek.*
7845
7846 MIPS
7847 M: Ralf Baechle <ralf@linux-mips.org>
7848 L: linux-mips@linux-mips.org
7849 W: http://www.linux-mips.org/
7850 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7851 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7852 S: Supported
7853 F: Documentation/devicetree/bindings/mips/
7854 F: Documentation/mips/
7855 F: arch/mips/
7856
7857 MIPS/LOONGSON1 ARCHITECTURE
7858 M: Keguang Zhang <keguang.zhang@gmail.com>
7859 L: linux-mips@linux-mips.org
7860 S: Maintained
7861 F: arch/mips/loongson32/
7862 F: arch/mips/include/asm/mach-loongson32/
7863 F: drivers/*/*loongson1*
7864 F: drivers/*/*/*loongson1*
7865
7866 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7867 M: Hans Verkuil <hverkuil@xs4all.nl>
7868 L: linux-media@vger.kernel.org
7869 T: git git://linuxtv.org/media_tree.git
7870 W: https://linuxtv.org
7871 S: Odd Fixes
7872 F: drivers/media/radio/radio-miropcm20*
7873
7874 MELLANOX MLX4 core VPI driver
7875 M: Yishai Hadas <yishaih@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/mlx4/
7882 F: include/linux/mlx4/
7883
7884 MELLANOX MLX4 IB driver
7885 M: Yishai Hadas <yishaih@mellanox.com>
7886 L: linux-rdma@vger.kernel.org
7887 W: http://www.mellanox.com
7888 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7889 S: Supported
7890 F: drivers/infiniband/hw/mlx4/
7891 F: include/linux/mlx4/
7892
7893 MELLANOX MLX5 core VPI driver
7894 M: Matan Barak <matanb@mellanox.com>
7895 M: Leon Romanovsky <leonro@mellanox.com>
7896 L: netdev@vger.kernel.org
7897 L: linux-rdma@vger.kernel.org
7898 W: http://www.mellanox.com
7899 Q: http://patchwork.ozlabs.org/project/netdev/list/
7900 S: Supported
7901 F: drivers/net/ethernet/mellanox/mlx5/core/
7902 F: include/linux/mlx5/
7903
7904 MELLANOX MLX5 IB driver
7905 M: Matan Barak <matanb@mellanox.com>
7906 M: Leon Romanovsky <leonro@mellanox.com>
7907 L: linux-rdma@vger.kernel.org
7908 W: http://www.mellanox.com
7909 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7910 S: Supported
7911 F: drivers/infiniband/hw/mlx5/
7912 F: include/linux/mlx5/
7913
7914 MELEXIS MLX90614 DRIVER
7915 M: Crt Mori <cmo@melexis.com>
7916 L: linux-iio@vger.kernel.org
7917 W: http://www.melexis.com
7918 S: Supported
7919 F: drivers/iio/temperature/mlx90614.c
7920
7921 MN88472 MEDIA DRIVER
7922 M: Antti Palosaari <crope@iki.fi>
7923 L: linux-media@vger.kernel.org
7924 W: https://linuxtv.org
7925 W: http://palosaari.fi/linux/
7926 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7927 S: Maintained
7928 F: drivers/media/dvb-frontends/mn88472*
7929
7930 MN88473 MEDIA DRIVER
7931 M: Antti Palosaari <crope@iki.fi>
7932 L: linux-media@vger.kernel.org
7933 W: https://linuxtv.org
7934 W: http://palosaari.fi/linux/
7935 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7936 S: Maintained
7937 F: drivers/media/dvb-frontends/mn88473*
7938
7939 MODULE SUPPORT
7940 M: Rusty Russell <rusty@rustcorp.com.au>
7941 S: Maintained
7942 F: include/linux/module.h
7943 F: kernel/module.c
7944
7945 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7946 W: http://popies.net/meye/
7947 S: Orphan
7948 F: Documentation/video4linux/meye.txt
7949 F: drivers/media/pci/meye/
7950 F: include/uapi/linux/meye.h
7951
7952 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7953 M: Jiri Slaby <jirislaby@gmail.com>
7954 S: Maintained
7955 F: Documentation/serial/moxa-smartio
7956 F: drivers/tty/mxser.*
7957
7958 MR800 AVERMEDIA USB FM RADIO DRIVER
7959 M: Alexey Klimov <klimov.linux@gmail.com>
7960 L: linux-media@vger.kernel.org
7961 T: git git://linuxtv.org/media_tree.git
7962 S: Maintained
7963 F: drivers/media/radio/radio-mr800.c
7964
7965 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7966 M: Alan Ott <alan@signal11.us>
7967 L: linux-wpan@vger.kernel.org
7968 S: Maintained
7969 F: drivers/net/ieee802154/mrf24j40.c
7970 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7971
7972 MSI LAPTOP SUPPORT
7973 M: "Lee, Chun-Yi" <jlee@suse.com>
7974 L: platform-driver-x86@vger.kernel.org
7975 S: Maintained
7976 F: drivers/platform/x86/msi-laptop.c
7977
7978 MSI WMI SUPPORT
7979 L: platform-driver-x86@vger.kernel.org
7980 S: Orphan
7981 F: drivers/platform/x86/msi-wmi.c
7982
7983 MSI001 MEDIA DRIVER
7984 M: Antti Palosaari <crope@iki.fi>
7985 L: linux-media@vger.kernel.org
7986 W: https://linuxtv.org
7987 W: http://palosaari.fi/linux/
7988 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7989 T: git git://linuxtv.org/anttip/media_tree.git
7990 S: Maintained
7991 F: drivers/media/tuners/msi001*
7992
7993 MSI2500 MEDIA DRIVER
7994 M: Antti Palosaari <crope@iki.fi>
7995 L: linux-media@vger.kernel.org
7996 W: https://linuxtv.org
7997 W: http://palosaari.fi/linux/
7998 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7999 T: git git://linuxtv.org/anttip/media_tree.git
8000 S: Maintained
8001 F: drivers/media/usb/msi2500/
8002
8003 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8004 M: Robert Jarzmik <robert.jarzmik@free.fr>
8005 L: linux-mtd@lists.infradead.org
8006 S: Maintained
8007 F: drivers/mtd/devices/docg3*
8008
8009 MT9M032 APTINA SENSOR DRIVER
8010 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8011 L: linux-media@vger.kernel.org
8012 T: git git://linuxtv.org/media_tree.git
8013 S: Maintained
8014 F: drivers/media/i2c/mt9m032.c
8015 F: include/media/i2c/mt9m032.h
8016
8017 MT9P031 APTINA CAMERA SENSOR
8018 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8019 L: linux-media@vger.kernel.org
8020 T: git git://linuxtv.org/media_tree.git
8021 S: Maintained
8022 F: drivers/media/i2c/mt9p031.c
8023 F: include/media/i2c/mt9p031.h
8024
8025 MT9T001 APTINA CAMERA SENSOR
8026 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8027 L: linux-media@vger.kernel.org
8028 T: git git://linuxtv.org/media_tree.git
8029 S: Maintained
8030 F: drivers/media/i2c/mt9t001.c
8031 F: include/media/i2c/mt9t001.h
8032
8033 MT9V032 APTINA CAMERA SENSOR
8034 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8035 L: linux-media@vger.kernel.org
8036 T: git git://linuxtv.org/media_tree.git
8037 S: Maintained
8038 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8039 F: drivers/media/i2c/mt9v032.c
8040 F: include/media/i2c/mt9v032.h
8041
8042 MULTIFUNCTION DEVICES (MFD)
8043 M: Lee Jones <lee.jones@linaro.org>
8044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8045 S: Supported
8046 F: Documentation/devicetree/bindings/mfd/
8047 F: drivers/mfd/
8048 F: include/linux/mfd/
8049
8050 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8051 M: Ulf Hansson <ulf.hansson@linaro.org>
8052 L: linux-mmc@vger.kernel.org
8053 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
8054 S: Maintained
8055 F: Documentation/devicetree/bindings/mmc/
8056 F: drivers/mmc/
8057 F: include/linux/mmc/
8058 F: include/uapi/linux/mmc/
8059
8060 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8061 S: Orphan
8062 F: drivers/mmc/host/mmc_spi.c
8063 F: include/linux/spi/mmc_spi.h
8064
8065 MULTISOUND SOUND DRIVER
8066 M: Andrew Veliath <andrewtv@usa.net>
8067 S: Maintained
8068 F: Documentation/sound/oss/MultiSound
8069 F: sound/oss/msnd*
8070
8071 MULTITECH MULTIPORT CARD (ISICOM)
8072 S: Orphan
8073 F: drivers/tty/isicom.c
8074 F: include/linux/isicom.h
8075
8076 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8077 M: Bin Liu <b-liu@ti.com>
8078 L: linux-usb@vger.kernel.org
8079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8080 S: Maintained
8081 F: drivers/usb/musb/
8082
8083 MXL5007T MEDIA DRIVER
8084 M: Michael Krufky <mkrufky@linuxtv.org>
8085 L: linux-media@vger.kernel.org
8086 W: https://linuxtv.org
8087 W: http://github.com/mkrufky
8088 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8089 T: git git://linuxtv.org/mkrufky/tuners.git
8090 S: Maintained
8091 F: drivers/media/tuners/mxl5007t.*
8092
8093 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8094 M: Hyong-Youb Kim <hykim@myri.com>
8095 L: netdev@vger.kernel.org
8096 W: https://www.myricom.com/support/downloads/myri10ge.html
8097 S: Supported
8098 F: drivers/net/ethernet/myricom/myri10ge/
8099
8100 NAND FLASH SUBSYSTEM
8101 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8102 R: Richard Weinberger <richard@nod.at>
8103 L: linux-mtd@lists.infradead.org
8104 W: http://www.linux-mtd.infradead.org/
8105 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8106 T: git git://github.com/linux-nand/linux.git
8107 S: Maintained
8108 F: drivers/mtd/nand/
8109 F: include/linux/mtd/nand*.h
8110
8111 NATSEMI ETHERNET DRIVER (DP8381x)
8112 S: Orphan
8113 F: drivers/net/ethernet/natsemi/natsemi.c
8114
8115 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8116 M: Daniel Mack <zonque@gmail.com>
8117 S: Maintained
8118 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8119 W: http://www.native-instruments.com
8120 F: sound/usb/caiaq/
8121
8122 NCP FILESYSTEM
8123 M: Petr Vandrovec <petr@vandrovec.name>
8124 S: Odd Fixes
8125 F: fs/ncpfs/
8126
8127 NCR 5380 SCSI DRIVERS
8128 M: Finn Thain <fthain@telegraphics.com.au>
8129 M: Michael Schmitz <schmitzmic@gmail.com>
8130 L: linux-scsi@vger.kernel.org
8131 S: Maintained
8132 F: Documentation/scsi/g_NCR5380.txt
8133 F: Documentation/scsi/dtc3x80.txt
8134 F: drivers/scsi/NCR5380.*
8135 F: drivers/scsi/arm/cumana_1.c
8136 F: drivers/scsi/arm/oak.c
8137 F: drivers/scsi/atari_scsi.*
8138 F: drivers/scsi/dmx3191d.c
8139 F: drivers/scsi/dtc.*
8140 F: drivers/scsi/g_NCR5380.*
8141 F: drivers/scsi/g_NCR5380_mmio.c
8142 F: drivers/scsi/mac_scsi.*
8143 F: drivers/scsi/pas16.*
8144 F: drivers/scsi/sun3_scsi.*
8145 F: drivers/scsi/sun3_scsi_vme.c
8146 F: drivers/scsi/t128.*
8147
8148 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8149 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8150 L: linux-scsi@vger.kernel.org
8151 S: Maintained
8152 F: drivers/scsi/NCR_D700.*
8153
8154 NCT6775 HARDWARE MONITOR DRIVER
8155 M: Guenter Roeck <linux@roeck-us.net>
8156 L: linux-hwmon@vger.kernel.org
8157 S: Maintained
8158 F: Documentation/hwmon/nct6775
8159 F: drivers/hwmon/nct6775.c
8160
8161 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8162 M: Faisal Latif <faisal.latif@intel.com>
8163 L: linux-rdma@vger.kernel.org
8164 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8165 S: Supported
8166 F: drivers/infiniband/hw/nes/
8167
8168 NETEM NETWORK EMULATOR
8169 M: Stephen Hemminger <stephen@networkplumber.org>
8170 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
8171 S: Maintained
8172 F: net/sched/sch_netem.c
8173
8174 NETERION 10GbE DRIVERS (s2io/vxge)
8175 M: Jon Mason <jdmason@kudzu.us>
8176 L: netdev@vger.kernel.org
8177 S: Supported
8178 F: Documentation/networking/s2io.txt
8179 F: Documentation/networking/vxge.txt
8180 F: drivers/net/ethernet/neterion/
8181
8182 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8183 M: Pablo Neira Ayuso <pablo@netfilter.org>
8184 M: Patrick McHardy <kaber@trash.net>
8185 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8186 L: netfilter-devel@vger.kernel.org
8187 L: coreteam@netfilter.org
8188 W: http://www.netfilter.org/
8189 W: http://www.iptables.org/
8190 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
8191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8193 S: Supported
8194 F: include/linux/netfilter*
8195 F: include/linux/netfilter/
8196 F: include/net/netfilter/
8197 F: include/uapi/linux/netfilter*
8198 F: include/uapi/linux/netfilter/
8199 F: net/*/netfilter.c
8200 F: net/*/netfilter/
8201 F: net/netfilter/
8202 F: net/bridge/br_netfilter*.c
8203
8204 NETLABEL
8205 M: Paul Moore <paul@paul-moore.com>
8206 W: http://netlabel.sf.net
8207 L: netdev@vger.kernel.org
8208 S: Maintained
8209 F: Documentation/netlabel/
8210 F: include/net/netlabel.h
8211 F: net/netlabel/
8212
8213 NETROM NETWORK LAYER
8214 M: Ralf Baechle <ralf@linux-mips.org>
8215 L: linux-hams@vger.kernel.org
8216 W: http://www.linux-ax25.org/
8217 S: Maintained
8218 F: include/net/netrom.h
8219 F: include/uapi/linux/netrom.h
8220 F: net/netrom/
8221
8222 NETRONOME ETHERNET DRIVERS
8223 M: Jakub Kicinski <jakub.kicinski@netronome.com>
8224 L: oss-drivers@netronome.com
8225 S: Maintained
8226 F: drivers/net/ethernet/netronome/
8227
8228 NETWORK BLOCK DEVICE (NBD)
8229 M: Markus Pargmann <mpa@pengutronix.de>
8230 S: Maintained
8231 L: nbd-general@lists.sourceforge.net
8232 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
8233 F: Documentation/blockdev/nbd.txt
8234 F: drivers/block/nbd.c
8235 F: include/uapi/linux/nbd.h
8236
8237 NETWORK DROP MONITOR
8238 M: Neil Horman <nhorman@tuxdriver.com>
8239 L: netdev@vger.kernel.org
8240 S: Maintained
8241 W: https://fedorahosted.org/dropwatch/
8242 F: net/core/drop_monitor.c
8243
8244 NETWORKING [GENERAL]
8245 M: "David S. Miller" <davem@davemloft.net>
8246 L: netdev@vger.kernel.org
8247 W: http://www.linuxfoundation.org/en/Net
8248 Q: http://patchwork.ozlabs.org/project/netdev/list/
8249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8251 S: Maintained
8252 F: net/
8253 F: include/net/
8254 F: include/linux/in.h
8255 F: include/linux/net.h
8256 F: include/linux/netdevice.h
8257 F: include/uapi/linux/in.h
8258 F: include/uapi/linux/net.h
8259 F: include/uapi/linux/netdevice.h
8260 F: include/uapi/linux/net_namespace.h
8261 F: tools/net/
8262 F: tools/testing/selftests/net/
8263 F: lib/random32.c
8264 F: lib/test_bpf.c
8265
8266 NETWORKING [IPv4/IPv6]
8267 M: "David S. Miller" <davem@davemloft.net>
8268 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8269 M: James Morris <jmorris@namei.org>
8270 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8271 M: Patrick McHardy <kaber@trash.net>
8272 L: netdev@vger.kernel.org
8273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8274 S: Maintained
8275 F: net/ipv4/
8276 F: net/ipv6/
8277 F: include/net/ip*
8278 F: arch/x86/net/*
8279
8280 NETWORKING [IPSEC]
8281 M: Steffen Klassert <steffen.klassert@secunet.com>
8282 M: Herbert Xu <herbert@gondor.apana.org.au>
8283 M: "David S. Miller" <davem@davemloft.net>
8284 L: netdev@vger.kernel.org
8285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8287 S: Maintained
8288 F: net/core/flow.c
8289 F: net/xfrm/
8290 F: net/key/
8291 F: net/ipv4/xfrm*
8292 F: net/ipv4/esp4.c
8293 F: net/ipv4/ah4.c
8294 F: net/ipv4/ipcomp.c
8295 F: net/ipv4/ip_vti.c
8296 F: net/ipv6/xfrm*
8297 F: net/ipv6/esp6.c
8298 F: net/ipv6/ah6.c
8299 F: net/ipv6/ipcomp6.c
8300 F: net/ipv6/ip6_vti.c
8301 F: include/uapi/linux/xfrm.h
8302 F: include/net/xfrm.h
8303
8304 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8305 M: Paul Moore <paul@paul-moore.com>
8306 L: netdev@vger.kernel.org
8307 S: Maintained
8308
8309 NETWORKING [WIRELESS]
8310 L: linux-wireless@vger.kernel.org
8311 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8312
8313 NETWORKING DRIVERS
8314 L: netdev@vger.kernel.org
8315 W: http://www.linuxfoundation.org/en/Net
8316 Q: http://patchwork.ozlabs.org/project/netdev/list/
8317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8319 S: Odd Fixes
8320 F: Documentation/devicetree/bindings/net/
8321 F: drivers/net/
8322 F: include/linux/if_*
8323 F: include/linux/netdevice.h
8324 F: include/linux/etherdevice.h
8325 F: include/linux/fcdevice.h
8326 F: include/linux/fddidevice.h
8327 F: include/linux/hippidevice.h
8328 F: include/linux/inetdevice.h
8329 F: include/uapi/linux/if_*
8330 F: include/uapi/linux/netdevice.h
8331
8332 NETWORKING DRIVERS (WIRELESS)
8333 M: Kalle Valo <kvalo@codeaurora.org>
8334 L: linux-wireless@vger.kernel.org
8335 Q: http://patchwork.kernel.org/project/linux-wireless/list/
8336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8338 S: Maintained
8339 F: Documentation/devicetree/bindings/net/wireless/
8340 F: drivers/net/wireless/
8341
8342 NETXEN (1/10) GbE SUPPORT
8343 M: Manish Chopra <manish.chopra@qlogic.com>
8344 M: Sony Chacko <sony.chacko@qlogic.com>
8345 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
8346 L: netdev@vger.kernel.org
8347 W: http://www.qlogic.com
8348 S: Supported
8349 F: drivers/net/ethernet/qlogic/netxen/
8350
8351 NFC SUBSYSTEM
8352 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8353 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8354 M: Samuel Ortiz <sameo@linux.intel.com>
8355 L: linux-wireless@vger.kernel.org
8356 L: linux-nfc@lists.01.org (subscribers-only)
8357 S: Supported
8358 F: net/nfc/
8359 F: include/net/nfc/
8360 F: include/uapi/linux/nfc.h
8361 F: drivers/nfc/
8362 F: include/linux/platform_data/nfcmrvl.h
8363 F: include/linux/platform_data/nxp-nci.h
8364 F: include/linux/platform_data/pn544.h
8365 F: include/linux/platform_data/st21nfca.h
8366 F: include/linux/platform_data/st-nci.h
8367 F: Documentation/devicetree/bindings/net/nfc/
8368
8369 NFS, SUNRPC, AND LOCKD CLIENTS
8370 M: Trond Myklebust <trond.myklebust@primarydata.com>
8371 M: Anna Schumaker <anna.schumaker@netapp.com>
8372 L: linux-nfs@vger.kernel.org
8373 W: http://client.linux-nfs.org
8374 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8375 S: Maintained
8376 F: fs/lockd/
8377 F: fs/nfs/
8378 F: fs/nfs_common/
8379 F: net/sunrpc/
8380 F: include/linux/lockd/
8381 F: include/linux/nfs*
8382 F: include/linux/sunrpc/
8383 F: include/uapi/linux/nfs*
8384 F: include/uapi/linux/sunrpc/
8385
8386 NILFS2 FILESYSTEM
8387 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8388 L: linux-nilfs@vger.kernel.org
8389 W: http://nilfs.sourceforge.net/
8390 W: http://nilfs.osdn.jp/
8391 T: git git://github.com/konis/nilfs2.git
8392 S: Supported
8393 F: Documentation/filesystems/nilfs2.txt
8394 F: fs/nilfs2/
8395 F: include/trace/events/nilfs2.h
8396 F: include/uapi/linux/nilfs2_api.h
8397 F: include/uapi/linux/nilfs2_ondisk.h
8398
8399 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8400 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8401 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8402 S: Maintained
8403 F: Documentation/scsi/NinjaSCSI.txt
8404 F: drivers/scsi/pcmcia/nsp_*
8405
8406 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8407 M: GOTO Masanori <gotom@debian.or.jp>
8408 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8409 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8410 S: Maintained
8411 F: Documentation/scsi/NinjaSCSI.txt
8412 F: drivers/scsi/nsp32*
8413
8414 NIOS2 ARCHITECTURE
8415 M: Ley Foon Tan <lftan@altera.com>
8416 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8418 S: Maintained
8419 F: arch/nios2/
8420
8421 NOKIA N900 POWER SUPPLY DRIVERS
8422 R: Pali Rohár <pali.rohar@gmail.com>
8423 F: include/linux/power/bq2415x_charger.h
8424 F: include/linux/power/bq27xxx_battery.h
8425 F: include/linux/power/isp1704_charger.h
8426 F: drivers/power/supply/bq2415x_charger.c
8427 F: drivers/power/supply/bq27xxx_battery.c
8428 F: drivers/power/supply/bq27xxx_battery_i2c.c
8429 F: drivers/power/supply/isp1704_charger.c
8430 F: drivers/power/supply/rx51_battery.c
8431
8432 NTB DRIVER CORE
8433 M: Jon Mason <jdmason@kudzu.us>
8434 M: Dave Jiang <dave.jiang@intel.com>
8435 M: Allen Hubbe <Allen.Hubbe@emc.com>
8436 L: linux-ntb@googlegroups.com
8437 S: Supported
8438 W: https://github.com/jonmason/ntb/wiki
8439 T: git git://github.com/jonmason/ntb.git
8440 F: drivers/ntb/
8441 F: drivers/net/ntb_netdev.c
8442 F: include/linux/ntb.h
8443 F: include/linux/ntb_transport.h
8444 F: tools/testing/selftests/ntb/
8445
8446 NTB INTEL DRIVER
8447 M: Jon Mason <jdmason@kudzu.us>
8448 M: Dave Jiang <dave.jiang@intel.com>
8449 L: linux-ntb@googlegroups.com
8450 S: Supported
8451 W: https://github.com/jonmason/ntb/wiki
8452 T: git git://github.com/jonmason/ntb.git
8453 F: drivers/ntb/hw/intel/
8454
8455 NTB AMD DRIVER
8456 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
8457 L: linux-ntb@googlegroups.com
8458 S: Supported
8459 F: drivers/ntb/hw/amd/
8460
8461 NTFS FILESYSTEM
8462 M: Anton Altaparmakov <anton@tuxera.com>
8463 L: linux-ntfs-dev@lists.sourceforge.net
8464 W: http://www.tuxera.com/
8465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8466 S: Supported
8467 F: Documentation/filesystems/ntfs.txt
8468 F: fs/ntfs/
8469
8470 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8471 M: Antonino Daplas <adaplas@gmail.com>
8472 L: linux-fbdev@vger.kernel.org
8473 S: Maintained
8474 F: drivers/video/fbdev/riva/
8475 F: drivers/video/fbdev/nvidia/
8476
8477 NVM EXPRESS DRIVER
8478 M: Keith Busch <keith.busch@intel.com>
8479 M: Jens Axboe <axboe@fb.com>
8480 L: linux-nvme@lists.infradead.org
8481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8482 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8483 S: Supported
8484 F: drivers/nvme/host/
8485 F: include/linux/nvme.h
8486
8487 NVM EXPRESS TARGET DRIVER
8488 M: Christoph Hellwig <hch@lst.de>
8489 M: Sagi Grimberg <sagi@grimberg.me>
8490 L: linux-nvme@lists.infradead.org
8491 S: Supported
8492 F: drivers/nvme/target/
8493
8494 NVMEM FRAMEWORK
8495 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8496 M: Maxime Ripard <maxime.ripard@free-electrons.com>
8497 S: Maintained
8498 F: drivers/nvmem/
8499 F: Documentation/devicetree/bindings/nvmem/
8500 F: include/linux/nvmem-consumer.h
8501 F: include/linux/nvmem-provider.h
8502
8503 NXP-NCI NFC DRIVER
8504 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
8505 R: Charles Gorand <charles.gorand@effinnov.com>
8506 L: linux-nfc@lists.01.org (moderated for non-subscribers)
8507 S: Supported
8508 F: drivers/nfc/nxp-nci
8509
8510 NXP TDA998X DRM DRIVER
8511 M: Russell King <rmk+kernel@armlinux.org.uk>
8512 S: Supported
8513 F: drivers/gpu/drm/i2c/tda998x_drv.c
8514 F: include/drm/i2c/tda998x.h
8515
8516 NXP TFA9879 DRIVER
8517 M: Peter Rosin <peda@axentia.se>
8518 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8519 S: Maintained
8520 F: sound/soc/codecs/tfa9879*
8521
8522 OBJTOOL
8523 M: Josh Poimboeuf <jpoimboe@redhat.com>
8524 S: Supported
8525 F: tools/objtool/
8526
8527 OMAP SUPPORT
8528 M: Tony Lindgren <tony@atomide.com>
8529 L: linux-omap@vger.kernel.org
8530 W: http://www.muru.com/linux/omap/
8531 W: http://linux.omap.com/
8532 Q: http://patchwork.kernel.org/project/linux-omap/list/
8533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8534 S: Maintained
8535 F: arch/arm/*omap*/
8536 F: arch/arm/configs/omap1_defconfig
8537 F: arch/arm/configs/omap2plus_defconfig
8538 F: drivers/i2c/busses/i2c-omap.c
8539 F: drivers/irqchip/irq-omap-intc.c
8540 F: drivers/mfd/*omap*.c
8541 F: drivers/mfd/menelaus.c
8542 F: drivers/mfd/palmas.c
8543 F: drivers/mfd/tps65217.c
8544 F: drivers/mfd/tps65218.c
8545 F: drivers/mfd/tps65910.c
8546 F: drivers/mfd/twl-core.[ch]
8547 F: drivers/mfd/twl4030*.c
8548 F: drivers/mfd/twl6030*.c
8549 F: drivers/mfd/twl6040*.c
8550 F: drivers/regulator/palmas-regulator*.c
8551 F: drivers/regulator/pbias-regulator.c
8552 F: drivers/regulator/tps65217-regulator.c
8553 F: drivers/regulator/tps65218-regulator.c
8554 F: drivers/regulator/tps65910-regulator.c
8555 F: drivers/regulator/twl-regulator.c
8556 F: include/linux/i2c-omap.h
8557
8558 OMAP DEVICE TREE SUPPORT
8559 M: Benoît Cousson <bcousson@baylibre.com>
8560 M: Tony Lindgren <tony@atomide.com>
8561 L: linux-omap@vger.kernel.org
8562 L: devicetree@vger.kernel.org
8563 S: Maintained
8564 F: arch/arm/boot/dts/*omap*
8565 F: arch/arm/boot/dts/*am3*
8566 F: arch/arm/boot/dts/*am4*
8567 F: arch/arm/boot/dts/*am5*
8568 F: arch/arm/boot/dts/*dra7*
8569
8570 OMAP CLOCK FRAMEWORK SUPPORT
8571 M: Paul Walmsley <paul@pwsan.com>
8572 L: linux-omap@vger.kernel.org
8573 S: Maintained
8574 F: arch/arm/*omap*/*clock*
8575
8576 OMAP POWER MANAGEMENT SUPPORT
8577 M: Kevin Hilman <khilman@kernel.org>
8578 L: linux-omap@vger.kernel.org
8579 S: Maintained
8580 F: arch/arm/*omap*/*pm*
8581 F: drivers/cpufreq/omap-cpufreq.c
8582
8583 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8584 M: Rajendra Nayak <rnayak@codeaurora.org>
8585 M: Paul Walmsley <paul@pwsan.com>
8586 L: linux-omap@vger.kernel.org
8587 S: Maintained
8588 F: arch/arm/mach-omap2/prm*
8589
8590 OMAP AUDIO SUPPORT
8591 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
8592 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
8593 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8594 L: linux-omap@vger.kernel.org
8595 S: Maintained
8596 F: sound/soc/omap/
8597
8598 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8599 M: Roger Quadros <rogerq@ti.com>
8600 M: Tony Lindgren <tony@atomide.com>
8601 L: linux-omap@vger.kernel.org
8602 S: Maintained
8603 F: drivers/memory/omap-gpmc.c
8604 F: arch/arm/mach-omap2/*gpmc*
8605
8606 OMAP FRAMEBUFFER SUPPORT
8607 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8608 L: linux-fbdev@vger.kernel.org
8609 L: linux-omap@vger.kernel.org
8610 S: Maintained
8611 F: drivers/video/fbdev/omap/
8612
8613 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8614 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
8615 L: linux-omap@vger.kernel.org
8616 L: linux-fbdev@vger.kernel.org
8617 S: Maintained
8618 F: drivers/video/fbdev/omap2/
8619 F: Documentation/arm/OMAP/DSS
8620
8621 OMAP HARDWARE SPINLOCK SUPPORT
8622 M: Ohad Ben-Cohen <ohad@wizery.com>
8623 L: linux-omap@vger.kernel.org
8624 S: Maintained
8625 F: drivers/hwspinlock/omap_hwspinlock.c
8626
8627 OMAP MMC SUPPORT
8628 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
8629 L: linux-omap@vger.kernel.org
8630 S: Maintained
8631 F: drivers/mmc/host/omap.c
8632
8633 OMAP HS MMC SUPPORT
8634 L: linux-mmc@vger.kernel.org
8635 L: linux-omap@vger.kernel.org
8636 S: Orphan
8637 F: drivers/mmc/host/omap_hsmmc.c
8638
8639 OMAP RANDOM NUMBER GENERATOR SUPPORT
8640 M: Deepak Saxena <dsaxena@plexity.net>
8641 S: Maintained
8642 F: drivers/char/hw_random/omap-rng.c
8643
8644 OMAP HWMOD SUPPORT
8645 M: Benoît Cousson <bcousson@baylibre.com>
8646 M: Paul Walmsley <paul@pwsan.com>
8647 L: linux-omap@vger.kernel.org
8648 S: Maintained
8649 F: arch/arm/mach-omap2/omap_hwmod.*
8650
8651 OMAP HWMOD DATA
8652 M: Paul Walmsley <paul@pwsan.com>
8653 L: linux-omap@vger.kernel.org
8654 S: Maintained
8655 F: arch/arm/mach-omap2/omap_hwmod*data*
8656
8657 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8658 M: Benoît Cousson <bcousson@baylibre.com>
8659 L: linux-omap@vger.kernel.org
8660 S: Maintained
8661 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8662
8663 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8664 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8665 L: linux-media@vger.kernel.org
8666 S: Maintained
8667 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
8668 F: drivers/media/platform/omap3isp/
8669 F: drivers/staging/media/omap4iss/
8670
8671 OMAP USB SUPPORT
8672 L: linux-usb@vger.kernel.org
8673 L: linux-omap@vger.kernel.org
8674 S: Orphan
8675 F: drivers/usb/*/*omap*
8676 F: arch/arm/*omap*/usb*
8677
8678 OMAP GPIO DRIVER
8679 M: Grygorii Strashko <grygorii.strashko@ti.com>
8680 M: Santosh Shilimkar <ssantosh@kernel.org>
8681 M: Kevin Hilman <khilman@kernel.org>
8682 L: linux-omap@vger.kernel.org
8683 S: Maintained
8684 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
8685 F: drivers/gpio/gpio-omap.c
8686
8687 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8688 M: Mark Jackson <mpfj@newflow.co.uk>
8689 L: linux-omap@vger.kernel.org
8690 S: Maintained
8691 F: arch/arm/boot/dts/am335x-nano.dts
8692
8693 OMFS FILESYSTEM
8694 M: Bob Copeland <me@bobcopeland.com>
8695 L: linux-karma-devel@lists.sourceforge.net
8696 S: Maintained
8697 F: Documentation/filesystems/omfs.txt
8698 F: fs/omfs/
8699
8700 OMNIKEY CARDMAN 4000 DRIVER
8701 M: Harald Welte <laforge@gnumonks.org>
8702 S: Maintained
8703 F: drivers/char/pcmcia/cm4000_cs.c
8704 F: include/linux/cm4000_cs.h
8705 F: include/uapi/linux/cm4000_cs.h
8706
8707 OMNIKEY CARDMAN 4040 DRIVER
8708 M: Harald Welte <laforge@gnumonks.org>
8709 S: Maintained
8710 F: drivers/char/pcmcia/cm4040_cs.*
8711
8712 OMNIVISION OV7670 SENSOR DRIVER
8713 M: Jonathan Corbet <corbet@lwn.net>
8714 L: linux-media@vger.kernel.org
8715 T: git git://linuxtv.org/media_tree.git
8716 S: Maintained
8717 F: drivers/media/i2c/ov7670.c
8718
8719 ONENAND FLASH DRIVER
8720 M: Kyungmin Park <kyungmin.park@samsung.com>
8721 L: linux-mtd@lists.infradead.org
8722 S: Maintained
8723 F: drivers/mtd/onenand/
8724 F: include/linux/mtd/onenand*.h
8725
8726 ONSTREAM SCSI TAPE DRIVER
8727 M: Willem Riede <osst@riede.org>
8728 L: osst-users@lists.sourceforge.net
8729 L: linux-scsi@vger.kernel.org
8730 S: Maintained
8731 F: Documentation/scsi/osst.txt
8732 F: drivers/scsi/osst.*
8733 F: drivers/scsi/osst_*.h
8734 F: drivers/scsi/st.h
8735
8736 OPENCORES I2C BUS DRIVER
8737 M: Peter Korsgaard <jacmet@sunsite.dk>
8738 L: linux-i2c@vger.kernel.org
8739 S: Maintained
8740 F: Documentation/i2c/busses/i2c-ocores
8741 F: drivers/i2c/busses/i2c-ocores.c
8742
8743 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8744 M: Rob Herring <robh+dt@kernel.org>
8745 M: Frank Rowand <frowand.list@gmail.com>
8746 L: devicetree@vger.kernel.org
8747 W: http://www.devicetree.org/
8748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8749 S: Maintained
8750 F: drivers/of/
8751 F: include/linux/of*.h
8752 F: scripts/dtc/
8753
8754 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8755 M: Rob Herring <robh+dt@kernel.org>
8756 M: Mark Rutland <mark.rutland@arm.com>
8757 L: devicetree@vger.kernel.org
8758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8759 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8760 S: Maintained
8761 F: Documentation/devicetree/
8762 F: arch/*/boot/dts/
8763 F: include/dt-bindings/
8764
8765 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8766 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8767 L: devicetree@vger.kernel.org
8768 S: Maintained
8769 F: Documentation/devicetree/dynamic-resolution-notes.txt
8770 F: Documentation/devicetree/overlay-notes.txt
8771 F: drivers/of/overlay.c
8772 F: drivers/of/resolver.c
8773
8774 OPENRISC ARCHITECTURE
8775 M: Jonas Bonn <jonas@southpole.se>
8776 W: http://openrisc.net
8777 S: Maintained
8778 T: git git://openrisc.net/~jonas/linux
8779 F: arch/openrisc/
8780
8781 OPENVSWITCH
8782 M: Pravin Shelar <pshelar@nicira.com>
8783 L: netdev@vger.kernel.org
8784 L: dev@openvswitch.org
8785 W: http://openvswitch.org
8786 S: Maintained
8787 F: net/openvswitch/
8788 F: include/uapi/linux/openvswitch.h
8789
8790 OPERATING PERFORMANCE POINTS (OPP)
8791 M: Viresh Kumar <vireshk@kernel.org>
8792 M: Nishanth Menon <nm@ti.com>
8793 M: Stephen Boyd <sboyd@codeaurora.org>
8794 L: linux-pm@vger.kernel.org
8795 S: Maintained
8796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8797 F: drivers/base/power/opp/
8798 F: include/linux/pm_opp.h
8799 F: Documentation/power/opp.txt
8800 F: Documentation/devicetree/bindings/opp/
8801
8802 OPL4 DRIVER
8803 M: Clemens Ladisch <clemens@ladisch.de>
8804 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8805 T: git git://git.alsa-project.org/alsa-kernel.git
8806 S: Maintained
8807 F: sound/drivers/opl4/
8808
8809 OPROFILE
8810 M: Robert Richter <rric@kernel.org>
8811 L: oprofile-list@lists.sf.net
8812 S: Maintained
8813 F: arch/*/include/asm/oprofile*.h
8814 F: arch/*/oprofile/
8815 F: drivers/oprofile/
8816 F: include/linux/oprofile.h
8817
8818 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8819 M: Mark Fasheh <mfasheh@suse.com>
8820 M: Joel Becker <jlbec@evilplan.org>
8821 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8822 W: http://ocfs2.wiki.kernel.org
8823 S: Supported
8824 F: Documentation/filesystems/ocfs2.txt
8825 F: Documentation/filesystems/dlmfs.txt
8826 F: fs/ocfs2/
8827
8828 ORINOCO DRIVER
8829 L: linux-wireless@vger.kernel.org
8830 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8831 W: http://www.nongnu.org/orinoco/
8832 S: Orphan
8833 F: drivers/net/wireless/intersil/orinoco/
8834
8835 OSD LIBRARY and FILESYSTEM
8836 M: Boaz Harrosh <ooo@electrozaur.com>
8837 M: Benny Halevy <bhalevy@primarydata.com>
8838 L: osd-dev@open-osd.org
8839 W: http://open-osd.org
8840 T: git git://git.open-osd.org/open-osd.git
8841 S: Maintained
8842 F: drivers/scsi/osd/
8843 F: include/scsi/osd_*
8844 F: fs/exofs/
8845
8846 OVERLAY FILESYSTEM
8847 M: Miklos Szeredi <miklos@szeredi.hu>
8848 L: linux-unionfs@vger.kernel.org
8849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8850 S: Supported
8851 F: fs/overlayfs/
8852 F: Documentation/filesystems/overlayfs.txt
8853
8854 ORANGEFS FILESYSTEM
8855 M: Mike Marshall <hubcap@omnibond.com>
8856 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
8857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8858 S: Supported
8859 F: fs/orangefs/
8860 F: Documentation/filesystems/orangefs.txt
8861
8862 P54 WIRELESS DRIVER
8863 M: Christian Lamparter <chunkeey@googlemail.com>
8864 L: linux-wireless@vger.kernel.org
8865 W: http://wireless.kernel.org/en/users/Drivers/p54
8866 S: Maintained
8867 F: drivers/net/wireless/intersil/p54/
8868
8869 PA SEMI ETHERNET DRIVER
8870 M: Olof Johansson <olof@lixom.net>
8871 L: netdev@vger.kernel.org
8872 S: Maintained
8873 F: drivers/net/ethernet/pasemi/*
8874
8875 PA SEMI SMBUS DRIVER
8876 M: Olof Johansson <olof@lixom.net>
8877 L: linux-i2c@vger.kernel.org
8878 S: Maintained
8879 F: drivers/i2c/busses/i2c-pasemi.c
8880
8881 PADATA PARALLEL EXECUTION MECHANISM
8882 M: Steffen Klassert <steffen.klassert@secunet.com>
8883 L: linux-crypto@vger.kernel.org
8884 S: Maintained
8885 F: kernel/padata.c
8886 F: include/linux/padata.h
8887 F: Documentation/padata.txt
8888
8889 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8890 M: Harald Welte <laforge@gnumonks.org>
8891 L: platform-driver-x86@vger.kernel.org
8892 S: Maintained
8893 F: drivers/platform/x86/panasonic-laptop.c
8894
8895 PANASONIC MN10300/AM33/AM34 PORT
8896 M: David Howells <dhowells@redhat.com>
8897 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8898 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8899 S: Maintained
8900 F: Documentation/mn10300/
8901 F: arch/mn10300/
8902
8903 PARALLEL LCD/KEYPAD PANEL DRIVER
8904 M: Willy Tarreau <willy@haproxy.com>
8905 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8906 S: Odd Fixes
8907 F: Documentation/misc-devices/lcd-panel-cgram.txt
8908 F: drivers/misc/panel.c
8909
8910 PARALLEL PORT SUBSYSTEM
8911 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8912 M: Sudip Mukherjee <sudip@vectorindia.org>
8913 L: linux-parport@lists.infradead.org (subscribers-only)
8914 S: Maintained
8915 F: drivers/parport/
8916 F: include/linux/parport*.h
8917 F: drivers/char/ppdev.c
8918 F: include/uapi/linux/ppdev.h
8919 F: Documentation/parport*.txt
8920
8921 PARAVIRT_OPS INTERFACE
8922 M: Jeremy Fitzhardinge <jeremy@goop.org>
8923 M: Chris Wright <chrisw@sous-sol.org>
8924 M: Alok Kataria <akataria@vmware.com>
8925 M: Rusty Russell <rusty@rustcorp.com.au>
8926 L: virtualization@lists.linux-foundation.org
8927 S: Supported
8928 F: Documentation/virtual/paravirt_ops.txt
8929 F: arch/*/kernel/paravirt*
8930 F: arch/*/include/asm/paravirt.h
8931 F: include/linux/hypervisor.h
8932
8933 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8934 M: Tim Waugh <tim@cyberelk.net>
8935 L: linux-parport@lists.infradead.org (subscribers-only)
8936 S: Maintained
8937 F: Documentation/blockdev/paride.txt
8938 F: drivers/block/paride/
8939
8940 PARISC ARCHITECTURE
8941 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8942 M: Helge Deller <deller@gmx.de>
8943 L: linux-parisc@vger.kernel.org
8944 W: http://www.parisc-linux.org/
8945 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8948 S: Maintained
8949 F: arch/parisc/
8950 F: Documentation/parisc/
8951 F: drivers/parisc/
8952 F: drivers/char/agp/parisc-agp.c
8953 F: drivers/input/serio/gscps2.c
8954 F: drivers/parport/parport_gsc.*
8955 F: drivers/tty/serial/8250/8250_gsc.c
8956 F: drivers/video/fbdev/sti*
8957 F: drivers/video/console/sti*
8958 F: drivers/video/logo/logo_parisc*
8959
8960 PC87360 HARDWARE MONITORING DRIVER
8961 M: Jim Cromie <jim.cromie@gmail.com>
8962 L: linux-hwmon@vger.kernel.org
8963 S: Maintained
8964 F: Documentation/hwmon/pc87360
8965 F: drivers/hwmon/pc87360.c
8966
8967 PC8736x GPIO DRIVER
8968 M: Jim Cromie <jim.cromie@gmail.com>
8969 S: Maintained
8970 F: drivers/char/pc8736x_gpio.c
8971
8972 PC87427 HARDWARE MONITORING DRIVER
8973 M: Jean Delvare <jdelvare@suse.com>
8974 L: linux-hwmon@vger.kernel.org
8975 S: Maintained
8976 F: Documentation/hwmon/pc87427
8977 F: drivers/hwmon/pc87427.c
8978
8979 PCA9532 LED DRIVER
8980 M: Riku Voipio <riku.voipio@iki.fi>
8981 S: Maintained
8982 F: drivers/leds/leds-pca9532.c
8983 F: include/linux/leds-pca9532.h
8984
8985 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8986 M: Guenter Roeck <linux@roeck-us.net>
8987 L: linux-i2c@vger.kernel.org
8988 S: Maintained
8989 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8990
8991 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8992 M: Khalid Aziz <khalid@gonehiking.org>
8993 S: Maintained
8994 F: drivers/firmware/pcdp.*
8995
8996 PCI ERROR RECOVERY
8997 M: Linas Vepstas <linasvepstas@gmail.com>
8998 L: linux-pci@vger.kernel.org
8999 S: Supported
9000 F: Documentation/PCI/pci-error-recovery.txt
9001
9002 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9003 M: Russell Currey <ruscur@russell.cc>
9004 L: linuxppc-dev@lists.ozlabs.org
9005 S: Supported
9006 F: Documentation/powerpc/eeh-pci-error-recovery.txt
9007 F: arch/powerpc/kernel/eeh*.c
9008 F: arch/powerpc/platforms/*/eeh*.c
9009 F: arch/powerpc/include/*/eeh*.h
9010
9011 PCI SUBSYSTEM
9012 M: Bjorn Helgaas <bhelgaas@google.com>
9013 L: linux-pci@vger.kernel.org
9014 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
9015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9016 S: Supported
9017 F: Documentation/devicetree/bindings/pci/
9018 F: Documentation/PCI/
9019 F: drivers/pci/
9020 F: include/linux/pci*
9021 F: arch/x86/pci/
9022 F: arch/x86/kernel/quirks.c
9023
9024 PCI DRIVER FOR ALTERA PCIE IP
9025 M: Ley Foon Tan <lftan@altera.com>
9026 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9027 L: linux-pci@vger.kernel.org
9028 S: Supported
9029 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
9030 F: drivers/pci/host/pcie-altera.c
9031
9032 PCI DRIVER FOR ARM VERSATILE PLATFORM
9033 M: Rob Herring <robh@kernel.org>
9034 L: linux-pci@vger.kernel.org
9035 L: linux-arm-kernel@lists.infradead.org
9036 S: Maintained
9037 F: Documentation/devicetree/bindings/pci/versatile.txt
9038 F: drivers/pci/host/pci-versatile.c
9039
9040 PCI DRIVER FOR APPLIEDMICRO XGENE
9041 M: Tanmay Inamdar <tinamdar@apm.com>
9042 L: linux-pci@vger.kernel.org
9043 L: linux-arm-kernel@lists.infradead.org
9044 S: Maintained
9045 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
9046 F: drivers/pci/host/pci-xgene.c
9047
9048 PCI DRIVER FOR FREESCALE LAYERSCAPE
9049 M: Minghuan Lian <minghuan.Lian@freescale.com>
9050 M: Mingkai Hu <mingkai.hu@freescale.com>
9051 M: Roy Zang <tie-fei.zang@freescale.com>
9052 L: linuxppc-dev@lists.ozlabs.org
9053 L: linux-pci@vger.kernel.org
9054 L: linux-arm-kernel@lists.infradead.org
9055 S: Maintained
9056 F: drivers/pci/host/*layerscape*
9057
9058 PCI DRIVER FOR IMX6
9059 M: Richard Zhu <Richard.Zhu@freescale.com>
9060 M: Lucas Stach <l.stach@pengutronix.de>
9061 L: linux-pci@vger.kernel.org
9062 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9063 S: Maintained
9064 F: drivers/pci/host/*imx6*
9065
9066 PCI DRIVER FOR TI KEYSTONE
9067 M: Murali Karicheri <m-karicheri2@ti.com>
9068 L: linux-pci@vger.kernel.org
9069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9070 S: Maintained
9071 F: drivers/pci/host/*keystone*
9072
9073 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9074 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9075 M: Jason Cooper <jason@lakedaemon.net>
9076 L: linux-pci@vger.kernel.org
9077 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9078 S: Maintained
9079 F: drivers/pci/host/*mvebu*
9080
9081 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9082 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9083 L: linux-pci@vger.kernel.org
9084 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9085 S: Maintained
9086 F: drivers/pci/host/pci-aardvark.c
9087
9088 PCI DRIVER FOR NVIDIA TEGRA
9089 M: Thierry Reding <thierry.reding@gmail.com>
9090 L: linux-tegra@vger.kernel.org
9091 L: linux-pci@vger.kernel.org
9092 S: Supported
9093 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9094 F: drivers/pci/host/pci-tegra.c
9095
9096 PCI DRIVER FOR TI DRA7XX
9097 M: Kishon Vijay Abraham I <kishon@ti.com>
9098 L: linux-omap@vger.kernel.org
9099 L: linux-pci@vger.kernel.org
9100 S: Supported
9101 F: Documentation/devicetree/bindings/pci/ti-pci.txt
9102 F: drivers/pci/host/pci-dra7xx.c
9103
9104 PCI DRIVER FOR RENESAS R-CAR
9105 M: Simon Horman <horms@verge.net.au>
9106 L: linux-pci@vger.kernel.org
9107 L: linux-renesas-soc@vger.kernel.org
9108 S: Maintained
9109 F: drivers/pci/host/*rcar*
9110
9111 PCI DRIVER FOR SAMSUNG EXYNOS
9112 M: Jingoo Han <jingoohan1@gmail.com>
9113 L: linux-pci@vger.kernel.org
9114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9115 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9116 S: Maintained
9117 F: drivers/pci/host/pci-exynos.c
9118
9119 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9120 M: Jingoo Han <jingoohan1@gmail.com>
9121 M: Pratyush Anand <pratyush.anand@gmail.com>
9122 L: linux-pci@vger.kernel.org
9123 S: Maintained
9124 F: drivers/pci/host/*designware*
9125
9126 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9127 M: Joao Pinto <jpinto@synopsys.com>
9128 L: linux-pci@vger.kernel.org
9129 S: Maintained
9130 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
9131 F: drivers/pci/host/pcie-designware-plat.c
9132
9133 PCI DRIVER FOR GENERIC OF HOSTS
9134 M: Will Deacon <will.deacon@arm.com>
9135 L: linux-pci@vger.kernel.org
9136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9137 S: Maintained
9138 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
9139 F: drivers/pci/host/pci-host-common.c
9140 F: drivers/pci/host/pci-host-generic.c
9141
9142 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9143 M: Keith Busch <keith.busch@intel.com>
9144 L: linux-pci@vger.kernel.org
9145 S: Supported
9146 F: arch/x86/pci/vmd.c
9147
9148 PCIE DRIVER FOR ST SPEAR13XX
9149 M: Pratyush Anand <pratyush.anand@gmail.com>
9150 L: linux-pci@vger.kernel.org
9151 S: Maintained
9152 F: drivers/pci/host/*spear*
9153
9154 PCI MSI DRIVER FOR ALTERA MSI IP
9155 M: Ley Foon Tan <lftan@altera.com>
9156 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
9157 L: linux-pci@vger.kernel.org
9158 S: Supported
9159 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9160 F: drivers/pci/host/pcie-altera-msi.c
9161
9162 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9163 M: Duc Dang <dhdang@apm.com>
9164 L: linux-pci@vger.kernel.org
9165 L: linux-arm-kernel@lists.infradead.org
9166 S: Maintained
9167 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9168 F: drivers/pci/host/pci-xgene-msi.c
9169
9170 PCIE DRIVER FOR AXIS ARTPEC
9171 M: Niklas Cassel <niklas.cassel@axis.com>
9172 M: Jesper Nilsson <jesper.nilsson@axis.com>
9173 L: linux-arm-kernel@axis.com
9174 L: linux-pci@vger.kernel.org
9175 S: Maintained
9176 F: Documentation/devicetree/bindings/pci/axis,artpec*
9177 F: drivers/pci/host/*artpec*
9178
9179 PCIE DRIVER FOR HISILICON
9180 M: Zhou Wang <wangzhou1@hisilicon.com>
9181 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
9182 L: linux-pci@vger.kernel.org
9183 S: Maintained
9184 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9185 F: drivers/pci/host/pcie-hisi.c
9186
9187 PCIE DRIVER FOR QUALCOMM MSM
9188 M: Stanimir Varbanov <svarbanov@mm-sol.com>
9189 L: linux-pci@vger.kernel.org
9190 L: linux-arm-msm@vger.kernel.org
9191 S: Maintained
9192 F: drivers/pci/host/*qcom*
9193
9194 PCIE DRIVER FOR CAVIUM THUNDERX
9195 M: David Daney <david.daney@cavium.com>
9196 L: linux-pci@vger.kernel.org
9197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9198 S: Supported
9199 F: Documentation/devicetree/bindings/pci/pci-thunder-*
9200 F: drivers/pci/host/pci-thunder-*
9201
9202 PCMCIA SUBSYSTEM
9203 P: Linux PCMCIA Team
9204 L: linux-pcmcia@lists.infradead.org
9205 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9207 S: Maintained
9208 F: Documentation/pcmcia/
9209 F: drivers/pcmcia/
9210 F: include/pcmcia/
9211
9212 PCNET32 NETWORK DRIVER
9213 M: Don Fry <pcnet32@frontier.com>
9214 L: netdev@vger.kernel.org
9215 S: Maintained
9216 F: drivers/net/ethernet/amd/pcnet32.c
9217
9218 PCRYPT PARALLEL CRYPTO ENGINE
9219 M: Steffen Klassert <steffen.klassert@secunet.com>
9220 L: linux-crypto@vger.kernel.org
9221 S: Maintained
9222 F: crypto/pcrypt.c
9223 F: include/crypto/pcrypt.h
9224
9225 PER-CPU MEMORY ALLOCATOR
9226 M: Tejun Heo <tj@kernel.org>
9227 M: Christoph Lameter <cl@linux.com>
9228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9229 S: Maintained
9230 F: include/linux/percpu*.h
9231 F: mm/percpu*.c
9232 F: arch/*/include/asm/percpu.h
9233
9234 PER-TASK DELAY ACCOUNTING
9235 M: Balbir Singh <bsingharora@gmail.com>
9236 S: Maintained
9237 F: include/linux/delayacct.h
9238 F: kernel/delayacct.c
9239
9240 PERFORMANCE EVENTS SUBSYSTEM
9241 M: Peter Zijlstra <peterz@infradead.org>
9242 M: Ingo Molnar <mingo@redhat.com>
9243 M: Arnaldo Carvalho de Melo <acme@kernel.org>
9244 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9245 L: linux-kernel@vger.kernel.org
9246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9247 S: Supported
9248 F: kernel/events/*
9249 F: include/linux/perf_event.h
9250 F: include/uapi/linux/perf_event.h
9251 F: arch/*/kernel/perf_event*.c
9252 F: arch/*/kernel/*/perf_event*.c
9253 F: arch/*/kernel/*/*/perf_event*.c
9254 F: arch/*/include/asm/perf_event.h
9255 F: arch/*/kernel/perf_callchain.c
9256 F: arch/*/events/*
9257 F: tools/perf/
9258
9259 PERSONALITY HANDLING
9260 M: Christoph Hellwig <hch@infradead.org>
9261 L: linux-abi-devel@lists.sourceforge.net
9262 S: Maintained
9263 F: include/linux/personality.h
9264 F: include/uapi/linux/personality.h
9265
9266 PHONET PROTOCOL
9267 M: Remi Denis-Courmont <courmisch@gmail.com>
9268 S: Supported
9269 F: Documentation/networking/phonet.txt
9270 F: include/linux/phonet.h
9271 F: include/net/phonet/
9272 F: include/uapi/linux/phonet.h
9273 F: net/phonet/
9274
9275 PHRAM MTD DRIVER
9276 M: Joern Engel <joern@lazybastard.org>
9277 L: linux-mtd@lists.infradead.org
9278 S: Maintained
9279 F: drivers/mtd/devices/phram.c
9280
9281 PICOLCD HID DRIVER
9282 M: Bruno Prémont <bonbons@linux-vserver.org>
9283 L: linux-input@vger.kernel.org
9284 S: Maintained
9285 F: drivers/hid/hid-picolcd*
9286
9287 PICOXCELL SUPPORT
9288 M: Jamie Iles <jamie@jamieiles.com>
9289 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9290 T: git git://github.com/jamieiles/linux-2.6-ji.git
9291 S: Supported
9292 F: arch/arm/boot/dts/picoxcell*
9293 F: arch/arm/mach-picoxcell/
9294 F: drivers/crypto/picoxcell*
9295
9296 PIN CONTROL SUBSYSTEM
9297 M: Linus Walleij <linus.walleij@linaro.org>
9298 L: linux-gpio@vger.kernel.org
9299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9300 S: Maintained
9301 F: Documentation/devicetree/bindings/pinctrl/
9302 F: Documentation/pinctrl.txt
9303 F: drivers/pinctrl/
9304 F: include/linux/pinctrl/
9305
9306 PIN CONTROLLER - ATMEL AT91
9307 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9309 S: Maintained
9310 F: drivers/pinctrl/pinctrl-at91.*
9311
9312 PIN CONTROLLER - ATMEL AT91 PIO4
9313 M: Ludovic Desroches <ludovic.desroches@atmel.com>
9314 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9315 L: linux-gpio@vger.kernel.org
9316 S: Supported
9317 F: drivers/pinctrl/pinctrl-at91-pio4.*
9318
9319 PIN CONTROLLER - INTEL
9320 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9321 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
9322 S: Maintained
9323 F: drivers/pinctrl/intel/
9324
9325 PIN CONTROLLER - RENESAS
9326 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9327 M: Geert Uytterhoeven <geert+renesas@glider.be>
9328 L: linux-renesas-soc@vger.kernel.org
9329 S: Maintained
9330 F: drivers/pinctrl/sh-pfc/
9331
9332 PIN CONTROLLER - SAMSUNG
9333 M: Tomasz Figa <tomasz.figa@gmail.com>
9334 M: Krzysztof Kozlowski <krzk@kernel.org>
9335 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9336 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9337 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9338 S: Maintained
9339 F: drivers/pinctrl/samsung/
9340
9341 PIN CONTROLLER - SINGLE
9342 M: Tony Lindgren <tony@atomide.com>
9343 M: Haojian Zhuang <haojian.zhuang@linaro.org>
9344 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9345 L: linux-omap@vger.kernel.org
9346 S: Maintained
9347 F: drivers/pinctrl/pinctrl-single.c
9348
9349 PIN CONTROLLER - ST SPEAR
9350 M: Viresh Kumar <vireshk@kernel.org>
9351 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9352 W: http://www.st.com/spear
9353 S: Maintained
9354 F: drivers/pinctrl/spear/
9355
9356 PISTACHIO SOC SUPPORT
9357 M: James Hartley <james.hartley@imgtec.com>
9358 M: Ionela Voinescu <ionela.voinescu@imgtec.com>
9359 L: linux-mips@linux-mips.org
9360 S: Maintained
9361 F: arch/mips/pistachio/
9362 F: arch/mips/include/asm/mach-pistachio/
9363 F: arch/mips/boot/dts/pistachio/
9364 F: arch/mips/configs/pistachio*_defconfig
9365
9366 PKTCDVD DRIVER
9367 M: Jiri Kosina <jikos@kernel.org>
9368 S: Maintained
9369 F: drivers/block/pktcdvd.c
9370 F: include/linux/pktcdvd.h
9371 F: include/uapi/linux/pktcdvd.h
9372
9373 PKUNITY SOC DRIVERS
9374 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9375 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9376 S: Maintained
9377 T: git git://github.com/gxt/linux.git
9378 F: drivers/input/serio/i8042-unicore32io.h
9379 F: drivers/i2c/busses/i2c-puv3.c
9380 F: drivers/video/fbdev/fb-puv3.c
9381 F: drivers/rtc/rtc-puv3.c
9382
9383 PMBUS HARDWARE MONITORING DRIVERS
9384 M: Guenter Roeck <linux@roeck-us.net>
9385 L: linux-hwmon@vger.kernel.org
9386 W: http://hwmon.wiki.kernel.org/
9387 W: http://www.roeck-us.net/linux/drivers/
9388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9389 S: Maintained
9390 F: Documentation/hwmon/pmbus
9391 F: drivers/hwmon/pmbus/
9392 F: include/linux/i2c/pmbus.h
9393
9394 PMC SIERRA MaxRAID DRIVER
9395 L: linux-scsi@vger.kernel.org
9396 W: http://www.pmc-sierra.com/
9397 S: Orphan
9398 F: drivers/scsi/pmcraid.*
9399
9400 PMC SIERRA PM8001 DRIVER
9401 M: Jack Wang <jinpu.wang@profitbricks.com>
9402 M: lindar_liu@usish.com
9403 L: pmchba@pmcs.com
9404 L: linux-scsi@vger.kernel.org
9405 S: Supported
9406 F: drivers/scsi/pm8001/
9407
9408 POSIX CLOCKS and TIMERS
9409 M: Thomas Gleixner <tglx@linutronix.de>
9410 L: linux-kernel@vger.kernel.org
9411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9412 S: Maintained
9413 F: fs/timerfd.c
9414 F: include/linux/timer*
9415 F: kernel/time/*timer*
9416
9417 POWER MANAGEMENT CORE
9418 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9419 L: linux-pm@vger.kernel.org
9420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9421 S: Supported
9422 F: drivers/base/power/
9423 F: include/linux/pm.h
9424 F: include/linux/pm_*
9425 F: include/linux/powercap.h
9426 F: drivers/powercap/
9427
9428 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9429 M: Sebastian Reichel <sre@kernel.org>
9430 L: linux-pm@vger.kernel.org
9431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9432 S: Maintained
9433 F: Documentation/devicetree/bindings/power/supply/
9434 F: include/linux/power_supply.h
9435 F: drivers/power/supply/
9436
9437 POWER STATE COORDINATION INTERFACE (PSCI)
9438 M: Mark Rutland <mark.rutland@arm.com>
9439 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9440 L: linux-arm-kernel@lists.infradead.org
9441 S: Maintained
9442 F: drivers/firmware/psci.c
9443 F: include/linux/psci.h
9444 F: include/uapi/linux/psci.h
9445
9446 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9447 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9448 L: linuxppc-dev@lists.ozlabs.org
9449 S: Maintained
9450 F: drivers/char/powernv-op-panel.c
9451
9452 PNP SUPPORT
9453 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9454 S: Maintained
9455 F: drivers/pnp/
9456
9457 PPP PROTOCOL DRIVERS AND COMPRESSORS
9458 M: Paul Mackerras <paulus@samba.org>
9459 L: linux-ppp@vger.kernel.org
9460 S: Maintained
9461 F: drivers/net/ppp/ppp_*
9462
9463 PPP OVER ATM (RFC 2364)
9464 M: Mitchell Blank Jr <mitch@sfgoth.com>
9465 S: Maintained
9466 F: net/atm/pppoatm.c
9467 F: include/uapi/linux/atmppp.h
9468
9469 PPP OVER ETHERNET
9470 M: Michal Ostrowski <mostrows@earthlink.net>
9471 S: Maintained
9472 F: drivers/net/ppp/pppoe.c
9473 F: drivers/net/ppp/pppox.c
9474
9475 PPP OVER L2TP
9476 M: James Chapman <jchapman@katalix.com>
9477 S: Maintained
9478 F: net/l2tp/l2tp_ppp.c
9479 F: include/linux/if_pppol2tp.h
9480 F: include/uapi/linux/if_pppol2tp.h
9481
9482 PPS SUPPORT
9483 M: Rodolfo Giometti <giometti@enneenne.com>
9484 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
9485 L: linuxpps@ml.enneenne.com (subscribers-only)
9486 S: Maintained
9487 F: Documentation/pps/
9488 F: drivers/pps/
9489 F: include/linux/pps*.h
9490
9491 PPTP DRIVER
9492 M: Dmitry Kozlov <xeb@mail.ru>
9493 L: netdev@vger.kernel.org
9494 S: Maintained
9495 F: drivers/net/ppp/pptp.c
9496 W: http://sourceforge.net/projects/accel-pptp
9497
9498 PREEMPTIBLE KERNEL
9499 M: Robert Love <rml@tech9.net>
9500 L: kpreempt-tech@lists.sourceforge.net
9501 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9502 S: Supported
9503 F: Documentation/preempt-locking.txt
9504 F: include/linux/preempt.h
9505
9506 PRISM54 WIRELESS DRIVER
9507 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
9508 L: linux-wireless@vger.kernel.org
9509 W: http://wireless.kernel.org/en/users/Drivers/p54
9510 S: Obsolete
9511 F: drivers/net/wireless/intersil/prism54/
9512
9513 PS3 NETWORK SUPPORT
9514 M: Geoff Levand <geoff@infradead.org>
9515 L: netdev@vger.kernel.org
9516 L: linuxppc-dev@lists.ozlabs.org
9517 S: Maintained
9518 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
9519
9520 PS3 PLATFORM SUPPORT
9521 M: Geoff Levand <geoff@infradead.org>
9522 L: linuxppc-dev@lists.ozlabs.org
9523 S: Maintained
9524 F: arch/powerpc/boot/ps3*
9525 F: arch/powerpc/include/asm/lv1call.h
9526 F: arch/powerpc/include/asm/ps3*.h
9527 F: arch/powerpc/platforms/ps3/
9528 F: drivers/*/ps3*
9529 F: drivers/ps3/
9530 F: drivers/rtc/rtc-ps3.c
9531 F: drivers/usb/host/*ps3.c
9532 F: sound/ppc/snd_ps3*
9533
9534 PS3VRAM DRIVER
9535 M: Jim Paris <jim@jtan.com>
9536 M: Geoff Levand <geoff@infradead.org>
9537 L: linuxppc-dev@lists.ozlabs.org
9538 S: Maintained
9539 F: drivers/block/ps3vram.c
9540
9541 PSTORE FILESYSTEM
9542 M: Anton Vorontsov <anton@enomsg.org>
9543 M: Colin Cross <ccross@android.com>
9544 M: Kees Cook <keescook@chromium.org>
9545 M: Tony Luck <tony.luck@intel.com>
9546 S: Maintained
9547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9548 F: fs/pstore/
9549 F: include/linux/pstore*
9550 F: drivers/firmware/efi/efi-pstore.c
9551 F: drivers/acpi/apei/erst.c
9552
9553 PTP HARDWARE CLOCK SUPPORT
9554 M: Richard Cochran <richardcochran@gmail.com>
9555 L: netdev@vger.kernel.org
9556 S: Maintained
9557 W: http://linuxptp.sourceforge.net/
9558 F: Documentation/ABI/testing/sysfs-ptp
9559 F: Documentation/ptp/*
9560 F: drivers/net/ethernet/freescale/gianfar_ptp.c
9561 F: drivers/net/phy/dp83640*
9562 F: drivers/ptp/*
9563 F: include/linux/ptp_cl*
9564
9565 PTRACE SUPPORT
9566 M: Roland McGrath <roland@hack.frob.com>
9567 M: Oleg Nesterov <oleg@redhat.com>
9568 S: Maintained
9569 F: include/asm-generic/syscall.h
9570 F: include/linux/ptrace.h
9571 F: include/linux/regset.h
9572 F: include/linux/tracehook.h
9573 F: include/uapi/linux/ptrace.h
9574 F: kernel/ptrace.c
9575
9576 PULSE8-CEC DRIVER
9577 M: Hans Verkuil <hverkuil@xs4all.nl>
9578 L: linux-media@vger.kernel.org
9579 T: git git://linuxtv.org/media_tree.git
9580 S: Maintained
9581 F: drivers/staging/media/pulse8-cec
9582
9583 PVRUSB2 VIDEO4LINUX DRIVER
9584 M: Mike Isely <isely@pobox.com>
9585 L: pvrusb2@isely.net (subscribers-only)
9586 L: linux-media@vger.kernel.org
9587 W: http://www.isely.net/pvrusb2/
9588 T: git git://linuxtv.org/media_tree.git
9589 S: Maintained
9590 F: Documentation/video4linux/README.pvrusb2
9591 F: drivers/media/usb/pvrusb2/
9592
9593 PWC WEBCAM DRIVER
9594 M: Hans Verkuil <hverkuil@xs4all.nl>
9595 L: linux-media@vger.kernel.org
9596 T: git git://linuxtv.org/media_tree.git
9597 S: Odd Fixes
9598 F: drivers/media/usb/pwc/*
9599
9600 PWM FAN DRIVER
9601 M: Kamil Debski <kamil@wypas.org>
9602 M: Lukasz Majewski <l.majewski@samsung.com>
9603 L: linux-hwmon@vger.kernel.org
9604 S: Supported
9605 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9606 F: Documentation/hwmon/pwm-fan
9607 F: drivers/hwmon/pwm-fan.c
9608
9609 PWM SUBSYSTEM
9610 M: Thierry Reding <thierry.reding@gmail.com>
9611 L: linux-pwm@vger.kernel.org
9612 S: Maintained
9613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9614 F: Documentation/pwm.txt
9615 F: Documentation/devicetree/bindings/pwm/
9616 F: include/linux/pwm.h
9617 F: drivers/pwm/
9618 F: drivers/video/backlight/pwm_bl.c
9619 F: include/linux/pwm_backlight.h
9620
9621 PXA2xx/PXA3xx SUPPORT
9622 M: Daniel Mack <daniel@zonque.org>
9623 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9624 M: Robert Jarzmik <robert.jarzmik@free.fr>
9625 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9626 T: git git://github.com/hzhuang1/linux.git
9627 T: git git://github.com/rjarzmik/linux.git
9628 S: Maintained
9629 F: arch/arm/boot/dts/pxa*
9630 F: arch/arm/mach-pxa/
9631 F: drivers/dma/pxa*
9632 F: drivers/pcmcia/pxa2xx*
9633 F: drivers/pinctrl/pxa/
9634 F: drivers/spi/spi-pxa2xx*
9635 F: drivers/usb/gadget/udc/pxa2*
9636 F: include/sound/pxa2xx-lib.h
9637 F: sound/arm/pxa*
9638 F: sound/soc/pxa/
9639
9640 PXA GPIO DRIVER
9641 M: Robert Jarzmik <robert.jarzmik@free.fr>
9642 L: linux-gpio@vger.kernel.org
9643 S: Maintained
9644 F: drivers/gpio/gpio-pxa.c
9645
9646 PXA3xx NAND FLASH DRIVER
9647 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9648 L: linux-mtd@lists.infradead.org
9649 S: Maintained
9650 F: drivers/mtd/nand/pxa3xx_nand.c
9651
9652 MMP SUPPORT
9653 M: Eric Miao <eric.y.miao@gmail.com>
9654 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9655 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9656 T: git git://github.com/hzhuang1/linux.git
9657 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9658 S: Maintained
9659 F: arch/arm/boot/dts/mmp*
9660 F: arch/arm/mach-mmp/
9661
9662 PXA MMCI DRIVER
9663 S: Orphan
9664
9665 PXA RTC DRIVER
9666 M: Robert Jarzmik <robert.jarzmik@free.fr>
9667 L: rtc-linux@googlegroups.com
9668 S: Maintained
9669
9670 QAT DRIVER
9671 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9672 M: Salvatore Benedetto <salvatore.benedetto@intel.com>
9673 L: qat-linux@intel.com
9674 S: Supported
9675 F: drivers/crypto/qat/
9676
9677 QIB DRIVER
9678 M: Mike Marciniszyn <infinipath@intel.com>
9679 L: linux-rdma@vger.kernel.org
9680 S: Supported
9681 F: drivers/infiniband/hw/qib/
9682
9683 QLOGIC QLA1280 SCSI DRIVER
9684 M: Michael Reed <mdr@sgi.com>
9685 L: linux-scsi@vger.kernel.org
9686 S: Maintained
9687 F: drivers/scsi/qla1280.[ch]
9688
9689 QLOGIC QLA2XXX FC-SCSI DRIVER
9690 M: qla2xxx-upstream@qlogic.com
9691 L: linux-scsi@vger.kernel.org
9692 S: Supported
9693 F: Documentation/scsi/LICENSE.qla2xxx
9694 F: drivers/scsi/qla2xxx/
9695
9696 QLOGIC QLA4XXX iSCSI DRIVER
9697 M: QLogic-Storage-Upstream@qlogic.com
9698 L: linux-scsi@vger.kernel.org
9699 S: Supported
9700 F: Documentation/scsi/LICENSE.qla4xxx
9701 F: drivers/scsi/qla4xxx/
9702
9703 QLOGIC QLA3XXX NETWORK DRIVER
9704 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9705 M: Ron Mercer <ron.mercer@qlogic.com>
9706 M: linux-driver@qlogic.com
9707 L: netdev@vger.kernel.org
9708 S: Supported
9709 F: Documentation/networking/LICENSE.qla3xxx
9710 F: drivers/net/ethernet/qlogic/qla3xxx.*
9711
9712 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9713 M: Dept-GELinuxNICDev@qlogic.com
9714 L: netdev@vger.kernel.org
9715 S: Supported
9716 F: drivers/net/ethernet/qlogic/qlcnic/
9717
9718 QLOGIC QLGE 10Gb ETHERNET DRIVER
9719 M: Harish Patil <harish.patil@qlogic.com>
9720 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9721 M: Dept-GELinuxNICDev@qlogic.com
9722 M: linux-driver@qlogic.com
9723 L: netdev@vger.kernel.org
9724 S: Supported
9725 F: drivers/net/ethernet/qlogic/qlge/
9726
9727 QLOGIC QL4xxx ETHERNET DRIVER
9728 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
9729 M: Ariel Elior <Ariel.Elior@qlogic.com>
9730 M: everest-linux-l2@qlogic.com
9731 L: netdev@vger.kernel.org
9732 S: Supported
9733 F: drivers/net/ethernet/qlogic/qed/
9734 F: include/linux/qed/
9735 F: drivers/net/ethernet/qlogic/qede/
9736
9737 QNX4 FILESYSTEM
9738 M: Anders Larsen <al@alarsen.net>
9739 W: http://www.alarsen.net/linux/qnx4fs/
9740 S: Maintained
9741 F: fs/qnx4/
9742 F: include/uapi/linux/qnx4_fs.h
9743 F: include/uapi/linux/qnxtypes.h
9744
9745 QT1010 MEDIA DRIVER
9746 M: Antti Palosaari <crope@iki.fi>
9747 L: linux-media@vger.kernel.org
9748 W: https://linuxtv.org
9749 W: http://palosaari.fi/linux/
9750 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9751 T: git git://linuxtv.org/anttip/media_tree.git
9752 S: Maintained
9753 F: drivers/media/tuners/qt1010*
9754
9755 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9756 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9757 L: linux-wireless@vger.kernel.org
9758 L: ath9k-devel@lists.ath9k.org
9759 W: http://wireless.kernel.org/en/users/Drivers/ath9k
9760 S: Supported
9761 F: drivers/net/wireless/ath/ath9k/
9762
9763 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9764 M: Kalle Valo <kvalo@qca.qualcomm.com>
9765 L: ath10k@lists.infradead.org
9766 W: http://wireless.kernel.org/en/users/Drivers/ath10k
9767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9768 S: Supported
9769 F: drivers/net/wireless/ath/ath10k/
9770
9771 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
9772 M: Timur Tabi <timur@codeaurora.org>
9773 L: netdev@vger.kernel.org
9774 S: Supported
9775 F: drivers/net/ethernet/qualcomm/emac/
9776
9777 QUALCOMM HEXAGON ARCHITECTURE
9778 M: Richard Kuo <rkuo@codeaurora.org>
9779 L: linux-hexagon@vger.kernel.org
9780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9781 S: Supported
9782 F: arch/hexagon/
9783
9784 QUALCOMM WCN36XX WIRELESS DRIVER
9785 M: Eugene Krasnikov <k.eugene.e@gmail.com>
9786 L: wcn36xx@lists.infradead.org
9787 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
9788 T: git git://github.com/KrasnikovEugene/wcn36xx.git
9789 S: Supported
9790 F: drivers/net/wireless/ath/wcn36xx/
9791
9792 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9793 M: Gabriel Somlo <somlo@cmu.edu>
9794 M: "Michael S. Tsirkin" <mst@redhat.com>
9795 L: qemu-devel@nongnu.org
9796 S: Maintained
9797 F: drivers/firmware/qemu_fw_cfg.c
9798
9799 RADOS BLOCK DEVICE (RBD)
9800 M: Ilya Dryomov <idryomov@gmail.com>
9801 M: Sage Weil <sage@redhat.com>
9802 M: Alex Elder <elder@kernel.org>
9803 L: ceph-devel@vger.kernel.org
9804 W: http://ceph.com/
9805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9806 T: git git://github.com/ceph/ceph-client.git
9807 S: Supported
9808 F: Documentation/ABI/testing/sysfs-bus-rbd
9809 F: drivers/block/rbd.c
9810 F: drivers/block/rbd_types.h
9811
9812 RADEON FRAMEBUFFER DISPLAY DRIVER
9813 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9814 L: linux-fbdev@vger.kernel.org
9815 S: Maintained
9816 F: drivers/video/fbdev/aty/radeon*
9817 F: include/uapi/linux/radeonfb.h
9818
9819 RADIOSHARK RADIO DRIVER
9820 M: Hans Verkuil <hverkuil@xs4all.nl>
9821 L: linux-media@vger.kernel.org
9822 T: git git://linuxtv.org/media_tree.git
9823 S: Maintained
9824 F: drivers/media/radio/radio-shark.c
9825
9826 RADIOSHARK2 RADIO DRIVER
9827 M: Hans Verkuil <hverkuil@xs4all.nl>
9828 L: linux-media@vger.kernel.org
9829 T: git git://linuxtv.org/media_tree.git
9830 S: Maintained
9831 F: drivers/media/radio/radio-shark2.c
9832 F: drivers/media/radio/radio-tea5777.c
9833
9834 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9835 M: Paul Mackerras <paulus@samba.org>
9836 L: linux-fbdev@vger.kernel.org
9837 S: Maintained
9838 F: drivers/video/fbdev/aty/aty128fb.c
9839
9840 RALINK MIPS ARCHITECTURE
9841 M: John Crispin <john@phrozen.org>
9842 L: linux-mips@linux-mips.org
9843 S: Maintained
9844 F: arch/mips/ralink
9845
9846 RALINK RT2X00 WIRELESS LAN DRIVER
9847 P: rt2x00 project
9848 M: Stanislaw Gruszka <sgruszka@redhat.com>
9849 M: Helmut Schaa <helmut.schaa@googlemail.com>
9850 L: linux-wireless@vger.kernel.org
9851 S: Maintained
9852 F: drivers/net/wireless/ralink/rt2x00/
9853
9854 RAMDISK RAM BLOCK DEVICE DRIVER
9855 M: Jens Axboe <axboe@kernel.dk>
9856 S: Maintained
9857 F: Documentation/blockdev/ramdisk.txt
9858 F: drivers/block/brd.c
9859
9860 RANDOM NUMBER DRIVER
9861 M: "Theodore Ts'o" <tytso@mit.edu>
9862 S: Maintained
9863 F: drivers/char/random.c
9864
9865 RAPIDIO SUBSYSTEM
9866 M: Matt Porter <mporter@kernel.crashing.org>
9867 M: Alexandre Bounine <alexandre.bounine@idt.com>
9868 S: Maintained
9869 F: drivers/rapidio/
9870
9871 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9872 L: linux-wireless@vger.kernel.org
9873 S: Orphan
9874 F: drivers/net/wireless/ray*
9875
9876 RCUTORTURE MODULE
9877 M: Josh Triplett <josh@joshtriplett.org>
9878 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9879 L: linux-kernel@vger.kernel.org
9880 S: Supported
9881 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9882 F: Documentation/RCU/torture.txt
9883 F: kernel/rcu/rcutorture.c
9884
9885 RCUTORTURE TEST FRAMEWORK
9886 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9887 M: Josh Triplett <josh@joshtriplett.org>
9888 R: Steven Rostedt <rostedt@goodmis.org>
9889 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9890 R: Lai Jiangshan <jiangshanlai@gmail.com>
9891 L: linux-kernel@vger.kernel.org
9892 S: Supported
9893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9894 F: tools/testing/selftests/rcutorture
9895
9896 RDC R-321X SoC
9897 M: Florian Fainelli <florian@openwrt.org>
9898 S: Maintained
9899
9900 RDC R6040 FAST ETHERNET DRIVER
9901 M: Florian Fainelli <f.fainelli@gmail.com>
9902 L: netdev@vger.kernel.org
9903 S: Maintained
9904 F: drivers/net/ethernet/rdc/r6040.c
9905
9906 RDS - RELIABLE DATAGRAM SOCKETS
9907 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9908 L: netdev@vger.kernel.org
9909 L: linux-rdma@vger.kernel.org
9910 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9911 W: https://oss.oracle.com/projects/rds/
9912 S: Supported
9913 F: net/rds/
9914 F: Documentation/networking/rds.txt
9915
9916 RDMAVT - RDMA verbs software
9917 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
9918 L: linux-rdma@vger.kernel.org
9919 S: Supported
9920 F: drivers/infiniband/sw/rdmavt
9921
9922 READ-COPY UPDATE (RCU)
9923 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9924 M: Josh Triplett <josh@joshtriplett.org>
9925 R: Steven Rostedt <rostedt@goodmis.org>
9926 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9927 R: Lai Jiangshan <jiangshanlai@gmail.com>
9928 L: linux-kernel@vger.kernel.org
9929 W: http://www.rdrop.com/users/paulmck/RCU/
9930 S: Supported
9931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9932 F: Documentation/RCU/
9933 X: Documentation/RCU/torture.txt
9934 F: include/linux/rcu*
9935 X: include/linux/srcu.h
9936 F: kernel/rcu/
9937 X: kernel/torture.c
9938
9939 REAL TIME CLOCK (RTC) SUBSYSTEM
9940 M: Alessandro Zummo <a.zummo@towertech.it>
9941 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9942 L: rtc-linux@googlegroups.com
9943 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9945 S: Maintained
9946 F: Documentation/devicetree/bindings/rtc/
9947 F: Documentation/rtc.txt
9948 F: drivers/rtc/
9949 F: include/linux/rtc.h
9950 F: include/uapi/linux/rtc.h
9951 F: include/linux/rtc/
9952 F: include/linux/platform_data/rtc-*
9953 F: tools/testing/selftests/timers/rtctest.c
9954
9955 REALTEK AUDIO CODECS
9956 M: Bard Liao <bardliao@realtek.com>
9957 M: Oder Chiou <oder_chiou@realtek.com>
9958 S: Maintained
9959 F: sound/soc/codecs/rt*
9960 F: include/sound/rt*.h
9961
9962 REISERFS FILE SYSTEM
9963 L: reiserfs-devel@vger.kernel.org
9964 S: Supported
9965 F: fs/reiserfs/
9966
9967 REGISTER MAP ABSTRACTION
9968 M: Mark Brown <broonie@kernel.org>
9969 L: linux-kernel@vger.kernel.org
9970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9971 S: Supported
9972 F: Documentation/devicetree/bindings/regmap/
9973 F: drivers/base/regmap/
9974 F: include/linux/regmap.h
9975
9976 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9977 M: Ohad Ben-Cohen <ohad@wizery.com>
9978 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9979 L: linux-remoteproc@vger.kernel.org
9980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9981 S: Maintained
9982 F: Documentation/devicetree/bindings/remoteproc/
9983 F: Documentation/remoteproc.txt
9984 F: drivers/remoteproc/
9985 F: include/linux/remoteproc.h
9986
9987 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9988 M: Ohad Ben-Cohen <ohad@wizery.com>
9989 M: Bjorn Andersson <bjorn.andersson@linaro.org>
9990 L: linux-remoteproc@vger.kernel.org
9991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9992 S: Maintained
9993 F: drivers/rpmsg/
9994 F: Documentation/rpmsg.txt
9995 F: include/linux/rpmsg.h
9996
9997 RENESAS ETHERNET DRIVERS
9998 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9999 L: netdev@vger.kernel.org
10000 L: linux-renesas-soc@vger.kernel.org
10001 F: drivers/net/ethernet/renesas/
10002 F: include/linux/sh_eth.h
10003
10004 RENESAS USB2 PHY DRIVER
10005 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10006 L: linux-renesas-soc@vger.kernel.org
10007 S: Maintained
10008 F: drivers/phy/phy-rcar-gen3-usb2.c
10009
10010 RESET CONTROLLER FRAMEWORK
10011 M: Philipp Zabel <p.zabel@pengutronix.de>
10012 T: git git://git.pengutronix.de/git/pza/linux
10013 S: Maintained
10014 F: drivers/reset/
10015 F: Documentation/devicetree/bindings/reset/
10016 F: include/dt-bindings/reset/
10017 F: include/linux/reset.h
10018 F: include/linux/reset-controller.h
10019
10020 RFKILL
10021 M: Johannes Berg <johannes@sipsolutions.net>
10022 L: linux-wireless@vger.kernel.org
10023 W: http://wireless.kernel.org/
10024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10026 S: Maintained
10027 F: Documentation/rfkill.txt
10028 F: net/rfkill/
10029
10030 RHASHTABLE
10031 M: Thomas Graf <tgraf@suug.ch>
10032 M: Herbert Xu <herbert@gondor.apana.org.au>
10033 L: netdev@vger.kernel.org
10034 S: Maintained
10035 F: lib/rhashtable.c
10036 F: include/linux/rhashtable.h
10037
10038 RICOH SMARTMEDIA/XD DRIVER
10039 M: Maxim Levitsky <maximlevitsky@gmail.com>
10040 S: Maintained
10041 F: drivers/mtd/nand/r852.c
10042 F: drivers/mtd/nand/r852.h
10043
10044 RICOH R5C592 MEMORYSTICK DRIVER
10045 M: Maxim Levitsky <maximlevitsky@gmail.com>
10046 S: Maintained
10047 F: drivers/memstick/host/r592.*
10048
10049 ROCCAT DRIVERS
10050 M: Stefan Achatz <erazor_de@users.sourceforge.net>
10051 W: http://sourceforge.net/projects/roccat/
10052 S: Maintained
10053 F: drivers/hid/hid-roccat*
10054 F: include/linux/hid-roccat*
10055 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
10056
10057 ROCKER DRIVER
10058 M: Jiri Pirko <jiri@resnulli.us>
10059 L: netdev@vger.kernel.org
10060 S: Supported
10061 F: drivers/net/ethernet/rocker/
10062
10063 ROCKETPORT DRIVER
10064 P: Comtrol Corp.
10065 W: http://www.comtrol.com
10066 S: Maintained
10067 F: Documentation/serial/rocket.txt
10068 F: drivers/tty/rocket*
10069
10070 ROCKETPORT EXPRESS/INFINITY DRIVER
10071 M: Kevin Cernekee <cernekee@gmail.com>
10072 L: linux-serial@vger.kernel.org
10073 S: Odd Fixes
10074 F: drivers/tty/serial/rp2.*
10075
10076 ROSE NETWORK LAYER
10077 M: Ralf Baechle <ralf@linux-mips.org>
10078 L: linux-hams@vger.kernel.org
10079 W: http://www.linux-ax25.org/
10080 S: Maintained
10081 F: include/net/rose.h
10082 F: include/uapi/linux/rose.h
10083 F: net/rose/
10084
10085 RTL2830 MEDIA DRIVER
10086 M: Antti Palosaari <crope@iki.fi>
10087 L: linux-media@vger.kernel.org
10088 W: https://linuxtv.org
10089 W: http://palosaari.fi/linux/
10090 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10091 T: git git://linuxtv.org/anttip/media_tree.git
10092 S: Maintained
10093 F: drivers/media/dvb-frontends/rtl2830*
10094
10095 RTL2832 MEDIA DRIVER
10096 M: Antti Palosaari <crope@iki.fi>
10097 L: linux-media@vger.kernel.org
10098 W: https://linuxtv.org
10099 W: http://palosaari.fi/linux/
10100 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10101 T: git git://linuxtv.org/anttip/media_tree.git
10102 S: Maintained
10103 F: drivers/media/dvb-frontends/rtl2832*
10104
10105 RTL2832_SDR MEDIA DRIVER
10106 M: Antti Palosaari <crope@iki.fi>
10107 L: linux-media@vger.kernel.org
10108 W: https://linuxtv.org
10109 W: http://palosaari.fi/linux/
10110 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10111 T: git git://linuxtv.org/anttip/media_tree.git
10112 S: Maintained
10113 F: drivers/media/dvb-frontends/rtl2832_sdr*
10114
10115 RTL8180 WIRELESS DRIVER
10116 L: linux-wireless@vger.kernel.org
10117 W: http://wireless.kernel.org/
10118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10119 S: Orphan
10120 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
10121
10122 RTL8187 WIRELESS DRIVER
10123 M: Herton Ronaldo Krzesinski <herton@canonical.com>
10124 M: Hin-Tak Leung <htl10@users.sourceforge.net>
10125 M: Larry Finger <Larry.Finger@lwfinger.net>
10126 L: linux-wireless@vger.kernel.org
10127 W: http://wireless.kernel.org/
10128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10129 S: Maintained
10130 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
10131
10132 RTL8192CE WIRELESS DRIVER
10133 M: Larry Finger <Larry.Finger@lwfinger.net>
10134 M: Chaoming Li <chaoming_li@realsil.com.cn>
10135 L: linux-wireless@vger.kernel.org
10136 W: http://wireless.kernel.org/
10137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10138 S: Maintained
10139 F: drivers/net/wireless/realtek/rtlwifi/
10140 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10141
10142 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10143 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10144 L: linux-wireless@vger.kernel.org
10145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10146 S: Maintained
10147 F: drivers/net/wireless/realtek/rtl8xxxu/
10148
10149 S3 SAVAGE FRAMEBUFFER DRIVER
10150 M: Antonino Daplas <adaplas@gmail.com>
10151 L: linux-fbdev@vger.kernel.org
10152 S: Maintained
10153 F: drivers/video/fbdev/savage/
10154
10155 S390
10156 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
10157 M: Heiko Carstens <heiko.carstens@de.ibm.com>
10158 L: linux-s390@vger.kernel.org
10159 W: http://www.ibm.com/developerworks/linux/linux390/
10160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10161 S: Supported
10162 F: arch/s390/
10163 F: drivers/s390/
10164 F: Documentation/s390/
10165 F: Documentation/DocBook/s390*
10166
10167 S390 COMMON I/O LAYER
10168 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10169 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10170 L: linux-s390@vger.kernel.org
10171 W: http://www.ibm.com/developerworks/linux/linux390/
10172 S: Supported
10173 F: drivers/s390/cio/
10174
10175 S390 DASD DRIVER
10176 M: Stefan Weinhuber <wein@de.ibm.com>
10177 M: Stefan Haberland <stefan.haberland@de.ibm.com>
10178 L: linux-s390@vger.kernel.org
10179 W: http://www.ibm.com/developerworks/linux/linux390/
10180 S: Supported
10181 F: drivers/s390/block/dasd*
10182 F: block/partitions/ibm.c
10183
10184 S390 NETWORK DRIVERS
10185 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10186 L: linux-s390@vger.kernel.org
10187 W: http://www.ibm.com/developerworks/linux/linux390/
10188 S: Supported
10189 F: drivers/s390/net/
10190
10191 S390 PCI SUBSYSTEM
10192 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
10193 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10194 L: linux-s390@vger.kernel.org
10195 W: http://www.ibm.com/developerworks/linux/linux390/
10196 S: Supported
10197 F: arch/s390/pci/
10198 F: drivers/pci/hotplug/s390_pci_hpc.c
10199
10200 S390 ZCRYPT DRIVER
10201 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10202 L: linux-s390@vger.kernel.org
10203 W: http://www.ibm.com/developerworks/linux/linux390/
10204 S: Supported
10205 F: drivers/s390/crypto/
10206
10207 S390 ZFCP DRIVER
10208 M: Steffen Maier <maier@linux.vnet.ibm.com>
10209 L: linux-s390@vger.kernel.org
10210 W: http://www.ibm.com/developerworks/linux/linux390/
10211 S: Supported
10212 F: drivers/s390/scsi/zfcp_*
10213
10214 S390 IUCV NETWORK LAYER
10215 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
10216 L: linux-s390@vger.kernel.org
10217 W: http://www.ibm.com/developerworks/linux/linux390/
10218 S: Supported
10219 F: drivers/s390/net/*iucv*
10220 F: include/net/iucv/
10221 F: net/iucv/
10222
10223 S390 IOMMU (PCI)
10224 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
10225 L: linux-s390@vger.kernel.org
10226 W: http://www.ibm.com/developerworks/linux/linux390/
10227 S: Supported
10228 F: drivers/iommu/s390-iommu.c
10229
10230 S3C24XX SD/MMC Driver
10231 M: Ben Dooks <ben-linux@fluff.org>
10232 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10233 S: Supported
10234 F: drivers/mmc/host/s3cmci.*
10235
10236 SAA6588 RDS RECEIVER DRIVER
10237 M: Hans Verkuil <hverkuil@xs4all.nl>
10238 L: linux-media@vger.kernel.org
10239 T: git git://linuxtv.org/media_tree.git
10240 W: https://linuxtv.org
10241 S: Odd Fixes
10242 F: drivers/media/i2c/saa6588*
10243
10244 SAA7134 VIDEO4LINUX DRIVER
10245 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10246 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10247 L: linux-media@vger.kernel.org
10248 W: https://linuxtv.org
10249 T: git git://linuxtv.org/media_tree.git
10250 S: Odd fixes
10251 F: Documentation/video4linux/*.saa7134
10252 F: drivers/media/pci/saa7134/
10253
10254 SAA7146 VIDEO4LINUX-2 DRIVER
10255 M: Hans Verkuil <hverkuil@xs4all.nl>
10256 L: linux-media@vger.kernel.org
10257 T: git git://linuxtv.org/media_tree.git
10258 S: Maintained
10259 F: drivers/media/common/saa7146/
10260 F: drivers/media/pci/saa7146/
10261 F: include/media/saa7146*
10262
10263 SAMSUNG LAPTOP DRIVER
10264 M: Corentin Chary <corentin.chary@gmail.com>
10265 L: platform-driver-x86@vger.kernel.org
10266 S: Maintained
10267 F: drivers/platform/x86/samsung-laptop.c
10268
10269 SAMSUNG AUDIO (ASoC) DRIVERS
10270 M: Krzysztof Kozlowski <krzk@kernel.org>
10271 M: Sangbeom Kim <sbkim73@samsung.com>
10272 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10273 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10274 S: Supported
10275 F: sound/soc/samsung/
10276
10277 SAMSUNG FRAMEBUFFER DRIVER
10278 M: Jingoo Han <jingoohan1@gmail.com>
10279 L: linux-fbdev@vger.kernel.org
10280 S: Maintained
10281 F: drivers/video/fbdev/s3c-fb.c
10282
10283 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10284 M: Sangbeom Kim <sbkim73@samsung.com>
10285 M: Krzysztof Kozlowski <krzk@kernel.org>
10286 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10287 L: linux-kernel@vger.kernel.org
10288 L: linux-samsung-soc@vger.kernel.org
10289 S: Supported
10290 F: drivers/mfd/sec*.c
10291 F: drivers/regulator/s2m*.c
10292 F: drivers/regulator/s5m*.c
10293 F: drivers/clk/clk-s2mps11.c
10294 F: drivers/rtc/rtc-s5m.c
10295 F: include/linux/mfd/samsung/
10296 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10297 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10298 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10299 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10300
10301 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10302 M: Kyungmin Park <kyungmin.park@samsung.com>
10303 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10304 L: linux-media@vger.kernel.org
10305 Q: https://patchwork.linuxtv.org/project/linux-media/list/
10306 S: Supported
10307 F: drivers/media/platform/exynos4-is/
10308
10309 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10310 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10311 L: linux-media@vger.kernel.org
10312 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10313 S: Maintained
10314 F: drivers/media/platform/s3c-camif/
10315 F: include/media/drv-intf/s3c_camif.h
10316
10317 SAMSUNG S5C73M3 CAMERA DRIVER
10318 M: Kyungmin Park <kyungmin.park@samsung.com>
10319 M: Andrzej Hajda <a.hajda@samsung.com>
10320 L: linux-media@vger.kernel.org
10321 S: Supported
10322 F: drivers/media/i2c/s5c73m3/*
10323
10324 SAMSUNG S5K5BAF CAMERA DRIVER
10325 M: Kyungmin Park <kyungmin.park@samsung.com>
10326 M: Andrzej Hajda <a.hajda@samsung.com>
10327 L: linux-media@vger.kernel.org
10328 S: Supported
10329 F: drivers/media/i2c/s5k5baf.c
10330
10331 SAMSUNG S3FWRN5 NFC DRIVER
10332 M: Robert Baldyga <r.baldyga@samsung.com>
10333 M: Krzysztof Opasiak <k.opasiak@samsung.com>
10334 L: linux-nfc@lists.01.org (moderated for non-subscribers)
10335 S: Supported
10336 F: drivers/nfc/s3fwrn5
10337
10338 SAMSUNG SOC CLOCK DRIVERS
10339 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10340 M: Tomasz Figa <tomasz.figa@gmail.com>
10341 S: Supported
10342 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10343 F: drivers/clk/samsung/
10344
10345 SAMSUNG SPI DRIVERS
10346 M: Kukjin Kim <kgene@kernel.org>
10347 M: Krzysztof Kozlowski <krzk@kernel.org>
10348 M: Andi Shyti <andi.shyti@samsung.com>
10349 L: linux-spi@vger.kernel.org
10350 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10351 S: Maintained
10352 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
10353 F: drivers/spi/spi-s3c*
10354 F: include/linux/platform_data/spi-s3c64xx.h
10355
10356 SAMSUNG SXGBE DRIVERS
10357 M: Byungho An <bh74.an@samsung.com>
10358 M: Girish K S <ks.giri@samsung.com>
10359 M: Vipul Pandya <vipul.pandya@samsung.com>
10360 S: Supported
10361 L: netdev@vger.kernel.org
10362 F: drivers/net/ethernet/samsung/sxgbe/
10363
10364 SAMSUNG THERMAL DRIVER
10365 M: Lukasz Majewski <l.majewski@samsung.com>
10366 L: linux-pm@vger.kernel.org
10367 L: linux-samsung-soc@vger.kernel.org
10368 S: Supported
10369 T: git https://github.com/lmajewski/linux-samsung-thermal.git
10370 F: drivers/thermal/samsung/
10371
10372 SAMSUNG USB2 PHY DRIVER
10373 M: Kamil Debski <kamil@wypas.org>
10374 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10375 L: linux-kernel@vger.kernel.org
10376 S: Supported
10377 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
10378 F: Documentation/phy/samsung-usb2.txt
10379 F: drivers/phy/phy-exynos4210-usb2.c
10380 F: drivers/phy/phy-exynos4x12-usb2.c
10381 F: drivers/phy/phy-exynos5250-usb2.c
10382 F: drivers/phy/phy-s5pv210-usb2.c
10383 F: drivers/phy/phy-samsung-usb2.c
10384 F: drivers/phy/phy-samsung-usb2.h
10385
10386 SERIAL DRIVERS
10387 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10388 L: linux-serial@vger.kernel.org
10389 S: Maintained
10390 F: Documentation/devicetree/bindings/serial/
10391 F: drivers/tty/serial/
10392
10393 SYNOPSYS DESIGNWARE DMAC DRIVER
10394 M: Viresh Kumar <vireshk@kernel.org>
10395 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10396 S: Maintained
10397 F: include/linux/dma/dw.h
10398 F: include/linux/platform_data/dma-dw.h
10399 F: drivers/dma/dw/
10400
10401 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10402 M: Lars Persson <lars.persson@axis.com>
10403 L: netdev@vger.kernel.org
10404 S: Supported
10405 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10406 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10407
10408 SYNOPSYS DESIGNWARE I2C DRIVER
10409 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
10410 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10411 R: Mika Westerberg <mika.westerberg@linux.intel.com>
10412 L: linux-i2c@vger.kernel.org
10413 S: Maintained
10414 F: drivers/i2c/busses/i2c-designware-*
10415 F: include/linux/platform_data/i2c-designware.h
10416
10417 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10418 M: Jaehoon Chung <jh80.chung@samsung.com>
10419 L: linux-mmc@vger.kernel.org
10420 S: Maintained
10421 F: include/linux/mmc/dw_mmc.h
10422 F: drivers/mmc/host/dw_mmc*
10423
10424 SYSTEM TRACE MODULE CLASS
10425 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10426 S: Maintained
10427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10428 F: Documentation/trace/stm.txt
10429 F: drivers/hwtracing/stm/
10430 F: include/linux/stm.h
10431 F: include/uapi/linux/stm.h
10432
10433 THUNDERBOLT DRIVER
10434 M: Andreas Noever <andreas.noever@gmail.com>
10435 S: Maintained
10436 F: drivers/thunderbolt/
10437
10438 TI BQ27XXX POWER SUPPLY DRIVER
10439 R: Andrew F. Davis <afd@ti.com>
10440 F: include/linux/power/bq27xxx_battery.h
10441 F: drivers/power/supply/bq27xxx_battery.c
10442 F: drivers/power/supply/bq27xxx_battery_i2c.c
10443
10444 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10445 M: John Stultz <john.stultz@linaro.org>
10446 M: Thomas Gleixner <tglx@linutronix.de>
10447 L: linux-kernel@vger.kernel.org
10448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10449 S: Supported
10450 F: include/linux/clocksource.h
10451 F: include/linux/time.h
10452 F: include/linux/timex.h
10453 F: include/uapi/linux/time.h
10454 F: include/uapi/linux/timex.h
10455 F: kernel/time/clocksource.c
10456 F: kernel/time/time*.c
10457 F: kernel/time/alarmtimer.c
10458 F: kernel/time/ntp.c
10459 F: tools/testing/selftests/timers/
10460
10461 SC1200 WDT DRIVER
10462 M: Zwane Mwaikambo <zwanem@gmail.com>
10463 S: Maintained
10464 F: drivers/watchdog/sc1200wdt.c
10465
10466 SCHEDULER
10467 M: Ingo Molnar <mingo@redhat.com>
10468 M: Peter Zijlstra <peterz@infradead.org>
10469 L: linux-kernel@vger.kernel.org
10470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10471 S: Maintained
10472 F: kernel/sched/
10473 F: include/linux/sched.h
10474 F: include/uapi/linux/sched.h
10475 F: include/linux/wait.h
10476
10477 SCORE ARCHITECTURE
10478 M: Chen Liqin <liqin.linux@gmail.com>
10479 M: Lennox Wu <lennox.wu@gmail.com>
10480 W: http://www.sunplus.com
10481 S: Supported
10482 F: arch/score/
10483
10484 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10485 M: Sudeep Holla <sudeep.holla@arm.com>
10486 L: linux-arm-kernel@lists.infradead.org
10487 S: Maintained
10488 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
10489 F: drivers/clk/clk-scpi.c
10490 F: drivers/cpufreq/scpi-cpufreq.c
10491 F: drivers/firmware/arm_scpi.c
10492 F: include/linux/scpi_protocol.h
10493
10494 SCSI CDROM DRIVER
10495 M: Jens Axboe <axboe@kernel.dk>
10496 L: linux-scsi@vger.kernel.org
10497 W: http://www.kernel.dk
10498 S: Maintained
10499 F: drivers/scsi/sr*
10500
10501 SCSI RDMA PROTOCOL (SRP) INITIATOR
10502 M: Bart Van Assche <bart.vanassche@sandisk.com>
10503 L: linux-rdma@vger.kernel.org
10504 S: Supported
10505 W: http://www.openfabrics.org
10506 Q: http://patchwork.kernel.org/project/linux-rdma/list/
10507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10508 F: drivers/infiniband/ulp/srp/
10509 F: include/scsi/srp.h
10510
10511 SCSI SG DRIVER
10512 M: Doug Gilbert <dgilbert@interlog.com>
10513 L: linux-scsi@vger.kernel.org
10514 W: http://sg.danny.cz/sg
10515 S: Maintained
10516 F: Documentation/scsi/scsi-generic.txt
10517 F: drivers/scsi/sg.c
10518 F: include/scsi/sg.h
10519
10520 SCSI SUBSYSTEM
10521 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10523 M: "Martin K. Petersen" <martin.petersen@oracle.com>
10524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10525 L: linux-scsi@vger.kernel.org
10526 S: Maintained
10527 F: Documentation/devicetree/bindings/scsi/
10528 F: drivers/scsi/
10529 F: include/scsi/
10530
10531 SCSI TAPE DRIVER
10532 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10533 L: linux-scsi@vger.kernel.org
10534 S: Maintained
10535 F: Documentation/scsi/st.txt
10536 F: drivers/scsi/st.*
10537 F: drivers/scsi/st_*.h
10538
10539 SCTP PROTOCOL
10540 M: Vlad Yasevich <vyasevich@gmail.com>
10541 M: Neil Horman <nhorman@tuxdriver.com>
10542 L: linux-sctp@vger.kernel.org
10543 W: http://lksctp.sourceforge.net
10544 S: Maintained
10545 F: Documentation/networking/sctp.txt
10546 F: include/linux/sctp.h
10547 F: include/uapi/linux/sctp.h
10548 F: include/net/sctp/
10549 F: net/sctp/
10550
10551 SCx200 CPU SUPPORT
10552 M: Jim Cromie <jim.cromie@gmail.com>
10553 S: Odd Fixes
10554 F: Documentation/i2c/busses/scx200_acb
10555 F: arch/x86/platform/scx200/
10556 F: drivers/watchdog/scx200_wdt.c
10557 F: drivers/i2c/busses/scx200*
10558 F: drivers/mtd/maps/scx200_docflash.c
10559 F: include/linux/scx200.h
10560
10561 SCx200 GPIO DRIVER
10562 M: Jim Cromie <jim.cromie@gmail.com>
10563 S: Maintained
10564 F: drivers/char/scx200_gpio.c
10565 F: include/linux/scx200_gpio.h
10566
10567 SCx200 HRT CLOCKSOURCE DRIVER
10568 M: Jim Cromie <jim.cromie@gmail.com>
10569 S: Maintained
10570 F: drivers/clocksource/scx200_hrt.c
10571
10572 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10573 M: Sascha Sommer <saschasommer@freenet.de>
10574 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10575 S: Maintained
10576 F: drivers/mmc/host/sdricoh_cs.c
10577
10578 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10579 M: Adrian Hunter <adrian.hunter@intel.com>
10580 L: linux-mmc@vger.kernel.org
10581 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
10582 S: Maintained
10583 F: drivers/mmc/host/sdhci*
10584 F: include/linux/mmc/sdhci*
10585
10586 SECURE COMPUTING
10587 M: Kees Cook <keescook@chromium.org>
10588 R: Andy Lutomirski <luto@amacapital.net>
10589 R: Will Drewry <wad@chromium.org>
10590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10591 S: Supported
10592 F: kernel/seccomp.c
10593 F: include/uapi/linux/seccomp.h
10594 F: include/linux/seccomp.h
10595 F: tools/testing/selftests/seccomp/*
10596 K: \bsecure_computing
10597 K: \bTIF_SECCOMP\b
10598
10599 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10600 M: Al Cooper <alcooperx@gmail.com>
10601 L: linux-mmc@vger.kernel.org
10602 L: bcm-kernel-feedback-list@broadcom.com
10603 S: Maintained
10604 F: drivers/mmc/host/sdhci-brcmstb*
10605
10606 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10607 M: Ben Dooks <ben-linux@fluff.org>
10608 M: Jaehoon Chung <jh80.chung@samsung.com>
10609 L: linux-mmc@vger.kernel.org
10610 S: Maintained
10611 F: drivers/mmc/host/sdhci-s3c*
10612
10613 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10614 M: Viresh Kumar <vireshk@kernel.org>
10615 L: linux-mmc@vger.kernel.org
10616 S: Maintained
10617 F: drivers/mmc/host/sdhci-spear.c
10618
10619 SECURITY SUBSYSTEM
10620 M: James Morris <james.l.morris@oracle.com>
10621 M: "Serge E. Hallyn" <serge@hallyn.com>
10622 L: linux-security-module@vger.kernel.org (suggested Cc:)
10623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10624 W: http://kernsec.org/
10625 S: Supported
10626 F: security/
10627
10628 SECURITY CONTACT
10629 M: Security Officers <security@kernel.org>
10630 S: Supported
10631
10632 SELINUX SECURITY MODULE
10633 M: Paul Moore <paul@paul-moore.com>
10634 M: Stephen Smalley <sds@tycho.nsa.gov>
10635 M: Eric Paris <eparis@parisplace.org>
10636 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
10637 W: http://selinuxproject.org
10638 T: git git://git.infradead.org/users/pcmoore/selinux
10639 S: Supported
10640 F: include/linux/selinux*
10641 F: security/selinux/
10642 F: scripts/selinux/
10643
10644 APPARMOR SECURITY MODULE
10645 M: John Johansen <john.johansen@canonical.com>
10646 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10647 W: apparmor.wiki.kernel.org
10648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10649 S: Supported
10650 F: security/apparmor/
10651
10652 LOADPIN SECURITY MODULE
10653 M: Kees Cook <keescook@chromium.org>
10654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10655 S: Supported
10656 F: security/loadpin/
10657
10658 YAMA SECURITY MODULE
10659 M: Kees Cook <keescook@chromium.org>
10660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10661 S: Supported
10662 F: security/yama/
10663
10664 SENSABLE PHANTOM
10665 M: Jiri Slaby <jirislaby@gmail.com>
10666 S: Maintained
10667 F: drivers/misc/phantom.c
10668 F: include/uapi/linux/phantom.h
10669
10670 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10671 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10672 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
10673 M: John Soni Jose <sony.john@avagotech.com>
10674 L: linux-scsi@vger.kernel.org
10675 W: http://www.avagotech.com
10676 S: Supported
10677 F: drivers/scsi/be2iscsi/
10678
10679 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10680 M: Sathya Perla <sathya.perla@broadcom.com>
10681 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
10682 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10683 M: Somnath Kotur <somnath.kotur@broadcom.com>
10684 L: netdev@vger.kernel.org
10685 W: http://www.emulex.com
10686 S: Supported
10687 F: drivers/net/ethernet/emulex/benet/
10688
10689 EMULEX ONECONNECT ROCE DRIVER
10690 M: Selvin Xavier <selvin.xavier@avagotech.com>
10691 M: Devesh Sharma <devesh.sharma@avagotech.com>
10692 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10693 L: linux-rdma@vger.kernel.org
10694 W: http://www.emulex.com
10695 S: Supported
10696 F: drivers/infiniband/hw/ocrdma/
10697
10698 SFC NETWORK DRIVER
10699 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10700 M: Edward Cree <ecree@solarflare.com>
10701 M: Bert Kenward <bkenward@solarflare.com>
10702 L: netdev@vger.kernel.org
10703 S: Supported
10704 F: drivers/net/ethernet/sfc/
10705
10706 SGI GRU DRIVER
10707 M: Dimitri Sivanich <sivanich@sgi.com>
10708 S: Maintained
10709 F: drivers/misc/sgi-gru/
10710
10711 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10712 M: Pat Gefre <pfg@sgi.com>
10713 L: linux-ia64@vger.kernel.org
10714 S: Supported
10715 F: Documentation/ia64/serial.txt
10716 F: drivers/tty/serial/ioc?_serial.c
10717 F: include/linux/ioc?.h
10718
10719 SGI XP/XPC/XPNET DRIVER
10720 M: Cliff Whickman <cpw@sgi.com>
10721 M: Robin Holt <robinmholt@gmail.com>
10722 S: Maintained
10723 F: drivers/misc/sgi-xp/
10724
10725 SI2157 MEDIA DRIVER
10726 M: Antti Palosaari <crope@iki.fi>
10727 L: linux-media@vger.kernel.org
10728 W: https://linuxtv.org
10729 W: http://palosaari.fi/linux/
10730 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10731 T: git git://linuxtv.org/anttip/media_tree.git
10732 S: Maintained
10733 F: drivers/media/tuners/si2157*
10734
10735 SI2168 MEDIA DRIVER
10736 M: Antti Palosaari <crope@iki.fi>
10737 L: linux-media@vger.kernel.org
10738 W: https://linuxtv.org
10739 W: http://palosaari.fi/linux/
10740 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10741 T: git git://linuxtv.org/anttip/media_tree.git
10742 S: Maintained
10743 F: drivers/media/dvb-frontends/si2168*
10744
10745 SI470X FM RADIO RECEIVER I2C DRIVER
10746 M: Hans Verkuil <hverkuil@xs4all.nl>
10747 L: linux-media@vger.kernel.org
10748 T: git git://linuxtv.org/media_tree.git
10749 W: https://linuxtv.org
10750 S: Odd Fixes
10751 F: drivers/media/radio/si470x/radio-si470x-i2c.c
10752
10753 SI470X FM RADIO RECEIVER USB DRIVER
10754 M: Hans Verkuil <hverkuil@xs4all.nl>
10755 L: linux-media@vger.kernel.org
10756 T: git git://linuxtv.org/media_tree.git
10757 W: https://linuxtv.org
10758 S: Maintained
10759 F: drivers/media/radio/si470x/radio-si470x-common.c
10760 F: drivers/media/radio/si470x/radio-si470x.h
10761 F: drivers/media/radio/si470x/radio-si470x-usb.c
10762
10763 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10764 M: Eduardo Valentin <edubezval@gmail.com>
10765 L: linux-media@vger.kernel.org
10766 T: git git://linuxtv.org/media_tree.git
10767 W: https://linuxtv.org
10768 S: Odd Fixes
10769 F: drivers/media/radio/si4713/si4713.?
10770
10771 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10772 M: Eduardo Valentin <edubezval@gmail.com>
10773 L: linux-media@vger.kernel.org
10774 T: git git://linuxtv.org/media_tree.git
10775 W: https://linuxtv.org
10776 S: Odd Fixes
10777 F: drivers/media/radio/si4713/radio-platform-si4713.c
10778
10779 SI4713 FM RADIO TRANSMITTER USB DRIVER
10780 M: Hans Verkuil <hverkuil@xs4all.nl>
10781 L: linux-media@vger.kernel.org
10782 T: git git://linuxtv.org/media_tree.git
10783 W: https://linuxtv.org
10784 S: Maintained
10785 F: drivers/media/radio/si4713/radio-usb-si4713.c
10786
10787 SIANO DVB DRIVER
10788 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10789 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10790 L: linux-media@vger.kernel.org
10791 W: https://linuxtv.org
10792 T: git git://linuxtv.org/media_tree.git
10793 S: Odd fixes
10794 F: drivers/media/common/siano/
10795 F: drivers/media/usb/siano/
10796 F: drivers/media/usb/siano/
10797 F: drivers/media/mmc/siano/
10798
10799 SIMPLEFB FB DRIVER
10800 M: Hans de Goede <hdegoede@redhat.com>
10801 L: linux-fbdev@vger.kernel.org
10802 S: Maintained
10803 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
10804 F: drivers/video/fbdev/simplefb.c
10805 F: include/linux/platform_data/simplefb.h
10806
10807 SH_VEU V4L2 MEM2MEM DRIVER
10808 L: linux-media@vger.kernel.org
10809 S: Orphan
10810 F: drivers/media/platform/sh_veu.c
10811
10812 SH_VOU V4L2 OUTPUT DRIVER
10813 L: linux-media@vger.kernel.org
10814 S: Orphan
10815 F: drivers/media/platform/sh_vou.c
10816 F: include/media/drv-intf/sh_vou.h
10817
10818 SIMPLE FIRMWARE INTERFACE (SFI)
10819 M: Len Brown <lenb@kernel.org>
10820 L: sfi-devel@simplefirmware.org
10821 W: http://simplefirmware.org/
10822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10823 S: Supported
10824 F: arch/x86/platform/sfi/
10825 F: drivers/sfi/
10826 F: include/linux/sfi*.h
10827
10828 SIMTEC EB110ATX (Chalice CATS)
10829 P: Ben Dooks
10830 P: Vincent Sanders <vince@simtec.co.uk>
10831 M: Simtec Linux Team <linux@simtec.co.uk>
10832 W: http://www.simtec.co.uk/products/EB110ATX/
10833 S: Supported
10834
10835 SIMTEC EB2410ITX (BAST)
10836 P: Ben Dooks
10837 P: Vincent Sanders <vince@simtec.co.uk>
10838 M: Simtec Linux Team <linux@simtec.co.uk>
10839 W: http://www.simtec.co.uk/products/EB2410ITX/
10840 S: Supported
10841 F: arch/arm/mach-s3c24xx/mach-bast.c
10842 F: arch/arm/mach-s3c24xx/bast-ide.c
10843 F: arch/arm/mach-s3c24xx/bast-irq.c
10844
10845 TI DAVINCI MACHINE SUPPORT
10846 M: Sekhar Nori <nsekhar@ti.com>
10847 M: Kevin Hilman <khilman@kernel.org>
10848 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10850 S: Supported
10851 F: arch/arm/mach-davinci/
10852 F: drivers/i2c/busses/i2c-davinci.c
10853
10854 TI DAVINCI SERIES MEDIA DRIVER
10855 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10856 L: linux-media@vger.kernel.org
10857 W: https://linuxtv.org
10858 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10859 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10860 S: Maintained
10861 F: drivers/media/platform/davinci/
10862 F: include/media/davinci/
10863
10864 TI AM437X VPFE DRIVER
10865 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10866 L: linux-media@vger.kernel.org
10867 W: https://linuxtv.org
10868 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10869 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10870 S: Maintained
10871 F: drivers/media/platform/am437x/
10872
10873 OV2659 OMNIVISION SENSOR DRIVER
10874 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10875 L: linux-media@vger.kernel.org
10876 W: https://linuxtv.org
10877 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10878 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10879 S: Maintained
10880 F: drivers/media/i2c/ov2659.c
10881 F: include/media/i2c/ov2659.h
10882
10883 SILICON MOTION SM712 FRAME BUFFER DRIVER
10884 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10885 M: Teddy Wang <teddy.wang@siliconmotion.com>
10886 M: Sudip Mukherjee <sudip@vectorindia.org>
10887 L: linux-fbdev@vger.kernel.org
10888 S: Maintained
10889 F: drivers/video/fbdev/sm712*
10890 F: Documentation/fb/sm712fb.txt
10891
10892 SIS 190 ETHERNET DRIVER
10893 M: Francois Romieu <romieu@fr.zoreil.com>
10894 L: netdev@vger.kernel.org
10895 S: Maintained
10896 F: drivers/net/ethernet/sis/sis190.c
10897
10898 SIS 900/7016 FAST ETHERNET DRIVER
10899 M: Daniele Venzano <venza@brownhat.org>
10900 W: http://www.brownhat.org/sis900.html
10901 L: netdev@vger.kernel.org
10902 S: Maintained
10903 F: drivers/net/ethernet/sis/sis900.*
10904
10905 SIS FRAMEBUFFER DRIVER
10906 M: Thomas Winischhofer <thomas@winischhofer.net>
10907 W: http://www.winischhofer.net/linuxsisvga.shtml
10908 S: Maintained
10909 F: Documentation/fb/sisfb.txt
10910 F: drivers/video/fbdev/sis/
10911 F: include/video/sisfb.h
10912
10913 SIS USB2VGA DRIVER
10914 M: Thomas Winischhofer <thomas@winischhofer.net>
10915 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10916 S: Maintained
10917 F: drivers/usb/misc/sisusbvga/
10918
10919 SLAB ALLOCATOR
10920 M: Christoph Lameter <cl@linux.com>
10921 M: Pekka Enberg <penberg@kernel.org>
10922 M: David Rientjes <rientjes@google.com>
10923 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10924 M: Andrew Morton <akpm@linux-foundation.org>
10925 L: linux-mm@kvack.org
10926 S: Maintained
10927 F: include/linux/sl?b*.h
10928 F: mm/sl?b*
10929
10930 SLEEPABLE READ-COPY UPDATE (SRCU)
10931 M: Lai Jiangshan <jiangshanlai@gmail.com>
10932 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10933 M: Josh Triplett <josh@joshtriplett.org>
10934 R: Steven Rostedt <rostedt@goodmis.org>
10935 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10936 L: linux-kernel@vger.kernel.org
10937 W: http://www.rdrop.com/users/paulmck/RCU/
10938 S: Supported
10939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10940 F: include/linux/srcu.h
10941 F: kernel/rcu/srcu.c
10942
10943 SMACK SECURITY MODULE
10944 M: Casey Schaufler <casey@schaufler-ca.com>
10945 L: linux-security-module@vger.kernel.org
10946 W: http://schaufler-ca.com
10947 T: git git://github.com/cschaufler/smack-next
10948 S: Maintained
10949 F: Documentation/security/Smack.txt
10950 F: security/smack/
10951
10952 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10953 M: Kevin Hilman <khilman@kernel.org>
10954 M: Nishanth Menon <nm@ti.com>
10955 S: Maintained
10956 F: drivers/power/avs/
10957 F: include/linux/power/smartreflex.h
10958 L: linux-pm@vger.kernel.org
10959
10960 SMC91x ETHERNET DRIVER
10961 M: Nicolas Pitre <nico@fluxnic.net>
10962 S: Odd Fixes
10963 F: drivers/net/ethernet/smsc/smc91x.*
10964
10965 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10966 M: Sakari Ailus <sakari.ailus@iki.fi>
10967 L: linux-media@vger.kernel.org
10968 S: Maintained
10969 F: drivers/media/i2c/smiapp/
10970 F: include/media/i2c/smiapp.h
10971 F: drivers/media/i2c/smiapp-pll.c
10972 F: drivers/media/i2c/smiapp-pll.h
10973 F: include/uapi/linux/smiapp.h
10974 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10975
10976 SMM665 HARDWARE MONITOR DRIVER
10977 M: Guenter Roeck <linux@roeck-us.net>
10978 L: linux-hwmon@vger.kernel.org
10979 S: Maintained
10980 F: Documentation/hwmon/smm665
10981 F: drivers/hwmon/smm665.c
10982
10983 SMSC EMC2103 HARDWARE MONITOR DRIVER
10984 M: Steve Glendinning <steve.glendinning@shawell.net>
10985 L: linux-hwmon@vger.kernel.org
10986 S: Maintained
10987 F: Documentation/hwmon/emc2103
10988 F: drivers/hwmon/emc2103.c
10989
10990 SMSC SCH5627 HARDWARE MONITOR DRIVER
10991 M: Hans de Goede <hdegoede@redhat.com>
10992 L: linux-hwmon@vger.kernel.org
10993 S: Supported
10994 F: Documentation/hwmon/sch5627
10995 F: drivers/hwmon/sch5627.c
10996
10997 SMSC47B397 HARDWARE MONITOR DRIVER
10998 M: Jean Delvare <jdelvare@suse.com>
10999 L: linux-hwmon@vger.kernel.org
11000 S: Maintained
11001 F: Documentation/hwmon/smsc47b397
11002 F: drivers/hwmon/smsc47b397.c
11003
11004 SMSC911x ETHERNET DRIVER
11005 M: Steve Glendinning <steve.glendinning@shawell.net>
11006 L: netdev@vger.kernel.org
11007 S: Maintained
11008 F: include/linux/smsc911x.h
11009 F: drivers/net/ethernet/smsc/smsc911x.*
11010
11011 SMSC9420 PCI ETHERNET DRIVER
11012 M: Steve Glendinning <steve.glendinning@shawell.net>
11013 L: netdev@vger.kernel.org
11014 S: Maintained
11015 F: drivers/net/ethernet/smsc/smsc9420.*
11016
11017 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11018 M: Steve Glendinning <steve.glendinning@shawell.net>
11019 L: linux-fbdev@vger.kernel.org
11020 S: Maintained
11021 F: drivers/video/fbdev/smscufx.c
11022
11023 SOC-CAMERA V4L2 SUBSYSTEM
11024 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11025 L: linux-media@vger.kernel.org
11026 T: git git://linuxtv.org/media_tree.git
11027 S: Maintained
11028 F: include/media/soc*
11029 F: drivers/media/i2c/soc_camera/
11030 F: drivers/media/platform/soc_camera/
11031
11032 SOEKRIS NET48XX LED SUPPORT
11033 M: Chris Boot <bootc@bootc.net>
11034 S: Maintained
11035 F: drivers/leds/leds-net48xx.c
11036
11037 SOFTLOGIC 6x10 MPEG CODEC
11038 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11039 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11040 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
11041 M: Ismael Luceno <ismael@iodev.co.uk>
11042 L: linux-media@vger.kernel.org
11043 S: Supported
11044 F: drivers/media/pci/solo6x10/
11045
11046 SOFTWARE RAID (Multiple Disks) SUPPORT
11047 M: Shaohua Li <shli@kernel.org>
11048 L: linux-raid@vger.kernel.org
11049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11050 S: Supported
11051 F: drivers/md/
11052 F: include/linux/raid/
11053 F: include/uapi/linux/raid/
11054
11055 SONIC NETWORK DRIVER
11056 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11057 L: netdev@vger.kernel.org
11058 S: Maintained
11059 F: drivers/net/ethernet/natsemi/sonic.*
11060
11061 SONICS SILICON BACKPLANE DRIVER (SSB)
11062 M: Michael Buesch <m@bues.ch>
11063 L: linux-wireless@vger.kernel.org
11064 S: Maintained
11065 F: drivers/ssb/
11066 F: include/linux/ssb/
11067
11068 SONY VAIO CONTROL DEVICE DRIVER
11069 M: Mattia Dongili <malattia@linux.it>
11070 L: platform-driver-x86@vger.kernel.org
11071 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11072 S: Maintained
11073 F: Documentation/laptops/sony-laptop.txt
11074 F: drivers/char/sonypi.c
11075 F: drivers/platform/x86/sony-laptop.c
11076 F: include/linux/sony-laptop.h
11077
11078 SONY MEMORYSTICK CARD SUPPORT
11079 M: Alex Dubov <oakad@yahoo.com>
11080 W: http://tifmxx.berlios.de/
11081 S: Maintained
11082 F: drivers/memstick/host/tifm_ms.c
11083
11084 SONY MEMORYSTICK STANDARD SUPPORT
11085 M: Maxim Levitsky <maximlevitsky@gmail.com>
11086 S: Maintained
11087 F: drivers/memstick/core/ms_block.*
11088
11089 SOUND
11090 M: Jaroslav Kysela <perex@perex.cz>
11091 M: Takashi Iwai <tiwai@suse.com>
11092 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11093 W: http://www.alsa-project.org/
11094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11095 T: git git://git.alsa-project.org/alsa-kernel.git
11096 Q: http://patchwork.kernel.org/project/alsa-devel/list/
11097 S: Maintained
11098 F: Documentation/sound/
11099 F: include/sound/
11100 F: include/uapi/sound/
11101 F: sound/
11102
11103 SOUND - COMPRESSED AUDIO
11104 M: Vinod Koul <vinod.koul@intel.com>
11105 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11107 S: Supported
11108 F: Documentation/sound/alsa/compress_offload.txt
11109 F: include/sound/compress_driver.h
11110 F: include/uapi/sound/compress_*
11111 F: sound/core/compress_offload.c
11112 F: sound/soc/soc-compress.c
11113
11114 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11115 M: Liam Girdwood <lgirdwood@gmail.com>
11116 M: Mark Brown <broonie@kernel.org>
11117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11118 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11119 W: http://alsa-project.org/main/index.php/ASoC
11120 S: Supported
11121 F: Documentation/devicetree/bindings/sound/
11122 F: Documentation/sound/alsa/soc/
11123 F: sound/soc/
11124 F: include/sound/soc*
11125
11126 SOUND - DMAENGINE HELPERS
11127 M: Lars-Peter Clausen <lars@metafoo.de>
11128 S: Supported
11129 F: include/sound/dmaengine_pcm.h
11130 F: sound/core/pcm_dmaengine.c
11131 F: sound/soc/soc-generic-dmaengine-pcm.c
11132
11133 SP2 MEDIA DRIVER
11134 M: Olli Salonen <olli.salonen@iki.fi>
11135 L: linux-media@vger.kernel.org
11136 W: https://linuxtv.org
11137 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11138 S: Maintained
11139 F: drivers/media/dvb-frontends/sp2*
11140
11141 SPARC + UltraSPARC (sparc/sparc64)
11142 M: "David S. Miller" <davem@davemloft.net>
11143 L: sparclinux@vger.kernel.org
11144 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
11145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11147 S: Maintained
11148 F: arch/sparc/
11149 F: drivers/sbus/
11150
11151 SPARC SERIAL DRIVERS
11152 M: "David S. Miller" <davem@davemloft.net>
11153 L: sparclinux@vger.kernel.org
11154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11156 S: Maintained
11157 F: include/linux/sunserialcore.h
11158 F: drivers/tty/serial/suncore.c
11159 F: drivers/tty/serial/sunhv.c
11160 F: drivers/tty/serial/sunsab.c
11161 F: drivers/tty/serial/sunsab.h
11162 F: drivers/tty/serial/sunsu.c
11163 F: drivers/tty/serial/sunzilog.c
11164 F: drivers/tty/serial/sunzilog.h
11165
11166 SPARSE CHECKER
11167 M: "Christopher Li" <sparse@chrisli.org>
11168 L: linux-sparse@vger.kernel.org
11169 W: https://sparse.wiki.kernel.org/
11170 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11171 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11172 S: Maintained
11173 F: include/linux/compiler.h
11174
11175 SPEAR PLATFORM SUPPORT
11176 M: Viresh Kumar <vireshk@kernel.org>
11177 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11178 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11179 W: http://www.st.com/spear
11180 S: Maintained
11181 F: arch/arm/boot/dts/spear*
11182 F: arch/arm/mach-spear/
11183
11184 SPEAR CLOCK FRAMEWORK SUPPORT
11185 M: Viresh Kumar <vireshk@kernel.org>
11186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11187 W: http://www.st.com/spear
11188 S: Maintained
11189 F: drivers/clk/spear/
11190
11191 SPI SUBSYSTEM
11192 M: Mark Brown <broonie@kernel.org>
11193 L: linux-spi@vger.kernel.org
11194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11195 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
11196 S: Maintained
11197 F: Documentation/devicetree/bindings/spi/
11198 F: Documentation/spi/
11199 F: drivers/spi/
11200 F: include/linux/spi/
11201 F: include/uapi/linux/spi/
11202 F: tools/spi/
11203
11204 SPIDERNET NETWORK DRIVER for CELL
11205 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11206 L: netdev@vger.kernel.org
11207 S: Supported
11208 F: Documentation/networking/spider_net.txt
11209 F: drivers/net/ethernet/toshiba/spider_net*
11210
11211 SPU FILE SYSTEM
11212 M: Jeremy Kerr <jk@ozlabs.org>
11213 L: linuxppc-dev@lists.ozlabs.org
11214 W: http://www.ibm.com/developerworks/power/cell/
11215 S: Supported
11216 F: Documentation/filesystems/spufs.txt
11217 F: arch/powerpc/platforms/cell/spufs/
11218
11219 SQUASHFS FILE SYSTEM
11220 M: Phillip Lougher <phillip@squashfs.org.uk>
11221 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
11222 W: http://squashfs.org.uk
11223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11224 S: Maintained
11225 F: Documentation/filesystems/squashfs.txt
11226 F: fs/squashfs/
11227
11228 SRM (Alpha) environment access
11229 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
11230 S: Maintained
11231 F: arch/alpha/kernel/srm_env.c
11232
11233 STABLE BRANCH
11234 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11235 L: stable@vger.kernel.org
11236 S: Supported
11237 F: Documentation/stable_kernel_rules.txt
11238
11239 STAGING SUBSYSTEM
11240 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11242 L: devel@driverdev.osuosl.org
11243 S: Supported
11244 F: drivers/staging/
11245
11246 STAGING - COMEDI
11247 M: Ian Abbott <abbotti@mev.co.uk>
11248 M: H Hartley Sweeten <hsweeten@visionengravers.com>
11249 S: Odd Fixes
11250 F: drivers/staging/comedi/
11251
11252 STAGING - FLARION FT1000 DRIVERS
11253 M: Marek Belisko <marek.belisko@gmail.com>
11254 S: Odd Fixes
11255 F: drivers/staging/ft1000/
11256
11257 STAGING - INDUSTRIAL IO
11258 M: Jonathan Cameron <jic23@kernel.org>
11259 L: linux-iio@vger.kernel.org
11260 S: Odd Fixes
11261 F: Documentation/devicetree/bindings/staging/iio/
11262 F: drivers/staging/iio/
11263
11264 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11265 M: Jarod Wilson <jarod@wilsonet.com>
11266 W: http://www.lirc.org/
11267 S: Odd Fixes
11268 F: drivers/staging/media/lirc/
11269
11270 STAGING - LUSTRE PARALLEL FILESYSTEM
11271 M: Oleg Drokin <oleg.drokin@intel.com>
11272 M: Andreas Dilger <andreas.dilger@intel.com>
11273 M: James Simmons <jsimmons@infradead.org>
11274 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
11275 W: http://wiki.lustre.org/
11276 S: Maintained
11277 F: drivers/staging/lustre
11278
11279 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11280 M: Marc Dietrich <marvin24@gmx.de>
11281 L: ac100@lists.launchpad.net (moderated for non-subscribers)
11282 L: linux-tegra@vger.kernel.org
11283 S: Maintained
11284 F: drivers/staging/nvec/
11285
11286 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11287 M: Jens Frederich <jfrederich@gmail.com>
11288 M: Daniel Drake <dsd@laptop.org>
11289 M: Jon Nettleton <jon.nettleton@gmail.com>
11290 W: http://wiki.laptop.org/go/DCON
11291 S: Maintained
11292 F: drivers/staging/olpc_dcon/
11293
11294 STAGING - REALTEK RTL8712U DRIVERS
11295 M: Larry Finger <Larry.Finger@lwfinger.net>
11296 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11297 S: Odd Fixes
11298 F: drivers/staging/rtl8712/
11299
11300 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11301 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11302 M: Teddy Wang <teddy.wang@siliconmotion.com>
11303 M: Sudip Mukherjee <sudip@vectorindia.org>
11304 L: linux-fbdev@vger.kernel.org
11305 S: Maintained
11306 F: drivers/staging/sm750fb/
11307
11308 STAGING - SLICOSS
11309 M: Lior Dotan <liodot@gmail.com>
11310 M: Christopher Harrer <charrer@alacritech.com>
11311 S: Odd Fixes
11312 F: drivers/staging/slicoss/
11313
11314 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11315 M: William Hubbs <w.d.hubbs@gmail.com>
11316 M: Chris Brannon <chris@the-brannons.com>
11317 M: Kirk Reiser <kirk@reisers.ca>
11318 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
11319 L: speakup@linux-speakup.org
11320 W: http://www.linux-speakup.org/
11321 S: Odd Fixes
11322 F: drivers/staging/speakup/
11323
11324 STAGING - VIA VT665X DRIVERS
11325 M: Forest Bond <forest@alittletooquiet.net>
11326 S: Odd Fixes
11327 F: drivers/staging/vt665?/
11328
11329 STAGING - WILC1000 WIFI DRIVER
11330 M: Aditya Shankar <aditya.shankar@microchip.com>
11331 M: Ganesh Krishna <ganesh.krishna@microchip.com>
11332 L: linux-wireless@vger.kernel.org
11333 S: Supported
11334 F: drivers/staging/wilc1000/
11335
11336 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11337 M: Arnaud Patard <arnaud.patard@rtp-net.org>
11338 S: Odd Fixes
11339 F: drivers/staging/xgifb/
11340
11341 STARFIRE/DURALAN NETWORK DRIVER
11342 M: Ion Badulescu <ionut@badula.org>
11343 S: Odd Fixes
11344 F: drivers/net/ethernet/adaptec/starfire*
11345
11346 SUN3/3X
11347 M: Sam Creasey <sammy@sammy.net>
11348 W: http://sammy.net/sun3/
11349 S: Maintained
11350 F: arch/m68k/kernel/*sun3*
11351 F: arch/m68k/sun3*/
11352 F: arch/m68k/include/asm/sun3*
11353 F: drivers/net/ethernet/i825xx/sun3*
11354
11355 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11356 M: Hans de Goede <hdegoede@redhat.com>
11357 L: linux-input@vger.kernel.org
11358 S: Maintained
11359 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11360 F: drivers/input/keyboard/sun4i-lradc-keys.c
11361
11362 SUNDANCE NETWORK DRIVER
11363 M: Denis Kirjanov <kda@linux-powerpc.org>
11364 L: netdev@vger.kernel.org
11365 S: Maintained
11366 F: drivers/net/ethernet/dlink/sundance.c
11367
11368 SUPERH
11369 M: Yoshinori Sato <ysato@users.sourceforge.jp>
11370 M: Rich Felker <dalias@libc.org>
11371 L: linux-sh@vger.kernel.org
11372 Q: http://patchwork.kernel.org/project/linux-sh/list/
11373 S: Maintained
11374 F: Documentation/sh/
11375 F: arch/sh/
11376 F: drivers/sh/
11377
11378 SUSPEND TO RAM
11379 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
11380 M: Len Brown <len.brown@intel.com>
11381 M: Pavel Machek <pavel@ucw.cz>
11382 L: linux-pm@vger.kernel.org
11383 S: Supported
11384 F: Documentation/power/
11385 F: arch/x86/kernel/acpi/
11386 F: drivers/base/power/
11387 F: kernel/power/
11388 F: include/linux/suspend.h
11389 F: include/linux/freezer.h
11390 F: include/linux/pm.h
11391
11392 SVGA HANDLING
11393 M: Martin Mares <mj@ucw.cz>
11394 L: linux-video@atrey.karlin.mff.cuni.cz
11395 S: Maintained
11396 F: Documentation/svga.txt
11397 F: arch/x86/boot/video*
11398
11399 SWIOTLB SUBSYSTEM
11400 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11401 L: linux-kernel@vger.kernel.org
11402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11403 S: Supported
11404 F: lib/swiotlb.c
11405 F: arch/*/kernel/pci-swiotlb.c
11406 F: include/linux/swiotlb.h
11407
11408 SWITCHDEV
11409 M: Jiri Pirko <jiri@resnulli.us>
11410 L: netdev@vger.kernel.org
11411 S: Supported
11412 F: net/switchdev/
11413 F: include/net/switchdev.h
11414
11415 SYNOPSYS ARC ARCHITECTURE
11416 M: Vineet Gupta <vgupta@synopsys.com>
11417 L: linux-snps-arc@lists.infradead.org
11418 S: Supported
11419 F: arch/arc/
11420 F: Documentation/devicetree/bindings/arc/*
11421 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11422 F: drivers/tty/serial/arc_uart.c
11423 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11424
11425 SYNOPSYS ARC SDP platform support
11426 M: Alexey Brodkin <abrodkin@synopsys.com>
11427 S: Supported
11428 F: arch/arc/plat-axs10x
11429 F: arch/arc/boot/dts/ax*
11430 F: Documentation/devicetree/bindings/arc/axs10*
11431
11432 SYSTEM CONFIGURATION (SYSCON)
11433 M: Lee Jones <lee.jones@linaro.org>
11434 M: Arnd Bergmann <arnd@arndb.de>
11435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11436 S: Supported
11437 F: drivers/mfd/syscon.c
11438
11439 SYSTEM RESET/SHUTDOWN DRIVERS
11440 M: Sebastian Reichel <sre@kernel.org>
11441 L: linux-pm@vger.kernel.org
11442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11443 S: Maintained
11444 F: Documentation/devicetree/bindings/power/reset/
11445 F: drivers/power/reset/
11446
11447 SYSV FILESYSTEM
11448 M: Christoph Hellwig <hch@infradead.org>
11449 S: Maintained
11450 F: Documentation/filesystems/sysv-fs.txt
11451 F: fs/sysv/
11452 F: include/linux/sysv_fs.h
11453
11454 TARGET SUBSYSTEM
11455 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11456 L: linux-scsi@vger.kernel.org
11457 L: target-devel@vger.kernel.org
11458 W: http://www.linux-iscsi.org
11459 W: http://groups.google.com/group/linux-iscsi-target-dev
11460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11461 S: Supported
11462 F: drivers/target/
11463 F: include/target/
11464 F: Documentation/target/
11465
11466 TASKSTATS STATISTICS INTERFACE
11467 M: Balbir Singh <bsingharora@gmail.com>
11468 S: Maintained
11469 F: Documentation/accounting/taskstats*
11470 F: include/linux/taskstats*
11471 F: kernel/taskstats.c
11472
11473 TC CLASSIFIER
11474 M: Jamal Hadi Salim <jhs@mojatatu.com>
11475 L: netdev@vger.kernel.org
11476 S: Maintained
11477 F: include/net/pkt_cls.h
11478 F: include/uapi/linux/pkt_cls.h
11479 F: net/sched/
11480
11481 TCP LOW PRIORITY MODULE
11482 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11483 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11484 W: http://tcp-lp-mod.sourceforge.net/
11485 S: Maintained
11486 F: net/ipv4/tcp_lp.c
11487
11488 TDA10071 MEDIA DRIVER
11489 M: Antti Palosaari <crope@iki.fi>
11490 L: linux-media@vger.kernel.org
11491 W: https://linuxtv.org
11492 W: http://palosaari.fi/linux/
11493 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11494 T: git git://linuxtv.org/anttip/media_tree.git
11495 S: Maintained
11496 F: drivers/media/dvb-frontends/tda10071*
11497
11498 TDA18212 MEDIA DRIVER
11499 M: Antti Palosaari <crope@iki.fi>
11500 L: linux-media@vger.kernel.org
11501 W: https://linuxtv.org
11502 W: http://palosaari.fi/linux/
11503 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11504 T: git git://linuxtv.org/anttip/media_tree.git
11505 S: Maintained
11506 F: drivers/media/tuners/tda18212*
11507
11508 TDA18218 MEDIA DRIVER
11509 M: Antti Palosaari <crope@iki.fi>
11510 L: linux-media@vger.kernel.org
11511 W: https://linuxtv.org
11512 W: http://palosaari.fi/linux/
11513 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11514 T: git git://linuxtv.org/anttip/media_tree.git
11515 S: Maintained
11516 F: drivers/media/tuners/tda18218*
11517
11518 TDA18271 MEDIA DRIVER
11519 M: Michael Krufky <mkrufky@linuxtv.org>
11520 L: linux-media@vger.kernel.org
11521 W: https://linuxtv.org
11522 W: http://github.com/mkrufky
11523 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11524 T: git git://linuxtv.org/mkrufky/tuners.git
11525 S: Maintained
11526 F: drivers/media/tuners/tda18271*
11527
11528 TDA827x MEDIA DRIVER
11529 M: Michael Krufky <mkrufky@linuxtv.org>
11530 L: linux-media@vger.kernel.org
11531 W: https://linuxtv.org
11532 W: http://github.com/mkrufky
11533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11534 T: git git://linuxtv.org/mkrufky/tuners.git
11535 S: Maintained
11536 F: drivers/media/tuners/tda8290.*
11537
11538 TDA8290 MEDIA DRIVER
11539 M: Michael Krufky <mkrufky@linuxtv.org>
11540 L: linux-media@vger.kernel.org
11541 W: https://linuxtv.org
11542 W: http://github.com/mkrufky
11543 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11544 T: git git://linuxtv.org/mkrufky/tuners.git
11545 S: Maintained
11546 F: drivers/media/tuners/tda8290.*
11547
11548 TDA9840 MEDIA DRIVER
11549 M: Hans Verkuil <hverkuil@xs4all.nl>
11550 L: linux-media@vger.kernel.org
11551 T: git git://linuxtv.org/media_tree.git
11552 W: https://linuxtv.org
11553 S: Maintained
11554 F: drivers/media/i2c/tda9840*
11555
11556 TEA5761 TUNER DRIVER
11557 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11558 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11559 L: linux-media@vger.kernel.org
11560 W: https://linuxtv.org
11561 T: git git://linuxtv.org/media_tree.git
11562 S: Odd fixes
11563 F: drivers/media/tuners/tea5761.*
11564
11565 TEA5767 TUNER DRIVER
11566 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11567 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11568 L: linux-media@vger.kernel.org
11569 W: https://linuxtv.org
11570 T: git git://linuxtv.org/media_tree.git
11571 S: Maintained
11572 F: drivers/media/tuners/tea5767.*
11573
11574 TEA6415C MEDIA DRIVER
11575 M: Hans Verkuil <hverkuil@xs4all.nl>
11576 L: linux-media@vger.kernel.org
11577 T: git git://linuxtv.org/media_tree.git
11578 W: https://linuxtv.org
11579 S: Maintained
11580 F: drivers/media/i2c/tea6415c*
11581
11582 TEA6420 MEDIA DRIVER
11583 M: Hans Verkuil <hverkuil@xs4all.nl>
11584 L: linux-media@vger.kernel.org
11585 T: git git://linuxtv.org/media_tree.git
11586 W: https://linuxtv.org
11587 S: Maintained
11588 F: drivers/media/i2c/tea6420*
11589
11590 TEAM DRIVER
11591 M: Jiri Pirko <jiri@resnulli.us>
11592 L: netdev@vger.kernel.org
11593 S: Supported
11594 F: drivers/net/team/
11595 F: include/linux/if_team.h
11596 F: include/uapi/linux/if_team.h
11597
11598 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11599 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11600 S: Maintained
11601 F: arch/x86/platform/ts5500/
11602
11603 TECHNOTREND USB IR RECEIVER
11604 M: Sean Young <sean@mess.org>
11605 L: linux-media@vger.kernel.org
11606 S: Maintained
11607 F: drivers/media/rc/ttusbir.c
11608
11609 TEGRA ARCHITECTURE SUPPORT
11610 M: Stephen Warren <swarren@wwwdotorg.org>
11611 M: Thierry Reding <thierry.reding@gmail.com>
11612 M: Alexandre Courbot <gnurou@gmail.com>
11613 L: linux-tegra@vger.kernel.org
11614 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
11615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11616 S: Supported
11617 N: [^a-z]tegra
11618
11619 TEGRA CLOCK DRIVER
11620 M: Peter De Schrijver <pdeschrijver@nvidia.com>
11621 M: Prashant Gaikwad <pgaikwad@nvidia.com>
11622 S: Supported
11623 F: drivers/clk/tegra/
11624
11625 TEGRA DMA DRIVERS
11626 M: Laxman Dewangan <ldewangan@nvidia.com>
11627 M: Jon Hunter <jonathanh@nvidia.com>
11628 S: Supported
11629 F: drivers/dma/tegra*
11630
11631 TEGRA I2C DRIVER
11632 M: Laxman Dewangan <ldewangan@nvidia.com>
11633 S: Supported
11634 F: drivers/i2c/busses/i2c-tegra.c
11635
11636 TEGRA IOMMU DRIVERS
11637 M: Hiroshi Doyu <hdoyu@nvidia.com>
11638 S: Supported
11639 F: drivers/iommu/tegra*
11640
11641 TEGRA KBC DRIVER
11642 M: Rakesh Iyer <riyer@nvidia.com>
11643 M: Laxman Dewangan <ldewangan@nvidia.com>
11644 S: Supported
11645 F: drivers/input/keyboard/tegra-kbc.c
11646
11647 TEGRA PWM DRIVER
11648 M: Thierry Reding <thierry.reding@gmail.com>
11649 S: Supported
11650 F: drivers/pwm/pwm-tegra.c
11651
11652 TEGRA SERIAL DRIVER
11653 M: Laxman Dewangan <ldewangan@nvidia.com>
11654 S: Supported
11655 F: drivers/tty/serial/serial-tegra.c
11656
11657 TEGRA SPI DRIVER
11658 M: Laxman Dewangan <ldewangan@nvidia.com>
11659 S: Supported
11660 F: drivers/spi/spi-tegra*
11661
11662 TEHUTI ETHERNET DRIVER
11663 M: Andy Gospodarek <andy@greyhouse.net>
11664 L: netdev@vger.kernel.org
11665 S: Supported
11666 F: drivers/net/ethernet/tehuti/*
11667
11668 Telecom Clock Driver for MCPL0010
11669 M: Mark Gross <mark.gross@intel.com>
11670 S: Supported
11671 F: drivers/char/tlclk.c
11672
11673 TENSILICA XTENSA PORT (xtensa)
11674 M: Chris Zankel <chris@zankel.net>
11675 M: Max Filippov <jcmvbkbc@gmail.com>
11676 L: linux-xtensa@linux-xtensa.org
11677 T: git git://github.com/czankel/xtensa-linux.git
11678 S: Maintained
11679 F: arch/xtensa/
11680 F: drivers/irqchip/irq-xtensa-*
11681
11682 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11683 M: Hans Verkuil <hverkuil@xs4all.nl>
11684 L: linux-media@vger.kernel.org
11685 T: git git://linuxtv.org/media_tree.git
11686 W: https://linuxtv.org
11687 S: Maintained
11688 F: drivers/media/radio/radio-raremono.c
11689
11690 THERMAL
11691 M: Zhang Rui <rui.zhang@intel.com>
11692 M: Eduardo Valentin <edubezval@gmail.com>
11693 L: linux-pm@vger.kernel.org
11694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11696 Q: https://patchwork.kernel.org/project/linux-pm/list/
11697 S: Supported
11698 F: drivers/thermal/
11699 F: include/linux/thermal.h
11700 F: include/uapi/linux/thermal.h
11701 F: include/linux/cpu_cooling.h
11702 F: Documentation/devicetree/bindings/thermal/
11703
11704 THERMAL/CPU_COOLING
11705 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
11706 M: Viresh Kumar <viresh.kumar@linaro.org>
11707 M: Javi Merino <javi.merino@arm.com>
11708 L: linux-pm@vger.kernel.org
11709 S: Supported
11710 F: Documentation/thermal/cpu-cooling-api.txt
11711 F: drivers/thermal/cpu_cooling.c
11712 F: include/linux/cpu_cooling.h
11713
11714 THINKPAD ACPI EXTRAS DRIVER
11715 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11716 L: ibm-acpi-devel@lists.sourceforge.net
11717 L: platform-driver-x86@vger.kernel.org
11718 W: http://ibm-acpi.sourceforge.net
11719 W: http://thinkwiki.org/wiki/Ibm-acpi
11720 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11721 S: Maintained
11722 F: drivers/platform/x86/thinkpad_acpi.c
11723
11724 TI BANDGAP AND THERMAL DRIVER
11725 M: Eduardo Valentin <edubezval@gmail.com>
11726 M: Keerthy <j-keerthy@ti.com>
11727 L: linux-pm@vger.kernel.org
11728 L: linux-omap@vger.kernel.org
11729 S: Maintained
11730 F: drivers/thermal/ti-soc-thermal/
11731
11732 TI VPE/CAL DRIVERS
11733 M: Benoit Parrot <bparrot@ti.com>
11734 L: linux-media@vger.kernel.org
11735 W: http://linuxtv.org/
11736 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11737 S: Maintained
11738 F: drivers/media/platform/ti-vpe/
11739
11740 TI CDCE706 CLOCK DRIVER
11741 M: Max Filippov <jcmvbkbc@gmail.com>
11742 S: Maintained
11743 F: drivers/clk/clk-cdce706.c
11744
11745 TI CLOCK DRIVER
11746 M: Tero Kristo <t-kristo@ti.com>
11747 L: linux-omap@vger.kernel.org
11748 S: Maintained
11749 F: drivers/clk/ti/
11750 F: include/linux/clk/ti.h
11751
11752 TI ETHERNET SWITCH DRIVER (CPSW)
11753 M: Mugunthan V N <mugunthanvnm@ti.com>
11754 R: Grygorii Strashko <grygorii.strashko@ti.com>
11755 L: linux-omap@vger.kernel.org
11756 L: netdev@vger.kernel.org
11757 S: Maintained
11758 F: drivers/net/ethernet/ti/cpsw*
11759 F: drivers/net/ethernet/ti/davinci*
11760
11761 TI FLASH MEDIA INTERFACE DRIVER
11762 M: Alex Dubov <oakad@yahoo.com>
11763 S: Maintained
11764 F: drivers/misc/tifm*
11765 F: drivers/mmc/host/tifm_sd.c
11766 F: include/linux/tifm.h
11767
11768 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11769 M: Santosh Shilimkar <ssantosh@kernel.org>
11770 L: linux-kernel@vger.kernel.org
11771 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11772 S: Maintained
11773 F: drivers/soc/ti/*
11774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11775
11776
11777 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11778 M: M R Swami Reddy <mr.swami.reddy@ti.com>
11779 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11780 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11781 S: Maintained
11782 F: sound/soc/codecs/lm49453*
11783 F: sound/soc/codecs/isabelle*
11784
11785 TI LP855x BACKLIGHT DRIVER
11786 M: Milo Kim <milo.kim@ti.com>
11787 S: Maintained
11788 F: Documentation/backlight/lp855x-driver.txt
11789 F: drivers/video/backlight/lp855x_bl.c
11790 F: include/linux/platform_data/lp855x.h
11791
11792 TI LP8727 CHARGER DRIVER
11793 M: Milo Kim <milo.kim@ti.com>
11794 S: Maintained
11795 F: drivers/power/supply/lp8727_charger.c
11796 F: include/linux/platform_data/lp8727.h
11797
11798 TI LP8788 MFD DRIVER
11799 M: Milo Kim <milo.kim@ti.com>
11800 S: Maintained
11801 F: drivers/iio/adc/lp8788_adc.c
11802 F: drivers/leds/leds-lp8788.c
11803 F: drivers/mfd/lp8788*.c
11804 F: drivers/power/supply/lp8788-charger.c
11805 F: drivers/regulator/lp8788-*.c
11806 F: include/linux/mfd/lp8788*.h
11807
11808 TI NETCP ETHERNET DRIVER
11809 M: Wingman Kwok <w-kwok2@ti.com>
11810 M: Murali Karicheri <m-karicheri2@ti.com>
11811 L: netdev@vger.kernel.org
11812 S: Maintained
11813 F: drivers/net/ethernet/ti/netcp*
11814
11815 TI TAS571X FAMILY ASoC CODEC DRIVER
11816 M: Kevin Cernekee <cernekee@chromium.org>
11817 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11818 S: Odd Fixes
11819 F: sound/soc/codecs/tas571x*
11820
11821 TI TWL4030 SERIES SOC CODEC DRIVER
11822 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
11823 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11824 S: Maintained
11825 F: sound/soc/codecs/twl4030*
11826
11827 TI WILINK WIRELESS DRIVERS
11828 L: linux-wireless@vger.kernel.org
11829 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
11830 W: http://wireless.kernel.org/en/users/Drivers/wl1251
11831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11832 S: Orphan
11833 F: drivers/net/wireless/ti/
11834 F: include/linux/wl12xx.h
11835
11836 TIPC NETWORK LAYER
11837 M: Jon Maloy <jon.maloy@ericsson.com>
11838 M: Ying Xue <ying.xue@windriver.com>
11839 L: netdev@vger.kernel.org (core kernel code)
11840 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11841 W: http://tipc.sourceforge.net/
11842 S: Maintained
11843 F: include/uapi/linux/tipc*.h
11844 F: net/tipc/
11845
11846 TILE ARCHITECTURE
11847 M: Chris Metcalf <cmetcalf@mellanox.com>
11848 W: http://www.mellanox.com/repository/solutions/tile-scm/
11849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11850 S: Supported
11851 F: arch/tile/
11852 F: drivers/char/tile-srom.c
11853 F: drivers/edac/tile_edac.c
11854 F: drivers/net/ethernet/tile/
11855 F: drivers/rtc/rtc-tile.c
11856 F: drivers/tty/hvc/hvc_tile.c
11857 F: drivers/tty/serial/tilegx.c
11858 F: drivers/usb/host/*-tilegx.c
11859 F: include/linux/usb/tilegx.h
11860
11861 TLAN NETWORK DRIVER
11862 M: Samuel Chessman <chessman@tux.org>
11863 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11864 W: http://sourceforge.net/projects/tlan/
11865 S: Maintained
11866 F: Documentation/networking/tlan.txt
11867 F: drivers/net/ethernet/ti/tlan.*
11868
11869 TOMOYO SECURITY MODULE
11870 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11871 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11872 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11873 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11874 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11875 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11876 W: http://tomoyo.sourceforge.jp/
11877 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11878 S: Maintained
11879 F: security/tomoyo/
11880
11881 TOPSTAR LAPTOP EXTRAS DRIVER
11882 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11883 L: platform-driver-x86@vger.kernel.org
11884 S: Maintained
11885 F: drivers/platform/x86/topstar-laptop.c
11886
11887 TOSHIBA ACPI EXTRAS DRIVER
11888 M: Azael Avalos <coproscefalo@gmail.com>
11889 L: platform-driver-x86@vger.kernel.org
11890 S: Maintained
11891 F: drivers/platform/x86/toshiba_acpi.c
11892
11893 TOSHIBA BLUETOOTH DRIVER
11894 M: Azael Avalos <coproscefalo@gmail.com>
11895 L: platform-driver-x86@vger.kernel.org
11896 S: Maintained
11897 F: drivers/platform/x86/toshiba_bluetooth.c
11898
11899 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11900 M: Azael Avalos <coproscefalo@gmail.com>
11901 L: platform-driver-x86@vger.kernel.org
11902 S: Maintained
11903 F: drivers/platform/x86/toshiba_haps.c
11904
11905 TOSHIBA WMI HOTKEYS DRIVER
11906 M: Azael Avalos <coproscefalo@gmail.com>
11907 L: platform-driver-x86@vger.kernel.org
11908 S: Maintained
11909 F: drivers/platform/x86/toshiba-wmi.c
11910
11911 TOSHIBA SMM DRIVER
11912 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11913 W: http://www.buzzard.org.uk/toshiba/
11914 S: Maintained
11915 F: drivers/char/toshiba.c
11916 F: include/linux/toshiba.h
11917 F: include/uapi/linux/toshiba.h
11918
11919 TOSHIBA TC358743 DRIVER
11920 M: Mats Randgaard <matrandg@cisco.com>
11921 L: linux-media@vger.kernel.org
11922 S: Maintained
11923 F: drivers/media/i2c/tc358743*
11924 F: include/media/i2c/tc358743.h
11925
11926 TMIO/SDHI MMC DRIVER
11927 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
11928 L: linux-mmc@vger.kernel.org
11929 S: Supported
11930 F: drivers/mmc/host/tmio_mmc*
11931 F: drivers/mmc/host/sh_mobile_sdhi.c
11932 F: include/linux/mfd/tmio.h
11933
11934 TMP401 HARDWARE MONITOR DRIVER
11935 M: Guenter Roeck <linux@roeck-us.net>
11936 L: linux-hwmon@vger.kernel.org
11937 S: Maintained
11938 F: Documentation/hwmon/tmp401
11939 F: drivers/hwmon/tmp401.c
11940
11941 TMPFS (SHMEM FILESYSTEM)
11942 M: Hugh Dickins <hughd@google.com>
11943 L: linux-mm@kvack.org
11944 S: Maintained
11945 F: include/linux/shmem_fs.h
11946 F: mm/shmem.c
11947
11948 TM6000 VIDEO4LINUX DRIVER
11949 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11950 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11951 L: linux-media@vger.kernel.org
11952 W: https://linuxtv.org
11953 T: git git://linuxtv.org/media_tree.git
11954 S: Odd fixes
11955 F: drivers/media/usb/tm6000/
11956
11957 TW5864 VIDEO4LINUX DRIVER
11958 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11959 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11960 M: Andrey Utkin <andrey_utkin@fastmail.com>
11961 L: linux-media@vger.kernel.org
11962 S: Supported
11963 F: drivers/media/pci/tw5864/
11964
11965 TW68 VIDEO4LINUX DRIVER
11966 M: Hans Verkuil <hverkuil@xs4all.nl>
11967 L: linux-media@vger.kernel.org
11968 T: git git://linuxtv.org/media_tree.git
11969 W: https://linuxtv.org
11970 S: Odd Fixes
11971 F: drivers/media/pci/tw68/
11972
11973 TW686X VIDEO4LINUX DRIVER
11974 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11975 L: linux-media@vger.kernel.org
11976 T: git git://linuxtv.org/media_tree.git
11977 W: http://linuxtv.org
11978 S: Maintained
11979 F: drivers/media/pci/tw686x/
11980
11981 TPM DEVICE DRIVER
11982 M: Peter Huewe <peterhuewe@gmx.de>
11983 M: Marcel Selhorst <tpmdd@selhorst.net>
11984 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11985 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11986 W: http://tpmdd.sourceforge.net
11987 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11988 Q: https://patchwork.kernel.org/project/tpmdd-devel/list/
11989 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
11990 S: Maintained
11991 F: drivers/char/tpm/
11992
11993 TPM IBM_VTPM DEVICE DRIVER
11994 M: Ashley Lai <ashleydlai@gmail.com>
11995 W: http://tpmdd.sourceforge.net
11996 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11997 S: Maintained
11998 F: drivers/char/tpm/tpm_ibmvtpm*
11999
12000 TRACING
12001 M: Steven Rostedt <rostedt@goodmis.org>
12002 M: Ingo Molnar <mingo@redhat.com>
12003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12004 S: Maintained
12005 F: Documentation/trace/ftrace.txt
12006 F: arch/*/*/*/ftrace.h
12007 F: arch/*/kernel/ftrace.c
12008 F: include/*/ftrace.h
12009 F: include/linux/trace*.h
12010 F: include/trace/
12011 F: kernel/trace/
12012 F: tools/testing/selftests/ftrace/
12013
12014 TRACING MMIO ACCESSES (MMIOTRACE)
12015 M: Steven Rostedt <rostedt@goodmis.org>
12016 M: Ingo Molnar <mingo@kernel.org>
12017 R: Karol Herbst <karolherbst@gmail.com>
12018 R: Pekka Paalanen <ppaalanen@gmail.com>
12019 S: Maintained
12020 L: linux-kernel@vger.kernel.org
12021 L: nouveau@lists.freedesktop.org
12022 F: kernel/trace/trace_mmiotrace.c
12023 F: include/linux/mmiotrace.h
12024 F: arch/x86/mm/kmmio.c
12025 F: arch/x86/mm/mmio-mod.c
12026 F: arch/x86/mm/testmmiotrace.c
12027
12028 TRIVIAL PATCHES
12029 M: Jiri Kosina <trivial@kernel.org>
12030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12031 S: Maintained
12032 K: ^Subject:.*(?i)trivial
12033
12034 TTY LAYER
12035 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12036 M: Jiri Slaby <jslaby@suse.com>
12037 S: Supported
12038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12039 F: Documentation/serial/
12040 F: drivers/tty/
12041 F: drivers/tty/serial/serial_core.c
12042 F: include/linux/serial_core.h
12043 F: include/linux/serial.h
12044 F: include/linux/tty.h
12045 F: include/uapi/linux/serial_core.h
12046 F: include/uapi/linux/serial.h
12047 F: include/uapi/linux/tty.h
12048
12049 TUA9001 MEDIA DRIVER
12050 M: Antti Palosaari <crope@iki.fi>
12051 L: linux-media@vger.kernel.org
12052 W: https://linuxtv.org
12053 W: http://palosaari.fi/linux/
12054 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12055 T: git git://linuxtv.org/anttip/media_tree.git
12056 S: Maintained
12057 F: drivers/media/tuners/tua9001*
12058
12059 TULIP NETWORK DRIVERS
12060 L: netdev@vger.kernel.org
12061 L: linux-parisc@vger.kernel.org
12062 S: Orphan
12063 F: drivers/net/ethernet/dec/tulip/
12064
12065 TUN/TAP driver
12066 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
12067 W: http://vtun.sourceforge.net/tun
12068 S: Maintained
12069 F: Documentation/networking/tuntap.txt
12070 F: arch/um/os-Linux/drivers/
12071
12072 TURBOCHANNEL SUBSYSTEM
12073 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12074 M: Ralf Baechle <ralf@linux-mips.org>
12075 L: linux-mips@linux-mips.org
12076 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
12077 S: Maintained
12078 F: drivers/tc/
12079 F: include/linux/tc.h
12080
12081 U14-34F SCSI DRIVER
12082 M: Dario Ballabio <ballabio_dario@emc.com>
12083 L: linux-scsi@vger.kernel.org
12084 S: Maintained
12085 F: drivers/scsi/u14-34f.c
12086
12087 UBI FILE SYSTEM (UBIFS)
12088 M: Richard Weinberger <richard@nod.at>
12089 M: Artem Bityutskiy <dedekind1@gmail.com>
12090 M: Adrian Hunter <adrian.hunter@intel.com>
12091 L: linux-mtd@lists.infradead.org
12092 T: git git://git.infradead.org/ubifs-2.6.git
12093 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
12094 S: Supported
12095 F: Documentation/filesystems/ubifs.txt
12096 F: fs/ubifs/
12097
12098 UCLINUX (M68KNOMMU AND COLDFIRE)
12099 M: Greg Ungerer <gerg@linux-m68k.org>
12100 W: http://www.linux-m68k.org/
12101 W: http://www.uclinux.org/
12102 L: linux-m68k@lists.linux-m68k.org
12103 L: uclinux-dev@uclinux.org (subscribers-only)
12104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12105 S: Maintained
12106 F: arch/m68k/coldfire/
12107 F: arch/m68k/68*/
12108 F: arch/m68k/*/*_no.*
12109 F: arch/m68k/include/asm/*_no.*
12110
12111 UDF FILESYSTEM
12112 M: Jan Kara <jack@suse.com>
12113 S: Maintained
12114 F: Documentation/filesystems/udf.txt
12115 F: fs/udf/
12116
12117 UFS FILESYSTEM
12118 M: Evgeniy Dushistov <dushistov@mail.ru>
12119 S: Maintained
12120 F: Documentation/filesystems/ufs.txt
12121 F: fs/ufs/
12122
12123 UHID USERSPACE HID IO DRIVER:
12124 M: David Herrmann <dh.herrmann@googlemail.com>
12125 L: linux-input@vger.kernel.org
12126 S: Maintained
12127 F: drivers/hid/uhid.c
12128 F: include/uapi/linux/uhid.h
12129
12130 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12131 L: linux-usb@vger.kernel.org
12132 S: Orphan
12133 F: drivers/uwb/
12134 F: include/linux/uwb.h
12135 F: include/linux/uwb/
12136
12137 UNICORE32 ARCHITECTURE:
12138 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
12139 W: http://mprc.pku.edu.cn/~guanxuetao/linux
12140 S: Maintained
12141 T: git git://github.com/gxt/linux.git
12142 F: arch/unicore32/
12143
12144 UNIFDEF
12145 M: Tony Finch <dot@dotat.at>
12146 W: http://dotat.at/prog/unifdef
12147 S: Maintained
12148 F: scripts/unifdef.c
12149
12150 UNIFORM CDROM DRIVER
12151 M: Jens Axboe <axboe@kernel.dk>
12152 W: http://www.kernel.dk
12153 S: Maintained
12154 F: Documentation/cdrom/
12155 F: drivers/cdrom/cdrom.c
12156 F: include/linux/cdrom.h
12157 F: include/uapi/linux/cdrom.h
12158
12159 UNISYS S-PAR DRIVERS
12160 M: David Kershner <david.kershner@unisys.com>
12161 L: sparmaintainer@unisys.com (Unisys internal)
12162 S: Supported
12163 F: drivers/staging/unisys/
12164
12165 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12166 M: Vinayak Holikatti <vinholikatti@gmail.com>
12167 L: linux-scsi@vger.kernel.org
12168 S: Supported
12169 F: Documentation/scsi/ufs.txt
12170 F: drivers/scsi/ufs/
12171
12172 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12173 M: Joao Pinto <Joao.Pinto@synopsys.com>
12174 L: linux-scsi@vger.kernel.org
12175 S: Supported
12176 F: drivers/scsi/ufs/*dwc*
12177
12178 UNSORTED BLOCK IMAGES (UBI)
12179 M: Artem Bityutskiy <dedekind1@gmail.com>
12180 M: Richard Weinberger <richard@nod.at>
12181 W: http://www.linux-mtd.infradead.org/
12182 L: linux-mtd@lists.infradead.org
12183 T: git git://git.infradead.org/ubifs-2.6.git
12184 S: Supported
12185 F: drivers/mtd/ubi/
12186 F: include/linux/mtd/ubi.h
12187 F: include/uapi/mtd/ubi-user.h
12188
12189 USB ACM DRIVER
12190 M: Oliver Neukum <oneukum@suse.com>
12191 L: linux-usb@vger.kernel.org
12192 S: Maintained
12193 F: Documentation/usb/acm.txt
12194 F: drivers/usb/class/cdc-acm.*
12195
12196 USB AR5523 WIRELESS DRIVER
12197 M: Pontus Fuchs <pontus.fuchs@gmail.com>
12198 L: linux-wireless@vger.kernel.org
12199 S: Maintained
12200 F: drivers/net/wireless/ath/ar5523/
12201
12202 USB ATTACHED SCSI
12203 M: Oliver Neukum <oneukum@suse.com>
12204 L: linux-usb@vger.kernel.org
12205 L: linux-scsi@vger.kernel.org
12206 S: Maintained
12207 F: drivers/usb/storage/uas.c
12208
12209 USB CDC ETHERNET DRIVER
12210 M: Oliver Neukum <oliver@neukum.org>
12211 L: linux-usb@vger.kernel.org
12212 S: Maintained
12213 F: drivers/net/usb/cdc_*.c
12214 F: include/uapi/linux/usb/cdc.h
12215
12216 USB CHAOSKEY DRIVER
12217 M: Keith Packard <keithp@keithp.com>
12218 L: linux-usb@vger.kernel.org
12219 S: Maintained
12220 F: drivers/usb/misc/chaoskey.c
12221
12222 USB CYPRESS C67X00 DRIVER
12223 M: Peter Korsgaard <jacmet@sunsite.dk>
12224 L: linux-usb@vger.kernel.org
12225 S: Maintained
12226 F: drivers/usb/c67x00/
12227
12228 USB DAVICOM DM9601 DRIVER
12229 M: Peter Korsgaard <jacmet@sunsite.dk>
12230 L: netdev@vger.kernel.org
12231 W: http://www.linux-usb.org/usbnet
12232 S: Maintained
12233 F: drivers/net/usb/dm9601.c
12234
12235 USB DIAMOND RIO500 DRIVER
12236 M: Cesar Miquel <miquel@df.uba.ar>
12237 L: rio500-users@lists.sourceforge.net
12238 W: http://rio500.sourceforge.net
12239 S: Maintained
12240 F: drivers/usb/misc/rio500*
12241
12242 USB EHCI DRIVER
12243 M: Alan Stern <stern@rowland.harvard.edu>
12244 L: linux-usb@vger.kernel.org
12245 S: Maintained
12246 F: Documentation/usb/ehci.txt
12247 F: drivers/usb/host/ehci*
12248
12249 USB GADGET/PERIPHERAL SUBSYSTEM
12250 M: Felipe Balbi <balbi@kernel.org>
12251 L: linux-usb@vger.kernel.org
12252 W: http://www.linux-usb.org/gadget
12253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12254 S: Maintained
12255 F: drivers/usb/gadget/
12256 F: include/linux/usb/gadget*
12257
12258 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12259 M: Jiri Kosina <jikos@kernel.org>
12260 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
12261 L: linux-usb@vger.kernel.org
12262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12263 S: Maintained
12264 F: Documentation/hid/hiddev.txt
12265 F: drivers/hid/usbhid/
12266
12267 USB ISP116X DRIVER
12268 M: Olav Kongas <ok@artecdesign.ee>
12269 L: linux-usb@vger.kernel.org
12270 S: Maintained
12271 F: drivers/usb/host/isp116x*
12272 F: include/linux/usb/isp116x.h
12273
12274 USB LAN78XX ETHERNET DRIVER
12275 M: Woojung Huh <woojung.huh@microchip.com>
12276 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12277 L: netdev@vger.kernel.org
12278 S: Maintained
12279 F: drivers/net/usb/lan78xx.*
12280
12281 USB MASS STORAGE DRIVER
12282 M: Alan Stern <stern@rowland.harvard.edu>
12283 L: linux-usb@vger.kernel.org
12284 L: usb-storage@lists.one-eyed-alien.net
12285 S: Maintained
12286 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
12287 F: drivers/usb/storage/
12288
12289 USB MIDI DRIVER
12290 M: Clemens Ladisch <clemens@ladisch.de>
12291 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12292 T: git git://git.alsa-project.org/alsa-kernel.git
12293 S: Maintained
12294 F: sound/usb/midi.*
12295
12296 USB NETWORKING DRIVERS
12297 L: linux-usb@vger.kernel.org
12298 S: Odd Fixes
12299 F: drivers/net/usb/
12300
12301 USB OHCI DRIVER
12302 M: Alan Stern <stern@rowland.harvard.edu>
12303 L: linux-usb@vger.kernel.org
12304 S: Maintained
12305 F: Documentation/usb/ohci.txt
12306 F: drivers/usb/host/ohci*
12307
12308 USB OTG FSM (Finite State Machine)
12309 M: Peter Chen <Peter.Chen@nxp.com>
12310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12311 L: linux-usb@vger.kernel.org
12312 S: Maintained
12313 F: drivers/usb/common/usb-otg-fsm.c
12314
12315 USB OVER IP DRIVER
12316 M: Valentina Manea <valentina.manea.m@gmail.com>
12317 M: Shuah Khan <shuahkh@osg.samsung.com>
12318 M: Shuah Khan <shuah@kernel.org>
12319 L: linux-usb@vger.kernel.org
12320 S: Maintained
12321 F: Documentation/usb/usbip_protocol.txt
12322 F: drivers/usb/usbip/
12323 F: tools/usb/usbip/
12324
12325 USB PEGASUS DRIVER
12326 M: Petko Manolov <petkan@nucleusys.com>
12327 L: linux-usb@vger.kernel.org
12328 L: netdev@vger.kernel.org
12329 T: git git://github.com/petkan/pegasus.git
12330 W: https://github.com/petkan/pegasus
12331 S: Maintained
12332 F: drivers/net/usb/pegasus.*
12333
12334 USB PHY LAYER
12335 M: Felipe Balbi <balbi@kernel.org>
12336 L: linux-usb@vger.kernel.org
12337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12338 S: Maintained
12339 F: drivers/usb/phy/
12340
12341 USB PRINTER DRIVER (usblp)
12342 M: Pete Zaitcev <zaitcev@redhat.com>
12343 L: linux-usb@vger.kernel.org
12344 S: Supported
12345 F: drivers/usb/class/usblp.c
12346
12347 USB QMI WWAN NETWORK DRIVER
12348 M: Bjørn Mork <bjorn@mork.no>
12349 L: netdev@vger.kernel.org
12350 S: Maintained
12351 F: Documentation/ABI/testing/sysfs-class-net-qmi
12352 F: drivers/net/usb/qmi_wwan.c
12353
12354 USB RTL8150 DRIVER
12355 M: Petko Manolov <petkan@nucleusys.com>
12356 L: linux-usb@vger.kernel.org
12357 L: netdev@vger.kernel.org
12358 T: git git://github.com/petkan/rtl8150.git
12359 W: https://github.com/petkan/rtl8150
12360 S: Maintained
12361 F: drivers/net/usb/rtl8150.c
12362
12363 USB SERIAL SUBSYSTEM
12364 M: Johan Hovold <johan@kernel.org>
12365 L: linux-usb@vger.kernel.org
12366 S: Maintained
12367 F: Documentation/usb/usb-serial.txt
12368 F: drivers/usb/serial/
12369 F: include/linux/usb/serial.h
12370
12371 USB SMSC75XX ETHERNET DRIVER
12372 M: Steve Glendinning <steve.glendinning@shawell.net>
12373 L: netdev@vger.kernel.org
12374 S: Maintained
12375 F: drivers/net/usb/smsc75xx.*
12376
12377 USB SMSC95XX ETHERNET DRIVER
12378 M: Steve Glendinning <steve.glendinning@shawell.net>
12379 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12380 L: netdev@vger.kernel.org
12381 S: Maintained
12382 F: drivers/net/usb/smsc95xx.*
12383
12384 USB SUBSYSTEM
12385 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12386 L: linux-usb@vger.kernel.org
12387 W: http://www.linux-usb.org
12388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12389 S: Supported
12390 F: Documentation/devicetree/bindings/usb/
12391 F: Documentation/usb/
12392 F: drivers/usb/
12393 F: include/linux/usb.h
12394 F: include/linux/usb/
12395
12396 USB UHCI DRIVER
12397 M: Alan Stern <stern@rowland.harvard.edu>
12398 L: linux-usb@vger.kernel.org
12399 S: Maintained
12400 F: drivers/usb/host/uhci*
12401
12402 USB "USBNET" DRIVER FRAMEWORK
12403 M: Oliver Neukum <oneukum@suse.com>
12404 L: netdev@vger.kernel.org
12405 W: http://www.linux-usb.org/usbnet
12406 S: Maintained
12407 F: drivers/net/usb/usbnet.c
12408 F: include/linux/usb/usbnet.h
12409
12410 USB VIDEO CLASS
12411 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12412 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12413 L: linux-media@vger.kernel.org
12414 T: git git://linuxtv.org/media_tree.git
12415 W: http://www.ideasonboard.org/uvc/
12416 S: Maintained
12417 F: drivers/media/usb/uvc/
12418 F: include/uapi/linux/uvcvideo.h
12419
12420 USB VISION DRIVER
12421 M: Hans Verkuil <hverkuil@xs4all.nl>
12422 L: linux-media@vger.kernel.org
12423 T: git git://linuxtv.org/media_tree.git
12424 W: https://linuxtv.org
12425 S: Odd Fixes
12426 F: drivers/media/usb/usbvision/
12427
12428 USB WEBCAM GADGET
12429 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12430 L: linux-usb@vger.kernel.org
12431 S: Maintained
12432 F: drivers/usb/gadget/function/*uvc*
12433 F: drivers/usb/gadget/legacy/webcam.c
12434
12435 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12436 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
12437 L: linux-wireless@vger.kernel.org
12438 S: Maintained
12439 F: drivers/net/wireless/rndis_wlan.c
12440
12441 USB XHCI DRIVER
12442 M: Mathias Nyman <mathias.nyman@intel.com>
12443 L: linux-usb@vger.kernel.org
12444 S: Supported
12445 F: drivers/usb/host/xhci*
12446 F: drivers/usb/host/pci-quirks*
12447
12448 USB ZD1201 DRIVER
12449 L: linux-wireless@vger.kernel.org
12450 W: http://linux-lc100020.sourceforge.net
12451 S: Orphan
12452 F: drivers/net/wireless/zydas/zd1201.*
12453
12454 USB ZR364XX DRIVER
12455 M: Antoine Jacquet <royale@zerezo.com>
12456 L: linux-usb@vger.kernel.org
12457 L: linux-media@vger.kernel.org
12458 T: git git://linuxtv.org/media_tree.git
12459 W: http://royale.zerezo.com/zr364xx/
12460 S: Maintained
12461 F: Documentation/video4linux/zr364xx.txt
12462 F: drivers/media/usb/zr364xx/
12463
12464 ULPI BUS
12465 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
12466 L: linux-usb@vger.kernel.org
12467 S: Maintained
12468 F: drivers/usb/common/ulpi.c
12469 F: include/linux/ulpi/
12470
12471 USER-MODE LINUX (UML)
12472 M: Jeff Dike <jdike@addtoit.com>
12473 M: Richard Weinberger <richard@nod.at>
12474 L: user-mode-linux-devel@lists.sourceforge.net
12475 L: user-mode-linux-user@lists.sourceforge.net
12476 W: http://user-mode-linux.sourceforge.net
12477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12478 S: Maintained
12479 F: Documentation/virtual/uml/
12480 F: arch/um/
12481 F: arch/x86/um/
12482 F: fs/hostfs/
12483 F: fs/hppfs/
12484
12485 USERSPACE I/O (UIO)
12486 M: "Hans J. Koch" <hjk@hansjkoch.de>
12487 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12488 S: Maintained
12489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12490 F: Documentation/DocBook/uio-howto.tmpl
12491 F: drivers/uio/
12492 F: include/linux/uio*.h
12493
12494 UTIL-LINUX PACKAGE
12495 M: Karel Zak <kzak@redhat.com>
12496 L: util-linux@vger.kernel.org
12497 W: http://en.wikipedia.org/wiki/Util-linux
12498 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12499 S: Maintained
12500
12501 UVESAFB DRIVER
12502 M: Michal Januszewski <spock@gentoo.org>
12503 L: linux-fbdev@vger.kernel.org
12504 W: http://dev.gentoo.org/~spock/projects/uvesafb/
12505 S: Maintained
12506 F: Documentation/fb/uvesafb.txt
12507 F: drivers/video/fbdev/uvesafb.*
12508
12509 VF610 NAND DRIVER
12510 M: Stefan Agner <stefan@agner.ch>
12511 L: linux-mtd@lists.infradead.org
12512 S: Supported
12513 F: drivers/mtd/nand/vf610_nfc.c
12514
12515 VFAT/FAT/MSDOS FILESYSTEM
12516 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12517 S: Maintained
12518 F: Documentation/filesystems/vfat.txt
12519 F: fs/fat/
12520
12521 VFIO DRIVER
12522 M: Alex Williamson <alex.williamson@redhat.com>
12523 L: kvm@vger.kernel.org
12524 T: git git://github.com/awilliam/linux-vfio.git
12525 S: Maintained
12526 F: Documentation/vfio.txt
12527 F: drivers/vfio/
12528 F: include/linux/vfio.h
12529 F: include/uapi/linux/vfio.h
12530
12531 VFIO PLATFORM DRIVER
12532 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
12533 L: kvm@vger.kernel.org
12534 S: Maintained
12535 F: drivers/vfio/platform/
12536
12537 VIDEOBUF2 FRAMEWORK
12538 M: Pawel Osciak <pawel@osciak.com>
12539 M: Marek Szyprowski <m.szyprowski@samsung.com>
12540 M: Kyungmin Park <kyungmin.park@samsung.com>
12541 L: linux-media@vger.kernel.org
12542 S: Maintained
12543 F: drivers/media/v4l2-core/videobuf2-*
12544 F: include/media/videobuf2-*
12545
12546 VIRTIO AND VHOST VSOCK DRIVER
12547 M: Stefan Hajnoczi <stefanha@redhat.com>
12548 L: kvm@vger.kernel.org
12549 L: virtualization@lists.linux-foundation.org
12550 L: netdev@vger.kernel.org
12551 S: Maintained
12552 F: include/linux/virtio_vsock.h
12553 F: include/uapi/linux/virtio_vsock.h
12554 F: net/vmw_vsock/virtio_transport_common.c
12555 F: net/vmw_vsock/virtio_transport.c
12556 F: drivers/vhost/vsock.c
12557 F: drivers/vhost/vsock.h
12558
12559 VIRTUAL SERIO DEVICE DRIVER
12560 M: Stephen Chandler Paul <thatslyude@gmail.com>
12561 S: Maintained
12562 F: drivers/input/serio/userio.c
12563 F: include/uapi/linux/userio.h
12564
12565 VIRTIO CONSOLE DRIVER
12566 M: Amit Shah <amit.shah@redhat.com>
12567 L: virtualization@lists.linux-foundation.org
12568 S: Maintained
12569 F: drivers/char/virtio_console.c
12570 F: include/linux/virtio_console.h
12571 F: include/uapi/linux/virtio_console.h
12572
12573 VIRTIO CORE, NET AND BLOCK DRIVERS
12574 M: "Michael S. Tsirkin" <mst@redhat.com>
12575 L: virtualization@lists.linux-foundation.org
12576 S: Maintained
12577 F: Documentation/devicetree/bindings/virtio/
12578 F: drivers/virtio/
12579 F: tools/virtio/
12580 F: drivers/net/virtio_net.c
12581 F: drivers/block/virtio_blk.c
12582 F: include/linux/virtio_*.h
12583 F: include/uapi/linux/virtio_*.h
12584
12585 VIRTIO DRIVERS FOR S390
12586 M: Christian Borntraeger <borntraeger@de.ibm.com>
12587 M: Cornelia Huck <cornelia.huck@de.ibm.com>
12588 L: linux-s390@vger.kernel.org
12589 L: virtualization@lists.linux-foundation.org
12590 L: kvm@vger.kernel.org
12591 S: Supported
12592 F: drivers/s390/virtio/
12593
12594 VIRTIO GPU DRIVER
12595 M: David Airlie <airlied@linux.ie>
12596 M: Gerd Hoffmann <kraxel@redhat.com>
12597 L: dri-devel@lists.freedesktop.org
12598 L: virtualization@lists.linux-foundation.org
12599 S: Maintained
12600 F: drivers/gpu/drm/virtio/
12601 F: include/uapi/linux/virtio_gpu.h
12602
12603 VIRTIO HOST (VHOST)
12604 M: "Michael S. Tsirkin" <mst@redhat.com>
12605 L: kvm@vger.kernel.org
12606 L: virtualization@lists.linux-foundation.org
12607 L: netdev@vger.kernel.org
12608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12609 S: Maintained
12610 F: drivers/vhost/
12611 F: include/uapi/linux/vhost.h
12612
12613 VIRTIO INPUT DRIVER
12614 M: Gerd Hoffmann <kraxel@redhat.com>
12615 S: Maintained
12616 F: drivers/virtio/virtio_input.c
12617 F: include/uapi/linux/virtio_input.h
12618
12619 VIA RHINE NETWORK DRIVER
12620 S: Orphan
12621 F: drivers/net/ethernet/via/via-rhine.c
12622
12623 VIA SD/MMC CARD CONTROLLER DRIVER
12624 M: Bruce Chang <brucechang@via.com.tw>
12625 M: Harald Welte <HaraldWelte@viatech.com>
12626 S: Maintained
12627 F: drivers/mmc/host/via-sdmmc.c
12628
12629 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12630 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12631 L: linux-fbdev@vger.kernel.org
12632 S: Maintained
12633 F: include/linux/via-core.h
12634 F: include/linux/via-gpio.h
12635 F: include/linux/via_i2c.h
12636 F: drivers/video/fbdev/via/
12637
12638 VIA VELOCITY NETWORK DRIVER
12639 M: Francois Romieu <romieu@fr.zoreil.com>
12640 L: netdev@vger.kernel.org
12641 S: Maintained
12642 F: drivers/net/ethernet/via/via-velocity.*
12643
12644 VIRT LIB
12645 M: Alex Williamson <alex.williamson@redhat.com>
12646 M: Paolo Bonzini <pbonzini@redhat.com>
12647 L: kvm@vger.kernel.org
12648 S: Supported
12649 F: virt/lib/
12650
12651 VIVID VIRTUAL VIDEO DRIVER
12652 M: Hans Verkuil <hverkuil@xs4all.nl>
12653 L: linux-media@vger.kernel.org
12654 T: git git://linuxtv.org/media_tree.git
12655 W: https://linuxtv.org
12656 S: Maintained
12657 F: drivers/media/platform/vivid/*
12658
12659 VLAN (802.1Q)
12660 M: Patrick McHardy <kaber@trash.net>
12661 L: netdev@vger.kernel.org
12662 S: Maintained
12663 F: drivers/net/macvlan.c
12664 F: include/linux/if_*vlan.h
12665 F: net/8021q/
12666
12667 VLYNQ BUS
12668 M: Florian Fainelli <florian@openwrt.org>
12669 L: openwrt-devel@lists.openwrt.org (subscribers-only)
12670 S: Maintained
12671 F: drivers/vlynq/vlynq.c
12672 F: include/linux/vlynq.h
12673
12674 VME SUBSYSTEM
12675 M: Martyn Welch <martyn@welchs.me.uk>
12676 M: Manohar Vanga <manohar.vanga@gmail.com>
12677 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12678 L: devel@driverdev.osuosl.org
12679 S: Maintained
12680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12681 F: Documentation/vme_api.txt
12682 F: drivers/staging/vme/
12683 F: drivers/vme/
12684 F: include/linux/vme*
12685
12686 VMWARE HYPERVISOR INTERFACE
12687 M: Alok Kataria <akataria@vmware.com>
12688 L: virtualization@lists.linux-foundation.org
12689 S: Supported
12690 F: arch/x86/kernel/cpu/vmware.c
12691
12692 VMWARE BALLOON DRIVER
12693 M: Xavier Deguillard <xdeguillard@vmware.com>
12694 M: Philip Moltmann <moltmann@vmware.com>
12695 M: "VMware, Inc." <pv-drivers@vmware.com>
12696 L: linux-kernel@vger.kernel.org
12697 S: Maintained
12698 F: drivers/misc/vmw_balloon.c
12699
12700 VMWARE VMMOUSE SUBDRIVER
12701 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12702 M: "VMware, Inc." <pv-drivers@vmware.com>
12703 L: linux-input@vger.kernel.org
12704 S: Maintained
12705 F: drivers/input/mouse/vmmouse.c
12706 F: drivers/input/mouse/vmmouse.h
12707
12708 VMWARE VMXNET3 ETHERNET DRIVER
12709 M: Shrikrishna Khare <skhare@vmware.com>
12710 M: "VMware, Inc." <pv-drivers@vmware.com>
12711 L: netdev@vger.kernel.org
12712 S: Maintained
12713 F: drivers/net/vmxnet3/
12714
12715 VMware PVSCSI driver
12716 M: Jim Gill <jgill@vmware.com>
12717 M: VMware PV-Drivers <pv-drivers@vmware.com>
12718 L: linux-scsi@vger.kernel.org
12719 S: Maintained
12720 F: drivers/scsi/vmw_pvscsi.c
12721 F: drivers/scsi/vmw_pvscsi.h
12722
12723 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12724 M: Liam Girdwood <lgirdwood@gmail.com>
12725 M: Mark Brown <broonie@kernel.org>
12726 L: linux-kernel@vger.kernel.org
12727 W: http://www.slimlogic.co.uk/?p=48
12728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12729 S: Supported
12730 F: Documentation/devicetree/bindings/regulator/
12731 F: drivers/regulator/
12732 F: include/dt-bindings/regulator/
12733 F: include/linux/regulator/
12734
12735 VRF
12736 M: David Ahern <dsa@cumulusnetworks.com>
12737 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
12738 L: netdev@vger.kernel.org
12739 S: Maintained
12740 F: drivers/net/vrf.c
12741 F: Documentation/networking/vrf.txt
12742
12743 VT1211 HARDWARE MONITOR DRIVER
12744 M: Juerg Haefliger <juergh@gmail.com>
12745 L: linux-hwmon@vger.kernel.org
12746 S: Maintained
12747 F: Documentation/hwmon/vt1211
12748 F: drivers/hwmon/vt1211.c
12749
12750 VT8231 HARDWARE MONITOR DRIVER
12751 M: Roger Lucas <vt8231@hiddenengine.co.uk>
12752 L: linux-hwmon@vger.kernel.org
12753 S: Maintained
12754 F: drivers/hwmon/vt8231.c
12755
12756 VUB300 USB to SDIO/SD/MMC bridge chip
12757 M: Tony Olech <tony.olech@elandigitalsystems.com>
12758 L: linux-mmc@vger.kernel.org
12759 L: linux-usb@vger.kernel.org
12760 S: Supported
12761 F: drivers/mmc/host/vub300.c
12762
12763 W1 DALLAS'S 1-WIRE BUS
12764 M: Evgeniy Polyakov <zbr@ioremap.net>
12765 S: Maintained
12766 F: Documentation/w1/
12767 F: drivers/w1/
12768
12769 W83791D HARDWARE MONITORING DRIVER
12770 M: Marc Hulsman <m.hulsman@tudelft.nl>
12771 L: linux-hwmon@vger.kernel.org
12772 S: Maintained
12773 F: Documentation/hwmon/w83791d
12774 F: drivers/hwmon/w83791d.c
12775
12776 W83793 HARDWARE MONITORING DRIVER
12777 M: Rudolf Marek <r.marek@assembler.cz>
12778 L: linux-hwmon@vger.kernel.org
12779 S: Maintained
12780 F: Documentation/hwmon/w83793
12781 F: drivers/hwmon/w83793.c
12782
12783 W83795 HARDWARE MONITORING DRIVER
12784 M: Jean Delvare <jdelvare@suse.com>
12785 L: linux-hwmon@vger.kernel.org
12786 S: Maintained
12787 F: drivers/hwmon/w83795.c
12788
12789 W83L51xD SD/MMC CARD INTERFACE DRIVER
12790 M: Pierre Ossman <pierre@ossman.eu>
12791 S: Maintained
12792 F: drivers/mmc/host/wbsd.*
12793
12794 WACOM PROTOCOL 4 SERIAL TABLETS
12795 M: Julian Squires <julian@cipht.net>
12796 M: Hans de Goede <hdegoede@redhat.com>
12797 L: linux-input@vger.kernel.org
12798 S: Maintained
12799 F: drivers/input/tablet/wacom_serial4.c
12800
12801 WATCHDOG DEVICE DRIVERS
12802 M: Wim Van Sebroeck <wim@iguana.be>
12803 R: Guenter Roeck <linux@roeck-us.net>
12804 L: linux-watchdog@vger.kernel.org
12805 W: http://www.linux-watchdog.org/
12806 T: git git://www.linux-watchdog.org/linux-watchdog.git
12807 S: Maintained
12808 F: Documentation/devicetree/bindings/watchdog/
12809 F: Documentation/watchdog/
12810 F: drivers/watchdog/
12811 F: include/linux/watchdog.h
12812 F: include/uapi/linux/watchdog.h
12813
12814 WD7000 SCSI DRIVER
12815 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
12816 L: linux-scsi@vger.kernel.org
12817 S: Maintained
12818 F: drivers/scsi/wd7000.c
12819
12820 WIIMOTE HID DRIVER
12821 M: David Herrmann <dh.herrmann@googlemail.com>
12822 L: linux-input@vger.kernel.org
12823 S: Maintained
12824 F: drivers/hid/hid-wiimote*
12825
12826 WINBOND CIR DRIVER
12827 M: David Härdeman <david@hardeman.nu>
12828 S: Maintained
12829 F: drivers/media/rc/winbond-cir.c
12830
12831 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12832 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12833 L: linux-watchdog@vger.kernel.org
12834 S: Maintained
12835 F: drivers/watchdog/ebc-c384_wdt.c
12836
12837 WINSYSTEMS WS16C48 GPIO DRIVER
12838 M: William Breathitt Gray <vilhelm.gray@gmail.com>
12839 L: linux-gpio@vger.kernel.org
12840 S: Maintained
12841 F: drivers/gpio/gpio-ws16c48.c
12842
12843 WIMAX STACK
12844 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12845 M: linux-wimax@intel.com
12846 L: wimax@linuxwimax.org (subscribers-only)
12847 S: Supported
12848 W: http://linuxwimax.org
12849 F: Documentation/wimax/README.wimax
12850 F: include/linux/wimax/debug.h
12851 F: include/net/wimax.h
12852 F: include/uapi/linux/wimax.h
12853 F: net/wimax/
12854
12855 WISTRON LAPTOP BUTTON DRIVER
12856 M: Miloslav Trmac <mitr@volny.cz>
12857 S: Maintained
12858 F: drivers/input/misc/wistron_btns.c
12859
12860 WL3501 WIRELESS PCMCIA CARD DRIVER
12861 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12862 L: linux-wireless@vger.kernel.org
12863 W: http://oops.ghostprotocols.net:81/blog
12864 S: Maintained
12865 F: drivers/net/wireless/wl3501*
12866
12867 WOLFSON MICROELECTRONICS DRIVERS
12868 L: patches@opensource.wolfsonmicro.com
12869 T: git https://github.com/CirrusLogic/linux-drivers.git
12870 W: https://github.com/CirrusLogic/linux-drivers/wiki
12871 S: Supported
12872 F: Documentation/hwmon/wm83??
12873 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12874 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12875 F: Documentation/devicetree/bindings/mfd/arizona.txt
12876 F: arch/arm/mach-s3c64xx/mach-crag6410*
12877 F: drivers/clk/clk-wm83*.c
12878 F: drivers/extcon/extcon-arizona.c
12879 F: drivers/leds/leds-wm83*.c
12880 F: drivers/gpio/gpio-*wm*.c
12881 F: drivers/gpio/gpio-arizona.c
12882 F: drivers/hwmon/wm83??-hwmon.c
12883 F: drivers/input/misc/wm831x-on.c
12884 F: drivers/input/touchscreen/wm831x-ts.c
12885 F: drivers/input/touchscreen/wm97*.c
12886 F: drivers/mfd/arizona*
12887 F: drivers/mfd/wm*.c
12888 F: drivers/mfd/cs47l24*
12889 F: drivers/power/supply/wm83*.c
12890 F: drivers/rtc/rtc-wm83*.c
12891 F: drivers/regulator/wm8*.c
12892 F: drivers/video/backlight/wm83*_bl.c
12893 F: drivers/watchdog/wm83*_wdt.c
12894 F: include/linux/mfd/arizona/
12895 F: include/linux/mfd/wm831x/
12896 F: include/linux/mfd/wm8350/
12897 F: include/linux/mfd/wm8400*
12898 F: include/linux/wm97xx.h
12899 F: include/sound/wm????.h
12900 F: sound/soc/codecs/arizona.?
12901 F: sound/soc/codecs/wm*
12902 F: sound/soc/codecs/cs47l24*
12903
12904 WORKQUEUE
12905 M: Tejun Heo <tj@kernel.org>
12906 R: Lai Jiangshan <jiangshanlai@gmail.com>
12907 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12908 S: Maintained
12909 F: include/linux/workqueue.h
12910 F: kernel/workqueue.c
12911 F: Documentation/workqueue.txt
12912
12913 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12914 M: Chen-Yu Tsai <wens@csie.org>
12915 L: linux-kernel@vger.kernel.org
12916 S: Maintained
12917 N: axp[128]
12918
12919 X.25 NETWORK LAYER
12920 M: Andrew Hendry <andrew.hendry@gmail.com>
12921 L: linux-x25@vger.kernel.org
12922 S: Odd Fixes
12923 F: Documentation/networking/x25*
12924 F: include/net/x25*
12925 F: net/x25/
12926
12927 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12928 M: Thomas Gleixner <tglx@linutronix.de>
12929 M: Ingo Molnar <mingo@redhat.com>
12930 M: "H. Peter Anvin" <hpa@zytor.com>
12931 M: x86@kernel.org
12932 L: linux-kernel@vger.kernel.org
12933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12934 S: Maintained
12935 F: Documentation/x86/
12936 F: arch/x86/
12937
12938 X86 PLATFORM DRIVERS
12939 M: Darren Hart <dvhart@infradead.org>
12940 L: platform-driver-x86@vger.kernel.org
12941 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12942 S: Maintained
12943 F: drivers/platform/x86/
12944 F: drivers/platform/olpc/
12945
12946 X86 MCE INFRASTRUCTURE
12947 M: Tony Luck <tony.luck@intel.com>
12948 M: Borislav Petkov <bp@alien8.de>
12949 L: linux-edac@vger.kernel.org
12950 S: Maintained
12951 F: arch/x86/kernel/cpu/mcheck/*
12952
12953 X86 MICROCODE UPDATE SUPPORT
12954 M: Borislav Petkov <bp@alien8.de>
12955 S: Maintained
12956 F: arch/x86/kernel/cpu/microcode/*
12957
12958 X86 VDSO
12959 M: Andy Lutomirski <luto@amacapital.net>
12960 L: linux-kernel@vger.kernel.org
12961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12962 S: Maintained
12963 F: arch/x86/entry/vdso/
12964
12965 XC2028/3028 TUNER DRIVER
12966 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12967 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12968 L: linux-media@vger.kernel.org
12969 W: https://linuxtv.org
12970 T: git git://linuxtv.org/media_tree.git
12971 S: Maintained
12972 F: drivers/media/tuners/tuner-xc2028.*
12973
12974 XEN HYPERVISOR INTERFACE
12975 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12976 M: David Vrabel <david.vrabel@citrix.com>
12977 M: Juergen Gross <jgross@suse.com>
12978 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12979 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12980 S: Supported
12981 F: arch/x86/xen/
12982 F: drivers/*/xen-*front.c
12983 F: drivers/xen/
12984 F: arch/x86/include/asm/xen/
12985 F: include/xen/
12986 F: include/uapi/xen/
12987
12988 XEN HYPERVISOR ARM
12989 M: Stefano Stabellini <sstabellini@kernel.org>
12990 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12991 S: Maintained
12992 F: arch/arm/xen/
12993 F: arch/arm/include/asm/xen/
12994
12995 XEN HYPERVISOR ARM64
12996 M: Stefano Stabellini <sstabellini@kernel.org>
12997 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12998 S: Maintained
12999 F: arch/arm64/xen/
13000 F: arch/arm64/include/asm/xen/
13001
13002 XEN NETWORK BACKEND DRIVER
13003 M: Wei Liu <wei.liu2@citrix.com>
13004 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13005 L: netdev@vger.kernel.org
13006 S: Supported
13007 F: drivers/net/xen-netback/*
13008
13009 XEN PCI SUBSYSTEM
13010 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13011 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13012 S: Supported
13013 F: arch/x86/pci/*xen*
13014 F: drivers/pci/*xen*
13015
13016 XEN BLOCK SUBSYSTEM
13017 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13018 M: Roger Pau Monné <roger.pau@citrix.com>
13019 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13020 S: Supported
13021 F: drivers/block/xen-blkback/*
13022 F: drivers/block/xen*
13023
13024 XEN PVSCSI DRIVERS
13025 M: Juergen Gross <jgross@suse.com>
13026 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13027 L: linux-scsi@vger.kernel.org
13028 S: Supported
13029 F: drivers/scsi/xen-scsifront.c
13030 F: drivers/xen/xen-scsiback.c
13031 F: include/xen/interface/io/vscsiif.h
13032
13033 XEN SWIOTLB SUBSYSTEM
13034 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13035 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
13036 S: Supported
13037 F: arch/x86/xen/*swiotlb*
13038 F: drivers/xen/*swiotlb*
13039
13040 XFS FILESYSTEM
13041 P: Silicon Graphics Inc
13042 M: Dave Chinner <david@fromorbit.com>
13043 M: xfs@oss.sgi.com
13044 L: xfs@oss.sgi.com
13045 W: http://oss.sgi.com/projects/xfs
13046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13047 S: Supported
13048 F: Documentation/filesystems/xfs.txt
13049 F: fs/xfs/
13050
13051 XILINX AXI ETHERNET DRIVER
13052 M: Anirudha Sarangi <anirudh@xilinx.com>
13053 M: John Linn <John.Linn@xilinx.com>
13054 S: Maintained
13055 F: drivers/net/ethernet/xilinx/xilinx_axienet*
13056
13057 XILINX UARTLITE SERIAL DRIVER
13058 M: Peter Korsgaard <jacmet@sunsite.dk>
13059 L: linux-serial@vger.kernel.org
13060 S: Maintained
13061 F: drivers/tty/serial/uartlite.c
13062
13063 XILINX VIDEO IP CORES
13064 M: Hyun Kwon <hyun.kwon@xilinx.com>
13065 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13066 L: linux-media@vger.kernel.org
13067 T: git git://linuxtv.org/media_tree.git
13068 S: Supported
13069 F: Documentation/devicetree/bindings/media/xilinx/
13070 F: drivers/media/platform/xilinx/
13071 F: include/uapi/linux/xilinx-v4l2-controls.h
13072
13073 XILLYBUS DRIVER
13074 M: Eli Billauer <eli.billauer@gmail.com>
13075 L: linux-kernel@vger.kernel.org
13076 S: Supported
13077 F: drivers/char/xillybus/
13078
13079 XTENSA XTFPGA PLATFORM SUPPORT
13080 M: Max Filippov <jcmvbkbc@gmail.com>
13081 L: linux-xtensa@linux-xtensa.org
13082 S: Maintained
13083 F: drivers/spi/spi-xtensa-xtfpga.c
13084 F: sound/soc/xtensa/xtfpga-i2s.c
13085
13086 YAM DRIVER FOR AX.25
13087 M: Jean-Paul Roubelat <jpr@f6fbb.org>
13088 L: linux-hams@vger.kernel.org
13089 S: Maintained
13090 F: drivers/net/hamradio/yam*
13091 F: include/linux/yam.h
13092
13093 YEALINK PHONE DRIVER
13094 M: Henk Vergonet <Henk.Vergonet@gmail.com>
13095 L: usbb2k-api-dev@nongnu.org
13096 S: Maintained
13097 F: Documentation/input/yealink.txt
13098 F: drivers/input/misc/yealink.*
13099
13100 Z8530 DRIVER FOR AX.25
13101 M: Joerg Reuter <jreuter@yaina.de>
13102 W: http://yaina.de/jreuter/
13103 W: http://www.qsl.net/dl1bke/
13104 L: linux-hams@vger.kernel.org
13105 S: Maintained
13106 F: Documentation/networking/z8530drv.txt
13107 F: drivers/net/hamradio/*scc.c
13108 F: drivers/net/hamradio/z8530.h
13109
13110 ZBUD COMPRESSED PAGE ALLOCATOR
13111 M: Seth Jennings <sjenning@redhat.com>
13112 L: linux-mm@kvack.org
13113 S: Maintained
13114 F: mm/zbud.c
13115 F: include/linux/zbud.h
13116
13117 ZD1211RW WIRELESS DRIVER
13118 M: Daniel Drake <dsd@gentoo.org>
13119 M: Ulrich Kunitz <kune@deine-taler.de>
13120 W: http://zd1211.ath.cx/wiki/DriverRewrite
13121 L: linux-wireless@vger.kernel.org
13122 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
13123 S: Maintained
13124 F: drivers/net/wireless/zydas/zd1211rw/
13125
13126 ZPOOL COMPRESSED PAGE STORAGE API
13127 M: Dan Streetman <ddstreet@ieee.org>
13128 L: linux-mm@kvack.org
13129 S: Maintained
13130 F: mm/zpool.c
13131 F: include/linux/zpool.h
13132
13133 ZR36067 VIDEO FOR LINUX DRIVER
13134 L: mjpeg-users@lists.sourceforge.net
13135 L: linux-media@vger.kernel.org
13136 W: http://mjpeg.sourceforge.net/driver-zoran/
13137 T: hg https://linuxtv.org/hg/v4l-dvb
13138 S: Odd Fixes
13139 F: drivers/media/pci/zoran/
13140
13141 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13142 M: Minchan Kim <minchan@kernel.org>
13143 M: Nitin Gupta <ngupta@vflare.org>
13144 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13145 L: linux-kernel@vger.kernel.org
13146 S: Maintained
13147 F: drivers/block/zram/
13148 F: Documentation/blockdev/zram.txt
13149
13150 ZS DECSTATION Z85C30 SERIAL DRIVER
13151 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13152 S: Maintained
13153 F: drivers/tty/serial/zs.*
13154
13155 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13156 M: Minchan Kim <minchan@kernel.org>
13157 M: Nitin Gupta <ngupta@vflare.org>
13158 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13159 L: linux-mm@kvack.org
13160 S: Maintained
13161 F: mm/zsmalloc.c
13162 F: include/linux/zsmalloc.h
13163 F: Documentation/vm/zsmalloc.txt
13164
13165 ZSWAP COMPRESSED SWAP CACHING
13166 M: Seth Jennings <sjenning@redhat.com>
13167 L: linux-mm@kvack.org
13168 S: Maintained
13169 F: mm/zswap.c
13170
13171 THE REST
13172 M: Linus Torvalds <torvalds@linux-foundation.org>
13173 L: linux-kernel@vger.kernel.org
13174 Q: http://patchwork.kernel.org/project/LKML/list/
13175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13176 S: Buried alive in reporters
13177 F: *
13178 F: */
This page took 0.299839 seconds and 6 git commands to generate.