Merge tag 'drm-amdkfd-next-fixes-2016-03-15' of git://people.freedesktop.org/~gabbayo...
[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 <alex.aring@gmail.com>
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 W: http://serial.sourceforge.net
179 S: Maintained
180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F: drivers/tty/serial/8250*
182 F: include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L: netdev@vger.kernel.org
186 S: Orphan / Obsolete
187 F: drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M: Eric Van Hensbergen <ericvh@gmail.com>
191 M: Ron Minnich <rminnich@sandia.gov>
192 M: Latchesar Ionkov <lucho@ionkov.net>
193 L: v9fs-developer@lists.sourceforge.net
194 W: http://swik.net/v9fs
195 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S: Maintained
198 F: Documentation/filesystems/9p.txt
199 F: fs/9p/
200 F: net/9p/
201 F: include/net/9p/
202 F: include/uapi/linux/virtio_9p.h
203 F: include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M: Antti Palosaari <crope@iki.fi>
208 L: linux-media@vger.kernel.org
209 W: https://linuxtv.org
210 W: http://palosaari.fi/linux/
211 Q: http://patchwork.linuxtv.org/project/linux-media/list/
212 T: git git://linuxtv.org/anttip/media_tree.git
213 S: Maintained
214 F: drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L: linux-scsi@vger.kernel.org
219 W: http://www.adaptec.com/
220 S: Supported
221 F: Documentation/scsi/aacraid.txt
222 F: drivers/scsi/aacraid/
223
224 ABI/API
225 L: linux-api@vger.kernel.org
226 F: include/linux/syscalls.h
227 F: kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M: Hans de Goede <hdegoede@redhat.com>
231 L: lm-sensors@lm-sensors.org
232 S: Maintained
233 F: drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M: Alistair John Strachan <alistair@devzero.co.uk>
237 L: lm-sensors@lm-sensors.org
238 S: Maintained
239 F: drivers/hwmon/abituguru3.c
240
241 ACCES 104-IDI-48 GPIO DRIVER
242 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
243 L: linux-gpio@vger.kernel.org
244 S: Maintained
245 F: drivers/gpio/gpio-104-idi-48.c
246
247 ACCES 104-IDIO-16 GPIO DRIVER
248 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L: linux-gpio@vger.kernel.org
250 S: Maintained
251 F: drivers/gpio/gpio-104-idio-16.c
252
253 ACENIC DRIVER
254 M: Jes Sorensen <jes@trained-monkey.org>
255 L: linux-acenic@sunsite.dk
256 S: Maintained
257 F: drivers/net/ethernet/alteon/acenic*
258
259 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
260 M: Peter Feuerer <peter@piie.net>
261 L: platform-driver-x86@vger.kernel.org
262 W: http://piie.net/?section=acerhdf
263 S: Maintained
264 F: drivers/platform/x86/acerhdf.c
265
266 ACER WMI LAPTOP EXTRAS
267 M: "Lee, Chun-Yi" <jlee@suse.com>
268 L: platform-driver-x86@vger.kernel.org
269 S: Maintained
270 F: drivers/platform/x86/acer-wmi.c
271
272 ACPI
273 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
274 M: Len Brown <lenb@kernel.org>
275 L: linux-acpi@vger.kernel.org
276 W: https://01.org/linux-acpi
277 Q: https://patchwork.kernel.org/project/linux-acpi/list/
278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
279 S: Supported
280 F: drivers/acpi/
281 F: drivers/pnp/pnpacpi/
282 F: include/linux/acpi.h
283 F: include/acpi/
284 F: Documentation/acpi/
285 F: Documentation/ABI/testing/sysfs-bus-acpi
286 F: drivers/pci/*acpi*
287 F: drivers/pci/*/*acpi*
288 F: drivers/pci/*/*/*acpi*
289 F: tools/power/acpi/
290
291 ACPI COMPONENT ARCHITECTURE (ACPICA)
292 M: Robert Moore <robert.moore@intel.com>
293 M: Lv Zheng <lv.zheng@intel.com>
294 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
295 L: linux-acpi@vger.kernel.org
296 L: devel@acpica.org
297 W: https://acpica.org/
298 W: https://github.com/acpica/acpica/
299 Q: https://patchwork.kernel.org/project/linux-acpi/list/
300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
301 S: Supported
302 F: drivers/acpi/acpica/
303 F: include/acpi/
304 F: tools/power/acpi/
305
306 ACPI FAN DRIVER
307 M: Zhang Rui <rui.zhang@intel.com>
308 L: linux-acpi@vger.kernel.org
309 W: https://01.org/linux-acpi
310 S: Supported
311 F: drivers/acpi/fan.c
312
313 ACPI THERMAL DRIVER
314 M: Zhang Rui <rui.zhang@intel.com>
315 L: linux-acpi@vger.kernel.org
316 W: https://01.org/linux-acpi
317 S: Supported
318 F: drivers/acpi/*thermal*
319
320 ACPI VIDEO DRIVER
321 M: Zhang Rui <rui.zhang@intel.com>
322 L: linux-acpi@vger.kernel.org
323 W: https://01.org/linux-acpi
324 S: Supported
325 F: drivers/acpi/acpi_video.c
326
327 ACPI WMI DRIVER
328 L: platform-driver-x86@vger.kernel.org
329 S: Orphan
330 F: drivers/platform/x86/wmi.c
331
332 AD1889 ALSA SOUND DRIVER
333 M: Thibaut Varene <T-Bone@parisc-linux.org>
334 W: http://wiki.parisc-linux.org/AD1889
335 L: linux-parisc@vger.kernel.org
336 S: Maintained
337 F: sound/pci/ad1889.*
338
339 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
340 M: Michael Hennerich <michael.hennerich@analog.com>
341 W: http://wiki.analog.com/AD5254
342 W: http://ez.analog.com/community/linux-device-drivers
343 S: Supported
344 F: drivers/misc/ad525x_dpot.c
345
346 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
347 M: Michael Hennerich <michael.hennerich@analog.com>
348 W: http://wiki.analog.com/AD5398
349 W: http://ez.analog.com/community/linux-device-drivers
350 S: Supported
351 F: drivers/regulator/ad5398.c
352
353 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
354 M: Michael Hennerich <michael.hennerich@analog.com>
355 W: http://wiki.analog.com/AD7142
356 W: http://ez.analog.com/community/linux-device-drivers
357 S: Supported
358 F: drivers/input/misc/ad714x.c
359
360 AD7877 TOUCHSCREEN DRIVER
361 M: Michael Hennerich <michael.hennerich@analog.com>
362 W: http://wiki.analog.com/AD7877
363 W: http://ez.analog.com/community/linux-device-drivers
364 S: Supported
365 F: drivers/input/touchscreen/ad7877.c
366
367 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
368 M: Michael Hennerich <michael.hennerich@analog.com>
369 W: http://wiki.analog.com/AD7879
370 W: http://ez.analog.com/community/linux-device-drivers
371 S: Supported
372 F: drivers/input/touchscreen/ad7879.c
373
374 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
375 M: Jiri Kosina <jikos@kernel.org>
376 S: Maintained
377
378 ADF7242 IEEE 802.15.4 RADIO DRIVER
379 M: Michael Hennerich <michael.hennerich@analog.com>
380 W: https://wiki.analog.com/ADF7242
381 W: http://ez.analog.com/community/linux-device-drivers
382 L: linux-wpan@vger.kernel.org
383 S: Supported
384 F: drivers/net/ieee802154/adf7242.c
385 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
386
387 ADM1025 HARDWARE MONITOR DRIVER
388 M: Jean Delvare <jdelvare@suse.com>
389 L: lm-sensors@lm-sensors.org
390 S: Maintained
391 F: Documentation/hwmon/adm1025
392 F: drivers/hwmon/adm1025.c
393
394 ADM1029 HARDWARE MONITOR DRIVER
395 M: Corentin Labbe <clabbe.montjoie@gmail.com>
396 L: lm-sensors@lm-sensors.org
397 S: Maintained
398 F: drivers/hwmon/adm1029.c
399
400 ADM8211 WIRELESS DRIVER
401 L: linux-wireless@vger.kernel.org
402 W: http://wireless.kernel.org/
403 S: Orphan
404 F: drivers/net/wireless/admtek/adm8211.*
405
406 ADP1653 FLASH CONTROLLER DRIVER
407 M: Sakari Ailus <sakari.ailus@iki.fi>
408 L: linux-media@vger.kernel.org
409 S: Maintained
410 F: drivers/media/i2c/adp1653.c
411 F: include/media/i2c/adp1653.h
412
413 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
414 M: Michael Hennerich <michael.hennerich@analog.com>
415 W: http://wiki.analog.com/ADP5520
416 W: http://ez.analog.com/community/linux-device-drivers
417 S: Supported
418 F: drivers/mfd/adp5520.c
419 F: drivers/video/backlight/adp5520_bl.c
420 F: drivers/leds/leds-adp5520.c
421 F: drivers/gpio/gpio-adp5520.c
422 F: drivers/input/keyboard/adp5520-keys.c
423
424 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
425 M: Michael Hennerich <michael.hennerich@analog.com>
426 W: http://wiki.analog.com/ADP5588
427 W: http://ez.analog.com/community/linux-device-drivers
428 S: Supported
429 F: drivers/input/keyboard/adp5588-keys.c
430 F: drivers/gpio/gpio-adp5588.c
431
432 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
433 M: Michael Hennerich <michael.hennerich@analog.com>
434 W: http://wiki.analog.com/ADP8860
435 W: http://ez.analog.com/community/linux-device-drivers
436 S: Supported
437 F: drivers/video/backlight/adp8860_bl.c
438
439 ADS1015 HARDWARE MONITOR DRIVER
440 M: Dirk Eibach <eibach@gdsys.de>
441 L: lm-sensors@lm-sensors.org
442 S: Maintained
443 F: Documentation/hwmon/ads1015
444 F: drivers/hwmon/ads1015.c
445 F: include/linux/i2c/ads1015.h
446
447 ADT746X FAN DRIVER
448 M: Colin Leroy <colin@colino.net>
449 S: Maintained
450 F: drivers/macintosh/therm_adt746x.c
451
452 ADT7475 HARDWARE MONITOR DRIVER
453 M: Jean Delvare <jdelvare@suse.com>
454 L: lm-sensors@lm-sensors.org
455 S: Maintained
456 F: Documentation/hwmon/adt7475
457 F: drivers/hwmon/adt7475.c
458
459 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
460 M: Michael Hennerich <michael.hennerich@analog.com>
461 W: http://wiki.analog.com/ADXL345
462 W: http://ez.analog.com/community/linux-device-drivers
463 S: Supported
464 F: drivers/input/misc/adxl34x.c
465
466 ADVANSYS SCSI DRIVER
467 M: Matthew Wilcox <matthew@wil.cx>
468 M: Hannes Reinecke <hare@suse.com>
469 L: linux-scsi@vger.kernel.org
470 S: Maintained
471 F: Documentation/scsi/advansys.txt
472 F: drivers/scsi/advansys.c
473
474 AEDSP16 DRIVER
475 M: Riccardo Facchetti <fizban@tin.it>
476 S: Maintained
477 F: sound/oss/aedsp16.c
478
479 AF9013 MEDIA DRIVER
480 M: Antti Palosaari <crope@iki.fi>
481 L: linux-media@vger.kernel.org
482 W: https://linuxtv.org
483 W: http://palosaari.fi/linux/
484 Q: http://patchwork.linuxtv.org/project/linux-media/list/
485 T: git git://linuxtv.org/anttip/media_tree.git
486 S: Maintained
487 F: drivers/media/dvb-frontends/af9013*
488
489 AF9033 MEDIA DRIVER
490 M: Antti Palosaari <crope@iki.fi>
491 L: linux-media@vger.kernel.org
492 W: https://linuxtv.org
493 W: http://palosaari.fi/linux/
494 Q: http://patchwork.linuxtv.org/project/linux-media/list/
495 T: git git://linuxtv.org/anttip/media_tree.git
496 S: Maintained
497 F: drivers/media/dvb-frontends/af9033*
498
499 AFFS FILE SYSTEM
500 L: linux-fsdevel@vger.kernel.org
501 S: Orphan
502 F: Documentation/filesystems/affs.txt
503 F: fs/affs/
504
505 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
506 M: David Howells <dhowells@redhat.com>
507 L: linux-afs@lists.infradead.org
508 S: Supported
509 F: fs/afs/
510 F: include/net/af_rxrpc.h
511 F: net/rxrpc/af_rxrpc.c
512
513 AGPGART DRIVER
514 M: David Airlie <airlied@linux.ie>
515 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
516 S: Maintained
517 F: drivers/char/agp/
518 F: include/linux/agp*
519 F: include/uapi/linux/agp*
520
521 AHA152X SCSI DRIVER
522 M: "Juergen E. Fischer" <fischer@norbit.de>
523 L: linux-scsi@vger.kernel.org
524 S: Maintained
525 F: drivers/scsi/aha152x*
526 F: drivers/scsi/pcmcia/aha152x*
527
528 AIC7XXX / AIC79XX SCSI DRIVER
529 M: Hannes Reinecke <hare@suse.com>
530 L: linux-scsi@vger.kernel.org
531 S: Maintained
532 F: drivers/scsi/aic7xxx/
533
534 AIMSLAB FM RADIO RECEIVER DRIVER
535 M: Hans Verkuil <hverkuil@xs4all.nl>
536 L: linux-media@vger.kernel.org
537 T: git git://linuxtv.org/media_tree.git
538 W: https://linuxtv.org
539 S: Maintained
540 F: drivers/media/radio/radio-aimslab*
541
542 AIO
543 M: Benjamin LaHaise <bcrl@kvack.org>
544 L: linux-aio@kvack.org
545 S: Supported
546 F: fs/aio.c
547 F: include/linux/*aio*.h
548
549 AIRSPY MEDIA DRIVER
550 M: Antti Palosaari <crope@iki.fi>
551 L: linux-media@vger.kernel.org
552 W: https://linuxtv.org
553 W: http://palosaari.fi/linux/
554 Q: http://patchwork.linuxtv.org/project/linux-media/list/
555 T: git git://linuxtv.org/anttip/media_tree.git
556 S: Maintained
557 F: drivers/media/usb/airspy/
558
559 ALCATEL SPEEDTOUCH USB DRIVER
560 M: Duncan Sands <duncan.sands@free.fr>
561 L: linux-usb@vger.kernel.org
562 W: http://www.linux-usb.org/SpeedTouch/
563 S: Maintained
564 F: drivers/usb/atm/speedtch.c
565 F: drivers/usb/atm/usbatm.c
566
567 ALCHEMY AU1XX0 MMC DRIVER
568 M: Manuel Lauss <manuel.lauss@gmail.com>
569 S: Maintained
570 F: drivers/mmc/host/au1xmmc.c
571
572 ALI1563 I2C DRIVER
573 M: Rudolf Marek <r.marek@assembler.cz>
574 L: linux-i2c@vger.kernel.org
575 S: Maintained
576 F: Documentation/i2c/busses/i2c-ali1563
577 F: drivers/i2c/busses/i2c-ali1563.c
578
579 ALLWINNER SECURITY SYSTEM
580 M: Corentin Labbe <clabbe.montjoie@gmail.com>
581 L: linux-crypto@vger.kernel.org
582 S: Maintained
583 F: drivers/crypto/sunxi-ss/
584
585 ALPHA PORT
586 M: Richard Henderson <rth@twiddle.net>
587 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
588 M: Matt Turner <mattst88@gmail.com>
589 S: Odd Fixes
590 L: linux-alpha@vger.kernel.org
591 F: arch/alpha/
592
593 ALTERA MAILBOX DRIVER
594 M: Ley Foon Tan <lftan@altera.com>
595 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S: Maintained
597 F: drivers/mailbox/mailbox-altera.c
598
599 ALTERA PIO DRIVER
600 M: Tien Hock Loh <thloh@altera.com>
601 L: linux-gpio@vger.kernel.org
602 S: Maintained
603 F: drivers/gpio/gpio-altera.c
604
605 ALTERA TRIPLE SPEED ETHERNET DRIVER
606 M: Vince Bridgers <vbridger@opensource.altera.com>
607 L: netdev@vger.kernel.org
608 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609 S: Maintained
610 F: drivers/net/ethernet/altera/
611
612 ALTERA UART/JTAG UART SERIAL DRIVERS
613 M: Tobias Klauser <tklauser@distanz.ch>
614 L: linux-serial@vger.kernel.org
615 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
616 S: Maintained
617 F: drivers/tty/serial/altera_uart.c
618 F: drivers/tty/serial/altera_jtaguart.c
619 F: include/linux/altera_uart.h
620 F: include/linux/altera_jtaguart.h
621
622 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
623 M: Tom Lendacky <thomas.lendacky@amd.com>
624 L: linux-crypto@vger.kernel.org
625 S: Supported
626 F: drivers/crypto/ccp/
627 F: include/linux/ccp.h
628
629 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
630 M: Huang Rui <ray.huang@amd.com>
631 L: lm-sensors@lm-sensors.org
632 S: Supported
633 F: Documentation/hwmon/fam15h_power
634 F: drivers/hwmon/fam15h_power.c
635
636 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
637 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
638 S: Orphan
639 F: drivers/usb/gadget/udc/amd5536udc.*
640
641 AMD GEODE PROCESSOR/CHIPSET SUPPORT
642 P: Andres Salomon <dilinger@queued.net>
643 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
644 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
645 S: Supported
646 F: drivers/char/hw_random/geode-rng.c
647 F: drivers/crypto/geode*
648 F: drivers/video/fbdev/geode/
649 F: arch/x86/include/asm/geode.h
650
651 AMD IOMMU (AMD-VI)
652 M: Joerg Roedel <joro@8bytes.org>
653 L: iommu@lists.linux-foundation.org
654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
655 S: Maintained
656 F: drivers/iommu/amd_iommu*.[ch]
657 F: include/linux/amd-iommu.h
658
659 AMD KFD
660 M: Oded Gabbay <oded.gabbay@gmail.com>
661 L: dri-devel@lists.freedesktop.org
662 T: git git://people.freedesktop.org/~gabbayo/linux.git
663 S: Supported
664 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
665 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
666 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
667 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
668 F: drivers/gpu/drm/amd/amdkfd/
669 F: drivers/gpu/drm/amd/include/cik_structs.h
670 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
671 F: drivers/gpu/drm/amd/include/vi_structs.h
672 F: drivers/gpu/drm/radeon/radeon_kfd.c
673 F: drivers/gpu/drm/radeon/radeon_kfd.h
674 F: include/uapi/linux/kfd_ioctl.h
675
676 AMD XGBE DRIVER
677 M: Tom Lendacky <thomas.lendacky@amd.com>
678 L: netdev@vger.kernel.org
679 S: Supported
680 F: drivers/net/ethernet/amd/xgbe/
681
682 AMS (Apple Motion Sensor) DRIVER
683 M: Michael Hanselmann <linux-kernel@hansmi.ch>
684 S: Supported
685 F: drivers/macintosh/ams/
686
687 ANALOG DEVICES INC AD9389B DRIVER
688 M: Hans Verkuil <hans.verkuil@cisco.com>
689 L: linux-media@vger.kernel.org
690 S: Maintained
691 F: drivers/media/i2c/ad9389b*
692
693 ANALOG DEVICES INC ADV7180 DRIVER
694 M: Lars-Peter Clausen <lars@metafoo.de>
695 L: linux-media@vger.kernel.org
696 W: http://ez.analog.com/community/linux-device-drivers
697 S: Supported
698 F: drivers/media/i2c/adv7180.c
699
700 ANALOG DEVICES INC ADV7511 DRIVER
701 M: Hans Verkuil <hans.verkuil@cisco.com>
702 L: linux-media@vger.kernel.org
703 S: Maintained
704 F: drivers/media/i2c/adv7511*
705
706 ANALOG DEVICES INC ADV7604 DRIVER
707 M: Hans Verkuil <hans.verkuil@cisco.com>
708 L: linux-media@vger.kernel.org
709 S: Maintained
710 F: drivers/media/i2c/adv7604*
711
712 ANALOG DEVICES INC ADV7842 DRIVER
713 M: Hans Verkuil <hans.verkuil@cisco.com>
714 L: linux-media@vger.kernel.org
715 S: Maintained
716 F: drivers/media/i2c/adv7842*
717
718 ANALOG DEVICES INC ASOC CODEC DRIVERS
719 M: Lars-Peter Clausen <lars@metafoo.de>
720 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
721 W: http://wiki.analog.com/
722 W: http://ez.analog.com/community/linux-device-drivers
723 S: Supported
724 F: sound/soc/codecs/adau*
725 F: sound/soc/codecs/adav*
726 F: sound/soc/codecs/ad1*
727 F: sound/soc/codecs/ad7*
728 F: sound/soc/codecs/ssm*
729 F: sound/soc/codecs/sigmadsp.*
730
731 ANALOG DEVICES INC ASOC DRIVERS
732 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
733 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
734 W: http://blackfin.uclinux.org/
735 S: Supported
736 F: sound/soc/blackfin/*
737
738 ANALOG DEVICES INC IIO DRIVERS
739 M: Lars-Peter Clausen <lars@metafoo.de>
740 M: Michael Hennerich <Michael.Hennerich@analog.com>
741 W: http://wiki.analog.com/
742 W: http://ez.analog.com/community/linux-device-drivers
743 S: Supported
744 F: drivers/iio/*/ad*
745 X: drivers/iio/*/adjd*
746 F: drivers/staging/iio/*/ad*
747 F: staging/iio/trigger/iio-trig-bfin-timer.c
748
749 ANALOG DEVICES INC DMA DRIVERS
750 M: Lars-Peter Clausen <lars@metafoo.de>
751 W: http://ez.analog.com/community/linux-device-drivers
752 S: Supported
753 F: drivers/dma/dma-axi-dmac.c
754
755 ANDROID DRIVERS
756 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
757 M: Arve HjønnevĂ¥g <arve@android.com>
758 M: Riley Andrews <riandrews@android.com>
759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
760 L: devel@driverdev.osuosl.org
761 S: Supported
762 F: drivers/android/
763 F: drivers/staging/android/
764
765 AOA (Apple Onboard Audio) ALSA DRIVER
766 M: Johannes Berg <johannes@sipsolutions.net>
767 L: linuxppc-dev@lists.ozlabs.org
768 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
769 S: Maintained
770 F: sound/aoa/
771
772 APM DRIVER
773 M: Jiri Kosina <jikos@kernel.org>
774 S: Odd fixes
775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
776 F: arch/x86/kernel/apm_32.c
777 F: include/linux/apm_bios.h
778 F: include/uapi/linux/apm_bios.h
779 F: drivers/char/apm-emulation.c
780
781 APPLE BCM5974 MULTITOUCH DRIVER
782 M: Henrik Rydberg <rydberg@bitmath.org>
783 L: linux-input@vger.kernel.org
784 S: Odd fixes
785 F: drivers/input/mouse/bcm5974.c
786
787 APPLE SMC DRIVER
788 M: Henrik Rydberg <rydberg@bitmath.org>
789 L: lm-sensors@lm-sensors.org
790 S: Odd fixes
791 F: drivers/hwmon/applesmc.c
792
793 APPLETALK NETWORK LAYER
794 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
795 S: Maintained
796 F: drivers/net/appletalk/
797 F: net/appletalk/
798
799 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
800 M: Duc Dang <dhdang@apm.com>
801 S: Supported
802 F: arch/arm64/boot/dts/apm/
803
804 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
805 M: Iyappan Subramanian <isubramanian@apm.com>
806 M: Keyur Chudgar <kchudgar@apm.com>
807 S: Supported
808 F: drivers/net/ethernet/apm/xgene/
809 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
810
811 APTINA CAMERA SENSOR PLL
812 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
813 L: linux-media@vger.kernel.org
814 S: Maintained
815 F: drivers/media/i2c/aptina-pll.*
816
817 ARC FRAMEBUFFER DRIVER
818 M: Jaya Kumar <jayalk@intworks.biz>
819 S: Maintained
820 F: drivers/video/fbdev/arcfb.c
821 F: drivers/video/fbdev/core/fb_defio.c
822
823 ARCNET NETWORK LAYER
824 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
825 L: netdev@vger.kernel.org
826 S: Maintained
827 F: drivers/net/arcnet/
828 F: include/uapi/linux/if_arcnet.h
829
830 ARM HDLCD DRM DRIVER
831 M: Liviu Dudau <liviu.dudau@arm.com>
832 S: Supported
833 F: drivers/gpu/drm/arm/
834 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
835
836 ARM MFM AND FLOPPY DRIVERS
837 M: Ian Molton <spyro@f2s.com>
838 S: Maintained
839 F: arch/arm/lib/floppydma.S
840 F: arch/arm/include/asm/floppy.h
841
842 ARM PMU PROFILING AND DEBUGGING
843 M: Will Deacon <will.deacon@arm.com>
844 R: Mark Rutland <mark.rutland@arm.com>
845 S: Maintained
846 F: arch/arm*/kernel/perf_*
847 F: arch/arm/oprofile/common.c
848 F: arch/arm*/kernel/hw_breakpoint.c
849 F: arch/arm*/include/asm/hw_breakpoint.h
850 F: arch/arm*/include/asm/perf_event.h
851 F: drivers/perf/arm_pmu.c
852 F: include/linux/perf/arm_pmu.h
853
854 ARM PORT
855 M: Russell King <linux@arm.linux.org.uk>
856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 W: http://www.arm.linux.org.uk/
858 S: Maintained
859 F: arch/arm/
860
861 ARM SUB-ARCHITECTURES
862 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S: Maintained
864 F: arch/arm/mach-*/
865 F: arch/arm/plat-*/
866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
867
868 ARM PRIMECELL AACI PL041 DRIVER
869 M: Russell King <linux@arm.linux.org.uk>
870 S: Maintained
871 F: sound/arm/aaci.*
872
873 ARM PRIMECELL CLCD PL110 DRIVER
874 M: Russell King <linux@arm.linux.org.uk>
875 S: Maintained
876 F: drivers/video/fbdev/amba-clcd.*
877
878 ARM PRIMECELL KMI PL050 DRIVER
879 M: Russell King <linux@arm.linux.org.uk>
880 S: Maintained
881 F: drivers/input/serio/ambakmi.*
882 F: include/linux/amba/kmi.h
883
884 ARM PRIMECELL MMCI PL180/1 DRIVER
885 M: Russell King <linux@arm.linux.org.uk>
886 S: Maintained
887 F: drivers/mmc/host/mmci.*
888 F: include/linux/amba/mmci.h
889
890 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
891 M: Russell King <linux@arm.linux.org.uk>
892 S: Maintained
893 F: drivers/tty/serial/amba-pl01*.c
894 F: include/linux/amba/serial.h
895
896 ARM PRIMECELL BUS SUPPORT
897 M: Russell King <linux@arm.linux.org.uk>
898 S: Maintained
899 F: drivers/amba/
900 F: include/linux/amba/bus.h
901
902 ARM/ADS SPHERE MACHINE SUPPORT
903 M: Lennert Buytenhek <kernel@wantstofly.org>
904 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S: Maintained
906
907 ARM/AFEB9260 MACHINE SUPPORT
908 M: Sergey Lapin <slapin@ossfans.org>
909 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S: Maintained
911
912 ARM/AJECO 1ARM MACHINE SUPPORT
913 M: Lennert Buytenhek <kernel@wantstofly.org>
914 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 S: Maintained
916
917 ARM/Allwinner sunXi SoC support
918 M: Maxime Ripard <maxime.ripard@free-electrons.com>
919 M: Chen-Yu Tsai <wens@csie.org>
920 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S: Maintained
922 N: sun[x456789]i
923
924 ARM/Allwinner SoC Clock Support
925 M: Emilio LĂ³pez <emilio@elopez.com.ar>
926 S: Maintained
927 F: drivers/clk/sunxi/
928
929 ARM/Amlogic Meson SoC support
930 M: Carlo Caione <carlo@caione.org>
931 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 L: linux-meson@googlegroups.com
933 W: http://linux-meson.com/
934 S: Maintained
935 F: arch/arm/mach-meson/
936 F: arch/arm/boot/dts/meson*
937 N: meson
938
939 ARM/Annapurna Labs ALPINE ARCHITECTURE
940 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
941 M: Antoine Tenart <antoine.tenart@free-electrons.com>
942 S: Maintained
943 F: arch/arm/mach-alpine/
944 F: arch/arm/boot/dts/alpine*
945 F: arch/arm64/boot/dts/al/
946 F: drivers/*/*alpine*
947
948 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
949 M: Nicolas Ferre <nicolas.ferre@atmel.com>
950 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
951 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
952 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 W: http://www.linux4sam.org
954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
955 S: Supported
956 F: arch/arm/mach-at91/
957 F: include/soc/at91/
958 F: arch/arm/boot/dts/at91*.dts
959 F: arch/arm/boot/dts/at91*.dtsi
960 F: arch/arm/boot/dts/sama*.dts
961 F: arch/arm/boot/dts/sama*.dtsi
962 F: arch/arm/include/debug/at91.S
963
964 ARM/ATMEL AT91 Clock Support
965 M: Boris Brezillon <boris.brezillon@free-electrons.com>
966 S: Maintained
967 F: drivers/clk/at91
968
969 ARM/CALXEDA HIGHBANK ARCHITECTURE
970 M: Rob Herring <robh@kernel.org>
971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S: Maintained
973 F: arch/arm/mach-highbank/
974 F: arch/arm/boot/dts/highbank.dts
975 F: arch/arm/boot/dts/ecx-*.dts*
976
977 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
978 M: Krzysztof Halasa <khalasa@piap.pl>
979 S: Maintained
980 F: arch/arm/mach-cns3xxx/
981
982 ARM/CAVIUM THUNDER NETWORK DRIVER
983 M: Sunil Goutham <sgoutham@cavium.com>
984 M: Robert Richter <rric@kernel.org>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Supported
987 F: drivers/net/ethernet/cavium/thunder/
988
989 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
990 M: Alexander Shiyan <shc_work@mail.ru>
991 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S: Odd Fixes
993 N: clps711x
994
995 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
996 M: Hartley Sweeten <hsweeten@visionengravers.com>
997 M: Ryan Mallon <rmallon@gmail.com>
998 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S: Maintained
1000 F: arch/arm/mach-ep93xx/
1001 F: arch/arm/mach-ep93xx/include/mach/
1002
1003 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1004 M: Lennert Buytenhek <kernel@wantstofly.org>
1005 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S: Maintained
1007
1008 ARM/CLKDEV SUPPORT
1009 M: Russell King <linux@arm.linux.org.uk>
1010 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S: Maintained
1012 F: arch/arm/include/asm/clkdev.h
1013 F: drivers/clk/clkdev.c
1014
1015 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1016 M: Mike Rapoport <mike@compulab.co.il>
1017 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S: Maintained
1019
1020 ARM/CONTEC MICRO9 MACHINE SUPPORT
1021 M: Hubert Feurstein <hubert.feurstein@contec.at>
1022 S: Maintained
1023 F: arch/arm/mach-ep93xx/micro9.c
1024
1025 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1026 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1027 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S: Maintained
1029 F: drivers/hwtracing/coresight/*
1030 F: Documentation/trace/coresight.txt
1031 F: Documentation/devicetree/bindings/arm/coresight.txt
1032 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1033
1034 ARM/CORGI MACHINE SUPPORT
1035 M: Richard Purdie <rpurdie@rpsys.net>
1036 S: Maintained
1037
1038 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1039 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 T: git git://github.com/ulli-kroll/linux.git
1042 S: Maintained
1043 F: arch/arm/mach-gemini/
1044 F: drivers/rtc/rtc-gemini.c
1045
1046 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1047 M: Barry Song <baohua@kernel.org>
1048 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1050 S: Maintained
1051 F: arch/arm/boot/dts/prima2*
1052 F: arch/arm/mach-prima2/
1053 F: drivers/clk/sirf/
1054 F: drivers/clocksource/timer-prima2.c
1055 F: drivers/clocksource/timer-atlas7.c
1056 N: [^a-z]sirf
1057
1058 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1059 M: Baruch Siach <baruch@tkos.co.il>
1060 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S: Maintained
1062 F: arch/arm/boot/dts/cx92755*
1063 N: digicolor
1064
1065 ARM/EBSA110 MACHINE SUPPORT
1066 M: Russell King <linux@arm.linux.org.uk>
1067 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W: http://www.arm.linux.org.uk/
1069 S: Maintained
1070 F: arch/arm/mach-ebsa110/
1071 F: drivers/net/ethernet/amd/am79c961a.*
1072
1073 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1074 M: Uwe Kleine-König <kernel@pengutronix.de>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077 N: efm32
1078
1079 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1080 M: Daniel Ribeiro <drwyrm@gmail.com>
1081 M: Stefan Schmidt <stefan@openezx.org>
1082 M: Harald Welte <laforge@openezx.org>
1083 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
1084 W: http://www.openezx.org/
1085 S: Maintained
1086 T: topgit git://git.openezx.org/openezx.git
1087 F: arch/arm/mach-pxa/ezx.c
1088
1089 ARM/FARADAY FA526 PORT
1090 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1091 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S: Maintained
1093 T: git git://git.berlios.de/gemini-board
1094 F: arch/arm/mm/*-fa*
1095
1096 ARM/FOOTBRIDGE ARCHITECTURE
1097 M: Russell King <linux@arm.linux.org.uk>
1098 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 W: http://www.arm.linux.org.uk/
1100 S: Maintained
1101 F: arch/arm/include/asm/hardware/dec21285.h
1102 F: arch/arm/mach-footbridge/
1103
1104 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1105 M: Shawn Guo <shawnguo@kernel.org>
1106 M: Sascha Hauer <kernel@pengutronix.de>
1107 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S: Maintained
1109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1110 F: arch/arm/mach-imx/
1111 F: arch/arm/mach-mxs/
1112 F: arch/arm/boot/dts/imx*
1113 F: arch/arm/configs/imx*_defconfig
1114 F: drivers/clk/imx/
1115 F: include/soc/imx/
1116
1117 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1118 M: Shawn Guo <shawnguo@kernel.org>
1119 M: Sascha Hauer <kernel@pengutronix.de>
1120 R: Stefan Agner <stefan@agner.ch>
1121 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S: Maintained
1123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1124 F: arch/arm/mach-imx/*vf610*
1125 F: arch/arm/boot/dts/vf*
1126
1127 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1128 M: Lennert Buytenhek <kernel@wantstofly.org>
1129 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S: Maintained
1131
1132 ARM/GUMSTIX MACHINE SUPPORT
1133 M: Steve Sakoman <sakoman@gmail.com>
1134 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S: Maintained
1136
1137 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1138 M: Philipp Zabel <philipp.zabel@gmail.com>
1139 M: Paul Parsons <lost.distance@yahoo.com>
1140 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S: Maintained
1142 F: arch/arm/mach-pxa/hx4700.c
1143 F: arch/arm/mach-pxa/include/mach/hx4700.h
1144 F: sound/soc/pxa/hx4700.c
1145
1146 ARM/HISILICON SOC SUPPORT
1147 M: Wei Xu <xuwei5@hisilicon.com>
1148 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 W: http://www.hisilicon.com
1150 S: Supported
1151 T: git git://github.com/hisilicon/linux-hisi.git
1152 F: arch/arm/mach-hisi/
1153 F: arch/arm/boot/dts/hi3*
1154 F: arch/arm/boot/dts/hip*
1155 F: arch/arm/boot/dts/hisi*
1156 F: arch/arm64/boot/dts/hisilicon/
1157
1158 ARM/HP JORNADA 7XX MACHINE SUPPORT
1159 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1160 W: www.jlime.com
1161 S: Maintained
1162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1163 F: arch/arm/mach-sa1100/jornada720.c
1164 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1165
1166 ARM/IGEP MACHINE SUPPORT
1167 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1168 M: Javier Martinez Canillas <javier@dowhile0.org>
1169 L: linux-omap@vger.kernel.org
1170 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S: Maintained
1172 F: arch/arm/boot/dts/omap3-igep*
1173
1174 ARM/INCOME PXA270 SUPPORT
1175 M: Marek Vasut <marek.vasut@gmail.com>
1176 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S: Maintained
1178 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1179
1180 ARM/INTEL IOP32X ARM ARCHITECTURE
1181 M: Lennert Buytenhek <kernel@wantstofly.org>
1182 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S: Maintained
1184
1185 ARM/INTEL IOP33X ARM ARCHITECTURE
1186 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S: Orphan
1188
1189 ARM/INTEL IOP13XX ARM ARCHITECTURE
1190 M: Lennert Buytenhek <kernel@wantstofly.org>
1191 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S: Maintained
1193
1194 ARM/INTEL IQ81342EX MACHINE SUPPORT
1195 M: Lennert Buytenhek <kernel@wantstofly.org>
1196 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S: Maintained
1198
1199 ARM/INTEL IXDP2850 MACHINE SUPPORT
1200 M: Lennert Buytenhek <kernel@wantstofly.org>
1201 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S: Maintained
1203
1204 ARM/INTEL IXP4XX ARM ARCHITECTURE
1205 M: Imre Kaloz <kaloz@openwrt.org>
1206 M: Krzysztof Halasa <khalasa@piap.pl>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S: Maintained
1209 F: arch/arm/mach-ixp4xx/
1210
1211 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1212 M: Jonathan Cameron <jic23@cam.ac.uk>
1213 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 S: Maintained
1215 F: arch/arm/mach-pxa/stargate2.c
1216 F: drivers/pcmcia/pxa2xx_stargate2.c
1217
1218 ARM/INTEL XSC3 (MANZANO) ARM CORE
1219 M: Lennert Buytenhek <kernel@wantstofly.org>
1220 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S: Maintained
1222
1223 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1224 M: Lennert Buytenhek <kernel@wantstofly.org>
1225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S: Maintained
1227
1228 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1229 M: Santosh Shilimkar <ssantosh@kernel.org>
1230 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S: Maintained
1232 F: arch/arm/mach-keystone/
1233 F: arch/arm/boot/dts/k2*
1234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1235
1236 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1237 M: Santosh Shilimkar <ssantosh@kernel.org>
1238 L: linux-kernel@vger.kernel.org
1239 S: Maintained
1240 F: drivers/clk/keystone/
1241
1242 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1243 M: Santosh Shilimkar <ssantosh@kernel.org>
1244 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 L: linux-kernel@vger.kernel.org
1246 S: Maintained
1247 F: drivers/clocksource/timer-keystone.c
1248
1249 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1250 M: Santosh Shilimkar <ssantosh@kernel.org>
1251 L: linux-kernel@vger.kernel.org
1252 S: Maintained
1253 F: drivers/power/reset/keystone-reset.c
1254
1255 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1256 M: Santosh Shilimkar <ssantosh@kernel.org>
1257 L: linux-kernel@vger.kernel.org
1258 S: Maintained
1259 F: drivers/memory/*emif*
1260
1261 ARM/LOGICPD PXA270 MACHINE SUPPORT
1262 M: Lennert Buytenhek <kernel@wantstofly.org>
1263 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 S: Maintained
1265
1266 ARM/LPC18XX ARCHITECTURE
1267 M: Joachim Eastwood <manabian@gmail.com>
1268 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S: Maintained
1270 F: arch/arm/boot/dts/lpc43*
1271 F: drivers/clk/nxp/clk-lpc18xx*
1272 F: drivers/clocksource/time-lpc32xx.c
1273 F: drivers/i2c/busses/i2c-lpc2k.c
1274 F: drivers/memory/pl172.c
1275 F: drivers/mtd/spi-nor/nxp-spifi.c
1276 F: drivers/rtc/rtc-lpc24xx.c
1277 N: lpc18xx
1278
1279 ARM/MAGICIAN MACHINE SUPPORT
1280 M: Philipp Zabel <philipp.zabel@gmail.com>
1281 S: Maintained
1282
1283 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1284 M: Jason Cooper <jason@lakedaemon.net>
1285 M: Andrew Lunn <andrew@lunn.ch>
1286 M: Gregory Clement <gregory.clement@free-electrons.com>
1287 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S: Maintained
1290 F: arch/arm/mach-mvebu/
1291 F: drivers/rtc/rtc-armada38x.c
1292 F: arch/arm/boot/dts/armada*
1293 F: arch/arm/boot/dts/kirkwood*
1294
1295
1296 ARM/Marvell Berlin SoC support
1297 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1298 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S: Maintained
1300 F: arch/arm/mach-berlin/
1301 F: arch/arm/boot/dts/berlin*
1302 F: arch/arm64/boot/dts/marvell/berlin*
1303
1304
1305 ARM/Marvell Dove/MV78xx0/Orion SOC support
1306 M: Jason Cooper <jason@lakedaemon.net>
1307 M: Andrew Lunn <andrew@lunn.ch>
1308 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1309 M: Gregory Clement <gregory.clement@free-electrons.com>
1310 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S: Maintained
1312 F: arch/arm/mach-dove/
1313 F: arch/arm/mach-mv78xx0/
1314 F: arch/arm/mach-orion5x/
1315 F: arch/arm/plat-orion/
1316 F: arch/arm/boot/dts/dove*
1317 F: arch/arm/boot/dts/orion5x*
1318
1319
1320 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1321 M: Alexander Clouter <alex@digriz.org.uk>
1322 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W: http://www.digriz.org.uk/ts78xx/kernel
1324 S: Maintained
1325 F: arch/arm/mach-orion5x/ts78xx-*
1326
1327 ARM/Mediatek RTC DRIVER
1328 M: Eddie Huang <eddie.huang@mediatek.com>
1329 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1331 S: Maintained
1332 F: drivers/rtc/rtc-mt6397.c
1333
1334 ARM/Mediatek SoC support
1335 M: Matthias Brugger <matthias.bgg@gmail.com>
1336 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1338 S: Maintained
1339 F: arch/arm/boot/dts/mt6*
1340 F: arch/arm/boot/dts/mt8*
1341 F: arch/arm/mach-mediatek/
1342 N: mtk
1343 K: mediatek
1344
1345 ARM/Mediatek USB3 PHY DRIVER
1346 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1347 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1349 S: Maintained
1350 F: drivers/phy/phy-mt65xx-usb3.c
1351
1352 ARM/MICREL KS8695 ARCHITECTURE
1353 M: Greg Ungerer <gerg@uclinux.org>
1354 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 F: arch/arm/mach-ks8695/
1356 S: Odd Fixes
1357
1358 ARM/MIOA701 MACHINE SUPPORT
1359 M: Robert Jarzmik <robert.jarzmik@free.fr>
1360 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 F: arch/arm/mach-pxa/mioa701.c
1362 S: Maintained
1363
1364 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1365 M: Michael Petchkovsky <mkpetch@internode.on.net>
1366 S: Maintained
1367
1368 ARM/NOMADIK ARCHITECTURE
1369 M: Alessandro Rubini <rubini@unipv.it>
1370 M: Linus Walleij <linus.walleij@linaro.org>
1371 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S: Maintained
1373 F: arch/arm/mach-nomadik/
1374 F: drivers/pinctrl/nomadik/
1375 F: drivers/i2c/busses/i2c-nomadik.c
1376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1377
1378 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1379 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1380 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1381 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1382 S: Supported
1383
1384 ARM/TOSA MACHINE SUPPORT
1385 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1386 M: Dirk Opfer <dirk@opfer-online.de>
1387 S: Maintained
1388
1389 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1390 M: Marek Vasut <marek.vasut@gmail.com>
1391 L: linux-arm-kernel@lists.infradead.org
1392 W: http://hackndev.com
1393 S: Maintained
1394 F: arch/arm/mach-pxa/include/mach/palmtx.h
1395 F: arch/arm/mach-pxa/palmtx.c
1396 F: arch/arm/mach-pxa/include/mach/palmt5.h
1397 F: arch/arm/mach-pxa/palmt5.c
1398 F: arch/arm/mach-pxa/include/mach/palmld.h
1399 F: arch/arm/mach-pxa/palmld.c
1400 F: arch/arm/mach-pxa/include/mach/palmte2.h
1401 F: arch/arm/mach-pxa/palmte2.c
1402 F: arch/arm/mach-pxa/include/mach/palmtc.h
1403 F: arch/arm/mach-pxa/palmtc.c
1404
1405 ARM/PALM TREO SUPPORT
1406 M: Tomas Cech <sleep_walker@suse.com>
1407 L: linux-arm-kernel@lists.infradead.org
1408 W: http://hackndev.com
1409 S: Maintained
1410 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1411 F: arch/arm/mach-pxa/palmtreo.c
1412
1413 ARM/PALMZ72 SUPPORT
1414 M: Sergey Lapin <slapin@ossfans.org>
1415 L: linux-arm-kernel@lists.infradead.org
1416 W: http://hackndev.com
1417 S: Maintained
1418 F: arch/arm/mach-pxa/include/mach/palmz72.h
1419 F: arch/arm/mach-pxa/palmz72.c
1420
1421 ARM/PLEB SUPPORT
1422 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1423 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1424 S: Maintained
1425
1426 ARM/PT DIGITAL BOARD PORT
1427 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 W: http://www.arm.linux.org.uk/
1430 S: Maintained
1431
1432 ARM/QUALCOMM SUPPORT
1433 M: Andy Gross <andy.gross@linaro.org>
1434 M: David Brown <david.brown@linaro.org>
1435 L: linux-arm-msm@vger.kernel.org
1436 L: linux-soc@vger.kernel.org
1437 S: Maintained
1438 F: arch/arm/boot/dts/qcom-*.dts
1439 F: arch/arm/boot/dts/qcom-*.dtsi
1440 F: arch/arm/mach-qcom/
1441 F: arch/arm64/boot/dts/qcom/*
1442 F: drivers/soc/qcom/
1443 F: drivers/tty/serial/msm_serial.h
1444 F: drivers/tty/serial/msm_serial.c
1445 F: drivers/*/pm8???-*
1446 F: drivers/mfd/ssbi.c
1447 F: drivers/firmware/qcom_scm.c
1448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1449
1450 ARM/RADISYS ENP2611 MACHINE SUPPORT
1451 M: Lennert Buytenhek <kernel@wantstofly.org>
1452 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 S: Maintained
1454
1455 ARM/RENESAS ARM64 ARCHITECTURE
1456 M: Simon Horman <horms@verge.net.au>
1457 M: Magnus Damm <magnus.damm@gmail.com>
1458 L: linux-renesas-soc@vger.kernel.org
1459 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1461 S: Supported
1462 F: arch/arm64/boot/dts/renesas/
1463
1464 ARM/RISCPC ARCHITECTURE
1465 M: Russell King <linux@arm.linux.org.uk>
1466 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 W: http://www.arm.linux.org.uk/
1468 S: Maintained
1469 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1470 F: arch/arm/include/asm/hardware/ioc.h
1471 F: arch/arm/include/asm/hardware/iomd.h
1472 F: arch/arm/include/asm/hardware/memc.h
1473 F: arch/arm/mach-rpc/
1474 F: drivers/net/ethernet/8390/etherh.c
1475 F: drivers/net/ethernet/i825xx/ether1*
1476 F: drivers/net/ethernet/seeq/ether3*
1477 F: drivers/scsi/arm/
1478
1479 ARM/Rockchip SoC support
1480 M: Heiko Stuebner <heiko@sntech.de>
1481 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L: linux-rockchip@lists.infradead.org
1483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1484 S: Maintained
1485 F: arch/arm/boot/dts/rk3*
1486 F: arch/arm/mach-rockchip/
1487 F: drivers/clk/rockchip/
1488 F: drivers/i2c/busses/i2c-rk3x.c
1489 F: drivers/*/*rockchip*
1490 F: drivers/*/*/*rockchip*
1491 F: sound/soc/rockchip/
1492 N: rockchip
1493
1494 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1495 M: Kukjin Kim <kgene@kernel.org>
1496 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
1497 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1499 S: Maintained
1500 F: arch/arm/boot/dts/s3c*
1501 F: arch/arm/boot/dts/s5p*
1502 F: arch/arm/boot/dts/samsung*
1503 F: arch/arm/boot/dts/exynos*
1504 F: arch/arm64/boot/dts/exynos/
1505 F: arch/arm/plat-samsung/
1506 F: arch/arm/mach-s3c24*/
1507 F: arch/arm/mach-s3c64xx/
1508 F: arch/arm/mach-s5p*/
1509 F: arch/arm/mach-exynos*/
1510 F: drivers/*/*s3c2410*
1511 F: drivers/*/*/*s3c2410*
1512 F: drivers/spi/spi-s3c*
1513 F: sound/soc/samsung/*
1514 F: Documentation/arm/Samsung/
1515 F: Documentation/devicetree/bindings/arm/samsung/
1516 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1517 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1518 N: exynos
1519
1520 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1521 M: Kyungmin Park <kyungmin.park@samsung.com>
1522 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 S: Maintained
1524 F: arch/arm/mach-s5pv210/
1525
1526 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1527 M: Kyungmin Park <kyungmin.park@samsung.com>
1528 M: Kamil Debski <k.debski@samsung.com>
1529 L: linux-arm-kernel@lists.infradead.org
1530 L: linux-media@vger.kernel.org
1531 S: Maintained
1532 F: drivers/media/platform/s5p-g2d/
1533
1534 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1535 M: Kyungmin Park <kyungmin.park@samsung.com>
1536 M: Kamil Debski <k.debski@samsung.com>
1537 M: Jeongtae Park <jtp.park@samsung.com>
1538 L: linux-arm-kernel@lists.infradead.org
1539 L: linux-media@vger.kernel.org
1540 S: Maintained
1541 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1542 F: drivers/media/platform/s5p-mfc/
1543
1544 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1545 M: Kyungmin Park <kyungmin.park@samsung.com>
1546 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1547 L: linux-arm-kernel@lists.infradead.org
1548 L: linux-media@vger.kernel.org
1549 S: Maintained
1550 F: drivers/media/platform/s5p-tv/
1551
1552 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1553 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1554 M: Jacek Anaszewski <j.anaszewski@samsung.com>
1555 L: linux-arm-kernel@lists.infradead.org
1556 L: linux-media@vger.kernel.org
1557 S: Maintained
1558 F: drivers/media/platform/s5p-jpeg/
1559
1560 ARM/SHMOBILE ARM ARCHITECTURE
1561 M: Simon Horman <horms@verge.net.au>
1562 M: Magnus Damm <magnus.damm@gmail.com>
1563 L: linux-renesas-soc@vger.kernel.org
1564 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1566 S: Supported
1567 F: arch/arm/boot/dts/emev2*
1568 F: arch/arm/boot/dts/r7s*
1569 F: arch/arm/boot/dts/r8a*
1570 F: arch/arm/boot/dts/sh*
1571 F: arch/arm/configs/shmobile_defconfig
1572 F: arch/arm/include/debug/renesas-scif.S
1573 F: arch/arm/mach-shmobile/
1574 F: drivers/sh/
1575
1576 ARM/SOCFPGA ARCHITECTURE
1577 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1578 S: Maintained
1579 F: arch/arm/mach-socfpga/
1580 F: arch/arm/boot/dts/socfpga*
1581 F: arch/arm/configs/socfpga_defconfig
1582 F: arch/arm64/boot/dts/altera/
1583 W: http://www.rocketboards.org
1584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1585
1586 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1587 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1588 S: Maintained
1589 F: drivers/clk/socfpga/
1590
1591 ARM/SOCFPGA EDAC SUPPORT
1592 M: Thor Thayer <tthayer@opensource.altera.com>
1593 S: Maintained
1594 F: drivers/edac/altera_edac.
1595
1596 ARM/STI ARCHITECTURE
1597 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1598 M: Maxime Coquelin <maxime.coquelin@st.com>
1599 M: Patrice Chotard <patrice.chotard@st.com>
1600 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 L: kernel@stlinux.com
1602 W: http://www.stlinux.com
1603 S: Maintained
1604 F: arch/arm/mach-sti/
1605 F: arch/arm/boot/dts/sti*
1606 F: drivers/char/hw_random/st-rng.c
1607 F: drivers/clocksource/arm_global_timer.c
1608 F: drivers/clocksource/clksrc_st_lpc.c
1609 F: drivers/i2c/busses/i2c-st.c
1610 F: drivers/media/rc/st_rc.c
1611 F: drivers/media/platform/sti/c8sectpfe/
1612 F: drivers/mmc/host/sdhci-st.c
1613 F: drivers/phy/phy-miphy28lp.c
1614 F: drivers/phy/phy-miphy365x.c
1615 F: drivers/phy/phy-stih407-usb.c
1616 F: drivers/phy/phy-stih41x-usb.c
1617 F: drivers/pinctrl/pinctrl-st.c
1618 F: drivers/reset/sti/
1619 F: drivers/rtc/rtc-st-lpc.c
1620 F: drivers/tty/serial/st-asc.c
1621 F: drivers/usb/dwc3/dwc3-st.c
1622 F: drivers/usb/host/ehci-st.c
1623 F: drivers/usb/host/ohci-st.c
1624 F: drivers/watchdog/st_lpc_wdt.c
1625 F: drivers/ata/ahci_st.c
1626
1627 ARM/STM32 ARCHITECTURE
1628 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1629 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S: Maintained
1631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1632 N: stm32
1633 F: drivers/clocksource/armv7m_systick.c
1634
1635 ARM/TANGO ARCHITECTURE
1636 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1637 L: linux-arm-kernel@lists.infradead.org
1638 S: Maintained
1639 F: arch/arm/mach-tango/
1640 F: arch/arm/boot/dts/tango*
1641
1642 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1643 M: Lennert Buytenhek <kernel@wantstofly.org>
1644 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S: Maintained
1646
1647 ARM/TETON BGA MACHINE SUPPORT
1648 M: "Mark F. Brown" <mark.brown314@gmail.com>
1649 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 S: Maintained
1651
1652 ARM/THECUS N2100 MACHINE SUPPORT
1653 M: Lennert Buytenhek <kernel@wantstofly.org>
1654 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 S: Maintained
1656
1657 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1658 M: Wan ZongShun <mcuos.com@gmail.com>
1659 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W: http://www.mcuos.com
1661 S: Maintained
1662 F: arch/arm/mach-w90x900/
1663 F: drivers/input/keyboard/w90p910_keypad.c
1664 F: drivers/input/touchscreen/w90p910_ts.c
1665 F: drivers/watchdog/nuc900_wdt.c
1666 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1667 F: drivers/mtd/nand/nuc900_nand.c
1668 F: drivers/rtc/rtc-nuc900.c
1669 F: drivers/spi/spi-nuc900.c
1670 F: drivers/usb/host/ehci-w90x900.c
1671 F: drivers/video/fbdev/nuc900fb.c
1672
1673 ARM/U300 MACHINE SUPPORT
1674 M: Linus Walleij <linus.walleij@linaro.org>
1675 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S: Supported
1677 F: arch/arm/mach-u300/
1678 F: drivers/clocksource/timer-u300.c
1679 F: drivers/i2c/busses/i2c-stu300.c
1680 F: drivers/rtc/rtc-coh901331.c
1681 F: drivers/watchdog/coh901327_wdt.c
1682 F: drivers/dma/coh901318*
1683 F: drivers/mfd/ab3100*
1684 F: drivers/rtc/rtc-ab3100.c
1685 F: drivers/rtc/rtc-coh901331.c
1686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1687
1688 ARM/UNIPHIER ARCHITECTURE
1689 M: Masahiro Yamada <yamada.masahiro@socionext.com>
1690 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S: Maintained
1692 F: arch/arm/boot/dts/uniphier*
1693 F: arch/arm/include/asm/hardware/cache-uniphier.h
1694 F: arch/arm/mach-uniphier/
1695 F: arch/arm/mm/cache-uniphier.c
1696 F: arch/arm64/boot/dts/socionext/
1697 F: drivers/bus/uniphier-system-bus.c
1698 F: drivers/i2c/busses/i2c-uniphier*
1699 F: drivers/pinctrl/uniphier/
1700 F: drivers/tty/serial/8250/8250_uniphier.c
1701 N: uniphier
1702
1703 ARM/Ux500 ARM ARCHITECTURE
1704 M: Linus Walleij <linus.walleij@linaro.org>
1705 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S: Maintained
1707 F: arch/arm/mach-ux500/
1708 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1709 F: drivers/dma/ste_dma40*
1710 F: drivers/hwspinlock/u8500_hsem.c
1711 F: drivers/mfd/abx500*
1712 F: drivers/mfd/ab8500*
1713 F: drivers/mfd/dbx500*
1714 F: drivers/mfd/db8500*
1715 F: drivers/pinctrl/nomadik/pinctrl-ab*
1716 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1717 F: drivers/rtc/rtc-ab8500.c
1718 F: drivers/rtc/rtc-pl031.c
1719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1720
1721 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1722 M: Ulf Hansson <ulf.hansson@linaro.org>
1723 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 T: git git://git.linaro.org/people/ulfh/clk.git
1725 S: Maintained
1726 F: drivers/clk/ux500/
1727 F: include/linux/platform_data/clk-ux500.h
1728
1729 ARM/VERSATILE EXPRESS PLATFORM
1730 M: Liviu Dudau <liviu.dudau@arm.com>
1731 M: Sudeep Holla <sudeep.holla@arm.com>
1732 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1733 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S: Maintained
1735 F: arch/arm/boot/dts/vexpress*
1736 F: arch/arm64/boot/dts/arm/
1737 F: arch/arm/mach-vexpress/
1738 F: */*/vexpress*
1739 F: */*/*/vexpress*
1740 F: drivers/clk/versatile/clk-vexpress-osc.c
1741 F: drivers/clocksource/versatile.c
1742
1743 ARM/VFP SUPPORT
1744 M: Russell King <linux@arm.linux.org.uk>
1745 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 W: http://www.arm.linux.org.uk/
1747 S: Maintained
1748 F: arch/arm/vfp/
1749
1750 ARM/VOIPAC PXA270 SUPPORT
1751 M: Marek Vasut <marek.vasut@gmail.com>
1752 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 S: Maintained
1754 F: arch/arm/mach-pxa/vpac270.c
1755 F: arch/arm/mach-pxa/include/mach/vpac270.h
1756
1757 ARM/VT8500 ARM ARCHITECTURE
1758 M: Tony Prisk <linux@prisktech.co.nz>
1759 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S: Maintained
1761 F: arch/arm/mach-vt8500/
1762 F: drivers/clocksource/vt8500_timer.c
1763 F: drivers/i2c/busses/i2c-wmt.c
1764 F: drivers/mmc/host/wmt-sdmmc.c
1765 F: drivers/pwm/pwm-vt8500.c
1766 F: drivers/rtc/rtc-vt8500.c
1767 F: drivers/tty/serial/vt8500_serial.c
1768 F: drivers/usb/host/ehci-platform.c
1769 F: drivers/usb/host/uhci-platform.c
1770 F: drivers/video/fbdev/vt8500lcdfb.*
1771 F: drivers/video/fbdev/wm8505fb*
1772 F: drivers/video/fbdev/wmt_ge_rops.*
1773
1774 ARM/ZIPIT Z2 SUPPORT
1775 M: Marek Vasut <marek.vasut@gmail.com>
1776 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S: Maintained
1778 F: arch/arm/mach-pxa/z2.c
1779 F: arch/arm/mach-pxa/include/mach/z2.h
1780
1781 ARM/ZTE ARCHITECTURE
1782 M: Jun Nie <jun.nie@linaro.org>
1783 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S: Maintained
1785 F: arch/arm/mach-zx/
1786 F: drivers/clk/zte/
1787 F: Documentation/devicetree/bindings/arm/zte.txt
1788 F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1789
1790 ARM/ZYNQ ARCHITECTURE
1791 M: Michal Simek <michal.simek@xilinx.com>
1792 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1793 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 W: http://wiki.xilinx.com
1795 T: git https://github.com/Xilinx/linux-xlnx.git
1796 S: Supported
1797 F: arch/arm/mach-zynq/
1798 F: drivers/cpuidle/cpuidle-zynq.c
1799 F: drivers/block/xsysace.c
1800 N: zynq
1801 N: xilinx
1802 F: drivers/clocksource/cadence_ttc_timer.c
1803 F: drivers/i2c/busses/i2c-cadence.c
1804 F: drivers/mmc/host/sdhci-of-arasan.c
1805 F: drivers/edac/synopsys_edac.c
1806
1807 ARM SMMU DRIVERS
1808 M: Will Deacon <will.deacon@arm.com>
1809 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S: Maintained
1811 F: drivers/iommu/arm-smmu.c
1812 F: drivers/iommu/arm-smmu-v3.c
1813 F: drivers/iommu/io-pgtable-arm.c
1814
1815 ARM64 PORT (AARCH64 ARCHITECTURE)
1816 M: Catalin Marinas <catalin.marinas@arm.com>
1817 M: Will Deacon <will.deacon@arm.com>
1818 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1820 S: Maintained
1821 F: arch/arm64/
1822 F: Documentation/arm64/
1823
1824 AS3645A LED FLASH CONTROLLER DRIVER
1825 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1826 L: linux-media@vger.kernel.org
1827 T: git git://linuxtv.org/media_tree.git
1828 S: Maintained
1829 F: drivers/media/i2c/as3645a.c
1830 F: include/media/i2c/as3645a.h
1831
1832 ASC7621 HARDWARE MONITOR DRIVER
1833 M: George Joseph <george.joseph@fairview5.com>
1834 L: lm-sensors@lm-sensors.org
1835 S: Maintained
1836 F: Documentation/hwmon/asc7621
1837 F: drivers/hwmon/asc7621.c
1838
1839 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1840 M: Corentin Chary <corentin.chary@gmail.com>
1841 L: acpi4asus-user@lists.sourceforge.net
1842 L: platform-driver-x86@vger.kernel.org
1843 W: http://acpi4asus.sf.net
1844 S: Maintained
1845 F: drivers/platform/x86/asus*.c
1846 F: drivers/platform/x86/eeepc*.c
1847
1848 ASUS WIRELESS RADIO CONTROL DRIVER
1849 M: JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1850 L: platform-driver-x86@vger.kernel.org
1851 S: Maintained
1852 F: drivers/platform/x86/asus-wireless.c
1853
1854 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1855 R: Dan Williams <dan.j.williams@intel.com>
1856 W: http://sourceforge.net/projects/xscaleiop
1857 S: Odd fixes
1858 F: Documentation/crypto/async-tx-api.txt
1859 F: crypto/async_tx/
1860 F: drivers/dma/
1861 F: include/linux/dmaengine.h
1862 F: include/linux/async_tx.h
1863
1864 AT24 EEPROM DRIVER
1865 M: Wolfram Sang <wsa@the-dreams.de>
1866 L: linux-i2c@vger.kernel.org
1867 S: Maintained
1868 F: drivers/misc/eeprom/at24.c
1869 F: include/linux/platform_data/at24.h
1870
1871 ATA OVER ETHERNET (AOE) DRIVER
1872 M: "Ed L. Cashin" <ed.cashin@acm.org>
1873 W: http://www.openaoe.org/
1874 S: Supported
1875 F: Documentation/aoe/
1876 F: drivers/block/aoe/
1877
1878 ATHEROS 71XX/9XXX GPIO DRIVER
1879 M: Alban Bedel <albeu@free.fr>
1880 W: https://github.com/AlbanBedel/linux
1881 T: git git://github.com/AlbanBedel/linux
1882 S: Maintained
1883 F: drivers/gpio/gpio-ath79.c
1884 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1885
1886 ATHEROS ATH GENERIC UTILITIES
1887 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1888 L: linux-wireless@vger.kernel.org
1889 S: Supported
1890 F: drivers/net/wireless/ath/*
1891
1892 ATHEROS ATH5K WIRELESS DRIVER
1893 M: Jiri Slaby <jirislaby@gmail.com>
1894 M: Nick Kossifidis <mickflemm@gmail.com>
1895 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1896 L: linux-wireless@vger.kernel.org
1897 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1898 S: Maintained
1899 F: drivers/net/wireless/ath/ath5k/
1900
1901 ATHEROS ATH6KL WIRELESS DRIVER
1902 M: Kalle Valo <kvalo@qca.qualcomm.com>
1903 L: linux-wireless@vger.kernel.org
1904 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1906 S: Supported
1907 F: drivers/net/wireless/ath/ath6kl/
1908
1909 WILOCITY WIL6210 WIRELESS DRIVER
1910 M: Maya Erez <qca_merez@qca.qualcomm.com>
1911 L: linux-wireless@vger.kernel.org
1912 L: wil6210@qca.qualcomm.com
1913 S: Supported
1914 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1915 F: drivers/net/wireless/ath/wil6210/
1916 F: include/uapi/linux/wil6210_uapi.h
1917
1918 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1919 M: Christian Lamparter <chunkeey@googlemail.com>
1920 L: linux-wireless@vger.kernel.org
1921 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1922 S: Maintained
1923 F: drivers/net/wireless/ath/carl9170/
1924
1925 ATK0110 HWMON DRIVER
1926 M: Luca Tettamanti <kronos.it@gmail.com>
1927 L: lm-sensors@lm-sensors.org
1928 S: Maintained
1929 F: drivers/hwmon/asus_atk0110.c
1930
1931 ATI_REMOTE2 DRIVER
1932 M: Ville Syrjala <syrjala@sci.fi>
1933 S: Maintained
1934 F: drivers/input/misc/ati_remote2.c
1935
1936 ATLX ETHERNET DRIVERS
1937 M: Jay Cliburn <jcliburn@gmail.com>
1938 M: Chris Snook <chris.snook@gmail.com>
1939 L: netdev@vger.kernel.org
1940 W: http://sourceforge.net/projects/atl1
1941 W: http://atl1.sourceforge.net
1942 S: Maintained
1943 F: drivers/net/ethernet/atheros/
1944
1945 ATM
1946 M: Chas Williams <3chas3@gmail.com>
1947 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1948 L: netdev@vger.kernel.org
1949 W: http://linux-atm.sourceforge.net
1950 S: Maintained
1951 F: drivers/atm/
1952 F: include/linux/atm*
1953 F: include/uapi/linux/atm*
1954
1955 ATMEL AT91 / AT32 MCI DRIVER
1956 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1957 S: Maintained
1958 F: drivers/mmc/host/atmel-mci.c
1959
1960 ATMEL AT91 / AT32 SERIAL DRIVER
1961 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1962 S: Supported
1963 F: drivers/tty/serial/atmel_serial.c
1964
1965 ATMEL Audio ALSA driver
1966 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1967 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1968 S: Supported
1969 F: sound/soc/atmel
1970
1971 ATMEL DMA DRIVER
1972 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1973 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 S: Supported
1975 F: drivers/dma/at_hdmac.c
1976 F: drivers/dma/at_hdmac_regs.h
1977 F: include/linux/platform_data/dma-atmel.h
1978
1979 ATMEL XDMA DRIVER
1980 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1981 L: linux-arm-kernel@lists.infradead.org
1982 L: dmaengine@vger.kernel.org
1983 S: Supported
1984 F: drivers/dma/at_xdmac.c
1985
1986 ATMEL I2C DRIVER
1987 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1988 L: linux-i2c@vger.kernel.org
1989 S: Supported
1990 F: drivers/i2c/busses/i2c-at91.c
1991
1992 ATMEL ISI DRIVER
1993 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1994 L: linux-media@vger.kernel.org
1995 S: Supported
1996 F: drivers/media/platform/soc_camera/atmel-isi.c
1997 F: include/media/atmel-isi.h
1998
1999 ATMEL LCDFB DRIVER
2000 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2001 L: linux-fbdev@vger.kernel.org
2002 S: Maintained
2003 F: drivers/video/fbdev/atmel_lcdfb.c
2004 F: include/video/atmel_lcdc.h
2005
2006 ATMEL MACB ETHERNET DRIVER
2007 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2008 S: Supported
2009 F: drivers/net/ethernet/cadence/
2010
2011 ATMEL NAND DRIVER
2012 M: Wenyou Yang <wenyou.yang@atmel.com>
2013 M: Josh Wu <rainyfeeling@outlook.com>
2014 L: linux-mtd@lists.infradead.org
2015 S: Supported
2016 F: drivers/mtd/nand/atmel_nand*
2017
2018 ATMEL SDMMC DRIVER
2019 M: Ludovic Desroches <ludovic.desroches@atmel.com>
2020 L: linux-mmc@vger.kernel.org
2021 S: Supported
2022 F: drivers/mmc/host/sdhci-of-at91.c
2023
2024 ATMEL SPI DRIVER
2025 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2026 S: Supported
2027 F: drivers/spi/spi-atmel.*
2028
2029 ATMEL SSC DRIVER
2030 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2032 S: Supported
2033 F: drivers/misc/atmel-ssc.c
2034 F: include/linux/atmel-ssc.h
2035
2036 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2037 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2038 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2039 S: Supported
2040 F: drivers/misc/atmel_tclib.c
2041 F: drivers/clocksource/tcb_clksrc.c
2042
2043 ATMEL USBA UDC DRIVER
2044 M: Nicolas Ferre <nicolas.ferre@atmel.com>
2045 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2046 S: Supported
2047 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2048
2049 ATMEL WIRELESS DRIVER
2050 M: Simon Kelley <simon@thekelleys.org.uk>
2051 L: linux-wireless@vger.kernel.org
2052 W: http://www.thekelleys.org.uk/atmel
2053 W: http://atmelwlandriver.sourceforge.net/
2054 S: Maintained
2055 F: drivers/net/wireless/atmel/atmel*
2056
2057 ATMEL MAXTOUCH DRIVER
2058 M: Nick Dyer <nick.dyer@itdev.co.uk>
2059 T: git git://github.com/atmel-maxtouch/linux.git
2060 S: Supported
2061 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2062 F: drivers/input/touchscreen/atmel_mxt_ts.c
2063 F: include/linux/platform_data/atmel_mxt_ts.h
2064
2065 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2066 M: Bradley Grove <linuxdrivers@attotech.com>
2067 L: linux-scsi@vger.kernel.org
2068 W: http://www.attotech.com
2069 S: Supported
2070 F: drivers/scsi/esas2r
2071
2072 ATUSB IEEE 802.15.4 RADIO DRIVER
2073 M: Stefan Schmidt <stefan@osg.samsung.com>
2074 L: linux-wpan@vger.kernel.org
2075 S: Maintained
2076 F: drivers/net/ieee802154/atusb.c
2077 F: drivers/net/ieee802154/atusb.h
2078 F: drivers/net/ieee802154/at86rf230.h
2079
2080 AUDIT SUBSYSTEM
2081 M: Paul Moore <paul@paul-moore.com>
2082 M: Eric Paris <eparis@redhat.com>
2083 L: linux-audit@redhat.com (moderated for non-subscribers)
2084 W: http://people.redhat.com/sgrubb/audit/
2085 T: git git://git.infradead.org/users/pcmoore/audit
2086 S: Maintained
2087 F: include/linux/audit.h
2088 F: include/uapi/linux/audit.h
2089 F: kernel/audit*
2090
2091 AUXILIARY DISPLAY DRIVERS
2092 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2093 W: http://miguelojeda.es/auxdisplay.htm
2094 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2095 S: Maintained
2096 F: drivers/auxdisplay/
2097 F: include/linux/cfag12864b.h
2098
2099 AVR32 ARCHITECTURE
2100 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2101 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2102 W: http://www.atmel.com/products/AVR32/
2103 W: http://mirror.egtvedt.no/avr32linux.org/
2104 W: http://avrfreaks.net/
2105 S: Maintained
2106 F: arch/avr32/
2107
2108 AVR32/AT32AP MACHINE SUPPORT
2109 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2110 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2111 S: Maintained
2112 F: arch/avr32/mach-at32ap/
2113
2114 AX.25 NETWORK LAYER
2115 M: Ralf Baechle <ralf@linux-mips.org>
2116 L: linux-hams@vger.kernel.org
2117 W: http://www.linux-ax25.org/
2118 S: Maintained
2119 F: include/uapi/linux/ax25.h
2120 F: include/net/ax25.h
2121 F: net/ax25/
2122
2123 AZ6007 DVB DRIVER
2124 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2125 L: linux-media@vger.kernel.org
2126 W: https://linuxtv.org
2127 T: git git://linuxtv.org/media_tree.git
2128 S: Maintained
2129 F: drivers/media/usb/dvb-usb-v2/az6007.c
2130
2131 AZTECH FM RADIO RECEIVER DRIVER
2132 M: Hans Verkuil <hverkuil@xs4all.nl>
2133 L: linux-media@vger.kernel.org
2134 T: git git://linuxtv.org/media_tree.git
2135 W: https://linuxtv.org
2136 S: Maintained
2137 F: drivers/media/radio/radio-aztech*
2138
2139 B43 WIRELESS DRIVER
2140 L: linux-wireless@vger.kernel.org
2141 L: b43-dev@lists.infradead.org
2142 W: http://wireless.kernel.org/en/users/Drivers/b43
2143 S: Odd Fixes
2144 F: drivers/net/wireless/broadcom/b43/
2145
2146 B43LEGACY WIRELESS DRIVER
2147 M: Larry Finger <Larry.Finger@lwfinger.net>
2148 L: linux-wireless@vger.kernel.org
2149 L: b43-dev@lists.infradead.org
2150 W: http://wireless.kernel.org/en/users/Drivers/b43
2151 S: Maintained
2152 F: drivers/net/wireless/broadcom/b43legacy/
2153
2154 BACKLIGHT CLASS/SUBSYSTEM
2155 M: Jingoo Han <jingoohan1@gmail.com>
2156 M: Lee Jones <lee.jones@linaro.org>
2157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2158 S: Maintained
2159 F: drivers/video/backlight/
2160 F: include/linux/backlight.h
2161
2162 BATMAN ADVANCED
2163 M: Marek Lindner <mareklindner@neomailbox.ch>
2164 M: Simon Wunderlich <sw@simonwunderlich.de>
2165 M: Antonio Quartulli <a@unstable.cc>
2166 L: b.a.t.m.a.n@lists.open-mesh.org
2167 W: http://www.open-mesh.org/
2168 S: Maintained
2169 F: net/batman-adv/
2170
2171 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2172 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2173 L: linux-hams@vger.kernel.org
2174 W: http://www.baycom.org/~tom/ham/ham.html
2175 S: Maintained
2176 F: drivers/net/hamradio/baycom*
2177
2178 BCACHE (BLOCK LAYER CACHE)
2179 M: Kent Overstreet <kent.overstreet@gmail.com>
2180 L: linux-bcache@vger.kernel.org
2181 W: http://bcache.evilpiepirate.org
2182 S: Maintained
2183 F: drivers/md/bcache/
2184
2185 BDISP ST MEDIA DRIVER
2186 M: Fabien Dessenne <fabien.dessenne@st.com>
2187 L: linux-media@vger.kernel.org
2188 T: git git://linuxtv.org/media_tree.git
2189 W: https://linuxtv.org
2190 S: Supported
2191 F: drivers/media/platform/sti/bdisp
2192
2193 BEFS FILE SYSTEM
2194 S: Orphan
2195 F: Documentation/filesystems/befs.txt
2196 F: fs/befs/
2197
2198 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2199 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2200 L: netdev@vger.kernel.org
2201 S: Maintained
2202 F: drivers/net/ethernet/ec_bhf.c
2203
2204 BFS FILE SYSTEM
2205 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2206 S: Maintained
2207 F: Documentation/filesystems/bfs.txt
2208 F: fs/bfs/
2209 F: include/uapi/linux/bfs_fs.h
2210
2211 BLACKFIN ARCHITECTURE
2212 M: Steven Miao <realmz6@gmail.com>
2213 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2214 T: git git://git.code.sf.net/p/adi-linux/code
2215 W: http://blackfin.uclinux.org
2216 S: Supported
2217 F: arch/blackfin/
2218
2219 BLACKFIN EMAC DRIVER
2220 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2221 W: http://blackfin.uclinux.org
2222 S: Supported
2223 F: drivers/net/ethernet/adi/
2224
2225 BLACKFIN RTC DRIVER
2226 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2227 W: http://blackfin.uclinux.org
2228 S: Supported
2229 F: drivers/rtc/rtc-bfin.c
2230
2231 BLACKFIN SDH DRIVER
2232 M: Sonic Zhang <sonic.zhang@analog.com>
2233 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2234 W: http://blackfin.uclinux.org
2235 S: Supported
2236 F: drivers/mmc/host/bfin_sdh.c
2237
2238 BLACKFIN SERIAL DRIVER
2239 M: Sonic Zhang <sonic.zhang@analog.com>
2240 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2241 W: http://blackfin.uclinux.org
2242 S: Supported
2243 F: drivers/tty/serial/bfin_uart.c
2244
2245 BLACKFIN WATCHDOG DRIVER
2246 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2247 W: http://blackfin.uclinux.org
2248 S: Supported
2249 F: drivers/watchdog/bfin_wdt.c
2250
2251 BLACKFIN I2C TWI DRIVER
2252 M: Sonic Zhang <sonic.zhang@analog.com>
2253 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2254 W: http://blackfin.uclinux.org/
2255 S: Supported
2256 F: drivers/i2c/busses/i2c-bfin-twi.c
2257
2258 BLACKFIN MEDIA DRIVER
2259 M: Scott Jiang <scott.jiang.linux@gmail.com>
2260 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 W: http://blackfin.uclinux.org/
2262 S: Supported
2263 F: drivers/media/platform/blackfin/
2264 F: drivers/media/i2c/adv7183*
2265 F: drivers/media/i2c/vs6624*
2266
2267 BLINKM RGB LED DRIVER
2268 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2269 S: Maintained
2270 F: drivers/leds/leds-blinkm.c
2271
2272 BLOCK LAYER
2273 M: Jens Axboe <axboe@kernel.dk>
2274 L: linux-block@vger.kernel.org
2275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2276 S: Maintained
2277 F: block/
2278 F: kernel/trace/blktrace.c
2279
2280 BLOCK2MTD DRIVER
2281 M: Joern Engel <joern@lazybastard.org>
2282 L: linux-mtd@lists.infradead.org
2283 S: Maintained
2284 F: drivers/mtd/devices/block2mtd.c
2285
2286 BLUETOOTH DRIVERS
2287 M: Marcel Holtmann <marcel@holtmann.org>
2288 M: Gustavo Padovan <gustavo@padovan.org>
2289 M: Johan Hedberg <johan.hedberg@gmail.com>
2290 L: linux-bluetooth@vger.kernel.org
2291 W: http://www.bluez.org/
2292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2294 S: Maintained
2295 F: drivers/bluetooth/
2296
2297 BLUETOOTH SUBSYSTEM
2298 M: Marcel Holtmann <marcel@holtmann.org>
2299 M: Gustavo Padovan <gustavo@padovan.org>
2300 M: Johan Hedberg <johan.hedberg@gmail.com>
2301 L: linux-bluetooth@vger.kernel.org
2302 W: http://www.bluez.org/
2303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2305 S: Maintained
2306 F: net/bluetooth/
2307 F: include/net/bluetooth/
2308
2309 BONDING DRIVER
2310 M: Jay Vosburgh <j.vosburgh@gmail.com>
2311 M: Veaceslav Falico <vfalico@gmail.com>
2312 M: Andy Gospodarek <gospo@cumulusnetworks.com>
2313 L: netdev@vger.kernel.org
2314 W: http://sourceforge.net/projects/bonding/
2315 S: Supported
2316 F: drivers/net/bonding/
2317 F: include/uapi/linux/if_bonding.h
2318
2319 BPF (Safe dynamic programs and tools)
2320 M: Alexei Starovoitov <ast@kernel.org>
2321 L: netdev@vger.kernel.org
2322 L: linux-kernel@vger.kernel.org
2323 S: Supported
2324 F: kernel/bpf/
2325
2326 BROADCOM B44 10/100 ETHERNET DRIVER
2327 M: Gary Zambrano <zambrano@broadcom.com>
2328 L: netdev@vger.kernel.org
2329 S: Supported
2330 F: drivers/net/ethernet/broadcom/b44.*
2331
2332 BROADCOM GENET ETHERNET DRIVER
2333 M: Florian Fainelli <f.fainelli@gmail.com>
2334 L: netdev@vger.kernel.org
2335 S: Supported
2336 F: drivers/net/ethernet/broadcom/genet/
2337
2338 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2339 M: Sony Chacko <sony.chacko@qlogic.com>
2340 M: Dept-HSGLinuxNICDev@qlogic.com
2341 L: netdev@vger.kernel.org
2342 S: Supported
2343 F: drivers/net/ethernet/broadcom/bnx2.*
2344 F: drivers/net/ethernet/broadcom/bnx2_*
2345
2346 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2347 M: Ariel Elior <ariel.elior@qlogic.com>
2348 L: netdev@vger.kernel.org
2349 S: Supported
2350 F: drivers/net/ethernet/broadcom/bnx2x/
2351
2352 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2353 M: Florian Fainelli <f.fainelli@gmail.com>
2354 M: Ray Jui <rjui@broadcom.com>
2355 M: Scott Branden <sbranden@broadcom.com>
2356 L: bcm-kernel-feedback-list@broadcom.com
2357 T: git git://github.com/broadcom/mach-bcm
2358 S: Maintained
2359 F: arch/arm/mach-bcm/
2360 F: arch/arm/boot/dts/bcm113*
2361 F: arch/arm/boot/dts/bcm216*
2362 F: arch/arm/boot/dts/bcm281*
2363 F: arch/arm64/boot/dts/broadcom/
2364 F: arch/arm/configs/bcm_defconfig
2365 F: drivers/mmc/host/sdhci-bcm-kona.c
2366 F: drivers/clocksource/bcm_kona_timer.c
2367
2368 BROADCOM BCM2835 ARM ARCHITECTURE
2369 M: Stephen Warren <swarren@wwwdotorg.org>
2370 M: Lee Jones <lee@kernel.org>
2371 M: Eric Anholt <eric@anholt.net>
2372 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2373 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2375 S: Maintained
2376 N: bcm2835
2377
2378 BROADCOM BCM47XX MIPS ARCHITECTURE
2379 M: Hauke Mehrtens <hauke@hauke-m.de>
2380 M: Rafał Miłecki <zajec5@gmail.com>
2381 L: linux-mips@linux-mips.org
2382 S: Maintained
2383 F: arch/mips/bcm47xx/*
2384 F: arch/mips/include/asm/mach-bcm47xx/*
2385
2386 BROADCOM BCM5301X ARM ARCHITECTURE
2387 M: Hauke Mehrtens <hauke@hauke-m.de>
2388 L: linux-arm-kernel@lists.infradead.org
2389 S: Maintained
2390 F: arch/arm/mach-bcm/bcm_5301x.c
2391 F: arch/arm/boot/dts/bcm5301x.dtsi
2392 F: arch/arm/boot/dts/bcm470*
2393
2394 BROADCOM BCM63XX ARM ARCHITECTURE
2395 M: Florian Fainelli <f.fainelli@gmail.com>
2396 L: linux-arm-kernel@lists.infradead.org
2397 T: git git://github.com/broadcom/arm-bcm63xx.git
2398 S: Maintained
2399 F: arch/arm/mach-bcm/bcm63xx.c
2400 F: arch/arm/include/debug/bcm63xx.S
2401
2402 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2403 M: Kevin Cernekee <cernekee@gmail.com>
2404 L: linux-usb@vger.kernel.org
2405 S: Maintained
2406 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2407
2408 BROADCOM BCM7XXX ARM ARCHITECTURE
2409 M: Brian Norris <computersforpeace@gmail.com>
2410 M: Gregory Fong <gregory.0xf0@gmail.com>
2411 M: Florian Fainelli <f.fainelli@gmail.com>
2412 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2413 L: bcm-kernel-feedback-list@broadcom.com
2414 T: git git://github.com/broadcom/stblinux.git
2415 S: Maintained
2416 F: arch/arm/mach-bcm/*brcmstb*
2417 F: arch/arm/boot/dts/bcm7*.dts*
2418 F: drivers/bus/brcmstb_gisb.c
2419 N: brcmstb
2420
2421 BROADCOM BMIPS MIPS ARCHITECTURE
2422 M: Kevin Cernekee <cernekee@gmail.com>
2423 M: Florian Fainelli <f.fainelli@gmail.com>
2424 L: linux-mips@linux-mips.org
2425 T: git git://github.com/broadcom/stblinux.git
2426 S: Maintained
2427 F: arch/mips/bmips/*
2428 F: arch/mips/include/asm/mach-bmips/*
2429 F: arch/mips/kernel/*bmips*
2430 F: arch/mips/boot/dts/brcm/bcm*.dts*
2431 F: drivers/irqchip/irq-bcm7*
2432 F: drivers/irqchip/irq-brcmstb*
2433 F: include/linux/bcm963xx_nvram.h
2434 F: include/linux/bcm963xx_tag.h
2435
2436 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2437 M: Prashant Sreedharan <prashant@broadcom.com>
2438 M: Michael Chan <mchan@broadcom.com>
2439 L: netdev@vger.kernel.org
2440 S: Supported
2441 F: drivers/net/ethernet/broadcom/tg3.*
2442
2443 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2444 M: Brett Rudley <brudley@broadcom.com>
2445 M: Arend van Spriel <arend@broadcom.com>
2446 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2447 M: Hante Meuleman <meuleman@broadcom.com>
2448 L: linux-wireless@vger.kernel.org
2449 L: brcm80211-dev-list@broadcom.com
2450 S: Supported
2451 F: drivers/net/wireless/broadcom/brcm80211/
2452
2453 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2454 M: QLogic-Storage-Upstream@qlogic.com
2455 L: linux-scsi@vger.kernel.org
2456 S: Supported
2457 F: drivers/scsi/bnx2fc/
2458
2459 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2460 M: QLogic-Storage-Upstream@qlogic.com
2461 L: linux-scsi@vger.kernel.org
2462 S: Supported
2463 F: drivers/scsi/bnx2i/
2464
2465 BROADCOM IPROC ARM ARCHITECTURE
2466 M: Ray Jui <rjui@broadcom.com>
2467 M: Scott Branden <sbranden@broadcom.com>
2468 M: Jon Mason <jonmason@broadcom.com>
2469 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2470 L: bcm-kernel-feedback-list@broadcom.com
2471 T: git git://github.com/broadcom/cygnus-linux.git
2472 S: Maintained
2473 N: iproc
2474 N: cygnus
2475 N: nsp
2476 N: bcm9113*
2477 N: bcm9583*
2478 N: bcm9585*
2479 N: bcm9586*
2480 N: bcm988312
2481 N: bcm113*
2482 N: bcm583*
2483 N: bcm585*
2484 N: bcm586*
2485 N: bcm88312
2486
2487 BROADCOM BRCMSTB GPIO DRIVER
2488 M: Gregory Fong <gregory.0xf0@gmail.com>
2489 L: bcm-kernel-feedback-list@broadcom.com
2490 S: Supported
2491 F: drivers/gpio/gpio-brcmstb.c
2492 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2493
2494 BROADCOM KONA GPIO DRIVER
2495 M: Ray Jui <rjui@broadcom.com>
2496 L: bcm-kernel-feedback-list@broadcom.com
2497 S: Supported
2498 F: drivers/gpio/gpio-bcm-kona.c
2499 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2500
2501 BROADCOM NVRAM DRIVER
2502 M: Rafał Miłecki <zajec5@gmail.com>
2503 L: linux-mips@linux-mips.org
2504 S: Maintained
2505 F: drivers/firmware/broadcom/*
2506
2507 BROADCOM STB NAND FLASH DRIVER
2508 M: Brian Norris <computersforpeace@gmail.com>
2509 M: Kamal Dasu <kdasu.kdev@gmail.com>
2510 L: linux-mtd@lists.infradead.org
2511 L: bcm-kernel-feedback-list@broadcom.com
2512 S: Maintained
2513 F: drivers/mtd/nand/brcmnand/
2514
2515 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2516 M: Rafał Miłecki <zajec5@gmail.com>
2517 L: linux-wireless@vger.kernel.org
2518 S: Maintained
2519 F: drivers/bcma/
2520 F: include/linux/bcma/
2521
2522 BROADCOM SYSTEMPORT ETHERNET DRIVER
2523 M: Florian Fainelli <f.fainelli@gmail.com>
2524 L: netdev@vger.kernel.org
2525 S: Supported
2526 F: drivers/net/ethernet/broadcom/bcmsysport.*
2527
2528 BROCADE BFA FC SCSI DRIVER
2529 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2530 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2531 L: linux-scsi@vger.kernel.org
2532 S: Supported
2533 F: drivers/scsi/bfa/
2534
2535 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2536 M: Rasesh Mody <rasesh.mody@qlogic.com>
2537 L: netdev@vger.kernel.org
2538 S: Supported
2539 F: drivers/net/ethernet/brocade/bna/
2540
2541 BSG (block layer generic sg v4 driver)
2542 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2543 L: linux-scsi@vger.kernel.org
2544 S: Supported
2545 F: block/bsg.c
2546 F: include/linux/bsg.h
2547 F: include/uapi/linux/bsg.h
2548
2549 BT87X AUDIO DRIVER
2550 M: Clemens Ladisch <clemens@ladisch.de>
2551 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2552 T: git git://git.alsa-project.org/alsa-kernel.git
2553 S: Maintained
2554 F: Documentation/sound/alsa/Bt87x.txt
2555 F: sound/pci/bt87x.c
2556
2557 BT8XXGPIO DRIVER
2558 M: Michael Buesch <m@bues.ch>
2559 W: http://bu3sch.de/btgpio.php
2560 S: Maintained
2561 F: drivers/gpio/gpio-bt8xx.c
2562
2563 BTRFS FILE SYSTEM
2564 M: Chris Mason <clm@fb.com>
2565 M: Josef Bacik <jbacik@fb.com>
2566 M: David Sterba <dsterba@suse.com>
2567 L: linux-btrfs@vger.kernel.org
2568 W: http://btrfs.wiki.kernel.org/
2569 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2571 S: Maintained
2572 F: Documentation/filesystems/btrfs.txt
2573 F: fs/btrfs/
2574
2575 BTTV VIDEO4LINUX DRIVER
2576 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2577 L: linux-media@vger.kernel.org
2578 W: https://linuxtv.org
2579 T: git git://linuxtv.org/media_tree.git
2580 S: Odd fixes
2581 F: Documentation/video4linux/bttv/
2582 F: drivers/media/pci/bt8xx/bttv*
2583
2584 BUSLOGIC SCSI DRIVER
2585 M: Khalid Aziz <khalid@gonehiking.org>
2586 L: linux-scsi@vger.kernel.org
2587 S: Maintained
2588 F: drivers/scsi/BusLogic.*
2589 F: drivers/scsi/FlashPoint.*
2590
2591 C-MEDIA CMI8788 DRIVER
2592 M: Clemens Ladisch <clemens@ladisch.de>
2593 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2594 T: git git://git.alsa-project.org/alsa-kernel.git
2595 S: Maintained
2596 F: sound/pci/oxygen/
2597
2598 C6X ARCHITECTURE
2599 M: Mark Salter <msalter@redhat.com>
2600 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2601 L: linux-c6x-dev@linux-c6x.org
2602 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2603 S: Maintained
2604 F: arch/c6x/
2605
2606 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2607 M: David Howells <dhowells@redhat.com>
2608 L: linux-cachefs@redhat.com (moderated for non-subscribers)
2609 S: Supported
2610 F: Documentation/filesystems/caching/cachefiles.txt
2611 F: fs/cachefiles/
2612
2613 CADET FM/AM RADIO RECEIVER DRIVER
2614 M: Hans Verkuil <hverkuil@xs4all.nl>
2615 L: linux-media@vger.kernel.org
2616 T: git git://linuxtv.org/media_tree.git
2617 W: https://linuxtv.org
2618 S: Maintained
2619 F: drivers/media/radio/radio-cadet*
2620
2621 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2622 M: Jonathan Corbet <corbet@lwn.net>
2623 L: linux-media@vger.kernel.org
2624 T: git git://linuxtv.org/media_tree.git
2625 S: Maintained
2626 F: Documentation/video4linux/cafe_ccic
2627 F: drivers/media/platform/marvell-ccic/
2628
2629 CAIF NETWORK LAYER
2630 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2631 L: netdev@vger.kernel.org
2632 S: Supported
2633 F: Documentation/networking/caif/
2634 F: drivers/net/caif/
2635 F: include/uapi/linux/caif/
2636 F: include/net/caif/
2637 F: net/caif/
2638
2639 CALGARY x86-64 IOMMU
2640 M: Muli Ben-Yehuda <muli@il.ibm.com>
2641 M: "Jon D. Mason" <jdmason@kudzu.us>
2642 L: discuss@x86-64.org
2643 S: Maintained
2644 F: arch/x86/kernel/pci-calgary_64.c
2645 F: arch/x86/kernel/tce_64.c
2646 F: arch/x86/include/asm/calgary.h
2647 F: arch/x86/include/asm/tce.h
2648
2649 CAN NETWORK LAYER
2650 M: Oliver Hartkopp <socketcan@hartkopp.net>
2651 M: Marc Kleine-Budde <mkl@pengutronix.de>
2652 L: linux-can@vger.kernel.org
2653 W: https://github.com/linux-can
2654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2656 S: Maintained
2657 F: Documentation/networking/can.txt
2658 F: net/can/
2659 F: include/linux/can/core.h
2660 F: include/uapi/linux/can.h
2661 F: include/uapi/linux/can/bcm.h
2662 F: include/uapi/linux/can/raw.h
2663 F: include/uapi/linux/can/gw.h
2664
2665 CAN NETWORK DRIVERS
2666 M: Wolfgang Grandegger <wg@grandegger.com>
2667 M: Marc Kleine-Budde <mkl@pengutronix.de>
2668 L: linux-can@vger.kernel.org
2669 W: https://github.com/linux-can
2670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2672 S: Maintained
2673 F: drivers/net/can/
2674 F: include/linux/can/dev.h
2675 F: include/linux/can/platform/
2676 F: include/uapi/linux/can/error.h
2677 F: include/uapi/linux/can/netlink.h
2678
2679 CAPABILITIES
2680 M: Serge Hallyn <serge.hallyn@canonical.com>
2681 L: linux-security-module@vger.kernel.org
2682 S: Supported
2683 F: include/linux/capability.h
2684 F: include/uapi/linux/capability.h
2685 F: security/commoncap.c
2686 F: kernel/capability.c
2687
2688 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2689 M: Kevin Tsai <ktsai@capellamicro.com>
2690 S: Maintained
2691 F: drivers/iio/light/cm*
2692 F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2693
2694 CAVIUM LIQUIDIO NETWORK DRIVER
2695 M: Derek Chickles <derek.chickles@caviumnetworks.com>
2696 M: Satanand Burla <satananda.burla@caviumnetworks.com>
2697 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2698 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2699 L: netdev@vger.kernel.org
2700 W: http://www.cavium.com
2701 S: Supported
2702 F: drivers/net/ethernet/cavium/liquidio/
2703
2704 CC2520 IEEE-802.15.4 RADIO DRIVER
2705 M: Varka Bhadram <varkabhadram@gmail.com>
2706 L: linux-wpan@vger.kernel.org
2707 S: Maintained
2708 F: drivers/net/ieee802154/cc2520.c
2709 F: include/linux/spi/cc2520.h
2710 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2711
2712 CELL BROADBAND ENGINE ARCHITECTURE
2713 M: Arnd Bergmann <arnd@arndb.de>
2714 L: linuxppc-dev@lists.ozlabs.org
2715 W: http://www.ibm.com/developerworks/power/cell/
2716 S: Supported
2717 F: arch/powerpc/include/asm/cell*.h
2718 F: arch/powerpc/include/asm/spu*.h
2719 F: arch/powerpc/include/uapi/asm/spu*.h
2720 F: arch/powerpc/oprofile/*cell*
2721 F: arch/powerpc/platforms/cell/
2722
2723 CEPH COMMON CODE (LIBCEPH)
2724 M: Ilya Dryomov <idryomov@gmail.com>
2725 M: "Yan, Zheng" <zyan@redhat.com>
2726 M: Sage Weil <sage@redhat.com>
2727 L: ceph-devel@vger.kernel.org
2728 W: http://ceph.com/
2729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2730 T: git git://github.com/ceph/ceph-client.git
2731 S: Supported
2732 F: net/ceph/
2733 F: include/linux/ceph/
2734 F: include/linux/crush/
2735
2736 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2737 M: "Yan, Zheng" <zyan@redhat.com>
2738 M: Sage Weil <sage@redhat.com>
2739 M: Ilya Dryomov <idryomov@gmail.com>
2740 L: ceph-devel@vger.kernel.org
2741 W: http://ceph.com/
2742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2743 T: git git://github.com/ceph/ceph-client.git
2744 S: Supported
2745 F: Documentation/filesystems/ceph.txt
2746 F: fs/ceph/
2747
2748 CERTIFICATE HANDLING:
2749 M: David Howells <dhowells@redhat.com>
2750 M: David Woodhouse <dwmw2@infradead.org>
2751 L: keyrings@vger.kernel.org
2752 S: Maintained
2753 F: Documentation/module-signing.txt
2754 F: certs/
2755 F: scripts/sign-file.c
2756 F: scripts/extract-cert.c
2757
2758 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2759 L: linux-usb@vger.kernel.org
2760 S: Orphan
2761 F: Documentation/usb/WUSB-Design-overview.txt
2762 F: Documentation/usb/wusb-cbaf
2763 F: drivers/usb/host/hwa-hc.c
2764 F: drivers/usb/host/whci/
2765 F: drivers/usb/wusbcore/
2766 F: include/linux/usb/wusb*
2767
2768 CFAG12864B LCD DRIVER
2769 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2770 W: http://miguelojeda.es/auxdisplay.htm
2771 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2772 S: Maintained
2773 F: drivers/auxdisplay/cfag12864b.c
2774 F: include/linux/cfag12864b.h
2775
2776 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2777 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2778 W: http://miguelojeda.es/auxdisplay.htm
2779 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2780 S: Maintained
2781 F: drivers/auxdisplay/cfag12864bfb.c
2782 F: include/linux/cfag12864b.h
2783
2784 CFG80211 and NL80211
2785 M: Johannes Berg <johannes@sipsolutions.net>
2786 L: linux-wireless@vger.kernel.org
2787 W: http://wireless.kernel.org/
2788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2790 S: Maintained
2791 F: include/uapi/linux/nl80211.h
2792 F: include/net/cfg80211.h
2793 F: net/wireless/*
2794 X: net/wireless/wext*
2795
2796 CHAR and MISC DRIVERS
2797 M: Arnd Bergmann <arnd@arndb.de>
2798 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2800 S: Supported
2801 F: drivers/char/*
2802 F: drivers/misc/*
2803 F: include/linux/miscdevice.h
2804
2805 CHECKPATCH
2806 M: Andy Whitcroft <apw@canonical.com>
2807 M: Joe Perches <joe@perches.com>
2808 S: Maintained
2809 F: scripts/checkpatch.pl
2810
2811 CHINESE DOCUMENTATION
2812 M: Harry Wei <harryxiyou@gmail.com>
2813 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2814 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2815 S: Maintained
2816 F: Documentation/zh_CN/
2817
2818 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2819 M: Peter Chen <Peter.Chen@nxp.com>
2820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2821 L: linux-usb@vger.kernel.org
2822 S: Maintained
2823 F: drivers/usb/chipidea/
2824
2825 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2826 M: Hans de Goede <hdegoede@redhat.com>
2827 L: linux-input@vger.kernel.org
2828 S: Maintained
2829 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2830 F: drivers/input/touchscreen/chipone_icn8318.c
2831
2832 CHROME HARDWARE PLATFORM SUPPORT
2833 M: Olof Johansson <olof@lixom.net>
2834 S: Maintained
2835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2836 F: drivers/platform/chrome/
2837
2838 CISCO VIC ETHERNET NIC DRIVER
2839 M: Christian Benvenuti <benve@cisco.com>
2840 M: Sujith Sankar <ssujith@cisco.com>
2841 M: Govindarajulu Varadarajan <_govind@gmx.com>
2842 M: Neel Patel <neepatel@cisco.com>
2843 S: Supported
2844 F: drivers/net/ethernet/cisco/enic/
2845
2846 CISCO VIC LOW LATENCY NIC DRIVER
2847 M: Christian Benvenuti <benve@cisco.com>
2848 M: Dave Goodell <dgoodell@cisco.com>
2849 S: Supported
2850 F: drivers/infiniband/hw/usnic/
2851
2852 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2853 M: Hartley Sweeten <hsweeten@visionengravers.com>
2854 L: netdev@vger.kernel.org
2855 S: Maintained
2856 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2857
2858 CIRRUS LOGIC AUDIO CODEC DRIVERS
2859 M: Brian Austin <brian.austin@cirrus.com>
2860 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2861 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2862 S: Maintained
2863 F: sound/soc/codecs/cs*
2864
2865 CLEANCACHE API
2866 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2867 L: linux-kernel@vger.kernel.org
2868 S: Maintained
2869 F: mm/cleancache.c
2870 F: include/linux/cleancache.h
2871
2872 CLK API
2873 M: Russell King <linux@arm.linux.org.uk>
2874 L: linux-clk@vger.kernel.org
2875 S: Maintained
2876 F: include/linux/clk.h
2877
2878 CLOCKSOURCE, CLOCKEVENT DRIVERS
2879 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2880 M: Thomas Gleixner <tglx@linutronix.de>
2881 L: linux-kernel@vger.kernel.org
2882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2883 S: Supported
2884 F: drivers/clocksource
2885
2886 CISCO FCOE HBA DRIVER
2887 M: Hiral Patel <hiralpat@cisco.com>
2888 M: Suma Ramars <sramars@cisco.com>
2889 M: Brian Uchino <buchino@cisco.com>
2890 L: linux-scsi@vger.kernel.org
2891 S: Supported
2892 F: drivers/scsi/fnic/
2893
2894 CISCO SCSI HBA DRIVER
2895 M: Narsimhulu Musini <nmusini@cisco.com>
2896 M: Sesidhar Baddela <sebaddel@cisco.com>
2897 L: linux-scsi@vger.kernel.org
2898 S: Supported
2899 F: drivers/scsi/snic/
2900
2901 CMPC ACPI DRIVER
2902 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2903 M: Daniel Oliveira Nascimento <don@syst.com.br>
2904 L: platform-driver-x86@vger.kernel.org
2905 S: Supported
2906 F: drivers/platform/x86/classmate-laptop.c
2907
2908 COBALT MEDIA DRIVER
2909 M: Hans Verkuil <hans.verkuil@cisco.com>
2910 L: linux-media@vger.kernel.org
2911 T: git git://linuxtv.org/media_tree.git
2912 W: https://linuxtv.org
2913 S: Supported
2914 F: drivers/media/pci/cobalt/
2915
2916 COCCINELLE/Semantic Patches (SmPL)
2917 M: Julia Lawall <Julia.Lawall@lip6.fr>
2918 M: Gilles Muller <Gilles.Muller@lip6.fr>
2919 M: Nicolas Palix <nicolas.palix@imag.fr>
2920 M: Michal Marek <mmarek@suse.com>
2921 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2923 W: http://coccinelle.lip6.fr/
2924 S: Supported
2925 F: Documentation/coccinelle.txt
2926 F: scripts/coccinelle/
2927 F: scripts/coccicheck
2928
2929 CODA FILE SYSTEM
2930 M: Jan Harkes <jaharkes@cs.cmu.edu>
2931 M: coda@cs.cmu.edu
2932 L: codalist@coda.cs.cmu.edu
2933 W: http://www.coda.cs.cmu.edu/
2934 S: Maintained
2935 F: Documentation/filesystems/coda.txt
2936 F: fs/coda/
2937 F: include/linux/coda*.h
2938 F: include/uapi/linux/coda*.h
2939
2940 CODA V4L2 MEM2MEM DRIVER
2941 M: Philipp Zabel <p.zabel@pengutronix.de>
2942 L: linux-media@vger.kernel.org
2943 S: Maintained
2944 F: Documentation/devicetree/bindings/media/coda.txt
2945 F: drivers/media/platform/coda/
2946
2947 COMMON CLK FRAMEWORK
2948 M: Michael Turquette <mturquette@baylibre.com>
2949 M: Stephen Boyd <sboyd@codeaurora.org>
2950 L: linux-clk@vger.kernel.org
2951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2952 S: Maintained
2953 F: drivers/clk/
2954 X: drivers/clk/clkdev.c
2955 F: include/linux/clk-pr*
2956 F: include/linux/clk/
2957
2958 COMMON INTERNET FILE SYSTEM (CIFS)
2959 M: Steve French <sfrench@samba.org>
2960 L: linux-cifs@vger.kernel.org
2961 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2962 W: http://linux-cifs.samba.org/
2963 T: git git://git.samba.org/sfrench/cifs-2.6.git
2964 S: Supported
2965 F: Documentation/filesystems/cifs/
2966 F: fs/cifs/
2967
2968 COMPACTPCI HOTPLUG CORE
2969 M: Scott Murray <scott@spiteful.org>
2970 L: linux-pci@vger.kernel.org
2971 S: Maintained
2972 F: drivers/pci/hotplug/cpci_hotplug*
2973
2974 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2975 M: Scott Murray <scott@spiteful.org>
2976 L: linux-pci@vger.kernel.org
2977 S: Maintained
2978 F: drivers/pci/hotplug/cpcihp_zt5550.*
2979
2980 COMPACTPCI HOTPLUG GENERIC DRIVER
2981 M: Scott Murray <scott@spiteful.org>
2982 L: linux-pci@vger.kernel.org
2983 S: Maintained
2984 F: drivers/pci/hotplug/cpcihp_generic.c
2985
2986 COMPAL LAPTOP SUPPORT
2987 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2988 L: platform-driver-x86@vger.kernel.org
2989 S: Maintained
2990 F: drivers/platform/x86/compal-laptop.c
2991
2992 CONEXANT ACCESSRUNNER USB DRIVER
2993 L: accessrunner-general@lists.sourceforge.net
2994 W: http://accessrunner.sourceforge.net/
2995 S: Orphan
2996 F: drivers/usb/atm/cxacru.c
2997
2998 CONFIGFS
2999 M: Joel Becker <jlbec@evilplan.org>
3000 M: Christoph Hellwig <hch@lst.de>
3001 T: git git://git.infradead.org/users/hch/configfs.git
3002 S: Supported
3003 F: fs/configfs/
3004 F: include/linux/configfs.h
3005
3006 CONNECTOR
3007 M: Evgeniy Polyakov <zbr@ioremap.net>
3008 L: netdev@vger.kernel.org
3009 S: Maintained
3010 F: drivers/connector/
3011
3012 CONTROL GROUP (CGROUP)
3013 M: Tejun Heo <tj@kernel.org>
3014 M: Li Zefan <lizefan@huawei.com>
3015 M: Johannes Weiner <hannes@cmpxchg.org>
3016 L: cgroups@vger.kernel.org
3017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3018 S: Maintained
3019 F: Documentation/cgroups/
3020 F: include/linux/cgroup*
3021 F: kernel/cgroup*
3022
3023 CONTROL GROUP - CPUSET
3024 M: Li Zefan <lizefan@huawei.com>
3025 L: cgroups@vger.kernel.org
3026 W: http://www.bullopensource.org/cpuset/
3027 W: http://oss.sgi.com/projects/cpusets/
3028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3029 S: Maintained
3030 F: Documentation/cgroups/cpusets.txt
3031 F: include/linux/cpuset.h
3032 F: kernel/cpuset.c
3033
3034 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3035 M: Johannes Weiner <hannes@cmpxchg.org>
3036 M: Michal Hocko <mhocko@kernel.org>
3037 M: Vladimir Davydov <vdavydov@virtuozzo.com>
3038 L: cgroups@vger.kernel.org
3039 L: linux-mm@kvack.org
3040 S: Maintained
3041 F: mm/memcontrol.c
3042 F: mm/swap_cgroup.c
3043
3044 CORETEMP HARDWARE MONITORING DRIVER
3045 M: Fenghua Yu <fenghua.yu@intel.com>
3046 L: lm-sensors@lm-sensors.org
3047 S: Maintained
3048 F: Documentation/hwmon/coretemp
3049 F: drivers/hwmon/coretemp.c
3050
3051 COSA/SRP SYNC SERIAL DRIVER
3052 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3053 W: http://www.fi.muni.cz/~kas/cosa/
3054 S: Maintained
3055 F: drivers/net/wan/cosa*
3056
3057 CPMAC ETHERNET DRIVER
3058 M: Florian Fainelli <florian@openwrt.org>
3059 L: netdev@vger.kernel.org
3060 S: Maintained
3061 F: drivers/net/ethernet/ti/cpmac.c
3062
3063 CPU FREQUENCY DRIVERS
3064 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3065 M: Viresh Kumar <viresh.kumar@linaro.org>
3066 L: linux-pm@vger.kernel.org
3067 S: Maintained
3068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3069 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3070 F: drivers/cpufreq/
3071 F: include/linux/cpufreq.h
3072
3073 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3074 M: Viresh Kumar <viresh.kumar@linaro.org>
3075 M: Sudeep Holla <sudeep.holla@arm.com>
3076 L: linux-pm@vger.kernel.org
3077 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3078 S: Maintained
3079 F: drivers/cpufreq/arm_big_little.h
3080 F: drivers/cpufreq/arm_big_little.c
3081 F: drivers/cpufreq/arm_big_little_dt.c
3082
3083 CPUIDLE DRIVER - ARM BIG LITTLE
3084 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3085 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3086 L: linux-pm@vger.kernel.org
3087 L: linux-arm-kernel@lists.infradead.org
3088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3089 S: Maintained
3090 F: drivers/cpuidle/cpuidle-big_little.c
3091
3092 CPUIDLE DRIVER - ARM EXYNOS
3093 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3094 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3095 M: Kukjin Kim <kgene@kernel.org>
3096 L: linux-pm@vger.kernel.org
3097 L: linux-samsung-soc@vger.kernel.org
3098 S: Supported
3099 F: drivers/cpuidle/cpuidle-exynos.c
3100 F: arch/arm/mach-exynos/pm.c
3101
3102 CPUIDLE DRIVERS
3103 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3104 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3105 L: linux-pm@vger.kernel.org
3106 S: Maintained
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3108 F: drivers/cpuidle/*
3109 F: include/linux/cpuidle.h
3110
3111 CPUID/MSR DRIVER
3112 M: "H. Peter Anvin" <hpa@zytor.com>
3113 S: Maintained
3114 F: arch/x86/kernel/cpuid.c
3115 F: arch/x86/kernel/msr.c
3116
3117 CPU POWER MONITORING SUBSYSTEM
3118 M: Thomas Renninger <trenn@suse.com>
3119 L: linux-pm@vger.kernel.org
3120 S: Maintained
3121 F: tools/power/cpupower/
3122
3123 CRAMFS FILESYSTEM
3124 W: http://sourceforge.net/projects/cramfs/
3125 S: Orphan / Obsolete
3126 F: Documentation/filesystems/cramfs.txt
3127 F: fs/cramfs/
3128
3129 CRIS PORT
3130 M: Mikael Starvik <starvik@axis.com>
3131 M: Jesper Nilsson <jesper.nilsson@axis.com>
3132 L: linux-cris-kernel@axis.com
3133 W: http://developer.axis.com
3134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3135 S: Maintained
3136 F: arch/cris/
3137 F: drivers/tty/serial/crisv10.*
3138
3139 CRYPTO API
3140 M: Herbert Xu <herbert@gondor.apana.org.au>
3141 M: "David S. Miller" <davem@davemloft.net>
3142 L: linux-crypto@vger.kernel.org
3143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3145 S: Maintained
3146 F: Documentation/crypto/
3147 F: Documentation/DocBook/crypto-API.tmpl
3148 F: arch/*/crypto/
3149 F: crypto/
3150 F: drivers/crypto/
3151 F: include/crypto/
3152
3153 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3154 M: Neil Horman <nhorman@tuxdriver.com>
3155 L: linux-crypto@vger.kernel.org
3156 S: Maintained
3157 F: crypto/ansi_cprng.c
3158 F: crypto/rng.c
3159
3160 CS3308 MEDIA DRIVER
3161 M: Hans Verkuil <hverkuil@xs4all.nl>
3162 L: linux-media@vger.kernel.org
3163 T: git git://linuxtv.org/media_tree.git
3164 W: http://linuxtv.org
3165 S: Odd Fixes
3166 F: drivers/media/i2c/cs3308.c
3167 F: drivers/media/i2c/cs3308.h
3168
3169 CS5535 Audio ALSA driver
3170 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3171 S: Maintained
3172 F: sound/pci/cs5535audio/
3173
3174 CW1200 WLAN driver
3175 M: Solomon Peachy <pizza@shaftnet.org>
3176 S: Maintained
3177 F: drivers/net/wireless/st/cw1200/
3178
3179 CX18 VIDEO4LINUX DRIVER
3180 M: Andy Walls <awalls@md.metrocast.net>
3181 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3182 L: linux-media@vger.kernel.org
3183 T: git git://linuxtv.org/media_tree.git
3184 W: https://linuxtv.org
3185 W: http://www.ivtvdriver.org/index.php/Cx18
3186 S: Maintained
3187 F: Documentation/video4linux/cx18.txt
3188 F: drivers/media/pci/cx18/
3189 F: include/uapi/linux/ivtv*
3190
3191 CX2341X MPEG ENCODER HELPER MODULE
3192 M: Hans Verkuil <hverkuil@xs4all.nl>
3193 L: linux-media@vger.kernel.org
3194 T: git git://linuxtv.org/media_tree.git
3195 W: https://linuxtv.org
3196 S: Maintained
3197 F: drivers/media/common/cx2341x*
3198 F: include/media/cx2341x*
3199
3200 CX24120 MEDIA DRIVER
3201 M: Jemma Denson <jdenson@gmail.com>
3202 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3203 L: linux-media@vger.kernel.org
3204 W: https://linuxtv.org
3205 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3206 S: Maintained
3207 F: drivers/media/dvb-frontends/cx24120*
3208
3209 CX88 VIDEO4LINUX DRIVER
3210 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3211 L: linux-media@vger.kernel.org
3212 W: https://linuxtv.org
3213 T: git git://linuxtv.org/media_tree.git
3214 S: Odd fixes
3215 F: Documentation/video4linux/cx88/
3216 F: drivers/media/pci/cx88/
3217
3218 CXD2820R MEDIA DRIVER
3219 M: Antti Palosaari <crope@iki.fi>
3220 L: linux-media@vger.kernel.org
3221 W: https://linuxtv.org
3222 W: http://palosaari.fi/linux/
3223 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3224 T: git git://linuxtv.org/anttip/media_tree.git
3225 S: Maintained
3226 F: drivers/media/dvb-frontends/cxd2820r*
3227
3228 CXGB3 ETHERNET DRIVER (CXGB3)
3229 M: Santosh Raspatur <santosh@chelsio.com>
3230 L: netdev@vger.kernel.org
3231 W: http://www.chelsio.com
3232 S: Supported
3233 F: drivers/net/ethernet/chelsio/cxgb3/
3234
3235 CXGB3 ISCSI DRIVER (CXGB3I)
3236 M: Karen Xie <kxie@chelsio.com>
3237 L: linux-scsi@vger.kernel.org
3238 W: http://www.chelsio.com
3239 S: Supported
3240 F: drivers/scsi/cxgbi/cxgb3i
3241
3242 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3243 M: Steve Wise <swise@chelsio.com>
3244 L: linux-rdma@vger.kernel.org
3245 W: http://www.openfabrics.org
3246 S: Supported
3247 F: drivers/infiniband/hw/cxgb3/
3248
3249 CXGB4 ETHERNET DRIVER (CXGB4)
3250 M: Hariprasad S <hariprasad@chelsio.com>
3251 L: netdev@vger.kernel.org
3252 W: http://www.chelsio.com
3253 S: Supported
3254 F: drivers/net/ethernet/chelsio/cxgb4/
3255
3256 CXGB4 ISCSI DRIVER (CXGB4I)
3257 M: Karen Xie <kxie@chelsio.com>
3258 L: linux-scsi@vger.kernel.org
3259 W: http://www.chelsio.com
3260 S: Supported
3261 F: drivers/scsi/cxgbi/cxgb4i
3262
3263 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3264 M: Steve Wise <swise@chelsio.com>
3265 L: linux-rdma@vger.kernel.org
3266 W: http://www.openfabrics.org
3267 S: Supported
3268 F: drivers/infiniband/hw/cxgb4/
3269
3270 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3271 M: Casey Leedom <leedom@chelsio.com>
3272 L: netdev@vger.kernel.org
3273 W: http://www.chelsio.com
3274 S: Supported
3275 F: drivers/net/ethernet/chelsio/cxgb4vf/
3276
3277 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3278 M: Ian Munsie <imunsie@au1.ibm.com>
3279 M: Michael Neuling <mikey@neuling.org>
3280 L: linuxppc-dev@lists.ozlabs.org
3281 S: Supported
3282 F: drivers/misc/cxl/
3283 F: include/misc/cxl*
3284 F: include/uapi/misc/cxl.h
3285 F: Documentation/powerpc/cxl.txt
3286 F: Documentation/powerpc/cxl.txt
3287 F: Documentation/ABI/testing/sysfs-class-cxl
3288
3289 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3290 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3291 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3292 L: linux-scsi@vger.kernel.org
3293 S: Supported
3294 F: drivers/scsi/cxlflash/
3295 F: include/uapi/scsi/cxlflash_ioctls.h
3296 F: Documentation/powerpc/cxlflash.txt
3297
3298 STMMAC ETHERNET DRIVER
3299 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3300 L: netdev@vger.kernel.org
3301 W: http://www.stlinux.com
3302 S: Supported
3303 F: drivers/net/ethernet/stmicro/stmmac/
3304
3305 CYBERPRO FB DRIVER
3306 M: Russell King <linux@arm.linux.org.uk>
3307 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3308 W: http://www.arm.linux.org.uk/
3309 S: Maintained
3310 F: drivers/video/fbdev/cyber2000fb.*
3311
3312 CYCLADES ASYNC MUX DRIVER
3313 W: http://www.cyclades.com/
3314 S: Orphan
3315 F: drivers/tty/cyclades.c
3316 F: include/linux/cyclades.h
3317 F: include/uapi/linux/cyclades.h
3318
3319 CYCLADES PC300 DRIVER
3320 W: http://www.cyclades.com/
3321 S: Orphan
3322 F: drivers/net/wan/pc300*
3323
3324 CYPRESS_FIRMWARE MEDIA DRIVER
3325 M: Antti Palosaari <crope@iki.fi>
3326 L: linux-media@vger.kernel.org
3327 W: https://linuxtv.org
3328 W: http://palosaari.fi/linux/
3329 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3330 T: git git://linuxtv.org/anttip/media_tree.git
3331 S: Maintained
3332 F: drivers/media/common/cypress_firmware*
3333
3334 CYTTSP TOUCHSCREEN DRIVER
3335 M: Ferruh Yigit <fery@cypress.com>
3336 L: linux-input@vger.kernel.org
3337 S: Supported
3338 F: drivers/input/touchscreen/cyttsp*
3339 F: include/linux/input/cyttsp.h
3340
3341 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3342 M: Joshua Kinard <kumba@gentoo.org>
3343 S: Maintained
3344 F: drivers/rtc/rtc-ds1685.c
3345 F: include/linux/rtc/ds1685.h
3346
3347 DAMA SLAVE for AX.25
3348 M: Joerg Reuter <jreuter@yaina.de>
3349 W: http://yaina.de/jreuter/
3350 W: http://www.qsl.net/dl1bke/
3351 L: linux-hams@vger.kernel.org
3352 S: Maintained
3353 F: net/ax25/af_ax25.c
3354 F: net/ax25/ax25_dev.c
3355 F: net/ax25/ax25_ds_*
3356 F: net/ax25/ax25_in.c
3357 F: net/ax25/ax25_out.c
3358 F: net/ax25/ax25_timer.c
3359 F: net/ax25/sysctl_net_ax25.c
3360
3361 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3362 L: netdev@vger.kernel.org
3363 S: Orphan
3364 F: Documentation/networking/dmfe.txt
3365 F: drivers/net/ethernet/dec/tulip/dmfe.c
3366
3367 DC390/AM53C974 SCSI driver
3368 M: Hannes Reinecke <hare@suse.com>
3369 L: linux-scsi@vger.kernel.org
3370 S: Maintained
3371 F: drivers/scsi/am53c974.c
3372
3373 DC395x SCSI driver
3374 M: Oliver Neukum <oliver@neukum.org>
3375 M: Ali Akcaagac <aliakc@web.de>
3376 M: Jamie Lenehan <lenehan@twibble.org>
3377 L: dc395x@twibble.org
3378 W: http://twibble.org/dist/dc395x/
3379 W: http://lists.twibble.org/mailman/listinfo/dc395x/
3380 S: Maintained
3381 F: Documentation/scsi/dc395x.txt
3382 F: drivers/scsi/dc395x.*
3383
3384 DCCP PROTOCOL
3385 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
3386 L: dccp@vger.kernel.org
3387 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3388 S: Maintained
3389 F: include/linux/dccp.h
3390 F: include/uapi/linux/dccp.h
3391 F: include/linux/tfrc.h
3392 F: net/dccp/
3393
3394 DECnet NETWORK LAYER
3395 W: http://linux-decnet.sourceforge.net
3396 L: linux-decnet-user@lists.sourceforge.net
3397 S: Orphan
3398 F: Documentation/networking/decnet.txt
3399 F: net/decnet/
3400
3401 DECSTATION PLATFORM SUPPORT
3402 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3403 L: linux-mips@linux-mips.org
3404 W: http://www.linux-mips.org/wiki/DECstation
3405 S: Maintained
3406 F: arch/mips/dec/
3407 F: arch/mips/include/asm/dec/
3408 F: arch/mips/include/asm/mach-dec/
3409
3410 DEFXX FDDI NETWORK DRIVER
3411 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3412 S: Maintained
3413 F: drivers/net/fddi/defxx.*
3414
3415 DELL LAPTOP DRIVER
3416 M: Matthew Garrett <mjg59@srcf.ucam.org>
3417 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3418 L: platform-driver-x86@vger.kernel.org
3419 S: Maintained
3420 F: drivers/platform/x86/dell-laptop.c
3421
3422 DELL LAPTOP RBTN DRIVER
3423 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3424 S: Maintained
3425 F: drivers/platform/x86/dell-rbtn.*
3426
3427 DELL LAPTOP FREEFALL DRIVER
3428 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3429 S: Maintained
3430 F: drivers/platform/x86/dell-smo8800.c
3431
3432 DELL LAPTOP SMM DRIVER
3433 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3434 S: Maintained
3435 F: drivers/hwmon/dell-smm-hwmon.c
3436 F: include/uapi/linux/i8k.h
3437
3438 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3439 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3440 S: Maintained
3441 F: Documentation/dcdbas.txt
3442 F: drivers/firmware/dcdbas.*
3443
3444 DELL WMI EXTRAS DRIVER
3445 M: Matthew Garrett <mjg59@srcf.ucam.org>
3446 M: Pali RohĂ¡r <pali.rohar@gmail.com>
3447 S: Maintained
3448 F: drivers/platform/x86/dell-wmi.c
3449
3450 DESIGNWARE USB2 DRD IP DRIVER
3451 M: John Youn <johnyoun@synopsys.com>
3452 L: linux-usb@vger.kernel.org
3453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3454 S: Maintained
3455 F: drivers/usb/dwc2/
3456
3457 DESIGNWARE USB3 DRD IP DRIVER
3458 M: Felipe Balbi <balbi@kernel.org>
3459 L: linux-usb@vger.kernel.org
3460 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3461 S: Maintained
3462 F: drivers/usb/dwc3/
3463
3464 DEVICE COREDUMP (DEV_COREDUMP)
3465 M: Johannes Berg <johannes@sipsolutions.net>
3466 L: linux-kernel@vger.kernel.org
3467 S: Maintained
3468 F: drivers/base/devcoredump.c
3469 F: include/linux/devcoredump.h
3470
3471 DEVICE FREQUENCY (DEVFREQ)
3472 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3473 M: Kyungmin Park <kyungmin.park@samsung.com>
3474 L: linux-pm@vger.kernel.org
3475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3476 S: Maintained
3477 F: drivers/devfreq/
3478 F: include/linux/devfreq.h
3479 F: Documentation/devicetree/bindings/devfreq/
3480
3481 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3482 M: Chanwoo Choi <cw00.choi@samsung.com>
3483 L: linux-pm@vger.kernel.org
3484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3485 S: Supported
3486 F: drivers/devfreq/event/
3487 F: drivers/devfreq/devfreq-event.c
3488 F: include/linux/devfreq-event.h
3489 F: Documentation/devicetree/bindings/devfreq/event/
3490
3491 DEVICE NUMBER REGISTRY
3492 M: Torben Mathiasen <device@lanana.org>
3493 W: http://lanana.org/docs/device-list/index.html
3494 S: Maintained
3495
3496 DEVICE-MAPPER (LVM)
3497 M: Alasdair Kergon <agk@redhat.com>
3498 M: Mike Snitzer <snitzer@redhat.com>
3499 M: dm-devel@redhat.com
3500 L: dm-devel@redhat.com
3501 W: http://sources.redhat.com/dm
3502 Q: http://patchwork.kernel.org/project/dm-devel/list/
3503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3504 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3505 S: Maintained
3506 F: Documentation/device-mapper/
3507 F: drivers/md/dm*
3508 F: drivers/md/persistent-data/
3509 F: include/linux/device-mapper.h
3510 F: include/linux/dm-*.h
3511 F: include/uapi/linux/dm-*.h
3512
3513 DIALOG SEMICONDUCTOR DRIVERS
3514 M: Support Opensource <support.opensource@diasemi.com>
3515 W: http://www.dialog-semiconductor.com/products
3516 S: Supported
3517 F: Documentation/hwmon/da90??
3518 F: Documentation/devicetree/bindings/sound/da[79]*.txt
3519 F: drivers/gpio/gpio-da90??.c
3520 F: drivers/hwmon/da90??-hwmon.c
3521 F: drivers/iio/adc/da91??-*.c
3522 F: drivers/input/misc/da90??_onkey.c
3523 F: drivers/input/touchscreen/da9052_tsi.c
3524 F: drivers/leds/leds-da90??.c
3525 F: drivers/mfd/da903x.c
3526 F: drivers/mfd/da90??-*.c
3527 F: drivers/mfd/da91??-*.c
3528 F: drivers/power/da9052-battery.c
3529 F: drivers/power/da91??-*.c
3530 F: drivers/regulator/da903x.c
3531 F: drivers/regulator/da9???-regulator.[ch]
3532 F: drivers/rtc/rtc-da90??.c
3533 F: drivers/video/backlight/da90??_bl.c
3534 F: drivers/watchdog/da90??_wdt.c
3535 F: include/linux/mfd/da903x.h
3536 F: include/linux/mfd/da9052/
3537 F: include/linux/mfd/da9055/
3538 F: include/linux/mfd/da9063/
3539 F: include/linux/mfd/da9150/
3540 F: include/sound/da[79]*.h
3541 F: sound/soc/codecs/da[79]*.[ch]
3542
3543 DIGI NEO AND CLASSIC PCI PRODUCTS
3544 M: Lidza Louina <lidza.louina@gmail.com>
3545 M: Mark Hounschell <markh@compro.net>
3546 L: driverdev-devel@linuxdriverproject.org
3547 S: Maintained
3548 F: drivers/staging/dgnc/
3549
3550 DIGI EPCA PCI PRODUCTS
3551 M: Lidza Louina <lidza.louina@gmail.com>
3552 M: Daeseok Youn <daeseok.youn@gmail.com>
3553 L: driverdev-devel@linuxdriverproject.org
3554 S: Maintained
3555 F: drivers/staging/dgap/
3556
3557 DIOLAN U2C-12 I2C DRIVER
3558 M: Guenter Roeck <linux@roeck-us.net>
3559 L: linux-i2c@vger.kernel.org
3560 S: Maintained
3561 F: drivers/i2c/busses/i2c-diolan-u2c.c
3562
3563 DIRECT ACCESS (DAX)
3564 M: Matthew Wilcox <willy@linux.intel.com>
3565 L: linux-fsdevel@vger.kernel.org
3566 S: Supported
3567 F: fs/dax.c
3568
3569 DIRECTORY NOTIFICATION (DNOTIFY)
3570 M: Eric Paris <eparis@parisplace.org>
3571 S: Maintained
3572 F: Documentation/filesystems/dnotify.txt
3573 F: fs/notify/dnotify/
3574 F: include/linux/dnotify.h
3575
3576 DISK GEOMETRY AND PARTITION HANDLING
3577 M: Andries Brouwer <aeb@cwi.nl>
3578 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3579 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3580 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3581 S: Maintained
3582
3583 DISKQUOTA
3584 M: Jan Kara <jack@suse.com>
3585 S: Maintained
3586 F: Documentation/filesystems/quota.txt
3587 F: fs/quota/
3588 F: include/linux/quota*.h
3589 F: include/uapi/linux/quota*.h
3590
3591 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3592 M: Bernie Thompson <bernie@plugable.com>
3593 L: linux-fbdev@vger.kernel.org
3594 S: Maintained
3595 W: http://plugable.com/category/projects/udlfb/
3596 F: drivers/video/fbdev/udlfb.c
3597 F: include/video/udlfb.h
3598 F: Documentation/fb/udlfb.txt
3599
3600 DISTRIBUTED LOCK MANAGER (DLM)
3601 M: Christine Caulfield <ccaulfie@redhat.com>
3602 M: David Teigland <teigland@redhat.com>
3603 L: cluster-devel@redhat.com
3604 W: http://sources.redhat.com/cluster/
3605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3606 S: Supported
3607 F: fs/dlm/
3608
3609 DMA BUFFER SHARING FRAMEWORK
3610 M: Sumit Semwal <sumit.semwal@linaro.org>
3611 S: Maintained
3612 L: linux-media@vger.kernel.org
3613 L: dri-devel@lists.freedesktop.org
3614 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3615 F: drivers/dma-buf/
3616 F: include/linux/dma-buf*
3617 F: include/linux/reservation.h
3618 F: include/linux/*fence.h
3619 F: Documentation/dma-buf-sharing.txt
3620 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3621
3622 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3623 M: Vinod Koul <vinod.koul@intel.com>
3624 L: dmaengine@vger.kernel.org
3625 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3626 S: Maintained
3627 F: drivers/dma/
3628 F: include/linux/dmaengine.h
3629 F: Documentation/dmaengine/
3630 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3631
3632 DME1737 HARDWARE MONITOR DRIVER
3633 M: Juerg Haefliger <juergh@gmail.com>
3634 L: lm-sensors@lm-sensors.org
3635 S: Maintained
3636 F: Documentation/hwmon/dme1737
3637 F: drivers/hwmon/dme1737.c
3638
3639 DMI/SMBIOS SUPPORT
3640 M: Jean Delvare <jdelvare@suse.com>
3641 S: Maintained
3642 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3643 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
3644 F: drivers/firmware/dmi-id.c
3645 F: drivers/firmware/dmi_scan.c
3646 F: include/linux/dmi.h
3647
3648 DOCUMENTATION
3649 M: Jonathan Corbet <corbet@lwn.net>
3650 L: linux-doc@vger.kernel.org
3651 S: Maintained
3652 F: Documentation/
3653 F: scripts/docproc.c
3654 F: scripts/kernel-doc*
3655 X: Documentation/ABI/
3656 X: Documentation/devicetree/
3657 X: Documentation/acpi
3658 X: Documentation/power
3659 X: Documentation/spi
3660 X: Documentation/DocBook/media
3661 T: git git://git.lwn.net/linux.git docs-next
3662
3663 DOUBLETALK DRIVER
3664 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3665 L: blinux-list@redhat.com
3666 S: Maintained
3667 F: drivers/char/dtlk.c
3668 F: include/linux/dtlk.h
3669
3670 DPT_I2O SCSI RAID DRIVER
3671 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3672 L: linux-scsi@vger.kernel.org
3673 W: http://www.adaptec.com/
3674 S: Maintained
3675 F: drivers/scsi/dpt*
3676 F: drivers/scsi/dpt/
3677
3678 DRBD DRIVER
3679 M: Philipp Reisner <philipp.reisner@linbit.com>
3680 M: Lars Ellenberg <lars.ellenberg@linbit.com>
3681 L: drbd-dev@lists.linbit.com
3682 W: http://www.drbd.org
3683 T: git git://git.linbit.com/linux-drbd.git
3684 T: git git://git.linbit.com/drbd-8.4.git
3685 S: Supported
3686 F: drivers/block/drbd/
3687 F: lib/lru_cache.c
3688 F: Documentation/blockdev/drbd/
3689
3690 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3691 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3693 S: Supported
3694 F: Documentation/kobject.txt
3695 F: drivers/base/
3696 F: fs/debugfs/
3697 F: fs/kernfs/
3698 F: fs/sysfs/
3699 F: include/linux/debugfs.h
3700 F: include/linux/kobj*
3701 F: lib/kobj*
3702
3703 DRM DRIVERS
3704 M: David Airlie <airlied@linux.ie>
3705 L: dri-devel@lists.freedesktop.org
3706 T: git git://people.freedesktop.org/~airlied/linux
3707 S: Maintained
3708 F: drivers/gpu/drm/
3709 F: drivers/gpu/vga/
3710 F: include/drm/
3711 F: include/uapi/drm/
3712
3713 RADEON DRM DRIVERS
3714 M: Alex Deucher <alexander.deucher@amd.com>
3715 M: Christian König <christian.koenig@amd.com>
3716 L: dri-devel@lists.freedesktop.org
3717 T: git git://people.freedesktop.org/~agd5f/linux
3718 S: Supported
3719 F: drivers/gpu/drm/radeon/
3720 F: include/uapi/drm/radeon*
3721
3722 DRM PANEL DRIVERS
3723 M: Thierry Reding <thierry.reding@gmail.com>
3724 L: dri-devel@lists.freedesktop.org
3725 T: git git://anongit.freedesktop.org/tegra/linux.git
3726 S: Maintained
3727 F: drivers/gpu/drm/drm_panel.c
3728 F: drivers/gpu/drm/panel/
3729 F: include/drm/drm_panel.h
3730 F: Documentation/devicetree/bindings/display/panel/
3731
3732 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3733 M: Daniel Vetter <daniel.vetter@intel.com>
3734 M: Jani Nikula <jani.nikula@linux.intel.com>
3735 L: intel-gfx@lists.freedesktop.org
3736 L: dri-devel@lists.freedesktop.org
3737 W: https://01.org/linuxgraphics/
3738 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3739 T: git git://anongit.freedesktop.org/drm-intel
3740 S: Supported
3741 F: drivers/gpu/drm/i915/
3742 F: include/drm/i915*
3743 F: include/uapi/drm/i915*
3744
3745 DRM DRIVERS FOR ATMEL HLCDC
3746 M: Boris Brezillon <boris.brezillon@free-electrons.com>
3747 L: dri-devel@lists.freedesktop.org
3748 S: Supported
3749 F: drivers/gpu/drm/atmel-hlcdc/
3750 F: Documentation/devicetree/bindings/drm/atmel/
3751
3752 DRM DRIVERS FOR EXYNOS
3753 M: Inki Dae <inki.dae@samsung.com>
3754 M: Joonyoung Shim <jy0922.shim@samsung.com>
3755 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3756 M: Kyungmin Park <kyungmin.park@samsung.com>
3757 L: dri-devel@lists.freedesktop.org
3758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3759 S: Supported
3760 F: drivers/gpu/drm/exynos/
3761 F: include/drm/exynos*
3762 F: include/uapi/drm/exynos*
3763
3764 DRM DRIVERS FOR FREESCALE DCU
3765 M: Stefan Agner <stefan@agner.ch>
3766 M: Alison Wang <alison.wang@freescale.com>
3767 L: dri-devel@lists.freedesktop.org
3768 S: Supported
3769 F: drivers/gpu/drm/fsl-dcu/
3770 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3771 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3772
3773 DRM DRIVERS FOR FREESCALE IMX
3774 M: Philipp Zabel <p.zabel@pengutronix.de>
3775 L: dri-devel@lists.freedesktop.org
3776 S: Maintained
3777 F: drivers/gpu/drm/imx/
3778 F: drivers/gpu/ipu-v3/
3779 F: Documentation/devicetree/bindings/display/imx/
3780
3781 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3782 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3783 L: dri-devel@lists.freedesktop.org
3784 T: git git://github.com/patjak/drm-gma500
3785 S: Maintained
3786 F: drivers/gpu/drm/gma500
3787 F: include/drm/gma500*
3788
3789 DRM DRIVERS FOR NVIDIA TEGRA
3790 M: Thierry Reding <thierry.reding@gmail.com>
3791 M: Terje Bergström <tbergstrom@nvidia.com>
3792 L: dri-devel@lists.freedesktop.org
3793 L: linux-tegra@vger.kernel.org
3794 T: git git://anongit.freedesktop.org/tegra/linux.git
3795 S: Supported
3796 F: drivers/gpu/drm/tegra/
3797 F: drivers/gpu/host1x/
3798 F: include/linux/host1x.h
3799 F: include/uapi/drm/tegra_drm.h
3800 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3801
3802 DRM DRIVERS FOR RENESAS
3803 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3804 L: dri-devel@lists.freedesktop.org
3805 L: linux-renesas-soc@vger.kernel.org
3806 T: git git://people.freedesktop.org/~airlied/linux
3807 S: Supported
3808 F: drivers/gpu/drm/rcar-du/
3809 F: drivers/gpu/drm/shmobile/
3810 F: include/linux/platform_data/shmob_drm.h
3811
3812 DRM DRIVERS FOR ROCKCHIP
3813 M: Mark Yao <mark.yao@rock-chips.com>
3814 L: dri-devel@lists.freedesktop.org
3815 S: Maintained
3816 F: drivers/gpu/drm/rockchip/
3817 F: Documentation/devicetree/bindings/display/rockchip*
3818
3819 DRM DRIVERS FOR STI
3820 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3821 M: Vincent Abriou <vincent.abriou@st.com>
3822 L: dri-devel@lists.freedesktop.org
3823 T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3824 S: Maintained
3825 F: drivers/gpu/drm/sti
3826 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
3827
3828 DRM DRIVERS FOR VIVANTE GPU IP
3829 M: Lucas Stach <l.stach@pengutronix.de>
3830 R: Russell King <linux+etnaviv@arm.linux.org.uk>
3831 R: Christian Gmeiner <christian.gmeiner@gmail.com>
3832 L: dri-devel@lists.freedesktop.org
3833 S: Maintained
3834 F: drivers/gpu/drm/etnaviv
3835 F: Documentation/devicetree/bindings/display/etnaviv
3836
3837 DSBR100 USB FM RADIO DRIVER
3838 M: Alexey Klimov <klimov.linux@gmail.com>
3839 L: linux-media@vger.kernel.org
3840 T: git git://linuxtv.org/media_tree.git
3841 S: Maintained
3842 F: drivers/media/radio/dsbr100.c
3843
3844 DSCC4 DRIVER
3845 M: Francois Romieu <romieu@fr.zoreil.com>
3846 L: netdev@vger.kernel.org
3847 S: Maintained
3848 F: drivers/net/wan/dscc4.c
3849
3850 DT3155 MEDIA DRIVER
3851 M: Hans Verkuil <hverkuil@xs4all.nl>
3852 L: linux-media@vger.kernel.org
3853 T: git git://linuxtv.org/media_tree.git
3854 W: https://linuxtv.org
3855 S: Odd Fixes
3856 F: drivers/media/pci/dt3155/
3857
3858 DVB_USB_AF9015 MEDIA DRIVER
3859 M: Antti Palosaari <crope@iki.fi>
3860 L: linux-media@vger.kernel.org
3861 W: https://linuxtv.org
3862 W: http://palosaari.fi/linux/
3863 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3864 T: git git://linuxtv.org/anttip/media_tree.git
3865 S: Maintained
3866 F: drivers/media/usb/dvb-usb-v2/af9015*
3867
3868 DVB_USB_AF9035 MEDIA DRIVER
3869 M: Antti Palosaari <crope@iki.fi>
3870 L: linux-media@vger.kernel.org
3871 W: https://linuxtv.org
3872 W: http://palosaari.fi/linux/
3873 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3874 T: git git://linuxtv.org/anttip/media_tree.git
3875 S: Maintained
3876 F: drivers/media/usb/dvb-usb-v2/af9035*
3877
3878 DVB_USB_ANYSEE MEDIA DRIVER
3879 M: Antti Palosaari <crope@iki.fi>
3880 L: linux-media@vger.kernel.org
3881 W: https://linuxtv.org
3882 W: http://palosaari.fi/linux/
3883 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3884 T: git git://linuxtv.org/anttip/media_tree.git
3885 S: Maintained
3886 F: drivers/media/usb/dvb-usb-v2/anysee*
3887
3888 DVB_USB_AU6610 MEDIA DRIVER
3889 M: Antti Palosaari <crope@iki.fi>
3890 L: linux-media@vger.kernel.org
3891 W: https://linuxtv.org
3892 W: http://palosaari.fi/linux/
3893 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3894 T: git git://linuxtv.org/anttip/media_tree.git
3895 S: Maintained
3896 F: drivers/media/usb/dvb-usb-v2/au6610*
3897
3898 DVB_USB_CE6230 MEDIA DRIVER
3899 M: Antti Palosaari <crope@iki.fi>
3900 L: linux-media@vger.kernel.org
3901 W: https://linuxtv.org
3902 W: http://palosaari.fi/linux/
3903 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3904 T: git git://linuxtv.org/anttip/media_tree.git
3905 S: Maintained
3906 F: drivers/media/usb/dvb-usb-v2/ce6230*
3907
3908 DVB_USB_CXUSB MEDIA DRIVER
3909 M: Michael Krufky <mkrufky@linuxtv.org>
3910 L: linux-media@vger.kernel.org
3911 W: https://linuxtv.org
3912 W: http://github.com/mkrufky
3913 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3914 T: git git://linuxtv.org/media_tree.git
3915 S: Maintained
3916 F: drivers/media/usb/dvb-usb/cxusb*
3917
3918 DVB_USB_EC168 MEDIA DRIVER
3919 M: Antti Palosaari <crope@iki.fi>
3920 L: linux-media@vger.kernel.org
3921 W: https://linuxtv.org
3922 W: http://palosaari.fi/linux/
3923 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3924 T: git git://linuxtv.org/anttip/media_tree.git
3925 S: Maintained
3926 F: drivers/media/usb/dvb-usb-v2/ec168*
3927
3928 DVB_USB_GL861 MEDIA DRIVER
3929 M: Antti Palosaari <crope@iki.fi>
3930 L: linux-media@vger.kernel.org
3931 W: https://linuxtv.org
3932 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3933 T: git git://linuxtv.org/anttip/media_tree.git
3934 S: Maintained
3935 F: drivers/media/usb/dvb-usb-v2/gl861*
3936
3937 DVB_USB_MXL111SF MEDIA DRIVER
3938 M: Michael Krufky <mkrufky@linuxtv.org>
3939 L: linux-media@vger.kernel.org
3940 W: https://linuxtv.org
3941 W: http://github.com/mkrufky
3942 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3943 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3944 S: Maintained
3945 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3946
3947 DVB_USB_RTL28XXU MEDIA DRIVER
3948 M: Antti Palosaari <crope@iki.fi>
3949 L: linux-media@vger.kernel.org
3950 W: https://linuxtv.org
3951 W: http://palosaari.fi/linux/
3952 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3953 T: git git://linuxtv.org/anttip/media_tree.git
3954 S: Maintained
3955 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3956
3957 DVB_USB_V2 MEDIA DRIVER
3958 M: Antti Palosaari <crope@iki.fi>
3959 L: linux-media@vger.kernel.org
3960 W: https://linuxtv.org
3961 W: http://palosaari.fi/linux/
3962 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3963 T: git git://linuxtv.org/anttip/media_tree.git
3964 S: Maintained
3965 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3966 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3967
3968 DYNAMIC DEBUG
3969 M: Jason Baron <jbaron@akamai.com>
3970 S: Maintained
3971 F: lib/dynamic_debug.c
3972 F: include/linux/dynamic_debug.h
3973
3974 DZ DECSTATION DZ11 SERIAL DRIVER
3975 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3976 S: Maintained
3977 F: drivers/tty/serial/dz.*
3978
3979 E3X0 POWER BUTTON DRIVER
3980 M: Moritz Fischer <moritz.fischer@ettus.com>
3981 L: usrp-users@lists.ettus.com
3982 W: http://www.ettus.com
3983 S: Supported
3984 F: drivers/input/misc/e3x0-button.c
3985 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3986
3987 E4000 MEDIA DRIVER
3988 M: Antti Palosaari <crope@iki.fi>
3989 L: linux-media@vger.kernel.org
3990 W: https://linuxtv.org
3991 W: http://palosaari.fi/linux/
3992 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3993 T: git git://linuxtv.org/anttip/media_tree.git
3994 S: Maintained
3995 F: drivers/media/tuners/e4000*
3996
3997 EATA ISA/EISA/PCI SCSI DRIVER
3998 M: Dario Ballabio <ballabio_dario@emc.com>
3999 L: linux-scsi@vger.kernel.org
4000 S: Maintained
4001 F: drivers/scsi/eata.c
4002
4003 EC100 MEDIA DRIVER
4004 M: Antti Palosaari <crope@iki.fi>
4005 L: linux-media@vger.kernel.org
4006 W: https://linuxtv.org
4007 W: http://palosaari.fi/linux/
4008 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4009 T: git git://linuxtv.org/anttip/media_tree.git
4010 S: Maintained
4011 F: drivers/media/dvb-frontends/ec100*
4012
4013 ECRYPT FILE SYSTEM
4014 M: Tyler Hicks <tyhicks@canonical.com>
4015 L: ecryptfs@vger.kernel.org
4016 W: http://ecryptfs.org
4017 W: https://launchpad.net/ecryptfs
4018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4019 S: Supported
4020 F: Documentation/filesystems/ecryptfs.txt
4021 F: fs/ecryptfs/
4022
4023 EDAC-CORE
4024 M: Doug Thompson <dougthompson@xmission.com>
4025 M: Borislav Petkov <bp@alien8.de>
4026 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4027 L: linux-edac@vger.kernel.org
4028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4030 S: Supported
4031 F: Documentation/edac.txt
4032 F: drivers/edac/
4033 F: include/linux/edac.h
4034
4035 EDAC-AMD64
4036 M: Doug Thompson <dougthompson@xmission.com>
4037 M: Borislav Petkov <bp@alien8.de>
4038 L: linux-edac@vger.kernel.org
4039 S: Maintained
4040 F: drivers/edac/amd64_edac*
4041
4042 EDAC-CALXEDA
4043 M: Doug Thompson <dougthompson@xmission.com>
4044 M: Robert Richter <rric@kernel.org>
4045 L: linux-edac@vger.kernel.org
4046 S: Maintained
4047 F: drivers/edac/highbank*
4048
4049 EDAC-CAVIUM
4050 M: Ralf Baechle <ralf@linux-mips.org>
4051 M: David Daney <david.daney@cavium.com>
4052 L: linux-edac@vger.kernel.org
4053 L: linux-mips@linux-mips.org
4054 S: Supported
4055 F: drivers/edac/octeon_edac*
4056
4057 EDAC-E752X
4058 M: Mark Gross <mark.gross@intel.com>
4059 M: Doug Thompson <dougthompson@xmission.com>
4060 L: linux-edac@vger.kernel.org
4061 S: Maintained
4062 F: drivers/edac/e752x_edac.c
4063
4064 EDAC-E7XXX
4065 M: Doug Thompson <dougthompson@xmission.com>
4066 L: linux-edac@vger.kernel.org
4067 S: Maintained
4068 F: drivers/edac/e7xxx_edac.c
4069
4070 EDAC-GHES
4071 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4072 L: linux-edac@vger.kernel.org
4073 S: Maintained
4074 F: drivers/edac/ghes_edac.c
4075
4076 EDAC-I82443BXGX
4077 M: Tim Small <tim@buttersideup.com>
4078 L: linux-edac@vger.kernel.org
4079 S: Maintained
4080 F: drivers/edac/i82443bxgx_edac.c
4081
4082 EDAC-I3000
4083 M: Jason Uhlenkott <juhlenko@akamai.com>
4084 L: linux-edac@vger.kernel.org
4085 S: Maintained
4086 F: drivers/edac/i3000_edac.c
4087
4088 EDAC-I5000
4089 M: Doug Thompson <dougthompson@xmission.com>
4090 L: linux-edac@vger.kernel.org
4091 S: Maintained
4092 F: drivers/edac/i5000_edac.c
4093
4094 EDAC-I5400
4095 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4096 L: linux-edac@vger.kernel.org
4097 S: Maintained
4098 F: drivers/edac/i5400_edac.c
4099
4100 EDAC-I7300
4101 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4102 L: linux-edac@vger.kernel.org
4103 S: Maintained
4104 F: drivers/edac/i7300_edac.c
4105
4106 EDAC-I7CORE
4107 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4108 L: linux-edac@vger.kernel.org
4109 S: Maintained
4110 F: drivers/edac/i7core_edac.c
4111
4112 EDAC-I82975X
4113 M: Ranganathan Desikan <ravi@jetztechnologies.com>
4114 M: "Arvind R." <arvino55@gmail.com>
4115 L: linux-edac@vger.kernel.org
4116 S: Maintained
4117 F: drivers/edac/i82975x_edac.c
4118
4119 EDAC-IE31200
4120 M: Jason Baron <jbaron@akamai.com>
4121 L: linux-edac@vger.kernel.org
4122 S: Maintained
4123 F: drivers/edac/ie31200_edac.c
4124
4125 EDAC-MPC85XX
4126 M: Johannes Thumshirn <morbidrsa@gmail.com>
4127 L: linux-edac@vger.kernel.org
4128 S: Maintained
4129 F: drivers/edac/mpc85xx_edac.[ch]
4130
4131 EDAC-PASEMI
4132 M: Egor Martovetsky <egor@pasemi.com>
4133 L: linux-edac@vger.kernel.org
4134 S: Maintained
4135 F: drivers/edac/pasemi_edac.c
4136
4137 EDAC-R82600
4138 M: Tim Small <tim@buttersideup.com>
4139 L: linux-edac@vger.kernel.org
4140 S: Maintained
4141 F: drivers/edac/r82600_edac.c
4142
4143 EDAC-SBRIDGE
4144 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4145 L: linux-edac@vger.kernel.org
4146 S: Maintained
4147 F: drivers/edac/sb_edac.c
4148
4149 EDAC-XGENE
4150 APPLIED MICRO (APM) X-GENE SOC EDAC
4151 M: Loc Ho <lho@apm.com>
4152 S: Supported
4153 F: drivers/edac/xgene_edac.c
4154 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4155
4156 EDIROL UA-101/UA-1000 DRIVER
4157 M: Clemens Ladisch <clemens@ladisch.de>
4158 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4159 T: git git://git.alsa-project.org/alsa-kernel.git
4160 S: Maintained
4161 F: sound/usb/misc/ua101.c
4162
4163 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4164 M: Matt Fleming <matt@codeblueprint.co.uk>
4165 L: linux-efi@vger.kernel.org
4166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4167 S: Maintained
4168 F: Documentation/efi-stub.txt
4169 F: arch/ia64/kernel/efi.c
4170 F: arch/x86/boot/compressed/eboot.[ch]
4171 F: arch/x86/include/asm/efi.h
4172 F: arch/x86/platform/efi/*
4173 F: drivers/firmware/efi/*
4174 F: include/linux/efi*.h
4175
4176 EFI VARIABLE FILESYSTEM
4177 M: Matthew Garrett <matthew.garrett@nebula.com>
4178 M: Jeremy Kerr <jk@ozlabs.org>
4179 M: Matt Fleming <matt@codeblueprint.co.uk>
4180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4181 L: linux-efi@vger.kernel.org
4182 S: Maintained
4183 F: fs/efivarfs/
4184
4185 EFIFB FRAMEBUFFER DRIVER
4186 L: linux-fbdev@vger.kernel.org
4187 M: Peter Jones <pjones@redhat.com>
4188 S: Maintained
4189 F: drivers/video/fbdev/efifb.c
4190
4191 EFS FILESYSTEM
4192 W: http://aeschi.ch.eu.org/efs/
4193 S: Orphan
4194 F: fs/efs/
4195
4196 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4197 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4198 L: netdev@vger.kernel.org
4199 S: Maintained
4200 F: drivers/net/ethernet/ibm/ehea/
4201
4202 EM28XX VIDEO4LINUX DRIVER
4203 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4204 L: linux-media@vger.kernel.org
4205 W: https://linuxtv.org
4206 T: git git://linuxtv.org/media_tree.git
4207 S: Maintained
4208 F: drivers/media/usb/em28xx/
4209
4210 EMBEDDED LINUX
4211 M: Paul Gortmaker <paul.gortmaker@windriver.com>
4212 M: Matt Mackall <mpm@selenic.com>
4213 M: David Woodhouse <dwmw2@infradead.org>
4214 L: linux-embedded@vger.kernel.org
4215 S: Maintained
4216
4217 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4218 M: James Smart <james.smart@avagotech.com>
4219 M: Dick Kennedy <dick.kennedy@avagotech.com>
4220 L: linux-scsi@vger.kernel.org
4221 W: http://www.avagotech.com
4222 S: Supported
4223 F: drivers/scsi/lpfc/
4224
4225 ENE CB710 FLASH CARD READER DRIVER
4226 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
4227 S: Maintained
4228 F: drivers/misc/cb710/
4229 F: drivers/mmc/host/cb710-mmc.*
4230 F: include/linux/cb710.h
4231
4232 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4233 M: Maxim Levitsky <maximlevitsky@gmail.com>
4234 S: Maintained
4235 F: drivers/media/rc/ene_ir.*
4236
4237 ENHANCED ERROR HANDLING (EEH)
4238 M: Gavin Shan <shangw@linux.vnet.ibm.com>
4239 L: linuxppc-dev@lists.ozlabs.org
4240 S: Supported
4241 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4242 F: arch/powerpc/kernel/eeh*.c
4243
4244 EPSON S1D13XXX FRAMEBUFFER DRIVER
4245 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
4246 S: Maintained
4247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4248 F: drivers/video/fbdev/s1d13xxxfb.c
4249 F: include/video/s1d13xxxfb.h
4250
4251 ET131X NETWORK DRIVER
4252 M: Mark Einon <mark.einon@gmail.com>
4253 S: Odd Fixes
4254 F: drivers/net/ethernet/agere/
4255
4256 ETHERNET BRIDGE
4257 M: Stephen Hemminger <stephen@networkplumber.org>
4258 L: bridge@lists.linux-foundation.org
4259 L: netdev@vger.kernel.org
4260 W: http://www.linuxfoundation.org/en/Net:Bridge
4261 S: Maintained
4262 F: include/linux/netfilter_bridge/
4263 F: net/bridge/
4264
4265 ETHERNET PHY LIBRARY
4266 M: Florian Fainelli <f.fainelli@gmail.com>
4267 L: netdev@vger.kernel.org
4268 S: Maintained
4269 F: include/linux/phy.h
4270 F: include/linux/phy_fixed.h
4271 F: drivers/net/phy/
4272 F: Documentation/networking/phy.txt
4273 F: drivers/of/of_mdio.c
4274 F: drivers/of/of_net.c
4275
4276 EXT2 FILE SYSTEM
4277 M: Jan Kara <jack@suse.com>
4278 L: linux-ext4@vger.kernel.org
4279 S: Maintained
4280 F: Documentation/filesystems/ext2.txt
4281 F: fs/ext2/
4282 F: include/linux/ext2*
4283
4284 EXT4 FILE SYSTEM
4285 M: "Theodore Ts'o" <tytso@mit.edu>
4286 M: Andreas Dilger <adilger.kernel@dilger.ca>
4287 L: linux-ext4@vger.kernel.org
4288 W: http://ext4.wiki.kernel.org
4289 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4291 S: Maintained
4292 F: Documentation/filesystems/ext4.txt
4293 F: fs/ext4/
4294
4295 Extended Verification Module (EVM)
4296 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4297 L: linux-ima-devel@lists.sourceforge.net
4298 L: linux-security-module@vger.kernel.org
4299 S: Supported
4300 F: security/integrity/evm/
4301
4302 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4303 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4304 M: Chanwoo Choi <cw00.choi@samsung.com>
4305 L: linux-kernel@vger.kernel.org
4306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4307 S: Maintained
4308 F: drivers/extcon/
4309 F: include/linux/extcon/
4310 F: include/linux/extcon.h
4311 F: Documentation/extcon/
4312 F: Documentation/devicetree/bindings/extcon/
4313
4314 EXYNOS DP DRIVER
4315 M: Jingoo Han <jingoohan1@gmail.com>
4316 L: dri-devel@lists.freedesktop.org
4317 S: Maintained
4318 F: drivers/gpu/drm/exynos/exynos_dp*
4319
4320 EXYNOS MIPI DISPLAY DRIVERS
4321 M: Inki Dae <inki.dae@samsung.com>
4322 M: Donghwa Lee <dh09.lee@samsung.com>
4323 M: Kyungmin Park <kyungmin.park@samsung.com>
4324 L: linux-fbdev@vger.kernel.org
4325 S: Maintained
4326 F: drivers/video/fbdev/exynos/exynos_mipi*
4327 F: include/video/exynos_mipi*
4328
4329 F71805F HARDWARE MONITORING DRIVER
4330 M: Jean Delvare <jdelvare@suse.com>
4331 L: lm-sensors@lm-sensors.org
4332 S: Maintained
4333 F: Documentation/hwmon/f71805f
4334 F: drivers/hwmon/f71805f.c
4335
4336 FC0011 TUNER DRIVER
4337 M: Michael Buesch <m@bues.ch>
4338 L: linux-media@vger.kernel.org
4339 S: Maintained
4340 F: drivers/media/tuners/fc0011.h
4341 F: drivers/media/tuners/fc0011.c
4342
4343 FC2580 MEDIA DRIVER
4344 M: Antti Palosaari <crope@iki.fi>
4345 L: linux-media@vger.kernel.org
4346 W: https://linuxtv.org
4347 W: http://palosaari.fi/linux/
4348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4349 T: git git://linuxtv.org/anttip/media_tree.git
4350 S: Maintained
4351 F: drivers/media/tuners/fc2580*
4352
4353 FANOTIFY
4354 M: Eric Paris <eparis@redhat.com>
4355 S: Maintained
4356 F: fs/notify/fanotify/
4357 F: include/linux/fanotify.h
4358 F: include/uapi/linux/fanotify.h
4359
4360 FARSYNC SYNCHRONOUS DRIVER
4361 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
4362 W: http://www.farsite.co.uk/
4363 S: Supported
4364 F: drivers/net/wan/farsync.*
4365
4366 FAULT INJECTION SUPPORT
4367 M: Akinobu Mita <akinobu.mita@gmail.com>
4368 S: Supported
4369 F: Documentation/fault-injection/
4370 F: lib/fault-inject.c
4371
4372 FBTFT Framebuffer drivers
4373 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4374 M: Noralf Trønnes <noralf@tronnes.org>
4375 S: Maintained
4376 F: drivers/staging/fbtft/
4377
4378 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4379 M: Vasu Dev <vasu.dev@intel.com>
4380 L: fcoe-devel@open-fcoe.org
4381 W: www.Open-FCoE.org
4382 S: Supported
4383 F: drivers/scsi/libfc/
4384 F: drivers/scsi/fcoe/
4385 F: include/scsi/fc/
4386 F: include/scsi/libfc.h
4387 F: include/scsi/libfcoe.h
4388 F: include/uapi/scsi/fc/
4389
4390 FILE LOCKING (flock() and fcntl()/lockf())
4391 M: Jeff Layton <jlayton@poochiereds.net>
4392 M: "J. Bruce Fields" <bfields@fieldses.org>
4393 L: linux-fsdevel@vger.kernel.org
4394 S: Maintained
4395 F: include/linux/fcntl.h
4396 F: include/linux/fs.h
4397 F: include/uapi/linux/fcntl.h
4398 F: include/uapi/linux/fs.h
4399 F: fs/fcntl.c
4400 F: fs/locks.c
4401
4402 FILESYSTEMS (VFS and infrastructure)
4403 M: Alexander Viro <viro@zeniv.linux.org.uk>
4404 L: linux-fsdevel@vger.kernel.org
4405 S: Maintained
4406 F: fs/*
4407
4408 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4409 M: Riku Voipio <riku.voipio@iki.fi>
4410 L: lm-sensors@lm-sensors.org
4411 S: Maintained
4412 F: drivers/hwmon/f75375s.c
4413 F: include/linux/f75375s.h
4414
4415 FIREWIRE AUDIO DRIVERS
4416 M: Clemens Ladisch <clemens@ladisch.de>
4417 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4418 T: git git://git.alsa-project.org/alsa-kernel.git
4419 S: Maintained
4420 F: sound/firewire/
4421
4422 FIREWIRE MEDIA DRIVERS (firedtv)
4423 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4424 L: linux-media@vger.kernel.org
4425 L: linux1394-devel@lists.sourceforge.net
4426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4427 S: Maintained
4428 F: drivers/media/firewire/
4429
4430 FIREWIRE SBP-2 TARGET
4431 M: Chris Boot <bootc@bootc.net>
4432 L: linux-scsi@vger.kernel.org
4433 L: target-devel@vger.kernel.org
4434 L: linux1394-devel@lists.sourceforge.net
4435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4436 S: Maintained
4437 F: drivers/target/sbp/
4438
4439 FIREWIRE SUBSYSTEM
4440 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4441 L: linux1394-devel@lists.sourceforge.net
4442 W: http://ieee1394.wiki.kernel.org/
4443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4444 S: Maintained
4445 F: drivers/firewire/
4446 F: include/linux/firewire.h
4447 F: include/uapi/linux/firewire*.h
4448 F: tools/firewire/
4449
4450 FIRMWARE LOADER (request_firmware)
4451 M: Ming Lei <ming.lei@canonical.com>
4452 L: linux-kernel@vger.kernel.org
4453 S: Maintained
4454 F: Documentation/firmware_class/
4455 F: drivers/base/firmware*.c
4456 F: include/linux/firmware.h
4457
4458 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4459 M: Joshua Morris <josh.h.morris@us.ibm.com>
4460 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4461 S: Maintained
4462 F: drivers/block/rsxx/
4463
4464 FLOPPY DRIVER
4465 M: Jiri Kosina <jikos@kernel.org>
4466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4467 S: Odd fixes
4468 F: drivers/block/floppy.c
4469
4470 FMC SUBSYSTEM
4471 M: Alessandro Rubini <rubini@gnudd.com>
4472 W: http://www.ohwr.org/projects/fmc-bus
4473 S: Supported
4474 F: drivers/fmc/
4475 F: include/linux/fmc*.h
4476 F: include/linux/ipmi-fru.h
4477 K: fmc_d.*register
4478
4479 FPGA MANAGER FRAMEWORK
4480 M: Alan Tull <atull@opensource.altera.com>
4481 R: Moritz Fischer <moritz.fischer@ettus.com>
4482 S: Maintained
4483 F: drivers/fpga/
4484 F: include/linux/fpga/fpga-mgr.h
4485 W: http://www.rocketboards.org
4486
4487 FPU EMULATOR
4488 M: Bill Metzenthen <billm@melbpc.org.au>
4489 W: http://floatingpoint.sourceforge.net/emulator/index.html
4490 S: Maintained
4491 F: arch/x86/math-emu/
4492
4493 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4494 L: netdev@vger.kernel.org
4495 S: Orphan
4496 F: drivers/net/wan/dlci.c
4497 F: drivers/net/wan/sdla.c
4498
4499 FRAMEBUFFER LAYER
4500 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4501 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4502 L: linux-fbdev@vger.kernel.org
4503 W: http://linux-fbdev.sourceforge.net/
4504 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4506 S: Maintained
4507 F: Documentation/fb/
4508 F: drivers/video/
4509 F: include/video/
4510 F: include/linux/fb.h
4511 F: include/uapi/video/
4512 F: include/uapi/linux/fb.h
4513
4514 FREESCALE DIU FRAMEBUFFER DRIVER
4515 M: Timur Tabi <timur@tabi.org>
4516 L: linux-fbdev@vger.kernel.org
4517 S: Maintained
4518 F: drivers/video/fbdev/fsl-diu-fb.*
4519
4520 FREESCALE DMA DRIVER
4521 M: Li Yang <leoli@freescale.com>
4522 M: Zhang Wei <zw@zh-kernel.org>
4523 L: linuxppc-dev@lists.ozlabs.org
4524 S: Maintained
4525 F: drivers/dma/fsldma.*
4526
4527 FREESCALE GPMI NAND DRIVER
4528 M: Han Xu <han.xu@nxp.com>
4529 L: linux-mtd@lists.infradead.org
4530 S: Maintained
4531 F: drivers/mtd/nand/gpmi-nand/*
4532
4533 FREESCALE I2C CPM DRIVER
4534 M: Jochen Friedrich <jochen@scram.de>
4535 L: linuxppc-dev@lists.ozlabs.org
4536 L: linux-i2c@vger.kernel.org
4537 S: Maintained
4538 F: drivers/i2c/busses/i2c-cpm.c
4539
4540 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4541 M: Sascha Hauer <kernel@pengutronix.de>
4542 L: linux-fbdev@vger.kernel.org
4543 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4544 S: Maintained
4545 F: include/linux/platform_data/video-imxfb.h
4546 F: drivers/video/fbdev/imxfb.c
4547
4548 FREESCALE QUAD SPI DRIVER
4549 M: Han Xu <han.xu@nxp.com>
4550 L: linux-mtd@lists.infradead.org
4551 S: Maintained
4552 F: drivers/mtd/spi-nor/fsl-quadspi.c
4553
4554 FREESCALE SOC FS_ENET DRIVER
4555 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4556 M: Vitaly Bordug <vbordug@ru.mvista.com>
4557 L: linuxppc-dev@lists.ozlabs.org
4558 L: netdev@vger.kernel.org
4559 S: Maintained
4560 F: drivers/net/ethernet/freescale/fs_enet/
4561 F: include/linux/fs_enet_pd.h
4562
4563 FREESCALE IMX / MXC FEC DRIVER
4564 M: Fugang Duan <fugang.duan@nxp.com>
4565 L: netdev@vger.kernel.org
4566 S: Maintained
4567 F: drivers/net/ethernet/freescale/fec_main.c
4568 F: drivers/net/ethernet/freescale/fec_ptp.c
4569 F: drivers/net/ethernet/freescale/fec.h
4570 F: Documentation/devicetree/bindings/net/fsl-fec.txt
4571
4572 FREESCALE QUICC ENGINE LIBRARY
4573 L: linuxppc-dev@lists.ozlabs.org
4574 S: Orphan
4575 F: drivers/soc/fsl/qe/
4576 F: include/soc/fsl/*qe*.h
4577 F: include/soc/fsl/*ucc*.h
4578
4579 FREESCALE USB PERIPHERAL DRIVERS
4580 M: Li Yang <leoli@freescale.com>
4581 L: linux-usb@vger.kernel.org
4582 L: linuxppc-dev@lists.ozlabs.org
4583 S: Maintained
4584 F: drivers/usb/gadget/udc/fsl*
4585
4586 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4587 M: Li Yang <leoli@freescale.com>
4588 L: netdev@vger.kernel.org
4589 L: linuxppc-dev@lists.ozlabs.org
4590 S: Maintained
4591 F: drivers/net/ethernet/freescale/ucc_geth*
4592
4593 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4594 M: Claudiu Manoil <claudiu.manoil@freescale.com>
4595 L: netdev@vger.kernel.org
4596 S: Maintained
4597 F: drivers/net/ethernet/freescale/gianfar*
4598 X: drivers/net/ethernet/freescale/gianfar_ptp.c
4599 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4600
4601 FREESCALE QUICC ENGINE UCC UART DRIVER
4602 M: Timur Tabi <timur@tabi.org>
4603 L: linuxppc-dev@lists.ozlabs.org
4604 S: Maintained
4605 F: drivers/tty/serial/ucc_uart.c
4606
4607 FREESCALE SOC SOUND DRIVERS
4608 M: Timur Tabi <timur@tabi.org>
4609 M: Nicolin Chen <nicoleotsuka@gmail.com>
4610 M: Xiubo Li <Xiubo.Lee@gmail.com>
4611 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4612 L: linuxppc-dev@lists.ozlabs.org
4613 S: Maintained
4614 F: sound/soc/fsl/fsl*
4615 F: sound/soc/fsl/imx*
4616 F: sound/soc/fsl/mpc8610_hpcd.c
4617
4618 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4619 M: "J. German Rivera" <German.Rivera@freescale.com>
4620 L: linux-kernel@vger.kernel.org
4621 S: Maintained
4622 F: drivers/staging/fsl-mc/
4623
4624 FREEVXFS FILESYSTEM
4625 M: Christoph Hellwig <hch@infradead.org>
4626 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4627 S: Maintained
4628 F: fs/freevxfs/
4629
4630 FREEZER
4631 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4632 M: Pavel Machek <pavel@ucw.cz>
4633 L: linux-pm@vger.kernel.org
4634 S: Supported
4635 F: Documentation/power/freezing-of-tasks.txt
4636 F: include/linux/freezer.h
4637 F: kernel/freezer.c
4638
4639 FRONTSWAP API
4640 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4641 L: linux-kernel@vger.kernel.org
4642 S: Maintained
4643 F: mm/frontswap.c
4644 F: include/linux/frontswap.h
4645
4646 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4647 M: David Howells <dhowells@redhat.com>
4648 L: linux-cachefs@redhat.com (moderated for non-subscribers)
4649 S: Supported
4650 F: Documentation/filesystems/caching/
4651 F: fs/fscache/
4652 F: include/linux/fscache*.h
4653
4654 F2FS FILE SYSTEM
4655 M: Jaegeuk Kim <jaegeuk@kernel.org>
4656 M: Changman Lee <cm224.lee@samsung.com>
4657 R: Chao Yu <chao2.yu@samsung.com>
4658 L: linux-f2fs-devel@lists.sourceforge.net
4659 W: http://en.wikipedia.org/wiki/F2FS
4660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4661 S: Maintained
4662 F: Documentation/filesystems/f2fs.txt
4663 F: Documentation/ABI/testing/sysfs-fs-f2fs
4664 F: fs/f2fs/
4665 F: include/linux/f2fs_fs.h
4666 F: include/trace/events/f2fs.h
4667
4668 FUJITSU FR-V (FRV) PORT
4669 S: Orphan
4670 F: arch/frv/
4671
4672 FUJITSU LAPTOP EXTRAS
4673 M: Jonathan Woithe <jwoithe@just42.net>
4674 L: platform-driver-x86@vger.kernel.org
4675 S: Maintained
4676 F: drivers/platform/x86/fujitsu-laptop.c
4677
4678 FUJITSU M-5MO LS CAMERA ISP DRIVER
4679 M: Kyungmin Park <kyungmin.park@samsung.com>
4680 M: Heungjun Kim <riverful.kim@samsung.com>
4681 L: linux-media@vger.kernel.org
4682 S: Maintained
4683 F: drivers/media/i2c/m5mols/
4684 F: include/media/i2c/m5mols.h
4685
4686 FUJITSU TABLET EXTRAS
4687 M: Robert Gerlach <khnz@gmx.de>
4688 L: platform-driver-x86@vger.kernel.org
4689 S: Maintained
4690 F: drivers/platform/x86/fujitsu-tablet.c
4691
4692 FUSE: FILESYSTEM IN USERSPACE
4693 M: Miklos Szeredi <miklos@szeredi.hu>
4694 L: fuse-devel@lists.sourceforge.net
4695 W: http://fuse.sourceforge.net/
4696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4697 S: Maintained
4698 F: fs/fuse/
4699 F: include/uapi/linux/fuse.h
4700 F: Documentation/filesystems/fuse.txt
4701
4702 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4703 M: Rik Faith <faith@cs.unc.edu>
4704 L: linux-scsi@vger.kernel.org
4705 S: Odd Fixes (e.g., new signatures)
4706 F: drivers/scsi/fdomain.*
4707
4708 GCOV BASED KERNEL PROFILING
4709 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4710 S: Maintained
4711 F: kernel/gcov/
4712 F: Documentation/gcov.txt
4713
4714 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4715 M: Achim Leubner <achim_leubner@adaptec.com>
4716 L: linux-scsi@vger.kernel.org
4717 W: http://www.icp-vortex.com/
4718 S: Supported
4719 F: drivers/scsi/gdt*
4720
4721 GDB KERNEL DEBUGGING HELPER SCRIPTS
4722 M: Jan Kiszka <jan.kiszka@siemens.com>
4723 S: Supported
4724 F: scripts/gdb/
4725
4726 GEMTEK FM RADIO RECEIVER DRIVER
4727 M: Hans Verkuil <hverkuil@xs4all.nl>
4728 L: linux-media@vger.kernel.org
4729 T: git git://linuxtv.org/media_tree.git
4730 W: https://linuxtv.org
4731 S: Maintained
4732 F: drivers/media/radio/radio-gemtek*
4733
4734 GENERIC GPIO I2C DRIVER
4735 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4736 S: Supported
4737 F: drivers/i2c/busses/i2c-gpio.c
4738 F: include/linux/i2c-gpio.h
4739
4740 GENERIC GPIO I2C MULTIPLEXER DRIVER
4741 M: Peter Korsgaard <peter.korsgaard@barco.com>
4742 L: linux-i2c@vger.kernel.org
4743 S: Supported
4744 F: drivers/i2c/muxes/i2c-mux-gpio.c
4745 F: include/linux/i2c-mux-gpio.h
4746 F: Documentation/i2c/muxes/i2c-mux-gpio
4747
4748 GENERIC HDLC (WAN) DRIVERS
4749 M: Krzysztof Halasa <khc@pm.waw.pl>
4750 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4751 S: Maintained
4752 F: drivers/net/wan/c101.c
4753 F: drivers/net/wan/hd6457*
4754 F: drivers/net/wan/hdlc*
4755 F: drivers/net/wan/n2.c
4756 F: drivers/net/wan/pc300too.c
4757 F: drivers/net/wan/pci200syn.c
4758 F: drivers/net/wan/wanxl*
4759
4760 GENERIC INCLUDE/ASM HEADER FILES
4761 M: Arnd Bergmann <arnd@arndb.de>
4762 L: linux-arch@vger.kernel.org
4763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4764 S: Maintained
4765 F: include/asm-generic/
4766 F: include/uapi/asm-generic/
4767
4768 GENERIC PHY FRAMEWORK
4769 M: Kishon Vijay Abraham I <kishon@ti.com>
4770 L: linux-kernel@vger.kernel.org
4771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4772 S: Supported
4773 F: drivers/phy/
4774 F: include/linux/phy/
4775
4776 GENERIC PM DOMAINS
4777 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4778 M: Kevin Hilman <khilman@kernel.org>
4779 M: Ulf Hansson <ulf.hansson@linaro.org>
4780 L: linux-pm@vger.kernel.org
4781 S: Supported
4782 F: drivers/base/power/domain*.c
4783 F: include/linux/pm_domain.h
4784
4785 GENERIC UIO DRIVER FOR PCI DEVICES
4786 M: "Michael S. Tsirkin" <mst@redhat.com>
4787 L: kvm@vger.kernel.org
4788 S: Supported
4789 F: drivers/uio/uio_pci_generic.c
4790
4791 GET_MAINTAINER SCRIPT
4792 M: Joe Perches <joe@perches.com>
4793 S: Maintained
4794 F: scripts/get_maintainer.pl
4795
4796 GFS2 FILE SYSTEM
4797 M: Steven Whitehouse <swhiteho@redhat.com>
4798 M: Bob Peterson <rpeterso@redhat.com>
4799 L: cluster-devel@redhat.com
4800 W: http://sources.redhat.com/cluster/
4801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4802 S: Supported
4803 F: Documentation/filesystems/gfs2*.txt
4804 F: fs/gfs2/
4805 F: include/uapi/linux/gfs2_ondisk.h
4806
4807 GIGASET ISDN DRIVERS
4808 M: Paul Bolle <pebolle@tiscali.nl>
4809 L: gigaset307x-common@lists.sourceforge.net
4810 W: http://gigaset307x.sourceforge.net/
4811 S: Odd Fixes
4812 F: Documentation/isdn/README.gigaset
4813 F: drivers/isdn/gigaset/
4814 F: include/uapi/linux/gigaset_dev.h
4815
4816 GO7007 MPEG CODEC
4817 M: Hans Verkuil <hans.verkuil@cisco.com>
4818 L: linux-media@vger.kernel.org
4819 S: Maintained
4820 F: drivers/media/usb/go7007/
4821
4822 GOODIX TOUCHSCREEN
4823 M: Bastien Nocera <hadess@hadess.net>
4824 L: linux-input@vger.kernel.org
4825 S: Maintained
4826 F: drivers/input/touchscreen/goodix.c
4827
4828 GPIO SUBSYSTEM
4829 M: Linus Walleij <linus.walleij@linaro.org>
4830 M: Alexandre Courbot <gnurou@gmail.com>
4831 L: linux-gpio@vger.kernel.org
4832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4833 S: Maintained
4834 F: Documentation/gpio/
4835 F: drivers/gpio/
4836 F: include/linux/gpio/
4837 F: include/linux/gpio.h
4838 F: include/asm-generic/gpio.h
4839
4840 GRE DEMULTIPLEXER DRIVER
4841 M: Dmitry Kozlov <xeb@mail.ru>
4842 L: netdev@vger.kernel.org
4843 S: Maintained
4844 F: net/ipv4/gre_demux.c
4845 F: net/ipv4/gre_offload.c
4846 F: include/net/gre.h
4847
4848 GRETH 10/100/1G Ethernet MAC device driver
4849 M: Kristoffer Glembo <kristoffer@gaisler.com>
4850 L: netdev@vger.kernel.org
4851 S: Maintained
4852 F: drivers/net/ethernet/aeroflex/
4853
4854 GSPCA FINEPIX SUBDRIVER
4855 M: Frank Zago <frank@zago.net>
4856 L: linux-media@vger.kernel.org
4857 T: git git://linuxtv.org/media_tree.git
4858 S: Maintained
4859 F: drivers/media/usb/gspca/finepix.c
4860
4861 GSPCA GL860 SUBDRIVER
4862 M: Olivier Lorin <o.lorin@laposte.net>
4863 L: linux-media@vger.kernel.org
4864 T: git git://linuxtv.org/media_tree.git
4865 S: Maintained
4866 F: drivers/media/usb/gspca/gl860/
4867
4868 GSPCA M5602 SUBDRIVER
4869 M: Erik Andren <erik.andren@gmail.com>
4870 L: linux-media@vger.kernel.org
4871 T: git git://linuxtv.org/media_tree.git
4872 S: Maintained
4873 F: drivers/media/usb/gspca/m5602/
4874
4875 GSPCA PAC207 SONIXB SUBDRIVER
4876 M: Hans de Goede <hdegoede@redhat.com>
4877 L: linux-media@vger.kernel.org
4878 T: git git://linuxtv.org/media_tree.git
4879 S: Maintained
4880 F: drivers/media/usb/gspca/pac207.c
4881
4882 GSPCA SN9C20X SUBDRIVER
4883 M: Brian Johnson <brijohn@gmail.com>
4884 L: linux-media@vger.kernel.org
4885 T: git git://linuxtv.org/media_tree.git
4886 S: Maintained
4887 F: drivers/media/usb/gspca/sn9c20x.c
4888
4889 GSPCA T613 SUBDRIVER
4890 M: Leandro Costantino <lcostantino@gmail.com>
4891 L: linux-media@vger.kernel.org
4892 T: git git://linuxtv.org/media_tree.git
4893 S: Maintained
4894 F: drivers/media/usb/gspca/t613.c
4895
4896 GSPCA USB WEBCAM DRIVER
4897 M: Hans de Goede <hdegoede@redhat.com>
4898 L: linux-media@vger.kernel.org
4899 T: git git://linuxtv.org/media_tree.git
4900 S: Maintained
4901 F: drivers/media/usb/gspca/
4902
4903 GUID PARTITION TABLE (GPT)
4904 M: Davidlohr Bueso <dave@stgolabs.net>
4905 L: linux-efi@vger.kernel.org
4906 S: Maintained
4907 F: block/partitions/efi.*
4908
4909 STK1160 USB VIDEO CAPTURE DRIVER
4910 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4911 L: linux-media@vger.kernel.org
4912 T: git git://linuxtv.org/media_tree.git
4913 S: Maintained
4914 F: drivers/media/usb/stk1160/
4915
4916 H8/300 ARCHITECTURE
4917 M: Yoshinori Sato <ysato@users.sourceforge.jp>
4918 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4919 W: http://uclinux-h8.sourceforge.jp
4920 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4921 S: Maintained
4922 F: arch/h8300/
4923 F: drivers/clocksource/h8300_*.c
4924 F: drivers/clk/h8300/
4925 F: drivers/irqchip/irq-renesas-h8*.c
4926
4927 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4928 M: Frank Seidel <frank@f-seidel.de>
4929 L: platform-driver-x86@vger.kernel.org
4930 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4931 S: Maintained
4932 F: drivers/platform/x86/hdaps.c
4933
4934 HDPVR USB VIDEO ENCODER DRIVER
4935 M: Hans Verkuil <hverkuil@xs4all.nl>
4936 L: linux-media@vger.kernel.org
4937 T: git git://linuxtv.org/media_tree.git
4938 W: https://linuxtv.org
4939 S: Odd Fixes
4940 F: drivers/media/usb/hdpvr/
4941
4942 HWPOISON MEMORY FAILURE HANDLING
4943 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4944 L: linux-mm@kvack.org
4945 S: Maintained
4946 F: mm/memory-failure.c
4947 F: mm/hwpoison-inject.c
4948
4949 HYPERVISOR VIRTUAL CONSOLE DRIVER
4950 L: linuxppc-dev@lists.ozlabs.org
4951 S: Odd Fixes
4952 F: drivers/tty/hvc/
4953
4954 HACKRF MEDIA DRIVER
4955 M: Antti Palosaari <crope@iki.fi>
4956 L: linux-media@vger.kernel.org
4957 W: https://linuxtv.org
4958 W: http://palosaari.fi/linux/
4959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4960 T: git git://linuxtv.org/anttip/media_tree.git
4961 S: Maintained
4962 F: drivers/media/usb/hackrf/
4963
4964 HARDWARE MONITORING
4965 M: Jean Delvare <jdelvare@suse.com>
4966 M: Guenter Roeck <linux@roeck-us.net>
4967 L: lm-sensors@lm-sensors.org
4968 W: http://www.lm-sensors.org/
4969 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4971 S: Maintained
4972 F: Documentation/hwmon/
4973 F: drivers/hwmon/
4974 F: include/linux/hwmon*.h
4975
4976 HARDWARE RANDOM NUMBER GENERATOR CORE
4977 M: Matt Mackall <mpm@selenic.com>
4978 M: Herbert Xu <herbert@gondor.apana.org.au>
4979 L: linux-crypto@vger.kernel.org
4980 S: Odd fixes
4981 F: Documentation/hw_random.txt
4982 F: drivers/char/hw_random/
4983 F: include/linux/hw_random.h
4984
4985 HARDWARE SPINLOCK CORE
4986 M: Ohad Ben-Cohen <ohad@wizery.com>
4987 S: Maintained
4988 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4989 F: Documentation/hwspinlock.txt
4990 F: drivers/hwspinlock/hwspinlock_*
4991 F: include/linux/hwspinlock.h
4992
4993 HARMONY SOUND DRIVER
4994 L: linux-parisc@vger.kernel.org
4995 S: Maintained
4996 F: sound/parisc/harmony.*
4997
4998 HD29L2 MEDIA DRIVER
4999 M: Antti Palosaari <crope@iki.fi>
5000 L: linux-media@vger.kernel.org
5001 W: https://linuxtv.org
5002 W: http://palosaari.fi/linux/
5003 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5004 T: git git://linuxtv.org/anttip/media_tree.git
5005 S: Maintained
5006 F: drivers/media/dvb-frontends/hd29l2*
5007
5008 HEWLETT-PACKARD SMART2 RAID DRIVER
5009 L: iss_storagedev@hp.com
5010 S: Orphan
5011 F: Documentation/blockdev/cpqarray.txt
5012 F: drivers/block/cpqarray.*
5013
5014 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5015 M: Don Brace <don.brace@pmcs.com>
5016 L: iss_storagedev@hp.com
5017 L: storagedev@pmcs.com
5018 L: linux-scsi@vger.kernel.org
5019 S: Supported
5020 F: Documentation/scsi/hpsa.txt
5021 F: drivers/scsi/hpsa*.[ch]
5022 F: include/linux/cciss*.h
5023 F: include/uapi/linux/cciss*.h
5024
5025 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5026 M: Don Brace <don.brace@pmcs.com>
5027 L: iss_storagedev@hp.com
5028 L: storagedev@pmcs.com
5029 L: linux-scsi@vger.kernel.org
5030 S: Supported
5031 F: Documentation/blockdev/cciss.txt
5032 F: drivers/block/cciss*
5033 F: include/linux/cciss_ioctl.h
5034 F: include/uapi/linux/cciss_ioctl.h
5035
5036 HFS FILESYSTEM
5037 L: linux-fsdevel@vger.kernel.org
5038 S: Orphan
5039 F: Documentation/filesystems/hfs.txt
5040 F: fs/hfs/
5041
5042 HFSPLUS FILESYSTEM
5043 L: linux-fsdevel@vger.kernel.org
5044 S: Orphan
5045 F: Documentation/filesystems/hfsplus.txt
5046 F: fs/hfsplus/
5047
5048 HGA FRAMEBUFFER DRIVER
5049 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5050 L: linux-nvidia@lists.surfsouth.com
5051 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5052 S: Maintained
5053 F: drivers/video/fbdev/hgafb.c
5054
5055 HIBERNATION (aka Software Suspend, aka swsusp)
5056 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5057 M: Pavel Machek <pavel@ucw.cz>
5058 L: linux-pm@vger.kernel.org
5059 S: Supported
5060 F: arch/x86/power/
5061 F: drivers/base/power/
5062 F: kernel/power/
5063 F: include/linux/suspend.h
5064 F: include/linux/freezer.h
5065 F: include/linux/pm.h
5066 F: arch/*/include/asm/suspend*.h
5067
5068 HID CORE LAYER
5069 M: Jiri Kosina <jikos@kernel.org>
5070 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
5071 L: linux-input@vger.kernel.org
5072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5073 S: Maintained
5074 F: drivers/hid/
5075 F: include/linux/hid*
5076 F: include/uapi/linux/hid*
5077
5078 HID SENSOR HUB DRIVERS
5079 M: Jiri Kosina <jikos@kernel.org>
5080 M: Jonathan Cameron <jic23@kernel.org>
5081 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5082 L: linux-input@vger.kernel.org
5083 L: linux-iio@vger.kernel.org
5084 S: Maintained
5085 F: Documentation/hid/hid-sensor*
5086 F: drivers/hid/hid-sensor-*
5087 F: drivers/iio/*/hid-*
5088 F: include/linux/hid-sensor-*
5089
5090 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5091 M: Thomas Gleixner <tglx@linutronix.de>
5092 L: linux-kernel@vger.kernel.org
5093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5094 S: Maintained
5095 F: Documentation/timers/
5096 F: kernel/time/hrtimer.c
5097 F: kernel/time/clockevents.c
5098 F: kernel/time/tick*.*
5099 F: kernel/time/timer_*.c
5100 F: include/linux/clockchips.h
5101 F: include/linux/hrtimer.h
5102
5103 HIGH-SPEED SCC DRIVER FOR AX.25
5104 L: linux-hams@vger.kernel.org
5105 S: Orphan
5106 F: drivers/net/hamradio/dmascc.c
5107 F: drivers/net/hamradio/scc.c
5108
5109 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5110 M: HighPoint Linux Team <linux@highpoint-tech.com>
5111 W: http://www.highpoint-tech.com
5112 S: Supported
5113 F: Documentation/scsi/hptiop.txt
5114 F: drivers/scsi/hptiop.c
5115
5116 HIPPI
5117 M: Jes Sorensen <jes@trained-monkey.org>
5118 L: linux-hippi@sunsite.dk
5119 S: Maintained
5120 F: include/linux/hippidevice.h
5121 F: include/uapi/linux/if_hippi.h
5122 F: net/802/hippi.c
5123 F: drivers/net/hippi/
5124
5125 HISILICON SAS Controller
5126 M: John Garry <john.garry@huawei.com>
5127 W: http://www.hisilicon.com
5128 S: Supported
5129 F: drivers/scsi/hisi_sas/
5130 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5131
5132 HOST AP DRIVER
5133 M: Jouni Malinen <j@w1.fi>
5134 L: hostap@shmoo.com (subscribers-only)
5135 L: linux-wireless@vger.kernel.org
5136 W: http://hostap.epitest.fi/
5137 S: Maintained
5138 F: drivers/net/wireless/intersil/hostap/
5139
5140 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5141 L: platform-driver-x86@vger.kernel.org
5142 S: Orphan
5143 F: drivers/platform/x86/tc1100-wmi.c
5144
5145 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5146 M: Jaroslav Kysela <perex@perex.cz>
5147 S: Maintained
5148 F: drivers/net/ethernet/hp/hp100.*
5149
5150 HPET: High Precision Event Timers driver
5151 M: Clemens Ladisch <clemens@ladisch.de>
5152 S: Maintained
5153 F: Documentation/timers/hpet.txt
5154 F: drivers/char/hpet.c
5155 F: include/linux/hpet.h
5156 F: include/uapi/linux/hpet.h
5157
5158 HPET: x86
5159 S: Orphan
5160 F: arch/x86/kernel/hpet.c
5161 F: arch/x86/include/asm/hpet.h
5162
5163 HPFS FILESYSTEM
5164 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5165 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5166 S: Maintained
5167 F: fs/hpfs/
5168
5169 HSI SUBSYSTEM
5170 M: Sebastian Reichel <sre@kernel.org>
5171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5172 S: Maintained
5173 F: Documentation/ABI/testing/sysfs-bus-hsi
5174 F: Documentation/hsi.txt
5175 F: drivers/hsi/
5176 F: include/linux/hsi/
5177 F: include/uapi/linux/hsi/
5178
5179 HSO 3G MODEM DRIVER
5180 M: Jan Dumon <j.dumon@option.com>
5181 W: http://www.pharscape.org
5182 S: Maintained
5183 F: drivers/net/usb/hso.c
5184
5185 HSR NETWORK PROTOCOL
5186 M: Arvid Brodin <arvid.brodin@alten.se>
5187 L: netdev@vger.kernel.org
5188 S: Maintained
5189 F: net/hsr/
5190
5191 HTCPEN TOUCHSCREEN DRIVER
5192 M: Pau Oliva Fora <pof@eslack.org>
5193 L: linux-input@vger.kernel.org
5194 S: Maintained
5195 F: drivers/input/touchscreen/htcpen.c
5196
5197 HUGETLB FILESYSTEM
5198 M: Nadia Yvette Chambers <nyc@holomorphy.com>
5199 S: Maintained
5200 F: fs/hugetlbfs/
5201
5202 Hyper-V CORE AND DRIVERS
5203 M: "K. Y. Srinivasan" <kys@microsoft.com>
5204 M: Haiyang Zhang <haiyangz@microsoft.com>
5205 L: devel@linuxdriverproject.org
5206 S: Maintained
5207 F: arch/x86/include/asm/mshyperv.h
5208 F: arch/x86/include/uapi/asm/hyperv.h
5209 F: arch/x86/kernel/cpu/mshyperv.c
5210 F: drivers/hid/hid-hyperv.c
5211 F: drivers/hv/
5212 F: drivers/input/serio/hyperv-keyboard.c
5213 F: drivers/net/hyperv/
5214 F: drivers/scsi/storvsc_drv.c
5215 F: drivers/video/fbdev/hyperv_fb.c
5216 F: include/linux/hyperv.h
5217 F: tools/hv/
5218 F: Documentation/ABI/stable/sysfs-bus-vmbus
5219
5220 I2C OVER PARALLEL PORT
5221 M: Jean Delvare <jdelvare@suse.com>
5222 L: linux-i2c@vger.kernel.org
5223 S: Maintained
5224 F: Documentation/i2c/busses/i2c-parport
5225 F: Documentation/i2c/busses/i2c-parport-light
5226 F: drivers/i2c/busses/i2c-parport.c
5227 F: drivers/i2c/busses/i2c-parport-light.c
5228
5229 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5230 M: Jean Delvare <jdelvare@suse.com>
5231 L: linux-i2c@vger.kernel.org
5232 S: Maintained
5233 F: Documentation/i2c/busses/i2c-ali1535
5234 F: Documentation/i2c/busses/i2c-ali1563
5235 F: Documentation/i2c/busses/i2c-ali15x3
5236 F: Documentation/i2c/busses/i2c-amd756
5237 F: Documentation/i2c/busses/i2c-amd8111
5238 F: Documentation/i2c/busses/i2c-i801
5239 F: Documentation/i2c/busses/i2c-nforce2
5240 F: Documentation/i2c/busses/i2c-piix4
5241 F: Documentation/i2c/busses/i2c-sis5595
5242 F: Documentation/i2c/busses/i2c-sis630
5243 F: Documentation/i2c/busses/i2c-sis96x
5244 F: Documentation/i2c/busses/i2c-via
5245 F: Documentation/i2c/busses/i2c-viapro
5246 F: drivers/i2c/busses/i2c-ali1535.c
5247 F: drivers/i2c/busses/i2c-ali1563.c
5248 F: drivers/i2c/busses/i2c-ali15x3.c
5249 F: drivers/i2c/busses/i2c-amd756.c
5250 F: drivers/i2c/busses/i2c-amd756-s4882.c
5251 F: drivers/i2c/busses/i2c-amd8111.c
5252 F: drivers/i2c/busses/i2c-i801.c
5253 F: drivers/i2c/busses/i2c-isch.c
5254 F: drivers/i2c/busses/i2c-nforce2.c
5255 F: drivers/i2c/busses/i2c-nforce2-s4985.c
5256 F: drivers/i2c/busses/i2c-piix4.c
5257 F: drivers/i2c/busses/i2c-sis5595.c
5258 F: drivers/i2c/busses/i2c-sis630.c
5259 F: drivers/i2c/busses/i2c-sis96x.c
5260 F: drivers/i2c/busses/i2c-via.c
5261 F: drivers/i2c/busses/i2c-viapro.c
5262
5263 I2C/SMBUS ISMT DRIVER
5264 M: Seth Heasley <seth.heasley@intel.com>
5265 M: Neil Horman <nhorman@tuxdriver.com>
5266 L: linux-i2c@vger.kernel.org
5267 F: drivers/i2c/busses/i2c-ismt.c
5268 F: Documentation/i2c/busses/i2c-ismt
5269
5270 I2C/SMBUS STUB DRIVER
5271 M: Jean Delvare <jdelvare@suse.com>
5272 L: linux-i2c@vger.kernel.org
5273 S: Maintained
5274 F: drivers/i2c/i2c-stub.c
5275
5276 I2C SUBSYSTEM
5277 M: Wolfram Sang <wsa@the-dreams.de>
5278 L: linux-i2c@vger.kernel.org
5279 W: https://i2c.wiki.kernel.org/
5280 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
5281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5282 S: Maintained
5283 F: Documentation/devicetree/bindings/i2c/
5284 F: Documentation/i2c/
5285 F: drivers/i2c/
5286 F: drivers/i2c/*/
5287 F: include/linux/i2c.h
5288 F: include/linux/i2c-*.h
5289 F: include/uapi/linux/i2c.h
5290 F: include/uapi/linux/i2c-*.h
5291
5292 I2C ACPI SUPPORT
5293 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5294 L: linux-i2c@vger.kernel.org
5295 L: linux-acpi@vger.kernel.org
5296 S: Maintained
5297
5298 I2C-TAOS-EVM DRIVER
5299 M: Jean Delvare <jdelvare@suse.com>
5300 L: linux-i2c@vger.kernel.org
5301 S: Maintained
5302 F: Documentation/i2c/busses/i2c-taos-evm
5303 F: drivers/i2c/busses/i2c-taos-evm.c
5304
5305 I2C-TINY-USB DRIVER
5306 M: Till Harbaum <till@harbaum.org>
5307 L: linux-i2c@vger.kernel.org
5308 W: http://www.harbaum.org/till/i2c_tiny_usb
5309 S: Maintained
5310 F: drivers/i2c/busses/i2c-tiny-usb.c
5311
5312 i386 BOOT CODE
5313 M: "H. Peter Anvin" <hpa@zytor.com>
5314 S: Maintained
5315 F: arch/x86/boot/
5316
5317 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5318 M: "H. Peter Anvin" <hpa@zytor.com>
5319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5320 S: Maintained
5321
5322 IA64 (Itanium) PLATFORM
5323 M: Tony Luck <tony.luck@intel.com>
5324 M: Fenghua Yu <fenghua.yu@intel.com>
5325 L: linux-ia64@vger.kernel.org
5326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5327 S: Maintained
5328 F: arch/ia64/
5329
5330 IBM Power VMX Cryptographic instructions
5331 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5332 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5333 L: linux-crypto@vger.kernel.org
5334 S: Supported
5335 F: drivers/crypto/vmx/Makefile
5336 F: drivers/crypto/vmx/Kconfig
5337 F: drivers/crypto/vmx/vmx.c
5338 F: drivers/crypto/vmx/aes*
5339 F: drivers/crypto/vmx/ghash*
5340 F: drivers/crypto/vmx/ppc-xlate.pl
5341
5342 IBM Power in-Nest Crypto Acceleration
5343 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5344 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5345 L: linux-crypto@vger.kernel.org
5346 S: Supported
5347 F: drivers/crypto/nx/Makefile
5348 F: drivers/crypto/nx/Kconfig
5349 F: drivers/crypto/nx/nx-aes*
5350 F: drivers/crypto/nx/nx-sha*
5351 F: drivers/crypto/nx/nx.*
5352 F: drivers/crypto/nx/nx_csbcpb.h
5353 F: drivers/crypto/nx/nx_debugfs.h
5354
5355 IBM Power 842 compression accelerator
5356 M: Dan Streetman <ddstreet@ieee.org>
5357 S: Supported
5358 F: drivers/crypto/nx/Makefile
5359 F: drivers/crypto/nx/Kconfig
5360 F: drivers/crypto/nx/nx-842*
5361 F: include/linux/sw842.h
5362 F: crypto/842.c
5363 F: lib/842/
5364
5365 IBM Power Linux RAID adapter
5366 M: Brian King <brking@us.ibm.com>
5367 S: Supported
5368 F: drivers/scsi/ipr.*
5369
5370 IBM Power Virtual Ethernet Device Driver
5371 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5372 L: netdev@vger.kernel.org
5373 S: Supported
5374 F: drivers/net/ethernet/ibm/ibmveth.*
5375
5376 IBM Power SRIOV Virtual NIC Device Driver
5377 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5378 M: John Allen <jallen@linux.vnet.ibm.com>
5379 L: netdev@vger.kernel.org
5380 S: Supported
5381 F: drivers/net/ethernet/ibm/ibmvnic.*
5382
5383 IBM Power Virtual SCSI Device Drivers
5384 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5385 L: linux-scsi@vger.kernel.org
5386 S: Supported
5387 F: drivers/scsi/ibmvscsi/ibmvscsi*
5388 F: drivers/scsi/ibmvscsi/viosrp.h
5389
5390 IBM Power Virtual FC Device Drivers
5391 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5392 L: linux-scsi@vger.kernel.org
5393 S: Supported
5394 F: drivers/scsi/ibmvscsi/ibmvfc*
5395
5396 IBM ServeRAID RAID DRIVER
5397 S: Orphan
5398 F: drivers/scsi/ips.*
5399
5400 ICH LPC AND GPIO DRIVER
5401 M: Peter Tyser <ptyser@xes-inc.com>
5402 S: Maintained
5403 F: drivers/mfd/lpc_ich.c
5404 F: drivers/gpio/gpio-ich.c
5405
5406 IDE SUBSYSTEM
5407 M: "David S. Miller" <davem@davemloft.net>
5408 L: linux-ide@vger.kernel.org
5409 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
5410 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5411 S: Maintained
5412 F: Documentation/ide/
5413 F: drivers/ide/
5414 F: include/linux/ide.h
5415
5416 IDEAPAD LAPTOP EXTRAS DRIVER
5417 M: Ike Panhc <ike.pan@canonical.com>
5418 L: platform-driver-x86@vger.kernel.org
5419 W: http://launchpad.net/ideapad-laptop
5420 S: Maintained
5421 F: drivers/platform/x86/ideapad-laptop.c
5422
5423 IDEAPAD LAPTOP SLIDEBAR DRIVER
5424 M: Andrey Moiseev <o2g.org.ru@gmail.com>
5425 L: linux-input@vger.kernel.org
5426 W: https://github.com/o2genum/ideapad-slidebar
5427 S: Maintained
5428 F: drivers/input/misc/ideapad_slidebar.c
5429
5430 IDE/ATAPI DRIVERS
5431 M: Borislav Petkov <bp@alien8.de>
5432 L: linux-ide@vger.kernel.org
5433 S: Maintained
5434 F: Documentation/cdrom/ide-cd
5435 F: drivers/ide/ide-cd*
5436
5437 IDLE-I7300
5438 M: Andy Henroid <andrew.d.henroid@intel.com>
5439 L: linux-pm@vger.kernel.org
5440 S: Supported
5441 F: drivers/idle/i7300_idle.c
5442
5443 IEEE 802.15.4 SUBSYSTEM
5444 M: Alexander Aring <alex.aring@gmail.com>
5445 L: linux-wpan@vger.kernel.org
5446 W: https://github.com/linux-wpan
5447 T: git git://github.com/linux-wpan/linux-wpan-next.git
5448 S: Maintained
5449 F: net/ieee802154/
5450 F: net/mac802154/
5451 F: drivers/net/ieee802154/
5452 F: include/linux/nl802154.h
5453 F: include/linux/ieee802154.h
5454 F: include/net/nl802154.h
5455 F: include/net/mac802154.h
5456 F: include/net/af_ieee802154.h
5457 F: include/net/cfg802154.h
5458 F: include/net/ieee802154_netdev.h
5459 F: Documentation/networking/ieee802154.txt
5460
5461 IGORPLUG-USB IR RECEIVER
5462 M: Sean Young <sean@mess.org>
5463 L: linux-media@vger.kernel.org
5464 S: Maintained
5465 F: drivers/media/rc/igorplugusb.c
5466
5467 IGUANAWORKS USB IR TRANSCEIVER
5468 M: Sean Young <sean@mess.org>
5469 L: linux-media@vger.kernel.org
5470 S: Maintained
5471 F: drivers/media/rc/iguanair.c
5472
5473 IIO SUBSYSTEM AND DRIVERS
5474 M: Jonathan Cameron <jic23@kernel.org>
5475 R: Hartmut Knaack <knaack.h@gmx.de>
5476 R: Lars-Peter Clausen <lars@metafoo.de>
5477 R: Peter Meerwald <pmeerw@pmeerw.net>
5478 L: linux-iio@vger.kernel.org
5479 S: Maintained
5480 F: drivers/iio/
5481 F: drivers/staging/iio/
5482 F: include/linux/iio/
5483 F: tools/iio/
5484
5485 IKANOS/ADI EAGLE ADSL USB DRIVER
5486 M: Matthieu Castet <castet.matthieu@free.fr>
5487 M: Stanislaw Gruszka <stf_xl@wp.pl>
5488 S: Maintained
5489 F: drivers/usb/atm/ueagle-atm.c
5490
5491 INA209 HARDWARE MONITOR DRIVER
5492 M: Guenter Roeck <linux@roeck-us.net>
5493 L: lm-sensors@lm-sensors.org
5494 S: Maintained
5495 F: Documentation/hwmon/ina209
5496 F: Documentation/devicetree/bindings/i2c/ina209.txt
5497 F: drivers/hwmon/ina209.c
5498
5499 INA2XX HARDWARE MONITOR DRIVER
5500 M: Guenter Roeck <linux@roeck-us.net>
5501 L: lm-sensors@lm-sensors.org
5502 S: Maintained
5503 F: Documentation/hwmon/ina2xx
5504 F: drivers/hwmon/ina2xx.c
5505 F: include/linux/platform_data/ina2xx.h
5506
5507 INDUSTRY PACK SUBSYSTEM (IPACK)
5508 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5509 M: Jens Taprogge <jens.taprogge@taprogge.org>
5510 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5511 L: industrypack-devel@lists.sourceforge.net
5512 W: http://industrypack.sourceforge.net
5513 S: Maintained
5514 F: drivers/ipack/
5515
5516 INGENIC JZ4780 DMA Driver
5517 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5518 S: Maintained
5519 F: drivers/dma/dma-jz4780.c
5520
5521 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5522 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5523 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5524 L: linux-ima-devel@lists.sourceforge.net
5525 L: linux-ima-user@lists.sourceforge.net
5526 L: linux-security-module@vger.kernel.org
5527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5528 S: Supported
5529 F: security/integrity/ima/
5530
5531 IMGTEC IR DECODER DRIVER
5532 M: James Hogan <james.hogan@imgtec.com>
5533 S: Maintained
5534 F: drivers/media/rc/img-ir/
5535
5536 IMS TWINTURBO FRAMEBUFFER DRIVER
5537 L: linux-fbdev@vger.kernel.org
5538 S: Orphan
5539 F: drivers/video/fbdev/imsttfb.c
5540
5541 INFINIBAND SUBSYSTEM
5542 M: Doug Ledford <dledford@redhat.com>
5543 M: Sean Hefty <sean.hefty@intel.com>
5544 M: Hal Rosenstock <hal.rosenstock@gmail.com>
5545 L: linux-rdma@vger.kernel.org
5546 W: http://www.openfabrics.org/
5547 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5549 S: Supported
5550 F: Documentation/infiniband/
5551 F: drivers/infiniband/
5552 F: drivers/staging/rdma/
5553 F: include/uapi/linux/if_infiniband.h
5554 F: include/uapi/rdma/
5555 F: include/rdma/
5556
5557 INOTIFY
5558 M: John McCutchan <john@johnmccutchan.com>
5559 M: Robert Love <rlove@rlove.org>
5560 M: Eric Paris <eparis@parisplace.org>
5561 S: Maintained
5562 F: Documentation/filesystems/inotify.txt
5563 F: fs/notify/inotify/
5564 F: include/linux/inotify.h
5565 F: include/uapi/linux/inotify.h
5566
5567 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5568 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
5569 L: linux-input@vger.kernel.org
5570 Q: http://patchwork.kernel.org/project/linux-input/list/
5571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5572 S: Maintained
5573 F: drivers/input/
5574 F: include/linux/input.h
5575 F: include/uapi/linux/input.h
5576 F: include/linux/input/
5577
5578 INPUT MULTITOUCH (MT) PROTOCOL
5579 M: Henrik Rydberg <rydberg@bitmath.org>
5580 L: linux-input@vger.kernel.org
5581 S: Odd fixes
5582 F: Documentation/input/multi-touch-protocol.txt
5583 F: drivers/input/input-mt.c
5584 K: \b(ABS|SYN)_MT_
5585
5586 INTEL ASoC BDW/HSW DRIVERS
5587 M: Jie Yang <yang.jie@linux.intel.com>
5588 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5589 S: Supported
5590 F: sound/soc/intel/common/sst-dsp*
5591 F: sound/soc/intel/common/sst-firmware.c
5592 F: sound/soc/intel/boards/broadwell.c
5593 F: sound/soc/intel/haswell/
5594
5595 INTEL C600 SERIES SAS CONTROLLER DRIVER
5596 M: Intel SCU Linux support <intel-linux-scu@intel.com>
5597 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5598 L: linux-scsi@vger.kernel.org
5599 T: git git://git.code.sf.net/p/intel-sas/isci
5600 S: Supported
5601 F: drivers/scsi/isci/
5602
5603 INTEL HID EVENT DRIVER
5604 M: Alex Hung <alex.hung@canonical.com>
5605 L: platform-driver-x86@vger.kernel.org
5606 S: Maintained
5607 F: drivers/platform/x86/intel-hid.c
5608
5609 INTEL IDLE DRIVER
5610 M: Len Brown <lenb@kernel.org>
5611 L: linux-pm@vger.kernel.org
5612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5613 S: Supported
5614 F: drivers/idle/intel_idle.c
5615
5616 INTEL PSTATE DRIVER
5617 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5618 M: Len Brown <lenb@kernel.org>
5619 L: linux-pm@vger.kernel.org
5620 S: Supported
5621 F: drivers/cpufreq/intel_pstate.c
5622
5623 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5624 M: Maik Broemme <mbroemme@plusserver.de>
5625 L: linux-fbdev@vger.kernel.org
5626 S: Maintained
5627 F: Documentation/fb/intelfb.txt
5628 F: drivers/video/fbdev/intelfb/
5629
5630 INTEL 810/815 FRAMEBUFFER DRIVER
5631 M: Antonino Daplas <adaplas@gmail.com>
5632 L: linux-fbdev@vger.kernel.org
5633 S: Maintained
5634 F: drivers/video/fbdev/i810/
5635
5636 INTEL MENLOW THERMAL DRIVER
5637 M: Sujith Thomas <sujith.thomas@intel.com>
5638 L: platform-driver-x86@vger.kernel.org
5639 W: https://01.org/linux-acpi
5640 S: Supported
5641 F: drivers/platform/x86/intel_menlow.c
5642
5643 INTEL I/OAT DMA DRIVER
5644 M: Dave Jiang <dave.jiang@intel.com>
5645 R: Dan Williams <dan.j.williams@intel.com>
5646 L: dmaengine@vger.kernel.org
5647 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5648 S: Supported
5649 F: drivers/dma/ioat*
5650
5651 INTEL IOMMU (VT-d)
5652 M: David Woodhouse <dwmw2@infradead.org>
5653 L: iommu@lists.linux-foundation.org
5654 T: git git://git.infradead.org/iommu-2.6.git
5655 S: Supported
5656 F: drivers/iommu/intel-iommu.c
5657 F: include/linux/intel-iommu.h
5658
5659 INTEL IOP-ADMA DMA DRIVER
5660 R: Dan Williams <dan.j.williams@intel.com>
5661 S: Odd fixes
5662 F: drivers/dma/iop-adma.c
5663
5664 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5665 M: Krzysztof Halasa <khalasa@piap.pl>
5666 S: Maintained
5667 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5668 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5669 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5670 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5671 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5672 F: drivers/net/wan/ixp4xx_hss.c
5673
5674 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5675 M: Deepak Saxena <dsaxena@plexity.net>
5676 S: Maintained
5677 F: drivers/char/hw_random/ixp4xx-rng.c
5678
5679 INTEL ETHERNET DRIVERS
5680 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5681 R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5682 R: Shannon Nelson <shannon.nelson@intel.com>
5683 R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5684 R: Don Skidmore <donald.c.skidmore@intel.com>
5685 R: Bruce Allan <bruce.w.allan@intel.com>
5686 R: John Ronciak <john.ronciak@intel.com>
5687 R: Mitch Williams <mitch.a.williams@intel.com>
5688 L: intel-wired-lan@lists.osuosl.org
5689 W: http://www.intel.com/support/feedback.htm
5690 W: http://e1000.sourceforge.net/
5691 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5694 S: Supported
5695 F: Documentation/networking/e100.txt
5696 F: Documentation/networking/e1000.txt
5697 F: Documentation/networking/e1000e.txt
5698 F: Documentation/networking/igb.txt
5699 F: Documentation/networking/igbvf.txt
5700 F: Documentation/networking/ixgb.txt
5701 F: Documentation/networking/ixgbe.txt
5702 F: Documentation/networking/ixgbevf.txt
5703 F: Documentation/networking/i40e.txt
5704 F: Documentation/networking/i40evf.txt
5705 F: drivers/net/ethernet/intel/
5706 F: drivers/net/ethernet/intel/*/
5707
5708 INTEL-MID GPIO DRIVER
5709 M: David Cohen <david.a.cohen@linux.intel.com>
5710 L: linux-gpio@vger.kernel.org
5711 S: Maintained
5712 F: drivers/gpio/gpio-intel-mid.c
5713
5714 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5715 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5716 L: linux-wireless@vger.kernel.org
5717 S: Maintained
5718 F: Documentation/networking/README.ipw2100
5719 F: Documentation/networking/README.ipw2200
5720 F: drivers/net/wireless/intel/ipw2x00/
5721
5722 INTEL(R) TRACE HUB
5723 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5724 S: Supported
5725 F: Documentation/trace/intel_th.txt
5726 F: drivers/hwtracing/intel_th/
5727
5728 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5729 M: Ning Sun <ning.sun@intel.com>
5730 L: tboot-devel@lists.sourceforge.net
5731 W: http://tboot.sourceforge.net
5732 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5733 S: Supported
5734 F: Documentation/intel_txt.txt
5735 F: include/linux/tboot.h
5736 F: arch/x86/kernel/tboot.c
5737
5738 INTEL WIRELESS WIMAX CONNECTION 2400
5739 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5740 M: linux-wimax@intel.com
5741 L: wimax@linuxwimax.org (subscribers-only)
5742 S: Supported
5743 W: http://linuxwimax.org
5744 F: Documentation/wimax/README.i2400m
5745 F: drivers/net/wimax/i2400m/
5746 F: include/uapi/linux/wimax/i2400m.h
5747
5748 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5749 M: Stanislaw Gruszka <sgruszka@redhat.com>
5750 L: linux-wireless@vger.kernel.org
5751 S: Supported
5752 F: drivers/net/wireless/intel/iwlegacy/
5753
5754 INTEL WIRELESS WIFI LINK (iwlwifi)
5755 M: Johannes Berg <johannes.berg@intel.com>
5756 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5757 M: Intel Linux Wireless <linuxwifi@intel.com>
5758 L: linux-wireless@vger.kernel.org
5759 W: http://intellinuxwireless.org
5760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5761 S: Supported
5762 F: drivers/net/wireless/intel/iwlwifi/
5763
5764 INTEL MANAGEMENT ENGINE (mei)
5765 M: Tomas Winkler <tomas.winkler@intel.com>
5766 L: linux-kernel@vger.kernel.org
5767 S: Supported
5768 F: include/uapi/linux/mei.h
5769 F: include/linux/mei_cl_bus.h
5770 F: drivers/misc/mei/*
5771 F: Documentation/misc-devices/mei/*
5772
5773 INTEL MIC DRIVERS (mic)
5774 M: Sudeep Dutt <sudeep.dutt@intel.com>
5775 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5776 S: Supported
5777 W: https://github.com/sudeepdutt/mic
5778 W: http://software.intel.com/en-us/mic-developer
5779 F: include/linux/mic_bus.h
5780 F: include/linux/scif.h
5781 F: include/uapi/linux/mic_common.h
5782 F: include/uapi/linux/mic_ioctl.h
5783 F: include/uapi/linux/scif_ioctl.h
5784 F: drivers/misc/mic/
5785 F: drivers/dma/mic_x100_dma.c
5786 F: drivers/dma/mic_x100_dma.h
5787 F: Documentation/mic/
5788
5789 INTEL PMC/P-Unit IPC DRIVER
5790 M: Zha Qipeng<qipeng.zha@intel.com>
5791 L: platform-driver-x86@vger.kernel.org
5792 S: Maintained
5793 F: drivers/platform/x86/intel_pmc_ipc.c
5794 F: drivers/platform/x86/intel_punit_ipc.c
5795 F: arch/x86/include/asm/intel_pmc_ipc.h
5796 F: arch/x86/include/asm/intel_punit_ipc.h
5797
5798 INTEL TELEMETRY DRIVER
5799 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5800 L: platform-driver-x86@vger.kernel.org
5801 S: Maintained
5802 F: arch/x86/include/asm/intel_telemetry.h
5803 F: drivers/platform/x86/intel_telemetry*
5804
5805 IOC3 ETHERNET DRIVER
5806 M: Ralf Baechle <ralf@linux-mips.org>
5807 L: linux-mips@linux-mips.org
5808 S: Maintained
5809 F: drivers/net/ethernet/sgi/ioc3-eth.c
5810
5811 IOC3 SERIAL DRIVER
5812 M: Pat Gefre <pfg@sgi.com>
5813 L: linux-serial@vger.kernel.org
5814 S: Maintained
5815 F: drivers/tty/serial/ioc3_serial.c
5816
5817 IOMMU DRIVERS
5818 M: Joerg Roedel <joro@8bytes.org>
5819 L: iommu@lists.linux-foundation.org
5820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5821 S: Maintained
5822 F: drivers/iommu/
5823
5824 IP MASQUERADING
5825 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5826 S: Maintained
5827 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5828
5829 IPMI SUBSYSTEM
5830 M: Corey Minyard <minyard@acm.org>
5831 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5832 W: http://openipmi.sourceforge.net/
5833 S: Supported
5834 F: Documentation/IPMI.txt
5835 F: drivers/char/ipmi/
5836 F: include/linux/ipmi*
5837 F: include/uapi/linux/ipmi*
5838
5839 QCOM AUDIO (ASoC) DRIVERS
5840 M: Patrick Lai <plai@codeaurora.org>
5841 M: Banajit Goswami <bgoswami@codeaurora.org>
5842 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5843 S: Supported
5844 F: sound/soc/qcom/
5845
5846 IPS SCSI RAID DRIVER
5847 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5848 L: linux-scsi@vger.kernel.org
5849 W: http://www.adaptec.com/
5850 S: Maintained
5851 F: drivers/scsi/ips*
5852
5853 IPVS
5854 M: Wensong Zhang <wensong@linux-vs.org>
5855 M: Simon Horman <horms@verge.net.au>
5856 M: Julian Anastasov <ja@ssi.bg>
5857 L: netdev@vger.kernel.org
5858 L: lvs-devel@vger.kernel.org
5859 S: Maintained
5860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5862 F: Documentation/networking/ipvs-sysctl.txt
5863 F: include/net/ip_vs.h
5864 F: include/uapi/linux/ip_vs.h
5865 F: net/netfilter/ipvs/
5866
5867 IPWIRELESS DRIVER
5868 M: Jiri Kosina <jikos@kernel.org>
5869 M: David Sterba <dsterba@suse.com>
5870 S: Odd Fixes
5871 F: drivers/tty/ipwireless/
5872
5873 IPX NETWORK LAYER
5874 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5875 L: netdev@vger.kernel.org
5876 S: Maintained
5877 F: include/net/ipx.h
5878 F: include/uapi/linux/ipx.h
5879 F: net/ipx/
5880
5881 IRDA SUBSYSTEM
5882 M: Samuel Ortiz <samuel@sortiz.org>
5883 L: irda-users@lists.sourceforge.net (subscribers-only)
5884 L: netdev@vger.kernel.org
5885 W: http://irda.sourceforge.net/
5886 S: Maintained
5887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5888 F: Documentation/networking/irda.txt
5889 F: drivers/net/irda/
5890 F: include/net/irda/
5891 F: net/irda/
5892
5893 IRQ SUBSYSTEM
5894 M: Thomas Gleixner <tglx@linutronix.de>
5895 L: linux-kernel@vger.kernel.org
5896 S: Maintained
5897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5898 F: kernel/irq/
5899
5900 IRQCHIP DRIVERS
5901 M: Thomas Gleixner <tglx@linutronix.de>
5902 M: Jason Cooper <jason@lakedaemon.net>
5903 M: Marc Zyngier <marc.zyngier@arm.com>
5904 L: linux-kernel@vger.kernel.org
5905 S: Maintained
5906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5907 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5908 F: Documentation/devicetree/bindings/interrupt-controller/
5909 F: drivers/irqchip/
5910
5911 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5912 M: Jiang Liu <jiang.liu@linux.intel.com>
5913 M: Marc Zyngier <marc.zyngier@arm.com>
5914 S: Maintained
5915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5916 F: Documentation/IRQ-domain.txt
5917 F: include/linux/irqdomain.h
5918 F: kernel/irq/irqdomain.c
5919 F: kernel/irq/msi.c
5920
5921 ISAPNP
5922 M: Jaroslav Kysela <perex@perex.cz>
5923 S: Maintained
5924 F: Documentation/isapnp.txt
5925 F: drivers/pnp/isapnp/
5926 F: include/linux/isapnp.h
5927
5928 ISA RADIO MODULE
5929 M: Hans Verkuil <hverkuil@xs4all.nl>
5930 L: linux-media@vger.kernel.org
5931 T: git git://linuxtv.org/media_tree.git
5932 W: https://linuxtv.org
5933 S: Maintained
5934 F: drivers/media/radio/radio-isa*
5935
5936 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5937 M: Peter Jones <pjones@redhat.com>
5938 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5939 S: Maintained
5940 F: drivers/firmware/iscsi_ibft*
5941
5942 ISCSI
5943 M: Mike Christie <michaelc@cs.wisc.edu>
5944 L: open-iscsi@googlegroups.com
5945 W: www.open-iscsi.org
5946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5947 S: Maintained
5948 F: drivers/scsi/*iscsi*
5949 F: include/scsi/*iscsi*
5950
5951 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5952 M: Or Gerlitz <ogerlitz@mellanox.com>
5953 M: Sagi Grimberg <sagig@mellanox.com>
5954 M: Roi Dayan <roid@mellanox.com>
5955 L: linux-rdma@vger.kernel.org
5956 S: Supported
5957 W: http://www.openfabrics.org
5958 W: www.open-iscsi.org
5959 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5960 F: drivers/infiniband/ulp/iser/
5961
5962 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5963 M: Sagi Grimberg <sagig@mellanox.com>
5964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5965 L: linux-rdma@vger.kernel.org
5966 L: target-devel@vger.kernel.org
5967 S: Supported
5968 W: http://www.linux-iscsi.org
5969 F: drivers/infiniband/ulp/isert
5970
5971 ISDN SUBSYSTEM
5972 M: Karsten Keil <isdn@linux-pingi.de>
5973 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5974 L: netdev@vger.kernel.org
5975 W: http://www.isdn4linux.de
5976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5977 S: Maintained
5978 F: Documentation/isdn/
5979 F: drivers/isdn/
5980 F: include/linux/isdn.h
5981 F: include/linux/isdn/
5982 F: include/uapi/linux/isdn.h
5983 F: include/uapi/linux/isdn/
5984
5985 ISDN SUBSYSTEM (Eicon active card driver)
5986 M: Armin Schindler <mac@melware.de>
5987 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5988 W: http://www.melware.de
5989 S: Maintained
5990 F: drivers/isdn/hardware/eicon/
5991
5992 IT87 HARDWARE MONITORING DRIVER
5993 M: Jean Delvare <jdelvare@suse.com>
5994 L: lm-sensors@lm-sensors.org
5995 S: Maintained
5996 F: Documentation/hwmon/it87
5997 F: drivers/hwmon/it87.c
5998
5999 IT913X MEDIA DRIVER
6000 M: Antti Palosaari <crope@iki.fi>
6001 L: linux-media@vger.kernel.org
6002 W: https://linuxtv.org
6003 W: http://palosaari.fi/linux/
6004 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6005 T: git git://linuxtv.org/anttip/media_tree.git
6006 S: Maintained
6007 F: drivers/media/tuners/it913x*
6008
6009 IVTV VIDEO4LINUX DRIVER
6010 M: Andy Walls <awalls@md.metrocast.net>
6011 L: ivtv-devel@ivtvdriver.org (subscribers-only)
6012 L: linux-media@vger.kernel.org
6013 T: git git://linuxtv.org/media_tree.git
6014 W: http://www.ivtvdriver.org
6015 S: Maintained
6016 F: Documentation/video4linux/*.ivtv
6017 F: drivers/media/pci/ivtv/
6018 F: include/uapi/linux/ivtv*
6019
6020 IX2505V MEDIA DRIVER
6021 M: Malcolm Priestley <tvboxspy@gmail.com>
6022 L: linux-media@vger.kernel.org
6023 W: https://linuxtv.org
6024 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6025 S: Maintained
6026 F: drivers/media/dvb-frontends/ix2505v*
6027
6028 JC42.4 TEMPERATURE SENSOR DRIVER
6029 M: Guenter Roeck <linux@roeck-us.net>
6030 L: lm-sensors@lm-sensors.org
6031 S: Maintained
6032 F: drivers/hwmon/jc42.c
6033 F: Documentation/hwmon/jc42
6034
6035 JFS FILESYSTEM
6036 M: Dave Kleikamp <shaggy@kernel.org>
6037 L: jfs-discussion@lists.sourceforge.net
6038 W: http://jfs.sourceforge.net/
6039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6040 S: Maintained
6041 F: Documentation/filesystems/jfs.txt
6042 F: fs/jfs/
6043
6044 JME NETWORK DRIVER
6045 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
6046 L: netdev@vger.kernel.org
6047 S: Maintained
6048 F: drivers/net/ethernet/jme.*
6049
6050 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6051 M: David Woodhouse <dwmw2@infradead.org>
6052 L: linux-mtd@lists.infradead.org
6053 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
6054 S: Maintained
6055 F: fs/jffs2/
6056 F: include/uapi/linux/jffs2.h
6057
6058 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6059 M: "Theodore Ts'o" <tytso@mit.edu>
6060 M: Jan Kara <jack@suse.com>
6061 L: linux-ext4@vger.kernel.org
6062 S: Maintained
6063 F: fs/jbd2/
6064 F: include/linux/jbd2.h
6065
6066 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6067 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6068 L: linux-media@vger.kernel.org
6069 S: Maintained
6070 F: drivers/media/platform/rcar_jpu.c
6071
6072 JSM Neo PCI based serial card
6073 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6074 L: linux-serial@vger.kernel.org
6075 S: Maintained
6076 F: drivers/tty/serial/jsm/
6077
6078 K10TEMP HARDWARE MONITORING DRIVER
6079 M: Clemens Ladisch <clemens@ladisch.de>
6080 L: lm-sensors@lm-sensors.org
6081 S: Maintained
6082 F: Documentation/hwmon/k10temp
6083 F: drivers/hwmon/k10temp.c
6084
6085 K8TEMP HARDWARE MONITORING DRIVER
6086 M: Rudolf Marek <r.marek@assembler.cz>
6087 L: lm-sensors@lm-sensors.org
6088 S: Maintained
6089 F: Documentation/hwmon/k8temp
6090 F: drivers/hwmon/k8temp.c
6091
6092 KCONFIG
6093 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
6094 L: linux-kbuild@vger.kernel.org
6095 T: git git://gitorious.org/linux-kconfig/linux-kconfig
6096 S: Maintained
6097 F: Documentation/kbuild/kconfig-language.txt
6098 F: scripts/kconfig/
6099
6100 KDUMP
6101 M: Vivek Goyal <vgoyal@redhat.com>
6102 M: Haren Myneni <hbabu@us.ibm.com>
6103 L: kexec@lists.infradead.org
6104 W: http://lse.sourceforge.net/kdump/
6105 S: Maintained
6106 F: Documentation/kdump/
6107
6108 KEENE FM RADIO TRANSMITTER DRIVER
6109 M: Hans Verkuil <hverkuil@xs4all.nl>
6110 L: linux-media@vger.kernel.org
6111 T: git git://linuxtv.org/media_tree.git
6112 W: https://linuxtv.org
6113 S: Maintained
6114 F: drivers/media/radio/radio-keene*
6115
6116 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6117 M: Ian Kent <raven@themaw.net>
6118 L: autofs@vger.kernel.org
6119 S: Maintained
6120 F: fs/autofs4/
6121
6122 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6123 M: Michal Marek <mmarek@suse.com>
6124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6126 L: linux-kbuild@vger.kernel.org
6127 S: Maintained
6128 F: Documentation/kbuild/
6129 F: Makefile
6130 F: scripts/Makefile.*
6131 F: scripts/basic/
6132 F: scripts/mk*
6133 F: scripts/package/
6134
6135 KERNEL JANITORS
6136 L: kernel-janitors@vger.kernel.org
6137 W: http://kernelnewbies.org/KernelJanitors
6138 S: Odd Fixes
6139
6140 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6141 M: "J. Bruce Fields" <bfields@fieldses.org>
6142 M: Jeff Layton <jlayton@poochiereds.net>
6143 L: linux-nfs@vger.kernel.org
6144 W: http://nfs.sourceforge.net/
6145 T: git git://linux-nfs.org/~bfields/linux.git
6146 S: Supported
6147 F: fs/nfsd/
6148 F: include/uapi/linux/nfsd/
6149 F: fs/lockd/
6150 F: fs/nfs_common/
6151 F: net/sunrpc/
6152 F: include/linux/lockd/
6153 F: include/linux/sunrpc/
6154 F: include/uapi/linux/sunrpc/
6155
6156 KERNEL SELFTEST FRAMEWORK
6157 M: Shuah Khan <shuahkh@osg.samsung.com>
6158 L: linux-kselftest@vger.kernel.org
6159 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6160 S: Maintained
6161 F: tools/testing/selftests
6162
6163 KERNEL VIRTUAL MACHINE (KVM)
6164 M: Gleb Natapov <gleb@kernel.org>
6165 M: Paolo Bonzini <pbonzini@redhat.com>
6166 L: kvm@vger.kernel.org
6167 W: http://www.linux-kvm.org
6168 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6169 S: Supported
6170 F: Documentation/*/kvm*.txt
6171 F: Documentation/virtual/kvm/
6172 F: arch/*/kvm/
6173 F: arch/x86/kernel/kvm.c
6174 F: arch/x86/kernel/kvmclock.c
6175 F: arch/*/include/asm/kvm*
6176 F: include/linux/kvm*
6177 F: include/uapi/linux/kvm*
6178 F: virt/kvm/
6179
6180 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6181 M: Joerg Roedel <joro@8bytes.org>
6182 L: kvm@vger.kernel.org
6183 W: http://www.linux-kvm.org/
6184 S: Maintained
6185 F: arch/x86/include/asm/svm.h
6186 F: arch/x86/kvm/svm.c
6187
6188 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6189 M: Alexander Graf <agraf@suse.com>
6190 L: kvm-ppc@vger.kernel.org
6191 W: http://www.linux-kvm.org/
6192 T: git git://github.com/agraf/linux-2.6.git
6193 S: Supported
6194 F: arch/powerpc/include/asm/kvm*
6195 F: arch/powerpc/kvm/
6196
6197 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6198 M: Christian Borntraeger <borntraeger@de.ibm.com>
6199 M: Cornelia Huck <cornelia.huck@de.ibm.com>
6200 L: linux-s390@vger.kernel.org
6201 W: http://www.ibm.com/developerworks/linux/linux390/
6202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6203 S: Supported
6204 F: Documentation/s390/kvm.txt
6205 F: arch/s390/include/asm/kvm*
6206 F: arch/s390/kvm/
6207
6208 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6209 M: Christoffer Dall <christoffer.dall@linaro.org>
6210 M: Marc Zyngier <marc.zyngier@arm.com>
6211 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6212 L: kvmarm@lists.cs.columbia.edu
6213 W: http://systems.cs.columbia.edu/projects/kvm-arm
6214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6215 S: Supported
6216 F: arch/arm/include/uapi/asm/kvm*
6217 F: arch/arm/include/asm/kvm*
6218 F: arch/arm/kvm/
6219 F: virt/kvm/arm/
6220 F: include/kvm/arm_*
6221
6222 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6223 M: Christoffer Dall <christoffer.dall@linaro.org>
6224 M: Marc Zyngier <marc.zyngier@arm.com>
6225 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6226 L: kvmarm@lists.cs.columbia.edu
6227 S: Maintained
6228 F: arch/arm64/include/uapi/asm/kvm*
6229 F: arch/arm64/include/asm/kvm*
6230 F: arch/arm64/kvm/
6231
6232 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6233 M: James Hogan <james.hogan@imgtec.com>
6234 L: linux-mips@linux-mips.org
6235 S: Supported
6236 F: arch/mips/include/uapi/asm/kvm*
6237 F: arch/mips/include/asm/kvm*
6238 F: arch/mips/kvm/
6239
6240 KEXEC
6241 M: Eric Biederman <ebiederm@xmission.com>
6242 W: http://kernel.org/pub/linux/utils/kernel/kexec/
6243 L: kexec@lists.infradead.org
6244 S: Maintained
6245 F: include/linux/kexec.h
6246 F: include/uapi/linux/kexec.h
6247 F: kernel/kexec.c
6248
6249 KEYS/KEYRINGS:
6250 M: David Howells <dhowells@redhat.com>
6251 L: keyrings@vger.kernel.org
6252 S: Maintained
6253 F: Documentation/security/keys.txt
6254 F: include/linux/key.h
6255 F: include/linux/key-type.h
6256 F: include/keys/
6257 F: security/keys/
6258
6259 KEYS-TRUSTED
6260 M: David Safford <safford@us.ibm.com>
6261 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6262 L: linux-security-module@vger.kernel.org
6263 L: keyrings@vger.kernel.org
6264 S: Supported
6265 F: Documentation/security/keys-trusted-encrypted.txt
6266 F: include/keys/trusted-type.h
6267 F: security/keys/trusted.c
6268 F: security/keys/trusted.h
6269
6270 KEYS-ENCRYPTED
6271 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6272 M: David Safford <safford@us.ibm.com>
6273 L: linux-security-module@vger.kernel.org
6274 L: keyrings@vger.kernel.org
6275 S: Supported
6276 F: Documentation/security/keys-trusted-encrypted.txt
6277 F: include/keys/encrypted-type.h
6278 F: security/keys/encrypted-keys/
6279
6280 KGDB / KDB /debug_core
6281 M: Jason Wessel <jason.wessel@windriver.com>
6282 W: http://kgdb.wiki.kernel.org/
6283 L: kgdb-bugreport@lists.sourceforge.net
6284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6285 S: Maintained
6286 F: Documentation/DocBook/kgdb.tmpl
6287 F: drivers/misc/kgdbts.c
6288 F: drivers/tty/serial/kgdboc.c
6289 F: include/linux/kdb.h
6290 F: include/linux/kgdb.h
6291 F: kernel/debug/
6292
6293 KMEMCHECK
6294 M: Vegard Nossum <vegardno@ifi.uio.no>
6295 M: Pekka Enberg <penberg@kernel.org>
6296 S: Maintained
6297 F: Documentation/kmemcheck.txt
6298 F: arch/x86/include/asm/kmemcheck.h
6299 F: arch/x86/mm/kmemcheck/
6300 F: include/linux/kmemcheck.h
6301 F: mm/kmemcheck.c
6302
6303 KMEMLEAK
6304 M: Catalin Marinas <catalin.marinas@arm.com>
6305 S: Maintained
6306 F: Documentation/kmemleak.txt
6307 F: include/linux/kmemleak.h
6308 F: mm/kmemleak.c
6309 F: mm/kmemleak-test.c
6310
6311 KPROBES
6312 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6313 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6314 M: "David S. Miller" <davem@davemloft.net>
6315 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6316 S: Maintained
6317 F: Documentation/kprobes.txt
6318 F: include/linux/kprobes.h
6319 F: kernel/kprobes.c
6320
6321 KS0108 LCD CONTROLLER DRIVER
6322 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6323 W: http://miguelojeda.es/auxdisplay.htm
6324 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6325 S: Maintained
6326 F: Documentation/auxdisplay/ks0108
6327 F: drivers/auxdisplay/ks0108.c
6328 F: include/linux/ks0108.h
6329
6330 L3MDEV
6331 M: David Ahern <dsa@cumulusnetworks.com>
6332 L: netdev@vger.kernel.org
6333 S: Maintained
6334 F: net/l3mdev
6335 F: include/net/l3mdev.h
6336
6337 LANTIQ MIPS ARCHITECTURE
6338 M: John Crispin <blogic@openwrt.org>
6339 L: linux-mips@linux-mips.org
6340 S: Maintained
6341 F: arch/mips/lantiq
6342
6343 LAPB module
6344 L: linux-x25@vger.kernel.org
6345 S: Orphan
6346 F: Documentation/networking/lapb-module.txt
6347 F: include/*/lapb.h
6348 F: net/lapb/
6349
6350 LASI 53c700 driver for PARISC
6351 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6352 L: linux-scsi@vger.kernel.org
6353 S: Maintained
6354 F: Documentation/scsi/53c700.txt
6355 F: drivers/scsi/53c700*
6356
6357 LED SUBSYSTEM
6358 M: Richard Purdie <rpurdie@rpsys.net>
6359 M: Jacek Anaszewski <j.anaszewski@samsung.com>
6360 L: linux-leds@vger.kernel.org
6361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6362 S: Maintained
6363 F: drivers/leds/
6364 F: include/linux/leds.h
6365
6366 LEGACY EEPROM DRIVER
6367 M: Jean Delvare <jdelvare@suse.com>
6368 S: Maintained
6369 F: Documentation/misc-devices/eeprom
6370 F: drivers/misc/eeprom/eeprom.c
6371
6372 LEGO USB Tower driver
6373 M: Juergen Stuber <starblue@users.sourceforge.net>
6374 L: legousb-devel@lists.sourceforge.net
6375 W: http://legousb.sourceforge.net/
6376 S: Maintained
6377 F: drivers/usb/misc/legousbtower.c
6378
6379 LG2160 MEDIA DRIVER
6380 M: Michael Krufky <mkrufky@linuxtv.org>
6381 L: linux-media@vger.kernel.org
6382 W: https://linuxtv.org
6383 W: http://github.com/mkrufky
6384 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6385 T: git git://linuxtv.org/mkrufky/tuners.git
6386 S: Maintained
6387 F: drivers/media/dvb-frontends/lg2160.*
6388
6389 LGDT3305 MEDIA DRIVER
6390 M: Michael Krufky <mkrufky@linuxtv.org>
6391 L: linux-media@vger.kernel.org
6392 W: https://linuxtv.org
6393 W: http://github.com/mkrufky
6394 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6395 T: git git://linuxtv.org/mkrufky/tuners.git
6396 S: Maintained
6397 F: drivers/media/dvb-frontends/lgdt3305.*
6398
6399 LGUEST
6400 M: Rusty Russell <rusty@rustcorp.com.au>
6401 L: lguest@lists.ozlabs.org
6402 W: http://lguest.ozlabs.org/
6403 S: Odd Fixes
6404 F: arch/x86/include/asm/lguest*.h
6405 F: arch/x86/lguest/
6406 F: drivers/lguest/
6407 F: include/linux/lguest*.h
6408 F: tools/lguest/
6409
6410 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6411 M: Tejun Heo <tj@kernel.org>
6412 L: linux-ide@vger.kernel.org
6413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6414 S: Maintained
6415 F: drivers/ata/
6416 F: include/linux/ata.h
6417 F: include/linux/libata.h
6418
6419 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6420 M: Viresh Kumar <vireshk@kernel.org>
6421 L: linux-ide@vger.kernel.org
6422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6423 S: Maintained
6424 F: include/linux/pata_arasan_cf_data.h
6425 F: drivers/ata/pata_arasan_cf.c
6426
6427 LIBATA PATA DRIVERS
6428 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6429 M: Tejun Heo <tj@kernel.org>
6430 L: linux-ide@vger.kernel.org
6431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6432 S: Maintained
6433 F: drivers/ata/pata_*.c
6434 F: drivers/ata/ata_generic.c
6435
6436 LIBATA SATA AHCI PLATFORM devices support
6437 M: Hans de Goede <hdegoede@redhat.com>
6438 M: Tejun Heo <tj@kernel.org>
6439 L: linux-ide@vger.kernel.org
6440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6441 S: Maintained
6442 F: drivers/ata/ahci_platform.c
6443 F: drivers/ata/libahci_platform.c
6444 F: include/linux/ahci_platform.h
6445
6446 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6447 M: Mikael Pettersson <mikpelinux@gmail.com>
6448 L: linux-ide@vger.kernel.org
6449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6450 S: Maintained
6451 F: drivers/ata/sata_promise.*
6452
6453 LIBLOCKDEP
6454 M: Sasha Levin <sasha.levin@oracle.com>
6455 S: Maintained
6456 F: tools/lib/lockdep/
6457
6458 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6459 M: Dan Williams <dan.j.williams@intel.com>
6460 L: linux-nvdimm@lists.01.org
6461 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6463 S: Supported
6464 F: drivers/nvdimm/*
6465 F: include/linux/nd.h
6466 F: include/linux/libnvdimm.h
6467 F: include/uapi/linux/ndctl.h
6468
6469 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6470 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6471 L: linux-nvdimm@lists.01.org
6472 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6473 S: Supported
6474 F: drivers/nvdimm/blk.c
6475 F: drivers/nvdimm/region_devs.c
6476 F: drivers/acpi/nfit*
6477
6478 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6479 M: Vishal Verma <vishal.l.verma@intel.com>
6480 L: linux-nvdimm@lists.01.org
6481 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6482 S: Supported
6483 F: drivers/nvdimm/btt*
6484
6485 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6486 M: Ross Zwisler <ross.zwisler@linux.intel.com>
6487 L: linux-nvdimm@lists.01.org
6488 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6489 S: Supported
6490 F: drivers/nvdimm/pmem.c
6491 F: include/linux/pmem.h
6492 F: arch/*/include/asm/pmem.h
6493
6494 LIGHTNVM PLATFORM SUPPORT
6495 M: Matias Bjorling <mb@lightnvm.io>
6496 W: http://github/OpenChannelSSD
6497 L: linux-block@vger.kernel.org
6498 S: Maintained
6499 F: drivers/lightnvm/
6500 F: include/linux/lightnvm.h
6501 F: include/uapi/linux/lightnvm.h
6502
6503 LINUX FOR IBM pSERIES (RS/6000)
6504 M: Paul Mackerras <paulus@au.ibm.com>
6505 W: http://www.ibm.com/linux/ltc/projects/ppc
6506 S: Supported
6507 F: arch/powerpc/boot/rs6000.h
6508
6509 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6510 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6511 M: Paul Mackerras <paulus@samba.org>
6512 M: Michael Ellerman <mpe@ellerman.id.au>
6513 W: http://www.penguinppc.org/
6514 L: linuxppc-dev@lists.ozlabs.org
6515 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6517 S: Supported
6518 F: Documentation/powerpc/
6519 F: arch/powerpc/
6520
6521 LINUX FOR POWER MACINTOSH
6522 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6523 W: http://www.penguinppc.org/
6524 L: linuxppc-dev@lists.ozlabs.org
6525 S: Maintained
6526 F: arch/powerpc/platforms/powermac/
6527 F: drivers/macintosh/
6528
6529 LINUX FOR POWERPC EMBEDDED MPC5XXX
6530 M: Anatolij Gustschin <agust@denx.de>
6531 L: linuxppc-dev@lists.ozlabs.org
6532 T: git git://git.denx.de/linux-denx-agust.git
6533 S: Maintained
6534 F: arch/powerpc/platforms/512x/
6535 F: arch/powerpc/platforms/52xx/
6536
6537 LINUX FOR POWERPC EMBEDDED PPC4XX
6538 M: Alistair Popple <alistair@popple.id.au>
6539 M: Matt Porter <mporter@kernel.crashing.org>
6540 W: http://www.penguinppc.org/
6541 L: linuxppc-dev@lists.ozlabs.org
6542 S: Maintained
6543 F: arch/powerpc/platforms/40x/
6544 F: arch/powerpc/platforms/44x/
6545
6546 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6547 L: linuxppc-dev@lists.ozlabs.org
6548 S: Orphan
6549 F: arch/powerpc/*/*virtex*
6550 F: arch/powerpc/*/*/*virtex*
6551
6552 LINUX FOR POWERPC EMBEDDED PPC8XX
6553 M: Vitaly Bordug <vitb@kernel.crashing.org>
6554 W: http://www.penguinppc.org/
6555 L: linuxppc-dev@lists.ozlabs.org
6556 S: Maintained
6557 F: arch/powerpc/platforms/8xx/
6558
6559 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6560 M: Scott Wood <oss@buserror.net>
6561 M: Kumar Gala <galak@kernel.crashing.org>
6562 W: http://www.penguinppc.org/
6563 L: linuxppc-dev@lists.ozlabs.org
6564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6565 S: Maintained
6566 F: arch/powerpc/platforms/83xx/
6567 F: arch/powerpc/platforms/85xx/
6568
6569 LINUX FOR POWERPC PA SEMI PWRFICIENT
6570 M: Olof Johansson <olof@lixom.net>
6571 L: linuxppc-dev@lists.ozlabs.org
6572 S: Maintained
6573 F: arch/powerpc/platforms/pasemi/
6574 F: drivers/*/*pasemi*
6575 F: drivers/*/*/*pasemi*
6576
6577 LINUX SECURITY MODULE (LSM) FRAMEWORK
6578 M: Chris Wright <chrisw@sous-sol.org>
6579 L: linux-security-module@vger.kernel.org
6580 S: Supported
6581
6582 LIS3LV02D ACCELEROMETER DRIVER
6583 M: Eric Piel <eric.piel@tremplin-utc.net>
6584 S: Maintained
6585 F: Documentation/misc-devices/lis3lv02d
6586 F: drivers/misc/lis3lv02d/
6587 F: drivers/platform/x86/hp_accel.c
6588
6589 LIVE PATCHING
6590 M: Josh Poimboeuf <jpoimboe@redhat.com>
6591 M: Seth Jennings <sjenning@redhat.com>
6592 M: Jiri Kosina <jikos@kernel.org>
6593 M: Vojtech Pavlik <vojtech@suse.com>
6594 S: Maintained
6595 F: kernel/livepatch/
6596 F: include/linux/livepatch.h
6597 F: arch/x86/include/asm/livepatch.h
6598 F: arch/x86/kernel/livepatch.c
6599 F: Documentation/ABI/testing/sysfs-kernel-livepatch
6600 F: samples/livepatch/
6601 L: live-patching@vger.kernel.org
6602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6603
6604 LLC (802.2)
6605 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6606 S: Maintained
6607 F: include/linux/llc.h
6608 F: include/uapi/linux/llc.h
6609 F: include/net/llc*
6610 F: net/llc/
6611
6612 LM73 HARDWARE MONITOR DRIVER
6613 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6614 L: lm-sensors@lm-sensors.org
6615 S: Maintained
6616 F: drivers/hwmon/lm73.c
6617
6618 LM78 HARDWARE MONITOR DRIVER
6619 M: Jean Delvare <jdelvare@suse.com>
6620 L: lm-sensors@lm-sensors.org
6621 S: Maintained
6622 F: Documentation/hwmon/lm78
6623 F: drivers/hwmon/lm78.c
6624
6625 LM83 HARDWARE MONITOR DRIVER
6626 M: Jean Delvare <jdelvare@suse.com>
6627 L: lm-sensors@lm-sensors.org
6628 S: Maintained
6629 F: Documentation/hwmon/lm83
6630 F: drivers/hwmon/lm83.c
6631
6632 LM90 HARDWARE MONITOR DRIVER
6633 M: Jean Delvare <jdelvare@suse.com>
6634 L: lm-sensors@lm-sensors.org
6635 S: Maintained
6636 F: Documentation/hwmon/lm90
6637 F: Documentation/devicetree/bindings/hwmon/lm90.txt
6638 F: drivers/hwmon/lm90.c
6639
6640 LM95234 HARDWARE MONITOR DRIVER
6641 M: Guenter Roeck <linux@roeck-us.net>
6642 L: lm-sensors@lm-sensors.org
6643 S: Maintained
6644 F: Documentation/hwmon/lm95234
6645 F: drivers/hwmon/lm95234.c
6646
6647 LME2510 MEDIA DRIVER
6648 M: Malcolm Priestley <tvboxspy@gmail.com>
6649 L: linux-media@vger.kernel.org
6650 W: https://linuxtv.org
6651 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6652 S: Maintained
6653 F: drivers/media/usb/dvb-usb-v2/lmedm04*
6654
6655 LOCKDEP AND LOCKSTAT
6656 M: Peter Zijlstra <peterz@infradead.org>
6657 M: Ingo Molnar <mingo@redhat.com>
6658 L: linux-kernel@vger.kernel.org
6659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6660 S: Maintained
6661 F: Documentation/locking/lockdep*.txt
6662 F: Documentation/locking/lockstat.txt
6663 F: include/linux/lockdep.h
6664 F: kernel/locking/
6665
6666 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6667 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
6668 L: linux-ntfs-dev@lists.sourceforge.net
6669 W: http://www.linux-ntfs.org/content/view/19/37/
6670 S: Maintained
6671 F: Documentation/ldm.txt
6672 F: block/partitions/ldm.*
6673
6674 LogFS
6675 M: Joern Engel <joern@logfs.org>
6676 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
6677 L: logfs@logfs.org
6678 W: logfs.org
6679 S: Maintained
6680 F: fs/logfs/
6681
6682 LPC32XX MACHINE SUPPORT
6683 M: Roland Stigge <stigge@antcom.de>
6684 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6685 S: Maintained
6686 F: arch/arm/mach-lpc32xx/
6687
6688 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6689 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6690 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6691 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6692 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6693 L: MPT-FusionLinux.pdl@avagotech.com
6694 L: linux-scsi@vger.kernel.org
6695 W: http://www.lsilogic.com/support
6696 S: Supported
6697 F: drivers/message/fusion/
6698 F: drivers/scsi/mpt2sas/
6699 F: drivers/scsi/mpt3sas/
6700
6701 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6702 M: Matthew Wilcox <matthew@wil.cx>
6703 L: linux-scsi@vger.kernel.org
6704 S: Maintained
6705 F: drivers/scsi/sym53c8xx_2/
6706
6707 LTC4261 HARDWARE MONITOR DRIVER
6708 M: Guenter Roeck <linux@roeck-us.net>
6709 L: lm-sensors@lm-sensors.org
6710 S: Maintained
6711 F: Documentation/hwmon/ltc4261
6712 F: drivers/hwmon/ltc4261.c
6713
6714 LTP (Linux Test Project)
6715 M: Mike Frysinger <vapier@gentoo.org>
6716 M: Cyril Hrubis <chrubis@suse.cz>
6717 M: Wanlong Gao <wanlong.gao@gmail.com>
6718 M: Jan Stancek <jstancek@redhat.com>
6719 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6720 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6721 L: ltp@lists.linux.it (subscribers-only)
6722 W: http://linux-test-project.github.io/
6723 T: git git://github.com/linux-test-project/ltp.git
6724 S: Maintained
6725
6726 M32R ARCHITECTURE
6727 W: http://www.linux-m32r.org/
6728 S: Orphan
6729 F: arch/m32r/
6730
6731 M68K ARCHITECTURE
6732 M: Geert Uytterhoeven <geert@linux-m68k.org>
6733 L: linux-m68k@lists.linux-m68k.org
6734 W: http://www.linux-m68k.org/
6735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6736 S: Maintained
6737 F: arch/m68k/
6738 F: drivers/zorro/
6739
6740 M68K ON APPLE MACINTOSH
6741 M: Joshua Thompson <funaho@jurai.org>
6742 W: http://www.mac.linux-m68k.org/
6743 L: linux-m68k@lists.linux-m68k.org
6744 S: Maintained
6745 F: arch/m68k/mac/
6746
6747 M68K ON HP9000/300
6748 M: Philip Blundell <philb@gnu.org>
6749 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6750 S: Maintained
6751 F: arch/m68k/hp300/
6752
6753 M88DS3103 MEDIA DRIVER
6754 M: Antti Palosaari <crope@iki.fi>
6755 L: linux-media@vger.kernel.org
6756 W: https://linuxtv.org
6757 W: http://palosaari.fi/linux/
6758 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6759 T: git git://linuxtv.org/anttip/media_tree.git
6760 S: Maintained
6761 F: drivers/media/dvb-frontends/m88ds3103*
6762
6763 M88RS2000 MEDIA DRIVER
6764 M: Malcolm Priestley <tvboxspy@gmail.com>
6765 L: linux-media@vger.kernel.org
6766 W: https://linuxtv.org
6767 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6768 S: Maintained
6769 F: drivers/media/dvb-frontends/m88rs2000*
6770
6771 MA901 MASTERKIT USB FM RADIO DRIVER
6772 M: Alexey Klimov <klimov.linux@gmail.com>
6773 L: linux-media@vger.kernel.org
6774 T: git git://linuxtv.org/media_tree.git
6775 S: Maintained
6776 F: drivers/media/radio/radio-ma901.c
6777
6778 MAC80211
6779 M: Johannes Berg <johannes@sipsolutions.net>
6780 L: linux-wireless@vger.kernel.org
6781 W: http://wireless.kernel.org/
6782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6784 S: Maintained
6785 F: Documentation/networking/mac80211-injection.txt
6786 F: include/net/mac80211.h
6787 F: net/mac80211/
6788 F: drivers/net/wireless/mac80211_hwsim.[ch]
6789
6790 MACVLAN DRIVER
6791 M: Patrick McHardy <kaber@trash.net>
6792 L: netdev@vger.kernel.org
6793 S: Maintained
6794 F: drivers/net/macvlan.c
6795 F: include/linux/if_macvlan.h
6796
6797 MAILBOX API
6798 M: Jassi Brar <jassisinghbrar@gmail.com>
6799 L: linux-kernel@vger.kernel.org
6800 S: Maintained
6801 F: drivers/mailbox/
6802 F: include/linux/mailbox_client.h
6803 F: include/linux/mailbox_controller.h
6804
6805 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6806 M: Michael Kerrisk <mtk.manpages@gmail.com>
6807 W: http://www.kernel.org/doc/man-pages
6808 L: linux-man@vger.kernel.org
6809 S: Maintained
6810
6811 MARVELL ARMADA DRM SUPPORT
6812 M: Russell King <rmk+kernel@arm.linux.org.uk>
6813 S: Maintained
6814 F: drivers/gpu/drm/armada/
6815
6816 MARVELL 88E6352 DSA support
6817 M: Guenter Roeck <linux@roeck-us.net>
6818 S: Maintained
6819 F: drivers/net/dsa/mv88e6352.c
6820
6821 MARVELL CRYPTO DRIVER
6822 M: Boris Brezillon <boris.brezillon@free-electrons.com>
6823 M: Arnaud Ebalard <arno@natisbad.org>
6824 F: drivers/crypto/marvell/
6825 S: Maintained
6826 L: linux-crypto@vger.kernel.org
6827
6828 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6829 M: Mirko Lindner <mlindner@marvell.com>
6830 M: Stephen Hemminger <stephen@networkplumber.org>
6831 L: netdev@vger.kernel.org
6832 S: Maintained
6833 F: drivers/net/ethernet/marvell/sk*
6834
6835 MARVELL LIBERTAS WIRELESS DRIVER
6836 L: libertas-dev@lists.infradead.org
6837 S: Orphan
6838 F: drivers/net/wireless/marvell/libertas/
6839
6840 MARVELL MV643XX ETHERNET DRIVER
6841 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6842 L: netdev@vger.kernel.org
6843 S: Maintained
6844 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6845 F: include/linux/mv643xx.h
6846
6847 MARVELL MVNETA ETHERNET DRIVER
6848 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6849 L: netdev@vger.kernel.org
6850 S: Maintained
6851 F: drivers/net/ethernet/marvell/mvneta.*
6852
6853 MARVELL MWIFIEX WIRELESS DRIVER
6854 M: Amitkumar Karwar <akarwar@marvell.com>
6855 M: Nishant Sarmukadam <nishants@marvell.com>
6856 L: linux-wireless@vger.kernel.org
6857 S: Maintained
6858 F: drivers/net/wireless/marvell/mwifiex/
6859
6860 MARVELL MWL8K WIRELESS DRIVER
6861 M: Lennert Buytenhek <buytenh@wantstofly.org>
6862 L: linux-wireless@vger.kernel.org
6863 S: Odd Fixes
6864 F: drivers/net/wireless/marvell/mwl8k.c
6865
6866 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6867 M: Nicolas Pitre <nico@fluxnic.net>
6868 S: Odd Fixes
6869 F: drivers/mmc/host/mvsdio.*
6870
6871 MATROX FRAMEBUFFER DRIVER
6872 L: linux-fbdev@vger.kernel.org
6873 S: Orphan
6874 F: drivers/video/fbdev/matrox/matroxfb_*
6875 F: include/uapi/linux/matroxfb.h
6876
6877 MAX16065 HARDWARE MONITOR DRIVER
6878 M: Guenter Roeck <linux@roeck-us.net>
6879 L: lm-sensors@lm-sensors.org
6880 S: Maintained
6881 F: Documentation/hwmon/max16065
6882 F: drivers/hwmon/max16065.c
6883
6884 MAX20751 HARDWARE MONITOR DRIVER
6885 M: Guenter Roeck <linux@roeck-us.net>
6886 L: lm-sensors@lm-sensors.org
6887 S: Maintained
6888 F: Documentation/hwmon/max20751
6889 F: drivers/hwmon/max20751.c
6890
6891 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6892 M: "Hans J. Koch" <hjk@hansjkoch.de>
6893 L: lm-sensors@lm-sensors.org
6894 S: Maintained
6895 F: Documentation/hwmon/max6650
6896 F: drivers/hwmon/max6650.c
6897
6898 MAX6697 HARDWARE MONITOR DRIVER
6899 M: Guenter Roeck <linux@roeck-us.net>
6900 L: lm-sensors@lm-sensors.org
6901 S: Maintained
6902 F: Documentation/hwmon/max6697
6903 F: Documentation/devicetree/bindings/i2c/max6697.txt
6904 F: drivers/hwmon/max6697.c
6905 F: include/linux/platform_data/max6697.h
6906
6907 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6908 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6909 L: linux-pm@vger.kernel.org
6910 S: Supported
6911 F: drivers/power/max14577_charger.c
6912 F: drivers/power/max77693_charger.c
6913
6914 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6915 M: Javier Martinez Canillas <javier@osg.samsung.com>
6916 L: linux-kernel@vger.kernel.org
6917 S: Supported
6918 F: drivers/*/*max77802.c
6919 F: Documentation/devicetree/bindings/*/*max77802.txt
6920 F: include/dt-bindings/*/*max77802.h
6921
6922 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6923 M: Chanwoo Choi <cw00.choi@samsung.com>
6924 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6925 L: linux-kernel@vger.kernel.org
6926 S: Supported
6927 F: drivers/*/max14577.c
6928 F: drivers/*/max77686.c
6929 F: drivers/*/max77693.c
6930 F: drivers/extcon/extcon-max14577.c
6931 F: drivers/extcon/extcon-max77693.c
6932 F: drivers/rtc/rtc-max77686.c
6933 F: drivers/clk/clk-max77686.c
6934 F: Documentation/devicetree/bindings/mfd/max14577.txt
6935 F: Documentation/devicetree/bindings/*/max77686.txt
6936 F: Documentation/devicetree/bindings/mfd/max77693.txt
6937 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6938 F: include/linux/mfd/max14577*.h
6939 F: include/linux/mfd/max77686*.h
6940 F: include/linux/mfd/max77693*.h
6941
6942 MAXIRADIO FM RADIO RECEIVER DRIVER
6943 M: Hans Verkuil <hverkuil@xs4all.nl>
6944 L: linux-media@vger.kernel.org
6945 T: git git://linuxtv.org/media_tree.git
6946 W: https://linuxtv.org
6947 S: Maintained
6948 F: drivers/media/radio/radio-maxiradio*
6949
6950 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6951 M: Peter Rosin <peda@axentia.se>
6952 L: linux-iio@vger.kernel.org
6953 S: Maintained
6954 F: drivers/iio/potentiometer/mcp4531.c
6955
6956 MEDIA DRIVERS FOR RENESAS - VSP1
6957 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6958 L: linux-media@vger.kernel.org
6959 L: linux-renesas-soc@vger.kernel.org
6960 T: git git://linuxtv.org/media_tree.git
6961 S: Supported
6962 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6963 F: drivers/media/platform/vsp1/
6964
6965 MEDIA DRIVERS FOR ASCOT2E
6966 M: Sergey Kozlov <serjk@netup.ru>
6967 L: linux-media@vger.kernel.org
6968 W: https://linuxtv.org
6969 W: http://netup.tv/
6970 T: git git://linuxtv.org/media_tree.git
6971 S: Supported
6972 F: drivers/media/dvb-frontends/ascot2e*
6973
6974 MEDIA DRIVERS FOR CXD2841ER
6975 M: Sergey Kozlov <serjk@netup.ru>
6976 L: linux-media@vger.kernel.org
6977 W: https://linuxtv.org
6978 W: http://netup.tv/
6979 T: git git://linuxtv.org/media_tree.git
6980 S: Supported
6981 F: drivers/media/dvb-frontends/cxd2841er*
6982
6983 MEDIA DRIVERS FOR HORUS3A
6984 M: Sergey Kozlov <serjk@netup.ru>
6985 L: linux-media@vger.kernel.org
6986 W: https://linuxtv.org
6987 W: http://netup.tv/
6988 T: git git://linuxtv.org/media_tree.git
6989 S: Supported
6990 F: drivers/media/dvb-frontends/horus3a*
6991
6992 MEDIA DRIVERS FOR LNBH25
6993 M: Sergey Kozlov <serjk@netup.ru>
6994 L: linux-media@vger.kernel.org
6995 W: https://linuxtv.org
6996 W: http://netup.tv/
6997 T: git git://linuxtv.org/media_tree.git
6998 S: Supported
6999 F: drivers/media/dvb-frontends/lnbh25*
7000
7001 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7002 M: Sergey Kozlov <serjk@netup.ru>
7003 L: linux-media@vger.kernel.org
7004 W: https://linuxtv.org
7005 W: http://netup.tv/
7006 T: git git://linuxtv.org/media_tree.git
7007 S: Supported
7008 F: drivers/media/pci/netup_unidvb/*
7009
7010 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7011 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7012 P: LinuxTV.org Project
7013 L: linux-media@vger.kernel.org
7014 W: https://linuxtv.org
7015 Q: http://patchwork.kernel.org/project/linux-media/list/
7016 T: git git://linuxtv.org/media_tree.git
7017 S: Maintained
7018 F: Documentation/dvb/
7019 F: Documentation/video4linux/
7020 F: Documentation/DocBook/media/
7021 F: drivers/media/
7022 F: drivers/staging/media/
7023 F: include/linux/platform_data/media/
7024 F: include/media/
7025 F: include/uapi/linux/dvb/
7026 F: include/uapi/linux/videodev2.h
7027 F: include/uapi/linux/media.h
7028 F: include/uapi/linux/v4l2-*
7029 F: include/uapi/linux/meye.h
7030 F: include/uapi/linux/ivtv*
7031 F: include/uapi/linux/uvcvideo.h
7032
7033 MEDIATEK MT7601U WIRELESS LAN DRIVER
7034 M: Jakub Kicinski <kubakici@wp.pl>
7035 L: linux-wireless@vger.kernel.org
7036 S: Maintained
7037 F: drivers/net/wireless/mediatek/mt7601u/
7038
7039 MEGARAID SCSI/SAS DRIVERS
7040 M: Kashyap Desai <kashyap.desai@avagotech.com>
7041 M: Sumit Saxena <sumit.saxena@avagotech.com>
7042 M: Uday Lingala <uday.lingala@avagotech.com>
7043 L: megaraidlinux.pdl@avagotech.com
7044 L: linux-scsi@vger.kernel.org
7045 W: http://www.lsi.com
7046 S: Maintained
7047 F: Documentation/scsi/megaraid.txt
7048 F: drivers/scsi/megaraid.*
7049 F: drivers/scsi/megaraid/
7050
7051 MELLANOX ETHERNET DRIVER (mlx4_en)
7052 M: Eugenia Emantayev <eugenia@mellanox.com>
7053 L: netdev@vger.kernel.org
7054 S: Supported
7055 W: http://www.mellanox.com
7056 Q: http://patchwork.ozlabs.org/project/netdev/list/
7057 F: drivers/net/ethernet/mellanox/mlx4/en_*
7058
7059 MELLANOX ETHERNET DRIVER (mlx5e)
7060 M: Saeed Mahameed <saeedm@mellanox.com>
7061 L: netdev@vger.kernel.org
7062 S: Supported
7063 W: http://www.mellanox.com
7064 Q: http://patchwork.ozlabs.org/project/netdev/list/
7065 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7066
7067 MELLANOX ETHERNET SWITCH DRIVERS
7068 M: Jiri Pirko <jiri@mellanox.com>
7069 M: Ido Schimmel <idosch@mellanox.com>
7070 L: netdev@vger.kernel.org
7071 S: Supported
7072 W: http://www.mellanox.com
7073 Q: http://patchwork.ozlabs.org/project/netdev/list/
7074 F: drivers/net/ethernet/mellanox/mlxsw/
7075
7076 MEMBARRIER SUPPORT
7077 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7078 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7079 L: linux-kernel@vger.kernel.org
7080 S: Supported
7081 F: kernel/membarrier.c
7082 F: include/uapi/linux/membarrier.h
7083
7084 MEMORY MANAGEMENT
7085 L: linux-mm@kvack.org
7086 W: http://www.linux-mm.org
7087 S: Maintained
7088 F: include/linux/mm.h
7089 F: include/linux/gfp.h
7090 F: include/linux/mmzone.h
7091 F: include/linux/memory_hotplug.h
7092 F: include/linux/vmalloc.h
7093 F: mm/
7094
7095 MEMORY TECHNOLOGY DEVICES (MTD)
7096 M: David Woodhouse <dwmw2@infradead.org>
7097 M: Brian Norris <computersforpeace@gmail.com>
7098 L: linux-mtd@lists.infradead.org
7099 W: http://www.linux-mtd.infradead.org/
7100 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
7101 T: git git://git.infradead.org/linux-mtd.git
7102 T: git git://git.infradead.org/l2-mtd.git
7103 S: Maintained
7104 F: drivers/mtd/
7105 F: include/linux/mtd/
7106 F: include/uapi/mtd/
7107
7108 MEN A21 WATCHDOG DRIVER
7109 M: Johannes Thumshirn <morbidrsa@gmail.com>
7110 L: linux-watchdog@vger.kernel.org
7111 S: Maintained
7112 F: drivers/watchdog/mena21_wdt.c
7113
7114 MEN CHAMELEON BUS (mcb)
7115 M: Johannes Thumshirn <morbidrsa@gmail.com>
7116 S: Maintained
7117 F: drivers/mcb/
7118 F: include/linux/mcb.h
7119 F: Documentation/men-chameleon-bus.txt
7120
7121 MEN F21BMC (Board Management Controller)
7122 M: Andreas Werner <andreas.werner@men.de>
7123 S: Supported
7124 F: drivers/mfd/menf21bmc.c
7125 F: drivers/watchdog/menf21bmc_wdt.c
7126 F: drivers/leds/leds-menf21bmc.c
7127 F: drivers/hwmon/menf21bmc_hwmon.c
7128 F: Documentation/hwmon/menf21bmc
7129
7130 METAG ARCHITECTURE
7131 M: James Hogan <james.hogan@imgtec.com>
7132 L: linux-metag@vger.kernel.org
7133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7134 S: Odd Fixes
7135 F: arch/metag/
7136 F: Documentation/metag/
7137 F: Documentation/devicetree/bindings/metag/
7138 F: Documentation/devicetree/bindings/interrupt-controller/img,*
7139 F: drivers/clocksource/metag_generic.c
7140 F: drivers/irqchip/irq-metag.c
7141 F: drivers/irqchip/irq-metag-ext.c
7142 F: drivers/tty/metag_da.c
7143
7144 MICROBLAZE ARCHITECTURE
7145 M: Michal Simek <monstr@monstr.eu>
7146 W: http://www.monstr.eu/fdt/
7147 T: git git://git.monstr.eu/linux-2.6-microblaze.git
7148 S: Supported
7149 F: arch/microblaze/
7150
7151 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7152 M: Chen Yu <yu.c.chen@intel.com>
7153 L: platform-driver-x86@vger.kernel.org
7154 S: Supported
7155 F: drivers/platform/x86/surfacepro3_button.c
7156
7157 MICROTEK X6 SCANNER
7158 M: Oliver Neukum <oliver@neukum.org>
7159 S: Maintained
7160 F: drivers/usb/image/microtek.*
7161
7162 MIPS
7163 M: Ralf Baechle <ralf@linux-mips.org>
7164 L: linux-mips@linux-mips.org
7165 W: http://www.linux-mips.org/
7166 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
7167 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
7168 S: Supported
7169 F: Documentation/mips/
7170 F: arch/mips/
7171
7172 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7173 M: Hans Verkuil <hverkuil@xs4all.nl>
7174 L: linux-media@vger.kernel.org
7175 T: git git://linuxtv.org/media_tree.git
7176 W: https://linuxtv.org
7177 S: Odd Fixes
7178 F: drivers/media/radio/radio-miropcm20*
7179
7180 MELLANOX MLX4 core VPI driver
7181 M: Yishai Hadas <yishaih@mellanox.com>
7182 L: netdev@vger.kernel.org
7183 L: linux-rdma@vger.kernel.org
7184 W: http://www.mellanox.com
7185 Q: http://patchwork.ozlabs.org/project/netdev/list/
7186 S: Supported
7187 F: drivers/net/ethernet/mellanox/mlx4/
7188 F: include/linux/mlx4/
7189
7190 MELLANOX MLX4 IB driver
7191 M: Yishai Hadas <yishaih@mellanox.com>
7192 L: linux-rdma@vger.kernel.org
7193 W: http://www.mellanox.com
7194 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7195 S: Supported
7196 F: drivers/infiniband/hw/mlx4/
7197 F: include/linux/mlx4/
7198
7199 MELLANOX MLX5 core VPI driver
7200 M: Matan Barak <matanb@mellanox.com>
7201 M: Leon Romanovsky <leonro@mellanox.com>
7202 L: netdev@vger.kernel.org
7203 L: linux-rdma@vger.kernel.org
7204 W: http://www.mellanox.com
7205 Q: http://patchwork.ozlabs.org/project/netdev/list/
7206 S: Supported
7207 F: drivers/net/ethernet/mellanox/mlx5/core/
7208 F: include/linux/mlx5/
7209
7210 MELLANOX MLX5 IB driver
7211 M: Matan Barak <matanb@mellanox.com>
7212 M: Leon Romanovsky <leonro@mellanox.com>
7213 L: linux-rdma@vger.kernel.org
7214 W: http://www.mellanox.com
7215 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7216 S: Supported
7217 F: drivers/infiniband/hw/mlx5/
7218 F: include/linux/mlx5/
7219
7220 MELEXIS MLX90614 DRIVER
7221 M: Crt Mori <cmo@melexis.com>
7222 L: linux-iio@vger.kernel.org
7223 W: http://www.melexis.com
7224 S: Supported
7225 F: drivers/iio/temperature/mlx90614.c
7226
7227 MN88472 MEDIA DRIVER
7228 M: Antti Palosaari <crope@iki.fi>
7229 L: linux-media@vger.kernel.org
7230 W: https://linuxtv.org
7231 W: http://palosaari.fi/linux/
7232 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7233 T: git git://linuxtv.org/anttip/media_tree.git
7234 S: Maintained
7235 F: drivers/staging/media/mn88472/
7236 F: drivers/media/dvb-frontends/mn88472.h
7237
7238 MN88473 MEDIA DRIVER
7239 M: Antti Palosaari <crope@iki.fi>
7240 L: linux-media@vger.kernel.org
7241 W: https://linuxtv.org
7242 W: http://palosaari.fi/linux/
7243 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7244 T: git git://linuxtv.org/anttip/media_tree.git
7245 S: Maintained
7246 F: drivers/staging/media/mn88473/
7247 F: drivers/media/dvb-frontends/mn88473.h
7248
7249 MODULE SUPPORT
7250 M: Rusty Russell <rusty@rustcorp.com.au>
7251 S: Maintained
7252 F: include/linux/module.h
7253 F: kernel/module.c
7254
7255 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7256 W: http://popies.net/meye/
7257 S: Orphan
7258 F: Documentation/video4linux/meye.txt
7259 F: drivers/media/pci/meye/
7260 F: include/uapi/linux/meye.h
7261
7262 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7263 M: Jiri Slaby <jirislaby@gmail.com>
7264 S: Maintained
7265 F: Documentation/serial/moxa-smartio
7266 F: drivers/tty/mxser.*
7267
7268 MR800 AVERMEDIA USB FM RADIO DRIVER
7269 M: Alexey Klimov <klimov.linux@gmail.com>
7270 L: linux-media@vger.kernel.org
7271 T: git git://linuxtv.org/media_tree.git
7272 S: Maintained
7273 F: drivers/media/radio/radio-mr800.c
7274
7275 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7276 M: Alan Ott <alan@signal11.us>
7277 L: linux-wpan@vger.kernel.org
7278 S: Maintained
7279 F: drivers/net/ieee802154/mrf24j40.c
7280 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7281
7282 MSI LAPTOP SUPPORT
7283 M: "Lee, Chun-Yi" <jlee@suse.com>
7284 L: platform-driver-x86@vger.kernel.org
7285 S: Maintained
7286 F: drivers/platform/x86/msi-laptop.c
7287
7288 MSI WMI SUPPORT
7289 L: platform-driver-x86@vger.kernel.org
7290 S: Orphan
7291 F: drivers/platform/x86/msi-wmi.c
7292
7293 MSI001 MEDIA DRIVER
7294 M: Antti Palosaari <crope@iki.fi>
7295 L: linux-media@vger.kernel.org
7296 W: https://linuxtv.org
7297 W: http://palosaari.fi/linux/
7298 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7299 T: git git://linuxtv.org/anttip/media_tree.git
7300 S: Maintained
7301 F: drivers/media/tuners/msi001*
7302
7303 MSI2500 MEDIA DRIVER
7304 M: Antti Palosaari <crope@iki.fi>
7305 L: linux-media@vger.kernel.org
7306 W: https://linuxtv.org
7307 W: http://palosaari.fi/linux/
7308 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7309 T: git git://linuxtv.org/anttip/media_tree.git
7310 S: Maintained
7311 F: drivers/media/usb/msi2500/
7312
7313 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7314 M: Robert Jarzmik <robert.jarzmik@free.fr>
7315 L: linux-mtd@lists.infradead.org
7316 S: Maintained
7317 F: drivers/mtd/devices/docg3*
7318
7319 MT9M032 APTINA SENSOR DRIVER
7320 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7321 L: linux-media@vger.kernel.org
7322 T: git git://linuxtv.org/media_tree.git
7323 S: Maintained
7324 F: drivers/media/i2c/mt9m032.c
7325 F: include/media/i2c/mt9m032.h
7326
7327 MT9P031 APTINA CAMERA SENSOR
7328 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7329 L: linux-media@vger.kernel.org
7330 T: git git://linuxtv.org/media_tree.git
7331 S: Maintained
7332 F: drivers/media/i2c/mt9p031.c
7333 F: include/media/i2c/mt9p031.h
7334
7335 MT9T001 APTINA CAMERA SENSOR
7336 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7337 L: linux-media@vger.kernel.org
7338 T: git git://linuxtv.org/media_tree.git
7339 S: Maintained
7340 F: drivers/media/i2c/mt9t001.c
7341 F: include/media/i2c/mt9t001.h
7342
7343 MT9V032 APTINA CAMERA SENSOR
7344 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7345 L: linux-media@vger.kernel.org
7346 T: git git://linuxtv.org/media_tree.git
7347 S: Maintained
7348 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7349 F: drivers/media/i2c/mt9v032.c
7350 F: include/media/i2c/mt9v032.h
7351
7352 MULTIFUNCTION DEVICES (MFD)
7353 M: Lee Jones <lee.jones@linaro.org>
7354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7355 S: Supported
7356 F: drivers/mfd/
7357 F: include/linux/mfd/
7358
7359 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7360 M: Ulf Hansson <ulf.hansson@linaro.org>
7361 L: linux-mmc@vger.kernel.org
7362 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
7363 S: Maintained
7364 F: drivers/mmc/
7365 F: include/linux/mmc/
7366 F: include/uapi/linux/mmc/
7367
7368 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7369 S: Orphan
7370 F: drivers/mmc/host/mmc_spi.c
7371 F: include/linux/spi/mmc_spi.h
7372
7373 MULTISOUND SOUND DRIVER
7374 M: Andrew Veliath <andrewtv@usa.net>
7375 S: Maintained
7376 F: Documentation/sound/oss/MultiSound
7377 F: sound/oss/msnd*
7378
7379 MULTITECH MULTIPORT CARD (ISICOM)
7380 S: Orphan
7381 F: drivers/tty/isicom.c
7382 F: include/linux/isicom.h
7383
7384 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7385 M: Bin Liu <b-liu@ti.com>
7386 L: linux-usb@vger.kernel.org
7387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7388 S: Maintained
7389 F: drivers/usb/musb/
7390
7391 MXL5007T MEDIA DRIVER
7392 M: Michael Krufky <mkrufky@linuxtv.org>
7393 L: linux-media@vger.kernel.org
7394 W: https://linuxtv.org
7395 W: http://github.com/mkrufky
7396 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7397 T: git git://linuxtv.org/mkrufky/tuners.git
7398 S: Maintained
7399 F: drivers/media/tuners/mxl5007t.*
7400
7401 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7402 M: Hyong-Youb Kim <hykim@myri.com>
7403 L: netdev@vger.kernel.org
7404 W: https://www.myricom.com/support/downloads/myri10ge.html
7405 S: Supported
7406 F: drivers/net/ethernet/myricom/myri10ge/
7407
7408 NATSEMI ETHERNET DRIVER (DP8381x)
7409 S: Orphan
7410 F: drivers/net/ethernet/natsemi/natsemi.c
7411
7412 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7413 M: Daniel Mack <zonque@gmail.com>
7414 S: Maintained
7415 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7416 W: http://www.native-instruments.com
7417 F: sound/usb/caiaq/
7418
7419 NCP FILESYSTEM
7420 M: Petr Vandrovec <petr@vandrovec.name>
7421 S: Odd Fixes
7422 F: fs/ncpfs/
7423
7424 NCR 5380 SCSI DRIVERS
7425 M: Finn Thain <fthain@telegraphics.com.au>
7426 M: Michael Schmitz <schmitzmic@gmail.com>
7427 L: linux-scsi@vger.kernel.org
7428 S: Maintained
7429 F: Documentation/scsi/g_NCR5380.txt
7430 F: drivers/scsi/NCR5380.*
7431 F: drivers/scsi/arm/cumana_1.c
7432 F: drivers/scsi/arm/oak.c
7433 F: drivers/scsi/atari_NCR5380.c
7434 F: drivers/scsi/atari_scsi.*
7435 F: drivers/scsi/dmx3191d.c
7436 F: drivers/scsi/dtc.*
7437 F: drivers/scsi/g_NCR5380.*
7438 F: drivers/scsi/g_NCR5380_mmio.c
7439 F: drivers/scsi/mac_scsi.*
7440 F: drivers/scsi/pas16.*
7441 F: drivers/scsi/sun3_scsi.*
7442 F: drivers/scsi/sun3_scsi_vme.c
7443 F: drivers/scsi/t128.*
7444
7445 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7446 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7447 L: linux-scsi@vger.kernel.org
7448 S: Maintained
7449 F: drivers/scsi/NCR_D700.*
7450
7451 NCT6775 HARDWARE MONITOR DRIVER
7452 M: Guenter Roeck <linux@roeck-us.net>
7453 L: lm-sensors@lm-sensors.org
7454 S: Maintained
7455 F: Documentation/hwmon/nct6775
7456 F: drivers/hwmon/nct6775.c
7457
7458 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7459 M: Faisal Latif <faisal.latif@intel.com>
7460 L: linux-rdma@vger.kernel.org
7461 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7462 S: Supported
7463 F: drivers/infiniband/hw/nes/
7464
7465 NETEM NETWORK EMULATOR
7466 M: Stephen Hemminger <stephen@networkplumber.org>
7467 L: netem@lists.linux-foundation.org
7468 S: Maintained
7469 F: net/sched/sch_netem.c
7470
7471 NETERION 10GbE DRIVERS (s2io/vxge)
7472 M: Jon Mason <jdmason@kudzu.us>
7473 L: netdev@vger.kernel.org
7474 S: Supported
7475 F: Documentation/networking/s2io.txt
7476 F: Documentation/networking/vxge.txt
7477 F: drivers/net/ethernet/neterion/
7478
7479 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7480 M: Pablo Neira Ayuso <pablo@netfilter.org>
7481 M: Patrick McHardy <kaber@trash.net>
7482 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7483 L: netfilter-devel@vger.kernel.org
7484 L: coreteam@netfilter.org
7485 W: http://www.netfilter.org/
7486 W: http://www.iptables.org/
7487 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7490 S: Supported
7491 F: include/linux/netfilter*
7492 F: include/linux/netfilter/
7493 F: include/net/netfilter/
7494 F: include/uapi/linux/netfilter*
7495 F: include/uapi/linux/netfilter/
7496 F: net/*/netfilter.c
7497 F: net/*/netfilter/
7498 F: net/netfilter/
7499 F: net/bridge/br_netfilter*.c
7500
7501 NETLABEL
7502 M: Paul Moore <paul@paul-moore.com>
7503 W: http://netlabel.sf.net
7504 L: netdev@vger.kernel.org
7505 S: Maintained
7506 F: Documentation/netlabel/
7507 F: include/net/netlabel.h
7508 F: net/netlabel/
7509
7510 NETROM NETWORK LAYER
7511 M: Ralf Baechle <ralf@linux-mips.org>
7512 L: linux-hams@vger.kernel.org
7513 W: http://www.linux-ax25.org/
7514 S: Maintained
7515 F: include/net/netrom.h
7516 F: include/uapi/linux/netrom.h
7517 F: net/netrom/
7518
7519 NETRONOME ETHERNET DRIVERS
7520 M: Jakub Kicinski <jakub.kicinski@netronome.com>
7521 M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7522 L: oss-drivers@netronome.com
7523 S: Maintained
7524 F: drivers/net/ethernet/netronome/
7525
7526 NETWORK BLOCK DEVICE (NBD)
7527 M: Markus Pargmann <mpa@pengutronix.de>
7528 S: Maintained
7529 L: nbd-general@lists.sourceforge.net
7530 T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
7531 F: Documentation/blockdev/nbd.txt
7532 F: drivers/block/nbd.c
7533 F: include/uapi/linux/nbd.h
7534
7535 NETWORK DROP MONITOR
7536 M: Neil Horman <nhorman@tuxdriver.com>
7537 L: netdev@vger.kernel.org
7538 S: Maintained
7539 W: https://fedorahosted.org/dropwatch/
7540 F: net/core/drop_monitor.c
7541
7542 NETWORKING [GENERAL]
7543 M: "David S. Miller" <davem@davemloft.net>
7544 L: netdev@vger.kernel.org
7545 W: http://www.linuxfoundation.org/en/Net
7546 Q: http://patchwork.ozlabs.org/project/netdev/list/
7547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7549 S: Maintained
7550 F: net/
7551 F: include/net/
7552 F: include/linux/in.h
7553 F: include/linux/net.h
7554 F: include/linux/netdevice.h
7555 F: include/uapi/linux/in.h
7556 F: include/uapi/linux/net.h
7557 F: include/uapi/linux/netdevice.h
7558 F: include/uapi/linux/net_namespace.h
7559 F: tools/net/
7560 F: tools/testing/selftests/net/
7561 F: lib/random32.c
7562 F: lib/test_bpf.c
7563
7564 NETWORKING [IPv4/IPv6]
7565 M: "David S. Miller" <davem@davemloft.net>
7566 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7567 M: James Morris <jmorris@namei.org>
7568 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7569 M: Patrick McHardy <kaber@trash.net>
7570 L: netdev@vger.kernel.org
7571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7572 S: Maintained
7573 F: net/ipv4/
7574 F: net/ipv6/
7575 F: include/net/ip*
7576 F: arch/x86/net/*
7577
7578 NETWORKING [IPSEC]
7579 M: Steffen Klassert <steffen.klassert@secunet.com>
7580 M: Herbert Xu <herbert@gondor.apana.org.au>
7581 M: "David S. Miller" <davem@davemloft.net>
7582 L: netdev@vger.kernel.org
7583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7585 S: Maintained
7586 F: net/core/flow.c
7587 F: net/xfrm/
7588 F: net/key/
7589 F: net/ipv4/xfrm*
7590 F: net/ipv4/esp4.c
7591 F: net/ipv4/ah4.c
7592 F: net/ipv4/ipcomp.c
7593 F: net/ipv4/ip_vti.c
7594 F: net/ipv6/xfrm*
7595 F: net/ipv6/esp6.c
7596 F: net/ipv6/ah6.c
7597 F: net/ipv6/ipcomp6.c
7598 F: net/ipv6/ip6_vti.c
7599 F: include/uapi/linux/xfrm.h
7600 F: include/net/xfrm.h
7601
7602 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7603 M: Paul Moore <paul@paul-moore.com>
7604 L: netdev@vger.kernel.org
7605 S: Maintained
7606
7607 NETWORKING [WIRELESS]
7608 L: linux-wireless@vger.kernel.org
7609 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7610
7611 NETWORKING DRIVERS
7612 L: netdev@vger.kernel.org
7613 W: http://www.linuxfoundation.org/en/Net
7614 Q: http://patchwork.ozlabs.org/project/netdev/list/
7615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7617 S: Odd Fixes
7618 F: drivers/net/
7619 F: include/linux/if_*
7620 F: include/linux/netdevice.h
7621 F: include/linux/etherdevice.h
7622 F: include/linux/fcdevice.h
7623 F: include/linux/fddidevice.h
7624 F: include/linux/hippidevice.h
7625 F: include/linux/inetdevice.h
7626 F: include/uapi/linux/if_*
7627 F: include/uapi/linux/netdevice.h
7628
7629 NETWORKING DRIVERS (WIRELESS)
7630 M: Kalle Valo <kvalo@codeaurora.org>
7631 L: linux-wireless@vger.kernel.org
7632 Q: http://patchwork.kernel.org/project/linux-wireless/list/
7633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7635 S: Maintained
7636 F: drivers/net/wireless/
7637
7638 NETXEN (1/10) GbE SUPPORT
7639 M: Manish Chopra <manish.chopra@qlogic.com>
7640 M: Sony Chacko <sony.chacko@qlogic.com>
7641 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
7642 L: netdev@vger.kernel.org
7643 W: http://www.qlogic.com
7644 S: Supported
7645 F: drivers/net/ethernet/qlogic/netxen/
7646
7647 NFC SUBSYSTEM
7648 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7649 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7650 M: Samuel Ortiz <sameo@linux.intel.com>
7651 L: linux-wireless@vger.kernel.org
7652 L: linux-nfc@lists.01.org (subscribers-only)
7653 S: Supported
7654 F: net/nfc/
7655 F: include/net/nfc/
7656 F: include/uapi/linux/nfc.h
7657 F: drivers/nfc/
7658 F: include/linux/platform_data/microread.h
7659 F: include/linux/platform_data/nfcmrvl.h
7660 F: include/linux/platform_data/nxp-nci.h
7661 F: include/linux/platform_data/pn544.h
7662 F: include/linux/platform_data/st21nfca.h
7663 F: include/linux/platform_data/st-nci.h
7664 F: Documentation/devicetree/bindings/net/nfc/
7665
7666 NFS, SUNRPC, AND LOCKD CLIENTS
7667 M: Trond Myklebust <trond.myklebust@primarydata.com>
7668 M: Anna Schumaker <anna.schumaker@netapp.com>
7669 L: linux-nfs@vger.kernel.org
7670 W: http://client.linux-nfs.org
7671 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7672 S: Maintained
7673 F: fs/lockd/
7674 F: fs/nfs/
7675 F: fs/nfs_common/
7676 F: net/sunrpc/
7677 F: include/linux/lockd/
7678 F: include/linux/nfs*
7679 F: include/linux/sunrpc/
7680 F: include/uapi/linux/nfs*
7681 F: include/uapi/linux/sunrpc/
7682
7683 NILFS2 FILESYSTEM
7684 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7685 L: linux-nilfs@vger.kernel.org
7686 W: http://nilfs.sourceforge.net/
7687 T: git git://github.com/konis/nilfs2.git
7688 S: Supported
7689 F: Documentation/filesystems/nilfs2.txt
7690 F: fs/nilfs2/
7691 F: include/linux/nilfs2_fs.h
7692 F: include/trace/events/nilfs2.h
7693
7694 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7695 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7696 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7697 S: Maintained
7698 F: Documentation/scsi/NinjaSCSI.txt
7699 F: drivers/scsi/pcmcia/nsp_*
7700
7701 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7702 M: GOTO Masanori <gotom@debian.or.jp>
7703 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7704 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7705 S: Maintained
7706 F: Documentation/scsi/NinjaSCSI.txt
7707 F: drivers/scsi/nsp32*
7708
7709 NIOS2 ARCHITECTURE
7710 M: Ley Foon Tan <lftan@altera.com>
7711 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7713 S: Maintained
7714 F: arch/nios2/
7715
7716 NOKIA N900 POWER SUPPLY DRIVERS
7717 R: Pali RohĂ¡r <pali.rohar@gmail.com>
7718 F: include/linux/power/bq2415x_charger.h
7719 F: include/linux/power/bq27xxx_battery.h
7720 F: include/linux/power/isp1704_charger.h
7721 F: drivers/power/bq2415x_charger.c
7722 F: drivers/power/bq27xxx_battery.c
7723 F: drivers/power/bq27xxx_battery_i2c.c
7724 F: drivers/power/isp1704_charger.c
7725 F: drivers/power/rx51_battery.c
7726
7727 NTB DRIVER CORE
7728 M: Jon Mason <jdmason@kudzu.us>
7729 M: Dave Jiang <dave.jiang@intel.com>
7730 M: Allen Hubbe <Allen.Hubbe@emc.com>
7731 L: linux-ntb@googlegroups.com
7732 S: Supported
7733 W: https://github.com/jonmason/ntb/wiki
7734 T: git git://github.com/jonmason/ntb.git
7735 F: drivers/ntb/
7736 F: drivers/net/ntb_netdev.c
7737 F: include/linux/ntb.h
7738 F: include/linux/ntb_transport.h
7739
7740 NTB INTEL DRIVER
7741 M: Jon Mason <jdmason@kudzu.us>
7742 M: Dave Jiang <dave.jiang@intel.com>
7743 L: linux-ntb@googlegroups.com
7744 S: Supported
7745 W: https://github.com/jonmason/ntb/wiki
7746 T: git git://github.com/jonmason/ntb.git
7747 F: drivers/ntb/hw/intel/
7748
7749 NTB AMD DRIVER
7750 M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7751 L: linux-ntb@googlegroups.com
7752 S: Supported
7753 F: drivers/ntb/hw/amd/
7754
7755 NTFS FILESYSTEM
7756 M: Anton Altaparmakov <anton@tuxera.com>
7757 L: linux-ntfs-dev@lists.sourceforge.net
7758 W: http://www.tuxera.com/
7759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7760 S: Supported
7761 F: Documentation/filesystems/ntfs.txt
7762 F: fs/ntfs/
7763
7764 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7765 M: Antonino Daplas <adaplas@gmail.com>
7766 L: linux-fbdev@vger.kernel.org
7767 S: Maintained
7768 F: drivers/video/fbdev/riva/
7769 F: drivers/video/fbdev/nvidia/
7770
7771 NVM EXPRESS DRIVER
7772 M: Keith Busch <keith.busch@intel.com>
7773 M: Jens Axboe <axboe@fb.com>
7774 L: linux-nvme@lists.infradead.org
7775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7776 W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7777 S: Supported
7778 F: drivers/nvme/host/
7779 F: include/linux/nvme.h
7780
7781 NVMEM FRAMEWORK
7782 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7783 M: Maxime Ripard <maxime.ripard@free-electrons.com>
7784 S: Maintained
7785 F: drivers/nvmem/
7786 F: Documentation/devicetree/bindings/nvmem/
7787 F: include/linux/nvmem-consumer.h
7788 F: include/linux/nvmem-provider.h
7789
7790 NXP-NCI NFC DRIVER
7791 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7792 R: Charles Gorand <charles.gorand@effinnov.com>
7793 L: linux-nfc@lists.01.org (moderated for non-subscribers)
7794 S: Supported
7795 F: drivers/nfc/nxp-nci
7796
7797 NXP TDA998X DRM DRIVER
7798 M: Russell King <rmk+kernel@arm.linux.org.uk>
7799 S: Supported
7800 F: drivers/gpu/drm/i2c/tda998x_drv.c
7801 F: include/drm/i2c/tda998x.h
7802
7803 NXP TFA9879 DRIVER
7804 M: Peter Rosin <peda@axentia.se>
7805 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7806 S: Maintained
7807 F: sound/soc/codecs/tfa9879*
7808
7809 OMAP SUPPORT
7810 M: Tony Lindgren <tony@atomide.com>
7811 L: linux-omap@vger.kernel.org
7812 W: http://www.muru.com/linux/omap/
7813 W: http://linux.omap.com/
7814 Q: http://patchwork.kernel.org/project/linux-omap/list/
7815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7816 S: Maintained
7817 F: arch/arm/*omap*/
7818 F: arch/arm/configs/omap1_defconfig
7819 F: arch/arm/configs/omap2plus_defconfig
7820 F: drivers/i2c/busses/i2c-omap.c
7821 F: drivers/irqchip/irq-omap-intc.c
7822 F: drivers/mfd/*omap*.c
7823 F: drivers/mfd/menelaus.c
7824 F: drivers/mfd/palmas.c
7825 F: drivers/mfd/tps65217.c
7826 F: drivers/mfd/tps65218.c
7827 F: drivers/mfd/tps65910.c
7828 F: drivers/mfd/twl-core.[ch]
7829 F: drivers/mfd/twl4030*.c
7830 F: drivers/mfd/twl6030*.c
7831 F: drivers/mfd/twl6040*.c
7832 F: drivers/regulator/palmas-regulator*.c
7833 F: drivers/regulator/pbias-regulator.c
7834 F: drivers/regulator/tps65217-regulator.c
7835 F: drivers/regulator/tps65218-regulator.c
7836 F: drivers/regulator/tps65910-regulator.c
7837 F: drivers/regulator/twl-regulator.c
7838 F: include/linux/i2c-omap.h
7839
7840 OMAP DEVICE TREE SUPPORT
7841 M: Benoît Cousson <bcousson@baylibre.com>
7842 M: Tony Lindgren <tony@atomide.com>
7843 L: linux-omap@vger.kernel.org
7844 L: devicetree@vger.kernel.org
7845 S: Maintained
7846 F: arch/arm/boot/dts/*omap*
7847 F: arch/arm/boot/dts/*am3*
7848 F: arch/arm/boot/dts/*am4*
7849 F: arch/arm/boot/dts/*am5*
7850 F: arch/arm/boot/dts/*dra7*
7851
7852 OMAP CLOCK FRAMEWORK SUPPORT
7853 M: Paul Walmsley <paul@pwsan.com>
7854 L: linux-omap@vger.kernel.org
7855 S: Maintained
7856 F: arch/arm/*omap*/*clock*
7857
7858 OMAP POWER MANAGEMENT SUPPORT
7859 M: Kevin Hilman <khilman@deeprootsystems.com>
7860 L: linux-omap@vger.kernel.org
7861 S: Maintained
7862 F: arch/arm/*omap*/*pm*
7863 F: drivers/cpufreq/omap-cpufreq.c
7864
7865 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7866 M: Rajendra Nayak <rnayak@ti.com>
7867 M: Paul Walmsley <paul@pwsan.com>
7868 L: linux-omap@vger.kernel.org
7869 S: Maintained
7870 F: arch/arm/mach-omap2/prm*
7871
7872 OMAP AUDIO SUPPORT
7873 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7874 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
7875 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7876 L: linux-omap@vger.kernel.org
7877 S: Maintained
7878 F: sound/soc/omap/
7879
7880 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7881 M: Roger Quadros <rogerq@ti.com>
7882 M: Tony Lindgren <tony@atomide.com>
7883 L: linux-omap@vger.kernel.org
7884 S: Maintained
7885 F: drivers/memory/omap-gpmc.c
7886 F: arch/arm/mach-omap2/*gpmc*
7887
7888 OMAP FRAMEBUFFER SUPPORT
7889 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7890 L: linux-fbdev@vger.kernel.org
7891 L: linux-omap@vger.kernel.org
7892 S: Maintained
7893 F: drivers/video/fbdev/omap/
7894
7895 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7896 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
7897 L: linux-omap@vger.kernel.org
7898 L: linux-fbdev@vger.kernel.org
7899 S: Maintained
7900 F: drivers/video/fbdev/omap2/
7901 F: Documentation/arm/OMAP/DSS
7902
7903 OMAP HARDWARE SPINLOCK SUPPORT
7904 M: Ohad Ben-Cohen <ohad@wizery.com>
7905 L: linux-omap@vger.kernel.org
7906 S: Maintained
7907 F: drivers/hwspinlock/omap_hwspinlock.c
7908
7909 OMAP MMC SUPPORT
7910 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
7911 L: linux-omap@vger.kernel.org
7912 S: Maintained
7913 F: drivers/mmc/host/omap.c
7914
7915 OMAP HS MMC SUPPORT
7916 L: linux-mmc@vger.kernel.org
7917 L: linux-omap@vger.kernel.org
7918 S: Orphan
7919 F: drivers/mmc/host/omap_hsmmc.c
7920
7921 OMAP RANDOM NUMBER GENERATOR SUPPORT
7922 M: Deepak Saxena <dsaxena@plexity.net>
7923 S: Maintained
7924 F: drivers/char/hw_random/omap-rng.c
7925
7926 OMAP HWMOD SUPPORT
7927 M: Benoît Cousson <bcousson@baylibre.com>
7928 M: Paul Walmsley <paul@pwsan.com>
7929 L: linux-omap@vger.kernel.org
7930 S: Maintained
7931 F: arch/arm/mach-omap2/omap_hwmod.*
7932
7933 OMAP HWMOD DATA
7934 M: Paul Walmsley <paul@pwsan.com>
7935 L: linux-omap@vger.kernel.org
7936 S: Maintained
7937 F: arch/arm/mach-omap2/omap_hwmod*data*
7938
7939 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7940 M: Benoît Cousson <bcousson@baylibre.com>
7941 L: linux-omap@vger.kernel.org
7942 S: Maintained
7943 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7944
7945 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7946 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7947 L: linux-media@vger.kernel.org
7948 S: Maintained
7949 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
7950 F: drivers/media/platform/omap3isp/
7951 F: drivers/staging/media/omap4iss/
7952
7953 OMAP USB SUPPORT
7954 L: linux-usb@vger.kernel.org
7955 L: linux-omap@vger.kernel.org
7956 S: Orphan
7957 F: drivers/usb/*/*omap*
7958 F: arch/arm/*omap*/usb*
7959
7960 OMAP GPIO DRIVER
7961 M: Grygorii Strashko <grygorii.strashko@ti.com>
7962 M: Santosh Shilimkar <ssantosh@kernel.org>
7963 M: Kevin Hilman <khilman@deeprootsystems.com>
7964 L: linux-omap@vger.kernel.org
7965 S: Maintained
7966 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
7967 F: drivers/gpio/gpio-omap.c
7968
7969 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7970 M: Mark Jackson <mpfj@newflow.co.uk>
7971 L: linux-omap@vger.kernel.org
7972 S: Maintained
7973 F: arch/arm/boot/dts/am335x-nano.dts
7974
7975 OMFS FILESYSTEM
7976 M: Bob Copeland <me@bobcopeland.com>
7977 L: linux-karma-devel@lists.sourceforge.net
7978 S: Maintained
7979 F: Documentation/filesystems/omfs.txt
7980 F: fs/omfs/
7981
7982 OMNIKEY CARDMAN 4000 DRIVER
7983 M: Harald Welte <laforge@gnumonks.org>
7984 S: Maintained
7985 F: drivers/char/pcmcia/cm4000_cs.c
7986 F: include/linux/cm4000_cs.h
7987 F: include/uapi/linux/cm4000_cs.h
7988
7989 OMNIKEY CARDMAN 4040 DRIVER
7990 M: Harald Welte <laforge@gnumonks.org>
7991 S: Maintained
7992 F: drivers/char/pcmcia/cm4040_cs.*
7993
7994 OMNIVISION OV7670 SENSOR DRIVER
7995 M: Jonathan Corbet <corbet@lwn.net>
7996 L: linux-media@vger.kernel.org
7997 T: git git://linuxtv.org/media_tree.git
7998 S: Maintained
7999 F: drivers/media/i2c/ov7670.c
8000
8001 ONENAND FLASH DRIVER
8002 M: Kyungmin Park <kyungmin.park@samsung.com>
8003 L: linux-mtd@lists.infradead.org
8004 S: Maintained
8005 F: drivers/mtd/onenand/
8006 F: include/linux/mtd/onenand*.h
8007
8008 ONSTREAM SCSI TAPE DRIVER
8009 M: Willem Riede <osst@riede.org>
8010 L: osst-users@lists.sourceforge.net
8011 L: linux-scsi@vger.kernel.org
8012 S: Maintained
8013 F: Documentation/scsi/osst.txt
8014 F: drivers/scsi/osst.*
8015 F: drivers/scsi/osst_*.h
8016 F: drivers/scsi/st.h
8017
8018 OPENCORES I2C BUS DRIVER
8019 M: Peter Korsgaard <jacmet@sunsite.dk>
8020 L: linux-i2c@vger.kernel.org
8021 S: Maintained
8022 F: Documentation/i2c/busses/i2c-ocores
8023 F: drivers/i2c/busses/i2c-ocores.c
8024
8025 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8026 M: Rob Herring <robh+dt@kernel.org>
8027 M: Frank Rowand <frowand.list@gmail.com>
8028 M: Grant Likely <grant.likely@linaro.org>
8029 L: devicetree@vger.kernel.org
8030 W: http://www.devicetree.org/
8031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8032 S: Maintained
8033 F: drivers/of/
8034 F: include/linux/of*.h
8035 F: scripts/dtc/
8036
8037 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8038 M: Rob Herring <robh+dt@kernel.org>
8039 M: Pawel Moll <pawel.moll@arm.com>
8040 M: Mark Rutland <mark.rutland@arm.com>
8041 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
8042 M: Kumar Gala <galak@codeaurora.org>
8043 L: devicetree@vger.kernel.org
8044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8045 S: Maintained
8046 F: Documentation/devicetree/
8047 F: arch/*/boot/dts/
8048 F: include/dt-bindings/
8049
8050 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8051 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8052 L: devicetree@vger.kernel.org
8053 S: Maintained
8054 F: Documentation/devicetree/dynamic-resolution-notes.txt
8055 F: Documentation/devicetree/overlay-notes.txt
8056 F: drivers/of/overlay.c
8057 F: drivers/of/resolver.c
8058
8059 OPENRISC ARCHITECTURE
8060 M: Jonas Bonn <jonas@southpole.se>
8061 W: http://openrisc.net
8062 L: linux@lists.openrisc.net (moderated for non-subscribers)
8063 S: Maintained
8064 T: git git://openrisc.net/~jonas/linux
8065 F: arch/openrisc/
8066
8067 OPENVSWITCH
8068 M: Pravin Shelar <pshelar@nicira.com>
8069 L: netdev@vger.kernel.org
8070 L: dev@openvswitch.org
8071 W: http://openvswitch.org
8072 S: Maintained
8073 F: net/openvswitch/
8074 F: include/uapi/linux/openvswitch.h
8075
8076 OPERATING PERFORMANCE POINTS (OPP)
8077 M: Viresh Kumar <vireshk@kernel.org>
8078 M: Nishanth Menon <nm@ti.com>
8079 M: Stephen Boyd <sboyd@codeaurora.org>
8080 L: linux-pm@vger.kernel.org
8081 S: Maintained
8082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8083 F: drivers/base/power/opp/
8084 F: include/linux/pm_opp.h
8085 F: Documentation/power/opp.txt
8086 F: Documentation/devicetree/bindings/opp/
8087
8088 OPL4 DRIVER
8089 M: Clemens Ladisch <clemens@ladisch.de>
8090 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8091 T: git git://git.alsa-project.org/alsa-kernel.git
8092 S: Maintained
8093 F: sound/drivers/opl4/
8094
8095 OPROFILE
8096 M: Robert Richter <rric@kernel.org>
8097 L: oprofile-list@lists.sf.net
8098 S: Maintained
8099 F: arch/*/include/asm/oprofile*.h
8100 F: arch/*/oprofile/
8101 F: drivers/oprofile/
8102 F: include/linux/oprofile.h
8103
8104 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8105 M: Mark Fasheh <mfasheh@suse.com>
8106 M: Joel Becker <jlbec@evilplan.org>
8107 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8108 W: http://ocfs2.wiki.kernel.org
8109 S: Supported
8110 F: Documentation/filesystems/ocfs2.txt
8111 F: Documentation/filesystems/dlmfs.txt
8112 F: fs/ocfs2/
8113
8114 ORINOCO DRIVER
8115 L: linux-wireless@vger.kernel.org
8116 W: http://wireless.kernel.org/en/users/Drivers/orinoco
8117 W: http://www.nongnu.org/orinoco/
8118 S: Orphan
8119 F: drivers/net/wireless/intersil/orinoco/
8120
8121 OSD LIBRARY and FILESYSTEM
8122 M: Boaz Harrosh <ooo@electrozaur.com>
8123 M: Benny Halevy <bhalevy@primarydata.com>
8124 L: osd-dev@open-osd.org
8125 W: http://open-osd.org
8126 T: git git://git.open-osd.org/open-osd.git
8127 S: Maintained
8128 F: drivers/scsi/osd/
8129 F: include/scsi/osd_*
8130 F: fs/exofs/
8131
8132 OVERLAY FILESYSTEM
8133 M: Miklos Szeredi <miklos@szeredi.hu>
8134 L: linux-unionfs@vger.kernel.org
8135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8136 S: Supported
8137 F: fs/overlayfs/
8138 F: Documentation/filesystems/overlayfs.txt
8139
8140 P54 WIRELESS DRIVER
8141 M: Christian Lamparter <chunkeey@googlemail.com>
8142 L: linux-wireless@vger.kernel.org
8143 W: http://wireless.kernel.org/en/users/Drivers/p54
8144 S: Maintained
8145 F: drivers/net/wireless/intersil/p54/
8146
8147 PA SEMI ETHERNET DRIVER
8148 M: Olof Johansson <olof@lixom.net>
8149 L: netdev@vger.kernel.org
8150 S: Maintained
8151 F: drivers/net/ethernet/pasemi/*
8152
8153 PA SEMI SMBUS DRIVER
8154 M: Olof Johansson <olof@lixom.net>
8155 L: linux-i2c@vger.kernel.org
8156 S: Maintained
8157 F: drivers/i2c/busses/i2c-pasemi.c
8158
8159 PADATA PARALLEL EXECUTION MECHANISM
8160 M: Steffen Klassert <steffen.klassert@secunet.com>
8161 L: linux-crypto@vger.kernel.org
8162 S: Maintained
8163 F: kernel/padata.c
8164 F: include/linux/padata.h
8165 F: Documentation/padata.txt
8166
8167 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8168 M: Harald Welte <laforge@gnumonks.org>
8169 L: platform-driver-x86@vger.kernel.org
8170 S: Maintained
8171 F: drivers/platform/x86/panasonic-laptop.c
8172
8173 PANASONIC MN10300/AM33/AM34 PORT
8174 M: David Howells <dhowells@redhat.com>
8175 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8176 L: linux-am33-list@redhat.com (moderated for non-subscribers)
8177 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8178 S: Maintained
8179 F: Documentation/mn10300/
8180 F: arch/mn10300/
8181
8182 PARALLEL PORT SUBSYSTEM
8183 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8184 M: Sudip Mukherjee <sudip@vectorindia.org>
8185 L: linux-parport@lists.infradead.org (subscribers-only)
8186 S: Maintained
8187 F: drivers/parport/
8188 F: include/linux/parport*.h
8189 F: drivers/char/ppdev.c
8190 F: include/uapi/linux/ppdev.h
8191 F: Documentation/parport*.txt
8192
8193 PARAVIRT_OPS INTERFACE
8194 M: Jeremy Fitzhardinge <jeremy@goop.org>
8195 M: Chris Wright <chrisw@sous-sol.org>
8196 M: Alok Kataria <akataria@vmware.com>
8197 M: Rusty Russell <rusty@rustcorp.com.au>
8198 L: virtualization@lists.linux-foundation.org
8199 S: Supported
8200 F: Documentation/virtual/paravirt_ops.txt
8201 F: arch/*/kernel/paravirt*
8202 F: arch/*/include/asm/paravirt.h
8203
8204 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8205 M: Tim Waugh <tim@cyberelk.net>
8206 L: linux-parport@lists.infradead.org (subscribers-only)
8207 S: Maintained
8208 F: Documentation/blockdev/paride.txt
8209 F: drivers/block/paride/
8210
8211 PARISC ARCHITECTURE
8212 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
8213 M: Helge Deller <deller@gmx.de>
8214 L: linux-parisc@vger.kernel.org
8215 W: http://www.parisc-linux.org/
8216 Q: http://patchwork.kernel.org/project/linux-parisc/list/
8217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8219 S: Maintained
8220 F: arch/parisc/
8221 F: Documentation/parisc/
8222 F: drivers/parisc/
8223 F: drivers/char/agp/parisc-agp.c
8224 F: drivers/input/serio/gscps2.c
8225 F: drivers/parport/parport_gsc.*
8226 F: drivers/tty/serial/8250/8250_gsc.c
8227 F: drivers/video/fbdev/sti*
8228 F: drivers/video/console/sti*
8229 F: drivers/video/logo/logo_parisc*
8230
8231 PC87360 HARDWARE MONITORING DRIVER
8232 M: Jim Cromie <jim.cromie@gmail.com>
8233 L: lm-sensors@lm-sensors.org
8234 S: Maintained
8235 F: Documentation/hwmon/pc87360
8236 F: drivers/hwmon/pc87360.c
8237
8238 PC8736x GPIO DRIVER
8239 M: Jim Cromie <jim.cromie@gmail.com>
8240 S: Maintained
8241 F: drivers/char/pc8736x_gpio.c
8242
8243 PC87427 HARDWARE MONITORING DRIVER
8244 M: Jean Delvare <jdelvare@suse.com>
8245 L: lm-sensors@lm-sensors.org
8246 S: Maintained
8247 F: Documentation/hwmon/pc87427
8248 F: drivers/hwmon/pc87427.c
8249
8250 PCA9532 LED DRIVER
8251 M: Riku Voipio <riku.voipio@iki.fi>
8252 S: Maintained
8253 F: drivers/leds/leds-pca9532.c
8254 F: include/linux/leds-pca9532.h
8255
8256 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8257 M: Guenter Roeck <linux@roeck-us.net>
8258 L: linux-i2c@vger.kernel.org
8259 S: Maintained
8260 F: drivers/i2c/muxes/i2c-mux-pca9541.c
8261
8262 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8263 M: Khalid Aziz <khalid@gonehiking.org>
8264 S: Maintained
8265 F: drivers/firmware/pcdp.*
8266
8267 PCI ERROR RECOVERY
8268 M: Linas Vepstas <linasvepstas@gmail.com>
8269 L: linux-pci@vger.kernel.org
8270 S: Supported
8271 F: Documentation/PCI/pci-error-recovery.txt
8272
8273 PCI SUBSYSTEM
8274 M: Bjorn Helgaas <bhelgaas@google.com>
8275 L: linux-pci@vger.kernel.org
8276 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
8277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8278 S: Supported
8279 F: Documentation/PCI/
8280 F: drivers/pci/
8281 F: include/linux/pci*
8282 F: arch/x86/pci/
8283 F: arch/x86/kernel/quirks.c
8284
8285 PCI DRIVER FOR ALTERA PCIE IP
8286 M: Ley Foon Tan <lftan@altera.com>
8287 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8288 L: linux-pci@vger.kernel.org
8289 S: Supported
8290 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8291 F: drivers/pci/host/pcie-altera.c
8292
8293 PCI DRIVER FOR ARM VERSATILE PLATFORM
8294 M: Rob Herring <robh@kernel.org>
8295 L: linux-pci@vger.kernel.org
8296 L: linux-arm-kernel@lists.infradead.org
8297 S: Maintained
8298 F: Documentation/devicetree/bindings/pci/versatile.txt
8299 F: drivers/pci/host/pci-versatile.c
8300
8301 PCI DRIVER FOR APPLIEDMICRO XGENE
8302 M: Tanmay Inamdar <tinamdar@apm.com>
8303 L: linux-pci@vger.kernel.org
8304 L: linux-arm-kernel@lists.infradead.org
8305 S: Maintained
8306 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8307 F: drivers/pci/host/pci-xgene.c
8308
8309 PCI DRIVER FOR FREESCALE LAYERSCAPE
8310 M: Minghuan Lian <minghuan.Lian@freescale.com>
8311 M: Mingkai Hu <mingkai.hu@freescale.com>
8312 M: Roy Zang <tie-fei.zang@freescale.com>
8313 L: linuxppc-dev@lists.ozlabs.org
8314 L: linux-pci@vger.kernel.org
8315 L: linux-arm-kernel@lists.infradead.org
8316 S: Maintained
8317 F: drivers/pci/host/*layerscape*
8318
8319 PCI DRIVER FOR IMX6
8320 M: Richard Zhu <Richard.Zhu@freescale.com>
8321 M: Lucas Stach <l.stach@pengutronix.de>
8322 L: linux-pci@vger.kernel.org
8323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8324 S: Maintained
8325 F: drivers/pci/host/*imx6*
8326
8327 PCI DRIVER FOR TI KEYSTONE
8328 M: Murali Karicheri <m-karicheri2@ti.com>
8329 L: linux-pci@vger.kernel.org
8330 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8331 S: Maintained
8332 F: drivers/pci/host/*keystone*
8333
8334 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8335 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8336 M: Jason Cooper <jason@lakedaemon.net>
8337 L: linux-pci@vger.kernel.org
8338 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8339 S: Maintained
8340 F: drivers/pci/host/*mvebu*
8341
8342 PCI DRIVER FOR NVIDIA TEGRA
8343 M: Thierry Reding <thierry.reding@gmail.com>
8344 L: linux-tegra@vger.kernel.org
8345 L: linux-pci@vger.kernel.org
8346 S: Supported
8347 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8348 F: drivers/pci/host/pci-tegra.c
8349
8350 PCI DRIVER FOR TI DRA7XX
8351 M: Kishon Vijay Abraham I <kishon@ti.com>
8352 L: linux-omap@vger.kernel.org
8353 L: linux-pci@vger.kernel.org
8354 S: Supported
8355 F: Documentation/devicetree/bindings/pci/ti-pci.txt
8356 F: drivers/pci/host/pci-dra7xx.c
8357
8358 PCI DRIVER FOR RENESAS R-CAR
8359 M: Simon Horman <horms@verge.net.au>
8360 L: linux-pci@vger.kernel.org
8361 L: linux-renesas-soc@vger.kernel.org
8362 S: Maintained
8363 F: drivers/pci/host/*rcar*
8364
8365 PCI DRIVER FOR SAMSUNG EXYNOS
8366 M: Jingoo Han <jingoohan1@gmail.com>
8367 L: linux-pci@vger.kernel.org
8368 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8369 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8370 S: Maintained
8371 F: drivers/pci/host/pci-exynos.c
8372
8373 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8374 M: Jingoo Han <jingoohan1@gmail.com>
8375 M: Pratyush Anand <pratyush.anand@gmail.com>
8376 L: linux-pci@vger.kernel.org
8377 S: Maintained
8378 F: drivers/pci/host/*designware*
8379
8380 PCI DRIVER FOR GENERIC OF HOSTS
8381 M: Will Deacon <will.deacon@arm.com>
8382 L: linux-pci@vger.kernel.org
8383 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8384 S: Maintained
8385 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8386 F: drivers/pci/host/pci-host-generic.c
8387
8388 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8389 M: Keith Busch <keith.busch@intel.com>
8390 L: linux-pci@vger.kernel.org
8391 S: Supported
8392 F: arch/x86/pci/vmd.c
8393
8394 PCIE DRIVER FOR ST SPEAR13XX
8395 M: Pratyush Anand <pratyush.anand@gmail.com>
8396 L: linux-pci@vger.kernel.org
8397 S: Maintained
8398 F: drivers/pci/host/*spear*
8399
8400 PCI MSI DRIVER FOR ALTERA MSI IP
8401 M: Ley Foon Tan <lftan@altera.com>
8402 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8403 L: linux-pci@vger.kernel.org
8404 S: Supported
8405 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8406 F: drivers/pci/host/pcie-altera-msi.c
8407
8408 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8409 M: Duc Dang <dhdang@apm.com>
8410 L: linux-pci@vger.kernel.org
8411 L: linux-arm-kernel@lists.infradead.org
8412 S: Maintained
8413 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8414 F: drivers/pci/host/pci-xgene-msi.c
8415
8416 PCIE DRIVER FOR HISILICON
8417 M: Zhou Wang <wangzhou1@hisilicon.com>
8418 M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
8419 L: linux-pci@vger.kernel.org
8420 S: Maintained
8421 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8422 F: drivers/pci/host/pcie-hisi.c
8423
8424 PCIE DRIVER FOR QUALCOMM MSM
8425 M: Stanimir Varbanov <svarbanov@mm-sol.com>
8426 L: linux-pci@vger.kernel.org
8427 L: linux-arm-msm@vger.kernel.org
8428 S: Maintained
8429 F: drivers/pci/host/*qcom*
8430
8431 PCMCIA SUBSYSTEM
8432 P: Linux PCMCIA Team
8433 L: linux-pcmcia@lists.infradead.org
8434 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8436 S: Maintained
8437 F: Documentation/pcmcia/
8438 F: drivers/pcmcia/
8439 F: include/pcmcia/
8440
8441 PCNET32 NETWORK DRIVER
8442 M: Don Fry <pcnet32@frontier.com>
8443 L: netdev@vger.kernel.org
8444 S: Maintained
8445 F: drivers/net/ethernet/amd/pcnet32.c
8446
8447 PCRYPT PARALLEL CRYPTO ENGINE
8448 M: Steffen Klassert <steffen.klassert@secunet.com>
8449 L: linux-crypto@vger.kernel.org
8450 S: Maintained
8451 F: crypto/pcrypt.c
8452 F: include/crypto/pcrypt.h
8453
8454 PER-CPU MEMORY ALLOCATOR
8455 M: Tejun Heo <tj@kernel.org>
8456 M: Christoph Lameter <cl@linux-foundation.org>
8457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8458 S: Maintained
8459 F: include/linux/percpu*.h
8460 F: mm/percpu*.c
8461 F: arch/*/include/asm/percpu.h
8462
8463 PER-TASK DELAY ACCOUNTING
8464 M: Balbir Singh <bsingharora@gmail.com>
8465 S: Maintained
8466 F: include/linux/delayacct.h
8467 F: kernel/delayacct.c
8468
8469 PERFORMANCE EVENTS SUBSYSTEM
8470 M: Peter Zijlstra <peterz@infradead.org>
8471 M: Ingo Molnar <mingo@redhat.com>
8472 M: Arnaldo Carvalho de Melo <acme@kernel.org>
8473 L: linux-kernel@vger.kernel.org
8474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8475 S: Supported
8476 F: kernel/events/*
8477 F: include/linux/perf_event.h
8478 F: include/uapi/linux/perf_event.h
8479 F: arch/*/kernel/perf_event*.c
8480 F: arch/*/kernel/*/perf_event*.c
8481 F: arch/*/kernel/*/*/perf_event*.c
8482 F: arch/*/include/asm/perf_event.h
8483 F: arch/*/kernel/perf_callchain.c
8484 F: tools/perf/
8485
8486 PERSONALITY HANDLING
8487 M: Christoph Hellwig <hch@infradead.org>
8488 L: linux-abi-devel@lists.sourceforge.net
8489 S: Maintained
8490 F: include/linux/personality.h
8491 F: include/uapi/linux/personality.h
8492
8493 PHONET PROTOCOL
8494 M: Remi Denis-Courmont <courmisch@gmail.com>
8495 S: Supported
8496 F: Documentation/networking/phonet.txt
8497 F: include/linux/phonet.h
8498 F: include/net/phonet/
8499 F: include/uapi/linux/phonet.h
8500 F: net/phonet/
8501
8502 PHRAM MTD DRIVER
8503 M: Joern Engel <joern@lazybastard.org>
8504 L: linux-mtd@lists.infradead.org
8505 S: Maintained
8506 F: drivers/mtd/devices/phram.c
8507
8508 PICOLCD HID DRIVER
8509 M: Bruno Prémont <bonbons@linux-vserver.org>
8510 L: linux-input@vger.kernel.org
8511 S: Maintained
8512 F: drivers/hid/hid-picolcd*
8513
8514 PICOXCELL SUPPORT
8515 M: Jamie Iles <jamie@jamieiles.com>
8516 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8517 T: git git://github.com/jamieiles/linux-2.6-ji.git
8518 S: Supported
8519 F: arch/arm/boot/dts/picoxcell*
8520 F: arch/arm/mach-picoxcell/
8521 F: drivers/crypto/picoxcell*
8522
8523 PIN CONTROL SUBSYSTEM
8524 M: Linus Walleij <linus.walleij@linaro.org>
8525 L: linux-gpio@vger.kernel.org
8526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8527 S: Maintained
8528 F: drivers/pinctrl/
8529 F: include/linux/pinctrl/
8530
8531 PIN CONTROLLER - ATMEL AT91
8532 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8533 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8534 S: Maintained
8535 F: drivers/pinctrl/pinctrl-at91.*
8536
8537 PIN CONTROLLER - ATMEL AT91 PIO4
8538 M: Ludovic Desroches <ludovic.desroches@atmel.com>
8539 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8540 L: linux-gpio@vger.kernel.org
8541 S: Supported
8542 F: drivers/pinctrl/pinctrl-at91-pio4.*
8543
8544 PIN CONTROLLER - INTEL
8545 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8546 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8547 S: Maintained
8548 F: drivers/pinctrl/intel/
8549
8550 PIN CONTROLLER - RENESAS
8551 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8552 M: Geert Uytterhoeven <geert+renesas@glider.be>
8553 L: linux-renesas-soc@vger.kernel.org
8554 S: Maintained
8555 F: drivers/pinctrl/sh-pfc/
8556
8557 PIN CONTROLLER - SAMSUNG
8558 M: Tomasz Figa <tomasz.figa@gmail.com>
8559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8560 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8561 S: Maintained
8562 F: drivers/pinctrl/samsung/
8563
8564 PIN CONTROLLER - SINGLE
8565 M: Tony Lindgren <tony@atomide.com>
8566 M: Haojian Zhuang <haojian.zhuang@linaro.org>
8567 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8568 L: linux-omap@vger.kernel.org
8569 S: Maintained
8570 F: drivers/pinctrl/pinctrl-single.c
8571
8572 PIN CONTROLLER - ST SPEAR
8573 M: Viresh Kumar <vireshk@kernel.org>
8574 L: spear-devel@list.st.com
8575 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8576 W: http://www.st.com/spear
8577 S: Maintained
8578 F: drivers/pinctrl/spear/
8579
8580 PKTCDVD DRIVER
8581 M: Jiri Kosina <jikos@kernel.org>
8582 S: Maintained
8583 F: drivers/block/pktcdvd.c
8584 F: include/linux/pktcdvd.h
8585 F: include/uapi/linux/pktcdvd.h
8586
8587 PKUNITY SOC DRIVERS
8588 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8589 W: http://mprc.pku.edu.cn/~guanxuetao/linux
8590 S: Maintained
8591 T: git git://github.com/gxt/linux.git
8592 F: drivers/input/serio/i8042-unicore32io.h
8593 F: drivers/i2c/busses/i2c-puv3.c
8594 F: drivers/video/fbdev/fb-puv3.c
8595 F: drivers/rtc/rtc-puv3.c
8596
8597 PMBUS HARDWARE MONITORING DRIVERS
8598 M: Guenter Roeck <linux@roeck-us.net>
8599 L: lm-sensors@lm-sensors.org
8600 W: http://www.lm-sensors.org/
8601 W: http://www.roeck-us.net/linux/drivers/
8602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8603 S: Maintained
8604 F: Documentation/hwmon/pmbus
8605 F: drivers/hwmon/pmbus/
8606 F: include/linux/i2c/pmbus.h
8607
8608 PMC SIERRA MaxRAID DRIVER
8609 L: linux-scsi@vger.kernel.org
8610 W: http://www.pmc-sierra.com/
8611 S: Orphan
8612 F: drivers/scsi/pmcraid.*
8613
8614 PMC SIERRA PM8001 DRIVER
8615 M: Jack Wang <jinpu.wang@profitbricks.com>
8616 M: lindar_liu@usish.com
8617 L: pmchba@pmcs.com
8618 L: linux-scsi@vger.kernel.org
8619 S: Supported
8620 F: drivers/scsi/pm8001/
8621
8622 POSIX CLOCKS and TIMERS
8623 M: Thomas Gleixner <tglx@linutronix.de>
8624 L: linux-kernel@vger.kernel.org
8625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8626 S: Maintained
8627 F: fs/timerfd.c
8628 F: include/linux/timer*
8629 F: kernel/time/*timer*
8630
8631 POWER MANAGEMENT CORE
8632 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8633 L: linux-pm@vger.kernel.org
8634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8635 S: Supported
8636 F: drivers/base/power/
8637 F: include/linux/pm.h
8638 F: include/linux/pm_*
8639 F: include/linux/powercap.h
8640 F: drivers/powercap/
8641
8642 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8643 M: Sebastian Reichel <sre@kernel.org>
8644 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8645 M: David Woodhouse <dwmw2@infradead.org>
8646 L: linux-pm@vger.kernel.org
8647 T: git git://git.infradead.org/battery-2.6.git
8648 S: Maintained
8649 F: include/linux/power_supply.h
8650 F: drivers/power/
8651 X: drivers/power/avs/
8652
8653 POWER STATE COORDINATION INTERFACE (PSCI)
8654 M: Mark Rutland <mark.rutland@arm.com>
8655 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8656 L: linux-arm-kernel@lists.infradead.org
8657 S: Maintained
8658 F: drivers/firmware/psci.c
8659 F: include/linux/psci.h
8660 F: include/uapi/linux/psci.h
8661
8662 PNP SUPPORT
8663 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8664 S: Maintained
8665 F: drivers/pnp/
8666
8667 PPP PROTOCOL DRIVERS AND COMPRESSORS
8668 M: Paul Mackerras <paulus@samba.org>
8669 L: linux-ppp@vger.kernel.org
8670 S: Maintained
8671 F: drivers/net/ppp/ppp_*
8672
8673 PPP OVER ATM (RFC 2364)
8674 M: Mitchell Blank Jr <mitch@sfgoth.com>
8675 S: Maintained
8676 F: net/atm/pppoatm.c
8677 F: include/uapi/linux/atmppp.h
8678
8679 PPP OVER ETHERNET
8680 M: Michal Ostrowski <mostrows@earthlink.net>
8681 S: Maintained
8682 F: drivers/net/ppp/pppoe.c
8683 F: drivers/net/ppp/pppox.c
8684
8685 PPP OVER L2TP
8686 M: James Chapman <jchapman@katalix.com>
8687 S: Maintained
8688 F: net/l2tp/l2tp_ppp.c
8689 F: include/linux/if_pppol2tp.h
8690 F: include/uapi/linux/if_pppol2tp.h
8691
8692 PPS SUPPORT
8693 M: Rodolfo Giometti <giometti@enneenne.com>
8694 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8695 L: linuxpps@ml.enneenne.com (subscribers-only)
8696 S: Maintained
8697 F: Documentation/pps/
8698 F: drivers/pps/
8699 F: include/linux/pps*.h
8700
8701 PPTP DRIVER
8702 M: Dmitry Kozlov <xeb@mail.ru>
8703 L: netdev@vger.kernel.org
8704 S: Maintained
8705 F: drivers/net/ppp/pptp.c
8706 W: http://sourceforge.net/projects/accel-pptp
8707
8708 PREEMPTIBLE KERNEL
8709 M: Robert Love <rml@tech9.net>
8710 L: kpreempt-tech@lists.sourceforge.net
8711 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8712 S: Supported
8713 F: Documentation/preempt-locking.txt
8714 F: include/linux/preempt.h
8715
8716 PRISM54 WIRELESS DRIVER
8717 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
8718 L: linux-wireless@vger.kernel.org
8719 W: http://wireless.kernel.org/en/users/Drivers/p54
8720 S: Obsolete
8721 F: drivers/net/wireless/intersil/prism54/
8722
8723 PS3 NETWORK SUPPORT
8724 M: Geoff Levand <geoff@infradead.org>
8725 L: netdev@vger.kernel.org
8726 L: linuxppc-dev@lists.ozlabs.org
8727 S: Maintained
8728 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
8729
8730 PS3 PLATFORM SUPPORT
8731 M: Geoff Levand <geoff@infradead.org>
8732 L: linuxppc-dev@lists.ozlabs.org
8733 S: Maintained
8734 F: arch/powerpc/boot/ps3*
8735 F: arch/powerpc/include/asm/lv1call.h
8736 F: arch/powerpc/include/asm/ps3*.h
8737 F: arch/powerpc/platforms/ps3/
8738 F: drivers/*/ps3*
8739 F: drivers/ps3/
8740 F: drivers/rtc/rtc-ps3.c
8741 F: drivers/usb/host/*ps3.c
8742 F: sound/ppc/snd_ps3*
8743
8744 PS3VRAM DRIVER
8745 M: Jim Paris <jim@jtan.com>
8746 M: Geoff Levand <geoff@infradead.org>
8747 L: linuxppc-dev@lists.ozlabs.org
8748 S: Maintained
8749 F: drivers/block/ps3vram.c
8750
8751 PSTORE FILESYSTEM
8752 M: Anton Vorontsov <anton@enomsg.org>
8753 M: Colin Cross <ccross@android.com>
8754 M: Kees Cook <keescook@chromium.org>
8755 M: Tony Luck <tony.luck@intel.com>
8756 S: Maintained
8757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8758 F: fs/pstore/
8759 F: include/linux/pstore*
8760 F: drivers/firmware/efi/efi-pstore.c
8761 F: drivers/acpi/apei/erst.c
8762
8763 PTP HARDWARE CLOCK SUPPORT
8764 M: Richard Cochran <richardcochran@gmail.com>
8765 L: netdev@vger.kernel.org
8766 S: Maintained
8767 W: http://linuxptp.sourceforge.net/
8768 F: Documentation/ABI/testing/sysfs-ptp
8769 F: Documentation/ptp/*
8770 F: drivers/net/ethernet/freescale/gianfar_ptp.c
8771 F: drivers/net/phy/dp83640*
8772 F: drivers/ptp/*
8773 F: include/linux/ptp_cl*
8774
8775 PTRACE SUPPORT
8776 M: Roland McGrath <roland@hack.frob.com>
8777 M: Oleg Nesterov <oleg@redhat.com>
8778 S: Maintained
8779 F: include/asm-generic/syscall.h
8780 F: include/linux/ptrace.h
8781 F: include/linux/regset.h
8782 F: include/linux/tracehook.h
8783 F: include/uapi/linux/ptrace.h
8784 F: kernel/ptrace.c
8785
8786 PVRUSB2 VIDEO4LINUX DRIVER
8787 M: Mike Isely <isely@pobox.com>
8788 L: pvrusb2@isely.net (subscribers-only)
8789 L: linux-media@vger.kernel.org
8790 W: http://www.isely.net/pvrusb2/
8791 T: git git://linuxtv.org/media_tree.git
8792 S: Maintained
8793 F: Documentation/video4linux/README.pvrusb2
8794 F: drivers/media/usb/pvrusb2/
8795
8796 PWC WEBCAM DRIVER
8797 M: Hans de Goede <hdegoede@redhat.com>
8798 L: linux-media@vger.kernel.org
8799 T: git git://linuxtv.org/media_tree.git
8800 S: Maintained
8801 F: drivers/media/usb/pwc/*
8802
8803 PWM FAN DRIVER
8804 M: Kamil Debski <k.debski@samsung.com>
8805 L: lm-sensors@lm-sensors.org
8806 S: Supported
8807 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8808 F: Documentation/hwmon/pwm-fan
8809 F: drivers/hwmon/pwm-fan.c
8810
8811 PWM SUBSYSTEM
8812 M: Thierry Reding <thierry.reding@gmail.com>
8813 L: linux-pwm@vger.kernel.org
8814 S: Maintained
8815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8816 F: Documentation/pwm.txt
8817 F: Documentation/devicetree/bindings/pwm/
8818 F: include/linux/pwm.h
8819 F: drivers/pwm/
8820 F: drivers/video/backlight/pwm_bl.c
8821 F: include/linux/pwm_backlight.h
8822
8823 PXA2xx/PXA3xx SUPPORT
8824 M: Daniel Mack <daniel@zonque.org>
8825 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8826 M: Robert Jarzmik <robert.jarzmik@free.fr>
8827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8828 T: git git://github.com/hzhuang1/linux.git
8829 T: git git://github.com/rjarzmik/linux.git
8830 S: Maintained
8831 F: arch/arm/boot/dts/pxa*
8832 F: arch/arm/mach-pxa/
8833 F: drivers/dma/pxa*
8834 F: drivers/pcmcia/pxa2xx*
8835 F: drivers/pinctrl/pxa/
8836 F: drivers/spi/spi-pxa2xx*
8837 F: drivers/usb/gadget/udc/pxa2*
8838 F: include/sound/pxa2xx-lib.h
8839 F: sound/arm/pxa*
8840 F: sound/soc/pxa/
8841
8842 PXA GPIO DRIVER
8843 M: Robert Jarzmik <robert.jarzmik@free.fr>
8844 L: linux-gpio@vger.kernel.org
8845 S: Maintained
8846 F: drivers/gpio/gpio-pxa.c
8847
8848 PXA3xx NAND FLASH DRIVER
8849 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8850 L: linux-mtd@lists.infradead.org
8851 S: Maintained
8852 F: drivers/mtd/nand/pxa3xx_nand.c
8853
8854 MMP SUPPORT
8855 M: Eric Miao <eric.y.miao@gmail.com>
8856 M: Haojian Zhuang <haojian.zhuang@gmail.com>
8857 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8858 T: git git://github.com/hzhuang1/linux.git
8859 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
8860 S: Maintained
8861 F: arch/arm/boot/dts/mmp*
8862 F: arch/arm/mach-mmp/
8863
8864 PXA MMCI DRIVER
8865 S: Orphan
8866
8867 PXA RTC DRIVER
8868 M: Robert Jarzmik <robert.jarzmik@free.fr>
8869 L: rtc-linux@googlegroups.com
8870 S: Maintained
8871
8872 QAT DRIVER
8873 M: Tadeusz Struk <tadeusz.struk@intel.com>
8874 L: qat-linux@intel.com
8875 S: Supported
8876 F: drivers/crypto/qat/
8877
8878 QIB DRIVER
8879 M: Mike Marciniszyn <infinipath@intel.com>
8880 L: linux-rdma@vger.kernel.org
8881 S: Supported
8882 F: drivers/infiniband/hw/qib/
8883
8884 QLOGIC QLA1280 SCSI DRIVER
8885 M: Michael Reed <mdr@sgi.com>
8886 L: linux-scsi@vger.kernel.org
8887 S: Maintained
8888 F: drivers/scsi/qla1280.[ch]
8889
8890 QLOGIC QLA2XXX FC-SCSI DRIVER
8891 M: qla2xxx-upstream@qlogic.com
8892 L: linux-scsi@vger.kernel.org
8893 S: Supported
8894 F: Documentation/scsi/LICENSE.qla2xxx
8895 F: drivers/scsi/qla2xxx/
8896
8897 QLOGIC QLA4XXX iSCSI DRIVER
8898 M: QLogic-Storage-Upstream@qlogic.com
8899 L: linux-scsi@vger.kernel.org
8900 S: Supported
8901 F: Documentation/scsi/LICENSE.qla4xxx
8902 F: drivers/scsi/qla4xxx/
8903
8904 QLOGIC QLA3XXX NETWORK DRIVER
8905 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8906 M: Ron Mercer <ron.mercer@qlogic.com>
8907 M: linux-driver@qlogic.com
8908 L: netdev@vger.kernel.org
8909 S: Supported
8910 F: Documentation/networking/LICENSE.qla3xxx
8911 F: drivers/net/ethernet/qlogic/qla3xxx.*
8912
8913 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8914 M: Dept-GELinuxNICDev@qlogic.com
8915 L: netdev@vger.kernel.org
8916 S: Supported
8917 F: drivers/net/ethernet/qlogic/qlcnic/
8918
8919 QLOGIC QLGE 10Gb ETHERNET DRIVER
8920 M: Harish Patil <harish.patil@qlogic.com>
8921 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8922 M: Dept-GELinuxNICDev@qlogic.com
8923 M: linux-driver@qlogic.com
8924 L: netdev@vger.kernel.org
8925 S: Supported
8926 F: drivers/net/ethernet/qlogic/qlge/
8927
8928 QLOGIC QL4xxx ETHERNET DRIVER
8929 M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8930 M: Ariel Elior <Ariel.Elior@qlogic.com>
8931 M: everest-linux-l2@qlogic.com
8932 L: netdev@vger.kernel.org
8933 S: Supported
8934 F: drivers/net/ethernet/qlogic/qed/
8935 F: include/linux/qed/
8936 F: drivers/net/ethernet/qlogic/qede/
8937
8938 QNX4 FILESYSTEM
8939 M: Anders Larsen <al@alarsen.net>
8940 W: http://www.alarsen.net/linux/qnx4fs/
8941 S: Maintained
8942 F: fs/qnx4/
8943 F: include/uapi/linux/qnx4_fs.h
8944 F: include/uapi/linux/qnxtypes.h
8945
8946 QT1010 MEDIA DRIVER
8947 M: Antti Palosaari <crope@iki.fi>
8948 L: linux-media@vger.kernel.org
8949 W: https://linuxtv.org
8950 W: http://palosaari.fi/linux/
8951 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8952 T: git git://linuxtv.org/anttip/media_tree.git
8953 S: Maintained
8954 F: drivers/media/tuners/qt1010*
8955
8956 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8957 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8958 L: linux-wireless@vger.kernel.org
8959 L: ath9k-devel@lists.ath9k.org
8960 W: http://wireless.kernel.org/en/users/Drivers/ath9k
8961 S: Supported
8962 F: drivers/net/wireless/ath/ath9k/
8963
8964 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8965 M: Kalle Valo <kvalo@qca.qualcomm.com>
8966 L: ath10k@lists.infradead.org
8967 W: http://wireless.kernel.org/en/users/Drivers/ath10k
8968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8969 S: Supported
8970 F: drivers/net/wireless/ath/ath10k/
8971
8972 QUALCOMM HEXAGON ARCHITECTURE
8973 M: Richard Kuo <rkuo@codeaurora.org>
8974 L: linux-hexagon@vger.kernel.org
8975 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8976 S: Supported
8977 F: arch/hexagon/
8978
8979 QUALCOMM WCN36XX WIRELESS DRIVER
8980 M: Eugene Krasnikov <k.eugene.e@gmail.com>
8981 L: wcn36xx@lists.infradead.org
8982 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8983 T: git git://github.com/KrasnikovEugene/wcn36xx.git
8984 S: Supported
8985 F: drivers/net/wireless/ath/wcn36xx/
8986
8987 RADOS BLOCK DEVICE (RBD)
8988 M: Ilya Dryomov <idryomov@gmail.com>
8989 M: Sage Weil <sage@redhat.com>
8990 M: Alex Elder <elder@kernel.org>
8991 L: ceph-devel@vger.kernel.org
8992 W: http://ceph.com/
8993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8994 T: git git://github.com/ceph/ceph-client.git
8995 S: Supported
8996 F: Documentation/ABI/testing/sysfs-bus-rbd
8997 F: drivers/block/rbd.c
8998 F: drivers/block/rbd_types.h
8999
9000 RADEON FRAMEBUFFER DISPLAY DRIVER
9001 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9002 L: linux-fbdev@vger.kernel.org
9003 S: Maintained
9004 F: drivers/video/fbdev/aty/radeon*
9005 F: include/uapi/linux/radeonfb.h
9006
9007 RADIOSHARK RADIO DRIVER
9008 M: Hans de Goede <hdegoede@redhat.com>
9009 L: linux-media@vger.kernel.org
9010 T: git git://linuxtv.org/media_tree.git
9011 S: Maintained
9012 F: drivers/media/radio/radio-shark.c
9013
9014 RADIOSHARK2 RADIO DRIVER
9015 M: Hans de Goede <hdegoede@redhat.com>
9016 L: linux-media@vger.kernel.org
9017 T: git git://linuxtv.org/media_tree.git
9018 S: Maintained
9019 F: drivers/media/radio/radio-shark2.c
9020 F: drivers/media/radio/radio-tea5777.c
9021
9022 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9023 M: Paul Mackerras <paulus@samba.org>
9024 L: linux-fbdev@vger.kernel.org
9025 S: Maintained
9026 F: drivers/video/fbdev/aty/aty128fb.c
9027
9028 RALINK MIPS ARCHITECTURE
9029 M: John Crispin <blogic@openwrt.org>
9030 L: linux-mips@linux-mips.org
9031 S: Maintained
9032 F: arch/mips/ralink
9033
9034 RALINK RT2X00 WIRELESS LAN DRIVER
9035 P: rt2x00 project
9036 M: Stanislaw Gruszka <sgruszka@redhat.com>
9037 M: Helmut Schaa <helmut.schaa@googlemail.com>
9038 L: linux-wireless@vger.kernel.org
9039 S: Maintained
9040 F: drivers/net/wireless/ralink/rt2x00/
9041
9042 RAMDISK RAM BLOCK DEVICE DRIVER
9043 M: Jens Axboe <axboe@kernel.dk>
9044 S: Maintained
9045 F: Documentation/blockdev/ramdisk.txt
9046 F: drivers/block/brd.c
9047
9048 RANDOM NUMBER DRIVER
9049 M: "Theodore Ts'o" <tytso@mit.edu>
9050 S: Maintained
9051 F: drivers/char/random.c
9052
9053 RAPIDIO SUBSYSTEM
9054 M: Matt Porter <mporter@kernel.crashing.org>
9055 M: Alexandre Bounine <alexandre.bounine@idt.com>
9056 S: Maintained
9057 F: drivers/rapidio/
9058
9059 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9060 L: linux-wireless@vger.kernel.org
9061 S: Orphan
9062 F: drivers/net/wireless/ray*
9063
9064 RCUTORTURE MODULE
9065 M: Josh Triplett <josh@joshtriplett.org>
9066 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9067 L: linux-kernel@vger.kernel.org
9068 S: Supported
9069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9070 F: Documentation/RCU/torture.txt
9071 F: kernel/rcu/rcutorture.c
9072
9073 RCUTORTURE TEST FRAMEWORK
9074 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9075 M: Josh Triplett <josh@joshtriplett.org>
9076 R: Steven Rostedt <rostedt@goodmis.org>
9077 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9078 R: Lai Jiangshan <jiangshanlai@gmail.com>
9079 L: linux-kernel@vger.kernel.org
9080 S: Supported
9081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9082 F: tools/testing/selftests/rcutorture
9083
9084 RDC R-321X SoC
9085 M: Florian Fainelli <florian@openwrt.org>
9086 S: Maintained
9087
9088 RDC R6040 FAST ETHERNET DRIVER
9089 M: Florian Fainelli <florian@openwrt.org>
9090 L: netdev@vger.kernel.org
9091 S: Maintained
9092 F: drivers/net/ethernet/rdc/r6040.c
9093
9094 RDS - RELIABLE DATAGRAM SOCKETS
9095 M: Chien Yen <chien.yen@oracle.com>
9096 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
9097 S: Supported
9098 F: net/rds/
9099
9100 READ-COPY UPDATE (RCU)
9101 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9102 M: Josh Triplett <josh@joshtriplett.org>
9103 R: Steven Rostedt <rostedt@goodmis.org>
9104 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9105 R: Lai Jiangshan <jiangshanlai@gmail.com>
9106 L: linux-kernel@vger.kernel.org
9107 W: http://www.rdrop.com/users/paulmck/RCU/
9108 S: Supported
9109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9110 F: Documentation/RCU/
9111 X: Documentation/RCU/torture.txt
9112 F: include/linux/rcu*
9113 X: include/linux/srcu.h
9114 F: kernel/rcu/
9115 X: kernel/torture.c
9116
9117 REAL TIME CLOCK (RTC) SUBSYSTEM
9118 M: Alessandro Zummo <a.zummo@towertech.it>
9119 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
9120 L: rtc-linux@googlegroups.com
9121 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
9122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9123 S: Maintained
9124 F: Documentation/rtc.txt
9125 F: drivers/rtc/
9126 F: include/linux/rtc.h
9127 F: include/uapi/linux/rtc.h
9128
9129 REALTEK AUDIO CODECS
9130 M: Bard Liao <bardliao@realtek.com>
9131 M: Oder Chiou <oder_chiou@realtek.com>
9132 S: Maintained
9133 F: sound/soc/codecs/rt*
9134 F: include/sound/rt*.h
9135
9136 REISERFS FILE SYSTEM
9137 L: reiserfs-devel@vger.kernel.org
9138 S: Supported
9139 F: fs/reiserfs/
9140
9141 REGISTER MAP ABSTRACTION
9142 M: Mark Brown <broonie@kernel.org>
9143 L: linux-kernel@vger.kernel.org
9144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9145 S: Supported
9146 F: drivers/base/regmap/
9147 F: include/linux/regmap.h
9148
9149 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9150 M: Ohad Ben-Cohen <ohad@wizery.com>
9151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9152 S: Maintained
9153 F: drivers/remoteproc/
9154 F: Documentation/remoteproc.txt
9155 F: include/linux/remoteproc.h
9156
9157 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9158 M: Ohad Ben-Cohen <ohad@wizery.com>
9159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9160 S: Maintained
9161 F: drivers/rpmsg/
9162 F: Documentation/rpmsg.txt
9163 F: include/linux/rpmsg.h
9164
9165 RENESAS ETHERNET DRIVERS
9166 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9167 L: netdev@vger.kernel.org
9168 L: linux-renesas-soc@vger.kernel.org
9169 F: drivers/net/ethernet/renesas/
9170 F: include/linux/sh_eth.h
9171
9172 RENESAS USB2 PHY DRIVER
9173 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9174 L: linux-renesas-soc@vger.kernel.org
9175 S: Maintained
9176 F: drivers/phy/phy-rcar-gen3-usb2.c
9177
9178 RESET CONTROLLER FRAMEWORK
9179 M: Philipp Zabel <p.zabel@pengutronix.de>
9180 T: git git://git.pengutronix.de/git/pza/linux
9181 S: Maintained
9182 F: drivers/reset/
9183 F: Documentation/devicetree/bindings/reset/
9184 F: include/dt-bindings/reset/
9185 F: include/linux/reset.h
9186 F: include/linux/reset-controller.h
9187
9188 RFKILL
9189 M: Johannes Berg <johannes@sipsolutions.net>
9190 L: linux-wireless@vger.kernel.org
9191 W: http://wireless.kernel.org/
9192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9194 S: Maintained
9195 F: Documentation/rfkill.txt
9196 F: net/rfkill/
9197
9198 RHASHTABLE
9199 M: Thomas Graf <tgraf@suug.ch>
9200 L: netdev@vger.kernel.org
9201 S: Maintained
9202 F: lib/rhashtable.c
9203 F: include/linux/rhashtable.h
9204
9205 RICOH SMARTMEDIA/XD DRIVER
9206 M: Maxim Levitsky <maximlevitsky@gmail.com>
9207 S: Maintained
9208 F: drivers/mtd/nand/r852.c
9209 F: drivers/mtd/nand/r852.h
9210
9211 RICOH R5C592 MEMORYSTICK DRIVER
9212 M: Maxim Levitsky <maximlevitsky@gmail.com>
9213 S: Maintained
9214 F: drivers/memstick/host/r592.*
9215
9216 ROCCAT DRIVERS
9217 M: Stefan Achatz <erazor_de@users.sourceforge.net>
9218 W: http://sourceforge.net/projects/roccat/
9219 S: Maintained
9220 F: drivers/hid/hid-roccat*
9221 F: include/linux/hid-roccat*
9222 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9223
9224 ROCKER DRIVER
9225 M: Jiri Pirko <jiri@resnulli.us>
9226 M: Scott Feldman <sfeldma@gmail.com>
9227 L: netdev@vger.kernel.org
9228 S: Supported
9229 F: drivers/net/ethernet/rocker/
9230
9231 ROCKETPORT DRIVER
9232 P: Comtrol Corp.
9233 W: http://www.comtrol.com
9234 S: Maintained
9235 F: Documentation/serial/rocket.txt
9236 F: drivers/tty/rocket*
9237
9238 ROCKETPORT EXPRESS/INFINITY DRIVER
9239 M: Kevin Cernekee <cernekee@gmail.com>
9240 L: linux-serial@vger.kernel.org
9241 S: Odd Fixes
9242 F: drivers/tty/serial/rp2.*
9243
9244 ROSE NETWORK LAYER
9245 M: Ralf Baechle <ralf@linux-mips.org>
9246 L: linux-hams@vger.kernel.org
9247 W: http://www.linux-ax25.org/
9248 S: Maintained
9249 F: include/net/rose.h
9250 F: include/uapi/linux/rose.h
9251 F: net/rose/
9252
9253 RTL2830 MEDIA DRIVER
9254 M: Antti Palosaari <crope@iki.fi>
9255 L: linux-media@vger.kernel.org
9256 W: https://linuxtv.org
9257 W: http://palosaari.fi/linux/
9258 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9259 T: git git://linuxtv.org/anttip/media_tree.git
9260 S: Maintained
9261 F: drivers/media/dvb-frontends/rtl2830*
9262
9263 RTL2832 MEDIA DRIVER
9264 M: Antti Palosaari <crope@iki.fi>
9265 L: linux-media@vger.kernel.org
9266 W: https://linuxtv.org
9267 W: http://palosaari.fi/linux/
9268 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9269 T: git git://linuxtv.org/anttip/media_tree.git
9270 S: Maintained
9271 F: drivers/media/dvb-frontends/rtl2832*
9272
9273 RTL2832_SDR MEDIA DRIVER
9274 M: Antti Palosaari <crope@iki.fi>
9275 L: linux-media@vger.kernel.org
9276 W: https://linuxtv.org
9277 W: http://palosaari.fi/linux/
9278 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9279 T: git git://linuxtv.org/anttip/media_tree.git
9280 S: Maintained
9281 F: drivers/media/dvb-frontends/rtl2832_sdr*
9282
9283 RTL8180 WIRELESS DRIVER
9284 L: linux-wireless@vger.kernel.org
9285 W: http://wireless.kernel.org/
9286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9287 S: Orphan
9288 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
9289
9290 RTL8187 WIRELESS DRIVER
9291 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9292 M: Hin-Tak Leung <htl10@users.sourceforge.net>
9293 M: Larry Finger <Larry.Finger@lwfinger.net>
9294 L: linux-wireless@vger.kernel.org
9295 W: http://wireless.kernel.org/
9296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9297 S: Maintained
9298 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
9299
9300 RTL8192CE WIRELESS DRIVER
9301 M: Larry Finger <Larry.Finger@lwfinger.net>
9302 M: Chaoming Li <chaoming_li@realsil.com.cn>
9303 L: linux-wireless@vger.kernel.org
9304 W: http://wireless.kernel.org/
9305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9306 S: Maintained
9307 F: drivers/net/wireless/realtek/rtlwifi/
9308 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9309
9310 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9311 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9312 L: linux-wireless@vger.kernel.org
9313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9314 S: Maintained
9315 F: drivers/net/wireless/realtek/rtl8xxxu/
9316
9317 S3 SAVAGE FRAMEBUFFER DRIVER
9318 M: Antonino Daplas <adaplas@gmail.com>
9319 L: linux-fbdev@vger.kernel.org
9320 S: Maintained
9321 F: drivers/video/fbdev/savage/
9322
9323 S390
9324 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9325 M: Heiko Carstens <heiko.carstens@de.ibm.com>
9326 L: linux-s390@vger.kernel.org
9327 W: http://www.ibm.com/developerworks/linux/linux390/
9328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9329 S: Supported
9330 F: arch/s390/
9331 F: drivers/s390/
9332 F: Documentation/s390/
9333 F: Documentation/DocBook/s390*
9334
9335 S390 COMMON I/O LAYER
9336 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9337 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9338 L: linux-s390@vger.kernel.org
9339 W: http://www.ibm.com/developerworks/linux/linux390/
9340 S: Supported
9341 F: drivers/s390/cio/
9342
9343 S390 DASD DRIVER
9344 M: Stefan Weinhuber <wein@de.ibm.com>
9345 M: Stefan Haberland <stefan.haberland@de.ibm.com>
9346 L: linux-s390@vger.kernel.org
9347 W: http://www.ibm.com/developerworks/linux/linux390/
9348 S: Supported
9349 F: drivers/s390/block/dasd*
9350 F: block/partitions/ibm.c
9351
9352 S390 NETWORK DRIVERS
9353 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9354 L: linux-s390@vger.kernel.org
9355 W: http://www.ibm.com/developerworks/linux/linux390/
9356 S: Supported
9357 F: drivers/s390/net/
9358
9359 S390 PCI SUBSYSTEM
9360 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9361 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9362 L: linux-s390@vger.kernel.org
9363 W: http://www.ibm.com/developerworks/linux/linux390/
9364 S: Supported
9365 F: arch/s390/pci/
9366 F: drivers/pci/hotplug/s390_pci_hpc.c
9367
9368 S390 ZCRYPT DRIVER
9369 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9370 L: linux-s390@vger.kernel.org
9371 W: http://www.ibm.com/developerworks/linux/linux390/
9372 S: Supported
9373 F: drivers/s390/crypto/
9374
9375 S390 ZFCP DRIVER
9376 M: Steffen Maier <maier@linux.vnet.ibm.com>
9377 L: linux-s390@vger.kernel.org
9378 W: http://www.ibm.com/developerworks/linux/linux390/
9379 S: Supported
9380 F: drivers/s390/scsi/zfcp_*
9381
9382 S390 IUCV NETWORK LAYER
9383 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
9384 L: linux-s390@vger.kernel.org
9385 W: http://www.ibm.com/developerworks/linux/linux390/
9386 S: Supported
9387 F: drivers/s390/net/*iucv*
9388 F: include/net/iucv/
9389 F: net/iucv/
9390
9391 S390 IOMMU (PCI)
9392 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9393 L: linux-s390@vger.kernel.org
9394 W: http://www.ibm.com/developerworks/linux/linux390/
9395 S: Supported
9396 F: drivers/iommu/s390-iommu.c
9397
9398 S3C24XX SD/MMC Driver
9399 M: Ben Dooks <ben-linux@fluff.org>
9400 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9401 S: Supported
9402 F: drivers/mmc/host/s3cmci.*
9403
9404 SAA6588 RDS RECEIVER DRIVER
9405 M: Hans Verkuil <hverkuil@xs4all.nl>
9406 L: linux-media@vger.kernel.org
9407 T: git git://linuxtv.org/media_tree.git
9408 W: https://linuxtv.org
9409 S: Odd Fixes
9410 F: drivers/media/i2c/saa6588*
9411
9412 SAA7134 VIDEO4LINUX DRIVER
9413 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9414 L: linux-media@vger.kernel.org
9415 W: https://linuxtv.org
9416 T: git git://linuxtv.org/media_tree.git
9417 S: Odd fixes
9418 F: Documentation/video4linux/*.saa7134
9419 F: drivers/media/pci/saa7134/
9420
9421 SAA7146 VIDEO4LINUX-2 DRIVER
9422 M: Hans Verkuil <hverkuil@xs4all.nl>
9423 L: linux-media@vger.kernel.org
9424 T: git git://linuxtv.org/media_tree.git
9425 S: Maintained
9426 F: drivers/media/common/saa7146/
9427 F: drivers/media/pci/saa7146/
9428 F: include/media/saa7146*
9429
9430 SAMSUNG LAPTOP DRIVER
9431 M: Corentin Chary <corentin.chary@gmail.com>
9432 L: platform-driver-x86@vger.kernel.org
9433 S: Maintained
9434 F: drivers/platform/x86/samsung-laptop.c
9435
9436 SAMSUNG AUDIO (ASoC) DRIVERS
9437 M: Sangbeom Kim <sbkim73@samsung.com>
9438 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9439 S: Supported
9440 F: sound/soc/samsung/
9441
9442 SAMSUNG FRAMEBUFFER DRIVER
9443 M: Jingoo Han <jingoohan1@gmail.com>
9444 L: linux-fbdev@vger.kernel.org
9445 S: Maintained
9446 F: drivers/video/fbdev/s3c-fb.c
9447
9448 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9449 M: Sangbeom Kim <sbkim73@samsung.com>
9450 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
9451 L: linux-kernel@vger.kernel.org
9452 L: linux-samsung-soc@vger.kernel.org
9453 S: Supported
9454 F: drivers/mfd/sec*.c
9455 F: drivers/regulator/s2m*.c
9456 F: drivers/regulator/s5m*.c
9457 F: drivers/clk/clk-s2mps11.c
9458 F: drivers/rtc/rtc-s5m.c
9459 F: include/linux/mfd/samsung/
9460 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9461 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9462 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9463 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9464
9465 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9466 M: Kyungmin Park <kyungmin.park@samsung.com>
9467 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9468 L: linux-media@vger.kernel.org
9469 Q: https://patchwork.linuxtv.org/project/linux-media/list/
9470 S: Supported
9471 F: drivers/media/platform/exynos4-is/
9472
9473 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9474 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9475 L: linux-media@vger.kernel.org
9476 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9477 S: Maintained
9478 F: drivers/media/platform/s3c-camif/
9479 F: include/media/drv-intf/s3c_camif.h
9480
9481 SAMSUNG S5C73M3 CAMERA DRIVER
9482 M: Kyungmin Park <kyungmin.park@samsung.com>
9483 M: Andrzej Hajda <a.hajda@samsung.com>
9484 L: linux-media@vger.kernel.org
9485 S: Supported
9486 F: drivers/media/i2c/s5c73m3/*
9487
9488 SAMSUNG S5K5BAF CAMERA DRIVER
9489 M: Kyungmin Park <kyungmin.park@samsung.com>
9490 M: Andrzej Hajda <a.hajda@samsung.com>
9491 L: linux-media@vger.kernel.org
9492 S: Supported
9493 F: drivers/media/i2c/s5k5baf.c
9494
9495 SAMSUNG S3FWRN5 NFC DRIVER
9496 M: Robert Baldyga <r.baldyga@samsung.com>
9497 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9498 S: Supported
9499 F: drivers/nfc/s3fwrn5
9500
9501 SAMSUNG SOC CLOCK DRIVERS
9502 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9503 M: Tomasz Figa <tomasz.figa@gmail.com>
9504 S: Supported
9505 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9506 F: drivers/clk/samsung/
9507
9508 SAMSUNG SXGBE DRIVERS
9509 M: Byungho An <bh74.an@samsung.com>
9510 M: Girish K S <ks.giri@samsung.com>
9511 M: Vipul Pandya <vipul.pandya@samsung.com>
9512 S: Supported
9513 L: netdev@vger.kernel.org
9514 F: drivers/net/ethernet/samsung/sxgbe/
9515
9516 SAMSUNG THERMAL DRIVER
9517 M: Lukasz Majewski <l.majewski@samsung.com>
9518 L: linux-pm@vger.kernel.org
9519 L: linux-samsung-soc@vger.kernel.org
9520 S: Supported
9521 T: git https://github.com/lmajewski/linux-samsung-thermal.git
9522 F: drivers/thermal/samsung/
9523
9524 SAMSUNG USB2 PHY DRIVER
9525 M: Kamil Debski <k.debski@samsung.com>
9526 L: linux-kernel@vger.kernel.org
9527 S: Supported
9528 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9529 F: Documentation/phy/samsung-usb2.txt
9530 F: drivers/phy/phy-exynos4210-usb2.c
9531 F: drivers/phy/phy-exynos4x12-usb2.c
9532 F: drivers/phy/phy-exynos5250-usb2.c
9533 F: drivers/phy/phy-s5pv210-usb2.c
9534 F: drivers/phy/phy-samsung-usb2.c
9535 F: drivers/phy/phy-samsung-usb2.h
9536
9537 SERIAL DRIVERS
9538 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9539 L: linux-serial@vger.kernel.org
9540 S: Maintained
9541 F: drivers/tty/serial/
9542
9543 SYNOPSYS DESIGNWARE DMAC DRIVER
9544 M: Viresh Kumar <vireshk@kernel.org>
9545 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9546 S: Maintained
9547 F: include/linux/dma/dw.h
9548 F: include/linux/platform_data/dma-dw.h
9549 F: drivers/dma/dw/
9550
9551 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9552 M: Lars Persson <lars.persson@axis.com>
9553 L: netdev@vger.kernel.org
9554 S: Supported
9555 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9556 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9557
9558 SYNOPSYS DESIGNWARE I2C DRIVER
9559 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9560 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9561 M: Mika Westerberg <mika.westerberg@linux.intel.com>
9562 L: linux-i2c@vger.kernel.org
9563 S: Maintained
9564 F: drivers/i2c/busses/i2c-designware-*
9565 F: include/linux/platform_data/i2c-designware.h
9566
9567 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9568 M: Jaehoon Chung <jh80.chung@samsung.com>
9569 L: linux-mmc@vger.kernel.org
9570 S: Maintained
9571 F: include/linux/mmc/dw_mmc.h
9572 F: drivers/mmc/host/dw_mmc*
9573
9574 SYSTEM TRACE MODULE CLASS
9575 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9576 S: Maintained
9577 F: Documentation/trace/stm.txt
9578 F: drivers/hwtracing/stm/
9579 F: include/linux/stm.h
9580 F: include/uapi/linux/stm.h
9581
9582 THUNDERBOLT DRIVER
9583 M: Andreas Noever <andreas.noever@gmail.com>
9584 S: Maintained
9585 F: drivers/thunderbolt/
9586
9587 TI BQ27XXX POWER SUPPLY DRIVER
9588 R: Andrew F. Davis <afd@ti.com>
9589 F: include/linux/power/bq27xxx_battery.h
9590 F: drivers/power/bq27xxx_battery.c
9591 F: drivers/power/bq27xxx_battery_i2c.c
9592
9593 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9594 M: John Stultz <john.stultz@linaro.org>
9595 M: Thomas Gleixner <tglx@linutronix.de>
9596 L: linux-kernel@vger.kernel.org
9597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9598 S: Supported
9599 F: include/linux/clocksource.h
9600 F: include/linux/time.h
9601 F: include/linux/timex.h
9602 F: include/uapi/linux/time.h
9603 F: include/uapi/linux/timex.h
9604 F: kernel/time/clocksource.c
9605 F: kernel/time/time*.c
9606 F: kernel/time/alarmtimer.c
9607 F: kernel/time/ntp.c
9608 F: tools/testing/selftests/timers/
9609
9610 SC1200 WDT DRIVER
9611 M: Zwane Mwaikambo <zwanem@gmail.com>
9612 S: Maintained
9613 F: drivers/watchdog/sc1200wdt.c
9614
9615 SCHEDULER
9616 M: Ingo Molnar <mingo@redhat.com>
9617 M: Peter Zijlstra <peterz@infradead.org>
9618 L: linux-kernel@vger.kernel.org
9619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9620 S: Maintained
9621 F: kernel/sched/
9622 F: include/linux/sched.h
9623 F: include/uapi/linux/sched.h
9624 F: include/linux/wait.h
9625
9626 SCORE ARCHITECTURE
9627 M: Chen Liqin <liqin.linux@gmail.com>
9628 M: Lennox Wu <lennox.wu@gmail.com>
9629 W: http://www.sunplus.com
9630 S: Supported
9631 F: arch/score/
9632
9633 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9634 M: Sudeep Holla <sudeep.holla@arm.com>
9635 L: linux-arm-kernel@lists.infradead.org
9636 S: Maintained
9637 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
9638 F: drivers/clk/clk-scpi.c
9639 F: drivers/cpufreq/scpi-cpufreq.c
9640 F: drivers/firmware/arm_scpi.c
9641 F: include/linux/scpi_protocol.h
9642
9643 SCSI CDROM DRIVER
9644 M: Jens Axboe <axboe@kernel.dk>
9645 L: linux-scsi@vger.kernel.org
9646 W: http://www.kernel.dk
9647 S: Maintained
9648 F: drivers/scsi/sr*
9649
9650 SCSI RDMA PROTOCOL (SRP) INITIATOR
9651 M: Bart Van Assche <bart.vanassche@sandisk.com>
9652 L: linux-rdma@vger.kernel.org
9653 S: Supported
9654 W: http://www.openfabrics.org
9655 Q: http://patchwork.kernel.org/project/linux-rdma/list/
9656 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9657 F: drivers/infiniband/ulp/srp/
9658 F: include/scsi/srp.h
9659
9660 SCSI SG DRIVER
9661 M: Doug Gilbert <dgilbert@interlog.com>
9662 L: linux-scsi@vger.kernel.org
9663 W: http://sg.danny.cz/sg
9664 S: Maintained
9665 F: Documentation/scsi/scsi-generic.txt
9666 F: drivers/scsi/sg.c
9667 F: include/scsi/sg.h
9668
9669 SCSI SUBSYSTEM
9670 M: "James E.J. Bottomley" <JBottomley@odin.com>
9671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9672 M: "Martin K. Petersen" <martin.petersen@oracle.com>
9673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9674 L: linux-scsi@vger.kernel.org
9675 S: Maintained
9676 F: drivers/scsi/
9677 F: include/scsi/
9678
9679 SCSI TAPE DRIVER
9680 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9681 L: linux-scsi@vger.kernel.org
9682 S: Maintained
9683 F: Documentation/scsi/st.txt
9684 F: drivers/scsi/st.*
9685 F: drivers/scsi/st_*.h
9686
9687 SCTP PROTOCOL
9688 M: Vlad Yasevich <vyasevich@gmail.com>
9689 M: Neil Horman <nhorman@tuxdriver.com>
9690 L: linux-sctp@vger.kernel.org
9691 W: http://lksctp.sourceforge.net
9692 S: Maintained
9693 F: Documentation/networking/sctp.txt
9694 F: include/linux/sctp.h
9695 F: include/uapi/linux/sctp.h
9696 F: include/net/sctp/
9697 F: net/sctp/
9698
9699 SCx200 CPU SUPPORT
9700 M: Jim Cromie <jim.cromie@gmail.com>
9701 S: Odd Fixes
9702 F: Documentation/i2c/busses/scx200_acb
9703 F: arch/x86/platform/scx200/
9704 F: drivers/watchdog/scx200_wdt.c
9705 F: drivers/i2c/busses/scx200*
9706 F: drivers/mtd/maps/scx200_docflash.c
9707 F: include/linux/scx200.h
9708
9709 SCx200 GPIO DRIVER
9710 M: Jim Cromie <jim.cromie@gmail.com>
9711 S: Maintained
9712 F: drivers/char/scx200_gpio.c
9713 F: include/linux/scx200_gpio.h
9714
9715 SCx200 HRT CLOCKSOURCE DRIVER
9716 M: Jim Cromie <jim.cromie@gmail.com>
9717 S: Maintained
9718 F: drivers/clocksource/scx200_hrt.c
9719
9720 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9721 M: Sascha Sommer <saschasommer@freenet.de>
9722 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9723 S: Maintained
9724 F: drivers/mmc/host/sdricoh_cs.c
9725
9726 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9727 L: linux-mmc@vger.kernel.org
9728 S: Orphan
9729 F: drivers/mmc/host/sdhci.*
9730 F: drivers/mmc/host/sdhci-pltfm.[ch]
9731
9732 SECURE COMPUTING
9733 M: Kees Cook <keescook@chromium.org>
9734 R: Andy Lutomirski <luto@amacapital.net>
9735 R: Will Drewry <wad@chromium.org>
9736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9737 S: Supported
9738 F: kernel/seccomp.c
9739 F: include/uapi/linux/seccomp.h
9740 F: include/linux/seccomp.h
9741 F: tools/testing/selftests/seccomp/*
9742 K: \bsecure_computing
9743 K: \bTIF_SECCOMP\b
9744
9745 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9746 M: Ben Dooks <ben-linux@fluff.org>
9747 M: Jaehoon Chung <jh80.chung@samsung.com>
9748 L: linux-mmc@vger.kernel.org
9749 S: Maintained
9750 F: drivers/mmc/host/sdhci-s3c*
9751
9752 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9753 M: Viresh Kumar <vireshk@kernel.org>
9754 L: spear-devel@list.st.com
9755 L: linux-mmc@vger.kernel.org
9756 S: Maintained
9757 F: drivers/mmc/host/sdhci-spear.c
9758
9759 SECURITY SUBSYSTEM
9760 M: James Morris <james.l.morris@oracle.com>
9761 M: "Serge E. Hallyn" <serge@hallyn.com>
9762 L: linux-security-module@vger.kernel.org (suggested Cc:)
9763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9764 W: http://kernsec.org/
9765 S: Supported
9766 F: security/
9767
9768 SECURITY CONTACT
9769 M: Security Officers <security@kernel.org>
9770 S: Supported
9771
9772 SELINUX SECURITY MODULE
9773 M: Paul Moore <paul@paul-moore.com>
9774 M: Stephen Smalley <sds@tycho.nsa.gov>
9775 M: Eric Paris <eparis@parisplace.org>
9776 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
9777 W: http://selinuxproject.org
9778 T: git git://git.infradead.org/users/pcmoore/selinux
9779 S: Supported
9780 F: include/linux/selinux*
9781 F: security/selinux/
9782 F: scripts/selinux/
9783
9784 APPARMOR SECURITY MODULE
9785 M: John Johansen <john.johansen@canonical.com>
9786 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9787 W: apparmor.wiki.kernel.org
9788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9789 S: Supported
9790 F: security/apparmor/
9791
9792 YAMA SECURITY MODULE
9793 M: Kees Cook <keescook@chromium.org>
9794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9795 S: Supported
9796 F: security/yama/
9797
9798 SENSABLE PHANTOM
9799 M: Jiri Slaby <jirislaby@gmail.com>
9800 S: Maintained
9801 F: drivers/misc/phantom.c
9802 F: include/uapi/linux/phantom.h
9803
9804 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9805 M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9806 M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9807 M: John Soni Jose <sony.john@avagotech.com>
9808 L: linux-scsi@vger.kernel.org
9809 W: http://www.avagotech.com
9810 S: Supported
9811 F: drivers/scsi/be2iscsi/
9812
9813 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9814 M: Sathya Perla <sathya.perla@broadcom.com>
9815 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
9816 M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9817 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9818 M: Somnath Kotur <somnath.kotur@broadcom.com>
9819 L: netdev@vger.kernel.org
9820 W: http://www.emulex.com
9821 S: Supported
9822 F: drivers/net/ethernet/emulex/benet/
9823
9824 EMULEX ONECONNECT ROCE DRIVER
9825 M: Selvin Xavier <selvin.xavier@avagotech.com>
9826 M: Devesh Sharma <devesh.sharma@avagotech.com>
9827 M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9828 L: linux-rdma@vger.kernel.org
9829 W: http://www.emulex.com
9830 S: Supported
9831 F: drivers/infiniband/hw/ocrdma/
9832
9833 SFC NETWORK DRIVER
9834 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9835 M: Shradha Shah <sshah@solarflare.com>
9836 L: netdev@vger.kernel.org
9837 S: Supported
9838 F: drivers/net/ethernet/sfc/
9839
9840 SGI GRU DRIVER
9841 M: Dimitri Sivanich <sivanich@sgi.com>
9842 S: Maintained
9843 F: drivers/misc/sgi-gru/
9844
9845 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9846 M: Pat Gefre <pfg@sgi.com>
9847 L: linux-ia64@vger.kernel.org
9848 S: Supported
9849 F: Documentation/ia64/serial.txt
9850 F: drivers/tty/serial/ioc?_serial.c
9851 F: include/linux/ioc?.h
9852
9853 SGI XP/XPC/XPNET DRIVER
9854 M: Cliff Whickman <cpw@sgi.com>
9855 M: Robin Holt <robinmholt@gmail.com>
9856 S: Maintained
9857 F: drivers/misc/sgi-xp/
9858
9859 SI2157 MEDIA DRIVER
9860 M: Antti Palosaari <crope@iki.fi>
9861 L: linux-media@vger.kernel.org
9862 W: https://linuxtv.org
9863 W: http://palosaari.fi/linux/
9864 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9865 T: git git://linuxtv.org/anttip/media_tree.git
9866 S: Maintained
9867 F: drivers/media/tuners/si2157*
9868
9869 SI2168 MEDIA DRIVER
9870 M: Antti Palosaari <crope@iki.fi>
9871 L: linux-media@vger.kernel.org
9872 W: https://linuxtv.org
9873 W: http://palosaari.fi/linux/
9874 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9875 T: git git://linuxtv.org/anttip/media_tree.git
9876 S: Maintained
9877 F: drivers/media/dvb-frontends/si2168*
9878
9879 SI470X FM RADIO RECEIVER I2C DRIVER
9880 M: Hans Verkuil <hverkuil@xs4all.nl>
9881 L: linux-media@vger.kernel.org
9882 T: git git://linuxtv.org/media_tree.git
9883 W: https://linuxtv.org
9884 S: Odd Fixes
9885 F: drivers/media/radio/si470x/radio-si470x-i2c.c
9886
9887 SI470X FM RADIO RECEIVER USB DRIVER
9888 M: Hans Verkuil <hverkuil@xs4all.nl>
9889 L: linux-media@vger.kernel.org
9890 T: git git://linuxtv.org/media_tree.git
9891 W: https://linuxtv.org
9892 S: Maintained
9893 F: drivers/media/radio/si470x/radio-si470x-common.c
9894 F: drivers/media/radio/si470x/radio-si470x.h
9895 F: drivers/media/radio/si470x/radio-si470x-usb.c
9896
9897 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9898 M: Eduardo Valentin <edubezval@gmail.com>
9899 L: linux-media@vger.kernel.org
9900 T: git git://linuxtv.org/media_tree.git
9901 W: https://linuxtv.org
9902 S: Odd Fixes
9903 F: drivers/media/radio/si4713/si4713.?
9904
9905 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9906 M: Eduardo Valentin <edubezval@gmail.com>
9907 L: linux-media@vger.kernel.org
9908 T: git git://linuxtv.org/media_tree.git
9909 W: https://linuxtv.org
9910 S: Odd Fixes
9911 F: drivers/media/radio/si4713/radio-platform-si4713.c
9912
9913 SI4713 FM RADIO TRANSMITTER USB DRIVER
9914 M: Hans Verkuil <hverkuil@xs4all.nl>
9915 L: linux-media@vger.kernel.org
9916 T: git git://linuxtv.org/media_tree.git
9917 W: https://linuxtv.org
9918 S: Maintained
9919 F: drivers/media/radio/si4713/radio-usb-si4713.c
9920
9921 SIANO DVB DRIVER
9922 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9923 L: linux-media@vger.kernel.org
9924 W: https://linuxtv.org
9925 T: git git://linuxtv.org/media_tree.git
9926 S: Odd fixes
9927 F: drivers/media/common/siano/
9928 F: drivers/media/usb/siano/
9929 F: drivers/media/usb/siano/
9930 F: drivers/media/mmc/siano/
9931
9932 SIMPLEFB FB DRIVER
9933 M: Hans de Goede <hdegoede@redhat.com>
9934 L: linux-fbdev@vger.kernel.org
9935 S: Maintained
9936 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
9937 F: drivers/video/fbdev/simplefb.c
9938 F: include/linux/platform_data/simplefb.h
9939
9940 SH_VEU V4L2 MEM2MEM DRIVER
9941 L: linux-media@vger.kernel.org
9942 S: Orphan
9943 F: drivers/media/platform/sh_veu.c
9944
9945 SH_VOU V4L2 OUTPUT DRIVER
9946 L: linux-media@vger.kernel.org
9947 S: Orphan
9948 F: drivers/media/platform/sh_vou.c
9949 F: include/media/drv-intf/sh_vou.h
9950
9951 SIMPLE FIRMWARE INTERFACE (SFI)
9952 M: Len Brown <lenb@kernel.org>
9953 L: sfi-devel@simplefirmware.org
9954 W: http://simplefirmware.org/
9955 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9956 S: Supported
9957 F: arch/x86/platform/sfi/
9958 F: drivers/sfi/
9959 F: include/linux/sfi*.h
9960
9961 SIMTEC EB110ATX (Chalice CATS)
9962 P: Ben Dooks
9963 P: Vincent Sanders <vince@simtec.co.uk>
9964 M: Simtec Linux Team <linux@simtec.co.uk>
9965 W: http://www.simtec.co.uk/products/EB110ATX/
9966 S: Supported
9967
9968 SIMTEC EB2410ITX (BAST)
9969 P: Ben Dooks
9970 P: Vincent Sanders <vince@simtec.co.uk>
9971 M: Simtec Linux Team <linux@simtec.co.uk>
9972 W: http://www.simtec.co.uk/products/EB2410ITX/
9973 S: Supported
9974 F: arch/arm/mach-s3c24xx/mach-bast.c
9975 F: arch/arm/mach-s3c24xx/bast-ide.c
9976 F: arch/arm/mach-s3c24xx/bast-irq.c
9977
9978 TI DAVINCI MACHINE SUPPORT
9979 M: Sekhar Nori <nsekhar@ti.com>
9980 M: Kevin Hilman <khilman@deeprootsystems.com>
9981 T: git git://gitorious.org/linux-davinci/linux-davinci.git
9982 Q: http://patchwork.kernel.org/project/linux-davinci/list/
9983 S: Supported
9984 F: arch/arm/mach-davinci/
9985 F: drivers/i2c/busses/i2c-davinci.c
9986
9987 TI DAVINCI SERIES MEDIA DRIVER
9988 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9989 L: linux-media@vger.kernel.org
9990 W: https://linuxtv.org
9991 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9992 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9993 S: Maintained
9994 F: drivers/media/platform/davinci/
9995 F: include/media/davinci/
9996
9997 TI AM437X VPFE DRIVER
9998 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9999 L: linux-media@vger.kernel.org
10000 W: https://linuxtv.org
10001 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10002 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10003 S: Maintained
10004 F: drivers/media/platform/am437x/
10005
10006 OV2659 OMNIVISION SENSOR DRIVER
10007 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10008 L: linux-media@vger.kernel.org
10009 W: https://linuxtv.org
10010 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10011 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10012 S: Maintained
10013 F: drivers/media/i2c/ov2659.c
10014 F: include/media/i2c/ov2659.h
10015
10016 SILICON MOTION SM712 FRAME BUFFER DRIVER
10017 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10018 M: Teddy Wang <teddy.wang@siliconmotion.com>
10019 M: Sudip Mukherjee <sudip@vectorindia.org>
10020 L: linux-fbdev@vger.kernel.org
10021 S: Maintained
10022 F: drivers/video/fbdev/sm712*
10023 F: Documentation/fb/sm712fb.txt
10024
10025 SIS 190 ETHERNET DRIVER
10026 M: Francois Romieu <romieu@fr.zoreil.com>
10027 L: netdev@vger.kernel.org
10028 S: Maintained
10029 F: drivers/net/ethernet/sis/sis190.c
10030
10031 SIS 900/7016 FAST ETHERNET DRIVER
10032 M: Daniele Venzano <venza@brownhat.org>
10033 W: http://www.brownhat.org/sis900.html
10034 L: netdev@vger.kernel.org
10035 S: Maintained
10036 F: drivers/net/ethernet/sis/sis900.*
10037
10038 SIS FRAMEBUFFER DRIVER
10039 M: Thomas Winischhofer <thomas@winischhofer.net>
10040 W: http://www.winischhofer.net/linuxsisvga.shtml
10041 S: Maintained
10042 F: Documentation/fb/sisfb.txt
10043 F: drivers/video/fbdev/sis/
10044 F: include/video/sisfb.h
10045
10046 SIS USB2VGA DRIVER
10047 M: Thomas Winischhofer <thomas@winischhofer.net>
10048 W: http://www.winischhofer.at/linuxsisusbvga.shtml
10049 S: Maintained
10050 F: drivers/usb/misc/sisusbvga/
10051
10052 SLAB ALLOCATOR
10053 M: Christoph Lameter <cl@linux.com>
10054 M: Pekka Enberg <penberg@kernel.org>
10055 M: David Rientjes <rientjes@google.com>
10056 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10057 M: Andrew Morton <akpm@linux-foundation.org>
10058 L: linux-mm@kvack.org
10059 S: Maintained
10060 F: include/linux/sl?b*.h
10061 F: mm/sl?b*
10062
10063 SLEEPABLE READ-COPY UPDATE (SRCU)
10064 M: Lai Jiangshan <jiangshanlai@gmail.com>
10065 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10066 M: Josh Triplett <josh@joshtriplett.org>
10067 R: Steven Rostedt <rostedt@goodmis.org>
10068 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10069 L: linux-kernel@vger.kernel.org
10070 W: http://www.rdrop.com/users/paulmck/RCU/
10071 S: Supported
10072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10073 F: include/linux/srcu.h
10074 F: kernel/rcu/srcu.c
10075
10076 SMACK SECURITY MODULE
10077 M: Casey Schaufler <casey@schaufler-ca.com>
10078 L: linux-security-module@vger.kernel.org
10079 W: http://schaufler-ca.com
10080 T: git git://git.gitorious.org/smack-next/kernel.git
10081 S: Maintained
10082 F: Documentation/security/Smack.txt
10083 F: security/smack/
10084
10085 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10086 M: Kevin Hilman <khilman@kernel.org>
10087 M: Nishanth Menon <nm@ti.com>
10088 S: Maintained
10089 F: drivers/power/avs/
10090 F: include/linux/power/smartreflex.h
10091 L: linux-pm@vger.kernel.org
10092
10093 SMC91x ETHERNET DRIVER
10094 M: Nicolas Pitre <nico@fluxnic.net>
10095 S: Odd Fixes
10096 F: drivers/net/ethernet/smsc/smc91x.*
10097
10098 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10099 M: Sakari Ailus <sakari.ailus@iki.fi>
10100 L: linux-media@vger.kernel.org
10101 S: Maintained
10102 F: drivers/media/i2c/smiapp/
10103 F: include/media/i2c/smiapp.h
10104 F: drivers/media/i2c/smiapp-pll.c
10105 F: drivers/media/i2c/smiapp-pll.h
10106 F: include/uapi/linux/smiapp.h
10107 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10108
10109 SMM665 HARDWARE MONITOR DRIVER
10110 M: Guenter Roeck <linux@roeck-us.net>
10111 L: lm-sensors@lm-sensors.org
10112 S: Maintained
10113 F: Documentation/hwmon/smm665
10114 F: drivers/hwmon/smm665.c
10115
10116 SMSC EMC2103 HARDWARE MONITOR DRIVER
10117 M: Steve Glendinning <steve.glendinning@shawell.net>
10118 L: lm-sensors@lm-sensors.org
10119 S: Maintained
10120 F: Documentation/hwmon/emc2103
10121 F: drivers/hwmon/emc2103.c
10122
10123 SMSC SCH5627 HARDWARE MONITOR DRIVER
10124 M: Hans de Goede <hdegoede@redhat.com>
10125 L: lm-sensors@lm-sensors.org
10126 S: Supported
10127 F: Documentation/hwmon/sch5627
10128 F: drivers/hwmon/sch5627.c
10129
10130 SMSC47B397 HARDWARE MONITOR DRIVER
10131 M: Jean Delvare <jdelvare@suse.com>
10132 L: lm-sensors@lm-sensors.org
10133 S: Maintained
10134 F: Documentation/hwmon/smsc47b397
10135 F: drivers/hwmon/smsc47b397.c
10136
10137 SMSC911x ETHERNET DRIVER
10138 M: Steve Glendinning <steve.glendinning@shawell.net>
10139 L: netdev@vger.kernel.org
10140 S: Maintained
10141 F: include/linux/smsc911x.h
10142 F: drivers/net/ethernet/smsc/smsc911x.*
10143
10144 SMSC9420 PCI ETHERNET DRIVER
10145 M: Steve Glendinning <steve.glendinning@shawell.net>
10146 L: netdev@vger.kernel.org
10147 S: Maintained
10148 F: drivers/net/ethernet/smsc/smsc9420.*
10149
10150 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10151 M: Steve Glendinning <steve.glendinning@shawell.net>
10152 L: linux-fbdev@vger.kernel.org
10153 S: Maintained
10154 F: drivers/video/fbdev/smscufx.c
10155
10156 SOC-CAMERA V4L2 SUBSYSTEM
10157 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10158 L: linux-media@vger.kernel.org
10159 T: git git://linuxtv.org/media_tree.git
10160 S: Maintained
10161 F: include/media/soc*
10162 F: drivers/media/i2c/soc_camera/
10163 F: drivers/media/platform/soc_camera/
10164
10165 SOEKRIS NET48XX LED SUPPORT
10166 M: Chris Boot <bootc@bootc.net>
10167 S: Maintained
10168 F: drivers/leds/leds-net48xx.c
10169
10170 SOFTLOGIC 6x10 MPEG CODEC
10171 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10172 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10173 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
10174 M: Ismael Luceno <ismael@iodev.co.uk>
10175 L: linux-media@vger.kernel.org
10176 S: Supported
10177 F: drivers/media/pci/solo6x10/
10178
10179 SOFTWARE RAID (Multiple Disks) SUPPORT
10180 M: Shaohua Li <shli@kernel.org>
10181 L: linux-raid@vger.kernel.org
10182 T: git git://neil.brown.name/md
10183 S: Supported
10184 F: drivers/md/
10185 F: include/linux/raid/
10186 F: include/uapi/linux/raid/
10187
10188 SONIC NETWORK DRIVER
10189 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10190 L: netdev@vger.kernel.org
10191 S: Maintained
10192 F: drivers/net/ethernet/natsemi/sonic.*
10193
10194 SONICS SILICON BACKPLANE DRIVER (SSB)
10195 M: Michael Buesch <m@bues.ch>
10196 L: linux-wireless@vger.kernel.org
10197 S: Maintained
10198 F: drivers/ssb/
10199 F: include/linux/ssb/
10200
10201 SONY VAIO CONTROL DEVICE DRIVER
10202 M: Mattia Dongili <malattia@linux.it>
10203 L: platform-driver-x86@vger.kernel.org
10204 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10205 S: Maintained
10206 F: Documentation/laptops/sony-laptop.txt
10207 F: drivers/char/sonypi.c
10208 F: drivers/platform/x86/sony-laptop.c
10209 F: include/linux/sony-laptop.h
10210
10211 SONY MEMORYSTICK CARD SUPPORT
10212 M: Alex Dubov <oakad@yahoo.com>
10213 W: http://tifmxx.berlios.de/
10214 S: Maintained
10215 F: drivers/memstick/host/tifm_ms.c
10216
10217 SONY MEMORYSTICK STANDARD SUPPORT
10218 M: Maxim Levitsky <maximlevitsky@gmail.com>
10219 S: Maintained
10220 F: drivers/memstick/core/ms_block.*
10221
10222 SOUND
10223 M: Jaroslav Kysela <perex@perex.cz>
10224 M: Takashi Iwai <tiwai@suse.com>
10225 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10226 W: http://www.alsa-project.org/
10227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10228 T: git git://git.alsa-project.org/alsa-kernel.git
10229 Q: http://patchwork.kernel.org/project/alsa-devel/list/
10230 S: Maintained
10231 F: Documentation/sound/
10232 F: include/sound/
10233 F: include/uapi/sound/
10234 F: sound/
10235
10236 SOUND - COMPRESSED AUDIO
10237 M: Vinod Koul <vinod.koul@intel.com>
10238 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10240 S: Supported
10241 F: Documentation/sound/alsa/compress_offload.txt
10242 F: include/sound/compress_driver.h
10243 F: include/uapi/sound/compress_*
10244 F: sound/core/compress_offload.c
10245 F: sound/soc/soc-compress.c
10246
10247 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10248 M: Liam Girdwood <lgirdwood@gmail.com>
10249 M: Mark Brown <broonie@kernel.org>
10250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10251 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10252 W: http://alsa-project.org/main/index.php/ASoC
10253 S: Supported
10254 F: Documentation/sound/alsa/soc/
10255 F: sound/soc/
10256 F: include/sound/soc*
10257
10258 SOUND - DMAENGINE HELPERS
10259 M: Lars-Peter Clausen <lars@metafoo.de>
10260 S: Supported
10261 F: include/sound/dmaengine_pcm.h
10262 F: sound/core/pcm_dmaengine.c
10263 F: sound/soc/soc-generic-dmaengine-pcm.c
10264
10265 SP2 MEDIA DRIVER
10266 M: Olli Salonen <olli.salonen@iki.fi>
10267 L: linux-media@vger.kernel.org
10268 W: https://linuxtv.org
10269 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10270 S: Maintained
10271 F: drivers/media/dvb-frontends/sp2*
10272
10273 SPARC + UltraSPARC (sparc/sparc64)
10274 M: "David S. Miller" <davem@davemloft.net>
10275 L: sparclinux@vger.kernel.org
10276 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
10277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10279 S: Maintained
10280 F: arch/sparc/
10281 F: drivers/sbus/
10282
10283 SPARC SERIAL DRIVERS
10284 M: "David S. Miller" <davem@davemloft.net>
10285 L: sparclinux@vger.kernel.org
10286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10288 S: Maintained
10289 F: include/linux/sunserialcore.h
10290 F: drivers/tty/serial/suncore.c
10291 F: drivers/tty/serial/sunhv.c
10292 F: drivers/tty/serial/sunsab.c
10293 F: drivers/tty/serial/sunsab.h
10294 F: drivers/tty/serial/sunsu.c
10295 F: drivers/tty/serial/sunzilog.c
10296 F: drivers/tty/serial/sunzilog.h
10297
10298 SPARSE CHECKER
10299 M: "Christopher Li" <sparse@chrisli.org>
10300 L: linux-sparse@vger.kernel.org
10301 W: https://sparse.wiki.kernel.org/
10302 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10303 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10304 S: Maintained
10305 F: include/linux/compiler.h
10306
10307 SPEAR PLATFORM SUPPORT
10308 M: Viresh Kumar <vireshk@kernel.org>
10309 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10310 L: spear-devel@list.st.com
10311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10312 W: http://www.st.com/spear
10313 S: Maintained
10314 F: arch/arm/boot/dts/spear*
10315 F: arch/arm/mach-spear/
10316
10317 SPEAR CLOCK FRAMEWORK SUPPORT
10318 M: Viresh Kumar <vireshk@kernel.org>
10319 L: spear-devel@list.st.com
10320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10321 W: http://www.st.com/spear
10322 S: Maintained
10323 F: drivers/clk/spear/
10324
10325 SPI SUBSYSTEM
10326 M: Mark Brown <broonie@kernel.org>
10327 L: linux-spi@vger.kernel.org
10328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10329 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
10330 S: Maintained
10331 F: Documentation/spi/
10332 F: drivers/spi/
10333 F: include/linux/spi/
10334 F: include/uapi/linux/spi/
10335
10336 SPIDERNET NETWORK DRIVER for CELL
10337 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10338 L: netdev@vger.kernel.org
10339 S: Supported
10340 F: Documentation/networking/spider_net.txt
10341 F: drivers/net/ethernet/toshiba/spider_net*
10342
10343 SPU FILE SYSTEM
10344 M: Jeremy Kerr <jk@ozlabs.org>
10345 L: linuxppc-dev@lists.ozlabs.org
10346 W: http://www.ibm.com/developerworks/power/cell/
10347 S: Supported
10348 F: Documentation/filesystems/spufs.txt
10349 F: arch/powerpc/platforms/cell/spufs/
10350
10351 SQUASHFS FILE SYSTEM
10352 M: Phillip Lougher <phillip@squashfs.org.uk>
10353 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10354 W: http://squashfs.org.uk
10355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10356 S: Maintained
10357 F: Documentation/filesystems/squashfs.txt
10358 F: fs/squashfs/
10359
10360 SRM (Alpha) environment access
10361 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
10362 S: Maintained
10363 F: arch/alpha/kernel/srm_env.c
10364
10365 STABLE BRANCH
10366 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10367 L: stable@vger.kernel.org
10368 S: Supported
10369 F: Documentation/stable_kernel_rules.txt
10370
10371 STAGING SUBSYSTEM
10372 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10374 L: devel@driverdev.osuosl.org
10375 S: Supported
10376 F: drivers/staging/
10377
10378 STAGING - COMEDI
10379 M: Ian Abbott <abbotti@mev.co.uk>
10380 M: H Hartley Sweeten <hsweeten@visionengravers.com>
10381 S: Odd Fixes
10382 F: drivers/staging/comedi/
10383
10384 STAGING - FLARION FT1000 DRIVERS
10385 M: Marek Belisko <marek.belisko@gmail.com>
10386 S: Odd Fixes
10387 F: drivers/staging/ft1000/
10388
10389 STAGING - INDUSTRIAL IO
10390 M: Jonathan Cameron <jic23@kernel.org>
10391 L: linux-iio@vger.kernel.org
10392 S: Odd Fixes
10393 F: drivers/staging/iio/
10394
10395 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10396 M: Jarod Wilson <jarod@wilsonet.com>
10397 W: http://www.lirc.org/
10398 S: Odd Fixes
10399 F: drivers/staging/media/lirc/
10400
10401 STAGING - LUSTRE PARALLEL FILESYSTEM
10402 M: Oleg Drokin <oleg.drokin@intel.com>
10403 M: Andreas Dilger <andreas.dilger@intel.com>
10404 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10405 W: http://wiki.lustre.org/
10406 S: Maintained
10407 F: drivers/staging/lustre
10408
10409 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10410 M: Marc Dietrich <marvin24@gmx.de>
10411 L: ac100@lists.launchpad.net (moderated for non-subscribers)
10412 L: linux-tegra@vger.kernel.org
10413 S: Maintained
10414 F: drivers/staging/nvec/
10415
10416 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10417 M: Jens Frederich <jfrederich@gmail.com>
10418 M: Daniel Drake <dsd@laptop.org>
10419 M: Jon Nettleton <jon.nettleton@gmail.com>
10420 W: http://wiki.laptop.org/go/DCON
10421 S: Maintained
10422 F: drivers/staging/olpc_dcon/
10423
10424 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10425 M: Willy Tarreau <willy@meta-x.org>
10426 S: Odd Fixes
10427 F: drivers/staging/panel/
10428
10429 STAGING - REALTEK RTL8712U DRIVERS
10430 M: Larry Finger <Larry.Finger@lwfinger.net>
10431 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10432 S: Odd Fixes
10433 F: drivers/staging/rtl8712/
10434
10435 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10436 M: Larry Finger <Larry.Finger@lwfinger.net>
10437 M: Jes Sorensen <Jes.Sorensen@redhat.com>
10438 L: linux-wireless@vger.kernel.org
10439 S: Maintained
10440 F: drivers/staging/rtl8723au/
10441
10442 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10443 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10444 M: Teddy Wang <teddy.wang@siliconmotion.com>
10445 M: Sudip Mukherjee <sudip@vectorindia.org>
10446 L: linux-fbdev@vger.kernel.org
10447 S: Maintained
10448 F: drivers/staging/sm750fb/
10449
10450 STAGING - SLICOSS
10451 M: Lior Dotan <liodot@gmail.com>
10452 M: Christopher Harrer <charrer@alacritech.com>
10453 S: Odd Fixes
10454 F: drivers/staging/slicoss/
10455
10456 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10457 M: William Hubbs <w.d.hubbs@gmail.com>
10458 M: Chris Brannon <chris@the-brannons.com>
10459 M: Kirk Reiser <kirk@reisers.ca>
10460 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
10461 L: speakup@linux-speakup.org
10462 W: http://www.linux-speakup.org/
10463 S: Odd Fixes
10464 F: drivers/staging/speakup/
10465
10466 STAGING - VIA VT665X DRIVERS
10467 M: Forest Bond <forest@alittletooquiet.net>
10468 S: Odd Fixes
10469 F: drivers/staging/vt665?/
10470
10471 STAGING - WILC1000 WIFI DRIVER
10472 M: Johnny Kim <johnny.kim@atmel.com>
10473 M: Austin Shin <austin.shin@atmel.com>
10474 M: Chris Park <chris.park@atmel.com>
10475 M: Tony Cho <tony.cho@atmel.com>
10476 M: Glen Lee <glen.lee@atmel.com>
10477 M: Leo Kim <leo.kim@atmel.com>
10478 L: linux-wireless@vger.kernel.org
10479 S: Supported
10480 F: drivers/staging/wilc1000/
10481
10482 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10483 M: Arnaud Patard <arnaud.patard@rtp-net.org>
10484 S: Odd Fixes
10485 F: drivers/staging/xgifb/
10486
10487 HFI1 DRIVER
10488 M: Mike Marciniszyn <infinipath@intel.com>
10489 L: linux-rdma@vger.kernel.org
10490 S: Supported
10491 F: drivers/staging/rdma/hfi1
10492
10493 STARFIRE/DURALAN NETWORK DRIVER
10494 M: Ion Badulescu <ionut@badula.org>
10495 S: Odd Fixes
10496 F: drivers/net/ethernet/adaptec/starfire*
10497
10498 SUN3/3X
10499 M: Sam Creasey <sammy@sammy.net>
10500 W: http://sammy.net/sun3/
10501 S: Maintained
10502 F: arch/m68k/kernel/*sun3*
10503 F: arch/m68k/sun3*/
10504 F: arch/m68k/include/asm/sun3*
10505 F: drivers/net/ethernet/i825xx/sun3*
10506
10507 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10508 M: Hans de Goede <hdegoede@redhat.com>
10509 L: linux-input@vger.kernel.org
10510 S: Maintained
10511 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10512 F: drivers/input/keyboard/sun4i-lradc-keys.c
10513
10514 SUNDANCE NETWORK DRIVER
10515 M: Denis Kirjanov <kda@linux-powerpc.org>
10516 L: netdev@vger.kernel.org
10517 S: Maintained
10518 F: drivers/net/ethernet/dlink/sundance.c
10519
10520 SUPERH
10521 M: Yoshinori Sato <ysato@users.sourceforge.jp>
10522 M: Rich Felker <dalias@libc.org>
10523 L: linux-sh@vger.kernel.org
10524 Q: http://patchwork.kernel.org/project/linux-sh/list/
10525 S: Maintained
10526 F: Documentation/sh/
10527 F: arch/sh/
10528 F: drivers/sh/
10529
10530 SUSPEND TO RAM
10531 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10532 M: Len Brown <len.brown@intel.com>
10533 M: Pavel Machek <pavel@ucw.cz>
10534 L: linux-pm@vger.kernel.org
10535 S: Supported
10536 F: Documentation/power/
10537 F: arch/x86/kernel/acpi/
10538 F: drivers/base/power/
10539 F: kernel/power/
10540 F: include/linux/suspend.h
10541 F: include/linux/freezer.h
10542 F: include/linux/pm.h
10543
10544 SVGA HANDLING
10545 M: Martin Mares <mj@ucw.cz>
10546 L: linux-video@atrey.karlin.mff.cuni.cz
10547 S: Maintained
10548 F: Documentation/svga.txt
10549 F: arch/x86/boot/video*
10550
10551 SWIOTLB SUBSYSTEM
10552 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10553 L: linux-kernel@vger.kernel.org
10554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10555 S: Supported
10556 F: lib/swiotlb.c
10557 F: arch/*/kernel/pci-swiotlb.c
10558 F: include/linux/swiotlb.h
10559
10560 SWITCHDEV
10561 M: Jiri Pirko <jiri@resnulli.us>
10562 L: netdev@vger.kernel.org
10563 S: Supported
10564 F: net/switchdev/
10565 F: include/net/switchdev.h
10566
10567 SYNOPSYS ARC ARCHITECTURE
10568 M: Vineet Gupta <vgupta@synopsys.com>
10569 L: linux-snps-arc@lists.infradead.org
10570 S: Supported
10571 F: arch/arc/
10572 F: Documentation/devicetree/bindings/arc/*
10573 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10574 F: drivers/tty/serial/arc_uart.c
10575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10576
10577 SYNOPSYS ARC SDP platform support
10578 M: Alexey Brodkin <abrodkin@synopsys.com>
10579 S: Supported
10580 F: arch/arc/plat-axs10x
10581 F: arch/arc/boot/dts/ax*
10582 F: Documentation/devicetree/bindings/arc/axs10*
10583
10584 SYSTEM CONFIGURATION (SYSCON)
10585 M: Lee Jones <lee.jones@linaro.org>
10586 M: Arnd Bergmann <arnd@arndb.de>
10587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10588 S: Supported
10589 F: drivers/mfd/syscon.c
10590
10591 SYSV FILESYSTEM
10592 M: Christoph Hellwig <hch@infradead.org>
10593 S: Maintained
10594 F: Documentation/filesystems/sysv-fs.txt
10595 F: fs/sysv/
10596 F: include/linux/sysv_fs.h
10597
10598 TARGET SUBSYSTEM
10599 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10600 L: linux-scsi@vger.kernel.org
10601 L: target-devel@vger.kernel.org
10602 W: http://www.linux-iscsi.org
10603 W: http://groups.google.com/group/linux-iscsi-target-dev
10604 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10605 S: Supported
10606 F: drivers/target/
10607 F: include/target/
10608 F: Documentation/target/
10609
10610 TASKSTATS STATISTICS INTERFACE
10611 M: Balbir Singh <bsingharora@gmail.com>
10612 S: Maintained
10613 F: Documentation/accounting/taskstats*
10614 F: include/linux/taskstats*
10615 F: kernel/taskstats.c
10616
10617 TC CLASSIFIER
10618 M: Jamal Hadi Salim <jhs@mojatatu.com>
10619 L: netdev@vger.kernel.org
10620 S: Maintained
10621 F: include/net/pkt_cls.h
10622 F: include/uapi/linux/pkt_cls.h
10623 F: net/sched/
10624
10625 TCP LOW PRIORITY MODULE
10626 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10627 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10628 W: http://tcp-lp-mod.sourceforge.net/
10629 S: Maintained
10630 F: net/ipv4/tcp_lp.c
10631
10632 TDA10071 MEDIA DRIVER
10633 M: Antti Palosaari <crope@iki.fi>
10634 L: linux-media@vger.kernel.org
10635 W: https://linuxtv.org
10636 W: http://palosaari.fi/linux/
10637 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10638 T: git git://linuxtv.org/anttip/media_tree.git
10639 S: Maintained
10640 F: drivers/media/dvb-frontends/tda10071*
10641
10642 TDA18212 MEDIA DRIVER
10643 M: Antti Palosaari <crope@iki.fi>
10644 L: linux-media@vger.kernel.org
10645 W: https://linuxtv.org
10646 W: http://palosaari.fi/linux/
10647 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10648 T: git git://linuxtv.org/anttip/media_tree.git
10649 S: Maintained
10650 F: drivers/media/tuners/tda18212*
10651
10652 TDA18218 MEDIA DRIVER
10653 M: Antti Palosaari <crope@iki.fi>
10654 L: linux-media@vger.kernel.org
10655 W: https://linuxtv.org
10656 W: http://palosaari.fi/linux/
10657 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10658 T: git git://linuxtv.org/anttip/media_tree.git
10659 S: Maintained
10660 F: drivers/media/tuners/tda18218*
10661
10662 TDA18271 MEDIA DRIVER
10663 M: Michael Krufky <mkrufky@linuxtv.org>
10664 L: linux-media@vger.kernel.org
10665 W: https://linuxtv.org
10666 W: http://github.com/mkrufky
10667 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10668 T: git git://linuxtv.org/mkrufky/tuners.git
10669 S: Maintained
10670 F: drivers/media/tuners/tda18271*
10671
10672 TDA827x MEDIA DRIVER
10673 M: Michael Krufky <mkrufky@linuxtv.org>
10674 L: linux-media@vger.kernel.org
10675 W: https://linuxtv.org
10676 W: http://github.com/mkrufky
10677 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10678 T: git git://linuxtv.org/mkrufky/tuners.git
10679 S: Maintained
10680 F: drivers/media/tuners/tda8290.*
10681
10682 TDA8290 MEDIA DRIVER
10683 M: Michael Krufky <mkrufky@linuxtv.org>
10684 L: linux-media@vger.kernel.org
10685 W: https://linuxtv.org
10686 W: http://github.com/mkrufky
10687 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10688 T: git git://linuxtv.org/mkrufky/tuners.git
10689 S: Maintained
10690 F: drivers/media/tuners/tda8290.*
10691
10692 TDA9840 MEDIA DRIVER
10693 M: Hans Verkuil <hverkuil@xs4all.nl>
10694 L: linux-media@vger.kernel.org
10695 T: git git://linuxtv.org/media_tree.git
10696 W: https://linuxtv.org
10697 S: Maintained
10698 F: drivers/media/i2c/tda9840*
10699
10700 TEA5761 TUNER DRIVER
10701 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10702 L: linux-media@vger.kernel.org
10703 W: https://linuxtv.org
10704 T: git git://linuxtv.org/media_tree.git
10705 S: Odd fixes
10706 F: drivers/media/tuners/tea5761.*
10707
10708 TEA5767 TUNER DRIVER
10709 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10710 L: linux-media@vger.kernel.org
10711 W: https://linuxtv.org
10712 T: git git://linuxtv.org/media_tree.git
10713 S: Maintained
10714 F: drivers/media/tuners/tea5767.*
10715
10716 TEA6415C MEDIA DRIVER
10717 M: Hans Verkuil <hverkuil@xs4all.nl>
10718 L: linux-media@vger.kernel.org
10719 T: git git://linuxtv.org/media_tree.git
10720 W: https://linuxtv.org
10721 S: Maintained
10722 F: drivers/media/i2c/tea6415c*
10723
10724 TEA6420 MEDIA DRIVER
10725 M: Hans Verkuil <hverkuil@xs4all.nl>
10726 L: linux-media@vger.kernel.org
10727 T: git git://linuxtv.org/media_tree.git
10728 W: https://linuxtv.org
10729 S: Maintained
10730 F: drivers/media/i2c/tea6420*
10731
10732 TEAM DRIVER
10733 M: Jiri Pirko <jiri@resnulli.us>
10734 L: netdev@vger.kernel.org
10735 S: Supported
10736 F: drivers/net/team/
10737 F: include/linux/if_team.h
10738 F: include/uapi/linux/if_team.h
10739
10740 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10741 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10742 S: Maintained
10743 F: arch/x86/platform/ts5500/
10744
10745 TECHNOTREND USB IR RECEIVER
10746 M: Sean Young <sean@mess.org>
10747 L: linux-media@vger.kernel.org
10748 S: Maintained
10749 F: drivers/media/rc/ttusbir.c
10750
10751 TEGRA ARCHITECTURE SUPPORT
10752 M: Stephen Warren <swarren@wwwdotorg.org>
10753 M: Thierry Reding <thierry.reding@gmail.com>
10754 M: Alexandre Courbot <gnurou@gmail.com>
10755 L: linux-tegra@vger.kernel.org
10756 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
10757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10758 S: Supported
10759 N: [^a-z]tegra
10760
10761 TEGRA CLOCK DRIVER
10762 M: Peter De Schrijver <pdeschrijver@nvidia.com>
10763 M: Prashant Gaikwad <pgaikwad@nvidia.com>
10764 S: Supported
10765 F: drivers/clk/tegra/
10766
10767 TEGRA DMA DRIVER
10768 M: Laxman Dewangan <ldewangan@nvidia.com>
10769 S: Supported
10770 F: drivers/dma/tegra20-apb-dma.c
10771
10772 TEGRA I2C DRIVER
10773 M: Laxman Dewangan <ldewangan@nvidia.com>
10774 S: Supported
10775 F: drivers/i2c/busses/i2c-tegra.c
10776
10777 TEGRA IOMMU DRIVERS
10778 M: Hiroshi Doyu <hdoyu@nvidia.com>
10779 S: Supported
10780 F: drivers/iommu/tegra*
10781
10782 TEGRA KBC DRIVER
10783 M: Rakesh Iyer <riyer@nvidia.com>
10784 M: Laxman Dewangan <ldewangan@nvidia.com>
10785 S: Supported
10786 F: drivers/input/keyboard/tegra-kbc.c
10787
10788 TEGRA PWM DRIVER
10789 M: Thierry Reding <thierry.reding@gmail.com>
10790 S: Supported
10791 F: drivers/pwm/pwm-tegra.c
10792
10793 TEGRA SERIAL DRIVER
10794 M: Laxman Dewangan <ldewangan@nvidia.com>
10795 S: Supported
10796 F: drivers/tty/serial/serial-tegra.c
10797
10798 TEGRA SPI DRIVER
10799 M: Laxman Dewangan <ldewangan@nvidia.com>
10800 S: Supported
10801 F: drivers/spi/spi-tegra*
10802
10803 TEHUTI ETHERNET DRIVER
10804 M: Andy Gospodarek <andy@greyhouse.net>
10805 L: netdev@vger.kernel.org
10806 S: Supported
10807 F: drivers/net/ethernet/tehuti/*
10808
10809 Telecom Clock Driver for MCPL0010
10810 M: Mark Gross <mark.gross@intel.com>
10811 S: Supported
10812 F: drivers/char/tlclk.c
10813
10814 TENSILICA XTENSA PORT (xtensa)
10815 M: Chris Zankel <chris@zankel.net>
10816 M: Max Filippov <jcmvbkbc@gmail.com>
10817 L: linux-xtensa@linux-xtensa.org
10818 T: git git://github.com/czankel/xtensa-linux.git
10819 S: Maintained
10820 F: arch/xtensa/
10821 F: drivers/irqchip/irq-xtensa-*
10822
10823 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10824 M: Hans Verkuil <hverkuil@xs4all.nl>
10825 L: linux-media@vger.kernel.org
10826 T: git git://linuxtv.org/media_tree.git
10827 W: https://linuxtv.org
10828 S: Maintained
10829 F: drivers/media/radio/radio-raremono.c
10830
10831 THERMAL
10832 M: Zhang Rui <rui.zhang@intel.com>
10833 M: Eduardo Valentin <edubezval@gmail.com>
10834 L: linux-pm@vger.kernel.org
10835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10837 Q: https://patchwork.kernel.org/project/linux-pm/list/
10838 S: Supported
10839 F: drivers/thermal/
10840 F: include/linux/thermal.h
10841 F: include/uapi/linux/thermal.h
10842 F: include/linux/cpu_cooling.h
10843 F: Documentation/devicetree/bindings/thermal/
10844
10845 THERMAL/CPU_COOLING
10846 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10847 M: Viresh Kumar <viresh.kumar@linaro.org>
10848 M: Javi Merino <javi.merino@arm.com>
10849 L: linux-pm@vger.kernel.org
10850 S: Supported
10851 F: Documentation/thermal/cpu-cooling-api.txt
10852 F: drivers/thermal/cpu_cooling.c
10853 F: include/linux/cpu_cooling.h
10854
10855 THINGM BLINK(1) USB RGB LED DRIVER
10856 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10857 S: Maintained
10858 F: drivers/hid/hid-thingm.c
10859
10860 THINKPAD ACPI EXTRAS DRIVER
10861 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10862 L: ibm-acpi-devel@lists.sourceforge.net
10863 L: platform-driver-x86@vger.kernel.org
10864 W: http://ibm-acpi.sourceforge.net
10865 W: http://thinkwiki.org/wiki/Ibm-acpi
10866 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10867 S: Maintained
10868 F: drivers/platform/x86/thinkpad_acpi.c
10869
10870 TI BANDGAP AND THERMAL DRIVER
10871 M: Eduardo Valentin <edubezval@gmail.com>
10872 L: linux-pm@vger.kernel.org
10873 L: linux-omap@vger.kernel.org
10874 S: Maintained
10875 F: drivers/thermal/ti-soc-thermal/
10876
10877 TI VPE/CAL DRIVERS
10878 M: Benoit Parrot <bparrot@ti.com>
10879 L: linux-media@vger.kernel.org
10880 W: http://linuxtv.org/
10881 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10882 S: Maintained
10883 F: drivers/media/platform/ti-vpe/
10884
10885 TI CDCE706 CLOCK DRIVER
10886 M: Max Filippov <jcmvbkbc@gmail.com>
10887 S: Maintained
10888 F: drivers/clk/clk-cdce706.c
10889
10890 TI CLOCK DRIVER
10891 M: Tero Kristo <t-kristo@ti.com>
10892 L: linux-omap@vger.kernel.org
10893 S: Maintained
10894 F: drivers/clk/ti/
10895 F: include/linux/clk/ti.h
10896
10897 TI FLASH MEDIA INTERFACE DRIVER
10898 M: Alex Dubov <oakad@yahoo.com>
10899 S: Maintained
10900 F: drivers/misc/tifm*
10901 F: drivers/mmc/host/tifm_sd.c
10902 F: include/linux/tifm.h
10903
10904 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10905 M: Santosh Shilimkar <ssantosh@kernel.org>
10906 L: linux-kernel@vger.kernel.org
10907 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10908 S: Maintained
10909 F: drivers/soc/ti/*
10910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10911
10912
10913 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10914 M: M R Swami Reddy <mr.swami.reddy@ti.com>
10915 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10916 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10917 S: Maintained
10918 F: sound/soc/codecs/lm49453*
10919 F: sound/soc/codecs/isabelle*
10920
10921 TI LP855x BACKLIGHT DRIVER
10922 M: Milo Kim <milo.kim@ti.com>
10923 S: Maintained
10924 F: Documentation/backlight/lp855x-driver.txt
10925 F: drivers/video/backlight/lp855x_bl.c
10926 F: include/linux/platform_data/lp855x.h
10927
10928 TI LP8727 CHARGER DRIVER
10929 M: Milo Kim <milo.kim@ti.com>
10930 S: Maintained
10931 F: drivers/power/lp8727_charger.c
10932 F: include/linux/platform_data/lp8727.h
10933
10934 TI LP8788 MFD DRIVER
10935 M: Milo Kim <milo.kim@ti.com>
10936 S: Maintained
10937 F: drivers/iio/adc/lp8788_adc.c
10938 F: drivers/leds/leds-lp8788.c
10939 F: drivers/mfd/lp8788*.c
10940 F: drivers/power/lp8788-charger.c
10941 F: drivers/regulator/lp8788-*.c
10942 F: include/linux/mfd/lp8788*.h
10943
10944 TI NETCP ETHERNET DRIVER
10945 M: Wingman Kwok <w-kwok2@ti.com>
10946 M: Murali Karicheri <m-karicheri2@ti.com>
10947 L: netdev@vger.kernel.org
10948 S: Maintained
10949 F: drivers/net/ethernet/ti/netcp*
10950
10951 TI TAS571X FAMILY ASoC CODEC DRIVER
10952 M: Kevin Cernekee <cernekee@chromium.org>
10953 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10954 S: Odd Fixes
10955 F: sound/soc/codecs/tas571x*
10956
10957 TI TWL4030 SERIES SOC CODEC DRIVER
10958 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
10959 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10960 S: Maintained
10961 F: sound/soc/codecs/twl4030*
10962
10963 TI WILINK WIRELESS DRIVERS
10964 L: linux-wireless@vger.kernel.org
10965 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10966 W: http://wireless.kernel.org/en/users/Drivers/wl1251
10967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10968 S: Orphan
10969 F: drivers/net/wireless/ti/
10970 F: include/linux/wl12xx.h
10971
10972 TIPC NETWORK LAYER
10973 M: Jon Maloy <jon.maloy@ericsson.com>
10974 M: Ying Xue <ying.xue@windriver.com>
10975 L: netdev@vger.kernel.org (core kernel code)
10976 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10977 W: http://tipc.sourceforge.net/
10978 S: Maintained
10979 F: include/uapi/linux/tipc*.h
10980 F: net/tipc/
10981
10982 TILE ARCHITECTURE
10983 M: Chris Metcalf <cmetcalf@ezchip.com>
10984 W: http://www.ezchip.com/scm/
10985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10986 S: Supported
10987 F: arch/tile/
10988 F: drivers/char/tile-srom.c
10989 F: drivers/edac/tile_edac.c
10990 F: drivers/net/ethernet/tile/
10991 F: drivers/rtc/rtc-tile.c
10992 F: drivers/tty/hvc/hvc_tile.c
10993 F: drivers/tty/serial/tilegx.c
10994 F: drivers/usb/host/*-tilegx.c
10995 F: include/linux/usb/tilegx.h
10996
10997 TLAN NETWORK DRIVER
10998 M: Samuel Chessman <chessman@tux.org>
10999 L: tlan-devel@lists.sourceforge.net (subscribers-only)
11000 W: http://sourceforge.net/projects/tlan/
11001 S: Maintained
11002 F: Documentation/networking/tlan.txt
11003 F: drivers/net/ethernet/ti/tlan.*
11004
11005 TOMOYO SECURITY MODULE
11006 M: Kentaro Takeda <takedakn@nttdata.co.jp>
11007 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11008 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11009 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11010 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11011 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11012 W: http://tomoyo.sourceforge.jp/
11013 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11014 S: Maintained
11015 F: security/tomoyo/
11016
11017 TOPSTAR LAPTOP EXTRAS DRIVER
11018 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11019 L: platform-driver-x86@vger.kernel.org
11020 S: Maintained
11021 F: drivers/platform/x86/topstar-laptop.c
11022
11023 TOSHIBA ACPI EXTRAS DRIVER
11024 M: Azael Avalos <coproscefalo@gmail.com>
11025 L: platform-driver-x86@vger.kernel.org
11026 S: Maintained
11027 F: drivers/platform/x86/toshiba_acpi.c
11028
11029 TOSHIBA BLUETOOTH DRIVER
11030 M: Azael Avalos <coproscefalo@gmail.com>
11031 L: platform-driver-x86@vger.kernel.org
11032 S: Maintained
11033 F: drivers/platform/x86/toshiba_bluetooth.c
11034
11035 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11036 M: Azael Avalos <coproscefalo@gmail.com>
11037 L: platform-driver-x86@vger.kernel.org
11038 S: Maintained
11039 F: drivers/platform/x86/toshiba_haps.c
11040
11041 TOSHIBA WMI HOTKEYS DRIVER
11042 M: Azael Avalos <coproscefalo@gmail.com>
11043 L: platform-driver-x86@vger.kernel.org
11044 S: Maintained
11045 F: drivers/platform/x86/toshiba-wmi.c
11046
11047 TOSHIBA SMM DRIVER
11048 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
11049 W: http://www.buzzard.org.uk/toshiba/
11050 S: Maintained
11051 F: drivers/char/toshiba.c
11052 F: include/linux/toshiba.h
11053 F: include/uapi/linux/toshiba.h
11054
11055 TOSHIBA TC358743 DRIVER
11056 M: Mats Randgaard <matrandg@cisco.com>
11057 L: linux-media@vger.kernel.org
11058 S: Maintained
11059 F: drivers/media/i2c/tc358743*
11060 F: include/media/i2c/tc358743.h
11061
11062 TMIO MMC DRIVER
11063 M: Ian Molton <ian@mnementh.co.uk>
11064 L: linux-mmc@vger.kernel.org
11065 S: Maintained
11066 F: drivers/mmc/host/tmio_mmc*
11067 F: drivers/mmc/host/sh_mobile_sdhi.c
11068 F: include/linux/mmc/tmio.h
11069 F: include/linux/mmc/sh_mobile_sdhi.h
11070
11071 TMP401 HARDWARE MONITOR DRIVER
11072 M: Guenter Roeck <linux@roeck-us.net>
11073 L: lm-sensors@lm-sensors.org
11074 S: Maintained
11075 F: Documentation/hwmon/tmp401
11076 F: drivers/hwmon/tmp401.c
11077
11078 TMPFS (SHMEM FILESYSTEM)
11079 M: Hugh Dickins <hughd@google.com>
11080 L: linux-mm@kvack.org
11081 S: Maintained
11082 F: include/linux/shmem_fs.h
11083 F: mm/shmem.c
11084
11085 TM6000 VIDEO4LINUX DRIVER
11086 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11087 L: linux-media@vger.kernel.org
11088 W: https://linuxtv.org
11089 T: git git://linuxtv.org/media_tree.git
11090 S: Odd fixes
11091 F: drivers/media/usb/tm6000/
11092
11093 TW68 VIDEO4LINUX DRIVER
11094 M: Hans Verkuil <hverkuil@xs4all.nl>
11095 L: linux-media@vger.kernel.org
11096 T: git git://linuxtv.org/media_tree.git
11097 W: https://linuxtv.org
11098 S: Odd Fixes
11099 F: drivers/media/pci/tw68/
11100
11101 TPM DEVICE DRIVER
11102 M: Peter Huewe <peterhuewe@gmx.de>
11103 M: Marcel Selhorst <tpmdd@selhorst.net>
11104 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11105 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11106 W: http://tpmdd.sourceforge.net
11107 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11108 Q: git git://github.com/PeterHuewe/linux-tpmdd.git
11109 T: git https://github.com/PeterHuewe/linux-tpmdd
11110 S: Maintained
11111 F: drivers/char/tpm/
11112
11113 TPM IBM_VTPM DEVICE DRIVER
11114 M: Ashley Lai <ashleydlai@gmail.com>
11115 W: http://tpmdd.sourceforge.net
11116 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11117 S: Maintained
11118 F: drivers/char/tpm/tpm_ibmvtpm*
11119
11120 TRACING
11121 M: Steven Rostedt <rostedt@goodmis.org>
11122 M: Ingo Molnar <mingo@redhat.com>
11123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11124 S: Maintained
11125 F: Documentation/trace/ftrace.txt
11126 F: arch/*/*/*/ftrace.h
11127 F: arch/*/kernel/ftrace.c
11128 F: include/*/ftrace.h
11129 F: include/linux/trace*.h
11130 F: include/trace/
11131 F: kernel/trace/
11132 F: tools/testing/selftests/ftrace/
11133
11134 TRIVIAL PATCHES
11135 M: Jiri Kosina <trivial@kernel.org>
11136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11137 S: Maintained
11138 K: ^Subject:.*(?i)trivial
11139
11140 TTY LAYER
11141 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11142 M: Jiri Slaby <jslaby@suse.com>
11143 S: Supported
11144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11145 F: Documentation/serial/
11146 F: drivers/tty/
11147 F: drivers/tty/serial/serial_core.c
11148 F: include/linux/serial_core.h
11149 F: include/linux/serial.h
11150 F: include/linux/tty.h
11151 F: include/uapi/linux/serial_core.h
11152 F: include/uapi/linux/serial.h
11153 F: include/uapi/linux/tty.h
11154
11155 TUA9001 MEDIA DRIVER
11156 M: Antti Palosaari <crope@iki.fi>
11157 L: linux-media@vger.kernel.org
11158 W: https://linuxtv.org
11159 W: http://palosaari.fi/linux/
11160 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11161 T: git git://linuxtv.org/anttip/media_tree.git
11162 S: Maintained
11163 F: drivers/media/tuners/tua9001*
11164
11165 TULIP NETWORK DRIVERS
11166 L: netdev@vger.kernel.org
11167 L: linux-parisc@vger.kernel.org
11168 S: Orphan
11169 F: drivers/net/ethernet/dec/tulip/
11170
11171 TUN/TAP driver
11172 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
11173 W: http://vtun.sourceforge.net/tun
11174 S: Maintained
11175 F: Documentation/networking/tuntap.txt
11176 F: arch/um/os-Linux/drivers/
11177
11178 TURBOCHANNEL SUBSYSTEM
11179 M: "Maciej W. Rozycki" <macro@linux-mips.org>
11180 M: Ralf Baechle <ralf@linux-mips.org>
11181 L: linux-mips@linux-mips.org
11182 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
11183 S: Maintained
11184 F: drivers/tc/
11185 F: include/linux/tc.h
11186
11187 U14-34F SCSI DRIVER
11188 M: Dario Ballabio <ballabio_dario@emc.com>
11189 L: linux-scsi@vger.kernel.org
11190 S: Maintained
11191 F: drivers/scsi/u14-34f.c
11192
11193 UBI FILE SYSTEM (UBIFS)
11194 M: Artem Bityutskiy <dedekind1@gmail.com>
11195 M: Adrian Hunter <adrian.hunter@intel.com>
11196 L: linux-mtd@lists.infradead.org
11197 T: git git://git.infradead.org/ubifs-2.6.git
11198 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11199 S: Maintained
11200 F: Documentation/filesystems/ubifs.txt
11201 F: fs/ubifs/
11202
11203 UCLINUX (M68KNOMMU AND COLDFIRE)
11204 M: Greg Ungerer <gerg@uclinux.org>
11205 W: http://www.uclinux.org/
11206 L: linux-m68k@lists.linux-m68k.org
11207 L: uclinux-dev@uclinux.org (subscribers-only)
11208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11209 S: Maintained
11210 F: arch/m68k/coldfire/
11211 F: arch/m68k/68*/
11212 F: arch/m68k/*/*_no.*
11213 F: arch/m68k/include/asm/*_no.*
11214
11215 UDF FILESYSTEM
11216 M: Jan Kara <jack@suse.com>
11217 S: Maintained
11218 F: Documentation/filesystems/udf.txt
11219 F: fs/udf/
11220
11221 UFS FILESYSTEM
11222 M: Evgeniy Dushistov <dushistov@mail.ru>
11223 S: Maintained
11224 F: Documentation/filesystems/ufs.txt
11225 F: fs/ufs/
11226
11227 UHID USERSPACE HID IO DRIVER:
11228 M: David Herrmann <dh.herrmann@googlemail.com>
11229 L: linux-input@vger.kernel.org
11230 S: Maintained
11231 F: drivers/hid/uhid.c
11232 F: include/uapi/linux/uhid.h
11233
11234 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11235 L: linux-usb@vger.kernel.org
11236 S: Orphan
11237 F: drivers/uwb/
11238 F: include/linux/uwb.h
11239 F: include/linux/uwb/
11240
11241 UNICORE32 ARCHITECTURE:
11242 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11243 W: http://mprc.pku.edu.cn/~guanxuetao/linux
11244 S: Maintained
11245 T: git git://github.com/gxt/linux.git
11246 F: arch/unicore32/
11247
11248 UNIFDEF
11249 M: Tony Finch <dot@dotat.at>
11250 W: http://dotat.at/prog/unifdef
11251 S: Maintained
11252 F: scripts/unifdef.c
11253
11254 UNIFORM CDROM DRIVER
11255 M: Jens Axboe <axboe@kernel.dk>
11256 W: http://www.kernel.dk
11257 S: Maintained
11258 F: Documentation/cdrom/
11259 F: drivers/cdrom/cdrom.c
11260 F: include/linux/cdrom.h
11261 F: include/uapi/linux/cdrom.h
11262
11263 UNISYS S-PAR DRIVERS
11264 M: Benjamin Romer <benjamin.romer@unisys.com>
11265 M: David Kershner <david.kershner@unisys.com>
11266 L: sparmaintainer@unisys.com (Unisys internal)
11267 S: Supported
11268 F: drivers/staging/unisys/
11269
11270 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11271 M: Vinayak Holikatti <vinholikatti@gmail.com>
11272 L: linux-scsi@vger.kernel.org
11273 S: Supported
11274 F: Documentation/scsi/ufs.txt
11275 F: drivers/scsi/ufs/
11276
11277 UNSORTED BLOCK IMAGES (UBI)
11278 M: Artem Bityutskiy <dedekind1@gmail.com>
11279 M: Richard Weinberger <richard@nod.at>
11280 W: http://www.linux-mtd.infradead.org/
11281 L: linux-mtd@lists.infradead.org
11282 T: git git://git.infradead.org/ubifs-2.6.git
11283 S: Supported
11284 F: drivers/mtd/ubi/
11285 F: include/linux/mtd/ubi.h
11286 F: include/uapi/mtd/ubi-user.h
11287
11288 USB ACM DRIVER
11289 M: Oliver Neukum <oliver@neukum.org>
11290 L: linux-usb@vger.kernel.org
11291 S: Maintained
11292 F: Documentation/usb/acm.txt
11293 F: drivers/usb/class/cdc-acm.*
11294
11295 USB AR5523 WIRELESS DRIVER
11296 M: Pontus Fuchs <pontus.fuchs@gmail.com>
11297 L: linux-wireless@vger.kernel.org
11298 S: Maintained
11299 F: drivers/net/wireless/ath/ar5523/
11300
11301 USB ATTACHED SCSI
11302 M: Hans de Goede <hdegoede@redhat.com>
11303 M: Gerd Hoffmann <kraxel@redhat.com>
11304 L: linux-usb@vger.kernel.org
11305 L: linux-scsi@vger.kernel.org
11306 S: Maintained
11307 F: drivers/usb/storage/uas.c
11308
11309 USB CDC ETHERNET DRIVER
11310 M: Oliver Neukum <oliver@neukum.org>
11311 L: linux-usb@vger.kernel.org
11312 S: Maintained
11313 F: drivers/net/usb/cdc_*.c
11314 F: include/uapi/linux/usb/cdc.h
11315
11316 USB CHAOSKEY DRIVER
11317 M: Keith Packard <keithp@keithp.com>
11318 L: linux-usb@vger.kernel.org
11319 S: Maintained
11320 F: drivers/usb/misc/chaoskey.c
11321
11322 USB CYPRESS C67X00 DRIVER
11323 M: Peter Korsgaard <jacmet@sunsite.dk>
11324 L: linux-usb@vger.kernel.org
11325 S: Maintained
11326 F: drivers/usb/c67x00/
11327
11328 USB DAVICOM DM9601 DRIVER
11329 M: Peter Korsgaard <jacmet@sunsite.dk>
11330 L: netdev@vger.kernel.org
11331 W: http://www.linux-usb.org/usbnet
11332 S: Maintained
11333 F: drivers/net/usb/dm9601.c
11334
11335 USB DIAMOND RIO500 DRIVER
11336 M: Cesar Miquel <miquel@df.uba.ar>
11337 L: rio500-users@lists.sourceforge.net
11338 W: http://rio500.sourceforge.net
11339 S: Maintained
11340 F: drivers/usb/misc/rio500*
11341
11342 USB EHCI DRIVER
11343 M: Alan Stern <stern@rowland.harvard.edu>
11344 L: linux-usb@vger.kernel.org
11345 S: Maintained
11346 F: Documentation/usb/ehci.txt
11347 F: drivers/usb/host/ehci*
11348
11349 USB GADGET/PERIPHERAL SUBSYSTEM
11350 M: Felipe Balbi <balbi@kernel.org>
11351 L: linux-usb@vger.kernel.org
11352 W: http://www.linux-usb.org/gadget
11353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11354 S: Maintained
11355 F: drivers/usb/gadget/
11356 F: include/linux/usb/gadget*
11357
11358 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11359 M: Jiri Kosina <jikos@kernel.org>
11360 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
11361 L: linux-usb@vger.kernel.org
11362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11363 S: Maintained
11364 F: Documentation/hid/hiddev.txt
11365 F: drivers/hid/usbhid/
11366
11367 USB ISP116X DRIVER
11368 M: Olav Kongas <ok@artecdesign.ee>
11369 L: linux-usb@vger.kernel.org
11370 S: Maintained
11371 F: drivers/usb/host/isp116x*
11372 F: include/linux/usb/isp116x.h
11373
11374 USB MASS STORAGE DRIVER
11375 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11376 L: linux-usb@vger.kernel.org
11377 L: usb-storage@lists.one-eyed-alien.net
11378 S: Maintained
11379 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
11380 F: drivers/usb/storage/
11381
11382 USB MIDI DRIVER
11383 M: Clemens Ladisch <clemens@ladisch.de>
11384 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11385 T: git git://git.alsa-project.org/alsa-kernel.git
11386 S: Maintained
11387 F: sound/usb/midi.*
11388
11389 USB NETWORKING DRIVERS
11390 L: linux-usb@vger.kernel.org
11391 S: Odd Fixes
11392 F: drivers/net/usb/
11393
11394 USB OHCI DRIVER
11395 M: Alan Stern <stern@rowland.harvard.edu>
11396 L: linux-usb@vger.kernel.org
11397 S: Maintained
11398 F: Documentation/usb/ohci.txt
11399 F: drivers/usb/host/ohci*
11400
11401 USB OTG FSM (Finite State Machine)
11402 M: Peter Chen <Peter.Chen@nxp.com>
11403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11404 L: linux-usb@vger.kernel.org
11405 S: Maintained
11406 F: drivers/usb/common/usb-otg-fsm.c
11407
11408 USB OVER IP DRIVER
11409 M: Valentina Manea <valentina.manea.m@gmail.com>
11410 M: Shuah Khan <shuah.kh@samsung.com>
11411 L: linux-usb@vger.kernel.org
11412 S: Maintained
11413 F: drivers/usb/usbip/
11414 F: tools/usb/usbip/
11415
11416 USB PEGASUS DRIVER
11417 M: Petko Manolov <petkan@nucleusys.com>
11418 L: linux-usb@vger.kernel.org
11419 L: netdev@vger.kernel.org
11420 T: git git://github.com/petkan/pegasus.git
11421 W: https://github.com/petkan/pegasus
11422 S: Maintained
11423 F: drivers/net/usb/pegasus.*
11424
11425 USB PHY LAYER
11426 M: Felipe Balbi <balbi@kernel.org>
11427 L: linux-usb@vger.kernel.org
11428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11429 S: Maintained
11430 F: drivers/usb/phy/
11431
11432 USB PRINTER DRIVER (usblp)
11433 M: Pete Zaitcev <zaitcev@redhat.com>
11434 L: linux-usb@vger.kernel.org
11435 S: Supported
11436 F: drivers/usb/class/usblp.c
11437
11438 USB QMI WWAN NETWORK DRIVER
11439 M: Bjørn Mork <bjorn@mork.no>
11440 L: netdev@vger.kernel.org
11441 S: Maintained
11442 F: Documentation/ABI/testing/sysfs-class-net-qmi
11443 F: drivers/net/usb/qmi_wwan.c
11444
11445 USB RTL8150 DRIVER
11446 M: Petko Manolov <petkan@nucleusys.com>
11447 L: linux-usb@vger.kernel.org
11448 L: netdev@vger.kernel.org
11449 T: git git://github.com/petkan/rtl8150.git
11450 W: https://github.com/petkan/rtl8150
11451 S: Maintained
11452 F: drivers/net/usb/rtl8150.c
11453
11454 USB SERIAL SUBSYSTEM
11455 M: Johan Hovold <johan@kernel.org>
11456 L: linux-usb@vger.kernel.org
11457 S: Maintained
11458 F: Documentation/usb/usb-serial.txt
11459 F: drivers/usb/serial/
11460 F: include/linux/usb/serial.h
11461
11462 USB SMSC75XX ETHERNET DRIVER
11463 M: Steve Glendinning <steve.glendinning@shawell.net>
11464 L: netdev@vger.kernel.org
11465 S: Maintained
11466 F: drivers/net/usb/smsc75xx.*
11467
11468 USB SMSC95XX ETHERNET DRIVER
11469 M: Steve Glendinning <steve.glendinning@shawell.net>
11470 L: netdev@vger.kernel.org
11471 S: Maintained
11472 F: drivers/net/usb/smsc95xx.*
11473
11474 USB SUBSYSTEM
11475 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11476 L: linux-usb@vger.kernel.org
11477 W: http://www.linux-usb.org
11478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11479 S: Supported
11480 F: Documentation/usb/
11481 F: drivers/usb/
11482 F: include/linux/usb.h
11483 F: include/linux/usb/
11484
11485 USB UHCI DRIVER
11486 M: Alan Stern <stern@rowland.harvard.edu>
11487 L: linux-usb@vger.kernel.org
11488 S: Maintained
11489 F: drivers/usb/host/uhci*
11490
11491 USB "USBNET" DRIVER FRAMEWORK
11492 M: Oliver Neukum <oneukum@suse.com>
11493 L: netdev@vger.kernel.org
11494 W: http://www.linux-usb.org/usbnet
11495 S: Maintained
11496 F: drivers/net/usb/usbnet.c
11497 F: include/linux/usb/usbnet.h
11498
11499 USB VIDEO CLASS
11500 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11501 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11502 L: linux-media@vger.kernel.org
11503 T: git git://linuxtv.org/media_tree.git
11504 W: http://www.ideasonboard.org/uvc/
11505 S: Maintained
11506 F: drivers/media/usb/uvc/
11507 F: include/uapi/linux/uvcvideo.h
11508
11509 USB VISION DRIVER
11510 M: Hans Verkuil <hverkuil@xs4all.nl>
11511 L: linux-media@vger.kernel.org
11512 T: git git://linuxtv.org/media_tree.git
11513 W: https://linuxtv.org
11514 S: Odd Fixes
11515 F: drivers/media/usb/usbvision/
11516
11517 USB WEBCAM GADGET
11518 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11519 L: linux-usb@vger.kernel.org
11520 S: Maintained
11521 F: drivers/usb/gadget/function/*uvc*
11522 F: drivers/usb/gadget/legacy/webcam.c
11523
11524 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11525 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
11526 L: linux-wireless@vger.kernel.org
11527 S: Maintained
11528 F: drivers/net/wireless/rndis_wlan.c
11529
11530 USB XHCI DRIVER
11531 M: Mathias Nyman <mathias.nyman@intel.com>
11532 L: linux-usb@vger.kernel.org
11533 S: Supported
11534 F: drivers/usb/host/xhci*
11535 F: drivers/usb/host/pci-quirks*
11536
11537 USB ZD1201 DRIVER
11538 L: linux-wireless@vger.kernel.org
11539 W: http://linux-lc100020.sourceforge.net
11540 S: Orphan
11541 F: drivers/net/wireless/zydas/zd1201.*
11542
11543 USB ZR364XX DRIVER
11544 M: Antoine Jacquet <royale@zerezo.com>
11545 L: linux-usb@vger.kernel.org
11546 L: linux-media@vger.kernel.org
11547 T: git git://linuxtv.org/media_tree.git
11548 W: http://royale.zerezo.com/zr364xx/
11549 S: Maintained
11550 F: Documentation/video4linux/zr364xx.txt
11551 F: drivers/media/usb/zr364xx/
11552
11553 ULPI BUS
11554 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11555 L: linux-usb@vger.kernel.org
11556 S: Maintained
11557 F: drivers/usb/common/ulpi.c
11558 F: include/linux/ulpi/
11559
11560 USER-MODE LINUX (UML)
11561 M: Jeff Dike <jdike@addtoit.com>
11562 M: Richard Weinberger <richard@nod.at>
11563 L: user-mode-linux-devel@lists.sourceforge.net
11564 L: user-mode-linux-user@lists.sourceforge.net
11565 W: http://user-mode-linux.sourceforge.net
11566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11567 S: Maintained
11568 F: Documentation/virtual/uml/
11569 F: arch/um/
11570 F: arch/x86/um/
11571 F: fs/hostfs/
11572 F: fs/hppfs/
11573
11574 USERSPACE I/O (UIO)
11575 M: "Hans J. Koch" <hjk@hansjkoch.de>
11576 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11577 S: Maintained
11578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11579 F: Documentation/DocBook/uio-howto.tmpl
11580 F: drivers/uio/
11581 F: include/linux/uio*.h
11582
11583 UTIL-LINUX PACKAGE
11584 M: Karel Zak <kzak@redhat.com>
11585 L: util-linux@vger.kernel.org
11586 W: http://en.wikipedia.org/wiki/Util-linux
11587 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11588 S: Maintained
11589
11590 UVESAFB DRIVER
11591 M: Michal Januszewski <spock@gentoo.org>
11592 L: linux-fbdev@vger.kernel.org
11593 W: http://dev.gentoo.org/~spock/projects/uvesafb/
11594 S: Maintained
11595 F: Documentation/fb/uvesafb.txt
11596 F: drivers/video/fbdev/uvesafb.*
11597
11598 VF610 NAND DRIVER
11599 M: Stefan Agner <stefan@agner.ch>
11600 L: linux-mtd@lists.infradead.org
11601 S: Supported
11602 F: drivers/mtd/nand/vf610_nfc.c
11603
11604 VFAT/FAT/MSDOS FILESYSTEM
11605 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11606 S: Maintained
11607 F: Documentation/filesystems/vfat.txt
11608 F: fs/fat/
11609
11610 VFIO DRIVER
11611 M: Alex Williamson <alex.williamson@redhat.com>
11612 L: kvm@vger.kernel.org
11613 T: git git://github.com/awilliam/linux-vfio.git
11614 S: Maintained
11615 F: Documentation/vfio.txt
11616 F: drivers/vfio/
11617 F: include/linux/vfio.h
11618 F: include/uapi/linux/vfio.h
11619
11620 VFIO PLATFORM DRIVER
11621 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11622 L: kvm@vger.kernel.org
11623 S: Maintained
11624 F: drivers/vfio/platform/
11625
11626 VIDEOBUF2 FRAMEWORK
11627 M: Pawel Osciak <pawel@osciak.com>
11628 M: Marek Szyprowski <m.szyprowski@samsung.com>
11629 M: Kyungmin Park <kyungmin.park@samsung.com>
11630 L: linux-media@vger.kernel.org
11631 S: Maintained
11632 F: drivers/media/v4l2-core/videobuf2-*
11633 F: include/media/videobuf2-*
11634
11635 VIRTUAL SERIO DEVICE DRIVER
11636 M: Stephen Chandler Paul <thatslyude@gmail.com>
11637 S: Maintained
11638 F: drivers/input/serio/userio.c
11639 F: include/uapi/linux/userio.h
11640
11641 VIRTIO CONSOLE DRIVER
11642 M: Amit Shah <amit.shah@redhat.com>
11643 L: virtualization@lists.linux-foundation.org
11644 S: Maintained
11645 F: drivers/char/virtio_console.c
11646 F: include/linux/virtio_console.h
11647 F: include/uapi/linux/virtio_console.h
11648
11649 VIRTIO CORE, NET AND BLOCK DRIVERS
11650 M: "Michael S. Tsirkin" <mst@redhat.com>
11651 L: virtualization@lists.linux-foundation.org
11652 S: Maintained
11653 F: drivers/virtio/
11654 F: tools/virtio/
11655 F: drivers/net/virtio_net.c
11656 F: drivers/block/virtio_blk.c
11657 F: include/linux/virtio_*.h
11658 F: include/uapi/linux/virtio_*.h
11659
11660 VIRTIO DRIVERS FOR S390
11661 M: Christian Borntraeger <borntraeger@de.ibm.com>
11662 M: Cornelia Huck <cornelia.huck@de.ibm.com>
11663 L: linux-s390@vger.kernel.org
11664 L: virtualization@lists.linux-foundation.org
11665 L: kvm@vger.kernel.org
11666 S: Supported
11667 F: drivers/s390/virtio/
11668
11669 VIRTIO GPU DRIVER
11670 M: David Airlie <airlied@linux.ie>
11671 M: Gerd Hoffmann <kraxel@redhat.com>
11672 L: dri-devel@lists.freedesktop.org
11673 L: virtualization@lists.linux-foundation.org
11674 S: Maintained
11675 F: drivers/gpu/drm/virtio/
11676 F: include/uapi/linux/virtio_gpu.h
11677
11678 VIRTIO HOST (VHOST)
11679 M: "Michael S. Tsirkin" <mst@redhat.com>
11680 L: kvm@vger.kernel.org
11681 L: virtualization@lists.linux-foundation.org
11682 L: netdev@vger.kernel.org
11683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11684 S: Maintained
11685 F: drivers/vhost/
11686 F: include/uapi/linux/vhost.h
11687
11688 VIRTIO INPUT DRIVER
11689 M: Gerd Hoffmann <kraxel@redhat.com>
11690 S: Maintained
11691 F: drivers/virtio/virtio_input.c
11692 F: include/uapi/linux/virtio_input.h
11693
11694 VIA RHINE NETWORK DRIVER
11695 S: Orphan
11696 F: drivers/net/ethernet/via/via-rhine.c
11697
11698 VIA SD/MMC CARD CONTROLLER DRIVER
11699 M: Bruce Chang <brucechang@via.com.tw>
11700 M: Harald Welte <HaraldWelte@viatech.com>
11701 S: Maintained
11702 F: drivers/mmc/host/via-sdmmc.c
11703
11704 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11705 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11706 L: linux-fbdev@vger.kernel.org
11707 S: Maintained
11708 F: include/linux/via-core.h
11709 F: include/linux/via-gpio.h
11710 F: include/linux/via_i2c.h
11711 F: drivers/video/fbdev/via/
11712
11713 VIA VELOCITY NETWORK DRIVER
11714 M: Francois Romieu <romieu@fr.zoreil.com>
11715 L: netdev@vger.kernel.org
11716 S: Maintained
11717 F: drivers/net/ethernet/via/via-velocity.*
11718
11719 VIRT LIB
11720 M: Alex Williamson <alex.williamson@redhat.com>
11721 M: Paolo Bonzini <pbonzini@redhat.com>
11722 L: kvm@vger.kernel.org
11723 S: Supported
11724 F: virt/lib/
11725
11726 VIVID VIRTUAL VIDEO DRIVER
11727 M: Hans Verkuil <hverkuil@xs4all.nl>
11728 L: linux-media@vger.kernel.org
11729 T: git git://linuxtv.org/media_tree.git
11730 W: https://linuxtv.org
11731 S: Maintained
11732 F: drivers/media/platform/vivid/*
11733
11734 VLAN (802.1Q)
11735 M: Patrick McHardy <kaber@trash.net>
11736 L: netdev@vger.kernel.org
11737 S: Maintained
11738 F: drivers/net/macvlan.c
11739 F: include/linux/if_*vlan.h
11740 F: net/8021q/
11741
11742 VLYNQ BUS
11743 M: Florian Fainelli <florian@openwrt.org>
11744 L: openwrt-devel@lists.openwrt.org (subscribers-only)
11745 S: Maintained
11746 F: drivers/vlynq/vlynq.c
11747 F: include/linux/vlynq.h
11748
11749 VME SUBSYSTEM
11750 M: Martyn Welch <martyn@welchs.me.uk>
11751 M: Manohar Vanga <manohar.vanga@gmail.com>
11752 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11753 L: devel@driverdev.osuosl.org
11754 S: Maintained
11755 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11756 F: Documentation/vme_api.txt
11757 F: drivers/staging/vme/
11758 F: drivers/vme/
11759 F: include/linux/vme*
11760
11761 VMWARE HYPERVISOR INTERFACE
11762 M: Alok Kataria <akataria@vmware.com>
11763 L: virtualization@lists.linux-foundation.org
11764 S: Supported
11765 F: arch/x86/kernel/cpu/vmware.c
11766
11767 VMWARE BALLOON DRIVER
11768 M: Xavier Deguillard <xdeguillard@vmware.com>
11769 M: Philip Moltmann <moltmann@vmware.com>
11770 M: "VMware, Inc." <pv-drivers@vmware.com>
11771 L: linux-kernel@vger.kernel.org
11772 S: Maintained
11773 F: drivers/misc/vmw_balloon.c
11774
11775 VMWARE VMMOUSE SUBDRIVER
11776 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11777 M: "VMware, Inc." <pv-drivers@vmware.com>
11778 L: linux-input@vger.kernel.org
11779 S: Maintained
11780 F: drivers/input/mouse/vmmouse.c
11781 F: drivers/input/mouse/vmmouse.h
11782
11783 VMWARE VMXNET3 ETHERNET DRIVER
11784 M: Shrikrishna Khare <skhare@vmware.com>
11785 M: "VMware, Inc." <pv-drivers@vmware.com>
11786 L: netdev@vger.kernel.org
11787 S: Maintained
11788 F: drivers/net/vmxnet3/
11789
11790 VMware PVSCSI driver
11791 M: Arvind Kumar <arvindkumar@vmware.com>
11792 M: VMware PV-Drivers <pv-drivers@vmware.com>
11793 L: linux-scsi@vger.kernel.org
11794 S: Maintained
11795 F: drivers/scsi/vmw_pvscsi.c
11796 F: drivers/scsi/vmw_pvscsi.h
11797
11798 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11799 M: Liam Girdwood <lgirdwood@gmail.com>
11800 M: Mark Brown <broonie@kernel.org>
11801 L: linux-kernel@vger.kernel.org
11802 W: http://www.slimlogic.co.uk/?p=48
11803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11804 S: Supported
11805 F: drivers/regulator/
11806 F: include/linux/regulator/
11807
11808 VRF
11809 M: David Ahern <dsa@cumulusnetworks.com>
11810 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11811 L: netdev@vger.kernel.org
11812 S: Maintained
11813 F: drivers/net/vrf.c
11814 F: Documentation/networking/vrf.txt
11815
11816 VT1211 HARDWARE MONITOR DRIVER
11817 M: Juerg Haefliger <juergh@gmail.com>
11818 L: lm-sensors@lm-sensors.org
11819 S: Maintained
11820 F: Documentation/hwmon/vt1211
11821 F: drivers/hwmon/vt1211.c
11822
11823 VT8231 HARDWARE MONITOR DRIVER
11824 M: Roger Lucas <vt8231@hiddenengine.co.uk>
11825 L: lm-sensors@lm-sensors.org
11826 S: Maintained
11827 F: drivers/hwmon/vt8231.c
11828
11829 VUB300 USB to SDIO/SD/MMC bridge chip
11830 M: Tony Olech <tony.olech@elandigitalsystems.com>
11831 L: linux-mmc@vger.kernel.org
11832 L: linux-usb@vger.kernel.org
11833 S: Supported
11834 F: drivers/mmc/host/vub300.c
11835
11836 W1 DALLAS'S 1-WIRE BUS
11837 M: Evgeniy Polyakov <zbr@ioremap.net>
11838 S: Maintained
11839 F: Documentation/w1/
11840 F: drivers/w1/
11841
11842 W83791D HARDWARE MONITORING DRIVER
11843 M: Marc Hulsman <m.hulsman@tudelft.nl>
11844 L: lm-sensors@lm-sensors.org
11845 S: Maintained
11846 F: Documentation/hwmon/w83791d
11847 F: drivers/hwmon/w83791d.c
11848
11849 W83793 HARDWARE MONITORING DRIVER
11850 M: Rudolf Marek <r.marek@assembler.cz>
11851 L: lm-sensors@lm-sensors.org
11852 S: Maintained
11853 F: Documentation/hwmon/w83793
11854 F: drivers/hwmon/w83793.c
11855
11856 W83795 HARDWARE MONITORING DRIVER
11857 M: Jean Delvare <jdelvare@suse.com>
11858 L: lm-sensors@lm-sensors.org
11859 S: Maintained
11860 F: drivers/hwmon/w83795.c
11861
11862 W83L51xD SD/MMC CARD INTERFACE DRIVER
11863 M: Pierre Ossman <pierre@ossman.eu>
11864 S: Maintained
11865 F: drivers/mmc/host/wbsd.*
11866
11867 WACOM PROTOCOL 4 SERIAL TABLETS
11868 M: Julian Squires <julian@cipht.net>
11869 M: Hans de Goede <hdegoede@redhat.com>
11870 L: linux-input@vger.kernel.org
11871 S: Maintained
11872 F: drivers/input/tablet/wacom_serial4.c
11873
11874 WATCHDOG DEVICE DRIVERS
11875 M: Wim Van Sebroeck <wim@iguana.be>
11876 R: Guenter Roeck <linux@roeck-us.net>
11877 L: linux-watchdog@vger.kernel.org
11878 W: http://www.linux-watchdog.org/
11879 T: git git://www.linux-watchdog.org/linux-watchdog.git
11880 S: Maintained
11881 F: Documentation/watchdog/
11882 F: drivers/watchdog/
11883 F: include/linux/watchdog.h
11884 F: include/uapi/linux/watchdog.h
11885
11886 WD7000 SCSI DRIVER
11887 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
11888 L: linux-scsi@vger.kernel.org
11889 S: Maintained
11890 F: drivers/scsi/wd7000.c
11891
11892 WIIMOTE HID DRIVER
11893 M: David Herrmann <dh.herrmann@googlemail.com>
11894 L: linux-input@vger.kernel.org
11895 S: Maintained
11896 F: drivers/hid/hid-wiimote*
11897
11898 WINBOND CIR DRIVER
11899 M: David Härdeman <david@hardeman.nu>
11900 S: Maintained
11901 F: drivers/media/rc/winbond-cir.c
11902
11903 WIMAX STACK
11904 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11905 M: linux-wimax@intel.com
11906 L: wimax@linuxwimax.org (subscribers-only)
11907 S: Supported
11908 W: http://linuxwimax.org
11909 F: Documentation/wimax/README.wimax
11910 F: include/linux/wimax/debug.h
11911 F: include/net/wimax.h
11912 F: include/uapi/linux/wimax.h
11913 F: net/wimax/
11914
11915 WISTRON LAPTOP BUTTON DRIVER
11916 M: Miloslav Trmac <mitr@volny.cz>
11917 S: Maintained
11918 F: drivers/input/misc/wistron_btns.c
11919
11920 WL3501 WIRELESS PCMCIA CARD DRIVER
11921 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11922 L: linux-wireless@vger.kernel.org
11923 W: http://oops.ghostprotocols.net:81/blog
11924 S: Maintained
11925 F: drivers/net/wireless/wl3501*
11926
11927 WOLFSON MICROELECTRONICS DRIVERS
11928 L: patches@opensource.wolfsonmicro.com
11929 T: git https://github.com/CirrusLogic/linux-drivers.git
11930 W: https://github.com/CirrusLogic/linux-drivers/wiki
11931 S: Supported
11932 F: Documentation/hwmon/wm83??
11933 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11934 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11935 F: Documentation/devicetree/bindings/mfd/arizona.txt
11936 F: arch/arm/mach-s3c64xx/mach-crag6410*
11937 F: drivers/clk/clk-wm83*.c
11938 F: drivers/extcon/extcon-arizona.c
11939 F: drivers/leds/leds-wm83*.c
11940 F: drivers/gpio/gpio-*wm*.c
11941 F: drivers/gpio/gpio-arizona.c
11942 F: drivers/hwmon/wm83??-hwmon.c
11943 F: drivers/input/misc/wm831x-on.c
11944 F: drivers/input/touchscreen/wm831x-ts.c
11945 F: drivers/input/touchscreen/wm97*.c
11946 F: drivers/mfd/arizona*
11947 F: drivers/mfd/wm*.c
11948 F: drivers/mfd/cs47l24*
11949 F: drivers/power/wm83*.c
11950 F: drivers/rtc/rtc-wm83*.c
11951 F: drivers/regulator/wm8*.c
11952 F: drivers/video/backlight/wm83*_bl.c
11953 F: drivers/watchdog/wm83*_wdt.c
11954 F: include/linux/mfd/arizona/
11955 F: include/linux/mfd/wm831x/
11956 F: include/linux/mfd/wm8350/
11957 F: include/linux/mfd/wm8400*
11958 F: include/linux/wm97xx.h
11959 F: include/sound/wm????.h
11960 F: sound/soc/codecs/arizona.?
11961 F: sound/soc/codecs/wm*
11962 F: sound/soc/codecs/cs47l24*
11963
11964 WORKQUEUE
11965 M: Tejun Heo <tj@kernel.org>
11966 R: Lai Jiangshan <jiangshanlai@gmail.com>
11967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11968 S: Maintained
11969 F: include/linux/workqueue.h
11970 F: kernel/workqueue.c
11971 F: Documentation/workqueue.txt
11972
11973 X.25 NETWORK LAYER
11974 M: Andrew Hendry <andrew.hendry@gmail.com>
11975 L: linux-x25@vger.kernel.org
11976 S: Odd Fixes
11977 F: Documentation/networking/x25*
11978 F: include/net/x25*
11979 F: net/x25/
11980
11981 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11982 M: Thomas Gleixner <tglx@linutronix.de>
11983 M: Ingo Molnar <mingo@redhat.com>
11984 M: "H. Peter Anvin" <hpa@zytor.com>
11985 M: x86@kernel.org
11986 L: linux-kernel@vger.kernel.org
11987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11988 S: Maintained
11989 F: Documentation/x86/
11990 F: arch/x86/
11991
11992 X86 PLATFORM DRIVERS
11993 M: Darren Hart <dvhart@infradead.org>
11994 L: platform-driver-x86@vger.kernel.org
11995 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11996 S: Maintained
11997 F: drivers/platform/x86/
11998 F: drivers/platform/olpc/
11999
12000 X86 MCE INFRASTRUCTURE
12001 M: Tony Luck <tony.luck@intel.com>
12002 M: Borislav Petkov <bp@alien8.de>
12003 L: linux-edac@vger.kernel.org
12004 S: Maintained
12005 F: arch/x86/kernel/cpu/mcheck/*
12006
12007 X86 MICROCODE UPDATE SUPPORT
12008 M: Borislav Petkov <bp@alien8.de>
12009 S: Maintained
12010 F: arch/x86/kernel/cpu/microcode/*
12011
12012 X86 VDSO
12013 M: Andy Lutomirski <luto@amacapital.net>
12014 L: linux-kernel@vger.kernel.org
12015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12016 S: Maintained
12017 F: arch/x86/entry/vdso/
12018
12019 XC2028/3028 TUNER DRIVER
12020 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12021 L: linux-media@vger.kernel.org
12022 W: https://linuxtv.org
12023 T: git git://linuxtv.org/media_tree.git
12024 S: Maintained
12025 F: drivers/media/tuners/tuner-xc2028.*
12026
12027 XEN HYPERVISOR INTERFACE
12028 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12029 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
12030 M: David Vrabel <david.vrabel@citrix.com>
12031 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12033 S: Supported
12034 F: arch/x86/xen/
12035 F: drivers/*/xen-*front.c
12036 F: drivers/xen/
12037 F: arch/x86/include/asm/xen/
12038 F: include/xen/
12039 F: include/uapi/xen/
12040
12041 XEN HYPERVISOR ARM
12042 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12043 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12044 S: Supported
12045 F: arch/arm/xen/
12046 F: arch/arm/include/asm/xen/
12047
12048 XEN HYPERVISOR ARM64
12049 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12050 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12051 S: Supported
12052 F: arch/arm64/xen/
12053 F: arch/arm64/include/asm/xen/
12054
12055 XEN NETWORK BACKEND DRIVER
12056 M: Wei Liu <wei.liu2@citrix.com>
12057 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12058 L: netdev@vger.kernel.org
12059 S: Supported
12060 F: drivers/net/xen-netback/*
12061
12062 XEN PCI SUBSYSTEM
12063 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12064 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12065 S: Supported
12066 F: arch/x86/pci/*xen*
12067 F: drivers/pci/*xen*
12068
12069 XEN BLOCK SUBSYSTEM
12070 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12071 M: Roger Pau Monné <roger.pau@citrix.com>
12072 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12073 S: Supported
12074 F: drivers/block/xen-blkback/*
12075 F: drivers/block/xen*
12076
12077 XEN PVSCSI DRIVERS
12078 M: Juergen Gross <jgross@suse.com>
12079 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12080 L: linux-scsi@vger.kernel.org
12081 S: Supported
12082 F: drivers/scsi/xen-scsifront.c
12083 F: drivers/xen/xen-scsiback.c
12084 F: include/xen/interface/io/vscsiif.h
12085
12086 XEN SWIOTLB SUBSYSTEM
12087 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12088 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12089 S: Supported
12090 F: arch/x86/xen/*swiotlb*
12091 F: drivers/xen/*swiotlb*
12092
12093 XFS FILESYSTEM
12094 P: Silicon Graphics Inc
12095 M: Dave Chinner <david@fromorbit.com>
12096 M: xfs@oss.sgi.com
12097 L: xfs@oss.sgi.com
12098 W: http://oss.sgi.com/projects/xfs
12099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12100 S: Supported
12101 F: Documentation/filesystems/xfs.txt
12102 F: fs/xfs/
12103
12104 XILINX AXI ETHERNET DRIVER
12105 M: Anirudha Sarangi <anirudh@xilinx.com>
12106 M: John Linn <John.Linn@xilinx.com>
12107 S: Maintained
12108 F: drivers/net/ethernet/xilinx/xilinx_axienet*
12109
12110 XILINX UARTLITE SERIAL DRIVER
12111 M: Peter Korsgaard <jacmet@sunsite.dk>
12112 L: linux-serial@vger.kernel.org
12113 S: Maintained
12114 F: drivers/tty/serial/uartlite.c
12115
12116 XILINX VIDEO IP CORES
12117 M: Hyun Kwon <hyun.kwon@xilinx.com>
12118 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12119 L: linux-media@vger.kernel.org
12120 T: git git://linuxtv.org/media_tree.git
12121 S: Supported
12122 F: Documentation/devicetree/bindings/media/xilinx/
12123 F: drivers/media/platform/xilinx/
12124 F: include/uapi/linux/xilinx-v4l2-controls.h
12125
12126 XILLYBUS DRIVER
12127 M: Eli Billauer <eli.billauer@gmail.com>
12128 L: linux-kernel@vger.kernel.org
12129 S: Supported
12130 F: drivers/char/xillybus/
12131
12132 XTENSA XTFPGA PLATFORM SUPPORT
12133 M: Max Filippov <jcmvbkbc@gmail.com>
12134 L: linux-xtensa@linux-xtensa.org
12135 S: Maintained
12136 F: drivers/spi/spi-xtensa-xtfpga.c
12137 F: sound/soc/xtensa/xtfpga-i2s.c
12138
12139 YAM DRIVER FOR AX.25
12140 M: Jean-Paul Roubelat <jpr@f6fbb.org>
12141 L: linux-hams@vger.kernel.org
12142 S: Maintained
12143 F: drivers/net/hamradio/yam*
12144 F: include/linux/yam.h
12145
12146 YEALINK PHONE DRIVER
12147 M: Henk Vergonet <Henk.Vergonet@gmail.com>
12148 L: usbb2k-api-dev@nongnu.org
12149 S: Maintained
12150 F: Documentation/input/yealink.txt
12151 F: drivers/input/misc/yealink.*
12152
12153 Z8530 DRIVER FOR AX.25
12154 M: Joerg Reuter <jreuter@yaina.de>
12155 W: http://yaina.de/jreuter/
12156 W: http://www.qsl.net/dl1bke/
12157 L: linux-hams@vger.kernel.org
12158 S: Maintained
12159 F: Documentation/networking/z8530drv.txt
12160 F: drivers/net/hamradio/*scc.c
12161 F: drivers/net/hamradio/z8530.h
12162
12163 ZBUD COMPRESSED PAGE ALLOCATOR
12164 M: Seth Jennings <sjenning@redhat.com>
12165 L: linux-mm@kvack.org
12166 S: Maintained
12167 F: mm/zbud.c
12168 F: include/linux/zbud.h
12169
12170 ZD1211RW WIRELESS DRIVER
12171 M: Daniel Drake <dsd@gentoo.org>
12172 M: Ulrich Kunitz <kune@deine-taler.de>
12173 W: http://zd1211.ath.cx/wiki/DriverRewrite
12174 L: linux-wireless@vger.kernel.org
12175 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12176 S: Maintained
12177 F: drivers/net/wireless/zydas/zd1211rw/
12178
12179 ZPOOL COMPRESSED PAGE STORAGE API
12180 M: Dan Streetman <ddstreet@ieee.org>
12181 L: linux-mm@kvack.org
12182 S: Maintained
12183 F: mm/zpool.c
12184 F: include/linux/zpool.h
12185
12186 ZR36067 VIDEO FOR LINUX DRIVER
12187 L: mjpeg-users@lists.sourceforge.net
12188 L: linux-media@vger.kernel.org
12189 W: http://mjpeg.sourceforge.net/driver-zoran/
12190 T: hg https://linuxtv.org/hg/v4l-dvb
12191 S: Odd Fixes
12192 F: drivers/media/pci/zoran/
12193
12194 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12195 M: Minchan Kim <minchan@kernel.org>
12196 M: Nitin Gupta <ngupta@vflare.org>
12197 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12198 L: linux-kernel@vger.kernel.org
12199 S: Maintained
12200 F: drivers/block/zram/
12201 F: Documentation/blockdev/zram.txt
12202
12203 ZS DECSTATION Z85C30 SERIAL DRIVER
12204 M: "Maciej W. Rozycki" <macro@linux-mips.org>
12205 S: Maintained
12206 F: drivers/tty/serial/zs.*
12207
12208 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12209 M: Minchan Kim <minchan@kernel.org>
12210 M: Nitin Gupta <ngupta@vflare.org>
12211 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12212 L: linux-mm@kvack.org
12213 S: Maintained
12214 F: mm/zsmalloc.c
12215 F: include/linux/zsmalloc.h
12216 F: Documentation/vm/zsmalloc.txt
12217
12218 ZSWAP COMPRESSED SWAP CACHING
12219 M: Seth Jennings <sjenning@redhat.com>
12220 L: linux-mm@kvack.org
12221 S: Maintained
12222 F: mm/zswap.c
12223
12224 THE REST
12225 M: Linus Torvalds <torvalds@linux-foundation.org>
12226 L: linux-kernel@vger.kernel.org
12227 Q: http://patchwork.kernel.org/project/LKML/list/
12228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12229 S: Buried alive in reporters
12230 F: *
12231 F: */
This page took 0.27715 seconds and 5 git commands to generate.