Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
233
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
239
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
245
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
251
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      drivers/pci/*acpi*
292 F:      drivers/pci/*/*acpi*
293 F:      drivers/pci/*/*/*acpi*
294 F:      tools/power/acpi/
295
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M:      Robert Moore <robert.moore@intel.com>
298 M:      Lv Zheng <lv.zheng@intel.com>
299 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L:      linux-acpi@vger.kernel.org
301 L:      devel@acpica.org
302 W:      https://acpica.org/
303 W:      https://github.com/acpica/acpica/
304 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
306 S:      Supported
307 F:      drivers/acpi/acpica/
308 F:      include/acpi/
309 F:      tools/power/acpi/
310
311 ACPI FAN DRIVER
312 M:      Zhang Rui <rui.zhang@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 W:      https://01.org/linux-acpi
315 S:      Supported
316 F:      drivers/acpi/fan.c
317
318 ACPI THERMAL DRIVER
319 M:      Zhang Rui <rui.zhang@intel.com>
320 L:      linux-acpi@vger.kernel.org
321 W:      https://01.org/linux-acpi
322 S:      Supported
323 F:      drivers/acpi/*thermal*
324
325 ACPI VIDEO DRIVER
326 M:      Zhang Rui <rui.zhang@intel.com>
327 L:      linux-acpi@vger.kernel.org
328 W:      https://01.org/linux-acpi
329 S:      Supported
330 F:      drivers/acpi/acpi_video.c
331
332 ACPI WMI DRIVER
333 L:      platform-driver-x86@vger.kernel.org
334 S:      Orphan
335 F:      drivers/platform/x86/wmi.c
336
337 AD1889 ALSA SOUND DRIVER
338 M:      Thibaut Varene <T-Bone@parisc-linux.org>
339 W:      http://wiki.parisc-linux.org/AD1889
340 L:      linux-parisc@vger.kernel.org
341 S:      Maintained
342 F:      sound/pci/ad1889.*
343
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M:      Michael Hennerich <michael.hennerich@analog.com>
346 W:      http://wiki.analog.com/AD5254
347 W:      http://ez.analog.com/community/linux-device-drivers
348 S:      Supported
349 F:      drivers/misc/ad525x_dpot.c
350
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M:      Michael Hennerich <michael.hennerich@analog.com>
353 W:      http://wiki.analog.com/AD5398
354 W:      http://ez.analog.com/community/linux-device-drivers
355 S:      Supported
356 F:      drivers/regulator/ad5398.c
357
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M:      Michael Hennerich <michael.hennerich@analog.com>
360 W:      http://wiki.analog.com/AD7142
361 W:      http://ez.analog.com/community/linux-device-drivers
362 S:      Supported
363 F:      drivers/input/misc/ad714x.c
364
365 AD7877 TOUCHSCREEN DRIVER
366 M:      Michael Hennerich <michael.hennerich@analog.com>
367 W:      http://wiki.analog.com/AD7877
368 W:      http://ez.analog.com/community/linux-device-drivers
369 S:      Supported
370 F:      drivers/input/touchscreen/ad7877.c
371
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M:      Michael Hennerich <michael.hennerich@analog.com>
374 W:      http://wiki.analog.com/AD7879
375 W:      http://ez.analog.com/community/linux-device-drivers
376 S:      Supported
377 F:      drivers/input/touchscreen/ad7879.c
378
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M:      Jiri Kosina <jikos@kernel.org>
381 S:      Maintained
382
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      https://wiki.analog.com/ADF7242
386 W:      http://ez.analog.com/community/linux-device-drivers
387 L:      linux-wpan@vger.kernel.org
388 S:      Supported
389 F:      drivers/net/ieee802154/adf7242.c
390 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
391
392 ADM1025 HARDWARE MONITOR DRIVER
393 M:      Jean Delvare <jdelvare@suse.com>
394 L:      linux-hwmon@vger.kernel.org
395 S:      Maintained
396 F:      Documentation/hwmon/adm1025
397 F:      drivers/hwmon/adm1025.c
398
399 ADM1029 HARDWARE MONITOR DRIVER
400 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
401 L:      linux-hwmon@vger.kernel.org
402 S:      Maintained
403 F:      drivers/hwmon/adm1029.c
404
405 ADM8211 WIRELESS DRIVER
406 L:      linux-wireless@vger.kernel.org
407 W:      http://wireless.kernel.org/
408 S:      Orphan
409 F:      drivers/net/wireless/admtek/adm8211.*
410
411 ADP1653 FLASH CONTROLLER DRIVER
412 M:      Sakari Ailus <sakari.ailus@iki.fi>
413 L:      linux-media@vger.kernel.org
414 S:      Maintained
415 F:      drivers/media/i2c/adp1653.c
416 F:      include/media/i2c/adp1653.h
417
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M:      Michael Hennerich <michael.hennerich@analog.com>
420 W:      http://wiki.analog.com/ADP5520
421 W:      http://ez.analog.com/community/linux-device-drivers
422 S:      Supported
423 F:      drivers/mfd/adp5520.c
424 F:      drivers/video/backlight/adp5520_bl.c
425 F:      drivers/leds/leds-adp5520.c
426 F:      drivers/gpio/gpio-adp5520.c
427 F:      drivers/input/keyboard/adp5520-keys.c
428
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M:      Michael Hennerich <michael.hennerich@analog.com>
431 W:      http://wiki.analog.com/ADP5588
432 W:      http://ez.analog.com/community/linux-device-drivers
433 S:      Supported
434 F:      drivers/input/keyboard/adp5588-keys.c
435 F:      drivers/gpio/gpio-adp5588.c
436
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M:      Michael Hennerich <michael.hennerich@analog.com>
439 W:      http://wiki.analog.com/ADP8860
440 W:      http://ez.analog.com/community/linux-device-drivers
441 S:      Supported
442 F:      drivers/video/backlight/adp8860_bl.c
443
444 ADS1015 HARDWARE MONITOR DRIVER
445 M:      Dirk Eibach <eibach@gdsys.de>
446 L:      linux-hwmon@vger.kernel.org
447 S:      Maintained
448 F:      Documentation/hwmon/ads1015
449 F:      drivers/hwmon/ads1015.c
450 F:      include/linux/i2c/ads1015.h
451
452 ADT746X FAN DRIVER
453 M:      Colin Leroy <colin@colino.net>
454 S:      Maintained
455 F:      drivers/macintosh/therm_adt746x.c
456
457 ADT7475 HARDWARE MONITOR DRIVER
458 M:      Jean Delvare <jdelvare@suse.com>
459 L:      linux-hwmon@vger.kernel.org
460 S:      Maintained
461 F:      Documentation/hwmon/adt7475
462 F:      drivers/hwmon/adt7475.c
463
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M:      Michael Hennerich <michael.hennerich@analog.com>
466 W:      http://wiki.analog.com/ADXL345
467 W:      http://ez.analog.com/community/linux-device-drivers
468 S:      Supported
469 F:      drivers/input/misc/adxl34x.c
470
471 ADVANSYS SCSI DRIVER
472 M:      Matthew Wilcox <matthew@wil.cx>
473 M:      Hannes Reinecke <hare@suse.com>
474 L:      linux-scsi@vger.kernel.org
475 S:      Maintained
476 F:      Documentation/scsi/advansys.txt
477 F:      drivers/scsi/advansys.c
478
479 AEDSP16 DRIVER
480 M:      Riccardo Facchetti <fizban@tin.it>
481 S:      Maintained
482 F:      sound/oss/aedsp16.c
483
484 AF9013 MEDIA DRIVER
485 M:      Antti Palosaari <crope@iki.fi>
486 L:      linux-media@vger.kernel.org
487 W:      https://linuxtv.org
488 W:      http://palosaari.fi/linux/
489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
490 T:      git git://linuxtv.org/anttip/media_tree.git
491 S:      Maintained
492 F:      drivers/media/dvb-frontends/af9013*
493
494 AF9033 MEDIA DRIVER
495 M:      Antti Palosaari <crope@iki.fi>
496 L:      linux-media@vger.kernel.org
497 W:      https://linuxtv.org
498 W:      http://palosaari.fi/linux/
499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
500 T:      git git://linuxtv.org/anttip/media_tree.git
501 S:      Maintained
502 F:      drivers/media/dvb-frontends/af9033*
503
504 AFFS FILE SYSTEM
505 L:      linux-fsdevel@vger.kernel.org
506 S:      Orphan
507 F:      Documentation/filesystems/affs.txt
508 F:      fs/affs/
509
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M:      David Howells <dhowells@redhat.com>
512 L:      linux-afs@lists.infradead.org
513 S:      Supported
514 F:      fs/afs/
515 F:      include/net/af_rxrpc.h
516 F:      net/rxrpc/af_rxrpc.c
517
518 AGPGART DRIVER
519 M:      David Airlie <airlied@linux.ie>
520 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
521 S:      Maintained
522 F:      drivers/char/agp/
523 F:      include/linux/agp*
524 F:      include/uapi/linux/agp*
525
526 AHA152X SCSI DRIVER
527 M:      "Juergen E. Fischer" <fischer@norbit.de>
528 L:      linux-scsi@vger.kernel.org
529 S:      Maintained
530 F:      drivers/scsi/aha152x*
531 F:      drivers/scsi/pcmcia/aha152x*
532
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M:      Hannes Reinecke <hare@suse.com>
535 L:      linux-scsi@vger.kernel.org
536 S:      Maintained
537 F:      drivers/scsi/aic7xxx/
538
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M:      Hans Verkuil <hverkuil@xs4all.nl>
541 L:      linux-media@vger.kernel.org
542 T:      git git://linuxtv.org/media_tree.git
543 W:      https://linuxtv.org
544 S:      Maintained
545 F:      drivers/media/radio/radio-aimslab*
546
547 AIO
548 M:      Benjamin LaHaise <bcrl@kvack.org>
549 L:      linux-aio@kvack.org
550 S:      Supported
551 F:      fs/aio.c
552 F:      include/linux/*aio*.h
553
554 AIRSPY MEDIA DRIVER
555 M:      Antti Palosaari <crope@iki.fi>
556 L:      linux-media@vger.kernel.org
557 W:      https://linuxtv.org
558 W:      http://palosaari.fi/linux/
559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
560 T:      git git://linuxtv.org/anttip/media_tree.git
561 S:      Maintained
562 F:      drivers/media/usb/airspy/
563
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M:      Duncan Sands <duncan.sands@free.fr>
566 L:      linux-usb@vger.kernel.org
567 W:      http://www.linux-usb.org/SpeedTouch/
568 S:      Maintained
569 F:      drivers/usb/atm/speedtch.c
570 F:      drivers/usb/atm/usbatm.c
571
572 ALCHEMY AU1XX0 MMC DRIVER
573 M:      Manuel Lauss <manuel.lauss@gmail.com>
574 S:      Maintained
575 F:      drivers/mmc/host/au1xmmc.c
576
577 ALI1563 I2C DRIVER
578 M:      Rudolf Marek <r.marek@assembler.cz>
579 L:      linux-i2c@vger.kernel.org
580 S:      Maintained
581 F:      Documentation/i2c/busses/i2c-ali1563
582 F:      drivers/i2c/busses/i2c-ali1563.c
583
584 ALLWINNER SECURITY SYSTEM
585 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
586 L:      linux-crypto@vger.kernel.org
587 S:      Maintained
588 F:      drivers/crypto/sunxi-ss/
589
590 ALPHA PORT
591 M:      Richard Henderson <rth@twiddle.net>
592 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M:      Matt Turner <mattst88@gmail.com>
594 S:      Odd Fixes
595 L:      linux-alpha@vger.kernel.org
596 F:      arch/alpha/
597
598 ALTERA MAILBOX DRIVER
599 M:      Ley Foon Tan <lftan@altera.com>
600 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
601 S:      Maintained
602 F:      drivers/mailbox/mailbox-altera.c
603
604 ALTERA PIO DRIVER
605 M:      Tien Hock Loh <thloh@altera.com>
606 L:      linux-gpio@vger.kernel.org
607 S:      Maintained
608 F:      drivers/gpio/gpio-altera.c
609
610 ALTERA TRIPLE SPEED ETHERNET DRIVER
611 M:      Vince Bridgers <vbridger@opensource.altera.com>
612 L:      netdev@vger.kernel.org
613 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
614 S:      Maintained
615 F:      drivers/net/ethernet/altera/
616
617 ALTERA UART/JTAG UART SERIAL DRIVERS
618 M:      Tobias Klauser <tklauser@distanz.ch>
619 L:      linux-serial@vger.kernel.org
620 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
621 S:      Maintained
622 F:      drivers/tty/serial/altera_uart.c
623 F:      drivers/tty/serial/altera_jtaguart.c
624 F:      include/linux/altera_uart.h
625 F:      include/linux/altera_jtaguart.h
626
627 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
628 M:      Tom Lendacky <thomas.lendacky@amd.com>
629 M:      Gary Hook <gary.hook@amd.com>
630 L:      linux-crypto@vger.kernel.org
631 S:      Supported
632 F:      drivers/crypto/ccp/
633 F:      include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M:      Huang Rui <ray.huang@amd.com>
637 L:      linux-hwmon@vger.kernel.org
638 S:      Supported
639 F:      Documentation/hwmon/fam15h_power
640 F:      drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 S:      Orphan
645 F:      drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P:      Andres Salomon <dilinger@queued.net>
649 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
650 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S:      Supported
652 F:      drivers/char/hw_random/geode-rng.c
653 F:      drivers/crypto/geode*
654 F:      drivers/video/fbdev/geode/
655 F:      arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M:      Joerg Roedel <joro@8bytes.org>
659 L:      iommu@lists.linux-foundation.org
660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S:      Maintained
662 F:      drivers/iommu/amd_iommu*.[ch]
663 F:      include/linux/amd-iommu.h
664
665 AMD KFD
666 M:      Oded Gabbay <oded.gabbay@gmail.com>
667 L:      dri-devel@lists.freedesktop.org
668 T:      git git://people.freedesktop.org/~gabbayo/linux.git
669 S:      Supported
670 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F:      drivers/gpu/drm/amd/amdkfd/
675 F:      drivers/gpu/drm/amd/include/cik_structs.h
676 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F:      drivers/gpu/drm/amd/include/vi_structs.h
678 F:      drivers/gpu/drm/radeon/radeon_kfd.c
679 F:      drivers/gpu/drm/radeon/radeon_kfd.h
680 F:      include/uapi/linux/kfd_ioctl.h
681
682 AMD SEATTLE DEVICE TREE SUPPORT
683 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
684 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
685 M:      Tom Lendacky <thomas.lendacky@amd.com>
686 S:      Supported
687 F:      arch/arm64/boot/dts/amd/
688
689 AMD XGBE DRIVER
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 L:      netdev@vger.kernel.org
692 S:      Supported
693 F:      drivers/net/ethernet/amd/xgbe/
694 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
695
696 AMS (Apple Motion Sensor) DRIVER
697 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
698 S:      Supported
699 F:      drivers/macintosh/ams/
700
701 ANALOG DEVICES INC AD9389B DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/ad9389b*
706
707 ANALOG DEVICES INC ADV7180 DRIVER
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      linux-media@vger.kernel.org
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      drivers/media/i2c/adv7180.c
713
714 ANALOG DEVICES INC ADV7511 DRIVER
715 M:      Hans Verkuil <hans.verkuil@cisco.com>
716 L:      linux-media@vger.kernel.org
717 S:      Maintained
718 F:      drivers/media/i2c/adv7511*
719
720 ANALOG DEVICES INC ADV7604 DRIVER
721 M:      Hans Verkuil <hans.verkuil@cisco.com>
722 L:      linux-media@vger.kernel.org
723 S:      Maintained
724 F:      drivers/media/i2c/adv7604*
725
726 ANALOG DEVICES INC ADV7842 DRIVER
727 M:      Hans Verkuil <hans.verkuil@cisco.com>
728 L:      linux-media@vger.kernel.org
729 S:      Maintained
730 F:      drivers/media/i2c/adv7842*
731
732 ANALOG DEVICES INC ASOC CODEC DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      sound/soc/codecs/adau*
739 F:      sound/soc/codecs/adav*
740 F:      sound/soc/codecs/ad1*
741 F:      sound/soc/codecs/ad7*
742 F:      sound/soc/codecs/ssm*
743 F:      sound/soc/codecs/sigmadsp.*
744
745 ANALOG DEVICES INC ASOC DRIVERS
746 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
748 W:      http://blackfin.uclinux.org/
749 S:      Supported
750 F:      sound/soc/blackfin/*
751
752 ANALOG DEVICES INC IIO DRIVERS
753 M:      Lars-Peter Clausen <lars@metafoo.de>
754 M:      Michael Hennerich <Michael.Hennerich@analog.com>
755 W:      http://wiki.analog.com/
756 W:      http://ez.analog.com/community/linux-device-drivers
757 S:      Supported
758 F:      drivers/iio/*/ad*
759 X:      drivers/iio/*/adjd*
760 F:      drivers/staging/iio/*/ad*
761 F:      staging/iio/trigger/iio-trig-bfin-timer.c
762
763 ANALOG DEVICES INC DMA DRIVERS
764 M:      Lars-Peter Clausen <lars@metafoo.de>
765 W:      http://ez.analog.com/community/linux-device-drivers
766 S:      Supported
767 F:      drivers/dma/dma-axi-dmac.c
768
769 ANDROID DRIVERS
770 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
771 M:      Arve Hjønnevåg <arve@android.com>
772 M:      Riley Andrews <riandrews@android.com>
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
774 L:      devel@driverdev.osuosl.org
775 S:      Supported
776 F:      drivers/android/
777 F:      drivers/staging/android/
778
779 AOA (Apple Onboard Audio) ALSA DRIVER
780 M:      Johannes Berg <johannes@sipsolutions.net>
781 L:      linuxppc-dev@lists.ozlabs.org
782 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
783 S:      Maintained
784 F:      sound/aoa/
785
786 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
787 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
788 L:      linux-iio@vger.kernel.org
789 S:      Maintained
790 F:      drivers/iio/dac/stx104.c
791
792 APM DRIVER
793 M:      Jiri Kosina <jikos@kernel.org>
794 S:      Odd fixes
795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
796 F:      arch/x86/kernel/apm_32.c
797 F:      include/linux/apm_bios.h
798 F:      include/uapi/linux/apm_bios.h
799 F:      drivers/char/apm-emulation.c
800
801 APPLE BCM5974 MULTITOUCH DRIVER
802 M:      Henrik Rydberg <rydberg@bitmath.org>
803 L:      linux-input@vger.kernel.org
804 S:      Odd fixes
805 F:      drivers/input/mouse/bcm5974.c
806
807 APPLE SMC DRIVER
808 M:      Henrik Rydberg <rydberg@bitmath.org>
809 L:      linux-hwmon@vger.kernel.org
810 S:      Odd fixes
811 F:      drivers/hwmon/applesmc.c
812
813 APPLETALK NETWORK LAYER
814 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
815 S:      Maintained
816 F:      drivers/net/appletalk/
817 F:      net/appletalk/
818
819 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
820 M:      Duc Dang <dhdang@apm.com>
821 S:      Supported
822 F:      arch/arm64/boot/dts/apm/
823
824 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
825 M:      Iyappan Subramanian <isubramanian@apm.com>
826 M:      Keyur Chudgar <kchudgar@apm.com>
827 S:      Supported
828 F:      drivers/net/ethernet/apm/xgene/
829 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
830
831 APTINA CAMERA SENSOR PLL
832 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
833 L:      linux-media@vger.kernel.org
834 S:      Maintained
835 F:      drivers/media/i2c/aptina-pll.*
836
837 ARC FRAMEBUFFER DRIVER
838 M:      Jaya Kumar <jayalk@intworks.biz>
839 S:      Maintained
840 F:      drivers/video/fbdev/arcfb.c
841 F:      drivers/video/fbdev/core/fb_defio.c
842
843 ARCNET NETWORK LAYER
844 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
845 L:      netdev@vger.kernel.org
846 S:      Maintained
847 F:      drivers/net/arcnet/
848 F:      include/uapi/linux/if_arcnet.h
849
850 ARM HDLCD DRM DRIVER
851 M:      Liviu Dudau <liviu.dudau@arm.com>
852 S:      Supported
853 F:      drivers/gpu/drm/arm/
854 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
855
856 ARM MFM AND FLOPPY DRIVERS
857 M:      Ian Molton <spyro@f2s.com>
858 S:      Maintained
859 F:      arch/arm/lib/floppydma.S
860 F:      arch/arm/include/asm/floppy.h
861
862 ARM PMU PROFILING AND DEBUGGING
863 M:      Will Deacon <will.deacon@arm.com>
864 R:      Mark Rutland <mark.rutland@arm.com>
865 S:      Maintained
866 F:      arch/arm*/kernel/perf_*
867 F:      arch/arm/oprofile/common.c
868 F:      arch/arm*/kernel/hw_breakpoint.c
869 F:      arch/arm*/include/asm/hw_breakpoint.h
870 F:      arch/arm*/include/asm/perf_event.h
871 F:      drivers/perf/arm_pmu.c
872 F:      include/linux/perf/arm_pmu.h
873
874 ARM PORT
875 M:      Russell King <linux@armlinux.org.uk>
876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 W:      http://www.armlinux.org.uk/
878 S:      Maintained
879 F:      arch/arm/
880
881 ARM SUB-ARCHITECTURES
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 S:      Maintained
884 F:      arch/arm/mach-*/
885 F:      arch/arm/plat-*/
886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
887
888 ARM PRIMECELL AACI PL041 DRIVER
889 M:      Russell King <linux@armlinux.org.uk>
890 S:      Maintained
891 F:      sound/arm/aaci.*
892
893 ARM PRIMECELL CLCD PL110 DRIVER
894 M:      Russell King <linux@armlinux.org.uk>
895 S:      Maintained
896 F:      drivers/video/fbdev/amba-clcd.*
897
898 ARM PRIMECELL KMI PL050 DRIVER
899 M:      Russell King <linux@armlinux.org.uk>
900 S:      Maintained
901 F:      drivers/input/serio/ambakmi.*
902 F:      include/linux/amba/kmi.h
903
904 ARM PRIMECELL MMCI PL180/1 DRIVER
905 M:      Russell King <linux@armlinux.org.uk>
906 S:      Maintained
907 F:      drivers/mmc/host/mmci.*
908 F:      include/linux/amba/mmci.h
909
910 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
911 M:      Russell King <linux@armlinux.org.uk>
912 S:      Maintained
913 F:      drivers/tty/serial/amba-pl01*.c
914 F:      include/linux/amba/serial.h
915
916 ARM PRIMECELL BUS SUPPORT
917 M:      Russell King <linux@armlinux.org.uk>
918 S:      Maintained
919 F:      drivers/amba/
920 F:      include/linux/amba/bus.h
921
922 ARM/ADS SPHERE MACHINE SUPPORT
923 M:      Lennert Buytenhek <kernel@wantstofly.org>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926
927 ARM/AFEB9260 MACHINE SUPPORT
928 M:      Sergey Lapin <slapin@ossfans.org>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S:      Maintained
931
932 ARM/AJECO 1ARM MACHINE SUPPORT
933 M:      Lennert Buytenhek <kernel@wantstofly.org>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936
937 ARM/Allwinner sunXi SoC support
938 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
939 M:      Chen-Yu Tsai <wens@csie.org>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942 N:      sun[x456789]i
943
944 ARM/Allwinner SoC Clock Support
945 M:      Emilio López <emilio@elopez.com.ar>
946 S:      Maintained
947 F:      drivers/clk/sunxi/
948
949 ARM/Amlogic Meson SoC support
950 M:      Carlo Caione <carlo@caione.org>
951 M:      Kevin Hilman <khilman@baylibre.com>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 L:      linux-amlogic@lists.infradead.org
954 W:      http://linux-meson.com/
955 S:      Maintained
956 F:      arch/arm/mach-meson/
957 F:      arch/arm/boot/dts/meson*
958 F:      arch/arm64/boot/dts/amlogic/
959 F:      drivers/pinctrl/meson/
960 N:      meson
961
962 ARM/Annapurna Labs ALPINE ARCHITECTURE
963 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
964 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
965 S:      Maintained
966 F:      arch/arm/mach-alpine/
967 F:      arch/arm/boot/dts/alpine*
968 F:      arch/arm64/boot/dts/al/
969 F:      drivers/*/*alpine*
970
971 ARM/ARTPEC MACHINE SUPPORT
972 M:      Jesper Nilsson <jesper.nilsson@axis.com>
973 M:      Lars Persson <lars.persson@axis.com>
974 M:      Niklas Cassel <niklas.cassel@axis.com>
975 S:      Maintained
976 L:      linux-arm-kernel@axis.com
977 F:      arch/arm/mach-artpec
978 F:      arch/arm/boot/dts/artpec6*
979 F:      drivers/clk/axis
980
981 ARM/ASPEED MACHINE SUPPORT
982 M:      Joel Stanley <joel@jms.id.au>
983 S:      Maintained
984 F:      arch/arm/mach-aspeed/
985 F:      arch/arm/boot/dts/aspeed-*
986 F:      drivers/*/*aspeed*
987
988 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
989 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
990 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
991 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W:      http://www.linux4sam.org
994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
995 S:      Supported
996 F:      arch/arm/mach-at91/
997 F:      include/soc/at91/
998 F:      arch/arm/boot/dts/at91*.dts
999 F:      arch/arm/boot/dts/at91*.dtsi
1000 F:      arch/arm/boot/dts/sama*.dts
1001 F:      arch/arm/boot/dts/sama*.dtsi
1002 F:      arch/arm/include/debug/at91.S
1003
1004 ARM/ATMEL AT91 Clock Support
1005 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1006 S:      Maintained
1007 F:      drivers/clk/at91
1008
1009 ARM/CALXEDA HIGHBANK ARCHITECTURE
1010 M:      Rob Herring <robh@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013 F:      arch/arm/mach-highbank/
1014 F:      arch/arm/boot/dts/highbank.dts
1015 F:      arch/arm/boot/dts/ecx-*.dts*
1016
1017 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1018 M:      Krzysztof Halasa <khalasa@piap.pl>
1019 S:      Maintained
1020 F:      arch/arm/mach-cns3xxx/
1021
1022 ARM/CAVIUM THUNDER NETWORK DRIVER
1023 M:      Sunil Goutham <sgoutham@cavium.com>
1024 M:      Robert Richter <rric@kernel.org>
1025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026 S:      Supported
1027 F:      drivers/net/ethernet/cavium/thunder/
1028
1029 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1030 M:      Alexander Shiyan <shc_work@mail.ru>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Odd Fixes
1033 N:      clps711x
1034
1035 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1036 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1037 M:      Ryan Mallon <rmallon@gmail.com>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 S:      Maintained
1040 F:      arch/arm/mach-ep93xx/
1041 F:      arch/arm/mach-ep93xx/include/mach/
1042
1043 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1044 M:      Lennert Buytenhek <kernel@wantstofly.org>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Maintained
1047
1048 ARM/CLKDEV SUPPORT
1049 M:      Russell King <linux@armlinux.org.uk>
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Maintained
1052 F:      arch/arm/include/asm/clkdev.h
1053 F:      drivers/clk/clkdev.c
1054
1055 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1056 M:      Mike Rapoport <mike@compulab.co.il>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059
1060 ARM/CONTEC MICRO9 MACHINE SUPPORT
1061 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1062 S:      Maintained
1063 F:      arch/arm/mach-ep93xx/micro9.c
1064
1065 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1066 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      drivers/hwtracing/coresight/*
1070 F:      Documentation/trace/coresight.txt
1071 F:      Documentation/devicetree/bindings/arm/coresight.txt
1072 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1073
1074 ARM/CORGI MACHINE SUPPORT
1075 M:      Richard Purdie <rpurdie@rpsys.net>
1076 S:      Maintained
1077
1078 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1079 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 T:      git git://github.com/ulli-kroll/linux.git
1082 S:      Maintained
1083 F:      arch/arm/mach-gemini/
1084 F:      drivers/rtc/rtc-gemini.c
1085
1086 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1087 M:      Barry Song <baohua@kernel.org>
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1090 S:      Maintained
1091 F:      arch/arm/boot/dts/prima2*
1092 F:      arch/arm/mach-prima2/
1093 F:      drivers/clk/sirf/
1094 F:      drivers/clocksource/timer-prima2.c
1095 F:      drivers/clocksource/timer-atlas7.c
1096 N:      [^a-z]sirf
1097
1098 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1099 M:      Baruch Siach <baruch@tkos.co.il>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      arch/arm/boot/dts/cx92755*
1103 N:      digicolor
1104
1105 ARM/EBSA110 MACHINE SUPPORT
1106 M:      Russell King <linux@armlinux.org.uk>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 W:      http://www.armlinux.org.uk/
1109 S:      Maintained
1110 F:      arch/arm/mach-ebsa110/
1111 F:      drivers/net/ethernet/amd/am79c961a.*
1112
1113 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1114 M:      Uwe Kleine-König <kernel@pengutronix.de>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117 N:      efm32
1118
1119 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1120 M:      Daniel Ribeiro <drwyrm@gmail.com>
1121 M:      Stefan Schmidt <stefan@openezx.org>
1122 M:      Harald Welte <laforge@openezx.org>
1123 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1124 W:      http://www.openezx.org/
1125 S:      Maintained
1126 T:      topgit git://git.openezx.org/openezx.git
1127 F:      arch/arm/mach-pxa/ezx.c
1128
1129 ARM/FARADAY FA526 PORT
1130 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1133 T:      git git://git.berlios.de/gemini-board
1134 F:      arch/arm/mm/*-fa*
1135
1136 ARM/FOOTBRIDGE ARCHITECTURE
1137 M:      Russell King <linux@armlinux.org.uk>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 W:      http://www.armlinux.org.uk/
1140 S:      Maintained
1141 F:      arch/arm/include/asm/hardware/dec21285.h
1142 F:      arch/arm/mach-footbridge/
1143
1144 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1145 M:      Shawn Guo <shawnguo@kernel.org>
1146 M:      Sascha Hauer <kernel@pengutronix.de>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1150 F:      arch/arm/mach-imx/
1151 F:      arch/arm/mach-mxs/
1152 F:      arch/arm/boot/dts/imx*
1153 F:      arch/arm/configs/imx*_defconfig
1154 F:      drivers/clk/imx/
1155 F:      include/soc/imx/
1156
1157 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1158 M:      Shawn Guo <shawnguo@kernel.org>
1159 M:      Sascha Hauer <kernel@pengutronix.de>
1160 R:      Stefan Agner <stefan@agner.ch>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1164 F:      arch/arm/mach-imx/*vf610*
1165 F:      arch/arm/boot/dts/vf*
1166
1167 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1168 M:      Lennert Buytenhek <kernel@wantstofly.org>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171
1172 ARM/GUMSTIX MACHINE SUPPORT
1173 M:      Steve Sakoman <sakoman@gmail.com>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176
1177 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1178 M:      Philipp Zabel <philipp.zabel@gmail.com>
1179 M:      Paul Parsons <lost.distance@yahoo.com>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/hx4700.c
1183 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1184 F:      sound/soc/pxa/hx4700.c
1185
1186 ARM/HISILICON SOC SUPPORT
1187 M:      Wei Xu <xuwei5@hisilicon.com>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 W:      http://www.hisilicon.com
1190 S:      Supported
1191 T:      git git://github.com/hisilicon/linux-hisi.git
1192 F:      arch/arm/mach-hisi/
1193 F:      arch/arm/boot/dts/hi3*
1194 F:      arch/arm/boot/dts/hip*
1195 F:      arch/arm/boot/dts/hisi*
1196 F:      arch/arm64/boot/dts/hisilicon/
1197
1198 ARM/HP JORNADA 7XX MACHINE SUPPORT
1199 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1200 W:      www.jlime.com
1201 S:      Maintained
1202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1203 F:      arch/arm/mach-sa1100/jornada720.c
1204 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1205
1206 ARM/IGEP MACHINE SUPPORT
1207 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1208 M:      Javier Martinez Canillas <javier@dowhile0.org>
1209 L:      linux-omap@vger.kernel.org
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 S:      Maintained
1212 F:      arch/arm/boot/dts/omap3-igep*
1213
1214 ARM/INCOME PXA270 SUPPORT
1215 M:      Marek Vasut <marek.vasut@gmail.com>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S:      Maintained
1218 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1219
1220 ARM/INTEL IOP32X ARM ARCHITECTURE
1221 M:      Lennert Buytenhek <kernel@wantstofly.org>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 S:      Maintained
1224
1225 ARM/INTEL IOP33X ARM ARCHITECTURE
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Orphan
1228
1229 ARM/INTEL IOP13XX ARM ARCHITECTURE
1230 M:      Lennert Buytenhek <kernel@wantstofly.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233
1234 ARM/INTEL IQ81342EX MACHINE SUPPORT
1235 M:      Lennert Buytenhek <kernel@wantstofly.org>
1236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 S:      Maintained
1238
1239 ARM/INTEL IXDP2850 MACHINE SUPPORT
1240 M:      Lennert Buytenhek <kernel@wantstofly.org>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 S:      Maintained
1243
1244 ARM/INTEL IXP4XX ARM ARCHITECTURE
1245 M:      Imre Kaloz <kaloz@openwrt.org>
1246 M:      Krzysztof Halasa <khalasa@piap.pl>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-ixp4xx/
1250
1251 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1252 M:      Jonathan Cameron <jic23@cam.ac.uk>
1253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 S:      Maintained
1255 F:      arch/arm/mach-pxa/stargate2.c
1256 F:      drivers/pcmcia/pxa2xx_stargate2.c
1257
1258 ARM/INTEL XSC3 (MANZANO) ARM CORE
1259 M:      Lennert Buytenhek <kernel@wantstofly.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262
1263 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1264 M:      Lennert Buytenhek <kernel@wantstofly.org>
1265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1266 S:      Maintained
1267
1268 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1269 M:      Santosh Shilimkar <ssantosh@kernel.org>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 F:      arch/arm/mach-keystone/
1273 F:      arch/arm/boot/dts/keystone-*
1274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1275
1276 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1277 M:      Santosh Shilimkar <ssantosh@kernel.org>
1278 L:      linux-kernel@vger.kernel.org
1279 S:      Maintained
1280 F:      drivers/clk/keystone/
1281
1282 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1283 M:      Santosh Shilimkar <ssantosh@kernel.org>
1284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 L:      linux-kernel@vger.kernel.org
1286 S:      Maintained
1287 F:      drivers/clocksource/timer-keystone.c
1288
1289 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1290 M:      Santosh Shilimkar <ssantosh@kernel.org>
1291 L:      linux-kernel@vger.kernel.org
1292 S:      Maintained
1293 F:      drivers/power/reset/keystone-reset.c
1294
1295 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1296 M:      Santosh Shilimkar <ssantosh@kernel.org>
1297 L:      linux-kernel@vger.kernel.org
1298 S:      Maintained
1299 F:      drivers/memory/*emif*
1300
1301 ARM/LG1K ARCHITECTURE
1302 M:      Chanho Min <chanho.min@lge.com>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 S:      Maintained
1305 F:      arch/arm64/boot/dts/lg/
1306
1307 ARM/LOGICPD PXA270 MACHINE SUPPORT
1308 M:      Lennert Buytenhek <kernel@wantstofly.org>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 S:      Maintained
1311
1312 ARM/LPC18XX ARCHITECTURE
1313 M:      Joachim Eastwood <manabian@gmail.com>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1316 F:      arch/arm/boot/dts/lpc43*
1317 F:      drivers/clk/nxp/clk-lpc18xx*
1318 F:      drivers/clocksource/time-lpc32xx.c
1319 F:      drivers/i2c/busses/i2c-lpc2k.c
1320 F:      drivers/memory/pl172.c
1321 F:      drivers/mtd/spi-nor/nxp-spifi.c
1322 F:      drivers/rtc/rtc-lpc24xx.c
1323 N:      lpc18xx
1324
1325 ARM/LPC32XX SOC SUPPORT
1326 M:      Vladimir Zapolskiy <vz@mleia.com>
1327 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1328 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1330 S:      Maintained
1331 F:      arch/arm/boot/dts/lpc32*
1332 F:      arch/arm/mach-lpc32xx/
1333 F:      drivers/i2c/busses/i2c-pnx.c
1334 F:      drivers/net/ethernet/nxp/lpc_eth.c
1335 F:      drivers/usb/host/ohci-nxp.c
1336 F:      drivers/watchdog/pnx4008_wdt.c
1337 N:      lpc32xx
1338
1339 ARM/MAGICIAN MACHINE SUPPORT
1340 M:      Philipp Zabel <philipp.zabel@gmail.com>
1341 S:      Maintained
1342
1343 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1344 M:      Jason Cooper <jason@lakedaemon.net>
1345 M:      Andrew Lunn <andrew@lunn.ch>
1346 M:      Gregory Clement <gregory.clement@free-electrons.com>
1347 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      arch/arm/mach-mvebu/
1351 F:      drivers/rtc/rtc-armada38x.c
1352 F:      arch/arm/boot/dts/armada*
1353 F:      arch/arm/boot/dts/kirkwood*
1354 F:      arch/arm64/boot/dts/marvell/armada*
1355 F:      drivers/cpufreq/mvebu-cpufreq.c
1356 F:      arch/arm/configs/mvebu_*_defconfig
1357
1358 ARM/Marvell Berlin SoC support
1359 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 S:      Maintained
1362 F:      arch/arm/mach-berlin/
1363 F:      arch/arm/boot/dts/berlin*
1364 F:      arch/arm64/boot/dts/marvell/berlin*
1365
1366
1367 ARM/Marvell Dove/MV78xx0/Orion SOC support
1368 M:      Jason Cooper <jason@lakedaemon.net>
1369 M:      Andrew Lunn <andrew@lunn.ch>
1370 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1371 M:      Gregory Clement <gregory.clement@free-electrons.com>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S:      Maintained
1374 F:      arch/arm/mach-dove/
1375 F:      arch/arm/mach-mv78xx0/
1376 F:      arch/arm/mach-orion5x/
1377 F:      arch/arm/plat-orion/
1378 F:      arch/arm/boot/dts/dove*
1379 F:      arch/arm/boot/dts/orion5x*
1380
1381
1382 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1383 M:      Alexander Clouter <alex@digriz.org.uk>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 W:      http://www.digriz.org.uk/ts78xx/kernel
1386 S:      Maintained
1387 F:      arch/arm/mach-orion5x/ts78xx-*
1388
1389 ARM/OXNAS platform support
1390 M:      Neil Armstrong <narmstrong@baylibre.com>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 S:      Maintained
1393 F:      arch/arm/mach-oxnas/
1394 F:      arch/arm/boot/dts/oxnas*
1395 F:      arch/arm/boot/dts/wd-mbwe.dts
1396 N:      oxnas
1397
1398 ARM/Mediatek RTC DRIVER
1399 M:      Eddie Huang <eddie.huang@mediatek.com>
1400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1401 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1402 S:      Maintained
1403 F:      drivers/rtc/rtc-mt6397.c
1404
1405 ARM/Mediatek SoC support
1406 M:      Matthias Brugger <matthias.bgg@gmail.com>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410 F:      arch/arm/boot/dts/mt6*
1411 F:      arch/arm/boot/dts/mt8*
1412 F:      arch/arm/mach-mediatek/
1413 N:      mtk
1414 K:      mediatek
1415
1416 ARM/Mediatek USB3 PHY DRIVER
1417 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1420 S:      Maintained
1421 F:      drivers/phy/phy-mt65xx-usb3.c
1422
1423 ARM/MICREL KS8695 ARCHITECTURE
1424 M:      Greg Ungerer <gerg@uclinux.org>
1425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 F:      arch/arm/mach-ks8695/
1427 S:      Odd Fixes
1428
1429 ARM/MIOA701 MACHINE SUPPORT
1430 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 F:      arch/arm/mach-pxa/mioa701.c
1433 S:      Maintained
1434
1435 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1436 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1437 S:      Maintained
1438
1439 ARM/NOMADIK ARCHITECTURE
1440 M:      Alessandro Rubini <rubini@unipv.it>
1441 M:      Linus Walleij <linus.walleij@linaro.org>
1442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 S:      Maintained
1444 F:      arch/arm/mach-nomadik/
1445 F:      drivers/pinctrl/nomadik/
1446 F:      drivers/i2c/busses/i2c-nomadik.c
1447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1448
1449 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1450 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1451 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1452 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1453 S:      Supported
1454
1455 ARM/TOSA MACHINE SUPPORT
1456 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1457 M:      Dirk Opfer <dirk@opfer-online.de>
1458 S:      Maintained
1459
1460 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1461 M:      Marek Vasut <marek.vasut@gmail.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 W:      http://hackndev.com
1464 S:      Maintained
1465 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1466 F:      arch/arm/mach-pxa/palmtx.c
1467 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1468 F:      arch/arm/mach-pxa/palmt5.c
1469 F:      arch/arm/mach-pxa/include/mach/palmld.h
1470 F:      arch/arm/mach-pxa/palmld.c
1471 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1472 F:      arch/arm/mach-pxa/palmte2.c
1473 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1474 F:      arch/arm/mach-pxa/palmtc.c
1475
1476 ARM/PALM TREO SUPPORT
1477 M:      Tomas Cech <sleep_walker@suse.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 W:      http://hackndev.com
1480 S:      Maintained
1481 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1482 F:      arch/arm/mach-pxa/palmtreo.c
1483
1484 ARM/PALMZ72 SUPPORT
1485 M:      Sergey Lapin <slapin@ossfans.org>
1486 L:      linux-arm-kernel@lists.infradead.org
1487 W:      http://hackndev.com
1488 S:      Maintained
1489 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1490 F:      arch/arm/mach-pxa/palmz72.c
1491
1492 ARM/PLEB SUPPORT
1493 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1494 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1495 S:      Maintained
1496
1497 ARM/PT DIGITAL BOARD PORT
1498 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 W:      http://www.armlinux.org.uk/
1501 S:      Maintained
1502
1503 ARM/QUALCOMM SUPPORT
1504 M:      Andy Gross <andy.gross@linaro.org>
1505 M:      David Brown <david.brown@linaro.org>
1506 L:      linux-arm-msm@vger.kernel.org
1507 L:      linux-soc@vger.kernel.org
1508 S:      Maintained
1509 F:      arch/arm/boot/dts/qcom-*.dts
1510 F:      arch/arm/boot/dts/qcom-*.dtsi
1511 F:      arch/arm/mach-qcom/
1512 F:      arch/arm64/boot/dts/qcom/*
1513 F:      drivers/i2c/busses/i2c-qup.c
1514 F:      drivers/clk/qcom/
1515 F:      drivers/soc/qcom/
1516 F:      drivers/spi/spi-qup.c
1517 F:      drivers/tty/serial/msm_serial.h
1518 F:      drivers/tty/serial/msm_serial.c
1519 F:      drivers/*/pm8???-*
1520 F:      drivers/mfd/ssbi.c
1521 F:      drivers/firmware/qcom_scm.c
1522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1523
1524 ARM/RADISYS ENP2611 MACHINE SUPPORT
1525 M:      Lennert Buytenhek <kernel@wantstofly.org>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 S:      Maintained
1528
1529 ARM/RENESAS ARM64 ARCHITECTURE
1530 M:      Simon Horman <horms@verge.net.au>
1531 M:      Magnus Damm <magnus.damm@gmail.com>
1532 L:      linux-renesas-soc@vger.kernel.org
1533 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1535 S:      Supported
1536 F:      arch/arm64/boot/dts/renesas/
1537 F:      drivers/soc/renesas/
1538 F:      include/linux/soc/renesas/
1539
1540 ARM/RISCPC ARCHITECTURE
1541 M:      Russell King <linux@armlinux.org.uk>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 W:      http://www.armlinux.org.uk/
1544 S:      Maintained
1545 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1546 F:      arch/arm/include/asm/hardware/ioc.h
1547 F:      arch/arm/include/asm/hardware/iomd.h
1548 F:      arch/arm/include/asm/hardware/memc.h
1549 F:      arch/arm/mach-rpc/
1550 F:      drivers/net/ethernet/8390/etherh.c
1551 F:      drivers/net/ethernet/i825xx/ether1*
1552 F:      drivers/net/ethernet/seeq/ether3*
1553 F:      drivers/scsi/arm/
1554
1555 ARM/Rockchip SoC support
1556 M:      Heiko Stuebner <heiko@sntech.de>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 L:      linux-rockchip@lists.infradead.org
1559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1560 S:      Maintained
1561 F:      arch/arm/boot/dts/rk3*
1562 F:      arch/arm/mach-rockchip/
1563 F:      drivers/clk/rockchip/
1564 F:      drivers/i2c/busses/i2c-rk3x.c
1565 F:      drivers/*/*rockchip*
1566 F:      drivers/*/*/*rockchip*
1567 F:      sound/soc/rockchip/
1568 N:      rockchip
1569
1570 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1571 M:      Kukjin Kim <kgene@kernel.org>
1572 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1575 S:      Maintained
1576 F:      arch/arm/boot/dts/s3c*
1577 F:      arch/arm/boot/dts/s5p*
1578 F:      arch/arm/boot/dts/samsung*
1579 F:      arch/arm/boot/dts/exynos*
1580 F:      arch/arm64/boot/dts/exynos/
1581 F:      arch/arm/plat-samsung/
1582 F:      arch/arm/mach-s3c24*/
1583 F:      arch/arm/mach-s3c64xx/
1584 F:      arch/arm/mach-s5p*/
1585 F:      arch/arm/mach-exynos*/
1586 F:      drivers/*/*s3c2410*
1587 F:      drivers/*/*/*s3c2410*
1588 F:      drivers/memory/samsung/*
1589 F:      drivers/soc/samsung/*
1590 F:      drivers/spi/spi-s3c*
1591 F:      sound/soc/samsung/*
1592 F:      Documentation/arm/Samsung/
1593 F:      Documentation/devicetree/bindings/arm/samsung/
1594 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1595 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1596 N:      exynos
1597
1598 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1599 M:      Kyungmin Park <kyungmin.park@samsung.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/mach-s5pv210/
1603
1604 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1605 M:      Kyungmin Park <kyungmin.park@samsung.com>
1606 M:      Kamil Debski <k.debski@samsung.com>
1607 L:      linux-arm-kernel@lists.infradead.org
1608 L:      linux-media@vger.kernel.org
1609 S:      Maintained
1610 F:      drivers/media/platform/s5p-g2d/
1611
1612 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1613 M:      Kyungmin Park <kyungmin.park@samsung.com>
1614 M:      Kamil Debski <k.debski@samsung.com>
1615 M:      Jeongtae Park <jtp.park@samsung.com>
1616 L:      linux-arm-kernel@lists.infradead.org
1617 L:      linux-media@vger.kernel.org
1618 S:      Maintained
1619 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1620 F:      drivers/media/platform/s5p-mfc/
1621
1622 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1623 M:      Kyungmin Park <kyungmin.park@samsung.com>
1624 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1625 L:      linux-arm-kernel@lists.infradead.org
1626 L:      linux-media@vger.kernel.org
1627 S:      Maintained
1628 F:      drivers/media/platform/s5p-tv/
1629
1630 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1631 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1632 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1633 L:      linux-arm-kernel@lists.infradead.org
1634 L:      linux-media@vger.kernel.org
1635 S:      Maintained
1636 F:      drivers/media/platform/s5p-jpeg/
1637
1638 ARM/SHMOBILE ARM ARCHITECTURE
1639 M:      Simon Horman <horms@verge.net.au>
1640 M:      Magnus Damm <magnus.damm@gmail.com>
1641 L:      linux-renesas-soc@vger.kernel.org
1642 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1644 S:      Supported
1645 F:      arch/arm/boot/dts/emev2*
1646 F:      arch/arm/boot/dts/r7s*
1647 F:      arch/arm/boot/dts/r8a*
1648 F:      arch/arm/boot/dts/sh*
1649 F:      arch/arm/configs/shmobile_defconfig
1650 F:      arch/arm/include/debug/renesas-scif.S
1651 F:      arch/arm/mach-shmobile/
1652 F:      drivers/sh/
1653 F:      drivers/soc/renesas/
1654 F:      include/linux/soc/renesas/
1655
1656 ARM/SOCFPGA ARCHITECTURE
1657 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1658 S:      Maintained
1659 F:      arch/arm/mach-socfpga/
1660 F:      arch/arm/boot/dts/socfpga*
1661 F:      arch/arm/configs/socfpga_defconfig
1662 F:      arch/arm64/boot/dts/altera/
1663 W:      http://www.rocketboards.org
1664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1665
1666 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1667 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1668 S:      Maintained
1669 F:      drivers/clk/socfpga/
1670
1671 ARM/SOCFPGA EDAC SUPPORT
1672 M:      Thor Thayer <tthayer@opensource.altera.com>
1673 S:      Maintained
1674 F:      drivers/edac/altera_edac.
1675
1676 ARM/STI ARCHITECTURE
1677 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1678 M:      Maxime Coquelin <maxime.coquelin@st.com>
1679 M:      Patrice Chotard <patrice.chotard@st.com>
1680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 L:      kernel@stlinux.com
1682 W:      http://www.stlinux.com
1683 S:      Maintained
1684 F:      arch/arm/mach-sti/
1685 F:      arch/arm/boot/dts/sti*
1686 F:      drivers/char/hw_random/st-rng.c
1687 F:      drivers/clocksource/arm_global_timer.c
1688 F:      drivers/clocksource/clksrc_st_lpc.c
1689 F:      drivers/cpufreq/sti-cpufreq.c
1690 F:      drivers/i2c/busses/i2c-st.c
1691 F:      drivers/media/rc/st_rc.c
1692 F:      drivers/media/platform/sti/c8sectpfe/
1693 F:      drivers/mmc/host/sdhci-st.c
1694 F:      drivers/phy/phy-miphy28lp.c
1695 F:      drivers/phy/phy-miphy365x.c
1696 F:      drivers/phy/phy-stih407-usb.c
1697 F:      drivers/phy/phy-stih41x-usb.c
1698 F:      drivers/pinctrl/pinctrl-st.c
1699 F:      drivers/remoteproc/st_remoteproc.c
1700 F:      drivers/reset/sti/
1701 F:      drivers/rtc/rtc-st-lpc.c
1702 F:      drivers/tty/serial/st-asc.c
1703 F:      drivers/usb/dwc3/dwc3-st.c
1704 F:      drivers/usb/host/ehci-st.c
1705 F:      drivers/usb/host/ohci-st.c
1706 F:      drivers/watchdog/st_lpc_wdt.c
1707 F:      drivers/ata/ahci_st.c
1708
1709 ARM/STM32 ARCHITECTURE
1710 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1711 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1712 S:      Maintained
1713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1714 N:      stm32
1715 F:      drivers/clocksource/armv7m_systick.c
1716
1717 ARM/TANGO ARCHITECTURE
1718 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1719 L:      linux-arm-kernel@lists.infradead.org
1720 S:      Maintained
1721 F:      arch/arm/mach-tango/
1722 F:      arch/arm/boot/dts/tango*
1723
1724 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1725 M:      Lennert Buytenhek <kernel@wantstofly.org>
1726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1727 S:      Maintained
1728
1729 ARM/TETON BGA MACHINE SUPPORT
1730 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S:      Maintained
1733
1734 ARM/THECUS N2100 MACHINE SUPPORT
1735 M:      Lennert Buytenhek <kernel@wantstofly.org>
1736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1737 S:      Maintained
1738
1739 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1740 M:      Wan ZongShun <mcuos.com@gmail.com>
1741 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1742 W:      http://www.mcuos.com
1743 S:      Maintained
1744 F:      arch/arm/mach-w90x900/
1745 F:      drivers/input/keyboard/w90p910_keypad.c
1746 F:      drivers/input/touchscreen/w90p910_ts.c
1747 F:      drivers/watchdog/nuc900_wdt.c
1748 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1749 F:      drivers/mtd/nand/nuc900_nand.c
1750 F:      drivers/rtc/rtc-nuc900.c
1751 F:      drivers/spi/spi-nuc900.c
1752 F:      drivers/usb/host/ehci-w90x900.c
1753 F:      drivers/video/fbdev/nuc900fb.c
1754
1755 ARM/U300 MACHINE SUPPORT
1756 M:      Linus Walleij <linus.walleij@linaro.org>
1757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 S:      Supported
1759 F:      arch/arm/mach-u300/
1760 F:      drivers/clocksource/timer-u300.c
1761 F:      drivers/i2c/busses/i2c-stu300.c
1762 F:      drivers/rtc/rtc-coh901331.c
1763 F:      drivers/watchdog/coh901327_wdt.c
1764 F:      drivers/dma/coh901318*
1765 F:      drivers/mfd/ab3100*
1766 F:      drivers/rtc/rtc-ab3100.c
1767 F:      drivers/rtc/rtc-coh901331.c
1768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1769
1770 ARM/UNIPHIER ARCHITECTURE
1771 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1772 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1773 S:      Maintained
1774 F:      arch/arm/boot/dts/uniphier*
1775 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1776 F:      arch/arm/mach-uniphier/
1777 F:      arch/arm/mm/cache-uniphier.c
1778 F:      arch/arm64/boot/dts/socionext/
1779 F:      drivers/bus/uniphier-system-bus.c
1780 F:      drivers/i2c/busses/i2c-uniphier*
1781 F:      drivers/pinctrl/uniphier/
1782 F:      drivers/tty/serial/8250/8250_uniphier.c
1783 N:      uniphier
1784
1785 ARM/Ux500 ARM ARCHITECTURE
1786 M:      Linus Walleij <linus.walleij@linaro.org>
1787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1788 S:      Maintained
1789 F:      arch/arm/mach-ux500/
1790 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1791 F:      drivers/dma/ste_dma40*
1792 F:      drivers/hwspinlock/u8500_hsem.c
1793 F:      drivers/mfd/abx500*
1794 F:      drivers/mfd/ab8500*
1795 F:      drivers/mfd/dbx500*
1796 F:      drivers/mfd/db8500*
1797 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1798 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1799 F:      drivers/rtc/rtc-ab8500.c
1800 F:      drivers/rtc/rtc-pl031.c
1801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1802
1803 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1804 M:      Ulf Hansson <ulf.hansson@linaro.org>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 T:      git git://git.linaro.org/people/ulfh/clk.git
1807 S:      Maintained
1808 F:      drivers/clk/ux500/
1809 F:      include/linux/platform_data/clk-ux500.h
1810
1811 ARM/VERSATILE EXPRESS PLATFORM
1812 M:      Liviu Dudau <liviu.dudau@arm.com>
1813 M:      Sudeep Holla <sudeep.holla@arm.com>
1814 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816 S:      Maintained
1817 F:      arch/arm/boot/dts/vexpress*
1818 F:      arch/arm64/boot/dts/arm/
1819 F:      arch/arm/mach-vexpress/
1820 F:      */*/vexpress*
1821 F:      */*/*/vexpress*
1822 F:      drivers/clk/versatile/clk-vexpress-osc.c
1823 F:      drivers/clocksource/versatile.c
1824 N:      mps2
1825
1826 ARM/VFP SUPPORT
1827 M:      Russell King <linux@armlinux.org.uk>
1828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 W:      http://www.armlinux.org.uk/
1830 S:      Maintained
1831 F:      arch/arm/vfp/
1832
1833 ARM/VOIPAC PXA270 SUPPORT
1834 M:      Marek Vasut <marek.vasut@gmail.com>
1835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 S:      Maintained
1837 F:      arch/arm/mach-pxa/vpac270.c
1838 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1839
1840 ARM/VT8500 ARM ARCHITECTURE
1841 M:      Tony Prisk <linux@prisktech.co.nz>
1842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1843 S:      Maintained
1844 F:      arch/arm/mach-vt8500/
1845 F:      drivers/clocksource/vt8500_timer.c
1846 F:      drivers/i2c/busses/i2c-wmt.c
1847 F:      drivers/mmc/host/wmt-sdmmc.c
1848 F:      drivers/pwm/pwm-vt8500.c
1849 F:      drivers/rtc/rtc-vt8500.c
1850 F:      drivers/tty/serial/vt8500_serial.c
1851 F:      drivers/usb/host/ehci-platform.c
1852 F:      drivers/usb/host/uhci-platform.c
1853 F:      drivers/video/fbdev/vt8500lcdfb.*
1854 F:      drivers/video/fbdev/wm8505fb*
1855 F:      drivers/video/fbdev/wmt_ge_rops.*
1856
1857 ARM/ZIPIT Z2 SUPPORT
1858 M:      Marek Vasut <marek.vasut@gmail.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 S:      Maintained
1861 F:      arch/arm/mach-pxa/z2.c
1862 F:      arch/arm/mach-pxa/include/mach/z2.h
1863
1864 ARM/ZTE ARCHITECTURE
1865 M:      Jun Nie <jun.nie@linaro.org>
1866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 S:      Maintained
1868 F:      arch/arm/mach-zx/
1869 F:      drivers/clk/zte/
1870 F:      Documentation/devicetree/bindings/arm/zte.txt
1871 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1872
1873 ARM/ZYNQ ARCHITECTURE
1874 M:      Michal Simek <michal.simek@xilinx.com>
1875 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1877 W:      http://wiki.xilinx.com
1878 T:      git https://github.com/Xilinx/linux-xlnx.git
1879 S:      Supported
1880 F:      arch/arm/mach-zynq/
1881 F:      drivers/cpuidle/cpuidle-zynq.c
1882 F:      drivers/block/xsysace.c
1883 N:      zynq
1884 N:      xilinx
1885 F:      drivers/clocksource/cadence_ttc_timer.c
1886 F:      drivers/i2c/busses/i2c-cadence.c
1887 F:      drivers/mmc/host/sdhci-of-arasan.c
1888 F:      drivers/edac/synopsys_edac.c
1889
1890 ARM SMMU DRIVERS
1891 M:      Will Deacon <will.deacon@arm.com>
1892 R:      Robin Murphy <robin.murphy@arm.com>
1893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1894 S:      Maintained
1895 F:      drivers/iommu/arm-smmu.c
1896 F:      drivers/iommu/arm-smmu-v3.c
1897 F:      drivers/iommu/io-pgtable-arm.c
1898 F:      drivers/iommu/io-pgtable-arm-v7s.c
1899
1900 ARM64 PORT (AARCH64 ARCHITECTURE)
1901 M:      Catalin Marinas <catalin.marinas@arm.com>
1902 M:      Will Deacon <will.deacon@arm.com>
1903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1905 S:      Maintained
1906 F:      arch/arm64/
1907 F:      Documentation/arm64/
1908
1909 AS3645A LED FLASH CONTROLLER DRIVER
1910 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1911 L:      linux-media@vger.kernel.org
1912 T:      git git://linuxtv.org/media_tree.git
1913 S:      Maintained
1914 F:      drivers/media/i2c/as3645a.c
1915 F:      include/media/i2c/as3645a.h
1916
1917 ASC7621 HARDWARE MONITOR DRIVER
1918 M:      George Joseph <george.joseph@fairview5.com>
1919 L:      linux-hwmon@vger.kernel.org
1920 S:      Maintained
1921 F:      Documentation/hwmon/asc7621
1922 F:      drivers/hwmon/asc7621.c
1923
1924 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1925 M:      Corentin Chary <corentin.chary@gmail.com>
1926 L:      acpi4asus-user@lists.sourceforge.net
1927 L:      platform-driver-x86@vger.kernel.org
1928 W:      http://acpi4asus.sf.net
1929 S:      Maintained
1930 F:      drivers/platform/x86/asus*.c
1931 F:      drivers/platform/x86/eeepc*.c
1932
1933 ASUS WIRELESS RADIO CONTROL DRIVER
1934 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1935 L:      platform-driver-x86@vger.kernel.org
1936 S:      Maintained
1937 F:      drivers/platform/x86/asus-wireless.c
1938
1939 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1940 R:      Dan Williams <dan.j.williams@intel.com>
1941 W:      http://sourceforge.net/projects/xscaleiop
1942 S:      Odd fixes
1943 F:      Documentation/crypto/async-tx-api.txt
1944 F:      crypto/async_tx/
1945 F:      drivers/dma/
1946 F:      include/linux/dmaengine.h
1947 F:      include/linux/async_tx.h
1948
1949 AT24 EEPROM DRIVER
1950 M:      Wolfram Sang <wsa@the-dreams.de>
1951 L:      linux-i2c@vger.kernel.org
1952 S:      Maintained
1953 F:      drivers/misc/eeprom/at24.c
1954 F:      include/linux/platform_data/at24.h
1955
1956 ATA OVER ETHERNET (AOE) DRIVER
1957 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1958 W:      http://www.openaoe.org/
1959 S:      Supported
1960 F:      Documentation/aoe/
1961 F:      drivers/block/aoe/
1962
1963 ATHEROS 71XX/9XXX GPIO DRIVER
1964 M:      Alban Bedel <albeu@free.fr>
1965 W:      https://github.com/AlbanBedel/linux
1966 T:      git git://github.com/AlbanBedel/linux
1967 S:      Maintained
1968 F:      drivers/gpio/gpio-ath79.c
1969 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1970
1971 ATHEROS ATH GENERIC UTILITIES
1972 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1973 L:      linux-wireless@vger.kernel.org
1974 S:      Supported
1975 F:      drivers/net/wireless/ath/*
1976
1977 ATHEROS ATH5K WIRELESS DRIVER
1978 M:      Jiri Slaby <jirislaby@gmail.com>
1979 M:      Nick Kossifidis <mickflemm@gmail.com>
1980 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1981 L:      linux-wireless@vger.kernel.org
1982 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1983 S:      Maintained
1984 F:      drivers/net/wireless/ath/ath5k/
1985
1986 ATHEROS ATH6KL WIRELESS DRIVER
1987 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1988 L:      linux-wireless@vger.kernel.org
1989 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1991 S:      Supported
1992 F:      drivers/net/wireless/ath/ath6kl/
1993
1994 WILOCITY WIL6210 WIRELESS DRIVER
1995 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1996 L:      linux-wireless@vger.kernel.org
1997 L:      wil6210@qca.qualcomm.com
1998 S:      Supported
1999 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2000 F:      drivers/net/wireless/ath/wil6210/
2001 F:      include/uapi/linux/wil6210_uapi.h
2002
2003 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2004 M:      Christian Lamparter <chunkeey@googlemail.com>
2005 L:      linux-wireless@vger.kernel.org
2006 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2007 S:      Maintained
2008 F:      drivers/net/wireless/ath/carl9170/
2009
2010 ATK0110 HWMON DRIVER
2011 M:      Luca Tettamanti <kronos.it@gmail.com>
2012 L:      linux-hwmon@vger.kernel.org
2013 S:      Maintained
2014 F:      drivers/hwmon/asus_atk0110.c
2015
2016 ATI_REMOTE2 DRIVER
2017 M:      Ville Syrjala <syrjala@sci.fi>
2018 S:      Maintained
2019 F:      drivers/input/misc/ati_remote2.c
2020
2021 ATLX ETHERNET DRIVERS
2022 M:      Jay Cliburn <jcliburn@gmail.com>
2023 M:      Chris Snook <chris.snook@gmail.com>
2024 L:      netdev@vger.kernel.org
2025 W:      http://sourceforge.net/projects/atl1
2026 W:      http://atl1.sourceforge.net
2027 S:      Maintained
2028 F:      drivers/net/ethernet/atheros/
2029
2030 ATM
2031 M:      Chas Williams <3chas3@gmail.com>
2032 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2033 L:      netdev@vger.kernel.org
2034 W:      http://linux-atm.sourceforge.net
2035 S:      Maintained
2036 F:      drivers/atm/
2037 F:      include/linux/atm*
2038 F:      include/uapi/linux/atm*
2039
2040 ATMEL AT91 / AT32 MCI DRIVER
2041 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2042 S:      Maintained
2043 F:      drivers/mmc/host/atmel-mci.c
2044
2045 ATMEL AT91 / AT32 SERIAL DRIVER
2046 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2047 S:      Supported
2048 F:      drivers/tty/serial/atmel_serial.c
2049
2050 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2051 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2052 S:      Supported
2053 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2054
2055 ATMEL SAMA5D2 ADC DRIVER
2056 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2057 L:      linux-iio@vger.kernel.org
2058 S:      Supported
2059 F:      drivers/iio/adc/at91-sama5d2_adc.c
2060
2061 ATMEL Audio ALSA driver
2062 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2063 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2064 S:      Supported
2065 F:      sound/soc/atmel
2066
2067 ATMEL DMA DRIVER
2068 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2070 S:      Supported
2071 F:      drivers/dma/at_hdmac.c
2072 F:      drivers/dma/at_hdmac_regs.h
2073 F:      include/linux/platform_data/dma-atmel.h
2074
2075 ATMEL XDMA DRIVER
2076 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2077 L:      linux-arm-kernel@lists.infradead.org
2078 L:      dmaengine@vger.kernel.org
2079 S:      Supported
2080 F:      drivers/dma/at_xdmac.c
2081
2082 ATMEL I2C DRIVER
2083 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2084 L:      linux-i2c@vger.kernel.org
2085 S:      Supported
2086 F:      drivers/i2c/busses/i2c-at91.c
2087
2088 ATMEL ISI DRIVER
2089 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2090 L:      linux-media@vger.kernel.org
2091 S:      Supported
2092 F:      drivers/media/platform/soc_camera/atmel-isi.c
2093 F:      include/media/atmel-isi.h
2094
2095 ATMEL LCDFB DRIVER
2096 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2097 L:      linux-fbdev@vger.kernel.org
2098 S:      Maintained
2099 F:      drivers/video/fbdev/atmel_lcdfb.c
2100 F:      include/video/atmel_lcdc.h
2101
2102 ATMEL MACB ETHERNET DRIVER
2103 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2104 S:      Supported
2105 F:      drivers/net/ethernet/cadence/
2106
2107 ATMEL NAND DRIVER
2108 M:      Wenyou Yang <wenyou.yang@atmel.com>
2109 M:      Josh Wu <rainyfeeling@outlook.com>
2110 L:      linux-mtd@lists.infradead.org
2111 S:      Supported
2112 F:      drivers/mtd/nand/atmel_nand*
2113
2114 ATMEL SDMMC DRIVER
2115 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2116 L:      linux-mmc@vger.kernel.org
2117 S:      Supported
2118 F:      drivers/mmc/host/sdhci-of-at91.c
2119
2120 ATMEL SPI DRIVER
2121 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2122 S:      Supported
2123 F:      drivers/spi/spi-atmel.*
2124
2125 ATMEL SSC DRIVER
2126 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2128 S:      Supported
2129 F:      drivers/misc/atmel-ssc.c
2130 F:      include/linux/atmel-ssc.h
2131
2132 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2133 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2135 S:      Supported
2136 F:      drivers/misc/atmel_tclib.c
2137 F:      drivers/clocksource/tcb_clksrc.c
2138
2139 ATMEL USBA UDC DRIVER
2140 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2142 S:      Supported
2143 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2144
2145 ATMEL WIRELESS DRIVER
2146 M:      Simon Kelley <simon@thekelleys.org.uk>
2147 L:      linux-wireless@vger.kernel.org
2148 W:      http://www.thekelleys.org.uk/atmel
2149 W:      http://atmelwlandriver.sourceforge.net/
2150 S:      Maintained
2151 F:      drivers/net/wireless/atmel/atmel*
2152
2153 ATMEL MAXTOUCH DRIVER
2154 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2155 T:      git git://github.com/atmel-maxtouch/linux.git
2156 S:      Supported
2157 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2158 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2159 F:      include/linux/platform_data/atmel_mxt_ts.h
2160
2161 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2162 M:      Bradley Grove <linuxdrivers@attotech.com>
2163 L:      linux-scsi@vger.kernel.org
2164 W:      http://www.attotech.com
2165 S:      Supported
2166 F:      drivers/scsi/esas2r
2167
2168 ATUSB IEEE 802.15.4 RADIO DRIVER
2169 M:      Stefan Schmidt <stefan@osg.samsung.com>
2170 L:      linux-wpan@vger.kernel.org
2171 S:      Maintained
2172 F:      drivers/net/ieee802154/atusb.c
2173 F:      drivers/net/ieee802154/atusb.h
2174 F:      drivers/net/ieee802154/at86rf230.h
2175
2176 AUDIT SUBSYSTEM
2177 M:      Paul Moore <paul@paul-moore.com>
2178 M:      Eric Paris <eparis@redhat.com>
2179 L:      linux-audit@redhat.com (moderated for non-subscribers)
2180 W:      http://people.redhat.com/sgrubb/audit/
2181 T:      git git://git.infradead.org/users/pcmoore/audit
2182 S:      Maintained
2183 F:      include/linux/audit.h
2184 F:      include/uapi/linux/audit.h
2185 F:      kernel/audit*
2186
2187 AUXILIARY DISPLAY DRIVERS
2188 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2189 W:      http://miguelojeda.es/auxdisplay.htm
2190 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2191 S:      Maintained
2192 F:      drivers/auxdisplay/
2193 F:      include/linux/cfag12864b.h
2194
2195 AVR32 ARCHITECTURE
2196 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2197 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2198 W:      http://www.atmel.com/products/AVR32/
2199 W:      http://mirror.egtvedt.no/avr32linux.org/
2200 W:      http://avrfreaks.net/
2201 S:      Maintained
2202 F:      arch/avr32/
2203
2204 AVR32/AT32AP MACHINE SUPPORT
2205 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2206 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2207 S:      Maintained
2208 F:      arch/avr32/mach-at32ap/
2209
2210 AX.25 NETWORK LAYER
2211 M:      Ralf Baechle <ralf@linux-mips.org>
2212 L:      linux-hams@vger.kernel.org
2213 W:      http://www.linux-ax25.org/
2214 S:      Maintained
2215 F:      include/uapi/linux/ax25.h
2216 F:      include/net/ax25.h
2217 F:      net/ax25/
2218
2219 AZ6007 DVB DRIVER
2220 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2221 L:      linux-media@vger.kernel.org
2222 W:      https://linuxtv.org
2223 T:      git git://linuxtv.org/media_tree.git
2224 S:      Maintained
2225 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2226
2227 AZTECH FM RADIO RECEIVER DRIVER
2228 M:      Hans Verkuil <hverkuil@xs4all.nl>
2229 L:      linux-media@vger.kernel.org
2230 T:      git git://linuxtv.org/media_tree.git
2231 W:      https://linuxtv.org
2232 S:      Maintained
2233 F:      drivers/media/radio/radio-aztech*
2234
2235 B43 WIRELESS DRIVER
2236 L:      linux-wireless@vger.kernel.org
2237 L:      b43-dev@lists.infradead.org
2238 W:      http://wireless.kernel.org/en/users/Drivers/b43
2239 S:      Odd Fixes
2240 F:      drivers/net/wireless/broadcom/b43/
2241
2242 B43LEGACY WIRELESS DRIVER
2243 M:      Larry Finger <Larry.Finger@lwfinger.net>
2244 L:      linux-wireless@vger.kernel.org
2245 L:      b43-dev@lists.infradead.org
2246 W:      http://wireless.kernel.org/en/users/Drivers/b43
2247 S:      Maintained
2248 F:      drivers/net/wireless/broadcom/b43legacy/
2249
2250 BACKLIGHT CLASS/SUBSYSTEM
2251 M:      Jingoo Han <jingoohan1@gmail.com>
2252 M:      Lee Jones <lee.jones@linaro.org>
2253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2254 S:      Maintained
2255 F:      drivers/video/backlight/
2256 F:      include/linux/backlight.h
2257
2258 BATMAN ADVANCED
2259 M:      Marek Lindner <mareklindner@neomailbox.ch>
2260 M:      Simon Wunderlich <sw@simonwunderlich.de>
2261 M:      Antonio Quartulli <a@unstable.cc>
2262 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2263 W:      https://www.open-mesh.org/
2264 Q:      https://patchwork.open-mesh.org/project/batman/list/
2265 S:      Maintained
2266 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2267 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2268 F:      Documentation/networking/batman-adv.txt
2269 F:      net/batman-adv/
2270
2271 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2272 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2273 L:      linux-hams@vger.kernel.org
2274 W:      http://www.baycom.org/~tom/ham/ham.html
2275 S:      Maintained
2276 F:      drivers/net/hamradio/baycom*
2277
2278 BCACHE (BLOCK LAYER CACHE)
2279 M:      Kent Overstreet <kent.overstreet@gmail.com>
2280 L:      linux-bcache@vger.kernel.org
2281 W:      http://bcache.evilpiepirate.org
2282 S:      Maintained
2283 F:      drivers/md/bcache/
2284
2285 BDISP ST MEDIA DRIVER
2286 M:      Fabien Dessenne <fabien.dessenne@st.com>
2287 L:      linux-media@vger.kernel.org
2288 T:      git git://linuxtv.org/media_tree.git
2289 W:      https://linuxtv.org
2290 S:      Supported
2291 F:      drivers/media/platform/sti/bdisp
2292
2293 BEFS FILE SYSTEM
2294 S:      Orphan
2295 F:      Documentation/filesystems/befs.txt
2296 F:      fs/befs/
2297
2298 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2299 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2300 L:      netdev@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/net/ethernet/ec_bhf.c
2303
2304 BFS FILE SYSTEM
2305 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2306 S:      Maintained
2307 F:      Documentation/filesystems/bfs.txt
2308 F:      fs/bfs/
2309 F:      include/uapi/linux/bfs_fs.h
2310
2311 BLACKFIN ARCHITECTURE
2312 M:      Steven Miao <realmz6@gmail.com>
2313 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2314 T:      git git://git.code.sf.net/p/adi-linux/code
2315 W:      http://blackfin.uclinux.org
2316 S:      Supported
2317 F:      arch/blackfin/
2318
2319 BLACKFIN EMAC DRIVER
2320 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2321 W:      http://blackfin.uclinux.org
2322 S:      Supported
2323 F:      drivers/net/ethernet/adi/
2324
2325 BLACKFIN RTC DRIVER
2326 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2327 W:      http://blackfin.uclinux.org
2328 S:      Supported
2329 F:      drivers/rtc/rtc-bfin.c
2330
2331 BLACKFIN SDH DRIVER
2332 M:      Sonic Zhang <sonic.zhang@analog.com>
2333 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2334 W:      http://blackfin.uclinux.org
2335 S:      Supported
2336 F:      drivers/mmc/host/bfin_sdh.c
2337
2338 BLACKFIN SERIAL DRIVER
2339 M:      Sonic Zhang <sonic.zhang@analog.com>
2340 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2341 W:      http://blackfin.uclinux.org
2342 S:      Supported
2343 F:      drivers/tty/serial/bfin_uart.c
2344
2345 BLACKFIN WATCHDOG DRIVER
2346 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2347 W:      http://blackfin.uclinux.org
2348 S:      Supported
2349 F:      drivers/watchdog/bfin_wdt.c
2350
2351 BLACKFIN I2C TWI DRIVER
2352 M:      Sonic Zhang <sonic.zhang@analog.com>
2353 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2354 W:      http://blackfin.uclinux.org/
2355 S:      Supported
2356 F:      drivers/i2c/busses/i2c-bfin-twi.c
2357
2358 BLACKFIN MEDIA DRIVER
2359 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2360 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2361 W:      http://blackfin.uclinux.org/
2362 S:      Supported
2363 F:      drivers/media/platform/blackfin/
2364 F:      drivers/media/i2c/adv7183*
2365 F:      drivers/media/i2c/vs6624*
2366
2367 BLINKM RGB LED DRIVER
2368 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2369 S:      Maintained
2370 F:      drivers/leds/leds-blinkm.c
2371
2372 BLOCK LAYER
2373 M:      Jens Axboe <axboe@kernel.dk>
2374 L:      linux-block@vger.kernel.org
2375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2376 S:      Maintained
2377 F:      block/
2378 F:      kernel/trace/blktrace.c
2379
2380 BLOCK2MTD DRIVER
2381 M:      Joern Engel <joern@lazybastard.org>
2382 L:      linux-mtd@lists.infradead.org
2383 S:      Maintained
2384 F:      drivers/mtd/devices/block2mtd.c
2385
2386 BLUETOOTH DRIVERS
2387 M:      Marcel Holtmann <marcel@holtmann.org>
2388 M:      Gustavo Padovan <gustavo@padovan.org>
2389 M:      Johan Hedberg <johan.hedberg@gmail.com>
2390 L:      linux-bluetooth@vger.kernel.org
2391 W:      http://www.bluez.org/
2392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2394 S:      Maintained
2395 F:      drivers/bluetooth/
2396
2397 BLUETOOTH SUBSYSTEM
2398 M:      Marcel Holtmann <marcel@holtmann.org>
2399 M:      Gustavo Padovan <gustavo@padovan.org>
2400 M:      Johan Hedberg <johan.hedberg@gmail.com>
2401 L:      linux-bluetooth@vger.kernel.org
2402 W:      http://www.bluez.org/
2403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2405 S:      Maintained
2406 F:      net/bluetooth/
2407 F:      include/net/bluetooth/
2408
2409 BONDING DRIVER
2410 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2411 M:      Veaceslav Falico <vfalico@gmail.com>
2412 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2413 L:      netdev@vger.kernel.org
2414 W:      http://sourceforge.net/projects/bonding/
2415 S:      Supported
2416 F:      drivers/net/bonding/
2417 F:      include/uapi/linux/if_bonding.h
2418
2419 BPF (Safe dynamic programs and tools)
2420 M:      Alexei Starovoitov <ast@kernel.org>
2421 L:      netdev@vger.kernel.org
2422 L:      linux-kernel@vger.kernel.org
2423 S:      Supported
2424 F:      kernel/bpf/
2425
2426 BROADCOM B44 10/100 ETHERNET DRIVER
2427 M:      Gary Zambrano <zambrano@broadcom.com>
2428 L:      netdev@vger.kernel.org
2429 S:      Supported
2430 F:      drivers/net/ethernet/broadcom/b44.*
2431
2432 BROADCOM GENET ETHERNET DRIVER
2433 M:      Florian Fainelli <f.fainelli@gmail.com>
2434 L:      netdev@vger.kernel.org
2435 S:      Supported
2436 F:      drivers/net/ethernet/broadcom/genet/
2437
2438 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2439 M:      Sony Chacko <sony.chacko@qlogic.com>
2440 M:      Dept-HSGLinuxNICDev@qlogic.com
2441 L:      netdev@vger.kernel.org
2442 S:      Supported
2443 F:      drivers/net/ethernet/broadcom/bnx2.*
2444 F:      drivers/net/ethernet/broadcom/bnx2_*
2445
2446 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2447 M:      Ariel Elior <ariel.elior@qlogic.com>
2448 L:      netdev@vger.kernel.org
2449 S:      Supported
2450 F:      drivers/net/ethernet/broadcom/bnx2x/
2451
2452 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2453 M:      Florian Fainelli <f.fainelli@gmail.com>
2454 M:      Ray Jui <rjui@broadcom.com>
2455 M:      Scott Branden <sbranden@broadcom.com>
2456 L:      bcm-kernel-feedback-list@broadcom.com
2457 T:      git git://github.com/broadcom/mach-bcm
2458 S:      Maintained
2459 F:      arch/arm/mach-bcm/
2460 F:      arch/arm/boot/dts/bcm113*
2461 F:      arch/arm/boot/dts/bcm216*
2462 F:      arch/arm/boot/dts/bcm281*
2463 F:      arch/arm64/boot/dts/broadcom/
2464 F:      arch/arm/configs/bcm_defconfig
2465 F:      drivers/mmc/host/sdhci-bcm-kona.c
2466 F:      drivers/clocksource/bcm_kona_timer.c
2467
2468 BROADCOM BCM2835 ARM ARCHITECTURE
2469 M:      Stephen Warren <swarren@wwwdotorg.org>
2470 M:      Lee Jones <lee@kernel.org>
2471 M:      Eric Anholt <eric@anholt.net>
2472 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2475 S:      Maintained
2476 N:      bcm2835
2477
2478 BROADCOM BCM47XX MIPS ARCHITECTURE
2479 M:      Hauke Mehrtens <hauke@hauke-m.de>
2480 M:      Rafał Miłecki <zajec5@gmail.com>
2481 L:      linux-mips@linux-mips.org
2482 S:      Maintained
2483 F:      arch/mips/bcm47xx/*
2484 F:      arch/mips/include/asm/mach-bcm47xx/*
2485
2486 BROADCOM BCM5301X ARM ARCHITECTURE
2487 M:      Hauke Mehrtens <hauke@hauke-m.de>
2488 L:      linux-arm-kernel@lists.infradead.org
2489 S:      Maintained
2490 F:      arch/arm/mach-bcm/bcm_5301x.c
2491 F:      arch/arm/boot/dts/bcm5301x.dtsi
2492 F:      arch/arm/boot/dts/bcm470*
2493
2494 BROADCOM BCM63XX ARM ARCHITECTURE
2495 M:      Florian Fainelli <f.fainelli@gmail.com>
2496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2497 L:      bcm-kernel-feedback-list@broadcom.com
2498 T:      git git://github.com/broadcom/stblinux.git
2499 S:      Maintained
2500 F:      arch/arm/mach-bcm/bcm63xx.c
2501 F:      arch/arm/include/debug/bcm63xx.S
2502
2503 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2504 M:      Kevin Cernekee <cernekee@gmail.com>
2505 L:      linux-usb@vger.kernel.org
2506 S:      Maintained
2507 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2508
2509 BROADCOM BCM7XXX ARM ARCHITECTURE
2510 M:      Brian Norris <computersforpeace@gmail.com>
2511 M:      Gregory Fong <gregory.0xf0@gmail.com>
2512 M:      Florian Fainelli <f.fainelli@gmail.com>
2513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2514 L:      bcm-kernel-feedback-list@broadcom.com
2515 T:      git git://github.com/broadcom/stblinux.git
2516 S:      Maintained
2517 F:      arch/arm/mach-bcm/*brcmstb*
2518 F:      arch/arm/boot/dts/bcm7*.dts*
2519 F:      drivers/bus/brcmstb_gisb.c
2520 N:      brcmstb
2521
2522 BROADCOM BMIPS MIPS ARCHITECTURE
2523 M:      Kevin Cernekee <cernekee@gmail.com>
2524 M:      Florian Fainelli <f.fainelli@gmail.com>
2525 L:      linux-mips@linux-mips.org
2526 T:      git git://github.com/broadcom/stblinux.git
2527 S:      Maintained
2528 F:      arch/mips/bmips/*
2529 F:      arch/mips/include/asm/mach-bmips/*
2530 F:      arch/mips/kernel/*bmips*
2531 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2532 F:      drivers/irqchip/irq-bcm63*
2533 F:      drivers/irqchip/irq-bcm7*
2534 F:      drivers/irqchip/irq-brcmstb*
2535 F:      include/linux/bcm963xx_nvram.h
2536 F:      include/linux/bcm963xx_tag.h
2537
2538 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2539 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2540 M:      Prashant Sreedharan <prashant@broadcom.com>
2541 M:      Michael Chan <mchan@broadcom.com>
2542 L:      netdev@vger.kernel.org
2543 S:      Supported
2544 F:      drivers/net/ethernet/broadcom/tg3.*
2545
2546 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2547 M:      Brett Rudley <brudley@broadcom.com>
2548 M:      Arend van Spriel <arend@broadcom.com>
2549 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2550 M:      Hante Meuleman <meuleman@broadcom.com>
2551 L:      linux-wireless@vger.kernel.org
2552 L:      brcm80211-dev-list@broadcom.com
2553 S:      Supported
2554 F:      drivers/net/wireless/broadcom/brcm80211/
2555
2556 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2557 M:      QLogic-Storage-Upstream@qlogic.com
2558 L:      linux-scsi@vger.kernel.org
2559 S:      Supported
2560 F:      drivers/scsi/bnx2fc/
2561
2562 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2563 M:      QLogic-Storage-Upstream@qlogic.com
2564 L:      linux-scsi@vger.kernel.org
2565 S:      Supported
2566 F:      drivers/scsi/bnx2i/
2567
2568 BROADCOM IPROC ARM ARCHITECTURE
2569 M:      Ray Jui <rjui@broadcom.com>
2570 M:      Scott Branden <sbranden@broadcom.com>
2571 M:      Jon Mason <jonmason@broadcom.com>
2572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2573 L:      bcm-kernel-feedback-list@broadcom.com
2574 T:      git git://github.com/broadcom/cygnus-linux.git
2575 S:      Maintained
2576 N:      iproc
2577 N:      cygnus
2578 N:      nsp
2579 N:      bcm9113*
2580 N:      bcm9583*
2581 N:      bcm9585*
2582 N:      bcm9586*
2583 N:      bcm988312
2584 N:      bcm113*
2585 N:      bcm583*
2586 N:      bcm585*
2587 N:      bcm586*
2588 N:      bcm88312
2589
2590 BROADCOM BRCMSTB GPIO DRIVER
2591 M:      Gregory Fong <gregory.0xf0@gmail.com>
2592 L:      bcm-kernel-feedback-list@broadcom.com
2593 S:      Supported
2594 F:      drivers/gpio/gpio-brcmstb.c
2595 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2596
2597 BROADCOM KONA GPIO DRIVER
2598 M:      Ray Jui <rjui@broadcom.com>
2599 L:      bcm-kernel-feedback-list@broadcom.com
2600 S:      Supported
2601 F:      drivers/gpio/gpio-bcm-kona.c
2602 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2603
2604 BROADCOM NVRAM DRIVER
2605 M:      Rafał Miłecki <zajec5@gmail.com>
2606 L:      linux-mips@linux-mips.org
2607 S:      Maintained
2608 F:      drivers/firmware/broadcom/*
2609
2610 BROADCOM STB NAND FLASH DRIVER
2611 M:      Brian Norris <computersforpeace@gmail.com>
2612 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2613 L:      linux-mtd@lists.infradead.org
2614 L:      bcm-kernel-feedback-list@broadcom.com
2615 S:      Maintained
2616 F:      drivers/mtd/nand/brcmnand/
2617
2618 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2619 M:      Rafał Miłecki <zajec5@gmail.com>
2620 L:      linux-wireless@vger.kernel.org
2621 S:      Maintained
2622 F:      drivers/bcma/
2623 F:      include/linux/bcma/
2624
2625 BROADCOM SYSTEMPORT ETHERNET DRIVER
2626 M:      Florian Fainelli <f.fainelli@gmail.com>
2627 L:      netdev@vger.kernel.org
2628 S:      Supported
2629 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2630
2631 BROADCOM VULCAN ARM64 SOC
2632 M:      Jayachandran C. <jchandra@broadcom.com>
2633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2634 L:      bcm-kernel-feedback-list@broadcom.com
2635 S:      Maintained
2636 F:      arch/arm64/boot/dts/broadcom/vulcan*
2637
2638 BROCADE BFA FC SCSI DRIVER
2639 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2640 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2641 L:      linux-scsi@vger.kernel.org
2642 S:      Supported
2643 F:      drivers/scsi/bfa/
2644
2645 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2646 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2647 L:      netdev@vger.kernel.org
2648 S:      Supported
2649 F:      drivers/net/ethernet/brocade/bna/
2650
2651 BSG (block layer generic sg v4 driver)
2652 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2653 L:      linux-scsi@vger.kernel.org
2654 S:      Supported
2655 F:      block/bsg.c
2656 F:      include/linux/bsg.h
2657 F:      include/uapi/linux/bsg.h
2658
2659 BT87X AUDIO DRIVER
2660 M:      Clemens Ladisch <clemens@ladisch.de>
2661 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2662 T:      git git://git.alsa-project.org/alsa-kernel.git
2663 S:      Maintained
2664 F:      Documentation/sound/alsa/Bt87x.txt
2665 F:      sound/pci/bt87x.c
2666
2667 BT8XXGPIO DRIVER
2668 M:      Michael Buesch <m@bues.ch>
2669 W:      http://bu3sch.de/btgpio.php
2670 S:      Maintained
2671 F:      drivers/gpio/gpio-bt8xx.c
2672
2673 BTRFS FILE SYSTEM
2674 M:      Chris Mason <clm@fb.com>
2675 M:      Josef Bacik <jbacik@fb.com>
2676 M:      David Sterba <dsterba@suse.com>
2677 L:      linux-btrfs@vger.kernel.org
2678 W:      http://btrfs.wiki.kernel.org/
2679 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2681 S:      Maintained
2682 F:      Documentation/filesystems/btrfs.txt
2683 F:      fs/btrfs/
2684
2685 BTTV VIDEO4LINUX DRIVER
2686 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2687 L:      linux-media@vger.kernel.org
2688 W:      https://linuxtv.org
2689 T:      git git://linuxtv.org/media_tree.git
2690 S:      Odd fixes
2691 F:      Documentation/video4linux/bttv/
2692 F:      drivers/media/pci/bt8xx/bttv*
2693
2694 BUSLOGIC SCSI DRIVER
2695 M:      Khalid Aziz <khalid@gonehiking.org>
2696 L:      linux-scsi@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/scsi/BusLogic.*
2699 F:      drivers/scsi/FlashPoint.*
2700
2701 C-MEDIA CMI8788 DRIVER
2702 M:      Clemens Ladisch <clemens@ladisch.de>
2703 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2704 T:      git git://git.alsa-project.org/alsa-kernel.git
2705 S:      Maintained
2706 F:      sound/pci/oxygen/
2707
2708 C6X ARCHITECTURE
2709 M:      Mark Salter <msalter@redhat.com>
2710 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2711 L:      linux-c6x-dev@linux-c6x.org
2712 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2713 S:      Maintained
2714 F:      arch/c6x/
2715
2716 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2717 M:      David Howells <dhowells@redhat.com>
2718 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2719 S:      Supported
2720 F:      Documentation/filesystems/caching/cachefiles.txt
2721 F:      fs/cachefiles/
2722
2723 CADET FM/AM RADIO RECEIVER DRIVER
2724 M:      Hans Verkuil <hverkuil@xs4all.nl>
2725 L:      linux-media@vger.kernel.org
2726 T:      git git://linuxtv.org/media_tree.git
2727 W:      https://linuxtv.org
2728 S:      Maintained
2729 F:      drivers/media/radio/radio-cadet*
2730
2731 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2732 M:      Jonathan Corbet <corbet@lwn.net>
2733 L:      linux-media@vger.kernel.org
2734 T:      git git://linuxtv.org/media_tree.git
2735 S:      Maintained
2736 F:      Documentation/video4linux/cafe_ccic
2737 F:      drivers/media/platform/marvell-ccic/
2738
2739 CAIF NETWORK LAYER
2740 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2741 L:      netdev@vger.kernel.org
2742 S:      Supported
2743 F:      Documentation/networking/caif/
2744 F:      drivers/net/caif/
2745 F:      include/uapi/linux/caif/
2746 F:      include/net/caif/
2747 F:      net/caif/
2748
2749 CALGARY x86-64 IOMMU
2750 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2751 M:      "Jon D. Mason" <jdmason@kudzu.us>
2752 L:      discuss@x86-64.org
2753 S:      Maintained
2754 F:      arch/x86/kernel/pci-calgary_64.c
2755 F:      arch/x86/kernel/tce_64.c
2756 F:      arch/x86/include/asm/calgary.h
2757 F:      arch/x86/include/asm/tce.h
2758
2759 CAN NETWORK LAYER
2760 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2761 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2762 L:      linux-can@vger.kernel.org
2763 W:      https://github.com/linux-can
2764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2766 S:      Maintained
2767 F:      Documentation/networking/can.txt
2768 F:      net/can/
2769 F:      include/linux/can/core.h
2770 F:      include/uapi/linux/can.h
2771 F:      include/uapi/linux/can/bcm.h
2772 F:      include/uapi/linux/can/raw.h
2773 F:      include/uapi/linux/can/gw.h
2774
2775 CAN NETWORK DRIVERS
2776 M:      Wolfgang Grandegger <wg@grandegger.com>
2777 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2778 L:      linux-can@vger.kernel.org
2779 W:      https://github.com/linux-can
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2782 S:      Maintained
2783 F:      drivers/net/can/
2784 F:      include/linux/can/dev.h
2785 F:      include/linux/can/platform/
2786 F:      include/uapi/linux/can/error.h
2787 F:      include/uapi/linux/can/netlink.h
2788
2789 CAPABILITIES
2790 M:      Serge Hallyn <serge.hallyn@canonical.com>
2791 L:      linux-security-module@vger.kernel.org
2792 S:      Supported
2793 F:      include/linux/capability.h
2794 F:      include/uapi/linux/capability.h
2795 F:      security/commoncap.c
2796 F:      kernel/capability.c
2797
2798 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2799 M:      Kevin Tsai <ktsai@capellamicro.com>
2800 S:      Maintained
2801 F:      drivers/iio/light/cm*
2802 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2803
2804 CAVIUM LIQUIDIO NETWORK DRIVER
2805 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2806 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2807 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2808 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2809 L:     netdev@vger.kernel.org
2810 W:     http://www.cavium.com
2811 S:     Supported
2812 F:     drivers/net/ethernet/cavium/liquidio/
2813
2814 CC2520 IEEE-802.15.4 RADIO DRIVER
2815 M:      Varka Bhadram <varkabhadram@gmail.com>
2816 L:      linux-wpan@vger.kernel.org
2817 S:      Maintained
2818 F:      drivers/net/ieee802154/cc2520.c
2819 F:      include/linux/spi/cc2520.h
2820 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2821
2822 CELL BROADBAND ENGINE ARCHITECTURE
2823 M:      Arnd Bergmann <arnd@arndb.de>
2824 L:      linuxppc-dev@lists.ozlabs.org
2825 W:      http://www.ibm.com/developerworks/power/cell/
2826 S:      Supported
2827 F:      arch/powerpc/include/asm/cell*.h
2828 F:      arch/powerpc/include/asm/spu*.h
2829 F:      arch/powerpc/include/uapi/asm/spu*.h
2830 F:      arch/powerpc/oprofile/*cell*
2831 F:      arch/powerpc/platforms/cell/
2832
2833 CEPH COMMON CODE (LIBCEPH)
2834 M:      Ilya Dryomov <idryomov@gmail.com>
2835 M:      "Yan, Zheng" <zyan@redhat.com>
2836 M:      Sage Weil <sage@redhat.com>
2837 L:      ceph-devel@vger.kernel.org
2838 W:      http://ceph.com/
2839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2840 T:      git git://github.com/ceph/ceph-client.git
2841 S:      Supported
2842 F:      net/ceph/
2843 F:      include/linux/ceph/
2844 F:      include/linux/crush/
2845
2846 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2847 M:      "Yan, Zheng" <zyan@redhat.com>
2848 M:      Sage Weil <sage@redhat.com>
2849 M:      Ilya Dryomov <idryomov@gmail.com>
2850 L:      ceph-devel@vger.kernel.org
2851 W:      http://ceph.com/
2852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2853 T:      git git://github.com/ceph/ceph-client.git
2854 S:      Supported
2855 F:      Documentation/filesystems/ceph.txt
2856 F:      fs/ceph/
2857
2858 CERTIFICATE HANDLING:
2859 M:      David Howells <dhowells@redhat.com>
2860 M:      David Woodhouse <dwmw2@infradead.org>
2861 L:      keyrings@vger.kernel.org
2862 S:      Maintained
2863 F:      Documentation/module-signing.txt
2864 F:      certs/
2865 F:      scripts/sign-file.c
2866 F:      scripts/extract-cert.c
2867
2868 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2869 L:      linux-usb@vger.kernel.org
2870 S:      Orphan
2871 F:      Documentation/usb/WUSB-Design-overview.txt
2872 F:      Documentation/usb/wusb-cbaf
2873 F:      drivers/usb/host/hwa-hc.c
2874 F:      drivers/usb/host/whci/
2875 F:      drivers/usb/wusbcore/
2876 F:      include/linux/usb/wusb*
2877
2878 CFAG12864B LCD DRIVER
2879 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2880 W:      http://miguelojeda.es/auxdisplay.htm
2881 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2882 S:      Maintained
2883 F:      drivers/auxdisplay/cfag12864b.c
2884 F:      include/linux/cfag12864b.h
2885
2886 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2887 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2888 W:      http://miguelojeda.es/auxdisplay.htm
2889 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2890 S:      Maintained
2891 F:      drivers/auxdisplay/cfag12864bfb.c
2892 F:      include/linux/cfag12864b.h
2893
2894 CFG80211 and NL80211
2895 M:      Johannes Berg <johannes@sipsolutions.net>
2896 L:      linux-wireless@vger.kernel.org
2897 W:      http://wireless.kernel.org/
2898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2900 S:      Maintained
2901 F:      include/uapi/linux/nl80211.h
2902 F:      include/net/cfg80211.h
2903 F:      net/wireless/*
2904 X:      net/wireless/wext*
2905
2906 CHAR and MISC DRIVERS
2907 M:      Arnd Bergmann <arnd@arndb.de>
2908 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2910 S:      Supported
2911 F:      drivers/char/*
2912 F:      drivers/misc/*
2913 F:      include/linux/miscdevice.h
2914
2915 CHECKPATCH
2916 M:      Andy Whitcroft <apw@canonical.com>
2917 M:      Joe Perches <joe@perches.com>
2918 S:      Maintained
2919 F:      scripts/checkpatch.pl
2920
2921 CHINESE DOCUMENTATION
2922 M:      Harry Wei <harryxiyou@gmail.com>
2923 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2924 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2925 S:      Maintained
2926 F:      Documentation/zh_CN/
2927
2928 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2929 M:      Peter Chen <Peter.Chen@nxp.com>
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2931 L:      linux-usb@vger.kernel.org
2932 S:      Maintained
2933 F:      drivers/usb/chipidea/
2934
2935 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2936 M:      Hans de Goede <hdegoede@redhat.com>
2937 L:      linux-input@vger.kernel.org
2938 S:      Maintained
2939 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2940 F:      drivers/input/touchscreen/chipone_icn8318.c
2941
2942 CHROME HARDWARE PLATFORM SUPPORT
2943 M:      Olof Johansson <olof@lixom.net>
2944 S:      Maintained
2945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2946 F:      drivers/platform/chrome/
2947
2948 CISCO VIC ETHERNET NIC DRIVER
2949 M:      Christian Benvenuti <benve@cisco.com>
2950 M:      Sujith Sankar <ssujith@cisco.com>
2951 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2952 M:      Neel Patel <neepatel@cisco.com>
2953 S:      Supported
2954 F:      drivers/net/ethernet/cisco/enic/
2955
2956 CISCO VIC LOW LATENCY NIC DRIVER
2957 M:      Christian Benvenuti <benve@cisco.com>
2958 M:      Dave Goodell <dgoodell@cisco.com>
2959 S:      Supported
2960 F:      drivers/infiniband/hw/usnic/
2961
2962 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2963 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2964 L:      netdev@vger.kernel.org
2965 S:      Maintained
2966 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2967
2968 CIRRUS LOGIC AUDIO CODEC DRIVERS
2969 M:      Brian Austin <brian.austin@cirrus.com>
2970 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2971 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2972 S:      Maintained
2973 F:      sound/soc/codecs/cs*
2974
2975 CLEANCACHE API
2976 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2977 L:      linux-kernel@vger.kernel.org
2978 S:      Maintained
2979 F:      mm/cleancache.c
2980 F:      include/linux/cleancache.h
2981
2982 CLK API
2983 M:      Russell King <linux@armlinux.org.uk>
2984 L:      linux-clk@vger.kernel.org
2985 S:      Maintained
2986 F:      include/linux/clk.h
2987
2988 CLOCKSOURCE, CLOCKEVENT DRIVERS
2989 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2990 M:      Thomas Gleixner <tglx@linutronix.de>
2991 L:      linux-kernel@vger.kernel.org
2992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2993 S:      Supported
2994 F:      drivers/clocksource
2995
2996 CISCO FCOE HBA DRIVER
2997 M:      Hiral Patel <hiralpat@cisco.com>
2998 M:      Suma Ramars <sramars@cisco.com>
2999 M:      Brian Uchino <buchino@cisco.com>
3000 L:      linux-scsi@vger.kernel.org
3001 S:      Supported
3002 F:      drivers/scsi/fnic/
3003
3004 CISCO SCSI HBA DRIVER
3005 M:      Narsimhulu Musini <nmusini@cisco.com>
3006 M:      Sesidhar Baddela <sebaddel@cisco.com>
3007 L:      linux-scsi@vger.kernel.org
3008 S:      Supported
3009 F:      drivers/scsi/snic/
3010
3011 CMPC ACPI DRIVER
3012 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3013 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3014 L:      platform-driver-x86@vger.kernel.org
3015 S:      Supported
3016 F:      drivers/platform/x86/classmate-laptop.c
3017
3018 COBALT MEDIA DRIVER
3019 M:      Hans Verkuil <hans.verkuil@cisco.com>
3020 L:      linux-media@vger.kernel.org
3021 T:      git git://linuxtv.org/media_tree.git
3022 W:      https://linuxtv.org
3023 S:      Supported
3024 F:      drivers/media/pci/cobalt/
3025
3026 COCCINELLE/Semantic Patches (SmPL)
3027 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3028 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3029 M:      Nicolas Palix <nicolas.palix@imag.fr>
3030 M:      Michal Marek <mmarek@suse.com>
3031 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3033 W:      http://coccinelle.lip6.fr/
3034 S:      Supported
3035 F:      Documentation/coccinelle.txt
3036 F:      scripts/coccinelle/
3037 F:      scripts/coccicheck
3038
3039 CODA FILE SYSTEM
3040 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3041 M:      coda@cs.cmu.edu
3042 L:      codalist@coda.cs.cmu.edu
3043 W:      http://www.coda.cs.cmu.edu/
3044 S:      Maintained
3045 F:      Documentation/filesystems/coda.txt
3046 F:      fs/coda/
3047 F:      include/linux/coda*.h
3048 F:      include/uapi/linux/coda*.h
3049
3050 CODA V4L2 MEM2MEM DRIVER
3051 M:      Philipp Zabel <p.zabel@pengutronix.de>
3052 L:      linux-media@vger.kernel.org
3053 S:      Maintained
3054 F:      Documentation/devicetree/bindings/media/coda.txt
3055 F:      drivers/media/platform/coda/
3056
3057 COMMON CLK FRAMEWORK
3058 M:      Michael Turquette <mturquette@baylibre.com>
3059 M:      Stephen Boyd <sboyd@codeaurora.org>
3060 L:      linux-clk@vger.kernel.org
3061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3062 S:      Maintained
3063 F:      drivers/clk/
3064 X:      drivers/clk/clkdev.c
3065 F:      include/linux/clk-pr*
3066 F:      include/linux/clk/
3067
3068 COMMON INTERNET FILE SYSTEM (CIFS)
3069 M:      Steve French <sfrench@samba.org>
3070 L:      linux-cifs@vger.kernel.org
3071 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3072 W:      http://linux-cifs.samba.org/
3073 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3074 S:      Supported
3075 F:      Documentation/filesystems/cifs/
3076 F:      fs/cifs/
3077
3078 COMPACTPCI HOTPLUG CORE
3079 M:      Scott Murray <scott@spiteful.org>
3080 L:      linux-pci@vger.kernel.org
3081 S:      Maintained
3082 F:      drivers/pci/hotplug/cpci_hotplug*
3083
3084 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3085 M:      Scott Murray <scott@spiteful.org>
3086 L:      linux-pci@vger.kernel.org
3087 S:      Maintained
3088 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3089
3090 COMPACTPCI HOTPLUG GENERIC DRIVER
3091 M:      Scott Murray <scott@spiteful.org>
3092 L:      linux-pci@vger.kernel.org
3093 S:      Maintained
3094 F:      drivers/pci/hotplug/cpcihp_generic.c
3095
3096 COMPAL LAPTOP SUPPORT
3097 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3098 L:      platform-driver-x86@vger.kernel.org
3099 S:      Maintained
3100 F:      drivers/platform/x86/compal-laptop.c
3101
3102 CONEXANT ACCESSRUNNER USB DRIVER
3103 L:      accessrunner-general@lists.sourceforge.net
3104 W:      http://accessrunner.sourceforge.net/
3105 S:      Orphan
3106 F:      drivers/usb/atm/cxacru.c
3107
3108 CONFIGFS
3109 M:      Joel Becker <jlbec@evilplan.org>
3110 M:      Christoph Hellwig <hch@lst.de>
3111 T:      git git://git.infradead.org/users/hch/configfs.git
3112 S:      Supported
3113 F:      fs/configfs/
3114 F:      include/linux/configfs.h
3115
3116 CONNECTOR
3117 M:      Evgeniy Polyakov <zbr@ioremap.net>
3118 L:      netdev@vger.kernel.org
3119 S:      Maintained
3120 F:      drivers/connector/
3121
3122 CONTROL GROUP (CGROUP)
3123 M:      Tejun Heo <tj@kernel.org>
3124 M:      Li Zefan <lizefan@huawei.com>
3125 M:      Johannes Weiner <hannes@cmpxchg.org>
3126 L:      cgroups@vger.kernel.org
3127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3128 S:      Maintained
3129 F:      Documentation/cgroups/
3130 F:      include/linux/cgroup*
3131 F:      kernel/cgroup*
3132
3133 CONTROL GROUP - CPUSET
3134 M:      Li Zefan <lizefan@huawei.com>
3135 L:      cgroups@vger.kernel.org
3136 W:      http://www.bullopensource.org/cpuset/
3137 W:      http://oss.sgi.com/projects/cpusets/
3138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3139 S:      Maintained
3140 F:      Documentation/cgroups/cpusets.txt
3141 F:      include/linux/cpuset.h
3142 F:      kernel/cpuset.c
3143
3144 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3145 M:      Johannes Weiner <hannes@cmpxchg.org>
3146 M:      Michal Hocko <mhocko@kernel.org>
3147 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3148 L:      cgroups@vger.kernel.org
3149 L:      linux-mm@kvack.org
3150 S:      Maintained
3151 F:      mm/memcontrol.c
3152 F:      mm/swap_cgroup.c
3153
3154 CORETEMP HARDWARE MONITORING DRIVER
3155 M:      Fenghua Yu <fenghua.yu@intel.com>
3156 L:      linux-hwmon@vger.kernel.org
3157 S:      Maintained
3158 F:      Documentation/hwmon/coretemp
3159 F:      drivers/hwmon/coretemp.c
3160
3161 COSA/SRP SYNC SERIAL DRIVER
3162 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3163 W:      http://www.fi.muni.cz/~kas/cosa/
3164 S:      Maintained
3165 F:      drivers/net/wan/cosa*
3166
3167 CPMAC ETHERNET DRIVER
3168 M:      Florian Fainelli <florian@openwrt.org>
3169 L:      netdev@vger.kernel.org
3170 S:      Maintained
3171 F:      drivers/net/ethernet/ti/cpmac.c
3172
3173 CPU FREQUENCY DRIVERS
3174 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3175 M:      Viresh Kumar <viresh.kumar@linaro.org>
3176 L:      linux-pm@vger.kernel.org
3177 S:      Maintained
3178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3179 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3180 F:      drivers/cpufreq/
3181 F:      include/linux/cpufreq.h
3182
3183 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3184 M:      Viresh Kumar <viresh.kumar@linaro.org>
3185 M:      Sudeep Holla <sudeep.holla@arm.com>
3186 L:      linux-pm@vger.kernel.org
3187 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3188 S:      Maintained
3189 F:      drivers/cpufreq/arm_big_little.h
3190 F:      drivers/cpufreq/arm_big_little.c
3191 F:      drivers/cpufreq/arm_big_little_dt.c
3192
3193 CPUIDLE DRIVER - ARM BIG LITTLE
3194 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3195 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3196 L:      linux-pm@vger.kernel.org
3197 L:      linux-arm-kernel@lists.infradead.org
3198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3199 S:      Maintained
3200 F:      drivers/cpuidle/cpuidle-big_little.c
3201
3202 CPUIDLE DRIVER - ARM EXYNOS
3203 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3204 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3205 M:      Kukjin Kim <kgene@kernel.org>
3206 L:      linux-pm@vger.kernel.org
3207 L:      linux-samsung-soc@vger.kernel.org
3208 S:      Supported
3209 F:      drivers/cpuidle/cpuidle-exynos.c
3210 F:      arch/arm/mach-exynos/pm.c
3211
3212 CPUIDLE DRIVERS
3213 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3214 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3215 L:      linux-pm@vger.kernel.org
3216 S:      Maintained
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3218 F:      drivers/cpuidle/*
3219 F:      include/linux/cpuidle.h
3220
3221 CPUID/MSR DRIVER
3222 M:      "H. Peter Anvin" <hpa@zytor.com>
3223 S:      Maintained
3224 F:      arch/x86/kernel/cpuid.c
3225 F:      arch/x86/kernel/msr.c
3226
3227 CPU POWER MONITORING SUBSYSTEM
3228 M:      Thomas Renninger <trenn@suse.com>
3229 L:      linux-pm@vger.kernel.org
3230 S:      Maintained
3231 F:      tools/power/cpupower/
3232
3233 CRAMFS FILESYSTEM
3234 W:      http://sourceforge.net/projects/cramfs/
3235 S:      Orphan / Obsolete
3236 F:      Documentation/filesystems/cramfs.txt
3237 F:      fs/cramfs/
3238
3239 CRIS PORT
3240 M:      Mikael Starvik <starvik@axis.com>
3241 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3242 L:      linux-cris-kernel@axis.com
3243 W:      http://developer.axis.com
3244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3245 S:      Maintained
3246 F:      arch/cris/
3247 F:      drivers/tty/serial/crisv10.*
3248
3249 CRYPTO API
3250 M:      Herbert Xu <herbert@gondor.apana.org.au>
3251 M:      "David S. Miller" <davem@davemloft.net>
3252 L:      linux-crypto@vger.kernel.org
3253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3255 S:      Maintained
3256 F:      Documentation/crypto/
3257 F:      Documentation/DocBook/crypto-API.tmpl
3258 F:      arch/*/crypto/
3259 F:      crypto/
3260 F:      drivers/crypto/
3261 F:      include/crypto/
3262
3263 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3264 M:      Neil Horman <nhorman@tuxdriver.com>
3265 L:      linux-crypto@vger.kernel.org
3266 S:      Maintained
3267 F:      crypto/ansi_cprng.c
3268 F:      crypto/rng.c
3269
3270 CS3308 MEDIA DRIVER
3271 M:      Hans Verkuil <hverkuil@xs4all.nl>
3272 L:      linux-media@vger.kernel.org
3273 T:      git git://linuxtv.org/media_tree.git
3274 W:      http://linuxtv.org
3275 S:      Odd Fixes
3276 F:      drivers/media/i2c/cs3308.c
3277 F:      drivers/media/i2c/cs3308.h
3278
3279 CS5535 Audio ALSA driver
3280 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3281 S:      Maintained
3282 F:      sound/pci/cs5535audio/
3283
3284 CW1200 WLAN driver
3285 M:      Solomon Peachy <pizza@shaftnet.org>
3286 S:      Maintained
3287 F:      drivers/net/wireless/st/cw1200/
3288
3289 CX18 VIDEO4LINUX DRIVER
3290 M:      Andy Walls <awalls@md.metrocast.net>
3291 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3292 L:      linux-media@vger.kernel.org
3293 T:      git git://linuxtv.org/media_tree.git
3294 W:      https://linuxtv.org
3295 W:      http://www.ivtvdriver.org/index.php/Cx18
3296 S:      Maintained
3297 F:      Documentation/video4linux/cx18.txt
3298 F:      drivers/media/pci/cx18/
3299 F:      include/uapi/linux/ivtv*
3300
3301 CX2341X MPEG ENCODER HELPER MODULE
3302 M:      Hans Verkuil <hverkuil@xs4all.nl>
3303 L:      linux-media@vger.kernel.org
3304 T:      git git://linuxtv.org/media_tree.git
3305 W:      https://linuxtv.org
3306 S:      Maintained
3307 F:      drivers/media/common/cx2341x*
3308 F:      include/media/cx2341x*
3309
3310 CX24120 MEDIA DRIVER
3311 M:      Jemma Denson <jdenson@gmail.com>
3312 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3313 L:      linux-media@vger.kernel.org
3314 W:      https://linuxtv.org
3315 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3316 S:      Maintained
3317 F:      drivers/media/dvb-frontends/cx24120*
3318
3319 CX88 VIDEO4LINUX DRIVER
3320 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3321 L:      linux-media@vger.kernel.org
3322 W:      https://linuxtv.org
3323 T:      git git://linuxtv.org/media_tree.git
3324 S:      Odd fixes
3325 F:      Documentation/video4linux/cx88/
3326 F:      drivers/media/pci/cx88/
3327
3328 CXD2820R MEDIA DRIVER
3329 M:      Antti Palosaari <crope@iki.fi>
3330 L:      linux-media@vger.kernel.org
3331 W:      https://linuxtv.org
3332 W:      http://palosaari.fi/linux/
3333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3334 T:      git git://linuxtv.org/anttip/media_tree.git
3335 S:      Maintained
3336 F:      drivers/media/dvb-frontends/cxd2820r*
3337
3338 CXGB3 ETHERNET DRIVER (CXGB3)
3339 M:      Santosh Raspatur <santosh@chelsio.com>
3340 L:      netdev@vger.kernel.org
3341 W:      http://www.chelsio.com
3342 S:      Supported
3343 F:      drivers/net/ethernet/chelsio/cxgb3/
3344
3345 CXGB3 ISCSI DRIVER (CXGB3I)
3346 M:      Karen Xie <kxie@chelsio.com>
3347 L:      linux-scsi@vger.kernel.org
3348 W:      http://www.chelsio.com
3349 S:      Supported
3350 F:      drivers/scsi/cxgbi/cxgb3i
3351
3352 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3353 M:      Steve Wise <swise@chelsio.com>
3354 L:      linux-rdma@vger.kernel.org
3355 W:      http://www.openfabrics.org
3356 S:      Supported
3357 F:      drivers/infiniband/hw/cxgb3/
3358
3359 CXGB4 ETHERNET DRIVER (CXGB4)
3360 M:      Hariprasad S <hariprasad@chelsio.com>
3361 L:      netdev@vger.kernel.org
3362 W:      http://www.chelsio.com
3363 S:      Supported
3364 F:      drivers/net/ethernet/chelsio/cxgb4/
3365
3366 CXGB4 ISCSI DRIVER (CXGB4I)
3367 M:      Karen Xie <kxie@chelsio.com>
3368 L:      linux-scsi@vger.kernel.org
3369 W:      http://www.chelsio.com
3370 S:      Supported
3371 F:      drivers/scsi/cxgbi/cxgb4i
3372
3373 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3374 M:      Steve Wise <swise@chelsio.com>
3375 L:      linux-rdma@vger.kernel.org
3376 W:      http://www.openfabrics.org
3377 S:      Supported
3378 F:      drivers/infiniband/hw/cxgb4/
3379
3380 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3381 M:      Casey Leedom <leedom@chelsio.com>
3382 L:      netdev@vger.kernel.org
3383 W:      http://www.chelsio.com
3384 S:      Supported
3385 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3386
3387 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3388 M:      Ian Munsie <imunsie@au1.ibm.com>
3389 M:      Michael Neuling <mikey@neuling.org>
3390 L:      linuxppc-dev@lists.ozlabs.org
3391 S:      Supported
3392 F:      drivers/misc/cxl/
3393 F:      include/misc/cxl*
3394 F:      include/uapi/misc/cxl.h
3395 F:      Documentation/powerpc/cxl.txt
3396 F:      Documentation/powerpc/cxl.txt
3397 F:      Documentation/ABI/testing/sysfs-class-cxl
3398
3399 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3400 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3401 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3402 L:      linux-scsi@vger.kernel.org
3403 S:      Supported
3404 F:      drivers/scsi/cxlflash/
3405 F:      include/uapi/scsi/cxlflash_ioctls.h
3406 F:      Documentation/powerpc/cxlflash.txt
3407
3408 STMMAC ETHERNET DRIVER
3409 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3410 M:      Alexandre Torgue <alexandre.torgue@st.com>
3411 L:      netdev@vger.kernel.org
3412 W:      http://www.stlinux.com
3413 S:      Supported
3414 F:      drivers/net/ethernet/stmicro/stmmac/
3415
3416 CYBERPRO FB DRIVER
3417 M:      Russell King <linux@armlinux.org.uk>
3418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3419 W:      http://www.armlinux.org.uk/
3420 S:      Maintained
3421 F:      drivers/video/fbdev/cyber2000fb.*
3422
3423 CYCLADES ASYNC MUX DRIVER
3424 W:      http://www.cyclades.com/
3425 S:      Orphan
3426 F:      drivers/tty/cyclades.c
3427 F:      include/linux/cyclades.h
3428 F:      include/uapi/linux/cyclades.h
3429
3430 CYCLADES PC300 DRIVER
3431 W:      http://www.cyclades.com/
3432 S:      Orphan
3433 F:      drivers/net/wan/pc300*
3434
3435 CYPRESS_FIRMWARE MEDIA DRIVER
3436 M:      Antti Palosaari <crope@iki.fi>
3437 L:      linux-media@vger.kernel.org
3438 W:      https://linuxtv.org
3439 W:      http://palosaari.fi/linux/
3440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3441 T:      git git://linuxtv.org/anttip/media_tree.git
3442 S:      Maintained
3443 F:      drivers/media/common/cypress_firmware*
3444
3445 CYTTSP TOUCHSCREEN DRIVER
3446 M:      Ferruh Yigit <fery@cypress.com>
3447 L:      linux-input@vger.kernel.org
3448 S:      Supported
3449 F:      drivers/input/touchscreen/cyttsp*
3450 F:      include/linux/input/cyttsp.h
3451
3452 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3453 M:      Joshua Kinard <kumba@gentoo.org>
3454 S:      Maintained
3455 F:      drivers/rtc/rtc-ds1685.c
3456 F:      include/linux/rtc/ds1685.h
3457
3458 DAMA SLAVE for AX.25
3459 M:      Joerg Reuter <jreuter@yaina.de>
3460 W:      http://yaina.de/jreuter/
3461 W:      http://www.qsl.net/dl1bke/
3462 L:      linux-hams@vger.kernel.org
3463 S:      Maintained
3464 F:      net/ax25/af_ax25.c
3465 F:      net/ax25/ax25_dev.c
3466 F:      net/ax25/ax25_ds_*
3467 F:      net/ax25/ax25_in.c
3468 F:      net/ax25/ax25_out.c
3469 F:      net/ax25/ax25_timer.c
3470 F:      net/ax25/sysctl_net_ax25.c
3471
3472 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3473 L:      netdev@vger.kernel.org
3474 S:      Orphan
3475 F:      Documentation/networking/dmfe.txt
3476 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3477
3478 DC390/AM53C974 SCSI driver
3479 M:      Hannes Reinecke <hare@suse.com>
3480 L:      linux-scsi@vger.kernel.org
3481 S:      Maintained
3482 F:      drivers/scsi/am53c974.c
3483
3484 DC395x SCSI driver
3485 M:      Oliver Neukum <oliver@neukum.org>
3486 M:      Ali Akcaagac <aliakc@web.de>
3487 M:      Jamie Lenehan <lenehan@twibble.org>
3488 L:      dc395x@twibble.org
3489 W:      http://twibble.org/dist/dc395x/
3490 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3491 S:      Maintained
3492 F:      Documentation/scsi/dc395x.txt
3493 F:      drivers/scsi/dc395x.*
3494
3495 DCCP PROTOCOL
3496 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3497 L:      dccp@vger.kernel.org
3498 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3499 S:      Maintained
3500 F:      include/linux/dccp.h
3501 F:      include/uapi/linux/dccp.h
3502 F:      include/linux/tfrc.h
3503 F:      net/dccp/
3504
3505 DECnet NETWORK LAYER
3506 W:      http://linux-decnet.sourceforge.net
3507 L:      linux-decnet-user@lists.sourceforge.net
3508 S:      Orphan
3509 F:      Documentation/networking/decnet.txt
3510 F:      net/decnet/
3511
3512 DECSTATION PLATFORM SUPPORT
3513 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3514 L:      linux-mips@linux-mips.org
3515 W:      http://www.linux-mips.org/wiki/DECstation
3516 S:      Maintained
3517 F:      arch/mips/dec/
3518 F:      arch/mips/include/asm/dec/
3519 F:      arch/mips/include/asm/mach-dec/
3520
3521 DEFXX FDDI NETWORK DRIVER
3522 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3523 S:      Maintained
3524 F:      drivers/net/fddi/defxx.*
3525
3526 DELL LAPTOP DRIVER
3527 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3528 M:      Pali Rohár <pali.rohar@gmail.com>
3529 L:      platform-driver-x86@vger.kernel.org
3530 S:      Maintained
3531 F:      drivers/platform/x86/dell-laptop.c
3532
3533 DELL LAPTOP RBTN DRIVER
3534 M:      Pali Rohár <pali.rohar@gmail.com>
3535 S:      Maintained
3536 F:      drivers/platform/x86/dell-rbtn.*
3537
3538 DELL LAPTOP FREEFALL DRIVER
3539 M:      Pali Rohár <pali.rohar@gmail.com>
3540 S:      Maintained
3541 F:      drivers/platform/x86/dell-smo8800.c
3542
3543 DELL LAPTOP SMM DRIVER
3544 M:      Pali Rohár <pali.rohar@gmail.com>
3545 S:      Maintained
3546 F:      drivers/hwmon/dell-smm-hwmon.c
3547 F:      include/uapi/linux/i8k.h
3548
3549 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3550 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3551 S:      Maintained
3552 F:      Documentation/dcdbas.txt
3553 F:      drivers/firmware/dcdbas.*
3554
3555 DELL WMI EXTRAS DRIVER
3556 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3557 M:      Pali Rohár <pali.rohar@gmail.com>
3558 S:      Maintained
3559 F:      drivers/platform/x86/dell-wmi.c
3560
3561 DESIGNWARE USB2 DRD IP DRIVER
3562 M:      John Youn <johnyoun@synopsys.com>
3563 L:      linux-usb@vger.kernel.org
3564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3565 S:      Maintained
3566 F:      drivers/usb/dwc2/
3567
3568 DESIGNWARE USB3 DRD IP DRIVER
3569 M:      Felipe Balbi <balbi@kernel.org>
3570 L:      linux-usb@vger.kernel.org
3571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3572 S:      Maintained
3573 F:      drivers/usb/dwc3/
3574
3575 DEVICE COREDUMP (DEV_COREDUMP)
3576 M:      Johannes Berg <johannes@sipsolutions.net>
3577 L:      linux-kernel@vger.kernel.org
3578 S:      Maintained
3579 F:      drivers/base/devcoredump.c
3580 F:      include/linux/devcoredump.h
3581
3582 DEVICE FREQUENCY (DEVFREQ)
3583 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3584 M:      Kyungmin Park <kyungmin.park@samsung.com>
3585 L:      linux-pm@vger.kernel.org
3586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3587 S:      Maintained
3588 F:      drivers/devfreq/
3589 F:      include/linux/devfreq.h
3590 F:      Documentation/devicetree/bindings/devfreq/
3591
3592 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3593 M:      Chanwoo Choi <cw00.choi@samsung.com>
3594 L:      linux-pm@vger.kernel.org
3595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3596 S:      Supported
3597 F:      drivers/devfreq/event/
3598 F:      drivers/devfreq/devfreq-event.c
3599 F:      include/linux/devfreq-event.h
3600 F:      Documentation/devicetree/bindings/devfreq/event/
3601
3602 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3603 M:      Chanwoo Choi <cw00.choi@samsung.com>
3604 L:      linux-pm@vger.kernel.org
3605 L:      linux-samsung-soc@vger.kernel.org
3606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3607 S:      Maintained
3608 F:      drivers/devfreq/exynos-bus.c
3609 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3610
3611 DEVICE NUMBER REGISTRY
3612 M:      Torben Mathiasen <device@lanana.org>
3613 W:      http://lanana.org/docs/device-list/index.html
3614 S:      Maintained
3615
3616 DEVICE-MAPPER  (LVM)
3617 M:      Alasdair Kergon <agk@redhat.com>
3618 M:      Mike Snitzer <snitzer@redhat.com>
3619 M:      dm-devel@redhat.com
3620 L:      dm-devel@redhat.com
3621 W:      http://sources.redhat.com/dm
3622 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3624 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3625 S:      Maintained
3626 F:      Documentation/device-mapper/
3627 F:      drivers/md/dm*
3628 F:      drivers/md/persistent-data/
3629 F:      include/linux/device-mapper.h
3630 F:      include/linux/dm-*.h
3631 F:      include/uapi/linux/dm-*.h
3632
3633 DEVLINK
3634 M:      Jiri Pirko <jiri@mellanox.com>
3635 L:      netdev@vger.kernel.org
3636 S:      Supported
3637 F:      net/core/devlink.c
3638 F:      include/net/devlink.h
3639 F:      include/uapi/linux/devlink.h
3640
3641 DIALOG SEMICONDUCTOR DRIVERS
3642 M:      Support Opensource <support.opensource@diasemi.com>
3643 W:      http://www.dialog-semiconductor.com/products
3644 S:      Supported
3645 F:      Documentation/hwmon/da90??
3646 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3647 F:      drivers/gpio/gpio-da90??.c
3648 F:      drivers/hwmon/da90??-hwmon.c
3649 F:      drivers/iio/adc/da91??-*.c
3650 F:      drivers/input/misc/da90??_onkey.c
3651 F:      drivers/input/touchscreen/da9052_tsi.c
3652 F:      drivers/leds/leds-da90??.c
3653 F:      drivers/mfd/da903x.c
3654 F:      drivers/mfd/da90??-*.c
3655 F:      drivers/mfd/da91??-*.c
3656 F:      drivers/power/da9052-battery.c
3657 F:      drivers/power/da91??-*.c
3658 F:      drivers/regulator/da903x.c
3659 F:      drivers/regulator/da9???-regulator.[ch]
3660 F:      drivers/rtc/rtc-da90??.c
3661 F:      drivers/video/backlight/da90??_bl.c
3662 F:      drivers/watchdog/da90??_wdt.c
3663 F:      include/linux/mfd/da903x.h
3664 F:      include/linux/mfd/da9052/
3665 F:      include/linux/mfd/da9055/
3666 F:      include/linux/mfd/da9063/
3667 F:      include/linux/mfd/da9150/
3668 F:      include/sound/da[79]*.h
3669 F:      sound/soc/codecs/da[79]*.[ch]
3670
3671 DIGI NEO AND CLASSIC PCI PRODUCTS
3672 M:      Lidza Louina <lidza.louina@gmail.com>
3673 M:      Mark Hounschell <markh@compro.net>
3674 L:      driverdev-devel@linuxdriverproject.org
3675 S:      Maintained
3676 F:      drivers/staging/dgnc/
3677
3678 DIOLAN U2C-12 I2C DRIVER
3679 M:      Guenter Roeck <linux@roeck-us.net>
3680 L:      linux-i2c@vger.kernel.org
3681 S:      Maintained
3682 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3683
3684 DIRECT ACCESS (DAX)
3685 M:      Matthew Wilcox <willy@linux.intel.com>
3686 L:      linux-fsdevel@vger.kernel.org
3687 S:      Supported
3688 F:      fs/dax.c
3689
3690 DIRECTORY NOTIFICATION (DNOTIFY)
3691 M:      Eric Paris <eparis@parisplace.org>
3692 S:      Maintained
3693 F:      Documentation/filesystems/dnotify.txt
3694 F:      fs/notify/dnotify/
3695 F:      include/linux/dnotify.h
3696
3697 DISK GEOMETRY AND PARTITION HANDLING
3698 M:      Andries Brouwer <aeb@cwi.nl>
3699 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3700 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3701 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3702 S:      Maintained
3703
3704 DISKQUOTA
3705 M:      Jan Kara <jack@suse.com>
3706 S:      Maintained
3707 F:      Documentation/filesystems/quota.txt
3708 F:      fs/quota/
3709 F:      include/linux/quota*.h
3710 F:      include/uapi/linux/quota*.h
3711
3712 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3713 M:      Bernie Thompson <bernie@plugable.com>
3714 L:      linux-fbdev@vger.kernel.org
3715 S:      Maintained
3716 W:      http://plugable.com/category/projects/udlfb/
3717 F:      drivers/video/fbdev/udlfb.c
3718 F:      include/video/udlfb.h
3719 F:      Documentation/fb/udlfb.txt
3720
3721 DISTRIBUTED LOCK MANAGER (DLM)
3722 M:      Christine Caulfield <ccaulfie@redhat.com>
3723 M:      David Teigland <teigland@redhat.com>
3724 L:      cluster-devel@redhat.com
3725 W:      http://sources.redhat.com/cluster/
3726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3727 S:      Supported
3728 F:      fs/dlm/
3729
3730 DMA BUFFER SHARING FRAMEWORK
3731 M:      Sumit Semwal <sumit.semwal@linaro.org>
3732 S:      Maintained
3733 L:      linux-media@vger.kernel.org
3734 L:      dri-devel@lists.freedesktop.org
3735 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3736 F:      drivers/dma-buf/
3737 F:      include/linux/dma-buf*
3738 F:      include/linux/reservation.h
3739 F:      include/linux/*fence.h
3740 F:      Documentation/dma-buf-sharing.txt
3741 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3742
3743 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3744 M:      Vinod Koul <vinod.koul@intel.com>
3745 L:      dmaengine@vger.kernel.org
3746 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3747 S:      Maintained
3748 F:      drivers/dma/
3749 F:      include/linux/dmaengine.h
3750 F:      Documentation/dmaengine/
3751 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3752
3753 DME1737 HARDWARE MONITOR DRIVER
3754 M:      Juerg Haefliger <juergh@gmail.com>
3755 L:      linux-hwmon@vger.kernel.org
3756 S:      Maintained
3757 F:      Documentation/hwmon/dme1737
3758 F:      drivers/hwmon/dme1737.c
3759
3760 DMI/SMBIOS SUPPORT
3761 M:      Jean Delvare <jdelvare@suse.com>
3762 S:      Maintained
3763 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3764 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3765 F:      drivers/firmware/dmi-id.c
3766 F:      drivers/firmware/dmi_scan.c
3767 F:      include/linux/dmi.h
3768
3769 DOCUMENTATION
3770 M:      Jonathan Corbet <corbet@lwn.net>
3771 L:      linux-doc@vger.kernel.org
3772 S:      Maintained
3773 F:      Documentation/
3774 F:      scripts/docproc.c
3775 F:      scripts/kernel-doc*
3776 X:      Documentation/ABI/
3777 X:      Documentation/devicetree/
3778 X:      Documentation/acpi
3779 X:      Documentation/power
3780 X:      Documentation/spi
3781 X:      Documentation/DocBook/media
3782 T:      git git://git.lwn.net/linux.git docs-next
3783
3784 DOUBLETALK DRIVER
3785 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3786 L:      blinux-list@redhat.com
3787 S:      Maintained
3788 F:      drivers/char/dtlk.c
3789 F:      include/linux/dtlk.h
3790
3791 DPT_I2O SCSI RAID DRIVER
3792 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3793 L:      linux-scsi@vger.kernel.org
3794 W:      http://www.adaptec.com/
3795 S:      Maintained
3796 F:      drivers/scsi/dpt*
3797 F:      drivers/scsi/dpt/
3798
3799 DRBD DRIVER
3800 M:      Philipp Reisner <philipp.reisner@linbit.com>
3801 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3802 L:      drbd-dev@lists.linbit.com
3803 W:      http://www.drbd.org
3804 T:      git git://git.linbit.com/linux-drbd.git
3805 T:      git git://git.linbit.com/drbd-8.4.git
3806 S:      Supported
3807 F:      drivers/block/drbd/
3808 F:      lib/lru_cache.c
3809 F:      Documentation/blockdev/drbd/
3810
3811 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3812 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3814 S:      Supported
3815 F:      Documentation/kobject.txt
3816 F:      drivers/base/
3817 F:      fs/debugfs/
3818 F:      fs/kernfs/
3819 F:      fs/sysfs/
3820 F:      include/linux/debugfs.h
3821 F:      include/linux/kobj*
3822 F:      lib/kobj*
3823
3824 DRM DRIVERS
3825 M:      David Airlie <airlied@linux.ie>
3826 L:      dri-devel@lists.freedesktop.org
3827 T:      git git://people.freedesktop.org/~airlied/linux
3828 S:      Maintained
3829 F:      drivers/gpu/drm/
3830 F:      drivers/gpu/vga/
3831 F:      include/drm/
3832 F:      include/uapi/drm/
3833
3834 RADEON and AMDGPU DRM DRIVERS
3835 M:      Alex Deucher <alexander.deucher@amd.com>
3836 M:      Christian König <christian.koenig@amd.com>
3837 L:      dri-devel@lists.freedesktop.org
3838 T:      git git://people.freedesktop.org/~agd5f/linux
3839 S:      Supported
3840 F:      drivers/gpu/drm/radeon/
3841 F:      include/uapi/drm/radeon*
3842 F:      drivers/gpu/drm/amd/
3843 F:      include/uapi/drm/amdgpu*
3844
3845 DRM PANEL DRIVERS
3846 M:      Thierry Reding <thierry.reding@gmail.com>
3847 L:      dri-devel@lists.freedesktop.org
3848 T:      git git://anongit.freedesktop.org/tegra/linux.git
3849 S:      Maintained
3850 F:      drivers/gpu/drm/drm_panel.c
3851 F:      drivers/gpu/drm/panel/
3852 F:      include/drm/drm_panel.h
3853 F:      Documentation/devicetree/bindings/display/panel/
3854
3855 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3856 M:      Daniel Vetter <daniel.vetter@intel.com>
3857 M:      Jani Nikula <jani.nikula@linux.intel.com>
3858 L:      intel-gfx@lists.freedesktop.org
3859 L:      dri-devel@lists.freedesktop.org
3860 W:      https://01.org/linuxgraphics/
3861 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3862 T:      git git://anongit.freedesktop.org/drm-intel
3863 S:      Supported
3864 F:      drivers/gpu/drm/i915/
3865 F:      include/drm/i915*
3866 F:      include/uapi/drm/i915*
3867
3868 DRM DRIVERS FOR ATMEL HLCDC
3869 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3870 L:      dri-devel@lists.freedesktop.org
3871 S:      Supported
3872 F:      drivers/gpu/drm/atmel-hlcdc/
3873 F:      Documentation/devicetree/bindings/drm/atmel/
3874
3875 DRM DRIVERS FOR EXYNOS
3876 M:      Inki Dae <inki.dae@samsung.com>
3877 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3878 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3879 M:      Kyungmin Park <kyungmin.park@samsung.com>
3880 L:      dri-devel@lists.freedesktop.org
3881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3882 S:      Supported
3883 F:      drivers/gpu/drm/exynos/
3884 F:      include/drm/exynos*
3885 F:      include/uapi/drm/exynos*
3886
3887 DRM DRIVERS FOR FREESCALE DCU
3888 M:      Stefan Agner <stefan@agner.ch>
3889 M:      Alison Wang <alison.wang@freescale.com>
3890 L:      dri-devel@lists.freedesktop.org
3891 S:      Supported
3892 F:      drivers/gpu/drm/fsl-dcu/
3893 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3894 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3895
3896 DRM DRIVERS FOR FREESCALE IMX
3897 M:      Philipp Zabel <p.zabel@pengutronix.de>
3898 L:      dri-devel@lists.freedesktop.org
3899 S:      Maintained
3900 F:      drivers/gpu/drm/imx/
3901 F:      drivers/gpu/ipu-v3/
3902 F:      Documentation/devicetree/bindings/display/imx/
3903
3904 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3905 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3906 L:      dri-devel@lists.freedesktop.org
3907 T:      git git://github.com/patjak/drm-gma500
3908 S:      Maintained
3909 F:      drivers/gpu/drm/gma500
3910 F:      include/drm/gma500*
3911
3912 DRM DRIVERS FOR NVIDIA TEGRA
3913 M:      Thierry Reding <thierry.reding@gmail.com>
3914 M:      Terje Bergström <tbergstrom@nvidia.com>
3915 L:      dri-devel@lists.freedesktop.org
3916 L:      linux-tegra@vger.kernel.org
3917 T:      git git://anongit.freedesktop.org/tegra/linux.git
3918 S:      Supported
3919 F:      drivers/gpu/drm/tegra/
3920 F:      drivers/gpu/host1x/
3921 F:      include/linux/host1x.h
3922 F:      include/uapi/drm/tegra_drm.h
3923 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3924
3925 DRM DRIVERS FOR RENESAS
3926 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3927 L:      dri-devel@lists.freedesktop.org
3928 L:      linux-renesas-soc@vger.kernel.org
3929 T:      git git://people.freedesktop.org/~airlied/linux
3930 S:      Supported
3931 F:      drivers/gpu/drm/rcar-du/
3932 F:      drivers/gpu/drm/shmobile/
3933 F:      include/linux/platform_data/shmob_drm.h
3934
3935 DRM DRIVERS FOR ROCKCHIP
3936 M:      Mark Yao <mark.yao@rock-chips.com>
3937 L:      dri-devel@lists.freedesktop.org
3938 S:      Maintained
3939 F:      drivers/gpu/drm/rockchip/
3940 F:      Documentation/devicetree/bindings/display/rockchip*
3941
3942 DRM DRIVERS FOR STI
3943 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3944 M:      Vincent Abriou <vincent.abriou@st.com>
3945 L:      dri-devel@lists.freedesktop.org
3946 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3947 S:      Maintained
3948 F:      drivers/gpu/drm/sti
3949 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3950
3951 DRM DRIVERS FOR VIVANTE GPU IP
3952 M:      Lucas Stach <l.stach@pengutronix.de>
3953 R:      Russell King <linux+etnaviv@armlinux.org.uk>
3954 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3955 L:      dri-devel@lists.freedesktop.org
3956 S:      Maintained
3957 F:      drivers/gpu/drm/etnaviv
3958 F:      Documentation/devicetree/bindings/display/etnaviv
3959
3960 DSBR100 USB FM RADIO DRIVER
3961 M:      Alexey Klimov <klimov.linux@gmail.com>
3962 L:      linux-media@vger.kernel.org
3963 T:      git git://linuxtv.org/media_tree.git
3964 S:      Maintained
3965 F:      drivers/media/radio/dsbr100.c
3966
3967 DSCC4 DRIVER
3968 M:      Francois Romieu <romieu@fr.zoreil.com>
3969 L:      netdev@vger.kernel.org
3970 S:      Maintained
3971 F:      drivers/net/wan/dscc4.c
3972
3973 DT3155 MEDIA DRIVER
3974 M:      Hans Verkuil <hverkuil@xs4all.nl>
3975 L:      linux-media@vger.kernel.org
3976 T:      git git://linuxtv.org/media_tree.git
3977 W:      https://linuxtv.org
3978 S:      Odd Fixes
3979 F:      drivers/media/pci/dt3155/
3980
3981 DVB_USB_AF9015 MEDIA DRIVER
3982 M:      Antti Palosaari <crope@iki.fi>
3983 L:      linux-media@vger.kernel.org
3984 W:      https://linuxtv.org
3985 W:      http://palosaari.fi/linux/
3986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3987 T:      git git://linuxtv.org/anttip/media_tree.git
3988 S:      Maintained
3989 F:      drivers/media/usb/dvb-usb-v2/af9015*
3990
3991 DVB_USB_AF9035 MEDIA DRIVER
3992 M:      Antti Palosaari <crope@iki.fi>
3993 L:      linux-media@vger.kernel.org
3994 W:      https://linuxtv.org
3995 W:      http://palosaari.fi/linux/
3996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3997 T:      git git://linuxtv.org/anttip/media_tree.git
3998 S:      Maintained
3999 F:      drivers/media/usb/dvb-usb-v2/af9035*
4000
4001 DVB_USB_ANYSEE MEDIA DRIVER
4002 M:      Antti Palosaari <crope@iki.fi>
4003 L:      linux-media@vger.kernel.org
4004 W:      https://linuxtv.org
4005 W:      http://palosaari.fi/linux/
4006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4007 T:      git git://linuxtv.org/anttip/media_tree.git
4008 S:      Maintained
4009 F:      drivers/media/usb/dvb-usb-v2/anysee*
4010
4011 DVB_USB_AU6610 MEDIA DRIVER
4012 M:      Antti Palosaari <crope@iki.fi>
4013 L:      linux-media@vger.kernel.org
4014 W:      https://linuxtv.org
4015 W:      http://palosaari.fi/linux/
4016 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4017 T:      git git://linuxtv.org/anttip/media_tree.git
4018 S:      Maintained
4019 F:      drivers/media/usb/dvb-usb-v2/au6610*
4020
4021 DVB_USB_CE6230 MEDIA DRIVER
4022 M:      Antti Palosaari <crope@iki.fi>
4023 L:      linux-media@vger.kernel.org
4024 W:      https://linuxtv.org
4025 W:      http://palosaari.fi/linux/
4026 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4027 T:      git git://linuxtv.org/anttip/media_tree.git
4028 S:      Maintained
4029 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4030
4031 DVB_USB_CXUSB MEDIA DRIVER
4032 M:      Michael Krufky <mkrufky@linuxtv.org>
4033 L:      linux-media@vger.kernel.org
4034 W:      https://linuxtv.org
4035 W:      http://github.com/mkrufky
4036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4037 T:      git git://linuxtv.org/media_tree.git
4038 S:      Maintained
4039 F:      drivers/media/usb/dvb-usb/cxusb*
4040
4041 DVB_USB_EC168 MEDIA DRIVER
4042 M:      Antti Palosaari <crope@iki.fi>
4043 L:      linux-media@vger.kernel.org
4044 W:      https://linuxtv.org
4045 W:      http://palosaari.fi/linux/
4046 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4047 T:      git git://linuxtv.org/anttip/media_tree.git
4048 S:      Maintained
4049 F:      drivers/media/usb/dvb-usb-v2/ec168*
4050
4051 DVB_USB_GL861 MEDIA DRIVER
4052 M:      Antti Palosaari <crope@iki.fi>
4053 L:      linux-media@vger.kernel.org
4054 W:      https://linuxtv.org
4055 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4056 T:      git git://linuxtv.org/anttip/media_tree.git
4057 S:      Maintained
4058 F:      drivers/media/usb/dvb-usb-v2/gl861*
4059
4060 DVB_USB_MXL111SF MEDIA DRIVER
4061 M:      Michael Krufky <mkrufky@linuxtv.org>
4062 L:      linux-media@vger.kernel.org
4063 W:      https://linuxtv.org
4064 W:      http://github.com/mkrufky
4065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4066 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4067 S:      Maintained
4068 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4069
4070 DVB_USB_RTL28XXU MEDIA DRIVER
4071 M:      Antti Palosaari <crope@iki.fi>
4072 L:      linux-media@vger.kernel.org
4073 W:      https://linuxtv.org
4074 W:      http://palosaari.fi/linux/
4075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4076 T:      git git://linuxtv.org/anttip/media_tree.git
4077 S:      Maintained
4078 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4079
4080 DVB_USB_V2 MEDIA DRIVER
4081 M:      Antti Palosaari <crope@iki.fi>
4082 L:      linux-media@vger.kernel.org
4083 W:      https://linuxtv.org
4084 W:      http://palosaari.fi/linux/
4085 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4086 T:      git git://linuxtv.org/anttip/media_tree.git
4087 S:      Maintained
4088 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4089 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4090
4091 DYNAMIC DEBUG
4092 M:      Jason Baron <jbaron@akamai.com>
4093 S:      Maintained
4094 F:      lib/dynamic_debug.c
4095 F:      include/linux/dynamic_debug.h
4096
4097 DZ DECSTATION DZ11 SERIAL DRIVER
4098 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4099 S:      Maintained
4100 F:      drivers/tty/serial/dz.*
4101
4102 E3X0 POWER BUTTON DRIVER
4103 M:      Moritz Fischer <moritz.fischer@ettus.com>
4104 L:      usrp-users@lists.ettus.com
4105 W:      http://www.ettus.com
4106 S:      Supported
4107 F:      drivers/input/misc/e3x0-button.c
4108 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4109
4110 E4000 MEDIA DRIVER
4111 M:      Antti Palosaari <crope@iki.fi>
4112 L:      linux-media@vger.kernel.org
4113 W:      https://linuxtv.org
4114 W:      http://palosaari.fi/linux/
4115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4116 T:      git git://linuxtv.org/anttip/media_tree.git
4117 S:      Maintained
4118 F:      drivers/media/tuners/e4000*
4119
4120 EATA ISA/EISA/PCI SCSI DRIVER
4121 M:      Dario Ballabio <ballabio_dario@emc.com>
4122 L:      linux-scsi@vger.kernel.org
4123 S:      Maintained
4124 F:      drivers/scsi/eata.c
4125
4126 EC100 MEDIA DRIVER
4127 M:      Antti Palosaari <crope@iki.fi>
4128 L:      linux-media@vger.kernel.org
4129 W:      https://linuxtv.org
4130 W:      http://palosaari.fi/linux/
4131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4132 T:      git git://linuxtv.org/anttip/media_tree.git
4133 S:      Maintained
4134 F:      drivers/media/dvb-frontends/ec100*
4135
4136 ECRYPT FILE SYSTEM
4137 M:      Tyler Hicks <tyhicks@canonical.com>
4138 L:      ecryptfs@vger.kernel.org
4139 W:      http://ecryptfs.org
4140 W:      https://launchpad.net/ecryptfs
4141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4142 S:      Supported
4143 F:      Documentation/filesystems/ecryptfs.txt
4144 F:      fs/ecryptfs/
4145
4146 EDAC-CORE
4147 M:      Doug Thompson <dougthompson@xmission.com>
4148 M:      Borislav Petkov <bp@alien8.de>
4149 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4150 L:      linux-edac@vger.kernel.org
4151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4153 S:      Supported
4154 F:      Documentation/edac.txt
4155 F:      drivers/edac/
4156 F:      include/linux/edac.h
4157
4158 EDAC-AMD64
4159 M:      Doug Thompson <dougthompson@xmission.com>
4160 M:      Borislav Petkov <bp@alien8.de>
4161 L:      linux-edac@vger.kernel.org
4162 S:      Maintained
4163 F:      drivers/edac/amd64_edac*
4164
4165 EDAC-CALXEDA
4166 M:      Doug Thompson <dougthompson@xmission.com>
4167 M:      Robert Richter <rric@kernel.org>
4168 L:      linux-edac@vger.kernel.org
4169 S:      Maintained
4170 F:      drivers/edac/highbank*
4171
4172 EDAC-CAVIUM
4173 M:      Ralf Baechle <ralf@linux-mips.org>
4174 M:      David Daney <david.daney@cavium.com>
4175 L:      linux-edac@vger.kernel.org
4176 L:      linux-mips@linux-mips.org
4177 S:      Supported
4178 F:      drivers/edac/octeon_edac*
4179
4180 EDAC-E752X
4181 M:      Mark Gross <mark.gross@intel.com>
4182 M:      Doug Thompson <dougthompson@xmission.com>
4183 L:      linux-edac@vger.kernel.org
4184 S:      Maintained
4185 F:      drivers/edac/e752x_edac.c
4186
4187 EDAC-E7XXX
4188 M:      Doug Thompson <dougthompson@xmission.com>
4189 L:      linux-edac@vger.kernel.org
4190 S:      Maintained
4191 F:      drivers/edac/e7xxx_edac.c
4192
4193 EDAC-GHES
4194 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4195 L:      linux-edac@vger.kernel.org
4196 S:      Maintained
4197 F:      drivers/edac/ghes_edac.c
4198
4199 EDAC-I82443BXGX
4200 M:      Tim Small <tim@buttersideup.com>
4201 L:      linux-edac@vger.kernel.org
4202 S:      Maintained
4203 F:      drivers/edac/i82443bxgx_edac.c
4204
4205 EDAC-I3000
4206 M:      Jason Uhlenkott <juhlenko@akamai.com>
4207 L:      linux-edac@vger.kernel.org
4208 S:      Maintained
4209 F:      drivers/edac/i3000_edac.c
4210
4211 EDAC-I5000
4212 M:      Doug Thompson <dougthompson@xmission.com>
4213 L:      linux-edac@vger.kernel.org
4214 S:      Maintained
4215 F:      drivers/edac/i5000_edac.c
4216
4217 EDAC-I5400
4218 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4219 L:      linux-edac@vger.kernel.org
4220 S:      Maintained
4221 F:      drivers/edac/i5400_edac.c
4222
4223 EDAC-I7300
4224 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4225 L:      linux-edac@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/edac/i7300_edac.c
4228
4229 EDAC-I7CORE
4230 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4231 L:      linux-edac@vger.kernel.org
4232 S:      Maintained
4233 F:      drivers/edac/i7core_edac.c
4234
4235 EDAC-I82975X
4236 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4237 M:      "Arvind R." <arvino55@gmail.com>
4238 L:      linux-edac@vger.kernel.org
4239 S:      Maintained
4240 F:      drivers/edac/i82975x_edac.c
4241
4242 EDAC-IE31200
4243 M:      Jason Baron <jbaron@akamai.com>
4244 L:      linux-edac@vger.kernel.org
4245 S:      Maintained
4246 F:      drivers/edac/ie31200_edac.c
4247
4248 EDAC-MPC85XX
4249 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4250 L:      linux-edac@vger.kernel.org
4251 S:      Maintained
4252 F:      drivers/edac/mpc85xx_edac.[ch]
4253
4254 EDAC-PASEMI
4255 M:      Egor Martovetsky <egor@pasemi.com>
4256 L:      linux-edac@vger.kernel.org
4257 S:      Maintained
4258 F:      drivers/edac/pasemi_edac.c
4259
4260 EDAC-R82600
4261 M:      Tim Small <tim@buttersideup.com>
4262 L:      linux-edac@vger.kernel.org
4263 S:      Maintained
4264 F:      drivers/edac/r82600_edac.c
4265
4266 EDAC-SBRIDGE
4267 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4268 L:      linux-edac@vger.kernel.org
4269 S:      Maintained
4270 F:      drivers/edac/sb_edac.c
4271
4272 EDAC-XGENE
4273 APPLIED MICRO (APM) X-GENE SOC EDAC
4274 M:     Loc Ho <lho@apm.com>
4275 S:     Supported
4276 F:     drivers/edac/xgene_edac.c
4277 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4278
4279 EDIROL UA-101/UA-1000 DRIVER
4280 M:      Clemens Ladisch <clemens@ladisch.de>
4281 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4282 T:      git git://git.alsa-project.org/alsa-kernel.git
4283 S:      Maintained
4284 F:      sound/usb/misc/ua101.c
4285
4286 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4287 M:      Matt Fleming <matt@codeblueprint.co.uk>
4288 L:      linux-efi@vger.kernel.org
4289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4290 S:      Maintained
4291 F:      Documentation/efi-stub.txt
4292 F:      arch/ia64/kernel/efi.c
4293 F:      arch/x86/boot/compressed/eboot.[ch]
4294 F:      arch/x86/include/asm/efi.h
4295 F:      arch/x86/platform/efi/
4296 F:      drivers/firmware/efi/
4297 F:      include/linux/efi*.h
4298
4299 EFI VARIABLE FILESYSTEM
4300 M:      Matthew Garrett <matthew.garrett@nebula.com>
4301 M:      Jeremy Kerr <jk@ozlabs.org>
4302 M:      Matt Fleming <matt@codeblueprint.co.uk>
4303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4304 L:      linux-efi@vger.kernel.org
4305 S:      Maintained
4306 F:      fs/efivarfs/
4307
4308 EFIFB FRAMEBUFFER DRIVER
4309 L:      linux-fbdev@vger.kernel.org
4310 M:      Peter Jones <pjones@redhat.com>
4311 S:      Maintained
4312 F:      drivers/video/fbdev/efifb.c
4313
4314 EFS FILESYSTEM
4315 W:      http://aeschi.ch.eu.org/efs/
4316 S:      Orphan
4317 F:      fs/efs/
4318
4319 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4320 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4321 L:      netdev@vger.kernel.org
4322 S:      Maintained
4323 F:      drivers/net/ethernet/ibm/ehea/
4324
4325 EM28XX VIDEO4LINUX DRIVER
4326 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4327 L:      linux-media@vger.kernel.org
4328 W:      https://linuxtv.org
4329 T:      git git://linuxtv.org/media_tree.git
4330 S:      Maintained
4331 F:      drivers/media/usb/em28xx/
4332
4333 EMBEDDED LINUX
4334 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4335 M:      Matt Mackall <mpm@selenic.com>
4336 M:      David Woodhouse <dwmw2@infradead.org>
4337 L:      linux-embedded@vger.kernel.org
4338 S:      Maintained
4339
4340 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4341 M:      James Smart <james.smart@avagotech.com>
4342 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4343 L:      linux-scsi@vger.kernel.org
4344 W:      http://www.avagotech.com
4345 S:      Supported
4346 F:      drivers/scsi/lpfc/
4347
4348 ENE CB710 FLASH CARD READER DRIVER
4349 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4350 S:      Maintained
4351 F:      drivers/misc/cb710/
4352 F:      drivers/mmc/host/cb710-mmc.*
4353 F:      include/linux/cb710.h
4354
4355 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4356 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4357 S:      Maintained
4358 F:      drivers/media/rc/ene_ir.*
4359
4360 EPSON S1D13XXX FRAMEBUFFER DRIVER
4361 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4362 S:      Maintained
4363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4364 F:      drivers/video/fbdev/s1d13xxxfb.c
4365 F:      include/video/s1d13xxxfb.h
4366
4367 ET131X NETWORK DRIVER
4368 M:      Mark Einon <mark.einon@gmail.com>
4369 S:      Odd Fixes
4370 F:      drivers/net/ethernet/agere/
4371
4372 ETHERNET BRIDGE
4373 M:      Stephen Hemminger <stephen@networkplumber.org>
4374 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4375 L:      netdev@vger.kernel.org
4376 W:      http://www.linuxfoundation.org/en/Net:Bridge
4377 S:      Maintained
4378 F:      include/linux/netfilter_bridge/
4379 F:      net/bridge/
4380
4381 ETHERNET PHY LIBRARY
4382 M:      Florian Fainelli <f.fainelli@gmail.com>
4383 L:      netdev@vger.kernel.org
4384 S:      Maintained
4385 F:      include/linux/phy.h
4386 F:      include/linux/phy_fixed.h
4387 F:      drivers/net/phy/
4388 F:      Documentation/networking/phy.txt
4389 F:      drivers/of/of_mdio.c
4390 F:      drivers/of/of_net.c
4391
4392 EXT2 FILE SYSTEM
4393 M:      Jan Kara <jack@suse.com>
4394 L:      linux-ext4@vger.kernel.org
4395 S:      Maintained
4396 F:      Documentation/filesystems/ext2.txt
4397 F:      fs/ext2/
4398 F:      include/linux/ext2*
4399
4400 EXT4 FILE SYSTEM
4401 M:      "Theodore Ts'o" <tytso@mit.edu>
4402 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4403 L:      linux-ext4@vger.kernel.org
4404 W:      http://ext4.wiki.kernel.org
4405 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4407 S:      Maintained
4408 F:      Documentation/filesystems/ext4.txt
4409 F:      fs/ext4/
4410
4411 Extended Verification Module (EVM)
4412 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4413 L:      linux-ima-devel@lists.sourceforge.net
4414 L:      linux-security-module@vger.kernel.org
4415 S:      Supported
4416 F:      security/integrity/evm/
4417
4418 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4419 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4420 M:      Chanwoo Choi <cw00.choi@samsung.com>
4421 L:      linux-kernel@vger.kernel.org
4422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4423 S:      Maintained
4424 F:      drivers/extcon/
4425 F:      include/linux/extcon/
4426 F:      include/linux/extcon.h
4427 F:      Documentation/extcon/
4428 F:      Documentation/devicetree/bindings/extcon/
4429
4430 EXYNOS DP DRIVER
4431 M:      Jingoo Han <jingoohan1@gmail.com>
4432 L:      dri-devel@lists.freedesktop.org
4433 S:      Maintained
4434 F:      drivers/gpu/drm/exynos/exynos_dp*
4435
4436 EXYNOS SYSMMU (IOMMU) driver
4437 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4438 L:      iommu@lists.linux-foundation.org
4439 S:      Maintained
4440 F:      drivers/iommu/exynos-iommu.c
4441
4442 EXYNOS MIPI DISPLAY DRIVERS
4443 M:      Inki Dae <inki.dae@samsung.com>
4444 M:      Donghwa Lee <dh09.lee@samsung.com>
4445 M:      Kyungmin Park <kyungmin.park@samsung.com>
4446 L:      linux-fbdev@vger.kernel.org
4447 S:      Maintained
4448 F:      drivers/video/fbdev/exynos/exynos_mipi*
4449 F:      include/video/exynos_mipi*
4450
4451 EZchip NPS platform support
4452 M:      Noam Camus <noamc@ezchip.com>
4453 S:      Supported
4454 F:      arch/arc/plat-eznps
4455 F:      arch/arc/boot/dts/eznps.dts
4456
4457 F71805F HARDWARE MONITORING DRIVER
4458 M:      Jean Delvare <jdelvare@suse.com>
4459 L:      linux-hwmon@vger.kernel.org
4460 S:      Maintained
4461 F:      Documentation/hwmon/f71805f
4462 F:      drivers/hwmon/f71805f.c
4463
4464 FC0011 TUNER DRIVER
4465 M:      Michael Buesch <m@bues.ch>
4466 L:      linux-media@vger.kernel.org
4467 S:      Maintained
4468 F:      drivers/media/tuners/fc0011.h
4469 F:      drivers/media/tuners/fc0011.c
4470
4471 FC2580 MEDIA DRIVER
4472 M:      Antti Palosaari <crope@iki.fi>
4473 L:      linux-media@vger.kernel.org
4474 W:      https://linuxtv.org
4475 W:      http://palosaari.fi/linux/
4476 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4477 T:      git git://linuxtv.org/anttip/media_tree.git
4478 S:      Maintained
4479 F:      drivers/media/tuners/fc2580*
4480
4481 FANOTIFY
4482 M:      Eric Paris <eparis@redhat.com>
4483 S:      Maintained
4484 F:      fs/notify/fanotify/
4485 F:      include/linux/fanotify.h
4486 F:      include/uapi/linux/fanotify.h
4487
4488 FARSYNC SYNCHRONOUS DRIVER
4489 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4490 W:      http://www.farsite.co.uk/
4491 S:      Supported
4492 F:      drivers/net/wan/farsync.*
4493
4494 FAULT INJECTION SUPPORT
4495 M:      Akinobu Mita <akinobu.mita@gmail.com>
4496 S:      Supported
4497 F:      Documentation/fault-injection/
4498 F:      lib/fault-inject.c
4499
4500 FBTFT Framebuffer drivers
4501 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4502 M:      Noralf Trønnes <noralf@tronnes.org>
4503 S:      Maintained
4504 F:      drivers/staging/fbtft/
4505
4506 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4507 M:      Vasu Dev <vasu.dev@intel.com>
4508 L:      fcoe-devel@open-fcoe.org
4509 W:      www.Open-FCoE.org
4510 S:      Supported
4511 F:      drivers/scsi/libfc/
4512 F:      drivers/scsi/fcoe/
4513 F:      include/scsi/fc/
4514 F:      include/scsi/libfc.h
4515 F:      include/scsi/libfcoe.h
4516 F:      include/uapi/scsi/fc/
4517
4518 FILE LOCKING (flock() and fcntl()/lockf())
4519 M:      Jeff Layton <jlayton@poochiereds.net>
4520 M:      "J. Bruce Fields" <bfields@fieldses.org>
4521 L:      linux-fsdevel@vger.kernel.org
4522 S:      Maintained
4523 F:      include/linux/fcntl.h
4524 F:      include/linux/fs.h
4525 F:      include/uapi/linux/fcntl.h
4526 F:      include/uapi/linux/fs.h
4527 F:      fs/fcntl.c
4528 F:      fs/locks.c
4529
4530 FILESYSTEMS (VFS and infrastructure)
4531 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4532 L:      linux-fsdevel@vger.kernel.org
4533 S:      Maintained
4534 F:      fs/*
4535
4536 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4537 M:      Riku Voipio <riku.voipio@iki.fi>
4538 L:      linux-hwmon@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/hwmon/f75375s.c
4541 F:      include/linux/f75375s.h
4542
4543 FIREWIRE AUDIO DRIVERS
4544 M:      Clemens Ladisch <clemens@ladisch.de>
4545 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4546 T:      git git://git.alsa-project.org/alsa-kernel.git
4547 S:      Maintained
4548 F:      sound/firewire/
4549
4550 FIREWIRE MEDIA DRIVERS (firedtv)
4551 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4552 L:      linux-media@vger.kernel.org
4553 L:      linux1394-devel@lists.sourceforge.net
4554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4555 S:      Maintained
4556 F:      drivers/media/firewire/
4557
4558 FIREWIRE SBP-2 TARGET
4559 M:      Chris Boot <bootc@bootc.net>
4560 L:      linux-scsi@vger.kernel.org
4561 L:      target-devel@vger.kernel.org
4562 L:      linux1394-devel@lists.sourceforge.net
4563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4564 S:      Maintained
4565 F:      drivers/target/sbp/
4566
4567 FIREWIRE SUBSYSTEM
4568 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4569 L:      linux1394-devel@lists.sourceforge.net
4570 W:      http://ieee1394.wiki.kernel.org/
4571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4572 S:      Maintained
4573 F:      drivers/firewire/
4574 F:      include/linux/firewire.h
4575 F:      include/uapi/linux/firewire*.h
4576 F:      tools/firewire/
4577
4578 FIRMWARE LOADER (request_firmware)
4579 M:      Ming Lei <ming.lei@canonical.com>
4580 L:      linux-kernel@vger.kernel.org
4581 S:      Maintained
4582 F:      Documentation/firmware_class/
4583 F:      drivers/base/firmware*.c
4584 F:      include/linux/firmware.h
4585
4586 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4587 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4588 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4589 S:      Maintained
4590 F:      drivers/block/rsxx/
4591
4592 FLOPPY DRIVER
4593 M:      Jiri Kosina <jikos@kernel.org>
4594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4595 S:      Odd fixes
4596 F:      drivers/block/floppy.c
4597
4598 FMC SUBSYSTEM
4599 M:      Alessandro Rubini <rubini@gnudd.com>
4600 W:      http://www.ohwr.org/projects/fmc-bus
4601 S:      Supported
4602 F:      drivers/fmc/
4603 F:      include/linux/fmc*.h
4604 F:      include/linux/ipmi-fru.h
4605 K:      fmc_d.*register
4606
4607 FPGA MANAGER FRAMEWORK
4608 M:      Alan Tull <atull@opensource.altera.com>
4609 R:      Moritz Fischer <moritz.fischer@ettus.com>
4610 S:      Maintained
4611 F:      drivers/fpga/
4612 F:      include/linux/fpga/fpga-mgr.h
4613 W:      http://www.rocketboards.org
4614
4615 FPU EMULATOR
4616 M:      Bill Metzenthen <billm@melbpc.org.au>
4617 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4618 S:      Maintained
4619 F:      arch/x86/math-emu/
4620
4621 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4622 L:      netdev@vger.kernel.org
4623 S:      Orphan
4624 F:      drivers/net/wan/dlci.c
4625 F:      drivers/net/wan/sdla.c
4626
4627 FRAMEBUFFER LAYER
4628 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4629 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4630 L:      linux-fbdev@vger.kernel.org
4631 W:      http://linux-fbdev.sourceforge.net/
4632 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4634 S:      Maintained
4635 F:      Documentation/fb/
4636 F:      drivers/video/
4637 F:      include/video/
4638 F:      include/linux/fb.h
4639 F:      include/uapi/video/
4640 F:      include/uapi/linux/fb.h
4641
4642 FREESCALE DIU FRAMEBUFFER DRIVER
4643 M:      Timur Tabi <timur@tabi.org>
4644 L:      linux-fbdev@vger.kernel.org
4645 S:      Maintained
4646 F:      drivers/video/fbdev/fsl-diu-fb.*
4647
4648 FREESCALE DMA DRIVER
4649 M:      Li Yang <leoli@freescale.com>
4650 M:      Zhang Wei <zw@zh-kernel.org>
4651 L:      linuxppc-dev@lists.ozlabs.org
4652 S:      Maintained
4653 F:      drivers/dma/fsldma.*
4654
4655 FREESCALE GPMI NAND DRIVER
4656 M:      Han Xu <han.xu@nxp.com>
4657 L:      linux-mtd@lists.infradead.org
4658 S:      Maintained
4659 F:      drivers/mtd/nand/gpmi-nand/*
4660
4661 FREESCALE I2C CPM DRIVER
4662 M:      Jochen Friedrich <jochen@scram.de>
4663 L:      linuxppc-dev@lists.ozlabs.org
4664 L:      linux-i2c@vger.kernel.org
4665 S:      Maintained
4666 F:      drivers/i2c/busses/i2c-cpm.c
4667
4668 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4669 M:      Sascha Hauer <kernel@pengutronix.de>
4670 L:      linux-fbdev@vger.kernel.org
4671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4672 S:      Maintained
4673 F:      include/linux/platform_data/video-imxfb.h
4674 F:      drivers/video/fbdev/imxfb.c
4675
4676 FREESCALE QUAD SPI DRIVER
4677 M:      Han Xu <han.xu@nxp.com>
4678 L:      linux-mtd@lists.infradead.org
4679 S:      Maintained
4680 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4681
4682 FREESCALE SOC FS_ENET DRIVER
4683 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4684 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4685 L:      linuxppc-dev@lists.ozlabs.org
4686 L:      netdev@vger.kernel.org
4687 S:      Maintained
4688 F:      drivers/net/ethernet/freescale/fs_enet/
4689 F:      include/linux/fs_enet_pd.h
4690
4691 FREESCALE IMX / MXC FEC DRIVER
4692 M:      Fugang Duan <fugang.duan@nxp.com>
4693 L:      netdev@vger.kernel.org
4694 S:      Maintained
4695 F:      drivers/net/ethernet/freescale/fec_main.c
4696 F:      drivers/net/ethernet/freescale/fec_ptp.c
4697 F:      drivers/net/ethernet/freescale/fec.h
4698 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4699
4700 FREESCALE QUICC ENGINE LIBRARY
4701 L:      linuxppc-dev@lists.ozlabs.org
4702 S:      Orphan
4703 F:      drivers/soc/fsl/qe/
4704 F:      include/soc/fsl/*qe*.h
4705 F:      include/soc/fsl/*ucc*.h
4706
4707 FREESCALE USB PERIPHERAL DRIVERS
4708 M:      Li Yang <leoli@freescale.com>
4709 L:      linux-usb@vger.kernel.org
4710 L:      linuxppc-dev@lists.ozlabs.org
4711 S:      Maintained
4712 F:      drivers/usb/gadget/udc/fsl*
4713
4714 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4715 M:      Li Yang <leoli@freescale.com>
4716 L:      netdev@vger.kernel.org
4717 L:      linuxppc-dev@lists.ozlabs.org
4718 S:      Maintained
4719 F:      drivers/net/ethernet/freescale/ucc_geth*
4720
4721 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4722 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4723 L:      netdev@vger.kernel.org
4724 S:      Maintained
4725 F:      drivers/net/ethernet/freescale/gianfar*
4726 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4727 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4728
4729 FREESCALE QUICC ENGINE UCC UART DRIVER
4730 M:      Timur Tabi <timur@tabi.org>
4731 L:      linuxppc-dev@lists.ozlabs.org
4732 S:      Maintained
4733 F:      drivers/tty/serial/ucc_uart.c
4734
4735 FREESCALE SOC SOUND DRIVERS
4736 M:      Timur Tabi <timur@tabi.org>
4737 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4738 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4739 R:      Fabio Estevam <fabio.estevam@nxp.com>
4740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4741 L:      linuxppc-dev@lists.ozlabs.org
4742 S:      Maintained
4743 F:      sound/soc/fsl/fsl*
4744 F:      sound/soc/fsl/imx*
4745 F:      sound/soc/fsl/mpc8610_hpcd.c
4746
4747 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4748 M:      "J. German Rivera" <German.Rivera@freescale.com>
4749 L:      linux-kernel@vger.kernel.org
4750 S:      Maintained
4751 F:      drivers/staging/fsl-mc/
4752
4753 FREEVXFS FILESYSTEM
4754 M:      Christoph Hellwig <hch@infradead.org>
4755 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4756 S:      Maintained
4757 F:      fs/freevxfs/
4758
4759 FREEZER
4760 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4761 M:      Pavel Machek <pavel@ucw.cz>
4762 L:      linux-pm@vger.kernel.org
4763 S:      Supported
4764 F:      Documentation/power/freezing-of-tasks.txt
4765 F:      include/linux/freezer.h
4766 F:      kernel/freezer.c
4767
4768 FRONTSWAP API
4769 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4770 L:      linux-kernel@vger.kernel.org
4771 S:      Maintained
4772 F:      mm/frontswap.c
4773 F:      include/linux/frontswap.h
4774
4775 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4776 M:      David Howells <dhowells@redhat.com>
4777 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4778 S:      Supported
4779 F:      Documentation/filesystems/caching/
4780 F:      fs/fscache/
4781 F:      include/linux/fscache*.h
4782
4783 F2FS FILE SYSTEM
4784 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4785 M:      Changman Lee <cm224.lee@samsung.com>
4786 R:      Chao Yu <chao2.yu@samsung.com>
4787 L:      linux-f2fs-devel@lists.sourceforge.net
4788 W:      http://en.wikipedia.org/wiki/F2FS
4789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4790 S:      Maintained
4791 F:      Documentation/filesystems/f2fs.txt
4792 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4793 F:      fs/f2fs/
4794 F:      include/linux/f2fs_fs.h
4795 F:      include/trace/events/f2fs.h
4796
4797 FUJITSU FR-V (FRV) PORT
4798 S:      Orphan
4799 F:      arch/frv/
4800
4801 FUJITSU LAPTOP EXTRAS
4802 M:      Jonathan Woithe <jwoithe@just42.net>
4803 L:      platform-driver-x86@vger.kernel.org
4804 S:      Maintained
4805 F:      drivers/platform/x86/fujitsu-laptop.c
4806
4807 FUJITSU M-5MO LS CAMERA ISP DRIVER
4808 M:      Kyungmin Park <kyungmin.park@samsung.com>
4809 M:      Heungjun Kim <riverful.kim@samsung.com>
4810 L:      linux-media@vger.kernel.org
4811 S:      Maintained
4812 F:      drivers/media/i2c/m5mols/
4813 F:      include/media/i2c/m5mols.h
4814
4815 FUJITSU TABLET EXTRAS
4816 M:      Robert Gerlach <khnz@gmx.de>
4817 L:      platform-driver-x86@vger.kernel.org
4818 S:      Maintained
4819 F:      drivers/platform/x86/fujitsu-tablet.c
4820
4821 FUSE: FILESYSTEM IN USERSPACE
4822 M:      Miklos Szeredi <miklos@szeredi.hu>
4823 L:      linux-fsdevel@vger.kernel.org
4824 W:      http://fuse.sourceforge.net/
4825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4826 S:      Maintained
4827 F:      fs/fuse/
4828 F:      include/uapi/linux/fuse.h
4829 F:      Documentation/filesystems/fuse.txt
4830
4831 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4832 M:      Rik Faith <faith@cs.unc.edu>
4833 L:      linux-scsi@vger.kernel.org
4834 S:      Odd Fixes (e.g., new signatures)
4835 F:      drivers/scsi/fdomain.*
4836
4837 GCOV BASED KERNEL PROFILING
4838 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4839 S:      Maintained
4840 F:      kernel/gcov/
4841 F:      Documentation/gcov.txt
4842
4843 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4844 M:      Achim Leubner <achim_leubner@adaptec.com>
4845 L:      linux-scsi@vger.kernel.org
4846 W:      http://www.icp-vortex.com/
4847 S:      Supported
4848 F:      drivers/scsi/gdt*
4849
4850 GDB KERNEL DEBUGGING HELPER SCRIPTS
4851 M:      Jan Kiszka <jan.kiszka@siemens.com>
4852 S:      Supported
4853 F:      scripts/gdb/
4854
4855 GEMTEK FM RADIO RECEIVER DRIVER
4856 M:      Hans Verkuil <hverkuil@xs4all.nl>
4857 L:      linux-media@vger.kernel.org
4858 T:      git git://linuxtv.org/media_tree.git
4859 W:      https://linuxtv.org
4860 S:      Maintained
4861 F:      drivers/media/radio/radio-gemtek*
4862
4863 GENERIC GPIO I2C DRIVER
4864 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4865 S:      Supported
4866 F:      drivers/i2c/busses/i2c-gpio.c
4867 F:      include/linux/i2c-gpio.h
4868
4869 GENERIC GPIO I2C MULTIPLEXER DRIVER
4870 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4871 L:      linux-i2c@vger.kernel.org
4872 S:      Supported
4873 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4874 F:      include/linux/i2c-mux-gpio.h
4875 F:      Documentation/i2c/muxes/i2c-mux-gpio
4876
4877 GENERIC HDLC (WAN) DRIVERS
4878 M:      Krzysztof Halasa <khc@pm.waw.pl>
4879 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4880 S:      Maintained
4881 F:      drivers/net/wan/c101.c
4882 F:      drivers/net/wan/hd6457*
4883 F:      drivers/net/wan/hdlc*
4884 F:      drivers/net/wan/n2.c
4885 F:      drivers/net/wan/pc300too.c
4886 F:      drivers/net/wan/pci200syn.c
4887 F:      drivers/net/wan/wanxl*
4888
4889 GENERIC INCLUDE/ASM HEADER FILES
4890 M:      Arnd Bergmann <arnd@arndb.de>
4891 L:      linux-arch@vger.kernel.org
4892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4893 S:      Maintained
4894 F:      include/asm-generic/
4895 F:      include/uapi/asm-generic/
4896
4897 GENERIC PHY FRAMEWORK
4898 M:      Kishon Vijay Abraham I <kishon@ti.com>
4899 L:      linux-kernel@vger.kernel.org
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4901 S:      Supported
4902 F:      drivers/phy/
4903 F:      include/linux/phy/
4904
4905 GENERIC PM DOMAINS
4906 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4907 M:      Kevin Hilman <khilman@kernel.org>
4908 M:      Ulf Hansson <ulf.hansson@linaro.org>
4909 L:      linux-pm@vger.kernel.org
4910 S:      Supported
4911 F:      drivers/base/power/domain*.c
4912 F:      include/linux/pm_domain.h
4913
4914 GENERIC UIO DRIVER FOR PCI DEVICES
4915 M:      "Michael S. Tsirkin" <mst@redhat.com>
4916 L:      kvm@vger.kernel.org
4917 S:      Supported
4918 F:      drivers/uio/uio_pci_generic.c
4919
4920 GET_MAINTAINER SCRIPT
4921 M:      Joe Perches <joe@perches.com>
4922 S:      Maintained
4923 F:      scripts/get_maintainer.pl
4924
4925 GFS2 FILE SYSTEM
4926 M:      Steven Whitehouse <swhiteho@redhat.com>
4927 M:      Bob Peterson <rpeterso@redhat.com>
4928 L:      cluster-devel@redhat.com
4929 W:      http://sources.redhat.com/cluster/
4930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4931 S:      Supported
4932 F:      Documentation/filesystems/gfs2*.txt
4933 F:      fs/gfs2/
4934 F:      include/uapi/linux/gfs2_ondisk.h
4935
4936 GIGASET ISDN DRIVERS
4937 M:      Paul Bolle <pebolle@tiscali.nl>
4938 L:      gigaset307x-common@lists.sourceforge.net
4939 W:      http://gigaset307x.sourceforge.net/
4940 S:      Odd Fixes
4941 F:      Documentation/isdn/README.gigaset
4942 F:      drivers/isdn/gigaset/
4943 F:      include/uapi/linux/gigaset_dev.h
4944
4945 GO7007 MPEG CODEC
4946 M:      Hans Verkuil <hans.verkuil@cisco.com>
4947 L:      linux-media@vger.kernel.org
4948 S:      Maintained
4949 F:      drivers/media/usb/go7007/
4950
4951 GOODIX TOUCHSCREEN
4952 M:      Bastien Nocera <hadess@hadess.net>
4953 L:      linux-input@vger.kernel.org
4954 S:      Maintained
4955 F:      drivers/input/touchscreen/goodix.c
4956
4957 GPIO SUBSYSTEM
4958 M:      Linus Walleij <linus.walleij@linaro.org>
4959 M:      Alexandre Courbot <gnurou@gmail.com>
4960 L:      linux-gpio@vger.kernel.org
4961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4962 S:      Maintained
4963 F:      Documentation/devicetree/bindings/gpio/
4964 F:      Documentation/gpio/
4965 F:      Documentation/ABI/testing/gpio-cdev
4966 F:      Documentation/ABI/obsolete/sysfs-gpio
4967 F:      drivers/gpio/
4968 F:      include/linux/gpio/
4969 F:      include/linux/gpio.h
4970 F:      include/asm-generic/gpio.h
4971 F:      include/uapi/linux/gpio.h
4972 F:      tools/gpio/
4973
4974 GRE DEMULTIPLEXER DRIVER
4975 M:      Dmitry Kozlov <xeb@mail.ru>
4976 L:      netdev@vger.kernel.org
4977 S:      Maintained
4978 F:      net/ipv4/gre_demux.c
4979 F:      net/ipv4/gre_offload.c
4980 F:      include/net/gre.h
4981
4982 GRETH 10/100/1G Ethernet MAC device driver
4983 M:      Andreas Larsson <andreas@gaisler.com>
4984 L:      netdev@vger.kernel.org
4985 S:      Maintained
4986 F:      drivers/net/ethernet/aeroflex/
4987
4988 GSPCA FINEPIX SUBDRIVER
4989 M:      Frank Zago <frank@zago.net>
4990 L:      linux-media@vger.kernel.org
4991 T:      git git://linuxtv.org/media_tree.git
4992 S:      Maintained
4993 F:      drivers/media/usb/gspca/finepix.c
4994
4995 GSPCA GL860 SUBDRIVER
4996 M:      Olivier Lorin <o.lorin@laposte.net>
4997 L:      linux-media@vger.kernel.org
4998 T:      git git://linuxtv.org/media_tree.git
4999 S:      Maintained
5000 F:      drivers/media/usb/gspca/gl860/
5001
5002 GSPCA M5602 SUBDRIVER
5003 M:      Erik Andren <erik.andren@gmail.com>
5004 L:      linux-media@vger.kernel.org
5005 T:      git git://linuxtv.org/media_tree.git
5006 S:      Maintained
5007 F:      drivers/media/usb/gspca/m5602/
5008
5009 GSPCA PAC207 SONIXB SUBDRIVER
5010 M:      Hans de Goede <hdegoede@redhat.com>
5011 L:      linux-media@vger.kernel.org
5012 T:      git git://linuxtv.org/media_tree.git
5013 S:      Maintained
5014 F:      drivers/media/usb/gspca/pac207.c
5015
5016 GSPCA SN9C20X SUBDRIVER
5017 M:      Brian Johnson <brijohn@gmail.com>
5018 L:      linux-media@vger.kernel.org
5019 T:      git git://linuxtv.org/media_tree.git
5020 S:      Maintained
5021 F:      drivers/media/usb/gspca/sn9c20x.c
5022
5023 GSPCA T613 SUBDRIVER
5024 M:      Leandro Costantino <lcostantino@gmail.com>
5025 L:      linux-media@vger.kernel.org
5026 T:      git git://linuxtv.org/media_tree.git
5027 S:      Maintained
5028 F:      drivers/media/usb/gspca/t613.c
5029
5030 GSPCA USB WEBCAM DRIVER
5031 M:      Hans de Goede <hdegoede@redhat.com>
5032 L:      linux-media@vger.kernel.org
5033 T:      git git://linuxtv.org/media_tree.git
5034 S:      Maintained
5035 F:      drivers/media/usb/gspca/
5036
5037 GUID PARTITION TABLE (GPT)
5038 M:      Davidlohr Bueso <dave@stgolabs.net>
5039 L:      linux-efi@vger.kernel.org
5040 S:      Maintained
5041 F:      block/partitions/efi.*
5042
5043 STK1160 USB VIDEO CAPTURE DRIVER
5044 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5045 L:      linux-media@vger.kernel.org
5046 T:      git git://linuxtv.org/media_tree.git
5047 S:      Maintained
5048 F:      drivers/media/usb/stk1160/
5049
5050 H8/300 ARCHITECTURE
5051 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5052 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5053 W:      http://uclinux-h8.sourceforge.jp
5054 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5055 S:      Maintained
5056 F:      arch/h8300/
5057 F:      drivers/clocksource/h8300_*.c
5058 F:      drivers/clk/h8300/
5059 F:      drivers/irqchip/irq-renesas-h8*.c
5060
5061 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5062 M:      Frank Seidel <frank@f-seidel.de>
5063 L:      platform-driver-x86@vger.kernel.org
5064 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5065 S:      Maintained
5066 F:      drivers/platform/x86/hdaps.c
5067
5068 HDPVR USB VIDEO ENCODER DRIVER
5069 M:      Hans Verkuil <hverkuil@xs4all.nl>
5070 L:      linux-media@vger.kernel.org
5071 T:      git git://linuxtv.org/media_tree.git
5072 W:      https://linuxtv.org
5073 S:      Odd Fixes
5074 F:      drivers/media/usb/hdpvr/
5075
5076 HWPOISON MEMORY FAILURE HANDLING
5077 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5078 L:      linux-mm@kvack.org
5079 S:      Maintained
5080 F:      mm/memory-failure.c
5081 F:      mm/hwpoison-inject.c
5082
5083 HYPERVISOR VIRTUAL CONSOLE DRIVER
5084 L:      linuxppc-dev@lists.ozlabs.org
5085 S:      Odd Fixes
5086 F:      drivers/tty/hvc/
5087
5088 HACKRF MEDIA DRIVER
5089 M:      Antti Palosaari <crope@iki.fi>
5090 L:      linux-media@vger.kernel.org
5091 W:      https://linuxtv.org
5092 W:      http://palosaari.fi/linux/
5093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5094 T:      git git://linuxtv.org/anttip/media_tree.git
5095 S:      Maintained
5096 F:      drivers/media/usb/hackrf/
5097
5098 HARDWARE MONITORING
5099 M:      Jean Delvare <jdelvare@suse.com>
5100 M:      Guenter Roeck <linux@roeck-us.net>
5101 L:      linux-hwmon@vger.kernel.org
5102 W:      http://hwmon.wiki.kernel.org/
5103 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5105 S:      Maintained
5106 F:      Documentation/hwmon/
5107 F:      drivers/hwmon/
5108 F:      include/linux/hwmon*.h
5109
5110 HARDWARE RANDOM NUMBER GENERATOR CORE
5111 M:      Matt Mackall <mpm@selenic.com>
5112 M:      Herbert Xu <herbert@gondor.apana.org.au>
5113 L:      linux-crypto@vger.kernel.org
5114 S:      Odd fixes
5115 F:      Documentation/hw_random.txt
5116 F:      drivers/char/hw_random/
5117 F:      include/linux/hw_random.h
5118
5119 HARDWARE SPINLOCK CORE
5120 M:      Ohad Ben-Cohen <ohad@wizery.com>
5121 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5122 L:      linux-remoteproc@vger.kernel.org
5123 S:      Maintained
5124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5125 F:      Documentation/hwspinlock.txt
5126 F:      drivers/hwspinlock/hwspinlock_*
5127 F:      include/linux/hwspinlock.h
5128
5129 HARMONY SOUND DRIVER
5130 L:      linux-parisc@vger.kernel.org
5131 S:      Maintained
5132 F:      sound/parisc/harmony.*
5133
5134 HD29L2 MEDIA DRIVER
5135 M:      Antti Palosaari <crope@iki.fi>
5136 L:      linux-media@vger.kernel.org
5137 W:      https://linuxtv.org
5138 W:      http://palosaari.fi/linux/
5139 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5140 T:      git git://linuxtv.org/anttip/media_tree.git
5141 S:      Maintained
5142 F:      drivers/media/dvb-frontends/hd29l2*
5143
5144 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5145 M:      Don Brace <don.brace@microsemi.com>
5146 L:      iss_storagedev@hp.com
5147 L:      esc.storagedev@microsemi.com
5148 L:      linux-scsi@vger.kernel.org
5149 S:      Supported
5150 F:      Documentation/scsi/hpsa.txt
5151 F:      drivers/scsi/hpsa*.[ch]
5152 F:      include/linux/cciss*.h
5153 F:      include/uapi/linux/cciss*.h
5154
5155 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5156 M:      Don Brace <don.brace@microsemi.com>
5157 L:      iss_storagedev@hp.com
5158 L:      esc.storagedev@microsemi.com
5159 L:      linux-scsi@vger.kernel.org
5160 S:      Supported
5161 F:      Documentation/blockdev/cciss.txt
5162 F:      drivers/block/cciss*
5163 F:      include/linux/cciss_ioctl.h
5164 F:      include/uapi/linux/cciss_ioctl.h
5165
5166 HFS FILESYSTEM
5167 L:      linux-fsdevel@vger.kernel.org
5168 S:      Orphan
5169 F:      Documentation/filesystems/hfs.txt
5170 F:      fs/hfs/
5171
5172 HFSPLUS FILESYSTEM
5173 L:      linux-fsdevel@vger.kernel.org
5174 S:      Orphan
5175 F:      Documentation/filesystems/hfsplus.txt
5176 F:      fs/hfsplus/
5177
5178 HGA FRAMEBUFFER DRIVER
5179 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5180 L:      linux-nvidia@lists.surfsouth.com
5181 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5182 S:      Maintained
5183 F:      drivers/video/fbdev/hgafb.c
5184
5185 HIBERNATION (aka Software Suspend, aka swsusp)
5186 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5187 M:      Pavel Machek <pavel@ucw.cz>
5188 L:      linux-pm@vger.kernel.org
5189 S:      Supported
5190 F:      arch/x86/power/
5191 F:      drivers/base/power/
5192 F:      kernel/power/
5193 F:      include/linux/suspend.h
5194 F:      include/linux/freezer.h
5195 F:      include/linux/pm.h
5196 F:      arch/*/include/asm/suspend*.h
5197
5198 HID CORE LAYER
5199 M:      Jiri Kosina <jikos@kernel.org>
5200 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5201 L:      linux-input@vger.kernel.org
5202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5203 S:      Maintained
5204 F:      drivers/hid/
5205 F:      include/linux/hid*
5206 F:      include/uapi/linux/hid*
5207
5208 HID SENSOR HUB DRIVERS
5209 M:      Jiri Kosina <jikos@kernel.org>
5210 M:      Jonathan Cameron <jic23@kernel.org>
5211 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5212 L:      linux-input@vger.kernel.org
5213 L:      linux-iio@vger.kernel.org
5214 S:      Maintained
5215 F:      Documentation/hid/hid-sensor*
5216 F:      drivers/hid/hid-sensor-*
5217 F:      drivers/iio/*/hid-*
5218 F:      include/linux/hid-sensor-*
5219
5220 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5221 M:      Thomas Gleixner <tglx@linutronix.de>
5222 L:      linux-kernel@vger.kernel.org
5223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5224 S:      Maintained
5225 F:      Documentation/timers/
5226 F:      kernel/time/hrtimer.c
5227 F:      kernel/time/clockevents.c
5228 F:      kernel/time/tick*.*
5229 F:      kernel/time/timer_*.c
5230 F:      include/linux/clockchips.h
5231 F:      include/linux/hrtimer.h
5232
5233 HIGH-SPEED SCC DRIVER FOR AX.25
5234 L:      linux-hams@vger.kernel.org
5235 S:      Orphan
5236 F:      drivers/net/hamradio/dmascc.c
5237 F:      drivers/net/hamradio/scc.c
5238
5239 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5240 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5241 W:      http://www.highpoint-tech.com
5242 S:      Supported
5243 F:      Documentation/scsi/hptiop.txt
5244 F:      drivers/scsi/hptiop.c
5245
5246 HIPPI
5247 M:      Jes Sorensen <jes@trained-monkey.org>
5248 L:      linux-hippi@sunsite.dk
5249 S:      Maintained
5250 F:      include/linux/hippidevice.h
5251 F:      include/uapi/linux/if_hippi.h
5252 F:      net/802/hippi.c
5253 F:      drivers/net/hippi/
5254
5255 HISILICON SAS Controller
5256 M:      John Garry <john.garry@huawei.com>
5257 W:      http://www.hisilicon.com
5258 S:      Supported
5259 F:      drivers/scsi/hisi_sas/
5260 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5261
5262 HOST AP DRIVER
5263 M:      Jouni Malinen <j@w1.fi>
5264 L:      hostap@shmoo.com (subscribers-only)
5265 L:      linux-wireless@vger.kernel.org
5266 W:      http://hostap.epitest.fi/
5267 S:      Maintained
5268 F:      drivers/net/wireless/intersil/hostap/
5269
5270 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5271 L:      platform-driver-x86@vger.kernel.org
5272 S:      Orphan
5273 F:      drivers/platform/x86/tc1100-wmi.c
5274
5275 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5276 M:      Jaroslav Kysela <perex@perex.cz>
5277 S:      Maintained
5278 F:      drivers/net/ethernet/hp/hp100.*
5279
5280 HPET:   High Precision Event Timers driver
5281 M:      Clemens Ladisch <clemens@ladisch.de>
5282 S:      Maintained
5283 F:      Documentation/timers/hpet.txt
5284 F:      drivers/char/hpet.c
5285 F:      include/linux/hpet.h
5286 F:      include/uapi/linux/hpet.h
5287
5288 HPET:   x86
5289 S:      Orphan
5290 F:      arch/x86/kernel/hpet.c
5291 F:      arch/x86/include/asm/hpet.h
5292
5293 HPFS FILESYSTEM
5294 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5295 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5296 S:      Maintained
5297 F:      fs/hpfs/
5298
5299 HSI SUBSYSTEM
5300 M:      Sebastian Reichel <sre@kernel.org>
5301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5302 S:      Maintained
5303 F:      Documentation/ABI/testing/sysfs-bus-hsi
5304 F:      Documentation/hsi.txt
5305 F:      drivers/hsi/
5306 F:      include/linux/hsi/
5307 F:      include/uapi/linux/hsi/
5308
5309 HSO 3G MODEM DRIVER
5310 M:      Jan Dumon <j.dumon@option.com>
5311 W:      http://www.pharscape.org
5312 S:      Maintained
5313 F:      drivers/net/usb/hso.c
5314
5315 HSR NETWORK PROTOCOL
5316 M:      Arvid Brodin <arvid.brodin@alten.se>
5317 L:      netdev@vger.kernel.org
5318 S:      Maintained
5319 F:      net/hsr/
5320
5321 HTCPEN TOUCHSCREEN DRIVER
5322 M:      Pau Oliva Fora <pof@eslack.org>
5323 L:      linux-input@vger.kernel.org
5324 S:      Maintained
5325 F:      drivers/input/touchscreen/htcpen.c
5326
5327 HUGETLB FILESYSTEM
5328 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5329 S:      Maintained
5330 F:      fs/hugetlbfs/
5331
5332 Hyper-V CORE AND DRIVERS
5333 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5334 M:      Haiyang Zhang <haiyangz@microsoft.com>
5335 L:      devel@linuxdriverproject.org
5336 S:      Maintained
5337 F:      arch/x86/include/asm/mshyperv.h
5338 F:      arch/x86/include/uapi/asm/hyperv.h
5339 F:      arch/x86/kernel/cpu/mshyperv.c
5340 F:      drivers/hid/hid-hyperv.c
5341 F:      drivers/hv/
5342 F:      drivers/input/serio/hyperv-keyboard.c
5343 F:      drivers/pci/host/pci-hyperv.c
5344 F:      drivers/net/hyperv/
5345 F:      drivers/scsi/storvsc_drv.c
5346 F:      drivers/video/fbdev/hyperv_fb.c
5347 F:      include/linux/hyperv.h
5348 F:      tools/hv/
5349 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5350
5351 I2C MUXES
5352 M:      Peter Rosin <peda@axentia.se>
5353 L:      linux-i2c@vger.kernel.org
5354 S:      Maintained
5355 F:      Documentation/i2c/i2c-topology
5356 F:      Documentation/i2c/muxes/
5357 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5358 F:      drivers/i2c/i2c-mux.c
5359 F:      drivers/i2c/muxes/
5360 F:      include/linux/i2c-mux.h
5361
5362 I2C OVER PARALLEL PORT
5363 M:      Jean Delvare <jdelvare@suse.com>
5364 L:      linux-i2c@vger.kernel.org
5365 S:      Maintained
5366 F:      Documentation/i2c/busses/i2c-parport
5367 F:      Documentation/i2c/busses/i2c-parport-light
5368 F:      drivers/i2c/busses/i2c-parport.c
5369 F:      drivers/i2c/busses/i2c-parport-light.c
5370
5371 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5372 M:      Jean Delvare <jdelvare@suse.com>
5373 L:      linux-i2c@vger.kernel.org
5374 S:      Maintained
5375 F:      Documentation/i2c/busses/i2c-ali1535
5376 F:      Documentation/i2c/busses/i2c-ali1563
5377 F:      Documentation/i2c/busses/i2c-ali15x3
5378 F:      Documentation/i2c/busses/i2c-amd756
5379 F:      Documentation/i2c/busses/i2c-amd8111
5380 F:      Documentation/i2c/busses/i2c-i801
5381 F:      Documentation/i2c/busses/i2c-nforce2
5382 F:      Documentation/i2c/busses/i2c-piix4
5383 F:      Documentation/i2c/busses/i2c-sis5595
5384 F:      Documentation/i2c/busses/i2c-sis630
5385 F:      Documentation/i2c/busses/i2c-sis96x
5386 F:      Documentation/i2c/busses/i2c-via
5387 F:      Documentation/i2c/busses/i2c-viapro
5388 F:      drivers/i2c/busses/i2c-ali1535.c
5389 F:      drivers/i2c/busses/i2c-ali1563.c
5390 F:      drivers/i2c/busses/i2c-ali15x3.c
5391 F:      drivers/i2c/busses/i2c-amd756.c
5392 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5393 F:      drivers/i2c/busses/i2c-amd8111.c
5394 F:      drivers/i2c/busses/i2c-i801.c
5395 F:      drivers/i2c/busses/i2c-isch.c
5396 F:      drivers/i2c/busses/i2c-nforce2.c
5397 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5398 F:      drivers/i2c/busses/i2c-piix4.c
5399 F:      drivers/i2c/busses/i2c-sis5595.c
5400 F:      drivers/i2c/busses/i2c-sis630.c
5401 F:      drivers/i2c/busses/i2c-sis96x.c
5402 F:      drivers/i2c/busses/i2c-via.c
5403 F:      drivers/i2c/busses/i2c-viapro.c
5404
5405 I2C/SMBUS ISMT DRIVER
5406 M:      Seth Heasley <seth.heasley@intel.com>
5407 M:      Neil Horman <nhorman@tuxdriver.com>
5408 L:      linux-i2c@vger.kernel.org
5409 F:      drivers/i2c/busses/i2c-ismt.c
5410 F:      Documentation/i2c/busses/i2c-ismt
5411
5412 I2C/SMBUS STUB DRIVER
5413 M:      Jean Delvare <jdelvare@suse.com>
5414 L:      linux-i2c@vger.kernel.org
5415 S:      Maintained
5416 F:      drivers/i2c/i2c-stub.c
5417
5418 I2C SUBSYSTEM
5419 M:      Wolfram Sang <wsa@the-dreams.de>
5420 L:      linux-i2c@vger.kernel.org
5421 W:      https://i2c.wiki.kernel.org/
5422 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5424 S:      Maintained
5425 F:      Documentation/devicetree/bindings/i2c/
5426 F:      Documentation/i2c/
5427 F:      drivers/i2c/
5428 F:      drivers/i2c/*/
5429 F:      include/linux/i2c.h
5430 F:      include/linux/i2c-*.h
5431 F:      include/uapi/linux/i2c.h
5432 F:      include/uapi/linux/i2c-*.h
5433
5434 I2C ACPI SUPPORT
5435 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5436 L:      linux-i2c@vger.kernel.org
5437 L:      linux-acpi@vger.kernel.org
5438 S:      Maintained
5439
5440 I2C-TAOS-EVM DRIVER
5441 M:      Jean Delvare <jdelvare@suse.com>
5442 L:      linux-i2c@vger.kernel.org
5443 S:      Maintained
5444 F:      Documentation/i2c/busses/i2c-taos-evm
5445 F:      drivers/i2c/busses/i2c-taos-evm.c
5446
5447 I2C-TINY-USB DRIVER
5448 M:      Till Harbaum <till@harbaum.org>
5449 L:      linux-i2c@vger.kernel.org
5450 W:      http://www.harbaum.org/till/i2c_tiny_usb
5451 S:      Maintained
5452 F:      drivers/i2c/busses/i2c-tiny-usb.c
5453
5454 i386 BOOT CODE
5455 M:      "H. Peter Anvin" <hpa@zytor.com>
5456 S:      Maintained
5457 F:      arch/x86/boot/
5458
5459 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5460 M:      "H. Peter Anvin" <hpa@zytor.com>
5461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5462 S:      Maintained
5463
5464 IA64 (Itanium) PLATFORM
5465 M:      Tony Luck <tony.luck@intel.com>
5466 M:      Fenghua Yu <fenghua.yu@intel.com>
5467 L:      linux-ia64@vger.kernel.org
5468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5469 S:      Maintained
5470 F:      arch/ia64/
5471
5472 IBM Power VMX Cryptographic instructions
5473 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5474 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5475 L:      linux-crypto@vger.kernel.org
5476 S:      Supported
5477 F:      drivers/crypto/vmx/Makefile
5478 F:      drivers/crypto/vmx/Kconfig
5479 F:      drivers/crypto/vmx/vmx.c
5480 F:      drivers/crypto/vmx/aes*
5481 F:      drivers/crypto/vmx/ghash*
5482 F:      drivers/crypto/vmx/ppc-xlate.pl
5483
5484 IBM Power in-Nest Crypto Acceleration
5485 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5486 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5487 L:      linux-crypto@vger.kernel.org
5488 S:      Supported
5489 F:      drivers/crypto/nx/Makefile
5490 F:      drivers/crypto/nx/Kconfig
5491 F:      drivers/crypto/nx/nx-aes*
5492 F:      drivers/crypto/nx/nx-sha*
5493 F:      drivers/crypto/nx/nx.*
5494 F:      drivers/crypto/nx/nx_csbcpb.h
5495 F:      drivers/crypto/nx/nx_debugfs.h
5496
5497 IBM Power 842 compression accelerator
5498 M:      Dan Streetman <ddstreet@ieee.org>
5499 S:      Supported
5500 F:      drivers/crypto/nx/Makefile
5501 F:      drivers/crypto/nx/Kconfig
5502 F:      drivers/crypto/nx/nx-842*
5503 F:      include/linux/sw842.h
5504 F:      crypto/842.c
5505 F:      lib/842/
5506
5507 IBM Power Linux RAID adapter
5508 M:      Brian King <brking@us.ibm.com>
5509 S:      Supported
5510 F:      drivers/scsi/ipr.*
5511
5512 IBM Power Virtual Ethernet Device Driver
5513 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5514 L:      netdev@vger.kernel.org
5515 S:      Supported
5516 F:      drivers/net/ethernet/ibm/ibmveth.*
5517
5518 IBM Power SRIOV Virtual NIC Device Driver
5519 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5520 M:      John Allen <jallen@linux.vnet.ibm.com>
5521 L:      netdev@vger.kernel.org
5522 S:      Supported
5523 F:      drivers/net/ethernet/ibm/ibmvnic.*
5524
5525 IBM Power Virtual SCSI Device Drivers
5526 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5527 L:      linux-scsi@vger.kernel.org
5528 S:      Supported
5529 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5530 F:      drivers/scsi/ibmvscsi/viosrp.h
5531
5532 IBM Power Virtual FC Device Drivers
5533 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5534 L:      linux-scsi@vger.kernel.org
5535 S:      Supported
5536 F:      drivers/scsi/ibmvscsi/ibmvfc*
5537
5538 IBM ServeRAID RAID DRIVER
5539 S:      Orphan
5540 F:      drivers/scsi/ips.*
5541
5542 ICH LPC AND GPIO DRIVER
5543 M:      Peter Tyser <ptyser@xes-inc.com>
5544 S:      Maintained
5545 F:      drivers/mfd/lpc_ich.c
5546 F:      drivers/gpio/gpio-ich.c
5547
5548 IDE SUBSYSTEM
5549 M:      "David S. Miller" <davem@davemloft.net>
5550 L:      linux-ide@vger.kernel.org
5551 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5553 S:      Maintained
5554 F:      Documentation/ide/
5555 F:      drivers/ide/
5556 F:      include/linux/ide.h
5557
5558 IDEAPAD LAPTOP EXTRAS DRIVER
5559 M:      Ike Panhc <ike.pan@canonical.com>
5560 L:      platform-driver-x86@vger.kernel.org
5561 W:      http://launchpad.net/ideapad-laptop
5562 S:      Maintained
5563 F:      drivers/platform/x86/ideapad-laptop.c
5564
5565 IDEAPAD LAPTOP SLIDEBAR DRIVER
5566 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5567 L:      linux-input@vger.kernel.org
5568 W:      https://github.com/o2genum/ideapad-slidebar
5569 S:      Maintained
5570 F:      drivers/input/misc/ideapad_slidebar.c
5571
5572 IDE/ATAPI DRIVERS
5573 M:      Borislav Petkov <bp@alien8.de>
5574 L:      linux-ide@vger.kernel.org
5575 S:      Maintained
5576 F:      Documentation/cdrom/ide-cd
5577 F:      drivers/ide/ide-cd*
5578
5579 IDLE-I7300
5580 M:      Andy Henroid <andrew.d.henroid@intel.com>
5581 L:      linux-pm@vger.kernel.org
5582 S:      Supported
5583 F:      drivers/idle/i7300_idle.c
5584
5585 IEEE 802.15.4 SUBSYSTEM
5586 M:      Alexander Aring <aar@pengutronix.de>
5587 L:      linux-wpan@vger.kernel.org
5588 W:      http://wpan.cakelab.org/
5589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5591 S:      Maintained
5592 F:      net/ieee802154/
5593 F:      net/mac802154/
5594 F:      drivers/net/ieee802154/
5595 F:      include/linux/nl802154.h
5596 F:      include/linux/ieee802154.h
5597 F:      include/net/nl802154.h
5598 F:      include/net/mac802154.h
5599 F:      include/net/af_ieee802154.h
5600 F:      include/net/cfg802154.h
5601 F:      include/net/ieee802154_netdev.h
5602 F:      Documentation/networking/ieee802154.txt
5603
5604 IGORPLUG-USB IR RECEIVER
5605 M:      Sean Young <sean@mess.org>
5606 L:      linux-media@vger.kernel.org
5607 S:      Maintained
5608 F:      drivers/media/rc/igorplugusb.c
5609
5610 IGUANAWORKS USB IR TRANSCEIVER
5611 M:      Sean Young <sean@mess.org>
5612 L:      linux-media@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/media/rc/iguanair.c
5615
5616 IIO SUBSYSTEM AND DRIVERS
5617 M:      Jonathan Cameron <jic23@kernel.org>
5618 R:      Hartmut Knaack <knaack.h@gmx.de>
5619 R:      Lars-Peter Clausen <lars@metafoo.de>
5620 R:      Peter Meerwald <pmeerw@pmeerw.net>
5621 L:      linux-iio@vger.kernel.org
5622 S:      Maintained
5623 F:      drivers/iio/
5624 F:      drivers/staging/iio/
5625 F:      include/linux/iio/
5626 F:      tools/iio/
5627
5628 IKANOS/ADI EAGLE ADSL USB DRIVER
5629 M:      Matthieu Castet <castet.matthieu@free.fr>
5630 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5631 S:      Maintained
5632 F:      drivers/usb/atm/ueagle-atm.c
5633
5634 INA209 HARDWARE MONITOR DRIVER
5635 M:      Guenter Roeck <linux@roeck-us.net>
5636 L:      linux-hwmon@vger.kernel.org
5637 S:      Maintained
5638 F:      Documentation/hwmon/ina209
5639 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5640 F:      drivers/hwmon/ina209.c
5641
5642 INA2XX HARDWARE MONITOR DRIVER
5643 M:      Guenter Roeck <linux@roeck-us.net>
5644 L:      linux-hwmon@vger.kernel.org
5645 S:      Maintained
5646 F:      Documentation/hwmon/ina2xx
5647 F:      drivers/hwmon/ina2xx.c
5648 F:      include/linux/platform_data/ina2xx.h
5649
5650 INDUSTRY PACK SUBSYSTEM (IPACK)
5651 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5652 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5653 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5654 L:      industrypack-devel@lists.sourceforge.net
5655 W:      http://industrypack.sourceforge.net
5656 S:      Maintained
5657 F:      drivers/ipack/
5658
5659 INGENIC JZ4780 DMA Driver
5660 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5661 S:      Maintained
5662 F:      drivers/dma/dma-jz4780.c
5663
5664 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5665 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5666 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5667 L:      linux-ima-devel@lists.sourceforge.net
5668 L:      linux-ima-user@lists.sourceforge.net
5669 L:      linux-security-module@vger.kernel.org
5670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5671 S:      Supported
5672 F:      security/integrity/ima/
5673
5674 IMGTEC IR DECODER DRIVER
5675 M:      James Hogan <james.hogan@imgtec.com>
5676 S:      Maintained
5677 F:      drivers/media/rc/img-ir/
5678
5679 IMS TWINTURBO FRAMEBUFFER DRIVER
5680 L:      linux-fbdev@vger.kernel.org
5681 S:      Orphan
5682 F:      drivers/video/fbdev/imsttfb.c
5683
5684 INFINIBAND SUBSYSTEM
5685 M:      Doug Ledford <dledford@redhat.com>
5686 M:      Sean Hefty <sean.hefty@intel.com>
5687 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5688 L:      linux-rdma@vger.kernel.org
5689 W:      http://www.openfabrics.org/
5690 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5692 S:      Supported
5693 F:      Documentation/infiniband/
5694 F:      drivers/infiniband/
5695 F:      drivers/staging/rdma/
5696 F:      include/uapi/linux/if_infiniband.h
5697 F:      include/uapi/rdma/
5698 F:      include/rdma/
5699
5700 INOTIFY
5701 M:      John McCutchan <john@johnmccutchan.com>
5702 M:      Robert Love <rlove@rlove.org>
5703 M:      Eric Paris <eparis@parisplace.org>
5704 S:      Maintained
5705 F:      Documentation/filesystems/inotify.txt
5706 F:      fs/notify/inotify/
5707 F:      include/linux/inotify.h
5708 F:      include/uapi/linux/inotify.h
5709
5710 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5711 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5712 L:      linux-input@vger.kernel.org
5713 Q:      http://patchwork.kernel.org/project/linux-input/list/
5714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5715 S:      Maintained
5716 F:      drivers/input/
5717 F:      include/linux/input.h
5718 F:      include/uapi/linux/input.h
5719 F:      include/linux/input/
5720 F:      Documentation/devicetree/bindings/input/
5721
5722 INPUT MULTITOUCH (MT) PROTOCOL
5723 M:      Henrik Rydberg <rydberg@bitmath.org>
5724 L:      linux-input@vger.kernel.org
5725 S:      Odd fixes
5726 F:      Documentation/input/multi-touch-protocol.txt
5727 F:      drivers/input/input-mt.c
5728 K:      \b(ABS|SYN)_MT_
5729
5730 INTEL ASoC BDW/HSW DRIVERS
5731 M:      Jie Yang <yang.jie@linux.intel.com>
5732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5733 S:      Supported
5734 F:      sound/soc/intel/common/sst-dsp*
5735 F:      sound/soc/intel/common/sst-firmware.c
5736 F:      sound/soc/intel/boards/broadwell.c
5737 F:      sound/soc/intel/haswell/
5738
5739 INTEL C600 SERIES SAS CONTROLLER DRIVER
5740 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5741 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5742 L:      linux-scsi@vger.kernel.org
5743 T:      git git://git.code.sf.net/p/intel-sas/isci
5744 S:      Supported
5745 F:      drivers/scsi/isci/
5746
5747 INTEL HID EVENT DRIVER
5748 M:      Alex Hung <alex.hung@canonical.com>
5749 L:      platform-driver-x86@vger.kernel.org
5750 S:      Maintained
5751 F:      drivers/platform/x86/intel-hid.c
5752
5753 INTEL IDLE DRIVER
5754 M:      Len Brown <lenb@kernel.org>
5755 L:      linux-pm@vger.kernel.org
5756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5757 S:      Supported
5758 F:      drivers/idle/intel_idle.c
5759
5760 INTEL PSTATE DRIVER
5761 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5762 M:      Len Brown <lenb@kernel.org>
5763 L:      linux-pm@vger.kernel.org
5764 S:      Supported
5765 F:      drivers/cpufreq/intel_pstate.c
5766
5767 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5768 M:      Maik Broemme <mbroemme@plusserver.de>
5769 L:      linux-fbdev@vger.kernel.org
5770 S:      Maintained
5771 F:      Documentation/fb/intelfb.txt
5772 F:      drivers/video/fbdev/intelfb/
5773
5774 INTEL 810/815 FRAMEBUFFER DRIVER
5775 M:      Antonino Daplas <adaplas@gmail.com>
5776 L:      linux-fbdev@vger.kernel.org
5777 S:      Maintained
5778 F:      drivers/video/fbdev/i810/
5779
5780 INTEL MENLOW THERMAL DRIVER
5781 M:      Sujith Thomas <sujith.thomas@intel.com>
5782 L:      platform-driver-x86@vger.kernel.org
5783 W:      https://01.org/linux-acpi
5784 S:      Supported
5785 F:      drivers/platform/x86/intel_menlow.c
5786
5787 INTEL I/OAT DMA DRIVER
5788 M:      Dave Jiang <dave.jiang@intel.com>
5789 R:      Dan Williams <dan.j.williams@intel.com>
5790 L:      dmaengine@vger.kernel.org
5791 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5792 S:      Supported
5793 F:      drivers/dma/ioat*
5794
5795 INTEL IOMMU (VT-d)
5796 M:      David Woodhouse <dwmw2@infradead.org>
5797 L:      iommu@lists.linux-foundation.org
5798 T:      git git://git.infradead.org/iommu-2.6.git
5799 S:      Supported
5800 F:      drivers/iommu/intel-iommu.c
5801 F:      include/linux/intel-iommu.h
5802
5803 INTEL IOP-ADMA DMA DRIVER
5804 R:      Dan Williams <dan.j.williams@intel.com>
5805 S:      Odd fixes
5806 F:      drivers/dma/iop-adma.c
5807
5808 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5809 M:      Krzysztof Halasa <khalasa@piap.pl>
5810 S:      Maintained
5811 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5812 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5813 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5814 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5815 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5816 F:      drivers/net/wan/ixp4xx_hss.c
5817
5818 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5819 M:      Deepak Saxena <dsaxena@plexity.net>
5820 S:      Maintained
5821 F:      drivers/char/hw_random/ixp4xx-rng.c
5822
5823 INTEL ETHERNET DRIVERS
5824 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5825 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
5826 W:      http://www.intel.com/support/feedback.htm
5827 W:      http://e1000.sourceforge.net/
5828 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5831 S:      Supported
5832 F:      Documentation/networking/e100.txt
5833 F:      Documentation/networking/e1000.txt
5834 F:      Documentation/networking/e1000e.txt
5835 F:      Documentation/networking/igb.txt
5836 F:      Documentation/networking/igbvf.txt
5837 F:      Documentation/networking/ixgb.txt
5838 F:      Documentation/networking/ixgbe.txt
5839 F:      Documentation/networking/ixgbevf.txt
5840 F:      Documentation/networking/i40e.txt
5841 F:      Documentation/networking/i40evf.txt
5842 F:      drivers/net/ethernet/intel/
5843 F:      drivers/net/ethernet/intel/*/
5844
5845 INTEL RDMA RNIC DRIVER
5846 M:     Faisal Latif <faisal.latif@intel.com>
5847 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5848 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5849 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5850 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5851 L:     linux-rdma@vger.kernel.org
5852 S:     Supported
5853 F:     drivers/infiniband/hw/i40iw/
5854
5855 INTEL-MID GPIO DRIVER
5856 M:      David Cohen <david.a.cohen@linux.intel.com>
5857 L:      linux-gpio@vger.kernel.org
5858 S:      Maintained
5859 F:      drivers/gpio/gpio-intel-mid.c
5860
5861 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5862 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5863 L:      linux-wireless@vger.kernel.org
5864 S:      Maintained
5865 F:      Documentation/networking/README.ipw2100
5866 F:      Documentation/networking/README.ipw2200
5867 F:      drivers/net/wireless/intel/ipw2x00/
5868
5869 INTEL(R) TRACE HUB
5870 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5871 S:      Supported
5872 F:      Documentation/trace/intel_th.txt
5873 F:      drivers/hwtracing/intel_th/
5874
5875 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5876 M:      Ning Sun <ning.sun@intel.com>
5877 L:      tboot-devel@lists.sourceforge.net
5878 W:      http://tboot.sourceforge.net
5879 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5880 S:      Supported
5881 F:      Documentation/intel_txt.txt
5882 F:      include/linux/tboot.h
5883 F:      arch/x86/kernel/tboot.c
5884
5885 INTEL WIRELESS WIMAX CONNECTION 2400
5886 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5887 M:      linux-wimax@intel.com
5888 L:      wimax@linuxwimax.org (subscribers-only)
5889 S:      Supported
5890 W:      http://linuxwimax.org
5891 F:      Documentation/wimax/README.i2400m
5892 F:      drivers/net/wimax/i2400m/
5893 F:      include/uapi/linux/wimax/i2400m.h
5894
5895 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5896 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5897 L:      linux-wireless@vger.kernel.org
5898 S:      Supported
5899 F:      drivers/net/wireless/intel/iwlegacy/
5900
5901 INTEL WIRELESS WIFI LINK (iwlwifi)
5902 M:      Johannes Berg <johannes.berg@intel.com>
5903 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5904 M:      Luca Coelho <luciano.coelho@intel.com>
5905 M:      Intel Linux Wireless <linuxwifi@intel.com>
5906 L:      linux-wireless@vger.kernel.org
5907 W:      http://intellinuxwireless.org
5908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5909 S:      Supported
5910 F:      drivers/net/wireless/intel/iwlwifi/
5911
5912 INTEL MANAGEMENT ENGINE (mei)
5913 M:      Tomas Winkler <tomas.winkler@intel.com>
5914 L:      linux-kernel@vger.kernel.org
5915 S:      Supported
5916 F:      include/uapi/linux/mei.h
5917 F:      include/linux/mei_cl_bus.h
5918 F:      drivers/misc/mei/*
5919 F:      drivers/watchdog/mei_wdt.c
5920 F:      Documentation/misc-devices/mei/*
5921
5922 INTEL MIC DRIVERS (mic)
5923 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5924 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5925 S:      Supported
5926 W:      https://github.com/sudeepdutt/mic
5927 W:      http://software.intel.com/en-us/mic-developer
5928 F:      include/linux/mic_bus.h
5929 F:      include/linux/scif.h
5930 F:      include/uapi/linux/mic_common.h
5931 F:      include/uapi/linux/mic_ioctl.h
5932 F:      include/uapi/linux/scif_ioctl.h
5933 F:      drivers/misc/mic/
5934 F:      drivers/dma/mic_x100_dma.c
5935 F:      drivers/dma/mic_x100_dma.h
5936 F:      Documentation/mic/
5937
5938 INTEL PMC/P-Unit IPC DRIVER
5939 M:      Zha Qipeng<qipeng.zha@intel.com>
5940 L:      platform-driver-x86@vger.kernel.org
5941 S:      Maintained
5942 F:      drivers/platform/x86/intel_pmc_ipc.c
5943 F:      drivers/platform/x86/intel_punit_ipc.c
5944 F:      arch/x86/include/asm/intel_pmc_ipc.h
5945 F:      arch/x86/include/asm/intel_punit_ipc.h
5946
5947 INTEL TELEMETRY DRIVER
5948 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5949 L:      platform-driver-x86@vger.kernel.org
5950 S:      Maintained
5951 F:      arch/x86/include/asm/intel_telemetry.h
5952 F:      drivers/platform/x86/intel_telemetry*
5953
5954 IOC3 ETHERNET DRIVER
5955 M:      Ralf Baechle <ralf@linux-mips.org>
5956 L:      linux-mips@linux-mips.org
5957 S:      Maintained
5958 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5959
5960 IOC3 SERIAL DRIVER
5961 M:      Pat Gefre <pfg@sgi.com>
5962 L:      linux-serial@vger.kernel.org
5963 S:      Maintained
5964 F:      drivers/tty/serial/ioc3_serial.c
5965
5966 IOMMU DRIVERS
5967 M:      Joerg Roedel <joro@8bytes.org>
5968 L:      iommu@lists.linux-foundation.org
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5970 S:      Maintained
5971 F:      drivers/iommu/
5972
5973 IP MASQUERADING
5974 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5975 S:      Maintained
5976 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5977
5978 IPMI SUBSYSTEM
5979 M:      Corey Minyard <minyard@acm.org>
5980 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5981 W:      http://openipmi.sourceforge.net/
5982 S:      Supported
5983 F:      Documentation/IPMI.txt
5984 F:      drivers/char/ipmi/
5985 F:      include/linux/ipmi*
5986 F:      include/uapi/linux/ipmi*
5987
5988 QCOM AUDIO (ASoC) DRIVERS
5989 M:      Patrick Lai <plai@codeaurora.org>
5990 M:      Banajit Goswami <bgoswami@codeaurora.org>
5991 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5992 S:      Supported
5993 F:      sound/soc/qcom/
5994
5995 IPS SCSI RAID DRIVER
5996 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5997 L:      linux-scsi@vger.kernel.org
5998 W:      http://www.adaptec.com/
5999 S:      Maintained
6000 F:      drivers/scsi/ips*
6001
6002 IPVS
6003 M:      Wensong Zhang <wensong@linux-vs.org>
6004 M:      Simon Horman <horms@verge.net.au>
6005 M:      Julian Anastasov <ja@ssi.bg>
6006 L:      netdev@vger.kernel.org
6007 L:      lvs-devel@vger.kernel.org
6008 S:      Maintained
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6011 F:      Documentation/networking/ipvs-sysctl.txt
6012 F:      include/net/ip_vs.h
6013 F:      include/uapi/linux/ip_vs.h
6014 F:      net/netfilter/ipvs/
6015
6016 IPWIRELESS DRIVER
6017 M:      Jiri Kosina <jikos@kernel.org>
6018 M:      David Sterba <dsterba@suse.com>
6019 S:      Odd Fixes
6020 F:      drivers/tty/ipwireless/
6021
6022 IPX NETWORK LAYER
6023 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6024 L:      netdev@vger.kernel.org
6025 S:      Maintained
6026 F:      include/net/ipx.h
6027 F:      include/uapi/linux/ipx.h
6028 F:      net/ipx/
6029
6030 IRDA SUBSYSTEM
6031 M:      Samuel Ortiz <samuel@sortiz.org>
6032 L:      irda-users@lists.sourceforge.net (subscribers-only)
6033 L:      netdev@vger.kernel.org
6034 W:      http://irda.sourceforge.net/
6035 S:      Maintained
6036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6037 F:      Documentation/networking/irda.txt
6038 F:      drivers/net/irda/
6039 F:      include/net/irda/
6040 F:      net/irda/
6041
6042 IRQ SUBSYSTEM
6043 M:      Thomas Gleixner <tglx@linutronix.de>
6044 L:      linux-kernel@vger.kernel.org
6045 S:      Maintained
6046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6047 F:      kernel/irq/
6048
6049 IRQCHIP DRIVERS
6050 M:      Thomas Gleixner <tglx@linutronix.de>
6051 M:      Jason Cooper <jason@lakedaemon.net>
6052 M:      Marc Zyngier <marc.zyngier@arm.com>
6053 L:      linux-kernel@vger.kernel.org
6054 S:      Maintained
6055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6056 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6057 F:      Documentation/devicetree/bindings/interrupt-controller/
6058 F:      drivers/irqchip/
6059
6060 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6061 M:      Jiang Liu <jiang.liu@linux.intel.com>
6062 M:      Marc Zyngier <marc.zyngier@arm.com>
6063 S:      Maintained
6064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6065 F:      Documentation/IRQ-domain.txt
6066 F:      include/linux/irqdomain.h
6067 F:      kernel/irq/irqdomain.c
6068 F:      kernel/irq/msi.c
6069
6070 ISAPNP
6071 M:      Jaroslav Kysela <perex@perex.cz>
6072 S:      Maintained
6073 F:      Documentation/isapnp.txt
6074 F:      drivers/pnp/isapnp/
6075 F:      include/linux/isapnp.h
6076
6077 ISA RADIO MODULE
6078 M:      Hans Verkuil <hverkuil@xs4all.nl>
6079 L:      linux-media@vger.kernel.org
6080 T:      git git://linuxtv.org/media_tree.git
6081 W:      https://linuxtv.org
6082 S:      Maintained
6083 F:      drivers/media/radio/radio-isa*
6084
6085 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6086 M:      Peter Jones <pjones@redhat.com>
6087 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6088 S:      Maintained
6089 F:      drivers/firmware/iscsi_ibft*
6090
6091 ISCSI
6092 M:      Mike Christie <michaelc@cs.wisc.edu>
6093 L:      open-iscsi@googlegroups.com
6094 W:      www.open-iscsi.org
6095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6096 S:      Maintained
6097 F:      drivers/scsi/*iscsi*
6098 F:      include/scsi/*iscsi*
6099
6100 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6101 M:      Or Gerlitz <ogerlitz@mellanox.com>
6102 M:      Sagi Grimberg <sagi@grimberg.me>
6103 M:      Roi Dayan <roid@mellanox.com>
6104 L:      linux-rdma@vger.kernel.org
6105 S:      Supported
6106 W:      http://www.openfabrics.org
6107 W:      www.open-iscsi.org
6108 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6109 F:      drivers/infiniband/ulp/iser/
6110
6111 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6112 M:      Sagi Grimberg <sagi@grimberg.me>
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6114 L:      linux-rdma@vger.kernel.org
6115 L:      target-devel@vger.kernel.org
6116 S:      Supported
6117 W:      http://www.linux-iscsi.org
6118 F:      drivers/infiniband/ulp/isert
6119
6120 ISDN SUBSYSTEM
6121 M:      Karsten Keil <isdn@linux-pingi.de>
6122 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6123 L:      netdev@vger.kernel.org
6124 W:      http://www.isdn4linux.de
6125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6126 S:      Maintained
6127 F:      Documentation/isdn/
6128 F:      drivers/isdn/
6129 F:      include/linux/isdn.h
6130 F:      include/linux/isdn/
6131 F:      include/uapi/linux/isdn.h
6132 F:      include/uapi/linux/isdn/
6133
6134 ISDN SUBSYSTEM (Eicon active card driver)
6135 M:      Armin Schindler <mac@melware.de>
6136 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6137 W:      http://www.melware.de
6138 S:      Maintained
6139 F:      drivers/isdn/hardware/eicon/
6140
6141 IT87 HARDWARE MONITORING DRIVER
6142 M:      Jean Delvare <jdelvare@suse.com>
6143 L:      linux-hwmon@vger.kernel.org
6144 S:      Maintained
6145 F:      Documentation/hwmon/it87
6146 F:      drivers/hwmon/it87.c
6147
6148 IT913X MEDIA DRIVER
6149 M:      Antti Palosaari <crope@iki.fi>
6150 L:      linux-media@vger.kernel.org
6151 W:      https://linuxtv.org
6152 W:      http://palosaari.fi/linux/
6153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6154 T:      git git://linuxtv.org/anttip/media_tree.git
6155 S:      Maintained
6156 F:      drivers/media/tuners/it913x*
6157
6158 IVTV VIDEO4LINUX DRIVER
6159 M:      Andy Walls <awalls@md.metrocast.net>
6160 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6161 L:      linux-media@vger.kernel.org
6162 T:      git git://linuxtv.org/media_tree.git
6163 W:      http://www.ivtvdriver.org
6164 S:      Maintained
6165 F:      Documentation/video4linux/*.ivtv
6166 F:      drivers/media/pci/ivtv/
6167 F:      include/uapi/linux/ivtv*
6168
6169 IX2505V MEDIA DRIVER
6170 M:      Malcolm Priestley <tvboxspy@gmail.com>
6171 L:      linux-media@vger.kernel.org
6172 W:      https://linuxtv.org
6173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6174 S:      Maintained
6175 F:      drivers/media/dvb-frontends/ix2505v*
6176
6177 JC42.4 TEMPERATURE SENSOR DRIVER
6178 M:      Guenter Roeck <linux@roeck-us.net>
6179 L:      linux-hwmon@vger.kernel.org
6180 S:      Maintained
6181 F:      drivers/hwmon/jc42.c
6182 F:      Documentation/hwmon/jc42
6183
6184 JFS FILESYSTEM
6185 M:      Dave Kleikamp <shaggy@kernel.org>
6186 L:      jfs-discussion@lists.sourceforge.net
6187 W:      http://jfs.sourceforge.net/
6188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6189 S:      Maintained
6190 F:      Documentation/filesystems/jfs.txt
6191 F:      fs/jfs/
6192
6193 JME NETWORK DRIVER
6194 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6195 L:      netdev@vger.kernel.org
6196 S:      Maintained
6197 F:      drivers/net/ethernet/jme.*
6198
6199 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6200 M:      David Woodhouse <dwmw2@infradead.org>
6201 L:      linux-mtd@lists.infradead.org
6202 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6203 S:      Maintained
6204 F:      fs/jffs2/
6205 F:      include/uapi/linux/jffs2.h
6206
6207 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6208 M:      "Theodore Ts'o" <tytso@mit.edu>
6209 M:      Jan Kara <jack@suse.com>
6210 L:      linux-ext4@vger.kernel.org
6211 S:      Maintained
6212 F:      fs/jbd2/
6213 F:      include/linux/jbd2.h
6214
6215 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6216 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6217 L:      linux-media@vger.kernel.org
6218 S:      Maintained
6219 F:      drivers/media/platform/rcar_jpu.c
6220
6221 JSM Neo PCI based serial card
6222 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6223 L:      linux-serial@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/tty/serial/jsm/
6226
6227 K10TEMP HARDWARE MONITORING DRIVER
6228 M:      Clemens Ladisch <clemens@ladisch.de>
6229 L:      linux-hwmon@vger.kernel.org
6230 S:      Maintained
6231 F:      Documentation/hwmon/k10temp
6232 F:      drivers/hwmon/k10temp.c
6233
6234 K8TEMP HARDWARE MONITORING DRIVER
6235 M:      Rudolf Marek <r.marek@assembler.cz>
6236 L:      linux-hwmon@vger.kernel.org
6237 S:      Maintained
6238 F:      Documentation/hwmon/k8temp
6239 F:      drivers/hwmon/k8temp.c
6240
6241 KASAN
6242 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6243 R:      Alexander Potapenko <glider@google.com>
6244 R:      Dmitry Vyukov <dvyukov@google.com>
6245 L:      kasan-dev@googlegroups.com
6246 S:      Maintained
6247 F:      arch/*/include/asm/kasan.h
6248 F:      arch/*/mm/kasan_init*
6249 F:      Documentation/kasan.txt
6250 F:      include/linux/kasan.h
6251 F:      lib/test_kasan.c
6252 F:      mm/kasan/
6253 F:      scripts/Makefile.kasan
6254
6255 KCONFIG
6256 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6257 L:      linux-kbuild@vger.kernel.org
6258 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6259 S:      Maintained
6260 F:      Documentation/kbuild/kconfig-language.txt
6261 F:      scripts/kconfig/
6262
6263 KDUMP
6264 M:      Vivek Goyal <vgoyal@redhat.com>
6265 M:      Haren Myneni <hbabu@us.ibm.com>
6266 L:      kexec@lists.infradead.org
6267 W:      http://lse.sourceforge.net/kdump/
6268 S:      Maintained
6269 F:      Documentation/kdump/
6270
6271 KEENE FM RADIO TRANSMITTER DRIVER
6272 M:      Hans Verkuil <hverkuil@xs4all.nl>
6273 L:      linux-media@vger.kernel.org
6274 T:      git git://linuxtv.org/media_tree.git
6275 W:      https://linuxtv.org
6276 S:      Maintained
6277 F:      drivers/media/radio/radio-keene*
6278
6279 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6280 M:      Ian Kent <raven@themaw.net>
6281 L:      autofs@vger.kernel.org
6282 S:      Maintained
6283 F:      fs/autofs4/
6284
6285 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6286 M:      Michal Marek <mmarek@suse.com>
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6289 L:      linux-kbuild@vger.kernel.org
6290 S:      Maintained
6291 F:      Documentation/kbuild/
6292 F:      Makefile
6293 F:      scripts/Makefile.*
6294 F:      scripts/basic/
6295 F:      scripts/mk*
6296 F:      scripts/package/
6297
6298 KERNEL JANITORS
6299 L:      kernel-janitors@vger.kernel.org
6300 W:      http://kernelnewbies.org/KernelJanitors
6301 S:      Odd Fixes
6302
6303 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6304 M:      "J. Bruce Fields" <bfields@fieldses.org>
6305 M:      Jeff Layton <jlayton@poochiereds.net>
6306 L:      linux-nfs@vger.kernel.org
6307 W:      http://nfs.sourceforge.net/
6308 T:      git git://linux-nfs.org/~bfields/linux.git
6309 S:      Supported
6310 F:      fs/nfsd/
6311 F:      include/uapi/linux/nfsd/
6312 F:      fs/lockd/
6313 F:      fs/nfs_common/
6314 F:      net/sunrpc/
6315 F:      include/linux/lockd/
6316 F:      include/linux/sunrpc/
6317 F:      include/uapi/linux/sunrpc/
6318
6319 KERNEL SELFTEST FRAMEWORK
6320 M:      Shuah Khan <shuahkh@osg.samsung.com>
6321 L:      linux-kselftest@vger.kernel.org
6322 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6323 S:      Maintained
6324 F:      tools/testing/selftests
6325
6326 KERNEL VIRTUAL MACHINE (KVM)
6327 M:      Paolo Bonzini <pbonzini@redhat.com>
6328 M:      Radim Krčmář <rkrcmar@redhat.com>
6329 L:      kvm@vger.kernel.org
6330 W:      http://www.linux-kvm.org
6331 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6332 S:      Supported
6333 F:      Documentation/*/kvm*.txt
6334 F:      Documentation/virtual/kvm/
6335 F:      arch/*/kvm/
6336 F:      arch/x86/kernel/kvm.c
6337 F:      arch/x86/kernel/kvmclock.c
6338 F:      arch/*/include/asm/kvm*
6339 F:      include/linux/kvm*
6340 F:      include/uapi/linux/kvm*
6341 F:      virt/kvm/
6342
6343 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6344 M:      Joerg Roedel <joro@8bytes.org>
6345 L:      kvm@vger.kernel.org
6346 W:      http://www.linux-kvm.org/
6347 S:      Maintained
6348 F:      arch/x86/include/asm/svm.h
6349 F:      arch/x86/kvm/svm.c
6350
6351 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6352 M:      Alexander Graf <agraf@suse.com>
6353 L:      kvm-ppc@vger.kernel.org
6354 W:      http://www.linux-kvm.org/
6355 T:      git git://github.com/agraf/linux-2.6.git
6356 S:      Supported
6357 F:      arch/powerpc/include/asm/kvm*
6358 F:      arch/powerpc/kvm/
6359
6360 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6361 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6362 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6363 L:      linux-s390@vger.kernel.org
6364 W:      http://www.ibm.com/developerworks/linux/linux390/
6365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6366 S:      Supported
6367 F:      Documentation/s390/kvm.txt
6368 F:      arch/s390/include/asm/kvm*
6369 F:      arch/s390/kvm/
6370
6371 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6372 M:      Christoffer Dall <christoffer.dall@linaro.org>
6373 M:      Marc Zyngier <marc.zyngier@arm.com>
6374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6375 L:      kvmarm@lists.cs.columbia.edu
6376 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6378 S:      Supported
6379 F:      arch/arm/include/uapi/asm/kvm*
6380 F:      arch/arm/include/asm/kvm*
6381 F:      arch/arm/kvm/
6382 F:      virt/kvm/arm/
6383 F:      include/kvm/arm_*
6384
6385 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6386 M:      Christoffer Dall <christoffer.dall@linaro.org>
6387 M:      Marc Zyngier <marc.zyngier@arm.com>
6388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6389 L:      kvmarm@lists.cs.columbia.edu
6390 S:      Maintained
6391 F:      arch/arm64/include/uapi/asm/kvm*
6392 F:      arch/arm64/include/asm/kvm*
6393 F:      arch/arm64/kvm/
6394
6395 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6396 M:      James Hogan <james.hogan@imgtec.com>
6397 L:      linux-mips@linux-mips.org
6398 S:      Supported
6399 F:      arch/mips/include/uapi/asm/kvm*
6400 F:      arch/mips/include/asm/kvm*
6401 F:      arch/mips/kvm/
6402
6403 KEXEC
6404 M:      Eric Biederman <ebiederm@xmission.com>
6405 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6406 L:      kexec@lists.infradead.org
6407 S:      Maintained
6408 F:      include/linux/kexec.h
6409 F:      include/uapi/linux/kexec.h
6410 F:      kernel/kexec.c
6411
6412 KEYS/KEYRINGS:
6413 M:      David Howells <dhowells@redhat.com>
6414 L:      keyrings@vger.kernel.org
6415 S:      Maintained
6416 F:      Documentation/security/keys.txt
6417 F:      include/linux/key.h
6418 F:      include/linux/key-type.h
6419 F:      include/keys/
6420 F:      security/keys/
6421
6422 KEYS-TRUSTED
6423 M:      David Safford <safford@us.ibm.com>
6424 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6425 L:      linux-security-module@vger.kernel.org
6426 L:      keyrings@vger.kernel.org
6427 S:      Supported
6428 F:      Documentation/security/keys-trusted-encrypted.txt
6429 F:      include/keys/trusted-type.h
6430 F:      security/keys/trusted.c
6431 F:      security/keys/trusted.h
6432
6433 KEYS-ENCRYPTED
6434 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6435 M:      David Safford <safford@us.ibm.com>
6436 L:      linux-security-module@vger.kernel.org
6437 L:      keyrings@vger.kernel.org
6438 S:      Supported
6439 F:      Documentation/security/keys-trusted-encrypted.txt
6440 F:      include/keys/encrypted-type.h
6441 F:      security/keys/encrypted-keys/
6442
6443 KGDB / KDB /debug_core
6444 M:      Jason Wessel <jason.wessel@windriver.com>
6445 W:      http://kgdb.wiki.kernel.org/
6446 L:      kgdb-bugreport@lists.sourceforge.net
6447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6448 S:      Maintained
6449 F:      Documentation/DocBook/kgdb.tmpl
6450 F:      drivers/misc/kgdbts.c
6451 F:      drivers/tty/serial/kgdboc.c
6452 F:      include/linux/kdb.h
6453 F:      include/linux/kgdb.h
6454 F:      kernel/debug/
6455
6456 KMEMCHECK
6457 M:      Vegard Nossum <vegardno@ifi.uio.no>
6458 M:      Pekka Enberg <penberg@kernel.org>
6459 S:      Maintained
6460 F:      Documentation/kmemcheck.txt
6461 F:      arch/x86/include/asm/kmemcheck.h
6462 F:      arch/x86/mm/kmemcheck/
6463 F:      include/linux/kmemcheck.h
6464 F:      mm/kmemcheck.c
6465
6466 KMEMLEAK
6467 M:      Catalin Marinas <catalin.marinas@arm.com>
6468 S:      Maintained
6469 F:      Documentation/kmemleak.txt
6470 F:      include/linux/kmemleak.h
6471 F:      mm/kmemleak.c
6472 F:      mm/kmemleak-test.c
6473
6474 KPROBES
6475 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6476 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6477 M:      "David S. Miller" <davem@davemloft.net>
6478 M:      Masami Hiramatsu <mhiramat@kernel.org>
6479 S:      Maintained
6480 F:      Documentation/kprobes.txt
6481 F:      include/linux/kprobes.h
6482 F:      kernel/kprobes.c
6483
6484 KS0108 LCD CONTROLLER DRIVER
6485 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6486 W:      http://miguelojeda.es/auxdisplay.htm
6487 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6488 S:      Maintained
6489 F:      Documentation/auxdisplay/ks0108
6490 F:      drivers/auxdisplay/ks0108.c
6491 F:      include/linux/ks0108.h
6492
6493 L3MDEV
6494 M:      David Ahern <dsa@cumulusnetworks.com>
6495 L:      netdev@vger.kernel.org
6496 S:      Maintained
6497 F:      net/l3mdev
6498 F:      include/net/l3mdev.h
6499
6500 LANTIQ MIPS ARCHITECTURE
6501 M:      John Crispin <john@phrozen.org>
6502 L:      linux-mips@linux-mips.org
6503 S:      Maintained
6504 F:      arch/mips/lantiq
6505
6506 LAPB module
6507 L:      linux-x25@vger.kernel.org
6508 S:      Orphan
6509 F:      Documentation/networking/lapb-module.txt
6510 F:      include/*/lapb.h
6511 F:      net/lapb/
6512
6513 LASI 53c700 driver for PARISC
6514 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6515 L:      linux-scsi@vger.kernel.org
6516 S:      Maintained
6517 F:      Documentation/scsi/53c700.txt
6518 F:      drivers/scsi/53c700*
6519
6520 LED SUBSYSTEM
6521 M:      Richard Purdie <rpurdie@rpsys.net>
6522 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6523 L:      linux-leds@vger.kernel.org
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6525 S:      Maintained
6526 F:      drivers/leds/
6527 F:      include/linux/leds.h
6528
6529 LEGACY EEPROM DRIVER
6530 M:      Jean Delvare <jdelvare@suse.com>
6531 S:      Maintained
6532 F:      Documentation/misc-devices/eeprom
6533 F:      drivers/misc/eeprom/eeprom.c
6534
6535 LEGO USB Tower driver
6536 M:      Juergen Stuber <starblue@users.sourceforge.net>
6537 L:      legousb-devel@lists.sourceforge.net
6538 W:      http://legousb.sourceforge.net/
6539 S:      Maintained
6540 F:      drivers/usb/misc/legousbtower.c
6541
6542 LG2160 MEDIA DRIVER
6543 M:      Michael Krufky <mkrufky@linuxtv.org>
6544 L:      linux-media@vger.kernel.org
6545 W:      https://linuxtv.org
6546 W:      http://github.com/mkrufky
6547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6548 T:      git git://linuxtv.org/mkrufky/tuners.git
6549 S:      Maintained
6550 F:      drivers/media/dvb-frontends/lg2160.*
6551
6552 LGDT3305 MEDIA DRIVER
6553 M:      Michael Krufky <mkrufky@linuxtv.org>
6554 L:      linux-media@vger.kernel.org
6555 W:      https://linuxtv.org
6556 W:      http://github.com/mkrufky
6557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6558 T:      git git://linuxtv.org/mkrufky/tuners.git
6559 S:      Maintained
6560 F:      drivers/media/dvb-frontends/lgdt3305.*
6561
6562 LGUEST
6563 M:      Rusty Russell <rusty@rustcorp.com.au>
6564 L:      lguest@lists.ozlabs.org
6565 W:      http://lguest.ozlabs.org/
6566 S:      Odd Fixes
6567 F:      arch/x86/include/asm/lguest*.h
6568 F:      arch/x86/lguest/
6569 F:      drivers/lguest/
6570 F:      include/linux/lguest*.h
6571 F:      tools/lguest/
6572
6573 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6574 M:      Tejun Heo <tj@kernel.org>
6575 L:      linux-ide@vger.kernel.org
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6577 S:      Maintained
6578 F:      drivers/ata/
6579 F:      include/linux/ata.h
6580 F:      include/linux/libata.h
6581
6582 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6583 M:      Viresh Kumar <vireshk@kernel.org>
6584 L:      linux-ide@vger.kernel.org
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6586 S:      Maintained
6587 F:      include/linux/pata_arasan_cf_data.h
6588 F:      drivers/ata/pata_arasan_cf.c
6589
6590 LIBATA PATA DRIVERS
6591 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6592 M:      Tejun Heo <tj@kernel.org>
6593 L:      linux-ide@vger.kernel.org
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6595 S:      Maintained
6596 F:      drivers/ata/pata_*.c
6597 F:      drivers/ata/ata_generic.c
6598
6599 LIBATA SATA AHCI PLATFORM devices support
6600 M:      Hans de Goede <hdegoede@redhat.com>
6601 M:      Tejun Heo <tj@kernel.org>
6602 L:      linux-ide@vger.kernel.org
6603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6604 S:      Maintained
6605 F:      drivers/ata/ahci_platform.c
6606 F:      drivers/ata/libahci_platform.c
6607 F:      include/linux/ahci_platform.h
6608
6609 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6610 M:      Mikael Pettersson <mikpelinux@gmail.com>
6611 L:      linux-ide@vger.kernel.org
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6613 S:      Maintained
6614 F:      drivers/ata/sata_promise.*
6615
6616 LIBLOCKDEP
6617 M:      Sasha Levin <sasha.levin@oracle.com>
6618 S:      Maintained
6619 F:      tools/lib/lockdep/
6620
6621 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6622 M:      Dan Williams <dan.j.williams@intel.com>
6623 L:      linux-nvdimm@lists.01.org
6624 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6626 S:      Supported
6627 F:      drivers/nvdimm/*
6628 F:      include/linux/nd.h
6629 F:      include/linux/libnvdimm.h
6630 F:      include/uapi/linux/ndctl.h
6631
6632 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6633 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6634 L:      linux-nvdimm@lists.01.org
6635 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6636 S:      Supported
6637 F:      drivers/nvdimm/blk.c
6638 F:      drivers/nvdimm/region_devs.c
6639 F:      drivers/acpi/nfit*
6640
6641 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6642 M:      Vishal Verma <vishal.l.verma@intel.com>
6643 L:      linux-nvdimm@lists.01.org
6644 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6645 S:      Supported
6646 F:      drivers/nvdimm/btt*
6647
6648 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6649 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6650 L:      linux-nvdimm@lists.01.org
6651 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6652 S:      Supported
6653 F:      drivers/nvdimm/pmem.c
6654 F:      include/linux/pmem.h
6655 F:      arch/*/include/asm/pmem.h
6656
6657 LIGHTNVM PLATFORM SUPPORT
6658 M:      Matias Bjorling <mb@lightnvm.io>
6659 W:      http://github/OpenChannelSSD
6660 L:      linux-block@vger.kernel.org
6661 S:      Maintained
6662 F:      drivers/lightnvm/
6663 F:      include/linux/lightnvm.h
6664 F:      include/uapi/linux/lightnvm.h
6665
6666 LINUX FOR IBM pSERIES (RS/6000)
6667 M:      Paul Mackerras <paulus@au.ibm.com>
6668 W:      http://www.ibm.com/linux/ltc/projects/ppc
6669 S:      Supported
6670 F:      arch/powerpc/boot/rs6000.h
6671
6672 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6673 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6674 M:      Paul Mackerras <paulus@samba.org>
6675 M:      Michael Ellerman <mpe@ellerman.id.au>
6676 W:      http://www.penguinppc.org/
6677 L:      linuxppc-dev@lists.ozlabs.org
6678 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6680 S:      Supported
6681 F:      Documentation/powerpc/
6682 F:      arch/powerpc/
6683 F:      drivers/char/tpm/tpm_ibmvtpm*
6684 F:      drivers/crypto/nx/
6685 F:      drivers/crypto/vmx/
6686 F:      drivers/net/ethernet/ibm/ibmveth.*
6687 F:      drivers/net/ethernet/ibm/ibmvnic.*
6688 F:      drivers/pci/hotplug/rpa*
6689 F:      drivers/scsi/ibmvscsi/
6690 N:      opal
6691 N:      /pmac
6692 N:      powermac
6693 N:      powernv
6694 N:      [^a-z0-9]ps3
6695 N:      pseries
6696
6697 LINUX FOR POWER MACINTOSH
6698 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6699 W:      http://www.penguinppc.org/
6700 L:      linuxppc-dev@lists.ozlabs.org
6701 S:      Maintained
6702 F:      arch/powerpc/platforms/powermac/
6703 F:      drivers/macintosh/
6704
6705 LINUX FOR POWERPC EMBEDDED MPC5XXX
6706 M:      Anatolij Gustschin <agust@denx.de>
6707 L:      linuxppc-dev@lists.ozlabs.org
6708 T:      git git://git.denx.de/linux-denx-agust.git
6709 S:      Maintained
6710 F:      arch/powerpc/platforms/512x/
6711 F:      arch/powerpc/platforms/52xx/
6712
6713 LINUX FOR POWERPC EMBEDDED PPC4XX
6714 M:      Alistair Popple <alistair@popple.id.au>
6715 M:      Matt Porter <mporter@kernel.crashing.org>
6716 W:      http://www.penguinppc.org/
6717 L:      linuxppc-dev@lists.ozlabs.org
6718 S:      Maintained
6719 F:      arch/powerpc/platforms/40x/
6720 F:      arch/powerpc/platforms/44x/
6721
6722 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6723 L:      linuxppc-dev@lists.ozlabs.org
6724 S:      Orphan
6725 F:      arch/powerpc/*/*virtex*
6726 F:      arch/powerpc/*/*/*virtex*
6727
6728 LINUX FOR POWERPC EMBEDDED PPC8XX
6729 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6730 W:      http://www.penguinppc.org/
6731 L:      linuxppc-dev@lists.ozlabs.org
6732 S:      Maintained
6733 F:      arch/powerpc/platforms/8xx/
6734
6735 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6736 M:      Scott Wood <oss@buserror.net>
6737 M:      Kumar Gala <galak@kernel.crashing.org>
6738 W:      http://www.penguinppc.org/
6739 L:      linuxppc-dev@lists.ozlabs.org
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6741 S:      Maintained
6742 F:      arch/powerpc/platforms/83xx/
6743 F:      arch/powerpc/platforms/85xx/
6744
6745 LINUX FOR POWERPC PA SEMI PWRFICIENT
6746 M:      Olof Johansson <olof@lixom.net>
6747 L:      linuxppc-dev@lists.ozlabs.org
6748 S:      Maintained
6749 F:      arch/powerpc/platforms/pasemi/
6750 F:      drivers/*/*pasemi*
6751 F:      drivers/*/*/*pasemi*
6752
6753 LINUX SECURITY MODULE (LSM) FRAMEWORK
6754 M:      Chris Wright <chrisw@sous-sol.org>
6755 L:      linux-security-module@vger.kernel.org
6756 S:      Supported
6757
6758 LIS3LV02D ACCELEROMETER DRIVER
6759 M:      Eric Piel <eric.piel@tremplin-utc.net>
6760 S:      Maintained
6761 F:      Documentation/misc-devices/lis3lv02d
6762 F:      drivers/misc/lis3lv02d/
6763 F:      drivers/platform/x86/hp_accel.c
6764
6765 LIVE PATCHING
6766 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6767 M:      Jessica Yu <jeyu@redhat.com>
6768 M:      Jiri Kosina <jikos@kernel.org>
6769 M:      Miroslav Benes <mbenes@suse.cz>
6770 R:      Petr Mladek <pmladek@suse.com>
6771 S:      Maintained
6772 F:      kernel/livepatch/
6773 F:      include/linux/livepatch.h
6774 F:      arch/x86/include/asm/livepatch.h
6775 F:      arch/x86/kernel/livepatch.c
6776 F:      Documentation/livepatch/
6777 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6778 F:      samples/livepatch/
6779 L:      live-patching@vger.kernel.org
6780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6781
6782 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6783 M:      Kees Cook <keescook@chromium.org>
6784 S:      Maintained
6785 F:      drivers/misc/lkdtm.c
6786
6787 LLC (802.2)
6788 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6789 S:      Maintained
6790 F:      include/linux/llc.h
6791 F:      include/uapi/linux/llc.h
6792 F:      include/net/llc*
6793 F:      net/llc/
6794
6795 LM73 HARDWARE MONITOR DRIVER
6796 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6797 L:      linux-hwmon@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/hwmon/lm73.c
6800
6801 LM78 HARDWARE MONITOR DRIVER
6802 M:      Jean Delvare <jdelvare@suse.com>
6803 L:      linux-hwmon@vger.kernel.org
6804 S:      Maintained
6805 F:      Documentation/hwmon/lm78
6806 F:      drivers/hwmon/lm78.c
6807
6808 LM83 HARDWARE MONITOR DRIVER
6809 M:      Jean Delvare <jdelvare@suse.com>
6810 L:      linux-hwmon@vger.kernel.org
6811 S:      Maintained
6812 F:      Documentation/hwmon/lm83
6813 F:      drivers/hwmon/lm83.c
6814
6815 LM90 HARDWARE MONITOR DRIVER
6816 M:      Jean Delvare <jdelvare@suse.com>
6817 L:      linux-hwmon@vger.kernel.org
6818 S:      Maintained
6819 F:      Documentation/hwmon/lm90
6820 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6821 F:      drivers/hwmon/lm90.c
6822
6823 LM95234 HARDWARE MONITOR DRIVER
6824 M:      Guenter Roeck <linux@roeck-us.net>
6825 L:      linux-hwmon@vger.kernel.org
6826 S:      Maintained
6827 F:      Documentation/hwmon/lm95234
6828 F:      drivers/hwmon/lm95234.c
6829
6830 LME2510 MEDIA DRIVER
6831 M:      Malcolm Priestley <tvboxspy@gmail.com>
6832 L:      linux-media@vger.kernel.org
6833 W:      https://linuxtv.org
6834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6835 S:      Maintained
6836 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6837
6838 LOCKDEP AND LOCKSTAT
6839 M:      Peter Zijlstra <peterz@infradead.org>
6840 M:      Ingo Molnar <mingo@redhat.com>
6841 L:      linux-kernel@vger.kernel.org
6842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6843 S:      Maintained
6844 F:      Documentation/locking/lockdep*.txt
6845 F:      Documentation/locking/lockstat.txt
6846 F:      include/linux/lockdep.h
6847 F:      kernel/locking/
6848
6849 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6850 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6851 L:      linux-ntfs-dev@lists.sourceforge.net
6852 W:      http://www.linux-ntfs.org/content/view/19/37/
6853 S:      Maintained
6854 F:      Documentation/ldm.txt
6855 F:      block/partitions/ldm.*
6856
6857 LogFS
6858 M:      Joern Engel <joern@logfs.org>
6859 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6860 L:      logfs@logfs.org
6861 W:      logfs.org
6862 S:      Maintained
6863 F:      fs/logfs/
6864
6865 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6866 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6867 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6868 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6869 L:      MPT-FusionLinux.pdl@broadcom.com
6870 L:      linux-scsi@vger.kernel.org
6871 W:      http://www.avagotech.com/support/
6872 S:      Supported
6873 F:      drivers/message/fusion/
6874 F:      drivers/scsi/mpt2sas/
6875 F:      drivers/scsi/mpt3sas/
6876
6877 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6878 M:      Matthew Wilcox <matthew@wil.cx>
6879 L:      linux-scsi@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/scsi/sym53c8xx_2/
6882
6883 LTC4261 HARDWARE MONITOR DRIVER
6884 M:      Guenter Roeck <linux@roeck-us.net>
6885 L:      linux-hwmon@vger.kernel.org
6886 S:      Maintained
6887 F:      Documentation/hwmon/ltc4261
6888 F:      drivers/hwmon/ltc4261.c
6889
6890 LTP (Linux Test Project)
6891 M:      Mike Frysinger <vapier@gentoo.org>
6892 M:      Cyril Hrubis <chrubis@suse.cz>
6893 M:      Wanlong Gao <wanlong.gao@gmail.com>
6894 M:      Jan Stancek <jstancek@redhat.com>
6895 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6896 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6897 L:      ltp@lists.linux.it (subscribers-only)
6898 W:      http://linux-test-project.github.io/
6899 T:      git git://github.com/linux-test-project/ltp.git
6900 S:      Maintained
6901
6902 M32R ARCHITECTURE
6903 W:      http://www.linux-m32r.org/
6904 S:      Orphan
6905 F:      arch/m32r/
6906
6907 M68K ARCHITECTURE
6908 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6909 L:      linux-m68k@lists.linux-m68k.org
6910 W:      http://www.linux-m68k.org/
6911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6912 S:      Maintained
6913 F:      arch/m68k/
6914 F:      drivers/zorro/
6915
6916 M68K ON APPLE MACINTOSH
6917 M:      Joshua Thompson <funaho@jurai.org>
6918 W:      http://www.mac.linux-m68k.org/
6919 L:      linux-m68k@lists.linux-m68k.org
6920 S:      Maintained
6921 F:      arch/m68k/mac/
6922
6923 M68K ON HP9000/300
6924 M:      Philip Blundell <philb@gnu.org>
6925 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6926 S:      Maintained
6927 F:      arch/m68k/hp300/
6928
6929 M88DS3103 MEDIA DRIVER
6930 M:      Antti Palosaari <crope@iki.fi>
6931 L:      linux-media@vger.kernel.org
6932 W:      https://linuxtv.org
6933 W:      http://palosaari.fi/linux/
6934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6935 T:      git git://linuxtv.org/anttip/media_tree.git
6936 S:      Maintained
6937 F:      drivers/media/dvb-frontends/m88ds3103*
6938
6939 M88RS2000 MEDIA DRIVER
6940 M:      Malcolm Priestley <tvboxspy@gmail.com>
6941 L:      linux-media@vger.kernel.org
6942 W:      https://linuxtv.org
6943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6944 S:      Maintained
6945 F:      drivers/media/dvb-frontends/m88rs2000*
6946
6947 MA901 MASTERKIT USB FM RADIO DRIVER
6948 M:      Alexey Klimov <klimov.linux@gmail.com>
6949 L:      linux-media@vger.kernel.org
6950 T:      git git://linuxtv.org/media_tree.git
6951 S:      Maintained
6952 F:      drivers/media/radio/radio-ma901.c
6953
6954 MAC80211
6955 M:      Johannes Berg <johannes@sipsolutions.net>
6956 L:      linux-wireless@vger.kernel.org
6957 W:      http://wireless.kernel.org/
6958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6960 S:      Maintained
6961 F:      Documentation/networking/mac80211-injection.txt
6962 F:      include/net/mac80211.h
6963 F:      net/mac80211/
6964 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6965
6966 MACVLAN DRIVER
6967 M:      Patrick McHardy <kaber@trash.net>
6968 L:      netdev@vger.kernel.org
6969 S:      Maintained
6970 F:      drivers/net/macvlan.c
6971 F:      include/linux/if_macvlan.h
6972
6973 MAILBOX API
6974 M:      Jassi Brar <jassisinghbrar@gmail.com>
6975 L:      linux-kernel@vger.kernel.org
6976 S:      Maintained
6977 F:      drivers/mailbox/
6978 F:      include/linux/mailbox_client.h
6979 F:      include/linux/mailbox_controller.h
6980
6981 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6982 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6983 W:      http://www.kernel.org/doc/man-pages
6984 L:      linux-man@vger.kernel.org
6985 S:      Maintained
6986
6987 MARVELL ARMADA DRM SUPPORT
6988 M:      Russell King <rmk+kernel@armlinux.org.uk>
6989 S:      Maintained
6990 F:      drivers/gpu/drm/armada/
6991
6992 MARVELL 88E6352 DSA support
6993 M:      Guenter Roeck <linux@roeck-us.net>
6994 S:      Maintained
6995 F:      drivers/net/dsa/mv88e6352.c
6996
6997 MARVELL CRYPTO DRIVER
6998 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6999 M:      Arnaud Ebalard <arno@natisbad.org>
7000 F:      drivers/crypto/marvell/
7001 S:      Maintained
7002 L:      linux-crypto@vger.kernel.org
7003
7004 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7005 M:      Mirko Lindner <mlindner@marvell.com>
7006 M:      Stephen Hemminger <stephen@networkplumber.org>
7007 L:      netdev@vger.kernel.org
7008 S:      Maintained
7009 F:      drivers/net/ethernet/marvell/sk*
7010
7011 MARVELL LIBERTAS WIRELESS DRIVER
7012 L:      libertas-dev@lists.infradead.org
7013 S:      Orphan
7014 F:      drivers/net/wireless/marvell/libertas/
7015
7016 MARVELL MV643XX ETHERNET DRIVER
7017 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7018 L:      netdev@vger.kernel.org
7019 S:      Maintained
7020 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7021 F:      include/linux/mv643xx.h
7022
7023 MARVELL MVNETA ETHERNET DRIVER
7024 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7025 L:      netdev@vger.kernel.org
7026 S:      Maintained
7027 F:      drivers/net/ethernet/marvell/mvneta.*
7028
7029 MARVELL MWIFIEX WIRELESS DRIVER
7030 M:      Amitkumar Karwar <akarwar@marvell.com>
7031 M:      Nishant Sarmukadam <nishants@marvell.com>
7032 L:      linux-wireless@vger.kernel.org
7033 S:      Maintained
7034 F:      drivers/net/wireless/marvell/mwifiex/
7035
7036 MARVELL MWL8K WIRELESS DRIVER
7037 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7038 L:      linux-wireless@vger.kernel.org
7039 S:      Odd Fixes
7040 F:      drivers/net/wireless/marvell/mwl8k.c
7041
7042 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7043 M:      Nicolas Pitre <nico@fluxnic.net>
7044 S:      Odd Fixes
7045 F:      drivers/mmc/host/mvsdio.*
7046
7047 MATROX FRAMEBUFFER DRIVER
7048 L:      linux-fbdev@vger.kernel.org
7049 S:      Orphan
7050 F:      drivers/video/fbdev/matrox/matroxfb_*
7051 F:      include/uapi/linux/matroxfb.h
7052
7053 MAX16065 HARDWARE MONITOR DRIVER
7054 M:      Guenter Roeck <linux@roeck-us.net>
7055 L:      linux-hwmon@vger.kernel.org
7056 S:      Maintained
7057 F:      Documentation/hwmon/max16065
7058 F:      drivers/hwmon/max16065.c
7059
7060 MAX20751 HARDWARE MONITOR DRIVER
7061 M:      Guenter Roeck <linux@roeck-us.net>
7062 L:      linux-hwmon@vger.kernel.org
7063 S:      Maintained
7064 F:      Documentation/hwmon/max20751
7065 F:      drivers/hwmon/max20751.c
7066
7067 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7068 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7069 L:      linux-hwmon@vger.kernel.org
7070 S:      Maintained
7071 F:      Documentation/hwmon/max6650
7072 F:      drivers/hwmon/max6650.c
7073
7074 MAX6697 HARDWARE MONITOR DRIVER
7075 M:      Guenter Roeck <linux@roeck-us.net>
7076 L:      linux-hwmon@vger.kernel.org
7077 S:      Maintained
7078 F:      Documentation/hwmon/max6697
7079 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7080 F:      drivers/hwmon/max6697.c
7081 F:      include/linux/platform_data/max6697.h
7082
7083 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7084 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7085 L:      linux-pm@vger.kernel.org
7086 S:      Supported
7087 F:      drivers/power/max14577_charger.c
7088 F:      drivers/power/max77693_charger.c
7089
7090 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7091 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7092 L:      linux-kernel@vger.kernel.org
7093 S:      Supported
7094 F:      drivers/*/*max77802*.c
7095 F:      Documentation/devicetree/bindings/*/*max77802.txt
7096 F:      include/dt-bindings/*/*max77802.h
7097
7098 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7099 M:      Chanwoo Choi <cw00.choi@samsung.com>
7100 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7101 L:      linux-kernel@vger.kernel.org
7102 S:      Supported
7103 F:      drivers/*/max14577*.c
7104 F:      drivers/*/max77686*.c
7105 F:      drivers/*/max77693*.c
7106 F:      drivers/extcon/extcon-max14577.c
7107 F:      drivers/extcon/extcon-max77693.c
7108 F:      drivers/rtc/rtc-max77686.c
7109 F:      drivers/clk/clk-max77686.c
7110 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7111 F:      Documentation/devicetree/bindings/*/max77686.txt
7112 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7113 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7114 F:      include/linux/mfd/max14577*.h
7115 F:      include/linux/mfd/max77686*.h
7116 F:      include/linux/mfd/max77693*.h
7117
7118 MAXIRADIO FM RADIO RECEIVER DRIVER
7119 M:      Hans Verkuil <hverkuil@xs4all.nl>
7120 L:      linux-media@vger.kernel.org
7121 T:      git git://linuxtv.org/media_tree.git
7122 W:      https://linuxtv.org
7123 S:      Maintained
7124 F:      drivers/media/radio/radio-maxiradio*
7125
7126 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7127 M:      Peter Rosin <peda@axentia.se>
7128 L:      linux-iio@vger.kernel.org
7129 S:      Maintained
7130 F:      drivers/iio/potentiometer/mcp4531.c
7131
7132 MEDIA DRIVERS FOR RENESAS - VSP1
7133 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7134 L:      linux-media@vger.kernel.org
7135 L:      linux-renesas-soc@vger.kernel.org
7136 T:      git git://linuxtv.org/media_tree.git
7137 S:      Supported
7138 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7139 F:      drivers/media/platform/vsp1/
7140
7141 MEDIA DRIVERS FOR ASCOT2E
7142 M:      Sergey Kozlov <serjk@netup.ru>
7143 L:      linux-media@vger.kernel.org
7144 W:      https://linuxtv.org
7145 W:      http://netup.tv/
7146 T:      git git://linuxtv.org/media_tree.git
7147 S:      Supported
7148 F:      drivers/media/dvb-frontends/ascot2e*
7149
7150 MEDIA DRIVERS FOR CXD2841ER
7151 M:      Sergey Kozlov <serjk@netup.ru>
7152 L:      linux-media@vger.kernel.org
7153 W:      https://linuxtv.org
7154 W:      http://netup.tv/
7155 T:      git git://linuxtv.org/media_tree.git
7156 S:      Supported
7157 F:      drivers/media/dvb-frontends/cxd2841er*
7158
7159 MEDIA DRIVERS FOR HORUS3A
7160 M:      Sergey Kozlov <serjk@netup.ru>
7161 L:      linux-media@vger.kernel.org
7162 W:      https://linuxtv.org
7163 W:      http://netup.tv/
7164 T:      git git://linuxtv.org/media_tree.git
7165 S:      Supported
7166 F:      drivers/media/dvb-frontends/horus3a*
7167
7168 MEDIA DRIVERS FOR LNBH25
7169 M:      Sergey Kozlov <serjk@netup.ru>
7170 L:      linux-media@vger.kernel.org
7171 W:      https://linuxtv.org
7172 W:      http://netup.tv/
7173 T:      git git://linuxtv.org/media_tree.git
7174 S:      Supported
7175 F:      drivers/media/dvb-frontends/lnbh25*
7176
7177 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7178 M:      Sergey Kozlov <serjk@netup.ru>
7179 L:      linux-media@vger.kernel.org
7180 W:      https://linuxtv.org
7181 W:      http://netup.tv/
7182 T:      git git://linuxtv.org/media_tree.git
7183 S:      Supported
7184 F:      drivers/media/pci/netup_unidvb/*
7185
7186 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7187 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7188 P:      LinuxTV.org Project
7189 L:      linux-media@vger.kernel.org
7190 W:      https://linuxtv.org
7191 Q:      http://patchwork.kernel.org/project/linux-media/list/
7192 T:      git git://linuxtv.org/media_tree.git
7193 S:      Maintained
7194 F:      Documentation/dvb/
7195 F:      Documentation/video4linux/
7196 F:      Documentation/DocBook/media/
7197 F:      drivers/media/
7198 F:      drivers/staging/media/
7199 F:      include/linux/platform_data/media/
7200 F:      include/media/
7201 F:      include/uapi/linux/dvb/
7202 F:      include/uapi/linux/videodev2.h
7203 F:      include/uapi/linux/media.h
7204 F:      include/uapi/linux/v4l2-*
7205 F:      include/uapi/linux/meye.h
7206 F:      include/uapi/linux/ivtv*
7207 F:      include/uapi/linux/uvcvideo.h
7208
7209 MEDIATEK ETHERNET DRIVER
7210 M:      Felix Fietkau <nbd@openwrt.org>
7211 M:      John Crispin <blogic@openwrt.org>
7212 L:      netdev@vger.kernel.org
7213 S:      Maintained
7214 F:      drivers/net/ethernet/mediatek/
7215
7216 MEDIATEK MT7601U WIRELESS LAN DRIVER
7217 M:      Jakub Kicinski <kubakici@wp.pl>
7218 L:      linux-wireless@vger.kernel.org
7219 S:      Maintained
7220 F:      drivers/net/wireless/mediatek/mt7601u/
7221
7222 MEGARAID SCSI/SAS DRIVERS
7223 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7224 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7225 M:      Uday Lingala <uday.lingala@avagotech.com>
7226 L:      megaraidlinux.pdl@avagotech.com
7227 L:      linux-scsi@vger.kernel.org
7228 W:      http://www.lsi.com
7229 S:      Maintained
7230 F:      Documentation/scsi/megaraid.txt
7231 F:      drivers/scsi/megaraid.*
7232 F:      drivers/scsi/megaraid/
7233
7234 MELLANOX ETHERNET DRIVER (mlx4_en)
7235 M:      Eugenia Emantayev <eugenia@mellanox.com>
7236 L:      netdev@vger.kernel.org
7237 S:      Supported
7238 W:      http://www.mellanox.com
7239 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7240 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7241
7242 MELLANOX ETHERNET DRIVER (mlx5e)
7243 M:      Saeed Mahameed <saeedm@mellanox.com>
7244 L:      netdev@vger.kernel.org
7245 S:      Supported
7246 W:      http://www.mellanox.com
7247 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7248 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7249
7250 MELLANOX ETHERNET SWITCH DRIVERS
7251 M:      Jiri Pirko <jiri@mellanox.com>
7252 M:      Ido Schimmel <idosch@mellanox.com>
7253 L:      netdev@vger.kernel.org
7254 S:      Supported
7255 W:      http://www.mellanox.com
7256 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7257 F:      drivers/net/ethernet/mellanox/mlxsw/
7258
7259 MEMBARRIER SUPPORT
7260 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7261 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7262 L:      linux-kernel@vger.kernel.org
7263 S:      Supported
7264 F:      kernel/membarrier.c
7265 F:      include/uapi/linux/membarrier.h
7266
7267 MEMORY MANAGEMENT
7268 L:      linux-mm@kvack.org
7269 W:      http://www.linux-mm.org
7270 S:      Maintained
7271 F:      include/linux/mm.h
7272 F:      include/linux/gfp.h
7273 F:      include/linux/mmzone.h
7274 F:      include/linux/memory_hotplug.h
7275 F:      include/linux/vmalloc.h
7276 F:      mm/
7277
7278 MEMORY TECHNOLOGY DEVICES (MTD)
7279 M:      David Woodhouse <dwmw2@infradead.org>
7280 M:      Brian Norris <computersforpeace@gmail.com>
7281 L:      linux-mtd@lists.infradead.org
7282 W:      http://www.linux-mtd.infradead.org/
7283 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7284 T:      git git://git.infradead.org/linux-mtd.git
7285 T:      git git://git.infradead.org/l2-mtd.git
7286 S:      Maintained
7287 F:      drivers/mtd/
7288 F:      include/linux/mtd/
7289 F:      include/uapi/mtd/
7290
7291 MEN A21 WATCHDOG DRIVER
7292 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7293 L:      linux-watchdog@vger.kernel.org
7294 S:      Maintained
7295 F:      drivers/watchdog/mena21_wdt.c
7296
7297 MEN CHAMELEON BUS (mcb)
7298 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7299 S:      Maintained
7300 F:      drivers/mcb/
7301 F:      include/linux/mcb.h
7302 F:      Documentation/men-chameleon-bus.txt
7303
7304 MEN F21BMC (Board Management Controller)
7305 M:      Andreas Werner <andreas.werner@men.de>
7306 S:      Supported
7307 F:      drivers/mfd/menf21bmc.c
7308 F:      drivers/watchdog/menf21bmc_wdt.c
7309 F:      drivers/leds/leds-menf21bmc.c
7310 F:      drivers/hwmon/menf21bmc_hwmon.c
7311 F:      Documentation/hwmon/menf21bmc
7312
7313 METAG ARCHITECTURE
7314 M:      James Hogan <james.hogan@imgtec.com>
7315 L:      linux-metag@vger.kernel.org
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7317 S:      Odd Fixes
7318 F:      arch/metag/
7319 F:      Documentation/metag/
7320 F:      Documentation/devicetree/bindings/metag/
7321 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7322 F:      drivers/clocksource/metag_generic.c
7323 F:      drivers/irqchip/irq-metag.c
7324 F:      drivers/irqchip/irq-metag-ext.c
7325 F:      drivers/tty/metag_da.c
7326
7327 MICROBLAZE ARCHITECTURE
7328 M:      Michal Simek <monstr@monstr.eu>
7329 W:      http://www.monstr.eu/fdt/
7330 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7331 S:      Supported
7332 F:      arch/microblaze/
7333
7334 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7335 M:      Chen Yu <yu.c.chen@intel.com>
7336 L:      platform-driver-x86@vger.kernel.org
7337 S:      Supported
7338 F:      drivers/platform/x86/surfacepro3_button.c
7339
7340 MICROTEK X6 SCANNER
7341 M:      Oliver Neukum <oliver@neukum.org>
7342 S:      Maintained
7343 F:      drivers/usb/image/microtek.*
7344
7345 MIPS
7346 M:      Ralf Baechle <ralf@linux-mips.org>
7347 L:      linux-mips@linux-mips.org
7348 W:      http://www.linux-mips.org/
7349 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7350 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7351 S:      Supported
7352 F:      Documentation/mips/
7353 F:      arch/mips/
7354
7355 MIPS/LOONGSON1 ARCHITECTURE
7356 M:      Keguang Zhang <keguang.zhang@gmail.com>
7357 L:      linux-mips@linux-mips.org
7358 S:      Maintained
7359 F:      arch/mips/loongson32/
7360 F:      arch/mips/include/asm/mach-loongson32/
7361 F:      drivers/*/*loongson1*
7362 F:      drivers/*/*/*loongson1*
7363
7364 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7365 M:      Hans Verkuil <hverkuil@xs4all.nl>
7366 L:      linux-media@vger.kernel.org
7367 T:      git git://linuxtv.org/media_tree.git
7368 W:      https://linuxtv.org
7369 S:      Odd Fixes
7370 F:      drivers/media/radio/radio-miropcm20*
7371
7372 MELLANOX MLX4 core VPI driver
7373 M:      Yishai Hadas <yishaih@mellanox.com>
7374 L:      netdev@vger.kernel.org
7375 L:      linux-rdma@vger.kernel.org
7376 W:      http://www.mellanox.com
7377 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7378 S:      Supported
7379 F:      drivers/net/ethernet/mellanox/mlx4/
7380 F:      include/linux/mlx4/
7381
7382 MELLANOX MLX4 IB driver
7383 M:      Yishai Hadas <yishaih@mellanox.com>
7384 L:      linux-rdma@vger.kernel.org
7385 W:      http://www.mellanox.com
7386 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7387 S:      Supported
7388 F:      drivers/infiniband/hw/mlx4/
7389 F:      include/linux/mlx4/
7390
7391 MELLANOX MLX5 core VPI driver
7392 M:      Matan Barak <matanb@mellanox.com>
7393 M:      Leon Romanovsky <leonro@mellanox.com>
7394 L:      netdev@vger.kernel.org
7395 L:      linux-rdma@vger.kernel.org
7396 W:      http://www.mellanox.com
7397 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7398 S:      Supported
7399 F:      drivers/net/ethernet/mellanox/mlx5/core/
7400 F:      include/linux/mlx5/
7401
7402 MELLANOX MLX5 IB driver
7403 M:      Matan Barak <matanb@mellanox.com>
7404 M:      Leon Romanovsky <leonro@mellanox.com>
7405 L:      linux-rdma@vger.kernel.org
7406 W:      http://www.mellanox.com
7407 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7408 S:      Supported
7409 F:      drivers/infiniband/hw/mlx5/
7410 F:      include/linux/mlx5/
7411
7412 MELEXIS MLX90614 DRIVER
7413 M:      Crt Mori <cmo@melexis.com>
7414 L:      linux-iio@vger.kernel.org
7415 W:      http://www.melexis.com
7416 S:      Supported
7417 F:      drivers/iio/temperature/mlx90614.c
7418
7419 MN88472 MEDIA DRIVER
7420 M:      Antti Palosaari <crope@iki.fi>
7421 L:      linux-media@vger.kernel.org
7422 W:      https://linuxtv.org
7423 W:      http://palosaari.fi/linux/
7424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7425 T:      git git://linuxtv.org/anttip/media_tree.git
7426 S:      Maintained
7427 F:      drivers/staging/media/mn88472/
7428 F:      drivers/media/dvb-frontends/mn88472.h
7429
7430 MN88473 MEDIA DRIVER
7431 M:      Antti Palosaari <crope@iki.fi>
7432 L:      linux-media@vger.kernel.org
7433 W:      https://linuxtv.org
7434 W:      http://palosaari.fi/linux/
7435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7436 S:      Maintained
7437 F:      drivers/media/dvb-frontends/mn88473*
7438
7439 MODULE SUPPORT
7440 M:      Rusty Russell <rusty@rustcorp.com.au>
7441 S:      Maintained
7442 F:      include/linux/module.h
7443 F:      kernel/module.c
7444
7445 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7446 W:      http://popies.net/meye/
7447 S:      Orphan
7448 F:      Documentation/video4linux/meye.txt
7449 F:      drivers/media/pci/meye/
7450 F:      include/uapi/linux/meye.h
7451
7452 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7453 M:      Jiri Slaby <jirislaby@gmail.com>
7454 S:      Maintained
7455 F:      Documentation/serial/moxa-smartio
7456 F:      drivers/tty/mxser.*
7457
7458 MR800 AVERMEDIA USB FM RADIO DRIVER
7459 M:      Alexey Klimov <klimov.linux@gmail.com>
7460 L:      linux-media@vger.kernel.org
7461 T:      git git://linuxtv.org/media_tree.git
7462 S:      Maintained
7463 F:      drivers/media/radio/radio-mr800.c
7464
7465 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7466 M:      Alan Ott <alan@signal11.us>
7467 L:      linux-wpan@vger.kernel.org
7468 S:      Maintained
7469 F:      drivers/net/ieee802154/mrf24j40.c
7470 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7471
7472 MSI LAPTOP SUPPORT
7473 M:      "Lee, Chun-Yi" <jlee@suse.com>
7474 L:      platform-driver-x86@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/platform/x86/msi-laptop.c
7477
7478 MSI WMI SUPPORT
7479 L:      platform-driver-x86@vger.kernel.org
7480 S:      Orphan
7481 F:      drivers/platform/x86/msi-wmi.c
7482
7483 MSI001 MEDIA DRIVER
7484 M:      Antti Palosaari <crope@iki.fi>
7485 L:      linux-media@vger.kernel.org
7486 W:      https://linuxtv.org
7487 W:      http://palosaari.fi/linux/
7488 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7489 T:      git git://linuxtv.org/anttip/media_tree.git
7490 S:      Maintained
7491 F:      drivers/media/tuners/msi001*
7492
7493 MSI2500 MEDIA DRIVER
7494 M:      Antti Palosaari <crope@iki.fi>
7495 L:      linux-media@vger.kernel.org
7496 W:      https://linuxtv.org
7497 W:      http://palosaari.fi/linux/
7498 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7499 T:      git git://linuxtv.org/anttip/media_tree.git
7500 S:      Maintained
7501 F:      drivers/media/usb/msi2500/
7502
7503 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7504 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7505 L:      linux-mtd@lists.infradead.org
7506 S:      Maintained
7507 F:      drivers/mtd/devices/docg3*
7508
7509 MT9M032 APTINA SENSOR DRIVER
7510 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7511 L:      linux-media@vger.kernel.org
7512 T:      git git://linuxtv.org/media_tree.git
7513 S:      Maintained
7514 F:      drivers/media/i2c/mt9m032.c
7515 F:      include/media/i2c/mt9m032.h
7516
7517 MT9P031 APTINA CAMERA SENSOR
7518 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7519 L:      linux-media@vger.kernel.org
7520 T:      git git://linuxtv.org/media_tree.git
7521 S:      Maintained
7522 F:      drivers/media/i2c/mt9p031.c
7523 F:      include/media/i2c/mt9p031.h
7524
7525 MT9T001 APTINA CAMERA SENSOR
7526 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7527 L:      linux-media@vger.kernel.org
7528 T:      git git://linuxtv.org/media_tree.git
7529 S:      Maintained
7530 F:      drivers/media/i2c/mt9t001.c
7531 F:      include/media/i2c/mt9t001.h
7532
7533 MT9V032 APTINA CAMERA SENSOR
7534 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7535 L:      linux-media@vger.kernel.org
7536 T:      git git://linuxtv.org/media_tree.git
7537 S:      Maintained
7538 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7539 F:      drivers/media/i2c/mt9v032.c
7540 F:      include/media/i2c/mt9v032.h
7541
7542 MULTIFUNCTION DEVICES (MFD)
7543 M:      Lee Jones <lee.jones@linaro.org>
7544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7545 S:      Supported
7546 F:      drivers/mfd/
7547 F:      include/linux/mfd/
7548
7549 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7550 M:      Ulf Hansson <ulf.hansson@linaro.org>
7551 L:      linux-mmc@vger.kernel.org
7552 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7553 S:      Maintained
7554 F:      drivers/mmc/
7555 F:      include/linux/mmc/
7556 F:      include/uapi/linux/mmc/
7557
7558 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7559 S:      Orphan
7560 F:      drivers/mmc/host/mmc_spi.c
7561 F:      include/linux/spi/mmc_spi.h
7562
7563 MULTISOUND SOUND DRIVER
7564 M:      Andrew Veliath <andrewtv@usa.net>
7565 S:      Maintained
7566 F:      Documentation/sound/oss/MultiSound
7567 F:      sound/oss/msnd*
7568
7569 MULTITECH MULTIPORT CARD (ISICOM)
7570 S:      Orphan
7571 F:      drivers/tty/isicom.c
7572 F:      include/linux/isicom.h
7573
7574 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7575 M:      Bin Liu <b-liu@ti.com>
7576 L:      linux-usb@vger.kernel.org
7577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7578 S:      Maintained
7579 F:      drivers/usb/musb/
7580
7581 MXL5007T MEDIA DRIVER
7582 M:      Michael Krufky <mkrufky@linuxtv.org>
7583 L:      linux-media@vger.kernel.org
7584 W:      https://linuxtv.org
7585 W:      http://github.com/mkrufky
7586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7587 T:      git git://linuxtv.org/mkrufky/tuners.git
7588 S:      Maintained
7589 F:      drivers/media/tuners/mxl5007t.*
7590
7591 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7592 M:      Hyong-Youb Kim <hykim@myri.com>
7593 L:      netdev@vger.kernel.org
7594 W:      https://www.myricom.com/support/downloads/myri10ge.html
7595 S:      Supported
7596 F:      drivers/net/ethernet/myricom/myri10ge/
7597
7598 NAND FLASH SUBSYSTEM
7599 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7600 R:      Richard Weinberger <richard@nod.at>
7601 L:      linux-mtd@lists.infradead.org
7602 W:      http://www.linux-mtd.infradead.org/
7603 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7604 T:      git git://github.com/linux-nand/linux.git
7605 S:      Maintained
7606 F:      drivers/mtd/nand/
7607 F:      include/linux/mtd/nand*.h
7608
7609 NATSEMI ETHERNET DRIVER (DP8381x)
7610 S:      Orphan
7611 F:      drivers/net/ethernet/natsemi/natsemi.c
7612
7613 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7614 M:      Daniel Mack <zonque@gmail.com>
7615 S:      Maintained
7616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7617 W:      http://www.native-instruments.com
7618 F:      sound/usb/caiaq/
7619
7620 NCP FILESYSTEM
7621 M:      Petr Vandrovec <petr@vandrovec.name>
7622 S:      Odd Fixes
7623 F:      fs/ncpfs/
7624
7625 NCR 5380 SCSI DRIVERS
7626 M:      Finn Thain <fthain@telegraphics.com.au>
7627 M:      Michael Schmitz <schmitzmic@gmail.com>
7628 L:      linux-scsi@vger.kernel.org
7629 S:      Maintained
7630 F:      Documentation/scsi/g_NCR5380.txt
7631 F:      Documentation/scsi/dtc3x80.txt
7632 F:      drivers/scsi/NCR5380.*
7633 F:      drivers/scsi/arm/cumana_1.c
7634 F:      drivers/scsi/arm/oak.c
7635 F:      drivers/scsi/atari_scsi.*
7636 F:      drivers/scsi/dmx3191d.c
7637 F:      drivers/scsi/dtc.*
7638 F:      drivers/scsi/g_NCR5380.*
7639 F:      drivers/scsi/g_NCR5380_mmio.c
7640 F:      drivers/scsi/mac_scsi.*
7641 F:      drivers/scsi/pas16.*
7642 F:      drivers/scsi/sun3_scsi.*
7643 F:      drivers/scsi/sun3_scsi_vme.c
7644 F:      drivers/scsi/t128.*
7645
7646 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7647 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7648 L:      linux-scsi@vger.kernel.org
7649 S:      Maintained
7650 F:      drivers/scsi/NCR_D700.*
7651
7652 NCT6775 HARDWARE MONITOR DRIVER
7653 M:      Guenter Roeck <linux@roeck-us.net>
7654 L:      linux-hwmon@vger.kernel.org
7655 S:      Maintained
7656 F:      Documentation/hwmon/nct6775
7657 F:      drivers/hwmon/nct6775.c
7658
7659 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7660 M:      Faisal Latif <faisal.latif@intel.com>
7661 L:      linux-rdma@vger.kernel.org
7662 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7663 S:      Supported
7664 F:      drivers/infiniband/hw/nes/
7665
7666 NETEM NETWORK EMULATOR
7667 M:      Stephen Hemminger <stephen@networkplumber.org>
7668 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7669 S:      Maintained
7670 F:      net/sched/sch_netem.c
7671
7672 NETERION 10GbE DRIVERS (s2io/vxge)
7673 M:      Jon Mason <jdmason@kudzu.us>
7674 L:      netdev@vger.kernel.org
7675 S:      Supported
7676 F:      Documentation/networking/s2io.txt
7677 F:      Documentation/networking/vxge.txt
7678 F:      drivers/net/ethernet/neterion/
7679
7680 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7681 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7682 M:      Patrick McHardy <kaber@trash.net>
7683 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7684 L:      netfilter-devel@vger.kernel.org
7685 L:      coreteam@netfilter.org
7686 W:      http://www.netfilter.org/
7687 W:      http://www.iptables.org/
7688 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7691 S:      Supported
7692 F:      include/linux/netfilter*
7693 F:      include/linux/netfilter/
7694 F:      include/net/netfilter/
7695 F:      include/uapi/linux/netfilter*
7696 F:      include/uapi/linux/netfilter/
7697 F:      net/*/netfilter.c
7698 F:      net/*/netfilter/
7699 F:      net/netfilter/
7700 F:      net/bridge/br_netfilter*.c
7701
7702 NETLABEL
7703 M:      Paul Moore <paul@paul-moore.com>
7704 W:      http://netlabel.sf.net
7705 L:      netdev@vger.kernel.org
7706 S:      Maintained
7707 F:      Documentation/netlabel/
7708 F:      include/net/netlabel.h
7709 F:      net/netlabel/
7710
7711 NETROM NETWORK LAYER
7712 M:      Ralf Baechle <ralf@linux-mips.org>
7713 L:      linux-hams@vger.kernel.org
7714 W:      http://www.linux-ax25.org/
7715 S:      Maintained
7716 F:      include/net/netrom.h
7717 F:      include/uapi/linux/netrom.h
7718 F:      net/netrom/
7719
7720 NETRONOME ETHERNET DRIVERS
7721 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7722 L:      oss-drivers@netronome.com
7723 S:      Maintained
7724 F:      drivers/net/ethernet/netronome/
7725
7726 NETWORK BLOCK DEVICE (NBD)
7727 M:      Markus Pargmann <mpa@pengutronix.de>
7728 S:      Maintained
7729 L:      nbd-general@lists.sourceforge.net
7730 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7731 F:      Documentation/blockdev/nbd.txt
7732 F:      drivers/block/nbd.c
7733 F:      include/uapi/linux/nbd.h
7734
7735 NETWORK DROP MONITOR
7736 M:      Neil Horman <nhorman@tuxdriver.com>
7737 L:      netdev@vger.kernel.org
7738 S:      Maintained
7739 W:      https://fedorahosted.org/dropwatch/
7740 F:      net/core/drop_monitor.c
7741
7742 NETWORKING [GENERAL]
7743 M:      "David S. Miller" <davem@davemloft.net>
7744 L:      netdev@vger.kernel.org
7745 W:      http://www.linuxfoundation.org/en/Net
7746 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7749 S:      Maintained
7750 F:      net/
7751 F:      include/net/
7752 F:      include/linux/in.h
7753 F:      include/linux/net.h
7754 F:      include/linux/netdevice.h
7755 F:      include/uapi/linux/in.h
7756 F:      include/uapi/linux/net.h
7757 F:      include/uapi/linux/netdevice.h
7758 F:      include/uapi/linux/net_namespace.h
7759 F:      tools/net/
7760 F:      tools/testing/selftests/net/
7761 F:      lib/random32.c
7762 F:      lib/test_bpf.c
7763
7764 NETWORKING [IPv4/IPv6]
7765 M:      "David S. Miller" <davem@davemloft.net>
7766 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7767 M:      James Morris <jmorris@namei.org>
7768 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7769 M:      Patrick McHardy <kaber@trash.net>
7770 L:      netdev@vger.kernel.org
7771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7772 S:      Maintained
7773 F:      net/ipv4/
7774 F:      net/ipv6/
7775 F:      include/net/ip*
7776 F:      arch/x86/net/*
7777
7778 NETWORKING [IPSEC]
7779 M:      Steffen Klassert <steffen.klassert@secunet.com>
7780 M:      Herbert Xu <herbert@gondor.apana.org.au>
7781 M:      "David S. Miller" <davem@davemloft.net>
7782 L:      netdev@vger.kernel.org
7783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7785 S:      Maintained
7786 F:      net/core/flow.c
7787 F:      net/xfrm/
7788 F:      net/key/
7789 F:      net/ipv4/xfrm*
7790 F:      net/ipv4/esp4.c
7791 F:      net/ipv4/ah4.c
7792 F:      net/ipv4/ipcomp.c
7793 F:      net/ipv4/ip_vti.c
7794 F:      net/ipv6/xfrm*
7795 F:      net/ipv6/esp6.c
7796 F:      net/ipv6/ah6.c
7797 F:      net/ipv6/ipcomp6.c
7798 F:      net/ipv6/ip6_vti.c
7799 F:      include/uapi/linux/xfrm.h
7800 F:      include/net/xfrm.h
7801
7802 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7803 M:      Paul Moore <paul@paul-moore.com>
7804 L:      netdev@vger.kernel.org
7805 S:      Maintained
7806
7807 NETWORKING [WIRELESS]
7808 L:      linux-wireless@vger.kernel.org
7809 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7810
7811 NETWORKING DRIVERS
7812 L:      netdev@vger.kernel.org
7813 W:      http://www.linuxfoundation.org/en/Net
7814 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7817 S:      Odd Fixes
7818 F:      drivers/net/
7819 F:      include/linux/if_*
7820 F:      include/linux/netdevice.h
7821 F:      include/linux/etherdevice.h
7822 F:      include/linux/fcdevice.h
7823 F:      include/linux/fddidevice.h
7824 F:      include/linux/hippidevice.h
7825 F:      include/linux/inetdevice.h
7826 F:      include/uapi/linux/if_*
7827 F:      include/uapi/linux/netdevice.h
7828
7829 NETWORKING DRIVERS (WIRELESS)
7830 M:      Kalle Valo <kvalo@codeaurora.org>
7831 L:      linux-wireless@vger.kernel.org
7832 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7835 S:      Maintained
7836 F:      drivers/net/wireless/
7837
7838 NETXEN (1/10) GbE SUPPORT
7839 M:      Manish Chopra <manish.chopra@qlogic.com>
7840 M:      Sony Chacko <sony.chacko@qlogic.com>
7841 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7842 L:      netdev@vger.kernel.org
7843 W:      http://www.qlogic.com
7844 S:      Supported
7845 F:      drivers/net/ethernet/qlogic/netxen/
7846
7847 NFC SUBSYSTEM
7848 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7849 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7850 M:      Samuel Ortiz <sameo@linux.intel.com>
7851 L:      linux-wireless@vger.kernel.org
7852 L:      linux-nfc@lists.01.org (subscribers-only)
7853 S:      Supported
7854 F:      net/nfc/
7855 F:      include/net/nfc/
7856 F:      include/uapi/linux/nfc.h
7857 F:      drivers/nfc/
7858 F:      include/linux/platform_data/nfcmrvl.h
7859 F:      include/linux/platform_data/nxp-nci.h
7860 F:      include/linux/platform_data/pn544.h
7861 F:      include/linux/platform_data/st21nfca.h
7862 F:      include/linux/platform_data/st-nci.h
7863 F:      Documentation/devicetree/bindings/net/nfc/
7864
7865 NFS, SUNRPC, AND LOCKD CLIENTS
7866 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7867 M:      Anna Schumaker <anna.schumaker@netapp.com>
7868 L:      linux-nfs@vger.kernel.org
7869 W:      http://client.linux-nfs.org
7870 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7871 S:      Maintained
7872 F:      fs/lockd/
7873 F:      fs/nfs/
7874 F:      fs/nfs_common/
7875 F:      net/sunrpc/
7876 F:      include/linux/lockd/
7877 F:      include/linux/nfs*
7878 F:      include/linux/sunrpc/
7879 F:      include/uapi/linux/nfs*
7880 F:      include/uapi/linux/sunrpc/
7881
7882 NILFS2 FILESYSTEM
7883 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7884 L:      linux-nilfs@vger.kernel.org
7885 W:      http://nilfs.sourceforge.net/
7886 T:      git git://github.com/konis/nilfs2.git
7887 S:      Supported
7888 F:      Documentation/filesystems/nilfs2.txt
7889 F:      fs/nilfs2/
7890 F:      include/linux/nilfs2_fs.h
7891 F:      include/trace/events/nilfs2.h
7892
7893 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7894 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7895 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7896 S:      Maintained
7897 F:      Documentation/scsi/NinjaSCSI.txt
7898 F:      drivers/scsi/pcmcia/nsp_*
7899
7900 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7901 M:      GOTO Masanori <gotom@debian.or.jp>
7902 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7903 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7904 S:      Maintained
7905 F:      Documentation/scsi/NinjaSCSI.txt
7906 F:      drivers/scsi/nsp32*
7907
7908 NIOS2 ARCHITECTURE
7909 M:      Ley Foon Tan <lftan@altera.com>
7910 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7912 S:      Maintained
7913 F:      arch/nios2/
7914
7915 NOKIA N900 POWER SUPPLY DRIVERS
7916 R:      Pali Rohár <pali.rohar@gmail.com>
7917 F:      include/linux/power/bq2415x_charger.h
7918 F:      include/linux/power/bq27xxx_battery.h
7919 F:      include/linux/power/isp1704_charger.h
7920 F:      drivers/power/bq2415x_charger.c
7921 F:      drivers/power/bq27xxx_battery.c
7922 F:      drivers/power/bq27xxx_battery_i2c.c
7923 F:      drivers/power/isp1704_charger.c
7924 F:      drivers/power/rx51_battery.c
7925
7926 NTB DRIVER CORE
7927 M:      Jon Mason <jdmason@kudzu.us>
7928 M:      Dave Jiang <dave.jiang@intel.com>
7929 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7930 L:      linux-ntb@googlegroups.com
7931 S:      Supported
7932 W:      https://github.com/jonmason/ntb/wiki
7933 T:      git git://github.com/jonmason/ntb.git
7934 F:      drivers/ntb/
7935 F:      drivers/net/ntb_netdev.c
7936 F:      include/linux/ntb.h
7937 F:      include/linux/ntb_transport.h
7938
7939 NTB INTEL DRIVER
7940 M:      Jon Mason <jdmason@kudzu.us>
7941 M:      Dave Jiang <dave.jiang@intel.com>
7942 L:      linux-ntb@googlegroups.com
7943 S:      Supported
7944 W:      https://github.com/jonmason/ntb/wiki
7945 T:      git git://github.com/jonmason/ntb.git
7946 F:      drivers/ntb/hw/intel/
7947
7948 NTB AMD DRIVER
7949 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7950 L:      linux-ntb@googlegroups.com
7951 S:      Supported
7952 F:      drivers/ntb/hw/amd/
7953
7954 NTFS FILESYSTEM
7955 M:      Anton Altaparmakov <anton@tuxera.com>
7956 L:      linux-ntfs-dev@lists.sourceforge.net
7957 W:      http://www.tuxera.com/
7958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7959 S:      Supported
7960 F:      Documentation/filesystems/ntfs.txt
7961 F:      fs/ntfs/
7962
7963 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7964 M:      Antonino Daplas <adaplas@gmail.com>
7965 L:      linux-fbdev@vger.kernel.org
7966 S:      Maintained
7967 F:      drivers/video/fbdev/riva/
7968 F:      drivers/video/fbdev/nvidia/
7969
7970 NVM EXPRESS DRIVER
7971 M:      Keith Busch <keith.busch@intel.com>
7972 M:      Jens Axboe <axboe@fb.com>
7973 L:      linux-nvme@lists.infradead.org
7974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7975 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7976 S:      Supported
7977 F:      drivers/nvme/host/
7978 F:      include/linux/nvme.h
7979
7980 NVMEM FRAMEWORK
7981 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7982 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7983 S:      Maintained
7984 F:      drivers/nvmem/
7985 F:      Documentation/devicetree/bindings/nvmem/
7986 F:      include/linux/nvmem-consumer.h
7987 F:      include/linux/nvmem-provider.h
7988
7989 NXP-NCI NFC DRIVER
7990 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
7991 R:      Charles Gorand <charles.gorand@effinnov.com>
7992 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7993 S:      Supported
7994 F:      drivers/nfc/nxp-nci
7995
7996 NXP TDA998X DRM DRIVER
7997 M:      Russell King <rmk+kernel@armlinux.org.uk>
7998 S:      Supported
7999 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8000 F:      include/drm/i2c/tda998x.h
8001
8002 NXP TFA9879 DRIVER
8003 M:      Peter Rosin <peda@axentia.se>
8004 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8005 S:      Maintained
8006 F:      sound/soc/codecs/tfa9879*
8007
8008 OBJTOOL
8009 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8010 S:      Supported
8011 F:      tools/objtool/
8012
8013 OMAP SUPPORT
8014 M:      Tony Lindgren <tony@atomide.com>
8015 L:      linux-omap@vger.kernel.org
8016 W:      http://www.muru.com/linux/omap/
8017 W:      http://linux.omap.com/
8018 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8020 S:      Maintained
8021 F:      arch/arm/*omap*/
8022 F:      arch/arm/configs/omap1_defconfig
8023 F:      arch/arm/configs/omap2plus_defconfig
8024 F:      drivers/i2c/busses/i2c-omap.c
8025 F:      drivers/irqchip/irq-omap-intc.c
8026 F:      drivers/mfd/*omap*.c
8027 F:      drivers/mfd/menelaus.c
8028 F:      drivers/mfd/palmas.c
8029 F:      drivers/mfd/tps65217.c
8030 F:      drivers/mfd/tps65218.c
8031 F:      drivers/mfd/tps65910.c
8032 F:      drivers/mfd/twl-core.[ch]
8033 F:      drivers/mfd/twl4030*.c
8034 F:      drivers/mfd/twl6030*.c
8035 F:      drivers/mfd/twl6040*.c
8036 F:      drivers/regulator/palmas-regulator*.c
8037 F:      drivers/regulator/pbias-regulator.c
8038 F:      drivers/regulator/tps65217-regulator.c
8039 F:      drivers/regulator/tps65218-regulator.c
8040 F:      drivers/regulator/tps65910-regulator.c
8041 F:      drivers/regulator/twl-regulator.c
8042 F:      include/linux/i2c-omap.h
8043
8044 OMAP DEVICE TREE SUPPORT
8045 M:      Benoît Cousson <bcousson@baylibre.com>
8046 M:      Tony Lindgren <tony@atomide.com>
8047 L:      linux-omap@vger.kernel.org
8048 L:      devicetree@vger.kernel.org
8049 S:      Maintained
8050 F:      arch/arm/boot/dts/*omap*
8051 F:      arch/arm/boot/dts/*am3*
8052 F:      arch/arm/boot/dts/*am4*
8053 F:      arch/arm/boot/dts/*am5*
8054 F:      arch/arm/boot/dts/*dra7*
8055
8056 OMAP CLOCK FRAMEWORK SUPPORT
8057 M:      Paul Walmsley <paul@pwsan.com>
8058 L:      linux-omap@vger.kernel.org
8059 S:      Maintained
8060 F:      arch/arm/*omap*/*clock*
8061
8062 OMAP POWER MANAGEMENT SUPPORT
8063 M:      Kevin Hilman <khilman@kernel.org>
8064 L:      linux-omap@vger.kernel.org
8065 S:      Maintained
8066 F:      arch/arm/*omap*/*pm*
8067 F:      drivers/cpufreq/omap-cpufreq.c
8068
8069 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8070 M:      Rajendra Nayak <rnayak@codeaurora.org>
8071 M:      Paul Walmsley <paul@pwsan.com>
8072 L:      linux-omap@vger.kernel.org
8073 S:      Maintained
8074 F:      arch/arm/mach-omap2/prm*
8075
8076 OMAP AUDIO SUPPORT
8077 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8078 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8080 L:      linux-omap@vger.kernel.org
8081 S:      Maintained
8082 F:      sound/soc/omap/
8083
8084 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8085 M:      Roger Quadros <rogerq@ti.com>
8086 M:      Tony Lindgren <tony@atomide.com>
8087 L:      linux-omap@vger.kernel.org
8088 S:      Maintained
8089 F:      drivers/memory/omap-gpmc.c
8090 F:      arch/arm/mach-omap2/*gpmc*
8091
8092 OMAP FRAMEBUFFER SUPPORT
8093 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8094 L:      linux-fbdev@vger.kernel.org
8095 L:      linux-omap@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/video/fbdev/omap/
8098
8099 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8100 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8101 L:      linux-omap@vger.kernel.org
8102 L:      linux-fbdev@vger.kernel.org
8103 S:      Maintained
8104 F:      drivers/video/fbdev/omap2/
8105 F:      Documentation/arm/OMAP/DSS
8106
8107 OMAP HARDWARE SPINLOCK SUPPORT
8108 M:      Ohad Ben-Cohen <ohad@wizery.com>
8109 L:      linux-omap@vger.kernel.org
8110 S:      Maintained
8111 F:      drivers/hwspinlock/omap_hwspinlock.c
8112
8113 OMAP MMC SUPPORT
8114 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8115 L:      linux-omap@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/mmc/host/omap.c
8118
8119 OMAP HS MMC SUPPORT
8120 L:      linux-mmc@vger.kernel.org
8121 L:      linux-omap@vger.kernel.org
8122 S:      Orphan
8123 F:      drivers/mmc/host/omap_hsmmc.c
8124
8125 OMAP RANDOM NUMBER GENERATOR SUPPORT
8126 M:      Deepak Saxena <dsaxena@plexity.net>
8127 S:      Maintained
8128 F:      drivers/char/hw_random/omap-rng.c
8129
8130 OMAP HWMOD SUPPORT
8131 M:      Benoît Cousson <bcousson@baylibre.com>
8132 M:      Paul Walmsley <paul@pwsan.com>
8133 L:      linux-omap@vger.kernel.org
8134 S:      Maintained
8135 F:      arch/arm/mach-omap2/omap_hwmod.*
8136
8137 OMAP HWMOD DATA
8138 M:      Paul Walmsley <paul@pwsan.com>
8139 L:      linux-omap@vger.kernel.org
8140 S:      Maintained
8141 F:      arch/arm/mach-omap2/omap_hwmod*data*
8142
8143 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8144 M:      Benoît Cousson <bcousson@baylibre.com>
8145 L:      linux-omap@vger.kernel.org
8146 S:      Maintained
8147 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8148
8149 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8150 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8151 L:      linux-media@vger.kernel.org
8152 S:      Maintained
8153 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8154 F:      drivers/media/platform/omap3isp/
8155 F:      drivers/staging/media/omap4iss/
8156
8157 OMAP USB SUPPORT
8158 L:      linux-usb@vger.kernel.org
8159 L:      linux-omap@vger.kernel.org
8160 S:      Orphan
8161 F:      drivers/usb/*/*omap*
8162 F:      arch/arm/*omap*/usb*
8163
8164 OMAP GPIO DRIVER
8165 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8166 M:      Santosh Shilimkar <ssantosh@kernel.org>
8167 M:      Kevin Hilman <khilman@kernel.org>
8168 L:      linux-omap@vger.kernel.org
8169 S:      Maintained
8170 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8171 F:      drivers/gpio/gpio-omap.c
8172
8173 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8174 M:      Mark Jackson <mpfj@newflow.co.uk>
8175 L:      linux-omap@vger.kernel.org
8176 S:      Maintained
8177 F:      arch/arm/boot/dts/am335x-nano.dts
8178
8179 OMFS FILESYSTEM
8180 M:      Bob Copeland <me@bobcopeland.com>
8181 L:      linux-karma-devel@lists.sourceforge.net
8182 S:      Maintained
8183 F:      Documentation/filesystems/omfs.txt
8184 F:      fs/omfs/
8185
8186 OMNIKEY CARDMAN 4000 DRIVER
8187 M:      Harald Welte <laforge@gnumonks.org>
8188 S:      Maintained
8189 F:      drivers/char/pcmcia/cm4000_cs.c
8190 F:      include/linux/cm4000_cs.h
8191 F:      include/uapi/linux/cm4000_cs.h
8192
8193 OMNIKEY CARDMAN 4040 DRIVER
8194 M:      Harald Welte <laforge@gnumonks.org>
8195 S:      Maintained
8196 F:      drivers/char/pcmcia/cm4040_cs.*
8197
8198 OMNIVISION OV7670 SENSOR DRIVER
8199 M:      Jonathan Corbet <corbet@lwn.net>
8200 L:      linux-media@vger.kernel.org
8201 T:      git git://linuxtv.org/media_tree.git
8202 S:      Maintained
8203 F:      drivers/media/i2c/ov7670.c
8204
8205 ONENAND FLASH DRIVER
8206 M:      Kyungmin Park <kyungmin.park@samsung.com>
8207 L:      linux-mtd@lists.infradead.org
8208 S:      Maintained
8209 F:      drivers/mtd/onenand/
8210 F:      include/linux/mtd/onenand*.h
8211
8212 ONSTREAM SCSI TAPE DRIVER
8213 M:      Willem Riede <osst@riede.org>
8214 L:      osst-users@lists.sourceforge.net
8215 L:      linux-scsi@vger.kernel.org
8216 S:      Maintained
8217 F:      Documentation/scsi/osst.txt
8218 F:      drivers/scsi/osst.*
8219 F:      drivers/scsi/osst_*.h
8220 F:      drivers/scsi/st.h
8221
8222 OPENCORES I2C BUS DRIVER
8223 M:      Peter Korsgaard <jacmet@sunsite.dk>
8224 L:      linux-i2c@vger.kernel.org
8225 S:      Maintained
8226 F:      Documentation/i2c/busses/i2c-ocores
8227 F:      drivers/i2c/busses/i2c-ocores.c
8228
8229 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8230 M:      Rob Herring <robh+dt@kernel.org>
8231 M:      Frank Rowand <frowand.list@gmail.com>
8232 M:      Grant Likely <grant.likely@linaro.org>
8233 L:      devicetree@vger.kernel.org
8234 W:      http://www.devicetree.org/
8235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8236 S:      Maintained
8237 F:      drivers/of/
8238 F:      include/linux/of*.h
8239 F:      scripts/dtc/
8240
8241 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8242 M:      Rob Herring <robh+dt@kernel.org>
8243 M:      Pawel Moll <pawel.moll@arm.com>
8244 M:      Mark Rutland <mark.rutland@arm.com>
8245 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8246 M:      Kumar Gala <galak@codeaurora.org>
8247 L:      devicetree@vger.kernel.org
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8249 S:      Maintained
8250 F:      Documentation/devicetree/
8251 F:      arch/*/boot/dts/
8252 F:      include/dt-bindings/
8253
8254 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8255 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8256 L:      devicetree@vger.kernel.org
8257 S:      Maintained
8258 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8259 F:      Documentation/devicetree/overlay-notes.txt
8260 F:      drivers/of/overlay.c
8261 F:      drivers/of/resolver.c
8262
8263 OPENRISC ARCHITECTURE
8264 M:      Jonas Bonn <jonas@southpole.se>
8265 W:      http://openrisc.net
8266 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8267 S:      Maintained
8268 T:      git git://openrisc.net/~jonas/linux
8269 F:      arch/openrisc/
8270
8271 OPENVSWITCH
8272 M:      Pravin Shelar <pshelar@nicira.com>
8273 L:      netdev@vger.kernel.org
8274 L:      dev@openvswitch.org
8275 W:      http://openvswitch.org
8276 S:      Maintained
8277 F:      net/openvswitch/
8278 F:      include/uapi/linux/openvswitch.h
8279
8280 OPERATING PERFORMANCE POINTS (OPP)
8281 M:      Viresh Kumar <vireshk@kernel.org>
8282 M:      Nishanth Menon <nm@ti.com>
8283 M:      Stephen Boyd <sboyd@codeaurora.org>
8284 L:      linux-pm@vger.kernel.org
8285 S:      Maintained
8286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8287 F:      drivers/base/power/opp/
8288 F:      include/linux/pm_opp.h
8289 F:      Documentation/power/opp.txt
8290 F:      Documentation/devicetree/bindings/opp/
8291
8292 OPL4 DRIVER
8293 M:      Clemens Ladisch <clemens@ladisch.de>
8294 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8295 T:      git git://git.alsa-project.org/alsa-kernel.git
8296 S:      Maintained
8297 F:      sound/drivers/opl4/
8298
8299 OPROFILE
8300 M:      Robert Richter <rric@kernel.org>
8301 L:      oprofile-list@lists.sf.net
8302 S:      Maintained
8303 F:      arch/*/include/asm/oprofile*.h
8304 F:      arch/*/oprofile/
8305 F:      drivers/oprofile/
8306 F:      include/linux/oprofile.h
8307
8308 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8309 M:      Mark Fasheh <mfasheh@suse.com>
8310 M:      Joel Becker <jlbec@evilplan.org>
8311 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8312 W:      http://ocfs2.wiki.kernel.org
8313 S:      Supported
8314 F:      Documentation/filesystems/ocfs2.txt
8315 F:      Documentation/filesystems/dlmfs.txt
8316 F:      fs/ocfs2/
8317
8318 ORINOCO DRIVER
8319 L:      linux-wireless@vger.kernel.org
8320 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8321 W:      http://www.nongnu.org/orinoco/
8322 S:      Orphan
8323 F:      drivers/net/wireless/intersil/orinoco/
8324
8325 OSD LIBRARY and FILESYSTEM
8326 M:      Boaz Harrosh <ooo@electrozaur.com>
8327 M:      Benny Halevy <bhalevy@primarydata.com>
8328 L:      osd-dev@open-osd.org
8329 W:      http://open-osd.org
8330 T:      git git://git.open-osd.org/open-osd.git
8331 S:      Maintained
8332 F:      drivers/scsi/osd/
8333 F:      include/scsi/osd_*
8334 F:      fs/exofs/
8335
8336 OVERLAY FILESYSTEM
8337 M:      Miklos Szeredi <miklos@szeredi.hu>
8338 L:      linux-unionfs@vger.kernel.org
8339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8340 S:      Supported
8341 F:      fs/overlayfs/
8342 F:      Documentation/filesystems/overlayfs.txt
8343
8344 ORANGEFS FILESYSTEM
8345 M:      Mike Marshall <hubcap@omnibond.com>
8346 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8348 S:      Supported
8349 F:      fs/orangefs/
8350 F:      Documentation/filesystems/orangefs.txt
8351
8352 P54 WIRELESS DRIVER
8353 M:      Christian Lamparter <chunkeey@googlemail.com>
8354 L:      linux-wireless@vger.kernel.org
8355 W:      http://wireless.kernel.org/en/users/Drivers/p54
8356 S:      Maintained
8357 F:      drivers/net/wireless/intersil/p54/
8358
8359 PA SEMI ETHERNET DRIVER
8360 M:      Olof Johansson <olof@lixom.net>
8361 L:      netdev@vger.kernel.org
8362 S:      Maintained
8363 F:      drivers/net/ethernet/pasemi/*
8364
8365 PA SEMI SMBUS DRIVER
8366 M:      Olof Johansson <olof@lixom.net>
8367 L:      linux-i2c@vger.kernel.org
8368 S:      Maintained
8369 F:      drivers/i2c/busses/i2c-pasemi.c
8370
8371 PADATA PARALLEL EXECUTION MECHANISM
8372 M:      Steffen Klassert <steffen.klassert@secunet.com>
8373 L:      linux-crypto@vger.kernel.org
8374 S:      Maintained
8375 F:      kernel/padata.c
8376 F:      include/linux/padata.h
8377 F:      Documentation/padata.txt
8378
8379 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8380 M:      Harald Welte <laforge@gnumonks.org>
8381 L:      platform-driver-x86@vger.kernel.org
8382 S:      Maintained
8383 F:      drivers/platform/x86/panasonic-laptop.c
8384
8385 PANASONIC MN10300/AM33/AM34 PORT
8386 M:      David Howells <dhowells@redhat.com>
8387 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8388 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8389 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8390 S:      Maintained
8391 F:      Documentation/mn10300/
8392 F:      arch/mn10300/
8393
8394 PARALLEL LCD/KEYPAD PANEL DRIVER
8395 M:      Willy Tarreau <willy@haproxy.com>
8396 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8397 S:      Odd Fixes
8398 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8399 F:      drivers/misc/panel.c
8400
8401 PARALLEL PORT SUBSYSTEM
8402 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8403 M:      Sudip Mukherjee <sudip@vectorindia.org>
8404 L:      linux-parport@lists.infradead.org (subscribers-only)
8405 S:      Maintained
8406 F:      drivers/parport/
8407 F:      include/linux/parport*.h
8408 F:      drivers/char/ppdev.c
8409 F:      include/uapi/linux/ppdev.h
8410 F:      Documentation/parport*.txt
8411
8412 PARAVIRT_OPS INTERFACE
8413 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8414 M:      Chris Wright <chrisw@sous-sol.org>
8415 M:      Alok Kataria <akataria@vmware.com>
8416 M:      Rusty Russell <rusty@rustcorp.com.au>
8417 L:      virtualization@lists.linux-foundation.org
8418 S:      Supported
8419 F:      Documentation/virtual/paravirt_ops.txt
8420 F:      arch/*/kernel/paravirt*
8421 F:      arch/*/include/asm/paravirt.h
8422
8423 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8424 M:      Tim Waugh <tim@cyberelk.net>
8425 L:      linux-parport@lists.infradead.org (subscribers-only)
8426 S:      Maintained
8427 F:      Documentation/blockdev/paride.txt
8428 F:      drivers/block/paride/
8429
8430 PARISC ARCHITECTURE
8431 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8432 M:      Helge Deller <deller@gmx.de>
8433 L:      linux-parisc@vger.kernel.org
8434 W:      http://www.parisc-linux.org/
8435 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8438 S:      Maintained
8439 F:      arch/parisc/
8440 F:      Documentation/parisc/
8441 F:      drivers/parisc/
8442 F:      drivers/char/agp/parisc-agp.c
8443 F:      drivers/input/serio/gscps2.c
8444 F:      drivers/parport/parport_gsc.*
8445 F:      drivers/tty/serial/8250/8250_gsc.c
8446 F:      drivers/video/fbdev/sti*
8447 F:      drivers/video/console/sti*
8448 F:      drivers/video/logo/logo_parisc*
8449
8450 PC87360 HARDWARE MONITORING DRIVER
8451 M:      Jim Cromie <jim.cromie@gmail.com>
8452 L:      linux-hwmon@vger.kernel.org
8453 S:      Maintained
8454 F:      Documentation/hwmon/pc87360
8455 F:      drivers/hwmon/pc87360.c
8456
8457 PC8736x GPIO DRIVER
8458 M:      Jim Cromie <jim.cromie@gmail.com>
8459 S:      Maintained
8460 F:      drivers/char/pc8736x_gpio.c
8461
8462 PC87427 HARDWARE MONITORING DRIVER
8463 M:      Jean Delvare <jdelvare@suse.com>
8464 L:      linux-hwmon@vger.kernel.org
8465 S:      Maintained
8466 F:      Documentation/hwmon/pc87427
8467 F:      drivers/hwmon/pc87427.c
8468
8469 PCA9532 LED DRIVER
8470 M:      Riku Voipio <riku.voipio@iki.fi>
8471 S:      Maintained
8472 F:      drivers/leds/leds-pca9532.c
8473 F:      include/linux/leds-pca9532.h
8474
8475 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8476 M:      Guenter Roeck <linux@roeck-us.net>
8477 L:      linux-i2c@vger.kernel.org
8478 S:      Maintained
8479 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8480
8481 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8482 M:      Khalid Aziz <khalid@gonehiking.org>
8483 S:      Maintained
8484 F:      drivers/firmware/pcdp.*
8485
8486 PCI ERROR RECOVERY
8487 M:      Linas Vepstas <linasvepstas@gmail.com>
8488 L:      linux-pci@vger.kernel.org
8489 S:      Supported
8490 F:      Documentation/PCI/pci-error-recovery.txt
8491
8492 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8493 M:      Russell Currey <ruscur@russell.cc>
8494 L:      linuxppc-dev@lists.ozlabs.org
8495 S:      Supported
8496 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8497 F:      arch/powerpc/kernel/eeh*.c
8498 F:      arch/powerpc/platforms/*/eeh*.c
8499 F:      arch/powerpc/include/*/eeh*.h
8500
8501 PCI SUBSYSTEM
8502 M:      Bjorn Helgaas <bhelgaas@google.com>
8503 L:      linux-pci@vger.kernel.org
8504 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8506 S:      Supported
8507 F:      Documentation/PCI/
8508 F:      drivers/pci/
8509 F:      include/linux/pci*
8510 F:      arch/x86/pci/
8511 F:      arch/x86/kernel/quirks.c
8512
8513 PCI DRIVER FOR ALTERA PCIE IP
8514 M:      Ley Foon Tan <lftan@altera.com>
8515 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8516 L:      linux-pci@vger.kernel.org
8517 S:      Supported
8518 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8519 F:      drivers/pci/host/pcie-altera.c
8520
8521 PCI DRIVER FOR ARM VERSATILE PLATFORM
8522 M:      Rob Herring <robh@kernel.org>
8523 L:      linux-pci@vger.kernel.org
8524 L:      linux-arm-kernel@lists.infradead.org
8525 S:      Maintained
8526 F:      Documentation/devicetree/bindings/pci/versatile.txt
8527 F:      drivers/pci/host/pci-versatile.c
8528
8529 PCI DRIVER FOR APPLIEDMICRO XGENE
8530 M:      Tanmay Inamdar <tinamdar@apm.com>
8531 L:      linux-pci@vger.kernel.org
8532 L:      linux-arm-kernel@lists.infradead.org
8533 S:      Maintained
8534 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8535 F:      drivers/pci/host/pci-xgene.c
8536
8537 PCI DRIVER FOR FREESCALE LAYERSCAPE
8538 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8539 M:      Mingkai Hu <mingkai.hu@freescale.com>
8540 M:      Roy Zang <tie-fei.zang@freescale.com>
8541 L:      linuxppc-dev@lists.ozlabs.org
8542 L:      linux-pci@vger.kernel.org
8543 L:      linux-arm-kernel@lists.infradead.org
8544 S:      Maintained
8545 F:      drivers/pci/host/*layerscape*
8546
8547 PCI DRIVER FOR IMX6
8548 M:      Richard Zhu <Richard.Zhu@freescale.com>
8549 M:      Lucas Stach <l.stach@pengutronix.de>
8550 L:      linux-pci@vger.kernel.org
8551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8552 S:      Maintained
8553 F:      drivers/pci/host/*imx6*
8554
8555 PCI DRIVER FOR TI KEYSTONE
8556 M:      Murali Karicheri <m-karicheri2@ti.com>
8557 L:      linux-pci@vger.kernel.org
8558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8559 S:      Maintained
8560 F:      drivers/pci/host/*keystone*
8561
8562 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8563 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8564 M:      Jason Cooper <jason@lakedaemon.net>
8565 L:      linux-pci@vger.kernel.org
8566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8567 S:      Maintained
8568 F:      drivers/pci/host/*mvebu*
8569
8570 PCI DRIVER FOR NVIDIA TEGRA
8571 M:      Thierry Reding <thierry.reding@gmail.com>
8572 L:      linux-tegra@vger.kernel.org
8573 L:      linux-pci@vger.kernel.org
8574 S:      Supported
8575 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8576 F:      drivers/pci/host/pci-tegra.c
8577
8578 PCI DRIVER FOR TI DRA7XX
8579 M:      Kishon Vijay Abraham I <kishon@ti.com>
8580 L:      linux-omap@vger.kernel.org
8581 L:      linux-pci@vger.kernel.org
8582 S:      Supported
8583 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8584 F:      drivers/pci/host/pci-dra7xx.c
8585
8586 PCI DRIVER FOR RENESAS R-CAR
8587 M:      Simon Horman <horms@verge.net.au>
8588 L:      linux-pci@vger.kernel.org
8589 L:      linux-renesas-soc@vger.kernel.org
8590 S:      Maintained
8591 F:      drivers/pci/host/*rcar*
8592
8593 PCI DRIVER FOR SAMSUNG EXYNOS
8594 M:      Jingoo Han <jingoohan1@gmail.com>
8595 L:      linux-pci@vger.kernel.org
8596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8597 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8598 S:      Maintained
8599 F:      drivers/pci/host/pci-exynos.c
8600
8601 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8602 M:      Jingoo Han <jingoohan1@gmail.com>
8603 M:      Pratyush Anand <pratyush.anand@gmail.com>
8604 L:      linux-pci@vger.kernel.org
8605 S:      Maintained
8606 F:      drivers/pci/host/*designware*
8607
8608 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8609 M:      Joao Pinto <jpinto@synopsys.com>
8610 L:      linux-pci@vger.kernel.org
8611 S:      Maintained
8612 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8613 F:      drivers/pci/host/pcie-designware-plat.c
8614
8615 PCI DRIVER FOR GENERIC OF HOSTS
8616 M:      Will Deacon <will.deacon@arm.com>
8617 L:      linux-pci@vger.kernel.org
8618 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8619 S:      Maintained
8620 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8621 F:      drivers/pci/host/pci-host-common.c
8622 F:      drivers/pci/host/pci-host-generic.c
8623
8624 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8625 M:      Keith Busch <keith.busch@intel.com>
8626 L:      linux-pci@vger.kernel.org
8627 S:      Supported
8628 F:      arch/x86/pci/vmd.c
8629
8630 PCIE DRIVER FOR ST SPEAR13XX
8631 M:      Pratyush Anand <pratyush.anand@gmail.com>
8632 L:      linux-pci@vger.kernel.org
8633 S:      Maintained
8634 F:      drivers/pci/host/*spear*
8635
8636 PCI MSI DRIVER FOR ALTERA MSI IP
8637 M:      Ley Foon Tan <lftan@altera.com>
8638 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8639 L:      linux-pci@vger.kernel.org
8640 S:      Supported
8641 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8642 F:      drivers/pci/host/pcie-altera-msi.c
8643
8644 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8645 M:      Duc Dang <dhdang@apm.com>
8646 L:      linux-pci@vger.kernel.org
8647 L:      linux-arm-kernel@lists.infradead.org
8648 S:      Maintained
8649 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8650 F:      drivers/pci/host/pci-xgene-msi.c
8651
8652 PCIE DRIVER FOR HISILICON
8653 M:      Zhou Wang <wangzhou1@hisilicon.com>
8654 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8655 L:      linux-pci@vger.kernel.org
8656 S:      Maintained
8657 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8658 F:      drivers/pci/host/pcie-hisi.c
8659
8660 PCIE DRIVER FOR QUALCOMM MSM
8661 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8662 L:     linux-pci@vger.kernel.org
8663 L:     linux-arm-msm@vger.kernel.org
8664 S:     Maintained
8665 F:     drivers/pci/host/*qcom*
8666
8667 PCIE DRIVER FOR CAVIUM THUNDERX
8668 M:      David Daney <david.daney@cavium.com>
8669 L:      linux-pci@vger.kernel.org
8670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8671 S:      Supported
8672 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8673 F:      drivers/pci/host/pci-thunder-*
8674
8675 PCMCIA SUBSYSTEM
8676 P:      Linux PCMCIA Team
8677 L:      linux-pcmcia@lists.infradead.org
8678 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8680 S:      Maintained
8681 F:      Documentation/pcmcia/
8682 F:      drivers/pcmcia/
8683 F:      include/pcmcia/
8684
8685 PCNET32 NETWORK DRIVER
8686 M:      Don Fry <pcnet32@frontier.com>
8687 L:      netdev@vger.kernel.org
8688 S:      Maintained
8689 F:      drivers/net/ethernet/amd/pcnet32.c
8690
8691 PCRYPT PARALLEL CRYPTO ENGINE
8692 M:      Steffen Klassert <steffen.klassert@secunet.com>
8693 L:      linux-crypto@vger.kernel.org
8694 S:      Maintained
8695 F:      crypto/pcrypt.c
8696 F:      include/crypto/pcrypt.h
8697
8698 PER-CPU MEMORY ALLOCATOR
8699 M:      Tejun Heo <tj@kernel.org>
8700 M:      Christoph Lameter <cl@linux.com>
8701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8702 S:      Maintained
8703 F:      include/linux/percpu*.h
8704 F:      mm/percpu*.c
8705 F:      arch/*/include/asm/percpu.h
8706
8707 PER-TASK DELAY ACCOUNTING
8708 M:      Balbir Singh <bsingharora@gmail.com>
8709 S:      Maintained
8710 F:      include/linux/delayacct.h
8711 F:      kernel/delayacct.c
8712
8713 PERFORMANCE EVENTS SUBSYSTEM
8714 M:      Peter Zijlstra <peterz@infradead.org>
8715 M:      Ingo Molnar <mingo@redhat.com>
8716 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8717 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8718 L:      linux-kernel@vger.kernel.org
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8720 S:      Supported
8721 F:      kernel/events/*
8722 F:      include/linux/perf_event.h
8723 F:      include/uapi/linux/perf_event.h
8724 F:      arch/*/kernel/perf_event*.c
8725 F:      arch/*/kernel/*/perf_event*.c
8726 F:      arch/*/kernel/*/*/perf_event*.c
8727 F:      arch/*/include/asm/perf_event.h
8728 F:      arch/*/kernel/perf_callchain.c
8729 F:      tools/perf/
8730
8731 PERSONALITY HANDLING
8732 M:      Christoph Hellwig <hch@infradead.org>
8733 L:      linux-abi-devel@lists.sourceforge.net
8734 S:      Maintained
8735 F:      include/linux/personality.h
8736 F:      include/uapi/linux/personality.h
8737
8738 PHONET PROTOCOL
8739 M:      Remi Denis-Courmont <courmisch@gmail.com>
8740 S:      Supported
8741 F:      Documentation/networking/phonet.txt
8742 F:      include/linux/phonet.h
8743 F:      include/net/phonet/
8744 F:      include/uapi/linux/phonet.h
8745 F:      net/phonet/
8746
8747 PHRAM MTD DRIVER
8748 M:      Joern Engel <joern@lazybastard.org>
8749 L:      linux-mtd@lists.infradead.org
8750 S:      Maintained
8751 F:      drivers/mtd/devices/phram.c
8752
8753 PICOLCD HID DRIVER
8754 M:      Bruno Prémont <bonbons@linux-vserver.org>
8755 L:      linux-input@vger.kernel.org
8756 S:      Maintained
8757 F:      drivers/hid/hid-picolcd*
8758
8759 PICOXCELL SUPPORT
8760 M:      Jamie Iles <jamie@jamieiles.com>
8761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8762 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8763 S:      Supported
8764 F:      arch/arm/boot/dts/picoxcell*
8765 F:      arch/arm/mach-picoxcell/
8766 F:      drivers/crypto/picoxcell*
8767
8768 PIN CONTROL SUBSYSTEM
8769 M:      Linus Walleij <linus.walleij@linaro.org>
8770 L:      linux-gpio@vger.kernel.org
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8772 S:      Maintained
8773 F:      drivers/pinctrl/
8774 F:      include/linux/pinctrl/
8775
8776 PIN CONTROLLER - ATMEL AT91
8777 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8779 S:      Maintained
8780 F:      drivers/pinctrl/pinctrl-at91.*
8781
8782 PIN CONTROLLER - ATMEL AT91 PIO4
8783 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8785 L:      linux-gpio@vger.kernel.org
8786 S:      Supported
8787 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8788
8789 PIN CONTROLLER - INTEL
8790 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8791 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8792 S:      Maintained
8793 F:      drivers/pinctrl/intel/
8794
8795 PIN CONTROLLER - RENESAS
8796 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8797 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8798 L:      linux-renesas-soc@vger.kernel.org
8799 S:      Maintained
8800 F:      drivers/pinctrl/sh-pfc/
8801
8802 PIN CONTROLLER - SAMSUNG
8803 M:      Tomasz Figa <tomasz.figa@gmail.com>
8804 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8805 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8807 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8808 S:      Maintained
8809 F:      drivers/pinctrl/samsung/
8810
8811 PIN CONTROLLER - SINGLE
8812 M:      Tony Lindgren <tony@atomide.com>
8813 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8815 L:      linux-omap@vger.kernel.org
8816 S:      Maintained
8817 F:      drivers/pinctrl/pinctrl-single.c
8818
8819 PIN CONTROLLER - ST SPEAR
8820 M:      Viresh Kumar <vireshk@kernel.org>
8821 L:      spear-devel@list.st.com
8822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8823 W:      http://www.st.com/spear
8824 S:      Maintained
8825 F:      drivers/pinctrl/spear/
8826
8827 PKTCDVD DRIVER
8828 M:      Jiri Kosina <jikos@kernel.org>
8829 S:      Maintained
8830 F:      drivers/block/pktcdvd.c
8831 F:      include/linux/pktcdvd.h
8832 F:      include/uapi/linux/pktcdvd.h
8833
8834 PKUNITY SOC DRIVERS
8835 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8836 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8837 S:      Maintained
8838 T:      git git://github.com/gxt/linux.git
8839 F:      drivers/input/serio/i8042-unicore32io.h
8840 F:      drivers/i2c/busses/i2c-puv3.c
8841 F:      drivers/video/fbdev/fb-puv3.c
8842 F:      drivers/rtc/rtc-puv3.c
8843
8844 PMBUS HARDWARE MONITORING DRIVERS
8845 M:      Guenter Roeck <linux@roeck-us.net>
8846 L:      linux-hwmon@vger.kernel.org
8847 W:      http://hwmon.wiki.kernel.org/
8848 W:      http://www.roeck-us.net/linux/drivers/
8849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8850 S:      Maintained
8851 F:      Documentation/hwmon/pmbus
8852 F:      drivers/hwmon/pmbus/
8853 F:      include/linux/i2c/pmbus.h
8854
8855 PMC SIERRA MaxRAID DRIVER
8856 L:      linux-scsi@vger.kernel.org
8857 W:      http://www.pmc-sierra.com/
8858 S:      Orphan
8859 F:      drivers/scsi/pmcraid.*
8860
8861 PMC SIERRA PM8001 DRIVER
8862 M:      Jack Wang <jinpu.wang@profitbricks.com>
8863 M:      lindar_liu@usish.com
8864 L:      pmchba@pmcs.com
8865 L:      linux-scsi@vger.kernel.org
8866 S:      Supported
8867 F:      drivers/scsi/pm8001/
8868
8869 POSIX CLOCKS and TIMERS
8870 M:      Thomas Gleixner <tglx@linutronix.de>
8871 L:      linux-kernel@vger.kernel.org
8872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8873 S:      Maintained
8874 F:      fs/timerfd.c
8875 F:      include/linux/timer*
8876 F:      kernel/time/*timer*
8877
8878 POWER MANAGEMENT CORE
8879 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8880 L:      linux-pm@vger.kernel.org
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8882 S:      Supported
8883 F:      drivers/base/power/
8884 F:      include/linux/pm.h
8885 F:      include/linux/pm_*
8886 F:      include/linux/powercap.h
8887 F:      drivers/powercap/
8888
8889 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8890 M:      Sebastian Reichel <sre@kernel.org>
8891 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8892 M:      David Woodhouse <dwmw2@infradead.org>
8893 L:      linux-pm@vger.kernel.org
8894 T:      git git://git.infradead.org/battery-2.6.git
8895 S:      Maintained
8896 F:      include/linux/power_supply.h
8897 F:      drivers/power/
8898 X:      drivers/power/avs/
8899
8900 POWER STATE COORDINATION INTERFACE (PSCI)
8901 M:      Mark Rutland <mark.rutland@arm.com>
8902 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8903 L:      linux-arm-kernel@lists.infradead.org
8904 S:      Maintained
8905 F:      drivers/firmware/psci.c
8906 F:      include/linux/psci.h
8907 F:      include/uapi/linux/psci.h
8908
8909 PNP SUPPORT
8910 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8911 S:      Maintained
8912 F:      drivers/pnp/
8913
8914 PPP PROTOCOL DRIVERS AND COMPRESSORS
8915 M:      Paul Mackerras <paulus@samba.org>
8916 L:      linux-ppp@vger.kernel.org
8917 S:      Maintained
8918 F:      drivers/net/ppp/ppp_*
8919
8920 PPP OVER ATM (RFC 2364)
8921 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8922 S:      Maintained
8923 F:      net/atm/pppoatm.c
8924 F:      include/uapi/linux/atmppp.h
8925
8926 PPP OVER ETHERNET
8927 M:      Michal Ostrowski <mostrows@earthlink.net>
8928 S:      Maintained
8929 F:      drivers/net/ppp/pppoe.c
8930 F:      drivers/net/ppp/pppox.c
8931
8932 PPP OVER L2TP
8933 M:      James Chapman <jchapman@katalix.com>
8934 S:      Maintained
8935 F:      net/l2tp/l2tp_ppp.c
8936 F:      include/linux/if_pppol2tp.h
8937 F:      include/uapi/linux/if_pppol2tp.h
8938
8939 PPS SUPPORT
8940 M:      Rodolfo Giometti <giometti@enneenne.com>
8941 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8942 L:      linuxpps@ml.enneenne.com (subscribers-only)
8943 S:      Maintained
8944 F:      Documentation/pps/
8945 F:      drivers/pps/
8946 F:      include/linux/pps*.h
8947
8948 PPTP DRIVER
8949 M:      Dmitry Kozlov <xeb@mail.ru>
8950 L:      netdev@vger.kernel.org
8951 S:      Maintained
8952 F:      drivers/net/ppp/pptp.c
8953 W:      http://sourceforge.net/projects/accel-pptp
8954
8955 PREEMPTIBLE KERNEL
8956 M:      Robert Love <rml@tech9.net>
8957 L:      kpreempt-tech@lists.sourceforge.net
8958 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8959 S:      Supported
8960 F:      Documentation/preempt-locking.txt
8961 F:      include/linux/preempt.h
8962
8963 PRISM54 WIRELESS DRIVER
8964 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8965 L:      linux-wireless@vger.kernel.org
8966 W:      http://wireless.kernel.org/en/users/Drivers/p54
8967 S:      Obsolete
8968 F:      drivers/net/wireless/intersil/prism54/
8969
8970 PS3 NETWORK SUPPORT
8971 M:      Geoff Levand <geoff@infradead.org>
8972 L:      netdev@vger.kernel.org
8973 L:      linuxppc-dev@lists.ozlabs.org
8974 S:      Maintained
8975 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8976
8977 PS3 PLATFORM SUPPORT
8978 M:      Geoff Levand <geoff@infradead.org>
8979 L:      linuxppc-dev@lists.ozlabs.org
8980 S:      Maintained
8981 F:      arch/powerpc/boot/ps3*
8982 F:      arch/powerpc/include/asm/lv1call.h
8983 F:      arch/powerpc/include/asm/ps3*.h
8984 F:      arch/powerpc/platforms/ps3/
8985 F:      drivers/*/ps3*
8986 F:      drivers/ps3/
8987 F:      drivers/rtc/rtc-ps3.c
8988 F:      drivers/usb/host/*ps3.c
8989 F:      sound/ppc/snd_ps3*
8990
8991 PS3VRAM DRIVER
8992 M:      Jim Paris <jim@jtan.com>
8993 M:      Geoff Levand <geoff@infradead.org>
8994 L:      linuxppc-dev@lists.ozlabs.org
8995 S:      Maintained
8996 F:      drivers/block/ps3vram.c
8997
8998 PSTORE FILESYSTEM
8999 M:      Anton Vorontsov <anton@enomsg.org>
9000 M:      Colin Cross <ccross@android.com>
9001 M:      Kees Cook <keescook@chromium.org>
9002 M:      Tony Luck <tony.luck@intel.com>
9003 S:      Maintained
9004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9005 F:      fs/pstore/
9006 F:      include/linux/pstore*
9007 F:      drivers/firmware/efi/efi-pstore.c
9008 F:      drivers/acpi/apei/erst.c
9009
9010 PTP HARDWARE CLOCK SUPPORT
9011 M:      Richard Cochran <richardcochran@gmail.com>
9012 L:      netdev@vger.kernel.org
9013 S:      Maintained
9014 W:      http://linuxptp.sourceforge.net/
9015 F:      Documentation/ABI/testing/sysfs-ptp
9016 F:      Documentation/ptp/*
9017 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9018 F:      drivers/net/phy/dp83640*
9019 F:      drivers/ptp/*
9020 F:      include/linux/ptp_cl*
9021
9022 PTRACE SUPPORT
9023 M:      Roland McGrath <roland@hack.frob.com>
9024 M:      Oleg Nesterov <oleg@redhat.com>
9025 S:      Maintained
9026 F:      include/asm-generic/syscall.h
9027 F:      include/linux/ptrace.h
9028 F:      include/linux/regset.h
9029 F:      include/linux/tracehook.h
9030 F:      include/uapi/linux/ptrace.h
9031 F:      kernel/ptrace.c
9032
9033 PVRUSB2 VIDEO4LINUX DRIVER
9034 M:      Mike Isely <isely@pobox.com>
9035 L:      pvrusb2@isely.net       (subscribers-only)
9036 L:      linux-media@vger.kernel.org
9037 W:      http://www.isely.net/pvrusb2/
9038 T:      git git://linuxtv.org/media_tree.git
9039 S:      Maintained
9040 F:      Documentation/video4linux/README.pvrusb2
9041 F:      drivers/media/usb/pvrusb2/
9042
9043 PWC WEBCAM DRIVER
9044 M:      Hans de Goede <hdegoede@redhat.com>
9045 L:      linux-media@vger.kernel.org
9046 T:      git git://linuxtv.org/media_tree.git
9047 S:      Maintained
9048 F:      drivers/media/usb/pwc/*
9049
9050 PWM FAN DRIVER
9051 M:      Kamil Debski <k.debski@samsung.com>
9052 L:      linux-hwmon@vger.kernel.org
9053 S:      Supported
9054 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9055 F:      Documentation/hwmon/pwm-fan
9056 F:      drivers/hwmon/pwm-fan.c
9057
9058 PWM SUBSYSTEM
9059 M:      Thierry Reding <thierry.reding@gmail.com>
9060 L:      linux-pwm@vger.kernel.org
9061 S:      Maintained
9062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9063 F:      Documentation/pwm.txt
9064 F:      Documentation/devicetree/bindings/pwm/
9065 F:      include/linux/pwm.h
9066 F:      drivers/pwm/
9067 F:      drivers/video/backlight/pwm_bl.c
9068 F:      include/linux/pwm_backlight.h
9069
9070 PXA2xx/PXA3xx SUPPORT
9071 M:      Daniel Mack <daniel@zonque.org>
9072 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9073 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9075 T:      git git://github.com/hzhuang1/linux.git
9076 T:      git git://github.com/rjarzmik/linux.git
9077 S:      Maintained
9078 F:      arch/arm/boot/dts/pxa*
9079 F:      arch/arm/mach-pxa/
9080 F:      drivers/dma/pxa*
9081 F:      drivers/pcmcia/pxa2xx*
9082 F:      drivers/pinctrl/pxa/
9083 F:      drivers/spi/spi-pxa2xx*
9084 F:      drivers/usb/gadget/udc/pxa2*
9085 F:      include/sound/pxa2xx-lib.h
9086 F:      sound/arm/pxa*
9087 F:      sound/soc/pxa/
9088
9089 PXA GPIO DRIVER
9090 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9091 L:      linux-gpio@vger.kernel.org
9092 S:      Maintained
9093 F:      drivers/gpio/gpio-pxa.c
9094
9095 PXA3xx NAND FLASH DRIVER
9096 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9097 L:      linux-mtd@lists.infradead.org
9098 S:      Maintained
9099 F:      drivers/mtd/nand/pxa3xx_nand.c
9100
9101 MMP SUPPORT
9102 M:      Eric Miao <eric.y.miao@gmail.com>
9103 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9105 T:      git git://github.com/hzhuang1/linux.git
9106 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9107 S:      Maintained
9108 F:      arch/arm/boot/dts/mmp*
9109 F:      arch/arm/mach-mmp/
9110
9111 PXA MMCI DRIVER
9112 S:      Orphan
9113
9114 PXA RTC DRIVER
9115 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9116 L:      rtc-linux@googlegroups.com
9117 S:      Maintained
9118
9119 QAT DRIVER
9120 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9121 L:      qat-linux@intel.com
9122 S:      Supported
9123 F:      drivers/crypto/qat/
9124
9125 QIB DRIVER
9126 M:      Mike Marciniszyn <infinipath@intel.com>
9127 L:      linux-rdma@vger.kernel.org
9128 S:      Supported
9129 F:      drivers/infiniband/hw/qib/
9130
9131 QLOGIC QLA1280 SCSI DRIVER
9132 M:      Michael Reed <mdr@sgi.com>
9133 L:      linux-scsi@vger.kernel.org
9134 S:      Maintained
9135 F:      drivers/scsi/qla1280.[ch]
9136
9137 QLOGIC QLA2XXX FC-SCSI DRIVER
9138 M:      qla2xxx-upstream@qlogic.com
9139 L:      linux-scsi@vger.kernel.org
9140 S:      Supported
9141 F:      Documentation/scsi/LICENSE.qla2xxx
9142 F:      drivers/scsi/qla2xxx/
9143
9144 QLOGIC QLA4XXX iSCSI DRIVER
9145 M:      QLogic-Storage-Upstream@qlogic.com
9146 L:      linux-scsi@vger.kernel.org
9147 S:      Supported
9148 F:      Documentation/scsi/LICENSE.qla4xxx
9149 F:      drivers/scsi/qla4xxx/
9150
9151 QLOGIC QLA3XXX NETWORK DRIVER
9152 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9153 M:      Ron Mercer <ron.mercer@qlogic.com>
9154 M:      linux-driver@qlogic.com
9155 L:      netdev@vger.kernel.org
9156 S:      Supported
9157 F:      Documentation/networking/LICENSE.qla3xxx
9158 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9159
9160 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9161 M:      Dept-GELinuxNICDev@qlogic.com
9162 L:      netdev@vger.kernel.org
9163 S:      Supported
9164 F:      drivers/net/ethernet/qlogic/qlcnic/
9165
9166 QLOGIC QLGE 10Gb ETHERNET DRIVER
9167 M:      Harish Patil <harish.patil@qlogic.com>
9168 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9169 M:      Dept-GELinuxNICDev@qlogic.com
9170 M:      linux-driver@qlogic.com
9171 L:      netdev@vger.kernel.org
9172 S:      Supported
9173 F:      drivers/net/ethernet/qlogic/qlge/
9174
9175 QLOGIC QL4xxx ETHERNET DRIVER
9176 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9177 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9178 M:      everest-linux-l2@qlogic.com
9179 L:      netdev@vger.kernel.org
9180 S:      Supported
9181 F:      drivers/net/ethernet/qlogic/qed/
9182 F:      include/linux/qed/
9183 F:      drivers/net/ethernet/qlogic/qede/
9184
9185 QNX4 FILESYSTEM
9186 M:      Anders Larsen <al@alarsen.net>
9187 W:      http://www.alarsen.net/linux/qnx4fs/
9188 S:      Maintained
9189 F:      fs/qnx4/
9190 F:      include/uapi/linux/qnx4_fs.h
9191 F:      include/uapi/linux/qnxtypes.h
9192
9193 QT1010 MEDIA DRIVER
9194 M:      Antti Palosaari <crope@iki.fi>
9195 L:      linux-media@vger.kernel.org
9196 W:      https://linuxtv.org
9197 W:      http://palosaari.fi/linux/
9198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9199 T:      git git://linuxtv.org/anttip/media_tree.git
9200 S:      Maintained
9201 F:      drivers/media/tuners/qt1010*
9202
9203 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9204 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9205 L:      linux-wireless@vger.kernel.org
9206 L:      ath9k-devel@lists.ath9k.org
9207 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9208 S:      Supported
9209 F:      drivers/net/wireless/ath/ath9k/
9210
9211 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9212 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9213 L:      ath10k@lists.infradead.org
9214 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9216 S:      Supported
9217 F:      drivers/net/wireless/ath/ath10k/
9218
9219 QUALCOMM HEXAGON ARCHITECTURE
9220 M:      Richard Kuo <rkuo@codeaurora.org>
9221 L:      linux-hexagon@vger.kernel.org
9222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9223 S:      Supported
9224 F:      arch/hexagon/
9225
9226 QUALCOMM WCN36XX WIRELESS DRIVER
9227 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9228 L:      wcn36xx@lists.infradead.org
9229 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9230 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9231 S:      Supported
9232 F:      drivers/net/wireless/ath/wcn36xx/
9233
9234 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9235 M:      Gabriel Somlo <somlo@cmu.edu>
9236 M:      "Michael S. Tsirkin" <mst@redhat.com>
9237 L:      qemu-devel@nongnu.org
9238 S:      Maintained
9239 F:      drivers/firmware/qemu_fw_cfg.c
9240
9241 RADOS BLOCK DEVICE (RBD)
9242 M:      Ilya Dryomov <idryomov@gmail.com>
9243 M:      Sage Weil <sage@redhat.com>
9244 M:      Alex Elder <elder@kernel.org>
9245 L:      ceph-devel@vger.kernel.org
9246 W:      http://ceph.com/
9247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9248 T:      git git://github.com/ceph/ceph-client.git
9249 S:      Supported
9250 F:      Documentation/ABI/testing/sysfs-bus-rbd
9251 F:      drivers/block/rbd.c
9252 F:      drivers/block/rbd_types.h
9253
9254 RADEON FRAMEBUFFER DISPLAY DRIVER
9255 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9256 L:      linux-fbdev@vger.kernel.org
9257 S:      Maintained
9258 F:      drivers/video/fbdev/aty/radeon*
9259 F:      include/uapi/linux/radeonfb.h
9260
9261 RADIOSHARK RADIO DRIVER
9262 M:      Hans de Goede <hdegoede@redhat.com>
9263 L:      linux-media@vger.kernel.org
9264 T:      git git://linuxtv.org/media_tree.git
9265 S:      Maintained
9266 F:      drivers/media/radio/radio-shark.c
9267
9268 RADIOSHARK2 RADIO DRIVER
9269 M:      Hans de Goede <hdegoede@redhat.com>
9270 L:      linux-media@vger.kernel.org
9271 T:      git git://linuxtv.org/media_tree.git
9272 S:      Maintained
9273 F:      drivers/media/radio/radio-shark2.c
9274 F:      drivers/media/radio/radio-tea5777.c
9275
9276 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9277 M:      Paul Mackerras <paulus@samba.org>
9278 L:      linux-fbdev@vger.kernel.org
9279 S:      Maintained
9280 F:      drivers/video/fbdev/aty/aty128fb.c
9281
9282 RALINK MIPS ARCHITECTURE
9283 M:      John Crispin <john@phrozen.org>
9284 L:      linux-mips@linux-mips.org
9285 S:      Maintained
9286 F:      arch/mips/ralink
9287
9288 RALINK RT2X00 WIRELESS LAN DRIVER
9289 P:      rt2x00 project
9290 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9291 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9292 L:      linux-wireless@vger.kernel.org
9293 S:      Maintained
9294 F:      drivers/net/wireless/ralink/rt2x00/
9295
9296 RAMDISK RAM BLOCK DEVICE DRIVER
9297 M:      Jens Axboe <axboe@kernel.dk>
9298 S:      Maintained
9299 F:      Documentation/blockdev/ramdisk.txt
9300 F:      drivers/block/brd.c
9301
9302 RANDOM NUMBER DRIVER
9303 M:      "Theodore Ts'o" <tytso@mit.edu>
9304 S:      Maintained
9305 F:      drivers/char/random.c
9306
9307 RAPIDIO SUBSYSTEM
9308 M:      Matt Porter <mporter@kernel.crashing.org>
9309 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9310 S:      Maintained
9311 F:      drivers/rapidio/
9312
9313 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9314 L:      linux-wireless@vger.kernel.org
9315 S:      Orphan
9316 F:      drivers/net/wireless/ray*
9317
9318 RCUTORTURE MODULE
9319 M:      Josh Triplett <josh@joshtriplett.org>
9320 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9321 L:      linux-kernel@vger.kernel.org
9322 S:      Supported
9323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9324 F:      Documentation/RCU/torture.txt
9325 F:      kernel/rcu/rcutorture.c
9326
9327 RCUTORTURE TEST FRAMEWORK
9328 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9329 M:      Josh Triplett <josh@joshtriplett.org>
9330 R:      Steven Rostedt <rostedt@goodmis.org>
9331 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9332 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9333 L:      linux-kernel@vger.kernel.org
9334 S:      Supported
9335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9336 F:      tools/testing/selftests/rcutorture
9337
9338 RDC R-321X SoC
9339 M:      Florian Fainelli <florian@openwrt.org>
9340 S:      Maintained
9341
9342 RDC R6040 FAST ETHERNET DRIVER
9343 M:      Florian Fainelli <florian@openwrt.org>
9344 L:      netdev@vger.kernel.org
9345 S:      Maintained
9346 F:      drivers/net/ethernet/rdc/r6040.c
9347
9348 RDS - RELIABLE DATAGRAM SOCKETS
9349 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9350 L:      netdev@vger.kernel.org
9351 L:      linux-rdma@vger.kernel.org
9352 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9353 W:      https://oss.oracle.com/projects/rds/
9354 S:      Supported
9355 F:      net/rds/
9356 F:      Documentation/networking/rds.txt
9357
9358 RDMAVT - RDMA verbs software
9359 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9360 L:      linux-rdma@vger.kernel.org
9361 S:      Supported
9362 F:      drivers/infiniband/sw/rdmavt
9363
9364 READ-COPY UPDATE (RCU)
9365 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9366 M:      Josh Triplett <josh@joshtriplett.org>
9367 R:      Steven Rostedt <rostedt@goodmis.org>
9368 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9369 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9370 L:      linux-kernel@vger.kernel.org
9371 W:      http://www.rdrop.com/users/paulmck/RCU/
9372 S:      Supported
9373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9374 F:      Documentation/RCU/
9375 X:      Documentation/RCU/torture.txt
9376 F:      include/linux/rcu*
9377 X:      include/linux/srcu.h
9378 F:      kernel/rcu/
9379 X:      kernel/torture.c
9380
9381 REAL TIME CLOCK (RTC) SUBSYSTEM
9382 M:      Alessandro Zummo <a.zummo@towertech.it>
9383 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9384 L:      rtc-linux@googlegroups.com
9385 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9387 S:      Maintained
9388 F:      Documentation/rtc.txt
9389 F:      drivers/rtc/
9390 F:      include/linux/rtc.h
9391 F:      include/uapi/linux/rtc.h
9392
9393 REALTEK AUDIO CODECS
9394 M:      Bard Liao <bardliao@realtek.com>
9395 M:      Oder Chiou <oder_chiou@realtek.com>
9396 S:      Maintained
9397 F:      sound/soc/codecs/rt*
9398 F:      include/sound/rt*.h
9399
9400 REISERFS FILE SYSTEM
9401 L:      reiserfs-devel@vger.kernel.org
9402 S:      Supported
9403 F:      fs/reiserfs/
9404
9405 REGISTER MAP ABSTRACTION
9406 M:      Mark Brown <broonie@kernel.org>
9407 L:      linux-kernel@vger.kernel.org
9408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9409 S:      Supported
9410 F:      drivers/base/regmap/
9411 F:      include/linux/regmap.h
9412
9413 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9414 M:      Ohad Ben-Cohen <ohad@wizery.com>
9415 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9416 L:      linux-remoteproc@vger.kernel.org
9417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9418 S:      Maintained
9419 F:      drivers/remoteproc/
9420 F:      Documentation/remoteproc.txt
9421 F:      include/linux/remoteproc.h
9422
9423 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9424 M:      Ohad Ben-Cohen <ohad@wizery.com>
9425 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9426 L:      linux-remoteproc@vger.kernel.org
9427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9428 S:      Maintained
9429 F:      drivers/rpmsg/
9430 F:      Documentation/rpmsg.txt
9431 F:      include/linux/rpmsg.h
9432
9433 RENESAS ETHERNET DRIVERS
9434 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9435 L:      netdev@vger.kernel.org
9436 L:      linux-renesas-soc@vger.kernel.org
9437 F:      drivers/net/ethernet/renesas/
9438 F:      include/linux/sh_eth.h
9439
9440 RENESAS USB2 PHY DRIVER
9441 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9442 L:      linux-renesas-soc@vger.kernel.org
9443 S:      Maintained
9444 F:      drivers/phy/phy-rcar-gen3-usb2.c
9445
9446 RESET CONTROLLER FRAMEWORK
9447 M:      Philipp Zabel <p.zabel@pengutronix.de>
9448 T:      git git://git.pengutronix.de/git/pza/linux
9449 S:      Maintained
9450 F:      drivers/reset/
9451 F:      Documentation/devicetree/bindings/reset/
9452 F:      include/dt-bindings/reset/
9453 F:      include/linux/reset.h
9454 F:      include/linux/reset-controller.h
9455
9456 RFKILL
9457 M:      Johannes Berg <johannes@sipsolutions.net>
9458 L:      linux-wireless@vger.kernel.org
9459 W:      http://wireless.kernel.org/
9460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9462 S:      Maintained
9463 F:      Documentation/rfkill.txt
9464 F:      net/rfkill/
9465
9466 RHASHTABLE
9467 M:      Thomas Graf <tgraf@suug.ch>
9468 L:      netdev@vger.kernel.org
9469 S:      Maintained
9470 F:      lib/rhashtable.c
9471 F:      include/linux/rhashtable.h
9472
9473 RICOH SMARTMEDIA/XD DRIVER
9474 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9475 S:      Maintained
9476 F:      drivers/mtd/nand/r852.c
9477 F:      drivers/mtd/nand/r852.h
9478
9479 RICOH R5C592 MEMORYSTICK DRIVER
9480 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9481 S:      Maintained
9482 F:      drivers/memstick/host/r592.*
9483
9484 ROCCAT DRIVERS
9485 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9486 W:      http://sourceforge.net/projects/roccat/
9487 S:      Maintained
9488 F:      drivers/hid/hid-roccat*
9489 F:      include/linux/hid-roccat*
9490 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9491
9492 ROCKER DRIVER
9493 M:      Jiri Pirko <jiri@resnulli.us>
9494 M:      Scott Feldman <sfeldma@gmail.com>
9495 L:      netdev@vger.kernel.org
9496 S:      Supported
9497 F:      drivers/net/ethernet/rocker/
9498
9499 ROCKETPORT DRIVER
9500 P:      Comtrol Corp.
9501 W:      http://www.comtrol.com
9502 S:      Maintained
9503 F:      Documentation/serial/rocket.txt
9504 F:      drivers/tty/rocket*
9505
9506 ROCKETPORT EXPRESS/INFINITY DRIVER
9507 M:      Kevin Cernekee <cernekee@gmail.com>
9508 L:      linux-serial@vger.kernel.org
9509 S:      Odd Fixes
9510 F:      drivers/tty/serial/rp2.*
9511
9512 ROSE NETWORK LAYER
9513 M:      Ralf Baechle <ralf@linux-mips.org>
9514 L:      linux-hams@vger.kernel.org
9515 W:      http://www.linux-ax25.org/
9516 S:      Maintained
9517 F:      include/net/rose.h
9518 F:      include/uapi/linux/rose.h
9519 F:      net/rose/
9520
9521 RTL2830 MEDIA DRIVER
9522 M:      Antti Palosaari <crope@iki.fi>
9523 L:      linux-media@vger.kernel.org
9524 W:      https://linuxtv.org
9525 W:      http://palosaari.fi/linux/
9526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9527 T:      git git://linuxtv.org/anttip/media_tree.git
9528 S:      Maintained
9529 F:      drivers/media/dvb-frontends/rtl2830*
9530
9531 RTL2832 MEDIA DRIVER
9532 M:      Antti Palosaari <crope@iki.fi>
9533 L:      linux-media@vger.kernel.org
9534 W:      https://linuxtv.org
9535 W:      http://palosaari.fi/linux/
9536 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9537 T:      git git://linuxtv.org/anttip/media_tree.git
9538 S:      Maintained
9539 F:      drivers/media/dvb-frontends/rtl2832*
9540
9541 RTL2832_SDR MEDIA DRIVER
9542 M:      Antti Palosaari <crope@iki.fi>
9543 L:      linux-media@vger.kernel.org
9544 W:      https://linuxtv.org
9545 W:      http://palosaari.fi/linux/
9546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9547 T:      git git://linuxtv.org/anttip/media_tree.git
9548 S:      Maintained
9549 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9550
9551 RTL8180 WIRELESS DRIVER
9552 L:      linux-wireless@vger.kernel.org
9553 W:      http://wireless.kernel.org/
9554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9555 S:      Orphan
9556 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9557
9558 RTL8187 WIRELESS DRIVER
9559 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9560 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9561 M:      Larry Finger <Larry.Finger@lwfinger.net>
9562 L:      linux-wireless@vger.kernel.org
9563 W:      http://wireless.kernel.org/
9564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9565 S:      Maintained
9566 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9567
9568 RTL8192CE WIRELESS DRIVER
9569 M:      Larry Finger <Larry.Finger@lwfinger.net>
9570 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9571 L:      linux-wireless@vger.kernel.org
9572 W:      http://wireless.kernel.org/
9573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9574 S:      Maintained
9575 F:      drivers/net/wireless/realtek/rtlwifi/
9576 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9577
9578 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9579 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9580 L:      linux-wireless@vger.kernel.org
9581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9582 S:      Maintained
9583 F:      drivers/net/wireless/realtek/rtl8xxxu/
9584
9585 S3 SAVAGE FRAMEBUFFER DRIVER
9586 M:      Antonino Daplas <adaplas@gmail.com>
9587 L:      linux-fbdev@vger.kernel.org
9588 S:      Maintained
9589 F:      drivers/video/fbdev/savage/
9590
9591 S390
9592 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9593 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9594 L:      linux-s390@vger.kernel.org
9595 W:      http://www.ibm.com/developerworks/linux/linux390/
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9597 S:      Supported
9598 F:      arch/s390/
9599 F:      drivers/s390/
9600 F:      Documentation/s390/
9601 F:      Documentation/DocBook/s390*
9602
9603 S390 COMMON I/O LAYER
9604 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9605 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9606 L:      linux-s390@vger.kernel.org
9607 W:      http://www.ibm.com/developerworks/linux/linux390/
9608 S:      Supported
9609 F:      drivers/s390/cio/
9610
9611 S390 DASD DRIVER
9612 M:      Stefan Weinhuber <wein@de.ibm.com>
9613 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9614 L:      linux-s390@vger.kernel.org
9615 W:      http://www.ibm.com/developerworks/linux/linux390/
9616 S:      Supported
9617 F:      drivers/s390/block/dasd*
9618 F:      block/partitions/ibm.c
9619
9620 S390 NETWORK DRIVERS
9621 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9622 L:      linux-s390@vger.kernel.org
9623 W:      http://www.ibm.com/developerworks/linux/linux390/
9624 S:      Supported
9625 F:      drivers/s390/net/
9626
9627 S390 PCI SUBSYSTEM
9628 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9629 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9630 L:      linux-s390@vger.kernel.org
9631 W:      http://www.ibm.com/developerworks/linux/linux390/
9632 S:      Supported
9633 F:      arch/s390/pci/
9634 F:      drivers/pci/hotplug/s390_pci_hpc.c
9635
9636 S390 ZCRYPT DRIVER
9637 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9638 L:      linux-s390@vger.kernel.org
9639 W:      http://www.ibm.com/developerworks/linux/linux390/
9640 S:      Supported
9641 F:      drivers/s390/crypto/
9642
9643 S390 ZFCP DRIVER
9644 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9645 L:      linux-s390@vger.kernel.org
9646 W:      http://www.ibm.com/developerworks/linux/linux390/
9647 S:      Supported
9648 F:      drivers/s390/scsi/zfcp_*
9649
9650 S390 IUCV NETWORK LAYER
9651 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9652 L:      linux-s390@vger.kernel.org
9653 W:      http://www.ibm.com/developerworks/linux/linux390/
9654 S:      Supported
9655 F:      drivers/s390/net/*iucv*
9656 F:      include/net/iucv/
9657 F:      net/iucv/
9658
9659 S390 IOMMU (PCI)
9660 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9661 L:      linux-s390@vger.kernel.org
9662 W:      http://www.ibm.com/developerworks/linux/linux390/
9663 S:      Supported
9664 F:      drivers/iommu/s390-iommu.c
9665
9666 S3C24XX SD/MMC Driver
9667 M:      Ben Dooks <ben-linux@fluff.org>
9668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9669 S:      Supported
9670 F:      drivers/mmc/host/s3cmci.*
9671
9672 SAA6588 RDS RECEIVER DRIVER
9673 M:      Hans Verkuil <hverkuil@xs4all.nl>
9674 L:      linux-media@vger.kernel.org
9675 T:      git git://linuxtv.org/media_tree.git
9676 W:      https://linuxtv.org
9677 S:      Odd Fixes
9678 F:      drivers/media/i2c/saa6588*
9679
9680 SAA7134 VIDEO4LINUX DRIVER
9681 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9682 L:      linux-media@vger.kernel.org
9683 W:      https://linuxtv.org
9684 T:      git git://linuxtv.org/media_tree.git
9685 S:      Odd fixes
9686 F:      Documentation/video4linux/*.saa7134
9687 F:      drivers/media/pci/saa7134/
9688
9689 SAA7146 VIDEO4LINUX-2 DRIVER
9690 M:      Hans Verkuil <hverkuil@xs4all.nl>
9691 L:      linux-media@vger.kernel.org
9692 T:      git git://linuxtv.org/media_tree.git
9693 S:      Maintained
9694 F:      drivers/media/common/saa7146/
9695 F:      drivers/media/pci/saa7146/
9696 F:      include/media/saa7146*
9697
9698 SAMSUNG LAPTOP DRIVER
9699 M:      Corentin Chary <corentin.chary@gmail.com>
9700 L:      platform-driver-x86@vger.kernel.org
9701 S:      Maintained
9702 F:      drivers/platform/x86/samsung-laptop.c
9703
9704 SAMSUNG AUDIO (ASoC) DRIVERS
9705 M:      Sangbeom Kim <sbkim73@samsung.com>
9706 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9707 S:      Supported
9708 F:      sound/soc/samsung/
9709
9710 SAMSUNG FRAMEBUFFER DRIVER
9711 M:      Jingoo Han <jingoohan1@gmail.com>
9712 L:      linux-fbdev@vger.kernel.org
9713 S:      Maintained
9714 F:      drivers/video/fbdev/s3c-fb.c
9715
9716 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9717 M:      Sangbeom Kim <sbkim73@samsung.com>
9718 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9719 L:      linux-kernel@vger.kernel.org
9720 L:      linux-samsung-soc@vger.kernel.org
9721 S:      Supported
9722 F:      drivers/mfd/sec*.c
9723 F:      drivers/regulator/s2m*.c
9724 F:      drivers/regulator/s5m*.c
9725 F:      drivers/clk/clk-s2mps11.c
9726 F:      drivers/rtc/rtc-s5m.c
9727 F:      include/linux/mfd/samsung/
9728 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9729 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9730 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9731 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9732
9733 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9734 M:      Kyungmin Park <kyungmin.park@samsung.com>
9735 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9736 L:      linux-media@vger.kernel.org
9737 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9738 S:      Supported
9739 F:      drivers/media/platform/exynos4-is/
9740
9741 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9742 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9743 L:      linux-media@vger.kernel.org
9744 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9745 S:      Maintained
9746 F:      drivers/media/platform/s3c-camif/
9747 F:      include/media/drv-intf/s3c_camif.h
9748
9749 SAMSUNG S5C73M3 CAMERA DRIVER
9750 M:      Kyungmin Park <kyungmin.park@samsung.com>
9751 M:      Andrzej Hajda <a.hajda@samsung.com>
9752 L:      linux-media@vger.kernel.org
9753 S:      Supported
9754 F:      drivers/media/i2c/s5c73m3/*
9755
9756 SAMSUNG S5K5BAF CAMERA DRIVER
9757 M:      Kyungmin Park <kyungmin.park@samsung.com>
9758 M:      Andrzej Hajda <a.hajda@samsung.com>
9759 L:      linux-media@vger.kernel.org
9760 S:      Supported
9761 F:      drivers/media/i2c/s5k5baf.c
9762
9763 SAMSUNG S3FWRN5 NFC DRIVER
9764 M:      Robert Baldyga <r.baldyga@samsung.com>
9765 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9766 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9767 S:      Supported
9768 F:      drivers/nfc/s3fwrn5
9769
9770 SAMSUNG SOC CLOCK DRIVERS
9771 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9772 M:      Tomasz Figa <tomasz.figa@gmail.com>
9773 S:      Supported
9774 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9775 F:      drivers/clk/samsung/
9776
9777 SAMSUNG SXGBE DRIVERS
9778 M:      Byungho An <bh74.an@samsung.com>
9779 M:      Girish K S <ks.giri@samsung.com>
9780 M:      Vipul Pandya <vipul.pandya@samsung.com>
9781 S:      Supported
9782 L:      netdev@vger.kernel.org
9783 F:      drivers/net/ethernet/samsung/sxgbe/
9784
9785 SAMSUNG THERMAL DRIVER
9786 M:      Lukasz Majewski <l.majewski@samsung.com>
9787 L:      linux-pm@vger.kernel.org
9788 L:      linux-samsung-soc@vger.kernel.org
9789 S:      Supported
9790 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9791 F:      drivers/thermal/samsung/
9792
9793 SAMSUNG USB2 PHY DRIVER
9794 M:      Kamil Debski <k.debski@samsung.com>
9795 L:      linux-kernel@vger.kernel.org
9796 S:      Supported
9797 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9798 F:      Documentation/phy/samsung-usb2.txt
9799 F:      drivers/phy/phy-exynos4210-usb2.c
9800 F:      drivers/phy/phy-exynos4x12-usb2.c
9801 F:      drivers/phy/phy-exynos5250-usb2.c
9802 F:      drivers/phy/phy-s5pv210-usb2.c
9803 F:      drivers/phy/phy-samsung-usb2.c
9804 F:      drivers/phy/phy-samsung-usb2.h
9805
9806 SERIAL DRIVERS
9807 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9808 L:      linux-serial@vger.kernel.org
9809 S:      Maintained
9810 F:      drivers/tty/serial/
9811
9812 SYNOPSYS DESIGNWARE DMAC DRIVER
9813 M:      Viresh Kumar <vireshk@kernel.org>
9814 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9815 S:      Maintained
9816 F:      include/linux/dma/dw.h
9817 F:      include/linux/platform_data/dma-dw.h
9818 F:      drivers/dma/dw/
9819
9820 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9821 M: Lars Persson <lars.persson@axis.com>
9822 L: netdev@vger.kernel.org
9823 S: Supported
9824 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9825 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9826
9827 SYNOPSYS DESIGNWARE I2C DRIVER
9828 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9829 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9830 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9831 L:      linux-i2c@vger.kernel.org
9832 S:      Maintained
9833 F:      drivers/i2c/busses/i2c-designware-*
9834 F:      include/linux/platform_data/i2c-designware.h
9835
9836 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9837 M:      Jaehoon Chung <jh80.chung@samsung.com>
9838 L:      linux-mmc@vger.kernel.org
9839 S:      Maintained
9840 F:      include/linux/mmc/dw_mmc.h
9841 F:      drivers/mmc/host/dw_mmc*
9842
9843 SYSTEM TRACE MODULE CLASS
9844 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9845 S:      Maintained
9846 F:      Documentation/trace/stm.txt
9847 F:      drivers/hwtracing/stm/
9848 F:      include/linux/stm.h
9849 F:      include/uapi/linux/stm.h
9850
9851 THUNDERBOLT DRIVER
9852 M:      Andreas Noever <andreas.noever@gmail.com>
9853 S:      Maintained
9854 F:      drivers/thunderbolt/
9855
9856 TI BQ27XXX POWER SUPPLY DRIVER
9857 R:      Andrew F. Davis <afd@ti.com>
9858 F:      include/linux/power/bq27xxx_battery.h
9859 F:      drivers/power/bq27xxx_battery.c
9860 F:      drivers/power/bq27xxx_battery_i2c.c
9861
9862 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9863 M:      John Stultz <john.stultz@linaro.org>
9864 M:      Thomas Gleixner <tglx@linutronix.de>
9865 L:      linux-kernel@vger.kernel.org
9866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9867 S:      Supported
9868 F:      include/linux/clocksource.h
9869 F:      include/linux/time.h
9870 F:      include/linux/timex.h
9871 F:      include/uapi/linux/time.h
9872 F:      include/uapi/linux/timex.h
9873 F:      kernel/time/clocksource.c
9874 F:      kernel/time/time*.c
9875 F:      kernel/time/alarmtimer.c
9876 F:      kernel/time/ntp.c
9877 F:      tools/testing/selftests/timers/
9878
9879 SC1200 WDT DRIVER
9880 M:      Zwane Mwaikambo <zwanem@gmail.com>
9881 S:      Maintained
9882 F:      drivers/watchdog/sc1200wdt.c
9883
9884 SCHEDULER
9885 M:      Ingo Molnar <mingo@redhat.com>
9886 M:      Peter Zijlstra <peterz@infradead.org>
9887 L:      linux-kernel@vger.kernel.org
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9889 S:      Maintained
9890 F:      kernel/sched/
9891 F:      include/linux/sched.h
9892 F:      include/uapi/linux/sched.h
9893 F:      include/linux/wait.h
9894
9895 SCORE ARCHITECTURE
9896 M:      Chen Liqin <liqin.linux@gmail.com>
9897 M:      Lennox Wu <lennox.wu@gmail.com>
9898 W:      http://www.sunplus.com
9899 S:      Supported
9900 F:      arch/score/
9901
9902 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9903 M:      Sudeep Holla <sudeep.holla@arm.com>
9904 L:      linux-arm-kernel@lists.infradead.org
9905 S:      Maintained
9906 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9907 F:      drivers/clk/clk-scpi.c
9908 F:      drivers/cpufreq/scpi-cpufreq.c
9909 F:      drivers/firmware/arm_scpi.c
9910 F:      include/linux/scpi_protocol.h
9911
9912 SCSI CDROM DRIVER
9913 M:      Jens Axboe <axboe@kernel.dk>
9914 L:      linux-scsi@vger.kernel.org
9915 W:      http://www.kernel.dk
9916 S:      Maintained
9917 F:      drivers/scsi/sr*
9918
9919 SCSI RDMA PROTOCOL (SRP) INITIATOR
9920 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9921 L:      linux-rdma@vger.kernel.org
9922 S:      Supported
9923 W:      http://www.openfabrics.org
9924 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9926 F:      drivers/infiniband/ulp/srp/
9927 F:      include/scsi/srp.h
9928
9929 SCSI SG DRIVER
9930 M:      Doug Gilbert <dgilbert@interlog.com>
9931 L:      linux-scsi@vger.kernel.org
9932 W:      http://sg.danny.cz/sg
9933 S:      Maintained
9934 F:      Documentation/scsi/scsi-generic.txt
9935 F:      drivers/scsi/sg.c
9936 F:      include/scsi/sg.h
9937
9938 SCSI SUBSYSTEM
9939 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9941 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9943 L:      linux-scsi@vger.kernel.org
9944 S:      Maintained
9945 F:      drivers/scsi/
9946 F:      include/scsi/
9947
9948 SCSI TAPE DRIVER
9949 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9950 L:      linux-scsi@vger.kernel.org
9951 S:      Maintained
9952 F:      Documentation/scsi/st.txt
9953 F:      drivers/scsi/st.*
9954 F:      drivers/scsi/st_*.h
9955
9956 SCTP PROTOCOL
9957 M:      Vlad Yasevich <vyasevich@gmail.com>
9958 M:      Neil Horman <nhorman@tuxdriver.com>
9959 L:      linux-sctp@vger.kernel.org
9960 W:      http://lksctp.sourceforge.net
9961 S:      Maintained
9962 F:      Documentation/networking/sctp.txt
9963 F:      include/linux/sctp.h
9964 F:      include/uapi/linux/sctp.h
9965 F:      include/net/sctp/
9966 F:      net/sctp/
9967
9968 SCx200 CPU SUPPORT
9969 M:      Jim Cromie <jim.cromie@gmail.com>
9970 S:      Odd Fixes
9971 F:      Documentation/i2c/busses/scx200_acb
9972 F:      arch/x86/platform/scx200/
9973 F:      drivers/watchdog/scx200_wdt.c
9974 F:      drivers/i2c/busses/scx200*
9975 F:      drivers/mtd/maps/scx200_docflash.c
9976 F:      include/linux/scx200.h
9977
9978 SCx200 GPIO DRIVER
9979 M:      Jim Cromie <jim.cromie@gmail.com>
9980 S:      Maintained
9981 F:      drivers/char/scx200_gpio.c
9982 F:      include/linux/scx200_gpio.h
9983
9984 SCx200 HRT CLOCKSOURCE DRIVER
9985 M:      Jim Cromie <jim.cromie@gmail.com>
9986 S:      Maintained
9987 F:      drivers/clocksource/scx200_hrt.c
9988
9989 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9990 M:      Sascha Sommer <saschasommer@freenet.de>
9991 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9992 S:      Maintained
9993 F:      drivers/mmc/host/sdricoh_cs.c
9994
9995 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9996 M:      Adrian Hunter <adrian.hunter@intel.com>
9997 L:      linux-mmc@vger.kernel.org
9998 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9999 S:      Maintained
10000 F:      drivers/mmc/host/sdhci*
10001 F:      include/linux/mmc/sdhci*
10002
10003 SECURE COMPUTING
10004 M:      Kees Cook <keescook@chromium.org>
10005 R:      Andy Lutomirski <luto@amacapital.net>
10006 R:      Will Drewry <wad@chromium.org>
10007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10008 S:      Supported
10009 F:      kernel/seccomp.c
10010 F:      include/uapi/linux/seccomp.h
10011 F:      include/linux/seccomp.h
10012 F:      tools/testing/selftests/seccomp/*
10013 K:      \bsecure_computing
10014 K:      \bTIF_SECCOMP\b
10015
10016 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10017 M:      Ben Dooks <ben-linux@fluff.org>
10018 M:      Jaehoon Chung <jh80.chung@samsung.com>
10019 L:      linux-mmc@vger.kernel.org
10020 S:      Maintained
10021 F:      drivers/mmc/host/sdhci-s3c*
10022
10023 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10024 M:      Viresh Kumar <vireshk@kernel.org>
10025 L:      spear-devel@list.st.com
10026 L:      linux-mmc@vger.kernel.org
10027 S:      Maintained
10028 F:      drivers/mmc/host/sdhci-spear.c
10029
10030 SECURITY SUBSYSTEM
10031 M:      James Morris <james.l.morris@oracle.com>
10032 M:      "Serge E. Hallyn" <serge@hallyn.com>
10033 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10035 W:      http://kernsec.org/
10036 S:      Supported
10037 F:      security/
10038
10039 SECURITY CONTACT
10040 M:      Security Officers <security@kernel.org>
10041 S:      Supported
10042
10043 SELINUX SECURITY MODULE
10044 M:      Paul Moore <paul@paul-moore.com>
10045 M:      Stephen Smalley <sds@tycho.nsa.gov>
10046 M:      Eric Paris <eparis@parisplace.org>
10047 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10048 W:      http://selinuxproject.org
10049 T:      git git://git.infradead.org/users/pcmoore/selinux
10050 S:      Supported
10051 F:      include/linux/selinux*
10052 F:      security/selinux/
10053 F:      scripts/selinux/
10054
10055 APPARMOR SECURITY MODULE
10056 M:      John Johansen <john.johansen@canonical.com>
10057 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10058 W:      apparmor.wiki.kernel.org
10059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10060 S:      Supported
10061 F:      security/apparmor/
10062
10063 LOADPIN SECURITY MODULE
10064 M:      Kees Cook <keescook@chromium.org>
10065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10066 S:      Supported
10067 F:      security/loadpin/
10068
10069 YAMA SECURITY MODULE
10070 M:      Kees Cook <keescook@chromium.org>
10071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10072 S:      Supported
10073 F:      security/yama/
10074
10075 SENSABLE PHANTOM
10076 M:      Jiri Slaby <jirislaby@gmail.com>
10077 S:      Maintained
10078 F:      drivers/misc/phantom.c
10079 F:      include/uapi/linux/phantom.h
10080
10081 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10082 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10083 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10084 M:      John Soni Jose <sony.john@avagotech.com>
10085 L:      linux-scsi@vger.kernel.org
10086 W:      http://www.avagotech.com
10087 S:      Supported
10088 F:      drivers/scsi/be2iscsi/
10089
10090 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
10091 M:      Sathya Perla <sathya.perla@broadcom.com>
10092 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10093 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
10094 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10095 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10096 L:      netdev@vger.kernel.org
10097 W:      http://www.emulex.com
10098 S:      Supported
10099 F:      drivers/net/ethernet/emulex/benet/
10100
10101 EMULEX ONECONNECT ROCE DRIVER
10102 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10103 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10104 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10105 L:      linux-rdma@vger.kernel.org
10106 W:      http://www.emulex.com
10107 S:      Supported
10108 F:      drivers/infiniband/hw/ocrdma/
10109
10110 SFC NETWORK DRIVER
10111 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10112 M:      Edward Cree <ecree@solarflare.com>
10113 M:      Bert Kenward <bkenward@solarflare.com>
10114 L:      netdev@vger.kernel.org
10115 S:      Supported
10116 F:      drivers/net/ethernet/sfc/
10117
10118 SGI GRU DRIVER
10119 M:      Dimitri Sivanich <sivanich@sgi.com>
10120 S:      Maintained
10121 F:      drivers/misc/sgi-gru/
10122
10123 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10124 M:      Pat Gefre <pfg@sgi.com>
10125 L:      linux-ia64@vger.kernel.org
10126 S:      Supported
10127 F:      Documentation/ia64/serial.txt
10128 F:      drivers/tty/serial/ioc?_serial.c
10129 F:      include/linux/ioc?.h
10130
10131 SGI XP/XPC/XPNET DRIVER
10132 M:      Cliff Whickman <cpw@sgi.com>
10133 M:      Robin Holt <robinmholt@gmail.com>
10134 S:      Maintained
10135 F:      drivers/misc/sgi-xp/
10136
10137 SI2157 MEDIA DRIVER
10138 M:      Antti Palosaari <crope@iki.fi>
10139 L:      linux-media@vger.kernel.org
10140 W:      https://linuxtv.org
10141 W:      http://palosaari.fi/linux/
10142 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10143 T:      git git://linuxtv.org/anttip/media_tree.git
10144 S:      Maintained
10145 F:      drivers/media/tuners/si2157*
10146
10147 SI2168 MEDIA DRIVER
10148 M:      Antti Palosaari <crope@iki.fi>
10149 L:      linux-media@vger.kernel.org
10150 W:      https://linuxtv.org
10151 W:      http://palosaari.fi/linux/
10152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10153 T:      git git://linuxtv.org/anttip/media_tree.git
10154 S:      Maintained
10155 F:      drivers/media/dvb-frontends/si2168*
10156
10157 SI470X FM RADIO RECEIVER I2C DRIVER
10158 M:      Hans Verkuil <hverkuil@xs4all.nl>
10159 L:      linux-media@vger.kernel.org
10160 T:      git git://linuxtv.org/media_tree.git
10161 W:      https://linuxtv.org
10162 S:      Odd Fixes
10163 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10164
10165 SI470X FM RADIO RECEIVER USB DRIVER
10166 M:      Hans Verkuil <hverkuil@xs4all.nl>
10167 L:      linux-media@vger.kernel.org
10168 T:      git git://linuxtv.org/media_tree.git
10169 W:      https://linuxtv.org
10170 S:      Maintained
10171 F:      drivers/media/radio/si470x/radio-si470x-common.c
10172 F:      drivers/media/radio/si470x/radio-si470x.h
10173 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10174
10175 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10176 M:      Eduardo Valentin <edubezval@gmail.com>
10177 L:      linux-media@vger.kernel.org
10178 T:      git git://linuxtv.org/media_tree.git
10179 W:      https://linuxtv.org
10180 S:      Odd Fixes
10181 F:      drivers/media/radio/si4713/si4713.?
10182
10183 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10184 M:      Eduardo Valentin <edubezval@gmail.com>
10185 L:      linux-media@vger.kernel.org
10186 T:      git git://linuxtv.org/media_tree.git
10187 W:      https://linuxtv.org
10188 S:      Odd Fixes
10189 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10190
10191 SI4713 FM RADIO TRANSMITTER USB DRIVER
10192 M:      Hans Verkuil <hverkuil@xs4all.nl>
10193 L:      linux-media@vger.kernel.org
10194 T:      git git://linuxtv.org/media_tree.git
10195 W:      https://linuxtv.org
10196 S:      Maintained
10197 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10198
10199 SIANO DVB DRIVER
10200 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10201 L:      linux-media@vger.kernel.org
10202 W:      https://linuxtv.org
10203 T:      git git://linuxtv.org/media_tree.git
10204 S:      Odd fixes
10205 F:      drivers/media/common/siano/
10206 F:      drivers/media/usb/siano/
10207 F:      drivers/media/usb/siano/
10208 F:      drivers/media/mmc/siano/
10209
10210 SIMPLEFB FB DRIVER
10211 M:      Hans de Goede <hdegoede@redhat.com>
10212 L:      linux-fbdev@vger.kernel.org
10213 S:      Maintained
10214 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10215 F:      drivers/video/fbdev/simplefb.c
10216 F:      include/linux/platform_data/simplefb.h
10217
10218 SH_VEU V4L2 MEM2MEM DRIVER
10219 L:      linux-media@vger.kernel.org
10220 S:      Orphan
10221 F:      drivers/media/platform/sh_veu.c
10222
10223 SH_VOU V4L2 OUTPUT DRIVER
10224 L:      linux-media@vger.kernel.org
10225 S:      Orphan
10226 F:      drivers/media/platform/sh_vou.c
10227 F:      include/media/drv-intf/sh_vou.h
10228
10229 SIMPLE FIRMWARE INTERFACE (SFI)
10230 M:      Len Brown <lenb@kernel.org>
10231 L:      sfi-devel@simplefirmware.org
10232 W:      http://simplefirmware.org/
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10234 S:      Supported
10235 F:      arch/x86/platform/sfi/
10236 F:      drivers/sfi/
10237 F:      include/linux/sfi*.h
10238
10239 SIMTEC EB110ATX (Chalice CATS)
10240 P:      Ben Dooks
10241 P:      Vincent Sanders <vince@simtec.co.uk>
10242 M:      Simtec Linux Team <linux@simtec.co.uk>
10243 W:      http://www.simtec.co.uk/products/EB110ATX/
10244 S:      Supported
10245
10246 SIMTEC EB2410ITX (BAST)
10247 P:      Ben Dooks
10248 P:      Vincent Sanders <vince@simtec.co.uk>
10249 M:      Simtec Linux Team <linux@simtec.co.uk>
10250 W:      http://www.simtec.co.uk/products/EB2410ITX/
10251 S:      Supported
10252 F:      arch/arm/mach-s3c24xx/mach-bast.c
10253 F:      arch/arm/mach-s3c24xx/bast-ide.c
10254 F:      arch/arm/mach-s3c24xx/bast-irq.c
10255
10256 TI DAVINCI MACHINE SUPPORT
10257 M:      Sekhar Nori <nsekhar@ti.com>
10258 M:      Kevin Hilman <khilman@kernel.org>
10259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10261 S:      Supported
10262 F:      arch/arm/mach-davinci/
10263 F:      drivers/i2c/busses/i2c-davinci.c
10264
10265 TI DAVINCI SERIES MEDIA DRIVER
10266 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10267 L:      linux-media@vger.kernel.org
10268 W:      https://linuxtv.org
10269 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10270 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10271 S:      Maintained
10272 F:      drivers/media/platform/davinci/
10273 F:      include/media/davinci/
10274
10275 TI AM437X VPFE DRIVER
10276 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10277 L:      linux-media@vger.kernel.org
10278 W:      https://linuxtv.org
10279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10280 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10281 S:      Maintained
10282 F:      drivers/media/platform/am437x/
10283
10284 OV2659 OMNIVISION SENSOR DRIVER
10285 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10286 L:      linux-media@vger.kernel.org
10287 W:      https://linuxtv.org
10288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10289 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10290 S:      Maintained
10291 F:      drivers/media/i2c/ov2659.c
10292 F:      include/media/i2c/ov2659.h
10293
10294 SILICON MOTION SM712 FRAME BUFFER DRIVER
10295 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10296 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10297 M:      Sudip Mukherjee <sudip@vectorindia.org>
10298 L:      linux-fbdev@vger.kernel.org
10299 S:      Maintained
10300 F:      drivers/video/fbdev/sm712*
10301 F:      Documentation/fb/sm712fb.txt
10302
10303 SIS 190 ETHERNET DRIVER
10304 M:      Francois Romieu <romieu@fr.zoreil.com>
10305 L:      netdev@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/net/ethernet/sis/sis190.c
10308
10309 SIS 900/7016 FAST ETHERNET DRIVER
10310 M:      Daniele Venzano <venza@brownhat.org>
10311 W:      http://www.brownhat.org/sis900.html
10312 L:      netdev@vger.kernel.org
10313 S:      Maintained
10314 F:      drivers/net/ethernet/sis/sis900.*
10315
10316 SIS FRAMEBUFFER DRIVER
10317 M:      Thomas Winischhofer <thomas@winischhofer.net>
10318 W:      http://www.winischhofer.net/linuxsisvga.shtml
10319 S:      Maintained
10320 F:      Documentation/fb/sisfb.txt
10321 F:      drivers/video/fbdev/sis/
10322 F:      include/video/sisfb.h
10323
10324 SIS USB2VGA DRIVER
10325 M:      Thomas Winischhofer <thomas@winischhofer.net>
10326 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10327 S:      Maintained
10328 F:      drivers/usb/misc/sisusbvga/
10329
10330 SLAB ALLOCATOR
10331 M:      Christoph Lameter <cl@linux.com>
10332 M:      Pekka Enberg <penberg@kernel.org>
10333 M:      David Rientjes <rientjes@google.com>
10334 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10335 M:      Andrew Morton <akpm@linux-foundation.org>
10336 L:      linux-mm@kvack.org
10337 S:      Maintained
10338 F:      include/linux/sl?b*.h
10339 F:      mm/sl?b*
10340
10341 SLEEPABLE READ-COPY UPDATE (SRCU)
10342 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10343 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10344 M:      Josh Triplett <josh@joshtriplett.org>
10345 R:      Steven Rostedt <rostedt@goodmis.org>
10346 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10347 L:      linux-kernel@vger.kernel.org
10348 W:      http://www.rdrop.com/users/paulmck/RCU/
10349 S:      Supported
10350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10351 F:      include/linux/srcu.h
10352 F:      kernel/rcu/srcu.c
10353
10354 SMACK SECURITY MODULE
10355 M:      Casey Schaufler <casey@schaufler-ca.com>
10356 L:      linux-security-module@vger.kernel.org
10357 W:      http://schaufler-ca.com
10358 T:      git git://git.gitorious.org/smack-next/kernel.git
10359 S:      Maintained
10360 F:      Documentation/security/Smack.txt
10361 F:      security/smack/
10362
10363 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10364 M:      Kevin Hilman <khilman@kernel.org>
10365 M:      Nishanth Menon <nm@ti.com>
10366 S:      Maintained
10367 F:      drivers/power/avs/
10368 F:      include/linux/power/smartreflex.h
10369 L:      linux-pm@vger.kernel.org
10370
10371 SMC91x ETHERNET DRIVER
10372 M:      Nicolas Pitre <nico@fluxnic.net>
10373 S:      Odd Fixes
10374 F:      drivers/net/ethernet/smsc/smc91x.*
10375
10376 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10377 M:      Sakari Ailus <sakari.ailus@iki.fi>
10378 L:      linux-media@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/media/i2c/smiapp/
10381 F:      include/media/i2c/smiapp.h
10382 F:      drivers/media/i2c/smiapp-pll.c
10383 F:      drivers/media/i2c/smiapp-pll.h
10384 F:      include/uapi/linux/smiapp.h
10385 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10386
10387 SMM665 HARDWARE MONITOR DRIVER
10388 M:      Guenter Roeck <linux@roeck-us.net>
10389 L:      linux-hwmon@vger.kernel.org
10390 S:      Maintained
10391 F:      Documentation/hwmon/smm665
10392 F:      drivers/hwmon/smm665.c
10393
10394 SMSC EMC2103 HARDWARE MONITOR DRIVER
10395 M:      Steve Glendinning <steve.glendinning@shawell.net>
10396 L:      linux-hwmon@vger.kernel.org
10397 S:      Maintained
10398 F:      Documentation/hwmon/emc2103
10399 F:      drivers/hwmon/emc2103.c
10400
10401 SMSC SCH5627 HARDWARE MONITOR DRIVER
10402 M:      Hans de Goede <hdegoede@redhat.com>
10403 L:      linux-hwmon@vger.kernel.org
10404 S:      Supported
10405 F:      Documentation/hwmon/sch5627
10406 F:      drivers/hwmon/sch5627.c
10407
10408 SMSC47B397 HARDWARE MONITOR DRIVER
10409 M:      Jean Delvare <jdelvare@suse.com>
10410 L:      linux-hwmon@vger.kernel.org
10411 S:      Maintained
10412 F:      Documentation/hwmon/smsc47b397
10413 F:      drivers/hwmon/smsc47b397.c
10414
10415 SMSC911x ETHERNET DRIVER
10416 M:      Steve Glendinning <steve.glendinning@shawell.net>
10417 L:      netdev@vger.kernel.org
10418 S:      Maintained
10419 F:      include/linux/smsc911x.h
10420 F:      drivers/net/ethernet/smsc/smsc911x.*
10421
10422 SMSC9420 PCI ETHERNET DRIVER
10423 M:      Steve Glendinning <steve.glendinning@shawell.net>
10424 L:      netdev@vger.kernel.org
10425 S:      Maintained
10426 F:      drivers/net/ethernet/smsc/smsc9420.*
10427
10428 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10429 M:      Steve Glendinning <steve.glendinning@shawell.net>
10430 L:      linux-fbdev@vger.kernel.org
10431 S:      Maintained
10432 F:      drivers/video/fbdev/smscufx.c
10433
10434 SOC-CAMERA V4L2 SUBSYSTEM
10435 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10436 L:      linux-media@vger.kernel.org
10437 T:      git git://linuxtv.org/media_tree.git
10438 S:      Maintained
10439 F:      include/media/soc*
10440 F:      drivers/media/i2c/soc_camera/
10441 F:      drivers/media/platform/soc_camera/
10442
10443 SOEKRIS NET48XX LED SUPPORT
10444 M:      Chris Boot <bootc@bootc.net>
10445 S:      Maintained
10446 F:      drivers/leds/leds-net48xx.c
10447
10448 SOFTLOGIC 6x10 MPEG CODEC
10449 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10450 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10451 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10452 M:      Ismael Luceno <ismael@iodev.co.uk>
10453 L:      linux-media@vger.kernel.org
10454 S:      Supported
10455 F:      drivers/media/pci/solo6x10/
10456
10457 SOFTWARE RAID (Multiple Disks) SUPPORT
10458 M:      Shaohua Li <shli@kernel.org>
10459 L:      linux-raid@vger.kernel.org
10460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10461 S:      Supported
10462 F:      drivers/md/
10463 F:      include/linux/raid/
10464 F:      include/uapi/linux/raid/
10465
10466 SONIC NETWORK DRIVER
10467 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10468 L:      netdev@vger.kernel.org
10469 S:      Maintained
10470 F:      drivers/net/ethernet/natsemi/sonic.*
10471
10472 SONICS SILICON BACKPLANE DRIVER (SSB)
10473 M:      Michael Buesch <m@bues.ch>
10474 L:      linux-wireless@vger.kernel.org
10475 S:      Maintained
10476 F:      drivers/ssb/
10477 F:      include/linux/ssb/
10478
10479 SONY VAIO CONTROL DEVICE DRIVER
10480 M:      Mattia Dongili <malattia@linux.it>
10481 L:      platform-driver-x86@vger.kernel.org
10482 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10483 S:      Maintained
10484 F:      Documentation/laptops/sony-laptop.txt
10485 F:      drivers/char/sonypi.c
10486 F:      drivers/platform/x86/sony-laptop.c
10487 F:      include/linux/sony-laptop.h
10488
10489 SONY MEMORYSTICK CARD SUPPORT
10490 M:      Alex Dubov <oakad@yahoo.com>
10491 W:      http://tifmxx.berlios.de/
10492 S:      Maintained
10493 F:      drivers/memstick/host/tifm_ms.c
10494
10495 SONY MEMORYSTICK STANDARD SUPPORT
10496 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10497 S:      Maintained
10498 F:      drivers/memstick/core/ms_block.*
10499
10500 SOUND
10501 M:      Jaroslav Kysela <perex@perex.cz>
10502 M:      Takashi Iwai <tiwai@suse.com>
10503 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10504 W:      http://www.alsa-project.org/
10505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10506 T:      git git://git.alsa-project.org/alsa-kernel.git
10507 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10508 S:      Maintained
10509 F:      Documentation/sound/
10510 F:      include/sound/
10511 F:      include/uapi/sound/
10512 F:      sound/
10513
10514 SOUND - COMPRESSED AUDIO
10515 M:      Vinod Koul <vinod.koul@intel.com>
10516 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10518 S:      Supported
10519 F:      Documentation/sound/alsa/compress_offload.txt
10520 F:      include/sound/compress_driver.h
10521 F:      include/uapi/sound/compress_*
10522 F:      sound/core/compress_offload.c
10523 F:      sound/soc/soc-compress.c
10524
10525 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10526 M:      Liam Girdwood <lgirdwood@gmail.com>
10527 M:      Mark Brown <broonie@kernel.org>
10528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10529 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10530 W:      http://alsa-project.org/main/index.php/ASoC
10531 S:      Supported
10532 F:      Documentation/sound/alsa/soc/
10533 F:      sound/soc/
10534 F:      include/sound/soc*
10535
10536 SOUND - DMAENGINE HELPERS
10537 M:      Lars-Peter Clausen <lars@metafoo.de>
10538 S:      Supported
10539 F:      include/sound/dmaengine_pcm.h
10540 F:      sound/core/pcm_dmaengine.c
10541 F:      sound/soc/soc-generic-dmaengine-pcm.c
10542
10543 SP2 MEDIA DRIVER
10544 M:      Olli Salonen <olli.salonen@iki.fi>
10545 L:      linux-media@vger.kernel.org
10546 W:      https://linuxtv.org
10547 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10548 S:      Maintained
10549 F:      drivers/media/dvb-frontends/sp2*
10550
10551 SPARC + UltraSPARC (sparc/sparc64)
10552 M:      "David S. Miller" <davem@davemloft.net>
10553 L:      sparclinux@vger.kernel.org
10554 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10557 S:      Maintained
10558 F:      arch/sparc/
10559 F:      drivers/sbus/
10560
10561 SPARC SERIAL DRIVERS
10562 M:      "David S. Miller" <davem@davemloft.net>
10563 L:      sparclinux@vger.kernel.org
10564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10566 S:      Maintained
10567 F:      include/linux/sunserialcore.h
10568 F:      drivers/tty/serial/suncore.c
10569 F:      drivers/tty/serial/sunhv.c
10570 F:      drivers/tty/serial/sunsab.c
10571 F:      drivers/tty/serial/sunsab.h
10572 F:      drivers/tty/serial/sunsu.c
10573 F:      drivers/tty/serial/sunzilog.c
10574 F:      drivers/tty/serial/sunzilog.h
10575
10576 SPARSE CHECKER
10577 M:      "Christopher Li" <sparse@chrisli.org>
10578 L:      linux-sparse@vger.kernel.org
10579 W:      https://sparse.wiki.kernel.org/
10580 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10581 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10582 S:      Maintained
10583 F:      include/linux/compiler.h
10584
10585 SPEAR PLATFORM SUPPORT
10586 M:      Viresh Kumar <vireshk@kernel.org>
10587 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10588 L:      spear-devel@list.st.com
10589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10590 W:      http://www.st.com/spear
10591 S:      Maintained
10592 F:      arch/arm/boot/dts/spear*
10593 F:      arch/arm/mach-spear/
10594
10595 SPEAR CLOCK FRAMEWORK SUPPORT
10596 M:      Viresh Kumar <vireshk@kernel.org>
10597 L:      spear-devel@list.st.com
10598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10599 W:      http://www.st.com/spear
10600 S:      Maintained
10601 F:      drivers/clk/spear/
10602
10603 SPI SUBSYSTEM
10604 M:      Mark Brown <broonie@kernel.org>
10605 L:      linux-spi@vger.kernel.org
10606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10607 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10608 S:      Maintained
10609 F:      Documentation/spi/
10610 F:      drivers/spi/
10611 F:      include/linux/spi/
10612 F:      include/uapi/linux/spi/
10613
10614 SPIDERNET NETWORK DRIVER for CELL
10615 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10616 L:      netdev@vger.kernel.org
10617 S:      Supported
10618 F:      Documentation/networking/spider_net.txt
10619 F:      drivers/net/ethernet/toshiba/spider_net*
10620
10621 SPU FILE SYSTEM
10622 M:      Jeremy Kerr <jk@ozlabs.org>
10623 L:      linuxppc-dev@lists.ozlabs.org
10624 W:      http://www.ibm.com/developerworks/power/cell/
10625 S:      Supported
10626 F:      Documentation/filesystems/spufs.txt
10627 F:      arch/powerpc/platforms/cell/spufs/
10628
10629 SQUASHFS FILE SYSTEM
10630 M:      Phillip Lougher <phillip@squashfs.org.uk>
10631 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10632 W:      http://squashfs.org.uk
10633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10634 S:      Maintained
10635 F:      Documentation/filesystems/squashfs.txt
10636 F:      fs/squashfs/
10637
10638 SRM (Alpha) environment access
10639 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10640 S:      Maintained
10641 F:      arch/alpha/kernel/srm_env.c
10642
10643 STABLE BRANCH
10644 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10645 L:      stable@vger.kernel.org
10646 S:      Supported
10647 F:      Documentation/stable_kernel_rules.txt
10648
10649 STAGING SUBSYSTEM
10650 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10652 L:      devel@driverdev.osuosl.org
10653 S:      Supported
10654 F:      drivers/staging/
10655
10656 STAGING - COMEDI
10657 M:      Ian Abbott <abbotti@mev.co.uk>
10658 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10659 S:      Odd Fixes
10660 F:      drivers/staging/comedi/
10661
10662 STAGING - FLARION FT1000 DRIVERS
10663 M:      Marek Belisko <marek.belisko@gmail.com>
10664 S:      Odd Fixes
10665 F:      drivers/staging/ft1000/
10666
10667 STAGING - INDUSTRIAL IO
10668 M:      Jonathan Cameron <jic23@kernel.org>
10669 L:      linux-iio@vger.kernel.org
10670 S:      Odd Fixes
10671 F:      drivers/staging/iio/
10672
10673 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10674 M:      Jarod Wilson <jarod@wilsonet.com>
10675 W:      http://www.lirc.org/
10676 S:      Odd Fixes
10677 F:      drivers/staging/media/lirc/
10678
10679 STAGING - LUSTRE PARALLEL FILESYSTEM
10680 M:      Oleg Drokin <oleg.drokin@intel.com>
10681 M:      Andreas Dilger <andreas.dilger@intel.com>
10682 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10683 W:      http://wiki.lustre.org/
10684 S:      Maintained
10685 F:      drivers/staging/lustre
10686
10687 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10688 M:      Marc Dietrich <marvin24@gmx.de>
10689 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10690 L:      linux-tegra@vger.kernel.org
10691 S:      Maintained
10692 F:      drivers/staging/nvec/
10693
10694 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10695 M:      Jens Frederich <jfrederich@gmail.com>
10696 M:      Daniel Drake <dsd@laptop.org>
10697 M:      Jon Nettleton <jon.nettleton@gmail.com>
10698 W:      http://wiki.laptop.org/go/DCON
10699 S:      Maintained
10700 F:      drivers/staging/olpc_dcon/
10701
10702 STAGING - REALTEK RTL8712U DRIVERS
10703 M:      Larry Finger <Larry.Finger@lwfinger.net>
10704 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10705 S:      Odd Fixes
10706 F:      drivers/staging/rtl8712/
10707
10708 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10709 M:      Larry Finger <Larry.Finger@lwfinger.net>
10710 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10711 L:      linux-wireless@vger.kernel.org
10712 S:      Maintained
10713 F:      drivers/staging/rtl8723au/
10714
10715 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10716 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10717 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10718 M:      Sudip Mukherjee <sudip@vectorindia.org>
10719 L:      linux-fbdev@vger.kernel.org
10720 S:      Maintained
10721 F:      drivers/staging/sm750fb/
10722
10723 STAGING - SLICOSS
10724 M:      Lior Dotan <liodot@gmail.com>
10725 M:      Christopher Harrer <charrer@alacritech.com>
10726 S:      Odd Fixes
10727 F:      drivers/staging/slicoss/
10728
10729 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10730 M:      William Hubbs <w.d.hubbs@gmail.com>
10731 M:      Chris Brannon <chris@the-brannons.com>
10732 M:      Kirk Reiser <kirk@reisers.ca>
10733 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10734 L:      speakup@linux-speakup.org
10735 W:      http://www.linux-speakup.org/
10736 S:      Odd Fixes
10737 F:      drivers/staging/speakup/
10738
10739 STAGING - VIA VT665X DRIVERS
10740 M:      Forest Bond <forest@alittletooquiet.net>
10741 S:      Odd Fixes
10742 F:      drivers/staging/vt665?/
10743
10744 STAGING - WILC1000 WIFI DRIVER
10745 M:      Johnny Kim <johnny.kim@atmel.com>
10746 M:      Austin Shin <austin.shin@atmel.com>
10747 M:      Chris Park <chris.park@atmel.com>
10748 M:      Tony Cho <tony.cho@atmel.com>
10749 M:      Glen Lee <glen.lee@atmel.com>
10750 M:      Leo Kim <leo.kim@atmel.com>
10751 L:      linux-wireless@vger.kernel.org
10752 S:      Supported
10753 F:      drivers/staging/wilc1000/
10754
10755 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10756 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10757 S:      Odd Fixes
10758 F:      drivers/staging/xgifb/
10759
10760 HFI1 DRIVER
10761 M:      Mike Marciniszyn <infinipath@intel.com>
10762 L:      linux-rdma@vger.kernel.org
10763 S:      Supported
10764 F:      drivers/staging/rdma/hfi1
10765
10766 STARFIRE/DURALAN NETWORK DRIVER
10767 M:      Ion Badulescu <ionut@badula.org>
10768 S:      Odd Fixes
10769 F:      drivers/net/ethernet/adaptec/starfire*
10770
10771 SUN3/3X
10772 M:      Sam Creasey <sammy@sammy.net>
10773 W:      http://sammy.net/sun3/
10774 S:      Maintained
10775 F:      arch/m68k/kernel/*sun3*
10776 F:      arch/m68k/sun3*/
10777 F:      arch/m68k/include/asm/sun3*
10778 F:      drivers/net/ethernet/i825xx/sun3*
10779
10780 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10781 M:      Hans de Goede <hdegoede@redhat.com>
10782 L:      linux-input@vger.kernel.org
10783 S:      Maintained
10784 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10785 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10786
10787 SUNDANCE NETWORK DRIVER
10788 M:      Denis Kirjanov <kda@linux-powerpc.org>
10789 L:      netdev@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/net/ethernet/dlink/sundance.c
10792
10793 SUPERH
10794 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10795 M:      Rich Felker <dalias@libc.org>
10796 L:      linux-sh@vger.kernel.org
10797 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10798 S:      Maintained
10799 F:      Documentation/sh/
10800 F:      arch/sh/
10801 F:      drivers/sh/
10802
10803 SUSPEND TO RAM
10804 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10805 M:      Len Brown <len.brown@intel.com>
10806 M:      Pavel Machek <pavel@ucw.cz>
10807 L:      linux-pm@vger.kernel.org
10808 S:      Supported
10809 F:      Documentation/power/
10810 F:      arch/x86/kernel/acpi/
10811 F:      drivers/base/power/
10812 F:      kernel/power/
10813 F:      include/linux/suspend.h
10814 F:      include/linux/freezer.h
10815 F:      include/linux/pm.h
10816
10817 SVGA HANDLING
10818 M:      Martin Mares <mj@ucw.cz>
10819 L:      linux-video@atrey.karlin.mff.cuni.cz
10820 S:      Maintained
10821 F:      Documentation/svga.txt
10822 F:      arch/x86/boot/video*
10823
10824 SWIOTLB SUBSYSTEM
10825 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10826 L:      linux-kernel@vger.kernel.org
10827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10828 S:      Supported
10829 F:      lib/swiotlb.c
10830 F:      arch/*/kernel/pci-swiotlb.c
10831 F:      include/linux/swiotlb.h
10832
10833 SWITCHDEV
10834 M:      Jiri Pirko <jiri@resnulli.us>
10835 L:      netdev@vger.kernel.org
10836 S:      Supported
10837 F:      net/switchdev/
10838 F:      include/net/switchdev.h
10839
10840 SYNOPSYS ARC ARCHITECTURE
10841 M:      Vineet Gupta <vgupta@synopsys.com>
10842 L:      linux-snps-arc@lists.infradead.org
10843 S:      Supported
10844 F:      arch/arc/
10845 F:      Documentation/devicetree/bindings/arc/*
10846 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10847 F:      drivers/tty/serial/arc_uart.c
10848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10849
10850 SYNOPSYS ARC SDP platform support
10851 M:      Alexey Brodkin <abrodkin@synopsys.com>
10852 S:      Supported
10853 F:      arch/arc/plat-axs10x
10854 F:      arch/arc/boot/dts/ax*
10855 F:      Documentation/devicetree/bindings/arc/axs10*
10856
10857 SYSTEM CONFIGURATION (SYSCON)
10858 M:      Lee Jones <lee.jones@linaro.org>
10859 M:      Arnd Bergmann <arnd@arndb.de>
10860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10861 S:      Supported
10862 F:      drivers/mfd/syscon.c
10863
10864 SYSV FILESYSTEM
10865 M:      Christoph Hellwig <hch@infradead.org>
10866 S:      Maintained
10867 F:      Documentation/filesystems/sysv-fs.txt
10868 F:      fs/sysv/
10869 F:      include/linux/sysv_fs.h
10870
10871 TARGET SUBSYSTEM
10872 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10873 L:      linux-scsi@vger.kernel.org
10874 L:      target-devel@vger.kernel.org
10875 W:      http://www.linux-iscsi.org
10876 W:      http://groups.google.com/group/linux-iscsi-target-dev
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10878 S:      Supported
10879 F:      drivers/target/
10880 F:      include/target/
10881 F:      Documentation/target/
10882
10883 TASKSTATS STATISTICS INTERFACE
10884 M:      Balbir Singh <bsingharora@gmail.com>
10885 S:      Maintained
10886 F:      Documentation/accounting/taskstats*
10887 F:      include/linux/taskstats*
10888 F:      kernel/taskstats.c
10889
10890 TC CLASSIFIER
10891 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10892 L:      netdev@vger.kernel.org
10893 S:      Maintained
10894 F:      include/net/pkt_cls.h
10895 F:      include/uapi/linux/pkt_cls.h
10896 F:      net/sched/
10897
10898 TCP LOW PRIORITY MODULE
10899 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10900 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10901 W:      http://tcp-lp-mod.sourceforge.net/
10902 S:      Maintained
10903 F:      net/ipv4/tcp_lp.c
10904
10905 TDA10071 MEDIA DRIVER
10906 M:      Antti Palosaari <crope@iki.fi>
10907 L:      linux-media@vger.kernel.org
10908 W:      https://linuxtv.org
10909 W:      http://palosaari.fi/linux/
10910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10911 T:      git git://linuxtv.org/anttip/media_tree.git
10912 S:      Maintained
10913 F:      drivers/media/dvb-frontends/tda10071*
10914
10915 TDA18212 MEDIA DRIVER
10916 M:      Antti Palosaari <crope@iki.fi>
10917 L:      linux-media@vger.kernel.org
10918 W:      https://linuxtv.org
10919 W:      http://palosaari.fi/linux/
10920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10921 T:      git git://linuxtv.org/anttip/media_tree.git
10922 S:      Maintained
10923 F:      drivers/media/tuners/tda18212*
10924
10925 TDA18218 MEDIA DRIVER
10926 M:      Antti Palosaari <crope@iki.fi>
10927 L:      linux-media@vger.kernel.org
10928 W:      https://linuxtv.org
10929 W:      http://palosaari.fi/linux/
10930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10931 T:      git git://linuxtv.org/anttip/media_tree.git
10932 S:      Maintained
10933 F:      drivers/media/tuners/tda18218*
10934
10935 TDA18271 MEDIA DRIVER
10936 M:      Michael Krufky <mkrufky@linuxtv.org>
10937 L:      linux-media@vger.kernel.org
10938 W:      https://linuxtv.org
10939 W:      http://github.com/mkrufky
10940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10941 T:      git git://linuxtv.org/mkrufky/tuners.git
10942 S:      Maintained
10943 F:      drivers/media/tuners/tda18271*
10944
10945 TDA827x MEDIA DRIVER
10946 M:      Michael Krufky <mkrufky@linuxtv.org>
10947 L:      linux-media@vger.kernel.org
10948 W:      https://linuxtv.org
10949 W:      http://github.com/mkrufky
10950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10951 T:      git git://linuxtv.org/mkrufky/tuners.git
10952 S:      Maintained
10953 F:      drivers/media/tuners/tda8290.*
10954
10955 TDA8290 MEDIA DRIVER
10956 M:      Michael Krufky <mkrufky@linuxtv.org>
10957 L:      linux-media@vger.kernel.org
10958 W:      https://linuxtv.org
10959 W:      http://github.com/mkrufky
10960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10961 T:      git git://linuxtv.org/mkrufky/tuners.git
10962 S:      Maintained
10963 F:      drivers/media/tuners/tda8290.*
10964
10965 TDA9840 MEDIA DRIVER
10966 M:      Hans Verkuil <hverkuil@xs4all.nl>
10967 L:      linux-media@vger.kernel.org
10968 T:      git git://linuxtv.org/media_tree.git
10969 W:      https://linuxtv.org
10970 S:      Maintained
10971 F:      drivers/media/i2c/tda9840*
10972
10973 TEA5761 TUNER DRIVER
10974 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10975 L:      linux-media@vger.kernel.org
10976 W:      https://linuxtv.org
10977 T:      git git://linuxtv.org/media_tree.git
10978 S:      Odd fixes
10979 F:      drivers/media/tuners/tea5761.*
10980
10981 TEA5767 TUNER DRIVER
10982 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10983 L:      linux-media@vger.kernel.org
10984 W:      https://linuxtv.org
10985 T:      git git://linuxtv.org/media_tree.git
10986 S:      Maintained
10987 F:      drivers/media/tuners/tea5767.*
10988
10989 TEA6415C MEDIA DRIVER
10990 M:      Hans Verkuil <hverkuil@xs4all.nl>
10991 L:      linux-media@vger.kernel.org
10992 T:      git git://linuxtv.org/media_tree.git
10993 W:      https://linuxtv.org
10994 S:      Maintained
10995 F:      drivers/media/i2c/tea6415c*
10996
10997 TEA6420 MEDIA DRIVER
10998 M:      Hans Verkuil <hverkuil@xs4all.nl>
10999 L:      linux-media@vger.kernel.org
11000 T:      git git://linuxtv.org/media_tree.git
11001 W:      https://linuxtv.org
11002 S:      Maintained
11003 F:      drivers/media/i2c/tea6420*
11004
11005 TEAM DRIVER
11006 M:      Jiri Pirko <jiri@resnulli.us>
11007 L:      netdev@vger.kernel.org
11008 S:      Supported
11009 F:      drivers/net/team/
11010 F:      include/linux/if_team.h
11011 F:      include/uapi/linux/if_team.h
11012
11013 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11014 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11015 S:      Maintained
11016 F:      arch/x86/platform/ts5500/
11017
11018 TECHNOTREND USB IR RECEIVER
11019 M:      Sean Young <sean@mess.org>
11020 L:      linux-media@vger.kernel.org
11021 S:      Maintained
11022 F:      drivers/media/rc/ttusbir.c
11023
11024 TEGRA ARCHITECTURE SUPPORT
11025 M:      Stephen Warren <swarren@wwwdotorg.org>
11026 M:      Thierry Reding <thierry.reding@gmail.com>
11027 M:      Alexandre Courbot <gnurou@gmail.com>
11028 L:      linux-tegra@vger.kernel.org
11029 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11031 S:      Supported
11032 N:      [^a-z]tegra
11033
11034 TEGRA CLOCK DRIVER
11035 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11036 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11037 S:      Supported
11038 F:      drivers/clk/tegra/
11039
11040 TEGRA DMA DRIVERS
11041 M:      Laxman Dewangan <ldewangan@nvidia.com>
11042 M:      Jon Hunter <jonathanh@nvidia.com>
11043 S:      Supported
11044 F:      drivers/dma/tegra*
11045
11046 TEGRA I2C DRIVER
11047 M:      Laxman Dewangan <ldewangan@nvidia.com>
11048 S:      Supported
11049 F:      drivers/i2c/busses/i2c-tegra.c
11050
11051 TEGRA IOMMU DRIVERS
11052 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11053 S:      Supported
11054 F:      drivers/iommu/tegra*
11055
11056 TEGRA KBC DRIVER
11057 M:      Rakesh Iyer <riyer@nvidia.com>
11058 M:      Laxman Dewangan <ldewangan@nvidia.com>
11059 S:      Supported
11060 F:      drivers/input/keyboard/tegra-kbc.c
11061
11062 TEGRA PWM DRIVER
11063 M:      Thierry Reding <thierry.reding@gmail.com>
11064 S:      Supported
11065 F:      drivers/pwm/pwm-tegra.c
11066
11067 TEGRA SERIAL DRIVER
11068 M:      Laxman Dewangan <ldewangan@nvidia.com>
11069 S:      Supported
11070 F:      drivers/tty/serial/serial-tegra.c
11071
11072 TEGRA SPI DRIVER
11073 M:      Laxman Dewangan <ldewangan@nvidia.com>
11074 S:      Supported
11075 F:      drivers/spi/spi-tegra*
11076
11077 TEHUTI ETHERNET DRIVER
11078 M:      Andy Gospodarek <andy@greyhouse.net>
11079 L:      netdev@vger.kernel.org
11080 S:      Supported
11081 F:      drivers/net/ethernet/tehuti/*
11082
11083 Telecom Clock Driver for MCPL0010
11084 M:      Mark Gross <mark.gross@intel.com>
11085 S:      Supported
11086 F:      drivers/char/tlclk.c
11087
11088 TENSILICA XTENSA PORT (xtensa)
11089 M:      Chris Zankel <chris@zankel.net>
11090 M:      Max Filippov <jcmvbkbc@gmail.com>
11091 L:      linux-xtensa@linux-xtensa.org
11092 T:      git git://github.com/czankel/xtensa-linux.git
11093 S:      Maintained
11094 F:      arch/xtensa/
11095 F:      drivers/irqchip/irq-xtensa-*
11096
11097 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11098 M:      Hans Verkuil <hverkuil@xs4all.nl>
11099 L:      linux-media@vger.kernel.org
11100 T:      git git://linuxtv.org/media_tree.git
11101 W:      https://linuxtv.org
11102 S:      Maintained
11103 F:      drivers/media/radio/radio-raremono.c
11104
11105 THERMAL
11106 M:      Zhang Rui <rui.zhang@intel.com>
11107 M:      Eduardo Valentin <edubezval@gmail.com>
11108 L:      linux-pm@vger.kernel.org
11109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11111 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11112 S:      Supported
11113 F:      drivers/thermal/
11114 F:      include/linux/thermal.h
11115 F:      include/uapi/linux/thermal.h
11116 F:      include/linux/cpu_cooling.h
11117 F:      Documentation/devicetree/bindings/thermal/
11118
11119 THERMAL/CPU_COOLING
11120 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11121 M:      Viresh Kumar <viresh.kumar@linaro.org>
11122 M:      Javi Merino <javi.merino@arm.com>
11123 L:      linux-pm@vger.kernel.org
11124 S:      Supported
11125 F:      Documentation/thermal/cpu-cooling-api.txt
11126 F:      drivers/thermal/cpu_cooling.c
11127 F:      include/linux/cpu_cooling.h
11128
11129 THINGM BLINK(1) USB RGB LED DRIVER
11130 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11131 S:      Maintained
11132 F:      drivers/hid/hid-thingm.c
11133
11134 THINKPAD ACPI EXTRAS DRIVER
11135 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11136 L:      ibm-acpi-devel@lists.sourceforge.net
11137 L:      platform-driver-x86@vger.kernel.org
11138 W:      http://ibm-acpi.sourceforge.net
11139 W:      http://thinkwiki.org/wiki/Ibm-acpi
11140 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11141 S:      Maintained
11142 F:      drivers/platform/x86/thinkpad_acpi.c
11143
11144 TI BANDGAP AND THERMAL DRIVER
11145 M:      Eduardo Valentin <edubezval@gmail.com>
11146 L:      linux-pm@vger.kernel.org
11147 L:      linux-omap@vger.kernel.org
11148 S:      Maintained
11149 F:      drivers/thermal/ti-soc-thermal/
11150
11151 TI VPE/CAL DRIVERS
11152 M:      Benoit Parrot <bparrot@ti.com>
11153 L:      linux-media@vger.kernel.org
11154 W:      http://linuxtv.org/
11155 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11156 S:      Maintained
11157 F:      drivers/media/platform/ti-vpe/
11158
11159 TI CDCE706 CLOCK DRIVER
11160 M:      Max Filippov <jcmvbkbc@gmail.com>
11161 S:      Maintained
11162 F:      drivers/clk/clk-cdce706.c
11163
11164 TI CLOCK DRIVER
11165 M:      Tero Kristo <t-kristo@ti.com>
11166 L:      linux-omap@vger.kernel.org
11167 S:      Maintained
11168 F:      drivers/clk/ti/
11169 F:      include/linux/clk/ti.h
11170
11171 TI ETHERNET SWITCH DRIVER (CPSW)
11172 M:      Mugunthan V N <mugunthanvnm@ti.com>
11173 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11174 L:      linux-omap@vger.kernel.org
11175 L:      netdev@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/net/ethernet/ti/cpsw*
11178 F:      drivers/net/ethernet/ti/davinci*
11179
11180 TI FLASH MEDIA INTERFACE DRIVER
11181 M:      Alex Dubov <oakad@yahoo.com>
11182 S:      Maintained
11183 F:      drivers/misc/tifm*
11184 F:      drivers/mmc/host/tifm_sd.c
11185 F:      include/linux/tifm.h
11186
11187 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11188 M:      Santosh Shilimkar <ssantosh@kernel.org>
11189 L:      linux-kernel@vger.kernel.org
11190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11191 S:      Maintained
11192 F:      drivers/soc/ti/*
11193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11194
11195
11196 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11197 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11198 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11199 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11200 S:      Maintained
11201 F:      sound/soc/codecs/lm49453*
11202 F:      sound/soc/codecs/isabelle*
11203
11204 TI LP855x BACKLIGHT DRIVER
11205 M:      Milo Kim <milo.kim@ti.com>
11206 S:      Maintained
11207 F:      Documentation/backlight/lp855x-driver.txt
11208 F:      drivers/video/backlight/lp855x_bl.c
11209 F:      include/linux/platform_data/lp855x.h
11210
11211 TI LP8727 CHARGER DRIVER
11212 M:      Milo Kim <milo.kim@ti.com>
11213 S:      Maintained
11214 F:      drivers/power/lp8727_charger.c
11215 F:      include/linux/platform_data/lp8727.h
11216
11217 TI LP8788 MFD DRIVER
11218 M:      Milo Kim <milo.kim@ti.com>
11219 S:      Maintained
11220 F:      drivers/iio/adc/lp8788_adc.c
11221 F:      drivers/leds/leds-lp8788.c
11222 F:      drivers/mfd/lp8788*.c
11223 F:      drivers/power/lp8788-charger.c
11224 F:      drivers/regulator/lp8788-*.c
11225 F:      include/linux/mfd/lp8788*.h
11226
11227 TI NETCP ETHERNET DRIVER
11228 M:      Wingman Kwok <w-kwok2@ti.com>
11229 M:      Murali Karicheri <m-karicheri2@ti.com>
11230 L:      netdev@vger.kernel.org
11231 S:      Maintained
11232 F:      drivers/net/ethernet/ti/netcp*
11233
11234 TI TAS571X FAMILY ASoC CODEC DRIVER
11235 M:      Kevin Cernekee <cernekee@chromium.org>
11236 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11237 S:      Odd Fixes
11238 F:      sound/soc/codecs/tas571x*
11239
11240 TI TWL4030 SERIES SOC CODEC DRIVER
11241 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11242 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11243 S:      Maintained
11244 F:      sound/soc/codecs/twl4030*
11245
11246 TI WILINK WIRELESS DRIVERS
11247 L:      linux-wireless@vger.kernel.org
11248 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11249 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11251 S:      Orphan
11252 F:      drivers/net/wireless/ti/
11253 F:      include/linux/wl12xx.h
11254
11255 TIPC NETWORK LAYER
11256 M:      Jon Maloy <jon.maloy@ericsson.com>
11257 M:      Ying Xue <ying.xue@windriver.com>
11258 L:      netdev@vger.kernel.org (core kernel code)
11259 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11260 W:      http://tipc.sourceforge.net/
11261 S:      Maintained
11262 F:      include/uapi/linux/tipc*.h
11263 F:      net/tipc/
11264
11265 TILE ARCHITECTURE
11266 M:      Chris Metcalf <cmetcalf@mellanox.com>
11267 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11269 S:      Supported
11270 F:      arch/tile/
11271 F:      drivers/char/tile-srom.c
11272 F:      drivers/edac/tile_edac.c
11273 F:      drivers/net/ethernet/tile/
11274 F:      drivers/rtc/rtc-tile.c
11275 F:      drivers/tty/hvc/hvc_tile.c
11276 F:      drivers/tty/serial/tilegx.c
11277 F:      drivers/usb/host/*-tilegx.c
11278 F:      include/linux/usb/tilegx.h
11279
11280 TLAN NETWORK DRIVER
11281 M:      Samuel Chessman <chessman@tux.org>
11282 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11283 W:      http://sourceforge.net/projects/tlan/
11284 S:      Maintained
11285 F:      Documentation/networking/tlan.txt
11286 F:      drivers/net/ethernet/ti/tlan.*
11287
11288 TOMOYO SECURITY MODULE
11289 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11290 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11291 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11292 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11293 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11294 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11295 W:      http://tomoyo.sourceforge.jp/
11296 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11297 S:      Maintained
11298 F:      security/tomoyo/
11299
11300 TOPSTAR LAPTOP EXTRAS DRIVER
11301 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11302 L:      platform-driver-x86@vger.kernel.org
11303 S:      Maintained
11304 F:      drivers/platform/x86/topstar-laptop.c
11305
11306 TOSHIBA ACPI EXTRAS DRIVER
11307 M:      Azael Avalos <coproscefalo@gmail.com>
11308 L:      platform-driver-x86@vger.kernel.org
11309 S:      Maintained
11310 F:      drivers/platform/x86/toshiba_acpi.c
11311
11312 TOSHIBA BLUETOOTH DRIVER
11313 M:      Azael Avalos <coproscefalo@gmail.com>
11314 L:      platform-driver-x86@vger.kernel.org
11315 S:      Maintained
11316 F:      drivers/platform/x86/toshiba_bluetooth.c
11317
11318 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11319 M:      Azael Avalos <coproscefalo@gmail.com>
11320 L:      platform-driver-x86@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/platform/x86/toshiba_haps.c
11323
11324 TOSHIBA WMI HOTKEYS DRIVER
11325 M:      Azael Avalos <coproscefalo@gmail.com>
11326 L:      platform-driver-x86@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/platform/x86/toshiba-wmi.c
11329
11330 TOSHIBA SMM DRIVER
11331 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11332 W:      http://www.buzzard.org.uk/toshiba/
11333 S:      Maintained
11334 F:      drivers/char/toshiba.c
11335 F:      include/linux/toshiba.h
11336 F:      include/uapi/linux/toshiba.h
11337
11338 TOSHIBA TC358743 DRIVER
11339 M:      Mats Randgaard <matrandg@cisco.com>
11340 L:      linux-media@vger.kernel.org
11341 S:      Maintained
11342 F:      drivers/media/i2c/tc358743*
11343 F:      include/media/i2c/tc358743.h
11344
11345 TMIO/SDHI MMC DRIVER
11346 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11347 L:      linux-mmc@vger.kernel.org
11348 S:      Supported
11349 F:      drivers/mmc/host/tmio_mmc*
11350 F:      drivers/mmc/host/sh_mobile_sdhi.c
11351 F:      include/linux/mfd/tmio.h
11352
11353 TMP401 HARDWARE MONITOR DRIVER
11354 M:      Guenter Roeck <linux@roeck-us.net>
11355 L:      linux-hwmon@vger.kernel.org
11356 S:      Maintained
11357 F:      Documentation/hwmon/tmp401
11358 F:      drivers/hwmon/tmp401.c
11359
11360 TMPFS (SHMEM FILESYSTEM)
11361 M:      Hugh Dickins <hughd@google.com>
11362 L:      linux-mm@kvack.org
11363 S:      Maintained
11364 F:      include/linux/shmem_fs.h
11365 F:      mm/shmem.c
11366
11367 TM6000 VIDEO4LINUX DRIVER
11368 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11369 L:      linux-media@vger.kernel.org
11370 W:      https://linuxtv.org
11371 T:      git git://linuxtv.org/media_tree.git
11372 S:      Odd fixes
11373 F:      drivers/media/usb/tm6000/
11374
11375 TW68 VIDEO4LINUX DRIVER
11376 M:      Hans Verkuil <hverkuil@xs4all.nl>
11377 L:      linux-media@vger.kernel.org
11378 T:      git git://linuxtv.org/media_tree.git
11379 W:      https://linuxtv.org
11380 S:      Odd Fixes
11381 F:      drivers/media/pci/tw68/
11382
11383 TW686X VIDEO4LINUX DRIVER
11384 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11385 L:      linux-media@vger.kernel.org
11386 T:      git git://linuxtv.org/media_tree.git
11387 W:      http://linuxtv.org
11388 S:      Maintained
11389 F:      drivers/media/pci/tw686x/
11390
11391 TPM DEVICE DRIVER
11392 M:      Peter Huewe <peterhuewe@gmx.de>
11393 M:      Marcel Selhorst <tpmdd@selhorst.net>
11394 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11395 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11396 W:      http://tpmdd.sourceforge.net
11397 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11398 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11399 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11400 S:      Maintained
11401 F:      drivers/char/tpm/
11402
11403 TPM IBM_VTPM DEVICE DRIVER
11404 M:      Ashley Lai <ashleydlai@gmail.com>
11405 W:      http://tpmdd.sourceforge.net
11406 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11407 S:      Maintained
11408 F:      drivers/char/tpm/tpm_ibmvtpm*
11409
11410 TRACING
11411 M:      Steven Rostedt <rostedt@goodmis.org>
11412 M:      Ingo Molnar <mingo@redhat.com>
11413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11414 S:      Maintained
11415 F:      Documentation/trace/ftrace.txt
11416 F:      arch/*/*/*/ftrace.h
11417 F:      arch/*/kernel/ftrace.c
11418 F:      include/*/ftrace.h
11419 F:      include/linux/trace*.h
11420 F:      include/trace/
11421 F:      kernel/trace/
11422 F:      tools/testing/selftests/ftrace/
11423
11424 TRACING MMIO ACCESSES (MMIOTRACE)
11425 M:      Steven Rostedt <rostedt@goodmis.org>
11426 M:      Ingo Molnar <mingo@kernel.org>
11427 R:      Karol Herbst <karolherbst@gmail.com>
11428 R:      Pekka Paalanen <ppaalanen@gmail.com>
11429 S:      Maintained
11430 L:      linux-kernel@vger.kernel.org
11431 L:      nouveau@lists.freedesktop.org
11432 F:      kernel/trace/trace_mmiotrace.c
11433 F:      include/linux/mmiotrace.h
11434 F:      arch/x86/mm/kmmio.c
11435 F:      arch/x86/mm/mmio-mod.c
11436 F:      arch/x86/mm/testmmiotrace.c
11437
11438 TRIVIAL PATCHES
11439 M:      Jiri Kosina <trivial@kernel.org>
11440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11441 S:      Maintained
11442 K:      ^Subject:.*(?i)trivial
11443
11444 TTY LAYER
11445 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11446 M:      Jiri Slaby <jslaby@suse.com>
11447 S:      Supported
11448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11449 F:      Documentation/serial/
11450 F:      drivers/tty/
11451 F:      drivers/tty/serial/serial_core.c
11452 F:      include/linux/serial_core.h
11453 F:      include/linux/serial.h
11454 F:      include/linux/tty.h
11455 F:      include/uapi/linux/serial_core.h
11456 F:      include/uapi/linux/serial.h
11457 F:      include/uapi/linux/tty.h
11458
11459 TUA9001 MEDIA DRIVER
11460 M:      Antti Palosaari <crope@iki.fi>
11461 L:      linux-media@vger.kernel.org
11462 W:      https://linuxtv.org
11463 W:      http://palosaari.fi/linux/
11464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11465 T:      git git://linuxtv.org/anttip/media_tree.git
11466 S:      Maintained
11467 F:      drivers/media/tuners/tua9001*
11468
11469 TULIP NETWORK DRIVERS
11470 L:      netdev@vger.kernel.org
11471 L:      linux-parisc@vger.kernel.org
11472 S:      Orphan
11473 F:      drivers/net/ethernet/dec/tulip/
11474
11475 TUN/TAP driver
11476 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11477 W:      http://vtun.sourceforge.net/tun
11478 S:      Maintained
11479 F:      Documentation/networking/tuntap.txt
11480 F:      arch/um/os-Linux/drivers/
11481
11482 TURBOCHANNEL SUBSYSTEM
11483 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11484 M:      Ralf Baechle <ralf@linux-mips.org>
11485 L:      linux-mips@linux-mips.org
11486 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11487 S:      Maintained
11488 F:      drivers/tc/
11489 F:      include/linux/tc.h
11490
11491 U14-34F SCSI DRIVER
11492 M:      Dario Ballabio <ballabio_dario@emc.com>
11493 L:      linux-scsi@vger.kernel.org
11494 S:      Maintained
11495 F:      drivers/scsi/u14-34f.c
11496
11497 UBI FILE SYSTEM (UBIFS)
11498 M:      Richard Weinberger <richard@nod.at>
11499 M:      Artem Bityutskiy <dedekind1@gmail.com>
11500 M:      Adrian Hunter <adrian.hunter@intel.com>
11501 L:      linux-mtd@lists.infradead.org
11502 T:      git git://git.infradead.org/ubifs-2.6.git
11503 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11504 S:      Supported
11505 F:      Documentation/filesystems/ubifs.txt
11506 F:      fs/ubifs/
11507
11508 UCLINUX (M68KNOMMU AND COLDFIRE)
11509 M:      Greg Ungerer <gerg@uclinux.org>
11510 W:      http://www.uclinux.org/
11511 L:      linux-m68k@lists.linux-m68k.org
11512 L:      uclinux-dev@uclinux.org  (subscribers-only)
11513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11514 S:      Maintained
11515 F:      arch/m68k/coldfire/
11516 F:      arch/m68k/68*/
11517 F:      arch/m68k/*/*_no.*
11518 F:      arch/m68k/include/asm/*_no.*
11519
11520 UDF FILESYSTEM
11521 M:      Jan Kara <jack@suse.com>
11522 S:      Maintained
11523 F:      Documentation/filesystems/udf.txt
11524 F:      fs/udf/
11525
11526 UFS FILESYSTEM
11527 M:      Evgeniy Dushistov <dushistov@mail.ru>
11528 S:      Maintained
11529 F:      Documentation/filesystems/ufs.txt
11530 F:      fs/ufs/
11531
11532 UHID USERSPACE HID IO DRIVER:
11533 M:      David Herrmann <dh.herrmann@googlemail.com>
11534 L:      linux-input@vger.kernel.org
11535 S:      Maintained
11536 F:      drivers/hid/uhid.c
11537 F:      include/uapi/linux/uhid.h
11538
11539 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11540 L:      linux-usb@vger.kernel.org
11541 S:      Orphan
11542 F:      drivers/uwb/
11543 F:      include/linux/uwb.h
11544 F:      include/linux/uwb/
11545
11546 UNICORE32 ARCHITECTURE:
11547 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11548 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11549 S:      Maintained
11550 T:      git git://github.com/gxt/linux.git
11551 F:      arch/unicore32/
11552
11553 UNIFDEF
11554 M:      Tony Finch <dot@dotat.at>
11555 W:      http://dotat.at/prog/unifdef
11556 S:      Maintained
11557 F:      scripts/unifdef.c
11558
11559 UNIFORM CDROM DRIVER
11560 M:      Jens Axboe <axboe@kernel.dk>
11561 W:      http://www.kernel.dk
11562 S:      Maintained
11563 F:      Documentation/cdrom/
11564 F:      drivers/cdrom/cdrom.c
11565 F:      include/linux/cdrom.h
11566 F:      include/uapi/linux/cdrom.h
11567
11568 UNISYS S-PAR DRIVERS
11569 M:      David Kershner <david.kershner@unisys.com>
11570 L:      sparmaintainer@unisys.com (Unisys internal)
11571 S:      Supported
11572 F:      drivers/staging/unisys/
11573
11574 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11575 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11576 L:      linux-scsi@vger.kernel.org
11577 S:      Supported
11578 F:      Documentation/scsi/ufs.txt
11579 F:      drivers/scsi/ufs/
11580
11581 UNSORTED BLOCK IMAGES (UBI)
11582 M:      Artem Bityutskiy <dedekind1@gmail.com>
11583 M:      Richard Weinberger <richard@nod.at>
11584 W:      http://www.linux-mtd.infradead.org/
11585 L:      linux-mtd@lists.infradead.org
11586 T:      git git://git.infradead.org/ubifs-2.6.git
11587 S:      Supported
11588 F:      drivers/mtd/ubi/
11589 F:      include/linux/mtd/ubi.h
11590 F:      include/uapi/mtd/ubi-user.h
11591
11592 USB ACM DRIVER
11593 M:      Oliver Neukum <oneukum@suse.com>
11594 L:      linux-usb@vger.kernel.org
11595 S:      Maintained
11596 F:      Documentation/usb/acm.txt
11597 F:      drivers/usb/class/cdc-acm.*
11598
11599 USB AR5523 WIRELESS DRIVER
11600 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11601 L:      linux-wireless@vger.kernel.org
11602 S:      Maintained
11603 F:      drivers/net/wireless/ath/ar5523/
11604
11605 USB ATTACHED SCSI
11606 M:      Hans de Goede <hdegoede@redhat.com>
11607 M:      Gerd Hoffmann <kraxel@redhat.com>
11608 L:      linux-usb@vger.kernel.org
11609 L:      linux-scsi@vger.kernel.org
11610 S:      Maintained
11611 F:      drivers/usb/storage/uas.c
11612
11613 USB CDC ETHERNET DRIVER
11614 M:      Oliver Neukum <oliver@neukum.org>
11615 L:      linux-usb@vger.kernel.org
11616 S:      Maintained
11617 F:      drivers/net/usb/cdc_*.c
11618 F:      include/uapi/linux/usb/cdc.h
11619
11620 USB CHAOSKEY DRIVER
11621 M:      Keith Packard <keithp@keithp.com>
11622 L:      linux-usb@vger.kernel.org
11623 S:      Maintained
11624 F:      drivers/usb/misc/chaoskey.c
11625
11626 USB CYPRESS C67X00 DRIVER
11627 M:      Peter Korsgaard <jacmet@sunsite.dk>
11628 L:      linux-usb@vger.kernel.org
11629 S:      Maintained
11630 F:      drivers/usb/c67x00/
11631
11632 USB DAVICOM DM9601 DRIVER
11633 M:      Peter Korsgaard <jacmet@sunsite.dk>
11634 L:      netdev@vger.kernel.org
11635 W:      http://www.linux-usb.org/usbnet
11636 S:      Maintained
11637 F:      drivers/net/usb/dm9601.c
11638
11639 USB DIAMOND RIO500 DRIVER
11640 M:      Cesar Miquel <miquel@df.uba.ar>
11641 L:      rio500-users@lists.sourceforge.net
11642 W:      http://rio500.sourceforge.net
11643 S:      Maintained
11644 F:      drivers/usb/misc/rio500*
11645
11646 USB EHCI DRIVER
11647 M:      Alan Stern <stern@rowland.harvard.edu>
11648 L:      linux-usb@vger.kernel.org
11649 S:      Maintained
11650 F:      Documentation/usb/ehci.txt
11651 F:      drivers/usb/host/ehci*
11652
11653 USB GADGET/PERIPHERAL SUBSYSTEM
11654 M:      Felipe Balbi <balbi@kernel.org>
11655 L:      linux-usb@vger.kernel.org
11656 W:      http://www.linux-usb.org/gadget
11657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11658 S:      Maintained
11659 F:      drivers/usb/gadget/
11660 F:      include/linux/usb/gadget*
11661
11662 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11663 M:      Jiri Kosina <jikos@kernel.org>
11664 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11665 L:      linux-usb@vger.kernel.org
11666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11667 S:      Maintained
11668 F:      Documentation/hid/hiddev.txt
11669 F:      drivers/hid/usbhid/
11670
11671 USB ISP116X DRIVER
11672 M:      Olav Kongas <ok@artecdesign.ee>
11673 L:      linux-usb@vger.kernel.org
11674 S:      Maintained
11675 F:      drivers/usb/host/isp116x*
11676 F:      include/linux/usb/isp116x.h
11677
11678 USB LAN78XX ETHERNET DRIVER
11679 M:      Woojung Huh <woojung.huh@microchip.com>
11680 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11681 L:      netdev@vger.kernel.org
11682 S:      Maintained
11683 F:      drivers/net/usb/lan78xx.*
11684
11685 USB MASS STORAGE DRIVER
11686 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11687 L:      linux-usb@vger.kernel.org
11688 L:      usb-storage@lists.one-eyed-alien.net
11689 S:      Maintained
11690 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11691 F:      drivers/usb/storage/
11692
11693 USB MIDI DRIVER
11694 M:      Clemens Ladisch <clemens@ladisch.de>
11695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11696 T:      git git://git.alsa-project.org/alsa-kernel.git
11697 S:      Maintained
11698 F:      sound/usb/midi.*
11699
11700 USB NETWORKING DRIVERS
11701 L:      linux-usb@vger.kernel.org
11702 S:      Odd Fixes
11703 F:      drivers/net/usb/
11704
11705 USB OHCI DRIVER
11706 M:      Alan Stern <stern@rowland.harvard.edu>
11707 L:      linux-usb@vger.kernel.org
11708 S:      Maintained
11709 F:      Documentation/usb/ohci.txt
11710 F:      drivers/usb/host/ohci*
11711
11712 USB OTG FSM (Finite State Machine)
11713 M:      Peter Chen <Peter.Chen@nxp.com>
11714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11715 L:      linux-usb@vger.kernel.org
11716 S:      Maintained
11717 F:      drivers/usb/common/usb-otg-fsm.c
11718
11719 USB OVER IP DRIVER
11720 M:      Valentina Manea <valentina.manea.m@gmail.com>
11721 M:      Shuah Khan <shuah.kh@samsung.com>
11722 L:      linux-usb@vger.kernel.org
11723 S:      Maintained
11724 F:      Documentation/usb/usbip_protocol.txt
11725 F:      drivers/usb/usbip/
11726 F:      tools/usb/usbip/
11727
11728 USB PEGASUS DRIVER
11729 M:      Petko Manolov <petkan@nucleusys.com>
11730 L:      linux-usb@vger.kernel.org
11731 L:      netdev@vger.kernel.org
11732 T:      git git://github.com/petkan/pegasus.git
11733 W:      https://github.com/petkan/pegasus
11734 S:      Maintained
11735 F:      drivers/net/usb/pegasus.*
11736
11737 USB PHY LAYER
11738 M:      Felipe Balbi <balbi@kernel.org>
11739 L:      linux-usb@vger.kernel.org
11740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11741 S:      Maintained
11742 F:      drivers/usb/phy/
11743
11744 USB PRINTER DRIVER (usblp)
11745 M:      Pete Zaitcev <zaitcev@redhat.com>
11746 L:      linux-usb@vger.kernel.org
11747 S:      Supported
11748 F:      drivers/usb/class/usblp.c
11749
11750 USB QMI WWAN NETWORK DRIVER
11751 M:      Bjørn Mork <bjorn@mork.no>
11752 L:      netdev@vger.kernel.org
11753 S:      Maintained
11754 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11755 F:      drivers/net/usb/qmi_wwan.c
11756
11757 USB RTL8150 DRIVER
11758 M:      Petko Manolov <petkan@nucleusys.com>
11759 L:      linux-usb@vger.kernel.org
11760 L:      netdev@vger.kernel.org
11761 T:      git git://github.com/petkan/rtl8150.git
11762 W:      https://github.com/petkan/rtl8150
11763 S:      Maintained
11764 F:      drivers/net/usb/rtl8150.c
11765
11766 USB SERIAL SUBSYSTEM
11767 M:      Johan Hovold <johan@kernel.org>
11768 L:      linux-usb@vger.kernel.org
11769 S:      Maintained
11770 F:      Documentation/usb/usb-serial.txt
11771 F:      drivers/usb/serial/
11772 F:      include/linux/usb/serial.h
11773
11774 USB SMSC75XX ETHERNET DRIVER
11775 M:      Steve Glendinning <steve.glendinning@shawell.net>
11776 L:      netdev@vger.kernel.org
11777 S:      Maintained
11778 F:      drivers/net/usb/smsc75xx.*
11779
11780 USB SMSC95XX ETHERNET DRIVER
11781 M:      Steve Glendinning <steve.glendinning@shawell.net>
11782 L:      netdev@vger.kernel.org
11783 S:      Maintained
11784 F:      drivers/net/usb/smsc95xx.*
11785
11786 USB SUBSYSTEM
11787 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11788 L:      linux-usb@vger.kernel.org
11789 W:      http://www.linux-usb.org
11790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11791 S:      Supported
11792 F:      Documentation/usb/
11793 F:      drivers/usb/
11794 F:      include/linux/usb.h
11795 F:      include/linux/usb/
11796
11797 USB UHCI DRIVER
11798 M:      Alan Stern <stern@rowland.harvard.edu>
11799 L:      linux-usb@vger.kernel.org
11800 S:      Maintained
11801 F:      drivers/usb/host/uhci*
11802
11803 USB "USBNET" DRIVER FRAMEWORK
11804 M:      Oliver Neukum <oneukum@suse.com>
11805 L:      netdev@vger.kernel.org
11806 W:      http://www.linux-usb.org/usbnet
11807 S:      Maintained
11808 F:      drivers/net/usb/usbnet.c
11809 F:      include/linux/usb/usbnet.h
11810
11811 USB VIDEO CLASS
11812 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11813 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11814 L:      linux-media@vger.kernel.org
11815 T:      git git://linuxtv.org/media_tree.git
11816 W:      http://www.ideasonboard.org/uvc/
11817 S:      Maintained
11818 F:      drivers/media/usb/uvc/
11819 F:      include/uapi/linux/uvcvideo.h
11820
11821 USB VISION DRIVER
11822 M:      Hans Verkuil <hverkuil@xs4all.nl>
11823 L:      linux-media@vger.kernel.org
11824 T:      git git://linuxtv.org/media_tree.git
11825 W:      https://linuxtv.org
11826 S:      Odd Fixes
11827 F:      drivers/media/usb/usbvision/
11828
11829 USB WEBCAM GADGET
11830 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11831 L:      linux-usb@vger.kernel.org
11832 S:      Maintained
11833 F:      drivers/usb/gadget/function/*uvc*
11834 F:      drivers/usb/gadget/legacy/webcam.c
11835
11836 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11837 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11838 L:      linux-wireless@vger.kernel.org
11839 S:      Maintained
11840 F:      drivers/net/wireless/rndis_wlan.c
11841
11842 USB XHCI DRIVER
11843 M:      Mathias Nyman <mathias.nyman@intel.com>
11844 L:      linux-usb@vger.kernel.org
11845 S:      Supported
11846 F:      drivers/usb/host/xhci*
11847 F:      drivers/usb/host/pci-quirks*
11848
11849 USB ZD1201 DRIVER
11850 L:      linux-wireless@vger.kernel.org
11851 W:      http://linux-lc100020.sourceforge.net
11852 S:      Orphan
11853 F:      drivers/net/wireless/zydas/zd1201.*
11854
11855 USB ZR364XX DRIVER
11856 M:      Antoine Jacquet <royale@zerezo.com>
11857 L:      linux-usb@vger.kernel.org
11858 L:      linux-media@vger.kernel.org
11859 T:      git git://linuxtv.org/media_tree.git
11860 W:      http://royale.zerezo.com/zr364xx/
11861 S:      Maintained
11862 F:      Documentation/video4linux/zr364xx.txt
11863 F:      drivers/media/usb/zr364xx/
11864
11865 ULPI BUS
11866 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11867 L:      linux-usb@vger.kernel.org
11868 S:      Maintained
11869 F:      drivers/usb/common/ulpi.c
11870 F:      include/linux/ulpi/
11871
11872 USER-MODE LINUX (UML)
11873 M:      Jeff Dike <jdike@addtoit.com>
11874 M:      Richard Weinberger <richard@nod.at>
11875 L:      user-mode-linux-devel@lists.sourceforge.net
11876 L:      user-mode-linux-user@lists.sourceforge.net
11877 W:      http://user-mode-linux.sourceforge.net
11878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11879 S:      Maintained
11880 F:      Documentation/virtual/uml/
11881 F:      arch/um/
11882 F:      arch/x86/um/
11883 F:      fs/hostfs/
11884 F:      fs/hppfs/
11885
11886 USERSPACE I/O (UIO)
11887 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11888 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11889 S:      Maintained
11890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11891 F:      Documentation/DocBook/uio-howto.tmpl
11892 F:      drivers/uio/
11893 F:      include/linux/uio*.h
11894
11895 UTIL-LINUX PACKAGE
11896 M:      Karel Zak <kzak@redhat.com>
11897 L:      util-linux@vger.kernel.org
11898 W:      http://en.wikipedia.org/wiki/Util-linux
11899 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11900 S:      Maintained
11901
11902 UVESAFB DRIVER
11903 M:      Michal Januszewski <spock@gentoo.org>
11904 L:      linux-fbdev@vger.kernel.org
11905 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11906 S:      Maintained
11907 F:      Documentation/fb/uvesafb.txt
11908 F:      drivers/video/fbdev/uvesafb.*
11909
11910 VF610 NAND DRIVER
11911 M:      Stefan Agner <stefan@agner.ch>
11912 L:      linux-mtd@lists.infradead.org
11913 S:      Supported
11914 F:      drivers/mtd/nand/vf610_nfc.c
11915
11916 VFAT/FAT/MSDOS FILESYSTEM
11917 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11918 S:      Maintained
11919 F:      Documentation/filesystems/vfat.txt
11920 F:      fs/fat/
11921
11922 VFIO DRIVER
11923 M:      Alex Williamson <alex.williamson@redhat.com>
11924 L:      kvm@vger.kernel.org
11925 T:      git git://github.com/awilliam/linux-vfio.git
11926 S:      Maintained
11927 F:      Documentation/vfio.txt
11928 F:      drivers/vfio/
11929 F:      include/linux/vfio.h
11930 F:      include/uapi/linux/vfio.h
11931
11932 VFIO PLATFORM DRIVER
11933 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11934 L:      kvm@vger.kernel.org
11935 S:      Maintained
11936 F:      drivers/vfio/platform/
11937
11938 VIDEOBUF2 FRAMEWORK
11939 M:      Pawel Osciak <pawel@osciak.com>
11940 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11941 M:      Kyungmin Park <kyungmin.park@samsung.com>
11942 L:      linux-media@vger.kernel.org
11943 S:      Maintained
11944 F:      drivers/media/v4l2-core/videobuf2-*
11945 F:      include/media/videobuf2-*
11946
11947 VIRTUAL SERIO DEVICE DRIVER
11948 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11949 S:      Maintained
11950 F:      drivers/input/serio/userio.c
11951 F:      include/uapi/linux/userio.h
11952
11953 VIRTIO CONSOLE DRIVER
11954 M:      Amit Shah <amit.shah@redhat.com>
11955 L:      virtualization@lists.linux-foundation.org
11956 S:      Maintained
11957 F:      drivers/char/virtio_console.c
11958 F:      include/linux/virtio_console.h
11959 F:      include/uapi/linux/virtio_console.h
11960
11961 VIRTIO CORE, NET AND BLOCK DRIVERS
11962 M:      "Michael S. Tsirkin" <mst@redhat.com>
11963 L:      virtualization@lists.linux-foundation.org
11964 S:      Maintained
11965 F:      drivers/virtio/
11966 F:      tools/virtio/
11967 F:      drivers/net/virtio_net.c
11968 F:      drivers/block/virtio_blk.c
11969 F:      include/linux/virtio_*.h
11970 F:      include/uapi/linux/virtio_*.h
11971
11972 VIRTIO DRIVERS FOR S390
11973 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11974 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11975 L:      linux-s390@vger.kernel.org
11976 L:      virtualization@lists.linux-foundation.org
11977 L:      kvm@vger.kernel.org
11978 S:      Supported
11979 F:      drivers/s390/virtio/
11980
11981 VIRTIO GPU DRIVER
11982 M:      David Airlie <airlied@linux.ie>
11983 M:      Gerd Hoffmann <kraxel@redhat.com>
11984 L:      dri-devel@lists.freedesktop.org
11985 L:      virtualization@lists.linux-foundation.org
11986 S:      Maintained
11987 F:      drivers/gpu/drm/virtio/
11988 F:      include/uapi/linux/virtio_gpu.h
11989
11990 VIRTIO HOST (VHOST)
11991 M:      "Michael S. Tsirkin" <mst@redhat.com>
11992 L:      kvm@vger.kernel.org
11993 L:      virtualization@lists.linux-foundation.org
11994 L:      netdev@vger.kernel.org
11995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11996 S:      Maintained
11997 F:      drivers/vhost/
11998 F:      include/uapi/linux/vhost.h
11999
12000 VIRTIO INPUT DRIVER
12001 M:      Gerd Hoffmann <kraxel@redhat.com>
12002 S:      Maintained
12003 F:      drivers/virtio/virtio_input.c
12004 F:      include/uapi/linux/virtio_input.h
12005
12006 VIA RHINE NETWORK DRIVER
12007 S:      Orphan
12008 F:      drivers/net/ethernet/via/via-rhine.c
12009
12010 VIA SD/MMC CARD CONTROLLER DRIVER
12011 M:      Bruce Chang <brucechang@via.com.tw>
12012 M:      Harald Welte <HaraldWelte@viatech.com>
12013 S:      Maintained
12014 F:      drivers/mmc/host/via-sdmmc.c
12015
12016 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12017 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12018 L:      linux-fbdev@vger.kernel.org
12019 S:      Maintained
12020 F:      include/linux/via-core.h
12021 F:      include/linux/via-gpio.h
12022 F:      include/linux/via_i2c.h
12023 F:      drivers/video/fbdev/via/
12024
12025 VIA VELOCITY NETWORK DRIVER
12026 M:      Francois Romieu <romieu@fr.zoreil.com>
12027 L:      netdev@vger.kernel.org
12028 S:      Maintained
12029 F:      drivers/net/ethernet/via/via-velocity.*
12030
12031 VIRT LIB
12032 M:      Alex Williamson <alex.williamson@redhat.com>
12033 M:      Paolo Bonzini <pbonzini@redhat.com>
12034 L:      kvm@vger.kernel.org
12035 S:      Supported
12036 F:      virt/lib/
12037
12038 VIVID VIRTUAL VIDEO DRIVER
12039 M:      Hans Verkuil <hverkuil@xs4all.nl>
12040 L:      linux-media@vger.kernel.org
12041 T:      git git://linuxtv.org/media_tree.git
12042 W:      https://linuxtv.org
12043 S:      Maintained
12044 F:      drivers/media/platform/vivid/*
12045
12046 VLAN (802.1Q)
12047 M:      Patrick McHardy <kaber@trash.net>
12048 L:      netdev@vger.kernel.org
12049 S:      Maintained
12050 F:      drivers/net/macvlan.c
12051 F:      include/linux/if_*vlan.h
12052 F:      net/8021q/
12053
12054 VLYNQ BUS
12055 M:      Florian Fainelli <florian@openwrt.org>
12056 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12057 S:      Maintained
12058 F:      drivers/vlynq/vlynq.c
12059 F:      include/linux/vlynq.h
12060
12061 VME SUBSYSTEM
12062 M:      Martyn Welch <martyn@welchs.me.uk>
12063 M:      Manohar Vanga <manohar.vanga@gmail.com>
12064 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12065 L:      devel@driverdev.osuosl.org
12066 S:      Maintained
12067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12068 F:      Documentation/vme_api.txt
12069 F:      drivers/staging/vme/
12070 F:      drivers/vme/
12071 F:      include/linux/vme*
12072
12073 VMWARE HYPERVISOR INTERFACE
12074 M:      Alok Kataria <akataria@vmware.com>
12075 L:      virtualization@lists.linux-foundation.org
12076 S:      Supported
12077 F:      arch/x86/kernel/cpu/vmware.c
12078
12079 VMWARE BALLOON DRIVER
12080 M:      Xavier Deguillard <xdeguillard@vmware.com>
12081 M:      Philip Moltmann <moltmann@vmware.com>
12082 M:      "VMware, Inc." <pv-drivers@vmware.com>
12083 L:      linux-kernel@vger.kernel.org
12084 S:      Maintained
12085 F:      drivers/misc/vmw_balloon.c
12086
12087 VMWARE VMMOUSE SUBDRIVER
12088 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12089 M:      "VMware, Inc." <pv-drivers@vmware.com>
12090 L:      linux-input@vger.kernel.org
12091 S:      Maintained
12092 F:      drivers/input/mouse/vmmouse.c
12093 F:      drivers/input/mouse/vmmouse.h
12094
12095 VMWARE VMXNET3 ETHERNET DRIVER
12096 M:      Shrikrishna Khare <skhare@vmware.com>
12097 M:      "VMware, Inc." <pv-drivers@vmware.com>
12098 L:      netdev@vger.kernel.org
12099 S:      Maintained
12100 F:      drivers/net/vmxnet3/
12101
12102 VMware PVSCSI driver
12103 M:      Arvind Kumar <arvindkumar@vmware.com>
12104 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12105 L:      linux-scsi@vger.kernel.org
12106 S:      Maintained
12107 F:      drivers/scsi/vmw_pvscsi.c
12108 F:      drivers/scsi/vmw_pvscsi.h
12109
12110 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12111 M:      Liam Girdwood <lgirdwood@gmail.com>
12112 M:      Mark Brown <broonie@kernel.org>
12113 L:      linux-kernel@vger.kernel.org
12114 W:      http://www.slimlogic.co.uk/?p=48
12115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12116 S:      Supported
12117 F:      Documentation/devicetree/bindings/regulator/
12118 F:      drivers/regulator/
12119 F:      include/dt-bindings/regulator/
12120 F:      include/linux/regulator/
12121
12122 VRF
12123 M:      David Ahern <dsa@cumulusnetworks.com>
12124 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12125 L:      netdev@vger.kernel.org
12126 S:      Maintained
12127 F:      drivers/net/vrf.c
12128 F:      Documentation/networking/vrf.txt
12129
12130 VT1211 HARDWARE MONITOR DRIVER
12131 M:      Juerg Haefliger <juergh@gmail.com>
12132 L:      linux-hwmon@vger.kernel.org
12133 S:      Maintained
12134 F:      Documentation/hwmon/vt1211
12135 F:      drivers/hwmon/vt1211.c
12136
12137 VT8231 HARDWARE MONITOR DRIVER
12138 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12139 L:      linux-hwmon@vger.kernel.org
12140 S:      Maintained
12141 F:      drivers/hwmon/vt8231.c
12142
12143 VUB300 USB to SDIO/SD/MMC bridge chip
12144 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12145 L:      linux-mmc@vger.kernel.org
12146 L:      linux-usb@vger.kernel.org
12147 S:      Supported
12148 F:      drivers/mmc/host/vub300.c
12149
12150 W1 DALLAS'S 1-WIRE BUS
12151 M:      Evgeniy Polyakov <zbr@ioremap.net>
12152 S:      Maintained
12153 F:      Documentation/w1/
12154 F:      drivers/w1/
12155
12156 W83791D HARDWARE MONITORING DRIVER
12157 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12158 L:      linux-hwmon@vger.kernel.org
12159 S:      Maintained
12160 F:      Documentation/hwmon/w83791d
12161 F:      drivers/hwmon/w83791d.c
12162
12163 W83793 HARDWARE MONITORING DRIVER
12164 M:      Rudolf Marek <r.marek@assembler.cz>
12165 L:      linux-hwmon@vger.kernel.org
12166 S:      Maintained
12167 F:      Documentation/hwmon/w83793
12168 F:      drivers/hwmon/w83793.c
12169
12170 W83795 HARDWARE MONITORING DRIVER
12171 M:      Jean Delvare <jdelvare@suse.com>
12172 L:      linux-hwmon@vger.kernel.org
12173 S:      Maintained
12174 F:      drivers/hwmon/w83795.c
12175
12176 W83L51xD SD/MMC CARD INTERFACE DRIVER
12177 M:      Pierre Ossman <pierre@ossman.eu>
12178 S:      Maintained
12179 F:      drivers/mmc/host/wbsd.*
12180
12181 WACOM PROTOCOL 4 SERIAL TABLETS
12182 M:      Julian Squires <julian@cipht.net>
12183 M:      Hans de Goede <hdegoede@redhat.com>
12184 L:      linux-input@vger.kernel.org
12185 S:      Maintained
12186 F:      drivers/input/tablet/wacom_serial4.c
12187
12188 WATCHDOG DEVICE DRIVERS
12189 M:      Wim Van Sebroeck <wim@iguana.be>
12190 R:      Guenter Roeck <linux@roeck-us.net>
12191 L:      linux-watchdog@vger.kernel.org
12192 W:      http://www.linux-watchdog.org/
12193 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12194 S:      Maintained
12195 F:      Documentation/watchdog/
12196 F:      drivers/watchdog/
12197 F:      include/linux/watchdog.h
12198 F:      include/uapi/linux/watchdog.h
12199
12200 WD7000 SCSI DRIVER
12201 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12202 L:      linux-scsi@vger.kernel.org
12203 S:      Maintained
12204 F:      drivers/scsi/wd7000.c
12205
12206 WIIMOTE HID DRIVER
12207 M:      David Herrmann <dh.herrmann@googlemail.com>
12208 L:      linux-input@vger.kernel.org
12209 S:      Maintained
12210 F:      drivers/hid/hid-wiimote*
12211
12212 WINBOND CIR DRIVER
12213 M:      David Härdeman <david@hardeman.nu>
12214 S:      Maintained
12215 F:      drivers/media/rc/winbond-cir.c
12216
12217 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12218 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12219 L:      linux-watchdog@vger.kernel.org
12220 S:      Maintained
12221 F:      drivers/watchdog/ebc-c384_wdt.c
12222
12223 WINSYSTEMS WS16C48 GPIO DRIVER
12224 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12225 L:      linux-gpio@vger.kernel.org
12226 S:      Maintained
12227 F:      drivers/gpio/gpio-ws16c48.c
12228
12229 WIMAX STACK
12230 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12231 M:      linux-wimax@intel.com
12232 L:      wimax@linuxwimax.org (subscribers-only)
12233 S:      Supported
12234 W:      http://linuxwimax.org
12235 F:      Documentation/wimax/README.wimax
12236 F:      include/linux/wimax/debug.h
12237 F:      include/net/wimax.h
12238 F:      include/uapi/linux/wimax.h
12239 F:      net/wimax/
12240
12241 WISTRON LAPTOP BUTTON DRIVER
12242 M:      Miloslav Trmac <mitr@volny.cz>
12243 S:      Maintained
12244 F:      drivers/input/misc/wistron_btns.c
12245
12246 WL3501 WIRELESS PCMCIA CARD DRIVER
12247 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12248 L:      linux-wireless@vger.kernel.org
12249 W:      http://oops.ghostprotocols.net:81/blog
12250 S:      Maintained
12251 F:      drivers/net/wireless/wl3501*
12252
12253 WOLFSON MICROELECTRONICS DRIVERS
12254 L:      patches@opensource.wolfsonmicro.com
12255 T:      git https://github.com/CirrusLogic/linux-drivers.git
12256 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12257 S:      Supported
12258 F:      Documentation/hwmon/wm83??
12259 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12260 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12261 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12262 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12263 F:      drivers/clk/clk-wm83*.c
12264 F:      drivers/extcon/extcon-arizona.c
12265 F:      drivers/leds/leds-wm83*.c
12266 F:      drivers/gpio/gpio-*wm*.c
12267 F:      drivers/gpio/gpio-arizona.c
12268 F:      drivers/hwmon/wm83??-hwmon.c
12269 F:      drivers/input/misc/wm831x-on.c
12270 F:      drivers/input/touchscreen/wm831x-ts.c
12271 F:      drivers/input/touchscreen/wm97*.c
12272 F:      drivers/mfd/arizona*
12273 F:      drivers/mfd/wm*.c
12274 F:      drivers/mfd/cs47l24*
12275 F:      drivers/power/wm83*.c
12276 F:      drivers/rtc/rtc-wm83*.c
12277 F:      drivers/regulator/wm8*.c
12278 F:      drivers/video/backlight/wm83*_bl.c
12279 F:      drivers/watchdog/wm83*_wdt.c
12280 F:      include/linux/mfd/arizona/
12281 F:      include/linux/mfd/wm831x/
12282 F:      include/linux/mfd/wm8350/
12283 F:      include/linux/mfd/wm8400*
12284 F:      include/linux/wm97xx.h
12285 F:      include/sound/wm????.h
12286 F:      sound/soc/codecs/arizona.?
12287 F:      sound/soc/codecs/wm*
12288 F:      sound/soc/codecs/cs47l24*
12289
12290 WORKQUEUE
12291 M:      Tejun Heo <tj@kernel.org>
12292 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12294 S:      Maintained
12295 F:      include/linux/workqueue.h
12296 F:      kernel/workqueue.c
12297 F:      Documentation/workqueue.txt
12298
12299 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12300 M:      Chen-Yu Tsai <wens@csie.org>
12301 L:      linux-kernel@vger.kernel.org
12302 S:      Maintained
12303 N:      axp[128]
12304
12305 X.25 NETWORK LAYER
12306 M:      Andrew Hendry <andrew.hendry@gmail.com>
12307 L:      linux-x25@vger.kernel.org
12308 S:      Odd Fixes
12309 F:      Documentation/networking/x25*
12310 F:      include/net/x25*
12311 F:      net/x25/
12312
12313 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12314 M:      Thomas Gleixner <tglx@linutronix.de>
12315 M:      Ingo Molnar <mingo@redhat.com>
12316 M:      "H. Peter Anvin" <hpa@zytor.com>
12317 M:      x86@kernel.org
12318 L:      linux-kernel@vger.kernel.org
12319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12320 S:      Maintained
12321 F:      Documentation/x86/
12322 F:      arch/x86/
12323
12324 X86 PLATFORM DRIVERS
12325 M:      Darren Hart <dvhart@infradead.org>
12326 L:      platform-driver-x86@vger.kernel.org
12327 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12328 S:      Maintained
12329 F:      drivers/platform/x86/
12330 F:      drivers/platform/olpc/
12331
12332 X86 MCE INFRASTRUCTURE
12333 M:      Tony Luck <tony.luck@intel.com>
12334 M:      Borislav Petkov <bp@alien8.de>
12335 L:      linux-edac@vger.kernel.org
12336 S:      Maintained
12337 F:      arch/x86/kernel/cpu/mcheck/*
12338
12339 X86 MICROCODE UPDATE SUPPORT
12340 M:      Borislav Petkov <bp@alien8.de>
12341 S:      Maintained
12342 F:      arch/x86/kernel/cpu/microcode/*
12343
12344 X86 VDSO
12345 M:      Andy Lutomirski <luto@amacapital.net>
12346 L:      linux-kernel@vger.kernel.org
12347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12348 S:      Maintained
12349 F:      arch/x86/entry/vdso/
12350
12351 XC2028/3028 TUNER DRIVER
12352 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12353 L:      linux-media@vger.kernel.org
12354 W:      https://linuxtv.org
12355 T:      git git://linuxtv.org/media_tree.git
12356 S:      Maintained
12357 F:      drivers/media/tuners/tuner-xc2028.*
12358
12359 XEN HYPERVISOR INTERFACE
12360 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12361 M:      David Vrabel <david.vrabel@citrix.com>
12362 M:      Juergen Gross <jgross@suse.com>
12363 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12365 S:      Supported
12366 F:      arch/x86/xen/
12367 F:      drivers/*/xen-*front.c
12368 F:      drivers/xen/
12369 F:      arch/x86/include/asm/xen/
12370 F:      include/xen/
12371 F:      include/uapi/xen/
12372
12373 XEN HYPERVISOR ARM
12374 M:      Stefano Stabellini <sstabellini@kernel.org>
12375 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12376 S:      Maintained
12377 F:      arch/arm/xen/
12378 F:      arch/arm/include/asm/xen/
12379
12380 XEN HYPERVISOR ARM64
12381 M:      Stefano Stabellini <sstabellini@kernel.org>
12382 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12383 S:      Maintained
12384 F:      arch/arm64/xen/
12385 F:      arch/arm64/include/asm/xen/
12386
12387 XEN NETWORK BACKEND DRIVER
12388 M:      Wei Liu <wei.liu2@citrix.com>
12389 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12390 L:      netdev@vger.kernel.org
12391 S:      Supported
12392 F:      drivers/net/xen-netback/*
12393
12394 XEN PCI SUBSYSTEM
12395 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12397 S:      Supported
12398 F:      arch/x86/pci/*xen*
12399 F:      drivers/pci/*xen*
12400
12401 XEN BLOCK SUBSYSTEM
12402 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12403 M:      Roger Pau Monné <roger.pau@citrix.com>
12404 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12405 S:      Supported
12406 F:      drivers/block/xen-blkback/*
12407 F:      drivers/block/xen*
12408
12409 XEN PVSCSI DRIVERS
12410 M:      Juergen Gross <jgross@suse.com>
12411 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12412 L:      linux-scsi@vger.kernel.org
12413 S:      Supported
12414 F:      drivers/scsi/xen-scsifront.c
12415 F:      drivers/xen/xen-scsiback.c
12416 F:      include/xen/interface/io/vscsiif.h
12417
12418 XEN SWIOTLB SUBSYSTEM
12419 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12420 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12421 S:      Supported
12422 F:      arch/x86/xen/*swiotlb*
12423 F:      drivers/xen/*swiotlb*
12424
12425 XFS FILESYSTEM
12426 P:      Silicon Graphics Inc
12427 M:      Dave Chinner <david@fromorbit.com>
12428 M:      xfs@oss.sgi.com
12429 L:      xfs@oss.sgi.com
12430 W:      http://oss.sgi.com/projects/xfs
12431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12432 S:      Supported
12433 F:      Documentation/filesystems/xfs.txt
12434 F:      fs/xfs/
12435
12436 XILINX AXI ETHERNET DRIVER
12437 M:      Anirudha Sarangi <anirudh@xilinx.com>
12438 M:      John Linn <John.Linn@xilinx.com>
12439 S:      Maintained
12440 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12441
12442 XILINX UARTLITE SERIAL DRIVER
12443 M:      Peter Korsgaard <jacmet@sunsite.dk>
12444 L:      linux-serial@vger.kernel.org
12445 S:      Maintained
12446 F:      drivers/tty/serial/uartlite.c
12447
12448 XILINX VIDEO IP CORES
12449 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12450 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12451 L:      linux-media@vger.kernel.org
12452 T:      git git://linuxtv.org/media_tree.git
12453 S:      Supported
12454 F:      Documentation/devicetree/bindings/media/xilinx/
12455 F:      drivers/media/platform/xilinx/
12456 F:      include/uapi/linux/xilinx-v4l2-controls.h
12457
12458 XILLYBUS DRIVER
12459 M:      Eli Billauer <eli.billauer@gmail.com>
12460 L:      linux-kernel@vger.kernel.org
12461 S:      Supported
12462 F:      drivers/char/xillybus/
12463
12464 XTENSA XTFPGA PLATFORM SUPPORT
12465 M:      Max Filippov <jcmvbkbc@gmail.com>
12466 L:      linux-xtensa@linux-xtensa.org
12467 S:      Maintained
12468 F:      drivers/spi/spi-xtensa-xtfpga.c
12469 F:      sound/soc/xtensa/xtfpga-i2s.c
12470
12471 YAM DRIVER FOR AX.25
12472 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12473 L:      linux-hams@vger.kernel.org
12474 S:      Maintained
12475 F:      drivers/net/hamradio/yam*
12476 F:      include/linux/yam.h
12477
12478 YEALINK PHONE DRIVER
12479 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12480 L:      usbb2k-api-dev@nongnu.org
12481 S:      Maintained
12482 F:      Documentation/input/yealink.txt
12483 F:      drivers/input/misc/yealink.*
12484
12485 Z8530 DRIVER FOR AX.25
12486 M:      Joerg Reuter <jreuter@yaina.de>
12487 W:      http://yaina.de/jreuter/
12488 W:      http://www.qsl.net/dl1bke/
12489 L:      linux-hams@vger.kernel.org
12490 S:      Maintained
12491 F:      Documentation/networking/z8530drv.txt
12492 F:      drivers/net/hamradio/*scc.c
12493 F:      drivers/net/hamradio/z8530.h
12494
12495 ZBUD COMPRESSED PAGE ALLOCATOR
12496 M:      Seth Jennings <sjenning@redhat.com>
12497 L:      linux-mm@kvack.org
12498 S:      Maintained
12499 F:      mm/zbud.c
12500 F:      include/linux/zbud.h
12501
12502 ZD1211RW WIRELESS DRIVER
12503 M:      Daniel Drake <dsd@gentoo.org>
12504 M:      Ulrich Kunitz <kune@deine-taler.de>
12505 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12506 L:      linux-wireless@vger.kernel.org
12507 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12508 S:      Maintained
12509 F:      drivers/net/wireless/zydas/zd1211rw/
12510
12511 ZPOOL COMPRESSED PAGE STORAGE API
12512 M:      Dan Streetman <ddstreet@ieee.org>
12513 L:      linux-mm@kvack.org
12514 S:      Maintained
12515 F:      mm/zpool.c
12516 F:      include/linux/zpool.h
12517
12518 ZR36067 VIDEO FOR LINUX DRIVER
12519 L:      mjpeg-users@lists.sourceforge.net
12520 L:      linux-media@vger.kernel.org
12521 W:      http://mjpeg.sourceforge.net/driver-zoran/
12522 T:      hg https://linuxtv.org/hg/v4l-dvb
12523 S:      Odd Fixes
12524 F:      drivers/media/pci/zoran/
12525
12526 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12527 M:      Minchan Kim <minchan@kernel.org>
12528 M:      Nitin Gupta <ngupta@vflare.org>
12529 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12530 L:      linux-kernel@vger.kernel.org
12531 S:      Maintained
12532 F:      drivers/block/zram/
12533 F:      Documentation/blockdev/zram.txt
12534
12535 ZS DECSTATION Z85C30 SERIAL DRIVER
12536 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12537 S:      Maintained
12538 F:      drivers/tty/serial/zs.*
12539
12540 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12541 M:      Minchan Kim <minchan@kernel.org>
12542 M:      Nitin Gupta <ngupta@vflare.org>
12543 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12544 L:      linux-mm@kvack.org
12545 S:      Maintained
12546 F:      mm/zsmalloc.c
12547 F:      include/linux/zsmalloc.h
12548 F:      Documentation/vm/zsmalloc.txt
12549
12550 ZSWAP COMPRESSED SWAP CACHING
12551 M:      Seth Jennings <sjenning@redhat.com>
12552 L:      linux-mm@kvack.org
12553 S:      Maintained
12554 F:      mm/zswap.c
12555
12556 THE REST
12557 M:      Linus Torvalds <torvalds@linux-foundation.org>
12558 L:      linux-kernel@vger.kernel.org
12559 Q:      http://patchwork.kernel.org/project/LKML/list/
12560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12561 S:      Buried alive in reporters
12562 F:      *
12563 F:      */